.GamePage #canvasContainer{width:100%;height:calc(100vh - 88px);height:calc(100dvh - 88px);margin:0}.GamePage .game-content{margin:0;position:relative}.GamePage #textInputSpan{color:#000;z-index:-1;opacity:0;font-family:sans-serif;position:absolute}.GamePage footer{margin:0;padding:0;overflow:hidden;height:0!important}.GamePage .modal h2{text-align:left;margin-bottom:20px;font-size:20px}.GamePage .modal .btn{margin:15px auto 0}.GamePage .modal__window{max-width:480px}.GamePage .modal-game__texts{max-height:50vh;border-top:1px solid gray;border-bottom:1px solid gray;height:100%;max-height:50dvh;margin:15px 0;padding:8px 8px 8px 0;overflow:auto}.GamePage .modal-game__texts ul{margin-left:20px}.GamePage .modal-game__texts ul li{margin:4px 0;font-size:14px}.GamePage .modal-game__texts::-webkit-scrollbar{background:#ccc;width:8px}.GamePage .modal-game__texts::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.GamePage .modal .custom-label{align-items:center;gap:4px;display:flex}.GamePage .modal h3{margin:12px 0 6px;font-size:16px}.GamePage .modal p{margin:4px 0;font-size:14px}@media (max-width:480px){.GamePage #canvasContainer{height:calc(100vh - 78px);height:calc(100dvh - 78px)}}.GamePage .modal{z-index:-1;opacity:0;background:rgba(0,0,0,.5);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;padding:10px;display:flex;position:fixed;top:0;left:0}.GamePage .modal__window{background:#fff;border-radius:10px;padding:30px;transition:all .3s;position:relative;transform:scale(.1)}.GamePage #close-modal{color:#000;cursor:pointer;background:0 0;border:none;width:28px;height:28px;font-size:20px;line-height:20px;position:absolute;top:10px;right:10px}.GamePage .modal.active{z-index:9999;opacity:1}.GamePage .modal.active .modal__window{transform:scale(1)}.GamePage .modal-game__content h2{margin-bottom:20px;font-size:24px}.GamePage .modal-game__content{text-align:center}.GamePage .modal-game__content .btn{margin-top:20px}
