/* RADAR EXPERT — Spacing & layout tokens
   8px base rhythm with a few sub-steps for tight UI. Generous editorial whitespace. */

:root {
  /* ---- Spacing scale (8px base) ------------------------------------- */
  --space-0:   0;
  --space-1:   4px;
  --space-2:   8px;
  --space-3:   12px;
  --space-4:   16px;
  --space-5:   24px;
  --space-6:   32px;
  --space-7:   48px;
  --space-8:   64px;
  --space-9:   96px;
  --space-10:  128px;

  /* ---- Radii — soft, restrained (editorial, not bubbly) ------------- */
  --radius-xs:   2px;
  --radius-sm:   4px;
  --radius-md:   8px;
  --radius-lg:   12px;
  --radius-xl:   18px;
  --radius-pill: 999px;
  --radius-circle: 50%;

  /* ---- Layout ------------------------------------------------------- */
  --container-sm:  640px;    /* reading measure */
  --container-md:  860px;    /* article column */
  --container-lg:  1080px;
  --container-xl:  1280px;   /* marketing / app shell */
  --gutter:        24px;
  --measure:       68ch;     /* optimal body line length */
}
