/* ============================================================
   24好玩 · Spacing tokens — 4px base grid
   ============================================================ */
:root {
  --space-0: 0;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 32px;
  --space-8: 40px;
  --space-9: 48px;
  --space-10: 64px;
  --space-11: 80px;
  --space-12: 96px;
  --space-13: 128px;

  /* Semantic */
  --gap-inline: var(--space-2);   /* between inline siblings (icon+label) */
  --gap-tight:  var(--space-3);
  --gap-card:   var(--space-5);    /* inner card padding rhythm */
  --gap-section:var(--space-12);   /* between page sections */

  --pad-control: 12px 18px;        /* default button/input padding */
  --pad-card:    24px;
}
