.app-boot-state{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f6f8fb;color:#17304a;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-align:center}.app-boot-card{display:grid;max-width:430px;gap:11px;justify-items:center}.app-boot-spinner{width:34px;height:34px;border:3px solid #d9e1e9;border-top-color:#327bb6;border-radius:50%;animation:app-boot-spin .75s linear infinite}.app-boot-state button{min-height:44px;padding:0 17px;border:0;border-radius:10px;background:#327bb6;color:#fff;font-weight:750}.app-boot-state p{margin:0;color:#66798c;line-height:1.5}.app-boot-state h1{margin:0;font-size:21px}@keyframes app-boot-spin{to{transform:rotate(360deg)}}html[data-theme=dark] .app-boot-state{background:#0a1119;color:#eef4fa}html[data-theme=dark] .app-boot-state p{color:#98a9b9}
