/* ========================================================================
   GaliVue V5.1.146 — TABLET NEW PROJECT CONTEXT BAR FLOW

   Scope: authenticated unsaved New Project setup on tablet/compact widths
   only (768–1100px).

   V5.1.129 fixed the phone path. V5.1.144 carried the same normal-flow rule
   into the dedicated workspace document, but that selector depended on the
   .gv51112-rails-ready state. Public-root authenticated entry does not always
   receive that rail class, so the legacy V3.9.13 sticky project rule could
   still win on tablet after login / deep-link restore.

   Contract:
   - target only the existing gv51129 unsaved-setup state;
   - do not require gv51112-rails-ready;
   - return only the tablet context bar to normal document flow;
   - saved/existing project workspaces keep their sticky context bar;
   - phone/mobile and >1100px desktop presentation remain unchanged;
   - no workflow/API/backend changes.
   ======================================================================== */

@media (min-width:768px) and (max-width:1100px) {
  html body #dashboardDialog
    #dashboardPanel.gv51129-new-project-setup
    .gv399-active-project-topbar {
      position:relative!important;
      top:auto!important;
      inset:auto!important;
      z-index:2!important;
      margin:0 0 10px!important;
      transform:none!important;
    }
}
