/* =====================================================
   Armada Next — spacing, radius & layout tokens
   Density "comfortable". Radius ZERO — every corner square.
   Scoped to `.armada-next`.
   ===================================================== */

.armada-next {
  /* density: comfortable */
  --row-h: 40px;
  --pad-x: 16px;
  --pad-y: 14px;
  --gap:   12px;

  /* spacing scale */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;

  /* radius: square by mandate */
  --radius-sm: 0px;
  --radius:    0px;
  --radius-lg: 0px;

  /* layout rails */
  --sidebar-w:   240px;
  --tasksrail-w: 320px;
  --page-max:    1400px;

  /* blueprint grid pitch */
  --grid-pitch: 56px;

  /* elevation (crisp — thin, low-spread) */
  --shadow-pop: 0 10px 28px -10px color-mix(in oklch, var(--fg), transparent 70%);
}
