/* Chinook spacing, radii, shadows, motion — from the console prototype. */
:root {
  --sp-1: 3px; --sp-2: 5px; --sp-3: 7px; --sp-4: 9px; --sp-5: 11px;
  --sp-6: 14px; --sp-7: 18px; --sp-8: 22px; --sp-10: 30px;

  --radius: 10px; --radius-sm: 7px; --radius-xs: 5px;
  --radius-lg: 14px; --radius-pill: 20px;

  --shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  --shadow-pop: 0 12px 40px rgba(0, 0, 0, 0.5);

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --dur-fast: 0.15s;
  --dur: 0.3s;

  --rail-w: 320px; --inspector-w: 300px; --topbar-h: 46px;
}

:root[data-theme="light"] {
  --shadow: 0 8px 30px rgba(20, 30, 45, 0.1);
  --shadow-pop: 0 12px 40px rgba(20, 30, 45, 0.16);
}
