:root{--bg: #07070f;--bg2: #0d0d1a;--bg3: #121224;--bg4: #181830;--border: rgba(255,255,255,.065);--borderh: rgba(255,255,255,.13);--red: #e8092c;--red2: #ff1f40;--redg: rgba(232,9,44,.18);--reds: rgba(232,9,44,.07);--gold: #f5a623;--golds: rgba(245,166,35,.1);--green: #00d68f;--greens: rgba(0,214,143,.1);--blue: #3b9eff;--blues: rgba(59,158,255,.1);--text: #eeeef8;--text2: #9898b8;--text3: #52526a;--fd: "Syne", sans-serif;--fb: "Instrument Sans", sans-serif;--r: 12px;--rs: 8px;--rl: 18px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--fb);background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased;overflow-x:hidden}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");pointer-events:none;z-index:9999}#root{position:relative;z-index:1}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--bg4);border-radius:4px}a{color:inherit;text-decoration:none}button{font-family:var(--fb);cursor:pointer}input,select,textarea{font-family:var(--fb)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}@keyframes glow-pulse{0%,to{box-shadow:0 0 20px var(--redg)}50%{box-shadow:0 0 40px var(--redg),0 0 80px #e8092c0f}}@keyframes progress-shine{0%{background-position:-200% center}to{background-position:200% center}}.anim-up{animation:fadeUp .45s ease both}.anim-in{animation:fadeIn .3s ease both}
