.boot-screen{position:fixed;z-index:100;inset:0;min-height:100dvh;display:grid;place-content:center;justify-items:center;gap:13px;background:linear-gradient(150deg,#eef8ff,#f8f5ff 55%,#ebf9ff);color:var(--text)}.boot-logo{width:68px;height:68px;display:grid;place-items:center;border-radius:22px;color:#fff;font-size:37px;background:linear-gradient(145deg,#77bcff,#087cff);box-shadow:0 15px 34px rgba(8,124,255,.28)}.boot-screen b{font-size:21px;letter-spacing:-.4px}.boot-spinner{width:20px;height:20px;margin-top:4px;border:2px solid rgba(8,124,255,.18);border-top-color:var(--blue);border-radius:50%;animation:boot-spin .75s linear infinite}html[data-theme=dark] .boot-screen{background:linear-gradient(150deg,#0d1119,#14121d 55%,#0d1719)}@media(prefers-color-scheme:dark){html:not([data-theme=light]) .boot-screen{background:linear-gradient(150deg,#0d1119,#14121d 55%,#0d1719)}}@keyframes boot-spin{to{transform:rotate(1turn)}}@media(prefers-reduced-motion:reduce){.boot-spinner{animation-duration:1.5s}}
