:root {
  --color-paper: oklch(98.5% 0.004 250);
  --color-paper-2: oklch(96% 0.008 250);
  --color-rule: oklch(88% 0.012 252);
  --color-rule-strong: oklch(76% 0.018 254);
  --color-muted: oklch(45% 0.022 256);
  --color-ink-2: oklch(32% 0.02 258);
  --color-ink: oklch(20% 0.02 258);
  --color-accent: oklch(58% 0.2 256);
  --color-accent-hover: oklch(51% 0.19 256);
  --color-accent-light: oklch(76% 0.14 256);
  --color-accent-ink: oklch(98% 0.005 250);
  --color-focus: oklch(58% 0.2 256);
  --color-error: oklch(55% 0.19 28);
  --color-success: oklch(56% 0.14 150);
  --color-graphite: oklch(20% 0.016 260);
  --color-code: oklch(94% 0.008 250);
  --color-code-muted: oklch(72% 0.018 254);
  --color-code-rule: oklch(36% 0.026 256);
  --color-overlay: oklch(18% 0.02 258 / 0.55);
  --font-display: "Space Grotesk", "Arial Narrow", sans-serif;
  --font-body: Inter, Arial, sans-serif;
  --font-mono: "JetBrains Mono", "Courier New", monospace;
  --space-3xs: 0.125rem;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 9rem;
  --text-xs: 0.72rem;
  --text-sm: 0.84rem;
  --text-base: 1rem;
  --text-md: 1.2rem;
  --text-2xl: clamp(2rem, 4vw, 3.25rem);
  --text-3xl: clamp(2.25rem, 5vw, 4rem);
  --text-display: clamp(3rem, 7vw, 5.25rem);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-micro: 120ms;
  --dur-short: 200ms;
  --dur-long: 420ms;
  --dur-stagger: 80ms;
  --dur-reduced: 100ms;
  --rule-thin: 1px;
  --rule-focus: 3px;
  --radius-control: 0.375rem;
  --radius-surface: 0.625rem;
  --page-max: 96rem;
  --dialog-max: 34rem;
  --measure-body: 58ch;
  --measure-wide: 68ch;
  --nav-height: 4.5rem;
  --target-min: 2.75rem;
  --target-compact: 2.5rem;
  --demo-height-mobile: 42rem;
  --demo-height-desktop: 52rem;
  --press-offset: 1px;
  --reveal-offset: 0.5rem;
  --opacity-disabled: 0.52;
  --shadow-whisper: 0 1px 2px oklch(20% 0.02 258 / 0.06);
  --shadow-dialog: 0 1.5rem 5rem oklch(18% 0.02 258 / 0.2);
}

/* 2004 mixi archive demo — scoped so the Pages theme remains unchanged. */
.mixi-page {
  --color-paper: oklch(98% 0.012 72);
  --color-paper-2: oklch(95% 0.028 72);
  --color-paper-3: oklch(91% 0.055 72);
  --color-panel: oklch(99% 0.008 72);
  --color-rule: oklch(75% 0.075 72);
  --color-rule-strong: oklch(62% 0.12 62);
  --color-muted: oklch(42% 0.025 62);
  --color-ink-2: oklch(30% 0.02 62);
  --color-ink: oklch(18% 0.014 62);
  --color-accent: oklch(57% 0.18 52);
  --color-accent-hover: oklch(49% 0.17 52);
  --color-accent-ink: oklch(98% 0.008 72);
  --color-link: oklch(43% 0.16 248);
  --color-focus: oklch(28% 0.17 248);
  --color-error: oklch(48% 0.18 28);
  --color-success: oklch(42% 0.13 145);
  --color-overlay: oklch(18% 0.014 62 / 0.55);
  --font-display: "Bricolage Grotesque", "Arial Narrow", sans-serif;
  --font-body: "IBM Plex Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
}
