:root {
  /* ---- Spacing — 4px base unit, matching the Fluent spacing scale ---- */
  --space-1: 2px;
  --space-2: 4px;
  --space-3: 8px;
  --space-4: 12px;
  --space-5: 16px;
  --space-6: 20px;
  --space-7: 24px;
  --space-8: 32px;
  --space-9: 40px;
  --space-10: 48px;

  /* ---- Fixed chrome dimensions (Admin-Center-style shell) ---- */
  --shell-header-height: 48px;
  --shell-nav-width: 224px;
  --shell-nav-width-collapsed: 48px;
  --shell-content-max-width: 1440px;
  --control-height-sm: 24px;
  --control-height-md: 32px;
  --control-height-lg: 40px;
}
