/* Cash Clinic — Spacing, sizing & layout tokens
   8px base rhythm with a couple of half-steps for fine control. */

:root {
  --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 — the brand's organic mark favours soft, generous curves.
     Capsule/pill is the signature for interactive chrome. */
  --radius-xs:   4px;
  --radius-sm:   8px;
  --radius-md:  12px;
  --radius-lg:  18px;
  --radius-xl:  28px;
  --radius-2xl: 40px;
  --radius-pill: 999px;

  /* Container widths */
  --container-sm:  640px;
  --container-md:  860px;
  --container-lg: 1120px;
  --container-xl: 1320px;

  /* Control sizing */
  --control-h-sm: 36px;
  --control-h-md: 44px;   /* default — meets 44px touch target */
  --control-h-lg: 56px;

  --border-w:        1px;
  --border-w-strong: 2px;
}
