#startup-shell{position:fixed;inset:0;z-index:9999;display:grid;place-content:center;gap:20px;text-align:center;background:#f7f7f2;color:#253d3a;padding:calc(32px + env(safe-area-inset-top)) 28px calc(32px + env(safe-area-inset-bottom));font:17px/1.5 system-ui,sans-serif}#startup-shell img{margin:auto;width:84px;height:84px}#startup-shell h1{font-size:36px;letter-spacing:-1.5px;margin:0}#startup-shell p{margin:0;max-width:330px}#startup-shell .startup-spinner{width:32px;height:32px;border:3px solid #dce4da;border-top-color:#54776a;border-radius:50%;margin:auto;animation:startup-spin 1s linear infinite}#startup-shell[data-phase=error] .startup-spinner{display:none}#startup-retry{font:inherit;border:0;border-radius:14px;background:#294f44;color:#fff;padding:14px 22px;cursor:pointer}#startup-retry[hidden]{display:none}@keyframes startup-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){#startup-shell .startup-spinner{animation:none}}
