:root {
  --bg: #0a0a0f;
  --bg2: #0f0f17;
  --surface: #13131e;
  --surface2: #1a1a28;
  --border: rgba(255,255,255,0.07);
  --border-hover: rgba(255,255,255,0.14);
  --accent: #f1f1f1;
  --accent-dim: rgba(167,139,250,0.15);
  --accent-glow: rgba(167,139,250,0.3);
  --high: #f87171;
  --med: #fbbf24;
  --low: #34d399;
  --text: #e2e8f0;
  --text-muted: #64748b;
  --text-dim: #94a3b8;
  --radius: 2px;
  --radius-lg: 9px;
  --transition: 0.2s cubic-bezier(0.4,0,0.2,1);
  --sidebar-w: 260px;
  --font-display: system ui, 'Syne', sans-serif;
  --font-mono: 'DM Mono', monospace;
}