/* Flywheel — Spacing & layout
   8px base grid with a 4px half-step. Generous whitespace is core to the brand. */

:root {
  --space-0: 0;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;

  /* Radii — soft, generous rounding */
  --radius-xs: 6px;
  --radius-sm: 8px;     /* inputs, buttons */
  --radius-md: 12px;    /* cards */
  --radius-lg: 16px;    /* panels, large cards */
  --radius-xl: 20px;
  --radius-pill: 999px; /* chips, status pills, toggles */

  /* Borders */
  --border-width: 1px;
  --border-width-strong: 1.5px;

  /* Layout */
  --sidebar-width: 264px;
  --content-max: 1080px;
  --container-pad: 32px;
}
