.progress-bar-container{width:100%}.progress-bar-header{display:flex;justify-content:space-between;margin-bottom:var(--sp-2)}.progress-bar-label{font-size:var(--text-sm);color:var(--text-secondary)}.progress-bar-pct{font-size:var(--text-sm);color:var(--gold);font-weight:600}.progress-bar-track{width:100%;height:6px;background:var(--bg-elevated);border-radius:var(--radius-full);overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--gold-muted),var(--gold),var(--gold-light));border-radius:var(--radius-full);transition:width var(--transition-base);background-size:200% 100%;animation:shimmer 3s linear infinite}