/* APEX GLOBAL production viewport lock — layout values intentionally unchanged. */
html,body{
  width:100%;
  height:100%;
  min-width:320px;
  max-width:100%;
  overflow:hidden!important;
  overscroll-behavior:none!important;
  -webkit-text-size-adjust:100%;
}
body{
  margin:0;
  position:fixed;
  inset:0;
  touch-action:manipulation;
}
.app-container,.landing-container{
  width:100%;
  max-width:980px;
  height:100dvh;
  min-height:0;
  overflow:hidden!important;
  margin-left:auto;
  margin-right:auto;
}
.app-container .main-content{
  min-height:0;
  overflow:hidden!important;
}
.app-container .main-content > *{
  min-width:0;
  max-width:100%;
}
img,svg,video,canvas{
  max-width:100%;
}
button,a,input,select,textarea{
  -webkit-tap-highlight-color:transparent;
}
@media (max-width:680px){
  .app-container{
    width:100vw;
    max-width:none;
    height:100dvh;
  }
}
