.card-back,.card-front{position:absolute;border:1px solid #49494b;border-radius:5px;box-sizing:border-box;-webkit-backface-visibility:hidden;backface-visibility:hidden}.card{transform:scale(1);cursor:pointer;max-width:92px}.card,.card:active{transition:transform .1s}.card:active{transform:scale(.97)}.card-front{transform:rotateY(180deg);cursor:default}.card.flip,.card.match{transform:rotateY(180deg);transform-style:preserve-3d;cursor:default}.card_debug{transform:scale(1);transition:transform .1s;cursor:pointer;max-width:92px;border:3px solid #000;border-radius:5px}.card_debug.flip_debug{border:3px solid red;border-radius:5px}.card_debug.flip_debug,.card_debug.match_debug{transform:rotateY(180deg);transform-style:preserve-3d;cursor:default}.card_debug.match_debug{border:3px solid green;border-radius:5px}#board_6{grid-template-rows:repeat(3,85px);grid-gap:3px}#board_6,#board_12{display:grid;grid-template-columns:repeat(4,auto);max-width:376px}#board_12{grid-template-rows:repeat(6,85px);grid-gap:3px}#board_24{display:grid;grid-template-columns:repeat(6,auto);grid-template-rows:repeat(8,55px);grid-gap:3px;max-width:376px}@media screen and (min-width:950px){#board_24{display:grid;grid-template-columns:repeat(6,auto);grid-template-rows:repeat(8,85px);grid-gap:3px;max-width:564px}}div#game{margin-left:10px;margin-right:10px;margin-top:5px}form#bar{height:30px;margin-bottom:10px}input#new-game{width:90px;margin-left:10px;height:inherit}input#clear-best{margin-left:10px}input#clear-best,select#gamemode{width:100px;height:inherit}*{padding:0;margin:0}img{max-width:100%;height:auto}
/*# sourceMappingURL=main.6576c56c.chunk.css.map */