.splash-overlay{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#8b5cf6,#6d28d9,#5b21b6);background-size:200% 200%;animation:splashGradient 3s ease infinite;transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.splash-overlay[data-phase=exit]{opacity:0;transform:scale(1.08);filter:blur(12px)}@keyframes splashGradient{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.splash-orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:0;animation:splashOrbIn 1.2s cubic-bezier(.16,1,.3,1) forwards}.splash-orb-1{width:300px;height:300px;background:#06b6d44d;top:-8%;right:-10%;animation-delay:.3s}.splash-orb-2{width:250px;height:250px;background:#ec489940;bottom:-5%;left:-8%;animation-delay:.5s}.splash-orb-3{width:200px;height:200px;background:#10b98133;top:40%;left:-12%;animation-delay:.7s}.splash-orb-4{width:180px;height:180px;background:#f59e0b33;bottom:20%;right:-6%;animation-delay:.9s}@keyframes splashOrbIn{0%{opacity:0;transform:scale(.3) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0);animation:splashOrbFloat 6s ease-in-out infinite}}.splash-orb-1{animation:splashOrbIn 1.2s .3s cubic-bezier(.16,1,.3,1) forwards,splashOrbFloat 6s 1.5s ease-in-out infinite}.splash-orb-2{animation:splashOrbIn 1.2s .5s cubic-bezier(.16,1,.3,1) forwards,splashOrbFloat 8s 1.7s ease-in-out infinite}.splash-orb-3{animation:splashOrbIn 1.2s .7s cubic-bezier(.16,1,.3,1) forwards,splashOrbFloat 7s 1.9s ease-in-out infinite}.splash-orb-4{animation:splashOrbIn 1.2s .9s cubic-bezier(.16,1,.3,1) forwards,splashOrbFloat 9s 2.1s ease-in-out infinite}@keyframes splashOrbFloat{0%,to{transform:scale(1) translate(0)}25%{transform:scale(1.05) translate(8px,-12px)}50%{transform:scale(.95) translate(-6px,8px)}75%{transform:scale(1.02) translate(4px,-4px)}}.splash-ring{position:absolute;width:180px;height:180px;border-radius:50%;border:1.5px solid rgba(255,255,255,.15);opacity:0;animation:splashRingIn 1s .6s cubic-bezier(.16,1,.3,1) forwards,splashRingSpin 12s 1.6s linear infinite}.splash-ring:before,.splash-ring:after{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background:#fff9}.splash-ring:before{top:-3px;left:50%;transform:translate(-50%)}.splash-ring:after{bottom:-3px;left:50%;transform:translate(-50%)}@keyframes splashRingIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes splashRingSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.splash-content{display:flex;flex-direction:column;align-items:center;gap:20px;z-index:1}.splash-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.splash-icon-glow{position:absolute;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);animation:splashGlow 2s ease-in-out infinite}@keyframes splashGlow{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.3);opacity:1}}.splash-icon{opacity:0;transform:scale(.6);animation:splashIconIn .8s .2s cubic-bezier(.34,1.56,.64,1) forwards;filter:drop-shadow(0 4px 24px rgba(0,0,0,.15))}@keyframes splashIconIn{0%{opacity:0;transform:scale(.6) translateY(10px)}60%{opacity:1;transform:scale(1.05) translateY(-2px)}to{opacity:1;transform:scale(1) translateY(0)}}.splash-wordmark{display:flex;align-items:baseline;gap:6px;opacity:0;transform:translateY(12px);animation:splashTextIn .7s .8s cubic-bezier(.16,1,.3,1) forwards}.splash-word-nursery{font-size:28px;font-weight:300;color:#ffffffe6;letter-spacing:.5px}.splash-word-click{font-size:28px;font-weight:700;color:#fff;letter-spacing:.5px}@keyframes splashTextIn{0%{opacity:0;transform:translateY(12px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.splash-tagline{font-size:13px;font-weight:400;color:#ffffff80;letter-spacing:2px;text-transform:uppercase;opacity:0;transform:translateY(8px);animation:splashTextIn .6s 1.2s cubic-bezier(.16,1,.3,1) forwards}
