.WordMatch-module__6YWmnq__game{width:100%;padding:var(--space-6)}.WordMatch-module__6YWmnq__scoreBar{justify-content:center;gap:var(--space-8);margin-bottom:var(--space-6);padding:var(--space-3) var(--space-6);border-radius:var(--radius-md);background:var(--color-bg);display:flex}.WordMatch-module__6YWmnq__scoreItem{flex-direction:column;align-items:center;display:flex}.WordMatch-module__6YWmnq__scoreLabel{font-size:var(--text-xs);color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.05em}.WordMatch-module__6YWmnq__scoreValue{font-family:var(--font-game);font-size:var(--text-xl);color:var(--color-text);font-weight:700}.WordMatch-module__6YWmnq__comboFire{color:var(--color-accent);animation:.5s WordMatch-module__6YWmnq__pulse}@keyframes WordMatch-module__6YWmnq__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.WordMatch-module__6YWmnq__instruction{text-align:center;font-size:var(--text-sm);color:var(--color-text-secondary);margin-bottom:var(--space-6);min-height:20px}.WordMatch-module__6YWmnq__matchArea{gap:var(--space-8);grid-template-columns:1fr 1fr;display:grid}.WordMatch-module__6YWmnq__column{flex-direction:column;display:flex}.WordMatch-module__6YWmnq__columnTitle{font-family:var(--font-heading);font-size:var(--text-sm);color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-4);text-align:center;font-weight:700}.WordMatch-module__6YWmnq__items{gap:var(--space-3);flex-direction:column;display:flex}.WordMatch-module__6YWmnq__wordBtn{padding:var(--space-3) var(--space-5);border:2px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text);font-family:var(--font-game);font-size:var(--text-lg);cursor:pointer;transition:all var(--transition-fast);text-transform:capitalize;font-weight:600}.WordMatch-module__6YWmnq__wordBtn:hover:not(:disabled){border-color:var(--color-primary);background:var(--color-primary-light);transform:translate(4px)}.WordMatch-module__6YWmnq__wordBtn.WordMatch-module__6YWmnq__selected{border-color:var(--color-primary);background:var(--color-primary);color:#fff;box-shadow:var(--shadow-glow)}.WordMatch-module__6YWmnq__wordBtn.WordMatch-module__6YWmnq__matched{border-color:var(--color-success);color:var(--color-success);cursor:default;opacity:.6;background:#2ed5731a}.WordMatch-module__6YWmnq__emojiBtn{padding:var(--space-3) var(--space-5);border:2px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);cursor:pointer;transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.WordMatch-module__6YWmnq__emojiBtn:hover:not(:disabled){border-color:var(--color-secondary);background:#00d2ff14;transform:scale(1.05)}.WordMatch-module__6YWmnq__emojiBtn.WordMatch-module__6YWmnq__matched{border-color:var(--color-success);cursor:default;opacity:.6;background:#2ed5731a}.WordMatch-module__6YWmnq__emoji{font-size:2rem;line-height:1}.WordMatch-module__6YWmnq__correctFlash{animation:.4s WordMatch-module__6YWmnq__correctPulse;border-color:var(--color-success)!important;background:#2ed57333!important}@keyframes WordMatch-module__6YWmnq__correctPulse{0%{transform:scale(1)}30%{transform:scale(1.1);box-shadow:0 0 20px #2ed57366}to{transform:scale(1)}}.WordMatch-module__6YWmnq__wrongFlash{animation:.4s WordMatch-module__6YWmnq__wrongShake;border-color:var(--color-error)!important;background:#ff6b6b1a!important}@keyframes WordMatch-module__6YWmnq__wrongShake{0%,to{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(8px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}@media (max-width:600px){.WordMatch-module__6YWmnq__matchArea{gap:var(--space-6);grid-template-columns:1fr}.WordMatch-module__6YWmnq__scoreBar{gap:var(--space-4)}}
.MemoryFlip-module__2p5Uua__game{width:100%;padding:var(--space-6)}.MemoryFlip-module__2p5Uua__scoreBar{justify-content:center;gap:var(--space-8);margin-bottom:var(--space-4);padding:var(--space-3) var(--space-6);border-radius:var(--radius-md);background:var(--color-bg);display:flex}.MemoryFlip-module__2p5Uua__scoreItem{flex-direction:column;align-items:center;display:flex}.MemoryFlip-module__2p5Uua__label{font-size:var(--text-xs);color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.05em}.MemoryFlip-module__2p5Uua__value{font-family:var(--font-game);font-size:var(--text-xl);color:var(--color-text);font-weight:700}.MemoryFlip-module__2p5Uua__instruction{text-align:center;font-size:var(--text-sm);color:var(--color-text-secondary);margin-bottom:var(--space-6)}.MemoryFlip-module__2p5Uua__grid{gap:var(--space-3);grid-template-columns:repeat(4,1fr);max-width:500px;margin:0 auto;display:grid}.MemoryFlip-module__2p5Uua__card{aspect-ratio:1;perspective:600px;cursor:pointer;border-radius:var(--radius-md);background:0 0;border:none}.MemoryFlip-module__2p5Uua__cardInner{width:100%;height:100%;transform-style:preserve-3d;border-radius:var(--radius-md);transition:transform .5s;position:relative}.MemoryFlip-module__2p5Uua__flipped .MemoryFlip-module__2p5Uua__cardInner{transform:rotateY(180deg)}.MemoryFlip-module__2p5Uua__cardFront,.MemoryFlip-module__2p5Uua__cardBack{border-radius:var(--radius-md);backface-visibility:hidden;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.MemoryFlip-module__2p5Uua__cardFront{background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));color:#fff;font-size:var(--text-2xl);font-weight:800}.MemoryFlip-module__2p5Uua__cardBack{background:var(--color-surface);border:2px solid var(--color-border);transform:rotateY(180deg)}.MemoryFlip-module__2p5Uua__matched .MemoryFlip-module__2p5Uua__cardBack{border-color:var(--color-success);background:#2ed57314}.MemoryFlip-module__2p5Uua__emoji{font-size:2rem}.MemoryFlip-module__2p5Uua__word{font-family:var(--font-game);font-size:var(--text-base);color:var(--color-text);text-transform:capitalize;font-weight:700}@media (max-width:480px){.MemoryFlip-module__2p5Uua__grid{grid-template-columns:repeat(3,1fr)}}
.PicturePop-module__cNVmAa__game{width:100%;padding:var(--space-6);flex-direction:column;align-items:center;display:flex}.PicturePop-module__cNVmAa__scoreBar{width:100%;margin-bottom:var(--space-6);padding:var(--space-3) var(--space-6);border-radius:var(--radius-md);background:var(--color-bg);font-family:var(--font-game);color:var(--color-text-secondary);justify-content:space-between;font-weight:600;display:flex}.PicturePop-module__cNVmAa__progress{font-size:var(--text-sm)}.PicturePop-module__cNVmAa__scoreVal{font-size:var(--text-sm);color:var(--color-primary)}.PicturePop-module__cNVmAa__emojiDisplay{margin-bottom:var(--space-6);font-size:6rem;line-height:1;transition:transform .3s}.PicturePop-module__cNVmAa__correct{animation:.4s PicturePop-module__cNVmAa__bounce}.PicturePop-module__cNVmAa__wrong{animation:.4s PicturePop-module__cNVmAa__shake}@keyframes PicturePop-module__cNVmAa__bounce{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@keyframes PicturePop-module__cNVmAa__shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.PicturePop-module__cNVmAa__prompt{font-size:var(--text-base);color:var(--color-text-secondary);margin-bottom:var(--space-4)}.PicturePop-module__cNVmAa__form{gap:var(--space-3);width:100%;max-width:400px;display:flex}.PicturePop-module__cNVmAa__input{padding:var(--space-3) var(--space-5);border:2px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-surface);color:var(--color-text);font-size:var(--text-lg);font-family:var(--font-game);text-align:center;transition:border-color var(--transition-fast);flex:1}.PicturePop-module__cNVmAa__input:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px var(--color-primary-light);outline:none}.PicturePop-module__cNVmAa__submitBtn{padding:var(--space-3) var(--space-6);border-radius:var(--radius-full);background:var(--color-primary);color:#fff;cursor:pointer;transition:all var(--transition-fast);border:none;font-weight:700}.PicturePop-module__cNVmAa__submitBtn:hover:not(:disabled){box-shadow:var(--shadow-md);transform:translateY(-2px)}.PicturePop-module__cNVmAa__submitBtn:disabled{opacity:.5;cursor:default}.PicturePop-module__cNVmAa__answer{margin-top:var(--space-4);color:var(--color-error);font-size:var(--text-base)}
.SoundDetective-module__QppaVa__game{width:100%;padding:var(--space-6);flex-direction:column;align-items:center;display:flex}.SoundDetective-module__QppaVa__scoreBar{width:100%;margin-bottom:var(--space-6);padding:var(--space-3) var(--space-6);border-radius:var(--radius-md);background:var(--color-bg);font-family:var(--font-game);color:var(--color-text-secondary);font-weight:600;font-size:var(--text-sm);justify-content:space-between;display:flex}.SoundDetective-module__QppaVa__speakerBtn{background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));cursor:pointer;width:80px;height:80px;transition:all var(--transition-base);box-shadow:var(--shadow-lg);margin-bottom:var(--space-4);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:2.5rem;display:flex}.SoundDetective-module__QppaVa__speakerBtn:hover{box-shadow:var(--shadow-glow);transform:scale(1.1)}.SoundDetective-module__QppaVa__speakerBtn:active{transform:scale(.95)}.SoundDetective-module__QppaVa__prompt{font-size:var(--text-base);color:var(--color-text-secondary);margin-bottom:var(--space-6)}.SoundDetective-module__QppaVa__options{gap:var(--space-4);grid-template-columns:repeat(2,1fr);width:100%;max-width:400px;display:grid}.SoundDetective-module__QppaVa__optionBtn{aspect-ratio:1;border:2px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);cursor:pointer;transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.SoundDetective-module__QppaVa__optionBtn:hover:not(:disabled){border-color:var(--color-primary);box-shadow:var(--shadow-md);transform:scale(1.05)}.SoundDetective-module__QppaVa__emoji{font-size:3rem}.SoundDetective-module__QppaVa__correctOpt{animation:.4s SoundDetective-module__QppaVa__bounce;border-color:var(--color-success)!important;background:#2ed57326!important}.SoundDetective-module__QppaVa__revealOpt{border-color:var(--color-accent)!important;background:#ffd93d26!important}@keyframes SoundDetective-module__QppaVa__bounce{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}
.SentenceBuilder-module__ecyAXq__game{width:100%;padding:var(--space-6);flex-direction:column;align-items:center;display:flex}.SentenceBuilder-module__ecyAXq__scoreBar{width:100%;margin-bottom:var(--space-4);padding:var(--space-3) var(--space-6);border-radius:var(--radius-md);background:var(--color-bg);font-family:var(--font-game);color:var(--color-text-secondary);font-weight:600;font-size:var(--text-sm);justify-content:space-between;display:flex}.SentenceBuilder-module__ecyAXq__hint{font-size:var(--text-xl);margin-bottom:var(--space-2)}.SentenceBuilder-module__ecyAXq__instruction{font-size:var(--text-sm);color:var(--color-text-secondary);margin-bottom:var(--space-6)}.SentenceBuilder-module__ecyAXq__sentenceArea{width:100%;min-height:64px;padding:var(--space-4);border:2px dashed var(--color-border);border-radius:var(--radius-lg);gap:var(--space-2);margin-bottom:var(--space-6);transition:all var(--transition-fast);flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.SentenceBuilder-module__ecyAXq__correctArea{border-color:var(--color-success);background:#2ed57314}.SentenceBuilder-module__ecyAXq__wrongArea{border-color:var(--color-error);background:#ff6b6b14;animation:.4s SentenceBuilder-module__ecyAXq__shake}@keyframes SentenceBuilder-module__ecyAXq__shake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}.SentenceBuilder-module__ecyAXq__placeholder{color:var(--color-text-tertiary);font-size:var(--text-sm)}.SentenceBuilder-module__ecyAXq__builtWord{padding:var(--space-2) var(--space-4);border:2px solid var(--color-primary);border-radius:var(--radius-md);background:var(--color-primary-light);color:var(--color-primary);font-family:var(--font-game);font-weight:600;font-size:var(--text-base);cursor:pointer;transition:all var(--transition-fast)}.SentenceBuilder-module__ecyAXq__builtWord:hover{background:var(--color-primary);color:#fff}.SentenceBuilder-module__ecyAXq__wordPool{gap:var(--space-2);margin-bottom:var(--space-6);flex-wrap:wrap;justify-content:center;min-height:48px;display:flex}.SentenceBuilder-module__ecyAXq__poolWord{padding:var(--space-2) var(--space-5);border:2px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text);font-family:var(--font-game);font-weight:600;font-size:var(--text-base);cursor:pointer;transition:all var(--transition-fast)}.SentenceBuilder-module__ecyAXq__poolWord:hover{border-color:var(--color-secondary);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.SentenceBuilder-module__ecyAXq__checkBtn{padding:var(--space-3) var(--space-8);border-radius:var(--radius-full);background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));color:#fff;font-weight:700;font-size:var(--text-base);cursor:pointer;transition:all var(--transition-fast);box-shadow:var(--shadow-md);border:none}.SentenceBuilder-module__ecyAXq__checkBtn:hover:not(:disabled){box-shadow:var(--shadow-lg);transform:translateY(-2px)}.SentenceBuilder-module__ecyAXq__checkBtn:disabled{opacity:.4;cursor:default}
.VocabSprint-module__HkodTW__game{width:100%;max-width:700px;margin:0 auto}.VocabSprint-module__HkodTW__scoreBar{justify-content:center;gap:var(--space-6);padding:var(--space-3) var(--space-4);margin-bottom:var(--space-4);border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);display:flex}.VocabSprint-module__HkodTW__scoreItem{flex-direction:column;align-items:center;gap:2px;display:flex}.VocabSprint-module__HkodTW__label{font-size:var(--text-xs);color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.05em}.VocabSprint-module__HkodTW__value{font-size:var(--text-lg);color:var(--color-text);font-weight:700}.VocabSprint-module__HkodTW__targetArea{justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-4);margin-bottom:var(--space-4);border-radius:var(--radius-lg);background:var(--color-primary-light);border:2px solid var(--color-primary);display:flex}.VocabSprint-module__HkodTW__targetLabel{font-size:var(--text-sm);color:var(--color-text-secondary)}.VocabSprint-module__HkodTW__targetEmoji{font-size:2rem}.VocabSprint-module__HkodTW__targetWord{font-size:var(--text-xl);color:var(--color-primary);font-weight:700}.VocabSprint-module__HkodTW__fallZone{border-radius:var(--radius-lg);background:var(--color-bg-alt);border:1px solid var(--color-border);width:100%;height:400px;position:relative;overflow:hidden}.VocabSprint-module__HkodTW__fallingWord{border-radius:var(--radius-md);background:var(--color-surface);border:2px solid var(--color-border);cursor:pointer;justify-content:center;align-items:center;width:50px;height:50px;padding:0;font-size:1.8rem;transition:transform .1s,border-color .2s;display:flex;position:absolute}.VocabSprint-module__HkodTW__fallingWord:hover{border-color:var(--color-primary);transform:scale(1.15)}.VocabSprint-module__HkodTW__isTarget{border-color:var(--color-primary);box-shadow:0 0 8px var(--color-primary-light)}.VocabSprint-module__HkodTW__correctFlash{background:#2ed573;border-color:#2ed573;transform:scale(1.3)}.VocabSprint-module__HkodTW__groundLine{background:var(--color-text-tertiary);opacity:.3;height:3px;position:absolute;bottom:0;left:0;right:0}@media (max-width:640px){.VocabSprint-module__HkodTW__fallZone{height:300px}.VocabSprint-module__HkodTW__fallingWord{width:40px;height:40px;font-size:1.4rem}.VocabSprint-module__HkodTW__targetArea{flex-wrap:wrap}}
.GrammarSmash-module__8gJ-9G__game{width:100%;max-width:600px;margin:0 auto}.GrammarSmash-module__8gJ-9G__scoreBar{padding:var(--space-3) var(--space-4);margin-bottom:var(--space-5);border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);justify-content:space-between;align-items:center;display:flex}.GrammarSmash-module__8gJ-9G__progress{font-size:var(--text-sm);color:var(--color-text-secondary)}.GrammarSmash-module__8gJ-9G__scoreVal{font-size:var(--text-lg);color:var(--color-text);font-weight:700}.GrammarSmash-module__8gJ-9G__questionArea{text-align:center;margin-bottom:var(--space-5)}.GrammarSmash-module__8gJ-9G__instruction{font-size:var(--text-sm);color:var(--color-text-tertiary);margin-bottom:var(--space-3);text-transform:uppercase;letter-spacing:.05em}.GrammarSmash-module__8gJ-9G__sentenceCard{padding:var(--space-6) var(--space-4);border-radius:var(--radius-lg);background:var(--color-surface);border:2px solid var(--color-border);transition:border-color .3s,background .3s}.GrammarSmash-module__8gJ-9G__correctCard{background:#2ed57310;border-color:#2ed573}.GrammarSmash-module__8gJ-9G__wrongCard{background:#ff475710;border-color:#ff4757}.GrammarSmash-module__8gJ-9G__sentence{font-size:var(--text-xl);color:var(--color-text);font-weight:600;line-height:1.5}.GrammarSmash-module__8gJ-9G__buttonGroup{gap:var(--space-4);margin-bottom:var(--space-5);justify-content:center;display:flex}.GrammarSmash-module__8gJ-9G__answerBtn{max-width:200px;padding:var(--space-4) var(--space-3);border-radius:var(--radius-md);font-size:var(--text-lg);border:2px solid var(--color-border);cursor:pointer;transition:transform var(--transition-fast), box-shadow var(--transition-fast);flex:1;font-weight:700}.GrammarSmash-module__8gJ-9G__answerBtn:hover:not(:disabled){box-shadow:var(--shadow-md);transform:scale(1.03)}.GrammarSmash-module__8gJ-9G__answerBtn:disabled{opacity:.5;cursor:not-allowed}.GrammarSmash-module__8gJ-9G__correctBtn{color:#2ed573;background:#2ed57315;border-color:#2ed573}.GrammarSmash-module__8gJ-9G__correctBtn:hover:not(:disabled){background:#2ed57325}.GrammarSmash-module__8gJ-9G__wrongBtn{color:#ff4757;background:#ff475715;border-color:#ff4757}.GrammarSmash-module__8gJ-9G__wrongBtn:hover:not(:disabled){background:#ff475725}.GrammarSmash-module__8gJ-9G__explanation{padding:var(--space-4);border-radius:var(--radius-md);align-items:flex-start;gap:var(--space-3);animation:.3s GrammarSmash-module__8gJ-9G__fadeIn;display:flex}.GrammarSmash-module__8gJ-9G__correctExpl{background:#2ed57310;border:1px solid #2ed57330}.GrammarSmash-module__8gJ-9G__wrongExpl{background:#ff475710;border:1px solid #ff475730}.GrammarSmash-module__8gJ-9G__explIcon{font-size:var(--text-xl);flex-shrink:0}.GrammarSmash-module__8gJ-9G__explanation p{font-size:var(--text-sm);color:var(--color-text-secondary);margin:0;line-height:1.5}@keyframes GrammarSmash-module__8gJ-9G__fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.GrammarSmash-module__8gJ-9G__sentence{font-size:var(--text-lg)}.GrammarSmash-module__8gJ-9G__answerBtn{padding:var(--space-3);font-size:var(--text-base)}}
.TenseMaster-module__u4GKZW__game{width:100%;max-width:600px;margin:0 auto}.TenseMaster-module__u4GKZW__scoreBar{padding:var(--space-3) var(--space-4);margin-bottom:var(--space-5);border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);justify-content:space-between;align-items:center;display:flex}.TenseMaster-module__u4GKZW__progress{font-size:var(--text-sm);color:var(--color-text-secondary)}.TenseMaster-module__u4GKZW__tenseTag{font-size:var(--text-xs);border-radius:var(--radius-sm);background:var(--color-primary-light);color:var(--color-primary);text-transform:capitalize;padding:2px 8px;font-weight:600}.TenseMaster-module__u4GKZW__scoreVal{font-size:var(--text-lg);color:var(--color-text);font-weight:700}.TenseMaster-module__u4GKZW__sentenceArea{text-align:center;padding:var(--space-6) var(--space-4);margin-bottom:var(--space-5);border-radius:var(--radius-lg);background:var(--color-surface);border:2px solid var(--color-border)}.TenseMaster-module__u4GKZW__sentence{font-size:var(--text-xl);color:var(--color-text);font-weight:600;line-height:1.6}.TenseMaster-module__u4GKZW__blank{border-bottom:3px solid var(--color-primary);min-width:80px;color:var(--color-primary);text-align:center;padding:2px 8px;font-weight:700;display:inline-block}.TenseMaster-module__u4GKZW__options{gap:var(--space-3);margin-bottom:var(--space-5);grid-template-columns:1fr 1fr;display:grid}.TenseMaster-module__u4GKZW__optionBtn{padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);font-size:var(--text-base);border:2px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer;transition:all var(--transition-fast);font-weight:600}.TenseMaster-module__u4GKZW__optionBtn:hover:not(:disabled){border-color:var(--color-primary);background:var(--color-primary-light)}.TenseMaster-module__u4GKZW__optionBtn:disabled{cursor:not-allowed}.TenseMaster-module__u4GKZW__correctOpt{color:#2ed573;background:#2ed57320;border-color:#2ed573}.TenseMaster-module__u4GKZW__wrongOpt{color:#ff4757;background:#ff475720;border-color:#ff4757}.TenseMaster-module__u4GKZW__explanation{padding:var(--space-4);border-radius:var(--radius-md);align-items:flex-start;gap:var(--space-3);animation:.3s TenseMaster-module__u4GKZW__fadeIn;display:flex}.TenseMaster-module__u4GKZW__correctExpl{background:#2ed57310;border:1px solid #2ed57330}.TenseMaster-module__u4GKZW__wrongExpl{background:#ff475710;border:1px solid #ff475730}.TenseMaster-module__u4GKZW__explIcon{font-size:var(--text-xl);flex-shrink:0}.TenseMaster-module__u4GKZW__explanation p{font-size:var(--text-sm);color:var(--color-text-secondary);margin:0;line-height:1.5}@keyframes TenseMaster-module__u4GKZW__fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.TenseMaster-module__u4GKZW__sentence{font-size:var(--text-lg)}.TenseMaster-module__u4GKZW__options{grid-template-columns:1fr}}
.PrepositionPlanet-module__hghyLG__game{width:100%;max-width:600px;margin:0 auto}.PrepositionPlanet-module__hghyLG__scoreBar{padding:var(--space-3) var(--space-4);margin-bottom:var(--space-4);border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);justify-content:space-between;align-items:center;display:flex}.PrepositionPlanet-module__hghyLG__progress{font-size:var(--text-sm);color:var(--color-text-secondary)}.PrepositionPlanet-module__hghyLG__scoreVal{font-size:var(--text-lg);color:var(--color-text);font-weight:700}.PrepositionPlanet-module__hghyLG__sceneArea{border-radius:var(--radius-lg);background:var(--color-bg-alt);border:2px solid var(--color-border);width:100%;height:300px;margin-bottom:var(--space-4);position:relative;overflow:hidden}.PrepositionPlanet-module__hghyLG__sceneBg{justify-content:center;align-items:center;gap:var(--space-2);flex-direction:column;height:100%;display:flex}.PrepositionPlanet-module__hghyLG__sceneIcon{font-size:4rem}.PrepositionPlanet-module__hghyLG__sceneDesc{font-size:var(--text-sm);color:var(--color-text-tertiary)}.PrepositionPlanet-module__hghyLG__itemMarker{background:var(--color-surface);border:3px solid var(--color-primary);cursor:default;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:border-color .3s,background .3s;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 2px 8px #00000026}.PrepositionPlanet-module__hghyLG__itemEmoji{font-size:1.5rem}.PrepositionPlanet-module__hghyLG__correctMarker{background:#2ed57320;border-color:#2ed573;animation:.5s PrepositionPlanet-module__hghyLG__pulse}.PrepositionPlanet-module__hghyLG__wrongMarker{background:#ff475720;border-color:#ff4757;animation:.4s PrepositionPlanet-module__hghyLG__shake}.PrepositionPlanet-module__hghyLG__questionText{text-align:center;margin-bottom:var(--space-4)}.PrepositionPlanet-module__hghyLG__questionText p{font-size:var(--text-lg);color:var(--color-text);margin:0}.PrepositionPlanet-module__hghyLG__questionText strong{color:var(--color-primary)}.PrepositionPlanet-module__hghyLG__options{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.PrepositionPlanet-module__hghyLG__optionBtn{padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);font-size:var(--text-base);border:2px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer;transition:all var(--transition-fast);font-weight:600}.PrepositionPlanet-module__hghyLG__optionBtn:hover:not(:disabled){border-color:var(--color-primary);background:var(--color-primary-light)}.PrepositionPlanet-module__hghyLG__optionBtn:disabled{cursor:not-allowed}.PrepositionPlanet-module__hghyLG__correctOpt{color:#2ed573;background:#2ed57320;border-color:#2ed573}.PrepositionPlanet-module__hghyLG__wrongOpt{color:#ff4757;background:#ff475720;border-color:#ff4757}@keyframes PrepositionPlanet-module__hghyLG__pulse{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-50%)scale(1.2)}}@keyframes PrepositionPlanet-module__hghyLG__shake{0%,to{transform:translate(-50%,-50%)}25%{transform:translate(calc(4px - 50%),-50%)}75%{transform:translate(calc(-50% - 4px),-50%)}}@media (max-width:640px){.PrepositionPlanet-module__hghyLG__sceneArea{height:220px}.PrepositionPlanet-module__hghyLG__sceneIcon{font-size:3rem}.PrepositionPlanet-module__hghyLG__itemMarker{width:40px;height:40px}.PrepositionPlanet-module__hghyLG__itemEmoji{font-size:1.2rem}.PrepositionPlanet-module__hghyLG__options{grid-template-columns:1fr 1fr}}
.SayItRight-module__GDpiHG__game{width:100%;max-width:500px;margin:0 auto}.SayItRight-module__GDpiHG__scoreBar{padding:var(--space-3) var(--space-4);margin-bottom:var(--space-5);border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);justify-content:space-between;align-items:center;display:flex}.SayItRight-module__GDpiHG__progress{font-size:var(--text-sm);color:var(--color-text-secondary)}.SayItRight-module__GDpiHG__scoreVal{font-size:var(--text-lg);color:var(--color-text);font-weight:700}.SayItRight-module__GDpiHG__wordCard{align-items:center;gap:var(--space-2);padding:var(--space-8) var(--space-4);margin-bottom:var(--space-5);border-radius:var(--radius-lg);background:var(--color-surface);border:2px solid var(--color-border);flex-direction:column;display:flex}.SayItRight-module__GDpiHG__emoji{font-size:3.5rem}.SayItRight-module__GDpiHG__word{font-size:var(--text-2xl);color:var(--color-text);font-weight:800}.SayItRight-module__GDpiHG__phonetic{font-size:var(--text-sm);color:var(--color-text-tertiary);font-style:italic}.SayItRight-module__GDpiHG__actions{gap:var(--space-4);margin-bottom:var(--space-5);justify-content:center;display:flex}.SayItRight-module__GDpiHG__listenBtn,.SayItRight-module__GDpiHG__micBtn{padding:var(--space-3) var(--space-5);border-radius:var(--radius-md);font-size:var(--text-base);border:2px solid var(--color-border);background:var(--color-surface);cursor:pointer;transition:all var(--transition-fast);font-weight:600}.SayItRight-module__GDpiHG__listenBtn:hover:not(:disabled),.SayItRight-module__GDpiHG__micBtn:hover:not(:disabled){box-shadow:var(--shadow-sm);transform:scale(1.03)}.SayItRight-module__GDpiHG__listenBtn:disabled,.SayItRight-module__GDpiHG__micBtn:disabled{opacity:.5;cursor:not-allowed}.SayItRight-module__GDpiHG__micBtn{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.SayItRight-module__GDpiHG__micActive{background:#ff4757;border-color:#ff4757;animation:1s infinite SayItRight-module__GDpiHG__micPulse}.SayItRight-module__GDpiHG__transcript{text-align:center;padding:var(--space-3);margin-bottom:var(--space-4);border-radius:var(--radius-md);background:var(--color-bg-alt)}.SayItRight-module__GDpiHG__transcriptLabel{font-size:var(--text-xs);color:var(--color-text-tertiary);margin-bottom:4px;display:block}.SayItRight-module__GDpiHG__transcriptText{font-size:var(--text-lg);color:var(--color-text);font-weight:600}.SayItRight-module__GDpiHG__feedbackCorrect{text-align:center;padding:var(--space-3);border-radius:var(--radius-md);color:#2ed573;font-weight:700;font-size:var(--text-lg);background:#2ed57315;animation:.3s SayItRight-module__GDpiHG__fadeIn}.SayItRight-module__GDpiHG__feedbackWrong{text-align:center;padding:var(--space-3);border-radius:var(--radius-md);color:#ff4757;background:#ff475715;font-weight:600;animation:.3s SayItRight-module__GDpiHG__fadeIn}.SayItRight-module__GDpiHG__unsupported{text-align:center;padding:var(--space-8) var(--space-4)}.SayItRight-module__GDpiHG__unsupportedIcon{margin-bottom:var(--space-3);font-size:3rem;display:block}.SayItRight-module__GDpiHG__unsupported h3{color:var(--color-text);margin-bottom:var(--space-2)}.SayItRight-module__GDpiHG__unsupported p{color:var(--color-text-secondary);font-size:var(--text-sm)}@keyframes SayItRight-module__GDpiHG__micPulse{0%,to{box-shadow:0 0 #ff475766}50%{box-shadow:0 0 0 10px #ff475700}}@keyframes SayItRight-module__GDpiHG__fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.SayItRight-module__GDpiHG__wordCard{padding:var(--space-6) var(--space-3)}.SayItRight-module__GDpiHG__emoji{font-size:2.5rem}.SayItRight-module__GDpiHG__word{font-size:var(--text-xl)}.SayItRight-module__GDpiHG__actions{flex-direction:column}}
.SpellRacer-module__3JO6kW__game{width:100%;max-width:600px;margin:0 auto}.SpellRacer-module__3JO6kW__scoreBar{padding:var(--space-3) var(--space-4);margin-bottom:var(--space-4);border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);justify-content:space-between;align-items:center;display:flex}.SpellRacer-module__3JO6kW__progress{font-size:var(--text-sm);color:var(--color-text-secondary)}.SpellRacer-module__3JO6kW__scoreVal{font-size:var(--text-lg);color:var(--color-text);font-weight:700}.SpellRacer-module__3JO6kW__chars{font-size:var(--text-sm);color:var(--color-text-tertiary)}.SpellRacer-module__3JO6kW__timerBar{background:var(--color-border);width:100%;height:6px;margin-bottom:var(--space-5);border-radius:3px;overflow:hidden}.SpellRacer-module__3JO6kW__timerFill{border-radius:3px;height:100%;transition:width 1s linear,background .3s}.SpellRacer-module__3JO6kW__wordDisplay{align-items:center;gap:var(--space-4);padding:var(--space-6) var(--space-4);margin-bottom:var(--space-5);border-radius:var(--radius-lg);background:var(--color-surface);border:2px solid var(--color-border);flex-direction:column;display:flex}.SpellRacer-module__3JO6kW__emoji{font-size:3rem}.SpellRacer-module__3JO6kW__letterTrack{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.SpellRacer-module__3JO6kW__letter{border-radius:var(--radius-sm);width:36px;height:44px;font-size:var(--text-xl);text-transform:lowercase;border:2px solid var(--color-border);background:var(--color-bg-alt);justify-content:center;align-items:center;font-weight:700;transition:all .15s;display:inline-flex}.SpellRacer-module__3JO6kW__letterCorrect{color:#2ed573;background:#2ed57320;border-color:#2ed573}.SpellRacer-module__3JO6kW__letterWrong{color:#ff4757;background:#ff475720;border-color:#ff4757}.SpellRacer-module__3JO6kW__letterPending{border-color:var(--color-border);color:var(--color-text-tertiary)}.SpellRacer-module__3JO6kW__input{width:100%;padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);border:2px solid var(--color-border);background:var(--color-surface);font-size:var(--text-xl);text-align:center;letter-spacing:.1em;outline:none;font-weight:600;transition:border-color .2s}.SpellRacer-module__3JO6kW__input:focus{border-color:var(--color-primary)}.SpellRacer-module__3JO6kW__input:disabled{opacity:.5}.SpellRacer-module__3JO6kW__feedbackCorrect{text-align:center;padding:var(--space-3);margin-top:var(--space-4);border-radius:var(--radius-md);color:#2ed573;font-weight:700;font-size:var(--text-lg);background:#2ed57315;animation:.3s SpellRacer-module__3JO6kW__fadeIn}.SpellRacer-module__3JO6kW__feedbackWrong{text-align:center;padding:var(--space-3);margin-top:var(--space-4);border-radius:var(--radius-md);color:#ff4757;background:#ff475715;font-weight:600;animation:.3s SpellRacer-module__3JO6kW__fadeIn}@keyframes SpellRacer-module__3JO6kW__fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.SpellRacer-module__3JO6kW__letter{width:28px;height:36px;font-size:var(--text-lg)}.SpellRacer-module__3JO6kW__emoji{font-size:2.5rem}}
.WordHunter-module__eWgnqa__game{width:100%;max-width:600px;margin:0 auto}.WordHunter-module__eWgnqa__scoreBar{padding:var(--space-3) var(--space-4);margin-bottom:var(--space-4);border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);justify-content:space-between;align-items:center;display:flex}.WordHunter-module__eWgnqa__progress{font-size:var(--text-sm);color:var(--color-text-secondary)}.WordHunter-module__eWgnqa__scoreVal{font-size:var(--text-lg);color:var(--color-text);font-weight:700}.WordHunter-module__eWgnqa__wordList{gap:var(--space-2);margin-bottom:var(--space-4);flex-wrap:wrap;justify-content:center;display:flex}.WordHunter-module__eWgnqa__wordTag{border-radius:var(--radius-sm);font-size:var(--text-sm);background:var(--color-bg-alt);color:var(--color-text-tertiary);border:1px solid var(--color-border);padding:4px 10px;font-weight:600;transition:all .3s}.WordHunter-module__eWgnqa__foundTag{color:#2ed573;background:#2ed57315;border-color:#2ed57340}.WordHunter-module__eWgnqa__grid{padding:var(--space-3);border-radius:var(--radius-lg);background:var(--color-surface);border:2px solid var(--color-border);-webkit-user-select:none;user-select:none;grid-template-columns:repeat(10,1fr);gap:3px;display:grid}.WordHunter-module__eWgnqa__cell{aspect-ratio:1;font-size:var(--text-sm);border-radius:var(--radius-sm);background:var(--color-bg-alt);color:var(--color-text);cursor:pointer;justify-content:center;align-items:center;font-weight:700;transition:background .15s,color .15s;display:flex}.WordHunter-module__eWgnqa__cell:hover{background:var(--color-primary-light)}.WordHunter-module__eWgnqa__selected{background:var(--color-primary);color:#fff}.WordHunter-module__eWgnqa__found{color:#2ed573;background:#2ed57330}.WordHunter-module__eWgnqa__feedback{text-align:center;padding:var(--space-3);margin-top:var(--space-4);border-radius:var(--radius-md);color:#2ed573;font-weight:700;font-size:var(--text-lg);background:#2ed57315;animation:.3s WordHunter-module__eWgnqa__fadeIn}@keyframes WordHunter-module__eWgnqa__fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.WordHunter-module__eWgnqa__grid{padding:var(--space-2);gap:2px}.WordHunter-module__eWgnqa__cell{font-size:11px}}
.TopicSelector-module__4iaFlq__wrapper{display:inline-block;position:relative}.TopicSelector-module__4iaFlq__trigger{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);font-size:var(--text-sm);cursor:pointer;transition:all var(--transition-base);display:flex}.TopicSelector-module__4iaFlq__trigger:hover{border-color:var(--color-primary);box-shadow:var(--shadow-sm)}.TopicSelector-module__4iaFlq__triggerIcon{font-size:1.2rem;line-height:1}.TopicSelector-module__4iaFlq__triggerText{font-weight:600}.TopicSelector-module__4iaFlq__triggerArrow{opacity:.6;font-size:.6rem}.TopicSelector-module__4iaFlq__dropdown{top:calc(100% + var(--space-2));background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);min-width:280px;max-height:360px;box-shadow:var(--shadow-lg);z-index:1000;flex-direction:column;display:flex;position:absolute;left:0;overflow:hidden}.TopicSelector-module__4iaFlq__dropdownHeader{padding:var(--space-3) var(--space-4);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-tertiary);border-bottom:1px solid var(--color-border);flex-shrink:0;font-weight:700}.TopicSelector-module__4iaFlq__topicList{overscroll-behavior:contain;max-height:300px;overflow-y:auto}.TopicSelector-module__4iaFlq__topicItem{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3) var(--space-4);color:var(--color-text);cursor:pointer;text-align:left;transition:background var(--transition-fast);background:0 0;border:none;display:flex}.TopicSelector-module__4iaFlq__topicItem:hover{background:var(--color-bg-alt)}.TopicSelector-module__4iaFlq__topicItemActive{background:var(--color-primary-light)}.TopicSelector-module__4iaFlq__topicIcon{font-size:1.4rem;line-height:1}.TopicSelector-module__4iaFlq__topicInfo{flex-direction:column;flex:1;gap:2px;display:flex}.TopicSelector-module__4iaFlq__topicName{font-size:var(--text-sm);font-weight:600}.TopicSelector-module__4iaFlq__topicMeta{font-size:var(--text-xs);color:var(--color-text-tertiary)}.TopicSelector-module__4iaFlq__topicCheck{color:var(--color-primary);font-weight:700}
.embed-module__q3TajG__embedContainer{background:var(--color-bg);flex-direction:column;width:100%;height:100vh;display:flex;overflow:hidden}.embed-module__q3TajG__scoreBar{justify-content:center;gap:var(--space-6);padding:var(--space-3) var(--space-4);background:var(--color-surface);border-bottom:1px solid var(--color-border);font-size:var(--text-sm);color:var(--color-text);flex-shrink:0;font-weight:600;display:flex}.embed-module__q3TajG__gameArea{flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.embed-module__q3TajG__startScreen{justify-content:center;align-items:center;gap:var(--space-4);padding:var(--space-6);text-align:center;flex-direction:column;flex:1;display:flex}.embed-module__q3TajG__startIcon{font-size:4rem;line-height:1}.embed-module__q3TajG__startTitle{font-size:var(--text-2xl);color:var(--color-text);font-weight:800}.embed-module__q3TajG__startDesc{font-size:var(--text-base);color:var(--color-text-secondary);max-width:400px}.embed-module__q3TajG__topicSelectorWrap{margin:var(--space-2) 0}.embed-module__q3TajG__startBtn{padding:var(--space-3) var(--space-8);border-radius:var(--radius-full);color:#fff;font-weight:700;font-size:var(--text-lg);cursor:pointer;transition:transform var(--transition-fast);border:none}.embed-module__q3TajG__startBtn:hover{transform:translateY(-2px)}.embed-module__q3TajG__gameOver{justify-content:center;align-items:center;gap:var(--space-4);padding:var(--space-6);text-align:center;flex-direction:column;flex:1;display:flex}.embed-module__q3TajG__gameOverIcon{font-size:4rem;line-height:1}.embed-module__q3TajG__gameOverTitle{font-size:var(--text-2xl);color:var(--color-text);font-weight:800}.embed-module__q3TajG__gameOverStats{gap:var(--space-6);margin:var(--space-2) 0;display:flex}.embed-module__q3TajG__gameOverStat{align-items:center;gap:var(--space-1);flex-direction:column;display:flex}.embed-module__q3TajG__statValue{font-size:var(--text-3xl);color:var(--color-primary);font-weight:800}.embed-module__q3TajG__statLabel{font-size:var(--text-sm);color:var(--color-text-secondary)}.embed-module__q3TajG__playAgainBtn{padding:var(--space-3) var(--space-8);border-radius:var(--radius-full);color:#fff;font-weight:700;font-size:var(--text-lg);cursor:pointer;transition:transform var(--transition-fast);border:none}.embed-module__q3TajG__playAgainBtn:hover{transform:translateY(-2px)}
.gamepage-module__NnHaHa__page{min-height:calc(100vh - var(--header-height));padding:var(--space-8) 0 var(--space-16)}.gamepage-module__NnHaHa__container{max-width:900px;padding:0 var(--space-6);margin:0 auto}.gamepage-module__NnHaHa__breadcrumb{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-text-tertiary);margin-bottom:var(--space-6);text-transform:capitalize;display:flex}.gamepage-module__NnHaHa__breadcrumb a{color:var(--color-text-secondary);transition:color var(--transition-fast)}.gamepage-module__NnHaHa__breadcrumb a:hover{color:var(--color-primary)}.gamepage-module__NnHaHa__breadcrumbSep{color:var(--color-text-tertiary)}.gamepage-module__NnHaHa__breadcrumbCurrent{color:var(--color-text);font-weight:500}.gamepage-module__NnHaHa__gameHeader{margin-bottom:var(--space-6);justify-content:space-between;align-items:center;display:flex}.gamepage-module__NnHaHa__gameMeta{align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);display:flex}.gamepage-module__NnHaHa__gameBadge{padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:var(--text-xs);text-transform:capitalize;font-weight:600}.gamepage-module__NnHaHa__gameLevel{font-size:var(--text-xs);color:var(--color-text-tertiary);font-weight:500}.gamepage-module__NnHaHa__gameTitle{font-size:var(--text-3xl);color:var(--color-text);font-weight:800}.gamepage-module__NnHaHa__gameArea{border-radius:var(--radius-xl);background:var(--color-surface);border:1px solid var(--color-border);min-height:480px;margin-bottom:var(--space-8);justify-content:center;align-items:center;display:flex;overflow:hidden}.gamepage-module__NnHaHa__startScreen{text-align:center;padding:var(--space-12);align-items:center;gap:var(--space-4);flex-direction:column;animation:.3s gamepage-module__NnHaHa__fadeIn;display:flex}@keyframes gamepage-module__NnHaHa__fadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.gamepage-module__NnHaHa__startIcon{margin-bottom:var(--space-2);font-size:4rem;line-height:1}.gamepage-module__NnHaHa__startTitle{font-size:var(--text-2xl);color:var(--color-text);font-weight:800}.gamepage-module__NnHaHa__startDesc{font-size:var(--text-base);color:var(--color-text-secondary);max-width:360px}.gamepage-module__NnHaHa__startBtn{align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-8);border-radius:var(--radius-full);color:#fff;font-family:var(--font-heading);font-size:var(--text-lg);cursor:pointer;transition:all var(--transition-base);box-shadow:var(--shadow-lg);margin-top:var(--space-4);border:none;font-weight:700;display:inline-flex}.gamepage-module__NnHaHa__startBtn:hover{box-shadow:var(--shadow-xl);transform:translateY(-3px)}.gamepage-module__NnHaHa__topicSelectorWrap{margin:var(--space-4) 0;z-index:200;position:relative}.gamepage-module__NnHaHa__gameOver{text-align:center;padding:var(--space-12);align-items:center;gap:var(--space-4);flex-direction:column;width:100%;animation:.4s gamepage-module__NnHaHa__fadeIn;display:flex}.gamepage-module__NnHaHa__gameOverIcon{font-size:4rem;line-height:1}.gamepage-module__NnHaHa__gameOverTitle{font-size:var(--text-3xl);background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.gamepage-module__NnHaHa__gameOverStats{gap:var(--space-8);margin:var(--space-6) 0;display:flex}.gamepage-module__NnHaHa__gameOverStat{flex-direction:column;align-items:center;display:flex}.gamepage-module__NnHaHa__gameOverStatValue{font-family:var(--font-heading);font-size:var(--text-3xl);color:var(--color-text);font-weight:800}.gamepage-module__NnHaHa__gameOverStatLabel{font-size:var(--text-sm);color:var(--color-text-tertiary)}.gamepage-module__NnHaHa__gameOverActions{gap:var(--space-4);margin-top:var(--space-4);display:flex}.gamepage-module__NnHaHa__playAgainBtn{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);border-radius:var(--radius-full);color:#fff;font-weight:700;font-size:var(--text-base);cursor:pointer;transition:all var(--transition-fast);box-shadow:var(--shadow-md);border:none;display:inline-flex}.gamepage-module__NnHaHa__playAgainBtn:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.gamepage-module__NnHaHa__browseBtn{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);border:2px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text);font-weight:600;font-size:var(--text-base);transition:all var(--transition-fast);display:inline-flex}.gamepage-module__NnHaHa__browseBtn:hover{border-color:var(--color-primary);color:var(--color-primary)}.gamepage-module__NnHaHa__gameInfo{padding:var(--space-6);border-radius:var(--radius-lg);background:var(--color-surface);border:1px solid var(--color-border)}.gamepage-module__NnHaHa__gameInfo h2{font-size:var(--text-xl);margin-bottom:var(--space-3);color:var(--color-text);font-weight:700}.gamepage-module__NnHaHa__gameInfo p{font-size:var(--text-base);color:var(--color-text-secondary);margin-bottom:var(--space-4);line-height:1.7}.gamepage-module__NnHaHa__gameTopics{align-items:center;gap:var(--space-2);color:var(--color-text-secondary);font-size:var(--text-sm);flex-wrap:wrap;display:flex}.gamepage-module__NnHaHa__topicTag{padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);background:var(--color-primary-light);color:var(--color-primary);font-size:var(--text-xs);text-transform:capitalize;font-weight:500}@media (max-width:768px){.gamepage-module__NnHaHa__gameTitle{font-size:var(--text-2xl)}.gamepage-module__NnHaHa__gameArea{min-height:400px}.gamepage-module__NnHaHa__gameOverStats{gap:var(--space-4)}.gamepage-module__NnHaHa__gameOverStatValue{font-size:var(--text-2xl)}.gamepage-module__NnHaHa__scoreBar{flex-wrap:wrap}.gamepage-module__NnHaHa__relatedGrid{grid-template-columns:1fr}}.gamepage-module__NnHaHa__scoreBar{justify-content:center;align-items:center;gap:var(--space-6);padding:var(--space-3) var(--space-6);margin-bottom:var(--space-4);border-radius:var(--radius-lg);background:var(--color-surface);border:1px solid var(--color-border);display:flex}.gamepage-module__NnHaHa__scoreBarItem{flex-direction:column;align-items:center;min-width:60px;display:flex}.gamepage-module__NnHaHa__scoreBarLabel{font-size:var(--text-xs);color:var(--color-text-tertiary);font-weight:500}.gamepage-module__NnHaHa__scoreBarValue{font-family:var(--font-heading);font-size:var(--text-lg);color:var(--color-text);font-weight:800}.gamepage-module__NnHaHa__streakFire{color:var(--color-warning)}.gamepage-module__NnHaHa__controlPanel{justify-content:center;align-items:center;gap:var(--space-2);margin-bottom:var(--space-8);display:flex}.gamepage-module__NnHaHa__controlBtn{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:40px;height:40px;font-size:var(--text-lg);cursor:pointer;transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.gamepage-module__NnHaHa__controlBtn:hover{border-color:var(--color-primary);background:var(--color-primary-light)}.gamepage-module__NnHaHa__relatedSection{margin-top:var(--space-8)}.gamepage-module__NnHaHa__relatedTitle{font-size:var(--text-xl);color:var(--color-text);margin-bottom:var(--space-4);font-weight:700}.gamepage-module__NnHaHa__relatedGrid{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.gamepage-module__NnHaHa__relatedCard{align-items:center;gap:var(--space-3);padding:var(--space-4);border-radius:var(--radius-lg);background:var(--color-surface);border:1px solid var(--color-border);transition:all var(--transition-fast);display:flex}.gamepage-module__NnHaHa__relatedCard:hover{border-color:var(--color-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.gamepage-module__NnHaHa__relatedIcon{font-size:2rem;line-height:1}.gamepage-module__NnHaHa__relatedName{font-family:var(--font-heading);font-weight:700;font-size:var(--text-sm);color:var(--color-text);display:block}.gamepage-module__NnHaHa__relatedDesc{font-size:var(--text-xs);color:var(--color-text-tertiary);margin-top:var(--space-1);display:block}.gamepage-module__NnHaHa__seoBlock{margin-top:var(--space-8);padding:var(--space-6);border-radius:var(--radius-lg);background:var(--color-surface);border:1px solid var(--color-border)}.gamepage-module__NnHaHa__seoBlock h2{font-size:var(--text-lg);color:var(--color-text);margin-bottom:var(--space-3);font-weight:700}.gamepage-module__NnHaHa__seoBlock p{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.8}.gamepage-module__NnHaHa__xpPopup{top:80px;right:var(--space-6);z-index:1000;align-items:center;gap:var(--space-2);pointer-events:none;flex-direction:column;animation:.4s gamepage-module__NnHaHa__xpSlideIn,.5s 2.5s forwards gamepage-module__NnHaHa__xpFadeOut;display:flex;position:fixed}@keyframes gamepage-module__NnHaHa__xpSlideIn{0%{opacity:0;transform:translate(40px)scale(.8)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes gamepage-module__NnHaHa__xpFadeOut{to{opacity:0;transform:translateY(-20px)scale(.9)}}.gamepage-module__NnHaHa__xpPopupValue{font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--color-primary);background:var(--color-primary-light);padding:var(--space-2) var(--space-5);border-radius:var(--radius-full);box-shadow:var(--shadow-lg);font-weight:800}.gamepage-module__NnHaHa__levelUpBanner{font-family:var(--font-heading);font-size:var(--text-lg);color:#fff;background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));padding:var(--space-2) var(--space-5);border-radius:var(--radius-full);box-shadow:var(--shadow-lg);font-weight:800;animation:.6s infinite alternate gamepage-module__NnHaHa__levelPulse}@keyframes gamepage-module__NnHaHa__levelPulse{0%{transform:scale(1)}to{transform:scale(1.05)}}.gamepage-module__NnHaHa__achievementBanner{font-family:var(--font-heading);font-size:var(--text-base);color:var(--color-warning);background:var(--color-surface);border:2px solid var(--color-warning);padding:var(--space-2) var(--space-5);border-radius:var(--radius-full);box-shadow:var(--shadow-lg);font-weight:700;animation:.6s infinite alternate gamepage-module__NnHaHa__levelPulse}
