@media(max-width:1100px),(any-pointer:coarse){
  html,body{width:100%;height:100%;overscroll-behavior:none}
  body{user-select:none;-webkit-user-select:none}
  #world{touch-action:none}
  #touch{position:fixed;inset:auto 0 0;display:flex;justify-content:space-between;align-items:end;padding:8px max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));pointer-events:none}
  #touch button{pointer-events:auto;width:54px;height:54px;min-width:0;min-height:0;padding:0;margin:0;font-size:23px;touch-action:none;background:#173846ee;border:1px solid #82b5bf;box-shadow:0 3px 0 #061821}
  .move-pad{display:grid;grid-template-columns:repeat(3,54px);grid-template-rows:repeat(3,54px);gap:5px;align-items:center;text-align:center}
  .move-pad button:first-child{grid-column:2}.move-pad button:nth-child(2){grid-column:1;grid-row:2}.move-pad span{grid-column:2;grid-row:2;font-size:11px;color:#b5d3d9}.move-pad button:nth-child(4){grid-column:3;grid-row:2}.move-pad button:last-child{grid-column:2;grid-row:3}
  .action-pad{display:grid;grid-template-columns:repeat(2,58px);gap:8px;align-items:end}
  #touch .action-pad button{width:58px;height:54px;font-size:12px;line-height:1.3}
  #touch #mobileInteract{grid-column:1 / 3;width:124px;height:58px;font-size:19px;background:#237d70;font-weight:bold}
  #touch #mobileRun{color:#ffe0a0;border-color:#caab62}
  #touch #mobilePause{grid-column:2}
  #touch button.pressed,#touch button[aria-pressed=true]{background:#81edcb;color:#092c31}
  #hint{position:fixed;left:50%;bottom:198px;transform:translateX(-50%);max-width:90%;width:max-content;padding:6px 12px;font-size:12px}
  footer{bottom:187px;left:14px}#posture{font-size:10px}
  header{top:max(6px,env(safe-area-inset-top));left:6px;right:6px;padding:6px;gap:5px}header .brand b{font-size:14px}header button{font-size:10px;padding:7px 6px;min-height:36px}.tag,.brand span{display:none}
  aside{top:63px;left:8px;width:135px;padding:6px 9px;pointer-events:none}aside>:not(.status){display:none}.status{border:0;margin:0;padding:0;font-size:11px}
  #location{top:63px;right:8px;padding:5px 8px;font-size:10px}#equipment{top:99px;left:8px;right:auto;padding:4px 8px;font-size:10px}
  .overlay section{width:min(580px,94vw);padding:16px;max-height:94dvh;overscroll-behavior:contain;touch-action:pan-y}.overlay h2{font-size:22px}#choices button{min-height:52px}#modalText{font-size:12px}.phone-guide{font-size:13px}
}
@media(max-height:500px) and (orientation:landscape){
  #touch button{width:44px;height:44px}.move-pad{grid-template-columns:repeat(3,44px);grid-template-rows:repeat(3,44px);gap:4px}#touch .action-pad button{height:44px}#touch #mobileInteract{height:48px}.action-pad{gap:5px}#hint{bottom:14px;max-width:42%;font-size:11px}footer{bottom:161px}#equipment{top:97px}.overlay section{max-height:94dvh;padding:12px 18px}.overlay h2{margin:5px 0}.phone-guide{margin:4px 0}
}
