/* ========================================================================
   GaliVue V5.1.139 — TABLET DOCK BOTTOM CURTAIN

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

   Mirrors the already-approved V5.1.128 phone treatment: keep the existing
   floating dock geometry exactly where it is, and mask only the small shell
   gap beneath it so underlying workspace content cannot show through at the
   viewport bottom.

   No dock height/position/button geometry, header, route, scroll, auth/API,
   D1/R2, payment, Client Selection, Final Delivery, Admin or phone changes.
   ======================================================================== */

@media (min-width:768px) and (max-width:1100px) {
  html body #dashboardPanel .gv39-mobile-nav::after {
    content:"";
    position:absolute;
    left:50%;
    top:calc(100% - 1px);
    width:100vw;
    height:calc(max(8px, env(safe-area-inset-bottom)) + 5px);
    transform:translateX(-50%);
    background:#fbfaf6;
    pointer-events:none;
    z-index:-1;
  }
}
