.splash-shell{color:#fff;background:radial-gradient(circle at top,#f2b64224,#0000 24%),linear-gradient(#08120f 0%,#120507 48%,#111723 100%);flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:100vh;animation:.3s ease-out both splash-fade-in;display:flex;position:relative}.splash-shimmer{height:3px;position:absolute;top:0;left:0;right:0;overflow:hidden}.splash-shimmer:before{content:"";background:linear-gradient(90deg,#0000 0%,#d9a24899 30%,#f2b642 50%,#d9a24899 70%,#0000 100%);animation:2s linear infinite splash-shimmer;display:block;position:absolute;inset:0;transform:translate(-100%)}.splash-ball{filter:drop-shadow(0 10px 28px #7a2d24a6);animation:1.4s ease-in-out infinite splash-bounce}.splash-ball__spin{width:80px;height:80px;animation:4s linear infinite splash-spin}.splash-ball__svg{width:100%;height:100%;display:block}.splash-wordmark{font-family:var(--font-display);letter-spacing:.03em;color:#fff;margin:0;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800}.splash-dots{align-items:center;gap:7px;display:inline-flex}.splash-dots__dot{background:#d9a248;border-radius:999px;width:7px;height:7px;animation:1.2s ease-in-out infinite splash-dot-bounce}.splash-dots__dot:nth-child(2){animation-delay:.2s}.splash-dots__dot:nth-child(3){animation-delay:.4s}@media (prefers-reduced-motion:reduce){.splash-shell,.splash-shimmer:before,.splash-ball,.splash-ball__spin,.splash-dots__dot{animation:none}}html[data-theme=light] .splash-shell{color:#172033;background:radial-gradient(circle at 12% 0,#d9a24829,#0000 28%),radial-gradient(circle at 88% 8%,#2879581c,#0000 26%),linear-gradient(#fbfcff 0%,#f4f7fb 50%,#eef3f8 100%)}
