/* Telegram-only fixes */

.tg-app html,
.tg-app body,
.tg-app .app {
  height: var(--app-height, 100dvh);
  min-height: var(--app-height, 100dvh);
}

/* Desktop Telegram */
@media (hover: hover) and (pointer: fine) {
  .tg-app .game-shell {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    aspect-ratio: auto !important;
  }

  .tg-app .order-screen,
  .tg-app .order-screen-inner {
    height: 100% !important;
    min-height: 100% !important;
  }
}