.MemoryMatch-module__8EHHEa__gameContainer{border-radius:24px;max-width:600px;margin:2rem auto;padding:2rem;position:relative;overflow:hidden}.MemoryMatch-module__8EHHEa__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.MemoryMatch-module__8EHHEa__stat{font-size:1.25rem;font-weight:600}.MemoryMatch-module__8EHHEa__stat span{color:var(--primary);margin-left:.5rem}.MemoryMatch-module__8EHHEa__resetBtn{border:1px solid var(--surface-border);color:#fff;border-radius:8px;padding:.5rem 1.2rem;font-size:.9rem}.MemoryMatch-module__8EHHEa__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.MemoryMatch-module__8EHHEa__card{aspect-ratio:3/4;cursor:pointer;perspective:1000px}.MemoryMatch-module__8EHHEa__cardInner{text-align:center;width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,0,.2,1);position:relative}.MemoryMatch-module__8EHHEa__flipped .MemoryMatch-module__8EHHEa__cardInner{transform:rotateY(180px)}.MemoryMatch-module__8EHHEa__matched .MemoryMatch-module__8EHHEa__cardInner{transform:rotateY(180px) scale(.95);opacity:.5}.MemoryMatch-module__8EHHEa__cardFront,.MemoryMatch-module__8EHHEa__cardBack{backface-visibility:hidden;border:1px solid var(--surface-border);border-radius:12px;justify-content:center;align-items:center;width:100%;height:100%;font-size:2.5rem;display:flex;position:absolute}.MemoryMatch-module__8EHHEa__cardFront{background:var(--surface);color:var(--primary);font-weight:900}.MemoryMatch-module__8EHHEa__cardBack{background:var(--surface-hover);transform:rotateY(180px)}.MemoryMatch-module__8EHHEa__winOverlay{z-index:10;background:#000000e6;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;animation:.5s MemoryMatch-module__8EHHEa__fadeIn;display:flex;position:absolute;top:0;left:0}.MemoryMatch-module__8EHHEa__winOverlay h2{margin-bottom:1rem;font-size:3rem}.MemoryMatch-module__8EHHEa__winOverlay p{color:#ffffffb3;margin-bottom:2rem;font-size:1.2rem}.MemoryMatch-module__8EHHEa__playAgainBtn{background:var(--primary);color:#000;box-shadow:0 0 20px var(--primary-glow);border-radius:50px;padding:1rem 2rem;font-weight:700}@keyframes MemoryMatch-module__8EHHEa__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:480px){.MemoryMatch-module__8EHHEa__grid{grid-template-columns:repeat(4,1fr);gap:.5rem}.MemoryMatch-module__8EHHEa__cardFront,.MemoryMatch-module__8EHHEa__cardBack{font-size:1.5rem}}
.ReactionTimer-module__vbxTiq__gameArea{text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:24px;justify-content:center;align-items:center;width:100%;max-width:600px;height:400px;margin:2rem auto;transition:all .2s;display:flex;overflow:hidden}.ReactionTimer-module__vbxTiq__content{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.ReactionTimer-module__vbxTiq__icon{margin-bottom:.5rem;font-size:4rem}.ReactionTimer-module__vbxTiq__message{font-size:3rem;font-weight:800}.ReactionTimer-module__vbxTiq__subMessage{color:#ffffffb3;font-size:1.25rem}.ReactionTimer-module__vbxTiq__startBtn{background:var(--primary);color:#000;pointer-events:none;border-radius:50px;margin-top:1rem;padding:.8rem 2rem;font-weight:700}.ReactionTimer-module__vbxTiq__idle{background:var(--surface)}.ReactionTimer-module__vbxTiq__waiting{background:#f003;border-color:#ff00004d}.ReactionTimer-module__vbxTiq__ready{background:#00ff004d;border-color:#00ff0080;box-shadow:0 0 50px #0f03}.ReactionTimer-module__vbxTiq__ready .ReactionTimer-module__vbxTiq__message{color:#0f0;text-shadow:0 0 20px #00ff0080}.ReactionTimer-module__vbxTiq__result{border-color:var(--primary);background:#00f2ff1a}.ReactionTimer-module__vbxTiq__result .ReactionTimer-module__vbxTiq__message{color:var(--primary);text-shadow:0 0 20px var(--primary-glow)}@media (max-width:480px){.ReactionTimer-module__vbxTiq__gameArea{height:300px}.ReactionTimer-module__vbxTiq__message{font-size:2rem}}
.SlidingPuzzle-module__f_uPdq__gameContainer{border-radius:30px;max-width:500px;margin:2rem auto;padding:2.5rem;position:relative;overflow:hidden}.SlidingPuzzle-module__f_uPdq__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.SlidingPuzzle-module__f_uPdq__stats{gap:2rem;display:flex}.SlidingPuzzle-module__f_uPdq__stat{color:#fff9;font-size:1.1rem;font-weight:600}.SlidingPuzzle-module__f_uPdq__stat span{color:var(--primary);margin-left:.4rem;font-family:monospace;font-size:1.2rem}.SlidingPuzzle-module__f_uPdq__resetBtn{border:1px solid var(--surface-border);color:#fff;border-radius:12px;padding:.6rem 1.2rem;font-weight:600;transition:all .3s}.SlidingPuzzle-module__f_uPdq__resetBtn:hover{background:var(--surface);border-color:var(--primary);box-shadow:0 0 15px var(--primary-glow)}.SlidingPuzzle-module__f_uPdq__puzzleGrid{border:1px solid var(--surface-border);background:#0003;border-radius:16px;grid-template-columns:repeat(4,1fr);gap:.75rem;padding:.75rem;display:grid}.SlidingPuzzle-module__f_uPdq__tile{aspect-ratio:1;background:var(--surface);border:1px solid var(--surface-border);cursor:pointer;color:#fff;border-radius:12px;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.SlidingPuzzle-module__f_uPdq__tile:not(.SlidingPuzzle-module__f_uPdq__empty):hover{background:var(--surface-hover);border-color:var(--secondary);box-shadow:0 0 15px var(--secondary-glow);z-index:1;transform:scale(1.02)}.SlidingPuzzle-module__f_uPdq__empty{cursor:default;background:0 0;border:1px dashed #ffffff1a}.SlidingPuzzle-module__f_uPdq__victory{border-color:var(--primary);box-shadow:0 0 10px var(--primary-glow)}.SlidingPuzzle-module__f_uPdq__winOverlay{z-index:10;text-align:center;background:#050508f2;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;animation:.5s SlidingPuzzle-module__f_uPdq__fadeIn;display:flex;position:absolute;top:0;left:0}.SlidingPuzzle-module__f_uPdq__winOverlay h2{margin-bottom:1rem;font-size:2.5rem}.SlidingPuzzle-module__f_uPdq__winOverlay p{color:#ffffffb3;margin-bottom:2rem;font-size:1.2rem}.SlidingPuzzle-module__f_uPdq__playAgainBtn{background:var(--primary);color:#000;box-shadow:0 0 30px var(--primary-glow);border-radius:50px;padding:1rem 2.5rem;font-weight:700;transition:all .3s}.SlidingPuzzle-module__f_uPdq__playAgainBtn:hover{box-shadow:0 0 50px var(--primary-glow);transform:scale(1.05)}@keyframes SlidingPuzzle-module__f_uPdq__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:480px){.SlidingPuzzle-module__f_uPdq__gameContainer{padding:1.5rem}.SlidingPuzzle-module__f_uPdq__tile{font-size:1.2rem}.SlidingPuzzle-module__f_uPdq__stats{gap:1rem}}
.Game2048-module__JJn56q__gameContainer{border-radius:24px;max-width:450px;margin:1rem auto;padding:2rem;position:relative}.Game2048-module__JJn56q__gameHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Game2048-module__JJn56q__scores{gap:1rem;display:flex}.Game2048-module__JJn56q__scoreBox{background:var(--surface);text-align:center;border:1px solid var(--surface-border);border-radius:12px;min-width:100px;padding:.5rem 1.2rem}.Game2048-module__JJn56q__scoreBox p{text-transform:uppercase;color:#fff9;margin-bottom:.2rem;font-size:.75rem}.Game2048-module__JJn56q__scoreBox span{color:var(--primary);font-size:1.25rem;font-weight:800}.Game2048-module__JJn56q__newGameBtn{background:var(--secondary);color:#fff;box-shadow:0 0 15px var(--secondary-glow);border-radius:12px;padding:.8rem 1.5rem;font-weight:700}.Game2048-module__JJn56q__gridContainer{aspect-ratio:1;background:#0000004d;border-radius:16px;grid-template-columns:repeat(4,1fr);gap:12px;padding:12px;display:grid;position:relative}.Game2048-module__JJn56q__tile{border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.8rem;font-weight:900;transition:all .15s ease-out;animation:.2s ease-out Game2048-module__JJn56q__pop;display:flex}.Game2048-module__JJn56q__overlay{z-index:10;background:#050508e6;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;animation:.5s Game2048-module__JJn56q__fadeIn;display:flex;position:absolute;top:0;left:0}.Game2048-module__JJn56q__overlay h2{margin-bottom:1.5rem;font-size:2.5rem}.Game2048-module__JJn56q__playAgainBtn{background:var(--primary);color:#000;box-shadow:0 0 20px var(--primary-glow);border-radius:50px;padding:1rem 2rem;font-weight:700}.Game2048-module__JJn56q__controls{flex-direction:column;align-items:center;gap:.5rem;margin-top:2rem;display:flex}.Game2048-module__JJn56q__controls button{background:var(--surface);border:1px solid var(--surface-border);border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;display:flex}.Game2048-module__JJn56q__controls button:hover{background:var(--surface-hover);border-color:var(--primary)}.Game2048-module__JJn56q__row{gap:.5rem;display:flex}@keyframes Game2048-module__JJn56q__pop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes Game2048-module__JJn56q__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:450px){.Game2048-module__JJn56q__tile{font-size:1.4rem}}
.Match3-module__nKrlhW__gameContainer{border-radius:24px;max-width:500px;margin:1rem auto;padding:2rem;position:relative;overflow:hidden}.Match3-module__nKrlhW__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Match3-module__nKrlhW__stats{gap:2rem;display:flex}.Match3-module__nKrlhW__stat{color:#ffffffb3;font-size:1.1rem;font-weight:600}.Match3-module__nKrlhW__stat span{color:var(--primary);margin-left:.5rem;font-weight:800}.Match3-module__nKrlhW__lowTime{animation:1s infinite Match3-module__nKrlhW__heartBeat;display:inline-block;color:var(--secondary)!important}.Match3-module__nKrlhW__resetBtn{background:var(--surface);border:1px solid var(--surface-border);color:#fff;border-radius:12px;padding:.6rem 1.2rem;font-weight:600;transition:all .3s}.Match3-module__nKrlhW__resetBtn:hover{background:var(--primary);color:#000;box-shadow:0 0 15px var(--primary-glow)}.Match3-module__nKrlhW__matchGrid{border:1px solid var(--surface-border);background:#0003;border-radius:12px;grid-template-columns:repeat(8,1fr);gap:4px;padding:8px;display:grid}.Match3-module__nKrlhW__tile{aspect-ratio:1;background:var(--surface);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:6px;justify-content:center;align-items:center;font-size:1.8rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Match3-module__nKrlhW__tile:hover{background:var(--surface-hover);transform:scale(1.05);box-shadow:0 0 10px #ffffff1a}.Match3-module__nKrlhW__selected{background:var(--primary-glow);border:2px solid var(--primary);animation:1s infinite Match3-module__nKrlhW__pulse}.Match3-module__nKrlhW__cleared{opacity:0;transform:scale(0)}.Match3-module__nKrlhW__isProcessing{pointer-events:none}.Match3-module__nKrlhW__overlay{z-index:10;text-align:center;background:#050508f2;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;animation:.5s Match3-module__nKrlhW__fadeIn;display:flex;position:absolute;top:0;left:0}.Match3-module__nKrlhW__overlay h2{margin-bottom:1rem;font-size:3rem}.Match3-module__nKrlhW__overlay p{color:#ffffffb3;margin-bottom:2rem}.Match3-module__nKrlhW__playAgainBtn{background:var(--primary);color:#000;box-shadow:0 0 20px var(--primary-glow);border-radius:50px;padding:1rem 2.5rem;font-weight:700;transition:all .3s}.Match3-module__nKrlhW__playAgainBtn:hover{box-shadow:0 0 40px var(--primary-glow);transform:scale(1.05)}@keyframes Match3-module__nKrlhW__heartBeat{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes Match3-module__nKrlhW__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:480px){.Match3-module__nKrlhW__tile{font-size:1.2rem}.Match3-module__nKrlhW__matchGrid{gap:2px;padding:4px}}
.XO-module__AVEjAW__container{flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:500px;margin:0 auto;padding:1rem;display:flex}.XO-module__AVEjAW__status{color:var(--text);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;min-width:200px;padding:.75rem 2rem;font-size:1.5rem;font-weight:700}.XO-module__AVEjAW__board{aspect-ratio:1;background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;grid-template-columns:repeat(3,1fr);gap:.75rem;width:100%;padding:.75rem;display:grid}.XO-module__AVEjAW__cell{cursor:pointer;color:var(--text);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;font-size:3rem;font-weight:800;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.XO-module__AVEjAW__cell:hover:not(.XO-module__AVEjAW__disabled){border-color:var(--primary);background:#ffffff1a;transform:translateY(-2px)}.XO-module__AVEjAW__cell:active:not(.XO-module__AVEjAW__disabled){transform:translateY(0)}.XO-module__AVEjAW__cell.XO-module__AVEjAW__disabled{cursor:default}.XO-module__AVEjAW__cellX{color:var(--primary);text-shadow:0 0 15px var(--primary);animation:.3s cubic-bezier(.34,1.56,.64,1) XO-module__AVEjAW__popIn}.XO-module__AVEjAW__cellO{color:var(--secondary);text-shadow:0 0 15px var(--secondary);animation:.3s cubic-bezier(.34,1.56,.64,1) XO-module__AVEjAW__popIn}.XO-module__AVEjAW__winningCell{box-shadow:0 0 20px rgba(var(--primary-rgb), .3);transform:scale(1.05);background:rgba(var(--primary-rgb), .2)!important;border-color:var(--primary)!important}.XO-module__AVEjAW__controls{gap:1rem;width:100%;display:flex}.XO-module__AVEjAW__resetBtn{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;cursor:pointer;border:none;border-radius:12px;flex:1;padding:1rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #0003}.XO-module__AVEjAW__resetBtn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}@keyframes XO-module__AVEjAW__popIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@media (max-width:480px){.XO-module__AVEjAW__cell{font-size:2.5rem}}
.Game24-module__KgQ5hG__container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:600px;margin:0 auto;padding:1.5rem;display:flex}.Game24-module__KgQ5hG__display{width:100%;min-height:80px;color:var(--primary);text-shadow:0 0 10px rgba(var(--primary-rgb), .5);word-break:break-all;text-align:center;background:#0003;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;padding:1.5rem;font-size:2rem;font-weight:700;display:flex}.Game24-module__KgQ5hG__numberGrid{grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;display:grid}.Game24-module__KgQ5hG__numberCard{color:var(--text);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;padding:1.5rem;font-size:2.5rem;font-weight:800;transition:all .2s;display:flex}.Game24-module__KgQ5hG__numberCard:hover:not(.Game24-module__KgQ5hG__disabled){border-color:var(--secondary);background:#ffffff1a;transform:translateY(-3px)}.Game24-module__KgQ5hG__numberCard.Game24-module__KgQ5hG__disabled{opacity:.3;cursor:default;filter:grayscale()}.Game24-module__KgQ5hG__operators{grid-template-columns:repeat(6,1fr);gap:.5rem;width:100%;display:grid}.Game24-module__KgQ5hG__opBtn{color:var(--text);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;padding:.75rem;font-size:1.2rem;font-weight:600;transition:all .2s}.Game24-module__KgQ5hG__opBtn:hover{background:var(--accent);color:#fff}.Game24-module__KgQ5hG__controls{gap:1rem;width:100%;display:flex}.Game24-module__KgQ5hG__actionBtn{cursor:pointer;border:none;border-radius:12px;flex:1;padding:1rem;font-weight:600;transition:all .3s}.Game24-module__KgQ5hG__clearBtn{color:var(--text);background:#ffffff1a}.Game24-module__KgQ5hG__submitBtn{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff}.Game24-module__KgQ5hG__nextBtn{background:var(--accent);color:#fff}.Game24-module__KgQ5hG__message{text-align:center;height:1.5rem;font-size:1.2rem;font-weight:600}.Game24-module__KgQ5hG__success{color:#4ade80}.Game24-module__KgQ5hG__error{color:#f87171}@media (max-width:480px){.Game24-module__KgQ5hG__numberCard{padding:1rem;font-size:2rem}.Game24-module__KgQ5hG__operators{grid-template-columns:repeat(3,1fr)}}
.Tetris-module__IIH5JG__container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0f66;border:1px solid #ffffff0d;border-radius:32px;justify-content:center;align-items:flex-start;gap:2rem;width:100%;max-width:900px;margin:0 auto;padding:2rem;display:flex;box-shadow:0 20px 50px #00000080}.Tetris-module__IIH5JG__gameArea{background:#00000080;border:2px solid #ffffff1a;border-radius:12px;padding:4px;position:relative;box-shadow:inset 0 0 20px #00000080}.Tetris-module__IIH5JG__board{grid-template-rows:repeat(20,30px);grid-template-columns:repeat(10,30px);gap:2px;display:grid}.Tetris-module__IIH5JG__cell{background:#ffffff05;border-radius:4px;width:30px;height:30px;transition:all .1s}.Tetris-module__IIH5JG__cellFull{z-index:2;border:1px solid #fff3;position:relative;box-shadow:0 0 10px}.Tetris-module__IIH5JG__cellFull:after{content:"";background:#fff3;border-radius:2px;position:absolute;inset:2px}.Tetris-module__IIH5JG__ghost{box-shadow:none!important;background:#ffffff0d!important;border:1px dashed #ffffff4d!important}.Tetris-module__IIH5JG__sidebar{flex-direction:column;gap:1.5rem;width:200px;display:flex}.Tetris-module__IIH5JG__panel{background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;display:flex}.Tetris-module__IIH5JG__panelTitle{text-transform:uppercase;letter-spacing:2px;color:#ffffff80;font-size:.8rem;font-weight:700}.Tetris-module__IIH5JG__panelValue{color:var(--primary);text-shadow:0 0 15px var(--primary-glow);font-size:2rem;font-weight:900}.Tetris-module__IIH5JG__nextPieceGrid{grid-template-rows:repeat(4,20px);grid-template-columns:repeat(4,20px);gap:2px;margin-top:.5rem;display:grid}.Tetris-module__IIH5JG__miniCell{border-radius:3px;width:20px;height:20px}.Tetris-module__IIH5JG__controls{flex-direction:column;gap:.75rem;width:100%;margin-top:auto;display:flex}.Tetris-module__IIH5JG__btn{text-transform:uppercase;letter-spacing:1px;cursor:pointer;border:none;border-radius:12px;width:100%;padding:1rem;font-weight:700;transition:all .3s}.Tetris-module__IIH5JG__startBtn{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;box-shadow:0 4px 15px rgba(var(--primary-rgb), .3)}.Tetris-module__IIH5JG__startBtn:hover{filter:brightness(1.2);box-shadow:0 6px 20px rgba(var(--primary-rgb), .4);transform:translateY(-2px)}.Tetris-module__IIH5JG__overlay{z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);text-align:center;background:#000c;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex;position:absolute;inset:0}.Tetris-module__IIH5JG__overlay h2{margin-bottom:1rem;font-size:3rem}.Tetris-module__IIH5JG__mobileControls{flex-direction:column;gap:.5rem;width:100%;margin-top:1rem;display:none}.Tetris-module__IIH5JG__controlRow{justify-content:center;gap:.5rem;display:flex}.Tetris-module__IIH5JG__controlBtn{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;flex:1;justify-content:center;align-items:center;max-width:80px;padding:1rem;font-weight:700;display:flex}.Tetris-module__IIH5JG__controlBtn:active{background:var(--primary);transform:scale(.95)}@media (max-width:768px){.Tetris-module__IIH5JG__container{flex-direction:column;align-items:center;padding:1rem}.Tetris-module__IIH5JG__sidebar{flex-flow:wrap;justify-content:center;width:100%}.Tetris-module__IIH5JG__panel{flex:1;min-width:120px}.Tetris-module__IIH5JG__mobileControls{display:flex}}
.Sudoku-module__kyaQsG__container{flex-direction:column;align-items:center;gap:1.5rem;padding:1rem;display:flex}.Sudoku-module__kyaQsG__winBanner{background:var(--primary-gradient);color:#fff;border-radius:12px;padding:.8rem 2rem;font-weight:700;animation:.5s Sudoku-module__kyaQsG__bounce}.Sudoku-module__kyaQsG__grid{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px solid #ffffff1a;border-radius:8px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 10px 30px #0006}.Sudoku-module__kyaQsG__row{display:flex}.Sudoku-module__kyaQsG__cell{cursor:pointer;-webkit-user-select:none;user-select:none;border:.5px solid #ffffff0d;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;transition:all .2s;display:flex}.Sudoku-module__kyaQsG__fixed{color:var(--text-primary);font-weight:800}.Sudoku-module__kyaQsG__editable{color:var(--accent)}.Sudoku-module__kyaQsG__borderBottom{border-bottom:2px solid #fff3}.Sudoku-module__kyaQsG__borderRight{border-right:2px solid #fff3}.Sudoku-module__kyaQsG__selected{color:#fff!important;background:#a855f766!important}.Sudoku-module__kyaQsG__related{background:#ffffff0d}.Sudoku-module__kyaQsG__sameValue{background:#ec489933}.Sudoku-module__kyaQsG__cell:hover{background:#ffffff1a}.Sudoku-module__kyaQsG__numberPad{grid-template-columns:repeat(5,1fr);gap:.5rem;width:100%;max-width:300px;display:grid}.Sudoku-module__kyaQsG__numBtn{aspect-ratio:1;color:var(--text-primary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;font-size:1.1rem;font-weight:700;transition:all .2s}.Sudoku-module__kyaQsG__numBtn:hover{background:var(--primary-gradient);transform:translateY(-2px)}.Sudoku-module__kyaQsG__clearBtn{grid-column:span 1;font-size:.9rem}.Sudoku-module__kyaQsG__resetBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:12px;margin-top:1rem;padding:.8rem 2rem}@keyframes Sudoku-module__kyaQsG__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:500px){.Sudoku-module__kyaQsG__cell{width:35px;height:35px;font-size:1rem}}
.Minesweeper-module__veglLa__container{flex-direction:column;align-items:center;gap:1.5rem;padding:1rem;display:flex}.Minesweeper-module__veglLa__stats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;justify-content:space-between;align-items:center;width:100%;max-width:400px;padding:.8rem 1.5rem;display:flex}.Minesweeper-module__veglLa__statBox{color:var(--accent);font-size:1.2rem;font-weight:700}.Minesweeper-module__veglLa__status{color:var(--text-primary);font-weight:700}.Minesweeper-module__veglLa__won{color:#4ade80}.Minesweeper-module__veglLa__lost{color:#f87171}.Minesweeper-module__veglLa__resetBtn{cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:transform .2s}.Minesweeper-module__veglLa__resetBtn:hover{transform:rotate(180deg)}.Minesweeper-module__veglLa__statsActions{align-items:center;gap:.8rem;display:flex}.Minesweeper-module__veglLa__flagModeBtn{cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;padding:.4rem .6rem;font-size:1.2rem;transition:all .2s;display:flex}.Minesweeper-module__veglLa__flagModeBtn.Minesweeper-module__veglLa__active{background:var(--accent);box-shadow:0 0 10px var(--accent);border-color:#fff}.Minesweeper-module__veglLa__grid{background:#0003;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;gap:4px;padding:8px;display:flex}.Minesweeper-module__veglLa__row{gap:4px;display:flex}.Minesweeper-module__veglLa__cell{cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff1a;border-radius:4px;justify-content:center;align-items:center;width:35px;height:35px;font-weight:700;transition:all .2s;display:flex}.Minesweeper-module__veglLa__cell:hover:not(.Minesweeper-module__veglLa__revealed){background:#fff3}.Minesweeper-module__veglLa__revealed{background:#0000004d;box-shadow:inset 0 0 5px #00000080}.Minesweeper-module__veglLa__flagged{color:#ef4444}.Minesweeper-module__veglLa__mine{background:#ef44444d!important}.Minesweeper-module__veglLa__num1{color:#60a5fa}.Minesweeper-module__veglLa__num2{color:#4ade80}.Minesweeper-module__veglLa__num3{color:#f87171}.Minesweeper-module__veglLa__num4{color:#a78bfa}.Minesweeper-module__veglLa__num5{color:#fbbf24}.Minesweeper-module__veglLa__num6{color:#2dd4bf}.Minesweeper-module__veglLa__num7{color:#e879f9}.Minesweeper-module__veglLa__num8{color:#94a3b8}.Minesweeper-module__veglLa__hint{color:var(--text-secondary);opacity:.7;font-size:.8rem}@media (max-width:500px){.Minesweeper-module__veglLa__cell{width:30px;height:30px}}
.ConnectFour-module__pyWXKG__container{flex-direction:column;align-items:center;gap:2rem;padding:1rem;display:flex}.ConnectFour-module__pyWXKG__status{text-align:center;min-height:2rem;color:var(--text-primary);font-size:1.5rem;font-weight:700}.ConnectFour-module__pyWXKG__board{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;gap:.5rem;padding:1rem;display:flex;box-shadow:0 8px 32px #0000004d}.ConnectFour-module__pyWXKG__row{gap:.5rem;display:flex}.ConnectFour-module__pyWXKG__cell{cursor:pointer;background:#0003;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:background .3s;display:flex}.ConnectFour-module__pyWXKG__cell:hover{background:#ffffff1a}.ConnectFour-module__pyWXKG__disc{border-radius:50%;width:85%;height:85%;transition:all .5s cubic-bezier(.175,.885,.32,1.275);transform:scale(0)}.ConnectFour-module__pyWXKG__player1{background:linear-gradient(135deg,#a855f7,#7e22ce);transform:scale(1);box-shadow:0 0 15px #a855f799}.ConnectFour-module__pyWXKG__player2{background:linear-gradient(135deg,#ec4899,#be185d);transform:scale(1);box-shadow:0 0 15px #ec489999}.ConnectFour-module__pyWXKG__winningDisc{border:3px solid #fff;animation:1s infinite alternate ConnectFour-module__pyWXKG__pulse}@keyframes ConnectFour-module__pyWXKG__pulse{0%{transform:scale(1);box-shadow:0 0 15px #fff9}to{transform:scale(1.1);box-shadow:0 0 25px #ffffffe6}}.ConnectFour-module__pyWXKG__controls{gap:1rem;display:flex}.ConnectFour-module__pyWXKG__resetBtn{background:var(--primary-gradient);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:.8rem 2rem;font-weight:700;transition:all .3s}.ConnectFour-module__pyWXKG__resetBtn:hover{filter:brightness(1.2);transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}@media (max-width:500px){.ConnectFour-module__pyWXKG__cell{width:45px;height:45px}.ConnectFour-module__pyWXKG__status{font-size:1.2rem}}
.ScratchPlayer-module__M0sLeW__container{flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:800px;margin:0 auto;padding:1rem;display:flex}.ScratchPlayer-module__M0sLeW__playerWrapper{aspect-ratio:485/402;background:#00000080;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:600px;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000080}.ScratchPlayer-module__M0sLeW__iframe{border:none;width:100%;height:100%}.ScratchPlayer-module__M0sLeW__loading{z-index:5;background:#0a0a0fe6;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex;position:absolute;inset:0}.ScratchPlayer-module__M0sLeW__spinner{border:4px solid #ffffff1a;border-top:4px solid var(--primary);border-radius:50%;width:50px;height:50px;animation:1s linear infinite ScratchPlayer-module__M0sLeW__spin}@keyframes ScratchPlayer-module__M0sLeW__spin{to{transform:rotate(360deg)}}.ScratchPlayer-module__M0sLeW__info{text-align:center;background:#ffffff0d;border:1px solid #ffffff0d;border-radius:20px;width:100%;padding:2rem}.ScratchPlayer-module__M0sLeW__info p{color:var(--text-secondary);margin:1rem 0}.ScratchPlayer-module__M0sLeW__actions{justify-content:center;margin-top:1.5rem;display:flex}.ScratchPlayer-module__M0sLeW__viewBtn{color:#fff;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:50px;padding:.8rem 2rem;font-weight:600;text-decoration:none;transition:all .3s}.ScratchPlayer-module__M0sLeW__viewBtn:hover{background:var(--primary);color:#000;box-shadow:0 0 20px var(--primary-glow);transform:translateY(-2px)}@media (max-width:600px){.ScratchPlayer-module__M0sLeW__playerWrapper{max-width:100%}}
.CubeRunner-module__QZleGW__container{background:#000;border-radius:12px;width:100%;height:600px;position:relative;overflow:hidden;box-shadow:0 0 20px #00f3ff33}.CubeRunner-module__QZleGW__overlay{z-index:10;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.CubeRunner-module__QZleGW__score{color:#00f3ff;text-shadow:0 0 10px #00f3ff80;z-index:5;font-size:24px;font-weight:700;position:absolute;top:20px;right:20px}.CubeRunner-module__QZleGW__title{color:#00f3ff;text-transform:uppercase;letter-spacing:4px;text-shadow:0 0 20px #00f3ffcc;margin-bottom:20px;font-size:48px}.CubeRunner-module__QZleGW__stats{margin-bottom:30px;font-size:20px}.CubeRunner-module__QZleGW__button{color:#00f3ff;cursor:pointer;text-transform:uppercase;background:0 0;border:2px solid #00f3ff;border-radius:30px;padding:12px 30px;font-size:18px;font-weight:700;transition:all .3s}.CubeRunner-module__QZleGW__button:hover{color:#000;background:#00f3ff;box-shadow:0 0 20px #00f3ff}.CubeRunner-module__QZleGW__instructions{color:#fff9;z-index:5;font-size:14px;position:absolute;bottom:20px;left:20px}
.TowerStack-module__NkRj2a__container{background:linear-gradient(#1a1a2e,#16213e);border-radius:12px;width:100%;height:600px;position:relative;overflow:hidden}.TowerStack-module__NkRj2a__overlay{z-index:10;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.TowerStack-module__NkRj2a__score{text-align:center;color:#fff3;z-index:5;pointer-events:none;width:100%;font-size:64px;font-weight:900;position:absolute;top:20px}.TowerStack-module__NkRj2a__title{color:#f72585;text-shadow:0 0 15px #f7258580;margin-bottom:20px;font-size:48px}.TowerStack-module__NkRj2a__button{color:#fff;cursor:pointer;background:#f72585;border:none;border-radius:50px;padding:15px 40px;font-size:20px;font-weight:700;transition:transform .2s,box-shadow .2s}.TowerStack-module__NkRj2a__button:hover{transform:scale(1.05);box-shadow:0 0 25px #f72585b3}.TowerStack-module__NkRj2a__instructions{color:#ffffff80;position:absolute;bottom:30px}
.MarbleRun-module__BqcXkG__container{background:#000;border-radius:12px;width:100%;height:600px;position:relative;overflow:hidden}.MarbleRun-module__BqcXkG__overlay{z-index:10;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.MarbleRun-module__BqcXkG__score{color:#4cc9f0;z-index:5;font-size:20px;position:absolute;top:20px;left:20px}.MarbleRun-module__BqcXkG__title{color:#4cc9f0;text-shadow:0 0 10px #4cc9f080;margin-bottom:20px;font-size:48px}.MarbleRun-module__BqcXkG__button{color:#4cc9f0;cursor:pointer;background:0 0;border:2px solid #4cc9f0;border-radius:30px;padding:12px 30px;font-size:18px;transition:all .3s}.MarbleRun-module__BqcXkG__button:hover{color:#000;background:#4cc9f0}.MarbleRun-module__BqcXkG__instructions{color:#fff9;position:absolute;bottom:20px}
.VoxelBlast-module__OI_Kjq__container{background:#050505;border-radius:12px;width:100%;height:600px;position:relative;overflow:hidden}.VoxelBlast-module__OI_Kjq__overlay{z-index:10;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.VoxelBlast-module__OI_Kjq__hud{color:#0f0;z-index:5;pointer-events:none;justify-content:space-between;width:100%;padding:0 40px;font-family:Courier New,Courier,monospace;font-size:20px;display:flex;position:absolute;top:20px}.VoxelBlast-module__OI_Kjq__title{color:#0f0;text-shadow:0 0 10px #0f0;letter-spacing:5px;margin-bottom:20px;font-size:48px}.VoxelBlast-module__OI_Kjq__button{color:#000;cursor:pointer;text-transform:uppercase;background:#0f0;border:none;border-radius:4px;padding:12px 40px;font-size:20px;font-weight:700}.VoxelBlast-module__OI_Kjq__button:hover{box-shadow:0 0 20px #0f0}.VoxelBlast-module__OI_Kjq__instructions{color:#666;margin-top:30px;font-size:14px}
.page-module__dxbpsq__container{max-width:var(--max-width);flex-direction:column;min-height:calc(100vh - 70px);margin:0 auto;padding:2rem;display:flex}.page-module__dxbpsq__header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.page-module__dxbpsq__backLink{color:#fff9;font-weight:500}.page-module__dxbpsq__backLink:hover{color:var(--primary)}.page-module__dxbpsq__header h1{font-size:2.5rem}.page-module__dxbpsq__placeholder{width:60px}.page-module__dxbpsq__arena{flex:1;justify-content:center;align-items:center;width:100%;display:flex}.page-module__dxbpsq__instructions{background:var(--surface);border-left:4px solid var(--secondary);border-radius:16px;margin-top:4rem;padding:2rem}.page-module__dxbpsq__instructions h3{margin-bottom:1rem}.page-module__dxbpsq__instructions p{color:#fffc;line-height:1.6}.page-module__dxbpsq__notFound{text-align:center;padding:4rem}.page-module__dxbpsq__notFound h2{margin-bottom:1rem;font-size:2rem}.page-module__dxbpsq__notFound p{color:#fff9;margin-bottom:2rem}.page-module__dxbpsq__backBtn{background:var(--primary);color:#000;border-radius:50px;padding:.8rem 2rem;font-weight:700}@media (max-width:768px){.page-module__dxbpsq__container{padding:1rem}.page-module__dxbpsq__header{margin-bottom:2rem}.page-module__dxbpsq__header h1{font-size:1.5rem}.page-module__dxbpsq__instructions{margin-top:2rem;padding:1.5rem}}@media (max-width:480px){.page-module__dxbpsq__header h1{font-size:1.2rem}.page-module__dxbpsq__arena{padding:0}}
