@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");.whack-a-mole_mole-container__tImWs{overflow:hidden;background-color:#94ff70;border-radius:50% 50% 0 0;position:relative}.whack-a-mole_mole-container__tImWs,.whack-a-mole_mole__QLcMh{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.whack-a-mole_mole__QLcMh{transform:translateY(100%);transition:transform 2s ease-out}.whack-a-mole_mole--up__WosdF{transform:translateY(0)}.whack-a-mole_mole__QLcMh img{width:100%;height:100%;object-fit:contain;display:block}.whack-a-mole_scoreDisplay__kkE37{font-size:5rem;text-align:center;margin-top:20vh;font-weight:900;color:#fff;background:linear-gradient(135deg,#ff6f61,#f5af19);padding:40px;border-radius:20px;box-shadow:0 0 30px rgba(255,111,97,.6);width:fit-content;margin-left:auto;margin-right:auto;animation:whack-a-mole_glowFade__YPpBs 1.2s ease-in-out;font-family:Press Start\ 2P,cursive}.whack-a-mole_scoreNumber__GFA1v{color:#ffd700;text-shadow:0 0 10px #ffd700,0 0 20px #ffa500}@keyframes whack-a-mole_glowFade__YPpBs{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.snake_container__QV2sD{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100%;width:100%;color:white;position:relative;padding:80px 20px 20px}.snake_title__JS23o{font-size:2.5rem;font-weight:700;margin-bottom:20px;text-align:center;color:white;text-shadow:0 0 10px rgba(194,109,252,.8);position:absolute;top:20px;left:0;right:0;z-index:10}.snake_scoreBoard__tqBHt{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:400px;margin-bottom:20px;font-size:1.2rem}.snake_pauseButton__v2hld{background-color:rgba(194,109,252,.7);border:none;color:white;padding:8px 16px;border-radius:4px;cursor:pointer;transition:background-color .3s}.snake_pauseButton__v2hld:hover{background-color:rgba(194,109,252,1)}.snake_gameBoard__9J8o_{position:relative;background-color:rgba(0,0,0,.2);border:2px solid rgba(194,109,252,.6);border-radius:8px;box-shadow:0 0 20px rgba(194,109,252,.3);overflow:hidden;min-width:300px;min-height:300px;max-width:100%;max-height:60vh;margin:0 auto}.snake_snakeSegment__HWqR9{position:absolute;background-color:#3ab45b;border-radius:3px;box-shadow:0 0 5px rgba(58,180,91,.8);transition:all .1s linear;width:var(--cell-size,20px);height:var(--cell-size,20px)}.snake_snakeHead__oampQ{background-color:#2d8845;border-radius:5px;z-index:2}.snake_food__ohKJq{position:absolute;background-color:#f67385;border-radius:50%;box-shadow:0 0 8px rgba(246,115,133,.8);z-index:1;width:var(--cell-size,20px);height:var(--cell-size,20px)}.snake_gameOverContainer__mkuq6{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:rgba(0,0,0,.7);padding:30px;border-radius:8px;border:2px solid rgba(194,109,252,.6);box-shadow:0 0 20px rgba(194,109,252,.3);animation:snake_fadeIn__qjCx2 .5s ease-in-out}.snake_gameOverText__sXYlQ{font-size:2rem;margin-bottom:10px;color:#f67385}.snake_finalScore__0dvDV{font-size:1.5rem;margin-bottom:20px}.snake_resetButton__n97_W{background-color:rgba(194,109,252,.7);border:none;color:white;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s}.snake_resetButton__n97_W:hover{background-color:rgba(194,109,252,1)}.snake_controls__X5h2n{margin-top:20px;text-align:center;color:rgba(255,255,255,.7)}@keyframes snake_fadeIn__qjCx2{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:500px){.snake_title__JS23o{font-size:2rem}.snake_gameBoard__9J8o_{min-width:280px;min-height:280px}}.memory-match_container__Fqd5e{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:100%;padding:20px;color:white;overflow-y:auto;max-height:calc(100vh - 100px)}.memory-match_title__tAbRT{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:20px;color:white;text-shadow:0 0 10px rgba(194,109,252,.8)}.memory-match_gameContent__7bgiJ{display:flex;flex-direction:column;align-items:center;width:100%;max-width:600px;padding-bottom:30px}.memory-match_stats__5a39h{display:flex;justify-content:space-between;width:100%;margin-bottom:20px;font-size:1.2rem}.memory-match_grid__Vr0xi{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:15px;width:100%;max-width:500px;max-height:500px}.memory-match_card__fFdZS{aspect-ratio:1;position:relative;cursor:pointer;transition:transform .6s;transform-style:preserve-3d;perspective:1000px}.memory-match_card__fFdZS.memory-match_flipped__l0Z1w{transform:rotateY(180deg)}.memory-match_card__fFdZS.memory-match_matched__zrwhB{transform:rotateY(180deg);cursor:default}.memory-match_cardInner__aDBOD{position:relative;width:100%;height:100%;transition:transform .6s;transform-style:preserve-3d}.memory-match_cardBack__oFfGt,.memory-match_cardFront__E5d0h{position:absolute;width:100%;height:100%;backface-visibility:hidden;display:flex;align-items:center;justify-content:center;border-radius:8px}.memory-match_cardFront__E5d0h{background-color:rgba(194,109,252,.5);box-shadow:0 0 10px rgba(194,109,252,.3);border:2px solid rgba(246,115,133,.8)}.memory-match_cardBack__oFfGt{background-color:rgba(246,115,133,.8);transform:rotateY(180deg);font-size:2rem}.memory-match_gameOverContainer__HGhZ6{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:rgba(0,0,0,.7);padding:30px;border-radius:8px;border:2px solid rgba(194,109,252,.6);box-shadow:0 0 20px rgba(194,109,252,.3);animation:memory-match_fadeIn__nuIUY .5s ease-in-out;margin-top:20px}.memory-match_gameOverTitle__yflu2{font-size:2rem;margin-bottom:15px;color:#f67385}.memory-match_gameOverText__mTvGP{font-size:1.2rem;margin-bottom:10px}.memory-match_scoreText__nwMf1{font-size:1.5rem;margin:15px 0;font-weight:700}.memory-match_playAgainButton__VOgv7{background-color:rgba(194,109,252,.7);border:none;color:white;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s;margin-top:10px}.memory-match_playAgainButton__VOgv7:hover{background-color:rgba(194,109,252,1)}@keyframes memory-match_fadeIn__nuIUY{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:500px){.memory-match_title__tAbRT{font-size:2rem}.memory-match_grid__Vr0xi{grid-gap:10px}.memory-match_cardBack__oFfGt,.memory-match_gameOverTitle__yflu2{font-size:1.5rem}}@media (max-height:800px){.memory-match_grid__Vr0xi{grid-gap:10px;max-width:400px}}@media (max-height:700px){.memory-match_container__Fqd5e{padding:10px}.memory-match_stats__5a39h,.memory-match_title__tAbRT{margin-bottom:10px}.memory-match_grid__Vr0xi{grid-gap:8px;max-width:350px}}@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&family=Press+Start+2P&display=swap");.game1024_container__w9m_v{max-width:500px;margin:0 auto;padding:20px;font-family:Roboto,sans-serif;color:#776e65;user-select:none;border-radius:15px;box-shadow:0 10px 20px rgba(0,0,0,.2);overflow:hidden}.game1024_header__2vSRS{display:flex;justify-content:space-between;margin-bottom:20px}.game1024_title__OB8ug{font-size:3rem;font-weight:700;margin:0;color:#776e65;font-family:Press Start\ 2P,cursive}.game1024_scores__t2FnR{display:flex;gap:10px}.game1024_scoreBox__1iZPv{background:#bbada0;padding:10px 15px;border-radius:6px;text-align:center;min-width:60px}.game1024_scoreLabel__IGVa5{color:#eee4da;font-size:.8rem;text-transform:uppercase}.game1024_scoreValue___sRq_{color:white;font-size:1.5rem;font-weight:700}.game1024_gameControls__NqSeE{display:flex;justify-content:center;gap:10px;margin-bottom:20px}.game1024_continueButton__j_J_x,.game1024_newGameButton__DSGtb{background:#8f7a66;color:white;border:none;border-radius:6px;padding:10px 20px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s}.game1024_continueButton__j_J_x:hover,.game1024_newGameButton__DSGtb:hover{background:#9f8b77}.game1024_continueButton__j_J_x{background:#f67c5f}.game1024_continueButton__j_J_x:hover{background:#f78c6f}.game1024_gameContainer__W1D3M{position:relative;background:#bbada0;border-radius:6px;width:100%;padding-bottom:100%;touch-action:none;margin-top:0;box-sizing:border-box}.game1024_gridBackground__9w_76{position:absolute;top:10px;left:10px;right:10px;bottom:10px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);gap:10px;padding:10px;box-sizing:border-box}.game1024_gridCell__SI5Ox{background:rgba(238,228,218,.35);border-radius:3px}.game1024_tilesContainer__ppCGK{position:absolute;top:10px;left:10px;right:10px;bottom:10px;padding:10px;box-sizing:border-box}.game1024_tile__vvtYy{position:absolute;display:flex;justify-content:center;align-items:center;width:calc(25% - 15px);height:calc(25% - 15px);font-size:2rem;font-weight:700;border-radius:3px;transition:all .1s ease-in-out;z-index:10}.game1024_tile-2__Wu2_g{background:#eee4da;color:#776e65}.game1024_tile-4__xZzEa{background:#ede0c8;color:#776e65}.game1024_tile-8__eNR_O{background:#f2b179;color:white}.game1024_tile-16__qCfNs{background:#f59563;color:white}.game1024_tile-32__gk0H2{background:#f67c5f;color:white}.game1024_tile-64__ESENp{background:#f65e3b;color:white}.game1024_tile-128__4eBMb{background:#edcf72;color:white;font-size:1.8rem}.game1024_tile-256__dNT3c{background:#edcc61;color:white;font-size:1.8rem}.game1024_tile-512__7IMsW{background:#edc850;color:white;font-size:1.8rem}.game1024_tile-1024__FT09b{background:#edc53f;color:white;font-size:1.5rem}.game1024_tile-2048__V83Kt{background:#edc22e;color:white;font-size:1.5rem}.game1024_gameOverlay__W3I8C{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(238,228,218,.73);display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:6px;z-index:100}.game1024_gameOverMessage__S0GYv,.game1024_winMessage__nhngP{background:rgba(143,122,102,.8);color:white;padding:20px;border-radius:6px;text-align:center;max-width:80%}.game1024_gameOverMessage__S0GYv h2,.game1024_winMessage__nhngP h2{margin:0 0 10px;font-size:2rem}.game1024_instructions__2RWI0{text-align:center;margin-top:20px;font-size:1rem;line-height:1.5}@media (max-width:500px){.game1024_container__w9m_v{padding:10px;margin:10px;width:calc(100% - 20px)}.game1024_title__OB8ug{font-size:2rem}.game1024_scoreBox__1iZPv{min-width:50px;padding:8px 10px}.game1024_scoreValue___sRq_{font-size:1.2rem}.game1024_tile__vvtYy{font-size:1.5rem}.game1024_tile-128__4eBMb,.game1024_tile-256__dNT3c,.game1024_tile-512__7IMsW{font-size:1.3rem}.game1024_tile-1024__FT09b,.game1024_tile-2048__V83Kt{font-size:1rem}}