/* Hallmark · genre: modern-minimal · tone: technical-agent operations · anchor hue: electric blue · macrostructure: Control Desk · theme: Cobalt */
/* Hallmark · pre-emit critique: P5 H5 E5 S5 R5 V5 · contrast: pass (40–41) · slop: 58/58 · responsive: pass (34, 49, 50–57) */
:root {
  --color-paper: oklch(99.4% 0.004 255);
  --color-paper-2: oklch(97.8% 0.004 255);
  --color-paper-3: oklch(95.2% 0.008 255);
  --color-ink: oklch(20% 0.015 255);
  --color-ink-2: oklch(34% 0.018 255);
  --color-muted: oklch(48% 0.015 255);
  --color-rule: oklch(90% 0.008 255);
  --color-rule-2: oklch(82% 0.012 255);
  --color-accent: oklch(57% 0.22 255);
  --color-accent-hover: oklch(51% 0.22 255);
  --color-accent-ink: oklch(99.4% 0.004 255);
  --color-accent-soft: oklch(95% 0.035 255);
  --color-accent-soft-2: oklch(91.5% 0.065 255);
  --color-sidebar: oklch(19% 0.035 255);
  --color-sidebar-raised: oklch(24% 0.045 255);
  --color-sidebar-text: oklch(94% 0.012 255);
  --color-sidebar-muted: oklch(73% 0.025 255);
  --color-sidebar-rule: oklch(34% 0.045 255);
  --color-success: oklch(55% 0.15 150);
  --color-success-ink: oklch(38% 0.12 150);
  --color-success-soft: oklch(95% 0.035 150);
  --color-warning: oklch(66% 0.15 72);
  --color-warning-ink: oklch(40% 0.1 72);
  --color-warning-soft: oklch(96% 0.035 72);
  --color-error: oklch(55% 0.2 28);
  --color-error-ink: oklch(40% 0.16 28);
  --color-error-soft: oklch(96% 0.03 28);
  --color-focus: oklch(48% 0.19 255);
  --color-shadow: oklch(20% 0.015 255 / 0.1);
  --color-overlay: oklch(20% 0.015 255 / 0.42);
  --font-display: "Geist", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-body: "IBM Plex Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-mono: "JetBrains Mono", "SFMono-Regular", monospace;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 6rem;
  --space-5xl: 8rem;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.5rem;
  --text-2xl: 2rem;
  --text-3xl: 2.75rem;
  --text-display: clamp(2.75rem, 8vw, 6.5rem);
  --radius-sm: 0.625rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  --radius-pill: 999px;
  --rule-thin: 1px;
  --rule-status: 0.25rem;
  --z-base: 1;
  --z-raised: 10;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-modal: 400;
  --z-toast: 500;
  --z-tooltip: 600;
  --dur-fast: 120ms;
  --dur-base: 220ms;
  --dur-slow: 300ms;
  --ease-out: cubic-bezier(.16,1,.3,1);
  --ease-in: cubic-bezier(.7,0,.84,0);
  --ease-in-out: cubic-bezier(.65,0,.35,1);
}
