.pink .game-visual,.pink .game-info{background:#ff8fc7}.orange .game-visual,.orange .game-info{background:#ff9d45}.mint .game-visual,.mint .game-info{background:#73e6b1}
.g2048-art{display:grid;grid-template-columns:repeat(3,62px);gap:7px;place-content:center}.g2048-art i{height:62px;background:var(--ink);color:var(--paper);display:grid;place-items:center;font:13px 'Press Start 2P';font-style:normal}.simon-art{display:grid;grid-template-columns:repeat(2,90px);gap:8px;place-content:center}.simon-art i{height:90px;border:4px solid var(--ink)}.simon-art i:nth-child(1){background:#ff765f}.simon-art i:nth-child(2){background:#57d7e8}.simon-art i:nth-child(3){background:#ffd34e}.simon-art i:nth-child(4){background:#8b78ff}.connect-art{display:grid;grid-template-columns:repeat(4,43px);gap:7px;place-content:center}.connect-art i{width:43px;height:43px;border-radius:50%;background:var(--paper);border:3px solid var(--ink)}.connect-art i:nth-child(2),.connect-art i:nth-child(7),.connect-art i:nth-child(9){background:var(--coral)}
.board-2048{display:grid;grid-template-columns:repeat(4,78px);gap:9px;background:#29251f;padding:10px}.tile-2048{width:78px;height:78px;display:grid;place-items:center;background:#3d3830;color:white;font:18px 'Press Start 2P'}.simon-board{display:grid;grid-template-columns:repeat(2,140px);gap:10px}.simon-key{width:140px;height:140px;border:0;opacity:.65;cursor:pointer}.simon-key:nth-child(1){background:#ff765f}.simon-key:nth-child(2){background:#57d7e8}.simon-key:nth-child(3){background:#ffd34e}.simon-key:nth-child(4){background:#8b78ff}.simon-key.lit{opacity:1;filter:brightness(1.5);transform:scale(.96)}.connect-board{display:grid;grid-template-columns:repeat(7,58px);gap:6px;background:#315dc8;padding:12px}.connect-cell{width:58px;height:58px;border:0;border-radius:50%;background:#101010;cursor:pointer}.connect-cell.p1{background:#ff765f}.connect-cell.p2{background:#ffd34e}.connect-cell.win{outline:5px solid white}
@media(max-width:520px){.board-2048{grid-template-columns:repeat(4,62px)}.tile-2048{width:62px;height:62px;font-size:13px}.simon-key{width:110px;height:110px}.connect-board{grid-template-columns:repeat(7,39px);gap:4px;padding:7px}.connect-cell{width:39px;height:39px}}
