/* ===========================================================================
   machado.group — Radius
   ---------------------------------------------------------------------------
   Tightened, uniform scale: containers read RECTANGULAR. Every surface caps at
   10px, the smallest detail is 4px — nothing in between drifts soft. Pills and
   status lights stay fully round. No "rounded-everything".
   =========================================================================== */

:root {
  --radius-xs:   4px;    /* tags, tiny chips, smallest detail   */
  --radius-sm:   6px;    /* inputs, buttons, segmented cells    */
  --radius-md:   8px;    /* compact cards, menus                */
  --radius-lg:   10px;   /* cards — the container maximum        */
  --radius-xl:   10px;   /* large surfaces / panels (capped)     */
  --radius-2xl:  10px;   /* hero panels (capped)                 */
  --radius-pill: 999px;  /* pills, badges, status dots          */
}
