:root{--bg:#0b0e14;--text:#8b94a3;--text-h:#fff;--accent:#8a2be2;--accent-light:#a252eb;--accent-blue:#00f3ff;--glass-bg:#ffffff0d;--glass-border:#ffffff1a;--shadow-neon:0 0 15px #8a2be24d;--shadow-neon-blue:0 0 15px #00f3ff4d}*{box-sizing:border-box}body{background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;overflow-x:hidden}::-webkit-scrollbar{background:0 0;width:0}@keyframes spin{to{transform:rotate(360deg)}}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}h1,h2,h3,h4,h5,h6{color:var(--text-h);margin:0}#root{flex-direction:column;min-height:100vh;display:flex}button{cursor:pointer;border:none;outline:none;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:16px}input{border:1px solid var(--glass-border);color:var(--text-h);background:#0000004d;border-radius:8px;outline:none;padding:10px 16px;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;transition:border-color .3s}input:focus{border-color:var(--accent)}
