.red .game-visual,.red .game-info{background:#ff625f}.lavender .game-visual,.lavender .game-info{background:#b69cff}.green .game-visual,.green .game-info{background:#79d66f}
.sudoku-art,.mine-art,.lights-art{display:grid;grid-template-columns:repeat(5,38px);gap:5px;place-content:center}.sudoku-art i,.mine-art i,.lights-art i{width:38px;height:38px;display:grid;place-items:center;background:var(--paper);border:2px solid var(--ink);font:11px 'Press Start 2P';font-style:normal}.sudoku-art i:nth-child(3n){background:var(--ink);color:white}.mine-art i{background:var(--ink);color:white}.mine-art i:nth-child(3),.mine-art i:nth-child(8){background:var(--coral)}.lights-art i{background:#25482b}.lights-art i:nth-child(2),.lights-art i:nth-child(6),.lights-art i:nth-child(8),.lights-art i:nth-child(10){background:#dfff63;box-shadow:0 0 15px #dfff63}
.sudoku-board{display:grid;grid-template-columns:repeat(9,48px);border:3px solid #eee}.sudoku-cell{width:48px;height:48px;border:1px solid #555;background:#191919;color:#68a2ff;font:16px 'Press Start 2P';cursor:pointer}.sudoku-cell:nth-child(3n){border-right:3px solid #eee}.sudoku-cell:nth-child(n+19):nth-child(-n+27),.sudoku-cell:nth-child(n+46):nth-child(-n+54){border-bottom:3px solid #eee}.sudoku-cell.given{color:white;background:#292929}.sudoku-cell.selected{background:#394d69}.sudoku-cell.wrong{color:#ff625f}
.mine-board{display:grid;grid-template-columns:repeat(9,42px);gap:3px}.mine-cell{width:42px;height:42px;border:2px outset #aaa;background:#777;color:white;font:bold 15px 'Press Start 2P';cursor:pointer}.mine-cell.open{border:1px solid #444;background:#222}.mine-cell.bomb{background:#ff625f}.mine-cell.flag{color:#ffd34e}.lights-board{display:grid;grid-template-columns:repeat(5,68px);gap:8px}.light-cell{width:68px;height:68px;border:3px solid #444;background:#162219;cursor:pointer}.light-cell.on{background:#c8f25a;box-shadow:0 0 20px rgba(200,242,90,.65);border-color:white}
@media(max-width:520px){.sudoku-board{grid-template-columns:repeat(9,34px)}.sudoku-cell{width:34px;height:34px;font-size:11px}.mine-board{grid-template-columns:repeat(9,33px)}.mine-cell{width:33px;height:33px;font-size:11px}.lights-board{grid-template-columns:repeat(5,52px)}.light-cell{width:52px;height:52px}}
