/* ========================================================================
   GaliVue V5.1.129 — NEW PROJECT MOBILE FINISH

   Scope: unsaved New Project setup only on phones.

   The fixed workspace rail already reserves its own height in the middle
   scroller. A later legacy project rule also made the project context bar
   sticky with a header-sized top offset. On the unsaved setup surface those
   two offsets stacked visually, leaving a large empty band under the header.

   Contract:
   - keep the approved V5.1.128 header and middle-scroller geometry unchanged;
   - only the unsaved New Project context bar returns to normal document flow;
   - saved project workspaces retain their existing project-mode behaviour;
   - no workflow/API/backend changes.
   ======================================================================== */

@media (max-width:767px) {
  html body #dashboardDialog
    #dashboardPanel.gv51112-rails-ready.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;
    }
}
