:root {
  --pixel-shell-width: min(1440px, calc(100% - 32px));
}

html, body {
  height: 100%;
  overflow: hidden;
}

body {
  min-height: 100vh;
  background: var(--wb-bg, #f8fafc);
  color: var(--wb-text);
}

.pixel-page-shell {
  width: var(--pixel-shell-width);
  height: 100vh;
  padding: 16px 0 0;
  display: flex;
  flex-direction: column;
}

.toolbar-left {
  display: flex;
  align-items: center;
  gap: 12px;
}