#pwa-startup-progress{position:fixed;inset:0;z-index:2147483200;display:flex;align-items:center;justify-content:center;background:#fff;color:#111827;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 180ms ease,visibility 0s linear 180ms}#pwa-startup-progress[data-visible=true]{opacity:1;visibility:visible;transition:opacity 180ms ease}#pwa-startup-progress[data-state=done],#pwa-startup-progress[data-state=cancelled]{opacity:0;visibility:hidden;transition:opacity 220ms ease,visibility 0s linear 220ms}.pwa-startup-progress-inner{display:flex;width:min(430px,88vw);transform:translateY(-4vh);align-items:center;justify-content:center}.pwa-startup-progress-dots{--pwa-startup-progress-dot-size:6px;--pwa-startup-progress-dot-gap:7px;display:grid;grid-template-columns:repeat(27,var(--pwa-startup-progress-dot-size));gap:var(--pwa-startup-progress-dot-gap);align-items:center;justify-content:center}.pwa-startup-progress-dot{width:var(--pwa-startup-progress-dot-size);height:var(--pwa-startup-progress-dot-size);border-radius:999px;background:#d7d9e2;transform:scale(.9);transition:background-color 140ms ease,box-shadow 140ms ease,transform 140ms ease}.pwa-startup-progress-dot[data-complete=true]{background:#141552;box-shadow:0 0 0 2px rgba(124,58,237,.12);transform:scale(1.08)}.pwa-startup-progress-dot[data-current=true]{background:#7c3aed;box-shadow:0 0 0 3px rgba(124,58,237,.18);transform:scale(1.2)}@media (max-width:430px){.pwa-startup-progress-dots{--pwa-startup-progress-dot-size:6px;--pwa-startup-progress-dot-gap:6px;grid-template-columns:repeat(20,var(--pwa-startup-progress-dot-size))}}@media (max-width:360px){.pwa-startup-progress-inner{width:min(320px,90vw)}.pwa-startup-progress-dots{--pwa-startup-progress-dot-size:5.8px;--pwa-startup-progress-dot-gap:5.8px;grid-template-columns:repeat(20,var(--pwa-startup-progress-dot-size))}}@media (prefers-reduced-motion:reduce){#pwa-startup-progress,.pwa-startup-progress-dot{transition:none}}
