html,body{margin:0;min-height:100%;background:radial-gradient(circle at top left,#0b2b55 0,#040d1d 42%,#03070f 100%)}
body{min-height:100vh}
#boot-splash{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:radial-gradient(circle at top left,#0b2b55 0,#040d1d 42%,#03070f 100%);color:#f8fafc;pointer-events:none;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}
#boot-splash img{width:min(38vw,180px);height:min(38vw,180px);border-radius:28px;box-shadow:0 22px 50px rgba(0,0,0,.42)}
#boot-splash strong{font-size:1.25rem;font-weight:900;letter-spacing:.06em;margin-top:8px}
#boot-splash span{font-size:.82rem;font-weight:800;color:#8fd4ff;letter-spacing:.16em}
#boot-splash .splash-bar{width:160px;height:7px;border-radius:999px;background:#12243d;overflow:hidden;margin-top:18px}
#boot-splash .splash-bar i{display:block;width:100%;height:100%;background:linear-gradient(90deg,#2097ff 0 32%,#6bd84f 32% 56%,#ffc928 56% 78%,#ff3b30 78% 100%);animation:bootSplashLoad 1.15s ease-out forwards;transform-origin:left}
#boot-splash.is-hiding{animation:bootSplashOut .42s ease forwards}
@keyframes bootSplashLoad{from{transform:scaleX(.08)}to{transform:scaleX(1)}}
@keyframes bootSplashOut{to{opacity:0;visibility:hidden}}
