/* ========================================================================
   GaliVue V5.1.142 — TABLET DOCK SESSION CURTAIN STABILITY

   Scope: authenticated compact/tablet workspace presentation only
   (768–1100px).

   V5.1.139 already created the correct non-interactive curtain under the
   floating dock. Its negative z-index could fall behind a newly rebuilt
   workspace/account surface after Logout -> Login, exposing the thin strip
   beneath the dock even though the dock geometry itself was still correct.

   Keep all existing dock geometry and curtain dimensions. Only keep the
   existing curtain in the dock's own stacking context so fresh load and
   post-login rendering are visually identical.
   ======================================================================== */

@media (min-width:768px) and (max-width:1100px) {
  html body #dashboardPanel .gv39-mobile-nav::after {
    z-index:0!important;
    background:#fbfaf6!important;
  }
}
