*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0b0d17;--surface: #1a1d2d;--surface-hover: #222640;--primary: #00f0ff;--secondary: #ff003c;--accent: #7000ff;--text: #ffffff;--text-muted: #8f9bb3;--border: #2a2e43;--success: #00ff66;--warning: #ffc800;--error: #ff3d71}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,system-ui,sans-serif;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}input,select,button{font-family:inherit}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}
