:root{--bg: #0b0f17;--surface: #131926;--surface-alt: #0e1420;--border: rgba(148, 163, 184, .14);--border-strong: rgba(148, 163, 184, .28);--text: #e8edf5;--muted: #8b98ad;--accent: #7c5cff;--accent2: #22d3ee;--good: #22c55e;--bad: #ef4444}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:radial-gradient(1200px 600px at 80% -10%,rgba(124,92,255,.12),transparent),radial-gradient(900px 500px at 0% 110%,rgba(34,211,238,.08),transparent),var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}input,button,textarea{font-family:inherit}.dp-spin{animation:dpspin .9s linear infinite}@keyframes dpspin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:999px}::-webkit-scrollbar-track{background:transparent}
