.progress-bar{--progress-height:4px;--progress-bg:var(--surface-muted);--progress-fill:var(--color-primary);--progress-border:var(--system-border);--progress-border-width:var(--system-border-width);--progress-radius:0;position:relative;height:var(--progress-height);overflow:hidden;background:var(--progress-bg);border:var(--progress-border-width) solid var(--progress-border)}.progress-bar,.progress-bar-fill{width:100%;border-radius:var(--progress-radius)}.progress-bar-fill{height:100%;flex:1;background:var(--progress-fill);transition:transform var(--system-transition);transform:var(--progress-translate)}.progress-wrapper{display:flex;flex-direction:column;gap:var(--space-40);width:100%}.progress-label-row{display:flex;align-items:center;justify-content:space-between}.progress-label-text{font-size:var(--font-size-base);font-weight:var(--font-weight-bold);color:var(--system-fg);line-height:20px}.progress-usage{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);color:var(--system-muted-fg);line-height:16px}