:root{--cyan:#57d7e8;--yellow:#ffd34e;--blue:#68a2ff}.cyan .game-visual,.cyan .game-info{background:var(--cyan)}.yellow .game-visual,.yellow .game-info{background:var(--yellow)}.blue .game-visual,.blue .game-info{background:var(--blue)}
.ttt-art{display:grid;grid-template-columns:repeat(3,62px);place-content:center}.ttt-art i{height:62px;border:2px solid var(--ink);display:grid;place-items:center;font:25px 'Press Start 2P';font-style:normal}.ttt-board{display:grid;grid-template-columns:repeat(3,100px);gap:7px}.ttt-cell{width:100px;height:100px;border:3px solid #555;background:#181818;color:var(--lime);font:42px 'Press Start 2P';cursor:pointer}.ttt-cell:hover{border-color:var(--lime)}
@media(max-width:480px){.ttt-board{grid-template-columns:repeat(3,78px)}.ttt-cell{width:78px;height:78px}}
