/* ============================================================
   Roboprofi — Spacing & layout tokens
   4px base grid. Generous vertical rhythm between full-bleed
   sections; tight, deliberate gaps inside components.
   ============================================================ */

: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;
  --space-24: 96px;
  --space-32: 128px;

  /* Component-level */
  --pad-button-y: 14px;
  --pad-button-x: 22px;
  --pad-card: 24px;
  --pad-section: 96px;      /* vertical padding of full-bleed sections */
  --gap-stack: 16px;

  /* Layout */
  --sidebar-w: 160px;       /* the fixed left brand rail */
  --content-max: 1100px;    /* inner content column */
  --content-gutter: 48px;
}
