/* Z-index scale — edit here, never hardcode z-index elsewhere */
:root {
  --z-map-controls: 100;
  --z-overlay-ui: 200;
  --z-bottom-pills: 300;
  --z-floor-pill: 350;
  --z-detail-drawer: 360;   /* poker/hotel detail drawer — above the floor pill, below the search overlay */
  --z-mode-toggle: 290;
  --z-bottom-controls: 250; /* bottom-right stack: date chip, Find Food, Save Trip FAB */
  --z-opacity-slider: 450;
  --z-bottom-sheet: 500;
  --z-drawer: 600;
  --z-popup: 700;
  --z-modal: 900;
  --z-toast: 950;
}
