/* Classic overrides - ensuring full responsiveness, no-scroll, and exact screenshot match */
html, body.mobile-app {
  height: 100%;
  height: 100dvh;
  overflow: hidden !important;
  margin: 0;
  padding: 0;
}

.app-viewport {
  height: 100%;
  height: 100dvh;
  max-height: 100dvh;
  overflow: hidden !important;
}

.app-screen:not(.active) {
  display: none !important;
}

@media (max-width: 440px) {
  .app-viewport {
    width: 100vw;
    height: 100%;
    height: 100dvh;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
}
