.launch-splash{z-index:300;background:linear-gradient(#0a0620 0%,#170e3c 50%,#2c1a64 100%);position:fixed;inset:0;overflow:hidden}.launch-splash .splash-stars{will-change:background-position;background-repeat:repeat;transition:opacity .8s;position:absolute;inset:0}.launch-splash .splash-stars-far{background-image:radial-gradient(1px 1px at 14% 12%,#ffffff8c,#0000 60%),radial-gradient(1px 1px at 38% 46%,#d6ceff73,#0000 60%),radial-gradient(1px 1px at 62% 26%,#ffffff80,#0000 60%),radial-gradient(1px 1px at 80% 64%,#fff6,#0000 60%),radial-gradient(1px 1px at 26% 78%,#ffffff73,#0000 60%),radial-gradient(1px 1px at 92% 88%,#d0c6ff66,#0000 60%),radial-gradient(1px 1px at 50% 96%,#fff6,#0000 60%);background-size:220px 220px;animation:4.5s linear infinite splashStarsFar}.launch-splash .splash-stars-near{background-image:radial-gradient(1.8px 1.8px at 20% 30%,#fffffff2,#0000 55%),radial-gradient(2px 2px at 70% 18%,#d6ceffe6,#0000 55%),radial-gradient(1.6px 1.6px at 46% 70%,#ffffffd9,#0000 55%),radial-gradient(2.2px 2.2px at 86% 56%,#ffffffe6,#0000 55%),radial-gradient(1.6px 1.6px at 8% 84%,#fffc,#0000 55%);background-size:340px 340px;animation:2.1s linear infinite splashStarsNear}.launch-splash.settled .splash-stars-far{opacity:.45}.launch-splash.settled .splash-stars-near{opacity:.3}.launch-splash.settled .splash-planets,.launch-splash.settled .splash-clouds{opacity:0;transition:opacity .8s}.launch-splash .splash-planets{pointer-events:none;position:absolute;inset:0;overflow:hidden}.launch-splash .planet{will-change:transform, opacity;border-radius:50%;position:absolute}.launch-splash .planet-a{background:radial-gradient(circle at 36% 30%,#8fd6ff 0%,#3b86c4 52%,#163f63 100%);width:8vmin;height:8vmin;animation:9s linear -1.5s infinite splashPlanetFall;top:50%;left:12%;box-shadow:0 0 5vmin #4696d238,inset -1vmin -1vmin 2vmin #00000059}.launch-splash .planet-b{background:radial-gradient(circle at 38% 32%,#ffd49a 0%,#e87b3c 52%,#8a3a1c 100%);width:5vmin;height:5vmin;animation:7s linear -3s infinite splashPlanetFall;top:62%;left:78%;box-shadow:0 0 4vmin #e6783c33,inset -.8vmin -.8vmin 1.6vmin #00000059}.launch-splash .planet-c{background:radial-gradient(circle at 40% 30%,#e9e2d2 0%,#b9a988 52%,#5e533c 100%);width:12vmin;height:12vmin;animation:11s linear -5s infinite splashPlanetFall;top:82%;left:24%;box-shadow:0 0 6vmin #c8b9962e,inset -1.4vmin -1.4vmin 2.6vmin #0006}.launch-splash .splash-clouds{pointer-events:none;filter:blur(2px);background:linear-gradient(#0000 36%,#ffffff0f 68%,#fff3 100%),radial-gradient(26% 70% at 8% 100%,#ffffff3d,#0000 72%),radial-gradient(24% 64% at 28% 100%,#fff3,#0000 72%),radial-gradient(26% 72% at 50% 100%,#ffffff38,#0000 72%),radial-gradient(24% 64% at 72% 100%,#fff3,#0000 72%),radial-gradient(26% 72% at 92% 100%,#ffffff3b,#0000 72%);height:42%;animation:7s ease-in-out infinite alternate splashCloudsSway;position:absolute;bottom:-4%;left:-16%;right:-16%}.launch-splash .splash-rocket{z-index:4;will-change:transform;width:clamp(150px,26vmin,300px);animation:2.9s cubic-bezier(.42,.05,.5,1) forwards splashLaunch;position:absolute;bottom:0;left:50%}.launch-splash .splash-mascot{z-index:2;width:100%;height:auto;display:block;position:relative;-webkit-mask-image:linear-gradient(#000 59%,#0000 73%);mask-image:linear-gradient(#000 59%,#0000 73%)}.launch-splash .splash-flame{z-index:3;transform-origin:50% 0;pointer-events:none;filter:drop-shadow(0 0 10px #ff8c1e99);width:27%;height:auto;position:absolute;top:51%;left:35%;transform:rotate(-7deg)}.launch-splash .fl-outer{transform-origin:50% 0;animation:.16s ease-in-out infinite alternate splashFlick}.launch-splash .fl-inner{transform-origin:50% 0;animation:.11s ease-in-out infinite alternate splashFlick2}.launch-splash-end{z-index:5;text-align:center;flex-direction:column;align-items:center;gap:10px;padding:0 24px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.launch-splash-end-h{font-family:var(--term-font,ui-monospace, SFMono-Regular, Menlo, monospace);letter-spacing:-.02em;color:#fff;text-shadow:0 0 32px #6049ea8c;margin:0;font-size:clamp(28px,6vmin,48px);font-weight:700}.launch-splash-end-sub{font-family:var(--term-font,ui-monospace, SFMono-Regular, Menlo, monospace);color:#ffffffd1;margin:0;font-size:clamp(16px,3.2vmin,24px);font-weight:500}@keyframes splashLaunch{0%{transform:translate(-50%,100%)}to{transform:translate(-50%,calc(-115vh - 100%))}}@keyframes splashStarsFar{0%{background-position:0 0}to{background-position:0 220px}}@keyframes splashStarsNear{0%{background-position:0 0}to{background-position:0 340px}}@keyframes splashCloudsSway{0%{transform:translate(-2.5%,1%)}to{transform:translate(2.5%,-1%)}}@keyframes splashPlanetFall{0%{opacity:0;transform:translateY(-16vh)}14%{opacity:.92}82%{opacity:.92}to{opacity:0;transform:translateY(70vh)}}@keyframes splashFlick{0%{opacity:.9;transform:scaleY(.92)scaleX(1.04)}to{opacity:1;transform:scaleY(1.14)scaleX(.92)}}@keyframes splashFlick2{0%{opacity:.85;transform:scaleY(.82)}to{opacity:1;transform:scaleY(1.18)}}@media (prefers-reduced-motion:reduce){.launch-splash .splash-stars,.launch-splash .splash-clouds,.launch-splash .planet,.launch-splash .fl-outer,.launch-splash .fl-inner{animation:none}.launch-splash .splash-rocket{animation:none;transform:translate(-50%,-120%)}}
