.prog{display:flex;flex-direction:column;gap:9px;margin:22px 0 30px}.prog-rails{display:flex;gap:6px}.prog-rail{flex:1;height:3px;border-radius:2px;background:var(--line,#e4dbc9);transition:background .35s ease}.prog-rail.on{background:var(--gold,var(--accent,#c6a052))}.prog-labels{display:flex;align-items:baseline;justify-content:space-between;gap:14px}.prog-name{font-size:14.5px;font-weight:600;color:var(--ink,#15120d)}.prog-count{font-size:12.5px;color:var(--muted,#8a8069);font-variant-numeric:tabular-nums}@media (prefers-reduced-motion:reduce){.prog-rail{transition:none}}