/* V140 — Harf Avı mobile board fits all attempts above the keyboard. */
@media (max-width:820px), (pointer:coarse){
  body.ha-v111-playing .game-main,
  body.ha-v111-playing .multi-game{
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    min-height:var(--wos-visible-height,100dvh)!important;
    padding:6px 6px calc(82px + env(safe-area-inset-bottom))!important;
  }
  body.ha-v111-playing .hud{
    margin:0 0 4px!important;
    padding:5px 6px!important;
  }
  body.ha-v111-playing .status{
    min-height:28px!important;
    margin:4px 0 6px!important;
    padding:6px 8px!important;
    border-radius:10px!important;
    font-size:10px!important;
    line-height:1.18!important;
  }
  body.ha-v111-playing .board-wrap{
    flex:1 1 auto!important;
    min-height:0!important;
    width:100%!important;
    display:flex!important;
    justify-content:center!important;
    align-items:flex-start!important;
    overflow:auto!important;
    padding:2px 0 74px!important;
    scroll-padding-top:4px!important;
    scroll-padding-bottom:74px!important;
    max-height:none!important;
  }
  body.ha-v111-playing .board{margin:0 auto!important}
  body.ha-v111-playing .board,
  body.ha-v111-playing .row{gap:3px!important}
  body.ha-v111-playing .cell{
    width:clamp(30px,9vw,39px)!important;
    height:clamp(30px,9vw,39px)!important;
    border-radius:8px!important;
    font-size:clamp(16px,4.6vw,20px)!important;
  }
  body.ha-v111-playing .mobile-native-entry{
    left:4px!important;
    right:4px!important;
    grid-template-columns:40px minmax(0,1fr) 68px!important;
    gap:4px!important;
    padding:5px!important;
    border-radius:14px!important;
  }
  body.ha-v111-playing .mobile-native-prefix,
  body.ha-v111-playing .mobile-native-entry input,
  body.ha-v111-playing .mobile-native-submit{
    height:42px!important;
  }
  body.ha-v111-playing .mobile-native-entry input{
    font-size:15px!important;
    padding:0 8px!important;
  }
  body.ha-v111-playing .mobile-native-submit{
    font-size:11px!important;
    padding:0 4px!important;
  }

  body.wos-keyboard-open.ha-v111-playing .hud{display:none!important}
  body.wos-keyboard-open.ha-v111-playing .status{
    display:block!important;
    margin:6px 0 6px!important;
  }
  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{
    padding-top:8px!important;
    padding-bottom:70px!important;
  }
  body.wos-keyboard-open.ha-v111-playing .board-wrap{
    padding-top:0!important;
    padding-bottom:72px!important;
    scroll-padding-bottom:72px!important;
  }
  body.wos-keyboard-open.ha-v111-playing .status[data-state="rejected"]{
    margin-top:8px!important;
  }
}
@media (max-width:390px){
  body.ha-v111-playing .cell{
    width:clamp(29px,8.8vw,36px)!important;
    height:clamp(29px,8.8vw,36px)!important;
    font-size:15px!important;
  }
  body.ha-v111-playing .mobile-native-entry{
    grid-template-columns:38px minmax(0,1fr) 64px!important;
  }
}
