/* Correcciones integrales de sprites, combate y controles — versión 1.5 */
.game-screen .desktop-help{padding-right:180px;min-height:34px;align-items:center;gap:18px}
.game-screen .exit-btn{position:fixed!important;right:12px!important;top:62px!important;bottom:auto!important;z-index:46}
.fighter-card .fighter-portrait{isolation:isolate}
.fighter-card .fighter-portrait img{object-position:center bottom;transform:translateZ(0)}
@media(max-width:850px){
  .game-screen .desktop-help{display:none}
  .game-screen .exit-btn{top:58px!important;right:max(8px,env(safe-area-inset-right))!important}
}
@media(max-width:650px){
  .game-screen .exit-btn{top:56px!important;font-size:.72rem!important;padding:7px 9px!important}
  .touch-controls{bottom:max(8px,env(safe-area-inset-bottom))!important}
}
