/* ============================================================
   n4n · SPACING & SIZING TOKENS  (4px base grid)
   ============================================================ */
:root {
  --sp-0:  0; /* @kind spacing */
  --sp-1:  4px;
  --sp-2:  8px;
  --sp-3:  12px;
  --sp-4:  16px;
  --sp-5:  20px;
  --sp-6:  24px;
  --sp-8:  32px;
  --sp-10: 40px;
  --sp-12: 48px;
  --sp-16: 64px;
  --sp-20: 80px;
  --sp-24: 96px;

  /* Layout */
  --container:    1240px;
  --sidebar-w:    264px;
  --topbar-h:     60px;
  --control-h:    38px;   /* default input/button height */
  --control-h-sm: 30px;
  --control-h-lg: 46px;
}
