/* Spacing — the Flutter code lays out on a 4px rhythm (4/8/12/16/20/24/32);
   the Figma redesign adds 2/6/18. Both are listed literally. */
:root{
  --space-0:0px;--space-2:2px;--space-4:4px;--space-6:6px;--space-8:8px;
  --space-10:10px;--space-12:12px;--space-16:16px;--space-18:18px;--space-20:20px;
  --space-24:24px;--space-32:32px;--space-40:40px;--space-48:48px;
  /* Screen gutters used by the app shell */
  --gutter-screen:20px;      /* Figma redesign horizontal padding */
  --gutter-list:16px;        /* Flutter ListTile / AppBar padding */
  --nav-height:58px;
  --touch-min:44px;
}
