/* Desktop routes use every pixel between the navigation rail and viewport edge.
   Individual modules may still constrain small controls and readable text, but
   their page shells must never sit inside a centred, fixed-width column. */
@media (min-width:1024px){
  .shell{width:auto;max-width:none}
  .content,#main{width:100%;max-width:none!important;margin-left:0!important;margin-right:0!important}
  #main>.stack,#main>.ops-shell,#main>.av-shell,#main>.ws-shell,
  #main>.dispatch-shell,#main>.money-dashboard,#main>.pur-shell,#main>.ts-shell,
  #main>.qb-shell,#main>.inv-shell{
    width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important
  }
  .dispatch-shell,.ops-shell,.av-shell,.ws-shell,.money-dashboard,.pur-shell,.ts-shell{
    width:100%;max-width:none!important;margin-left:0!important;margin-right:0!important
  }
}
