/* Critical preboot CSS stays here so mobile_qa chrome suppression can apply before JS child loaders finish. */
@import url("./mobile-shell/mobile-chrome.css");

/* =========================================================
   FILE: /public_html/assets/css/modules/pdf/mobile-shell.css
   ROLE: Mobile Shell CSS root
   PURPOSE: MOBILE-B owner placeholder and future shell tokens only.

   MOBILE-B SCOPE:
   - no visual layout change
   - no media queries
   - no desktop owner selectors
   - no toolbar, panel, viewport, modal, or touch behavior
   ========================================================= */

:root{
  --ipdf-mobile-shell-reserved-bottom: 0px;
  --ipdf-mobile-shell-reserved-top: 0px;
  --ipdf-mobile-shell-safe-inline-start: 0px;
  --ipdf-mobile-shell-safe-inline-end: 0px;
}
