@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased}body,html{touch-action:manipulation}body{background:#0a0800;overscroll-behavior-y:none}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-thumb{background:rgba(201,168,76,.25);border-radius:2px}button,input,select,textarea{font-family:Inter,sans-serif}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.fade-up{animation:fadeUp .35s ease both}@keyframes splashRingDraw{0%{stroke-dashoffset:302}to{stroke-dashoffset:0}}@keyframes splashLogoIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes splashTrackIn{0%{opacity:0;letter-spacing:.35em}to{opacity:1;letter-spacing:.02em}}@keyframes splashSubIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes splashShine{0%{transform:translateX(-120%) skewX(-20deg)}to{transform:translateX(220%) skewX(-20deg)}}@keyframes splashBreath{0%,to{opacity:.35;transform:translate(-50%,-50%) scale(1)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1.12)}}@keyframes splashFadeOut{to{opacity:0}}.splash-ring-draw{animation:splashRingDraw .55s cubic-bezier(.16,1,.3,1) both}.splash-logo{animation:splashLogoIn .6s cubic-bezier(.16,1,.3,1) .25s both}.splash-title{animation:splashTrackIn .55s cubic-bezier(.16,1,.3,1) .45s both}.splash-sub{animation:splashSubIn .45s ease .65s both}.splash-shine{animation:splashShine .7s ease-in-out .8s both}.splash-breath{animation:splashBreath 2.4s ease-in-out infinite}.splash-out{animation:splashFadeOut .35s ease forwards}