html,body{height:100%;margin:0}body{box-sizing:border-box;background-color:#c4bebb;place-items:center;padding:1em;font-family:sans-serif;display:grid}.game-shell{justify-items:center;gap:18px;width:min(100%,800px);display:grid}#mygame{aspect-ratio:1;box-sizing:border-box;width:100%;max-width:100%;height:auto;image-rendering:pixelated;background-color:#84d07d;border:6px solid #272929;display:block}.touch-controls{touch-action:none;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:36px;width:min(100%,720px);margin-top:3rem;display:flex}.touch-controls[hidden]{display:none}.touch-dpad{grid-template-rows:repeat(3,62px);grid-template-columns:repeat(3,62px);gap:8px;display:grid}.touch-button{color:#f5f5f5;-webkit-tap-highlight-color:transparent;background:#272929;border:4px solid #272929;border-radius:4px;width:62px;height:62px;font:700 24px/1 sans-serif}.touch-button-up{grid-area:1/2}.touch-button-left{grid-area:2/1}.touch-button-right{grid-area:2/3}.touch-button-down{grid-area:3/2}.touch-actions{align-items:flex-end;gap:16px;display:flex}.touch-action-button{color:#fff;background:#9a2257;border-radius:50%;width:74px;height:74px;font-size:28px}.touch-action-button[data-key=a]{transform:translateY(-60%)}@media (width<=520px){.touch-controls{box-sizing:border-box;gap:18px;padding:0 14px 16px}.touch-dpad{grid-template-rows:repeat(3,52px);grid-template-columns:repeat(3,52px);gap:6px}.touch-button{width:52px;height:52px;font-size:21px}.touch-action-button{width:62px;height:62px;font-size:24px}.touch-actions{gap:10px}}@font-face{font-family:Pokemon GB;src:url(/assets/Pokemon%20GB-DI5lqJNQ.ttf)}
