@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#08090e;--bg2:#0f1018;--bg3:#161720;--border:#1e2030;--border2:#2a2d40;--accent:#f44;--accent-glow:#ff44444d;--text:#e8e9f0;--text2:#7880a0;--text3:#4a5070;--green:#22c55e;--yellow:#f59e0b;--red:#ef4444;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif}html,body{background:var(--bg);min-height:100%;color:var(--text)}#root{flex-direction:column;min-height:100vh;display:flex}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}button{cursor:pointer;border:none;font-family:inherit}input{font-family:inherit}
