.splash-overlay{z-index:9999;opacity:1;pointer-events:auto;background:#fffffff7;flex-direction:column;justify-content:center;align-items:center;transition:opacity .8s;display:flex;position:fixed;inset:0}.splash-overlay.splash-fading{opacity:0;pointer-events:none}.splash-content{flex-direction:column;align-items:center;animation:.5s both contentRise;display:flex}@keyframes contentRise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.splash-title{text-align:center;color:#2a2a2a;letter-spacing:.3em;margin:0;font-family:Shippori Antique,serif;font-size:1.5rem}.splash-subtitle{letter-spacing:.25em;color:#999;margin-top:.45rem;font-size:.65rem;display:block}.progress-track{background-color:#0000001a;width:100px;height:1.5px;margin-top:1.8rem;position:relative}.progress-bar{width:var(--progress,0%);background:#2a2a2a;transition:width 50ms linear;position:absolute;inset:0}.progress-pct{letter-spacing:.2em;color:#bbb;font-variant-numeric:tabular-nums;margin-top:.55rem;font-size:.6rem}@media (prefers-reduced-motion:reduce){.splash-overlay{transition:none}.splash-content,.splash-title,.splash-subtitle,.progress-track,.progress-pct{animation:none}}
