body,html{margin:0;padding:0;height:100%}body{font-family:Roboto,sans-serif;overflow-y:auto}#__next{min-height:100%}.App{min-height:100%}.App,.Lobby{display:flex;flex-direction:column}.Lobby{min-height:100vh;min-height:100dvh;width:100%;overflow:hidden;overscroll-behavior:none;background-image:url(/_next/static/media/lobby_background.e752d86b.webp);background-size:cover;background-position:50%;background-repeat:no-repeat}.Lobby,.LobbyContent{justify-content:center;align-items:center}.LobbyContent{display:flex;flex-direction:column;background-color:#fffc;border-radius:16px}.LanguageSelection{display:flex;align-items:flex-end}.GamePage{height:100vh;height:100dvh;width:100%;display:grid;grid-template-rows:auto 1fr;overflow:hidden;overscroll-behavior:none;align-items:stretch;justify-items:center}.GameStatusBanner{height:auto;margin-top:.5rem;margin-left:.5rem;margin-right:.5rem;align-items:center;display:flex;flex-direction:column;justify-content:flex-end}.BoardContainer{height:min(100%,(100dvw - 1rem) * 587/460);max-height:100%;width:auto;aspect-ratio:460/587;background-image:url(/_next/static/media/map.55888723.png);background-size:contain;background-repeat:no-repeat;background-position:50%;margin:.5rem;display:flex;justify-content:center;align-items:center;border:1px solid red;box-sizing:border-box;container-type:inline-size}.GridContainer{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(12,1fr);width:100%;height:100%;vertical-align:center;border:0}.GridItem,.Square{display:flex;justify-content:center;align-items:center;color:#000;border:0}.Square{width:70%;height:65%;margin:0;padding:0}.SquareFontEn{font-size:min(2cqh,2.75cqw)}.SquareFontZh{font-size:min(4cqh,5.5cqw)}.Red{background:pink}.Blue{background:#87cefa}.Transparent{background:#0000}.SelectedSquare{border:2px solid red}.LastMoveFromSquare{border:2px dashed gray}.LastMoveToSquare{border:2px solid gray}.SquareTransition{transition:transform .5s ease}