/* Hallmark · tokens for Yutro Live AI Audit */
:root {
  --color-canvas: oklch(16% 0.012 245);
  --color-canvas-raised: oklch(19% 0.016 245);
  --color-panel: oklch(21% 0.021 245);
  --color-panel-strong: oklch(24% 0.025 245);
  --color-line: oklch(33% 0.035 245);
  --color-line-strong: oklch(43% 0.055 245);
  --color-ink: oklch(91% 0.015 245);
  --color-ink-strong: oklch(98% 0.006 245);
  --color-muted: oklch(69% 0.035 245);
  --color-muted-soft: oklch(53% 0.035 245);
  --color-accent: oklch(88% 0.12 165);
  --color-accent-strong: oklch(78% 0.15 165);
  --color-accent-ink: oklch(18% 0.035 165);
  --color-warning: oklch(82% 0.13 78);
  --color-danger: oklch(69% 0.18 28);
  --color-focus: oklch(88% 0.12 165);
  --color-grid: oklch(88% 0.12 165 / 0.035);
  --color-accent-wash: oklch(88% 0.12 165 / 0.08);
  --color-accent-wash-strong: oklch(88% 0.12 165 / 0.16);
  --color-shadow: oklch(8% 0.015 245 / 0.5);

  --font-display: "Bebas Neue", "Arial Narrow", sans-serif;
  --font-body: "Inter", "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, 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.6875rem;
  --text-sm: 0.8125rem;
  --text-md: 0.9375rem;
  --text-lg: 1.125rem;
  --text-xl: 1.5rem;
  --text-display-sm: clamp(3rem, 7vw, 5.5rem);
  --text-display: clamp(4rem, 9vw, 8rem);

  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;

  --rule-thin: 1px;
  --rule-strong: 2px;

  --dur-fast: 120ms;
  --dur-base: 220ms;
  --dur-slow: 480ms;
  --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);

  --banner-height: 4rem;
  --z-sticky: 20;
  --z-sticky-nav: 30;
}
