.sudoku-board{grid-gap:3px;display:grid;grid-template-columns:repeat(9,36px);justify-content:center;margin:2rem auto}.sudoku-cell{background:#34393e;border:2px solid #ffce00;border-radius:6px;box-shadow:2px 2px 0 #44f9ae,0 1px 0 #000;color:#ffe900;font-family:Press Start\ 2P,monospace;font-size:1.1rem;height:36px;outline:none;text-align:center;width:36px}.sudoku-cell.solved{background:#44f9ae;color:#222}body{background:#222;color:#eee;font-family:Press Start\ 2P,monospace;margin:0}.retro-menu{align-items:center;background:#18142b;border-bottom:8px solid #ffce00;display:flex;padding:16px 10px;position:relative}.retro-title{color:#44f9ae;font-size:1.25rem;letter-spacing:2px;text-shadow:2px 2px 0 #000,0 1px 0 #ffe900}.retro-hamburger{background:none;border:none;color:#ffce00;display:none;font-size:2rem;margin-left:auto}.retro-links{display:flex;gap:30px;margin-left:auto}.retro-link{background:linear-gradient(0deg,#242424,#34393e 70%);border-radius:4px;box-shadow:2px 2px 0 #444,0 1px 0 #000;color:#ffe900;font-size:1rem;padding:8px 14px;text-decoration:none;transition:background .2s}.retro-link.active,.retro-link:hover{background:#44f9ae;color:#222}@media (max-width:600px){.retro-links{background:#18142b;border-top:4px solid #ffce00;display:none;flex-direction:column;gap:0;left:0;position:absolute;right:0;top:100%}.retro-hamburger,.retro-links.show{display:block}}.retro-main{padding:2rem}.retro-title-game{color:#ffce00;font-size:1.5rem;margin-bottom:1rem;text-shadow:2px 2px 0 #000}.retro-gallery{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:2rem}.retro-cat{border:3px solid #ffce00;border-radius:12px;box-shadow:2px 2px 0 #44f9ae,0 1px 0 #ffe900;height:120px;object-fit:cover;width:120px}.retro-home-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:80vh}.retro-arcade-title{color:#44f9ae;font-size:2.5rem;letter-spacing:2px;margin-bottom:2rem;text-align:center;text-shadow:4px 4px 0 #000,0 2px 0 #ffe900}.retro-btn-group{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2rem}.retro-btn{background:linear-gradient(0deg,#242424,#34393e 70%);border:4px solid #ffce00;border-radius:12px;box-shadow:4px 4px 0 #44f9ae,0 2px 0 #000;color:#ffe900;cursor:pointer;font-family:Press Start\ 2P,monospace;font-size:1.1rem;margin:.5rem;padding:1.2rem 2.5rem;transition:background .2s,color .2s,transform .1s}.retro-btn:focus,.retro-btn:hover{background:#44f9ae;color:#222;transform:scale(1.07)}.retro-desc{color:#ffce00;font-size:1.2rem;margin-top:1.5rem;text-align:center;text-shadow:2px 2px 0 #000}.retro-instructions{background:#18142b;border:2px solid #ffce00;border-radius:8px;box-shadow:2px 2px 0 #44f9ae,0 1px 0 #000;color:#44f9ae;font-size:1rem;margin:1rem auto 2rem;max-width:500px;padding:1rem 1.5rem;text-align:center}.rm-list{align-items:center;flex-direction:column}.rm-grid,.rm-list{display:flex;gap:16px}.rm-grid{flex-wrap:wrap;justify-content:center}.minesweeper-board{grid-gap:4px;display:grid;grid-template-columns:repeat(8,40px);justify-content:center;margin:2rem auto}.minesweeper-cell{background:#34393e;border:2px solid #ffce00;border-radius:6px;box-shadow:2px 2px 0 #44f9ae,0 1px 0 #000;color:#ffe900;cursor:pointer;font-family:Press Start\ 2P,monospace;font-size:1.3rem;height:40px;transition:background .2s,color .2s;width:40px}.minesweeper-cell.revealed{background:#44f9ae;color:#222;cursor:default}
/*# sourceMappingURL=main.0dc8e477.css.map*/