/* GaliVue V5.1.140 — public signup header reserve (tablet / narrow desktop only).
   Presentation-only. The signup surface starts below the actually rendered public
   header; auth/signup behavior and all workspace surfaces are unchanged. */
@media (min-width:701px) and (max-width:1100px){
  body.gvf-homepage-v5171 #signupDialog:not(.hidden){
    top:var(--gv51140-signup-top,96px)!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    width:auto!important;
    height:auto!important;
    padding:12px max(16px,2vw) 24px!important;
    place-items:start center!important;
    align-items:start!important;
    justify-items:center!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
  body.gvf-homepage-v5171 #signupDialog:not(.hidden) > .signup-panel{
    margin:0!important;
    max-height:calc(100dvh - var(--gv51140-signup-top,96px) - 36px)!important;
  }
}
