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

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

.pixel-page-shell {
  width: var(--pixel-shell-width);
  padding-top: 16px;
}

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