body .startup-loading{z-index:10000;background:radial-gradient(ellipse at 50% 25%,var(--ui-highlight),transparent 70%),var(--ui-surface)}.startup-loading progress{display:block;width:100%;height:10px;margin:20px 0 12px;border:1px solid var(--ui-line);border-radius:0;background:var(--ui-field);color:var(--ui-accent);accent-color:var(--ui-accent);appearance:none}.startup-loading progress::-webkit-progress-bar{background:var(--ui-field)}.startup-loading progress::-webkit-progress-value{background:var(--ui-accent)}.startup-loading progress::-moz-progress-bar{background:var(--ui-accent)}.startup-loading:not(.has-error) progress{animation:loading-pulse 1.5s ease-in-out infinite alternate}.loading-detail{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;color:var(--ui-muted);font-size:12px;font-variant-numeric:tabular-nums}@keyframes loading-pulse{to{opacity:.5}}@media(prefers-reduced-motion:reduce){.startup-loading:not(.has-error) progress{animation:none}}
