/* Expo Planit V799sb — strict 2D/3D presentation boundary.
   Keep the authoritative 2D SVG mounted for geometry/identity reads while 3D
   is active, but never allow that SVG sheet to paint above or receive pointer
   input over the 3D canvas. Switching back to 2D restores the existing SVG
   state automatically when the body mode class is removed. */
body.expoPlanit3dActiveV799qm #zoomSvgHost {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
