/* V126 — keep the active Harf Avı row visible above the phone keyboard. */
@media (max-width:760px) {
  body.ha-v111-playing .game-main,
  body.ha-v111-playing .multi-game {
    min-height:var(--wos-visible-height,100dvh)!important;
    padding-bottom:calc(76px + env(safe-area-inset-bottom))!important;
  }
  body.ha-v111-playing .board-wrap {
    width:100%!important;
    max-height:calc(var(--wos-visible-height,100dvh) - 205px)!important;
    overflow:auto!important;
    overscroll-behavior:contain!important;
    scroll-behavior:auto!important;
    scrollbar-width:thin;
  }
  body.ha-v111-playing .mobile-native-entry {
    bottom:calc(var(--wos-keyboard-offset,0px) + max(6px,env(safe-area-inset-bottom)))!important;
  }
  body.ha-v111-playing .mobile-native-entry input::placeholder {
    font-size:13px!important;
    letter-spacing:0!important;
  }
  body.wos-keyboard-open.ha-v111-playing .hud,
  body.wos-keyboard-open.ha-v111-playing .status,
  body.wos-keyboard-open.ha-v111-playing .keyboard,
  body.wos-keyboard-open.ha-v111-playing .kbd-hint {
    display:none!important;
  }
  body.wos-keyboard-open.ha-v111-playing .game-main,
  body.wos-keyboard-open.ha-v111-playing .multi-game {
    min-height:var(--wos-visible-height,520px)!important;
    padding-top:4px!important;
    padding-bottom:68px!important;
  }
  body.wos-keyboard-open.ha-v111-playing .board-wrap {
    max-height:calc(var(--wos-visible-height,520px) - 72px)!important;
    padding:4px 0!important;
    display:block!important;
  }
  body.wos-keyboard-open.ha-v111-playing .board { margin:0 auto!important; }
  body.wos-keyboard-open.ha-v111-playing .cell {
    width:clamp(33px,10vw,43px)!important;
    height:clamp(33px,10vw,43px)!important;
  }
}


/* V126 — iOS fixed entry sits directly above the visible viewport keyboard, not one keyboard-height higher. */
@media (max-width:760px) {
  body.wos-keyboard-open.ha-v111-playing .mobile-native-entry {
    bottom:max(6px,env(safe-area-inset-bottom))!important;
  }
  body.wos-keyboard-open.ha-v111-playing .multi-entry-controls {
    bottom:calc(62px + max(6px,env(safe-area-inset-bottom)))!important;
  }
  body.wos-keyboard-open.ha-v111-playing .board-wrap {
    max-height:calc(var(--wos-visible-height,520px) - 70px)!important;
    padding:7px 0 66px!important;
    scroll-padding-top:7px!important;
    scroll-padding-bottom:66px!important;
  }
  body.wos-keyboard-open.ha-v111-playing .board {
    margin:0 auto!important;
    padding-top:0!important;
  }
  body.wos-keyboard-open.ha-v111-playing .row:first-child {
    scroll-margin-top:0!important;
  }
}
