#splash{position:fixed;inset:0;background:radial-gradient(circle at 50% 42%,rgba(126,171,255,.12),transparent 34%),linear-gradient(180deg,#070d18,#030712 58%,#01030a);display:flex;align-items:center;justify-content:center;z-index:9999;opacity:1;transition:opacity .3s ease}#splash.hide{opacity:0;pointer-events:none}.splash-inner{display:flex;flex-direction:column;align-items:center;gap:14px;width:min(90vw,420px)}.splash-logo{max-height:84px;width:auto;height:auto;object-fit:contain;animation:splashFade .52s cubic-bezier(.2,.8,.2,1);user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none;pointer-events:none}.splash-text{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:620;letter-spacing:.14em;font-size:12px;color:#e7f2ffc2;text-transform:uppercase}@keyframes splashFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
