.boot-screen{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;gap:14px;background:#111b2e;color:#fff}.boot-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:#f48120;font-weight:850;box-shadow:0 8px 24px #0004}.boot-screen div{display:grid;gap:3px}.boot-screen strong{font-size:16px;letter-spacing:-.01em}.boot-screen small{color:#8290a8;font-size:10px;text-transform:uppercase;letter-spacing:.12em}.boot-screen i{width:7px;height:7px;margin-left:6px;border-radius:50%;background:#20a66a;box-shadow:0 0 0 0 #20a66a66;animation:boot-pulse 1.4s ease-out infinite}@keyframes boot-pulse{70%{box-shadow:0 0 0 8px transparent}100%{box-shadow:0 0 0 0 transparent}}@media(prefers-reduced-motion:reduce){.boot-screen i{animation:none}}
:root:not(.restoring-session) #boot-screen{display:none}.restoring-session #login{display:none}
