:root{--bg:#0b0f1a;--card:#121a2c;--border:#1e2a45;--hover:#1a2440;--text:#e8edf7;--muted:#8b96ad;--primary:#4f8cff;--primary-soft:#4f8cff24;--danger:#ef4444;--success:#22c55e;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;-webkit-font-smoothing:antialiased;font-family:Segoe UI,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);min-height:100dvh;margin:0;padding:0}body{font-size:15px;line-height:1.5}::selection{background:var(--primary-soft)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#2a3a5e}::-webkit-scrollbar-track{background:0 0}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.7);cursor:pointer}button,input,select,textarea{font-family:inherit}
