/* Hallmark · genre: modern-minimal · macrostructure: Map / Diagram · theme: Coral · enrichment: Tier-A CSS trust topology · nav: N9 · footer: Ft5 · contrast: pass (40–41) · slop: pass (42–45) · honest: pass (46) · chrome: pass (47) · tokens: pass (48) · responsive/mobile: pass (34,49–57) · icons: pass (30) */
:root {
  color-scheme: light;
  --color-paper: oklch(98.2% 0.009 72);
  --color-paper-2: oklch(95.8% 0.014 69);
  --color-paper-3: oklch(92.8% 0.022 65);
  --color-ink: oklch(20% 0.018 43);
  --color-ink-2: oklch(34% 0.018 45);
  --color-muted: oklch(48% 0.018 52);
  --color-rule: oklch(85% 0.018 65);
  --color-rule-strong: oklch(67% 0.022 57);
  --color-on-dark-muted: oklch(82% 0.018 67);
  --color-accent: oklch(55% 0.19 35);
  --color-accent-ink: oklch(99% 0.004 80);
  --color-accent-soft: oklch(94% 0.038 40);
  --color-success: oklch(43% 0.105 153);
  --color-success-soft: oklch(93% 0.04 151);
  --color-warning: oklch(47% 0.12 67);
  --color-warning-soft: oklch(94% 0.045 76);
  --color-danger: oklch(44% 0.17 15);
  --color-danger-soft: oklch(94% 0.035 15);
  --color-focus: oklch(38% 0.12 252);
  --color-scrim: oklch(20% 0.018 43 / 0.42);
  --font-display: "Geist", "Avenir Next", ui-sans-serif, sans-serif;
  --font-body: "Geist", "Avenir Next", ui-sans-serif, sans-serif;
  --font-mono: "Geist Mono", "SFMono-Regular", ui-monospace, monospace;
  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.953rem;
  --text-2xl: 2.441rem;
  --text-display: clamp(2.65rem, 5vw + 0.75rem, 5.1rem);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.55, 0, 1, 0.45);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-fast: 120ms;
  --dur-standard: 200ms;
  --dur-state: 320ms;
  --radius-xs: 3px;
  --radius-sm: 6px;
  --radius-pill: 999px;
  --rule-thin: 1px solid var(--color-rule);
  --rule-strong: 1px solid var(--color-rule-strong);
  --shadow-dialog: 0 24px 70px oklch(20% 0.018 43 / 0.18);
}
