html.app-starting,html.app-starting body{background:var(--color-page,#050607);overflow:hidden}.startup-screen{z-index:1000;box-sizing:border-box;background:var(--color-page,#050607);min-width:320px;color:var(--color-ink,#fff);text-align:center;place-items:center;padding:32px 24px;font-family:Segoe UI,Inter,system-ui,sans-serif;display:grid;position:fixed;inset:0;overflow:auto}.startup-screen[hidden],.startup-screen [hidden]{display:none}.startup-content{width:min(100%,390px);margin:auto;animation:1.1s ease-out both startup-reveal}.startup-mark{width:88px;height:88px;color:var(--color-accent,#15d1a0);margin:0 auto 38px;animation:2.8s cubic-bezier(.65,0,.35,1) infinite startup-turn;display:block;overflow:visible}.startup-mark .face{fill:var(--color-header,#171c20)}.startup-mark .letters{fill:var(--color-ink,#fff)}.startup-content h1{letter-spacing:.14em;margin:0 0 12px;font-size:12px;font-weight:700;line-height:1.5}.startup-tip{min-height:48px;color:var(--color-muted,#b8c0c8);margin:0;font-size:14px;line-height:1.7}.startup-message{min-height:36px;color:var(--color-dim,#9ca9b5);margin:26px 0 0;font-size:12px;line-height:1.6}.startup-dots{color:var(--color-accent,#15d1a0);justify-content:center;gap:5px;margin:14px auto 0;display:flex}.startup-dots span{background:currentColor;border-radius:50%;width:4px;height:4px;animation:1.2s ease-in-out infinite startup-dot}.startup-dots span:nth-child(2){animation-delay:.15s}.startup-dots span:nth-child(3){animation-delay:.3s}.startup-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:22px;display:flex}.startup-actions button{border:1px solid var(--color-line,#303a43);background:var(--color-header,#171c20);color:var(--color-ink,#fff);font:inherit;cursor:pointer;border-radius:3px;padding:10px 14px;font-size:12px}.startup-actions button:hover,.startup-actions button:focus-visible{outline:2px solid var(--color-accent,#15d1a0);outline-offset:3px}.startup-screen[data-state=error] .startup-mark,.startup-screen[data-state=error] .startup-dots span{animation-play-state:paused}@keyframes startup-turn{0%,15%{transform:rotate(-8deg)scale(1)}45%{transform:rotate(172deg)scale(.88)}75%,to{transform:rotate(352deg)scale(1)}}@keyframes startup-dot{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}@keyframes startup-reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.startup-content,.startup-mark,.startup-dots span{animation:none}}@media (height<=440px){.startup-mark{width:56px;height:56px;margin-bottom:18px}.startup-message{margin-top:12px}}
