Status chips: LIVE (pulsing dot), W/L, COMMIT, team fill. Also exports RankBadge (#4 in stat numerals) and Stars (recruit ★ rating).

```jsx
<Badge variant="live">Live · Q3</Badge>
<Badge variant="commit">Committed</Badge>
<RankBadge rank={4} /> <Stars count={4} />
```
