.AdminNav-module__1dB2lW__nav{flex-direction:column;gap:0;display:flex}.AdminNav-module__1dB2lW__group{border-radius:var(--radius-sm);flex-direction:column;gap:.1rem;padding:.5rem;display:flex}.AdminNav-module__1dB2lW__groupContent{background:var(--bg);border:1px solid var(--border)}.AdminNav-module__1dB2lW__groupManagement{background:0 0;margin-top:.5rem}.AdminNav-module__1dB2lW__groupLabelContent{text-transform:uppercase;letter-spacing:.1em;color:var(--teal-dark);padding:.25rem .5rem .4rem;font-size:.65rem;font-weight:800}.AdminNav-module__1dB2lW__link{border-radius:var(--radius-sm);color:var(--text-muted);padding:.45rem .65rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:block}.AdminNav-module__1dB2lW__link:hover{background:var(--teal-light);color:var(--teal-dark)}.AdminNav-module__1dB2lW__active{background:var(--teal-light);color:var(--teal-dark);font-weight:700}.AdminNav-module__1dB2lW__contentLink{border-radius:var(--radius-sm);color:var(--text-muted);padding:.45rem .65rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:block}.AdminNav-module__1dB2lW__contentLink:hover{background:var(--teal-light);color:var(--teal-dark)}.AdminNav-module__1dB2lW__contentActive{background:var(--teal-light);color:var(--teal-dark);font-weight:700}
.ImageUpload-module__jT11VW__wrap{flex-direction:column;gap:.5rem;display:flex}.ImageUpload-module__jT11VW__hiddenInput{display:none}.ImageUpload-module__jT11VW__grid{flex-wrap:wrap;gap:.5rem;display:flex}.ImageUpload-module__jT11VW__thumb{border-radius:var(--radius-sm);border:1px solid var(--border);flex-shrink:0;width:100px;height:100px;position:relative;overflow:hidden}.ImageUpload-module__jT11VW__thumbImg{object-fit:cover;width:100%;height:100%;display:block}.ImageUpload-module__jT11VW__removeBtn{color:#fff;cursor:pointer;background:#000000a6;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:1rem;line-height:1;transition:background .15s;display:flex;position:absolute;top:3px;right:3px}.ImageUpload-module__jT11VW__removeBtn:hover{background:#c0392bd9}.ImageUpload-module__jT11VW__addBtn{border:2px dashed var(--border);border-radius:var(--radius-sm);background:var(--teal-light);cursor:pointer;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:.25rem;width:100px;height:100px;transition:border-color .15s,background .15s;display:flex}.ImageUpload-module__jT11VW__addBtn:hover{border-color:var(--teal);background:#d0f0ee}.ImageUpload-module__jT11VW__addIcon{color:var(--teal-dark);font-size:1.6rem;line-height:1}.ImageUpload-module__jT11VW__addLabel{color:var(--teal-dark);font-size:.7rem;font-weight:600}.ImageUpload-module__jT11VW__hint{color:var(--text-muted);font-size:.75rem}
.ComboBox-module__n5w_zG__wrap{position:relative}.ComboBox-module__n5w_zG__inputRow{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);align-items:center;transition:border-color .15s;display:flex;overflow:hidden}.ComboBox-module__n5w_zG__inputRow:focus-within{border-color:var(--teal)}.ComboBox-module__n5w_zG__input{color:var(--text);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.55rem .75rem;font-family:inherit;font-size:.9rem}.ComboBox-module__n5w_zG__input::placeholder{color:var(--text-muted)}.ComboBox-module__n5w_zG__clearBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 .6rem;font-size:1rem;line-height:1}.ComboBox-module__n5w_zG__clearBtn:hover{color:var(--text)}.ComboBox-module__n5w_zG__dropdown{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);z-index:100;max-height:220px;position:absolute;top:calc(100% + 3px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.ComboBox-module__n5w_zG__option{color:var(--text);cursor:pointer;padding:.5rem .75rem;font-size:.88rem;transition:background .1s}.ComboBox-module__n5w_zG__option:hover,.ComboBox-module__n5w_zG__option.ComboBox-module__n5w_zG__highlighted{background:var(--teal-light)}.ComboBox-module__n5w_zG__noOptions{color:var(--text-muted);padding:.5rem .75rem;font-size:.85rem;font-style:italic}.ComboBox-module__n5w_zG__loadingRow{color:var(--text-muted);padding:.5rem .75rem;font-size:.85rem}.ComboBox-module__n5w_zG__chips{flex-wrap:wrap;gap:.35rem;margin-bottom:.4rem;display:flex}.ComboBox-module__n5w_zG__chip{background:var(--teal-light);border:1px solid var(--border);color:var(--teal-dark);border-radius:999px;align-items:center;gap:.3rem;padding:.2rem .55rem;font-size:.8rem;font-weight:600;display:inline-flex}.ComboBox-module__n5w_zG__chipRemove{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;font-size:.9rem;line-height:1;display:flex}.ComboBox-module__n5w_zG__chipRemove:hover{color:#c0392b}
.HtmlField-module__df2w5G__wrap{flex-direction:column;gap:.4rem;width:100%;display:flex}.HtmlField-module__df2w5G__textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);width:100%;color:var(--ink);resize:vertical;box-sizing:border-box;padding:.6rem .75rem;font-family:Courier New,Courier,monospace;font-size:.85rem;line-height:1.6}.HtmlField-module__df2w5G__textarea:focus{border-color:var(--teal);box-shadow:0 0 0 2px rgba(var(--teal-rgb,168, 23, 78), .12);outline:none}.HtmlField-module__df2w5G__toolbar{align-items:center;gap:.75rem;display:flex}.HtmlField-module__df2w5G__previewToggle{border:1px solid var(--border);background:var(--white);color:var(--text-muted);cursor:pointer;border-radius:99px;padding:.2rem .65rem;font-size:.78rem;font-weight:600;transition:background .12s,color .12s}.HtmlField-module__df2w5G__previewToggle:hover,.HtmlField-module__df2w5G__previewToggle.HtmlField-module__df2w5G__active{background:var(--teal);color:var(--white);border-color:var(--teal)}.HtmlField-module__df2w5G__hint{color:var(--text-muted);font-size:.75rem}.HtmlField-module__df2w5G__preview{border:1px dashed var(--border);border-radius:var(--radius-sm);background:var(--surface,#fafafa);color:var(--ink);padding:.85rem 1rem;font-size:.92rem;line-height:1.7}.HtmlField-module__df2w5G__preview b,.HtmlField-module__df2w5G__preview strong{font-weight:700}.HtmlField-module__df2w5G__preview i,.HtmlField-module__df2w5G__preview em{font-style:italic}.HtmlField-module__df2w5G__preview u{text-decoration:underline}.HtmlField-module__df2w5G__preview s{text-decoration:line-through}.HtmlField-module__df2w5G__preview h3{margin:.6rem 0 .3rem;font-size:1.05rem;font-weight:700}.HtmlField-module__df2w5G__preview h4{margin:.5rem 0 .25rem;font-size:.95rem;font-weight:700}.HtmlField-module__df2w5G__preview p{margin:0 0 .5rem}.HtmlField-module__df2w5G__preview ul,.HtmlField-module__df2w5G__preview ol{margin:.25rem 0 .5rem;padding-left:1.4rem}.HtmlField-module__df2w5G__preview li{margin-bottom:.15rem}.HtmlField-module__df2w5G__preview a{color:var(--teal);text-decoration:underline}.HtmlField-module__df2w5G__preview code{background:#0000000f;border-radius:3px;padding:.1em .3em;font-family:Courier New,Courier,monospace;font-size:.82em}.HtmlField-module__df2w5G__preview pre{border-radius:var(--radius-sm);background:#0000000f;padding:.5rem .75rem;font-family:Courier New,Courier,monospace;font-size:.82em;overflow-x:auto}.HtmlField-module__df2w5G__preview sup{vertical-align:super;font-size:.7em}.HtmlField-module__df2w5G__preview sub{vertical-align:sub;font-size:.7em}.HtmlField-module__df2w5G__preview table{border-collapse:collapse;width:100%;font-size:.88rem}.HtmlField-module__df2w5G__preview th,.HtmlField-module__df2w5G__preview td{border:1px solid var(--border);text-align:left;padding:.3rem .6rem}.HtmlField-module__df2w5G__preview th{background:#0000000a;font-weight:600}
.ImageGallery-module__bsRZGq__strip{gap:.75rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.ImageGallery-module__bsRZGq__thumbBtn{border:1px solid var(--border);border-radius:var(--radius-sm);cursor:zoom-in;background:0 0;flex-shrink:0;padding:0;transition:transform .12s,box-shadow .12s;overflow:hidden}.ImageGallery-module__bsRZGq__thumbBtn:hover{transform:scale(1.04);box-shadow:0 4px 12px #0000002e}.ImageGallery-module__bsRZGq__thumb{width:auto;height:140px;display:block}.ImageGallery-module__bsRZGq__overlay{z-index:1000;cursor:zoom-out;background:#000000e6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ImageGallery-module__bsRZGq__fullImg{object-fit:contain;border-radius:var(--radius);cursor:default;max-width:min(92vw,1100px);max-height:88vh;display:block;box-shadow:0 8px 40px #0009}.ImageGallery-module__bsRZGq__closeBtn{color:#fff;cursor:pointer;background:#ffffff26;border:1.5px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.5rem;line-height:1;transition:background .15s;display:flex;position:fixed;top:1.25rem;right:1.5rem}.ImageGallery-module__bsRZGq__closeBtn:hover{background:#ffffff47}.ImageGallery-module__bsRZGq__navBtn{color:#fff;cursor:pointer;background:#ffffff26;border:1.5px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:2rem;line-height:1;transition:background .15s;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.ImageGallery-module__bsRZGq__navBtn:hover{background:#ffffff47}.ImageGallery-module__bsRZGq__prevBtn{left:1.25rem}.ImageGallery-module__bsRZGq__nextBtn{right:1.25rem}.ImageGallery-module__bsRZGq__counter{color:#ffffffbf;white-space:nowrap;background:#0006;border-radius:99px;padding:.25rem .75rem;font-size:.85rem;font-weight:600;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)}
.CustomizeSentence-module__eu_4vW__sentence{word-break:break-word;font-size:1.15rem;font-weight:600;line-height:1.8}.CustomizeSentence-module__eu_4vW__known{color:var(--teal-dark)}.CustomizeSentence-module__eu_4vW__unknown{color:var(--pink);font-size:.95rem;font-style:italic;font-weight:500}.CustomizeSentence-module__eu_4vW__punct{color:var(--teal-dark)}
.MemberGate-module__AR8GNG__gate{background:var(--teal-light);border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:.6rem;padding:.45rem .9rem;display:inline-flex}.MemberGate-module__AR8GNG__gateText{color:var(--text-muted);font-size:.82rem}.MemberGate-module__AR8GNG__gateCta{color:var(--teal-dark);white-space:nowrap;font-size:.82rem;font-weight:600;transition:color .15s}.MemberGate-module__AR8GNG__gateCta:hover{color:var(--teal)}
.ConversationDetail-module__1xO3Lq__wrap{flex-direction:column;gap:1rem;display:flex}.ConversationDetail-module__1xO3Lq__levelBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;width:fit-content;padding:.25rem .65rem;font-size:.75rem;font-weight:700;display:inline-block}.ConversationDetail-module__1xO3Lq__beginner{background:var(--green-light);color:#2e7d32}.ConversationDetail-module__1xO3Lq__intermediate{color:#856404;background:#fff8e1}.ConversationDetail-module__1xO3Lq__advanced{background:var(--coral-light);color:#c0392b}.ConversationDetail-module__1xO3Lq__plot{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--ink);padding:.65rem 1rem;font-size:.9rem;font-style:italic}.ConversationDetail-module__1xO3Lq__plotLabel{color:var(--text);margin-right:.35rem;font-style:normal}.ConversationDetail-module__1xO3Lq__imageStrip{gap:.75rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.ConversationDetail-module__1xO3Lq__imageThumb{border-radius:var(--radius-sm);border:1px solid var(--border);object-fit:cover;flex-shrink:0;width:auto;height:160px}.ConversationDetail-module__1xO3Lq__tabs{border-bottom:2px solid var(--border);gap:.3rem;display:flex}.ConversationDetail-module__1xO3Lq__tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.45rem 1rem;font-size:.82rem;font-weight:600;transition:color .15s,border-color .15s}.ConversationDetail-module__1xO3Lq__tab:hover{color:var(--teal)}.ConversationDetail-module__1xO3Lq__tab.ConversationDetail-module__1xO3Lq__activeTab{color:var(--teal-dark);border-bottom-color:var(--teal)}.ConversationDetail-module__1xO3Lq__tab.ConversationDetail-module__1xO3Lq__tabDisabled{opacity:.4;cursor:default}.ConversationDetail-module__1xO3Lq__customizeNote{color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);margin:0;padding:.4rem .75rem;font-size:.8rem;font-style:italic}.ConversationDetail-module__1xO3Lq__sentences{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);flex-direction:column;display:flex;overflow:hidden}.ConversationDetail-module__1xO3Lq__sentence{border-bottom:1px solid var(--border);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.9rem 1.25rem;transition:background .1s;display:flex}.ConversationDetail-module__1xO3Lq__sentence:last-child{border-bottom:none}.ConversationDetail-module__1xO3Lq__sentence:hover{background:var(--teal-light)}.ConversationDetail-module__1xO3Lq__sentence.ConversationDetail-module__1xO3Lq__alt{background:#f9fffe}.ConversationDetail-module__1xO3Lq__sentence.ConversationDetail-module__1xO3Lq__alt:hover{background:var(--teal-light)}.ConversationDetail-module__1xO3Lq__sentenceBody{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.ConversationDetail-module__1xO3Lq__sentenceBodyGrid{grid-template-columns:max-content 1fr;align-items:start;gap:0 .75rem;display:grid}.ConversationDetail-module__1xO3Lq__roleCol{align-items:flex-start;min-width:3.5rem;padding-top:.1rem;display:flex}.ConversationDetail-module__1xO3Lq__contentCol{flex-direction:column;gap:.2rem;min-width:0;display:flex}.ConversationDetail-module__1xO3Lq__primaryLine{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.ConversationDetail-module__1xO3Lq__chinese{color:var(--teal-dark);margin:0;font-size:1.15rem;font-weight:600}.ConversationDetail-module__1xO3Lq__pinyin{color:var(--teal-dark);margin:0;font-size:1rem;font-style:italic}.ConversationDetail-module__1xO3Lq__english{color:var(--text);margin:0;font-size:.92rem}.ConversationDetail-module__1xO3Lq__hint{color:var(--text-muted);margin-top:.1rem;font-size:.85rem;font-style:italic}.ConversationDetail-module__1xO3Lq__hintIcon{opacity:.55;font-size:1.1rem;line-height:1}.ConversationDetail-module__1xO3Lq__youtubeBtn{color:var(--white);border-radius:var(--radius-sm);background:#e53935;width:fit-content;padding:.4rem 1rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block}.ConversationDetail-module__1xO3Lq__youtubeBtn:hover{background:#b71c1c}.ConversationDetail-module__1xO3Lq__relatedLink{color:var(--teal-dark);border:1px solid var(--teal);border-radius:var(--radius-sm);background:var(--teal-light);flex-direction:column;gap:.15rem;width:fit-content;padding:.55rem .85rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.ConversationDetail-module__1xO3Lq__relatedLink:hover{background:var(--teal);color:var(--white)}.ConversationDetail-module__1xO3Lq__relatedLinkLabel{text-transform:uppercase;letter-spacing:.06em;opacity:.65;font-size:.7rem;font-weight:700}.ConversationDetail-module__1xO3Lq__relatedLinkSituation{font-size:.9rem;font-weight:700}.ConversationDetail-module__1xO3Lq__relatedLinkSubtitle{opacity:.8;font-size:.8rem;font-weight:400}.ConversationDetail-module__1xO3Lq__relatedLinks{flex-direction:column;gap:.5rem;display:flex}.ConversationDetail-module__1xO3Lq__scriptBadge{font-size:.68rem;font-weight:700;font-family:var(--font-chinese);background:var(--surface);border:1px solid var(--border);width:1.35rem;height:1.35rem;color:var(--ink-soft);-webkit-user-select:none;user-select:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ConversationDetail-module__1xO3Lq__roleChip{border:1px solid;border-radius:999px;width:fit-content;margin-bottom:.25rem;padding:.1rem .5rem;font-size:.7rem;font-weight:700;display:inline-block}
.SpeakButton-module__-bwP7q__btn{border:1.5px solid var(--teal);background:var(--teal-light);width:34px;height:34px;color:var(--teal-dark);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.SpeakButton-module__-bwP7q__btn:hover{background:var(--teal);color:var(--white)}.SpeakButton-module__-bwP7q__btn.SpeakButton-module__-bwP7q__playing{background:var(--teal);color:var(--white);border-color:var(--teal-dark)}
.NewsDetail-module__fivtkG__wrap{flex-direction:column;gap:1.25rem;display:flex}.NewsDetail-module__fivtkG__tabBar{flex-wrap:wrap;gap:.3rem;display:flex}.NewsDetail-module__fivtkG__tab{color:var(--text-muted);background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:999px;padding:.3rem .75rem;font-family:inherit;font-size:.78rem;font-weight:700;transition:background .15s,color .15s,border-color .15s}.NewsDetail-module__fivtkG__tab:hover{background:var(--teal-light);color:var(--teal-dark);border-color:var(--teal)}.NewsDetail-module__fivtkG__activeTab{background:var(--teal);color:var(--white);border-color:var(--teal)}.NewsDetail-module__fivtkG__scriptBar{border-bottom:2px solid var(--border);flex-wrap:wrap;gap:.3rem;display:flex}.NewsDetail-module__fivtkG__scriptTab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:color .15s,border-color .15s}.NewsDetail-module__fivtkG__scriptTab:hover:not(:disabled){color:var(--teal)}.NewsDetail-module__fivtkG__activeScriptTab{color:var(--teal-dark);border-bottom-color:var(--teal)}.NewsDetail-module__fivtkG__scriptTabDisabled{opacity:.4;cursor:default}.NewsDetail-module__fivtkG__body{flex-direction:column;gap:1rem;display:flex}.NewsDetail-module__fivtkG__para{color:var(--text);font-size:1rem;line-height:1.8}.NewsDetail-module__fivtkG__emptyNote{color:var(--text-muted);font-size:.9rem;font-style:italic}.NewsDetail-module__fivtkG__relatedLinks{border-top:1px solid var(--border);padding-top:1rem}.NewsDetail-module__fivtkG__relatedLinksLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.5rem;font-size:.72rem;font-weight:700}.NewsDetail-module__fivtkG__relatedLinksList{flex-direction:column;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.NewsDetail-module__fivtkG__relatedLink{color:var(--teal);font-size:.9rem;text-decoration:none}.NewsDetail-module__fivtkG__relatedLink:hover{text-decoration:underline}
.PracticeSession-module__t2CIXa__session{flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 1rem;display:flex}.PracticeSession-module__t2CIXa__progress{background:var(--border);border-radius:3px;width:100%;max-width:480px;height:6px;overflow:hidden}.PracticeSession-module__t2CIXa__progressBar{background:var(--teal);border-radius:3px;height:100%;transition:width .3s}.PracticeSession-module__t2CIXa__counter{color:var(--text-muted);font-size:.82rem;font-weight:600}.PracticeSession-module__t2CIXa__card{background:var(--white);border:2px solid var(--border);border-radius:var(--radius);width:100%;max-width:480px;min-height:240px;box-shadow:var(--shadow-md);cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;transition:border-color .15s,box-shadow .15s;display:flex}.PracticeSession-module__t2CIXa__card:hover{border-color:var(--teal);box-shadow:0 6px 20px #2aaea02e}.PracticeSession-module__t2CIXa__card.PracticeSession-module__t2CIXa__flipped{border-color:var(--teal);background:var(--teal-light)}.PracticeSession-module__t2CIXa__cardChar{color:var(--teal-dark);font-size:5rem;font-weight:700;line-height:1}.PracticeSession-module__t2CIXa__cardWord{color:var(--teal-dark);text-align:center;font-size:2.8rem;font-weight:700;line-height:1.2}.PracticeSession-module__t2CIXa__cardHint{color:var(--text-muted);font-size:.82rem}.PracticeSession-module__t2CIXa__reveal{flex-direction:column;align-items:center;gap:.4rem;display:flex}.PracticeSession-module__t2CIXa__cardPinyin{color:var(--teal-dark);font-size:1.1rem;font-style:italic;font-weight:500}.PracticeSession-module__t2CIXa__cardDef{color:var(--text);font-size:1rem}.PracticeSession-module__t2CIXa__imageStrip{gap:.5rem;max-width:100%;padding-top:.5rem;display:flex;overflow-x:auto}.PracticeSession-module__t2CIXa__imageThumb{border-radius:var(--radius-sm);border:1px solid var(--border);object-fit:cover;flex-shrink:0;width:auto;height:80px}.PracticeSession-module__t2CIXa__controls{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.PracticeSession-module__t2CIXa__navBtn{color:var(--teal-dark);background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;padding:.55rem 1.2rem;font-size:.9rem;font-weight:600;transition:background .15s,border-color .15s}.PracticeSession-module__t2CIXa__navBtn:hover:not(:disabled){background:var(--teal-light);border-color:var(--teal)}.PracticeSession-module__t2CIXa__navBtn:disabled{opacity:.4;cursor:not-allowed}.PracticeSession-module__t2CIXa__reviewBtn{color:var(--teal-dark);background:var(--teal-light);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;padding:.55rem 1.1rem;font-size:.85rem;font-weight:600;transition:background .15s}.PracticeSession-module__t2CIXa__reviewBtn.PracticeSession-module__t2CIXa__saved,.PracticeSession-module__t2CIXa__reviewBtn:hover{background:var(--teal);color:var(--white);border-color:var(--teal)}.PracticeSession-module__t2CIXa__done{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1rem;display:flex}.PracticeSession-module__t2CIXa__doneIcon{font-size:3rem}.PracticeSession-module__t2CIXa__doneTitle{color:var(--teal-dark);font-size:1.6rem}.PracticeSession-module__t2CIXa__doneSub{color:var(--text-muted)}.PracticeSession-module__t2CIXa__doneActions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem;display:flex}.PracticeSession-module__t2CIXa__restartBtn{color:var(--white);background:var(--teal);border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.6rem 1.4rem;font-size:.95rem;font-weight:600;transition:background .15s}.PracticeSession-module__t2CIXa__restartBtn:hover{background:var(--teal-dark)}.PracticeSession-module__t2CIXa__backLink{color:var(--text-muted);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.6rem 1rem;font-size:.9rem;transition:color .15s}.PracticeSession-module__t2CIXa__backLink:hover{color:var(--teal)}
.TopicDetail-module__lYOIfq__wrap{flex-direction:column;gap:1rem;display:flex}.TopicDetail-module__lYOIfq__youtubeBtn{color:var(--white);border-radius:var(--radius-sm);background:#e53935;width:fit-content;padding:.4rem 1rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block}.TopicDetail-module__lYOIfq__youtubeBtn:hover{background:#b71c1c}.TopicDetail-module__lYOIfq__details{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--ink);padding:.85rem 1.1rem;font-size:.92rem;line-height:1.65}.TopicDetail-module__lYOIfq__imageStrip{gap:.75rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.TopicDetail-module__lYOIfq__tabs{border-bottom:2px solid var(--border);gap:.3rem;display:flex}.TopicDetail-module__lYOIfq__tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.45rem 1rem;font-size:.82rem;font-weight:600;transition:color .15s,border-color .15s}.TopicDetail-module__lYOIfq__tab:hover{color:var(--teal)}.TopicDetail-module__lYOIfq__tab.TopicDetail-module__lYOIfq__activeTab{color:var(--teal-dark);border-bottom-color:var(--teal)}.TopicDetail-module__lYOIfq__tab.TopicDetail-module__lYOIfq__tabDisabled{opacity:.4;cursor:default}.TopicDetail-module__lYOIfq__customizeNote{color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);margin:0;padding:.4rem .75rem;font-size:.8rem;font-style:italic}.TopicDetail-module__lYOIfq__words{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);flex-direction:column;display:flex;overflow:hidden}.TopicDetail-module__lYOIfq__word{border-bottom:1px solid var(--border);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:.6rem;padding:.9rem 1.25rem;transition:background .1s;display:flex}.TopicDetail-module__lYOIfq__word:last-child{border-bottom:none}.TopicDetail-module__lYOIfq__word:hover{background:var(--teal-light)}.TopicDetail-module__lYOIfq__wordBody{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.TopicDetail-module__lYOIfq__primaryLine{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.TopicDetail-module__lYOIfq__chinese{color:var(--teal-dark);margin:0;font-size:1.15rem;font-weight:600}.TopicDetail-module__lYOIfq__pinyin{color:var(--teal-dark);margin:0;font-size:1rem;font-style:italic}.TopicDetail-module__lYOIfq__english{color:var(--text);margin:0;font-size:.92rem}.TopicDetail-module__lYOIfq__hintIcon{opacity:.55;font-size:1.1rem;line-height:1}.TopicDetail-module__lYOIfq__relatedTopics{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;padding:.75rem 1.25rem;display:flex}.TopicDetail-module__lYOIfq__relatedTopicLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.2rem;font-size:.7rem;font-weight:700}.TopicDetail-module__lYOIfq__relatedTopicLink{color:var(--teal-dark);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);flex-direction:column;gap:.1rem;padding:.45rem .75rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .1s;display:flex}.TopicDetail-module__lYOIfq__relatedTopicLink:hover{background:var(--teal-light)}.TopicDetail-module__lYOIfq__scriptBadge{font-size:.68rem;font-weight:700;font-family:var(--font-chinese);background:var(--surface);border:1px solid var(--border);width:1.35rem;height:1.35rem;color:var(--ink-soft);-webkit-user-select:none;user-select:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}
.Admin-module__pxDbzq__page{padding:3rem 2rem 5rem}.Admin-module__pxDbzq__inner{align-items:flex-start;gap:2.5rem;max-width:1100px;margin:0 auto;display:flex}.Admin-module__pxDbzq__sidebar{flex-shrink:0;width:200px;position:sticky;top:80px}.Admin-module__pxDbzq__main{flex-direction:column;flex:1;gap:1.5rem;min-width:0;display:flex}.Admin-module__pxDbzq__title{color:var(--teal-dark);font-size:1.7rem;font-weight:800}.Admin-module__pxDbzq__sub{color:var(--text-muted);margin-top:.2rem;font-size:.95rem}.Admin-module__pxDbzq__statGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;display:grid}.Admin-module__pxDbzq__statCard{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.3rem;padding:1.25rem 1.5rem;display:flex}.Admin-module__pxDbzq__statValue{color:var(--teal-dark);font-size:2rem;font-weight:800;line-height:1}.Admin-module__pxDbzq__statLabel{color:var(--text-muted);font-size:.8rem;font-weight:500}.Admin-module__pxDbzq__statWarn{color:#c0392b}.Admin-module__pxDbzq__quickLinks{flex-wrap:wrap;gap:.75rem;display:flex}.Admin-module__pxDbzq__quickLink{color:var(--teal-dark);background:var(--teal-light);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.55rem 1.1rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .15s}.Admin-module__pxDbzq__quickLink:hover{background:var(--teal);color:var(--white)}.Admin-module__pxDbzq__sectionHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Admin-module__pxDbzq__tableWrap{overflow-x:auto}.Admin-module__pxDbzq__table{border-collapse:collapse;width:100%;font-size:.88rem}.Admin-module__pxDbzq__table thead tr{background:var(--pink-soft)}.Admin-module__pxDbzq__table th{text-align:left;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);white-space:nowrap;padding:.65rem 1rem;font-size:.7rem;font-weight:700}.Admin-module__pxDbzq__table td{border-bottom:1px solid var(--border);color:var(--text);vertical-align:middle;padding:.65rem .9rem}.Admin-module__pxDbzq__table tr:last-child td{border-bottom:none}.Admin-module__pxDbzq__table tr:hover td{background:var(--teal-light)}.Admin-module__pxDbzq__badge{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:.18rem .5rem;font-size:.72rem;font-weight:700;display:inline-block}.Admin-module__pxDbzq__badgeBeginner{background:var(--green-light);color:#2e7d32}.Admin-module__pxDbzq__badgeIntermediate{color:#e65100;background:#fff3e0}.Admin-module__pxDbzq__badgeAdvanced{color:#c62828;background:#fce4ec}.Admin-module__pxDbzq__sectionBox{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1rem;padding:1.5rem 1.75rem;display:flex}.Admin-module__pxDbzq__formCard{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1.25rem;padding:1.75rem 2rem;display:flex}.Admin-module__pxDbzq__formRow{flex-direction:column;gap:.35rem;display:flex}.Admin-module__pxDbzq__formLabel{color:var(--text);font-size:.85rem;font-weight:600}.Admin-module__pxDbzq__formInput,.Admin-module__pxDbzq__formSelect,.Admin-module__pxDbzq__formTextarea{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);background:var(--white);box-sizing:border-box;padding:.55rem .75rem;font-family:inherit;font-size:.9rem;transition:border-color .15s}.Admin-module__pxDbzq__formInput:focus,.Admin-module__pxDbzq__formSelect:focus,.Admin-module__pxDbzq__formTextarea:focus{border-color:var(--teal);outline:none}.Admin-module__pxDbzq__formTextarea{resize:vertical;min-height:120px}.Admin-module__pxDbzq__formHint{color:var(--text-muted);font-size:.78rem}.Admin-module__pxDbzq__checkRow{color:var(--text);cursor:pointer;align-items:center;gap:.5rem;font-size:.88rem;display:flex}.Admin-module__pxDbzq__viewCard{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1.1rem;padding:1.75rem 2rem;display:flex}.Admin-module__pxDbzq__viewHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Admin-module__pxDbzq__viewGlyph{font-family:var(--font-chinese);color:var(--teal-dark);font-size:4rem;font-weight:800;line-height:1}.Admin-module__pxDbzq__viewRow{flex-direction:column;gap:.2rem;display:flex}.Admin-module__pxDbzq__viewLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.72rem;font-weight:700}.Admin-module__pxDbzq__viewValue{color:var(--text);font-size:.95rem;line-height:1.6}.Admin-module__pxDbzq__viewHint{color:var(--text);font-size:1rem;line-height:1.7}.Admin-module__pxDbzq__formActions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.Admin-module__pxDbzq__successMsg{color:#2e7d32;font-size:.88rem;font-weight:600}.Admin-module__pxDbzq__infoMsg{color:var(--text-muted);font-size:.85rem;font-style:italic}.Admin-module__pxDbzq__errorMsg{color:#c62828;font-size:.88rem;font-weight:600}.Admin-module__pxDbzq__sentenceRows{flex-direction:column;gap:.75rem;display:flex}.Admin-module__pxDbzq__sentenceRow{grid-template-columns:1fr 1fr 1fr auto;align-items:center;gap:.5rem;display:grid}.Admin-module__pxDbzq__removeSentenceBtn{color:#c0392b;cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:.2rem .4rem;font-size:1.1rem;transition:background .12s}.Admin-module__pxDbzq__removeSentenceBtn:hover{background:#fce4ec}.Admin-module__pxDbzq__levelChecks{flex-wrap:wrap;gap:.75rem;display:flex}.Admin-module__pxDbzq__levelCheck{color:var(--text);cursor:pointer;align-items:center;gap:.4rem;font-size:.88rem;display:flex}.Admin-module__pxDbzq__variantList{flex-direction:column;gap:1rem;display:flex}.Admin-module__pxDbzq__variantCard{background:var(--teal-light);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:.5rem;padding:1rem 1.25rem;display:flex}.Admin-module__pxDbzq__variantHeader{justify-content:space-between;align-items:center;display:flex}.Admin-module__pxDbzq__variantLabel{color:var(--teal-dark);font-size:.85rem;font-weight:700}.Admin-module__pxDbzq__pagination{color:var(--text-muted);align-items:center;gap:.75rem;font-size:.88rem;display:flex}.Admin-module__pxDbzq__pageBtn{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;padding:.35rem .75rem;font-size:.85rem;font-weight:600;transition:background .12s}.Admin-module__pxDbzq__pageBtn:hover:not(:disabled){background:var(--teal-light)}.Admin-module__pxDbzq__pageBtn:disabled{opacity:.4;cursor:default}.Admin-module__pxDbzq__genGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.Admin-module__pxDbzq__genCard{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.Admin-module__pxDbzq__genTitle{color:var(--teal-dark);font-size:1rem;font-weight:700}.Admin-module__pxDbzq__genDesc{color:var(--text-muted);flex:1;font-size:.8rem}.Admin-module__pxDbzq__missingBadge{color:#c62828;background:#fce4ec;border-radius:999px;padding:.18rem .5rem;font-size:.72rem;font-weight:700;display:inline-block}.Admin-module__pxDbzq__charGrid{grid-template-columns:repeat(10,1fr);gap:.4rem;display:grid}.Admin-module__pxDbzq__charCell{aspect-ratio:1;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);justify-content:center;align-items:center;text-decoration:none;transition:border-color .15s,background .15s;display:flex;position:relative}.Admin-module__pxDbzq__charCell:hover{border-color:var(--teal);background:var(--teal-light)}.Admin-module__pxDbzq__charNo{color:var(--text-muted);font-size:.55rem;font-weight:600;line-height:1;position:absolute;top:3px;left:5px}.Admin-module__pxDbzq__charGlyph{font-family:var(--font-chinese);color:var(--teal-dark);font-size:1.5rem;font-weight:700}@media (max-width:800px){.Admin-module__pxDbzq__inner{flex-direction:column;gap:1.5rem}.Admin-module__pxDbzq__sidebar{width:100%;position:static}.Admin-module__pxDbzq__sentenceRow{grid-template-columns:1fr}}.Admin-module__pxDbzq__searchBar{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);flex:1;align-items:center;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.Admin-module__pxDbzq__searchBar:focus-within{border-color:var(--teal);box-shadow:0 0 0 3px #2aaea026}.Admin-module__pxDbzq__searchBarInput{min-width:0;color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:.55rem .75rem;font-family:inherit;font-size:.9rem}.Admin-module__pxDbzq__searchBarInput::placeholder{color:var(--text-muted)}.Admin-module__pxDbzq__searchBarBtn{border:none;border-left:1px solid var(--border);color:var(--teal);cursor:pointer;white-space:nowrap;background:0 0;flex-shrink:0;align-self:stretch;padding:0 1rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:background .12s}.Admin-module__pxDbzq__searchBarBtn:hover{background:var(--surface)}@media (max-width:480px){.Admin-module__pxDbzq__page{padding:1.5rem 1rem 3rem}.Admin-module__pxDbzq__title{font-size:1.4rem}}
.GameSession-module__OiUvyq__session{flex-direction:column;align-items:center;gap:1.5rem;padding:1rem 0 2rem;display:flex}.GameSession-module__OiUvyq__progressRow{align-items:center;gap:.75rem;width:100%;max-width:520px;display:flex}.GameSession-module__OiUvyq__progressTrack{background:var(--border);border-radius:3px;flex:1;height:6px;overflow:hidden}.GameSession-module__OiUvyq__progressFill{background:var(--teal);border-radius:3px;height:100%;transition:width .3s}.GameSession-module__OiUvyq__counter{color:var(--text-muted);white-space:nowrap;font-size:.82rem;font-weight:600}.GameSession-module__OiUvyq__questionCard{background:var(--white);border:2px solid var(--border);border-radius:var(--radius);text-align:center;width:100%;max-width:520px;box-shadow:var(--shadow-md);flex-direction:column;align-items:center;gap:.5rem;padding:2rem;display:flex}.GameSession-module__OiUvyq__promptRow{justify-content:center;align-items:center;gap:.75rem;display:flex}.GameSession-module__OiUvyq__prompt{color:var(--teal-dark);font-size:4.5rem;font-weight:800;line-height:1}.GameSession-module__OiUvyq__pinyinDisplay{color:var(--teal);font-size:1.1rem;font-style:italic}.GameSession-module__OiUvyq__instruction{color:var(--text-muted);margin-top:.25rem;font-size:.82rem}.GameSession-module__OiUvyq__options{grid-template-columns:1fr 1fr;gap:.6rem;width:100%;max-width:520px;display:grid}.GameSession-module__OiUvyq__option{color:var(--text);background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;text-align:left;padding:.75rem 1rem;font-size:.93rem;font-weight:500;transition:background .12s,border-color .12s,color .12s}.GameSession-module__OiUvyq__option:hover:not(:disabled){background:var(--teal-light);border-color:var(--teal);color:var(--teal-dark)}.GameSession-module__OiUvyq__option:disabled{cursor:not-allowed}.GameSession-module__OiUvyq__optionCorrect{font-weight:700;background:var(--green-light)!important;color:#2e7d32!important;border-color:#2e7d32!important}.GameSession-module__OiUvyq__optionWrong{background:var(--coral-light)!important;color:#c0392b!important;border-color:#c0392b!important}.GameSession-module__OiUvyq__feedback{flex-direction:column;align-items:center;gap:.75rem;display:flex}.GameSession-module__OiUvyq__feedbackText{font-size:.95rem;font-weight:600}.GameSession-module__OiUvyq__feedbackPinyin{color:var(--text-muted);font-size:.88rem;font-style:italic}.GameSession-module__OiUvyq__correct{color:#2e7d32}.GameSession-module__OiUvyq__wrong{color:#c0392b}.GameSession-module__OiUvyq__nextBtn{color:var(--white);background:var(--teal);border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.6rem 1.6rem;font-size:.95rem;font-weight:600;transition:background .15s}.GameSession-module__OiUvyq__nextBtn:hover{background:var(--teal-dark)}@media (max-width:480px){.GameSession-module__OiUvyq__options{grid-template-columns:1fr}.GameSession-module__OiUvyq__prompt{font-size:3.5rem}}
.Profile-module__l5z35q__page{padding:3rem 2rem 5rem}.Profile-module__l5z35q__inner{align-items:flex-start;gap:2.5rem;max-width:960px;margin:0 auto;display:flex}.Profile-module__l5z35q__sidebar{flex-shrink:0;width:180px;position:sticky;top:80px}.Profile-module__l5z35q__main{flex-direction:column;flex:1;gap:1.5rem;min-width:0;display:flex}.Profile-module__l5z35q__title{color:var(--teal-dark);font-size:1.7rem;font-weight:800}.Profile-module__l5z35q__sub{color:var(--text-muted);margin-top:.2rem;font-size:.95rem}.Profile-module__l5z35q__closureBanner{border-radius:var(--radius-sm);color:#c0392b;background:#fff4f4;border:1px solid #f5c6c6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1.2rem;font-size:.9rem;display:flex}.Profile-module__l5z35q__reactivateBtn{color:var(--white);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;background:#c0392b;border:none;padding:.4rem .9rem;font-size:.85rem;font-weight:600;transition:background .15s}.Profile-module__l5z35q__reactivateBtn:hover{background:#962d22}.Profile-module__l5z35q__evalBox{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.75rem;padding:1.5rem 1.75rem;display:flex}.Profile-module__l5z35q__evalTitle{color:var(--teal-dark);font-size:1.05rem;font-weight:700}.Profile-module__l5z35q__evalDesc{color:var(--text-muted);font-size:.88rem;line-height:1.6}.Profile-module__l5z35q__evalBtn{color:var(--white);background:var(--teal);border-radius:var(--radius-sm);cursor:pointer;border:none;align-self:flex-start;padding:.55rem 1.2rem;font-size:.9rem;font-weight:600;transition:background .15s}.Profile-module__l5z35q__evalBtn:hover{background:var(--teal-dark)}.Profile-module__l5z35q__dangerZone{background:var(--white);border-radius:var(--radius);border:1px solid #f5c6c6;flex-direction:column;gap:.6rem;padding:1.5rem 1.75rem;display:flex}.Profile-module__l5z35q__dangerTitle{color:#c0392b;font-size:1rem;font-weight:700}.Profile-module__l5z35q__dangerDesc{color:var(--text-muted);font-size:.88rem;line-height:1.6}.Profile-module__l5z35q__dangerBtn{color:#c0392b;background:var(--white);border-radius:var(--radius-sm);cursor:pointer;border:1px solid #f5c6c6;align-self:flex-start;padding:.5rem 1.1rem;font-size:.88rem;font-weight:600;transition:background .15s,color .15s}.Profile-module__l5z35q__dangerBtn:hover{color:var(--white);background:#c0392b;border-color:#c0392b}.Profile-module__l5z35q__infoCard{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.6rem;padding:1.25rem 1.75rem;display:flex}.Profile-module__l5z35q__infoRow{justify-content:space-between;align-items:center;gap:1rem;font-size:.9rem;display:flex}.Profile-module__l5z35q__infoLabel{color:var(--text-muted);font-weight:500}.Profile-module__l5z35q__infoValue{color:var(--text);text-align:right;font-weight:600}.Profile-module__l5z35q__section{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.85rem;padding:1.5rem 1.75rem;display:flex}.Profile-module__l5z35q__sectionTitle{color:var(--teal-dark);margin:0;font-size:1rem;font-weight:700}.Profile-module__l5z35q__dl{grid-template-columns:auto 1fr;gap:.35rem 1.5rem;font-size:.9rem;display:grid}.Profile-module__l5z35q__dl dt{color:var(--text-muted);white-space:nowrap;font-weight:500}.Profile-module__l5z35q__dl dd{color:var(--text);margin:0;font-weight:600}.Profile-module__l5z35q__hint{color:var(--text-muted);margin:0;font-size:.8rem}.Profile-module__l5z35q__muted{color:var(--text-muted);margin:0;font-size:.9rem}.Profile-module__l5z35q__errorMsg{color:var(--error);margin:0;font-size:.85rem}.Profile-module__l5z35q__formInput{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);background:var(--white);padding:.45rem .7rem;font-size:.9rem}.Profile-module__l5z35q__underConstruction{border-radius:var(--radius-sm);color:#7a6200;background:#fffbea;border:1px solid #f5e27a;padding:.75rem 1rem;font-size:.9rem}.Profile-module__l5z35q__empty{color:var(--text-muted);text-align:center;padding:2.5rem 0;font-size:.95rem}.Profile-module__l5z35q__reviewGrid{grid-template-columns:repeat(5,1fr);gap:.65rem;display:grid}.Profile-module__l5z35q__reviewCard{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .15s,box-shadow .15s;position:relative;overflow:hidden}.Profile-module__l5z35q__reviewCard:hover{border-color:var(--teal);box-shadow:var(--shadow-sm)}.Profile-module__l5z35q__reviewCardLink{flex-direction:column;align-items:center;gap:.2rem;padding:.85rem .5rem .7rem;text-decoration:none;display:flex}.Profile-module__l5z35q__reviewCardChar{font-family:var(--font-chinese);color:var(--teal-dark);font-size:2rem;font-weight:700;line-height:1}.Profile-module__l5z35q__reviewCardPinyin{color:var(--teal);font-size:.72rem;font-style:italic}.Profile-module__l5z35q__reviewRemove{color:var(--text-muted);cursor:pointer;opacity:0;background:0 0;border:none;padding:.1rem .2rem;font-size:.65rem;line-height:1;transition:opacity .15s;position:absolute;top:.2rem;right:.3rem}.Profile-module__l5z35q__reviewCard:hover .Profile-module__l5z35q__reviewRemove{opacity:1}.Profile-module__l5z35q__reviewRemove:hover{color:var(--error)}.Profile-module__l5z35q__favSectionTitle{color:var(--teal-dark);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1rem;font-weight:700;display:flex}.Profile-module__l5z35q__favSectionCount{background:var(--teal-light);color:var(--teal-dark);border-radius:999px;padding:.1rem .5rem;font-size:.75rem;font-weight:700}.Profile-module__l5z35q__favTableWrap{border:1px solid var(--pink-soft);border-radius:var(--radius-sm);overflow:hidden}.Profile-module__l5z35q__favTable{border-collapse:collapse;width:100%;font-size:.88rem}.Profile-module__l5z35q__favTh{color:#fffc;text-transform:uppercase;letter-spacing:.07em;text-align:left;background:var(--ink);white-space:nowrap;padding:.55rem 1rem;font-size:.7rem;font-weight:700}.Profile-module__l5z35q__favTable tbody tr{border-top:1px solid var(--rule,var(--border))}.Profile-module__l5z35q__favTable tbody tr:nth-child(2n) td{background:var(--pink-soft)}.Profile-module__l5z35q__favTable tbody tr:hover td{background:#ffd9e3;transition:background .1s}.Profile-module__l5z35q__favTdMain{color:var(--text);width:100%;padding:.6rem 1rem}.Profile-module__l5z35q__favTdGlyph{white-space:nowrap;padding:.6rem .75rem .6rem 1rem}.Profile-module__l5z35q__favTdMeta{color:var(--text-muted);white-space:nowrap;padding:.6rem .75rem;font-size:.8rem}.Profile-module__l5z35q__favTdDate{color:var(--text-muted);white-space:nowrap;text-align:right;padding:.6rem 1rem .6rem .5rem;font-size:.78rem}.Profile-module__l5z35q__favLink{color:var(--text);font-weight:500;text-decoration:none}.Profile-module__l5z35q__favLink:hover{color:var(--teal-dark);text-decoration:underline}.Profile-module__l5z35q__favGlyph{font-family:var(--font-chinese);color:var(--teal-dark);font-size:1.5rem;font-weight:700;line-height:1;text-decoration:none}.Profile-module__l5z35q__favGlyph:hover{color:var(--teal)}.Profile-module__l5z35q__favPinyin{color:var(--teal);font-size:.88rem;font-style:italic}.Profile-module__l5z35q__favTdAction{text-align:right;white-space:nowrap;padding:.6rem .75rem .6rem .25rem}.Profile-module__l5z35q__favRemoveBtn{cursor:pointer;color:#f5a623;background:0 0;border:none;padding:.1rem .3rem;font-size:1rem;line-height:1;transition:opacity .15s}.Profile-module__l5z35q__favRemoveBtn:hover:not(:disabled){opacity:.6}.Profile-module__l5z35q__favRemoveBtn:disabled{opacity:.4;cursor:not-allowed}.Profile-module__l5z35q__achList{flex-direction:column;gap:.75rem;display:flex}.Profile-module__l5z35q__achItem{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);align-items:flex-start;gap:1rem;padding:1rem 1.25rem;display:flex}.Profile-module__l5z35q__achMedal{flex-shrink:0;font-size:2rem;line-height:1}.Profile-module__l5z35q__achBody{flex-direction:column;flex:1;gap:.2rem;display:flex}.Profile-module__l5z35q__achTitle{color:var(--text);font-size:1rem;font-weight:700}.Profile-module__l5z35q__achDesc{color:var(--text-muted);font-size:.85rem}.Profile-module__l5z35q__achDate{color:var(--text-muted);font-size:.78rem}.Profile-module__l5z35q__achVoucher{color:var(--teal-dark);background:var(--teal-light);border:1px solid var(--border);border-radius:var(--radius-sm);width:fit-content;margin-top:.25rem;padding:.2rem .5rem;font-family:monospace;font-size:.82rem;font-weight:600}.Profile-module__l5z35q__charGrid{grid-template-columns:repeat(10,1fr);gap:.4rem;display:grid}.Profile-module__l5z35q__charCell{aspect-ratio:1;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);justify-content:center;align-items:center;text-decoration:none;transition:border-color .15s,background .15s;display:flex;position:relative}.Profile-module__l5z35q__charCell:hover{border-color:var(--teal);background:var(--teal-light)}.Profile-module__l5z35q__charNo{color:var(--text-muted);font-size:.55rem;font-weight:600;line-height:1;position:absolute;top:3px;left:5px}.Profile-module__l5z35q__charGlyph{font-family:var(--font-chinese);color:var(--teal-dark);font-size:1.5rem;font-weight:700}.Profile-module__l5z35q__charNextLabel{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;font-size:.5rem;font-weight:700;line-height:1;position:absolute;top:3px;right:5px}.Profile-module__l5z35q__charCellNext{border:2px dashed var(--teal);background:var(--teal-light);width:100%}.Profile-module__l5z35q__charCellNext:hover{background:var(--teal)}.Profile-module__l5z35q__charCellNext:hover .Profile-module__l5z35q__charGlyph{color:var(--white)}@media (max-width:640px){.Profile-module__l5z35q__favTdDate{display:none}}@media (max-width:700px){.Profile-module__l5z35q__inner{flex-direction:column;gap:1.5rem}.Profile-module__l5z35q__sidebar{width:100%;position:static}}@media (max-width:480px){.Profile-module__l5z35q__page{padding:1.5rem 1rem 3rem}.Profile-module__l5z35q__title{font-size:1.4rem}.Profile-module__l5z35q__charGrid{grid-template-columns:repeat(5,1fr)}.Profile-module__l5z35q__reviewGrid{grid-template-columns:repeat(4,1fr)}.Profile-module__l5z35q__favTableWrap{font-size:.82rem}}
.StepByStep-module__fzlL7W__page{padding:3rem 2rem 5rem}.StepByStep-module__fzlL7W__inner{flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto;display:flex}.StepByStep-module__fzlL7W__backLink{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:.88rem;transition:color .15s;display:inline-block}.StepByStep-module__fzlL7W__backLink:hover{color:var(--teal)}.StepByStep-module__fzlL7W__title{color:var(--teal-dark);margin-bottom:.3rem;font-size:2rem;font-weight:800}.StepByStep-module__fzlL7W__sub{color:var(--text-muted);max-width:480px;font-size:.95rem}.StepByStep-module__fzlL7W__divider{border:none;border-top:1px solid var(--border);margin:0}.StepByStep-module__fzlL7W__quickLinkRows{flex-direction:column;gap:.5rem;display:flex}.StepByStep-module__fzlL7W__quickLinks{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.StepByStep-module__fzlL7W__quickLink{border:2px solid var(--ink);border-radius:999px;align-items:center;gap:.5rem;padding:.45rem .85rem .45rem .5rem;text-decoration:none;transition:transform .12s,box-shadow .12s;display:inline-flex}.StepByStep-module__fzlL7W__quickLink:hover{box-shadow:var(--shadow-sm,0 1px 4px #0000001a);transform:translateY(-1px)}.StepByStep-module__fzlL7W__quickLinkDisabled{opacity:.45;cursor:not-allowed;pointer-events:none}.StepByStep-module__fzlL7W__quickLinkIcon{border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;font-size:1rem;display:inline-flex}.StepByStep-module__fzlL7W__quickLinkLabel{color:var(--ink);font-size:.85rem;font-weight:700}.StepByStep-module__fzlL7W__quickLinkCount{color:var(--ink);border:1.5px solid var(--ink);text-align:center;border-radius:999px;min-width:1.5rem;padding:.05rem .4rem;font-size:.75rem;font-weight:700}.StepByStep-module__fzlL7W__toolbar{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.StepByStep-module__fzlL7W__detailCard{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1.25rem;padding:2rem 2.5rem;display:flex;position:relative}.StepByStep-module__fzlL7W__charSquare{background:var(--teal-dark);border-radius:var(--radius-sm);justify-content:center;align-items:center;width:180px;height:180px;margin:0 auto;display:flex}.StepByStep-module__fzlL7W__charDisplay{font-family:var(--font-chinese);color:var(--white);font-size:7rem;font-weight:800;line-height:1}.StepByStep-module__fzlL7W__infoTable{border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.StepByStep-module__fzlL7W__infoRow{border-bottom:1px solid var(--border);grid-template-columns:130px 1fr;display:grid}.StepByStep-module__fzlL7W__infoRow:last-child{border-bottom:none}.StepByStep-module__fzlL7W__infoRow:nth-child(odd){background:var(--white)}.StepByStep-module__fzlL7W__infoRow:nth-child(2n){background:var(--bg)}.StepByStep-module__fzlL7W__infoLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-right:1px solid var(--border);align-items:center;padding:.7rem 1rem;font-size:.72rem;font-weight:700;display:flex}.StepByStep-module__fzlL7W__infoValue{color:var(--text);flex-wrap:wrap;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.95rem;display:flex}.StepByStep-module__fzlL7W__charPinyin{color:var(--teal);font-size:1.1rem;font-style:italic}.StepByStep-module__fzlL7W__mwBadge{color:var(--white);background:var(--teal);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:1.2rem;height:1.2rem;font-size:.7rem;font-weight:700;display:inline-flex}.StepByStep-module__fzlL7W__chipRow{flex-wrap:wrap;gap:.4rem;display:flex}.StepByStep-module__fzlL7W__chip{font-family:var(--font-chinese);color:var(--teal-dark);background:var(--teal-light);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;padding:.1rem .6rem;font-size:1.6rem;font-weight:700;transition:background .15s}.StepByStep-module__fzlL7W__chip:hover{background:var(--border)}.StepByStep-module__fzlL7W__radicalChip{color:var(--teal-dark);background:var(--teal-light);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;align-items:baseline;gap:.4rem;padding:.1rem .6rem;font-size:1.6rem;font-weight:700;transition:background .15s;display:inline-flex}.StepByStep-module__fzlL7W__radicalChip:hover{background:var(--border)}.StepByStep-module__fzlL7W__radicalAliases{opacity:.6;font-size:1.1rem}.StepByStep-module__fzlL7W__radicalDetail{color:var(--text-muted);font-size:.85rem}.StepByStep-module__fzlL7W__imageSection{border-top:1px solid var(--border);padding-top:.75rem}.StepByStep-module__fzlL7W__imageSectionTitle{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.6rem;font-size:.72rem;font-weight:700}.StepByStep-module__fzlL7W__imageStrip{gap:.75rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.StepByStep-module__fzlL7W__imageStrip img{border-radius:var(--radius-sm);border:1px solid var(--border);object-fit:cover;flex-shrink:0;width:auto;height:140px}.StepByStep-module__fzlL7W__wordResultRow{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:baseline;gap:.5rem;padding:.45rem .75rem;text-decoration:none;transition:background .12s;display:flex}.StepByStep-module__fzlL7W__wordResultRow:hover{background:var(--teal-light)}.StepByStep-module__fzlL7W__wordResultGlyph{font-family:var(--font-chinese);color:var(--teal-dark);min-width:3rem;font-size:1.05rem;font-weight:700}.StepByStep-module__fzlL7W__wordResultPinyin{color:var(--teal);min-width:5rem;font-size:.88rem;font-style:italic}.StepByStep-module__fzlL7W__wordResultDef{color:var(--text-muted);flex:1;font-size:.88rem}.StepByStep-module__fzlL7W__wordsSection{border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.StepByStep-module__fzlL7W__wordsToggle{text-align:left;width:100%;color:var(--teal-dark);background:var(--teal-light);cursor:pointer;border:none;padding:.6rem 1rem;font-size:.85rem;font-weight:600;transition:background .15s}.StepByStep-module__fzlL7W__wordsToggle:hover{background:var(--border)}.StepByStep-module__fzlL7W__wordsList{padding:.25rem 1rem .75rem}.StepByStep-module__fzlL7W__wordRow{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:baseline;gap:.5rem;padding:.4rem 0;display:flex}.StepByStep-module__fzlL7W__wordRow:last-child{border-bottom:none}.StepByStep-module__fzlL7W__wordGlyph{font-family:var(--font-chinese);color:var(--teal-dark);min-width:3rem;font-size:1.05rem;font-weight:700}.StepByStep-module__fzlL7W__wordPinyin{color:#0000;min-width:5rem;text-shadow:0 0 6px var(--teal);-webkit-user-select:none;user-select:none;font-size:.88rem;font-style:italic;transition:color .2s,text-shadow .2s}.StepByStep-module__fzlL7W__wordRow:hover .StepByStep-module__fzlL7W__wordPinyin{color:var(--teal);text-shadow:none}.StepByStep-module__fzlL7W__wordDef{color:var(--text-muted);flex:1;font-size:.88rem}.StepByStep-module__fzlL7W__youtubeBtn{color:#c0392b;border-radius:var(--radius-sm);cursor:pointer;background:#fdf0ef;border:1px solid #f5c6c3;align-items:center;gap:.4rem;width:fit-content;margin-top:.5rem;padding:.45rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.StepByStep-module__fzlL7W__youtubeBtn:hover{background:#fce0de;border-color:#e8a09b}.StepByStep-module__fzlL7W__pagination{color:var(--text-muted);align-items:center;gap:.75rem;margin-top:.5rem;font-size:.88rem;display:flex}.StepByStep-module__fzlL7W__pageBtn{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;padding:.35rem .75rem;font-size:.85rem;font-weight:600;transition:background .12s}.StepByStep-module__fzlL7W__pageBtn:hover:not(:disabled){background:var(--teal-light)}.StepByStep-module__fzlL7W__pageBtn:disabled{opacity:.4;cursor:default}.StepByStep-module__fzlL7W__pageNav{justify-content:space-between;align-items:center;display:flex}.StepByStep-module__fzlL7W__pageNavBtn{background:var(--white);border:2px solid var(--ink);border-radius:var(--radius);box-shadow:3px 3px 0 var(--ink);color:var(--ink);align-items:center;gap:.75rem;padding:.55rem .9rem .55rem 1.1rem;text-decoration:none;transition:transform .12s,box-shadow .12s;display:inline-flex}.StepByStep-module__fzlL7W__pageNavBtn:hover{box-shadow:5px 5px 0 var(--ink);transform:translateY(-2px)}.StepByStep-module__fzlL7W__pageNavLabel{color:var(--ink);font-size:.88rem;font-weight:600}.StepByStep-module__fzlL7W__pageNavPinyin{color:var(--text-muted);font-size:.78rem;font-style:italic;font-weight:400}.StepByStep-module__fzlL7W__pageNavArrow{color:var(--teal-dark);flex-shrink:0;font-size:1.1rem}@media (max-width:640px){.StepByStep-module__fzlL7W__page{padding:2rem 1rem 3rem}.StepByStep-module__fzlL7W__title{font-size:1.5rem}.StepByStep-module__fzlL7W__detailCard{padding:1.25rem}.StepByStep-module__fzlL7W__charSquare{width:140px;height:140px}.StepByStep-module__fzlL7W__charDisplay{font-size:5.5rem}.StepByStep-module__fzlL7W__infoRow{grid-template-columns:100px 1fr}}
.Comparisons-module__gl6nqa__page{padding:3rem 2rem 5rem}.Comparisons-module__gl6nqa__inner{flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto;display:flex}.Comparisons-module__gl6nqa__detailCard{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden}.Comparisons-module__gl6nqa__detailHeader{background:var(--purple-soft);border-bottom:1.5px solid var(--border);flex-direction:column;gap:.4rem;padding:1.5rem 1.75rem 1.25rem;display:flex}.Comparisons-module__gl6nqa__typeBadge{text-transform:uppercase;letter-spacing:.06em;color:var(--purple,#6d28d9);border:1px solid var(--purple,#6d28d9);background:#fff9;border-radius:99px;width:fit-content;padding:.18rem .6rem;font-size:.68rem;font-weight:700;display:inline-block}.Comparisons-module__gl6nqa__detailTitle{color:var(--ink);margin:0;font-size:1.65rem;font-weight:800;line-height:1.2}.Comparisons-module__gl6nqa__detailSubtitle{color:var(--text-muted);margin:0;font-size:.95rem}.Comparisons-module__gl6nqa__itemsSection{border-bottom:1px solid var(--border);padding:1.25rem 1.75rem .5rem}.Comparisons-module__gl6nqa__itemsSectionTitle{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin:0 0 .75rem;font-size:.72rem;font-weight:700}.Comparisons-module__gl6nqa__itemGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;margin-bottom:1rem;display:grid}.Comparisons-module__gl6nqa__itemCard{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);flex-direction:column;gap:.2rem;padding:.75rem .9rem;text-decoration:none;transition:box-shadow .12s,transform .12s;display:flex}.Comparisons-module__gl6nqa__itemCard:hover{transform:translateY(-2px);box-shadow:0 3px 10px #00000014}.Comparisons-module__gl6nqa__itemGlyph{font-family:var(--font-chinese);color:var(--ink);font-size:1.9rem;font-weight:600;line-height:1.1}.Comparisons-module__gl6nqa__itemPinyin{color:var(--teal-dark);font-size:.85rem;font-weight:600}.Comparisons-module__gl6nqa__itemDef{color:var(--text-muted);font-size:.78rem;line-height:1.4}.Comparisons-module__gl6nqa__detailBody{border-bottom:1px solid var(--border);padding:1.25rem 1.75rem}.Comparisons-module__gl6nqa__youtubeRow{border-bottom:1px solid var(--border);padding:.75rem 1.75rem}.Comparisons-module__gl6nqa__youtubeBtn{color:var(--ink);border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:background .15s;display:inline-flex}.Comparisons-module__gl6nqa__youtubeBtn:hover{background:var(--yellow-soft)}.Comparisons-module__gl6nqa__imageSection{padding:1rem 1.75rem 1.25rem}.Comparisons-module__gl6nqa__imageSectionTitle{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin:0 0 .75rem;font-size:.72rem;font-weight:700}@media (max-width:600px){.Comparisons-module__gl6nqa__page{padding:1.5rem 1rem 4rem}.Comparisons-module__gl6nqa__detailHeader{padding:1rem 1.1rem}.Comparisons-module__gl6nqa__itemsSection{padding:1rem 1.1rem .5rem}.Comparisons-module__gl6nqa__detailBody{padding:1rem 1.1rem}.Comparisons-module__gl6nqa__itemGrid{grid-template-columns:repeat(2,1fr)}}
.Conversations-module__8l_OFW__page{padding:3rem 2rem 5rem}.Conversations-module__8l_OFW__inner{flex-direction:column;gap:1.5rem;max-width:780px;margin:0 auto;display:flex}.Conversations-module__8l_OFW__title{color:var(--teal-dark);margin-bottom:.2rem;font-size:2rem;font-weight:800}.Conversations-module__8l_OFW__sub{color:var(--text-muted);font-size:.95rem}.Conversations-module__8l_OFW__toolbar{flex-direction:column;gap:.75rem;display:flex}.Conversations-module__8l_OFW__levelFilters{flex-wrap:wrap;gap:.5rem;display:flex}.Conversations-module__8l_OFW__levelBtn{color:var(--text-muted);background:var(--white);border:1px solid var(--border);cursor:pointer;border-radius:999px;padding:.4rem .9rem;font-size:.82rem;font-weight:600;transition:background .15s,color .15s,border-color .15s}.Conversations-module__8l_OFW__levelBtn:hover{background:var(--teal-light);color:var(--teal-dark);border-color:var(--teal)}.Conversations-module__8l_OFW__levelBtn.Conversations-module__8l_OFW__active{background:var(--teal);color:var(--white);border-color:var(--teal)}.Conversations-module__8l_OFW__list{flex-direction:column;gap:.75rem;display:flex}.Conversations-module__8l_OFW__card{background:var(--white);border:2px solid var(--ink);border-radius:var(--radius);box-shadow:3px 3px 0 var(--ink);color:inherit;aspect-ratio:1;flex-direction:column;text-decoration:none;transition:transform .12s,box-shadow .12s;display:flex;overflow:hidden}.Conversations-module__8l_OFW__card:hover{box-shadow:5px 5px 0 var(--ink);transform:translateY(-3px)}.Conversations-module__8l_OFW__cardBand{border-bottom:2px solid var(--ink);flex-direction:column;flex:3;gap:.45rem;min-height:0;padding:.8rem .9rem .85rem;display:flex}.Conversations-module__8l_OFW__bandBeginner{background:var(--green-soft)}.Conversations-module__8l_OFW__bandIntermediate{background:var(--yellow-soft)}.Conversations-module__8l_OFW__bandAdvanced{background:var(--pink-soft)}.Conversations-module__8l_OFW__levelBadge{text-transform:capitalize;letter-spacing:.04em;color:var(--ink);border:1.5px solid var(--ink);white-space:nowrap;background:#ffffff8c;border-radius:99px;width:fit-content;padding:.18rem .55rem;font-size:.65rem;font-weight:700}.Conversations-module__8l_OFW__situation{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:.95rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.Conversations-module__8l_OFW__cardFooter{flex-direction:column;flex:7;justify-content:space-between;align-items:flex-start;gap:.4rem;min-height:0;padding:.55rem .9rem .65rem;display:flex}.Conversations-module__8l_OFW__cardSub{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;font-size:.72rem;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.Conversations-module__8l_OFW__popularity{color:var(--muted);flex:1;font-size:.75rem;font-weight:500}.Conversations-module__8l_OFW__arrow{color:var(--ink);flex-shrink:0;font-size:.85rem;font-weight:700}.Conversations-module__8l_OFW__empty{color:var(--text-muted);text-align:center;padding:2rem 0;font-size:.95rem}.Conversations-module__8l_OFW__pagination{color:var(--text-muted);justify-content:center;align-items:center;gap:1rem;font-size:.88rem;display:flex}.Conversations-module__8l_OFW__pageBtn{color:var(--teal-dark);background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;padding:.4rem 1rem;font-size:.85rem;font-weight:600;transition:background .15s}.Conversations-module__8l_OFW__pageBtn:hover:not(:disabled){background:var(--teal-light)}.Conversations-module__8l_OFW__pageBtn:disabled{opacity:.4;cursor:default}.Conversations-module__8l_OFW__detailHeader{background:var(--blue-soft);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.4rem;padding:1.5rem 1.75rem;display:flex;position:relative}.Conversations-module__8l_OFW__detailTitle{color:var(--teal-dark);margin:0;font-size:1.7rem;font-weight:800}.Conversations-module__8l_OFW__detailSubtitle{color:var(--text);margin:0;font-size:.95rem;line-height:1.5}.Conversations-module__8l_OFW__convTable{border-collapse:collapse;width:100%;font-size:.9rem}.Conversations-module__8l_OFW__convTable th{text-align:left;text-transform:uppercase;letter-spacing:.07em;color:#ffffffbf;white-space:nowrap;padding:.65rem 1rem;font-size:.7rem;font-weight:700}.Conversations-module__8l_OFW__convTable thead tr{background:var(--ink)}.Conversations-module__8l_OFW__convTable td{color:#000;background:var(--white);border-top:1px solid var(--rule);vertical-align:middle;padding:.7rem 1rem}.Conversations-module__8l_OFW__convTable tbody tr:nth-child(2n) td{background:var(--pink-soft)}.Conversations-module__8l_OFW__convTable tbody tr:hover td{background:#ffd9e3;transition:background .1s}.Conversations-module__8l_OFW__convTableLink{color:#000;font-weight:400;text-decoration:none}.Conversations-module__8l_OFW__convTableLink:hover{text-decoration:underline}.Conversations-module__8l_OFW__diffBadge{white-space:nowrap;border-radius:999px;padding:.15rem .5rem;font-size:.7rem;font-weight:700;display:inline-block}.Conversations-module__8l_OFW__convTableDate{color:#000;white-space:nowrap;font-size:.82rem}.Conversations-module__8l_OFW__convTableSub{color:#000;max-width:220px;font-size:.82rem}.Conversations-module__8l_OFW__imageSection{border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem}.Conversations-module__8l_OFW__imageStrip{gap:.75rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.Conversations-module__8l_OFW__imageStrip img{border-radius:var(--radius-sm);border:1px solid var(--border);object-fit:cover;flex-shrink:0;width:auto;height:140px}.Conversations-module__8l_OFW__favouriteWrap{margin-top:1rem}@media (max-width:640px){.Conversations-module__8l_OFW__page{padding:2rem 1rem 3rem}.Conversations-module__8l_OFW__title{font-size:1.5rem}.Conversations-module__8l_OFW__detailTitle{font-size:1.3rem}}
.Games-module__brUSFG__page{padding:3rem 2rem 5rem}.Games-module__brUSFG__inner{flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto;display:flex}.Games-module__brUSFG__title{color:var(--teal-dark);margin-bottom:.2rem;font-size:2rem;font-weight:800}.Games-module__brUSFG__sub{color:var(--text-muted);font-size:.95rem}.Games-module__brUSFG__underConstruction{border-radius:var(--radius-sm);color:#7a6200;background:#fffbea;border:1px solid #f5e27a;padding:.75rem 1rem;font-size:.9rem}.Games-module__brUSFG__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.Games-module__brUSFG__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.75rem;padding:1.4rem;transition:border-color .15s,box-shadow .15s;display:flex}.Games-module__brUSFG__card:not(.Games-module__brUSFG__cardDisabled):hover{border-color:var(--teal);box-shadow:var(--shadow-md)}.Games-module__brUSFG__cardDisabled{opacity:.6}.Games-module__brUSFG__icon{font-size:2.2rem;line-height:1}.Games-module__brUSFG__cardBody{flex-direction:column;flex:1;gap:.25rem;display:flex}.Games-module__brUSFG__gameTitle{color:var(--text);font-size:1.05rem;font-weight:700}.Games-module__brUSFG__gameDesc{color:var(--text-muted);font-size:.88rem;line-height:1.5}.Games-module__brUSFG__popularity{color:var(--text-muted);margin-top:.25rem;font-size:.78rem}.Games-module__brUSFG__playBtn{color:var(--white);background:var(--teal);border-radius:var(--radius-sm);text-align:center;padding:.5rem 1rem;font-size:.88rem;font-weight:600;transition:background .15s;display:inline-block}.Games-module__brUSFG__playBtn:hover{background:var(--teal-dark)}.Games-module__brUSFG__memberBadge{color:var(--teal-dark);background:var(--teal-light);border:1px solid var(--teal);border-radius:var(--radius-sm);text-align:center;padding:.35rem .75rem;font-size:.78rem;font-weight:600;display:inline-block}.Games-module__brUSFG__soonBadge{color:var(--text-muted);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);text-align:center;padding:.35rem .75rem;font-size:.78rem;font-weight:600;display:inline-block}.Games-module__brUSFG__gameHeader{flex-direction:column;gap:.3rem;display:flex}.Games-module__brUSFG__levelPicker{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.Games-module__brUSFG__levelLabel{color:var(--text);font-size:.92rem;font-weight:500}.Games-module__brUSFG__levelSelect{color:var(--text);background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;outline:none;padding:.5rem .75rem;font-size:.92rem;transition:border-color .15s}.Games-module__brUSFG__levelSelect:focus{border-color:var(--teal);box-shadow:0 0 0 3px #2aaea026}.Games-module__brUSFG__pinyinToggle{color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;width:100%;font-size:.88rem;display:flex}.Games-module__brUSFG__startBtn{color:var(--white);background:var(--teal);border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.6rem 1.4rem;font-size:.95rem;font-weight:600;transition:background .15s}.Games-module__brUSFG__startBtn:hover{background:var(--teal-dark)}.Games-module__brUSFG__result{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.Games-module__brUSFG__resultIcon{font-size:3.5rem}.Games-module__brUSFG__resultTitle{color:var(--teal-dark);font-size:1.8rem;font-weight:800}.Games-module__brUSFG__resultScore{color:var(--text);font-size:1.1rem}.Games-module__brUSFG__resultSub{color:var(--text-muted);font-size:.9rem}.Games-module__brUSFG__resultActions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}.Games-module__brUSFG__saveWrap{margin-top:.5rem}.Games-module__brUSFG__emptyState{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1.5rem;display:flex}.Games-module__brUSFG__emptyIcons{gap:.75rem;font-size:2.5rem;display:flex}.Games-module__brUSFG__emptyTitle{font-family:var(--font-display);color:var(--ink);font-size:1.3rem;font-weight:700}.Games-module__brUSFG__emptySub{color:var(--text-muted);max-width:320px;font-size:.9rem}@media (max-width:640px){.Games-module__brUSFG__page{padding:2rem 1rem 3rem}.Games-module__brUSFG__title{font-size:1.5rem}}
.News-module__yBzIdG__page{padding:3rem 2rem 5rem}.News-module__yBzIdG__inner{flex-direction:column;gap:1.5rem;max-width:780px;margin:0 auto;display:flex}.News-module__yBzIdG__sub{color:var(--text-muted);font-size:.95rem}.News-module__yBzIdG__empty{color:var(--text-muted);text-align:center;padding:2rem 0;font-size:.95rem}.News-module__yBzIdG__cardGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.News-module__yBzIdG__card{background:var(--white);border:2px solid var(--ink);border-radius:var(--radius);box-shadow:3px 3px 0 var(--ink);color:inherit;flex-direction:column;text-decoration:none;transition:transform .12s,box-shadow .12s;display:flex;position:relative;overflow:hidden}.News-module__yBzIdG__card:hover{box-shadow:5px 5px 0 var(--ink);transform:translateY(-3px)}.News-module__yBzIdG__cardBand{background:var(--teal-light);border-bottom:2px solid var(--ink);border-radius:calc(var(--radius) - 2px) calc(var(--radius) - 2px) 0 0;flex-direction:column;gap:.4rem;min-height:90px;padding:.7rem .9rem .8rem;display:flex}.News-module__yBzIdG__cardBandBadge{text-transform:capitalize;letter-spacing:.04em;color:var(--ink);border:1.5px solid var(--ink);white-space:nowrap;background:#ffffff8c;border-radius:99px;width:fit-content;padding:.18rem .55rem;font-size:.65rem;font-weight:700}.News-module__yBzIdG__cardChinese{color:var(--ink);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:1rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.News-module__yBzIdG__cardBody{flex-direction:column;flex:1;gap:.35rem;padding:.6rem .9rem .7rem;display:flex}.News-module__yBzIdG__cardBodyTop{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.News-module__yBzIdG__cardTitle{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;font-size:.82rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.News-module__yBzIdG__cardStar{cursor:pointer;z-index:1;opacity:0;background:0 0;border:none;border-radius:999px;padding:.25rem;font-size:1.2rem;line-height:1;transition:opacity .15s,transform .1s;position:absolute;top:.35rem;right:.35rem}.News-module__yBzIdG__card:hover .News-module__yBzIdG__cardStar,.News-module__yBzIdG__cardStar:focus-visible{opacity:1}.News-module__yBzIdG__cardStarSaved{opacity:1!important}.News-module__yBzIdG__cardStar:hover:not(:disabled){transform:scale(1.2)}.News-module__yBzIdG__excerpt{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;font-size:.78rem;line-height:1.5;display:-webkit-box;overflow:hidden}.News-module__yBzIdG__cardFoot{justify-content:space-between;align-items:center;margin-top:auto;padding-top:.35rem;display:flex}.News-module__yBzIdG__date{color:var(--text-muted);font-size:.75rem}.News-module__yBzIdG__arrow{color:var(--ink);font-size:.8rem;font-weight:700}.News-module__yBzIdG__searchBar{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);flex:1;align-items:center;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.News-module__yBzIdG__searchBar:focus-within{border-color:var(--teal);box-shadow:0 0 0 3px #2aaea026}.News-module__yBzIdG__searchBarInput{min-width:0;color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:.6rem .75rem;font-family:inherit;font-size:.9rem}.News-module__yBzIdG__searchBarInput::placeholder{color:var(--text-muted)}.News-module__yBzIdG__searchBarBtn{border:none;border-left:1px solid var(--border);color:var(--teal);cursor:pointer;white-space:nowrap;background:0 0;flex-shrink:0;align-self:stretch;padding:0 1rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:background .12s}.News-module__yBzIdG__searchBarBtn:hover{background:var(--surface)}.News-module__yBzIdG__newsTable{border-collapse:collapse;width:100%;font-size:.9rem}.News-module__yBzIdG__newsTable th{text-align:left;text-transform:uppercase;letter-spacing:.07em;color:#ffffffbf;white-space:nowrap;padding:.65rem 1rem;font-size:.7rem;font-weight:700}.News-module__yBzIdG__newsTable thead tr{background:var(--ink)}.News-module__yBzIdG__newsTable td{color:var(--ink);background:var(--white);border-top:1px solid var(--rule,var(--border));vertical-align:middle;padding:.7rem 1rem}.News-module__yBzIdG__newsTable tbody tr:nth-child(2n) td{background:var(--teal-light)}.News-module__yBzIdG__newsTable tbody tr:hover td{background:var(--teal-light);transition:background .1s}.News-module__yBzIdG__newsTableLink{color:var(--ink);font-size:.85rem;font-weight:400;text-decoration:none}.News-module__yBzIdG__newsTableLink:hover{text-decoration:underline}.News-module__yBzIdG__categoryFilters{flex-wrap:wrap;gap:.4rem;display:flex}.News-module__yBzIdG__filterBtn{color:var(--text-muted);background:var(--white);border:1px solid var(--border);cursor:pointer;border-radius:999px;align-items:center;gap:.3rem;padding:.4rem .85rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.News-module__yBzIdG__filterBtn:hover{background:var(--teal-light);color:var(--teal-dark);border-color:var(--teal)}.News-module__yBzIdG__filterBtn.News-module__yBzIdG__active{background:var(--teal);color:var(--white);border-color:var(--teal)}.News-module__yBzIdG__detailHeaderBlock{background:var(--blue-soft);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.35rem;padding:1.25rem 1.5rem;display:flex}.News-module__yBzIdG__imageStrip{gap:.75rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.News-module__yBzIdG__imageStrip img{border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0;width:auto;height:140px}.News-module__yBzIdG__detailMeta{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.News-module__yBzIdG__detailTitle{color:var(--teal-dark);margin:0;font-size:1.7rem;font-weight:800;line-height:1.3}.News-module__yBzIdG__detailTitleChinese{color:var(--text-muted);margin:0;font-size:1rem;font-weight:600}.News-module__yBzIdG__detailExcerpt{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.5}.News-module__yBzIdG__levelBadge{background:var(--teal-light);color:var(--teal-dark);border:1px solid var(--border);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.2rem .6rem;font-size:.72rem;font-weight:700}.News-module__yBzIdG__detailDate{color:var(--text-muted);font-size:.82rem}.News-module__yBzIdG__starBtn{color:var(--ink);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;background:#fef9c3;border:1.5px solid #facc15;margin-left:auto;padding:.35rem .65rem;font-family:inherit;font-size:.85rem;font-weight:700;transition:background .12s}.News-module__yBzIdG__starBtn:hover,.News-module__yBzIdG__starBtnSaved{background:#fef08a}.News-module__yBzIdG__sourceArticleWrap{border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.News-module__yBzIdG__sourceArticleHeader{background:var(--ink);color:var(--white);letter-spacing:.08em;padding:.45rem .9rem;font-size:.7rem;font-weight:700}.News-module__yBzIdG__sourceArticleBody{white-space:pre-wrap;max-height:220px;color:var(--ink);background:var(--surface,var(--white));margin:0;padding:.75rem .9rem;font-size:.9rem;line-height:1.7;overflow:auto}@media (max-width:640px){.News-module__yBzIdG__page{padding:2rem 1rem 3rem}.News-module__yBzIdG__detailTitle{font-size:1.3rem}}
.Radical-module__ThFmra__page{padding:3rem 2rem 5rem}.Radical-module__ThFmra__inner{flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto;display:flex}.Radical-module__ThFmra__detailCard{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1.25rem;padding:2rem 2.5rem;display:flex;position:relative}.Radical-module__ThFmra__radSquare{background:var(--teal-dark);border-radius:var(--radius-sm);justify-content:center;align-items:center;width:160px;height:160px;margin:0 auto;display:flex}.Radical-module__ThFmra__radDisplay{font-family:var(--font-chinese);color:var(--white);font-size:6rem;font-weight:800;line-height:1}.Radical-module__ThFmra__infoTable{border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.Radical-module__ThFmra__infoRow{border-bottom:1px solid var(--border);grid-template-columns:130px 1fr;display:grid}.Radical-module__ThFmra__infoRow:last-child{border-bottom:none}.Radical-module__ThFmra__infoRow:nth-child(odd){background:var(--white)}.Radical-module__ThFmra__infoRow:nth-child(2n){background:var(--bg)}.Radical-module__ThFmra__infoLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-right:1px solid var(--border);align-items:center;padding:.7rem 1rem;font-size:.72rem;font-weight:700;display:flex}.Radical-module__ThFmra__infoValue{color:var(--text);flex-wrap:wrap;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.95rem;display:flex}.Radical-module__ThFmra__infoValueDef{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.82rem;display:flex}.Radical-module__ThFmra__infoValueHint{color:var(--text);padding:1rem 1.2rem;font-size:1.05rem;line-height:1.7;display:block}.Radical-module__ThFmra__pinyin{color:var(--teal);font-size:1.1rem;font-style:italic}.Radical-module__ThFmra__chipRow{flex-wrap:wrap;gap:.4rem;display:flex}.Radical-module__ThFmra__chip{font-family:var(--font-chinese);color:var(--teal-dark);background:var(--teal-light);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.15rem .6rem;font-size:1.3rem;font-weight:700}.Radical-module__ThFmra__youtubeLink{color:#c0392b;border-radius:var(--radius-sm);background:#fdf0ef;border:1px solid #f5c6c3;align-items:center;gap:.4rem;width:fit-content;padding:.45rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.Radical-module__ThFmra__youtubeLink:hover{background:#fce0de;border-color:#e8a09b}.Radical-module__ThFmra__imageSection{border-top:1px solid var(--border);padding-top:.75rem}.Radical-module__ThFmra__imageSectionTitle{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.6rem;font-size:.72rem;font-weight:700}.Radical-module__ThFmra__imageStrip{gap:.75rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.Radical-module__ThFmra__imageStrip img{border-radius:var(--radius-sm);border:1px solid var(--border);object-fit:cover;flex-shrink:0;width:auto;height:140px}.Radical-module__ThFmra__charsSection{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;display:flex}.Radical-module__ThFmra__charsSectionTitle{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.72rem;font-weight:700}.Radical-module__ThFmra__charsGrid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.6rem;display:grid}.Radical-module__ThFmra__charCard{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;text-align:center;flex-direction:column;align-items:center;gap:.2rem;padding:.6rem .5rem;transition:background .12s;display:flex}.Radical-module__ThFmra__charCard:hover{background:var(--teal-light)}.Radical-module__ThFmra__charGlyph{font-family:var(--font-chinese);color:var(--teal-dark);font-size:1.6rem;font-weight:700;line-height:1}.Radical-module__ThFmra__charPinyin{color:var(--teal);font-size:.78rem;font-style:italic}.Radical-module__ThFmra__charDef{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;display:-webkit-box;overflow:hidden}.Radical-module__ThFmra__moreBtn{color:var(--teal);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:.85rem;font-weight:600}.Radical-module__ThFmra__moreBtn:hover{color:var(--teal-dark)}.Radical-module__ThFmra__pagination{color:var(--text-muted);align-items:center;gap:.75rem;font-size:.88rem;display:flex}.Radical-module__ThFmra__pageBtn{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;padding:.35rem .75rem;font-size:.85rem;font-weight:600;transition:background .12s}.Radical-module__ThFmra__pageBtn:hover:not(:disabled){background:var(--teal-light)}.Radical-module__ThFmra__pageBtn:disabled{opacity:.4;cursor:default}@media (max-width:640px){.Radical-module__ThFmra__page{padding:2rem 1rem 3rem}.Radical-module__ThFmra__detailCard{padding:1.25rem}.Radical-module__ThFmra__radSquare{width:120px;height:120px}.Radical-module__ThFmra__radDisplay{font-size:4.5rem}.Radical-module__ThFmra__infoRow{grid-template-columns:100px 1fr}}
.Rules-module__CTonpG__page{padding:3rem 2rem 5rem}.Rules-module__CTonpG__inner{flex-direction:column;gap:1.75rem;max-width:900px;margin:0 auto;display:flex}.Rules-module__CTonpG__title{color:var(--teal-dark);margin-bottom:.2rem;font-size:2rem;font-weight:800}.Rules-module__CTonpG__sub{color:var(--text-muted);font-size:.95rem}.Rules-module__CTonpG__stats{align-items:center;gap:.5rem;margin-top:.6rem;display:flex}.Rules-module__CTonpG__stat{color:var(--text-muted);font-size:.82rem;font-weight:600}.Rules-module__CTonpG__statDot{color:var(--border)}.Rules-module__CTonpG__quickLinks{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.Rules-module__CTonpG__quickLink{border:2px solid var(--ink);border-radius:999px;align-items:center;gap:.5rem;padding:.45rem .85rem .45rem .5rem;text-decoration:none;transition:transform .12s,box-shadow .12s;display:inline-flex}.Rules-module__CTonpG__quickLink:hover{box-shadow:var(--shadow-sm,0 1px 4px #0000001a);transform:translateY(-1px)}.Rules-module__CTonpG__quickLinkIcon{border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;font-size:1rem;display:inline-flex}.Rules-module__CTonpG__quickLinkLabel{color:var(--ink);font-size:.85rem;font-weight:700}.Rules-module__CTonpG__quickLinkCount{color:var(--ink);border:1.5px solid var(--ink);text-align:center;border-radius:999px;min-width:1.5rem;padding:.05rem .4rem;font-size:.75rem;font-weight:700}.Rules-module__CTonpG__divider{border:none;border-top:1px solid var(--border);margin:0}.Rules-module__CTonpG__toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.Rules-module__CTonpG__typeFilters{flex-wrap:wrap;flex:1;gap:.4rem;display:flex}.Rules-module__CTonpG__filterBtn{color:var(--text-muted);background:var(--white);border:1px solid var(--border);cursor:pointer;border-radius:999px;align-items:center;gap:.3rem;padding:.4rem .85rem;font-size:.82rem;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.Rules-module__CTonpG__filterBtn:hover{background:var(--teal-light);color:var(--teal-dark);border-color:var(--teal)}.Rules-module__CTonpG__filterBtn.Rules-module__CTonpG__active{background:var(--teal);color:var(--white);border-color:var(--teal)}.Rules-module__CTonpG__filterCount{background:#00000014;border-radius:999px;justify-content:center;align-items:center;min-width:1.2rem;height:1.2rem;padding:0 .35rem;font-size:.7rem;font-weight:700;display:inline-flex}.Rules-module__CTonpG__filterBtn.Rules-module__CTonpG__active .Rules-module__CTonpG__filterCount{background:#ffffff40}.Rules-module__CTonpG__filterIcon{font-size:.95rem;line-height:1}.Rules-module__CTonpG__grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.Rules-module__CTonpG__card{background:var(--white);border:2px solid var(--ink);border-radius:var(--radius);box-shadow:3px 3px 0 var(--ink);color:inherit;aspect-ratio:1;flex-direction:column;text-decoration:none;transition:transform .12s,box-shadow .12s;display:flex;overflow:hidden}.Rules-module__CTonpG__card:hover{box-shadow:5px 5px 0 var(--ink);transform:translateY(-3px)}.Rules-module__CTonpG__cardBand{border-bottom:2px solid var(--ink);flex-direction:column;flex:3;gap:.45rem;min-height:0;padding:.8rem .9rem .85rem;display:flex}.Rules-module__CTonpG__cardBandRow{flex-direction:row;align-items:center;gap:.5rem}.Rules-module__CTonpG__typeIcon{border:1.5px solid var(--ink);background:#fff6;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:1rem;line-height:1;display:flex}.Rules-module__CTonpG__bandGrammar{background:var(--blue-soft)}.Rules-module__CTonpG__bandStructure{background:var(--green-soft)}.Rules-module__CTonpG__bandPronunciation{background:var(--yellow-soft)}.Rules-module__CTonpG__bandOther{background:var(--purple-soft)}.Rules-module__CTonpG__typeBadge{text-transform:capitalize;letter-spacing:.04em;color:var(--ink);border:1.5px solid var(--ink);white-space:nowrap;background:#ffffff8c;border-radius:99px;width:fit-content;padding:.18rem .55rem;font-size:.65rem;font-weight:700}.Rules-module__CTonpG__cardTitle{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:.95rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.Rules-module__CTonpG__cardFooter{flex-direction:column;flex:7;justify-content:space-between;align-items:flex-start;gap:.4rem;min-height:0;padding:.55rem .9rem .65rem;display:flex}.Rules-module__CTonpG__cardSub{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;font-size:.72rem;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.Rules-module__CTonpG__cardAction{color:var(--ink);flex-shrink:0;font-size:.85rem;font-weight:700}.Rules-module__CTonpG__youtubeBtn{color:#c0392b;border-radius:var(--radius-sm);background:#fdf0ef;border:1px solid #f5c6c3;align-items:center;gap:.4rem;width:fit-content;padding:.45rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.Rules-module__CTonpG__youtubeBtn:hover{background:#fce0de;border-color:#e8a09b}.Rules-module__CTonpG__pagination{color:var(--text-muted);align-items:center;gap:.75rem;font-size:.88rem;display:flex}.Rules-module__CTonpG__pageBtn{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;padding:.35rem .75rem;font-size:.85rem;font-weight:600;transition:background .12s}.Rules-module__CTonpG__pageBtn:hover:not(:disabled){background:var(--teal-light)}.Rules-module__CTonpG__pageBtn:disabled{opacity:.4;cursor:default}.Rules-module__CTonpG__detailCard{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;display:flex;position:relative;overflow:hidden}.Rules-module__CTonpG__detailHeader{border-bottom:1px solid var(--border);flex-direction:column;gap:.5rem;padding:1.75rem 2rem 1.5rem;display:flex}.Rules-module__CTonpG__detailHeader_grammar{background:var(--blue-soft,#dbeafe)}.Rules-module__CTonpG__detailHeader_structure{background:var(--green-soft,#d1fae5)}.Rules-module__CTonpG__detailHeader_pronunciation{background:var(--yellow-soft,#fef9c3)}.Rules-module__CTonpG__detailHeader_other{background:var(--purple-soft,#ede9fe)}.Rules-module__CTonpG__typeBadge{text-transform:uppercase;letter-spacing:.07em;color:var(--ink);border:1.5px solid var(--ink);background:#fff9;border-radius:99px;width:fit-content;padding:.18rem .6rem;font-size:.68rem;font-weight:700;display:inline-block}.Rules-module__CTonpG__detailTitle{color:var(--teal-dark);margin:0;font-size:1.6rem;font-weight:800}.Rules-module__CTonpG__detailSubtitle{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.5}.Rules-module__CTonpG__detailContent{padding:1.5rem 2rem}.Rules-module__CTonpG__detailBody{color:var(--text);white-space:pre-wrap;margin:0;font-size:1rem;line-height:1.7}.Rules-module__CTonpG__imageSection{border-bottom:1px solid var(--border);padding:1rem 2rem}.Rules-module__CTonpG__imageStrip{gap:.75rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.Rules-module__CTonpG__imageStrip img{border-radius:var(--radius-sm);border:1px solid var(--border);object-fit:cover;flex-shrink:0;width:auto;height:140px}.Rules-module__CTonpG__youtubeRow{border-bottom:1px solid var(--border);padding:1rem 2rem}.Rules-module__CTonpG__relatedLinks{border-top:1px solid var(--border);padding:1rem 2rem 1.5rem}.Rules-module__CTonpG__relatedLinksLabel{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin:0 0 .5rem;font-size:.75rem;font-weight:700}.Rules-module__CTonpG__relatedLinksList{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.Rules-module__CTonpG__relatedLink{color:var(--teal);text-underline-offset:2px;font-size:.9rem;text-decoration:underline}.Rules-module__CTonpG__relatedLink:hover{color:var(--teal-dark,var(--teal));opacity:.8}.Rules-module__CTonpG__ruleTable{border-collapse:collapse;width:100%;font-size:.9rem}.Rules-module__CTonpG__ruleTable th{text-align:left;text-transform:uppercase;letter-spacing:.07em;color:#ffffffbf;white-space:nowrap;padding:.65rem 1rem;font-size:.7rem;font-weight:700}.Rules-module__CTonpG__ruleTable thead tr{background:var(--ink)}.Rules-module__CTonpG__ruleTable td{color:#000;background:var(--white);border-top:1px solid var(--rule);vertical-align:middle;padding:.7rem 1rem}.Rules-module__CTonpG__ruleTable tbody tr:nth-child(2n) td{background:var(--pink-soft)}.Rules-module__CTonpG__ruleTable tbody tr:hover td{background:#ffd9e3;transition:background .1s}.Rules-module__CTonpG__ruleTableDate{color:#000;white-space:nowrap;font-size:.82rem}.Rules-module__CTonpG__ruleTableLink{color:#000;font-weight:600;text-decoration:none}.Rules-module__CTonpG__ruleTableLink:hover{text-decoration:underline}.Rules-module__CTonpG__ruleTypeBadge{white-space:nowrap;border-radius:999px;padding:.18rem .55rem;font-size:.75rem;font-weight:700;display:inline-block}@media (max-width:860px){.Rules-module__CTonpG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Rules-module__CTonpG__page{padding:2rem 1rem 3rem}.Rules-module__CTonpG__title{font-size:1.5rem}.Rules-module__CTonpG__grid{grid-template-columns:1fr}.Rules-module__CTonpG__toolbar{flex-direction:column;align-items:stretch}.Rules-module__CTonpG__detailCard{padding:1.25rem}}
.Evaluation-module__ARoRgG__page{padding:3rem 2rem 5rem}.Evaluation-module__ARoRgG__inner{flex-direction:column;gap:1.5rem;max-width:700px;margin:0 auto;display:flex}.Evaluation-module__ARoRgG__title{color:var(--teal-dark);font-size:1.7rem;font-weight:800}.Evaluation-module__ARoRgG__sub{color:var(--text-muted);margin-top:.2rem;font-size:.95rem}.Evaluation-module__ARoRgG__setupCard{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1.25rem;padding:1.75rem 2rem;display:flex}.Evaluation-module__ARoRgG__field{flex-direction:column;gap:.4rem;display:flex}.Evaluation-module__ARoRgG__fieldLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.78rem;font-weight:700}.Evaluation-module__ARoRgG__countSelect{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);background:var(--white);align-self:flex-start;width:auto;padding:.5rem .75rem;font-family:inherit;font-size:.95rem}.Evaluation-module__ARoRgG__countSelect:focus{border-color:var(--teal);outline:none}.Evaluation-module__ARoRgG__previewGrid{grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:.5rem;display:grid}.Evaluation-module__ARoRgG__previewCell{aspect-ratio:1;background:var(--teal-light);border:1.5px solid var(--teal);border-radius:var(--radius-sm);justify-content:center;align-items:center;text-decoration:none;transition:background .12s,transform .12s;display:flex;position:relative}.Evaluation-module__ARoRgG__previewCell:hover{background:var(--teal);transform:translateY(-2px)}.Evaluation-module__ARoRgG__previewNo{color:var(--text-muted);font-size:.55rem;font-weight:600;line-height:1;position:absolute;top:3px;left:5px}.Evaluation-module__ARoRgG__previewGlyph{font-family:var(--font-chinese);color:var(--teal-dark);font-size:1.8rem;font-weight:700}.Evaluation-module__ARoRgG__setupLinks{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.Evaluation-module__ARoRgG__progress{color:var(--text-muted);align-items:center;gap:.75rem;font-size:.85rem;display:flex}.Evaluation-module__ARoRgG__progressBar{background:var(--border);border-radius:999px;flex:1;height:6px;overflow:hidden}.Evaluation-module__ARoRgG__progressFill{background:var(--teal);border-radius:999px;height:100%;transition:width .3s}.Evaluation-module__ARoRgG__questionCard{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;align-items:center;gap:1.25rem;padding:2rem 1.75rem;display:flex}.Evaluation-module__ARoRgG__charRow{align-items:center;gap:.75rem;display:flex}.Evaluation-module__ARoRgG__charGlyph{font-family:var(--font-chinese);color:var(--teal-dark);font-size:5rem;font-weight:800;line-height:1}.Evaluation-module__ARoRgG__pinyinAudioRow{align-items:center;gap:.5rem;display:flex}.Evaluation-module__ARoRgG__pinyinWrap{cursor:help;color:var(--text-muted);-webkit-user-select:none;user-select:none;font-size:1rem;font-style:italic}.Evaluation-module__ARoRgG__pinyinText{filter:blur(4px);transition:filter .2s;display:inline-block}.Evaluation-module__ARoRgG__pinyinWrap:hover .Evaluation-module__ARoRgG__pinyinText{filter:blur()}.Evaluation-module__ARoRgG__optionsGrid{grid-template-columns:1fr 1fr;gap:.6rem;width:100%;display:grid}.Evaluation-module__ARoRgG__optionBtn{color:var(--text);background:var(--surface,#fafafa);border:1.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;text-align:left;padding:.75rem 1rem;font-family:inherit;font-size:.88rem;font-weight:500;line-height:1.5;transition:background .1s,border-color .1s}.Evaluation-module__ARoRgG__optionBtn:hover:not(:disabled){background:var(--pink-soft);border-color:var(--pink)}.Evaluation-module__ARoRgG__optionBtn:disabled{cursor:default}.Evaluation-module__ARoRgG__optionCorrect{color:#065f46;background:#d1fae5!important;border-color:#34d399!important}.Evaluation-module__ARoRgG__optionWrong{color:#c62828;background:#fce4ec!important;border-color:#f48fb1!important}.Evaluation-module__ARoRgG__optionDim{opacity:.45}.Evaluation-module__ARoRgG__actionRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.Evaluation-module__ARoRgG__skipBtn{color:var(--text-muted);background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;padding:.5rem 1.1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:border-color .12s,color .12s}.Evaluation-module__ARoRgG__skipBtn:hover:not(:disabled){border-color:var(--text-muted);color:var(--text)}.Evaluation-module__ARoRgG__skipBtn:disabled{opacity:.4;cursor:default}.Evaluation-module__ARoRgG__saveStarBtn{color:var(--ink);border-radius:var(--radius-sm);cursor:pointer;background:#fef9c3;border:1.5px solid #facc15;padding:.5rem 1.1rem;font-family:inherit;font-size:.85rem;font-weight:700;transition:background .12s}.Evaluation-module__ARoRgG__saveStarBtn:hover:not(:disabled){background:#fef08a}.Evaluation-module__ARoRgG__saveStarBtn:disabled{opacity:.6;cursor:default}.Evaluation-module__ARoRgG__savedLabel{color:var(--teal-dark);font-size:.85rem;font-weight:600}.Evaluation-module__ARoRgG__scoreBox{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2rem;display:flex}.Evaluation-module__ARoRgG__scoreNum{color:var(--teal-dark);font-size:3.5rem;font-weight:800;line-height:1}.Evaluation-module__ARoRgG__scoreSub{color:var(--text-muted);font-size:.95rem}.Evaluation-module__ARoRgG__congratsMsg{color:var(--teal-dark);font-size:1.1rem;font-weight:700}.Evaluation-module__ARoRgG__resultsActions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.Evaluation-module__ARoRgG__resultChar{font-family:var(--font-chinese);color:var(--teal-dark);font-size:1.4rem;font-weight:700;text-decoration:none}.Evaluation-module__ARoRgG__resultChar:hover{text-decoration:underline}.Evaluation-module__ARoRgG__resultCorrect{color:#2e7d32;font-weight:700}.Evaluation-module__ARoRgG__resultWrong{color:#c62828;font-weight:700}@media (max-width:520px){.Evaluation-module__ARoRgG__optionsGrid{grid-template-columns:1fr}.Evaluation-module__ARoRgG__charGlyph{font-size:3.5rem}}
.Topics-module__pobXwG__page{padding:3rem 2rem 5rem}.Topics-module__pobXwG__inner{flex-direction:column;gap:1.5rem;max-width:780px;margin:0 auto;display:flex}.Topics-module__pobXwG__sub{color:var(--text-muted);font-size:.95rem}.Topics-module__pobXwG__empty{color:var(--text-muted);text-align:center;padding:2rem 0;font-size:.95rem}.Topics-module__pobXwG__levelFilters{flex-wrap:wrap;gap:.5rem;display:flex}.Topics-module__pobXwG__levelBtn{color:var(--text-muted);background:var(--white);border:1px solid var(--border);cursor:pointer;border-radius:999px;padding:.4rem .9rem;font-size:.82rem;font-weight:600;transition:background .15s,color .15s,border-color .15s}.Topics-module__pobXwG__levelBtn:hover{background:var(--teal-light);color:var(--teal-dark);border-color:var(--teal)}.Topics-module__pobXwG__levelBtn.Topics-module__pobXwG__active{background:var(--teal);color:var(--white);border-color:var(--teal)}.Topics-module__pobXwG__topicTable{border-collapse:collapse;width:100%;font-size:.9rem}.Topics-module__pobXwG__topicTable th{text-align:left;text-transform:uppercase;letter-spacing:.07em;color:#ffffffbf;white-space:nowrap;padding:.65rem 1rem;font-size:.7rem;font-weight:700}.Topics-module__pobXwG__topicTable thead tr{background:var(--ink)}.Topics-module__pobXwG__topicTable td{color:#000;background:var(--white);border-top:1px solid var(--rule);vertical-align:middle;padding:.7rem 1rem}.Topics-module__pobXwG__topicTable tbody tr:nth-child(2n) td{background:var(--pink-soft)}.Topics-module__pobXwG__topicTable tbody tr:hover td{background:#ffd9e3;transition:background .1s}.Topics-module__pobXwG__topicTableLink{color:#000;font-weight:400;text-decoration:none}.Topics-module__pobXwG__topicTableLink:hover{text-decoration:underline}.Topics-module__pobXwG__topicTableSub{color:#000;max-width:220px;font-size:.82rem}.Topics-module__pobXwG__detailHeader{background:var(--blue-soft);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.4rem;padding:1.5rem 1.75rem;display:flex;position:relative}.Topics-module__pobXwG__detailTitle{color:var(--teal-dark);margin:0;font-size:1.7rem;font-weight:800}.Topics-module__pobXwG__detailSubtitle{color:var(--text);margin:0;font-size:.95rem;line-height:1.5}@media (max-width:640px){.Topics-module__pobXwG__page{padding:2rem 1rem 3rem}.Topics-module__pobXwG__detailTitle{font-size:1.3rem}}
.Words-module__OBt4cq__page{padding:3rem 2rem 5rem}.Words-module__OBt4cq__inner{flex-direction:column;gap:1.5rem;max-width:780px;margin:0 auto;display:flex}.Words-module__OBt4cq__typeFilters{flex-wrap:wrap;gap:.5rem;display:flex}.Words-module__OBt4cq__typeBtn{color:var(--text-muted);background:var(--white);border:1px solid var(--border);cursor:pointer;border-radius:999px;padding:.4rem .9rem;font-size:.82rem;font-weight:600;transition:background .15s,color .15s,border-color .15s}.Words-module__OBt4cq__typeBtn:hover{background:var(--teal-light);color:var(--teal-dark);border-color:var(--teal)}.Words-module__OBt4cq__typeBtn.Words-module__OBt4cq__active{background:var(--teal);color:var(--white);border-color:var(--teal)}.Words-module__OBt4cq__detailCard{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1.25rem;padding:2rem 2.5rem;display:flex;position:relative}.Words-module__OBt4cq__wordSquare{background:var(--teal-dark);border-radius:var(--radius-sm);justify-content:center;align-items:center;min-width:120px;margin:0 auto;padding:1.5rem 2rem;display:flex}.Words-module__OBt4cq__wordDisplay{font-family:var(--font-chinese);color:var(--white);font-size:3rem;font-weight:800;line-height:1}.Words-module__OBt4cq__infoTable{border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.Words-module__OBt4cq__infoRow{border-bottom:1px solid var(--border);grid-template-columns:130px 1fr;display:grid}.Words-module__OBt4cq__infoRow:last-child{border-bottom:none}.Words-module__OBt4cq__infoRow:nth-child(odd){background:var(--white)}.Words-module__OBt4cq__infoRow:nth-child(2n){background:var(--bg)}.Words-module__OBt4cq__infoLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-right:1px solid var(--border);align-items:center;padding:.7rem 1rem;font-size:.72rem;font-weight:700;display:flex}.Words-module__OBt4cq__infoValue{color:var(--text);align-items:center;padding:.7rem 1rem;font-size:.95rem;display:flex}.Words-module__OBt4cq__pinyin{color:var(--teal);font-size:1.1rem;font-style:italic}.Words-module__OBt4cq__charChip{color:var(--teal-dark);background:var(--teal-light);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;padding:.15rem .6rem;font-size:1.3rem;font-weight:700;transition:background .15s}.Words-module__OBt4cq__charChip:hover{background:var(--border)}.Words-module__OBt4cq__imageSection{border-top:1px solid var(--border);padding-top:.75rem}.Words-module__OBt4cq__imageSectionTitle{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.6rem;font-size:.72rem;font-weight:700}.Words-module__OBt4cq__imageStrip{gap:.75rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.Words-module__OBt4cq__imageStrip img{border-radius:var(--radius-sm);border:1px solid var(--border);object-fit:cover;flex-shrink:0;width:auto;height:140px}@media (max-width:640px){.Words-module__OBt4cq__page{padding:2rem 1rem 3rem}.Words-module__OBt4cq__detailCard{padding:1.25rem}.Words-module__OBt4cq__infoRow{grid-template-columns:100px 1fr}}
