/* Preserve the standard Alice layout while matching BBIX's compact phone view. */
@media screen and (max-width: 1200px) and (hover: none) and (pointer: coarse) {
  #app {
    zoom: 0.35;
  }

  .page {
    min-height: 285.72vh;
  }
}

