/* Compact mobile play shortcut, outside the game/fullscreen container. */
#mobileGameStickyBar[hidden]{display:none!important}
@media(max-width:800px){
  body.page-game #mobileGameStickyBar{
    grid-template-columns:44px minmax(0,1fr) 44px;
    min-height:62px;
    padding:8px 10px;
    gap:10px;
    border-radius:18px;
    background:#fff;
  }
  body.page-game #mobileGameStickyBar>img{width:44px;height:44px;border-radius:10px}
  body.page-game #mobileGameStickyBar button{
    width:44px;height:44px;min-width:44px;min-height:44px;
    background:#00a6f5;box-shadow:none;
  }
  body.page-game #mobileGameStickyBar button svg{
    width:25px;height:25px;fill:none;stroke:currentColor;
    stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;
  }
  #mobileGameStickyPlay:focus-visible{outline:3px solid #07365d;outline-offset:3px}
  body.game-overlay-open #mobileGameStickyBar{display:none!important}
}
