/* Hallmark · macrostructure: Stat-Led · genre: modern-minimal · theme: existing Atlas system · enrichment: none · nav: N5 preserved · footer: Ft2 preserved
 * pre-emit critique: P4 H5 E4 S5 R5 V4
 */
:root {
  --color-paper: var(--bg);
  --color-paper-raised: var(--bg-soft);
  --color-surface: var(--panel);
  --color-surface-strong: var(--panel-strong);
  --color-rule: var(--border);
  --color-rule-strong: var(--border-strong);
  --color-ink: var(--text);
  --color-muted: var(--muted);
  --color-soft: var(--soft);
  --color-accent: var(--accent-2);
  --color-accent-ink: var(--bg);
  --color-focus: var(--accent-2);
  --color-success: var(--accent-3);
  --color-error: var(--autocomplete-error);
  --color-warning: oklch(78% 0.14 75);
  --color-backdrop: oklch(8% 0.02 275 / 0.74);
  --font-display: var(--font-body);
  --font-body-ui: var(--font-body);
  --font-data: var(--font-mono);
  --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;
  --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;
  --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;
  --rule-hair: 1px;
  --radius-control: 12px;
  --radius-panel: 22px;
  --radius-dialog: 28px;
}
