@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{--bg:#080b10;--bg-main:#0c1018;--sidebar-bg:#0a0d14;--sidebar-hover:#141a26;--sidebar-active:#1a2332;--surface:#111820;--surface-2:#161f2e;--surface-hover:#1c2738;--border:rgba(148,163,184,0.08);--border-strong:rgba(148,163,184,0.16);--text:#f1f5f9;--text-secondary:#cbd5e1;--text-muted:#64748b;--accent:#3b82f6;--accent-soft:rgba(59,130,246,0.12);--success:#22c55e;--success-soft:rgba(34,197,94,0.12);--warning:#f59e0b;--warning-soft:rgba(245,158,11,0.12);--danger:#ef4444;--danger-soft:rgba(239,68,68,0.12);--purple:#8b5cf6;--purple-soft:rgba(139,92,246,0.12);--cyan:#06b6d4;--cyan-soft:rgba(6,182,212,0.12);--radius-sm:8px;--radius-md:10px;--radius-lg:12px;--sidebar-width:240px;--font:"Inter",system-ui,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body,html{min-height:100%;font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button{cursor:pointer}input[type=date]{color-scheme:dark}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:999px}