
#ambiSplash{position:fixed;inset:0;z-index:999999;background:#1a0a28;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:opacity .6s ease;}
#ambiSplash.ambi-splash-hide{opacity:0;pointer-events:none;}
#ambiSplash .ambi-splash-stars{position:absolute;inset:0;overflow:hidden;pointer-events:none;}
#ambiSplash .ambi-star{position:absolute;top:-4%;border-radius:50%;background:#ffd700;box-shadow:0 0 4px 1px rgba(255,215,0,.85);animation:ambiStarFall linear infinite;}
@keyframes ambiStarFall{
  0%{transform:translateY(0) translateX(0);opacity:0;}
  8%{opacity:1;}
  92%{opacity:1;}
  100%{transform:translateY(112vh) translateX(var(--ambi-drift,0px));opacity:0;}
}
#ambiSplash .ambi-splash-logo-wrap{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;}
#ambiSplash .ambi-splash-logo{width:42vw;max-width:230px;min-width:140px;filter:drop-shadow(0 0 22px rgba(255,45,155,.5)) drop-shadow(0 0 40px rgba(0,229,255,.25));animation:ambiSplashPulse 2.2s ease-in-out infinite;}
@keyframes ambiSplashPulse{0%,100%{transform:scale(1);}50%{transform:scale(1.045);}}
#ambiSplash .ambi-splash-loading{margin-top:1.4rem;font-family:'Syne',sans-serif;font-weight:700;font-size:.72rem;letter-spacing:.14em;color:rgba(255,255,255,.55);text-transform:uppercase;}
