/* =============================================================
   CTH — Spacing, radius & layout tokens
   ============================================================= */

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

  /* Radius — pill geometry everywhere; no sharp corners */
  --radius-pill: 999px;
  --radius-slab: 36px;   /* the floating stage surface */
  --radius-card: 28px;   /* standard cards */
  --radius-tile: 20px;   /* icon tiles, image frames, inner tiles */
  --radius-input: 999px;
  --radius-check: 8px;    /* checkboxes only */
  --radius-sm: 10px;

  /* Layout */
  --container-max: 1240px;
  --container-pad: 32px;
  --nav-h: 64px;

  /* Motion */
  --ease-soft: cubic-bezier(0.22, 1, 0.36, 1);  /* @kind other */
  --dur-quick: 140ms;  /* @kind other */
  --dur-base: 220ms;   /* @kind other */
}
