Usage/quota meter. White fill on a neutral-800 track — no colour thresholds.

```jsx
<Progress value={68} height={6} />
<Progress value={92} height={2} style={{width:64}} />
```

Used for agent memory, credit balance, and resource usage. Pair with a numeric label; the bar alone never carries the value.
