/* Hallmark · macrostructure: Operations Console · tone: restrained dark · anchor hue: coral */
:root {
  color-scheme: dark;
  --color-page: oklch(13% 0.012 260);
  --color-sidebar: oklch(10% 0.011 260);
  --color-surface: oklch(18% 0.012 260);
  --color-surface-2: oklch(22% 0.013 260);
  --color-surface-3: oklch(27% 0.014 260);
  --color-line: oklch(30% 0.014 260);
  --color-line-strong: oklch(43% 0.018 260);
  --color-text: oklch(94% 0.006 260);
  --color-muted: oklch(67% 0.012 260);
  --color-dim: oklch(48% 0.013 260);
  --color-accent: oklch(68% 0.17 35);
  --color-accent-2: oklch(72% 0.14 250);
  --color-ok: oklch(70% 0.15 150);
  --color-warn: oklch(76% 0.15 80);
  --color-danger: oklch(66% 0.18 28);
  --color-focus: oklch(78% 0.16 35);
  --font-display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  --space-2xs: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --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.6rem;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 999px;
  --rule-thin: 1px;
  --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-fast: 120ms;
  --dur-med: 180ms;
}
