:root{--bg:#060d1a;--bg-2:#0a1628;--bg-3:#0f1f38;--surface:#112040;--surface-2:#162a50;--border:#ffffff12;--border-2:#ffffff1f;--text-1:#f0f4ff;--text-2:#8a9bc4;--text-3:#4a5a7a;--accent:#f59e0b;--accent-dim:#f59e0b1f;--accent-glow:#f59e0b40;--red:#e24b4a;--green:#1d9e75}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);height:100%;color:var(--text-1);-webkit-font-smoothing:antialiased;font-family:Instrument Sans,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:4px}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.anim-fade-up{animation:.4s both fadeUp}.anim-fade{animation:.3s both fadeIn}.delay-1{animation-delay:50ms}.delay-2{animation-delay:.1s}.delay-3{animation-delay:.15s}.delay-4{animation-delay:.2s}.delay-5{animation-delay:.25s}.delay-6{animation-delay:.3s}.delay-7{animation-delay:.35s}.delay-8{animation-delay:.4s}.delay-9{animation-delay:.45s}
