/* Prism Collision — Spacing & layout tokens
   8px base grid. Triangular/prism geometry favours crisp, low-radius corners. */
: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 — restrained, engineered feel (not pill-soft except buttons/chips) */
  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 999px;

  /* Container widths */
  --container-sm: 640px;
  --container-md: 880px;
  --container-lg: 1120px;
  --container-xl: 1280px;

  /* Control sizing */
  --control-h-sm: 36px;
  --control-h-md: 44px;
  --control-h-lg: 52px;
}
