Status pill (tags, LIVE indicators, hashtags) plus `CountBadge` for red unread counters.

```jsx
<Badge tone="danger">● LIVE</Badge>
<Badge tone="accent">#HotSeat</Badge>
<CountBadge count={47} />
```
