/* Somatro Aurora — Radii */
:root {
  --radius-xs: 6px;    /* pills, small badges */
  --radius-sm: 8px;    /* segmented items, channel-tile logos, inputs */
  --radius-md: 12px;   /* cards, rows, buttons */
  --radius-lg: 16px;   /* large panels, dialogs, poster cards */
  --radius-xl: 20px;   /* hero / player surface */
  --radius-pill: 999px;/* toggles, LIVE badge, chips */
}
