/* The Trading Vault — Spacing & Layout
   Generous negative space. 4px base rhythm. */

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

  /* ---- Section rhythm ---- */
  --section-pad-y:   clamp(64px, 10vw, 140px);
  --section-pad-x:   clamp(20px, 6vw, 96px);
  --content-max:     1200px;
  --content-narrow:  720px;

  /* ---- Radii (kept small — 3–5px) ---- */
  --radius-xs:  3px;
  --radius-sm:  4px;
  --radius-md:  5px;
  --radius-lg:  8px;   /* large panels only */
  --radius-pill: 999px;

  /* ---- Border widths ---- */
  --border-hair: 1px;  /* hairline — the default */
}
