/* v111 — mobile word-chain play view keeps current word, last letter and input visible */
@media(max-width:760px){
  body.sh-v111-playing .sh-shell{width:100%!important;min-height:100dvh!important;padding:0 6px calc(82px + env(safe-area-inset-bottom))!important}
  body.sh-v111-playing .sh-nav{position:sticky!important;top:0!important;z-index:130!important;width:100%!important;min-height:48px!important;margin:0!important;padding:5px 7px!important;border-radius:0 0 13px 13px!important;grid-template-columns:auto minmax(0,1fr)!important}
  body.sh-v111-playing .sh-nav-actions{display:none!important}
  body.sh-v111-playing .sh-back{min-height:36px!important;padding:6px 8px!important;font-size:10px!important}
  body.sh-v111-playing .sh-brand{font-size:17px!important}
  body.sh-v111-playing .wrap{width:100%!important;padding:5px 0 0!important}
  body.sh-v111-playing .sh-hero,body.sh-v111-playing .sh-tabs,body.sh-v111-playing #singlePanel,body.sh-v111-playing #onlinePanel{display:none!important}
  body.sh-v111-playing .sh-workspace{display:block!important;margin:0!important}
  body.sh-v111-playing .sh-main-column{display:block!important;width:100%!important}
  body.sh-v111-playing .sh-side-card{display:none!important}
  body.sh-v111-playing .sh-game-card{min-height:calc(100dvh - 54px)!important;padding:5px 6px calc(82px + env(safe-area-inset-bottom))!important;border-radius:14px!important;overflow:visible!important}
  body.sh-v111-playing .sh-card-head{position:sticky!important;top:49px!important;z-index:120!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:5px!important;margin:0!important;padding:6px 8px!important;border:1px solid #d7e2ec!important;border-radius:12px 12px 0 0!important;background:rgba(250,252,255,.98)!important;box-shadow:0 7px 18px rgba(45,73,105,.12)!important}
  body.sh-v111-playing .sh-kicker{font-size:8px!important;letter-spacing:.08em!important}
  body.sh-v111-playing .turn{display:flex!important;gap:5px!important;align-items:center!important;min-width:0!important}
  body.sh-v111-playing .turn .pill{max-width:42vw!important;min-height:30px!important;padding:4px 7px!important;font-size:8.5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  body.sh-v111-playing .turn .timer{min-width:43px!important;font-size:22px!important;line-height:1!important;text-align:right!important}
  body.sh-v111-playing .sh-word-row{position:sticky!important;top:91px!important;z-index:119!important;display:grid!important;grid-template-columns:minmax(0,1fr) 20px 78px!important;gap:5px!important;margin:0 0 6px!important;padding:7px!important;border:1px solid #d7e2ec!important;border-top:0!important;border-radius:0 0 12px 12px!important;background:rgba(247,251,255,.98)!important;box-shadow:0 7px 18px rgba(45,73,105,.10)!important}
  body.sh-v111-playing .wordbox,body.sh-v111-playing .sh-prefix-box{min-width:0!important;padding:6px 7px!important;border-radius:10px!important}
  body.sh-v111-playing .wordbox small,body.sh-v111-playing .sh-prefix-box small{font-size:7.5px!important}
  body.sh-v111-playing #currentWord{display:block!important;max-width:100%!important;font-size:clamp(17px,5.5vw,23px)!important;line-height:1.05!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  body.sh-v111-playing #prefix{font-size:28px!important;line-height:1!important}
  body.sh-v111-playing .sh-flow{font-size:15px!important}
  body.sh-v111-playing .scoreline{margin:4px 0 6px!important;padding:6px!important;max-height:82px!important;overflow:auto!important;font-size:10px!important}
  body.sh-v111-playing .sh-input-label{display:none!important}
  body.sh-v111-playing #wordForm{position:fixed!important;left:6px!important;right:6px!important;bottom:calc(var(--wos-keyboard-offset,0px) + max(6px,env(safe-area-inset-bottom)))!important;z-index:2147482000!important;display:grid!important;grid-template-columns:minmax(0,1fr) 86px!important;gap:6px!important;width:auto!important;margin:0!important;padding:6px!important;border:1px solid #c8d9e6!important;border-radius:15px!important;background:rgba(249,252,255,.98)!important;box-shadow:0 -10px 28px rgba(30,58,89,.22)!important}
  body.sh-v111-playing #wordInput,body.sh-v111-playing #sendWord{height:46px!important;min-height:46px!important}
  body.sh-v111-playing #wordInput{font-size:16px!important;padding:0 10px!important}
  body.sh-v111-playing #sendWord{padding:0 8px!important;font-size:11px!important}
  body.sh-v111-playing #feedback{margin:5px 0!important;padding:7px 8px!important;min-height:34px!important;font-size:10px!important;line-height:1.25!important}
  body.sh-v111-playing #wordAppealButton{min-height:34px!important;margin:4px 0!important;font-size:9px!important}
  body.sh-v111-playing #eventFeed{max-height:180px!important;overflow:auto!important;margin:5px 0!important;padding:6px!important;font-size:9.5px!important}
  body.sh-v111-playing .rules{display:none!important}
  body.wos-keyboard-open.sh-v111-playing #eventFeed{max-height:90px!important}
  body.wos-keyboard-open.sh-v111-playing .scoreline{max-height:48px!important}
}
@media(max-width:390px){
  body.sh-v111-playing .sh-word-row{grid-template-columns:minmax(0,1fr) 16px 68px!important}
  body.sh-v111-playing #currentWord{font-size:17px!important}
  body.sh-v111-playing #prefix{font-size:25px!important}
}
