:root {
  --bg: #0d0f12;
  --bg-elev: #14171c;
  --surface: #1a1e24;
  --surface-glass: rgba(26, 30, 36, 0.6);
  --border: #262b33;
  --text: #e8eaed;
  --text-dim: #9aa0a8;
  --accent: #FF7500;
  --accent-hover: #ff8c2e;
  --accent-soft: rgba(255, 117, 0, 0.12);
  --success: #2ecc71;
  --danger: #e74c3c;
  --warning: #f1c40f;
  --font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --fs-xs: 12px; --fs-sm: 13px; --fs-base: 14px; --fs-lg: 16px; --fs-xl: 20px; --fs-2xl: 28px;
  --sp-1: 4px; --sp-2: 8px; --sp-3: 12px; --sp-4: 16px; --sp-5: 24px; --sp-6: 32px;
  --radius: 10px; --radius-sm: 6px; --radius-lg: 16px;
  --shadow: 0 8px 24px rgba(0,0,0,0.35);
  --shadow-glass: 0 8px 32px rgba(0,0,0,0.45);
  --blur: blur(12px);
  --sidebar-w: 248px; --topbar-h: 60px;
}
