.prelanding-anim-root{animation:fadeOut .4s ease-in calc(var(--anim-length) - .4s) 1 normal both}@keyframes fadeOut{0%{transform:scale(1)}to{transform:scale(2);opacity:0}}.prelanding-bg{background:radial-gradient(#3be23b,#074907);background-size:200% 200%;background-position:50%;animation:expandGradient var(--anim-length) forwards}@keyframes expandGradient{0%{background-size:100% 100%}to{background-size:200% 200%}}.prelanding-spinner{animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.turtle-mascot{border-top:1px solid hsla(0,0%,100%,.1);padding-top:16px;margin-top:8px}.turtle-mascot-message{margin:0 0 8px;padding:0 4px;font-size:12px;line-height:1.4;color:hsla(0,0%,100%,.55);font-style:italic}.turtle-mascot-message strong{color:hsla(0,0%,100%,.8);font-style:normal}.turtle-mascot-lane{position:relative;height:64px;overflow:visible}.turtle-mascot-track{position:absolute;left:0;right:0;top:50%;height:2px;background:repeating-linear-gradient(90deg,hsla(0,0%,100%,.12) 0 6px,transparent 6px 14px);transform:translateY(-1px)}.turtle-mascot-wrap{position:absolute;top:50%;left:0;transform:translateY(-78%);width:96px;height:62px;will-change:left;image-rendering:pixelated;transition:left 7s ease-in-out}.turtle-mascot-wrap svg{display:block}.turtle-mascot-wrap #turtle-leg-back,.turtle-mascot-wrap #turtle-leg-front,.turtle-mascot-wrap svg{transition:transform .46s steps(2)}.turtle-mascot-wrap.step-a #turtle-leg-back{transform:translate(3px)}.turtle-mascot-wrap.step-a #turtle-leg-front{transform:translate(-3px)}.turtle-mascot-wrap.step-a svg{transform:translateY(0)}.turtle-mascot-wrap.step-b #turtle-leg-back{transform:translate(-3px)}.turtle-mascot-wrap.step-b #turtle-leg-front{transform:translate(3px)}.turtle-mascot-wrap.step-b svg{transform:translateY(-2px)}.turtle-mascot-shadow{position:absolute;bottom:-4px;left:20px;width:56px;height:9px;background:radial-gradient(ellipse,rgba(0,0,0,.4) 0,transparent 70%)}@media (prefers-reduced-motion:reduce){.turtle-mascot-wrap,.turtle-mascot-wrap #turtle-leg-back,.turtle-mascot-wrap #turtle-leg-front,.turtle-mascot-wrap svg{transition-duration:.01ms!important}}@keyframes breath{0%,to{transform:scale(1);box-shadow:0 10px 25px rgba(37,211,102,.4)}50%{transform:scale(1.05);box-shadow:0 10px 35px rgba(37,211,102,.6)}}.breath-animation{animation:breath 2s ease-in-out infinite}