/* Desktop: the game page must fit one screen with no scrolling.
   Compact chrome + JS-driven zoom of the board (tmc-play-fit.js). */
@media (min-width: 1024px) {
  .tmc127-play-page {
    min-height: calc(100vh - var(--tmc-header-h, 96px));
    display: flex;
    flex-direction: column;
    padding-bottom: 8px;
  }
  .tmc127-play-hero {
    padding: 10px 16px 8px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    text-align: left;
  }
  .tmc127-play-hero h1 {
    font-size: 22px;
    margin: 0;
  }
  .tmc127-play-hero p {
    flex-basis: 100%;
    margin: 2px 0 0;
    font-size: 13px;
    opacity: .85;
  }
  .tmc127-play-kicker { margin: 0; }
  .tmc127-play-actions { margin: 0 0 0 auto; }
  /* help drawer collapses into a compact bar on desktop */
  .tmc127-play-help,
  .tmc127-game-help { margin: 4px 16px; }
  .tmc127-play-stage {
    flex: 1;
    min-height: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .tmc127-play-stage > * { width: 100%; }
  .tmc-demo-banner { margin-bottom: 8px; padding: 7px 12px; font-size: 12px; }
}
