/* ============================================================
   UPOLT — Border Radius
   Derived from the Orbit Mark's curvature. Rounded, not bubbly.
   ============================================================ */
:root {
  --radius-sm: 8px;       /* inputs, chips, small controls */
  --radius-button: 12px;  /* buttons */
  --radius-card: 16px;    /* cards */
  --radius-modal: 20px;   /* dialogs / modals */
  --radius-lg: 24px;      /* large containers / feature panels */
  --radius-pill: 999px;   /* pills, avatars, toggles */
}
