*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #050c18;--surface: #080f1e;--panel: #0a1528;--border: #142440;--border2: #1e3660;--text: #c8daf5;--muted: #4d6b99;--accent: #3b82f6;--accent2: #1d4ed8;--green: #22c55e;--red: #ef4444;--yellow: #f59e0b;--mono: "Share Tech Mono", monospace;--sans: "Outfit", sans-serif;--radius: 10px}html,body,#root{height:100%;overflow:hidden}body{background:var(--bg);font-family:var(--sans);color:var(--text)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:4px}button{font-family:var(--sans);cursor:pointer}input{font-family:var(--mono)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
