:root{
  --font-sans:'Inter','Segoe UI',system-ui,-apple-system,sans-serif;

  --bg-primary:#060a13;
  --bg-secondary:#0a111f;
  --bg-elevated:#0e1626;
  --orb-1:rgba(64,104,255,.30);
  --orb-2:rgba(142,88,250,.24);
  --orb-3:rgba(34,211,238,.14);
  --grid-line:rgba(255,255,255,.035);

  --glass-bg:rgba(255,255,255,.055);
  --glass-bg-strong:rgba(255,255,255,.085);
  --glass-bg-hover:rgba(255,255,255,.10);
  --glass-border:rgba(255,255,255,.09);
  --glass-border-strong:rgba(255,255,255,.16);

  --text-primary:#eef2f9;
  --text-secondary:#93a3bd;
  --text-muted:#5d6c85;

  --accent:#4f7cff;
  --accent-2:#8b5cf6;
  --accent-3:#22d3ee;
  --accent-glow:rgba(79,124,255,.38);
  --accent-soft:rgba(79,124,255,.14);

  --success:#34d399;
  --success-glow:rgba(52,211,153,.35);
  --success-soft:rgba(52,211,153,.13);
  --warning:#fbbf24;
  --warning-soft:rgba(251,191,36,.13);
  --danger:#fb7185;
  --danger-glow:rgba(251,113,133,.35);
  --danger-soft:rgba(251,113,133,.13);

  --radius-s:10px;
  --radius-m:16px;
  --radius-l:22px;
  --radius-xl:28px;

  --shadow-s:0 2px 12px rgba(0,0,0,.28);
  --shadow-m:0 10px 34px rgba(0,0,0,.38);
  --shadow-l:0 22px 60px rgba(0,0,0,.52);
  --shadow-accent:0 12px 36px var(--accent-glow);

  --topbar-h:74px;
  --sidebar-w:258px;

  --trans:.22s cubic-bezier(.4,0,.2,1);
}

[data-theme="light"]{
  --bg-primary:#e9edf5;
  --bg-secondary:#f3f6fb;
  --bg-elevated:#ffffff;
  --orb-1:rgba(79,124,255,.20);
  --orb-2:rgba(139,92,246,.13);
  --orb-3:rgba(34,211,238,.12);
  --grid-line:rgba(15,23,42,.04);

  --glass-bg:rgba(255,255,255,.62);
  --glass-bg-strong:rgba(255,255,255,.82);
  --glass-bg-hover:rgba(255,255,255,.94);
  --glass-border:rgba(15,23,42,.09);
  --glass-border-strong:rgba(15,23,42,.16);

  --text-primary:#0e1626;
  --text-secondary:#4a5a75;
  --text-muted:#8494ad;

  --accent:#3d68ff;
  --accent-glow:rgba(61,104,255,.30);
  --accent-soft:rgba(61,104,255,.10);

  --shadow-s:0 2px 10px rgba(23,37,84,.08);
  --shadow-m:0 10px 30px rgba(23,37,84,.12);
  --shadow-l:0 20px 55px rgba(23,37,84,.18);
  --shadow-accent:0 12px 30px rgba(61,104,255,.25);
}

[data-accent="blue"]{--accent:#4f7cff;--accent-2:#8b5cf6;--accent-3:#38bdf8;--accent-glow:rgba(79,124,255,.38);--accent-soft:rgba(79,124,255,.14)}
[data-accent="cyan"]{--accent:#22d3ee;--accent-2:#38bdf8;--accent-3:#34d399;--accent-glow:rgba(34,211,238,.35);--accent-soft:rgba(34,211,238,.13)}
[data-accent="violet"]{--accent:#8b5cf6;--accent-2:#d946ef;--accent-3:#4f7cff;--accent-glow:rgba(139,92,246,.38);--accent-soft:rgba(139,92,246,.14)}
[data-accent="purple"]{--accent:#b348f7;--accent-2:#ec4899;--accent-3:#6366f1;--accent-glow:rgba(179,72,247,.36);--accent-soft:rgba(179,72,247,.14)}
[data-accent="emerald"]{--accent:#10b981;--accent-2:#22d3ee;--accent-3:#6366f1;--accent-glow:rgba(16,185,129,.35);--accent-soft:rgba(16,185,129,.13)}

@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}
}