/* CourtReady Command™ — spacing, radius, layout tokens */
:root {
  /* ---- Spacing (4px base) ---- */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;

  /* ---- Corner radii ---- */
  --radius-sm: 6px;    /* small tags, tiny chips */
  --radius-md: 10px;   /* inputs, buttons (non-pill), icon tiles */
  --radius-lg: 14px;   /* cards */
  --radius-xl: 18px;   /* hero panels, large containers */
  --radius-pill: 999px; /* primary buttons, chat composer, count badges */

  /* ---- Layout ---- */
  --sidebar-width: 270px;
  --topbar-height: 52px;
  --content-max: 1160px;
  --card-padding: 24px;
  --panel-padding: 32px;
  --grid-gap: 20px;
}
