.JoinCourseButton-module__fUkLZG__btn{color:var(--c-ink,#332ca0);background:var(--surface);border:1px solid var(--c-ink,#332ca0);cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:6px;font-family:inherit;font-size:13px;font-weight:500;line-height:1;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.JoinCourseButton-module__fUkLZG__sm{width:100%;height:34px}.JoinCourseButton-module__fUkLZG__lg{border-radius:9px;gap:8px;height:46px;padding:0 24px;font-size:14px}.JoinCourseButton-module__fUkLZG__btn:hover{background:var(--c-soft,var(--brand-soft))}.JoinCourseButton-module__fUkLZG__btn:focus-visible{outline:2px solid var(--c-ink,#332ca0);outline-offset:2px}.JoinCourseButton-module__fUkLZG__btn:active{transform:translateY(.5px)}.JoinCourseButton-module__fUkLZG__joined{color:var(--ink-3);background:0 0;border-color:#0000;padding-left:0;padding-right:0;font-weight:400}.JoinCourseButton-module__fUkLZG__joined svg{color:var(--c-ink,#332ca0)}.JoinCourseButton-module__fUkLZG__joined:hover{color:var(--c-ink,#332ca0);text-underline-offset:3px;background:0 0;text-decoration:underline}.JoinCourseButton-module__fUkLZG__joined:focus-visible{outline:2px solid var(--c-ink,#332ca0);outline-offset:2px}
.ChallengeModal-module__PkW4Za__trigger{border:1px solid var(--brand);background:var(--surface);width:100%;height:34px;color:var(--brand-fg);cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:6px;font-family:inherit;font-size:13px;font-weight:500;line-height:1;transition:background .15s;display:inline-flex}.ChallengeModal-module__PkW4Za__trigger:hover{background:var(--brand-soft)}.ChallengeModal-module__PkW4Za__trigger:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.ChallengeModal-module__PkW4Za__overlay{z-index:100;background:rgb(var(--shadow-rgb) / .45);justify-content:center;align-items:center;padding:20px;animation:.18s both ChallengeModal-module__PkW4Za__overlayIn;display:flex;position:fixed;inset:0;overflow:auto}.ChallengeModal-module__PkW4Za__dialog{background:var(--surface);width:min(560px,100%);max-height:90vh;box-shadow:0 24px 60px rgb(var(--shadow-rgb) / .28);border-radius:12px;padding:22px 22px 18px;animation:.2s both ChallengeModal-module__PkW4Za__dialogIn;overflow:auto}@keyframes ChallengeModal-module__PkW4Za__overlayIn{0%{opacity:0}to{opacity:1}}@keyframes ChallengeModal-module__PkW4Za__dialogIn{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:none}}.ChallengeModal-module__PkW4Za__head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.ChallengeModal-module__PkW4Za__title{color:var(--ink);align-items:stretch;gap:8px;font-size:18px;font-weight:600;display:flex}.ChallengeModal-module__PkW4Za__titleSpine{background:var(--border-strong);border-radius:4px;flex:none;width:4px}.ChallengeModal-module__PkW4Za__title[data-tone=success] .ChallengeModal-module__PkW4Za__titleSpine{background:var(--ok)}.ChallengeModal-module__PkW4Za__title[data-tone=info] .ChallengeModal-module__PkW4Za__titleSpine{background:var(--tone-info-fg)}.ChallengeModal-module__PkW4Za__title[data-tone=brand] .ChallengeModal-module__PkW4Za__titleSpine{background:var(--brand)}.ChallengeModal-module__PkW4Za__title[data-tone=warning] .ChallengeModal-module__PkW4Za__titleSpine{background:var(--warn)}.ChallengeModal-module__PkW4Za__title[data-tone=danger] .ChallengeModal-module__PkW4Za__titleSpine{background:var(--danger)}.ChallengeModal-module__PkW4Za__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ChallengeModal-module__PkW4Za__subtitle{color:var(--ink-3);max-width:420px;margin-top:4px;font-size:12.5px}.ChallengeModal-module__PkW4Za__close{width:32px;height:32px;color:var(--ink-icon);cursor:pointer;background:0 0;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;transition:background .15s;display:inline-flex}.ChallengeModal-module__PkW4Za__close:hover{background:var(--surface-hover);color:var(--ink-2)}.ChallengeModal-module__PkW4Za__close:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.ChallengeModal-module__PkW4Za__block{margin-bottom:16px}.ChallengeModal-module__PkW4Za__blockLabel{color:var(--ink);margin-bottom:8px;font-size:13px;font-weight:600;display:block}.ChallengeModal-module__PkW4Za__empty{color:var(--ink-4);font-size:12.5px}.ChallengeModal-module__PkW4Za__chips{flex-wrap:wrap;gap:8px;display:flex}.ChallengeModal-module__PkW4Za__chip{text-align:left;border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:9px;align-items:stretch;gap:8px;min-width:168px;padding:9px 12px;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.ChallengeModal-module__PkW4Za__chip:hover:not(:disabled){border-color:var(--brand-line);background:var(--surface-3)}.ChallengeModal-module__PkW4Za__chip:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.ChallengeModal-module__PkW4Za__chipOn{border-color:var(--brand);background:var(--surface-3);box-shadow:0 0 0 3px #4f46e51f}.ChallengeModal-module__PkW4Za__chip:disabled{cursor:not-allowed;opacity:.6}.ChallengeModal-module__PkW4Za__chipSpine{background:var(--border-strong);border-radius:4px;flex:none;width:4px}.ChallengeModal-module__PkW4Za__chip[data-tone=success] .ChallengeModal-module__PkW4Za__chipSpine{background:var(--ok)}.ChallengeModal-module__PkW4Za__chip[data-tone=info] .ChallengeModal-module__PkW4Za__chipSpine{background:var(--tone-info-fg)}.ChallengeModal-module__PkW4Za__chip[data-tone=brand] .ChallengeModal-module__PkW4Za__chipSpine{background:var(--brand)}.ChallengeModal-module__PkW4Za__chip[data-tone=warning] .ChallengeModal-module__PkW4Za__chipSpine{background:var(--warn)}.ChallengeModal-module__PkW4Za__chipBody{flex-direction:column;gap:2px;min-width:0;display:flex}.ChallengeModal-module__PkW4Za__chipTitle{color:var(--ink);font-size:13px;font-weight:600}.ChallengeModal-module__PkW4Za__chipSub{color:var(--ink-3);font-size:11.5px}.ChallengeModal-module__PkW4Za__row{justify-content:flex-start;align-items:center;gap:12px;margin-bottom:14px;display:flex}.ChallengeModal-module__PkW4Za__rowLabel{color:var(--ink);flex:none;font-size:13px;font-weight:600}.ChallengeModal-module__PkW4Za__poolHint{white-space:nowrap;color:var(--ink-3);flex:none;margin-left:auto;margin-right:10px;font-size:12px}.ChallengeModal-module__PkW4Za__poolNum{color:var(--ink);font-variant-numeric:tabular-nums;font-weight:600}.ChallengeModal-module__PkW4Za__rangeRow{flex-wrap:wrap;flex:auto;align-items:center;gap:6px;min-width:0;display:flex}.ChallengeModal-module__PkW4Za__tilde{color:var(--ink-3);font-size:12px}.ChallengeModal-module__PkW4Za__select{border:1px solid var(--border);background:var(--surface);height:34px;color:var(--ink);cursor:pointer;border-radius:9px;padding:0 9px;font-family:inherit;font-size:13px;transition:border-color .15s}.ChallengeModal-module__PkW4Za__select:hover{border-color:var(--border-strong)}.ChallengeModal-module__PkW4Za__select:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.ChallengeModal-module__PkW4Za__seg{border:1px solid var(--border-strong);background:var(--surface-sunken);border-radius:9px;flex-wrap:wrap;display:inline-flex;overflow:hidden}.ChallengeModal-module__PkW4Za__segBtn{border:none;border-right:1px solid var(--border-strong);height:34px;color:var(--ink-2);cursor:pointer;background:0 0;padding:0 14px;font-family:inherit;font-size:13px;transition:background .15s}.ChallengeModal-module__PkW4Za__segBtn:last-child{border-right:none}.ChallengeModal-module__PkW4Za__segBtn:hover{background:var(--surface-hover)}.ChallengeModal-module__PkW4Za__segOn,.ChallengeModal-module__PkW4Za__segOn:hover{background:var(--brand);color:var(--on-brand);font-weight:500}.ChallengeModal-module__PkW4Za__segBtn:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.ChallengeModal-module__PkW4Za__foot{border-top:1px solid var(--border-soft);justify-content:flex-end;gap:12px;margin-top:22px;padding-top:16px;display:flex}.ChallengeModal-module__PkW4Za__cancel{border:1px solid var(--border);background:var(--surface);height:38px;color:var(--ink-2);cursor:pointer;border-radius:9px;align-items:center;padding:0 18px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s;display:inline-flex}.ChallengeModal-module__PkW4Za__cancel:hover{background:var(--surface-3)}.ChallengeModal-module__PkW4Za__generate{border:1px solid var(--brand);background:var(--brand);height:38px;color:var(--on-brand);cursor:pointer;border-radius:9px;padding:0 20px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s,box-shadow .15s}.ChallengeModal-module__PkW4Za__generate:hover:not(:disabled){background:var(--brand-hover);box-shadow:0 4px 12px #4f46e540}.ChallengeModal-module__PkW4Za__generate:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.ChallengeModal-module__PkW4Za__generate:disabled{background:var(--surface-hover);border-color:var(--border);color:var(--ink-4);cursor:not-allowed}@media (max-width:560px){.ChallengeModal-module__PkW4Za__row{flex-direction:column;align-items:stretch;gap:8px}.ChallengeModal-module__PkW4Za__rowLabel{margin-bottom:2px}.ChallengeModal-module__PkW4Za__foot{flex-direction:column-reverse}.ChallengeModal-module__PkW4Za__cancel,.ChallengeModal-module__PkW4Za__generate{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){.ChallengeModal-module__PkW4Za__overlay,.ChallengeModal-module__PkW4Za__dialog{animation:none}}
.SentenceAnalysis-module__BvtDnq__overlay{z-index:120;background:rgb(var(--scrim-rgb) / .97);justify-content:center;align-items:center;padding:24px;animation:.15s both SentenceAnalysis-module__BvtDnq__overlayIn;display:flex;position:fixed;inset:0;overflow:auto}.SentenceAnalysis-module__BvtDnq__dialog{background:var(--surface);border:1px solid var(--border-2);width:min(920px,94vw);max-height:min(560px,88vh);box-shadow:0 24px 60px rgb(var(--shadow-rgb) / .18);border-radius:12px;flex-direction:column;animation:.2s both SentenceAnalysis-module__BvtDnq__dialogIn;display:flex;overflow:hidden}.SentenceAnalysis-module__BvtDnq__dialog:focus{outline:none}@keyframes SentenceAnalysis-module__BvtDnq__overlayIn{0%{opacity:0}to{opacity:1}}@keyframes SentenceAnalysis-module__BvtDnq__dialogIn{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.SentenceAnalysis-module__BvtDnq__overlay,.SentenceAnalysis-module__BvtDnq__dialog{animation:none}}.SentenceAnalysis-module__BvtDnq__head{border-bottom:1px solid var(--border-soft);flex:none;justify-content:space-between;align-items:center;gap:10px;padding:12px 18px 10px;display:flex}.SentenceAnalysis-module__BvtDnq__body{overscroll-behavior:contain;flex-direction:column;flex:auto;min-height:0;padding:0 22px;display:flex;overflow:auto}.SentenceAnalysis-module__BvtDnq__stage{flex-direction:column;align-items:center;gap:14px;margin:auto 0;padding:16px 0;display:flex}.SentenceAnalysis-module__BvtDnq__cn{text-align:center;max-width:min(640px,92%);color:var(--ink-2);margin:12px 0 0;font-size:15px;font-weight:500;line-height:1.5}.SentenceAnalysis-module__BvtDnq__viewBar{justify-content:center;align-items:center;gap:10px;min-height:22px;display:flex}.SentenceAnalysis-module__BvtDnq__seg{border:1px solid var(--border-2);border-radius:999px;display:inline-flex;overflow:hidden}.SentenceAnalysis-module__BvtDnq__segBtn{border:none;border-right:1px solid var(--border-2);background:var(--surface);height:28px;color:var(--ink-2);cursor:pointer;padding:0 12px;font-family:inherit;font-size:12px;transition:background .15s,color .15s}.SentenceAnalysis-module__BvtDnq__segBtn:last-child{border-right:none}.SentenceAnalysis-module__BvtDnq__segBtn:hover:not([aria-pressed=true]){background:var(--surface-3);color:var(--brand-fg)}.SentenceAnalysis-module__BvtDnq__segBtn[aria-pressed=true]{background:var(--brand);color:var(--on-brand);font-weight:500}.SentenceAnalysis-module__BvtDnq__segBtn:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.SentenceAnalysis-module__BvtDnq__segBtn[aria-pressed=true]:focus-visible{outline-color:var(--surface)}.SentenceAnalysis-module__BvtDnq__warn{color:var(--ink-4);font-size:11.5px}.SentenceAnalysis-module__BvtDnq__tokens{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:20px 18px;max-width:100%;margin:2px 0 0;padding:0;list-style:none;display:flex}.SentenceAnalysis-module__BvtDnq__unit{flex-direction:column;flex:none;align-items:center;display:flex}.SentenceAnalysis-module__BvtDnq__role{color:var(--on-brand);background:var(--ink-3);white-space:nowrap;border-radius:6px;padding:2px 8px;font-size:11.5px;font-weight:500;line-height:1.5;display:inline-block}.SentenceAnalysis-module__BvtDnq__role[data-role=主语]{background:#db2777}.SentenceAnalysis-module__BvtDnq__role[data-role=谓语]{background:#c2410c}.SentenceAnalysis-module__BvtDnq__role[data-role=宾语]{background:#047857}.SentenceAnalysis-module__BvtDnq__role[data-role=定语]{background:#2563eb}.SentenceAnalysis-module__BvtDnq__role[data-role=状语]{background:#0e7490}.SentenceAnalysis-module__BvtDnq__role[data-role=补语]{background:#7c3aed}.SentenceAnalysis-module__BvtDnq__role[data-role=连词],.SentenceAnalysis-module__BvtDnq__role[data-role=其他]{background:var(--ink-3)}.SentenceAnalysis-module__BvtDnq__pos{color:var(--ink-2);background:var(--surface-hover);white-space:nowrap;border-radius:6px;padding:2px 8px;font-size:11.5px;font-weight:500;line-height:1.5;display:inline-block}.SentenceAnalysis-module__BvtDnq__word{color:var(--ink);margin-top:8px;font-size:clamp(18px,1.9vw,22px);font-weight:600;line-height:1.2}.SentenceAnalysis-module__BvtDnq__rule{background:var(--border-2);width:100%;height:1px;margin:7px 0 6px}.SentenceAnalysis-module__BvtDnq__ipa{color:var(--ink-3);font-variant-numeric:tabular-nums;font-size:12.5px;line-height:1.4}.SentenceAnalysis-module__BvtDnq__gloss{text-align:center;max-width:128px;color:var(--ink-2);margin-top:2px;font-size:12.5px;line-height:1.4}.SentenceAnalysis-module__BvtDnq__toolbar{border-top:1px solid var(--border-soft);flex:none;justify-content:center;align-items:center;gap:10px;padding:12px 22px 14px;display:flex}.SentenceAnalysis-module__BvtDnq__tool{border:1px solid var(--border-2);background:var(--surface);width:34px;height:34px;color:var(--ink-3);cursor:pointer;border-radius:50%;flex:none;justify-content:center;align-items:center;padding:0;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.SentenceAnalysis-module__BvtDnq__tool:hover:not(:disabled){color:var(--brand-fg);border-color:var(--brand-line);background:var(--brand-soft)}.SentenceAnalysis-module__BvtDnq__tool:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.SentenceAnalysis-module__BvtDnq__toolActive{color:var(--brand-fg);border-color:var(--brand-line);background:var(--brand-soft)}.SentenceAnalysis-module__BvtDnq__toolPrimary{color:var(--on-brand);border-color:var(--brand);background:var(--brand)}.SentenceAnalysis-module__BvtDnq__toolPrimary:hover:not(:disabled){color:var(--on-brand);border-color:var(--brand-hover);background:var(--brand-hover)}.SentenceAnalysis-module__BvtDnq__tool:disabled{opacity:.45;cursor:not-allowed}.SentenceAnalysis-module__BvtDnq__burstLayer{z-index:5;pointer-events:none;width:0;height:0;position:absolute;top:50%;left:50%}@media (prefers-reduced-motion:reduce){.SentenceAnalysis-module__BvtDnq__segBtn,.SentenceAnalysis-module__BvtDnq__tool{transition:none}}
.AvatarMenu-module__tgP8rW__avatar{background:var(--brand-soft);width:32px;height:32px;color:var(--brand-fg);cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:13px;font-weight:600;line-height:1;transition:background .15s,color .15s,box-shadow .15s;display:flex}.AvatarMenu-module__tgP8rW__avatar:hover{background:var(--brand-soft-2)}.AvatarMenu-module__tgP8rW__avatar:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.AvatarMenu-module__tgP8rW__avatar[aria-expanded=true]{box-shadow:0 0 0 2px var(--brand-line)}.AvatarMenu-module__tgP8rW__menu{z-index:90;background:var(--surface);border:1px solid var(--border);width:272px;box-shadow:0 12px 32px rgb(var(--shadow-rgb) / .16);border-radius:12px;padding:8px;animation:.15s both AvatarMenu-module__tgP8rW__menuIn;position:fixed}@keyframes AvatarMenu-module__tgP8rW__menuIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.AvatarMenu-module__tgP8rW__menu:focus{outline:none}.AvatarMenu-module__tgP8rW__ident{align-items:center;gap:10px;padding:6px 6px 10px;display:flex}.AvatarMenu-module__tgP8rW__identAvatar{background:var(--brand-soft);width:36px;height:36px;color:var(--brand-fg);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:15px;font-weight:600;display:flex}.AvatarMenu-module__tgP8rW__identText{min-width:0}.AvatarMenu-module__tgP8rW__identName{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.AvatarMenu-module__tgP8rW__identSign{color:var(--ink-2);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12.5px;line-height:1.35;overflow:hidden}.AvatarMenu-module__tgP8rW__groupLabel{color:var(--ink-3);padding:0 6px;font-size:11.5px;font-weight:500}.AvatarMenu-module__tgP8rW__seg{border:1px solid var(--brand-line);background:var(--brand-soft);border-radius:9px;margin:6px 0 0;display:flex;overflow:hidden}.AvatarMenu-module__tgP8rW__segBtn{border:0;border-right:1px solid var(--brand-line);min-width:0;height:32px;color:var(--ink-2);white-space:nowrap;cursor:pointer;background:0 0;flex:1;justify-content:center;align-items:center;gap:3px;padding:0 4px;font-family:inherit;font-size:11.5px;transition:background .15s,color .15s;display:inline-flex}.AvatarMenu-module__tgP8rW__segBtn:last-child{border-right:0}.AvatarMenu-module__tgP8rW__segBtn:hover{background:var(--brand-soft-2)}.AvatarMenu-module__tgP8rW__segOn,.AvatarMenu-module__tgP8rW__segOn:hover{background:var(--brand);color:var(--on-brand)}.AvatarMenu-module__tgP8rW__segBtn:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.AvatarMenu-module__tgP8rW__hint{color:var(--ink-3);padding:6px 6px 0;font-size:11.5px;line-height:1.45}.AvatarMenu-module__tgP8rW__sep{background:var(--border-soft);height:1px;margin:8px 6px}.AvatarMenu-module__tgP8rW__row{width:100%;height:34px;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:0 6px;font-family:inherit;font-size:13px;transition:background .15s;display:flex}.AvatarMenu-module__tgP8rW__row:hover{background:var(--surface-hover)}.AvatarMenu-module__tgP8rW__row:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.AvatarMenu-module__tgP8rW__rowValue{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--ink-3);font-size:11.5px;overflow:hidden}.AvatarMenu-module__tgP8rW__rowArrow{color:var(--ink-4);flex:none;font-size:15px;line-height:1}.AvatarMenu-module__tgP8rW__rowDanger{width:100%;height:34px;color:var(--danger);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;padding:0 6px;font-family:inherit;font-size:13px;transition:background .15s;display:flex}.AvatarMenu-module__tgP8rW__rowDanger:hover{background:var(--danger-soft)}.AvatarMenu-module__tgP8rW__rowDanger:focus-visible{outline:2px solid var(--danger);outline-offset:-2px}.AvatarMenu-module__tgP8rW__confirm{background:var(--danger-soft);border-radius:9px;padding:8px 6px 4px}.AvatarMenu-module__tgP8rW__confirmText{color:var(--ink-2);font-size:12px;line-height:1.5}.AvatarMenu-module__tgP8rW__confirmText strong{color:var(--danger-ink)}.AvatarMenu-module__tgP8rW__confirmActions{justify-content:flex-end;gap:6px;margin-top:8px;display:flex}.AvatarMenu-module__tgP8rW__btnGhostSm,.AvatarMenu-module__tgP8rW__btnDangerSm{cursor:pointer;border-radius:6px;height:28px;padding:0 10px;font-family:inherit;font-size:12px;transition:background .15s,border-color .15s}.AvatarMenu-module__tgP8rW__btnGhostSm{border:1px solid var(--border);background:var(--surface);color:var(--ink-2)}.AvatarMenu-module__tgP8rW__btnGhostSm:hover{background:var(--surface-hover)}.AvatarMenu-module__tgP8rW__btnDangerSm{border:1px solid var(--danger);background:var(--danger);color:var(--on-brand);font-weight:500}.AvatarMenu-module__tgP8rW__btnDangerSm:hover{filter:brightness(.94)}.AvatarMenu-module__tgP8rW__btnGhostSm:focus-visible,.AvatarMenu-module__tgP8rW__btnDangerSm:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.AvatarMenu-module__tgP8rW__scrim{z-index:110;background:rgb(var(--shadow-rgb) / .45);justify-content:center;align-items:center;padding:20px;animation:.15s both AvatarMenu-module__tgP8rW__scrimIn;display:flex;position:fixed;inset:0;overflow:auto}@keyframes AvatarMenu-module__tgP8rW__scrimIn{0%{opacity:0}to{opacity:1}}.AvatarMenu-module__tgP8rW__panel{background:var(--surface);border:1px solid var(--border);width:min(460px,100%);max-height:88vh;box-shadow:0 24px 60px rgb(var(--shadow-rgb) / .28);border-radius:12px;flex-direction:column;animation:.15s both AvatarMenu-module__tgP8rW__dialogIn;display:flex;overflow:hidden}@keyframes AvatarMenu-module__tgP8rW__dialogIn{0%{opacity:0;transform:translateY(6px)scale(.99)}to{opacity:1;transform:none}}.AvatarMenu-module__tgP8rW__panel:focus{outline:none}.AvatarMenu-module__tgP8rW__panelHead{flex:none;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 18px 12px;display:flex}.AvatarMenu-module__tgP8rW__panelTitle{color:var(--ink);font-size:16px;font-weight:600}.AvatarMenu-module__tgP8rW__panelDesc{color:var(--ink-3);white-space:pre-line;margin-top:4px;font-size:12.5px;line-height:1.55}.AvatarMenu-module__tgP8rW__panelClose{width:28px;height:28px;color:var(--ink-icon);cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:inline-flex}.AvatarMenu-module__tgP8rW__panelClose:hover{background:var(--surface-hover);color:var(--ink-2)}.AvatarMenu-module__tgP8rW__panelClose:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.AvatarMenu-module__tgP8rW__panelBody{flex:auto;min-height:0;padding:0 18px;overflow:auto}.AvatarMenu-module__tgP8rW__panelFoot{border-top:1px solid var(--border-soft);flex:none;justify-content:flex-end;gap:10px;margin-top:14px;padding:14px 18px 16px;display:flex}.AvatarMenu-module__tgP8rW__wxRow{background:var(--surface-3);border:1px solid var(--border-soft);border-radius:9px;align-items:center;gap:8px;margin-bottom:10px;padding:8px 10px;display:flex}.AvatarMenu-module__tgP8rW__wxLabel{color:var(--ink-3);flex:none;font-size:11.5px}.AvatarMenu-module__tgP8rW__wxId{text-overflow:ellipsis;white-space:nowrap;letter-spacing:.02em;min-width:0;color:var(--ink);flex:auto;font-size:14px;font-weight:600;overflow:hidden}.AvatarMenu-module__tgP8rW__input,.AvatarMenu-module__tgP8rW__textarea{border:1px solid var(--border-2);background:var(--surface-3);width:100%;color:var(--ink);border-radius:9px;padding:9px 11px;font-family:inherit;font-size:13px;line-height:1.5;transition:border-color .15s,background .15s}.AvatarMenu-module__tgP8rW__textarea{resize:vertical;min-height:96px}.AvatarMenu-module__tgP8rW__input:focus,.AvatarMenu-module__tgP8rW__textarea:focus{background:var(--surface);border-color:var(--brand);box-shadow:inset 0 0 0 1px var(--brand);outline:none}.AvatarMenu-module__tgP8rW__input::placeholder,.AvatarMenu-module__tgP8rW__textarea::placeholder{color:var(--ink-4)}.AvatarMenu-module__tgP8rW__details{color:var(--ink-3);margin-top:10px;font-size:12px}.AvatarMenu-module__tgP8rW__details summary{cursor:pointer;color:var(--ink-2)}.AvatarMenu-module__tgP8rW__pre{background:var(--surface-3);border:1px solid var(--border-soft);color:var(--ink-2);white-space:pre-wrap;word-break:break-all;border-radius:9px;margin:8px 0 0;padding:10px;font-size:11.5px;line-height:1.6}.AvatarMenu-module__tgP8rW__btnGhost,.AvatarMenu-module__tgP8rW__btnPrimary{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;height:34px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:500;line-height:1;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.AvatarMenu-module__tgP8rW__btnGhost{border:1px solid var(--border);background:var(--surface);color:var(--ink-2)}.AvatarMenu-module__tgP8rW__btnGhost:hover{background:var(--surface-hover)}.AvatarMenu-module__tgP8rW__btnPrimary{border:1px solid var(--brand);background:var(--brand);color:var(--on-brand)}.AvatarMenu-module__tgP8rW__btnPrimary:hover:not(:disabled){background:var(--brand-hover);border-color:var(--brand-hover)}.AvatarMenu-module__tgP8rW__btnPrimary:disabled{opacity:.5;cursor:not-allowed}.AvatarMenu-module__tgP8rW__btnGhost:focus-visible,.AvatarMenu-module__tgP8rW__btnPrimary:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.AvatarMenu-module__tgP8rW__keymap{flex-direction:column;gap:14px;display:flex}.AvatarMenu-module__tgP8rW__keymapWhere{color:var(--ink-3);margin-bottom:6px;font-size:11.5px;font-weight:500}.AvatarMenu-module__tgP8rW__keymapList{flex-direction:column;margin:0;display:flex}.AvatarMenu-module__tgP8rW__keymapRow{align-items:baseline;gap:12px;padding:4px 0;display:flex}.AvatarMenu-module__tgP8rW__keymapRow dt{text-align:right;flex:0 0 132px}.AvatarMenu-module__tgP8rW__keymapRow dd{color:var(--ink-2);margin:0;font-size:13px}.AvatarMenu-module__tgP8rW__kbd{border:1px solid var(--border-2);background:var(--surface-3);color:var(--ink-2);white-space:nowrap;border-radius:6px;padding:1px 7px;font-family:inherit;font-size:11.5px;font-weight:500;display:inline-block}.AvatarMenu-module__tgP8rW__aboutHead{align-items:center;gap:12px;display:flex}.AvatarMenu-module__tgP8rW__aboutLogo{border-radius:12px;flex:none;width:44px;height:44px;display:flex;overflow:hidden}.AvatarMenu-module__tgP8rW__aboutLogo img{object-fit:contain;width:100%;height:100%;display:block}.AvatarMenu-module__tgP8rW__aboutText{min-width:0}.AvatarMenu-module__tgP8rW__aboutName{color:var(--ink);font-size:15px;font-weight:600}.AvatarMenu-module__tgP8rW__aboutTag{color:var(--ink-3);margin-top:3px;font-size:12px}.AvatarMenu-module__tgP8rW__aboutList{border-top:1px solid var(--border-soft);margin:18px 0 0}.AvatarMenu-module__tgP8rW__aboutRow{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:baseline;gap:12px;padding:9px 0;display:flex}.AvatarMenu-module__tgP8rW__aboutRow dt{color:var(--ink-3);flex:none;font-size:12.5px}.AvatarMenu-module__tgP8rW__aboutRow dd{min-width:0;color:var(--ink-2);text-align:right;margin:0;font-size:12.5px}.AvatarMenu-module__tgP8rW__aboutNote{color:var(--ink-3);margin-top:12px;font-size:11.5px;line-height:1.65}@media (max-width:420px){.AvatarMenu-module__tgP8rW__keymapRow dt{flex-basis:104px}}@media (prefers-reduced-motion:reduce){.AvatarMenu-module__tgP8rW__menu,.AvatarMenu-module__tgP8rW__panel,.AvatarMenu-module__tgP8rW__scrim{animation:none}}
.ActivationGate-module__hkFhOG__gate{z-index:300;background:var(--bg);justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow:auto}.ActivationGate-module__hkFhOG__glow{background:radial-gradient(58% 62% at 50% 42%, var(--brand-soft) 0%, transparent 72%);pointer-events:none;height:62%;position:absolute;top:-18%;left:-10%;right:-10%}.ActivationGate-module__hkFhOG__card{background:var(--surface);border:1px solid var(--border);width:min(408px,100%);box-shadow:0 24px 60px rgb(var(--shadow-rgb) / .16);border-radius:12px;padding:28px 26px 18px;animation:.22s both ActivationGate-module__hkFhOG__gateIn;position:relative}@keyframes ActivationGate-module__hkFhOG__gateIn{0%{opacity:0;transform:translateY(8px)scale(.99)}to{opacity:1;transform:none}}.ActivationGate-module__hkFhOG__brand{align-items:center;gap:12px;display:flex}.ActivationGate-module__hkFhOG__logo{border-radius:12px;flex:none;width:44px;height:44px;display:flex;overflow:hidden}.ActivationGate-module__hkFhOG__logo img{object-fit:contain;width:100%;height:100%;display:block}.ActivationGate-module__hkFhOG__brandText{min-width:0}.ActivationGate-module__hkFhOG__brandName{color:var(--ink);font-size:15px;font-weight:600}.ActivationGate-module__hkFhOG__brandTag{color:var(--ink-3);margin-top:3px;font-size:12px}.ActivationGate-module__hkFhOG__title{color:var(--ink);margin:22px 0 0;font-size:16px;font-weight:600}.ActivationGate-module__hkFhOG__desc{color:var(--ink-3);margin:6px 0 0;font-size:12.5px;line-height:1.6}.ActivationGate-module__hkFhOG__checking{color:var(--ink-3);margin:22px 0 4px;font-size:13px}.ActivationGate-module__hkFhOG__form{flex-direction:column;gap:10px;margin-top:18px;display:flex}.ActivationGate-module__hkFhOG__input{border:1px solid var(--border-2);background:var(--surface-3);width:100%;height:46px;color:var(--ink);letter-spacing:.14em;text-align:center;text-transform:uppercase;border-radius:9px;padding:0 14px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:16px;transition:border-color .15s,background .15s}.ActivationGate-module__hkFhOG__input::placeholder{color:var(--ink-4);letter-spacing:.1em}.ActivationGate-module__hkFhOG__input:focus{background:var(--surface);border-color:var(--brand);box-shadow:inset 0 0 0 1px var(--brand);outline:none}.ActivationGate-module__hkFhOG__input:disabled{opacity:.6}.ActivationGate-module__hkFhOG__submit{border:1px solid var(--brand);background:var(--brand);height:44px;color:var(--on-brand);cursor:pointer;border-radius:9px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s,border-color .15s}.ActivationGate-module__hkFhOG__submit:hover:not(:disabled){background:var(--brand-hover);border-color:var(--brand-hover)}.ActivationGate-module__hkFhOG__submit:disabled{opacity:.5;cursor:not-allowed}.ActivationGate-module__hkFhOG__submit:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.ActivationGate-module__hkFhOG__error{min-height:18px;color:var(--danger-ink);margin:8px 0 0;font-size:12px;line-height:1.5}.ActivationGate-module__hkFhOG__help{background:var(--surface-3);border:1px solid var(--border-soft);border-radius:9px;margin-top:12px;padding:12px 14px}.ActivationGate-module__hkFhOG__helpText{color:var(--ink-2);font-size:12px;line-height:1.6}.ActivationGate-module__hkFhOG__wx{color:var(--ink);letter-spacing:.02em;font-weight:600}.ActivationGate-module__hkFhOG__helpAction{border:1px solid var(--border);background:var(--surface);height:28px;color:var(--ink-2);cursor:pointer;border-radius:6px;margin-top:10px;padding:0 10px;font-family:inherit;font-size:12px;transition:background .15s}.ActivationGate-module__hkFhOG__helpAction:hover{background:var(--surface-hover)}.ActivationGate-module__hkFhOG__helpAction:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.ActivationGate-module__hkFhOG__device{color:var(--ink-4);text-overflow:ellipsis;white-space:nowrap;-webkit-user-select:all;user-select:all;margin-top:8px;font-family:ui-monospace,Consolas,monospace;font-size:11.5px;overflow:hidden}.ActivationGate-module__hkFhOG__foot{border-top:1px solid var(--border-soft);color:var(--ink-3);text-align:center;margin:18px 0 0;padding-top:12px;font-size:11.5px}.ActivationGate-module__hkFhOG__srOnly{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:420px){.ActivationGate-module__hkFhOG__gate{padding:16px}.ActivationGate-module__hkFhOG__card{padding:22px 18px 16px}}@media (prefers-reduced-motion:reduce){.ActivationGate-module__hkFhOG__card{animation:none}}
.Sidebar-module__5-k5AW__sidebar{width:var(--sidebar-w);background:var(--surface-2);border-right:1px solid var(--border);z-index:30;flex-direction:column;transition:width .2s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden auto}.Sidebar-module__5-k5AW__sidebar::-webkit-scrollbar{width:6px}.Sidebar-module__5-k5AW__sidebar::-webkit-scrollbar-thumb{background:var(--surface-hover);border-radius:3px}.Sidebar-module__5-k5AW__sidebar[data-immersive=true][data-collapsed=true]{border-right:0}.Sidebar-module__5-k5AW__brand{flex:0 0 60px;align-items:center;gap:9px;height:60px;padding:0 16px;display:flex}.Sidebar-module__5-k5AW__logo{border-radius:12px;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.Sidebar-module__5-k5AW__logo img{object-fit:contain;width:100%;height:100%;display:block}.Sidebar-module__5-k5AW__brandText{letter-spacing:.02em;-webkit-text-fill-color:transparent;color:#0000;white-space:nowrap;background-image:linear-gradient(90deg,#4f46e5 0%,#7c3aed 28%,#06b6d4 50%,#7c3aed 72%,#4f46e5 100%);background-position:0%;background-size:220% 100%;-webkit-background-clip:text;background-clip:text;font-size:14px;font-style:italic;font-weight:800;animation:4.5s ease-in-out infinite Sidebar-module__5-k5AW__brandShimmer}@keyframes Sidebar-module__5-k5AW__brandShimmer{0%,to{background-position:0%}50%{background-position:100%}}[data-theme=dark] .Sidebar-module__5-k5AW__brandText{background-image:linear-gradient(90deg,#a5a1ff 0%,#c08cf9 28%,#4dd3e8 50%,#c08cf9 72%,#a5a1ff 100%)}@media (prefers-reduced-motion:reduce){.Sidebar-module__5-k5AW__brandText{animation:none}}.Sidebar-module__5-k5AW__primary{border:1px solid var(--brand-line);height:40px;color:var(--brand-fg);cursor:pointer;background:0 0;border-radius:9px;flex:0 0 40px;align-items:center;gap:9px;margin:2px 10px 10px;padding:0 10px;font-size:14px;font-weight:500;transition:background .15s,border-color .15s;display:flex}.Sidebar-module__5-k5AW__primary:hover,.Sidebar-module__5-k5AW__primaryActive{background:var(--brand-soft);border-color:var(--brand-line)}.Sidebar-module__5-k5AW__arrow{opacity:.65;flex:0 0 13px;margin-left:auto}.Sidebar-module__5-k5AW__nav{flex-direction:column;padding:0 10px 20px;display:flex}.Sidebar-module__5-k5AW__group{flex-direction:column;display:flex}.Sidebar-module__5-k5AW__item,.Sidebar-module__5-k5AW__subItem{border-radius:9px;align-items:center;gap:9px;width:100%;text-decoration:none;transition:background .15s,color .15s;display:flex}.Sidebar-module__5-k5AW__item{height:40px;color:var(--ink-2);padding:0 6px;font-size:14px}.Sidebar-module__5-k5AW__item:hover,.Sidebar-module__5-k5AW__subItem:hover{background:var(--surface-hover);color:var(--ink)}.Sidebar-module__5-k5AW__itemActive,.Sidebar-module__5-k5AW__subItemActive{background:var(--brand-soft);color:var(--brand-fg);box-shadow:inset 3px 0 0 var(--brand);font-weight:500}.Sidebar-module__5-k5AW__item:focus-visible,.Sidebar-module__5-k5AW__subItem:focus-visible,.Sidebar-module__5-k5AW__primary:focus-visible,.Sidebar-module__5-k5AW__groupLabel:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.Sidebar-module__5-k5AW__groupLabel{height:38px;color:var(--ink-3);letter-spacing:.3px;cursor:pointer;background:0 0;border:0;align-items:center;padding:0 6px;font-family:inherit;font-size:12px;transition:color .15s;display:flex}.Sidebar-module__5-k5AW__groupLabel:hover{color:var(--ink-2)}.Sidebar-module__5-k5AW__subList{max-height:0;transition:max-height .22s;overflow:hidden}.Sidebar-module__5-k5AW__subList[data-open=true]{max-height:280px}.Sidebar-module__5-k5AW__subItem{height:34px;color:var(--ink-2);padding:0 6px 0 16px;font-size:13px}.Sidebar-module__5-k5AW__subIcon{border-radius:6px;flex:0 0 18px;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.Sidebar-module__5-k5AW__subIcon[data-tone=brand]{background:var(--brand-soft);color:var(--brand-fg)}.Sidebar-module__5-k5AW__subIcon[data-tone=success]{background:var(--tone-ok-bg);color:var(--ok)}.Sidebar-module__5-k5AW__subIcon[data-tone=info]{background:var(--tone-info-bg);color:var(--tone-info-fg)}.Sidebar-module__5-k5AW__subIcon[data-tone=danger]{background:var(--tone-danger-bg);color:var(--danger)}.Sidebar-module__5-k5AW__subIcon[data-tone=warning]{background:var(--tone-warn-bg);color:var(--warn)}.Sidebar-module__5-k5AW__subIcon[data-tone=neutral]{background:var(--surface-hover);color:var(--ink-4)}.Sidebar-module__5-k5AW__label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Sidebar-module__5-k5AW__sidebar[data-collapsed=true] .Sidebar-module__5-k5AW__brandText,.Sidebar-module__5-k5AW__sidebar[data-collapsed=true] .Sidebar-module__5-k5AW__label,.Sidebar-module__5-k5AW__sidebar[data-collapsed=true] .Sidebar-module__5-k5AW__groupLabel,.Sidebar-module__5-k5AW__sidebar[data-collapsed=true] .Sidebar-module__5-k5AW__arrow{display:none}.Sidebar-module__5-k5AW__sidebar[data-collapsed=true] .Sidebar-module__5-k5AW__brand,.Sidebar-module__5-k5AW__sidebar[data-collapsed=true] .Sidebar-module__5-k5AW__primary,.Sidebar-module__5-k5AW__sidebar[data-collapsed=true] .Sidebar-module__5-k5AW__item,.Sidebar-module__5-k5AW__sidebar[data-collapsed=true] .Sidebar-module__5-k5AW__subItem{justify-content:center;padding:0}.Sidebar-module__5-k5AW__sidebar[data-collapsed=true] .Sidebar-module__5-k5AW__nav{padding:0 12px 20px}
.HeaderTools-module__IYTdkG__group{align-items:center;gap:2px;display:inline-flex}.HeaderTools-module__IYTdkG__tool{width:30px;height:30px;color:var(--ink-3);cursor:pointer;background:0 0;border:0;border-radius:9px;flex:none;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:inline-flex}.HeaderTools-module__IYTdkG__tool:hover{background:var(--surface-hover);color:var(--ink-2)}.HeaderTools-module__IYTdkG__tool:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.HeaderTools-module__IYTdkG__tool[aria-pressed=true]{background:var(--surface-sunken);color:var(--ink-4)}.HeaderTools-module__IYTdkG__tool[aria-pressed=true]:hover{background:var(--surface-3);color:var(--ink-3)}.HeaderTools-module__IYTdkG__mute[aria-pressed=true]{background:var(--brand-tint);color:var(--brand-deep)}.HeaderTools-module__IYTdkG__mute[aria-pressed=true]:hover{background:var(--brand-line);color:var(--brand-deep)}.HeaderTools-module__IYTdkG__tool svg{width:17px;height:17px;display:block}@media (prefers-reduced-motion:reduce){.HeaderTools-module__IYTdkG__tool{transition:none}}
.PageHeader-module__eQuKha__header{background:var(--surface);border-bottom:1px solid var(--border);z-index:20;flex-wrap:nowrap;flex:0 0 46px;align-items:center;gap:8px;min-width:0;height:46px;padding:0 16px;display:flex;position:sticky;top:0;overflow:hidden}.PageHeader-module__eQuKha__burger{width:30px;height:30px;color:var(--ink-2);cursor:pointer;background:0 0;border:0;border-radius:9px;flex-direction:column;flex:0 0 30px;justify-content:center;align-items:center;gap:3.5px;transition:background .15s;display:flex}.PageHeader-module__eQuKha__burger:hover{background:var(--surface-hover)}.PageHeader-module__eQuKha__burger:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.PageHeader-module__eQuKha__burger span{background:currentColor;border-radius:2px;width:16px;height:1.6px;display:block}.PageHeader-module__eQuKha__crumbParentLink{color:var(--ink-3);white-space:nowrap;text-overflow:ellipsis;border-radius:4px;flex:0 auto;min-width:0;font-size:13px;text-decoration:none;transition:color .15s;overflow:hidden}.PageHeader-module__eQuKha__crumbParentLink:hover{color:var(--brand-fg);text-underline-offset:3px;text-decoration:underline}.PageHeader-module__eQuKha__crumbParentLink:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.PageHeader-module__eQuKha__crumbSep{color:var(--border-strong);flex:none;font-size:13px}.PageHeader-module__eQuKha__crumbCurrent{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;flex:0 40 auto;min-width:0;font-size:13px;font-weight:600;overflow:hidden}.PageHeader-module__eQuKha__subtitle{white-space:nowrap;flex:none;align-items:baseline;gap:5px;margin-left:8px;display:flex}.PageHeader-module__eQuKha__extra{flex:0 auto;align-items:center;gap:14px;min-width:0;margin-left:auto;display:flex;overflow:hidden}.PageHeader-module__eQuKha__right{color:var(--ink-4);flex:none;align-items:center;gap:12px;margin-left:auto;display:flex}.PageHeader-module__eQuKha__extra+.PageHeader-module__eQuKha__right{margin-left:0}@media (max-width:700px){.PageHeader-module__eQuKha__subtitle{display:none}}@media (max-width:560px){.PageHeader-module__eQuKha__crumbParentLink,.PageHeader-module__eQuKha__crumbSep{display:none}}
.AppShell-module__JCX2KW__shell{--sidebar-w:210px;min-height:100vh}.AppShell-module__JCX2KW__shell[data-collapsed=true]{--sidebar-w:60px}.AppShell-module__JCX2KW__shell[data-immersive=true][data-collapsed=true]{--sidebar-w:0px}.AppShell-module__JCX2KW__body{margin-left:var(--sidebar-w);background:var(--bg);flex-direction:column;min-width:0;min-height:100vh;transition:margin-left .22s;display:flex}.AppShell-module__JCX2KW__content{flex:1;min-width:0;padding:20px 24px 40px}.AppShell-module__JCX2KW__overlay{display:none}@media (max-width:900px){.AppShell-module__JCX2KW__shell{--sidebar-w:210px}.AppShell-module__JCX2KW__shell[data-collapsed=true]{--sidebar-w:0px}.AppShell-module__JCX2KW__overlay{z-index:25;cursor:pointer;background:#0f172a59;border:0;padding:0;display:block;position:fixed;inset:0}.AppShell-module__JCX2KW__content{padding:16px}}
.BookCard-module__MXPWUq__card{--c:#4f46e5;--c-soft:#f1f0fe;--c-ink:#332ca0;background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;min-height:250px;padding-left:16px;transition:border-color .15s,transform .15s;display:flex;position:relative;overflow:hidden}.BookCard-module__MXPWUq__card:hover,.BookCard-module__MXPWUq__card:focus-within{border-color:var(--c)}.BookCard-module__MXPWUq__card:hover{transform:translateY(-2px)}.BookCard-module__MXPWUq__card[data-tone=success]{--c:#10b981;--c-soft:#d8f3e8;--c-ink:#076049}.BookCard-module__MXPWUq__card[data-tone=info]{--c:#3b82f6;--c-soft:#d8e6fc;--c-ink:#0b3e8c}.BookCard-module__MXPWUq__card[data-tone=brand]{--c:#4f46e5;--c-soft:#e4e2fc;--c-ink:#332ca0}.BookCard-module__MXPWUq__card[data-tone=warning]{--c:#f59e0b;--c-soft:#fdeed4;--c-ink:#7a4a05}[data-theme=dark] .BookCard-module__MXPWUq__card{--c-soft:#232a4e;--c-ink:#bcb8ff}[data-theme=dark] .BookCard-module__MXPWUq__card[data-tone=success]{--c-soft:#16302a;--c-ink:#5fd6a4}[data-theme=dark] .BookCard-module__MXPWUq__card[data-tone=info]{--c-soft:#17263f;--c-ink:#86b7ff}[data-theme=dark] .BookCard-module__MXPWUq__card[data-tone=brand]{--c-soft:#232a4e;--c-ink:#bcb8ff}[data-theme=dark] .BookCard-module__MXPWUq__card[data-tone=warning]{--c-soft:#3a2a12;--c-ink:#f5c077}.BookCard-module__MXPWUq__spine{background:var(--c);width:16px;position:absolute;top:0;bottom:0;left:0}.BookCard-module__MXPWUq__hit,.BookCard-module__MXPWUq__hitStatic{min-width:0;color:inherit;flex:1;text-decoration:none;display:flex}.BookCard-module__MXPWUq__hit:focus-visible{outline:2px solid var(--c);outline-offset:-2px}.BookCard-module__MXPWUq__cover{background:var(--c-soft);flex-direction:column;flex:1;min-width:0;padding:16px;display:flex}.BookCard-module__MXPWUq__volume{letter-spacing:1px;color:var(--c);font-size:11px;font-weight:600}.BookCard-module__MXPWUq__title{color:var(--ink);margin-top:10px;font-size:16px;font-weight:600;line-height:1.35}.BookCard-module__MXPWUq__subtitle{color:var(--c-ink);margin-top:4px;font-size:13px}.BookCard-module__MXPWUq__rule{background:var(--c);opacity:.42;height:1px;margin:12px 0}.BookCard-module__MXPWUq__titleEn{color:var(--c-ink);font-size:12px;font-style:italic}.BookCard-module__MXPWUq__meta{flex-wrap:wrap;align-items:center;gap:6px 5px;margin-top:auto;padding-top:12px;display:flex}.BookCard-module__MXPWUq__badge{color:var(--c-ink);background:var(--surface);border:1px solid var(--c-ink);white-space:nowrap;border-radius:6px;flex:none;padding:2px 5px;font-size:11.5px;font-weight:500}.BookCard-module__MXPWUq__lessons{color:var(--c-ink);white-space:nowrap;flex:none;font-size:11.5px}.BookCard-module__MXPWUq__learners{color:var(--c-ink);white-space:nowrap;align-items:center;gap:3px;margin-left:auto;font-size:11.5px;display:flex}.BookCard-module__MXPWUq__actions{background:var(--surface);border-top:1px solid var(--border);padding:11px 16px 13px}.BookCard-module__MXPWUq__actionStack{flex-direction:column;justify-content:center;align-items:stretch;gap:6px;min-height:74px;display:flex}.BookCard-module__MXPWUq__remove{z-index:3;background:var(--surface);border:1px solid var(--border);width:32px;height:32px;color:var(--ink-icon);box-shadow:0 1px 3px rgb(var(--shadow-rgb) / .05);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:color .15s,border-color .15s,background .15s,box-shadow .15s;display:flex;position:absolute;top:10px;right:10px}.BookCard-module__MXPWUq__card:hover .BookCard-module__MXPWUq__remove,.BookCard-module__MXPWUq__card:focus-within .BookCard-module__MXPWUq__remove{color:var(--ink-3);border-color:var(--border-strong);box-shadow:0 2px 6px rgb(var(--shadow-rgb) / .1)}.BookCard-module__MXPWUq__remove:before{content:"";width:44px;height:44px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.BookCard-module__MXPWUq__card .BookCard-module__MXPWUq__remove:hover,.BookCard-module__MXPWUq__card .BookCard-module__MXPWUq__remove:focus-visible{color:var(--danger);border-color:var(--danger-line);background:var(--danger-soft)}.BookCard-module__MXPWUq__remove:focus-visible{outline:2px solid var(--danger);outline-offset:2px}.BookCard-module__MXPWUq__remove:after{content:attr(data-tip);background:var(--tip-bg);color:var(--on-brand);white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;border-radius:6px;padding:4px 8px;font-size:11.5px;font-weight:400;line-height:1.4;transition:opacity .15s,transform .15s,visibility .15s;position:absolute;top:calc(100% + 6px);right:50%;transform:translate(50%)translateY(-2px)}.BookCard-module__MXPWUq__remove:hover:after,.BookCard-module__MXPWUq__remove:focus-visible:after{opacity:1;visibility:visible;transform:translate(50%)translateY(0)}.BookCard-module__MXPWUq__card[data-locked=true] .BookCard-module__MXPWUq__cover{filter:grayscale()}.BookCard-module__MXPWUq__card[data-locked=true] .BookCard-module__MXPWUq__spine{filter:grayscale();opacity:.55}.BookCard-module__MXPWUq__card[data-locked=true] .BookCard-module__MXPWUq__actions{background:var(--surface-2);border-top-color:var(--border-soft);align-items:center;min-height:99px;display:flex}.BookCard-module__MXPWUq__card[data-locked=true],.BookCard-module__MXPWUq__card[data-locked=true]:hover,.BookCard-module__MXPWUq__card[data-locked=true]:focus-within{border-color:var(--border-soft);transform:none}.BookCard-module__MXPWUq__lock{flex:1;min-width:0;display:flex;position:relative}.BookCard-module__MXPWUq__lockedTag{border:1px solid var(--border);background:var(--surface-3);width:100%;height:34px;color:var(--ink-3);white-space:nowrap;cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-family:inherit;font-size:13px;line-height:1;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.BookCard-module__MXPWUq__lockedTag:hover{color:var(--ink-2);border-color:var(--border-strong);background:var(--surface-hover)}.BookCard-module__MXPWUq__lockedTag[data-open]{color:var(--brand-fg);border-color:var(--brand-line);background:var(--brand-soft)}.BookCard-module__MXPWUq__lockedTag:focus-visible{outline:2px solid var(--ink-icon);outline-offset:2px}.BookCard-module__MXPWUq__lockTip{z-index:2;background:var(--surface);border:1px solid var(--border);width:max-content;max-width:min(240px,100vw - 48px);box-shadow:0 8px 20px rgb(var(--shadow-rgb) / .14);color:var(--ink-2);text-align:center;opacity:0;visibility:hidden;border-radius:9px;margin:0 auto;padding:6px 11px;font-size:12.5px;line-height:1.45;transition:opacity .15s,transform .15s,visibility .15s;position:absolute;bottom:calc(100% + 10px);left:0;right:0;transform:translateY(4px)}.BookCard-module__MXPWUq__lockTip[data-open]{opacity:1;visibility:visible;transform:translateY(0)}.BookCard-module__MXPWUq__lockTip:before{content:"";background:var(--surface);border-right:1px solid var(--border);border-bottom:1px solid var(--border);border-radius:0 0 2px;width:8px;height:8px;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)rotate(45deg)}@media (prefers-reduced-motion:reduce){.BookCard-module__MXPWUq__lockTip{transition:opacity .12s,visibility .12s}}
.TrainingGround-module__pBXpwa__wrap{flex-direction:column;gap:14px;display:flex}.TrainingGround-module__pBXpwa__bare{flex:1;margin:-20px -24px -40px}.TrainingGround-module__pBXpwa__bare .TrainingGround-module__pBXpwa__arena{border:none;border-radius:0;flex-direction:column;flex:1;min-height:calc(100vh - 47px);padding:26px clamp(24px,6vw,72px) 0;display:flex}.TrainingGround-module__pBXpwa__bare .TrainingGround-module__pBXpwa__arenaFoot{margin-top:auto;padding-bottom:10px}@media (max-width:900px){.TrainingGround-module__pBXpwa__bare{margin:-16px}}.TrainingGround-module__pBXpwa__arena{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:22px 24px 20px}.TrainingGround-module__pBXpwa__progressChip{background:var(--brand-soft);font-variant-numeric:tabular-nums;letter-spacing:.01em;white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:2px 9px 2px 7px;font-size:12px;line-height:1.55;display:inline-flex}.TrainingGround-module__pBXpwa__progressFlag{font-size:11px;line-height:1;transform:translateY(-1px)}.TrainingGround-module__pBXpwa__progressNow{color:var(--brand-fg);font-weight:600}.TrainingGround-module__pBXpwa__progressTotal,.TrainingGround-module__pBXpwa__progressMode{color:var(--brand-fg);font-size:11.5px;font-weight:500}.TrainingGround-module__pBXpwa__progressMode:before{content:"·";color:var(--brand-line);margin-right:4px}.TrainingGround-module__pBXpwa__score{font-variant-numeric:tabular-nums;align-items:center;gap:12px;font-size:13px;display:flex}.TrainingGround-module__pBXpwa__scoreOk,.TrainingGround-module__pBXpwa__scoreNo{align-items:center;gap:4px;display:inline-flex}.TrainingGround-module__pBXpwa__scoreOk{color:var(--ok-ink)}.TrainingGround-module__pBXpwa__scoreNo{color:var(--danger-ink)}.TrainingGround-module__pBXpwa__hud{border:1px solid var(--brand-line);background:var(--brand-soft);border-radius:999px;flex:none;align-items:center;gap:14px;padding:3px 10px;display:flex}.TrainingGround-module__pBXpwa__hudUp{border-color:var(--danger-line);background:var(--danger-soft)}.TrainingGround-module__pBXpwa__timer{font-variant-numeric:tabular-nums;color:var(--brand-fg);flex:none;font-size:13px;font-weight:600}.TrainingGround-module__pBXpwa__timerUp{color:var(--danger-ink)}.TrainingGround-module__pBXpwa__doneTimeUp{background:var(--danger-soft);border:1px solid var(--danger-line);color:var(--danger-ink);border-radius:9px;margin:2px 0 0;padding:6px 12px;font-size:12.5px;font-weight:500}.TrainingGround-module__pBXpwa__headerBar{background:var(--brand-soft);height:2px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.TrainingGround-module__pBXpwa__barFill{background:var(--brand);height:100%;transition:width .24s cubic-bezier(.2,.8,.2,1);display:block}.TrainingGround-module__pBXpwa__keyBtn{border:1.5px solid var(--border-strong);background:var(--surface);height:34px;color:var(--ink-2);cursor:pointer;border-radius:9px;flex:none;align-items:center;gap:6px;padding:0 10px 0 7px;font-size:13px;font-weight:500;transition:transform .15s cubic-bezier(.2,.8,.2,1),background .15s,border-color .15s,box-shadow .15s;display:inline-flex}.TrainingGround-module__pBXpwa__keyBtn:hover:not(:disabled){background:var(--surface-3);border-color:var(--border-strong)}.TrainingGround-module__pBXpwa__keyBtn:active:not(:disabled){transform:scale(.97)}.TrainingGround-module__pBXpwa__keyBtn:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.TrainingGround-module__pBXpwa__keyBtn:disabled{opacity:.45;background:var(--surface-2);cursor:not-allowed}.TrainingGround-module__pBXpwa__keyBtn svg{width:16px;height:16px;display:block}.TrainingGround-module__pBXpwa__playKey{border-color:var(--brand-line);color:var(--brand-fg)}.TrainingGround-module__pBXpwa__playKey:hover:not(:disabled){background:var(--brand-soft);border-color:var(--brand);box-shadow:0 2px 8px #4f46e529}.TrainingGround-module__pBXpwa__playKey[data-playing]{background:var(--brand-soft);border-color:var(--brand)}.TrainingGround-module__pBXpwa__submitKey:hover:not(:disabled){border-color:var(--brand-line);color:var(--brand-deep)}.TrainingGround-module__pBXpwa__bars{align-items:center;gap:2px;height:14px;display:flex}.TrainingGround-module__pBXpwa__bars i{background:currentColor;border-radius:999px;width:2px;height:5px;animation:.9s ease-in-out infinite TrainingGround-module__pBXpwa__pulse}.TrainingGround-module__pBXpwa__bars i:nth-child(2){animation-delay:.15s}.TrainingGround-module__pBXpwa__bars i:nth-child(3){animation-delay:.28s}.TrainingGround-module__pBXpwa__bars i:nth-child(4){animation-delay:.42s}@keyframes TrainingGround-module__pBXpwa__pulse{0%,to{height:5px}50%{height:13px}}.TrainingGround-module__pBXpwa__quiz{flex-direction:column;flex:auto;justify-content:center;gap:clamp(28px,5vh,72px);min-height:0;display:flex}.TrainingGround-module__pBXpwa__upper{flex:none;justify-content:center;align-items:center;display:flex;position:relative}.TrainingGround-module__pBXpwa__combo{letter-spacing:.01em;color:#f97316;white-space:nowrap;pointer-events:none;text-shadow:0 0 18px #f9731673,0 0 6px #f973164d;margin:0;font-size:clamp(24px,2.8vw,32px);font-style:italic;font-weight:800;animation:1s cubic-bezier(.22,1,.36,1) both TrainingGround-module__pBXpwa__comboPop;position:absolute;bottom:calc(100% + 72px);left:50%}@keyframes TrainingGround-module__pBXpwa__comboPop{0%{opacity:0;transform:translate(-50%)scale(.7)translateY(8px)}18%{opacity:1;transform:translate(-50%)scale(1.08)translateY(0)}32%{transform:translate(-50%)scale(1)}72%{opacity:1;transform:translate(-50%)scale(1)translateY(0)}to{opacity:0;transform:translate(-50%)scale(.98)translateY(-10px)}}@media (prefers-reduced-motion:reduce){.TrainingGround-module__pBXpwa__combo{animation:1s both TrainingGround-module__pBXpwa__comboFade}@keyframes TrainingGround-module__pBXpwa__comboFade{0%{opacity:0;transform:translate(-50%)}15%,78%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%)}}}.TrainingGround-module__pBXpwa__lower{flex-direction:column;flex:none;align-items:center;gap:0;display:flex;position:relative}.TrainingGround-module__pBXpwa__promptArea{display:inline-block;position:relative}.TrainingGround-module__pBXpwa__prompt{color:var(--ink);text-align:center;letter-spacing:.02em;margin:0;font-size:clamp(26px,3.4vw,38px);font-weight:700}.TrainingGround-module__pBXpwa__firework{pointer-events:none;z-index:3;width:0;height:0;position:absolute;top:50%;left:50%}.TrainingGround-module__pBXpwa__fireworksCanvas{z-index:50;pointer-events:none;position:fixed;inset:0}.TrainingGround-module__pBXpwa__flash{opacity:0;border:2.5px solid #7c3aed;border-radius:50%;width:16px;height:16px;margin:-8px 0 0 -8px;animation:.52s ease-out forwards TrainingGround-module__pBXpwa__fireworkFlash;position:absolute;top:0;left:0}@keyframes TrainingGround-module__pBXpwa__fireworkFlash{0%{opacity:.9;transform:scale(.3)}to{opacity:0;transform:scale(8)}}.TrainingGround-module__pBXpwa__ripple{border:1.5px solid var(--brand-line);opacity:0;border-radius:50%;width:18px;height:18px;margin:-9px 0 0 -9px;animation:.76s ease-out 90ms forwards TrainingGround-module__pBXpwa__fireworkRipple;position:absolute;top:0;left:0}@keyframes TrainingGround-module__pBXpwa__fireworkRipple{0%{opacity:.8;transform:scale(.4)}to{opacity:0;transform:scale(12)}}.TrainingGround-module__pBXpwa__spark{width:var(--s,6px);height:var(--s,6px);margin:calc(var(--s,6px) / -2) 0 0 calc(var(--s,6px) / -2);background:var(--c,#4f46e5);opacity:0;animation:.9s cubic-bezier(.16,.72,.28,1) forwards TrainingGround-module__pBXpwa__fireworkSpark;animation-delay:var(--d,0s);border-radius:50%;position:absolute;top:0;left:0}@keyframes TrainingGround-module__pBXpwa__fireworkSpark{0%{opacity:0;transform:rotate(var(--a,0deg)) translateX(10px) scale(.4)}14%{opacity:1}to{opacity:0;transform:translateY(10px) rotate(var(--a,0deg)) translateX(var(--r,100px)) scale(1.7, .85)}}.TrainingGround-module__pBXpwa__cells{flex-wrap:wrap;justify-content:center;gap:16px;margin:0;display:flex}.TrainingGround-module__pBXpwa__cell{border:none;border-bottom:2px solid var(--line);width:auto;min-width:56px;max-width:280px;height:54px;color:var(--ink);text-align:center;field-sizing:content;background:0 0;border-radius:0;padding:0 10px;font-family:inherit;font-size:26px;font-weight:600;transition:border-color .15s,color .15s,box-shadow .15s,width .1s}.TrainingGround-module__pBXpwa__cell:focus{border-bottom-color:var(--brand);box-shadow:inset 0 -1px 0 var(--brand);outline:none}.TrainingGround-module__pBXpwa__cell.TrainingGround-module__pBXpwa__cellOk{border-bottom-color:var(--ok);color:var(--ok-ink)}.TrainingGround-module__pBXpwa__cell.TrainingGround-module__pBXpwa__cellBad{border-bottom-color:var(--danger);color:var(--danger-ink);box-shadow:inset 0 -1px 0 var(--danger);animation:.42s ease-in-out TrainingGround-module__pBXpwa__cellShake}@keyframes TrainingGround-module__pBXpwa__cellShake{0%,to{transform:translate(0)}15%{transform:translate(-3px)}30%{transform:translate(3px)}45%{transform:translate(-2.5px)}60%{transform:translate(2.5px)}75%{transform:translate(-1.5px)}90%{transform:translate(1.5px)}}@media (prefers-reduced-motion:reduce){.TrainingGround-module__pBXpwa__cell.TrainingGround-module__pBXpwa__cellBad{animation:none}}@media (max-width:560px){.TrainingGround-module__pBXpwa__prompt{font-size:22px}.TrainingGround-module__pBXpwa__cell{min-width:44px;max-width:200px;height:48px;padding:0 8px;font-size:22px}}.TrainingGround-module__pBXpwa__arenaFoot{border-top:1px solid var(--border-soft);flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:17px;padding-top:14px;display:flex}.TrainingGround-module__pBXpwa__footTools{display:contents}.TrainingGround-module__pBXpwa__arenaFoot>*,.TrainingGround-module__pBXpwa__footTools>*{flex:none}.TrainingGround-module__pBXpwa__answerToggle[aria-pressed=true]{border-color:var(--brand-line);background:var(--brand-soft);color:var(--brand-fg);font-weight:600}.TrainingGround-module__pBXpwa__answerToggle[aria-pressed=true]:hover{background:var(--brand-soft-2)}.TrainingGround-module__pBXpwa__feedback,.TrainingGround-module__pBXpwa__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.TrainingGround-module__pBXpwa__answer{border:1px solid var(--brand-line);background:var(--surface);width:max-content;max-width:min(720px,94%);box-shadow:0 6px 18px rgb(var(--shadow-rgb) / .1);text-align:center;color:var(--brand-fg);white-space:normal;animation:TrainingGround-module__pBXpwa__answerIn .2s ease 1 both, TrainingGround-module__pBXpwa__answerOut var(--out-dur,.6s) ease var(--out-delay,4.4s) 1 forwards;border-radius:12px;margin:0;padding:6px 14px;font-size:clamp(14px,1.4vw,17px);font-weight:600;line-height:1.45;position:absolute;bottom:calc(100% + 26px);left:50%;transform:translate(-50%)}.TrainingGround-module__pBXpwa__answerTag{background:var(--surface-hover);color:var(--ink-2);border-radius:6px;margin-right:8px;padding:1px 7px;font-size:11.5px;font-weight:500;line-height:1.6;display:inline-block}@keyframes TrainingGround-module__pBXpwa__answerIn{0%{opacity:0;transform:translate(-50%)translateY(4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes TrainingGround-module__pBXpwa__answerOut{0%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){.TrainingGround-module__pBXpwa__answer{animation:none}}.TrainingGround-module__pBXpwa__marks{border:1px solid var(--border-2);background:var(--surface);border-radius:9px;flex:none;align-items:stretch;display:inline-flex;overflow:hidden}.TrainingGround-module__pBXpwa__markBtn{height:32px;color:var(--ink-2);white-space:nowrap;cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:0 10px;font-size:13px;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.TrainingGround-module__pBXpwa__markBtn+.TrainingGround-module__pBXpwa__markBtn{box-shadow:inset 1px 0 0 var(--border-soft)}.TrainingGround-module__pBXpwa__markBtn:hover:not(:disabled):not(.TrainingGround-module__pBXpwa__markOn){background:var(--surface-3)}.TrainingGround-module__pBXpwa__markBtn:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.TrainingGround-module__pBXpwa__markBtn:disabled{opacity:.45;cursor:not-allowed}.TrainingGround-module__pBXpwa__markOn{background:var(--brand-soft-2);color:var(--brand-deep);font-weight:600}.TrainingGround-module__pBXpwa__markOn:hover:not(:disabled){background:var(--brand-soft-2)}.TrainingGround-module__pBXpwa__markOn+.TrainingGround-module__pBXpwa__markBtn{box-shadow:inset 1px 0 0 var(--brand-line)}.TrainingGround-module__pBXpwa__prev{border:1px solid var(--border-2);background:var(--surface);height:38px;color:var(--ink-2);white-space:nowrap;cursor:pointer;border-radius:9px;flex:none;align-items:center;gap:6px;padding:0 15px;font-size:13.5px;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.TrainingGround-module__pBXpwa__prev:hover:not(:disabled){background:var(--surface-3);border-color:var(--border-2)}.TrainingGround-module__pBXpwa__prev:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.TrainingGround-module__pBXpwa__prev:disabled{background:var(--surface-2);border-color:var(--border-soft);color:var(--ink-4);cursor:not-allowed}.TrainingGround-module__pBXpwa__next{border:1px solid var(--brand);background:var(--brand);height:38px;color:var(--on-brand);white-space:nowrap;cursor:pointer;border-radius:9px;flex:none;align-items:center;gap:6px;padding:0 18px;font-size:13.5px;font-weight:600;transition:background .15s,box-shadow .15s;display:inline-flex;box-shadow:0 1px 2px #4f46e54d}.TrainingGround-module__pBXpwa__next:hover:not(:disabled){background:var(--brand-hover);border-color:var(--brand-hover);box-shadow:0 4px 12px #4f46e552}.TrainingGround-module__pBXpwa__next:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.TrainingGround-module__pBXpwa__next:disabled{background:var(--surface-3);border-color:var(--border-2);color:var(--ink-4);box-shadow:none;cursor:not-allowed}.TrainingGround-module__pBXpwa__kbdChip{background:var(--surface-3);white-space:nowrap;height:34px;color:var(--ink-4);border-radius:9px;flex:none;align-items:center;gap:4px;padding:0 10px 0 7px;font-size:11px;display:inline-flex}.TrainingGround-module__pBXpwa__kbdChip kbd,.TrainingGround-module__pBXpwa__keyBtn kbd,.TrainingGround-module__pBXpwa__answerToggle kbd{border:none;border-bottom:1.5px solid var(--border-strong);background:var(--surface-3);text-align:center;min-width:17px;color:var(--ink-icon);border-radius:3px 3px 0 0;flex:none;padding:0 4px 1px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;line-height:1.7}.TrainingGround-module__pBXpwa__empty{text-align:center;color:var(--ink-3);padding:40px 0;font-size:13px}.TrainingGround-module__pBXpwa__done{flex-direction:column;gap:20px;width:100%;max-width:680px;margin:auto;padding:30px 0 32px;display:flex}.TrainingGround-module__pBXpwa__doneHero{justify-content:center;align-items:center;gap:26px;display:flex}.TrainingGround-module__pBXpwa__doneRing{flex:none;width:116px;height:116px;position:relative}.TrainingGround-module__pBXpwa__doneRing svg{width:100%;height:100%;display:block}.TrainingGround-module__pBXpwa__doneRingTrack{fill:none;stroke:var(--border-soft);stroke-width:10px}.TrainingGround-module__pBXpwa__doneRingBar{fill:none;stroke:var(--brand);stroke-width:10px;stroke-linecap:round;transform-origin:60px 60px;transition:stroke-dashoffset .7s cubic-bezier(.2,.8,.2,1);transform:rotate(-90deg)}.TrainingGround-module__pBXpwa__doneRing[data-tier=high] .TrainingGround-module__pBXpwa__doneRingBar{stroke:var(--ok)}.TrainingGround-module__pBXpwa__doneRing[data-tier=mid] .TrainingGround-module__pBXpwa__doneRingBar{stroke:var(--brand)}.TrainingGround-module__pBXpwa__doneRing[data-tier=low] .TrainingGround-module__pBXpwa__doneRingBar{stroke:var(--warn)}.TrainingGround-module__pBXpwa__doneRingText{flex-direction:column;justify-content:center;align-items:center;gap:1px;display:flex;position:absolute;inset:0}.TrainingGround-module__pBXpwa__doneRingNum{color:var(--ink);font-variant-numeric:tabular-nums;font-size:28px;font-weight:700;line-height:1}.TrainingGround-module__pBXpwa__doneRingNum i{color:var(--ink-4);margin-left:1px;font-size:14px;font-style:normal;font-weight:600}.TrainingGround-module__pBXpwa__doneRingCap{color:var(--ink-4);letter-spacing:.4px;font-size:11px}.TrainingGround-module__pBXpwa__doneVerdict{flex-direction:column;gap:6px;display:flex}.TrainingGround-module__pBXpwa__doneVerdictMain{color:var(--ink);letter-spacing:.01em;margin:0;font-size:22px;font-weight:600}.TrainingGround-module__pBXpwa__doneVerdictSub{color:var(--ink-3);margin:0;font-size:13px}.TrainingGround-module__pBXpwa__doneVerdictSub b{color:var(--brand-fg);font-variant-numeric:tabular-nums;font-weight:600}.TrainingGround-module__pBXpwa__doneMuted{color:var(--ink-4)}.TrainingGround-module__pBXpwa__doneStats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.TrainingGround-module__pBXpwa__stat{background:var(--surface-3);border-radius:12px;flex-direction:column;align-items:center;gap:5px;padding:12px 8px;display:flex}.TrainingGround-module__pBXpwa__statLabel{color:var(--ink-4);white-space:nowrap;font-size:11.5px}.TrainingGround-module__pBXpwa__statValue{color:var(--ink);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:17px;font-weight:600}.TrainingGround-module__pBXpwa__statValueBad{color:var(--danger)}.TrainingGround-module__pBXpwa__donePanel{border:1px solid var(--border-soft);border-radius:12px;flex-direction:column;gap:10px;padding:14px 16px 16px;display:flex}.TrainingGround-module__pBXpwa__donePanelTitle{color:var(--ink-2);letter-spacing:.02em;margin:0;font-size:12px;font-weight:600}.TrainingGround-module__pBXpwa__doneMap{flex-wrap:wrap;gap:5px;display:flex}.TrainingGround-module__pBXpwa__doneDot{background:var(--surface-sunken);border-radius:6px;width:18px;height:18px}.TrainingGround-module__pBXpwa__doneDot[data-state=ok]{background:var(--ok)}.TrainingGround-module__pBXpwa__doneDot[data-state=bad]{background:var(--danger)}.TrainingGround-module__pBXpwa__doneLegend{color:var(--ink-4);flex-wrap:wrap;gap:14px;font-size:11.5px;display:flex}.TrainingGround-module__pBXpwa__doneLegend span{align-items:center;gap:5px;display:inline-flex}.TrainingGround-module__pBXpwa__doneLegend i{background:var(--surface-sunken);border-radius:3px;width:9px;height:9px}.TrainingGround-module__pBXpwa__doneLegend i[data-state=ok]{background:var(--ok)}.TrainingGround-module__pBXpwa__doneLegend i[data-state=bad]{background:var(--danger)}.TrainingGround-module__pBXpwa__doneWrongList{flex-direction:column;gap:8px;max-height:210px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.TrainingGround-module__pBXpwa__doneWrongItem{background:var(--surface-2);border-left:2px solid var(--danger-line);border-radius:9px;flex-direction:column;gap:2px;padding:9px 11px;display:flex}.TrainingGround-module__pBXpwa__doneWrongCn{color:var(--ink);font-size:13px}.TrainingGround-module__pBXpwa__doneWrongEn{color:var(--ink-3);font-size:12px}.TrainingGround-module__pBXpwa__doneActions{justify-content:center;gap:10px;margin-top:2px;display:flex}@media (max-width:640px){.TrainingGround-module__pBXpwa__doneStats{grid-template-columns:repeat(2,minmax(0,1fr))}.TrainingGround-module__pBXpwa__doneHero{text-align:center;flex-direction:column;gap:14px}.TrainingGround-module__pBXpwa__doneVerdict{align-items:center}}.TrainingGround-module__pBXpwa__primary,.TrainingGround-module__pBXpwa__ghost{cursor:pointer;border-radius:9px;height:36px;padding:0 16px;font-size:13px;font-weight:500;transition:background .15s}.TrainingGround-module__pBXpwa__primary{border:1px solid var(--brand);background:var(--surface);color:var(--brand-fg)}.TrainingGround-module__pBXpwa__primary:hover{background:var(--brand-soft)}.TrainingGround-module__pBXpwa__ghost{border:1px solid var(--border);background:var(--surface);color:var(--ink-2)}.TrainingGround-module__pBXpwa__ghost:hover{background:var(--surface-3)}.TrainingGround-module__pBXpwa__primary:focus-visible,.TrainingGround-module__pBXpwa__ghost:focus-visible{outline:2px solid var(--brand);outline-offset:2px}@media (max-width:1260px){.TrainingGround-module__pBXpwa__kbdChip{display:none}}@media (max-width:1150px){.TrainingGround-module__pBXpwa__markLabel{display:none}}@media (max-width:640px){.TrainingGround-module__pBXpwa__arena{padding:18px 16px 16px}}@media (prefers-reduced-motion:reduce){.TrainingGround-module__pBXpwa__keyBtn,.TrainingGround-module__pBXpwa__barFill,.TrainingGround-module__pBXpwa__next,.TrainingGround-module__pBXpwa__prev,.TrainingGround-module__pBXpwa__primary,.TrainingGround-module__pBXpwa__ghost,.TrainingGround-module__pBXpwa__markBtn,.TrainingGround-module__pBXpwa__answerToggle{transition:none}.TrainingGround-module__pBXpwa__keyBtn:hover,.TrainingGround-module__pBXpwa__keyBtn:active{transform:none}.TrainingGround-module__pBXpwa__bars i,.TrainingGround-module__pBXpwa__flash,.TrainingGround-module__pBXpwa__ripple,.TrainingGround-module__pBXpwa__spark{animation:none}}
.UndoToast-module__LxN_fq__toast{bottom:26px;left:calc(50% + var(--sidebar-w,210px) / 2);z-index:60;background:var(--tip-bg);max-width:calc(100vw - 32px);color:var(--on-brand);box-shadow:0 12px 30px rgb(var(--shadow-rgb) / .3);border-radius:12px;align-items:center;gap:16px;padding:11px 12px 11px 16px;animation:.2s cubic-bezier(.2,.8,.2,1) UndoToast-module__LxN_fq__toastIn;display:flex;position:fixed;overflow:hidden;transform:translate(-50%)}@keyframes UndoToast-module__LxN_fq__toastIn{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.UndoToast-module__LxN_fq__text{flex:1;min-width:0;font-size:13px;line-height:1.4}.UndoToast-module__LxN_fq__undo{border:1px solid rgb(var(--scrim-rgb) / .3);height:28px;color:var(--on-brand);cursor:pointer;background:0 0;border-radius:6px;flex:none;padding:0 12px;font-family:inherit;font-size:12.5px;font-weight:500;transition:background .15s,border-color .15s}.UndoToast-module__LxN_fq__undo:hover{background:rgb(var(--scrim-rgb) / .16);border-color:rgb(var(--scrim-rgb) / .55)}.UndoToast-module__LxN_fq__undo:focus-visible{outline-offset:2px;outline:2px solid #a5b4fc}.UndoToast-module__LxN_fq__bar{transform-origin:0;background:#818cf8;width:100%;height:2px;animation:6s linear forwards UndoToast-module__LxN_fq__undoCountdown;position:absolute;bottom:0;left:0}.UndoToast-module__LxN_fq__toast:hover .UndoToast-module__LxN_fq__bar,.UndoToast-module__LxN_fq__toast:focus-within .UndoToast-module__LxN_fq__bar{animation-play-state:paused}@keyframes UndoToast-module__LxN_fq__undoCountdown{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (prefers-reduced-motion:reduce){.UndoToast-module__LxN_fq__toast,.UndoToast-module__LxN_fq__bar{animation:none}}
.page-module__nvkMXq__wrap{flex-direction:column;gap:12px;display:flex}.page-module__nvkMXq__count{color:var(--ink-3);margin:0;font-size:13px}.page-module__nvkMXq__grid{grid-template-columns:repeat(auto-fit,minmax(212px,248px));gap:16px;display:grid}.page-module__nvkMXq__pending{min-height:240px}.page-module__nvkMXq__empty{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;align-items:center;padding:56px 24px;display:flex}.page-module__nvkMXq__emptyIcon{background:var(--brand-soft);width:44px;height:44px;color:var(--brand-fg);border-radius:12px;justify-content:center;align-items:center;display:flex}.page-module__nvkMXq__emptyTitle{color:var(--ink);margin:16px 0 0;font-size:16px;font-weight:600}.page-module__nvkMXq__emptyDesc{max-width:320px;color:var(--ink-3);margin:6px 0 0;font-size:13px;line-height:1.6}.page-module__nvkMXq__emptyCta{background:var(--brand);height:40px;color:var(--on-brand);border-radius:9px;align-items:center;margin-top:20px;padding:0 20px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.page-module__nvkMXq__emptyCta:hover{background:var(--brand-hover)}.page-module__nvkMXq__emptyCta:focus-visible{outline:2px solid var(--brand);outline-offset:2px}
.page-module__GCXOVq__grid{grid-template-columns:repeat(auto-fit,minmax(212px,248px));gap:16px;display:grid}
.ChallengeFlow-module__XbRXwW__loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:18px;min-height:60vh;padding:40px 20px;display:flex}.ChallengeFlow-module__XbRXwW__brand{letter-spacing:-.5px;font-size:34px;font-weight:700;animation:.5s both ChallengeFlow-module__XbRXwW__fadeUp}.ChallengeFlow-module__XbRXwW__brandTalker{color:var(--ink)}.ChallengeFlow-module__XbRXwW__brandABC{color:var(--brand-fg)}.ChallengeFlow-module__XbRXwW__quote{color:var(--ink-2);max-width:440px;min-height:22px;font-size:15px;font-style:italic;animation:.5s .15s both ChallengeFlow-module__XbRXwW__fadeUp}.ChallengeFlow-module__XbRXwW__loadBar{background:var(--surface-sunken);border-radius:999px;width:min(360px,80vw);height:6px;animation:.5s .3s both ChallengeFlow-module__XbRXwW__fadeUp;overflow:hidden}.ChallengeFlow-module__XbRXwW__loadFill{background:linear-gradient(90deg, #6366f1, var(--brand));border-radius:999px;height:100%;display:block}.ChallengeFlow-module__XbRXwW__loadHint{color:var(--ink-3);font-size:13px;animation:.5s .35s both ChallengeFlow-module__XbRXwW__fadeUp}@keyframes ChallengeFlow-module__XbRXwW__fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.ChallengeFlow-module__XbRXwW__brand,.ChallengeFlow-module__XbRXwW__quote,.ChallengeFlow-module__XbRXwW__loadBar,.ChallengeFlow-module__XbRXwW__loadHint{animation:none}}
.ChallengeStart-module__77aKfG__wrap{justify-content:center;align-items:center;min-height:calc(100vh - 107px);padding:24px;display:flex}.ChallengeStart-module__77aKfG__panel{text-align:center;flex-direction:column;align-items:center;gap:10px;max-width:440px;display:flex}.ChallengeStart-module__77aKfG__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ChallengeStart-module__77aKfG__desc{color:var(--ink-3);margin:0;font-size:14px;line-height:1.6}.ChallengeStart-module__77aKfG__cta{background:var(--brand);height:44px;color:var(--on-brand);cursor:pointer;border:none;border-radius:9px;justify-content:center;align-items:center;gap:6px;padding:0 24px;font-family:inherit;font-size:14px;font-weight:600;line-height:1;transition:background .15s;display:inline-flex}.ChallengeStart-module__77aKfG__cta:hover{background:var(--brand-hover)}.ChallengeStart-module__77aKfG__cta:focus-visible{outline:2px solid var(--brand);outline-offset:2px}@media (prefers-reduced-motion:reduce){.ChallengeStart-module__77aKfG__cta{transition:none}}
