.splash-bg{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative;background:var(--bg)}
.splash-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%}
.splash-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(7,9,10,0.1) 0%,rgba(7,9,10,0.45) 45%,rgba(7,9,10,0.96) 100%)}
.splash-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;flex:1;padding:0 28px calc(44px + var(--safe-b));text-align:center}
.splash-logo{font-family:var(--fd);font-size:52px;font-weight:800;letter-spacing:-2.5px;margin-bottom:4px;animation:logoIn .55s cubic-bezier(.34,1.56,.64,1) .05s both}
.splash-logo em{color:var(--lime);font-style:normal}
.splash-tagline{font-size:15px;color:var(--t2);margin-bottom:40px;animation:fadeUp .4s ease .3s both}
.splash-glow{position:absolute;width:200px;height:200px;border-radius:50%;filter:blur(80px);opacity:.12;pointer-events:none}
.splash-glow-1{background:var(--lime);top:-40px;right:-40px}
.splash-glow-2{background:var(--orange);bottom:-40px;left:-40px}
