/* Nexa IA — spacing, radius, layout */
:root {
  /* 4px base scale */
  --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;
  --space-24: 96px;

  /* Radii */
  --radius-sm: 8px;       /* small chips, code inline */
  --radius-md: 10px;      /* buttons (rect), inputs */
  --radius-lg: 14px;      /* cards, terminal, testimonial */
  --radius-xl: 20px;      /* hero media frame, prompt box */
  --radius-pill: 9999px;  /* pill buttons, badges, toggles */

  /* Layout */
  --container: 1120px;    /* main grid width */
  --nav-height: 64px;
  --section-pad-y: 96px;
}
