/* Compatibility tokens for public pages and cached deploys that request /tokens.css. */
:root {
  --bg-2: #030308;
  --bg-3: #070a12;
  --bg-4: #0d1424;
  --bg-5: #121b2f;
  --border-1: rgba(255,255,255,.07);
  --border-2: rgba(255,255,255,.12);
  --border-3: rgba(255,255,255,.18);
  --text-1: rgba(255,255,255,.92);
  --text-2: rgba(255,255,255,.72);
  --text-3: rgba(255,255,255,.48);
  --text-4: rgba(255,255,255,.30);
  --gold: #D4A843;
  --gold-text: #F6D77A;
  --gold-hover: #C99A2E;
  --gold-dim: rgba(212,168,67,.15);
  --gold-border: rgba(212,168,67,.32);
  --live: #10B981;
  --live-dim: rgba(16,185,129,.12);
  --live-border: rgba(16,185,129,.32);
  --warn: #F59E0B;
  --warn-dim: rgba(245,158,11,.13);
  --warn-border: rgba(245,158,11,.34);
  --crit: #EF4444;
  --crit-dim: rgba(239,68,68,.13);
  --crit-border: rgba(239,68,68,.34);
  --blue: #3B82F6;
  --blue-dim: rgba(59,130,246,.13);
  --blue-border: rgba(59,130,246,.34);
  --purple: #8B5CF6;
  --purple-dim: rgba(139,92,246,.13);
  --font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 999px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --topbar-h: 60px;
  --sidenav-w: 72px;
  --sidenav-expanded: 240px;
  --z-sidenav: 110;
  --z-topbar: 120;
  --shadow-card: 0 18px 48px rgba(0,0,0,.32);
  --shadow-gold: 0 0 24px rgba(212,168,67,.16);
  --transition-fast: 120ms ease;
  --transition-base: 180ms ease;
  --transition-slow: 280ms ease;
}
