/* Bayi mobil: scroll stays inside #app so header and store strip do not scroll away. */
@media (max-width: 639px) {
  #app {
    height: 100dvh;
    max-height: 100dvh;
    min-height: 0;
  }
}
