/* Hallmark · genre: modern-minimal · tone: airy, light, playful · macrostructure: Stat-Led · theme: Soft Signal · anchor hue: CrowdLevels blue · enrichment: data-native comparison scales · nav: preserved · footer: preserved · contrast: pass (46–50) · slop: pass (51–55) · honest: pass (56) · chrome: pass (57) · tokens: pass (58) · responsive: pass (59) · icons: pass (60) · mobile: pass (36, 59, 61–69) */
/* Hallmark · pre-emit critique: P5 H5 E5 S5 R5 V5 */
:root {
  --color-paper: oklch(100% 0 0);
  --color-paper-2: oklch(98% 0.006 250);
  --color-paper-3: oklch(95% 0.015 250);
  --color-ink: oklch(19% 0.05 255);
  --color-ink-2: oklch(31% 0.04 255);
  --color-muted: oklch(45% 0.03 255);
  --color-rule: oklch(88% 0.016 250);
  --color-rule-strong: oklch(76% 0.025 255);
  --color-accent: oklch(56% 0.2 255);
  --color-accent-ink: oklch(100% 0 0);
  --color-focus: oklch(50% 0.22 255);
  --color-nav-cobalt: oklch(40% 0.19 258);
  --color-nav-cobalt-wash: oklch(96% 0.02 258);
  --color-nav-cobalt-mist: oklch(85% 0.055 258);
  --color-nav-cobalt-bridge: oklch(66% 0.1 258);
  --color-good: oklch(54% 0.12 150);
  --color-good-soft: oklch(98% 0.025 150);
  --color-caution: oklch(57% 0.13 50);
  --color-caution-soft: oklch(98% 0.03 75);
  --color-alert: oklch(58% 0.14 25);
  --color-alert-soft: oklch(98% 0.025 25);
  --color-hero-overlay: oklch(100% 0 0 / 0.82);
  --color-hero-scrim: oklch(16% 0.055 255 / 0.44);
  --color-hero-control: oklch(100% 0 0 / 0.12);
  --color-hero-control-hover: oklch(100% 0 0 / 0.22);
  --color-hero-rule: oklch(100% 0 0 / 0.72);

  --font-display: ui-rounded, "SF Pro Rounded", "Arial Rounded MT Bold", "Plus Jakarta Sans", sans-serif;
  --font-body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-outlier: ui-monospace, "SFMono-Regular", Menlo, 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: 4.5rem;
  --space-3xl: 7rem;

  --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.75rem, 5vw + 0.75rem, 5rem);
  --text-stat: clamp(4.75rem, 11vw, 8.5rem);

  --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-short: 160ms;
  --dur-medium: 280ms;
  --rule-hair: 1px;
  --rule-strong: 2px;
  --radius-card: 12px;
  --radius-control: 9px;
  --radius-pill: 999px;
  --shadow-card: 0 14px 34px -28px oklch(22% 0.06 255 / 0.24);
  --shadow-hero-copy: 0 2px 22px oklch(10% 0.04 255 / 0.42);
}
