.MissileDefenseGame-module__R_iwZW__page{max-width:700px;padding:var(--space-lg)var(--space-md)var(--space-2xl);gap:var(--space-md);flex-direction:column;margin:0 auto;display:flex}.MissileDefenseGame-module__R_iwZW__title{letter-spacing:-.5px;text-align:center;font-size:1.5rem;font-weight:800}.MissileDefenseGame-module__R_iwZW__hud{padding:var(--space-sm)var(--space-md);background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--border-radius);justify-content:space-between;align-items:center;gap:var(--space-md);display:flex}.MissileDefenseGame-module__R_iwZW__hudGroup{flex-direction:column;align-items:center;gap:2px;display:flex}.MissileDefenseGame-module__R_iwZW__hudLabel{text-transform:uppercase;letter-spacing:1px;color:var(--color-text-muted);font-size:.65rem;font-weight:700}.MissileDefenseGame-module__R_iwZW__hudValue{color:var(--color-text);font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:800;line-height:1}.MissileDefenseGame-module__R_iwZW__hudCities{gap:3px;font-size:1.1rem;line-height:1;display:flex}.MissileDefenseGame-module__R_iwZW__cityAlive{opacity:1}.MissileDefenseGame-module__R_iwZW__cityDead{opacity:.3;filter:grayscale()}.MissileDefenseGame-module__R_iwZW__hudAmmo{flex-direction:column;gap:3px;display:flex}.MissileDefenseGame-module__R_iwZW__ammoRow{gap:2px;display:flex}.MissileDefenseGame-module__R_iwZW__ammoPipFull,.MissileDefenseGame-module__R_iwZW__ammoPipEmpty,.MissileDefenseGame-module__R_iwZW__ammoPipDead{border-radius:1px;width:5px;height:5px;display:inline-block}.MissileDefenseGame-module__R_iwZW__ammoPipFull{background:#4aee88}.MissileDefenseGame-module__R_iwZW__ammoPipEmpty{background:#ffffff1a;border:1px solid #ffffff2e}.MissileDefenseGame-module__R_iwZW__ammoPipDead{background:#ffffff0f}.MissileDefenseGame-module__R_iwZW__tripleBadge{color:#40dffff2;vertical-align:middle;letter-spacing:.5px;background:#40dfff26;border:1px solid #40dfff80;border-radius:4px;margin-left:6px;padding:1px 6px;font-size:.7rem;font-weight:700;display:inline-block}.MissileDefenseGame-module__R_iwZW__bestScore{color:var(--color-text-muted);opacity:.6;font-variant-numeric:tabular-nums;margin-top:1px;font-size:.65rem}.MissileDefenseGame-module__R_iwZW__newBest{color:gold;text-shadow:0 0 12px #ffd70099;font-size:1.3rem;font-weight:800}.MissileDefenseGame-module__R_iwZW__canvas{touch-action:none;width:100%;height:auto;display:block}.MissileDefenseGame-module__R_iwZW__canvasWrap{border-radius:var(--border-radius-lg);background:#04080f;position:relative;overflow:hidden;box-shadow:0 4px 28px #0009}@keyframes MissileDefenseGame-module__R_iwZW__shake{0%{transform:translate(-4px,2px)}20%{transform:translate(4px,-2px)}40%{transform:translate(-3px,-3px)}60%{transform:translate(3px,2px)}80%{transform:translate(-2px,3px)}to{transform:translate(0)}}.MissileDefenseGame-module__R_iwZW__shaking{animation:.32s MissileDefenseGame-module__R_iwZW__shake}.MissileDefenseGame-module__R_iwZW__overlay{justify-content:center;align-items:center;gap:var(--space-md);border-radius:var(--border-radius-lg);background:#000000b8;flex-direction:column;display:flex;position:absolute;inset:0}.MissileDefenseGame-module__R_iwZW__overlayTitle{color:var(--color-text);font-size:1.9rem;font-weight:800}.MissileDefenseGame-module__R_iwZW__overlayMsg{color:var(--color-text-muted);text-align:center;font-size:1.05rem}.MissileDefenseGame-module__R_iwZW__overlayScore{color:var(--color-text-muted);font-size:1.2rem}.MissileDefenseGame-module__R_iwZW__overlayScore strong{color:var(--color-accent);font-size:1.5rem}.MissileDefenseGame-module__R_iwZW__bonusGrid{text-align:left;color:var(--color-text-muted);background:var(--color-bg-surface);padding:var(--space-sm)var(--space-md);border-radius:var(--border-radius);border:1px solid var(--color-border);grid-template-columns:auto auto auto;gap:4px 16px;font-size:.9rem;display:grid}.MissileDefenseGame-module__R_iwZW__bonusPts{color:var(--color-accent);text-align:right;font-weight:700}.MissileDefenseGame-module__R_iwZW__bonusTotal{color:var(--color-text);border-top:1px solid var(--color-border);margin-top:2px;padding-top:4px;font-size:1rem;font-weight:700}.MissileDefenseGame-module__R_iwZW__continueBtn{background:var(--color-accent);color:var(--color-bg);border-radius:var(--border-radius);cursor:pointer;transition:background var(--transition-fast),transform 80ms;border:none;padding:12px 32px;font-size:1rem;font-weight:700}.MissileDefenseGame-module__R_iwZW__continueBtn:hover{background:var(--color-accent-hover)}.MissileDefenseGame-module__R_iwZW__continueBtn:active{transform:scale(.97)}.MissileDefenseGame-module__R_iwZW__accuracy{color:var(--color-text-muted);font-variant-numeric:tabular-nums;font-size:.85rem}.MissileDefenseGame-module__R_iwZW__achievementList{flex-wrap:wrap;justify-content:center;gap:6px;max-width:320px;display:flex}.MissileDefenseGame-module__R_iwZW__achievementBadge{color:var(--color-text-muted);background:#ffffff14;border:1px solid #ffffff2e;border-radius:20px;padding:3px 10px;font-size:.75rem}.MissileDefenseGame-module__R_iwZW__achievementNew{color:gold;background:#ffd70026;border-color:#ffd70080}.MissileDefenseGame-module__R_iwZW__batterySelector{justify-content:center;align-items:center;gap:6px;display:flex}.MissileDefenseGame-module__R_iwZW__batBtn{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--border-radius);color:var(--color-text-muted);cursor:pointer;letter-spacing:.5px;padding:5px 12px;font-family:monospace;font-size:.75rem;font-weight:700;transition:background .12s,border-color .12s,color .12s}.MissileDefenseGame-module__R_iwZW__batBtn:hover:not(:disabled){color:var(--color-text);background:#ffffff14;border-color:#ffffff4d}.MissileDefenseGame-module__R_iwZW__batBtnActive{color:#64ff64f2!important;background:#64ff641f!important;border-color:#64ff6480!important}.MissileDefenseGame-module__R_iwZW__batBtnDead{opacity:.3;cursor:not-allowed}.MissileDefenseGame-module__R_iwZW__hint{color:var(--color-text-muted);text-align:center;font-size:.8rem}@media (max-width:480px){.MissileDefenseGame-module__R_iwZW__overlayTitle{font-size:1.4rem}.MissileDefenseGame-module__R_iwZW__hudValue{font-size:1.2rem}.MissileDefenseGame-module__R_iwZW__hudCities{font-size:.9rem}}
.FullscreenButton-module__M_Y-yW__btn{color:#fff;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:#0006;border:1px solid #ffffff40;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:background .15s,border-color .15s;display:flex}.FullscreenButton-module__M_Y-yW__btn:hover{background:#000000b3;border-color:#ffffff80}.FullscreenButton-module__M_Y-yW__btn:active{background:#000000d9}
.prose-module__KkUOYa__prose{max-width:680px;color:var(--color-text-muted,#999);margin:2rem auto 0;padding:0 1rem 3rem;font-size:.875rem;line-height:1.75}.prose-module__KkUOYa__prose h2{color:var(--color-text,#eee);margin:1.75rem 0 .5rem;font-size:1.05rem;font-weight:700}.prose-module__KkUOYa__prose h3{color:var(--color-text,#ddd);margin:1.25rem 0 .35rem;font-size:.9rem;font-weight:600}.prose-module__KkUOYa__prose p{margin:0 0 .75rem}.prose-module__KkUOYa__prose ul{margin:0 0 .75rem;padding-left:1.4rem}.prose-module__KkUOYa__prose li{margin-bottom:.3rem}
.VirtualJoystick-module__wd6KKa__base{touch-action:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:#ffffff14;border:2px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.VirtualJoystick-module__wd6KKa__knob{pointer-events:none;background:#ffffff40;border:2px solid #fff6;border-radius:50%;transition:transform 50ms ease-out}
.GamePad-module__og_rcq__pad{justify-content:center;align-items:center;gap:24px;display:flex}.GamePad-module__og_rcq__dpad{flex-direction:column;align-items:center;gap:4px;display:flex}.GamePad-module__og_rcq__dpadRow{align-items:center;gap:4px;display:flex}.GamePad-module__og_rcq__dpadBtn{color:#fff;cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:#ffffff1a;border:1px solid #ffffff40;border-radius:8px;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.2rem;transition:background .1s;display:flex}.GamePad-module__og_rcq__dpadBtn:active{background:#ffffff4d}.GamePad-module__og_rcq__dpadCenter{width:54px;height:54px}.GamePad-module__og_rcq__actions{flex-direction:column;align-items:center;gap:8px;display:flex}
.ControlToggle-module__lOIN-q__btn{color:#fff;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:#0006;border:1px solid #ffffff40;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:background .15s,border-color .15s;display:flex}.ControlToggle-module__lOIN-q__btn:hover{background:#000000b3;border-color:#ffffff80}.ControlToggle-module__lOIN-q__btn:active{background:#000000d9}
.AdSlot-module__CcBYca__adSlot{background:var(--color-bg-surface);border:1px dashed var(--color-border);border-radius:var(--border-radius);justify-content:center;align-items:center;margin:0 auto;display:flex;overflow:hidden}.AdSlot-module__CcBYca__placeholder{color:var(--color-text-dim);text-transform:uppercase;letter-spacing:2px;font-size:.7rem}.AdSlot-module__CcBYca__banner{width:100%;max-width:728px;min-height:90px}.AdSlot-module__CcBYca__sidebar{width:300px;min-height:250px}.AdSlot-module__CcBYca__leaderboard{width:100%;max-width:970px;min-height:90px}@media (max-width:768px){.AdSlot-module__CcBYca__banner,.AdSlot-module__CcBYca__leaderboard{max-width:100%;min-height:60px}.AdSlot-module__CcBYca__sidebar{width:100%;max-width:320px;min-height:100px}}
.BattleshipGame-module__BLMg_a__pageLayout{max-width:1200px;padding:var(--space-lg)var(--space-md);gap:var(--space-lg);flex-direction:column;align-items:center;margin:0 auto;display:flex}.BattleshipGame-module__BLMg_a__mainRow{gap:var(--space-xl);justify-content:center;align-items:flex-start;display:flex}.BattleshipGame-module__BLMg_a__sidebar{gap:var(--space-lg);flex-direction:column;flex-shrink:0;width:220px;display:flex}.BattleshipGame-module__BLMg_a__sidebarRight{gap:var(--space-lg);flex-direction:column;flex-shrink:0;width:300px;display:flex}.BattleshipGame-module__BLMg_a__rulesCard{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);padding:var(--space-lg)}.BattleshipGame-module__BLMg_a__rulesTitle{margin-bottom:var(--space-sm);font-size:1rem;font-weight:700}.BattleshipGame-module__BLMg_a__rulesList{gap:var(--space-sm);color:var(--color-text-muted);margin-bottom:var(--space-md);flex-direction:column;font-size:.82rem;line-height:1.5;list-style:none;display:flex}.BattleshipGame-module__BLMg_a__rulesList li:before{content:"•";color:var(--color-accent);margin-right:6px}.BattleshipGame-module__BLMg_a__legendTitle{margin-bottom:var(--space-sm);text-transform:uppercase;letter-spacing:1px;color:var(--color-text-muted);font-size:.85rem;font-weight:700}.BattleshipGame-module__BLMg_a__placingInfo{padding:var(--space-sm)var(--space-md);border-radius:var(--border-radius);margin-bottom:var(--space-md);background:#2a609033;border:1px solid #2a6090;align-items:center;gap:6px;font-size:.85rem;display:flex}.BattleshipGame-module__BLMg_a__placingLabel{color:var(--color-text-muted)}.BattleshipGame-module__BLMg_a__placingSize{color:var(--color-text-dim);font-size:.75rem}.BattleshipGame-module__BLMg_a__placementButtons{gap:var(--space-sm);margin-bottom:var(--space-md);display:flex}.BattleshipGame-module__BLMg_a__actionBtn{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--border-radius);color:var(--color-text-muted);cursor:pointer;transition:border-color var(--transition-fast),color var(--transition-fast);flex:1;padding:8px 12px;font-size:.8rem;font-weight:600}.BattleshipGame-module__BLMg_a__actionBtn:hover{border-color:var(--color-accent);color:var(--color-accent)}.BattleshipGame-module__BLMg_a__subtitle{color:var(--color-text-muted);margin-top:var(--space-xs);font-size:.9rem}.BattleshipGame-module__BLMg_a__gameColumn{align-items:center;gap:var(--space-md);flex-direction:column;flex:1;max-width:560px;display:flex}.BattleshipGame-module__BLMg_a__header{text-align:center;width:100%}.BattleshipGame-module__BLMg_a__title{letter-spacing:-1px;font-size:1.75rem;font-weight:800}.BattleshipGame-module__BLMg_a__stats{justify-content:center;gap:var(--space-lg);margin-top:var(--space-xs);color:var(--color-text-muted);font-size:.9rem;display:flex}.BattleshipGame-module__BLMg_a__timer{font-family:var(--font-mono);font-weight:600}.BattleshipGame-module__BLMg_a__turnIndicator{margin-top:var(--space-sm);border-radius:var(--border-radius);text-transform:uppercase;letter-spacing:1px;padding:6px 16px;font-size:.85rem;font-weight:700;display:inline-block}.BattleshipGame-module__BLMg_a__turnPlayer{color:#4aca7a;background:#2a8a4a33;border:1px solid #2a8a4a}.BattleshipGame-module__BLMg_a__turnCpu{color:#e06050;background:#c0302026;border:1px solid #8a2020;animation:1s ease-in-out infinite BattleshipGame-module__BLMg_a__pulse}@keyframes BattleshipGame-module__BLMg_a__pulse{0%,to{opacity:1}50%{opacity:.6}}.BattleshipGame-module__BLMg_a__dualGridRow{gap:var(--space-xl);flex-wrap:wrap;justify-content:center;align-items:flex-start;display:flex}.BattleshipGame-module__BLMg_a__gridSection{align-items:center;gap:var(--space-sm);flex-direction:column;display:flex}.BattleshipGame-module__BLMg_a__gridStats{color:var(--color-text-muted);text-align:center;font-size:.82rem}.BattleshipGame-module__BLMg_a__gridWrap{justify-content:center;display:flex;overflow-x:auto}.BattleshipGame-module__BLMg_a__dualShipList{gap:var(--space-xl);justify-content:center;width:100%;display:flex}.BattleshipGame-module__BLMg_a__shipListSection{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);padding:var(--space-md);min-width:180px}.BattleshipGame-module__BLMg_a__winBanner{text-align:center;padding:var(--space-md)var(--space-xl);border-radius:var(--border-radius-lg);width:100%;max-width:500px;animation:.3s BattleshipGame-module__BLMg_a__fadeIn}.BattleshipGame-module__BLMg_a__winBannerWin{background:#00502880;border:1px solid #2a8a4a}.BattleshipGame-module__BLMg_a__winBannerLose{background:#50140a80;border:1px solid #8a2020}.BattleshipGame-module__BLMg_a__winBanner h2{margin-bottom:var(--space-xs);font-size:1.3rem;font-weight:800}.BattleshipGame-module__BLMg_a__winBannerWin h2{color:#4aca7a}.BattleshipGame-module__BLMg_a__winBannerLose h2{color:#e06050}.BattleshipGame-module__BLMg_a__winBanner p{color:var(--color-text-muted);margin-bottom:var(--space-md);font-size:.9rem}@keyframes BattleshipGame-module__BLMg_a__fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.BattleshipGame-module__BLMg_a__controls{align-items:center;gap:var(--space-md);justify-content:center;display:flex}.BattleshipGame-module__BLMg_a__resetBtn{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--border-radius);color:var(--color-text-muted);cursor:pointer;transition:border-color var(--transition-fast),color var(--transition-fast);padding:8px 20px;font-size:.85rem;font-weight:600}.BattleshipGame-module__BLMg_a__resetBtn:hover{border-color:var(--color-accent);color:var(--color-accent)}@media (max-width:1024px){.BattleshipGame-module__BLMg_a__sidebarRight{display:none}.BattleshipGame-module__BLMg_a__dualGridRow{gap:var(--space-lg)}}@media (max-width:768px){.BattleshipGame-module__BLMg_a__mainRow{flex-direction:column;align-items:center}.BattleshipGame-module__BLMg_a__sidebar{width:100%;max-width:400px}.BattleshipGame-module__BLMg_a__dualGridRow{align-items:center;gap:var(--space-lg);flex-direction:column}.BattleshipGame-module__BLMg_a__dualShipList{align-items:center;gap:var(--space-md);flex-direction:column}.BattleshipGame-module__BLMg_a__shipListSection{width:100%;max-width:400px}}
.SudokuGame-module__zFGf2G__pageLayout{max-width:1200px;padding:var(--space-lg)var(--space-md);gap:var(--space-lg);flex-direction:column;margin:0 auto;display:flex}.SudokuGame-module__zFGf2G__mainRow{gap:var(--space-xl);justify-content:center;align-items:flex-start;display:flex}.SudokuGame-module__zFGf2G__sidebar{gap:var(--space-lg);flex-direction:column;flex-shrink:0;width:260px;display:flex}.SudokuGame-module__zFGf2G__sidebarRight{gap:var(--space-lg);flex-direction:column;flex-shrink:0;width:300px;display:flex}.SudokuGame-module__zFGf2G__rulesCard{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);padding:var(--space-lg)}.SudokuGame-module__zFGf2G__rulesTitle{margin-bottom:var(--space-sm);font-size:1rem;font-weight:700}.SudokuGame-module__zFGf2G__rulesList{gap:var(--space-sm);color:var(--color-text-muted);margin-bottom:var(--space-md);flex-direction:column;font-size:.82rem;line-height:1.5;list-style:none;display:flex}.SudokuGame-module__zFGf2G__rulesList li:before{content:"•";color:var(--color-accent);margin-right:6px}.SudokuGame-module__zFGf2G__legendTitle{margin-bottom:var(--space-sm);text-transform:uppercase;letter-spacing:1px;color:var(--color-text-muted);font-size:.85rem;font-weight:700}.SudokuGame-module__zFGf2G__legendItems{gap:var(--space-sm);flex-direction:column;display:flex}.SudokuGame-module__zFGf2G__legendRow{align-items:center;gap:var(--space-sm);color:var(--color-text-muted);font-size:.8rem;display:flex}.SudokuGame-module__zFGf2G__kbd{background:var(--color-bg-elevated);border:1px solid var(--color-border);min-width:28px;font-family:var(--font-mono);color:var(--color-text);border-radius:4px;justify-content:center;align-items:center;padding:2px 6px;font-size:.7rem;display:inline-flex}.SudokuGame-module__zFGf2G__gameColumn{align-items:center;gap:var(--space-lg);flex-direction:column;flex:1;max-width:500px;display:flex}.SudokuGame-module__zFGf2G__header{text-align:center;width:100%}.SudokuGame-module__zFGf2G__title{letter-spacing:-1px;font-size:1.75rem;font-weight:800}.SudokuGame-module__zFGf2G__toolbar{margin-top:var(--space-sm);justify-content:space-between;align-items:center;gap:var(--space-md);display:flex}.SudokuGame-module__zFGf2G__difficultyTabs{border:1px solid var(--color-border);border-radius:var(--border-radius);display:flex;overflow:hidden}.SudokuGame-module__zFGf2G__diffTab{background:var(--color-bg-surface);border:none;border-right:1px solid var(--color-border);padding:var(--space-xs)var(--space-md);color:var(--color-text-muted);cursor:pointer;transition:background var(--transition-fast);font-size:.8rem;font-weight:600}.SudokuGame-module__zFGf2G__diffTab:last-child{border-right:none}.SudokuGame-module__zFGf2G__diffTab:hover{background:var(--color-bg-hover)}.SudokuGame-module__zFGf2G__diffActive{color:var(--color-accent);background:var(--color-accent-dim)!important}.SudokuGame-module__zFGf2G__stats{align-items:center;gap:var(--space-md);display:flex}.SudokuGame-module__zFGf2G__timer{font-family:var(--font-mono);color:var(--color-text);font-size:1rem;font-weight:600}.SudokuGame-module__zFGf2G__mistakes{color:var(--color-error);font-size:.8rem;font-weight:600}.SudokuGame-module__zFGf2G__winBanner{text-align:center;padding:var(--space-md)var(--space-xl);background:var(--color-accent-dim);border:1px solid var(--color-accent);border-radius:var(--border-radius-lg);animation:.3s SudokuGame-module__zFGf2G__fadeIn}.SudokuGame-module__zFGf2G__winBanner h2{color:var(--color-accent);margin-bottom:var(--space-xs);font-size:1.3rem;font-weight:800}.SudokuGame-module__zFGf2G__winBanner p{color:var(--color-text-muted);font-size:.9rem}@keyframes SudokuGame-module__zFGf2G__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.SudokuGame-module__zFGf2G__gridWrapper{justify-content:center;align-items:center;width:100%;display:flex}@media (max-width:1024px){.SudokuGame-module__zFGf2G__sidebarRight{display:none}}@media (max-width:768px){.SudokuGame-module__zFGf2G__mainRow{flex-direction:column;align-items:center}.SudokuGame-module__zFGf2G__sidebar{width:100%;max-width:500px}.SudokuGame-module__zFGf2G__sidebarRight{display:none}.SudokuGame-module__zFGf2G__toolbar{gap:var(--space-sm);flex-direction:column}}
.WordScrambleGame-module__3ycdVG__pageLayout{max-width:1200px;padding:var(--space-lg)var(--space-md);gap:var(--space-lg);flex-direction:column;margin:0 auto;display:flex}.WordScrambleGame-module__3ycdVG__mainRow{gap:var(--space-xl);justify-content:center;align-items:flex-start;display:flex}.WordScrambleGame-module__3ycdVG__sidebar{gap:var(--space-lg);flex-direction:column;flex-shrink:0;width:260px;display:flex}.WordScrambleGame-module__3ycdVG__sidebarRight{gap:var(--space-lg);flex-direction:column;flex-shrink:0;width:300px;display:flex}.WordScrambleGame-module__3ycdVG__rulesCard{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);padding:var(--space-lg)}.WordScrambleGame-module__3ycdVG__rulesTitle{margin-bottom:var(--space-sm);font-size:1rem;font-weight:700}.WordScrambleGame-module__3ycdVG__rulesList{gap:var(--space-sm);color:var(--color-text-muted);margin-bottom:var(--space-md);flex-direction:column;font-size:.82rem;line-height:1.5;list-style:none;display:flex}.WordScrambleGame-module__3ycdVG__rulesList li:before{content:"•";color:var(--color-accent);margin-right:6px}.WordScrambleGame-module__3ycdVG__legendTitle{margin-bottom:var(--space-sm);text-transform:uppercase;letter-spacing:1px;color:var(--color-text-muted);font-size:.85rem;font-weight:700}.WordScrambleGame-module__3ycdVG__legendItems{gap:var(--space-sm);flex-direction:column;display:flex}.WordScrambleGame-module__3ycdVG__legendRow{align-items:center;gap:var(--space-sm);color:var(--color-text-muted);font-size:.8rem;display:flex}.WordScrambleGame-module__3ycdVG__legendTile{color:#fff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:800;display:flex}.WordScrambleGame-module__3ycdVG__legendCorrect{background:#538d4e}.WordScrambleGame-module__3ycdVG__legendPresent{background:#b59f3b}.WordScrambleGame-module__3ycdVG__legendAbsent{background:#3a3a3c}.WordScrambleGame-module__3ycdVG__gameColumn{gap:var(--space-lg);max-width:500px;min-height:calc(100vh - var(--header-height) - 200px);flex-direction:column;flex:1;display:flex}.WordScrambleGame-module__3ycdVG__header{text-align:center}.WordScrambleGame-module__3ycdVG__title{letter-spacing:-1px;font-size:1.75rem;font-weight:800}.WordScrambleGame-module__3ycdVG__subtitle{margin-top:var(--space-xs);color:var(--color-text-muted);font-size:.9rem}.WordScrambleGame-module__3ycdVG__toast{text-align:center;padding:var(--space-sm)var(--space-md);background:var(--color-text);color:var(--color-bg);border-radius:var(--border-radius);align-self:center;font-size:.9rem;font-weight:700;animation:.2s WordScrambleGame-module__3ycdVG__fadeIn}.WordScrambleGame-module__3ycdVG__toastReveal{letter-spacing:2px;text-transform:uppercase;font-size:1.1rem}@keyframes WordScrambleGame-module__3ycdVG__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.WordScrambleGame-module__3ycdVG__gridWrapper{flex:1;justify-content:center;align-items:center;display:flex}.WordScrambleGame-module__3ycdVG__statsBtn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:20px;align-items:center;gap:5px;padding:6px 16px;font-size:.8rem;font-weight:600;transition:border-color .15s,color .15s;display:inline-flex}.WordScrambleGame-module__3ycdVG__statsBtn:hover{color:var(--color-text);border-color:#fff6}@media (max-width:1024px){.WordScrambleGame-module__3ycdVG__sidebarRight{display:none}}@media (max-width:768px){.WordScrambleGame-module__3ycdVG__mainRow{flex-direction:column;align-items:center}.WordScrambleGame-module__3ycdVG__sidebar{width:100%;max-width:500px}.WordScrambleGame-module__3ycdVG__sidebarRight{display:none}}
.WordSearchGame-module__VQw9ka__pageLayout{max-width:1200px;padding:var(--space-lg)var(--space-md);gap:var(--space-lg);flex-direction:column;margin:0 auto;display:flex}.WordSearchGame-module__VQw9ka__mainRow{gap:var(--space-xl);justify-content:center;align-items:flex-start;display:flex}.WordSearchGame-module__VQw9ka__sidebar{gap:var(--space-lg);flex-direction:column;flex-shrink:0;width:260px;display:flex}.WordSearchGame-module__VQw9ka__sidebarRight{gap:var(--space-lg);flex-direction:column;flex-shrink:0;width:300px;display:flex}.WordSearchGame-module__VQw9ka__rulesCard{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);padding:var(--space-lg)}.WordSearchGame-module__VQw9ka__rulesTitle{margin-bottom:var(--space-sm);font-size:1rem;font-weight:700}.WordSearchGame-module__VQw9ka__rulesList{gap:var(--space-sm);color:var(--color-text-muted);margin-bottom:var(--space-md);flex-direction:column;font-size:.82rem;line-height:1.5;list-style:none;display:flex}.WordSearchGame-module__VQw9ka__rulesList li:before{content:"•";color:var(--color-accent);margin-right:6px}.WordSearchGame-module__VQw9ka__legendTitle{margin-bottom:var(--space-sm);text-transform:uppercase;letter-spacing:1px;color:var(--color-text-muted);font-size:.85rem;font-weight:700}.WordSearchGame-module__VQw9ka__difficultyRow{gap:var(--space-sm);display:flex}.WordSearchGame-module__VQw9ka__difficultyBtn{border-radius:var(--border-radius);border:2px solid var(--color-border);background:var(--color-bg-elevated);color:var(--color-text-muted);cursor:pointer;transition:border-color var(--transition-fast),color var(--transition-fast);padding:6px 18px;font-size:.85rem;font-weight:700}.WordSearchGame-module__VQw9ka__difficultyBtn:hover{border-color:var(--color-accent);color:var(--color-text)}.WordSearchGame-module__VQw9ka__difficultyBtnActive{border-color:var(--color-accent);background:var(--color-accent-dim);color:var(--color-accent)}.WordSearchGame-module__VQw9ka__gameColumn{align-items:center;gap:var(--space-md);flex-direction:column;flex:1;max-width:580px;display:flex}.WordSearchGame-module__VQw9ka__header{text-align:center;width:100%}.WordSearchGame-module__VQw9ka__title{letter-spacing:-1px;font-size:1.75rem;font-weight:800}.WordSearchGame-module__VQw9ka__stats{justify-content:center;gap:var(--space-lg);margin-top:var(--space-xs);color:var(--color-text-muted);font-size:.9rem;display:flex}.WordSearchGame-module__VQw9ka__found{font-weight:600}.WordSearchGame-module__VQw9ka__timer{font-family:var(--font-mono);font-weight:600}.WordSearchGame-module__VQw9ka__toast{text-align:center;padding:var(--space-sm)var(--space-md);background:var(--color-text);color:var(--color-bg);border-radius:var(--border-radius);font-size:.9rem;font-weight:700;animation:.2s WordSearchGame-module__VQw9ka__fadeIn}@keyframes WordSearchGame-module__VQw9ka__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.WordSearchGame-module__VQw9ka__winBanner{text-align:center;padding:var(--space-md)var(--space-xl);background:var(--color-accent-dim);border:1px solid var(--color-accent);border-radius:var(--border-radius-lg);animation:.3s WordSearchGame-module__VQw9ka__fadeIn}.WordSearchGame-module__VQw9ka__winBanner h2{color:var(--color-accent);margin-bottom:var(--space-xs);font-size:1.3rem;font-weight:800}.WordSearchGame-module__VQw9ka__winBanner p{color:var(--color-text-muted);font-size:.9rem}.WordSearchGame-module__VQw9ka__gridWrapper{justify-content:center;align-items:center;width:100%;display:flex}.WordSearchGame-module__VQw9ka__mobileWordList{display:none}@media (max-width:1024px){.WordSearchGame-module__VQw9ka__sidebarRight{display:none}}@media (max-width:768px){.WordSearchGame-module__VQw9ka__mainRow{flex-direction:column;align-items:center}.WordSearchGame-module__VQw9ka__sidebar,.WordSearchGame-module__VQw9ka__sidebarRight{display:none}.WordSearchGame-module__VQw9ka__mobileWordList{width:100%;max-width:450px;display:block}}
.GraphingCalcGame-module__lAlgWq__calculator{background:#1a1a2e;border:2px solid #0e0e1e;border-radius:12px 12px 24px 24px;flex-direction:column;width:100%;max-width:220px;padding:12px 12px 16px;display:inline-flex;box-shadow:0 8px 32px #000000b3,inset 0 1px #ffffff14,inset 0 -2px #0006}.GraphingCalcGame-module__lAlgWq__brand{justify-content:space-between;align-items:baseline;margin-bottom:6px;padding:0 2px;display:flex}.GraphingCalcGame-module__lAlgWq__brandName{color:#8898cc;letter-spacing:.5px;text-transform:uppercase;font-family:Arial Narrow,Arial,sans-serif;font-size:9px;font-weight:700}.GraphingCalcGame-module__lAlgWq__brandModel{color:#6678aa;font-family:Arial Narrow,Arial,sans-serif;font-size:8px;font-weight:600}.GraphingCalcGame-module__lAlgWq__screenBezel{background:#0e0e1a;border:1px solid #080814;border-radius:6px;margin-bottom:8px;padding:6px;box-shadow:inset 0 3px 8px #000c,inset 0 1px #000000e6,0 1px #ffffff0d}.GraphingCalcGame-module__lAlgWq__screenInner{background:#a8c870;border-radius:3px;line-height:0;overflow:hidden;box-shadow:inset 0 0 12px #0000004d}.GraphingCalcGame-module__lAlgWq__modeLabels{justify-content:flex-start;gap:8px;margin-bottom:2px;padding:0 4px 2px;display:flex}.GraphingCalcGame-module__lAlgWq__modeLabel{letter-spacing:.3px;text-transform:uppercase;font-family:Arial Narrow,Arial,sans-serif;font-size:6px;font-weight:700}.GraphingCalcGame-module__lAlgWq__modeLabelBlue{color:#46c}.GraphingCalcGame-module__lAlgWq__modeLabelGreen{color:#3a4}.GraphingCalcGame-module__lAlgWq__wrapper{flex-direction:column;align-items:center;display:inline-flex;position:relative}.GraphingCalcGame-module__lAlgWq__fsBtn{z-index:10;position:absolute;top:4px;right:4px}.GraphingCalcGame-module__lAlgWq__wrapperFullscreen{background:#000;justify-content:center;align-items:center;display:flex}.GraphingCalcGame-module__lAlgWq__wrapperFullscreen canvas{border-radius:2px!important;width:100%!important;max-width:none!important;height:auto!important;max-height:none!important}
.MemoryMatchGame-module__fXZeLq__pageLayout{max-width:1200px;padding:var(--space-lg)var(--space-md);gap:var(--space-lg);flex-direction:column;margin:0 auto;display:flex}.MemoryMatchGame-module__fXZeLq__mainRow{gap:var(--space-xl);justify-content:center;align-items:flex-start;display:flex}.MemoryMatchGame-module__fXZeLq__sidebar{gap:var(--space-lg);flex-direction:column;flex-shrink:0;width:260px;display:flex}.MemoryMatchGame-module__fXZeLq__sidebarRight{gap:var(--space-lg);flex-direction:column;flex-shrink:0;width:300px;display:flex}.MemoryMatchGame-module__fXZeLq__rulesCard{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);padding:var(--space-lg)}.MemoryMatchGame-module__fXZeLq__rulesTitle{margin-bottom:var(--space-sm);font-size:1rem;font-weight:700}.MemoryMatchGame-module__fXZeLq__rulesList{gap:var(--space-sm);color:var(--color-text-muted);margin-bottom:var(--space-md);flex-direction:column;font-size:.82rem;line-height:1.5;list-style:none;display:flex}.MemoryMatchGame-module__fXZeLq__rulesList li:before{content:"•";color:var(--color-accent);margin-right:6px}.MemoryMatchGame-module__fXZeLq__legendTitle{margin-bottom:var(--space-sm);text-transform:uppercase;letter-spacing:1px;color:var(--color-text-muted);font-size:.85rem;font-weight:700}.MemoryMatchGame-module__fXZeLq__legendItems{gap:var(--space-sm);flex-direction:column;display:flex}.MemoryMatchGame-module__fXZeLq__legendRow{color:var(--color-text-muted);justify-content:space-between;align-items:center;font-size:.82rem;display:flex}.MemoryMatchGame-module__fXZeLq__statLabel{color:var(--color-text-muted)}.MemoryMatchGame-module__fXZeLq__statValue{color:var(--color-text);font-weight:700;font-family:var(--font-mono)}.MemoryMatchGame-module__fXZeLq__gameColumn{align-items:center;gap:var(--space-lg);flex-direction:column;flex:1;max-width:750px;display:flex}.MemoryMatchGame-module__fXZeLq__header{text-align:center}.MemoryMatchGame-module__fXZeLq__title{letter-spacing:-1px;font-size:1.75rem;font-weight:800}.MemoryMatchGame-module__fXZeLq__subtitle{margin-top:var(--space-xs);color:var(--color-text-muted);font-size:.9rem}.MemoryMatchGame-module__fXZeLq__winBanner{text-align:center;padding:var(--space-md)var(--space-xl);background:var(--color-accent-dim);border:1px solid var(--color-accent);border-radius:var(--border-radius-lg);animation:.3s MemoryMatchGame-module__fXZeLq__fadeIn}.MemoryMatchGame-module__fXZeLq__winBanner h2{color:var(--color-accent);margin-bottom:var(--space-xs);font-size:1.3rem;font-weight:800}.MemoryMatchGame-module__fXZeLq__winBanner p{color:var(--color-text-muted);font-size:.9rem}@keyframes MemoryMatchGame-module__fXZeLq__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.MemoryMatchGame-module__fXZeLq__difficultyRow{gap:var(--space-sm);display:flex}.MemoryMatchGame-module__fXZeLq__difficultyBtn{border-radius:var(--border-radius);border:2px solid var(--color-border);background:var(--color-bg-elevated);color:var(--color-text-muted);cursor:pointer;transition:border-color var(--transition-fast),color var(--transition-fast);padding:6px 18px;font-size:.85rem;font-weight:700}.MemoryMatchGame-module__fXZeLq__difficultyBtn:hover{border-color:var(--color-accent);color:var(--color-text)}.MemoryMatchGame-module__fXZeLq__difficultyBtnActive{border-color:var(--color-accent);background:var(--color-accent-dim);color:var(--color-accent)}.MemoryMatchGame-module__fXZeLq__gridWrapper{justify-content:center;align-items:center;width:100%;display:flex}@media (max-width:1024px){.MemoryMatchGame-module__fXZeLq__sidebarRight{display:none}}@media (max-width:768px){.MemoryMatchGame-module__fXZeLq__mainRow{flex-direction:column;align-items:center}.MemoryMatchGame-module__fXZeLq__sidebar{width:100%;max-width:450px}.MemoryMatchGame-module__fXZeLq__sidebarRight{display:none}}
.AffiliateShelf-module__4HJojW__shelf{border-top:2px solid #ff2d7840;width:100%;max-width:860px;margin:2rem auto 0;padding:1.25rem 1rem 1rem}.AffiliateShelf-module__4HJojW__shelfHeader{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.AffiliateShelf-module__4HJojW__adLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);border:1px solid var(--color-text-muted);border-radius:3px;flex-shrink:0;padding:2px 6px;font-size:.65rem;font-weight:700}.AffiliateShelf-module__4HJojW__heading{font-family:var(--font-display);color:var(--color-text-muted);margin:0;font-size:1rem;font-weight:600}.AffiliateShelf-module__4HJojW__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.AffiliateShelf-module__4HJojW__card{background:var(--color-surface);border-radius:var(--border-radius-md);min-width:0;transition:border-color var(--transition-fast),transform var(--transition-fast);border:1px solid #ffffff14;flex-direction:column;padding:1rem;text-decoration:none;display:flex}.AffiliateShelf-module__4HJojW__card:hover{border-color:#ff2d7866;transform:translateY(-2px)}.AffiliateShelf-module__4HJojW__image{object-fit:contain;background:#fff;border-radius:4px;flex-shrink:0;width:72px;height:72px}.AffiliateShelf-module__4HJojW__body{flex-direction:column;flex:1;gap:4px;display:flex}.AffiliateShelf-module__4HJojW__title{color:var(--color-text);margin:0;font-size:.85rem;font-weight:600;line-height:1.3}.AffiliateShelf-module__4HJojW__desc{color:var(--color-text-muted);flex:1;margin:0;font-size:.72rem}.AffiliateShelf-module__4HJojW__price{display:none}.AffiliateShelf-module__4HJojW__cta{color:#fff;white-space:nowrap;background:#232f3e;border:1px solid #e47911;border-radius:4px;margin-top:12px;padding:7px 14px;font-size:.78rem;font-weight:600;display:inline-block}.AffiliateShelf-module__4HJojW__disclosure{color:var(--color-text-muted);opacity:.7;margin:.75rem 0 0;font-size:.68rem}@media (max-width:700px){.AffiliateShelf-module__4HJojW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:360px){.AffiliateShelf-module__4HJojW__grid{grid-template-columns:1fr}.AffiliateShelf-module__4HJojW__image{width:100%;height:180px}}
.ConnectionsGame-module__ethHOa__pageLayout{max-width:1200px;padding:var(--space-lg)var(--space-md);gap:var(--space-lg);flex-direction:column;margin:0 auto;display:flex}.ConnectionsGame-module__ethHOa__mainRow{gap:var(--space-xl);justify-content:center;align-items:flex-start;display:flex}.ConnectionsGame-module__ethHOa__sidebar{gap:var(--space-lg);flex-direction:column;flex-shrink:0;width:260px;display:flex}.ConnectionsGame-module__ethHOa__sidebarRight{gap:var(--space-lg);flex-direction:column;flex-shrink:0;width:300px;display:flex}.ConnectionsGame-module__ethHOa__rulesCard{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);padding:var(--space-lg)}.ConnectionsGame-module__ethHOa__rulesTitle{margin-bottom:var(--space-sm);font-size:1rem;font-weight:700}.ConnectionsGame-module__ethHOa__rulesList{gap:var(--space-sm);color:var(--color-text-muted);margin-bottom:var(--space-md);flex-direction:column;font-size:.82rem;line-height:1.5;list-style:none;display:flex}.ConnectionsGame-module__ethHOa__rulesList li:before{content:"•";color:var(--color-accent);margin-right:6px}.ConnectionsGame-module__ethHOa__legendTitle{margin-bottom:var(--space-sm);text-transform:uppercase;letter-spacing:1px;color:var(--color-text-muted);font-size:.85rem;font-weight:700}.ConnectionsGame-module__ethHOa__legendItems{gap:var(--space-sm);flex-direction:column;display:flex}.ConnectionsGame-module__ethHOa__legendRow{align-items:center;gap:var(--space-sm);color:var(--color-text-muted);font-size:.8rem;display:flex}.ConnectionsGame-module__ethHOa__legendDot{border-radius:4px;flex-shrink:0;width:16px;height:16px}.ConnectionsGame-module__ethHOa__legendHint{color:var(--color-text-dim);font-size:.7rem}.ConnectionsGame-module__ethHOa__gameColumn{align-items:center;gap:var(--space-md);flex-direction:column;flex:1;max-width:520px;display:flex}.ConnectionsGame-module__ethHOa__header{text-align:center}.ConnectionsGame-module__ethHOa__title{letter-spacing:-1px;font-size:1.75rem;font-weight:800}.ConnectionsGame-module__ethHOa__subtitle{margin-top:var(--space-xs);color:var(--color-text-muted);font-size:.9rem}.ConnectionsGame-module__ethHOa__toast{text-align:center;padding:var(--space-sm)var(--space-md);background:var(--color-text);color:var(--color-bg);border-radius:var(--border-radius);font-size:.9rem;font-weight:700;animation:.2s ConnectionsGame-module__ethHOa__fadeIn}@keyframes ConnectionsGame-module__ethHOa__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ConnectionsGame-module__ethHOa__solvedArea{flex-direction:column;gap:6px;width:100%;display:flex}.ConnectionsGame-module__ethHOa__solvedGroup{padding:var(--space-md);border-radius:var(--border-radius);flex-direction:column;justify-content:center;align-items:center;min-height:70px;animation:.4s ConnectionsGame-module__ethHOa__revealGroup;display:flex}@keyframes ConnectionsGame-module__ethHOa__revealGroup{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ConnectionsGame-module__ethHOa__solvedTheme{color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px;font-size:.95rem;font-weight:800}.ConnectionsGame-module__ethHOa__solvedWords{color:#333;margin-top:2px;font-size:.8rem}.ConnectionsGame-module__ethHOa__wordGrid{grid-template-columns:repeat(4,1fr);gap:6px;width:100%;display:grid}.ConnectionsGame-module__ethHOa__wordTile{padding:var(--space-md)var(--space-sm);background:var(--color-bg-elevated);border:2px solid var(--color-border);border-radius:var(--border-radius);color:var(--color-text);text-transform:uppercase;cursor:pointer;transition:all var(--transition-fast);text-align:center;word-break:break-word;justify-content:center;align-items:center;min-height:56px;font-size:clamp(.65rem,2vw,.82rem);font-weight:700;display:flex}.ConnectionsGame-module__ethHOa__wordTile:hover{background:var(--color-bg-hover);border-color:var(--color-accent)}.ConnectionsGame-module__ethHOa__wordSelected{color:var(--color-accent);transform:scale(1.02);background:var(--color-accent-dim)!important;border-color:var(--color-accent)!important}.ConnectionsGame-module__ethHOa__wordShake{animation:.4s ConnectionsGame-module__ethHOa__shake}@keyframes ConnectionsGame-module__ethHOa__shake{0%,to{transform:translate(0)scale(1.02)}25%{transform:translate(-6px)scale(1.02)}75%{transform:translate(6px)scale(1.02)}}.ConnectionsGame-module__ethHOa__mistakesRow{align-items:center;gap:var(--space-sm);color:var(--color-text-muted);font-size:.82rem;display:flex}.ConnectionsGame-module__ethHOa__dots{gap:4px;display:flex}.ConnectionsGame-module__ethHOa__dot{background:var(--color-accent);width:14px;height:14px;transition:background var(--transition-normal);border-radius:50%}.ConnectionsGame-module__ethHOa__dotUsed{background:var(--color-bg-elevated);border:1px solid var(--color-border)}.ConnectionsGame-module__ethHOa__controls{gap:var(--space-sm);flex-wrap:wrap;justify-content:center;display:flex}.ConnectionsGame-module__ethHOa__controlBtn{padding:var(--space-sm)var(--space-lg);background:var(--color-bg-surface);border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;transition:all var(--transition-fast);border-radius:999px;font-size:.85rem;font-weight:600}.ConnectionsGame-module__ethHOa__controlBtn:hover:not(:disabled){background:var(--color-bg-hover);border-color:var(--color-text-muted)}.ConnectionsGame-module__ethHOa__controlBtn:disabled{opacity:.4;cursor:default}.ConnectionsGame-module__ethHOa__submitBtn{background:var(--color-accent-dim);border-color:var(--color-accent);color:var(--color-accent)}.ConnectionsGame-module__ethHOa__submitBtn:hover:not(:disabled){background:var(--color-accent);color:var(--color-bg)}@media (max-width:1024px){.ConnectionsGame-module__ethHOa__sidebarRight{display:none}}@media (max-width:768px){.ConnectionsGame-module__ethHOa__mainRow{flex-direction:column;align-items:center}.ConnectionsGame-module__ethHOa__sidebar{width:100%;max-width:520px}.ConnectionsGame-module__ethHOa__sidebarRight{display:none}}@media (max-width:480px){.ConnectionsGame-module__ethHOa__wordTile{padding:var(--space-sm)4px;min-height:52px;font-size:.72rem}}
.EscapeRoomGame-module__v0vRHq__wrapper{max-width:640px;padding:var(--space-md);flex-direction:column;align-items:center;gap:0;margin:0 auto;display:flex}.EscapeRoomGame-module__v0vRHq__canvas{border:2px solid var(--color-border);border-radius:var(--border-radius-lg);width:100%;height:auto;image-rendering:pixelated;touch-action:none;background:#0d0d1a;display:block}.EscapeRoomGame-module__v0vRHq__mobileControls{-webkit-user-select:none;user-select:none;touch-action:none;background:#00000080;border-radius:0 0 6px 6px;justify-content:space-between;align-items:flex-end;width:100%;max-width:400px;padding:10px 12px;display:none}@media (pointer:coarse){.EscapeRoomGame-module__v0vRHq__mobileControls{display:flex}}.EscapeRoomGame-module__v0vRHq__dpad{flex-direction:column;align-items:center;gap:2px;display:flex}.EscapeRoomGame-module__v0vRHq__dpadRow{flex-direction:row;align-items:center;gap:2px;display:flex}.EscapeRoomGame-module__v0vRHq__dpadCenter{background:#ffffff0d;border-radius:4px;width:54px;height:54px}.EscapeRoomGame-module__v0vRHq__dpadBtn{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-user-select:none;user-select:none;background:#ffffff1f;border:1px solid #ffffff40;border-radius:6px;justify-content:center;align-items:center;width:54px;height:54px;font-size:18px;line-height:1;transition:background .1s;display:flex}.EscapeRoomGame-module__v0vRHq__dpadBtn:active{background:#00c8ff59}.EscapeRoomGame-module__v0vRHq__actionBtns{flex-direction:column;gap:8px;display:flex}.EscapeRoomGame-module__v0vRHq__actBtn{color:#0fc;letter-spacing:1px;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-user-select:none;user-select:none;background:#0fc3;border:2px solid #0fc;border-radius:8px;width:72px;height:56px;font-family:Courier New,monospace;font-size:14px;font-weight:700;transition:background .1s}.EscapeRoomGame-module__v0vRHq__actBtn:active{background:#00ffcc80}.EscapeRoomGame-module__v0vRHq__modalOverlay{z-index:200;padding:var(--space-md);background:#000000bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.EscapeRoomGame-module__v0vRHq__modal{background:var(--color-bg-elevated);border:2px solid var(--color-accent);border-radius:var(--border-radius-lg);padding:var(--space-xl)var(--space-lg);align-items:center;gap:var(--space-md);width:100%;max-width:360px;box-shadow:var(--glow-pink);flex-direction:column;display:flex;position:relative}.EscapeRoomGame-module__v0vRHq__modalClose{color:var(--color-text-muted);transition:color var(--transition-fast);font-size:1rem;position:absolute;top:10px;right:12px}.EscapeRoomGame-module__v0vRHq__modalClose:hover{color:var(--color-accent)}.EscapeRoomGame-module__v0vRHq__modalTitle{font-family:var(--font-display);font-size:1.3rem;font-weight:700}.EscapeRoomGame-module__v0vRHq__modalSub{color:var(--color-text-muted);margin-top:-8px;font-size:.8rem}.EscapeRoomGame-module__v0vRHq__codeDisplay{gap:var(--space-sm);display:flex}@keyframes EscapeRoomGame-module__v0vRHq__shake{0%,to{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(8px)}60%{transform:translate(-6px)}80%{transform:translate(6px)}}.EscapeRoomGame-module__v0vRHq__codeShake{animation:.45s EscapeRoomGame-module__v0vRHq__shake}.EscapeRoomGame-module__v0vRHq__codeSlot{border:2px solid var(--color-border);border-radius:var(--border-radius);width:52px;height:60px;font-family:var(--font-mono);color:var(--color-text-dim);transition:border-color var(--transition-fast),color var(--transition-fast);justify-content:center;align-items:center;font-size:2rem;font-weight:700;display:inline-flex}.EscapeRoomGame-module__v0vRHq__codeSlotFilled{border-color:var(--color-accent);color:var(--color-text)}.EscapeRoomGame-module__v0vRHq__codeWrong{border-color:var(--color-error)!important;color:var(--color-error)!important}.EscapeRoomGame-module__v0vRHq__numpad{gap:var(--space-sm);grid-template-columns:repeat(3,1fr);width:100%;display:grid}.EscapeRoomGame-module__v0vRHq__numBtn{min-height:48px;font-size:1.2rem;font-weight:700;font-family:var(--font-mono);background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--border-radius);color:var(--color-text);transition:background var(--transition-fast),border-color var(--transition-fast)}.EscapeRoomGame-module__v0vRHq__numBtn:hover:not(:disabled){background:var(--color-bg-hover);border-color:var(--color-accent)}.EscapeRoomGame-module__v0vRHq__numBtn:disabled{opacity:.4;cursor:not-allowed}.EscapeRoomGame-module__v0vRHq__modalActions{gap:var(--space-sm);width:100%;display:flex}.EscapeRoomGame-module__v0vRHq__btnPrimary,.EscapeRoomGame-module__v0vRHq__btnSecondary{border-radius:var(--border-radius);min-height:44px;transition:background var(--transition-fast),color var(--transition-fast);flex:1;font-size:.95rem;font-weight:700}.EscapeRoomGame-module__v0vRHq__btnPrimary{background:var(--color-accent);color:#fff;border:2px solid var(--color-accent)}.EscapeRoomGame-module__v0vRHq__btnPrimary:hover:not(:disabled){background:var(--color-accent-hover);border-color:var(--color-accent-hover)}.EscapeRoomGame-module__v0vRHq__btnPrimary:disabled{opacity:.4;cursor:not-allowed}.EscapeRoomGame-module__v0vRHq__btnSecondary{color:var(--color-text-muted);border:1px solid var(--color-border);background:0 0}.EscapeRoomGame-module__v0vRHq__btnSecondary:hover:not(:disabled){background:var(--color-bg-hover);color:var(--color-text)}.EscapeRoomGame-module__v0vRHq__btnSecondary:disabled{opacity:.3;cursor:not-allowed}.EscapeRoomGame-module__v0vRHq__winBanner{background:var(--color-bg-surface);border:2px solid var(--color-neon-green);border-radius:var(--border-radius-lg);padding:var(--space-xl);text-align:center;box-shadow:var(--glow-green);align-items:center;gap:var(--space-sm);margin-top:var(--space-md);flex-direction:column;width:100%;animation:.4s EscapeRoomGame-module__v0vRHq__fadeIn;display:flex}@keyframes EscapeRoomGame-module__v0vRHq__fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.EscapeRoomGame-module__v0vRHq__winEmoji{font-size:3rem;line-height:1}.EscapeRoomGame-module__v0vRHq__winTitle{font-family:var(--font-display);background:var(--gradient-rainbow);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700}.EscapeRoomGame-module__v0vRHq__winTime{font-family:var(--font-mono);color:var(--color-neon-cyan);letter-spacing:2px;font-size:1.5rem;font-weight:700}.EscapeRoomGame-module__v0vRHq__winSub{color:var(--color-text-muted);font-size:.9rem}@media (max-width:480px){.EscapeRoomGame-module__v0vRHq__codeSlot{width:44px;height:52px;font-size:1.6rem}}@media (prefers-reduced-motion:reduce){.EscapeRoomGame-module__v0vRHq__codeShake,.EscapeRoomGame-module__v0vRHq__winBanner{animation:none}}
.RoadAssaultGame-module__WMSpKG__wrapper{background:#06060f;flex-direction:column;justify-content:flex-start;align-items:center;gap:0;min-height:60vh;padding:16px 8px;display:flex}.RoadAssaultGame-module__WMSpKG__canvas{width:100%;max-width:400px;height:auto;image-rendering:crisp-edges;touch-action:none;border-radius:6px;display:block;box-shadow:0 0 40px #00c8ff33,0 4px 24px #000c}.RoadAssaultGame-module__WMSpKG__mobileControls{-webkit-user-select:none;user-select:none;touch-action:none;background:#00000080;border-radius:0 0 6px 6px;justify-content:space-between;align-items:flex-end;width:100%;max-width:400px;padding:10px 12px;display:none}@media (pointer:coarse){.RoadAssaultGame-module__WMSpKG__mobileControls{display:flex}}.RoadAssaultGame-module__WMSpKG__dpad{flex-direction:column;align-items:center;gap:2px;display:flex}.RoadAssaultGame-module__WMSpKG__dpadRow{flex-direction:row;align-items:center;gap:2px;display:flex}.RoadAssaultGame-module__WMSpKG__dpadCenter{background:#ffffff0d;border-radius:4px;width:44px;height:44px}.RoadAssaultGame-module__WMSpKG__dpadBtn{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff1f;border:1px solid #ffffff40;border-radius:6px;justify-content:center;align-items:center;width:44px;height:44px;font-size:16px;line-height:1;transition:background .1s;display:flex}.RoadAssaultGame-module__WMSpKG__dpadBtn:active{background:#00c8ff59}.RoadAssaultGame-module__WMSpKG__actionBtns{flex-direction:column;gap:8px;display:flex}.RoadAssaultGame-module__WMSpKG__fireBtn{color:#f88;letter-spacing:1px;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ff28284d;border:2px solid #f44;border-radius:8px;width:72px;height:56px;font-family:Courier New,monospace;font-size:14px;font-weight:700;transition:background .1s}.RoadAssaultGame-module__WMSpKG__fireBtn:active{background:#ff2828a6}.RoadAssaultGame-module__WMSpKG__transformBtn{color:#4af;letter-spacing:1px;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#00a0ff40;border:2px solid #08f;border-radius:8px;width:72px;height:44px;font-family:Courier New,monospace;font-size:13px;font-weight:700;transition:background .1s}.RoadAssaultGame-module__WMSpKG__transformBtn:active{background:#00a0ff99}
.SnakeGame-module__x8zKYG__pageLayout{max-width:1200px;padding:var(--space-lg)var(--space-md);gap:var(--space-lg);flex-direction:column;margin:0 auto;display:flex}.SnakeGame-module__x8zKYG__mainRow{gap:var(--space-xl);justify-content:center;align-items:flex-start;display:flex}.SnakeGame-module__x8zKYG__sidebar{gap:var(--space-lg);flex-direction:column;flex-shrink:0;width:220px;display:flex}.SnakeGame-module__x8zKYG__sidebarRight{gap:var(--space-lg);flex-direction:column;flex-shrink:0;width:300px;display:flex}.SnakeGame-module__x8zKYG__rulesCard{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);padding:var(--space-lg)}.SnakeGame-module__x8zKYG__rulesTitle{margin-bottom:var(--space-sm);font-size:1rem;font-weight:700}.SnakeGame-module__x8zKYG__rulesList{gap:var(--space-sm);color:var(--color-text-muted);flex-direction:column;font-size:.82rem;line-height:1.5;list-style:none;display:flex}.SnakeGame-module__x8zKYG__rulesList li:before{content:"•";color:var(--color-accent);margin-right:6px}.SnakeGame-module__x8zKYG__gameColumn{align-items:center;gap:var(--space-md);flex-direction:column;flex:1;max-width:520px;display:flex}.SnakeGame-module__x8zKYG__header{text-align:center;width:100%}.SnakeGame-module__x8zKYG__title{letter-spacing:-1px;font-size:1.75rem;font-weight:800}.SnakeGame-module__x8zKYG__stats{justify-content:center;gap:var(--space-lg);margin-top:var(--space-xs);color:var(--color-text-muted);font-size:.9rem;display:flex}.SnakeGame-module__x8zKYG__speed{font-weight:600}.SnakeGame-module__x8zKYG__dpad{margin-top:var(--space-sm);flex-direction:column;align-items:center;gap:4px;display:none}.SnakeGame-module__x8zKYG__dpadRow{align-items:center;gap:4px;display:flex}.SnakeGame-module__x8zKYG__dpadBtn{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--border-radius);width:54px;height:54px;color:var(--color-text-muted);cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast);touch-action:manipulation;font-size:1.1rem}.SnakeGame-module__x8zKYG__dpadBtn:active{background:var(--color-bg-elevated);color:#7acc40;border-color:#4a8c30}.SnakeGame-module__x8zKYG__dpadCenter{width:54px;height:54px}@media (max-width:1024px){.SnakeGame-module__x8zKYG__sidebarRight{display:none}}@media (max-width:768px){.SnakeGame-module__x8zKYG__mainRow{flex-direction:column;align-items:center}.SnakeGame-module__x8zKYG__sidebar{display:none}.SnakeGame-module__x8zKYG__dpad{display:flex}}@media (pointer:coarse){.SnakeGame-module__x8zKYG__dpad{display:flex}}
.BlastMazeGame-module___mF-Ka__pageLayout{max-width:1200px;padding:var(--space-lg)var(--space-md);gap:var(--space-lg);flex-direction:column;margin:0 auto;display:flex}.BlastMazeGame-module___mF-Ka__mainRow{gap:var(--space-xl);justify-content:center;align-items:flex-start;display:flex}.BlastMazeGame-module___mF-Ka__sidebar{gap:var(--space-lg);flex-direction:column;flex-shrink:0;width:220px;display:flex}.BlastMazeGame-module___mF-Ka__sidebarRight{gap:var(--space-lg);flex-direction:column;flex-shrink:0;width:300px;display:flex}.BlastMazeGame-module___mF-Ka__rulesCard{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);padding:var(--space-lg)}.BlastMazeGame-module___mF-Ka__rulesTitle{margin-bottom:var(--space-sm);font-size:1rem;font-weight:700}.BlastMazeGame-module___mF-Ka__rulesList{gap:var(--space-sm);color:var(--color-text-muted);flex-direction:column;font-size:.82rem;line-height:1.5;list-style:none;display:flex}.BlastMazeGame-module___mF-Ka__rulesList li:before{content:"•";color:var(--color-accent);margin-right:6px}.BlastMazeGame-module___mF-Ka__gameColumn{align-items:center;gap:var(--space-md);flex-direction:column;flex:1;max-width:640px;display:flex}.BlastMazeGame-module___mF-Ka__header{text-align:center;width:100%}.BlastMazeGame-module___mF-Ka__title{letter-spacing:-1px;font-size:1.75rem;font-weight:800}.BlastMazeGame-module___mF-Ka__canvas{border:2px solid var(--color-border);border-radius:var(--border-radius-lg);touch-action:none;max-width:100%;height:auto}.BlastMazeGame-module___mF-Ka__mobileControls{justify-content:center;align-items:center;gap:var(--space-xl);margin-top:var(--space-sm);display:none}.BlastMazeGame-module___mF-Ka__dpad{flex-direction:column;align-items:center;gap:4px;display:flex}.BlastMazeGame-module___mF-Ka__dpadRow{align-items:center;gap:4px;display:flex}.BlastMazeGame-module___mF-Ka__dpadBtn{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--border-radius);width:54px;height:54px;color:var(--color-text-muted);cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast);touch-action:manipulation;-webkit-user-select:none;user-select:none;font-size:1.1rem}.BlastMazeGame-module___mF-Ka__dpadBtn:active{background:var(--color-bg-elevated);color:#f64;border-color:#c42}.BlastMazeGame-module___mF-Ka__dpadCenter{width:54px;height:54px}.BlastMazeGame-module___mF-Ka__bombBtn{color:#fff;letter-spacing:1px;cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;width:80px;height:80px;transition:background var(--transition-fast),transform var(--transition-fast);background:#f64;border:3px solid #c42;border-radius:50%;font-size:.9rem;font-weight:800}.BlastMazeGame-module___mF-Ka__bombBtn:active{background:#c42;transform:scale(.92)}@media (max-width:1024px){.BlastMazeGame-module___mF-Ka__sidebarRight{display:none}}@media (max-width:768px){.BlastMazeGame-module___mF-Ka__mainRow{flex-direction:column;align-items:center}.BlastMazeGame-module___mF-Ka__sidebar{display:none}.BlastMazeGame-module___mF-Ka__mobileControls{display:flex}}@media (pointer:coarse){.BlastMazeGame-module___mF-Ka__mobileControls{display:flex}}
.MazeGame-module__lKexKG__page{max-width:700px;padding:var(--space-lg)var(--space-md)var(--space-2xl);gap:var(--space-md);flex-direction:column;margin:0 auto;display:flex}.MazeGame-module__lKexKG__title{letter-spacing:-.5px;text-align:center;font-size:1.5rem;font-weight:800}.MazeGame-module__lKexKG__hud{padding:var(--space-sm)var(--space-md);background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--border-radius);justify-content:space-between;align-items:center;display:flex}.MazeGame-module__lKexKG__hudGroup{flex-direction:column;align-items:center;gap:2px;display:flex}.MazeGame-module__lKexKG__hudLabel{text-transform:uppercase;letter-spacing:1px;color:var(--color-text-muted);font-size:.65rem;font-weight:700}.MazeGame-module__lKexKG__hudValue{color:var(--color-text);font-variant-numeric:tabular-nums;font-size:1.4rem;font-weight:800;line-height:1;font-family:var(--font-mono)}.MazeGame-module__lKexKG__hudValueBest{color:var(--color-accent)}.MazeGame-module__lKexKG__canvasWrap{border-radius:var(--border-radius-lg);background:#0a0a14;line-height:0;position:relative;overflow:hidden;box-shadow:0 4px 24px #0009}.MazeGame-module__lKexKG__overlay{justify-content:center;align-items:center;gap:var(--space-md);border-radius:var(--border-radius-lg);background:#000000bf;flex-direction:column;display:flex;position:absolute;inset:0}.MazeGame-module__lKexKG__overlayTitle{color:var(--color-accent);font-size:2.2rem;font-weight:800}.MazeGame-module__lKexKG__overlayTime{color:var(--color-text);font-size:2rem;font-weight:800;font-family:var(--font-mono);font-variant-numeric:tabular-nums}.MazeGame-module__lKexKG__overlayBest{color:var(--color-text-muted);font-size:.95rem}.MazeGame-module__lKexKG__overlayBest strong{color:var(--color-accent)}.MazeGame-module__lKexKG__newBest{color:#f0c040;font-size:1rem;font-weight:700}.MazeGame-module__lKexKG__replayBtn{background:var(--color-accent);color:var(--color-bg);border-radius:var(--border-radius);cursor:pointer;transition:background var(--transition-fast),transform 80ms;border:none;padding:12px 32px;font-size:1rem;font-weight:700}.MazeGame-module__lKexKG__replayBtn:hover{background:var(--color-accent-hover)}.MazeGame-module__lKexKG__replayBtn:active{transform:scale(.97)}.MazeGame-module__lKexKG__overlayCaught{background:#500000d1}.MazeGame-module__lKexKG__caughtTitle{color:#ff3030;letter-spacing:4px;text-shadow:0 0 24px #ff2800cc;font-size:2.8rem;font-weight:900}.MazeGame-module__lKexKG__overlayMsg{color:#ffc8c8cc;text-align:center;font-size:1rem}.MazeGame-module__lKexKG__dpad{margin-top:var(--space-sm);grid-template-rows:repeat(3,56px);grid-template-columns:repeat(3,56px);justify-content:center;gap:4px;display:grid}.MazeGame-module__lKexKG__dpadBtn{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--border-radius);color:var(--color-text);cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:1.3rem;transition:transform 80ms,box-shadow 80ms;display:flex;box-shadow:0 2px #0006}.MazeGame-module__lKexKG__dpadBtn:active{transform:translateY(1px);box-shadow:0 1px #0006}.MazeGame-module__lKexKG__dpadCenter{box-shadow:none;pointer-events:none;background:0 0;border:none}.MazeGame-module__lKexKG__hint{color:var(--color-text-muted);text-align:center;font-size:.8rem}@media (max-width:480px){.MazeGame-module__lKexKG__overlayTitle{font-size:1.6rem}.MazeGame-module__lKexKG__overlayTime{font-size:1.4rem}.MazeGame-module__lKexKG__hudValue{font-size:1.1rem}}
.NinjaGame-module__xCErsq__wrapper{background:#06060f;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:16px;display:flex}.NinjaGame-module__xCErsq__canvas{width:100%;max-width:900px;height:auto;image-rendering:crisp-edges;cursor:pointer;border-radius:10px;display:block;box-shadow:0 0 40px #5064ff40,0 4px 24px #000000b3}.NinjaGame-module__xCErsq__mobileControls{-webkit-user-select:none;user-select:none;touch-action:none;background:#00000073;border-radius:0 0 8px 8px;justify-content:space-between;align-items:center;width:100%;max-width:900px;padding:10px 12px;display:none}@media (pointer:coarse){.NinjaGame-module__xCErsq__mobileControls{display:flex}}.NinjaGame-module__xCErsq__dpad{flex-direction:row;align-items:center;gap:6px;display:flex}.NinjaGame-module__xCErsq__dpadBtn{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff1a;border:1px solid #ffffff40;border-radius:8px;justify-content:center;align-items:center;width:52px;height:52px;font-size:18px;transition:background .1s;display:flex}.NinjaGame-module__xCErsq__dpadBtn:active{background:#5064ff66}.NinjaGame-module__xCErsq__jumpBtn{background:#5064ff33;border-color:#6478ff80}.NinjaGame-module__xCErsq__attackBtns{flex-direction:row;align-items:center;gap:6px;display:flex}.NinjaGame-module__xCErsq__attackBtn{letter-spacing:1px;cursor:pointer;-webkit-tap-highlight-color:transparent;border:2px solid;border-radius:8px;height:52px;padding:0 10px;font-size:11px;font-weight:700;transition:background .1s}.NinjaGame-module__xCErsq__punchBtn{color:#f94;background:#ff640040;border-color:#f60}.NinjaGame-module__xCErsq__punchBtn:active{background:#ff64008c}.NinjaGame-module__xCErsq__kickBtn{color:#fd6;background:#ffdc0033;border-color:#fc0}.NinjaGame-module__xCErsq__kickBtn:active{background:#ffdc0080}.NinjaGame-module__xCErsq__slashBtn{color:#c9f;background:#b464ff33;border-color:#a6f}.NinjaGame-module__xCErsq__slashBtn:active{background:#b464ff80}
.PeakPlungeGame-module__sMaMgG__pageLayout{max-width:1200px;padding:var(--space-lg)var(--space-md);gap:var(--space-lg);flex-direction:column;margin:0 auto;display:flex}.PeakPlungeGame-module__sMaMgG__mainRow{gap:var(--space-xl);justify-content:center;align-items:flex-start;display:flex}.PeakPlungeGame-module__sMaMgG__sidebar{gap:var(--space-lg);flex-direction:column;flex-shrink:0;width:220px;display:flex}.PeakPlungeGame-module__sMaMgG__sidebarRight{gap:var(--space-lg);flex-direction:column;flex-shrink:0;width:300px;display:flex}.PeakPlungeGame-module__sMaMgG__rulesCard{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);padding:var(--space-lg)}.PeakPlungeGame-module__sMaMgG__rulesTitle{margin-bottom:var(--space-sm);font-size:1rem;font-weight:700}.PeakPlungeGame-module__sMaMgG__rulesList{gap:var(--space-sm);color:var(--color-text-muted);flex-direction:column;font-size:.82rem;line-height:1.5;list-style:none;display:flex}.PeakPlungeGame-module__sMaMgG__rulesList li:before{content:"•";color:var(--color-accent);margin-right:6px}.PeakPlungeGame-module__sMaMgG__gameColumn{align-items:center;gap:var(--space-md);flex-direction:column;flex:1;max-width:640px;display:flex}.PeakPlungeGame-module__sMaMgG__header{text-align:center;width:100%}.PeakPlungeGame-module__sMaMgG__title{letter-spacing:-1px;font-size:1.75rem;font-weight:800}.PeakPlungeGame-module__sMaMgG__canvas{border:2px solid var(--color-border);border-radius:var(--border-radius-lg);touch-action:none;max-width:100%;height:auto}.PeakPlungeGame-module__sMaMgG__mobileControls{-webkit-user-select:none;user-select:none;touch-action:none;background:#00000073;border-radius:0 0 8px 8px;justify-content:center;align-items:flex-end;gap:6px;width:100%;max-width:600px;padding:10px 12px;display:none}@media (pointer:coarse){.PeakPlungeGame-module__sMaMgG__mobileControls{display:flex}}.PeakPlungeGame-module__sMaMgG__dpadBtn{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff1a;border:1px solid #ffffff40;border-radius:8px;justify-content:center;align-items:center;width:56px;height:52px;font-size:20px;transition:background .1s;display:flex}.PeakPlungeGame-module__sMaMgG__dpadBtn:active{background:#508cff66}.PeakPlungeGame-module__sMaMgG__downBtn{background:#508cff26;border-color:#64a0ff66;width:60px;height:56px}.PeakPlungeGame-module__sMaMgG__diagBtn{background:#3c78c81a;border-color:#508ce64d;width:52px;height:50px;margin-bottom:2px;font-size:18px}.PeakPlungeGame-module__sMaMgG__diagBtn:active{background:#3ca0ff66}@media (max-width:1024px){.PeakPlungeGame-module__sMaMgG__sidebarRight{display:none}}@media (max-width:768px){.PeakPlungeGame-module__sMaMgG__mainRow{flex-direction:column;align-items:center}.PeakPlungeGame-module__sMaMgG__sidebar{display:none}}
