Add Badge atom component
- Create badge component tokens (height, paddingX, fontSize, iconSize,
iconGap, borderRadius for sm/md sizes) — 10 tokens
- Build Badge component: pill-shaped status indicator label
- 6 colours: default, brand, success, warning, error, info
- 2 variants: soft (tonal, default) and filled (solid)
- 2 sizes: small (22px) and medium (26px)
- Optional leading icon prop
- All colours use CSS variables from token system (no hardcoded hex)
- Create 10 Storybook stories: Default, AllColoursSoft, AllColoursFilled,
WithIcons, WithIconsFilled, Sizes, SmallSizes, InPriceCard,
ServiceStatus, CompleteMatrix
- Regenerate token pipeline outputs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>