/*
  GritHQ short-page motion affordance — Alpha4.55

  Header/footer remain owned by the shared shell.
  Home and Profile receive a small amount of extra scrollable middle content
  when otherwise shorter than the viewport. This gives the user a visible
  vertical drag response instead of making a short page feel frozen.
*/
@media (max-width:959px){
  body:not(.workout-mode) #view-home.active,
  body:not(.workout-mode) #view-profile.active{
    min-height:calc(100% + 52px)!important;
  }

  body:not(.workout-mode) .main-content{
    overscroll-behavior-y:auto!important;
  }
}
