.Layout-module__82omKG__shell{flex-direction:column;min-height:100vh;display:flex}.Layout-module__82omKG__skipLink{z-index:200;background:var(--pink);color:var(--white);border:2px solid var(--ink);border-radius:99px;padding:.5rem 1rem;font-weight:700;transition:top .1s;position:absolute;top:-100%;left:1rem}.Layout-module__82omKG__skipLink:focus{top:.5rem}.Layout-module__82omKG__header{z-index:100;background:var(--bg);border-bottom:2px solid var(--ink);grid-template-columns:1fr auto 1fr;align-items:center;height:68px;padding:0 2.5rem;display:grid;position:sticky;top:0}.Layout-module__82omKG__brand{align-items:center;gap:.75rem;display:flex}.Layout-module__82omKG__logoFrame{border:2px solid var(--border);border-radius:10px;flex-shrink:0;display:flex;overflow:hidden;transform:rotate(-8deg)}.Layout-module__82omKG__nav{justify-self:center;align-items:center;gap:.25rem;display:flex}.Layout-module__82omKG__navRight{justify-self:end;align-items:center;gap:.25rem;display:flex}.Layout-module__82omKG__navLink{color:var(--ink-soft);cursor:pointer;background:0 0;border:none;border-radius:99px;padding:.4rem .85rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:color .15s}.Layout-module__82omKG__navLink:hover{color:var(--ink)}.Layout-module__82omKG__navCta{color:var(--ink);background:var(--yellow);border:2px solid var(--ink);border-radius:99px;margin-left:.5rem;padding:.55rem 1.1rem;font-size:.88rem;font-weight:700;transition:transform .1s}.Layout-module__82omKG__navCta:hover{transform:translateY(-1px)}.Layout-module__82omKG__profileMenu{position:relative}.Layout-module__82omKG__dropdown{background:var(--white);border:2px solid var(--ink);border-radius:var(--radius-sm);box-shadow:4px 4px 0 var(--ink);z-index:200;flex-direction:column;min-width:140px;display:flex;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden}.Layout-module__82omKG__dropdownLeft{left:0;right:auto}.Layout-module__82omKG__dropdownItem{text-align:left;width:100%;color:var(--ink);border:none;border-bottom:1px solid var(--border,#e8e8e8);cursor:pointer;background:0 0;padding:.65rem 1rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .12s;display:block}.Layout-module__82omKG__dropdownItem:last-child{border-bottom:none}.Layout-module__82omKG__dropdownItem:hover{background:var(--bg,#f5f5f5)}.Layout-module__82omKG__dropdownItemBadge{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.Layout-module__82omKG__badge{text-align:center;min-width:1.25rem;color:var(--white);background:var(--pink);border-radius:999px;flex-shrink:0;padding:0 .35rem;font-size:.72rem;font-weight:700;line-height:1.25rem}.Layout-module__82omKG__main{flex:1}.Layout-module__82omKG__footer{background:var(--ink);color:#fffc;text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 2rem;display:flex}.Layout-module__82omKG__footerLinks{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.Layout-module__82omKG__footerLink{color:#fff6;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.78rem;transition:color .15s}.Layout-module__82omKG__footerLink:hover{color:#fffc}.Layout-module__82omKG__footerCopy{color:#ffffff4d;margin-top:.4rem;font-size:.75rem}.Layout-module__82omKG__hamburger{border:2px solid var(--ink);border-radius:var(--radius-sm);color:var(--ink);cursor:pointer;background:0 0;padding:.3rem .6rem;font-size:1.25rem;line-height:1;display:none}.Layout-module__82omKG__mobileNav{z-index:99;background:var(--bg);border-left:2px solid var(--ink);flex-direction:column;width:min(78vw,300px);transition:transform .22s;display:none;position:fixed;top:68px;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.Layout-module__82omKG__mobileNavOpen{transform:translate(0)}.Layout-module__82omKG__mobileBackdrop{display:none}.Layout-module__82omKG__mobileNavLink{text-align:left;width:100%;color:var(--ink);border:none;border-bottom:1px solid var(--rule);cursor:pointer;background:0 0;padding:.9rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:background .12s;display:block}.Layout-module__82omKG__mobileNavLink:hover{background:var(--yellow-soft)}.Layout-module__82omKG__mobileNavCta{color:var(--pink);font-weight:700}.Layout-module__82omKG__mobileNavDivider{background:var(--ink);height:2px}.Layout-module__82omKG__mobileGroup{border-top:2px solid var(--ink)}.Layout-module__82omKG__mobileGroupSummary{color:var(--ink);cursor:pointer;border-bottom:1px solid var(--rule);align-items:center;gap:.5rem;padding:.9rem 1.5rem;font-size:1rem;font-weight:700;list-style:none;transition:background .12s;display:flex}.Layout-module__82omKG__mobileGroupSummary::-webkit-details-marker{display:none}.Layout-module__82omKG__mobileGroupSummary:after{content:"▾";color:var(--muted);margin-left:auto;font-size:.85rem;transition:transform .15s}.Layout-module__82omKG__mobileGroup[open] .Layout-module__82omKG__mobileGroupSummary:after{transform:rotate(180deg)}.Layout-module__82omKG__mobileGroupSummary:hover{background:var(--yellow-soft)}.Layout-module__82omKG__mobileGroup .Layout-module__82omKG__mobileNavLink{padding-left:2.5rem}.Layout-module__82omKG__mobileGroupInline{border-top:none}.Layout-module__82omKG__mobileGroupInline .Layout-module__82omKG__mobileGroupSummary{font-weight:600}@media (max-width:768px){.Layout-module__82omKG__header{justify-content:space-between;padding:0 1.25rem;display:flex}.Layout-module__82omKG__nav,.Layout-module__82omKG__navRight{display:none}.Layout-module__82omKG__hamburger{display:block}.Layout-module__82omKG__mobileNav{display:flex}.Layout-module__82omKG__mobileBackdrop{z-index:98;opacity:0;pointer-events:none;background:#0006;transition:opacity .2s;display:block;position:fixed;inset:0}.Layout-module__82omKG__mobileBackdropOpen{opacity:1;pointer-events:auto}}@media print{.Layout-module__82omKG__header,.Layout-module__82omKG__footer,.Layout-module__82omKG__mobileNav,.Layout-module__82omKG__mobileBackdrop,.Layout-module__82omKG__hamburger{display:none!important}}@media (max-width:480px){.Layout-module__82omKG__header{padding:0 1rem}}
.CookieBanner-module__CpiDYq__banner{z-index:1000;background:var(--ink);color:var(--surface);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.5rem;font-size:.82rem;line-height:1.5;display:flex;position:fixed;bottom:0;left:0;right:0}.CookieBanner-module__CpiDYq__text{flex:1;margin:0}.CookieBanner-module__CpiDYq__link{color:var(--yellow);text-decoration:underline}.CookieBanner-module__CpiDYq__btn{background:var(--pink);color:var(--surface);cursor:pointer;white-space:nowrap;border:none;border-radius:999px;flex-shrink:0;padding:.4rem 1.1rem;font-size:.82rem;font-weight:700}.CookieBanner-module__CpiDYq__btn:hover{opacity:.88}@media (max-width:600px){.CookieBanner-module__CpiDYq__banner{flex-direction:column;align-items:flex-start}}
.AppVersionBanner-module__4oL58a__banner{padding:.6rem 1rem;padding-top:calc(.6rem + env(safe-area-inset-top));background:var(--yellow-soft);border-bottom:2px solid var(--ink);color:var(--ink);justify-content:space-between;align-items:center;gap:.75rem;font-size:.82rem;line-height:1.4;display:flex}.AppVersionBanner-module__4oL58a__text{flex:1;margin:0}.AppVersionBanner-module__4oL58a__actions{flex:none;align-items:center;gap:.5rem;display:flex}.AppVersionBanner-module__4oL58a__open{border:2px solid var(--ink);background:var(--surface);color:var(--ink);white-space:nowrap;border-radius:999px;padding:.35rem .8rem;font-size:.8rem;font-weight:700;text-decoration:none}.AppVersionBanner-module__4oL58a__dismiss{color:var(--muted);font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:.35rem .4rem;font-size:.78rem}
.AppReturnBar-module__bqchUG__bar{z-index:150;background:var(--ink);padding:.35rem .75rem;padding-top:calc(.35rem + env(safe-area-inset-top));align-items:center;display:flex;position:sticky;top:0}.AppReturnBar-module__bqchUG__button{font:inherit;font-family:var(--font-display);color:var(--white);cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .7rem;font-size:.85rem;font-weight:700;display:inline-flex}.AppReturnBar-module__bqchUG__button:active{opacity:.7}
.TeacherLayout-module__912VyG__page{background:var(--bg);min-height:100vh;padding:3rem 2rem 5rem}.TeacherLayout-module__912VyG__inner{align-items:flex-start;gap:2.5rem;max-width:1100px;margin:0 auto;display:flex}.TeacherLayout-module__912VyG__sidebar{flex-shrink:0;width:200px;position:sticky;top:80px}.TeacherLayout-module__912VyG__main{flex:1;min-width:0}.TeacherLayout-module__912VyG__nav{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:.1rem;padding:.5rem;display:flex}.TeacherLayout-module__912VyG__navLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--teal-dark);padding:.25rem .5rem .4rem;font-size:.65rem;font-weight:800}.TeacherLayout-module__912VyG__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}.TeacherLayout-module__912VyG__link:hover{background:var(--yellow-soft);color:var(--ink)}.TeacherLayout-module__912VyG__active{background:var(--yellow-soft);color:var(--ink);font-weight:700}.TeacherLayout-module__912VyG__notice{text-align:center;color:var(--text-muted);padding:3rem 1rem}.TeacherLayout-module__912VyG__locked{text-align:center;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);max-width:420px;margin:0 auto;padding:2rem 1.5rem}.TeacherLayout-module__912VyG__lockedIcon{font-size:1.6rem}.TeacherLayout-module__912VyG__lockedTitle{margin:.5rem 0;font-weight:700}.TeacherLayout-module__912VyG__lockedLink{color:var(--pink);font-weight:700}@media print{.TeacherLayout-module__912VyG__page{background:#fff;min-height:0;padding:0}.TeacherLayout-module__912VyG__inner{display:block}.TeacherLayout-module__912VyG__sidebar{display:none}}
.FreePeriodWelcome-module__7aH2aG__overlay{z-index:900;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.FreePeriodWelcome-module__7aH2aG__modal{background:var(--white);border:2px solid var(--pink);border-radius:var(--radius);box-shadow:var(--shadow-md);text-align:center;width:100%;max-width:420px;padding:1.75rem}.FreePeriodWelcome-module__7aH2aG__gift{font-size:2.5rem;line-height:1}.FreePeriodWelcome-module__7aH2aG__title{color:var(--ink);margin:.75rem 0 0;font-size:1.15rem;font-weight:700}.FreePeriodWelcome-module__7aH2aG__body{color:var(--ink-soft);margin:.75rem 0 1.5rem;font-size:.95rem;line-height:1.6}.FreePeriodWelcome-module__7aH2aG__actions{flex-direction:column;gap:.6rem;display:flex}
.WheelOfFate-module__10jRyW__rows{flex-direction:column;gap:.6rem;display:flex}.WheelOfFate-module__10jRyW__row{grid-template-columns:6.5rem minmax(4.5rem,.8fr) minmax(8rem,1.6fr) minmax(6rem,1fr) 4.5rem 2rem;align-items:center;gap:.5rem;display:grid}.WheelOfFate-module__10jRyW__legend{color:var(--text-muted);margin:.6rem 0 0;font-size:.78rem;line-height:1.6}.WheelOfFate-module__10jRyW__rowHead{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-size:.72rem;font-weight:700;}.WheelOfFate-module__10jRyW__input{width:100%;color:var(--text);background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.45rem .6rem;font-size:.95rem}.WheelOfFate-module__10jRyW__input:focus{border-color:var(--teal);outline:none}.WheelOfFate-module__10jRyW__glyphInput{font-family:var(--font-chinese);font-size:1.4rem;font-weight:600;}.WheelOfFate-module__10jRyW__removeBtn{width:2rem;height:2rem;color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1.1rem;line-height:1}.WheelOfFate-module__10jRyW__removeBtn:hover{color:var(--error)}.WheelOfFate-module__10jRyW__addBtn{color:var(--teal-dark);background:var(--teal-light);border-radius:var(--radius-sm);cursor:pointer;border:none;align-self:flex-start;padding:.4rem .9rem;font-size:.88rem;font-weight:600}.WheelOfFate-module__10jRyW__addBtn:disabled{opacity:.5;cursor:not-allowed}.WheelOfFate-module__10jRyW__rowNote{color:var(--text-muted);grid-column:1/-1;font-size:.82rem}.WheelOfFate-module__10jRyW__rowError{color:var(--error);}.WheelOfFate-module__10jRyW__choices{flex-wrap:wrap;grid-column:1/-1;gap:.4rem;display:flex}.WheelOfFate-module__10jRyW__choiceBtn{text-align:left;color:var(--text);background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;padding:.35rem .6rem;font-size:.82rem}.WheelOfFate-module__10jRyW__choiceBtn:hover{border-color:var(--teal)}.WheelOfFate-module__10jRyW__choiceActive{border-color:var(--teal);background:var(--teal-light)}.WheelOfFate-module__10jRyW__presetBar{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.2rem;padding:.6rem .8rem;display:flex}.WheelOfFate-module__10jRyW__presetChip{background:var(--white);border:1px solid var(--border);border-radius:999px;align-items:center;gap:.1rem;padding:0 .3rem 0 .2rem;display:inline-flex}.WheelOfFate-module__10jRyW__presetBtn{color:var(--teal-dark);cursor:pointer;background:0 0;border:none;padding:.3rem .5rem;font-size:.85rem;font-weight:600}.WheelOfFate-module__10jRyW__topicList{grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:.3rem .8rem;max-height:16rem;margin-top:.4rem;display:grid;overflow-y:auto}.WheelOfFate-module__10jRyW__topicWord{cursor:pointer;align-items:center;gap:.4rem;display:flex}.WheelOfFate-module__10jRyW__topicGlyph{font-family:var(--font-chinese);color:var(--text);font-size:1.4rem;font-weight:600}.WheelOfFate-module__10jRyW__setupFoot{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.2rem;display:flex}.WheelOfFate-module__10jRyW__count{color:var(--text-muted);font-size:.85rem}.WheelOfFate-module__10jRyW__stage{flex-direction:column;align-items:center;gap:1.2rem;display:flex}.WheelOfFate-module__10jRyW__wheelWrap{aspect-ratio:1;width:min(72vh,90vw,34rem);position:relative}.WheelOfFate-module__10jRyW__wheel{pointer-events:none;width:100%;height:100%;display:block}.WheelOfFate-module__10jRyW__pointer{z-index:1;filter:drop-shadow(0 2px 0 var(--ink));pointer-events:none;font-size:2rem;line-height:1;position:absolute;top:-.4rem;left:50%;transform:translate(-50%)}.WheelOfFate-module__10jRyW__status{color:var(--text-muted);font-size:1.1rem;font-weight:700}.WheelOfFate-module__10jRyW__spinBtn{color:var(--white);background:var(--teal);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);cursor:pointer;border:none;padding:.8rem 2.4rem;font-size:1.15rem;font-weight:700}.WheelOfFate-module__10jRyW__spinBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.WheelOfFate-module__10jRyW__overlay{z-index:100;text-align:center;background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:2rem 1rem;display:flex;position:fixed;inset:0}.WheelOfFate-module__10jRyW__overlayGlyph{font-family:var(--font-chinese);color:var(--ink);word-break:break-word;font-size:min(38vh,26vw);line-height:1.05}.WheelOfFate-module__10jRyW__overlayPrompt{max-width:24ch;color:var(--ink);font-size:min(14vh,11vw);font-weight:700;line-height:1.15}.WheelOfFate-module__10jRyW__overlayPinyin{color:var(--teal-dark);font-size:clamp(1.4rem,4vw,2.4rem);font-weight:700}.WheelOfFate-module__10jRyW__overlayDef{max-width:40rem;color:var(--text);font-size:clamp(1rem,2.4vw,1.5rem)}.WheelOfFate-module__10jRyW__overlayBtns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.WheelOfFate-module__10jRyW__passBtn,.WheelOfFate-module__10jRyW__failBtn,.WheelOfFate-module__10jRyW__okBtn{color:var(--white);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);cursor:pointer;border:none;padding:.8rem 2rem;font-size:1.1rem;font-weight:700}.WheelOfFate-module__10jRyW__ghostBtn{color:var(--teal-dark);background:var(--white);border:2px solid var(--teal);}.WheelOfFate-module__10jRyW__exitBtn{color:var(--text-muted);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;background:0 0;margin-top:1.5rem;padding:.5rem 1.2rem;font-family:inherit;font-size:.9rem;font-weight:600}.WheelOfFate-module__10jRyW__passBtn{background:var(--green)}.WheelOfFate-module__10jRyW__failBtn{background:var(--error)}.WheelOfFate-module__10jRyW__okBtn{background:var(--teal)}
.WritingHomework-module__l9rcPq__options{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);flex-wrap:wrap;align-items:center;gap:.6rem 1.2rem;margin-bottom:1.2rem;padding:.7rem .9rem;display:flex}.WritingHomework-module__l9rcPq__optionsLabel{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-size:.72rem;font-weight:700}.WritingHomework-module__l9rcPq__check{color:var(--text);align-items:center;gap:.4rem;font-size:.88rem;display:flex}.WritingHomework-module__l9rcPq__rows{flex-direction:column;gap:.6rem;display:flex}.WritingHomework-module__l9rcPq__row{grid-template-columns:7rem 13rem minmax(8rem,1fr) 4.5rem 5rem 2rem;align-items:center;gap:.5rem;display:grid}.WritingHomework-module__l9rcPq__rowHead{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-size:.72rem;font-weight:700;}.WritingHomework-module__l9rcPq__input{width:100%;color:var(--text);background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.45rem .6rem;font-size:.95rem}.WritingHomework-module__l9rcPq__input:focus{border-color:var(--teal);outline:none}.WritingHomework-module__l9rcPq__glyphInput{font-family:var(--font-chinese);font-size:1.4rem;font-weight:600;}.WritingHomework-module__l9rcPq__resolved{color:var(--text-muted);overflow-wrap:anywhere;align-items:baseline;gap:.5rem;font-size:.88rem;display:flex}.WritingHomework-module__l9rcPq__resolvedGlyph{font-family:var(--font-chinese);color:var(--ink);font-size:1.15rem;font-weight:600}.WritingHomework-module__l9rcPq__no{font-variant-numeric:tabular-nums;color:var(--text-muted);font-size:.78rem}.WritingHomework-module__l9rcPq__smallInput{width:4rem;}.WritingHomework-module__l9rcPq__fontInput{width:8.5rem;}.WritingHomework-module__l9rcPq__dash{text-align:center;color:var(--text-muted)}.WritingHomework-module__l9rcPq__removeBtn{width:2rem;height:2rem;color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1.1rem;line-height:1}.WritingHomework-module__l9rcPq__removeBtn:hover{color:var(--error)}.WritingHomework-module__l9rcPq__addBtn{color:var(--teal-dark);background:var(--teal-light);border-radius:var(--radius-sm);cursor:pointer;border:none;align-self:flex-start;padding:.4rem .9rem;font-size:.88rem;font-weight:600}.WritingHomework-module__l9rcPq__addBtn:disabled{opacity:.5;cursor:not-allowed}.WritingHomework-module__l9rcPq__rowError{color:var(--error);grid-column:1/-1;align-items:center;gap:.6rem;font-size:.82rem;display:flex}.WritingHomework-module__l9rcPq__linkBtn{color:var(--error);background:var(--error-soft);border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.15rem .5rem;font-size:.78rem;font-weight:600}.WritingHomework-module__l9rcPq__choices{flex-wrap:wrap;grid-column:1/-1;gap:.4rem;display:flex}.WritingHomework-module__l9rcPq__choiceBtn{text-align:left;color:var(--text);background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;padding:.35rem .6rem;font-size:.82rem}.WritingHomework-module__l9rcPq__choiceBtn:hover{border-color:var(--teal)}.WritingHomework-module__l9rcPq__choiceActive{border-color:var(--teal);background:var(--teal-light)}.WritingHomework-module__l9rcPq__setupFoot{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.2rem;display:flex}.WritingHomework-module__l9rcPq__count{color:var(--text-muted);font-size:.85rem}.WritingHomework-module__l9rcPq__toolbar{justify-content:space-between;gap:.75rem;margin-bottom:1.2rem;display:flex}.WritingHomework-module__l9rcPq__saveRow{margin-top:0;margin-bottom:1.2rem;}.WritingHomework-module__l9rcPq__saveError{color:var(--error);font-size:.82rem}.WritingHomework-module__l9rcPq__saveNote{color:var(--teal-dark);font-size:.85rem}.WritingHomework-module__l9rcPq__savedSection{border-top:1px solid var(--border);margin-top:2rem;padding-top:1.2rem}.WritingHomework-module__l9rcPq__savedHead{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.8rem;display:flex}.WritingHomework-module__l9rcPq__savedTitle{color:var(--text);font-size:.95rem;font-weight:700}.WritingHomework-module__l9rcPq__savedEmpty{color:var(--text-muted);font-size:.85rem}.WritingHomework-module__l9rcPq__table{border-collapse:collapse;width:100%;font-size:.9rem}.WritingHomework-module__l9rcPq__table th{text-align:left;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border);padding:.5rem .6rem;font-size:.72rem;font-weight:700}.WritingHomework-module__l9rcPq__table td{color:var(--text);border-bottom:1px solid var(--border);padding:.55rem .6rem}.WritingHomework-module__l9rcPq__linkCell{color:var(--teal-dark);font-weight:600;text-decoration:none}.WritingHomework-module__l9rcPq__linkCell:hover{text-decoration:underline}.WritingHomework-module__l9rcPq__rowActions{align-items:center;gap:.5rem;display:flex}.WritingHomework-module__l9rcPq__pager{align-items:center;gap:.75rem;margin-top:.9rem;display:flex}.WritingHomework-module__l9rcPq__sheet{background:var(--white);border-radius:var(--radius);max-width:760px;box-shadow:var(--shadow-sm);margin:0 auto;padding:1.75rem}.WritingHomework-module__l9rcPq__sheetHead{border-bottom:2px solid var(--ink);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.4rem;padding-bottom:.6rem;display:flex}.WritingHomework-module__l9rcPq__sheetTitle{font-family:var(--font-chinese);align-items:baseline;gap:.6rem;font-weight:600;display:flex}.WritingHomework-module__l9rcPq__sheetUrl{font-family:var(--font-sans);color:var(--text-muted);font-size:.78rem;font-weight:400}.WritingHomework-module__l9rcPq__sheetMeta{color:var(--text-muted);font-size:.8rem}.WritingHomework-module__l9rcPq__sheetName{color:var(--ink);font-size:.9rem;font-weight:700}.WritingHomework-module__l9rcPq__item{margin-bottom:1.6rem}.WritingHomework-module__l9rcPq__question{overflow-wrap:anywhere;flex-wrap:wrap;align-items:baseline;gap:.6rem;margin-bottom:.4rem;display:flex}.WritingHomework-module__l9rcPq__qGlyph{font-family:var(--wh-font);color:var(--ink);font-size:1.4rem;line-height:1.3}.WritingHomework-module__l9rcPq__qPinyin{color:var(--teal-dark);font-size:.9rem;font-weight:700}.WritingHomework-module__l9rcPq__qDef{color:var(--text-muted);font-size:.85rem}.WritingHomework-module__l9rcPq__line{margin-bottom:3px}.WritingHomework-module__l9rcPq__blockRow{flex-wrap:wrap;gap:7px 9px;display:flex}.WritingHomework-module__l9rcPq__run{height:auto;display:block}.WritingHomework-module__l9rcPq__frame{stroke:var(--grid-line);stroke-width:1px}.WritingHomework-module__l9rcPq__frameStrong{stroke:var(--grid-line);stroke-width:2px}.WritingHomework-module__l9rcPq__divider{stroke:var(--grid-guide);stroke-width:1px}.WritingHomework-module__l9rcPq__guide{stroke:var(--grid-guide);stroke-width:1px;stroke-dasharray:3 3}.WritingHomework-module__l9rcPq__glyphSolid,.WritingHomework-module__l9rcPq__glyphFaded{font-family:var(--wh-font);font-size:62px}.WritingHomework-module__l9rcPq__glyphSolid{fill:var(--ink)}.WritingHomework-module__l9rcPq__glyphFaded{fill:var(--grid-guide)}@media print{.WritingHomework-module__l9rcPq__toolbar,.WritingHomework-module__l9rcPq__saveRow,.WritingHomework-module__l9rcPq__savedSection,.WritingHomework-module__l9rcPq__pageChrome.WritingHomework-module__l9rcPq__pageChrome{display:none}.WritingHomework-module__l9rcPq__sheet{max-width:none;box-shadow:none;border-radius:0;margin:0;padding:14mm}.WritingHomework-module__l9rcPq__sheetHead{border-color:#000}.WritingHomework-module__l9rcPq__qGlyph{color:#000}.WritingHomework-module__l9rcPq__item{break-inside:avoid}@page{margin:0}}
