.progress-container.svelte-fnn7li{display:flex;flex-direction:column;gap:var(--space-2)}.progress-header.svelte-fnn7li{display:flex;justify-content:space-between}.progress-label.svelte-fnn7li{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--fg-base)}.progress-track.svelte-fnn7li{height:6px;background:var(--bg-sunken);border-radius:var(--radius-full);overflow:hidden}.progress-fill.svelte-fnn7li{height:100%;background:var(--accent);border-radius:var(--radius-full);transition:width var(--motion-normal) var(--easing)}.progress-fill.indeterminate.svelte-fnn7li{width:35%;animation:svelte-fnn7li-indeterminate-slide 1.4s var(--easing) infinite}@keyframes svelte-fnn7li-indeterminate-slide{0%{margin-left:-35%}to{margin-left:100%}}@media(prefers-reduced-motion:reduce){.progress-fill.indeterminate.svelte-fnn7li{width:100%;animation:none;opacity:.5}}.progress-status.svelte-fnn7li{font-size:var(--text-xs);color:var(--fg-subtle);margin:0}
