/* Deep space (deep-space) — generated by design-kit/scripts/tokens.mjs
   Mood: immersive, cinematic, mysterious
   Signature: The visual fills the screen; UI is a small quiet overlay with a thin accent rule; warm light on true black.
   Fonts: <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap">
   Use ONLY these variables for color, type, space, radius, shadow, motion. */
:root {
  color-scheme: dark;

  /* color roles */
  --color-bg: #000000;
  --color-surface: #0E0F13;
  --color-text: #ECE7DC;
  --color-muted: #9C978C;
  --color-border: #2A2A2E;
  --color-accent: #FFB45E;          /* fills: primary buttons, selected states */
  --color-on-accent: #121212;         /* text on accent fills */
  --color-accent-text: #FFB45E;     /* links and accent-colored text on bg */
  --color-accent-soft: #5F3801;     /* tinted backgrounds */
  --color-success: #5CC98A;
  --color-warning: #F2C14E;
  --color-danger: #FF6B6B;
  --color-on-danger: #121212;
  --color-focus: #FFB45E;
  --accent-50: #FEF5EC;
  --accent-100: #FAE8D5;
  --accent-200: #F3D1AE;
  --accent-300: #E6B27B;
  --accent-400: #D39246;
  --accent-500: #BA7408;
  --accent-600: #9B5F02;
  --accent-700: #7C4B02;
  --accent-800: #5F3801;
  --accent-900: #432600;

  /* type */
  --font-heading: "Sora", 'Avenir Next', system-ui, sans-serif;
  --font-body: "Sora", 'Avenir Next', system-ui, sans-serif;
  --font-ui: "Sora", 'Avenir Next', system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, Menlo, monospace;
  --step-n2: 0.75rem;   /* 12px */
  --step-n1: 0.75rem;   /* 12px */
  --step-0: 0.9375rem;   /* 15px */
  --step-1: 1.25rem;   /* 20px */
  --step-2: 1.6875rem;   /* 27px */
  --step-3: 2.25rem;   /* 36px */
  --step-4: 2.9375rem;   /* 47px */
  --step-5: 3.9375rem;   /* 63px */
  --step-6: 5.25rem;   /* 84px */
  --weight-heading: 500;
  --tracking-heading: -0.01em;
  --leading-body: 1.55;
  --leading-heading: 1.12;
  --measure: 65ch;

  /* space (use only these) */
  --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px; --space-5: 24px;
  --space-6: 32px; --space-7: 48px; --space-8: 64px; --space-9: 96px; --space-10: 128px;

  /* shape and depth */
  --radius-sm: 999px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 999px;
  --shadow-1: none;
  --shadow-2: none;

  /* controls */
  --control-sm: 36px;
  --control-md: 40px;
  --control-lg: 44px;

  /* motion */
  --dur-fast: 200ms;
  --dur-slow: 800ms;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  :root { --dur-fast: 0ms; --dur-slow: 0ms; }
}
