:root {
  /* 4pt spacing scale */
  --space-1: 4px;   /* hairline gaps, icon insets */
  --space-2: 8px;   /* inside a control */
  --space-3: 12px;  /* tile / chip gap */
  --space-4: 16px;  /* card padding */
  --space-5: 20px;  /* screen gutter */
  --space-6: 24px;  /* section padding */
  --space-8: 32px;  /* between groups */
  --space-10: 40px;
  --space-12: 48px; /* major sections */
  --space-16: 64px; /* page rhythm */

  /* Radius scale */
  --radius-input: 8px;
  --radius-tile: 12px;
  --radius-button: 14px;
  --radius-card: 18px;
  --radius-sheet: 24px;
  --radius-pill: 9999px;

  --border: 1px; /* @kind spacing */
}