Uppercase action button in team colors; use for CTAs like SUBSCRIBE, FOLLOW TEAM, LOAD MORE.

```jsx
<Button>Subscribe</Button>
<Button variant="secondary" size="sm">Follow team</Button>
```

Variants: primary (team fill), secondary (team outline), ghost, inverse (for navy scoreboard/footer surfaces). Sizes sm/md/lg. Labels render uppercase automatically.
