*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0A0A0F;--bg2:#10101A;--bg3:#1A1A2E;--bg4:#1E1E35;--border:#2A2A4A;--border2:#3A3A5A;--accent:#6C63FF;--accent2:#9B94FF;--green:#22C55E;--red:#EF4444;--yellow:#F59E0B;--gold:#FFD700;--text:#F0F0FF;--text2:#A0A0CC;--text3:#60607A}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;outline:none}input,select,textarea{font-family:inherit;font-size:14px;background:var(--bg3);border:1.5px solid var(--border);color:var(--text);border-radius:8px;padding:10px 14px;outline:none;transition:border-color .15s,box-shadow .15s;width:100%}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #6c63ff1f}input::placeholder,textarea::placeholder{color:var(--text3)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes shimmer{0%{background-position:200% center}to{background-position:-200% center}}.fade-up{animation:fadeUp .25s ease both}
