Numeric range — seats, credits, spend caps.

```jsx
<Slider min={1} max={200} value={seats} onChange={setSeats} />
```

Always render the current value as text beside or above the slider; the track alone never communicates the number.
