/* ========================================================================
   GaliVue V5.1.137 — TABLET PLAN & USAGE RUNTIME DOCK BOUNDARY

   Scope: Plan & Usage only on authenticated tablet workspace (768–1100px).

   The shared tablet dock is the geometry source of truth. app.js measures the
   real rendered dock top after the shell/header have settled and stores the
   measured Plan canvas top/height as CSS variables. This prevents the late
   Plan & Usage hydration pass from extending the account canvas under the
   already-correct Dashboard dock.

   No dock position/height/button styling, mobile layout, account content,
   auth, API, D1/R2, billing, Client Selection, Final Delivery or Admin change.
   ======================================================================== */

@media (min-width:768px) and (max-width:1100px) {
  html body #planUsageDialog.gv3935-docked-account-page.gv3936-premium-account-page.gv51137-tablet-plan-measured {
    top:var(--gv51137-plan-top)!important;
    bottom:auto!important;
    height:var(--gv51137-plan-height)!important;
    max-height:var(--gv51137-plan-height)!important;
    min-height:0!important;
  }
}
