.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}
.RomanCalendarGame-module__YQuDwG__pageLayout{max-width:1200px;padding:var(--space-lg)var(--space-md);gap:var(--space-lg);flex-direction:column;margin:0 auto;display:flex}.RomanCalendarGame-module__YQuDwG__mainRow{gap:var(--space-xl);justify-content:center;align-items:flex-start;display:flex}.RomanCalendarGame-module__YQuDwG__sidebar{gap:var(--space-lg);flex-direction:column;flex-shrink:0;width:260px;display:flex}.RomanCalendarGame-module__YQuDwG__sidebarRight{gap:var(--space-lg);flex-direction:column;flex-shrink:0;width:300px;display:flex}.RomanCalendarGame-module__YQuDwG__rulesCard{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);padding:var(--space-lg)}.RomanCalendarGame-module__YQuDwG__rulesTitle{margin-bottom:var(--space-sm);font-size:1rem;font-weight:700}.RomanCalendarGame-module__YQuDwG__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}.RomanCalendarGame-module__YQuDwG__rulesList li:before{content:"•";color:var(--color-accent);margin-right:6px}.RomanCalendarGame-module__YQuDwG__legendTitle{margin-bottom:var(--space-sm);text-transform:uppercase;letter-spacing:1px;color:var(--color-text-muted);font-size:.85rem;font-weight:700}.RomanCalendarGame-module__YQuDwG__controlsList{gap:var(--space-sm);flex-direction:column;display:flex}.RomanCalendarGame-module__YQuDwG__controlRow{align-items:center;gap:var(--space-sm);color:var(--color-text-muted);font-size:.8rem;display:flex}.RomanCalendarGame-module__YQuDwG__controlRow kbd{background:var(--color-bg-elevated);border:1px solid var(--color-border);min-width:32px;font-family:var(--font-mono);text-align:center;color:var(--color-text);border-radius:4px;padding:4px 8px;font-size:.75rem;display:inline-block}.RomanCalendarGame-module__YQuDwG__gameColumn{gap:var(--space-lg);flex-direction:column;flex:1;max-width:600px;display:flex}.RomanCalendarGame-module__YQuDwG__header{text-align:center}.RomanCalendarGame-module__YQuDwG__title{letter-spacing:-1px;font-size:1.75rem;font-weight:800}.RomanCalendarGame-module__YQuDwG__date{margin-top:var(--space-xs);color:var(--color-accent);font-size:1.1rem;font-weight:600}.RomanCalendarGame-module__YQuDwG__gameArea{gap:var(--space-xl);flex-wrap:wrap;justify-content:center;align-items:flex-start;display:flex}.RomanCalendarGame-module__YQuDwG__affiliateImage{object-fit:contain;background:#fff;border-radius:6px;width:100%;height:180px}.RomanCalendarGame-module__YQuDwG__affiliateCard{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);padding:var(--space-lg);gap:var(--space-sm);color:inherit;flex-direction:column;text-decoration:none;transition:border-color .15s;display:flex}.RomanCalendarGame-module__YQuDwG__affiliateCard:hover{border-color:var(--color-accent)}.RomanCalendarGame-module__YQuDwG__affiliateLabel{text-transform:uppercase;letter-spacing:1px;color:var(--color-text-muted);font-size:.7rem;font-weight:600}.RomanCalendarGame-module__YQuDwG__affiliateTitle{font-size:.95rem;font-weight:700;line-height:1.35}.RomanCalendarGame-module__YQuDwG__affiliateDesc{color:var(--color-text-muted);font-size:.8rem;line-height:1.5}.RomanCalendarGame-module__YQuDwG__affiliateCta{margin-top:var(--space-xs);color:#fff;white-space:nowrap;background:#232f3e;border:1px solid #e47911;border-radius:4px;padding:7px 14px;font-size:.78rem;font-weight:600;display:inline-block}.RomanCalendarGame-module__YQuDwG__affiliateDisclosure{color:var(--color-text-muted);opacity:.6;font-size:.65rem}@media (max-width:1024px){.RomanCalendarGame-module__YQuDwG__sidebarRight{display:none}}@media (max-width:768px){.RomanCalendarGame-module__YQuDwG__mainRow{flex-direction:column;align-items:center}.RomanCalendarGame-module__YQuDwG__sidebar{width:100%;max-width:500px}.RomanCalendarGame-module__YQuDwG__sidebarRight{display:none}.RomanCalendarGame-module__YQuDwG__gameArea{flex-direction:column;align-items:center}}
.ShareButton-module__UEuyiq__btn{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,background .15s;display:inline-flex}.ShareButton-module__UEuyiq__btn:hover{color:var(--color-text);border-color:#fff6}.ShareButton-module__UEuyiq__copied{color:#4caf50;border-color:#4caf50}.ShareButton-module__UEuyiq__prominent{background:var(--color-accent,#ff2d78);border-color:var(--color-accent,#ff2d78);color:#fff;border-radius:8px;padding:10px 28px;font-size:1rem;font-weight:700}.ShareButton-module__UEuyiq__prominent:hover{background:color-mix(in srgb,var(--color-accent,#ff2d78)85%,#fff 15%);color:#fff;border-color:#0000}.ShareButton-module__UEuyiq__prominent.ShareButton-module__UEuyiq__copied{color:#fff;background:#4caf50;border-color:#4caf50}
.RoadAssaultPage-module__wf3z_a__page{background:#06060f;flex-direction:column;align-items:center;min-height:100vh;display:flex}.RoadAssaultPage-module__wf3z_a__gameWrapper{width:100%;max-width:416px;position:relative}.RoadAssaultPage-module__wf3z_a__bannerWrap{justify-content:center;width:100%;max-width:728px;min-height:90px;margin:12px auto 0;display:flex}.RoadAssaultPage-module__wf3z_a__interstitial{z-index:10;background:#000000e0;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.RoadAssaultPage-module__wf3z_a__interstitialInner{background:#111;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;align-items:center;gap:12px;padding:20px;display:flex}.RoadAssaultPage-module__wf3z_a__adLabel{color:#ffffff59;letter-spacing:1px;margin:0;font-family:Courier New,monospace;font-size:11px}.RoadAssaultPage-module__wf3z_a__skipBtn{color:#0cf;letter-spacing:2px;cursor:pointer;background:#00c8ff33;border:2px solid #0cf;border-radius:6px;margin-top:8px;padding:10px 24px;font-family:Courier New,monospace;font-size:14px;font-weight:700;transition:background .15s}.RoadAssaultPage-module__wf3z_a__skipBtn:hover{background:#00c8ff66}.RoadAssaultPage-module__wf3z_a__countdown{color:#ffffff73;margin:0;font-family:Courier New,monospace;font-size:13px}.RoadAssaultPage-module__wf3z_a__shareWrap{justify-content:center;padding:1rem 0;display:flex}
.SnakeBoard-module__Uu-KxW__boardWrap{line-height:0;display:inline-block;position:relative}.SnakeBoard-module__Uu-KxW__board{background:#1a2e14;border:2px solid #1a2e14;border-radius:6px;grid-template-rows:repeat(20,24px);grid-template-columns:repeat(20,24px);gap:1px;display:grid;overflow:hidden}.SnakeBoard-module__Uu-KxW__cell{background:#0e1a0c;width:24px;height:24px}.SnakeBoard-module__Uu-KxW__cellHead{background:#7acc40;border-radius:3px}.SnakeBoard-module__Uu-KxW__cellBody{background:#4a8c30}.SnakeBoard-module__Uu-KxW__cellFood{background:#e04020;border-radius:50%;animation:.8s ease-in-out infinite alternate SnakeBoard-module__Uu-KxW__pulse}@keyframes SnakeBoard-module__Uu-KxW__pulse{0%{opacity:1;transform:scale(.85)}to{opacity:.85;transform:scale(1)}}.SnakeBoard-module__Uu-KxW__overlay{background:#000000a6;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;inset:0}.SnakeBoard-module__Uu-KxW__overlayMsg{color:#7acc40;font-size:1rem;font-weight:700}.SnakeBoard-module__Uu-KxW__overlayHint{color:#a89878;font-size:.78rem}.SnakeBoard-module__Uu-KxW__overlayTitle{color:#e04020;font-size:1.5rem;font-weight:800}.SnakeBoard-module__Uu-KxW__overlayScore{color:#f0e6d6;font-size:1.1rem;font-weight:600}.SnakeBoard-module__Uu-KxW__restartBtn{color:#f0e6d6;cursor:pointer;background:#4a8c30;border:none;border-radius:6px;margin-top:8px;padding:8px 24px;font-size:.9rem;font-weight:700;transition:background .15s}.SnakeBoard-module__Uu-KxW__restartBtn:hover{background:#5aa838}@media (max-width:768px){.SnakeBoard-module__Uu-KxW__board{grid-template-rows:repeat(20,20px);grid-template-columns:repeat(20,20px)}.SnakeBoard-module__Uu-KxW__cell,.SnakeBoard-module__Uu-KxW__cellHead,.SnakeBoard-module__Uu-KxW__cellBody,.SnakeBoard-module__Uu-KxW__cellFood{width:20px;height:20px}}@media (max-width:480px){.SnakeBoard-module__Uu-KxW__board{grid-template-rows:repeat(20,16px);grid-template-columns:repeat(20,16px)}.SnakeBoard-module__Uu-KxW__cell,.SnakeBoard-module__Uu-KxW__cellHead,.SnakeBoard-module__Uu-KxW__cellBody,.SnakeBoard-module__Uu-KxW__cellFood{width:16px;height:16px}}
.StatsModal-module__UcI8rW__backdrop{z-index:1000;background:#0009;justify-content:center;align-items:center;animation:.15s ease-out StatsModal-module__UcI8rW__fadeIn;display:flex;position:fixed;inset:0}.StatsModal-module__UcI8rW__modal{background:var(--color-bg-surface,#1a1a2e);border-radius:var(--border-radius-lg,12px);border:1px solid #ffffff1a;width:90vw;min-width:280px;max-width:360px;padding:2rem 2rem 1.5rem;animation:.2s ease-out StatsModal-module__UcI8rW__slideUp;position:relative}.StatsModal-module__UcI8rW__close{color:var(--color-text-muted,#888);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem;line-height:1;position:absolute;top:.75rem;right:.75rem}.StatsModal-module__UcI8rW__close:hover{color:var(--color-text,#fff)}.StatsModal-module__UcI8rW__title{color:var(--color-text,#e0e0e0);text-align:center;margin:0 0 1.25rem;font-size:1.1rem;font-weight:700}.StatsModal-module__UcI8rW__grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}.StatsModal-module__UcI8rW__stat{flex-direction:column;gap:2px;display:flex}.StatsModal-module__UcI8rW__statValue{color:var(--color-text,#fff);font-variant-numeric:tabular-nums;font-size:1.6rem;font-weight:800}.StatsModal-module__UcI8rW__statLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted,#888);font-size:.65rem;font-weight:600}.StatsModal-module__UcI8rW__distSection{margin-top:1.25rem}.StatsModal-module__UcI8rW__distTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted,#888);text-align:center;margin:0 0 .5rem;font-size:.75rem;font-weight:700}.StatsModal-module__UcI8rW__distChart{flex-direction:column;gap:3px;display:flex}.StatsModal-module__UcI8rW__distRow{align-items:center;gap:6px;display:flex}.StatsModal-module__UcI8rW__distLabel{color:var(--color-text-muted,#888);text-align:right;flex-shrink:0;width:12px;font-size:.75rem;font-weight:700}.StatsModal-module__UcI8rW__distBarTrack{flex:1;min-width:0}.StatsModal-module__UcI8rW__distBar{color:#fff;text-align:right;background:#538d4e;border-radius:3px;min-width:20px;padding:2px 6px;font-size:.7rem;font-weight:700;transition:width .3s}.StatsModal-module__UcI8rW__streakBadge{text-align:center;color:#f0c040;margin:1rem 0 0;font-size:.9rem;font-weight:600}@keyframes StatsModal-module__UcI8rW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes StatsModal-module__UcI8rW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.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__legendCorrectCb{background:#3b82f6}.WordScrambleGame-module__3ycdVG__legendPresentCb{background:#f97316}.WordScrambleGame-module__3ycdVG__settingsSection{margin-top:var(--space-lg);padding-top:var(--space-md);border-top:1px solid var(--color-border)}.WordScrambleGame-module__3ycdVG__toggle{color:var(--color-text);cursor:pointer;margin-bottom:var(--space-sm);flex-wrap:wrap;align-items:center;gap:6px;font-size:.82rem;display:flex}.WordScrambleGame-module__3ycdVG__toggle input[type=checkbox]{accent-color:#538d4e;cursor:pointer;width:16px;height:16px}.WordScrambleGame-module__3ycdVG__toggle input[type=checkbox]:disabled{opacity:.4;cursor:not-allowed}.WordScrambleGame-module__3ycdVG__toggleHint{width:100%;color:var(--color-text-muted);padding-left:22px;font-size:.7rem}.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__hardBadge{color:#fff;vertical-align:middle;letter-spacing:1px;background:#b59f3b;border-radius:4px;margin-left:4px;padding:1px 6px;font-size:.6rem;font-weight:800;display:inline-block}.WordScrambleGame-module__3ycdVG__modeBar{justify-content:center;gap:.5rem;display:flex}.WordScrambleGame-module__3ycdVG__modeBtn{color:var(--color-text);cursor:pointer;background:#ffffff14;border:1px solid #ffffff40;border-radius:20px;padding:5px 14px;font-size:.75rem;font-weight:600;transition:background .15s,border-color .15s}.WordScrambleGame-module__3ycdVG__modeBtn:hover{background:#ffffff26;border-color:#fff6}.WordScrambleGame-module__3ycdVG__modeBtnSecondary{color:var(--color-text-muted);border-color:#ffffff1f;}.WordScrambleGame-module__3ycdVG__modeBtnSecondary:hover{color:var(--color-text)}.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__postGame{justify-content:center;gap:.5rem;padding:.5rem 0;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}.WordScrambleGame-module__3ycdVG__hintRow{justify-content:center;display:flex}.WordScrambleGame-module__3ycdVG__hintBtn{color:#538d4e;cursor:pointer;background:0 0;border:1px dashed #538d4e99;border-radius:20px;padding:6px 16px;font-size:.78rem;font-weight:600;transition:background .15s,border-color .15s}.WordScrambleGame-module__3ycdVG__hintBtn:hover{background:#538d4e1a;border-color:#538d4e}@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}}
.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}
.page-module__nKMhma__page{justify-content:center;gap:1.25rem;padding:0 1rem 2rem;display:flex}.page-module__nKMhma__center{flex-direction:column;align-items:center;min-width:0;display:flex}.page-module__nKMhma__sideRail{flex-direction:column;flex-shrink:0;gap:1.25rem;width:180px;padding-top:3.5rem;display:none}.page-module__nKMhma__sideCard{background:var(--color-surface,#ffffff0a);border-radius:var(--border-radius-md,10px);border:1px solid #ffffff14;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem;text-decoration:none;transition:border-color .2s,transform .2s;display:flex}.page-module__nKMhma__sideCard:hover{border-color:#ff2d7866;transform:translateY(-2px)}.page-module__nKMhma__sideLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted,#888);opacity:.6;align-self:flex-start;font-size:.58rem;font-weight:700}.page-module__nKMhma__sideImg{object-fit:contain;mix-blend-mode:screen;background:#1e1e2e;border-radius:6px;width:140px;height:140px}.page-module__nKMhma__sideTitle{color:var(--color-text,#e0e0e0);text-align:center;font-size:.78rem;font-weight:600;line-height:1.3}.page-module__nKMhma__sideCta{color:#e47911;white-space:nowrap;font-size:.72rem;font-weight:600}@media (min-width:1100px){.page-module__nKMhma__sideRail{display:flex}}
.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}}
.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}
.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}}
.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}}
.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}
.CannonCanvas-module__9q6Wqa__canvas{touch-action:none;cursor:crosshair;border-radius:8px;width:100%;height:auto;display:block}
.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}}
.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}
.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}}
.CannonGame-module__eXlAuq__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}.CannonGame-module__eXlAuq__title{letter-spacing:-.5px;text-align:center;font-size:1.5rem;font-weight:800}.CannonGame-module__eXlAuq__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-sm);display:flex}.CannonGame-module__eXlAuq__hudSide{flex-direction:column;align-items:flex-start;gap:3px;min-width:80px;display:flex}.CannonGame-module__eXlAuq__hudRight{align-items:flex-end}.CannonGame-module__eXlAuq__hudName{text-transform:uppercase;letter-spacing:.8px;color:var(--color-text-muted);font-size:.7rem;font-weight:700}.CannonGame-module__eXlAuq__hearts{gap:2px;font-size:1.1rem;line-height:1;display:flex}.CannonGame-module__eXlAuq__heartFull{color:#e84040}.CannonGame-module__eXlAuq__heartEmpty{color:var(--color-border)}.CannonGame-module__eXlAuq__hudCenter{flex-direction:column;align-items:center;gap:2px;display:flex}.CannonGame-module__eXlAuq__hudLabel{text-transform:uppercase;letter-spacing:1px;color:var(--color-text-muted);font-size:.65rem;font-weight:700}.CannonGame-module__eXlAuq__hudWind{color:var(--color-text);text-align:center;min-width:60px;font-size:1.2rem;font-weight:800;line-height:1}.CannonGame-module__eXlAuq__canvasWrap{border-radius:var(--border-radius-lg);position:relative;overflow:hidden;box-shadow:0 4px 24px #00000080}.CannonGame-module__eXlAuq__message{text-align:center;color:var(--color-text-muted);min-height:1.4em;font-size:.95rem;font-weight:600}.CannonGame-module__eXlAuq__overlay{justify-content:center;align-items:center;gap:var(--space-md);border-radius:var(--border-radius-lg);background:#000000a6;flex-direction:column;display:flex;position:absolute;inset:0}.CannonGame-module__eXlAuq__overlayTitle{color:var(--color-text);font-size:2rem;font-weight:800}.CannonGame-module__eXlAuq__overlayMsg{color:var(--color-text-muted);text-align:center;font-size:1rem}.CannonGame-module__eXlAuq__replayBtn{background:var(--color-accent);color:var(--color-bg);border-radius:var(--border-radius);cursor:pointer;transition:background var(--transition-fast);border:none;padding:12px 32px;font-size:1rem;font-weight:700}.CannonGame-module__eXlAuq__replayBtn:hover{background:var(--color-accent-hover)}.CannonGame-module__eXlAuq__controls{align-items:stretch;gap:var(--space-sm);display:flex}.CannonGame-module__eXlAuq__sliders{gap:var(--space-sm);flex-direction:column;flex:1;display:flex}.CannonGame-module__eXlAuq__sliderRow{align-items:center;gap:var(--space-sm);background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--border-radius);padding:6px 10px;display:flex}.CannonGame-module__eXlAuq__sliderLabel{text-align:center;color:var(--color-text-muted);flex:1;font-size:.9rem}.CannonGame-module__eXlAuq__sliderLabel strong{color:var(--color-text)}.CannonGame-module__eXlAuq__adjBtn{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--border-radius);width:40px;height:40px;color:var(--color-text);cursor:pointer;touch-action:manipulation;transition:background var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.CannonGame-module__eXlAuq__adjBtn:hover:not(:disabled){background:var(--color-border)}.CannonGame-module__eXlAuq__adjBtn:disabled{opacity:.35;cursor:default}.CannonGame-module__eXlAuq__fireBtn{background:var(--color-accent);width:140px;color:var(--color-bg);letter-spacing:.5px;text-transform:uppercase;border-radius:var(--border-radius);cursor:pointer;touch-action:manipulation;transition:background var(--transition-fast),transform 80ms;border:none;flex-shrink:0;font-size:1rem;font-weight:800}.CannonGame-module__eXlAuq__fireBtn:hover:not(:disabled){background:var(--color-accent-hover)}.CannonGame-module__eXlAuq__fireBtn:active:not(:disabled){transform:scale(.97)}.CannonGame-module__eXlAuq__fireBtn:disabled{background:var(--color-border);color:var(--color-text-dim);cursor:default}.CannonGame-module__eXlAuq__hint{color:var(--color-text-muted);text-align:center;font-size:.8rem}@media (max-width:480px){.CannonGame-module__eXlAuq__overlayTitle{font-size:1.5rem}.CannonGame-module__eXlAuq__fireBtn{width:110px;font-size:.85rem}.CannonGame-module__eXlAuq__adjBtn{width:36px;height:36px}}
.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}}
.IronTideGame-module__feSe3G__wrapper{background:#06060f;flex-direction:column;justify-content:flex-start;align-items:center;gap:0;min-height:60vh;padding:16px 8px;display:flex}.IronTideGame-module__feSe3G__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 #c8640033,0 4px 24px #000c}.IronTideGame-module__feSe3G__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){.IronTideGame-module__feSe3G__mobileControls{display:flex}}.IronTideGame-module__feSe3G__specialBtn{color:#fa4;letter-spacing:1px;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffa0004d;border:2px solid #f80;border-radius:8px;width:72px;height:56px;font-family:Courier New,monospace;font-size:12px;font-weight:700;transition:background .1s}.IronTideGame-module__feSe3G__specialBtn:active{background:#ffa000a6}
.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}}
.NeonShatterGame-module__-j2Waq__wrapper{background:#06060f;flex-direction:column;justify-content:flex-start;align-items:center;gap:0;min-height:60vh;padding:16px 8px;display:flex}.NeonShatterGame-module__-j2Waq__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 #00ffc826,0 4px 24px #000c}.NeonShatterGame-module__-j2Waq__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){.NeonShatterGame-module__-j2Waq__mobileControls{display:flex}}.NeonShatterGame-module__-j2Waq__launchBtn{color:#0fc;letter-spacing:1px;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#00ffc840;border:2px solid #0fc;border-radius:8px;width:72px;height:56px;font-family:Courier New,monospace;font-size:12px;font-weight:700;transition:background .1s}.NeonShatterGame-module__-j2Waq__launchBtn:active{background:#00ffc899}
.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}
.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}}
