@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0f1117;--surface:#1a1d27;--surface2:#22263a;--border:#2e3347;--accent:#6c63ff;--accent2:#9d96ff;--text:#e8eaf6;--text2:#9ba3c4;--green:#22c55e;--red:#ef4444;--yellow:#f59e0b;--radius:12px;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}body{background:var(--bg);color:var(--text);height:100vh;font-family:Inter,sans-serif;overflow:hidden}#root{height:100vh;display:flex}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text2)}textarea{resize:none;outline:none;font-family:Inter,sans-serif}button{cursor:pointer;font-family:Inter,sans-serif}input{outline:none;font-family:Inter,sans-serif}
