.boot-splash{position:fixed;inset:0;display:grid;place-items:center;background:radial-gradient(circle at 50% 30%,rgba(63,111,255,.13),transparent 34%),linear-gradient(155deg,#061328 0%,#081a36 52%,#050f21 100%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#fff}
.boot-card{width:min(420px,calc(100% - 48px));display:flex;flex-direction:column;align-items:center;text-align:center;animation:bootIn .45s ease-out both}
.boot-logo{width:92px;height:92px;border-radius:26px;display:grid;place-items:center;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.11);box-shadow:0 24px 70px rgba(0,0,0,.28)}
.boot-logo img{width:63px;height:63px;object-fit:contain}
.boot-name{margin-top:20px;font-size:19px;letter-spacing:5.5px;font-weight:850}
.boot-sub{margin-top:5px;font-size:8px;letter-spacing:2.6px;font-weight:800;color:#7899e9}
.boot-line{position:relative;margin-top:29px;width:210px;height:3px;border-radius:999px;overflow:hidden;background:rgba(255,255,255,.09)}
.boot-line i{position:absolute;top:0;bottom:0;width:42%;border-radius:999px;background:linear-gradient(90deg,transparent,#6d96ff,#9bb6ff,transparent);animation:bootLine 1.25s ease-in-out infinite}
.boot-copy{margin-top:13px;color:#8fa1be;font-size:11px;font-weight:650}
@keyframes bootLine{0%{left:-50%}55%{left:55%}100%{left:115%}}
@keyframes bootIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
