/* v696 Installed PWA lifecycle integrity.
   JS adds pwa-document-unlocked-v696 only when there is no visible modal,
   customer cart, staff drawer, driver permission sheet or KDS stage. */
@media (display-mode: standalone), (display-mode: fullscreen), (display-mode: minimal-ui) {
  html.pwa-document-unlocked-v696 {
    height:auto!important;
    max-height:none!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior-y:auto!important;
    touch-action:pan-y pinch-zoom!important;
    -webkit-overflow-scrolling:touch!important;
  }
  html.pwa-document-unlocked-v696 body.pwa-document-unlocked-v696 {
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    min-height:100dvh!important;
    overflow-x:hidden!important;
    overflow-y:visible!important;
    overscroll-behavior-y:auto!important;
    touch-action:pan-y pinch-zoom!important;
    -webkit-overflow-scrolling:touch!important;
  }
  html.pwa-document-unlocked-v696 body.pwa-document-unlocked-v696.app-scope-driver-v351,
  html.pwa-document-unlocked-v696 body.pwa-document-unlocked-v696.app-scope-staff-v351 {
    min-height:100dvh!important;
  }
  /* KDS/Fire TV own their scroll lanes and are intentionally excluded. */
  html.pwa-document-unlocked-v696 body.kds-v48,
  html.pwa-document-unlocked-v696 body.fire-tv-kds-v527 {
    overflow:initial;
  }
}
