/* Generated by scripts/generators/build-design-tokens.mjs from
   registry/design-tokens.json. Do not hand-edit — constitution §19.1.

   Source version 1.0.0. Default theme: light. */

:root {
  color-scheme: light dark;

  /* --- colour: light (complete, on bare :root) --- */
  --bg: #FFFFFF;
  --surface: #FFFFFF;
  --surface-2: #F8FAFC;
  --surface-3: #F1F5F9;
  --line: rgba(15,23,42,0.10);
  --line-strong: rgba(15,23,42,0.18);
  --line-soft: rgba(15,23,42,0.05);
  --text: #0B1020;
  --text-muted: #475569;
  --text-dim: #64748B;
  --accent: #4F2FE8;
  --accent-2: #7B5CFF;
  --accent-ink: #3B1FC4;
  --accent-soft: rgba(79,47,232,0.08);
  --accent-line: rgba(79,47,232,0.22);
  --success: #046C4E;
  --success-soft: rgba(4,108,78,0.10);
  --warning: #9A5B00;
  --warning-soft: rgba(154,91,0,0.10);
  --danger: #B4232B;
  --danger-soft: rgba(180,35,43,0.10);
  --info: #3B3AC4;
  --info-soft: rgba(59,58,196,0.10);
  --requested: #64748B;
  --sent: #3B3AC4;
  --delivered: #046C4E;
  --engaged: #7B3FCF;
  --suppressed: #9A5B00;
  --failed: #B4232B;
  --code-bg: #0B1020;
  --code-text: #E2E8F0;
  --code-dim: #94A3B8;
  --code-accent: #A78BFA;
  --code-string: #7DD3A0;
  --on-accent: #FFFFFF;

  /* --- structural: theme-independent --- */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-14: 56px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --container-narrow: 720px;
  --container-default: 1180px;
  --container-wide: 1400px;
  --gutter-mobile: 20px;
  --gutter-tablet: 28px;
  --gutter-desktop: 32px;
  --font-ui: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace;
  --text-11: 11px;
  --text-12: 12px;
  --text-13: 13px;
  --text-14: 14px;
  --text-16: 16px;
  --text-18: 18px;
  --text-22: 22px;
  --text-28: 28px;
  --text-36: 36px;
  --text-48: 48px;
  --text-hero: clamp(34px, 5.4vw, 60px);
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --leading-tight: 1.08;
  --leading-snug: 1.24;
  --leading-normal: 1.45;
  --leading-relaxed: 1.62;
  --tracking-tight: -0.022em;
  --tracking-normal: 0;
  --tracking-wide: 0.08em;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 20px;
  --radius-pill: 999px;
  --shadow-sm: 0 1px 2px rgba(11,16,32,0.06);
  --shadow-md: 0 4px 16px rgba(11,16,32,0.07);
  --shadow-lg: 0 18px 48px rgba(11,16,32,0.10);
  --motion-fast: 120ms;
  --motion-base: 200ms;
  --motion-slow: 360ms;
  --motion-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --z-base: 0;
  --z-sticky: 100;
  --z-overlay: 200;
  --z-modal: 300;
  --z-toast: 400;
}

/* System dark, unless the viewer explicitly chose light. */
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #0A0D18;
    --surface: #0F1320;
    --surface-2: #141929;
    --surface-3: #1B2135;
    --line: rgba(226,232,240,0.12);
    --line-strong: rgba(226,232,240,0.22);
    --line-soft: rgba(226,232,240,0.06);
    --text: #EEF2F8;
    --text-muted: #A9B4C6;
    --text-dim: #8592A6;
    --accent: #A78BFA;
    --accent-2: #C4B5FD;
    --accent-ink: #DDD6FE;
    --accent-soft: rgba(167,139,250,0.14);
    --accent-line: rgba(167,139,250,0.34);
    --success: #4ADE9B;
    --success-soft: rgba(74,222,155,0.14);
    --warning: #FBBF5C;
    --warning-soft: rgba(251,191,92,0.14);
    --danger: #FF8B8B;
    --danger-soft: rgba(255,139,139,0.14);
    --info: #93A5FF;
    --info-soft: rgba(147,165,255,0.14);
    --requested: #8592A6;
    --sent: #93A5FF;
    --delivered: #4ADE9B;
    --engaged: #C4B5FD;
    --suppressed: #FBBF5C;
    --failed: #FF8B8B;
    --code-bg: #070A12;
    --code-text: #E2E8F0;
    --code-dim: #7A8699;
    --code-accent: #C4B5FD;
    --code-string: #7DD3A0;
    --on-accent: #140B2E;
  }
}

/* Explicit dark wins in both directions. */
:root[data-theme="dark"] {
  --bg: #0A0D18;
  --surface: #0F1320;
  --surface-2: #141929;
  --surface-3: #1B2135;
  --line: rgba(226,232,240,0.12);
  --line-strong: rgba(226,232,240,0.22);
  --line-soft: rgba(226,232,240,0.06);
  --text: #EEF2F8;
  --text-muted: #A9B4C6;
  --text-dim: #8592A6;
  --accent: #A78BFA;
  --accent-2: #C4B5FD;
  --accent-ink: #DDD6FE;
  --accent-soft: rgba(167,139,250,0.14);
  --accent-line: rgba(167,139,250,0.34);
  --success: #4ADE9B;
  --success-soft: rgba(74,222,155,0.14);
  --warning: #FBBF5C;
  --warning-soft: rgba(251,191,92,0.14);
  --danger: #FF8B8B;
  --danger-soft: rgba(255,139,139,0.14);
  --info: #93A5FF;
  --info-soft: rgba(147,165,255,0.14);
  --requested: #8592A6;
  --sent: #93A5FF;
  --delivered: #4ADE9B;
  --engaged: #C4B5FD;
  --suppressed: #FBBF5C;
  --failed: #FF8B8B;
  --code-bg: #070A12;
  --code-text: #E2E8F0;
  --code-dim: #7A8699;
  --code-accent: #C4B5FD;
  --code-string: #7DD3A0;
  --on-accent: #140B2E;
}
