/* Verbatim copy of ../app/tokens.css (Night Court design system tokens).
   Source of truth: Racket Theory/app/tokens.css and app/design.md.
   This is a copy, not a shared file: the landing page and the app deploy
   separately, so a build step to share tokens costs more than the drift. */
/* Hallmark · genre: atmospheric · macrostructure: Workbench · theme: studied-DNA (source: supplied Equinox screenshots) · tone: Night Court · anchor hue: metallic tennis chartreuse */
:root {
  /* Night Court surfaces */
  --color-paper: oklch(13.5% 0.015 150);
  --color-paper-2: oklch(17.5% 0.018 150);
  --color-paper-3: oklch(22% 0.019 150);
  --color-rule: oklch(29% 0.018 150);
  --color-rule-2: oklch(41% 0.018 150);
  --color-muted: oklch(68% 0.012 110);
  --color-neutral: oklch(79% 0.012 100);
  --color-ink-2: oklch(86% 0.013 95);
  --color-ink: oklch(100% 0 0);

  /* Signals */
  --color-accent: oklch(93.98% 0.107 112.3);
  --color-accent-deep: oklch(76% 0.08 116);
  --color-accent-ink: oklch(12% 0.015 150);
  --color-focus: oklch(62% 0.11 120);
  --color-clay: oklch(59% 0.15 36);
  --color-error: oklch(66% 0.17 29);
  --color-warning: oklch(75% 0.13 78);

  /* Typography */
  --font-display: var(--font-space-grotesk), "Space Grotesk", ui-sans-serif, sans-serif;
  --font-body: var(--font-geist), "Geist", ui-sans-serif, sans-serif;
  --font-outlier: var(--font-geist-mono), "Geist Mono", ui-monospace, monospace;
  --display-weight: 700;
  --tracking-display: -0.04em;
  --tracking-label: 0.08em;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.25rem;
  --text-3xl: 2.8125rem;
  --text-display: clamp(2.75rem, 10vw, 4.75rem);

  /* 4-point spacing scale */
  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 9rem;
  --space-gutter: 1.125rem;
  --space-nav: 5.75rem;

  /* Shape and rules */
  --rule-hair: 1px;
  --rule-fine: 2px;
  --radius-card: 1.25rem;
  --radius-card-sm: 0.875rem;
  --radius-sheet: 1.75rem;
  --radius-pill: 999px;
  --radius-input: 0.875rem;
  --radius-button: 1rem;

  /* Motion */
  --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: 220ms;
  --dur-long: 420ms;
  --dur-racket-turn: 8s;

  /* Named stacking levels */
  --z-base: 1;
  --z-raised: 10;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-modal: 400;
  --z-toast: 500;
  --z-tooltip: 600;
}
