@font-face{font-family:CharisIPA;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/charis-ipa-regular-B9yxHmA7.woff2) format("woff2")}@font-face{font-family:CharisIPA;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/charis-ipa-bold-CMdRsSXA.woff2) format("woff2")}.phon,.phonetic,.ipa{font-family:CharisIPA,Doulos SIL,Charis SIL,Times New Roman,Times,serif}:root{--brand: #1cb0f6;--brand-deep: #1492d6;--brand-dim: #9fdcff;--brand-soft: #ddf2ff;--brand-ink: #0b6fa6;--good: #58cc02;--good-deep: #58a700;--good-soft: #d8f7b5;--again: #ff4b4b;--again-deep: #e23b3b;--again-soft: #ffe0e1;--hard: #ff9600;--hard-soft: #ffe9cc;--gold: #ffc800;--gold-deep: #e0a800;--bg: #f1f7fd;--surface: #ffffff;--surface-2: #eef4fb;--line: #e3ebf3;--line-strong: #d6e0ea;--text: #2b3b4e;--muted: #8794a6;--radius: 20px;--radius-sm: 14px;--shadow: 0 10px 26px rgba(26, 86, 148, .1);--shadow-card: 0 2px 0 var(--line-strong);--font-en: "Times New Roman", Times, "Liberation Serif", serif;--font-cn: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Source Han Sans SC", sans-serif;--font-body: "Times New Roman", Times, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", serif;--font-display: "Times New Roman", Times, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", serif;font-family:var(--font-body)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-weight:500;-webkit-font-smoothing:antialiased;overscroll-behavior-y:none}.app{max-width:520px;margin:0 auto;min-height:100%;min-height:100dvh;display:flex;flex-direction:column;background:transparent;position:relative;z-index:1}body{background:radial-gradient(1200px 600px at 8% -10%,rgba(28,176,246,.16),transparent 60%),radial-gradient(900px 520px at 110% 4%,rgba(124,92,255,.1),transparent 55%),radial-gradient(820px 560px at 50% 118%,rgba(88,204,2,.08),transparent 62%),var(--bg);background-attachment:fixed}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background-image:radial-gradient(rgba(28,130,220,.05) 1px,transparent 1.5px);background-size:24px 24px}.topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10;background:#ffffffd1;-webkit-backdrop-filter:blur(12px) saturate(1.1);backdrop-filter:blur(12px) saturate(1.1)}.brand{font-family:var(--font-display);font-weight:800;font-size:19px;letter-spacing:.2px;color:var(--text)}.brand .spark{background:linear-gradient(90deg,#1cb0f6,#6a8bff);-webkit-background-clip:text;background-clip:text;color:transparent}.lib-pill{font-size:12px;font-weight:700;color:var(--brand-ink);background:var(--brand-soft);border:1.5px solid var(--brand-dim);border-radius:999px;padding:5px 12px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content{flex:1;padding:18px;padding-bottom:calc(94px + env(safe-area-inset-bottom))}.tabbar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:520px;display:flex;border-top:1px solid var(--line);background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding-bottom:env(safe-area-inset-bottom)}.tabbar button{flex:1;background:none;border:none;color:var(--muted);padding:10px 0 13px;font-size:11px;font-weight:800;font-family:var(--font-body);display:flex;flex-direction:column;align-items:center;gap:3px;cursor:pointer;transition:color .15s,transform .1s}.tabbar button .ico{font-size:21px;transition:transform .18s cubic-bezier(.34,1.56,.64,1)}.tabbar button.active{color:var(--brand)}.tabbar button.active .ico{transform:translateY(-2px) scale(1.12)}body.immersive .tabbar{display:none}body.immersive .content{padding-bottom:calc(20px + env(safe-area-inset-bottom))!important}.card{background:var(--surface);border:1.5px solid var(--line);border-radius:var(--radius);padding:18px;margin-bottom:14px;box-shadow:var(--shadow-card)}.muted{color:var(--muted)}.small{font-size:13px}.row{display:flex;gap:10px;align-items:center}.between{justify-content:space-between}.wrap{flex-wrap:wrap}h1{font-family:var(--font-display);font-weight:800;font-size:25px;margin:4px 0 16px;letter-spacing:.2px}h2{font-family:var(--font-display);font-weight:800;font-size:18px;margin:0 0 12px}button.btn{background:var(--brand);color:#fff;border:none;border-radius:var(--radius-sm);padding:15px 18px;font-size:16px;font-weight:800;font-family:var(--font-body);letter-spacing:.3px;cursor:pointer;width:100%;box-shadow:0 4px 0 var(--brand-deep);transition:transform .06s ease,box-shadow .06s ease,filter .15s}button.btn:hover{filter:brightness(1.04)}button.btn:active{transform:translateY(4px);box-shadow:0 0 0 var(--brand-deep)}button.btn:disabled{background:#c4d2df;box-shadow:0 4px #aebccb;color:#fff;cursor:not-allowed;filter:none}button.btn.ghost{background:var(--surface);color:var(--brand-ink);border:2px solid var(--line-strong);box-shadow:0 4px 0 var(--line-strong)}button.btn.ghost:active{transform:translateY(4px);box-shadow:0 0 0 var(--line-strong)}button.btn.sm{padding:10px 16px;font-size:14px;width:auto;box-shadow:0 3px 0 var(--brand-deep)}button.btn.sm:active{transform:translateY(3px);box-shadow:0 0 0 var(--brand-deep)}.grammar-course-video-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.grammar-course-video-actions button{min-height:52px;padding:9px 11px;border-radius:15px;font-family:var(--font-cn);font-size:14px;font-weight:800;line-height:1.35;cursor:pointer}.grammar-course-handout-btn{color:#0c659f;background:linear-gradient(135deg,#effaff,#d9f2ff);border:1.5px solid #a9dff8;box-shadow:0 3px #9bd7f0}.grammar-course-ask-btn{color:#5d3eb1;background:linear-gradient(135deg,#f7f2ff,#eee4ff);border:1.5px solid #cfbaf8;box-shadow:0 3px #c2a9ed}.grammar-course-video-actions button:active{transform:translateY(3px);box-shadow:none}.grammar-course-video-actions button:disabled{opacity:.65;cursor:wait}.grammar-course-action-note{grid-column:1 / -1;padding:9px 12px;border-radius:12px;background:#fff7ed;color:#9a3412;font-size:12px;line-height:1.45}.course-handout-library-entry{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-height:72px;margin:0 0 14px;padding:11px 14px;text-align:left;color:#21435c;background:linear-gradient(135deg,#f4fbff,#edf8ff 55%,#f8f3ff);border:1.5px solid #b9ddf3;border-radius:17px;box-shadow:0 4px #c8e3f2,0 8px 20px #2a699114;cursor:pointer}.course-handout-library-entry:active{transform:translateY(3px);box-shadow:0 1px #c8e3f2}.course-handout-library-entry>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:3px}.course-handout-library-entry strong{font-family:var(--font-cn);font-size:15px;line-height:1.35}.course-handout-library-entry small{color:#678094;font-family:var(--font-cn);font-size:12px;line-height:1.35}.course-handout-library-entry>b{color:#1272aa;font-size:13px;white-space:nowrap}.course-handout-library-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#fff;border:1px solid #cbe6f5;box-shadow:0 4px 10px #28719a1f;font-size:24px}.sheet-overlay.grammar-context-overlay{z-index:100}.grammar-context-sheet{display:flex;flex-direction:column;overflow:hidden;min-height:460px}.grammar-context-kicker{color:var(--brand-ink);font-size:12px;font-weight:800;margin-bottom:2px}.grammar-context-meta{color:var(--muted);font-size:12px;font-weight:700;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grammar-context-source{margin:0 0 10px;padding:10px 12px;background:#f4f8fc;border:1px solid var(--line);border-left:4px solid var(--brand);border-radius:10px;color:#42566b;font-size:13px;line-height:1.65;max-height:106px;overflow-y:auto;white-space:pre-line}.grammar-context-messages{flex:1;min-height:118px;max-height:32vh;overflow-y:auto;padding:4px 2px 8px;display:flex;flex-direction:column;gap:8px}.grammar-context-welcome{color:var(--muted);font-size:14px;line-height:1.6;padding:8px 2px}.grammar-context-bubble{max-width:92%;border-radius:15px;padding:10px 12px;font-family:var(--font-cn);font-size:14px;line-height:1.65;white-space:pre-wrap}.grammar-context-bubble.student{align-self:flex-end;color:#fff;background:var(--brand);border-bottom-right-radius:4px}.grammar-context-bubble.teacher{align-self:flex-start;color:var(--text);background:#f1f7fc;border:1px solid var(--line);border-bottom-left-radius:4px}.grammar-context-tools{border-top:1px solid var(--line);padding-top:10px}.grammar-context-quick{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:10px}.grammar-context-quick .btn{text-align:left;white-space:normal;line-height:1.35;padding:8px 10px;font-size:12px}.grammar-context-excerpt-label{color:var(--muted);font-family:var(--font-cn);font-size:11.5px;font-weight:800;margin-bottom:4px}.grammar-context-choose{display:flex;flex-direction:column}.grammar-context-choose-title{font-family:var(--font-cn);font-size:13.5px;font-weight:800;color:var(--text);margin:2px 0 8px}.grammar-context-directions{display:flex;flex-direction:column;gap:8px}.grammar-context-directions button{display:flex;align-items:flex-start;gap:9px;width:100%;text-align:left;padding:11px 12px;background:#f6fafd;border:1.5px solid var(--line);border-radius:12px;color:var(--text);font-family:var(--font-cn);font-size:13.5px;line-height:1.5;cursor:pointer}.grammar-context-directions button:active{border-color:var(--brand);background:#eef7fd}.grammar-context-directions button:disabled{opacity:.6;cursor:default}.grammar-context-directions button i{flex:0 0 auto;width:20px;height:20px;border-radius:50%;background:var(--brand);color:#fff;font-style:normal;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;margin-top:1px}.grammar-context-custom-label{color:var(--muted);font-family:var(--font-cn);font-size:12px;font-weight:700;margin:12px 0 5px}.grammar-context-custom{width:100%;box-sizing:border-box;padding:9px 11px;border:1.5px solid var(--line);border-radius:10px;font-family:var(--font-cn);font-size:13.5px;line-height:1.55;resize:none;background:var(--surface);color:var(--text)}.grammar-context-custom:focus{outline:none;border-color:var(--brand)}.grammar-context-choose-actions{display:flex;gap:8px;margin-top:10px}.sheet-overlay.grammar-handout-overlay{z-index:95}.sheet.grammar-handout-sheet{width:min(920px,100%);max-width:920px;min-height:82vh;min-height:min(670px,82vh);min-height:min(670px,82dvh);height:88vh;height:88dvh;max-height:88vh;max-height:88dvh;display:flex;flex-direction:column;overflow:hidden;padding-bottom:0}@media (min-width: 700px){.sheet.grammar-handout-sheet{height:82vh;height:82dvh;max-height:82vh;max-height:82dvh}}.grammar-handout-head{gap:12px}.grammar-handout-head>div{min-width:0}.grammar-handout-head strong{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.grammar-handout-tabs{display:flex;flex-wrap:wrap;align-items:center;gap:7px;padding-bottom:10px;flex-shrink:0}.grammar-handout-sheet .sheet-head,.grammar-handout-tip{flex-shrink:0}.grammar-handout-tabs button{flex:0 0 auto;min-height:36px;color:#617386;background:#f5f8fb;border:1.5px solid var(--line);border-radius:999px;padding:7px 12px;font-family:var(--font-cn);font-size:13px;font-weight:800;cursor:pointer}.grammar-handout-tabs button.active{color:#fff;background:var(--brand);border-color:var(--brand)}.grammar-handout-tabs .grammar-handout-toc-toggle{color:#0e6f9e;background:#edf9ff;border-color:#adddf2}.grammar-handout-tabs .grammar-handout-toc-toggle.active{color:#fff;background:#1686b9;border-color:#1686b9}.grammar-handout-tabs .grammar-handout-select-toggle{margin-left:auto;color:#6244ae;background:#f7f2ff;border-color:#d8c8f9}.grammar-handout-tabs .grammar-handout-select-toggle.active{color:#fff;background:#7a5bd1;border-color:#7a5bd1}.grammar-handout-tip{margin:0 0 8px;padding:8px 10px;background:#fff7e8;border:1px solid #f7d99c;border-radius:10px;color:#8a5b0a;font-family:var(--font-cn);font-size:12px;line-height:1.5}.grammar-handout-body{position:relative;flex:1;min-height:0;margin:0 -18px;display:flex;flex-direction:column;overflow:hidden;background:#eaf1f7}.grammar-handout-scroll{flex:1 1 auto;width:100%;min-width:0;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y;overscroll-behavior:contain;background:#eaf1f7;padding:14px 18px 92px}.grammar-handout-toc{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding:14px;color:#29455b;background:#f5f9fc;overscroll-behavior:contain}.grammar-handout-toc-summary{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:4px 3px 12px}.grammar-handout-toc-summary strong{font-size:15px}.grammar-handout-toc-summary span{color:#718495;font-size:12px;white-space:nowrap}.grammar-handout-toc-notice{margin:0 0 10px;padding:9px 10px;color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;font-size:12px;line-height:1.4}.grammar-handout-toc-groups{display:flex;flex-direction:column;gap:9px}.grammar-handout-toc-group{overflow:hidden;background:#fff;border:1px solid #d9e4ec;border-radius:13px;box-shadow:0 3px 10px #294f690f}.grammar-handout-toc-group-toggle{display:grid;grid-template-columns:minmax(0,1fr) auto 24px;align-items:center;gap:7px;width:100%;min-height:46px;padding:9px 10px 9px 13px;color:#29455b;background:#fff;border:0;text-align:left;font-family:var(--font-cn);font-size:13px;font-weight:800;cursor:pointer}.grammar-handout-toc-group-toggle span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.grammar-handout-toc-group-toggle small{color:#7a8b99;font-size:11px;white-space:nowrap}.grammar-handout-toc-group-toggle i{color:#3784ad;font-size:17px;font-style:normal;text-align:center}.grammar-handout-toc-lessons{padding:0 7px 7px;border-top:1px solid #edf2f6}.grammar-handout-toc-lessons button{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:7px;width:100%;min-height:46px;padding:6px 7px;color:#496174;background:transparent;border:0;border-bottom:1px dashed #e7eef3;text-align:left;font-family:var(--font-cn);cursor:pointer}.grammar-handout-toc-lessons button:last-child{border-bottom:0}.grammar-handout-toc-lessons button b{color:#60788a;font-size:11px;white-space:nowrap}.grammar-handout-toc-lessons button span{min-width:0;font-size:12px;line-height:1.35}.grammar-handout-toc-lessons button i{color:#1680b4;font-size:11px;font-style:normal;white-space:nowrap}.grammar-handout-toc-lessons button.current{color:#0b618e;background:#e9f7ff;border-radius:9px;border-bottom-color:transparent;font-weight:800}.grammar-handout-toc-lessons button.current b{color:#0b75aa}.grammar-handout-toc-lessons button:disabled{cursor:wait;opacity:.68}.course-handout-loading,.course-handout-empty{justify-content:flex-start}.course-handout-loading>.empty,.course-handout-empty>.empty{margin:auto 0}.course-handout-loading>.btn{align-self:center;margin:0 0 24px}.grammar-handout-page{position:relative;max-width:760px;min-height:420px;margin:0 auto;padding:28px;color:#263a4e;background:#fff;border:1px solid #d7e2ec;border-radius:10px;box-shadow:0 5px 18px #1f425f1f;font-family:var(--font-cn);line-height:1.7;-webkit-user-select:text;user-select:text}.grammar-handout-page.selecting{-webkit-user-select:none;user-select:none;touch-action:none}.grammar-handout-title{padding:0 0 15px;margin-bottom:16px;border-bottom:2px solid #d9e6f0}.grammar-handout-title span{display:inline-block;color:#0f76b3;background:#e0f3ff;border-radius:5px;padding:2px 8px;font-size:12px;font-weight:800}.grammar-handout-title h2{margin:7px 0 0;color:#1d3144;font-family:var(--font-cn);font-size:21px;line-height:1.45}.grammar-handout-core{margin:14px 0;padding:12px 14px;border:1px solid #aee0f6;border-left:4px solid #1cb0f6;border-radius:8px;background:#f0fbff}.grammar-handout-core b{color:#0872aa;font-size:14px}.grammar-handout-core p{margin:4px 0 0;font-size:15px}.grammar-handout-grid{overflow:hidden;margin:14px 0;border:1px solid #cbd9e5;border-radius:8px}.grammar-handout-grid-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #dce6ee}.grammar-handout-grid-row:first-child{border-top:0}.grammar-handout-grid-row>*{min-width:0;padding:9px 10px;border-left:1px solid #dce6ee;font-size:13px;white-space:pre-line}.grammar-handout-grid-row>*:first-child{border-left:0}.grammar-handout-grid-head{background:#edf6fc;color:#31556f}.grammar-handout-grid-head b{font-size:13px}.grammar-handout-section,.grammar-handout-warning{margin:18px 0}.grammar-handout-section h3,.grammar-handout-warning h3{margin:0 0 7px;color:#28465f;font-size:16px}.grammar-handout-section ol{margin:0;padding-left:22px}.grammar-handout-section li{margin:5px 0;font-size:14px}.grammar-handout-warning{padding:11px 13px;background:#fff9ee;border:1px solid #f2d398;border-radius:8px}.grammar-handout-warning h3{color:#9a6400}.grammar-handout-warning p{margin:4px 0;font-size:14px}.grammar-handout-answers{margin-top:16px;padding:10px 12px;background:#f6f9fc;border:1px dashed #b8cad8;border-radius:8px}.grammar-handout-answers summary{color:#35647f;font-size:14px;font-weight:800;cursor:pointer}.grammar-handout-answers p{margin:9px 0 0;font-size:14px;white-space:pre-line}.handout-selection-box{position:absolute;z-index:5;border:2.5px solid var(--brand);border-radius:4px;background:#1cb0f621;box-shadow:0 0 0 9999px #102a3c33,0 3px 14px #0c5b8240;cursor:move;touch-action:none}.handout-selection-label{position:absolute;top:7px;left:50%;transform:translate(-50%);background:#ffffffed;color:#0f6fae;font-family:var(--font-cn);font-size:11px;font-weight:800;padding:3px 9px;border-radius:999px;white-space:nowrap;pointer-events:none;box-shadow:0 1px 5px #0f3c5f2e}.handout-selection-handle{position:absolute;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;transform:translate(-50%,-50%);touch-action:none}.handout-selection-handle:before{content:"";width:18px;height:18px;border-radius:50%;background:var(--brand);border:3px solid #fff;box-shadow:0 1px 6px #00000052}.handout-selection-handle.n:before,.handout-selection-handle.s:before{width:34px;height:12px;border-radius:8px}.handout-selection-handle.e:before,.handout-selection-handle.w:before{width:12px;height:34px;border-radius:8px}.handout-selection-handle.nw{left:0;top:0;cursor:nwse-resize}.handout-selection-handle.n{left:50%;top:0;cursor:ns-resize}.handout-selection-handle.ne{left:100%;top:0;cursor:nesw-resize}.handout-selection-handle.e{left:100%;top:50%;cursor:ew-resize}.handout-selection-handle.se{left:100%;top:100%;cursor:nwse-resize}.handout-selection-handle.s{left:50%;top:100%;cursor:ns-resize}.handout-selection-handle.sw{left:0;top:100%;cursor:nesw-resize}.handout-selection-handle.w{left:0;top:50%;cursor:ew-resize}.grammar-handout-confirm{position:sticky;bottom:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 0 calc(11px + env(safe-area-inset-bottom));background:var(--surface);border-top:1px solid var(--line);color:#657789;font-family:var(--font-cn);font-size:12px;line-height:1.4}.grammar-handout-confirm>div{display:flex;flex:0 0 auto;gap:8px}.grammar-handout-confirm .btn.sm{padding:9px 12px}@media (min-width: 1024px){.sheet.grammar-handout-sheet{width:min(1120px,calc(100% - 32px));max-width:1120px}.grammar-handout-body.toc-open{display:grid;grid-template-columns:290px minmax(0,1fr)}.grammar-handout-body.toc-open .grammar-handout-toc{position:static;min-width:0;border-right:1px solid #d6e2eb}}@media (max-width: 560px){.grammar-course-video-actions{grid-template-columns:1fr}.course-handout-library-entry{grid-template-columns:42px minmax(0,1fr);gap:10px;padding:10px 11px}.course-handout-library-icon{width:40px;height:40px;font-size:21px}.course-handout-library-entry>b{grid-column:2;justify-self:start}.grammar-handout-page{padding:20px 15px}.grammar-handout-scroll{padding-left:10px;padding-right:10px}.grammar-handout-grid-row>*{padding:8px 6px;font-size:12px}.grammar-handout-confirm{align-items:flex-end}.grammar-handout-confirm>span{max-width:48%}.grammar-handout-tabs .grammar-handout-select-toggle{margin-left:0}.grammar-handout-tabs button{padding:7px 10px;font-size:12px}.grammar-handout-head strong{max-width:calc(100vw - 100px)}}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:14px}.stat{background:var(--surface);border:1.5px solid var(--line);border-radius:var(--radius-sm);padding:14px 14px 13px;box-shadow:var(--shadow-card)}.stat .num{font-family:var(--font-display);font-size:28px;font-weight:800;line-height:1.05;color:var(--text)}.stat .lbl{font-size:12px;font-weight:700;color:var(--muted);margin-top:3px}.stat .num.brand{color:var(--brand)}.bar{height:10px;border-radius:10px;background:var(--surface-2);overflow:hidden;margin-top:8px}.bar>span{display:block;height:100%;background:var(--brand);border-radius:10px}.pron-btn{display:inline-flex;align-items:center;gap:3px;padding:3px 10px;border-radius:999px;border:1.5px solid var(--brand);background:var(--surface);color:var(--brand-ink);font-family:var(--font-cn);font-size:12px;font-weight:700;line-height:1.4;cursor:pointer;white-space:nowrap;vertical-align:middle;transition:background .12s,color .12s,border-color .12s}@media (hover: hover){.pron-btn:hover{background:var(--brand-soft)}}.pron-btn:active{background:var(--brand);color:#fff;border-color:var(--brand);transform:translateY(1px)}.pron-btn svg{flex:none}.pron-group{display:inline-flex;align-items:center;gap:5px}.pron-line{display:flex;align-items:center;gap:8px;margin-top:3px}.pron-tag{min-width:20px;font-size:12px;font-weight:700;color:var(--muted, #8a97a8)}.session-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.progress-line{flex:1;height:16px;background:#e6eef6;border-radius:999px;margin:0 12px;overflow:hidden;position:relative;box-shadow:inset 0 1px 2px #0000000d}.progress-line>span{display:block;height:100%;border-radius:999px;background:linear-gradient(180deg,#7fd0ff,var(--brand));transition:width .45s cubic-bezier(.22,1,.36,1);position:relative}.progress-line>span:after{content:"";position:absolute;left:6px;right:6px;top:3px;height:4px;border-radius:4px;background:#ffffff73}.x-btn{background:none;border:none;color:var(--muted);font-size:24px;cursor:pointer;line-height:1;font-weight:700}.x-btn:active{transform:scale(.9)}.study-card{text-align:center;padding:26px 18px}.headword{font-family:var(--font-display);font-size:42px;font-weight:800;letter-spacing:.4px;color:var(--text)}.headword.small{font-size:30px}.phonetic{color:var(--muted);margin-top:6px;font-size:16px;font-weight:700}.pos-tag{display:inline-block;font-size:12px;font-weight:800;color:var(--brand-ink);border:1.5px solid var(--brand-dim);background:var(--brand-soft);border-radius:8px;padding:1px 8px;margin-bottom:8px}.meaning-big{font-size:22px;font-weight:700;margin:14px 0}.mnemonic{text-align:left;background:var(--brand-soft);border:1.5px solid var(--brand-dim);border-radius:var(--radius-sm);padding:14px;margin-top:14px;font-size:15px;line-height:1.6}.mnemonic .tag{font-size:11px;font-weight:800;color:var(--hard);display:block;margin-bottom:6px;letter-spacing:.5px}.mnemonic details{margin-top:10px}.mnemonic summary{cursor:pointer;color:var(--brand-ink);font-size:13px;font-weight:700}.mnemonic details p{margin:8px 0 0;color:var(--muted)}.mnemonic .mfull{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.6}.speak-btn{background:var(--brand);color:#fff;border:none;border-radius:50%;width:66px;height:66px;font-size:28px;cursor:pointer;margin:8px 0;box-shadow:0 4px 0 var(--brand-deep);transition:transform .06s,box-shadow .06s}.speak-btn:active{transform:translateY(4px);box-shadow:0 0 0 var(--brand-deep)}.prompt-q{font-family:var(--font-display);font-size:27px;font-weight:800;text-align:center;margin:8px 0 22px;min-height:36px}.options{display:flex;flex-direction:column;gap:11px}.opt{text-align:left;background:var(--surface);border:2px solid var(--line-strong);border-radius:var(--radius-sm);padding:15px 16px;font-size:16.5px;font-weight:500;color:var(--text);cursor:pointer;box-shadow:0 2px 0 var(--line-strong);transition:border-color .12s,background .12s,transform .06s,box-shadow .06s}@media (hover: hover){.opt:hover{border-color:var(--brand-dim);background:var(--brand-soft)}}.opt:active{transform:translateY(2px);box-shadow:0 0 0 var(--line-strong)}.opt.correct{border-color:var(--good);background:var(--good-soft);color:var(--good-deep);box-shadow:0 2px 0 var(--good-deep);animation:pop .42s cubic-bezier(.18,.89,.32,1.4)}.opt.wrong{border-color:var(--again);background:var(--again-soft);color:var(--again-deep);box-shadow:0 2px 0 var(--again-deep);animation:shake .4s}.opt:disabled{cursor:default}.spell-input{width:100%;font-size:22px;text-align:center;letter-spacing:2px;font-weight:700;padding:14px;border-radius:var(--radius-sm);border:2px solid var(--line-strong);background:var(--surface);color:var(--text);font-family:var(--font-display)}.spell-input:focus{outline:none;border-color:var(--brand)}.spell-input.correct{border-color:var(--good)}.spell-input.wrong{border-color:var(--again)}.text-input{width:100%;font-size:16px;font-weight:700;padding:13px 14px;border-radius:var(--radius-sm);border:2px solid var(--line-strong);background:var(--surface);color:var(--text);font-family:var(--font-body)}.text-input:focus{outline:none;border-color:var(--brand)}.fb{text-align:center;padding:10px 0}.fb .verdict{font-family:var(--font-display);font-size:21px;font-weight:800;margin-bottom:4px}.fb .verdict.good{color:var(--good-deep)}.fb .verdict.hard{color:var(--hard)}.fb .verdict.again{color:var(--again)}.fb .verdict.soft{color:var(--brand-ink)}.fb .answer-en{font-family:var(--font-display);font-size:32px;font-weight:800;margin:8px 0 2px}.chip{display:inline-block;font-size:12px;font-weight:800;padding:4px 11px;border-radius:999px;background:var(--surface-2);color:var(--muted);margin:4px 4px 0}.chip.book{color:var(--again);background:var(--again-soft);border:1.5px solid rgba(255,75,75,.35)}.fb{border-radius:var(--radius)}.dropzone{border:2.5px dashed var(--brand-dim);border-radius:var(--radius);padding:26px 18px;text-align:center;cursor:pointer;background:var(--brand-soft);transition:border-color .15s,background .15s}.dropzone:hover,.dropzone.drag{border-color:var(--brand);background:#cfeaff}.map-table{width:100%;border-collapse:collapse;font-size:13px;margin-top:10px}.map-table td{padding:6px 8px;border-bottom:1px solid var(--line)}.map-table td:first-child{color:var(--muted);width:40%}.ok{color:var(--good-deep);font-weight:800}.miss{color:var(--again);font-weight:800}.warn-box{background:var(--hard-soft);border:1.5px solid rgba(255,150,0,.4);border-radius:var(--radius-sm);padding:10px 12px;font-size:13px;font-weight:700;margin-top:10px}.lib-item{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line)}.lib-item:last-child{border-bottom:none}.lib-item .nm{font-weight:800}.lib-item.active .nm{color:var(--brand)}.field{margin-bottom:18px}.field label{display:block;font-size:13px;font-weight:700;color:var(--muted);margin-bottom:8px}.seg{display:flex;gap:8px;flex-wrap:wrap}.seg button{background:var(--surface);border:2px solid var(--line-strong);color:var(--text);border-radius:12px;padding:9px 15px;cursor:pointer;font-size:14px;font-weight:800;font-family:var(--font-body);box-shadow:0 2px 0 var(--line-strong);transition:transform .06s,box-shadow .06s,border-color .12s,color .12s,background .12s}.seg button:active{transform:translateY(2px);box-shadow:0 0 0 var(--line-strong)}.seg button.on{border-color:var(--brand);color:var(--brand-ink);background:var(--brand-soft);box-shadow:0 2px 0 var(--brand-dim)}input[type=range]{width:100%;accent-color:var(--brand)}.toggle-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0}.empty{text-align:center;color:var(--muted);padding:50px 20px;font-weight:700}.empty .big{font-size:48px;margin-bottom:12px}.basic-row{display:block;width:100%;text-align:left;background:var(--surface);border:1.5px solid var(--line);border-radius:14px;padding:12px 14px;margin-bottom:10px;cursor:pointer;box-shadow:0 2px 0 var(--line-strong)}.basic-row:active{transform:translateY(2px);box-shadow:0 0 0 var(--line-strong)}.basic-row-top{display:flex;align-items:baseline;gap:10px}.basic-label{font-family:var(--font-display);font-weight:800;font-size:18px;color:var(--brand-ink);white-space:nowrap}.basic-mean{flex:1;font-size:14px;font-weight:600;color:var(--text)}.basic-check{color:var(--good-deep);font-weight:800;font-size:16px}.basic-pct{font-size:12px;font-weight:800;color:var(--muted);width:40px;text-align:right;flex-shrink:0}.practice-card{border:1.5px solid var(--line)}.practice-card.soon{opacity:.65}.reading-passage{font-size:16px;line-height:1.85;color:var(--text);font-weight:500}.lp-passage{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.lp-word{border-radius:4px;padding:0 1px;cursor:pointer;transition:background .12s}.lp-word:active{background:#1cb0f62e}.lp-word.target{color:#087d9b;background:#1cb0f61a;box-shadow:inset 0 -2px #1cb0f659}.lp-word.booked{background:#fff2bf;box-shadow:inset 0 -2px #f6c948}.reading-toast{position:fixed;left:50%;bottom:88px;transform:translate(-50%);background:#11181ce6;color:#fff;padding:9px 18px;border-radius:22px;font-size:14px;font-weight:600;z-index:60;max-width:86%;text-align:center;box-shadow:0 6px 20px #00000040;animation:toastIn .18s ease}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.reading-cn{margin-top:10px;padding-top:10px;border-top:1px dashed var(--line-strong);font-size:14px;color:var(--muted);line-height:1.7}.boot{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;padding:24px}.boot-bar{width:min(280px,70vw);height:12px;border-radius:999px;background:var(--surface-2);overflow:hidden;margin-top:24px;box-shadow:inset 0 1px 2px #0000000f}.boot-bar>span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#7fd0ff,var(--brand));transition:width .3s ease}.boot-text{margin-top:12px;font-size:13px;font-weight:700;color:var(--muted)}.boot-tip{width:min(420px,86vw);margin-top:22px;padding:14px 16px;border:1px solid #cfe0eb;border-radius:14px;color:#3e5f70;background:linear-gradient(135deg,#ffffffeb,#eef8fdeb);box-shadow:0 9px 24px #26587e14;text-align:center}.boot-tip>span{display:inline-block;padding:4px 8px;border-radius:999px;color:#087d92;background:#dff5f6;font-size:10px;font-weight:850;letter-spacing:.04em}.boot-tip>p{margin:9px 0 0;color:#355a68;font-size:13px;font-weight:700;line-height:1.65}.mbar{position:relative;flex:1;height:10px;border-radius:10px;background:var(--surface-2);overflow:hidden}.mbar.big{height:16px;border-radius:12px;box-shadow:inset 0 1px 2px #0000000d}.mbar>span{position:absolute;left:0;top:0;display:block;height:100%;border-radius:10px;background:var(--brand);transition:width .8s cubic-bezier(.22,1,.36,1)}.mbar.big>span{background:linear-gradient(90deg,#5cc1ff,var(--brand))}.mbar>span.good{background:var(--good)}.mbar.big>span.good{background:linear-gradient(90deg,#7ee03f,var(--good))}.mbar>span.mid{background:var(--hard)}.mbar.big>span.mid{background:linear-gradient(90deg,#ffb84d,var(--hard))}.mbar>span.low{background:var(--again)}.gain-badge{font-family:var(--font-display);text-align:center;font-size:32px;font-weight:800;color:var(--good-deep);margin:6px 0 2px;letter-spacing:.5px;transform-origin:center;animation:gain-pop .55s cubic-bezier(.18,.89,.32,1.4) both}@keyframes gain-pop{0%{opacity:0;transform:scale(.3) translateY(8px)}60%{opacity:1;transform:scale(1.2) translateY(0)}to{opacity:1;transform:scale(1)}}.mastery-pct{font-family:var(--font-display);font-size:22px;font-weight:800}.tier-hint{margin-top:10px;font-size:13px;font-weight:700;color:var(--brand-ink);background:var(--brand-soft);border-radius:10px;padding:9px 11px}.sentence-cn{margin:10px 0 4px;background:var(--surface-2);border-radius:12px;padding:10px 12px;text-align:left}.sentence-cn .en{font-size:15px;color:var(--text);line-height:1.5;font-weight:700}.sentence-cn .cn{font-size:14px;color:var(--muted);margin-top:4px}.ai-tag{display:inline-block;margin-left:6px;font-size:11px;font-weight:800;color:var(--hard);border:1.5px solid rgba(255,150,0,.4);background:var(--hard-soft);border-radius:7px;padding:0 6px;vertical-align:middle}.combo-badge{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-display);font-weight:800;font-size:15px;color:#8a5a00;background:linear-gradient(180deg,#ffe08a,var(--gold));border:2px solid var(--gold-deep);border-radius:999px;padding:5px 14px;margin:0 auto 4px;box-shadow:0 3px 0 var(--gold-deep);animation:combo-pop .4s cubic-bezier(.18,.89,.32,1.5) both}@keyframes combo-pop{0%{transform:scale(.4) rotate(-8deg);opacity:0}60%{transform:scale(1.15) rotate(3deg);opacity:1}to{transform:scale(1) rotate(0)}}.confetti{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:60;overflow:hidden}.confetti i{position:absolute;top:-14px;width:9px;height:14px;border-radius:2px;opacity:0;animation:confetti-fall 1.5s linear forwards}@keyframes confetti-fall{0%{opacity:1;transform:translateY(0) rotate(0)}to{opacity:.9;transform:translateY(108vh) rotate(760deg)}}.studied-row{padding:12px 2px;border-bottom:1px solid var(--line)}.studied-row:last-child{border-bottom:none}.sl-word{font-family:var(--font-display);font-size:19px;font-weight:700}.sl-pct{font-family:var(--font-display);font-weight:800;font-size:16px}.sl-pct.good{color:var(--good-deep)}.sl-pct.mid{color:var(--hard)}.sl-pct.low{color:var(--again)}.sl-mean{font-size:15px;color:var(--text)}.sl-mnem{font-size:13px;color:var(--muted);line-height:1.5;background:var(--surface-2);border-radius:8px;padding:6px 10px}.sl-phonics{font-size:13px;color:#0e7490;line-height:1.5;background:#ecfeff;border:1px solid #cff2f7;border-radius:8px;padding:5px 10px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ph-toggle{flex:0 0 auto;font-size:11px;line-height:1.25;color:#0e7490;background:#fff;border:1px solid #a5e5ee;border-radius:12px;padding:2px 8px;cursor:pointer;white-space:nowrap}.ph-toggle:hover{background:#d6f6fb}.sl-meta{font-size:12px;color:var(--muted)}.sl-mask{display:inline-block;background:var(--surface-2);color:var(--muted);border:1.5px dashed var(--line-strong);border-radius:8px;padding:4px 14px;font-size:13px;font-weight:700;cursor:pointer}.sl-mask:active{background:var(--brand-soft)}.detail-link{display:inline-flex;align-items:center;gap:4px;margin-top:10px;font-size:13px;font-weight:700;color:#fff;background:var(--brand);border:none;border-radius:999px;padding:7px 14px;cursor:pointer;box-shadow:0 3px 0 var(--brand-deep);transition:transform .06s,box-shadow .06s,filter .15s}.detail-link:hover{filter:brightness(1.05)}.detail-link:active{transform:translateY(3px);box-shadow:0 0 0 var(--brand-deep)}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#142d4b6b;display:flex;align-items:flex-end;justify-content:center;animation:sheet-fade .18s ease both;padding-bottom:env(safe-area-inset-bottom)}.sheet{width:100%;max-width:520px;max-height:88vh;overflow-y:auto;background:var(--surface);border-radius:22px 22px 0 0;padding:18px 18px calc(18px + env(safe-area-inset-bottom));box-shadow:0 -10px 40px #142d4b2e;animation:sheet-up .26s cubic-bezier(.22,1,.36,1) both}@media (min-width: 700px){.sheet-overlay{align-items:center}.sheet{border-radius:22px;max-height:82vh}}.sheet-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#142d4b6b;display:flex;align-items:center;justify-content:center;padding:20px;padding-top:max(20px,env(safe-area-inset-top));padding-bottom:max(20px,env(safe-area-inset-bottom));animation:sheet-fade .18s ease both}.modal{width:100%;max-width:440px;max-height:86vh;overflow-y:auto;background:var(--surface);border-radius:22px;padding:22px 20px;box-shadow:0 20px 60px #142d4b47;animation:modal-pop .24s cubic-bezier(.22,1,.36,1) both}@keyframes modal-pop{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.detail-sec{margin-top:16px}.detail-title{font-family:var(--font-display);font-weight:700;font-size:15px;margin-bottom:8px;color:var(--text)}@keyframes sheet-fade{0%{opacity:0}to{opacity:1}}@keyframes sheet-up{0%{transform:translateY(28px);opacity:.6}to{transform:translateY(0);opacity:1}}@keyframes pop{0%{transform:scale(1)}45%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes shake{10%,90%{transform:translate(-2px)}20%,80%{transform:translate(4px)}30%,50%,70%{transform:translate(-7px)}40%,60%{transform:translate(7px)}}@keyframes float-y{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.match-tip{background:var(--brand-soft);border:1.5px solid var(--brand-dim);border-radius:12px;padding:10px 12px;margin-bottom:12px;font-size:14px;font-weight:700;color:var(--brand-ink);line-height:1.5}.match-tip b{color:var(--brand-ink)}.match{display:flex;gap:10px}.match-col{flex:1;display:flex;flex-direction:column;gap:8px}.match-chip{text-align:left;background:var(--surface);border:2px solid var(--line-strong);color:var(--text);border-radius:12px;padding:11px 13px;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 2px 0 var(--line-strong);transition:all .12s}.match-chip:active{transform:translateY(2px);box-shadow:0 0 0 var(--line-strong)}.match-chip.cue{font-size:13px;color:var(--muted)}.match-chip.sel{border-color:var(--brand);background:var(--brand-soft);box-shadow:0 2px 0 var(--brand-dim)}.match-chip.done{border-color:var(--good);background:var(--good-soft);color:var(--good-deep);box-shadow:0 2px 0 var(--good-deep);cursor:default}.match-chip.bad{border-color:var(--again);background:var(--again-soft);animation:shake .4s}.learn-item{padding:16px}.li-head{font-family:var(--font-display);font-size:20px;font-weight:800}.li-mean{color:var(--muted);font-size:14px;font-weight:700}.li-mnemonic{margin-top:8px;font-size:14px;line-height:1.6;background:var(--brand-soft);border-radius:12px;padding:10px 12px;font-weight:600}.li-mnemonic.na{color:var(--muted);font-size:13px;background:var(--surface-2)}.li-full{color:var(--muted)}.li-tip{margin-top:8px;font-size:12px;font-weight:700;color:var(--hard)}.phase-tag{display:inline-block;font-size:12px;font-weight:800;color:var(--brand-ink);background:var(--brand-soft);border:1.5px solid var(--brand-dim);border-radius:999px;padding:5px 14px;margin-bottom:14px}.phase-tag.warn{color:var(--hard);background:var(--hard-soft);border-color:#ff960059}.q-why{font-size:12px;color:var(--muted);margin:-6px 0 14px;line-height:1.5}.prompt-q.sm{font-size:19px;min-height:0;margin:6px 0 14px}.speak-mini{background:none;border:none;cursor:pointer;font-size:18px;margin-left:8px;vertical-align:middle}.speak-mini:active{transform:scale(.86)}.phon{color:var(--muted);font-size:14px;font-weight:700}.stem{font-size:19px;font-weight:500;line-height:1.8;text-align:center;margin:0 auto 18px;max-width:440px;color:var(--text)}.stem-target{color:var(--brand-ink)}.blank-box{display:inline-block;min-width:56px;border-bottom:3px solid var(--brand);color:var(--brand);text-align:center;margin:0 4px;font-weight:800}.tiny-note{text-align:center;font-size:11px;font-weight:700;color:var(--muted);margin:-8px 0 12px}.options.compact{gap:8px}.opt.sm{padding:12px 14px;font-size:15px}.decomp{text-align:left;background:var(--brand-soft);border:1.5px dashed var(--brand-dim);border-radius:12px;padding:12px 14px;margin-top:12px;font-size:14px;line-height:1.6}.decomp .tag{font-size:11px;font-weight:800;color:var(--brand-ink);display:block;margin-bottom:6px;letter-spacing:.5px}.note-input{width:100%;min-height:64px;resize:vertical;font-size:14px;line-height:1.5;font-weight:600;padding:10px 12px;border-radius:12px;border:2px solid var(--line-strong);background:var(--surface);color:var(--text);font-family:var(--font-body)}.note-input:focus{outline:none;border-color:var(--brand)}.dim-row{display:flex;align-items:center;gap:10px;margin-bottom:9px}.dim-name{font-size:13px;font-weight:700;width:64px;flex-shrink:0}.dim-pct{width:38px;text-align:right;font-weight:800;flex-shrink:0}.vb-item{padding:12px 0;border-bottom:1px solid var(--line)}.vb-item.key{background:var(--again-soft);border-radius:12px;padding:12px 10px;margin:4px 0;border-bottom:none}.vb-item.sel{background:var(--brand-soft, rgba(28,176,246,.08));border-radius:10px}.vb-item:last-child{border-bottom:none}.vb-check{width:18px;height:18px;flex:none;accent-color:var(--brand);cursor:pointer}.vb-head{display:flex;align-items:baseline;justify-content:space-between}.vb-head .en{font-family:var(--font-display);font-size:18px;font-weight:800}.brandblock{display:flex;align-items:center;gap:10px;min-width:0}.brandblock-text{min-width:0}.brandblock .brand{line-height:1.15}.credit{font-size:10px;font-weight:700;color:var(--muted);margin-top:2px;letter-spacing:.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:62vw}.auth-brand{text-align:center;margin-bottom:28px;display:flex;flex-direction:column;align-items:center}.auth-brand .credit{white-space:normal;max-width:300px;line-height:1.5}.auth-wrap{max-width:460px;margin:0 auto}.scope-card{padding:14px 16px}.scope-head{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;padding:0;cursor:pointer;color:var(--text);text-align:left;font-weight:800;font-family:var(--font-body)}.scope-caret{font-size:13px;font-weight:800;color:var(--brand-ink);white-space:nowrap}.unit-wordlist{display:flex;flex-direction:column;max-height:360px;overflow-y:auto;margin-top:2px;border:1px solid var(--line-strong);border-radius:12px}.uw-row{display:flex;align-items:baseline;gap:8px;padding:7px 11px;border-bottom:1px solid var(--line);font-size:14px}.uw-row:last-child{border-bottom:none}.uw-dot{width:14px;flex:none;font-weight:800;text-align:center}.uw-word{font-family:Times New Roman,Georgia,serif;font-weight:700;min-width:92px;flex:none;color:var(--text)}.uw-mean{color:var(--muted);font-size:13px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uw-due{flex:none;font-size:11px;font-weight:700;color:var(--again);background:#ff4b4b1a;border-radius:6px;padding:1px 6px}.group-list{display:flex;flex-direction:column;gap:8px;max-height:340px;overflow-y:auto}.group-row{display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--surface);border:2px solid var(--line-strong);border-radius:12px;padding:11px 13px;font-size:15px;font-weight:700;color:var(--text);cursor:pointer;text-align:left;box-shadow:0 2px 0 var(--line-strong);transition:all .12s}.group-row:active{transform:translateY(2px);box-shadow:0 0 0 var(--line-strong)}.group-row.on{border-color:var(--brand);color:var(--brand-ink);background:var(--brand-soft);box-shadow:0 2px 0 var(--brand-dim)}.gtype{font-size:11px;font-weight:800;color:var(--muted);border:1.5px solid var(--line);border-radius:7px;padding:1px 6px;margin-left:6px}.group-row.on .gtype{color:var(--brand-ink);border-color:var(--brand-dim)}.topbar,.content{padding-left:max(18px,env(safe-area-inset-left));padding-right:max(18px,env(safe-area-inset-right))}.topbar{padding-top:max(14px,env(safe-area-inset-top))}@media (max-width: 699px){.topbar .libname{display:none}}@media (max-width: 380px){.content{padding:14px;padding-bottom:calc(88px + env(safe-area-inset-bottom))}h1{font-size:22px}.stat-grid{gap:10px}.stat{padding:12px}.stat .num{font-size:24px}.headword{font-size:36px}.headword.small{font-size:27px}.meaning-big{font-size:20px}.prompt-q{font-size:23px;margin:6px 0 18px}.prompt-q.sm,.stem{font-size:17px}.opt{padding:13px 14px;font-size:15px}.options{gap:10px}button.btn{padding:14px 16px;font-size:15px}.speak-btn{width:58px;height:58px;font-size:24px}.study-card{padding:20px 14px}}@media (max-width: 340px){.headword{font-size:31px}.prompt-q{font-size:21px}}@media (orientation: landscape) and (max-height: 460px){.study-card{padding:10px 16px}.headword{font-size:32px}.prompt-q{margin:4px 0 12px}.speak-btn{width:46px;height:46px;font-size:22px}}@media (min-width: 700px){.app,.tabbar{max-width:760px}.content{padding:24px 28px 100px}h1{font-size:30px}h2{font-size:20px}.options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.opt{font-size:17px}.headword{font-size:56px}.headword.small{font-size:40px}.prompt-q{font-size:32px}.meaning-big{font-size:24px}button.btn{font-size:17px;padding:16px 20px}}@media (min-width: 1024px){.app,.tabbar{max-width:940px}.content{padding:28px 40px 104px}.stat-grid{grid-template-columns:repeat(4,1fr)}.study-card,.fb,.session-head,.options,.prompt-q,.spell-input,.text-input{max-width:680px;margin-left:auto;margin-right:auto}.options{grid-template-columns:1fr 1fr}.vb-list{columns:2;column-gap:28px}.vb-item{break-inside:avoid;-webkit-column-break-inside:avoid}.group-list{columns:2;column-gap:12px;max-height:none}.group-row{break-inside:avoid;margin-bottom:8px;width:100%}}@media (min-width: 1280px){.app,.tabbar{max-width:1040px}}@media (orientation: landscape) and (min-width: 900px) and (min-height: 600px){.app,.tabbar{max-width:min(94vw,1080px)}.stat-grid{grid-template-columns:repeat(4,1fr)}.study-card,.options,.prompt-q,.fb,.session-head,.spell-input,.text-input{max-width:640px;margin-left:auto;margin-right:auto}.learn-item{max-width:720px;margin-left:auto;margin-right:auto}}.good-text{color:var(--good-deep)}.again-text{color:var(--again-deep)}.rec-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:6px}.rec-tag{font-size:12px;font-weight:800;padding:2px 9px;border-radius:999px;white-space:nowrap}.rec-tag.study{color:var(--brand-ink);background:var(--brand-soft);border:1.5px solid var(--brand-dim)}.rec-tag.speed{color:var(--good-deep);background:var(--good-soft);border:1.5px solid #b6e88a}.rec-main{font-size:14px}.rec-rw{margin-left:auto;font-size:13px;white-space:nowrap}.rec-detail{margin-top:8px;border-top:1px dashed var(--line, #e6e9ee);padding-top:8px;display:flex;flex-direction:column;gap:5px}.rec-sub{display:flex;align-items:center;gap:8px;font-size:13px}.rec-sub-kind{width:16px;text-align:center}.rec-sub-scope{color:var(--ink, #2b3338);font-weight:600;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.verify-trigger{color:var(--muted, #8a939b)!important}.verify-box{margin-top:4px;padding:10px 12px;border-radius:12px;font-size:13.5px;line-height:1.6;border:1.5px solid var(--line, #e6e9ee);background:#f7f9fb}.verify-box.pending{color:var(--brand-ink, #1f4fc7);background:var(--brand-soft);border-color:var(--brand-dim)}.verify-box.ok{color:var(--good-deep, #3a8a00);background:var(--good-soft, #eefae0);border-color:#b6e88a}.verify-box.warn{color:#9a6a00;background:#fff6e3;border-color:#ffd98a}.verify-box.bad{color:var(--again, #d33);background:#fdecec;border-color:#f6b9b9}.verify-votes{margin-top:8px;display:flex;flex-direction:column;gap:5px}.verify-vote{display:flex;align-items:baseline;gap:8px;font-size:12.5px}.vv-by{font-weight:700;min-width:42px;color:var(--ink, #2b3338)}.vv-ok{color:var(--good-deep, #3a8a00);font-weight:600}.vv-bad{color:var(--again, #d33);font-weight:600}.vv-reason{color:var(--muted, #8a939b);overflow:hidden;text-overflow:ellipsis}.tutor-sheet{max-height:86vh;display:flex;flex-direction:column}.tutor-q{font-size:14px;color:var(--ink, #2b3338);background:#f4f7fb;border-radius:12px;padding:10px 12px;margin-bottom:10px;line-height:1.5}.tutor-msgs{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:2px;min-height:80px;max-height:38vh}.tutor-bubble{border-radius:14px;padding:11px 13px;font-size:14.5px;line-height:1.65;white-space:pre-wrap}.tutor-bubble.ai{background:var(--brand-soft);border:1.5px solid var(--brand-dim);color:var(--ink, #2b3338)}.tutor-bubble.ai.dim{opacity:.65}.tutor-bubble.sys{align-self:flex-end;background:var(--brand, #2563EB);color:#fff;font-weight:700;font-size:13px;padding:7px 12px;border-radius:14px 14px 4px}.tutor-tools{border-top:1px solid var(--line, #e6e9ee);margin-top:12px;padding-top:12px}.tutor-similar{margin-top:14px}.tl-dots{display:inline-flex;gap:4px;align-items:center;vertical-align:middle;flex-wrap:wrap}.tl-dot{width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff}.tl-dot.ok{background:var(--good, #1f9d6b)}.tl-dot.bad{background:var(--again, #e0556b)}.mascot{-webkit-user-select:none;user-select:none;pointer-events:none;object-fit:contain}.linklike{background:none;border:none;padding:0;color:var(--brand, #2b6cb0);cursor:pointer;font-size:inherit;text-decoration:underline}:root{--font-display: "SF Pro Rounded", "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif;--m-study: #1cb0f6;--m-study-deep: #1492d6;--m-study-soft: #e1f3ff;--m-book: #ff5a5f;--m-book-deep: #e23b46;--m-book-soft: #ffe4e5;--m-practice: #ff9600;--m-practice-deep: #e07d00;--m-practice-soft: #ffeccd;--m-speed: #ffb800;--m-speed-deep: #e09e00;--m-speed-soft: #fff1c2;--m-set: #8794a6;--m-set-deep: #6c7889;--m-set-soft: #edf1f6;--m-grammar: #7c5cff;--m-grammar-deep: #5f43d6;--m-grammar-soft: #ece6ff;--m-reading: #ff7a3d;--m-reading-deep: #e0611f;--m-reading-soft: #ffe6d8;--m-basics: #12c2a0;--m-basics-deep: #0fa386;--m-basics-soft: #d4f6ee;--m-wrong: #ff5a5f;--m-wrong-deep: #e23b46;--m-wrong-soft: #ffe4e5}h1,h2,.brand,.stat .num,.combo-badge{font-family:var(--font-display)}h1{font-size:27px;letter-spacing:-.2px}button.btn{font-family:var(--font-display);border-radius:18px;background:linear-gradient(180deg,#ffffff47,#fff0 52%),var(--brand);box-shadow:0 6px 0 var(--brand-deep),0 11px 18px #1482dc38;letter-spacing:.4px;transition:transform .08s cubic-bezier(.34,1.56,.64,1),box-shadow .08s ease,filter .15s}button.btn:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 7px 0 var(--brand-deep),0 14px 22px #1482dc42}button.btn:active{transform:translateY(6px);box-shadow:0 0 0 var(--brand-deep),0 2px 6px #1482dc2e}button.btn.ghost{background:linear-gradient(180deg,#fff,#f6fafe);box-shadow:0 5px 0 var(--line-strong),0 8px 14px #1a569412}button.btn.ghost:hover{transform:translateY(-1px);box-shadow:0 6px 0 var(--line-strong),0 11px 18px #1a56941a}button.btn.ghost:active{transform:translateY(5px);box-shadow:0 0 0 var(--line-strong)}button.btn.sm{border-radius:13px;box-shadow:0 4px 0 var(--brand-deep),0 6px 10px #1482dc2e}button.btn.sm.ghost{box-shadow:0 4px 0 var(--line-strong),0 6px 10px #1a56940f}button.btn.sm:active{transform:translateY(4px);box-shadow:0 0 0 var(--brand-deep)}.card{background:linear-gradient(180deg,#fff,#fbfdff);border-radius:22px;box-shadow:0 2px 0 var(--line-strong),0 10px 26px #1a569412}.practice-card{position:relative;border-radius:20px;border:1.5px solid var(--line);background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:inset 6px 0 0 var(--accent, var(--brand)),0 3px 0 var(--line-strong),0 8px 20px #1a56940f;transition:transform .12s cubic-bezier(.34,1.56,.64,1),box-shadow .12s ease,border-color .12s;padding-left:22px}.practice-card:hover{transform:translateY(-3px);border-color:var(--accent, var(--brand-dim));box-shadow:inset 6px 0 0 var(--accent, var(--brand)),0 6px 0 var(--line-strong),0 16px 30px #1a56941f}.practice-card:active{transform:translateY(0);box-shadow:inset 6px 0 0 var(--accent, var(--brand)),0 2px 0 var(--line-strong),0 6px 14px #1a569414}.practice-card.soon{opacity:.6;box-shadow:inset 6px 0 0 var(--line-strong)}.practice-card[class*=accent-] .row:not(.between)>span:first-child,.practice-card.has-badge .row:not(.between)>span:first-child{width:48px;height:48px;flex:none;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;font-size:26px!important;background:var(--accent-soft, var(--brand-soft));box-shadow:inset 0 0 0 1.5px #ffffffb3,0 2px 6px #1a56941a}.practice-card[class*=accent-] .row:not(.between)>span.ipa:first-child,.practice-card.has-badge .row:not(.between)>span.ipa:first-child{width:58px;height:48px;font-size:15px!important;line-height:1.08;white-space:normal;text-align:center;letter-spacing:-.2px;padding:2px;overflow:hidden}.practice-card[class*=accent-] .row:not(.between)>span.tier-badge:first-child,.practice-card.has-badge .row:not(.between)>span.tier-badge:first-child{width:46px;height:46px;border-radius:13px;font-size:14px!important;font-weight:800;color:#fff;line-height:1;letter-spacing:0;padding:0}.practice-card .scope-caret{color:var(--accent, var(--brand-ink))}.accent-study{--accent: var(--m-study);--accent-deep: var(--m-study-deep);--accent-soft: var(--m-study-soft)}.accent-book{--accent: var(--m-book);--accent-deep: var(--m-book-deep);--accent-soft: var(--m-book-soft)}.accent-practice{--accent: var(--m-practice);--accent-deep: var(--m-practice-deep);--accent-soft: var(--m-practice-soft)}.accent-speed{--accent: var(--m-speed);--accent-deep: var(--m-speed-deep);--accent-soft: var(--m-speed-soft)}.accent-grammar{--accent: var(--m-grammar);--accent-deep: var(--m-grammar-deep);--accent-soft: var(--m-grammar-soft)}.accent-reading{--accent: var(--m-reading);--accent-deep: var(--m-reading-deep);--accent-soft: var(--m-reading-soft)}.accent-basics{--accent: var(--m-basics);--accent-deep: var(--m-basics-deep);--accent-soft: var(--m-basics-soft)}.accent-wrong{--accent: var(--m-wrong);--accent-deep: var(--m-wrong-deep);--accent-soft: var(--m-wrong-soft)}.section-head{display:flex;align-items:center;gap:8px;font-family:var(--font-display);font-weight:800;font-size:13.5px;color:var(--text);letter-spacing:.2px;margin:18px 2px 9px}.section-head:before{content:"";width:4px;height:15px;border-radius:3px;background:var(--accent, var(--brand))}.stat{position:relative;overflow:hidden;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 2px 0 var(--line-strong),0 8px 18px #1a56940f}.stat:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:var(--brand-dim)}.stat .num.good{color:var(--good-deep)}.stat:has(.good):before{background:var(--good)}.stat .num.again{color:var(--again)}.stat:has(.again):before{background:var(--again)}.bar,.mbar{height:13px;border-radius:999px;background:#e9eef5;box-shadow:inset 0 1.5px 3px #1a56941a}.bar>span{border-radius:999px;background:linear-gradient(180deg,#ffffff59,#fff0 60%),var(--brand);box-shadow:inset 0 0 0 1px #ffffff40}.tabbar{border-top:1px solid var(--line);box-shadow:0 -6px 20px #1a56940f}.tabbar button{gap:5px;padding-top:8px}.tabbar button .ico{font-size:20px;width:50px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;transition:background .18s,transform .18s cubic-bezier(.34,1.56,.64,1)}.tabbar button.active .ico{transform:translateY(-1px) scale(1.06)}.tabbar button:nth-child(1).active{color:var(--m-study)}.tabbar button:nth-child(1).active .ico{background:var(--m-study-soft)}.tabbar button:nth-child(2).active{color:var(--m-book)}.tabbar button:nth-child(2).active .ico{background:var(--m-book-soft)}.tabbar button:nth-child(3).active{color:var(--m-practice-deep)}.tabbar button:nth-child(3).active .ico{background:var(--m-practice-soft)}.tabbar button:nth-child(4).active{color:var(--m-speed-deep)}.tabbar button:nth-child(4).active .ico{background:var(--m-speed-soft)}.tabbar button:nth-child(5).active{color:var(--m-set-deep)}.tabbar button:nth-child(5).active .ico{background:var(--m-set-soft)}.panel{border-radius:22px;padding:15px 16px 14px;margin-bottom:16px;background:var(--panel-bg, linear-gradient(180deg,#ffffff,#fbfdff));border:1.6px solid var(--panel-border, var(--line));box-shadow:0 2px #1a56940d,0 10px 24px #1a56940f}.panel-title{font-family:var(--font-display);font-weight:800;font-size:16.5px;color:var(--panel-ink, var(--text));letter-spacing:.2px}.panel-sub{font-size:12.5px;color:var(--panel-sub-c, #6f7d8f);margin:4px 0 13px;line-height:1.55}.tint-study{--panel-bg: linear-gradient(180deg,#e8f4ff,#f4faff 72%);--panel-border:#c5e4fb;--panel-ink:#0b6fa6;--panel-sub-c:#3f7ba5}.tint-speed{--panel-bg: linear-gradient(180deg,#fff4d2,#fffdf2 74%);--panel-border:#f0da90;--panel-ink:#946400;--panel-sub-c:#876619}.tint-import{--panel-bg: linear-gradient(180deg,#eafaef,#f6fdf8 74%);--panel-border:#c6e8ce;--panel-ink:#1b884c;--panel-sub-c:#3f8a5f}.tint-list{--panel-bg: linear-gradient(180deg,#e7fbf4,#f5fdfb 74%);--panel-border:#bbe8da;--panel-ink:#0e8f76;--panel-sub-c:#3a8d7c}.card.tint-study,.card.tint-speed,.card.tint-import,.card.tint-list{background:var(--panel-bg);border-color:var(--panel-border)}.panel .stat-grid{margin-bottom:13px}.panel>.btn:last-child{margin-bottom:0!important}button.btn{white-space:nowrap}.practice-card{-webkit-appearance:none;-moz-appearance:none;appearance:none}.practice-card>div{width:100%}.vb-head{flex-wrap:wrap;gap:4px 8px}.vb-head .en{min-width:0}.vb-head>.row{flex-shrink:0;margin-left:auto}.vb-head>.row .btn{flex:none}.phon{white-space:nowrap}.cp-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#0f172ac7;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:center;padding:16px;animation:cpIn .18s ease-out}@keyframes cpIn{0%{opacity:0}to{opacity:1}}.cp-card{background:#fff;border-radius:16px;width:min(460px,96vw);max-height:88vh;overflow:auto;padding:18px 18px 20px;box-shadow:0 18px 50px #0f172a4d}.cp-tag{display:inline-block;background:linear-gradient(135deg,#eef4ff,#f6faff);color:var(--brand);font-weight:800;font-size:14px;padding:5px 12px;border-radius:999px}.cp-idx{color:var(--muted);font-weight:600;font-size:12.5px}.cp-hint{color:var(--muted);font-size:12.5px;margin:8px 2px 4px}.cp-stem{font-size:17px;font-weight:600;line-height:1.5;margin:10px 2px 14px}.cp-opts{display:flex;flex-direction:column;gap:8px}.cp-opt{text-align:left;background:#fff;border:1.5px solid var(--line, #e5e9f2);border-radius:11px;padding:11px 13px;font-size:15px;cursor:pointer;transition:border-color .12s,background .12s}.cp-opt b{margin-right:6px;color:var(--muted)}@media (hover: hover){.cp-opt:hover:not(:disabled){border-color:var(--brand)}}.cp-opt:disabled{cursor:default}.cp-opt.correct{background:#e8f7ee;border-color:#16a34a;color:#15803d;font-weight:700}.cp-opt.correct b{color:#15803d}.cp-opt.wrong{background:#fdecec;border-color:#dc2626;color:#b91c1c;font-weight:700}.cp-opt.wrong b{color:#b91c1c}.cp-fb{margin-top:14px}.cp-fb .cp-right{font-weight:800;color:var(--good, #16a34a)}.cp-fb .cp-wrong{font-weight:800;color:var(--again, #dc2626)}.cp-expl{background:#f2f7ff;border-radius:10px;padding:9px 12px;margin-top:8px;font-size:13.5px;color:#33507a;line-height:1.55}.ti-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:18px;animation:cpIn .18s ease-out}.ti-card{background:#fff;border-radius:18px;width:min(420px,94vw);overflow:hidden;box-shadow:0 20px 55px #0f172a59;border-top:6px solid var(--brand)}.ti-card.call{border-top-color:#dc2626}.ti-top{display:flex;gap:12px;align-items:center;padding:18px 18px 10px}.ti-face{width:56px;height:56px;border-radius:50%;object-fit:cover;background:#eef4ff;border:2px solid #dbe7ff;flex:none}.ti-card.call .ti-face{background:#fee2e2;border-color:#fca5a5}.ti-title{font-size:18px;font-weight:800}.ti-card.call .ti-title{color:#dc2626}.ti-sub{font-size:12.5px;color:var(--muted);margin-top:2px}.ti-body{padding:4px 18px 6px}.ti-msg{background:#f5f8ff;border-radius:12px;padding:12px 14px;font-size:16px;line-height:1.55;margin-bottom:8px}.ti-card.call .ti-msg{background:#fef2f2}.ti-from{font-size:12px;color:var(--muted);margin-top:6px;text-align:right}.ti-ok{margin:8px 18px 18px;width:calc(100% - 36px);padding:13px;font-size:16px;font-weight:700}[data-wyx-theme=clarity]{--brand: var(--wyx-primary);--brand-deep: var(--wyx-primary-strong);--brand-dim: #9fdcff;--brand-soft: var(--wyx-primary-soft);--brand-ink: var(--wyx-primary-strong);--good: var(--wyx-success);--good-deep: #58a700;--good-soft: #d8f7b5;--again: var(--wyx-danger);--again-deep: #e23b3b;--again-soft: #ffe0e1;--hard: var(--wyx-warning);--hard-soft: #ffe9cc;--gold: #ffc800;--gold-deep: #e0a800;--bg: var(--wyx-bg);--surface: var(--wyx-surface);--surface-2: var(--wyx-surface-muted);--line: var(--wyx-line);--line-strong: var(--wyx-line-strong);--text: var(--wyx-text);--muted: var(--wyx-text-muted);--radius: var(--wyx-radius-lg);--radius-sm: var(--wyx-radius-sm);--shadow: var(--wyx-shadow);--shadow-card: var(--wyx-card-shadow);--font-cn: var(--wyx-font-cn);--font-display: var(--wyx-font-cn);--font-body: var(--wyx-font-cn);--wyx-violet: var(--wyx-module-phonics);--wyx-violet-soft: var(--wyx-module-phonics-soft);--wyx-coral: var(--wyx-module-vocab);--wyx-coral-soft: var(--wyx-module-vocab-soft);--wyx-amber: var(--wyx-module-speed);--wyx-amber-soft: var(--wyx-module-speed-soft);--wyx-teal-deep: #0fa386;--wyx-exam-en: "Noto Serif", "Times New Roman", Georgia, serif}html{min-width:0;background:var(--wyx-bg)}body{min-width:0;background:radial-gradient(1000px 520px at -8% -10%,rgba(28,176,246,.2),transparent 66%),radial-gradient(820px 520px at 108% 0%,rgba(124,92,255,.13),transparent 64%),radial-gradient(760px 520px at 72% 112%,rgba(255,184,0,.1),transparent 64%),var(--wyx-bg);color:var(--wyx-text);font-family:var(--wyx-font-cn);font-weight:450}body:before{opacity:.4;background-image:radial-gradient(rgba(45,99,143,.055) .8px,transparent .9px);background-size:28px 28px}button,input,textarea,select{font:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(23,105,210,.2);outline-offset:2px}.app{width:100%;max-width:1180px;min-height:100dvh;background:#f8fbfec7}.app-main{border-inline:1px solid rgba(195,211,226,.4)}.topbar{min-height:66px;padding:max(10px,env(safe-area-inset-top)) 30px 10px;background:#fffffff5;border-bottom:1px solid var(--wyx-line);box-shadow:0 4px 18px #183d5d0a;-webkit-backdrop-filter:none;backdrop-filter:none}.brand{font-family:var(--wyx-font-cn);color:var(--wyx-text);letter-spacing:0}.brand .spark{color:var(--wyx-primary);background:none;-webkit-text-fill-color:currentColor}.brandblock{gap:10px}.brandblock .credit{display:none}.lib-pill{max-width:360px;padding:7px 13px;color:var(--wyx-primary-strong);background:var(--wyx-primary-soft);border:1px solid rgba(23,105,210,.18);font-size:12px;font-weight:700}.content{width:100%;padding:24px 30px calc(96px + env(safe-area-inset-bottom))}.app-session .content{width:min(100%,1080px);margin:0 auto}.tabbar{width:min(100%,1180px);max-width:1180px;min-height:70px;padding:7px 20px calc(7px + env(safe-area-inset-bottom));gap:8px;border:1px solid rgba(195,211,226,.55);border-bottom:0;border-radius:22px 22px 0 0;background:#fffffffa;box-shadow:0 -10px 32px #1b446914;-webkit-backdrop-filter:none;backdrop-filter:none;z-index:var(--wyx-z-nav)}.tabbar button{min-width:0;min-height:52px;padding:5px 12px;border-radius:14px;color:var(--wyx-text-muted);font-family:var(--wyx-font-cn);font-size:11px;font-weight:700;gap:3px}.tabbar button .ico{display:grid;place-items:center;font-size:0}.tabbar button.active{color:var(--wyx-primary);background:var(--wyx-primary-soft)}.tabbar button.active .ico{transform:none}@media (hover: hover){.tabbar button:hover{color:var(--wyx-primary);background:#f1f6fb}}h1,h2,h3{font-family:var(--wyx-font-cn);color:var(--wyx-text);letter-spacing:-.015em}h1{font-size:clamp(25px,2.4vw,31px);font-weight:780;margin:4px 0 18px}h2{font-size:19px;font-weight:750}.small{font-size:13px;line-height:1.55}.muted{color:var(--wyx-text-muted)}.card,.panel{border:var(--wyx-card-border);border-radius:var(--wyx-radius-md);background:var(--wyx-surface);box-shadow:var(--wyx-card-shadow)}.card{padding:19px;margin-bottom:15px}.panel{padding:20px;margin-bottom:16px}.panel-title{display:flex;align-items:center;gap:8px;color:var(--wyx-text);font-family:var(--wyx-font-cn);font-weight:760}.panel-sub{color:var(--wyx-text-muted);font-size:13px}.card.tint-study,.card.tint-speed,.card.tint-import,.card.tint-list,.panel.tint-study,.panel.tint-speed,.panel.tint-import,.panel.tint-list{background:var(--panel-bg, var(--wyx-surface));border-color:var(--panel-border, rgba(152, 178, 201, .34))}.tint-study{--panel-bg: linear-gradient(135deg, #f1f5ff 0%, #fafcff 62%, #eef8ff 100%);--panel-border: #c9d9fa;--panel-ink: #3758b8;--panel-sub-c: #526b91;--scope-accent: #586be0}.tint-speed{--panel-bg: linear-gradient(135deg, #fff9e8 0%, #fffdf5 100%);--panel-border: #f1dca8;--panel-ink: #8a5b00;--panel-sub-c: #806d43;--scope-accent: var(--wyx-amber)}.tint-import{--panel-bg: linear-gradient(135deg, #eefaf4 0%, #fbfffd 100%);--panel-border: #c6e9d8;--panel-ink: #187552;--panel-sub-c: #4f7b68;--scope-accent: #2aa66f}.tint-list{--panel-bg: linear-gradient(135deg, #ecfbf8 0%, #fbfffe 58%, #f0f7ff 100%);--panel-border: #bfe8df;--panel-ink: #087b75;--panel-sub-c: #4a7774;--scope-accent: #18a69c}button.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:13px 18px;border:1px solid var(--wyx-primary);border-radius:var(--wyx-radius-sm);background:var(--wyx-primary);color:#fff;box-shadow:var(--wyx-button-shadow);font-family:var(--wyx-font-cn);font-size:15px;font-weight:720;letter-spacing:0;transition:background .18s var(--wyx-ease),border-color .18s var(--wyx-ease),box-shadow .12s var(--wyx-ease),transform .12s var(--wyx-ease)}button.btn:hover{filter:none;background:var(--wyx-primary-strong);border-color:var(--wyx-primary-strong);box-shadow:0 3px #075b8a,0 7px 14px #0b76b124;transform:translateY(-1px)}button.btn:active{transform:translateY(1px);box-shadow:0 1px 0 var(--wyx-primary-strong)}button.btn:disabled{background:#bdcad5;border-color:#bdcad5;box-shadow:none}button.btn.ghost{color:var(--wyx-primary-strong);background:#fff;border:1px solid #cbdbe9;box-shadow:0 2px 0 var(--wyx-line-strong)}button.btn.ghost:hover{color:var(--wyx-primary-strong);background:var(--wyx-primary-soft);border-color:#a9c6e2;box-shadow:0 3px #a9c6e2,0 6px 12px #1f5c8f14}button.btn.ghost:active{transform:translateY(1px);box-shadow:0 1px 0 var(--wyx-line-strong)}button.btn.sm{min-height:40px;padding:9px 14px;font-size:13px}button.btn svg{flex:none;margin:0}.text-input,.spell-input,.note-input,.vocab-view>input,input:not([type]),input[type=text],input[type=password],input[type=search]{min-height:48px;border:1px solid #cbd9e6!important;border-radius:12px!important;background:#fff;color:var(--wyx-text);box-shadow:inset 0 1px 2px #1f466909;font-family:var(--wyx-font-cn)}.text-input:focus,.spell-input:focus,.note-input:focus,.vocab-view>input:focus{border-color:var(--wyx-primary)!important}.spell-input.correct{border-color:var(--good)!important}.spell-input.wrong{border-color:var(--again)!important}.field label{color:#536b80;font-weight:680}.seg{gap:7px}.seg button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:8px 14px;border:1px solid #cbd9e6;border-radius:11px;background:#fff;color:var(--wyx-text);box-shadow:none;font-family:var(--wyx-font-cn);font-weight:680}.seg button:active{transform:scale(.98);box-shadow:none}.seg button.on{color:var(--wyx-primary-strong);border-color:#8fb9e3;background:var(--wyx-primary-soft);box-shadow:none}.linklike{color:var(--wyx-primary)}.warn-box{border:1px solid #f1c89f;background:#fff4e9;box-shadow:none}.study-dashboard>.scope-card{position:relative;min-height:96px;padding:20px 22px 20px 26px;overflow:hidden;box-shadow:0 8px 24px #27537b14}.study-dashboard>.scope-card:before{content:"";position:absolute;inset:12px auto 12px 0;width:5px;border-radius:0 6px 6px 0;background:var(--scope-accent, var(--wyx-primary))}.study-dashboard>.scope-card:after{content:"";position:absolute;width:118px;height:118px;right:-56px;top:-66px;border:18px solid color-mix(in srgb,var(--scope-accent, var(--wyx-primary)) 11%,transparent);border-radius:50%;pointer-events:none}@media (min-width: 960px){.study-dashboard{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.study-dashboard>.scope-card{min-height:82px;margin:0!important;padding:14px 18px 14px 22px}.study-dashboard>.dashboard-view{grid-column:1 / -1}}.dashboard-view{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(280px,.82fr);gap:12px 18px}.dashboard-head{grid-column:1 / -1;min-height:82px;margin-bottom:0!important}.dashboard-head h1{font-size:30px}.dashboard-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-width:218px}.dashboard-records{width:auto;position:relative;z-index:2;flex:none}.dashboard-mascot-wrap{position:relative;display:grid;place-items:end center;width:78px;height:76px;flex:0 0 78px;overflow:hidden;border-radius:24px}.dashboard-mascot-glow{position:absolute;top:11px;right:3px;bottom:0;left:3px;border-radius:24px 24px 16px 16px;background:linear-gradient(145deg,#e1f3ff,#d4f6ee);border:1px solid #b9e3f4}.dashboard-head .mascot{position:relative;right:auto;bottom:auto;z-index:1;width:auto;height:69px!important;opacity:1;pointer-events:none;filter:drop-shadow(0 6px 9px rgba(45,70,110,.12))}.grade-guide{grid-column:1/-1;min-height:62px;display:grid;grid-template-columns:minmax(230px,1fr) 190px auto;align-items:center;gap:14px;padding:8px 13px 8px 16px;border:1px solid #c6dced;border-radius:16px;background:linear-gradient(135deg,#f4fbff,#fffdf3);box-shadow:0 6px 16px #26587e12}.grade-guide.needs-confirmation{border-color:#65bde9;box-shadow:0 0 0 3px #1cb0f61a,0 12px 28px #26587e1c}.grade-guide-copy{display:flex;flex-direction:column;justify-content:center;min-width:0}.grade-guide-copy>span{color:#1686bd;font-size:10px;font-weight:800;letter-spacing:.04em}.grade-guide-copy>strong{margin-top:1px;display:flex;align-items:baseline;flex-wrap:wrap;gap:5px 9px;color:#193f62;font-size:20px;line-height:1.15}.grade-guide-copy>strong small{color:#668096;font-size:11px;font-weight:700}.grade-guide-select{min-width:0;display:grid;grid-template-columns:auto minmax(96px,1fr);align-items:center;gap:8px;color:#587488;font-size:11px;font-weight:800}.grade-guide-select select{width:100%;min-height:40px;padding:7px 32px 7px 12px;border:1px solid #bcd8e9;border-radius:11px;color:#244f70;background:#fff;font:800 13px/1 var(--wyx-font-cn);cursor:pointer;box-shadow:0 2px 7px #26587e0f}.grade-guide-select select:focus-visible{outline:3px solid rgba(28,176,246,.2);border-color:#1ca2e5}.grade-guide-confirm{min-height:40px;padding:8px 13px;border:1px solid #1ca2e5;border-radius:11px;color:#fff;background:#148bc4;font:800 12px/1.2 var(--wyx-font-cn);cursor:pointer;white-space:nowrap}.grade-guide-confirm:hover{background:#087bb2}.grade-guide-note{color:#718999;font-size:10px;font-weight:700;white-space:nowrap}.dashboard-hero{grid-column:1;grid-row:auto / span 2;min-height:300px;padding:23px 25px;position:relative;overflow:hidden;isolation:isolate;color:#fff;border-color:#138ed66b!important;background:radial-gradient(circle at 87% 14%,rgba(255,255,255,.18),transparent 24%),linear-gradient(135deg,#16a9f2,#458cf3 53%,#7c63f2 108%)!important;box-shadow:0 18px 42px #1c8cdc40}.dashboard-hero:before,.dashboard-hero:after{content:"";position:absolute;z-index:-1;border-radius:50%;pointer-events:none}.dashboard-hero:before{width:240px;height:240px;right:-95px;bottom:-140px;border:30px solid rgba(255,255,255,.08)}.dashboard-hero:after{width:112px;height:112px;left:-44px;top:-56px;border:18px solid rgba(113,238,221,.12)}.dashboard-hero>*{position:relative;z-index:1}.dashboard-hero .panel-title{color:#fff;font-size:18px}.dashboard-hero .panel-sub{max-width:560px;color:#ffffffd1;line-height:1.55;margin:6px 0 13px}.dashboard-hero .stat-grid{grid-template-columns:repeat(3,1fr);gap:10px}.dashboard-hero .stat{min-height:84px;padding:11px 12px;border:1px solid rgba(255,255,255,.22);background:#ffffff24;box-shadow:inset 0 1px #ffffff1c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.dashboard-hero .stat:before{display:none}.dashboard-hero .stat-icon{display:grid;place-items:center;width:26px;height:26px;margin-bottom:4px;border-radius:8px;color:#fff;background:#ffffff2e}.dashboard-hero .stat .num,.dashboard-hero .stat .num.good,.dashboard-hero .stat .num.again{font-family:var(--wyx-font-en);font-size:25px;color:#fff}.dashboard-hero .stat .lbl{color:#ffffffba}.dashboard-group-size{min-height:42px;margin:0 0 13px;padding:5px 6px 5px 12px;display:flex;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.24);border-radius:13px;background:#ffffff1f;box-shadow:inset 0 1px #ffffff14}.dashboard-group-size>span{font-size:12px;font-weight:800;white-space:nowrap}.dashboard-group-size>div{display:flex;gap:5px}.dashboard-group-size button{min-width:58px;min-height:31px;padding:5px 10px;border:1px solid rgba(255,255,255,.32);border-radius:9px;color:#fff;background:#ffffff1a;font:800 12px/1 var(--wyx-font-cn);cursor:pointer}.dashboard-group-size button.is-active{color:#2855b9;border-color:#fff;background:#fff;box-shadow:0 3px 9px #1b266729}.dashboard-group-size>small{margin-left:auto;padding-right:7px;color:#ffffffb8;font-size:10px;font-weight:700;white-space:nowrap}.dashboard-resume-card{margin:0 0 13px;padding:11px 12px;display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid rgba(255,255,255,.4);border-radius:14px;color:#23437d;background:#fffffff0;box-shadow:0 7px 18px #1b266724}.dashboard-resume-card>div{min-width:0;display:grid;gap:2px}.dashboard-resume-card span{color:#bd5b27;font-size:10px;font-weight:850}.dashboard-resume-card strong{font-size:15px}.dashboard-resume-card small{overflow:hidden;color:#667b9d;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.dashboard-resume-card .btn{width:auto;min-width:126px;flex:none;padding:10px 13px;color:#fff;border-color:#3e70db;background:#3e70db}.dashboard-primary-action{color:#2855b9!important;border-color:#fff!important;background:#fff!important;box-shadow:0 7px 18px #1b266733!important}.dashboard-primary-action:hover{color:#173d97!important;border-color:#eef4ff!important;background:#f7faff!important}.dashboard-review-action{border-color:#49cba2!important;background:#25a878!important;box-shadow:0 7px 18px #0c574733!important}.dashboard-restudy-action.ghost{color:#fff!important;border-color:#ffffff59!important;background:#ffffff1f!important}.dashboard-complete-card{color:#243b67;border-color:#ffffff7a;background:#ffffffe6}.dashboard-ability{grid-column:2;margin:0;border-color:#d8d0ff;background:linear-gradient(145deg,#f1edff,#fff 72%)}.dashboard-card-title{display:flex;align-items:center;gap:7px;color:var(--wyx-text)!important;font-weight:720}.dashboard-view>.card:last-child{grid-column:2;margin:0;border-color:#f2d680;background:linear-gradient(145deg,#fff5cd,#fff 72%)}.dim-row{gap:9px}.mbar,.bar{height:8px;background:#e7eef5}.mbar>span,.bar>span{background:var(--wyx-primary)}.scope-card{padding:17px 18px}.textbook-book{padding:9px 10px;border:1px solid transparent;border-radius:13px}.textbook-book.is-recommended{border-color:#acd6e9;background:linear-gradient(135deg,#f0fbff,#fffdf5)}.textbook-recommended-badge{margin-left:7px;padding:3px 7px;border-radius:999px;color:#087ca2;background:#dff5fc;font-size:9px;font-weight:800}.scope-head{position:relative;z-index:1;gap:16px;font-family:var(--wyx-font-cn)}.scope-head>div{min-width:0}.scope-title-icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:11px;color:#fff;background:var(--scope-accent, var(--wyx-primary));box-shadow:0 5px 12px color-mix(in srgb,var(--scope-accent, var(--wyx-primary)) 22%,transparent)}.scope-caret{display:inline-flex;align-items:center;gap:3px;flex:none;color:var(--panel-ink, var(--wyx-primary))}.scope-caret svg{transition:transform .18s var(--wyx-ease)}.scope-caret.is-open svg{transform:rotate(90deg)}.scope-note,.group-row>span:first-child{display:inline-flex;align-items:center;gap:7px}.unit-wordlist{border-color:var(--wyx-line);border-radius:13px;background:#fff}.uw-row{min-height:39px;padding:8px 11px}.summer-unlimited-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;margin:18px 0;padding:15px 16px;border:1px solid #9edfd1;border-radius:15px;background:linear-gradient(135deg,#e2faf4,#f5fffb 68%);box-shadow:inset 0 1px #ffffffe6,0 7px 18px #12a48914}.summer-unlimited-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;color:#fff;background:linear-gradient(145deg,#12c2a0,#10a987);box-shadow:0 6px 13px #12ae8f33}.summer-unlimited-card strong{display:block;color:#116b5b;font-size:16px}.summer-unlimited-card div>span{display:block;margin-top:3px;color:#4b776f;font-size:12px;line-height:1.5}.summer-unlimited-badge{padding:6px 9px;border-radius:999px;color:#0c7c68;background:#fff;border:1px solid #8ed9ca;font-size:11px;font-weight:780;white-space:nowrap}.auth-app{max-width:none;background:transparent}.auth-wrap{width:min(100%,1180px);max-width:1180px;min-height:100dvh;margin:0 auto;padding:38px;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(370px,.82fr);grid-template-rows:1fr auto 1fr;gap:0 44px}.auth-brand{grid-column:1;grid-row:1 / 4;align-self:stretch;justify-content:flex-start;align-items:flex-start;position:relative;min-width:0;min-height:560px;margin:0;padding:48px;overflow:hidden;text-align:left;border-radius:32px;background:radial-gradient(circle at 88% 95%,rgba(255,255,255,.22),transparent 34%),linear-gradient(145deg,#0f5fbd,#1769d2 53%,#168eaa 128%);box-shadow:0 28px 70px #184f8433}.auth-brand>svg{filter:drop-shadow(0 10px 18px rgba(0,0,0,.12))}.auth-brand .brand{color:#fff;font-size:30px!important}.auth-brand .brand .spark{color:#bff4ec}.auth-brand .credit{max-width:440px;color:#ffffffad;text-align:left}.auth-slogan{max-width:480px;margin:72px 0 15px;color:#fff;font-size:clamp(31px,3.4vw,48px);line-height:1.2;letter-spacing:-.04em}.auth-subtitle{color:#ffffffc7;font-size:15px}.auth-proof{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px}.auth-proof span{padding:7px 12px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#ffffff1a;color:#fff;font-size:12px;font-weight:680}.auth-mascot{position:absolute;right:22px;bottom:-6px;width:min(31%,190px);filter:drop-shadow(0 18px 24px rgba(3,50,90,.22))}.auth-wrap>.card{grid-column:2;grid-row:2;margin:0;padding:28px;border-radius:24px;box-shadow:var(--wyx-shadow)}.auth-foot{grid-column:2;grid-row:3;align-self:start;margin:15px 0 0}.auth-wrap .seg:first-child{padding:4px;border-radius:13px;background:#edf3f8}.auth-wrap .seg:first-child button{border:0;background:transparent}.auth-wrap .seg:first-child button.on{background:#fff;box-shadow:0 3px 10px #23466614}.auth-wrap.teacher-picker-wrap{display:block;width:min(100%,1240px);max-width:1240px;min-height:100dvh;padding:28px}.teacher-picker-wrap>.auth-brand,.teacher-picker-wrap>.auth-foot{display:none}.teacher-picker-wrap>.teacher-picker-card{width:100%;max-width:none;margin:0;padding:24px;border-radius:24px}.teacher-picker-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}.teacher-picker-identity{display:flex;min-width:0;align-items:center;gap:12px}.teacher-picker-identity>svg{flex:0 0 auto;filter:drop-shadow(0 5px 10px rgba(23,105,210,.15))}.teacher-picker-identity div{display:flex;min-width:0;flex-direction:column;gap:2px}.teacher-picker-identity strong{color:var(--wyx-text);font-size:21px}.teacher-picker-identity span{color:var(--wyx-text-muted);font-size:12.5px}.teacher-exit-btn{width:auto;flex:none}.teacher-patrol-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-height:66px;margin-bottom:17px;padding:11px 15px;text-align:left;border:1px solid #c9daf7;border-radius:16px;color:#28466a;background:linear-gradient(135deg,#eef4ff,#f8fbff 68%,#eefaf8);cursor:pointer}.teacher-patrol-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;color:#fff;background:linear-gradient(145deg,var(--wyx-primary),#5969df)}.teacher-patrol-card div{display:flex;min-width:0;flex-direction:column;gap:2px}.teacher-patrol-card strong{font-size:14.5px}.teacher-patrol-card div span{overflow:hidden;color:var(--wyx-text-muted);font-size:11.5px;text-overflow:ellipsis;white-space:nowrap}.teacher-patrol-link{display:inline-flex;align-items:center;gap:3px;color:var(--wyx-primary);font-size:12px;font-weight:800;white-space:nowrap}.teacher-picker-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}.teacher-picker-toolbar>span{flex:none;color:var(--wyx-text-muted);font-size:12px}.teacher-picker-toolbar b{color:var(--wyx-primary)}.teacher-picker-search{position:relative;width:min(370px,100%)}.teacher-picker-search>svg{position:absolute;z-index:1;left:13px;top:50%;transform:translateY(-50%);color:var(--wyx-primary);pointer-events:none}.teacher-picker-search input{width:100%;min-height:42px;padding:9px 12px 9px 41px!important;border-radius:12px!important;background:#f8fbff}.teacher-initial-filter{display:grid;grid-template-columns:50px repeat(26,minmax(27px,1fr)) 31px;gap:4px;margin-bottom:14px}.teacher-initial-filter button{min-width:0;height:31px;padding:0;border:1px solid #d6e1eb;border-radius:8px;color:#48627b;background:#fff;font-size:11px;font-weight:780;cursor:pointer}.teacher-initial-filter button.is-all{padding-inline:8px}.teacher-initial-filter button.is-active{color:#fff;border-color:var(--wyx-primary);background:var(--wyx-primary);box-shadow:0 4px 10px #257dcd2b}.teacher-initial-filter button:disabled{color:#b6c1cb;border-color:#edf1f5;background:#f7f9fb;cursor:default}.teacher-student-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(164px,1fr));gap:9px}.teacher-student-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;min-width:0;min-height:62px;padding:9px 10px;text-align:left;border:1px solid #d8e3ed;border-radius:13px;color:var(--wyx-text);background:linear-gradient(145deg,#fff,#f8fbfd);box-shadow:0 4px 12px #234b700d;cursor:pointer;transition:border-color .15s,transform .15s,box-shadow .15s}@media (hover: hover){.teacher-student-card:hover{transform:translateY(-2px);border-color:#8ebce4;box-shadow:0 8px 18px #234b701a}}.teacher-student-card:active{transform:scale(.985)}.teacher-student-card:disabled{opacity:.6;cursor:wait}.teacher-student-card>svg{color:#8aa0b4}.teacher-student-avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;color:#216fb5;background:linear-gradient(145deg,#e4f2ff,#edf0ff);font-family:var(--wyx-font-en);font-size:14px;font-weight:850}.teacher-student-copy{display:flex;min-width:0;flex-direction:column;gap:1px}.teacher-student-copy strong{overflow:hidden;font-size:13.5px;text-overflow:ellipsis;white-space:nowrap}.teacher-student-copy small{color:var(--wyx-text-muted);font-size:10.5px}.teacher-student-empty{padding:34px 20px;border:1px dashed #d4e0ea;border-radius:14px;background:#f8fafc}.practice-hub{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.practice-hub>h1,.practice-hub>.section-head,.practice-hub>.small{grid-column:1 / -1}.practice-hub>h1{margin-bottom:-5px}.practice-card{--course-accent: var(--accent, var(--wyx-primary));min-height:118px;margin:0!important;padding:17px 16px 17px 22px;position:relative;overflow:hidden;isolation:isolate;border:1px solid color-mix(in srgb,var(--course-accent) 24%,#dce6ef)!important;background:linear-gradient(145deg,color-mix(in srgb,var(--course-accent) 5%,#fff),#fff 68%)!important;box-shadow:inset 5px 0 0 var(--course-accent),inset 0 1px #ffffffe6,var(--wyx-card-shadow)!important;transition:border-color .18s var(--wyx-ease),transform .18s var(--wyx-ease),box-shadow .18s var(--wyx-ease)}.practice-card:after{content:"";position:absolute;z-index:-1;width:92px;height:92px;right:-45px;top:-51px;border:13px solid color-mix(in srgb,var(--course-accent) 9%,transparent);border-radius:50%;pointer-events:none}.practice-card>*{position:relative;z-index:1}.practice-card:not([class*=accent-]):nth-of-type(4n+2){--course-accent: var(--wyx-violet)}.practice-card:not([class*=accent-]):nth-of-type(4n+3){--course-accent: #17a79c}.practice-card:not([class*=accent-]):nth-of-type(4n){--course-accent: var(--wyx-amber)}@media (hover: hover){.practice-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--course-accent) 45%,#cbd9e6)!important;box-shadow:inset 5px 0 0 var(--course-accent),inset 0 1px #fffffff2,0 15px 30px #1b446921!important}}.practice-card:active{transform:scale(.992)}.practice-card-layout{width:100%;min-width:0;min-height:84px;display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:start;column-gap:11px}.practice-copy{min-width:0}.practice-heading{display:flex;align-items:flex-start;flex-wrap:wrap;width:100%;max-width:100%;min-width:0;gap:7px;row-gap:4px;padding:3px 8px 3px 3px;border:1px solid color-mix(in srgb,var(--course-accent) 28%,#e4ebf2);border-radius:10px;background:color-mix(in srgb,var(--course-accent) 8%,#fff);box-shadow:inset 0 1px #ffffffdb,0 2px 7px color-mix(in srgb,var(--course-accent) 8%,transparent)}.practice-tag{flex:none;padding:4px 7px;border-radius:7px;color:#fff;background:var(--course-accent);font-family:var(--wyx-font-cn);font-size:10px;font-weight:820;line-height:1;letter-spacing:.035em;white-space:nowrap;box-shadow:inset 0 1px #ffffff3d}.practice-title{min-width:0;color:#20364c;font-family:var(--wyx-font-cn);font-size:16.5px;font-weight:820;line-height:1.34}.practice-title{flex:1 1 140px;display:flex;flex-wrap:wrap;column-gap:7px;row-gap:1px}.practice-title-phrase{white-space:nowrap}.practice-desc{margin-top:6px;display:-webkit-box;overflow:hidden;line-height:1.46;-webkit-box-orient:vertical;-webkit-line-clamp:2}.practice-icon-badge{display:grid;place-items:center;width:46px;height:46px;flex:0 0 46px;border:1px solid color-mix(in srgb,var(--course-accent) 26%,#fff);border-radius:14px;color:var(--course-accent);background:var(--accent-soft, var(--wyx-primary-soft));box-shadow:inset 0 1px #ffffffd9,0 4px 10px color-mix(in srgb,var(--course-accent) 14%,transparent)}.practice-icon-badge svg{stroke-width:1.9}.practice-icon-badge.is-muted{color:var(--wyx-text-muted);background:var(--wyx-surface-muted);border-color:var(--wyx-line);box-shadow:none}.practice-card .scope-caret{align-self:start;padding-top:2px;color:var(--course-accent)}.section-head{min-height:42px;margin-top:14px;padding:8px 11px;border:1px solid color-mix(in srgb,var(--accent, var(--wyx-primary)) 16%,var(--wyx-line));border-radius:var(--wyx-radius-sm);color:#38546b;background:linear-gradient(100deg,color-mix(in srgb,var(--accent, var(--wyx-primary)) 8%,#fff),#ffffffa8);font-family:var(--wyx-font-cn);font-size:13px;font-weight:760;letter-spacing:.03em}.section-head:before{background:var(--accent, var(--wyx-primary))}.section-head-icon{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;color:var(--accent, var(--wyx-primary));background:var(--accent-soft, var(--wyx-primary-soft))}.accent-pronunciation{--accent: var(--wyx-module-pronunciation);--accent-soft: var(--wyx-module-pronunciation-soft)}.accent-phonics{--accent: var(--wyx-module-phonics);--accent-soft: var(--wyx-module-phonics-soft)}.accent-grammar-jr{--accent: var(--wyx-module-grammar-jr);--accent-soft: var(--wyx-module-grammar-jr-soft)}.accent-grammar-sr{--accent: var(--wyx-module-grammar-sr);--accent-soft: var(--wyx-module-grammar-sr-soft)}.accent-sync{--accent: var(--wyx-module-sync);--accent-soft: var(--wyx-module-sync-soft)}.accent-vocab{--accent: var(--wyx-module-vocab);--accent-soft: var(--wyx-module-vocab-soft)}.accent-speed{--accent: var(--wyx-module-speed);--accent-soft: var(--wyx-module-speed-soft)}.accent-reading{--accent: var(--wyx-module-reading);--accent-soft: var(--wyx-module-reading-soft)}.accent-grading{--accent: var(--wyx-module-grading);--accent-soft: var(--wyx-module-grading-soft)}.vocab-view>.row:first-child,.settings-view>h1{min-height:50px}.vocab-view{--vocab-coral: #e9684c;--vocab-green: #17976b}.vocab-header{min-height:62px!important;padding:0 2px}.vocab-header h1{position:relative}.vocab-header h1:after{content:"";display:block;width:42px;height:4px;margin-top:7px;border-radius:99px;background:linear-gradient(90deg,var(--wyx-primary),var(--wyx-violet),var(--wyx-coral))}.vocab-removed-btn{width:auto;flex:none}.vocab-search{position:relative;margin:14px 0 16px}.vocab-search>svg{position:absolute;z-index:1;left:15px;top:50%;transform:translateY(-50%);color:var(--wyx-primary);pointer-events:none}.vocab-search input{width:100%;min-height:52px;padding:12px 16px 12px 46px!important;border-radius:15px!important;background:linear-gradient(135deg,#fff,#f7fbff);box-shadow:0 7px 20px #2a52770f}.vocab-search-results{border-color:#cfe1f4;background:linear-gradient(145deg,#f7fbff,#fff)}.vocab-breakthrough{width:100%;min-height:68px;margin-bottom:14px;padding:12px 16px;justify-content:flex-start;text-align:left;border-color:#f49b75!important;background:linear-gradient(135deg,#ed6f50,#f08b4e)!important;box-shadow:0 10px 22px #cd5b3333!important}.vocab-breakthrough-icon{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:13px;background:#ffffff2e}.vocab-breakthrough-copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:2px}.vocab-breakthrough-copy b{font-size:16px}.vocab-breakthrough-copy small{color:#ffffffc7;font-size:12px;font-weight:600}.vocab-tools{padding:17px;border-color:#d5d5f5;background:linear-gradient(145deg,#f5f3ff,#fff 62%,#eff8ff)}.vocab-selection-row{min-height:40px}.vocab-select-all{width:auto}.vocab-review-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.vocab-review-actions .btn{width:100%}.vocab-speed-action{border-color:#1fa678!important;background:var(--vocab-green)!important}.vocab-bulk-actions{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;margin-top:10px}.vocab-bulk-actions .btn{width:100%}.vocab-remove-action{color:#b34c42!important;border-color:#efc5be!important}.vocab-view .vb-list{columns:auto!important;display:grid;grid-template-columns:repeat(auto-fit,minmax(460px,1fr));align-items:start;gap:13px;padding:0;border:0;background:transparent;box-shadow:none}.vocab-view .vb-item{min-width:0;margin:0;padding:17px;break-inside:auto;border:1px solid #d7e4f0;border-left:5px solid #78aee5;border-radius:18px;background:linear-gradient(145deg,#fff,#f9fcff);box-shadow:0 7px 19px #234b7011}.vocab-view .vb-item.key{border-color:#f0c8bd;border-left-color:var(--vocab-coral);background:linear-gradient(145deg,#fff4f0,#fff 68%)}.vocab-view .vb-item.sel{border-color:#a8c9ee;border-left-color:var(--wyx-violet);background:linear-gradient(145deg,#eef4ff,#f8f7ff)}.vb-head{align-items:flex-start;gap:10px}.vb-head .en{line-height:1.45}.vb-key-mark{display:inline-grid;place-items:center;width:25px;height:25px;border-radius:8px;color:var(--wyx-coral);background:var(--wyx-coral-soft)}.vb-scope-chip{display:inline-block;margin-bottom:4px;padding:2px 8px;border-radius:7px;font-size:11px;font-weight:700;color:#3f5c70;background:#eef4fa;border:1px solid #dce8f2}.vb-actions{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:6px}.vb-actions button.btn.vocab-item-action{width:auto;min-height:32px;padding:5px 8px;border-width:1px;border-radius:9px;gap:4px;font-size:11.5px;line-height:1;box-shadow:none}.vb-actions .vocab-item-action:active{transform:scale(.97);box-shadow:none}.vocab-key-action{color:#9a513d!important;border-color:#edc5ba!important;background:#fffaf8!important}.vocab-key-action.is-active{color:#fff!important;border-color:#e46d50!important;background:#e46d50!important}.vocab-item-remove{color:#766b68!important;border-color:#d8d2cf!important;background:#fff!important}.vocab-suggest-chip{flex:none;padding:3px 7px;color:var(--vocab-green)!important;border-color:#bce1d2;background:#f0fbf6;font-family:var(--wyx-font-cn);font-size:10.5px;line-height:1.2}.vb-head .en,.sl-word,.headword,.fb .answer-en{font-family:var(--font-en)}.detail-link{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:40px;border-radius:11px;background:var(--wyx-primary);box-shadow:none}.detail-link:active{transform:scale(.98);box-shadow:none}.vocab-video-link{background:linear-gradient(135deg,#eb6f51,#f2994a);box-shadow:none}.word-list-surface{display:grid;grid-template-columns:repeat(auto-fit,minmax(460px,1fr));align-items:start;gap:13px;padding:0;border:0;background:transparent;box-shadow:none}.word-list-toolbar{position:relative;overflow:hidden;padding:18px!important;border-color:#d8d5f4;background:linear-gradient(145deg,#f7f5ff,#fff 60%,#eef8ff);box-shadow:inset 0 1px #fffffff2,0 9px 24px #33438b14}.word-list-toolbar:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--wyx-primary),var(--wyx-violet),#18a298,var(--wyx-amber))}.word-list-toolbar .field label{display:block;margin-bottom:7px}.word-list-toolbar .seg{padding:4px;border:1px solid rgba(172,185,220,.35);border-radius:14px;background:#ffffffa3}.textbook-word-controls{margin:14px 0 10px}.textbook-word-controls+.word-list-surface{margin-top:0}.word-list-surface .studied-row{--row-accent: #5f8edc;min-width:0;margin:0;padding:16px 17px 16px 20px;position:relative;overflow:hidden;border:1px solid color-mix(in srgb,var(--row-accent) 23%,#dce6ef);border-left:4px solid var(--row-accent);border-radius:17px;background:linear-gradient(145deg,color-mix(in srgb,var(--row-accent) 4%,#fff),#fff 70%);box-shadow:inset 0 1px #ffffffe6,0 7px 18px #1f466911}.word-list-surface .studied-row:nth-child(4n+2){--row-accent: #18a298}.word-list-surface .studied-row:nth-child(4n+3){--row-accent: var(--wyx-violet)}.word-list-surface .studied-row:nth-child(4n){--row-accent: var(--wyx-amber)}.word-list-surface .studied-row:after{content:"";position:absolute;right:-30px;top:-34px;width:72px;height:72px;border:10px solid color-mix(in srgb,var(--row-accent) 8%,transparent);border-radius:50%;pointer-events:none}.word-list-surface .studied-row>*{position:relative;z-index:1}.group-row{position:relative;overflow:hidden;padding-left:16px;border-left:4px solid var(--wyx-primary);background:linear-gradient(145deg,#f7fbff,#fff);box-shadow:inset 0 1px #ffffffe6,0 6px 16px #1f46690e}.group-row:nth-child(3n+2){border-left-color:#18a298}.group-row:nth-child(3n){border-left-color:var(--wyx-violet)}.settings-view{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.settings-view>h1{grid-column:1 / -1;margin-bottom:0}.settings-view>.card{margin:0}.settings-view>.card:first-of-type{grid-column:1 / -1}.toggle-row{min-height:56px;gap:12px}.library-view .panel,.app-tab-library .panel{padding:22px}.app-tab-library .panel>.btn{text-align:left}.app-session{background:#f8fbfee6}.study-exit-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;padding:18px;display:grid;place-items:center;background:#1222379e;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.study-exit-card{width:min(480px,94vw);padding:26px;text-align:center;border:1px solid #d7e4ee;border-radius:24px;background:#fff;box-shadow:0 24px 70px #0f233a4d}.study-exit-icon{width:58px;height:58px;margin:0 auto 13px;display:grid;place-items:center;border-radius:18px;color:#2277be;background:#e7f4ff;font-size:30px;font-weight:800}.study-exit-card h2{margin:0 0 8px;color:#203f59;font-size:23px}.study-exit-card p{margin:0 0 8px;color:#62798a;line-height:1.6}.study-exit-card>strong{display:block;padding:10px 12px;border-radius:12px;color:#9b512b;background:#fff4e6;font-size:13px;line-height:1.55}.study-exit-card>div{margin-top:18px;display:flex;justify-content:center;gap:9px}.study-exit-card .btn{width:auto;min-width:145px}body.notice-lock{overflow:hidden}.notice-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;padding:16px;display:flex;align-items:center;justify-content:center;background:#122237a8;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.notice-card{width:min(560px,100%);max-height:min(84vh,780px);display:flex;flex-direction:column;border:1px solid #d7e4ee;border-radius:22px;background:#fff;box-shadow:0 24px 70px #0f233a4d;overflow:hidden}.notice-head{display:flex;align-items:flex-start;gap:10px;padding:18px 20px 10px}.notice-head h2{flex:1;margin:0;color:#203f59;font-size:19px;line-height:1.45}.notice-x{flex:none;width:44px;height:44px;margin:-8px -10px 0 0;border:none;border-radius:50%;background:transparent;color:#62798a;font-size:26px;line-height:1;cursor:pointer}.notice-x:hover{background:#eef4f9;color:#203f59}.notice-body{flex:1;min-height:0;padding:2px 20px 16px;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.notice-section{margin:0 0 14px}.notice-section h3{margin:0 0 6px;color:#2277be;font-size:15px}.notice-section p{margin:0 0 7px;color:#3d5568;font-size:14.5px;line-height:1.75}.notice-foot{flex:none;padding:12px 20px calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid #e7eff5;background:#fff}.notice-confirm{width:100%;min-height:48px;font-size:16px}.notice-confirm:disabled{opacity:.65;cursor:not-allowed}.notice-entry{display:flex;align-items:center;gap:12px;width:100%;margin:0 0 14px;padding:13px 16px;border:1px solid #ffd98a;border-radius:16px;background:linear-gradient(135deg,#fff7e2,#ffefc7);box-shadow:0 4px 14px #be8c1424;cursor:pointer;text-align:left}.notice-entry:hover{border-color:#f5c65c}.notice-entry-ico{flex:none;font-size:24px}.notice-entry-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.notice-entry-text strong{color:#7a5410;font-size:15.5px}.notice-entry-text small{color:#9a7430;font-size:12.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notice-entry-arrow{flex:none;color:#b98c2a;font-size:22px;font-weight:700}@media (max-width: 640px){.notice-mask{padding:10px}.notice-card{max-height:92vh;border-radius:18px}.notice-head{padding:15px 16px 8px}.notice-head h2{font-size:17px}.notice-body{padding:2px 16px 12px}.notice-foot{padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px))}}@media (max-height: 520px){.notice-card{max-height:94vh}.notice-head h2{font-size:16px}.notice-section p{font-size:13.5px;line-height:1.6}}.question-view{width:100%}.question-view .session-head{width:100%;max-width:none;min-height:54px;margin-bottom:14px}.progress-line{height:10px;background:#dfe9f2;box-shadow:none}.progress-line>span{background:var(--wyx-primary)}.progress-line>span:after{display:none}.x-btn{min-width:44px;min-height:44px;border-radius:50%;font-size:22px}.phase-tag{border:0;background:var(--wyx-primary-soft);color:var(--wyx-primary-strong)}.question-shell{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(440px,1.22fr);gap:18px;min-height:390px}.question-prompt-panel,.question-answer-panel{min-width:0;border:1px solid rgba(152,178,201,.36);border-radius:22px;background:#fff;box-shadow:var(--wyx-shadow-soft)}.question-prompt-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:76px 28px 34px;overflow:hidden;background:radial-gradient(circle at 100% 0,rgba(23,167,160,.1),transparent 40%),linear-gradient(145deg,#f6faff,#edf5fc)}.question-prompt-panel:after{content:"";position:absolute;right:-52px;bottom:-66px;width:180px;height:180px;border-radius:50%;border:30px solid rgba(23,105,210,.05);pointer-events:none}.question-meta{position:absolute;left:24px;right:24px;top:22px}.question-meta .phase-tag{margin:0 0 8px}.question-meta .q-why{margin:0;font-size:11px;line-height:1.45}.question-prompt-panel .prompt-q{max-width:100%;margin:0;min-height:0;font-family:var(--font-en);font-size:clamp(37px,4vw,54px);line-height:1.12;color:#102f4d}.question-prompt-panel .prompt-q.sm{font-family:var(--wyx-font-cn);font-size:18px;line-height:1.55}.question-prompt-panel .stem{margin:18px 0 0;font-size:20px}.question-phonetic{margin:13px 0 0!important;font-size:17px;text-align:center}.question-answer-panel{display:flex;flex-direction:column;justify-content:center;padding:28px}.question-answer-title{margin-bottom:14px;color:var(--wyx-text-muted);font-size:12px;font-weight:720;letter-spacing:.06em}.question-view .question-answer-panel .options{width:100%;max-width:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.question-answer-panel .opt{min-height:92px;padding:17px 18px;display:flex;align-items:center;text-align:left;font-size:16px;line-height:1.45}.question-view.is-answered .question-shell{min-height:300px}.question-view.is-answered .question-prompt-panel{padding-block:64px 24px}.question-view.is-answered .question-answer-panel{padding-block:20px}.question-view.is-answered .question-answer-panel .opt{min-height:70px}.option-review-panel{width:100%;min-width:0;margin-top:14px;padding:12px;border:1px solid #d7e5ef;border-radius:16px;background:linear-gradient(145deg,#f8fbfe,#eef6fb);box-sizing:border-box}.option-review-head{min-width:0;margin-bottom:9px;display:flex;align-items:baseline;justify-content:space-between;gap:8px;flex-wrap:wrap}.option-review-head strong{color:#27465f;font-size:12px}.option-review-head span{color:#718697;font-size:9px}.option-review-grid{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.option-review-item{min-width:0;min-height:50px;padding:8px 9px;display:grid;grid-template-columns:25px minmax(0,1fr);align-items:center;gap:8px;border:1px solid #d9e5ee;border-radius:11px;background:#ffffffdb}.option-review-item.is-answer{border-color:#9cd8bd;background:#edf9f3}.option-review-item.is-picked:not(.is-answer){border-color:#ecc1bd;background:#fff4f2}.option-review-letter{width:25px;height:25px;display:grid;place-items:center;border-radius:8px;color:#5d7890;background:#e9f0f6;font:800 10px/1 var(--wyx-font-en)}.option-review-item.is-answer .option-review-letter{color:#fff;background:var(--wyx-success)}.option-review-copy{min-width:0;display:block;text-align:left}.option-review-copy strong{display:block;overflow:hidden;color:#173d5d;font:750 14px/1.2 var(--wyx-exam-en);text-overflow:ellipsis;white-space:nowrap}.option-review-copy small{min-width:0;margin-top:3px;display:-webkit-box;overflow:hidden;color:#617789;font-size:10px;line-height:1.35;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.option-review-next{margin-top:12px}.replenish-star-feedback{margin:12px 0 0;padding:11px 13px;display:grid;gap:7px;border:1px solid #c9e8dd;border-radius:14px;color:#215c52;background:linear-gradient(135deg,#f4fffb,#edf8ff);font-size:12px}.replenish-star-feedback>b{font-size:12px}.study-card{padding:30px 24px}.prompt-q{font-family:var(--font-en);color:var(--wyx-text)}.q-why{max-width:620px;margin-left:auto;margin-right:auto}.speak-btn{box-shadow:none;background:var(--wyx-primary)}.speak-btn:active{transform:scale(.96);box-shadow:none}.speak-mini{min-width:40px;min-height:40px;margin-left:4px}.pron-btn{min-height:30px;padding:4px 8px;border-radius:9px;font-size:11.5px;line-height:1.2}.pron-btn svg{width:9px;height:9px}.pron-group{gap:4px}.options{gap:11px}.opt{min-height:58px;border:1px solid #cbd9e6;border-radius:14px;background:#fff;box-shadow:none;font-family:var(--wyx-font-cn)}.opt:active{transform:scale(.992);box-shadow:none}.opt.correct{border-color:var(--wyx-success);background:#e8f7f0;box-shadow:none}.opt.wrong{border-color:var(--again);background:#fceeee;box-shadow:none}.question-feedback{width:100%;max-width:none!important;margin:18px 0 0!important;padding:22px;display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);grid-template-areas:"head head" "word memory" "word mastery" "sentence sentence" "hint hint" "actions actions";gap:14px 18px;text-align:left;border-color:#1b8f6147;box-shadow:0 16px 42px #1b44691a}.question-view.is-wrong .question-feedback{border-color:#d8565647}.feedback-head{grid-area:head;display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:13px;border-bottom:1px solid var(--wyx-line)}.feedback-head .verdict{margin:0;font-family:var(--wyx-font-cn);font-size:22px}.feedback-head .combo-badge{display:inline-flex;margin:7px 0 0;box-shadow:none}.feedback-head .gain-badge{flex:none;margin:0;padding:7px 13px;border-radius:999px;background:#e4f5ec;font-family:var(--wyx-font-en);font-size:22px;line-height:1;animation:none}.feedback-word{grid-area:word;min-width:0;padding:18px;border-radius:16px;background:linear-gradient(145deg,#edf5fc,#f7fbfe);border:1px solid #d6e6f3}.feedback-word .answer-en{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:0 0 9px;font-size:33px}.feedback-memory{grid-area:memory;margin:0;padding:15px 16px;align-self:stretch}.feedback-mastery{grid-area:mastery;align-self:end;padding:3px 2px 0}.feedback-mastery .mbar.big{margin-top:8px;height:11px}.question-feedback .sentence-cn{grid-area:sentence;margin:0}.question-feedback .tier-hint,.question-feedback>.chip{grid-area:hint;margin:0}.feedback-actions{grid-area:actions;display:flex;justify-content:flex-end;align-items:center;gap:12px;padding-top:2px}.feedback-actions .detail-link{margin:0;min-width:150px;justify-content:center;color:var(--wyx-primary-strong);background:#fff;border:1px solid #cbdbe9}.feedback-actions .btn{width:min(260px,42%)}.mnemonic,.decomp,.match-tip{border:1px solid #c7dcef;background:#edf5fc}.match-chip,.group-row,.basic-row{border:1px solid #cbd9e6;box-shadow:none}.match-chip:active,.group-row:active,.basic-row:active{transform:scale(.992);box-shadow:none}.sheet-overlay,.modal-overlay{background:#102a4366;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sheet{max-width:760px;border-radius:24px 24px 0 0}.modal{border-radius:22px;box-shadow:0 24px 72px #102a433d}.unit-challenge-entry{position:relative;overflow:hidden;margin:16px 0;padding:19px 20px;display:grid;grid-template-columns:minmax(220px,1fr) auto;align-items:center;gap:22px;border:1px solid #bfdce9;border-radius:20px;background:radial-gradient(230px 130px at 8% 120%,rgba(26,182,163,.16),transparent 72%),radial-gradient(260px 150px at 96% -20%,rgba(255,184,0,.18),transparent 70%),linear-gradient(135deg,#f0fbff,#fffdf4);box-shadow:0 12px 28px #1e5d801a}.unit-challenge-entry:before{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:linear-gradient(#1cb0f6,#20c7a7)}.unit-challenge-entry-copy{min-width:0;display:grid;gap:4px}.unit-challenge-entry-copy>span{color:#087b75;font-size:12px;font-weight:800;letter-spacing:.08em}.unit-challenge-entry-copy>strong{color:#153b59;font-size:17px;line-height:1.35}.unit-challenge-entry-copy>small{color:#5e7588}.unit-challenge-entry-actions{display:flex;gap:10px}.unit-challenge-entry-actions button{min-width:138px;min-height:70px;padding:9px 14px;display:grid;grid-template-columns:38px 1fr;grid-template-rows:1fr 1fr;align-items:center;column-gap:9px;border:1px solid transparent;border-radius:15px;text-align:left;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.unit-challenge-entry-actions button:active{transform:translateY(2px)}.unit-challenge-entry-actions button>span{grid-row:1 / 3;width:38px;height:38px;display:grid;place-items:center;border-radius:11px;font-family:var(--wyx-font-en);font-size:18px;font-weight:850}.unit-challenge-entry-actions button b{align-self:end;font-size:14px}.unit-challenge-entry-actions button small{align-self:start;opacity:.72;font-size:10px}.unit-match-entry{color:#075f73;background:#e4f8ff;border-color:#9edff1!important;box-shadow:0 4px #83c8dc}.unit-match-entry>span{color:#fff;background:#13a9d4}.unit-spell-entry{color:#6e4b00;background:#fff5ce;border-color:#edd27b!important;box-shadow:0 4px #d5b759}.unit-spell-entry>span{color:#fff;background:#f3ad12}.pron-lesson-practice-actions{margin-top:16px;display:grid;grid-template-columns:1fr;gap:10px}.pron-lesson-practice-actions.has-two{grid-template-columns:1fr 1fr}.pron-lesson-practice-actions>button{min-width:0;min-height:82px;padding:12px 14px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;grid-template-rows:auto auto;align-items:center;column-gap:11px;border:1px solid #b6d9ea;border-radius:17px;color:#174b69;text-align:left;background:linear-gradient(145deg,#fff,#eef9ff);box-shadow:0 5px #9bcada,0 11px 22px #1f5c7c17;cursor:pointer}.pron-lesson-practice-actions>button>span{grid-row:1/3;width:44px;height:44px;display:grid;place-items:center;border-radius:13px;color:#fff;background:#178fc7;font-size:18px;font-weight:900;box-shadow:0 4px #0871a1}.pron-lesson-practice-actions>button>strong{align-self:end;min-width:0;font-size:14px;line-height:1.35}.pron-lesson-practice-actions>button>small{align-self:start;color:#667f90;font-size:10px;line-height:1.45}.pron-lesson-practice-actions>button>b{grid-column:3;grid-row:1/3;color:#0876a2;font-size:11px;white-space:nowrap}.pron-lesson-practice-actions>button.pron-lesson-practice-meaning{border-color:#b9dfd0;color:#175b47;background:linear-gradient(145deg,#fff,#effbf5);box-shadow:0 5px #9fd0bd,0 11px 22px #1d695114}.pron-lesson-practice-actions>button.pron-lesson-practice-meaning>span{background:#1aa377;box-shadow:0 4px #087a57}.pron-lesson-practice-actions>button.pron-lesson-practice-meaning>b{color:#087657}.pron-lesson-practice-actions>button:active{transform:translateY(3px);box-shadow:none}.vvp-spelling-panel{position:relative;overflow:hidden;padding:19px;border:1px solid #b8dce8;border-radius:21px;background:linear-gradient(135deg,#eefbff,#fffaf0);box-shadow:0 10px 25px #1d587a17}.vvp-spelling-panel:after{content:"";position:absolute;right:-38px;top:-48px;width:130px;height:130px;border:22px solid rgba(28,176,246,.09);border-radius:50%;pointer-events:none}.vvp-spelling-head{position:relative;z-index:1;margin-bottom:13px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.vvp-spelling-head>div{display:grid;gap:3px}.vvp-spelling-head span{color:#087b75;font-size:16px;font-weight:850}.vvp-spelling-head strong{color:#173e5b;font-size:12px}.vvp-spelling-head small{color:#667c8c;font-size:11px}.vvp-spelling-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:11px}.vvp-spelling-grid>button{min-width:0;min-height:110px;padding:15px 17px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto auto;column-gap:12px;border:1px solid #9ed9e8;border-radius:17px;color:#17546a;text-align:left;background:linear-gradient(145deg,#fff,#eaf9fd);box-shadow:0 4px #92cdd9;cursor:pointer}.vvp-spelling-grid>button:nth-child(2){border-color:#e7c96a;color:#725100;background:linear-gradient(145deg,#fff,#fff5d0);box-shadow:0 4px #d9bd62}.vvp-spelling-grid>button>span{grid-row:1 / 4;align-self:center;width:48px;height:48px;display:grid;place-items:center;border-radius:14px;color:#fff;background:#14aabd;font-size:12px;font-weight:850;box-shadow:0 4px #087b75}.vvp-spelling-grid>button:nth-child(2)>span{background:#f0aa14;box-shadow:0 4px #b98208}.vvp-spelling-grid>button strong{align-self:end;font-size:15px}.vvp-spelling-grid>button small{color:#6c7f8e;font-size:10px}.vvp-spelling-grid>button i{color:inherit;font-size:10px;font-style:normal;font-weight:800}.vvp-spelling-grid>button:disabled{opacity:.55;cursor:wait}.vvp-spelling-preview{width:min(100%,1080px);margin:0 auto}.vvp-preview-intro{position:relative;overflow:hidden;padding:17px 20px;display:grid;gap:3px;border:1px solid #b8dce8;border-radius:19px;background:linear-gradient(135deg,#eefbff,#fffaf0);box-shadow:0 8px 22px #1d587a14}.vvp-preview-intro:after{content:"";position:absolute;right:-24px;top:-40px;width:105px;height:105px;border:18px solid rgba(28,176,246,.09);border-radius:50%}.vvp-preview-intro span{position:relative;z-index:1;color:#087b75;font-size:11px;font-weight:850;letter-spacing:.08em}.vvp-preview-intro strong{position:relative;z-index:1;color:#173e5b;font-size:18px}.vvp-preview-intro small{position:relative;z-index:1;color:#667c8c;font-size:11px}.vvp-preview-mode{margin:12px 0;padding:4px;display:grid;grid-template-columns:1fr 1fr;gap:5px;border:1px solid #d6e3ea;border-radius:15px;background:#eef4f7}.vvp-preview-mode button{min-height:57px;padding:8px 12px;display:grid;gap:2px;border:1px solid transparent;border-radius:11px;color:#667c8c;text-align:left;background:transparent;cursor:pointer}.vvp-preview-mode button b{font-size:13px}.vvp-preview-mode button small{font-size:9px}.vvp-preview-mode button.on{border-color:#a8d7e5;color:#14516a;background:#fff;box-shadow:0 4px 12px #235b7517}.vvp-preview-toolbar{margin:0 0 10px;display:flex;align-items:center;justify-content:space-between;gap:14px}.vvp-preview-toolbar>div:first-child{display:grid;gap:2px}.vvp-preview-toolbar>div:first-child b{color:#2b4d62;font-size:14px}.vvp-preview-toolbar>div:first-child span{color:#758895;font-size:10px}.word-list-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.word-list-actions button{min-height:35px;padding:7px 10px;border:1px solid #cfdce5;border-radius:10px;color:#536d7e;background:#fff;font-size:10px;font-weight:750;cursor:pointer}.word-list-actions button.on{border-color:#68b7c7;color:#087b75;background:#eaf9f7}.vvp-preview-word-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.vvp-preview-word{min-width:0;min-height:112px;padding:12px 13px;display:grid;grid-template-columns:26px minmax(0,1fr);gap:9px;border:1px solid #d7e4ea;border-left:4px solid #24a4bd;border-radius:15px;background:linear-gradient(145deg,#f4fbff,#fff 70%);box-shadow:0 5px 14px #1f46690e}.vvp-preview-word:nth-child(4n+2){border-left-color:#20a77c;background:linear-gradient(145deg,#f2fcf8,#fff 70%)}.vvp-preview-word:nth-child(4n+3){border-left-color:#8b74d6;background:linear-gradient(145deg,#f7f4ff,#fff 70%)}.vvp-preview-word:nth-child(4n){border-left-color:#e2a52f;background:linear-gradient(145deg,#fffaf0,#fff 70%)}.vvp-preview-index{width:25px;height:25px;display:grid;place-items:center;border-radius:8px;color:#24738a;background:#e3f5fa;font-size:10px;font-weight:850}.vvp-preview-word-main{min-width:0;display:block}.vvp-preview-headword{min-width:0;display:flex;align-items:center;gap:7px}.vvp-preview-headword strong{overflow-wrap:anywhere;color:#173e5b;font-family:var(--font-en);font-size:18px;font-weight:700}.vvp-preview-headword .pron-btn{flex:none}.vvp-preview-word-main>.ipa{display:block;margin-top:1px;color:#668092;font-size:11px}.vvp-preview-rule{margin-top:5px;color:#087b75;font-size:10px;font-weight:750}.vvp-preview-meaning{margin-top:5px;color:#3c5362;font-size:11px}.vvp-preview-mnemonic{margin-top:5px;padding:6px 8px;border-radius:8px;color:#725100;background:#fff6d9;font-size:10px;line-height:1.45}.vvp-preview-start{margin-top:12px;padding:13px 15px;display:flex;align-items:center;justify-content:flex-end;gap:13px;border:1px solid #b9dfd0;border-radius:16px;background:linear-gradient(145deg,#f2fcf7,#fff)}.vvp-preview-start span{color:#5a7469;font-size:11px}.vvp-preview-start .btn{width:auto;min-width:260px}.vvp-group-sections{display:grid;gap:14px}.vvp-group-section{padding:13px 14px 14px;display:grid;gap:9px;border-radius:18px}.vvp-group-section-title{font-size:13px;font-weight:850;letter-spacing:.02em}.vvp-group-recommended{border:1px solid #ecd38a;background:linear-gradient(145deg,#fffbe9,#fff6d6)}.vvp-group-recommended .vvp-group-section-title{color:#8a6400}.vvp-group-extra{border:1px solid #dde7ec;background:#f6f9fb}.vvp-group-extra .vvp-group-section-title{color:#5f7684;font-weight:800}.vvp-group-card{min-height:44px;margin:0}.uvc-page,.uvc-play-page{width:min(100%,1080px);margin:0 auto}.uvc-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}.uvc-topline .btn{width:auto}.uvc-unit-pill{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:8px 13px;border:1px solid #cbdce8;border-radius:999px;color:#365a74;background:#ffffffd9;font-size:12px;font-weight:750}.uvc-hero{position:relative;overflow:hidden;min-height:172px;padding:25px 29px;display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid #a9d8e8;border-radius:24px;background:linear-gradient(104deg,#fffffff0 0,#fffffff0 58%,#edfbffc2 58%),linear-gradient(135deg,#e9faff,#fff8d8);box-shadow:0 15px 36px #1d587a1c}.uvc-hero:before,.uvc-hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.uvc-hero:before{width:230px;height:230px;right:48px;top:-116px;border:35px solid rgba(28,176,246,.12)}.uvc-hero:after{width:95px;height:95px;right:178px;bottom:-64px;background:#ffc8002e}.uvc-eyebrow{color:#087b75;font-size:12px;font-weight:850;letter-spacing:.1em}.uvc-hero h2{margin:7px 0 6px;color:#123958;font-size:clamp(25px,3vw,34px);font-weight:850}.uvc-hero p{margin:0;color:#5a7285;font-size:14px}.uvc-hero-stamp{position:relative;z-index:1;flex:0 0 108px;width:108px;height:108px;display:grid;place-content:center;transform:rotate(6deg);border:2px solid #fff;border-radius:31px;color:#fff;text-align:center;background:linear-gradient(145deg,#1cb0f6,#08a79a);box-shadow:0 10px #087b75,0 18px 30px #087b7533}.uvc-hero-stamp span{font:900 34px/1 var(--wyx-font-en);letter-spacing:-.05em}.uvc-hero-stamp small{margin-top:3px;font-size:11px;font-weight:800;letter-spacing:.12em}.uvc-mode-tabs{margin:16px 0;display:grid;grid-template-columns:1fr 1fr;gap:12px}.uvc-mode-tabs>button{min-width:0;min-height:86px;padding:13px 15px;display:flex;align-items:center;gap:13px;border:1px solid #cfdee9;border-radius:18px;color:#31556f;text-align:left;background:#fff;cursor:pointer;transition:.18s ease}.uvc-mode-tabs>button.is-active{border-color:#65c6df;color:#075f73;background:linear-gradient(135deg,#e9faff,#f8feff);box-shadow:inset 0 0 0 2px #1cb0f61c,0 9px 24px #1a7ea317}.uvc-mode-tabs>button:nth-child(2).is-active{border-color:#e5c050;color:#765000;background:linear-gradient(135deg,#fff9dc,#fffdf5);box-shadow:inset 0 0 0 2px #ffb8001f,0 9px 24px #a37d1a17}.uvc-mode-icon{flex:0 0 50px;width:50px;height:50px;display:grid;place-items:center;border-radius:15px;color:#fff;background:#1cb0f6;box-shadow:0 4px #168dc4}.uvc-mode-tabs>button:nth-child(2) .uvc-mode-icon{background:#ffb800;box-shadow:0 4px #d49700}.uvc-mode-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.uvc-mode-tabs button>span:last-child{min-width:0;display:grid;gap:4px}.uvc-mode-tabs strong{color:inherit;font-size:17px}.uvc-mode-tabs small{overflow:hidden;color:#6c8192;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.uvc-group-panel{padding:20px;border:1px solid #bfdce8;border-radius:22px;background:#ffffffe6;box-shadow:0 12px 30px #1b446914}.uvc-group-panel.uvc-advanced{border-color:#ead89c}.uvc-section-head{margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:15px}.uvc-section-head>div{display:grid;gap:3px}.uvc-section-head>div span{color:#173e5b;font-size:16px;font-weight:800}.uvc-section-head>div small{color:#718493}.uvc-mode-chip{flex:none;padding:6px 11px;border-radius:999px;color:#087b75;background:#ddf7f3;font-size:11px;font-weight:800}.uvc-advanced .uvc-mode-chip{color:#795400;background:#fff2c2}.uvc-group-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.uvc-group-grid>button{min-width:0;min-height:80px;padding:12px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid #d4e1e9;border-radius:15px;color:#294b64;text-align:left;background:#f9fcfe;cursor:pointer;transition:.16s ease}.uvc-group-grid>button:hover{border-color:#72cce1;transform:translateY(-1px);box-shadow:0 7px 16px #1a6d8f17}.uvc-advanced .uvc-group-grid>button:hover{border-color:#ddbd54}.uvc-group-grid>button.is-done{background:linear-gradient(135deg,#f0fbf7,#fbfffd);border-color:#a9ddc9}.uvc-group-number{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;color:#fff;background:linear-gradient(145deg,#20bdd0,#078c9c);font:850 15px/1 var(--wyx-font-en);box-shadow:0 4px #087b75}.uvc-advanced .uvc-group-number{background:linear-gradient(145deg,#ffc52e,#ee9c00);box-shadow:0 4px #bf7900}.uvc-group-copy{min-width:0;display:grid;gap:3px}.uvc-group-copy strong{font-size:13px}.uvc-group-copy small{overflow:hidden;color:#728594;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.uvc-play,.uvc-best{text-align:right;color:#0a8792;font-size:10px;font-weight:750}.uvc-best{display:grid}.uvc-best b{font:850 14px/1 var(--wyx-font-en)}.uvc-play-page{position:relative}.uvc-round-head{position:relative;min-height:82px;padding:12px 16px 18px 64px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;border:1px solid #c7dce8;border-radius:20px;background:#fffffff2;box-shadow:0 10px 24px #1b446914}.uvc-round-exit{position:absolute;left:16px;top:17px;width:38px;height:38px;border:1px solid #cbd9e4;border-radius:12px;color:#6b7e8d;background:#f4f7f9;font-size:25px;line-height:1;cursor:pointer}.uvc-round-title{display:flex;align-items:baseline;gap:9px}.uvc-round-title span{color:#087b75;font-size:12px;font-weight:850;letter-spacing:.08em}.uvc-round-title strong{color:#173e5b;font-size:18px}.uvc-combo{min-width:122px;display:flex;align-items:baseline;justify-content:flex-end;gap:8px;color:#718493}.uvc-combo small{font-size:10px;font-weight:700}.uvc-combo strong{color:#259b91;font:900 27px/1 var(--wyx-font-en)}.uvc-combo.is-hot strong{color:#f08b16;animation:uvc-pop .28s ease}.uvc-round-progress{position:absolute;left:16px;right:16px;bottom:10px;height:6px;overflow:hidden;border-radius:999px;background:#e6edf2}.uvc-round-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#21c1b2,#1cb0f6,#ffc800);transition:width .35s ease}.uvc-spell-card{width:min(100%,760px);min-height:500px;margin:20px auto 0;padding:29px;display:flex;flex-direction:column;align-items:center;border:1px solid #ead49a;border-radius:24px;background:radial-gradient(260px 180px at 100% 0,rgba(255,200,0,.16),transparent 70%),linear-gradient(155deg,#fffdf5,#fff);box-shadow:0 15px 35px #6e52141a}.uvc-spell-counter{align-self:flex-start;padding:6px 10px;border-radius:999px;color:#765000;background:#fff1bc;font-size:10px;font-weight:800}.uvc-spell-label{margin-top:15px;color:#758692;font-size:12px;font-weight:700}.uvc-lesson-rule{margin:10px 0 2px;padding:8px 12px;display:inline-flex;align-items:center;gap:8px;border:1px solid #b9dfeb;border-radius:12px;color:#24566f;background:#effaff}.uvc-lesson-rule span{color:#087b75;font-size:10px;font-weight:800;letter-spacing:.08em}.uvc-lesson-rule b{font-size:13px;font-weight:750}.uvc-spell-card>h2{max-width:640px;margin:8px 0 10px;color:#173e5b;font-size:clamp(20px,3vw,28px);text-align:center}.uvc-listen-btn{min-height:38px;padding:7px 12px;display:flex;align-items:center;gap:7px;border:1px solid #aad6e7;border-radius:999px;color:#087b75;background:#effbff;font-size:11px;font-weight:750;cursor:pointer}.uvc-listen-btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.uvc-dictation-card{gap:15px}.uvc-dictation-audio{width:min(100%,520px);min-height:112px;display:grid;justify-items:center;align-content:center;gap:8px;border:1px dashed #71bde2;border-radius:18px;color:#16608a;background:linear-gradient(135deg,#f1fbff,#edf5ff)}.uvc-dictation-audio>span{font-size:29px}.uvc-dictation-audio>strong{font-size:18px}.uvc-meaning-hint{width:min(100%,520px);display:grid;gap:4px;padding:11px 14px;border:1px solid #d7e7f1;border-radius:14px;background:#f8fbfd;color:#294e65;text-align:left}.uvc-meaning-hint>span{color:#668398;font-size:11px;font-weight:800}.uvc-meaning-hint>strong{font-size:16px;line-height:1.45}.uvc-meaning-hint>small{color:#a45b36;font-size:11px;line-height:1.45}.uvc-dictation-input{width:min(100%,520px);display:grid;gap:7px;color:#526f82;font-size:12px;font-weight:800}.uvc-dictation-input input{width:100%;min-height:52px;padding:10px 15px;border:2px solid #b9d4e7;border-radius:14px;outline:none;color:#173e5b;background:#fff;font:600 22px/1.25 var(--wyx-font-en);letter-spacing:.02em}.uvc-dictation-input input:focus{border-color:#1cb0f6;box-shadow:0 0 0 4px #1cb0f61f}.uvc-dictation-correction{width:min(100%,520px);display:grid;justify-items:center;gap:8px;padding:18px;border:1px solid #f1c3b3;border-radius:18px;background:#fff8f4;color:#9a4d31;text-align:center}.uvc-dictation-correction>span{font-size:12px;font-weight:800}.uvc-dictation-correction>strong{color:#173e5b;font:800 32px/1.1 var(--wyx-font-en)}.uvc-dictation-correction p{margin:0;color:#7a675e;font-size:12px}.uvc-phrase-hint{margin-top:8px;color:#7a8994;font-size:10px}.uvc-spell-tip{margin:18px 0 0;color:#7b8b97;font-size:11px;text-align:center}.uvc-piece-slots{max-width:100%;min-height:76px;margin:25px 0 22px;display:flex;align-items:flex-end;justify-content:center;flex-wrap:wrap;gap:8px}.uvc-piece-slots>button{min-width:48px;height:56px;padding:0 8px;display:grid;place-items:center;border:2px solid #bfd0db;border-width:0 0 3px;color:#155e75;background:transparent;font:560 25px/1 var(--wyx-exam-en);text-transform:none;transition:.15s ease}.uvc-piece-slots.is-phonics>button{width:76px;min-width:76px;border-radius:10px 10px 0 0;background:linear-gradient(180deg,#1cb0f608,#1cb0f617)}.uvc-piece-slots.is-letters>button{min-width:0;width:42px;padding:0}.uvc-piece-slots>button.is-word-start{margin-left:14px}.uvc-piece-slots.is-phonics>button.is-word-start{margin-left:18px}.uvc-piece-slots>button:not(:empty){border-color:#17a9ad;animation:uvc-pop .2s ease;cursor:pointer}.uvc-piece-slots>button:not(:empty):hover{transform:translateY(-2px);border-color:#0f8e96;background-color:#1cb0f61f}.uvc-piece-slots>button:disabled{opacity:1}.uvc-piece-slots.is-complete>button{color:#0b855c;border-color:#37b981;background:linear-gradient(transparent 70%,#37b98124)}.uvc-piece-slots.is-attempt-wrong>button{color:#a43e3e;border-color:#e7857f;background:linear-gradient(transparent 70%,#ef655c1c)}.uvc-show-correction{width:auto;margin:10px auto 0;display:block}.uvc-piece-bank{width:min(100%,650px);display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.uvc-piece-bank button{min-width:60px;height:54px;padding:0 16px;display:grid;place-items:center;border:1px solid #cdd8df;border-radius:13px;color:#173e5b;background:#fff;box-shadow:0 4px #d7dfe4;font:560 21px/1 var(--wyx-exam-en);text-transform:none;cursor:pointer;transition:.12s ease}.uvc-piece-bank.is-phonics button{border-color:#afd8e5;color:#075f73;background:linear-gradient(180deg,#fff,#eefaff);box-shadow:0 4px #a9cfda}.uvc-piece-bank.is-letters button{min-width:0;width:52px;padding:0}.uvc-piece-bank button:active:not(:disabled){transform:translateY(3px);box-shadow:0 1px #d7dfe4}.uvc-piece-bank button:disabled{opacity:.16;box-shadow:none}.uvc-piece-bank button.is-wrong{border-color:#ff5a5f;color:#d83d42;background:#ffe8e8;animation:uvc-shake .32s ease}.uvc-word-complete{display:flex;flex-direction:column;align-items:center;gap:8px;animation:uvc-rise .3s ease}.uvc-word-complete>span{color:#16845d;font-size:13px;font-weight:800}.uvc-word-complete>strong{color:#0b855c;font:650 30px/1.2 var(--wyx-exam-en)}.uvc-word-complete>small{color:#5c7b70;font-size:11px;font-weight:700}.uvc-word-complete .btn{width:auto;min-width:180px;margin-top:8px}.uvc-success-rays{position:relative;width:76px;height:22px}.uvc-success-rays i{position:absolute;left:50%;top:50%;width:8px;height:8px;border-radius:2px;background:#ffc800;animation:uvc-success-ray .7s ease-out infinite alternate}.uvc-success-rays i:nth-child(1){transform:translate(-48px,-4px) rotate(20deg)}.uvc-success-rays i:nth-child(2){transform:translate(-30px,-19px) rotate(50deg);background:#20c7a7}.uvc-success-rays i:nth-child(3){transform:translate(-8px,-24px);background:#1cb0f6}.uvc-success-rays i:nth-child(4){transform:translate(19px,-20px) rotate(40deg);background:#ff6b65}.uvc-success-rays i:nth-child(5){transform:translate(39px,-5px) rotate(70deg);background:#7c5cff}.uvc-success-rays i:nth-child(6){transform:translate(-4px,2px);background:#ffc800}.uvc-correction{position:fixed;z-index:90;top:0;right:0;bottom:0;left:0;padding:24px;display:grid;place-items:center;background:#0f2b407a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.uvc-correction-card{width:min(100%,580px);max-height:min(90dvh,760px);overflow:auto;padding:28px;display:flex;flex-direction:column;align-items:center;border:1px solid #f0b8b5;border-radius:24px;text-align:center;background:radial-gradient(240px 150px at 50% 0,rgba(255,107,101,.14),transparent 72%),#fff;box-shadow:0 24px 70px #0b253947;animation:uvc-correction-in .25s ease}.uvc-correction-flag{padding:7px 12px;border-radius:999px;color:#b33c3c;background:#ffe8e7;font-size:11px;font-weight:850}.uvc-correction-card>small{margin-top:20px;color:#778995;font-size:11px}.uvc-correction-card>strong{margin:5px 0 12px;color:#173e5b;font:650 clamp(34px,6vw,50px)/1.1 var(--wyx-exam-en);overflow-wrap:anywhere}.uvc-correction-phonics{width:100%;margin:18px 0 10px;padding:16px;display:grid;gap:7px;border:1px solid #b9dfeb;border-radius:16px;color:#24566f;background:#eefaff;text-align:left}.uvc-correction-phonics b{color:#087b75;font-size:11px;letter-spacing:.08em}.uvc-correction-phonics span{color:#145f78;font:600 20px/1.35 var(--wyx-exam-en)}.uvc-correction-phonics p{margin:0;color:#526f81;font-size:12px;line-height:1.65}.uvc-correction-card>p{margin:3px 0 17px;color:#6a7d89;font-size:12px}.uvc-correction-card>.btn{width:min(100%,300px)}.uvc-correction-actions{width:min(100%,300px);margin-top:4px;display:grid;grid-template-columns:1fr 1fr;gap:9px}.uvc-correction-actions .btn{width:100%}.uvc-star-feedback{width:100%;margin:15px 0 3px;padding:12px;display:grid;gap:7px;border:1px solid #b9e4d8;border-radius:15px;color:#245d55;background:#f4fffb;text-align:left}.uvc-star-feedback b{font-size:12px}.uvc-summary{position:relative;overflow:hidden;width:min(100%,720px);min-height:490px;margin:20px auto 0;padding:45px 35px 30px;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid #b9dfd2;border-radius:26px;background:radial-gradient(330px 210px at 50% -10%,rgba(32,199,167,.19),transparent 68%),#fff;box-shadow:0 18px 48px #1b44691f}.uvc-summary.uvc-advanced{border-color:#ead28c;background:radial-gradient(330px 210px at 50% -10%,rgba(255,200,0,.21),transparent 68%),#fff}.uvc-summary-kicker{padding:7px 13px;border-radius:999px;color:#087b75;background:#dcf6f0;font-size:11px;font-weight:850;letter-spacing:.1em}.uvc-summary-score{margin:24px 0 10px;display:flex;align-items:flex-end;color:#0b8a70}.uvc-summary-score>strong{font:900 82px/.8 var(--wyx-font-en);letter-spacing:-.07em}.uvc-summary-score>span{display:grid;justify-items:start;margin-left:7px;font:850 25px/1 var(--wyx-font-en)}.uvc-summary-score small{margin-top:7px;color:#73848f;font:700 10px/1 var(--wyx-font-cn)}.uvc-summary h2{margin:12px 0 6px;font-size:25px}.uvc-summary p{margin:0;color:#6d808e;font-size:13px}.uvc-summary-actions{width:100%;margin-top:28px;display:flex;justify-content:center;gap:10px}.uvc-summary-actions .btn{width:auto;min-width:135px}.uvc-review-note{margin-top:18px;color:#82919b}.uvc-summary-burst i{position:absolute;width:13px;height:13px;border-radius:4px;background:#1cb0f6;transform:rotate(20deg)}.uvc-summary-burst i:nth-child(1){left:10%;top:14%;background:#ffc800}.uvc-summary-burst i:nth-child(2){left:19%;top:7%;background:#20c7a7;transform:rotate(52deg)}.uvc-summary-burst i:nth-child(3){right:12%;top:12%;background:#ff6b65;transform:rotate(70deg)}.uvc-summary-burst i:nth-child(4){right:23%;top:6%;background:#7c5cff}.uvc-summary-burst i:nth-child(5){left:8%;top:43%;background:#ff8c42}.uvc-summary-burst i:nth-child(6){right:8%;top:42%;background:#1cb0f6}@keyframes uvc-pop{50%{transform:scale(1.14)}}@keyframes uvc-shake{25%{transform:translate(-5px)}50%{transform:translate(5px)}75%{transform:translate(-3px)}}@keyframes uvc-rise{0%{opacity:0;transform:translateY(8px)}}@keyframes uvc-success-ray{to{opacity:.35;scale:.72}}@keyframes uvc-correction-in{0%{opacity:0;transform:translateY(14px) scale(.97)}}@media (max-width: 959px){.app,.tabbar{max-width:800px}.topbar{padding-inline:24px}.content{padding:22px 24px calc(96px + env(safe-area-inset-bottom))}.tabbar{width:min(100%,800px);max-width:800px}.dashboard-view{grid-template-columns:1fr 1fr}.dashboard-hero{grid-column:1 / -1;grid-row:auto;min-height:300px}.dashboard-ability{grid-column:1}.dashboard-view>.card:last-child{grid-column:2}.practice-hub{grid-template-columns:repeat(2,minmax(0,1fr))}.vocab-view .vb-list,.word-list-surface{grid-template-columns:1fr}.unit-challenge-entry{grid-template-columns:1fr;gap:14px}.unit-challenge-entry-actions{display:grid;grid-template-columns:1fr 1fr}.unit-challenge-entry-actions button{width:100%}.uvc-group-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-wrap{min-height:100dvh;padding:26px;grid-template-columns:1fr;grid-template-rows:340px auto auto;gap:24px}.auth-brand{grid-column:1;grid-row:1;min-height:340px;padding:32px 38px}.auth-slogan{max-width:470px;margin-top:30px;font-size:36px}.auth-mascot{width:150px}.auth-wrap>.card{grid-column:1;grid-row:2;width:min(100%,480px);justify-self:center}.auth-foot{grid-column:1;grid-row:3;margin-top:-10px}.auth-wrap.teacher-picker-wrap{padding:22px}.teacher-picker-wrap>.teacher-picker-card{width:100%;padding:21px}.teacher-initial-filter{display:flex;flex-wrap:wrap}.teacher-initial-filter button{width:31px;flex:0 0 31px}.teacher-initial-filter button.is-all{width:50px;flex-basis:50px}.teacher-student-grid{grid-template-columns:repeat(auto-fill,minmax(155px,1fr))}.settings-view{grid-template-columns:1fr}.settings-view>h1,.settings-view>.card:first-of-type{grid-column:1}.question-shell{grid-template-columns:1fr;min-height:0}.question-prompt-panel{min-height:270px;padding:74px 32px 30px}.question-answer-panel{min-height:260px}.question-view.is-answered .question-shell{min-height:0}.question-view.is-answered .question-prompt-panel{min-height:230px}.question-feedback{grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr)}.app-session .options{grid-template-columns:1fr 1fr}}@media (max-width: 599px){body{background:var(--wyx-bg)}.app,.tabbar{max-width:none}.app-main{border:0}.topbar{min-height:58px;padding:max(8px,env(safe-area-inset-top)) 14px 8px}.brandblock svg{width:34px;height:34px}.brandblock .brand{font-size:16px}.topbar .libname{display:none}.content{padding:16px 14px calc(84px + env(safe-area-inset-bottom))}.tabbar{min-height:63px;padding:5px 4px calc(5px + env(safe-area-inset-bottom));gap:0;border-inline:0;border-radius:18px 18px 0 0}.tabbar button{min-height:51px;padding:4px 0;border-radius:11px;font-size:10px}.tabbar button .ico svg{width:20px;height:20px}h1{font-size:25px}.card,.panel{border-radius:16px}.card{padding:16px}.panel{padding:17px}button.btn{min-height:46px;padding:12px 14px;font-size:14px}.row.between{min-width:0}.unit-challenge-entry{margin-inline:0;padding:16px 14px 17px 17px;border-radius:17px}.unit-challenge-entry-copy>strong{font-size:15px}.unit-challenge-entry-actions{gap:8px}.unit-challenge-entry-actions button{min-width:0;min-height:64px;padding:8px;grid-template-columns:31px 1fr;column-gap:7px;border-radius:13px}.unit-challenge-entry-actions button>span{width:31px;height:31px;border-radius:9px;font-size:14px}.unit-challenge-entry-actions button b{font-size:12px}.pron-lesson-practice-actions.has-two{grid-template-columns:1fr}.pron-lesson-practice-actions>button{min-height:76px;padding:10px 11px;grid-template-columns:39px minmax(0,1fr) auto;column-gap:9px;border-radius:15px}.pron-lesson-practice-actions>button>span{width:39px;height:39px;border-radius:11px;font-size:16px}.pron-lesson-practice-actions>button>strong{font-size:12px}.pron-lesson-practice-actions>button>small{font-size:9px}.pron-lesson-practice-actions>button>b{font-size:10px}.vvp-spelling-panel{padding:14px;border-radius:18px}.vvp-group-sections{gap:11px}.vvp-group-section{padding:11px 11px 12px;border-radius:15px}.vvp-spelling-head{align-items:flex-start;flex-direction:column;gap:5px}.vvp-spelling-grid{grid-template-columns:1fr;gap:9px}.vvp-spelling-grid>button{min-height:88px;padding:11px 12px}.vvp-spelling-grid>button>span{width:41px;height:41px;border-radius:12px}.vvp-preview-intro{padding:14px;border-radius:17px}.vvp-preview-intro strong{font-size:16px}.vvp-preview-toolbar{align-items:flex-start;flex-direction:column}.word-list-actions{width:100%;justify-content:stretch}.word-list-actions button{flex:1}.vvp-preview-word-grid{grid-template-columns:1fr}.vvp-preview-word{min-height:0}.vvp-preview-start{align-items:stretch;flex-direction:column}.vvp-preview-start .btn{width:100%;min-width:0}.uvc-topline{align-items:flex-start}.uvc-topline .btn{min-height:38px;padding:8px 10px}.uvc-unit-pill{max-width:55%;font-size:10px}.uvc-hero{min-height:145px;padding:20px;border-radius:19px}.uvc-hero h2{font-size:25px}.uvc-hero p{max-width:205px;font-size:11px}.uvc-hero-stamp{flex-basis:74px;width:74px;height:74px;border-radius:22px;box-shadow:0 7px #087b75,0 12px 22px #087b752e}.uvc-hero-stamp span{font-size:24px}.uvc-mode-tabs{gap:8px}.uvc-mode-tabs>button{min-height:76px;padding:10px;gap:8px;border-radius:15px}.uvc-mode-icon{flex-basis:38px;width:38px;height:38px;border-radius:11px}.uvc-mode-icon svg{width:24px;height:24px}.uvc-mode-tabs strong{font-size:13px}.uvc-mode-tabs small{font-size:9px}.uvc-group-panel{padding:14px;border-radius:18px}.uvc-section-head>div span{font-size:14px}.uvc-section-head>div small{max-width:230px;font-size:9px}.uvc-group-grid{grid-template-columns:1fr;gap:8px}.uvc-group-grid>button{min-height:68px;padding:9px;grid-template-columns:41px minmax(0,1fr) auto}.uvc-group-number{width:39px;height:39px;border-radius:11px;font-size:13px}.uvc-round-head{min-height:73px;padding:10px 11px 18px 52px;border-radius:17px}.uvc-round-exit{left:10px;top:14px;width:34px;height:34px;border-radius:10px}.uvc-round-title{display:grid;gap:1px}.uvc-round-title span{font-size:9px}.uvc-round-title strong{font-size:15px}.uvc-combo{min-width:88px;gap:5px}.uvc-combo small{display:none}.uvc-combo strong{font-size:23px}.uvc-spell-card{min-height:440px;margin-top:13px;padding:20px 12px;border-radius:19px}.uvc-spell-card>h2{font-size:19px}.uvc-piece-slots{min-height:62px;margin:20px 0 18px;gap:5px}.uvc-piece-slots>button{min-width:38px;height:45px;padding-inline:5px;font-size:20px}.uvc-piece-slots.is-phonics>button{width:60px;min-width:60px}.uvc-piece-slots.is-letters>button{width:29px}.uvc-piece-slots>button.is-word-start{margin-left:7px}.uvc-piece-slots.is-phonics>button.is-word-start{margin-left:10px}.uvc-piece-bank{gap:8px}.uvc-piece-bank button{min-width:49px;height:45px;padding-inline:11px;border-radius:11px;font-size:18px}.uvc-piece-bank.is-letters button{width:43px}.uvc-correction{padding:13px}.uvc-correction-card{padding:21px 15px;border-radius:20px}.uvc-correction-card>strong{font-size:35px}.uvc-correction-phonics{padding:13px}.uvc-correction-phonics span{font-size:18px}.uvc-summary{min-height:430px;padding:38px 17px 24px;border-radius:21px}.uvc-summary-score>strong{font-size:69px}.uvc-summary-actions{display:grid;grid-template-columns:1fr 1fr}.uvc-summary-actions .btn{width:100%;min-width:0}.uvc-summary-actions .btn:last-child:nth-child(3){grid-column:1 / -1}.dashboard-view{display:flex;flex-direction:column;gap:0}.dashboard-head{min-height:86px;margin-bottom:12px!important}.dashboard-head h1{font-size:25px}.dashboard-head-actions{min-width:0;gap:7px}.dashboard-mascot-wrap{width:68px;height:68px;flex-basis:68px;border-radius:20px}.dashboard-mascot-glow{top:10px;right:2px;bottom:0;left:2px;border-radius:20px 20px 13px 13px}.dashboard-head .mascot{height:61px!important;bottom:auto;opacity:1}.dashboard-head>div:last-child{min-width:0}.grade-guide{grid-template-columns:minmax(185px,1fr) 180px;gap:9px 12px;margin-bottom:12px;padding:8px 11px 8px 14px}.grade-guide-note{grid-column:1/-1;margin-top:-5px}.dashboard-records{padding:8px 10px!important}.dashboard-hero{min-height:0;padding:19px}.dashboard-hero .stat-grid{grid-template-columns:repeat(3,1fr);gap:7px}.dashboard-hero .stat{min-height:78px;padding:11px 8px}.dashboard-hero .stat .num{font-size:22px}.dashboard-hero .stat .lbl{font-size:10px}.dashboard-group-size{margin-bottom:12px}.dashboard-resume-card{align-items:stretch;flex-direction:column;gap:9px}.dashboard-resume-card .btn{width:100%}.study-exit-card{padding:21px 16px;border-radius:20px}.study-exit-card>div{flex-direction:column}.study-exit-card .btn{width:100%}.dashboard-ability,.dashboard-view>.card:last-child{margin-bottom:14px}.study-dashboard>.scope-card{min-height:90px;padding:17px 16px 17px 20px}.scope-head{align-items:flex-start;gap:10px}.scope-caret{padding-top:2px}.scope-title-icon{width:30px;height:30px;flex-basis:30px;border-radius:9px}.uw-word{min-width:76px}.summer-unlimited-card{grid-template-columns:auto minmax(0,1fr);padding:13px}.summer-unlimited-badge{grid-column:2;justify-self:start}.auth-wrap{display:block;padding:0}.auth-brand{min-height:255px;height:255px;padding:22px;border-radius:0 0 28px 28px;box-shadow:0 16px 40px #184f8429}.auth-brand>svg{width:56px;height:56px}.auth-brand .brand{font-size:24px!important;margin-top:8px!important}.auth-brand .credit{display:none}.auth-slogan{max-width:270px;margin:24px 0 8px;font-size:26px}.auth-subtitle{font-size:12px}.auth-proof{display:none}.auth-mascot{right:4px;width:100px}.auth-wrap>.card{width:auto;margin:22px 14px 0;padding:22px 18px;border-radius:20px}.auth-foot{margin:14px 14px 28px}.auth-wrap.teacher-picker-wrap{padding:10px}.teacher-picker-wrap>.teacher-picker-card{margin:0;padding:15px;border-radius:18px}.teacher-picker-head{align-items:flex-start;gap:10px}.teacher-picker-identity>svg{width:38px;height:38px}.teacher-picker-identity strong{font-size:18px}.teacher-picker-identity span{display:none}.teacher-exit-btn{min-height:36px!important;padding:8px 9px!important;font-size:11px!important}.teacher-patrol-card{min-height:59px;padding:9px 11px}.teacher-patrol-icon{width:36px;height:36px}.teacher-patrol-card div span{display:none}.teacher-picker-toolbar{align-items:stretch;flex-direction:column;gap:7px}.teacher-picker-toolbar>span{order:-1}.teacher-picker-search{width:100%}.teacher-initial-filter{gap:5px}.teacher-initial-filter button{width:calc((100% - 30px) / 7);flex:0 0 calc((100% - 30px) / 7);height:30px}.teacher-initial-filter button.is-all{width:calc((100% - 30px) / 7);flex-basis:calc((100% - 30px) / 7);padding:0}.teacher-student-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.teacher-student-card{min-height:58px;padding:8px;gap:7px}.teacher-student-avatar{width:31px;height:31px;border-radius:9px;font-size:12px}.teacher-student-card>svg{display:none}.teacher-student-copy strong{font-size:12.5px}.practice-hub{grid-template-columns:1fr;gap:10px}.practice-card{min-height:108px;padding:14px}.practice-icon-badge{width:41px;height:41px;flex-basis:41px;border-radius:12px}.practice-icon-badge svg{width:21px;height:21px}.practice-heading{gap:5px;padding-right:6px}.practice-tag{padding:4px 6px;font-size:9.5px}.practice-title{font-size:15px}.practice-card .scope-caret{font-size:11px}.settings-view{display:block}.settings-view>.card{margin-bottom:13px}.settings-view .toggle-row{align-items:flex-start;flex-wrap:wrap}.settings-view .toggle-row>.row{width:100%;justify-content:flex-end}.vocab-view>.row:first-child{align-items:center!important;gap:10px}.vocab-view>.row:first-child .btn{flex:none}.vocab-view .vb-list{grid-template-columns:1fr;padding:0}.vocab-header h1{font-size:24px}.vocab-removed-btn{padding-inline:10px!important}.vocab-tools{padding:14px}.vocab-selection-row{align-items:center;flex-wrap:nowrap!important}.vocab-bulk-actions{grid-template-columns:1fr 1fr}.vocab-bulk-actions .vocab-remove-action{grid-column:1 / -1}.vocab-view .vb-item{padding:15px}.vb-head{align-items:flex-start;gap:9px;flex-direction:column}.vb-head>.vb-actions{width:100%;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap}.vb-actions button.btn.vocab-item-action{width:auto}.vocab-view .card>.row{flex-wrap:wrap}.app-session .content{padding-top:12px!important}.question-view .session-head{margin-bottom:8px}.question-shell{gap:12px}.question-prompt-panel,.question-answer-panel{border-radius:16px}.question-prompt-panel{min-height:220px;padding:72px 18px 24px}.question-meta{left:16px;right:16px;top:16px}.question-prompt-panel .prompt-q{font-size:39px}.question-prompt-panel .prompt-q.sm,.question-prompt-panel .stem{font-size:17px}.question-answer-panel{min-height:0;padding:17px}.question-answer-title{margin-bottom:9px}.question-view .question-answer-panel .options{display:flex}.question-answer-panel .opt,.question-view.is-answered .question-answer-panel .opt{min-height:58px}.option-review-grid{grid-template-columns:1fr}.option-review-panel{padding:10px;border-radius:13px}.option-review-item{min-height:47px}.question-feedback{padding:17px;grid-template-columns:1fr;grid-template-areas:"head" "word" "memory" "sentence" "mastery" "hint" "actions";gap:12px}.feedback-word{padding:15px}.feedback-head .verdict{font-size:19px}.feedback-head .gain-badge{font-size:18px}.feedback-actions{display:grid;grid-template-columns:1fr 1fr}.feedback-actions .detail-link,.feedback-actions .btn{width:100%;min-width:0}.study-card{padding:22px 14px}.headword{font-size:39px}.prompt-q{font-size:23px;margin-bottom:17px}.app-session .options{display:flex}.opt{min-height:54px;padding:13px 14px;font-size:15px}.sheet{border-radius:20px 20px 0 0}}@media (orientation: landscape) and (max-height: 600px){.topbar{min-height:56px}.content{padding-top:14px}.dashboard-head{min-height:66px}.grade-guide{padding-block:12px}.dashboard-hero{min-height:285px}.dashboard-group-size{min-height:38px;margin-bottom:9px}.app-session .content{padding-top:10px!important;padding-bottom:16px}.study-card{padding-block:14px}.session-head{margin-bottom:7px}.phase-tag{margin-bottom:8px}}@media (orientation: landscape) and (min-width: 800px) and (max-height: 820px){.uvc-round-head{min-height:68px;padding-block:8px 16px}.uvc-round-exit{top:11px}.uvc-spell-card{min-height:430px;margin-top:13px;padding-block:21px}.uvc-piece-slots{margin-block:20px 17px}}.unit-trends-panel{margin:15px 0;padding:16px;border:1px solid #c7dce8;border-radius:20px;background:linear-gradient(145deg,#fffffff5,#f0f9fdf5);box-shadow:0 9px 24px #1d4d6c12}.unit-trends-title{margin-bottom:12px;display:flex;align-items:end;justify-content:space-between;gap:14px}.unit-trends-title>div{display:grid;gap:3px}.unit-trends-title span{color:#13808c;font-size:10px;font-weight:850;letter-spacing:.08em}.unit-trends-title strong{color:#153d59;font-size:16px}.unit-trends-title>small{color:#718696;font-size:10px}.unit-trends-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.accuracy-trend{min-width:0;padding:12px;overflow:hidden;border:1px solid #d6e4eb;border-radius:15px;background:#fff}.accuracy-trend-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.accuracy-trend-head span{color:#38576c;font-size:12px;font-weight:750}.accuracy-trend-head b{color:var(--trend);font-size:17px}.accuracy-trend svg{width:100%;height:63px;margin:6px 0 2px;overflow:visible}.accuracy-trend .trend-grid{fill:none;stroke:#e4edf2;stroke-width:.8}.accuracy-trend .trend-line{fill:none;stroke:var(--trend);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.accuracy-trend .trend-dot{fill:#fff;stroke:var(--trend);stroke-width:2}.accuracy-trend>small{display:block;color:#84939e;font-size:9px}.accuracy-trend-empty{min-height:71px;display:grid;place-items:center;color:#91a0aa;text-align:center;font-size:10px}.trend-blue{--trend:#1c8ed6}.trend-teal{--trend:#13a17d}.trend-gold{--trend:#d99200}.unit-reading-entry{position:relative;overflow:hidden;width:100%;margin:15px 0;padding:17px 20px;display:grid;grid-template-columns:62px minmax(0,1fr) auto;align-items:center;gap:16px;border:1px solid #b8dce9;border-radius:20px;color:#173f5c;text-align:left;cursor:pointer;background:radial-gradient(260px 120px at 90% -30%,rgba(255,199,32,.25),transparent 70%),linear-gradient(135deg,#eafaff,#fffdf2);box-shadow:0 9px 23px #1f5b7c17;transition:transform .18s ease,box-shadow .18s ease}.unit-reading-entry:after{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:linear-gradient(#1cb0f6,#ffb800)}.unit-reading-entry:hover{transform:translateY(-1px);box-shadow:0 13px 28px #1f5b7c21}.unit-reading-entry-icon{position:relative;width:58px;height:58px;display:grid;place-items:center;border-radius:17px;color:#fff;background:linear-gradient(145deg,#18b9de,#098fae);box-shadow:0 5px #08758f}.unit-reading-entry-icon b{font:900 21px/1 var(--wyx-font-en)}.unit-reading-entry-icon i{position:absolute;right:-5px;bottom:-4px;width:24px;height:24px;display:grid;place-items:center;border:3px solid #f4fdff;border-radius:50%;color:#795400;background:#ffc52e;font-size:9px;font-style:normal}.unit-reading-entry>span:nth-child(2){min-width:0;display:grid;gap:3px}.unit-reading-entry small{color:#0b888f;font-size:11px;font-weight:800;letter-spacing:.06em}.unit-reading-entry strong{font-size:18px}.unit-reading-entry em{overflow:hidden;color:#617b8e;font-size:11px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.unit-reading-entry>b:last-child{color:#08758f;font-size:13px}.senior-speed-hero{position:relative;overflow:hidden;width:100%;margin:15px 0;padding:21px 24px;display:grid;grid-template-columns:68px minmax(0,1fr) auto;align-items:center;gap:18px;border:1px solid #6fc9e2;border-radius:22px;color:#fff;text-align:left;cursor:pointer;background:radial-gradient(320px 160px at 88% -45%,rgba(255,199,32,.34),transparent 72%),radial-gradient(280px 170px at -8% 135%,rgba(32,199,167,.32),transparent 70%),linear-gradient(135deg,#1fb4e2,#0a8cad);box-shadow:0 6px #076e88,0 17px 34px #096e8c3d;transition:transform .18s ease,box-shadow .18s ease}.senior-speed-hero:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px #076e88,0 22px 38px #096e8c4d}.senior-speed-hero:active:not(:disabled){transform:translateY(4px);box-shadow:0 2px #076e88,0 9px 18px #096e8c33}.senior-speed-hero:focus-visible{outline:3px solid #ffc52e;outline-offset:3px}.senior-speed-hero:disabled{cursor:not-allowed;filter:grayscale(.55);opacity:.62;box-shadow:0 4px #5e7a86,0 10px 20px #46647329}.senior-speed-hero-icon{width:62px;height:62px;display:grid;place-items:center;border:3px solid rgba(255,255,255,.65);border-radius:19px;background:#ffffff29;box-shadow:0 4px #06546873;font-size:30px}.senior-speed-hero-copy{min-width:0;display:grid;gap:3px}.senior-speed-hero-copy small{color:#d9f6ff;font-size:11px;font-weight:800;letter-spacing:.08em}.senior-speed-hero-copy strong{font-size:22px;line-height:1.25;text-shadow:0 1px 0 rgba(6,84,104,.35)}.senior-speed-hero-copy em{color:#eafbff;font-size:12px;font-style:normal;line-height:1.5;opacity:.92}.senior-speed-hero-go{padding:11px 17px;border:2px solid rgba(255,255,255,.72);border-radius:999px;color:#075d74;background:#fff;box-shadow:0 4px #06546866;font-size:14px;font-weight:850;white-space:nowrap}.senior-speed-hero:hover:not(:disabled) .senior-speed-hero-go{background:#fff7d6}.uqr-page{width:min(100%,1080px);margin:0 auto}.uqr-topline{margin-bottom:13px;display:flex;align-items:center;justify-content:space-between;gap:12px}.uqr-topline .btn{width:auto}.uqr-topline>span{min-width:0;padding:7px 12px;overflow:hidden;border:1px solid #ccdde8;border-radius:999px;color:#45657b;background:#fff;font-size:11px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.uqr-hero{position:relative;overflow:hidden;min-height:164px;padding:25px 29px;display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid #abdbe8;border-radius:24px;background:radial-gradient(250px 170px at 100% 0,rgba(255,198,38,.22),transparent 70%),linear-gradient(135deg,#ebfbff,#fffdf4);box-shadow:0 15px 34px #1c58771a}.uqr-hero:before{content:"READ";position:absolute;right:165px;bottom:-15px;color:#0b8ba20e;font:900 82px/1 var(--wyx-font-en);letter-spacing:-.06em}.uqr-hero>div:first-child{position:relative;z-index:1}.uqr-hero>div:first-child>span{color:#09838a;font-size:12px;font-weight:850;letter-spacing:.08em}.uqr-hero h2{margin:7px 0 6px;color:#123c59;font-size:clamp(25px,3vw,34px)}.uqr-hero p{margin:0;color:#5b768a;font-size:13px}.uqr-book{position:relative;z-index:1;flex:0 0 105px;height:108px;display:grid;place-content:center;border:2px solid #fff;border-radius:19px 28px 28px 19px;color:#fff;text-align:center;background:linear-gradient(145deg,#18b8dc,#07829e);box-shadow:-8px 0 #ffc638,0 11px #076d85,0 18px 28px #08758f33;transform:rotate(4deg)}.uqr-book:before{content:"";position:absolute;left:12px;top:0;bottom:0;width:2px;background:#ffffff40}.uqr-book i{font:900 31px/1 var(--wyx-font-en);font-style:normal}.uqr-book b{margin-top:4px;font-size:10px;letter-spacing:.18em}.uqr-passage-grid{margin-top:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.uqr-passage-card{min-width:0;min-height:184px;padding:17px;display:grid;grid-template-columns:50px minmax(0,1fr) auto;grid-template-areas:"no copy enter" "status status status";align-items:start;gap:12px;border:1px solid #c8dce7;border-radius:20px;color:#264d68;text-align:left;background:#fff;box-shadow:0 9px 22px #1b446912;cursor:pointer}.uqr-passage-card:hover{border-color:#74c9dd;transform:translateY(-2px)}.uqr-passage-no{grid-area:no;width:48px;height:48px;display:grid;place-items:center;border-radius:14px;color:#fff;background:linear-gradient(145deg,#1bc0d3,#078e9e);box-shadow:0 4px #08777e;font:850 15px/1 var(--wyx-font-en)}.uqr-passage-copy{grid-area:copy;min-width:0;display:grid;gap:5px}.uqr-passage-copy small{color:#14909a;font-size:10px;font-weight:750}.uqr-passage-copy small span{color:inherit}.uqr-passage-copy strong{overflow:hidden;color:#153d5a;font:600 17px/1.35 var(--wyx-exam-en);text-overflow:ellipsis;white-space:nowrap}.uqr-passage-copy em{color:#718493;font-size:11px;font-style:normal}.uqr-enter{grid-area:enter;align-self:center;color:#087d87;font-size:11px;font-weight:800}.uqr-status-row{grid-area:status;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.uqr-status-row>span{padding:8px;display:grid;gap:2px;border:1px solid #dae5eb;border-radius:11px;color:#6d8290;background:#f8fbfc}.uqr-status-row>span.is-done{border-color:#a9dfc8;color:#08765d;background:#eefbf6}.uqr-status-row b{font-size:10px}.uqr-status-row small{font-size:9px}.uqr-mode-tabs{margin:0 0 14px;padding:5px;display:grid;grid-template-columns:repeat(3,1fr);gap:5px;border:1px solid #cadde8;border-radius:16px;background:#edf5f9}.uqr-mode-tabs button{min-height:43px;display:flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:11px;color:#537085;background:transparent;font-weight:750;cursor:pointer}.uqr-mode-tabs button>span{width:21px;height:21px;display:grid;place-items:center;border:1px solid #bdd2de;border-radius:50%;color:#6c8493;background:#f7fbfd;font-size:10px;font-weight:800}.uqr-mode-tabs button.is-active{color:#076e7d;background:#fff;box-shadow:0 4px 12px #1c506e1c}.uqr-mode-tabs button.is-active>span{border-color:#27a8bc;color:#fff;background:#159eb4}.uqr-reading-layout,.uqr-quiz-layout,.uqr-translate-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:15px;align-items:start}.uqr-paper,.uqr-sentences,.uqr-question,.uqr-translation-card{border:1px solid #cbdde7;border-radius:20px;background:#fff;box-shadow:0 10px 26px #18476512}.uqr-paper{position:sticky;top:12px;padding:20px;background:linear-gradient(90deg,rgba(28,176,246,.04) 1px,transparent 1px),#fff;background-size:24px 100%}.uqr-paper:before{content:"";position:absolute;left:10px;top:20px;bottom:20px;width:3px;border-radius:4px;background:linear-gradient(#1cb0f6,#ffc22e)}.uqr-paper-head{margin:0 0 15px 7px;display:flex;justify-content:space-between;align-items:center;gap:10px}.uqr-paper-head>span{color:#0a7d88;font-size:11px;font-weight:850;letter-spacing:.08em}.uqr-paper-head button{padding:7px 10px;display:flex;align-items:center;gap:5px;border:1px solid #9fd4e3;border-radius:999px;color:#08758a;background:#edfbff;font-size:10px;font-weight:750;cursor:pointer}.uqr-audio-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.uqr-paper-head .uqr-audio-actions button{min-height:30px;white-space:nowrap}.uqr-paper-head .uqr-audio-actions button.is-playing{border-color:#1cb0f6;color:#075f86;background:#dff5ff;box-shadow:0 0 0 3px #1cb0f61c}.uqr-paper-head .uqr-audio-actions .uqr-replay{padding-inline:9px;color:#526b7b;border-color:#d5e1e7;background:#fff}.uqr-paper-head svg,.uqr-sentences svg,.uqr-translation-card svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.uqr-paper>p{margin:0 5px 12px 8px;color:#203e53;font:500 18px/1.85 var(--wyx-exam-en);letter-spacing:.005em}.uqr-paper mark{padding:1px 3px;border-radius:5px;color:#075f86;background:#dff5ff}.uqr-paper>small{margin-left:8px;color:#7c8d99;font-size:10px}.uqr-paper>small mark{color:#075f86;background:#dff5ff}.uqr-sentences,.uqr-question,.uqr-translation-card{padding:18px}.uqr-section-title{margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.uqr-section-title>div{display:grid;gap:2px}.uqr-section-title strong{color:#173f5b}.uqr-section-title small{color:#768a98;font-size:10px}.uqr-section-title>span{padding:5px 9px;border-radius:999px;color:#08765d;background:#e7f9f2;font-size:10px;font-weight:750}.uqr-sentences>button:not(.btn){width:100%;margin-bottom:8px;padding:11px;display:grid;grid-template-columns:27px minmax(0,1fr) 30px;align-items:center;gap:9px;border:1px solid #d6e3ea;border-radius:13px;color:#294b62;text-align:left;background:#fafdff;cursor:pointer}.uqr-sentences>button:not(.btn).is-listened{border-color:#9ddcc4;background:#f0fbf6}.uqr-sentences>button:not(.btn)>span{width:25px;height:25px;display:grid;place-items:center;border-radius:8px;color:#fff;background:#12a5bd;font-size:10px;font-weight:800}.uqr-sentences>button:not(.btn).is-listened>span{background:#19a77d}.uqr-sentences button p{margin:0;font:500 14px/1.55 var(--wyx-exam-en);letter-spacing:.003em}.uqr-sentences button i{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:#087c90;background:#e0f5fa}.uqr-checkin{margin-top:7px}.uqr-question>span{color:#0a8892;font-size:11px;font-weight:850}.uqr-question h3{margin:8px 0 16px;color:#173c57;font:600 19px/1.5 var(--wyx-exam-en)}.uqr-question>div:not(.uqr-feedback){display:grid;gap:9px}.uqr-question>div>button{min-height:50px;padding:10px 13px;display:flex;align-items:center;gap:11px;border:1px solid #cfdee7;border-radius:13px;color:#315169;text-align:left;background:#fbfdfe;font:500 15px/1.45 var(--wyx-exam-en);cursor:pointer}.uqr-question>div>button b{flex:0 0 28px;width:28px;height:28px;display:grid;place-items:center;border-radius:8px;color:#087b8d;background:#e5f5f9}.uqr-question>div>button.is-correct{border-color:#71cba7;color:#08704f;background:#eafaf3}.uqr-question>div>button.is-wrong{border-color:#ef9c94;color:#a2413a;background:#fff0ed}.uqr-feedback{margin-top:14px;padding:14px;border-radius:14px}.uqr-feedback.is-correct{color:#08704f;background:#e9faf2}.uqr-feedback.is-wrong{color:#9f403a;background:#fff0ed}.uqr-feedback p{margin:7px 0;font-size:12px;line-height:1.5}.uqr-feedback .btn{margin-top:8px}.uqr-translation-card>label{display:block;color:#173d58;font-size:17px;font-weight:800}.uqr-translation-card>small{display:block;margin:5px 0 12px;color:#718693;font-size:11px}.uqr-translation-card textarea{width:100%;min-height:190px;padding:14px;resize:vertical;border:1px solid #bfd6e2;border-radius:14px;outline:none;color:#23475f;background:#fbfdfe;font:500 15px/1.7 var(--wyx-font-cn)}.uqr-translation-card textarea:focus{border-color:#45b7cf;box-shadow:0 0 0 3px #1cb0f61c}.uqr-translation-card>.btn{margin-top:11px}.uqr-grade-error{margin-top:9px;padding:9px 11px;border-radius:10px;color:#9d3f39;background:#fff0ed;font-size:11px}.uqr-grade-result{padding:22px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:17px;border:1px solid #b9d9d0;border-radius:22px;background:linear-gradient(145deg,#f5fffb,#fffdf5);box-shadow:0 13px 31px #1d5b4b17}.uqr-grade-score{width:91px;height:91px;display:flex;align-items:baseline;justify-content:center;place-self:start;border:5px solid rgba(255,255,255,.9);border-radius:50%;color:#fff;background:#179e79;box-shadow:0 7px #08735a,0 12px 25px #08735a2e}.uqr-grade-score.is-ok{background:#d39108;box-shadow:0 7px #a06800,0 12px 25px #a0680029}.uqr-grade-score.is-low{background:#d65d55;box-shadow:0 7px #a43f39,0 12px 25px #a43f3929}.uqr-grade-score strong{font:700 36px/1 var(--wyx-font-en)}.uqr-grade-score span{font-size:12px;font-weight:800}.uqr-grade-copy{align-self:center}.uqr-grade-copy>span{color:#12806c;font-size:10px;font-weight:850;letter-spacing:.08em}.uqr-grade-copy h2{margin:5px 0;color:#17493d;font-size:24px}.uqr-grade-copy p{margin:0;color:#587369;line-height:1.65}.uqr-grade-issues,.uqr-translation-compare,.uqr-grade-result>.btn{grid-column:1/-1}.uqr-grade-issues{padding:15px;border:1px solid #d5e5df;border-radius:15px;background:#fff}.uqr-grade-issues h3{margin:0 0 10px;color:#264f45;font-size:14px}.uqr-grade-issues>div{padding:9px 0;display:grid;grid-template-columns:52px minmax(0,1fr);gap:3px 9px;border-top:1px dashed #d9e5e1}.uqr-grade-issues>div:first-of-type{border-top:0}.uqr-grade-issues b{grid-row:1/3;width:max-content;padding:4px 7px;align-self:start;border-radius:7px;color:#9a5b00;background:#fff2c9;font-size:10px}.uqr-grade-issues p{margin:0;color:#3f5c54;font-size:12px;line-height:1.55}.uqr-grade-issues small{color:#74877f;font-size:10px}.uqr-grade-issues .is-clean b{color:#fff;background:#1aa47e}.uqr-translation-compare{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:9px}.uqr-translation-compare>div{padding:12px;border:1px solid #d6e3e9;border-radius:13px;background:#f9fcfd}.uqr-translation-compare>div:last-child{border-color:#b8dfd1;background:#f0faf6}.uqr-translation-compare span{color:#11828a;font-size:10px;font-weight:850}.uqr-translation-compare p{margin:7px 0 0;color:#3d596b;font-size:12px;line-height:1.65;white-space:pre-wrap}.uqr-self-grade{margin-top:12px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px}.uqr-self-grade strong{color:#294e65;font-size:12px}.uqr-self-grade button{padding:9px 12px;border:1px solid #d3dfe6;border-radius:10px;color:#607788;background:#fff;font-weight:750;cursor:pointer}.uqr-self-grade button:last-child{border-color:#66c7a2;color:#08704f;background:#e7f9f1}.uqr-success{position:relative;overflow:hidden;min-height:390px;padding:55px 25px;display:grid;place-items:center;align-content:center;text-align:center;border:1px solid #a9ddc9;border-radius:24px;background:radial-gradient(circle at 50% 0,rgba(255,197,39,.28),transparent 36%),linear-gradient(145deg,#effcf7,#fffdf2);box-shadow:0 14px 32px #1d644e1a}.uqr-success>div{width:82px;height:82px;display:grid;place-items:center;border:5px solid #fff;border-radius:50%;color:#fff;background:linear-gradient(145deg,#20c692,#0b9d78);box-shadow:0 8px #08765d,0 15px 28px #08765d33;font-size:38px}.uqr-success>span{margin-top:24px;color:#08765d;font-size:11px;font-weight:850;letter-spacing:.1em}.uqr-success h2{margin:7px 0;color:#164a3b;font-size:30px}.uqr-success p{max-width:480px;margin:0 0 20px;color:#5c766d}.uqr-success .btn{width:auto;min-width:150px}.uqr-success-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:9px}@media (max-width:959px){.unit-trends-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.senior-speed-hero{padding:18px 20px;grid-template-columns:58px minmax(0,1fr) auto;gap:14px;border-radius:20px}.senior-speed-hero-icon{width:54px;height:54px;border-radius:16px;font-size:26px}.senior-speed-hero-copy strong{font-size:19px}.uqr-reading-layout,.uqr-quiz-layout,.uqr-translate-layout{grid-template-columns:1fr}.uqr-paper{position:relative;top:auto}}@media (max-width:599px){.grade-guide{min-height:0;grid-template-columns:minmax(0,1fr) 142px;gap:7px 10px;padding:8px 10px 8px 12px;border-radius:14px}.grade-guide-copy>strong{font-size:18px}.grade-guide-copy>strong small{display:none}.grade-guide-select{grid-template-columns:1fr;gap:2px}.grade-guide-select>span{display:none}.grade-guide-select select{min-height:38px}.grade-guide-note{grid-column:1/-1;margin-top:-2px;overflow:hidden;text-overflow:ellipsis}.grade-guide-confirm{grid-column:1/-1;width:100%}.unit-trends-panel{padding:13px;border-radius:17px}.unit-trends-title{align-items:start}.unit-trends-title>small{display:none}.unit-trends-grid{grid-template-columns:1fr}.accuracy-trend{padding:11px 12px}.accuracy-trend svg{height:53px}.unit-reading-entry{padding:14px 12px 15px 16px;grid-template-columns:48px minmax(0,1fr);gap:11px;border-radius:17px}.unit-reading-entry-icon{width:46px;height:46px;border-radius:14px}.unit-reading-entry-icon b{font-size:17px}.unit-reading-entry>span:nth-child(2) strong{font-size:15px}.unit-reading-entry>b:last-child{display:none}.senior-speed-hero{margin:12px 0;padding:15px 14px;grid-template-columns:48px minmax(0,1fr);gap:11px;border-radius:18px}.senior-speed-hero-icon{width:46px;height:46px;border-width:2px;border-radius:14px;font-size:22px}.senior-speed-hero-copy small{font-size:10px}.senior-speed-hero-copy strong{font-size:17px}.senior-speed-hero-copy em{font-size:11px}.senior-speed-hero-go{grid-column:1 / -1;padding:10px 12px;text-align:center}.uqr-hero{min-height:144px;padding:19px;border-radius:19px}.uqr-hero h2{font-size:25px}.uqr-hero p{max-width:220px;font-size:10px}.uqr-book{flex-basis:73px;height:77px;border-radius:14px 20px 20px 14px;box-shadow:-5px 0 #ffc638,0 7px #076d85}.uqr-book i{font-size:23px}.uqr-passage-grid{grid-template-columns:1fr}.uqr-passage-card{min-height:170px;grid-template-columns:43px minmax(0,1fr);grid-template-areas:"no copy" "status status" "enter enter"}.uqr-passage-no{width:41px;height:41px}.uqr-enter{justify-self:end}.uqr-mode-tabs button{min-height:39px;font-size:12px}.uqr-mode-tabs button>span{width:19px;height:19px}.uqr-paper,.uqr-sentences,.uqr-question,.uqr-translation-card{padding:14px;border-radius:17px}.uqr-paper>p{font-size:16px;line-height:1.75}.uqr-sentences>button:not(.btn){grid-template-columns:25px minmax(0,1fr) 28px;padding:9px;gap:7px}.uqr-sentences button p{font-size:13px}.uqr-translation-card textarea{min-height:150px}.uqr-translation-compare{grid-template-columns:1fr}.uqr-grade-result{padding:16px;grid-template-columns:70px minmax(0,1fr);gap:13px}.uqr-grade-score{width:68px;height:68px;border-width:4px;box-shadow:0 5px #08735a,0 9px 18px #08735a26}.uqr-grade-score strong{font-size:27px}.uqr-grade-copy h2{font-size:19px}.uqr-grade-copy p{font-size:12px}.uqr-grade-issues>div{grid-template-columns:47px minmax(0,1fr)}.uqr-self-grade{grid-template-columns:1fr 1fr}.uqr-self-grade strong{grid-column:1/-1}}@media (orientation:landscape) and (min-width:800px) and (max-height:820px){.unit-trends-panel{padding:13px 15px}.accuracy-trend svg{height:51px;margin-block:2px}.uqr-hero{min-height:132px;padding-block:18px}.uqr-passage-card{min-height:160px}.uqr-paper>p{font-size:17px;line-height:1.7}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.student-nudge{width:fit-content;max-width:min(100%,620px);margin:13px auto 3px;padding:10px 13px;display:flex;align-items:flex-start;gap:8px;border:1px solid #c9ddd7;border-radius:12px;color:#355d54;background:linear-gradient(135deg,#f6fbf9,#fffdf8);font-size:12px;font-weight:650;line-height:1.55;text-align:left;box-shadow:0 5px 13px #1f4e420f}.student-nudge-icon{width:24px;height:24px;flex:0 0 24px;display:grid;place-items:center;border-radius:8px;color:#08785f;background:#dff5ec}.student-nudge-copy{min-width:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:1px 7px}.student-nudge-copy>strong{flex:none;color:inherit;font-size:.96em;font-weight:850;white-space:nowrap}.student-nudge-copy>span{min-width:0}.student-nudge.is-warm{border-color:#ead5b7;color:#71542d;background:linear-gradient(135deg,#fff9ec,#fffdf8)}.student-nudge.is-warm .student-nudge-icon{color:#a76c0c;background:#fff0c9}.student-nudge.is-success{border-color:#b9ded2;color:#245f50;background:linear-gradient(135deg,#effbf6,#fffdf7)}.student-nudge.is-compact{margin:0;padding:7px 10px;gap:7px;font-size:11px;box-shadow:none}.student-nudge.is-compact .student-nudge-icon{width:20px;height:20px;flex-basis:20px;border-radius:7px}.section-context-nudge{width:100%;max-width:none;margin:0 0 12px;border-color:color-mix(in srgb,var(--accent,var(--wyx-primary)) 28%,#dce6ef);color:color-mix(in srgb,var(--accent,var(--wyx-primary)) 72%,#243b52);background:linear-gradient(110deg,color-mix(in srgb,var(--accent,var(--wyx-primary)) 9%,#fff),#fffdf8);box-shadow:0 5px 14px color-mix(in srgb,var(--accent,var(--wyx-primary)) 8%,transparent)}.section-context-nudge .student-nudge-icon{color:var(--accent,var(--wyx-primary));background:color-mix(in srgb,var(--accent,var(--wyx-primary)) 14%,#fff)}.study-dashboard>.section-context-nudge,.practice-hub>.section-context-nudge{grid-column:1/-1}.practice-hub>.section-context-nudge{margin-bottom:2px}.dashboard-resume-card>div>em{display:block;margin-top:5px;color:#537069;font-size:10px;font-style:normal;line-height:1.45}.question-feedback>.student-nudge,.uqr-grade-result>.student-nudge{grid-column:1/-1}.tutor-wait-nudge{display:block;margin-top:4px;color:#50766c;font-size:11px;font-weight:600}.uvc-summary>.student-nudge{margin-block:15px 5px}@media (max-width:599px){.student-nudge{width:100%;max-width:none;padding:9px 10px;font-size:11px}.dashboard-head .dashboard-mascot-wrap{display:none}}.settings-lab-entry{min-width:0;display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;border-style:dashed;border-color:#b8cee1;background:linear-gradient(135deg,#f7fbff,#fffdf6);box-shadow:none}.settings-lab-mark{width:44px;height:44px;display:grid;place-items:center;border:1px solid #b9d9eb;border-radius:14px;color:#177ca9;background:#e5f6ff}.settings-lab-copy{min-width:0;display:grid;gap:2px}.settings-lab-copy>span{color:#7a8c9b;font-size:10px;font-weight:850;letter-spacing:.08em}.settings-lab-copy>strong{overflow:hidden;color:#274a64;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.settings-lab-copy>small{color:#738696;font-size:10px;line-height:1.45}.settings-lab-entry>.btn{white-space:nowrap}.dungeon-lab-shell{width:min(100%,1280px);min-height:100dvh;margin:0 auto;position:relative;z-index:1;color:#26314f;background:linear-gradient(180deg,#f4f7ff,#eef2fb);border-inline:1px solid #dfe6f5}.dungeon-lab-shell button,.dungeon-lab-shell select{font-family:var(--wyx-font-cn)}.dungeon-lab-topbar{min-height:64px;padding:max(8px,env(safe-area-inset-top)) 30px 8px;position:sticky;top:0;z-index:20;display:grid;grid-template-columns:minmax(150px,1fr) auto minmax(150px,1fr);align-items:center;gap:18px;border-bottom:1px solid #e2e8f5;background:#ffffffe0;box-shadow:0 6px 18px #2e407814;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dungeon-lab-back{width:max-content;min-height:44px;padding:8px 12px;display:flex;align-items:center;gap:7px;border:1px solid #d3dcee;border-radius:12px;color:#3c4a6e;background:#fff;font-size:12px;font-weight:800;cursor:pointer;transition:background .16s ease,transform .12s ease}.dungeon-lab-back:hover{background:#f0f4fd}.dungeon-lab-back:active{transform:scale(.96)}.dungeon-lab-brand{display:flex;align-items:center;gap:10px;text-align:left}.dungeon-lab-brand>span{width:40px;height:40px;display:grid;place-items:center;border-radius:13px;color:#fff;background:linear-gradient(145deg,#1fb3ac,#3d6ef0);box-shadow:0 4px 12px #2d6edc47}.dungeon-lab-brand>div{display:grid;gap:1px}.dungeon-lab-brand strong{color:#22305b;font-size:15px;letter-spacing:.02em}.dungeon-lab-brand small{color:#7a86a8;font-size:10px}.dungeon-lab-safety{justify-self:end;padding:7px 11px;display:flex;align-items:center;gap:5px;border:1px solid #bfe6d4;border-radius:999px;color:#12805f;background:#e9f8f1;font-size:11px;font-weight:800}.dungeon-lab-topbar.is-hidden{display:none}.dungeon-lab-shell.is-skill-immersive .dungeon-lab-main.is-skills{padding:0}.dungeon-lab-main{padding:25px 30px calc(52px + env(safe-area-inset-bottom))}.dungeon-section-heading{margin-bottom:13px;display:flex;align-items:end;justify-content:space-between;gap:14px}.dungeon-section-heading>div{min-width:0}.dungeon-section-heading>div>span{color:#0e9aa8;font-size:10px;font-weight:900;letter-spacing:.1em}.dungeon-section-heading h2{margin:4px 0 3px;color:#22305b;font-size:22px}.dungeon-section-heading p{margin:0;color:#7a86a8;font-size:11px}.dungeon-section-heading>span{flex:none;padding:6px 10px;border:1px solid #d8e0f0;border-radius:999px;color:#5a6890;background:#fff;font-size:10px;font-weight:800}.dungeon-route-hero{min-height:238px;padding:34px 38px;position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 190px;align-items:center;gap:28px;border:1px solid #dbe4f6;border-radius:28px;background:radial-gradient(280px 190px at 88% 108%,rgba(31,179,172,.14),transparent 72%),radial-gradient(240px 170px at 6% -10%,rgba(61,110,240,.1),transparent 70%),linear-gradient(130deg,#fff,#eef4ff);box-shadow:0 14px 34px #2e40781a}.dungeon-route-hero:after{content:"";width:220px;height:220px;position:absolute;right:-90px;top:-120px;border:28px solid rgba(61,110,240,.08);border-radius:50%}.dungeon-route-hero>div{position:relative;z-index:1}.dungeon-route-hero>div>span{color:#0e9aa8;font-size:11px;font-weight:900;letter-spacing:.13em}.dungeon-route-hero h1{margin:9px 0 11px;color:#1d2a52;font-size:clamp(29px,3.4vw,43px);line-height:1.22}.dungeon-route-hero p{max-width:760px;margin:0;color:#5a6890;font-size:13px;line-height:1.75}.dungeon-route-hero aside{min-height:142px;padding:20px 16px;position:relative;z-index:1;display:grid;place-content:center;justify-items:center;gap:4px;border:1px solid #cfe8e4;border-radius:22px;color:#22305b;background:#ffffffbf;box-shadow:0 8px 20px #2e407814}.dungeon-route-hero aside span{color:#7a86a8;font-size:10px;font-weight:850}.dungeon-route-hero aside strong{color:#0e9aa8;font-size:27px}.dungeon-route-hero aside small{color:#5a6890;font-size:10px}.dungeon-route-grid{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.dungeon-route-card{--route:#1fa9a0;--route-glow:rgba(31,169,160,.3);min-width:0;min-height:230px;padding:24px;position:relative;overflow:hidden;display:grid;grid-template-columns:72px minmax(0,1fr);align-items:start;gap:17px;border:1px solid color-mix(in srgb,var(--route) 38%,#e2e8f5);border-radius:24px;color:inherit;text-align:left;background:#fff;box-shadow:inset 0 5px 0 var(--route),0 12px 28px #2e40781a;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.dungeon-route-card:after{content:"";width:150px;height:150px;position:absolute;right:-72px;top:-83px;border:24px solid color-mix(in srgb,var(--route) 10%,transparent);border-radius:50%}.dungeon-route-card.is-skills{--route:#7a5af8;--route-glow:rgba(122,90,248,.3)}.dungeon-route-card:hover{transform:translateY(-3px);box-shadow:inset 0 5px 0 var(--route),0 18px 34px #2e407824,0 0 22px var(--route-glow)}.dungeon-route-card:focus-visible{outline:3px solid #2f7df6;outline-offset:3px}.dungeon-route-mark{width:70px;height:70px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--route) 35%,#e2e8f5);border-radius:21px;color:var(--route);background:color-mix(in srgb,var(--route) 8%,#fff);box-shadow:0 6px 16px var(--route-glow)}.dungeon-route-copy{min-width:0;display:block}.dungeon-route-copy small{color:var(--route);font-size:10px;font-weight:900;letter-spacing:.09em}.dungeon-route-copy strong{display:block;margin:5px 0 2px;color:#1d2a52;font-size:25px}.dungeon-route-copy em{display:block;color:#5a6890;font-size:12px;font-style:normal;font-weight:850}.dungeon-route-copy p{margin:12px 0 17px;color:#7a86a8;font-size:11px;line-height:1.65}.dungeon-route-copy>span{display:inline-flex;padding:7px 11px;border-radius:999px;color:var(--route);background:color-mix(in srgb,var(--route) 12%,#fff);font-size:11px;font-weight:900}.dungeon-route-note{margin-top:16px;padding:13px 16px;display:flex;align-items:center;gap:11px;border:1px solid #c4e6d6;border-radius:15px;color:#3f7a64;background:#eef9f3}.dungeon-route-note>svg{flex:none;color:#1fa97c}.dungeon-route-note strong{display:block;color:#12805f;font-size:11px}.dungeon-route-note p{margin:2px 0 0;font-size:10px;line-height:1.55}.dungeon-lab-hero{min-height:220px;padding:32px 36px;position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:center;gap:28px;border:1px solid #d8e6f0;border-radius:28px;background:radial-gradient(300px 210px at 92% -8%,rgba(61,110,240,.1),transparent 72%),radial-gradient(260px 190px at 8% 112%,rgba(31,179,172,.12),transparent 70%),linear-gradient(128deg,#fff,#e9f4f9 52%,#eef1fd);box-shadow:0 14px 34px #2e40781a}.dungeon-lab-hero:before{content:"";position:absolute;width:300px;height:300px;right:190px;top:-210px;border:36px solid rgba(31,179,172,.08);border-radius:50%}.dungeon-lab-hero-copy{position:relative;z-index:1}.dungeon-lab-hero-copy>span,.dungeon-chapter-banner>div>span{color:#0e9aa8;font-size:11px;font-weight:900;letter-spacing:.14em}.dungeon-lab-hero h1{max-width:710px;margin:9px 0 11px;color:#1d2a52;font-size:clamp(28px,3.3vw,44px);line-height:1.22}.dungeon-lab-hero p{max-width:720px;margin:0;color:#5a6890;font-size:13px;line-height:1.75}.dungeon-lab-principles{margin-top:18px;display:flex;flex-wrap:wrap;gap:7px}.dungeon-lab-principles span{padding:6px 11px;border:1px solid #f0ddaa;border-radius:999px;color:#96700f;background:#fdf6e3;font-size:10px;font-weight:800}.dungeon-lab-map-art{min-height:150px;position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.dungeon-lab-map-art i,.dungeon-lab-map-art em{width:58px;height:58px;flex:0 0 58px;display:grid;place-items:center;position:relative;z-index:1;border:4px solid #fff;border-radius:20px;color:#fff;background:linear-gradient(145deg,#1fb3ac,#0e8f8a);box-shadow:0 6px 14px #148c8459;font-size:18px;font-style:normal;font-weight:900}.dungeon-lab-map-art i:nth-of-type(2){background:linear-gradient(145deg,#5f83f2,#3d5bd8);box-shadow:0 6px 14px #3d5bd859}.dungeon-lab-map-art i:nth-of-type(3){background:linear-gradient(145deg,#9a7bf0,#7448cc);box-shadow:0 6px 14px #7a5adc59}.dungeon-lab-map-art em{width:68px;height:68px;flex-basis:68px;color:#7a5a00;background:linear-gradient(145deg,#ffd95e,#f5b81f);box-shadow:0 7px 16px #d2961466}.dungeon-lab-map-art b{width:34px;height:7px;margin-inline:-1px;border-radius:99px;background:repeating-linear-gradient(90deg,#9fd8d4 0,#9fd8d4 8px,#e3ecf6 8px,#e3ecf6 14px)}.dungeon-unit-next{margin:15px 0 5px;padding:15px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #c4e2de;border-radius:18px;background:linear-gradient(120deg,#eafaf7,#fff 60%);box-shadow:0 8px 22px #2e407814}.dungeon-unit-next>div{min-width:0;display:grid;gap:2px}.dungeon-unit-next small{color:#0e9aa8;font-size:10px;font-weight:900;letter-spacing:.1em}.dungeon-unit-next strong{color:#1d2a52;font-size:18px}.dungeon-unit-next span{color:#7a86a8;font-size:11px}.dungeon-unit-next .btn{width:auto;flex:none}.dungeon-preview-toggle{margin:11px 0 0 auto;width:max-content;min-height:44px;padding:7px 10px;display:flex;align-items:center;gap:6px;border:1px dashed #b9c4dc;border-radius:10px;color:#7a86a8;background:#fff;font-size:10px;font-weight:800;cursor:pointer}.dungeon-preview-toggle.is-on{border-style:solid;border-color:#2bbd92;color:#12805f;background:#e9f8f1}.dungeon-unit-map{margin-top:22px}.dungeon-unit-route{padding:20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;border:1px solid #e0e7f4;border-radius:24px;background:#fbfcff;box-shadow:0 10px 26px #2e407814}.dungeon-unit-node{min-width:0;min-height:112px;padding:12px;display:grid;grid-template-columns:74px minmax(0,1fr);align-items:center;gap:13px;border:1px solid #dfe6f2;border-radius:18px;color:inherit;text-align:left;background:#fff;box-shadow:0 6px 16px #2e40780f;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.dungeon-node-orb{width:74px;height:74px;display:grid;place-content:center;gap:1px;position:relative;z-index:1;border:4px solid #fff;border-radius:24px;color:#fff;text-align:center;background:linear-gradient(145deg,#1fb3ac,#0e8f8a);box-shadow:0 6px 14px #148c844d}.dungeon-unit-node:nth-child(4n+2) .dungeon-node-orb{background:linear-gradient(145deg,#5f83f2,#3d5bd8);box-shadow:0 6px 14px #3d5bd84d}.dungeon-unit-node:nth-child(4n+3) .dungeon-node-orb{background:linear-gradient(145deg,#9a7bf0,#7448cc);box-shadow:0 6px 14px #7a5adc4d}.dungeon-unit-node:nth-child(4n+4) .dungeon-node-orb{background:linear-gradient(145deg,#f2a93b,#d97f16);box-shadow:0 6px 14px #d97f164d}.dungeon-node-orb small{font-size:8px;font-weight:850;letter-spacing:.1em;opacity:.92}.dungeon-node-orb strong{font-size:21px;font-weight:900;line-height:1}.dungeon-node-card{min-width:0;display:grid;justify-items:start;gap:3px}.dungeon-node-card>small{max-width:100%;overflow:hidden;color:#0e9aa8;font-size:9px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.dungeon-node-card>strong{max-width:100%;overflow:hidden;color:#22305b;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.dungeon-node-meta{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:4px}.dungeon-node-meta i{padding:3px 7px;border-radius:999px;color:#5a6890;background:#eef2fa;font-size:9px;font-style:normal;font-weight:750;white-space:nowrap}.dungeon-node-state{margin-top:3px;padding:5px 10px;border-radius:999px;color:#0e8f8a;background:#e2f6f3;font-size:10px;font-weight:850;white-space:nowrap}.dungeon-node-state.has-tried{color:#96700f;background:#fdf1d3}.dungeon-unit-node.is-open{border-color:#9ad9d2;cursor:pointer;box-shadow:inset 4px 0 #1fb3ac,0 8px 20px #2e40781a}.dungeon-unit-node.is-open:hover{transform:translateY(-2px)}.dungeon-unit-node.is-open:focus-visible{outline:3px solid #2f7df6;outline-offset:3px}.dungeon-unit-node.is-passed{border-color:#f0d492;background:linear-gradient(145deg,#fffaec,#fff);box-shadow:inset 4px 0 #f2b63c,0 8px 20px #2e40781a}.dungeon-unit-node:disabled{cursor:not-allowed}.dungeon-unit-node.is-pending{border-style:dashed;border-color:#dde3ef;background:#f7f9fd}.dungeon-unit-node.is-pending .dungeon-node-orb{filter:grayscale(.85) brightness(.94);box-shadow:none}.dungeon-unit-node.is-pending .dungeon-node-card>strong,.dungeon-unit-node.is-pending .dungeon-node-card>small{color:#9aa4c0}.dungeon-unit-node.is-pending .dungeon-node-state{color:#8b95b2;background:#eef1f7}.dungeon-unit-node:disabled:not(.is-pending){filter:saturate(.4);opacity:.62}.dungeon-chapter-hero{padding:24px;position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(260px,.85fr) minmax(460px,1.15fr);align-items:center;gap:20px;border:1px solid #dbe4f6;border-radius:24px;background:radial-gradient(280px 200px at 96% -10%,rgba(61,110,240,.09),transparent 70%),linear-gradient(125deg,#fff,#eef3fc);box-shadow:0 12px 28px #2e40781a}.dungeon-chapter-banner{min-width:0;position:relative;z-index:1;display:flex;align-items:flex-start;gap:13px}.dungeon-chapter-flag{flex:none;width:46px;height:56px;display:grid;place-items:center;padding-bottom:9px;color:#7a5a00;background:linear-gradient(160deg,#ffd95e,#f5b81f);clip-path:polygon(0 0,100% 0,100% 100%,50% 82%,0 100%);filter:drop-shadow(0 5px 8px rgba(190,140,20,.3))}.dungeon-chapter-hero h1{margin:6px 0;color:#1d2a52;font-size:clamp(27px,3vw,38px)}.dungeon-unit-title-en,.dungeon-unit-title-cn{display:block}.dungeon-unit-title-en{font-family:var(--wyx-font-en);line-height:1.18}.dungeon-unit-title-cn{margin-top:3px;font-size:.78em;line-height:1.25;white-space:nowrap}.dungeon-chapter-hero p{margin:0;color:#5a6890;font-size:11px;line-height:1.6}.dungeon-unit-detail-hero{grid-template-columns:minmax(0,1fr) minmax(500px,1.3fr)}.dungeon-unit-detail-hero h1{font-size:clamp(26px,2.5vw,32px);line-height:1.25}.dungeon-unit-mini-rail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}.dungeon-unit-mini-rail>span{min-width:0;padding:9px 7px;display:grid;justify-items:center;gap:4px;border:1px solid #e0e7f3;border-radius:12px;color:#7a86a8;background:#f7f9fd}.dungeon-unit-mini-rail i{width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:#e9eef8;color:#4a5a85;font-size:10px;font-style:normal;font-weight:900}.dungeon-unit-mini-rail b{max-width:100%;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.dungeon-unit-mini-rail>span.is-open{color:#0e8f8a;border-color:#9ad9d2;background:#eafaf7}.dungeon-unit-mini-rail>span.is-open i{color:#fff;background:#1fb3ac}.dungeon-unit-mini-rail>span.is-done{color:#12805f;border-color:#a9e0c8;background:#e9f8f1}.dungeon-unit-mini-rail>span.is-done i{color:#fff;background:#2bbd92}.dungeon-unit-gates{margin-top:22px}.dungeon-unit-gate-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.dungeon-unit-gate{--domain:#1fb3ac;--domain-glow:rgba(31,179,172,.28);min-width:0;min-height:164px;padding:16px;position:relative;overflow:hidden;display:grid;grid-template-columns:42px 46px minmax(0,1fr);align-items:start;gap:11px;border:1px solid color-mix(in srgb,var(--domain) 36%,#e2e8f5);border-radius:19px;color:inherit;text-align:left;background:#fff;box-shadow:inset 0 4px 0 var(--domain),0 8px 20px #2e407814;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.dungeon-unit-gate.is-grammar{--domain:#5f83f2;--domain-glow:rgba(95,131,242,.28)}.dungeon-unit-gate.is-reading{--domain:#e8973a;--domain-glow:rgba(232,151,58,.28)}.dungeon-unit-gate.is-cloze{--domain:#9a7bf0;--domain-glow:rgba(154,123,240,.28)}.dungeon-unit-gate.is-boss{--domain:#f2b63c;--domain-glow:rgba(242,182,60,.32);grid-column:1/-1}.dungeon-unit-gate.is-open{cursor:pointer;box-shadow:inset 0 4px 0 var(--domain),0 8px 20px #2e40781a,0 0 18px var(--domain-glow)}.dungeon-unit-gate.is-open:hover{transform:translateY(-2px)}.dungeon-unit-gate.is-open:focus-visible,.dungeon-unit-gate.is-soft-open:focus-visible{outline:3px solid #2f7df6;outline-offset:3px}.dungeon-unit-gate.is-locked{border-color:color-mix(in srgb,var(--domain) 22%,#dbe3f0);background:linear-gradient(145deg,#fbfcff,color-mix(in srgb,var(--domain) 5%,#fff));box-shadow:inset 0 4px color-mix(in srgb,var(--domain) 64%,#c3cbde),0 7px 17px #2e407812}.dungeon-unit-gate.is-locked .dungeon-gate-order{background:color-mix(in srgb,var(--domain) 72%,#8e9ab3);box-shadow:none}.dungeon-unit-gate.is-locked .dungeon-domain-icon{color:color-mix(in srgb,var(--domain) 76%,#75819b);background:color-mix(in srgb,var(--domain) 7%,#fff)}.dungeon-unit-gate.is-soft-open{cursor:pointer}.dungeon-unit-gate.is-soft-open:hover{border-color:color-mix(in srgb,var(--domain) 44%,#dbe3f0);transform:translateY(-2px);box-shadow:inset 0 4px 0 var(--domain),0 10px 22px #2e40781c}.dungeon-unit-gate.is-done{--domain:#2bbd92;--domain-glow:rgba(43,189,146,.3);box-shadow:inset 0 4px 0 var(--domain),0 8px 20px #2e40781a,0 0 18px var(--domain-glow)}.dungeon-gate-order{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;color:#fff;background:var(--domain);font-size:11px;font-weight:900;box-shadow:0 4px 12px var(--domain-glow)}.dungeon-unit-gate .dungeon-domain-icon{width:44px;height:44px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--domain) 35%,#e2e8f5);border-radius:14px;color:var(--domain);background:color-mix(in srgb,var(--domain) 8%,#fff)}.dungeon-gate-copy{min-width:0;display:block}.dungeon-gate-copy small{color:var(--domain);font-size:11px;font-weight:900;letter-spacing:.08em}.dungeon-gate-copy strong{display:block;margin:2px 0;color:#22305b;font-size:17px}.dungeon-gate-copy em{display:block;color:#5a6890;font-size:12px;font-style:normal;font-weight:800}.dungeon-gate-copy p{margin:6px 0 0;color:#65728e;font-size:12px;line-height:1.5}.dungeon-unit-gate .dungeon-domain-state{grid-column:2/-1;width:max-content;max-width:100%;margin:2px 0 0;padding:6px 11px;border:1px solid color-mix(in srgb,var(--domain) 22%,transparent);border-radius:999px;color:var(--domain);background:color-mix(in srgb,var(--domain) 12%,#fff);font-size:11px;font-weight:850}.dungeon-lab-shell.is-challenge{color:#213e55;background:linear-gradient(180deg,#f4f8ff,#eef3fb)}.dungeon-lab-challenge{width:100%;min-height:100dvh;padding:22px 30px calc(36px + env(safe-area-inset-bottom))}.dungeon-gate-page{width:min(100%,1080px);min-height:100dvh;margin:0 auto;padding:24px 28px calc(48px + env(safe-area-inset-bottom));color:#243d57}.dungeon-gate-header{margin-bottom:18px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px}.dungeon-gate-header>div span{color:#6578e8;font-size:10px;font-weight:900;letter-spacing:.08em}.dungeon-gate-header h2{margin:3px 0 0;color:#252f68;font-size:20px}.dungeon-gate-header>small{color:#68748f;font-weight:800}.dungeon-gate-intro{margin-bottom:15px;padding:19px 21px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;border:1px solid #cbd5ef;border-radius:20px;background:linear-gradient(135deg,#fff,#f1f4ff);box-shadow:0 8px 22px #28346e14}.dungeon-gate-intro>div span{color:#596ee0;font-size:10px;font-weight:900;letter-spacing:.08em}.dungeon-gate-intro h1{margin:4px 0;color:#25306b;font-size:24px}.dungeon-gate-intro p{margin:0;color:#65718c;font-size:11px;line-height:1.55}.dungeon-gate-intro aside{min-width:86px;display:grid;justify-items:center;gap:2px;color:#5669dc}.dungeon-gate-intro aside strong{font-size:24px}.dungeon-gate-intro aside small{font-size:9px;font-weight:800}.dungeon-unit-source-note{margin:0 0 16px;padding:10px 13px;display:flex;flex-wrap:wrap;align-items:center;gap:7px 16px;border:1px solid #cae4df;border-radius:13px;color:#476a69;background:#effaf7;font-size:10px}.dungeon-content-empty{margin-top:24px;padding:28px;border:1px dashed #bdc8de;border-radius:16px;color:#6f7a96;text-align:center;background:#fff}.dungeon-question-card{padding:22px;border:1px solid #d2daed;border-radius:21px;background:#fff;box-shadow:0 10px 25px #2a366917}.dungeon-question-card h3,.dungeon-boss-question h3{margin:0 0 16px;color:#25305f;font-family:var(--wyx-font-en);font-size:18px;font-weight:650;line-height:1.55}.dungeon-answer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.dungeon-answer-grid button{min-width:0;min-height:50px;padding:10px 12px;display:flex;align-items:center;gap:9px;border:1px solid #d4dbea;border-radius:13px;color:#35445e;text-align:left;background:#fbfcff;cursor:pointer}.dungeon-answer-grid button b{width:25px;height:25px;flex:none;display:grid;place-items:center;border-radius:8px;color:#5f6c8c;background:#e9edf7}.dungeon-answer-grid button.is-picked{border-color:#6578e8;background:#f0f2ff}.dungeon-answer-grid button.is-correct,.dungeon-answer-grid button.is-correct b{border-color:#27ae7b;color:#087554;background:#e8f8f1}.dungeon-answer-grid button.is-wrong,.dungeon-answer-grid button.is-wrong b{border-color:#d36b6b;color:#a43b3b;background:#fff0f0}.dungeon-answer-explain,.dungeon-boss-explain{margin-top:14px;padding:12px 14px;border-radius:13px;background:#edf4ff}.dungeon-answer-explain.is-correct{color:#087554;background:#e8f8f1}.dungeon-answer-explain.is-wrong{color:#9a4040;background:#fff1f1}.dungeon-answer-explain p,.dungeon-boss-explain p{margin:4px 0 10px;color:inherit;font-size:11px;line-height:1.55}.dungeon-answer-explain .btn{width:auto}.dungeon-gate-result{margin:24px auto;padding:26px;display:grid;justify-items:center;gap:8px;border:1px solid #d0d8ec;border-radius:22px;text-align:center;background:#fff;box-shadow:0 12px 28px #2834691a}.dungeon-gate-result.is-passed{border-color:#8bd5b9;background:linear-gradient(145deg,#effcf7,#fff)}.dungeon-gate-result>span{color:#63708e;font-size:11px;font-weight:900;letter-spacing:.08em}.dungeon-gate-result h2{margin:0;color:#26316b}.dungeon-gate-result>strong{color:#2f46b8;font-size:44px}.dungeon-gate-result.is-passed>strong{color:#0d8a62}.dungeon-gate-result>p{margin:0;color:#64708c;font-size:12px}.dungeon-gate-result>div{display:flex;gap:9px;margin-top:8px}.dungeon-gate-result .btn{width:auto}.dungeon-gate-result>.dungeon-weak-route{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dungeon-gate-result>.dungeon-weak-route .btn{width:100%}.dungeon-skill-suggest{width:100%;padding:12px 14px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid #d9cef7;border-radius:14px;color:#5a4a9e;background:#f6f2ff;font-size:10px;line-height:1.55;text-align:left}.dungeon-skill-suggest>svg{color:#7a5af8}.dungeon-skill-suggest .btn{width:auto;white-space:nowrap}.dungeon-cloze-paper,.dungeon-boss-reading{padding:24px;border:1px solid #d4dced;border-radius:20px;background:#fffefb;box-shadow:0 9px 24px #3e376414}.dungeon-cloze-paper>p{margin:0;color:#27384c;font-family:var(--wyx-font-en);font-size:18px;line-height:2.45}.dungeon-cloze-blank{margin:0 3px;display:inline-flex;align-items:center;gap:3px;vertical-align:middle}.dungeon-cloze-blank>span{width:20px;height:20px;display:grid;place-items:center;border-radius:7px;color:#8152b4;background:#f1e8fb;font-family:var(--wyx-font-cn);font-size:9px;font-weight:900}.dungeon-cloze-blank select{min-width:124px;min-height:44px;padding:4px 27px 4px 8px;border:1px solid #bfa9d8;border-radius:9px;color:#43305d;background:#fbf7ff;font-size:13px;font-weight:700}.dungeon-cloze-blank.is-correct select{border-color:#36ad7f;color:#087654;background:#e9f9f2}.dungeon-cloze-blank.is-wrong select{border-color:#d56d6d;color:#9d3c3c;background:#fff0f0}.dungeon-submit{width:min(420px,100%);margin:16px auto 0;display:block}.dungeon-cloze-review{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;text-align:left}.dungeon-cloze-review article{padding:10px 12px;border-radius:12px;color:#7a4545;background:#fff1f1}.dungeon-cloze-review article.is-correct{color:#176e55;background:#e9f8f2}.dungeon-cloze-review p{margin:3px 0 0;font-size:10px;line-height:1.5}.dungeon-boss-hero{padding:24px;display:grid;justify-items:center;gap:7px;border:1px solid #ecd28a;border-radius:22px;text-align:center;background:radial-gradient(circle at 50% 0,rgba(255,220,110,.4),transparent 55%),linear-gradient(145deg,#fff8e2,#ffefc4);box-shadow:0 12px 28px #be911e29}.dungeon-boss-hero>.btn{justify-self:start}.dungeon-boss-hero>span{display:flex;align-items:center;gap:8px;color:#96700f;font-size:11px;font-weight:900;letter-spacing:.1em}.dungeon-boss-hero h1{margin:0;color:#4a3a08;font-size:29px}.dungeon-boss-hero p{margin:0;color:#7a6a3a;font-size:11px}.dungeon-boss-reading{margin-top:15px}.dungeon-boss-reading small{color:#b17619;font-size:10px;font-weight:900;letter-spacing:.08em}.dungeon-boss-reading p{margin:7px 0 0;color:#2a384c;font-family:var(--wyx-font-en);font-size:16px;line-height:1.8}.dungeon-boss-section{margin-top:16px}.dungeon-boss-section>h2{margin:0 0 9px;color:#27316b;font-size:17px}.dungeon-boss-question{margin-bottom:9px;padding:16px;border:1px solid #d6ddec;border-radius:16px;background:#fff}.dungeon-boss-question.is-correct{border-color:#8fd5bb}.dungeon-boss-question.is-wrong{border-color:#e3a2a2}.dungeon-boss-question h3{font-size:16px}.dungeon-boss-question>input{width:100%;min-height:48px;padding:10px 13px;border:1px solid #c7d0e3;border-radius:12px;font-family:var(--wyx-font-en);font-size:16px}.skill-lab-hero{min-height:220px;padding:30px 34px;display:grid;grid-template-columns:minmax(0,1fr) 260px;align-items:center;gap:28px;border:1px solid #c9d4f8;border-radius:26px;color:#fff;background:radial-gradient(340px 240px at 90% -10%,rgba(255,255,255,.16),transparent 72%),radial-gradient(280px 210px at 8% 112%,rgba(64,224,200,.22),transparent 70%),linear-gradient(130deg,#3d5bf0,#7a5af8 55%,#a056e8);box-shadow:0 16px 36px #4a48be47}.skill-lab-hero>div:first-child>span{color:#c8f5ea;font-size:10px;font-weight:900;letter-spacing:.12em}.skill-lab-hero h1{margin:8px 0 10px;color:#fff;font-size:clamp(27px,3vw,38px);line-height:1.24}.skill-lab-hero p{max-width:720px;margin:0;color:#e3e7ff;font-size:12px;line-height:1.7}.skill-lab-tier{padding:16px;display:grid;gap:9px;border:1px solid rgba(255,255,255,.4);border-radius:19px;background:#ffffff24;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.skill-lab-tier>small{color:#e3e7ff;font-size:9px;font-weight:850;letter-spacing:.08em}.skill-lab-tier>div{padding:4px;display:grid;grid-template-columns:1fr 1fr;gap:4px;border-radius:13px;background:#ffffff29}.skill-lab-tier button{min-height:44px;border:0;border-radius:10px;color:#eef1ff;background:transparent;font-size:12px;font-weight:900;cursor:pointer}.skill-lab-tier button.is-active{color:#4a46b0;background:#fff;box-shadow:0 4px 12px #28287833}.skill-lab-tier p{margin:0;color:#e3e7ff;font-size:9px;text-align:center}.skill-place-banner{margin-top:14px;padding:11px 14px;display:flex;align-items:center;gap:10px;border:1px solid #cfdefc;border-radius:14px;color:#3d5a9e;background:#eef4ff;font-size:12px;line-height:1.55}.skill-place-banner>svg{flex:none;color:#4d8ef2}.skill-place-banner strong{display:inline;margin-right:8px}.skill-tree-tabs{display:none}.skill-tree-grid{margin-top:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:start}.skill-track-col{--track:#1fb3ac;min-width:0;padding:16px;border:1px solid color-mix(in srgb,var(--track) 28%,#e2e8f5);border-radius:22px;background:#fff;box-shadow:inset 0 5px 0 var(--track),0 10px 26px #2e407814}.skill-track-col.tone-blue{--track:#4d8ef2}.skill-track-col.tone-orange{--track:#e8973a}.skill-track-col.is-locked{background:#fafbfe;box-shadow:inset 0 5px #c3cbde,0 10px 26px #2e40780f}.skill-track-head{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:11px}.skill-track-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;color:#fff;background:linear-gradient(145deg,var(--track),color-mix(in srgb,var(--track) 74%,#2a3560));box-shadow:0 5px 14px color-mix(in srgb,var(--track) 30%,transparent)}.skill-track-head strong{display:block;color:#22305b;font-size:16px}.skill-track-head small{display:block;margin-top:2px;color:#667393;font-size:12px}.skill-track-head em{padding:5px 9px;border-radius:999px;color:var(--track);background:color-mix(in srgb,var(--track) 10%,#fff);font-size:11px;font-style:normal;font-weight:800;white-space:nowrap}.skill-track-col.is-locked .skill-track-icon{background:linear-gradient(145deg,#b6c0d8,#8b97b5);box-shadow:none}.skill-track-col.is-locked .skill-track-head em{color:#8b95b2;background:#eef1f7}.skill-tier-block{position:relative;margin-top:14px;padding-left:16px;display:grid;gap:10px}.skill-tier-block:before{content:"";position:absolute;left:5px;top:36px;bottom:6px;width:3px;border-radius:99px;background:linear-gradient(180deg,var(--track),color-mix(in srgb,var(--track) 16%,transparent))}.skill-tier-title{display:flex;align-items:center;gap:8px}.skill-tier-title>span{padding:4px 9px;border-radius:999px;color:#fff;background:var(--track);font-size:10px;font-weight:900}.skill-tier-title>b{color:#5a6890;font-size:11px}.skill-tier-block.is-future:before{background:#e3e9f4}.skill-tier-block.is-future .skill-tier-title>span{background:#c3cbde}.skill-tier-block.is-future .skill-tier-title>b{color:#9aa4c0}.skill-tier-boss{padding:12px;display:flex;align-items:center;gap:10px;border:1px dashed #cfd7e8;border-radius:14px;color:#b9890f;background:#fdf8ea}.skill-tier-boss strong{display:block;color:#7a6a3a;font-size:12px}.skill-tier-boss small{display:block;margin-top:1px;color:#8b7b50;font-size:11px}.skill-track-coming{margin-top:14px;padding:22px 16px;display:grid;justify-items:center;gap:8px;border:1px dashed #cfd7e8;border-radius:16px;color:#8b95b2;text-align:center;background:#f7f9fd}.skill-track-coming strong{color:#5a6890;font-size:13px}.skill-track-coming p{max-width:300px;margin:0;color:#727e9b;font-size:12px;line-height:1.6}.skill-node-card,.skill-lab-intro,.skill-lab-result,.skill-session{--skill:#20b3ac;--skill-soft:#e6f8f6;--skill-glow:rgba(32,179,172,.3)}.tone-blue{--skill:#4d8ef2;--skill-soft:#ebf3ff;--skill-glow:rgba(77,142,242,.3)}.tone-purple{--skill:#9a7bf0;--skill-soft:#f2edff;--skill-glow:rgba(154,123,240,.3)}.tone-orange{--skill:#e8973a;--skill-soft:#fdf2e0;--skill-glow:rgba(232,151,58,.3)}.tone-rose{--skill:#e278a4;--skill-soft:#fdeef5;--skill-glow:rgba(226,120,164,.3)}.skill-node-card{min-width:0;padding:14px;position:relative;display:grid;grid-template-columns:auto 44px minmax(0,1fr);align-content:start;gap:9px;border:1px solid color-mix(in srgb,var(--skill) 36%,#e2e8f5);border-radius:17px;color:inherit;text-align:left;background:#fff;box-shadow:inset 0 4px 0 var(--skill),0 6px 16px #2e407812;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.skill-node-card:hover{transform:translateY(-2px);box-shadow:inset 0 4px 0 var(--skill),0 12px 24px #2e40781f,0 0 18px var(--skill-glow)}.skill-node-card:focus-visible{outline:3px solid #2f7df6;outline-offset:3px}.skill-node-order{align-self:start;justify-self:start;min-height:24px;padding:4px 9px;display:grid;place-items:center;border-radius:999px;color:#fff;background:var(--skill);font-size:10px;font-weight:900;box-shadow:0 4px 12px var(--skill-glow);white-space:nowrap}.skill-node-icon{width:44px;height:44px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--skill) 34%,#e2e8f5);border-radius:13px;color:var(--skill);background:var(--skill-soft)}.skill-node-copy{min-width:0}.skill-node-copy small{color:var(--skill);font-size:11px;font-weight:900;letter-spacing:.04em}.skill-node-copy strong{display:block;margin:3px 0 4px;color:#22305b;font-size:15px}.skill-node-copy em{display:block;color:#687594;font-size:12px;font-style:normal;line-height:1.55}.skill-node-copy>span{display:block;margin-top:6px;color:#526083;font-size:11px;font-weight:800;line-height:1.5}.skill-node-stars{grid-column:1/-1;color:#b3bcd4;font-size:11px;font-weight:850;letter-spacing:.05em}.skill-node-stars.has-stars{color:#d99413}.skill-node-state{grid-column:1/-1;width:max-content;max-width:100%;padding:6px 10px;border-radius:999px;color:var(--skill);background:color-mix(in srgb,var(--skill) 12%,#fff);font-size:10px;font-weight:900}.skill-lab-isolation{margin-top:16px;padding:13px 16px;display:flex;align-items:center;gap:11px;border:1px solid #c4e6d6;border-radius:15px;color:#3f7a64;background:#eef9f3;font-size:10px;line-height:1.5}.skill-lab-isolation>svg{flex:none;color:#1fa97c}.skill-lab-isolation strong{display:inline;margin-right:8px;color:#12805f;font-size:11px}.skill-lab-intro{max-width:880px;margin:0 auto}.skill-lab-intro>.btn{width:max-content}.skill-intro-panel{margin-top:16px;padding:25px;display:grid;grid-template-columns:70px minmax(0,1fr) auto;align-items:center;gap:17px;border:1px solid color-mix(in srgb,var(--skill) 36%,#e2e8f5);border-radius:23px;background:#fff;box-shadow:inset 0 5px 0 var(--skill),0 12px 28px #2e40781a}.skill-intro-icon{width:68px;height:68px;display:grid;place-items:center;border-radius:20px;color:#fff;background:var(--skill);box-shadow:0 6px 18px var(--skill-glow)}.skill-intro-panel small{color:var(--skill);font-size:9px;font-weight:900;letter-spacing:.08em}.skill-intro-panel h1{margin:4px 0;color:#22305b;font-size:27px}.skill-intro-panel p{margin:0;color:#7a86a8;font-size:11px;line-height:1.6}.skill-intro-badge{padding:7px 11px;border-radius:999px;color:var(--skill);background:color-mix(in srgb,var(--skill) 12%,#fff);font-size:10px;font-weight:900;white-space:nowrap}.skill-form-preview{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.skill-form-preview article{padding:15px;display:flex;gap:11px;border:1px solid #e2e8f5;border-radius:16px;background:#fbfcff}.skill-form-preview article>span{width:29px;height:29px;flex:none;display:grid;place-items:center;border-radius:9px;color:#fff;background:var(--skill);font-size:10px;font-weight:900}.skill-form-preview strong{color:#22305b;font-size:12px}.skill-form-preview p{margin:4px 0 0;color:#7a86a8;font-size:10px;line-height:1.5}.skill-intro-rule{margin-top:12px;padding:14px 16px;display:flex;align-items:center;gap:11px;border:1px solid #f0ddaa;border-radius:15px;color:#96700f;background:#fdf6e3}.skill-intro-rule>svg{flex:none;color:#d99413}.skill-intro-rule strong{font-size:11px}.skill-intro-rule p{margin:2px 0 0;font-size:10px}.skill-start-button{width:min(420px,100%);margin:17px auto 0;display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(145deg,var(--skill),color-mix(in srgb,var(--skill) 78%,#28409a))}.skill-lab-result{width:min(100%,760px);margin:35px auto;padding:34px;display:grid;justify-items:center;gap:8px;border:1px solid color-mix(in srgb,var(--skill) 34%,#e2e8f5);border-radius:25px;text-align:center;background:#fff;box-shadow:inset 0 5px 0 var(--skill),0 16px 36px #2e40781f}.skill-result-orb{width:84px;height:84px;display:grid;place-items:center;border:4px solid #fff;border-radius:26px;color:#fff;background:linear-gradient(145deg,var(--skill),color-mix(in srgb,var(--skill) 72%,#2a3560));box-shadow:0 8px 20px var(--skill-glow);animation:skill-result-pop .5s ease both}.skill-lab-result.has-stars{box-shadow:inset 0 5px #f2b63c,0 16px 36px #2e40781f,0 0 30px #f2b63c4d}.skill-lab-result>small{color:var(--skill);font-size:10px;font-weight:900;letter-spacing:.09em}.skill-result-stars{color:#f2b63c;font-size:42px;letter-spacing:.14em;line-height:1.15;text-shadow:0 3px 12px rgba(242,182,60,.35)}.skill-result-band{margin:0;color:#5a6890;font-size:12px;line-height:1.6}.skill-result-stats{width:100%;margin-top:13px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.skill-result-stats>span{padding:12px;display:grid;gap:3px;border:1px solid #e2e8f5;border-radius:14px;background:#f8fafd}.skill-result-stats small{color:#8b95b2;font-size:9px}.skill-result-stats strong{color:#22305b;font-size:16px}.skill-result-honest{width:100%;margin:6px 0 0;padding:9px 12px;border:1px dashed #cfd7e8;border-radius:11px;color:#7a86a8;background:#fafbfe;font-size:10px;line-height:1.5}.skill-result-actions{width:100%;margin-top:12px;display:flex;justify-content:center;gap:10px}.skill-result-actions .btn{width:auto;display:flex;align-items:center;gap:6px}@keyframes skill-result-pop{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}.skill-session{min-height:100dvh;color:#273750;background:radial-gradient(600px 340px at 50% -120px,color-mix(in srgb,var(--skill) 16%,transparent),transparent 72%),linear-gradient(180deg,#f5f8ff,#eef3fa)}.skill-session-head{min-height:66px;padding:max(10px,env(safe-area-inset-top)) 24px 9px;position:sticky;top:0;z-index:5;display:grid;grid-template-columns:44px minmax(0,1fr) 72px;align-items:center;gap:15px;border-bottom:1px solid #d8e0ed;background:#fafcfff0;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.skill-session-exit{width:44px;height:44px;display:grid;place-items:center;border:1px solid #cdd6e4;border-radius:12px;color:#5f6d83;background:#fff;cursor:pointer}.skill-session-progress{height:8px;overflow:hidden;border-radius:999px;background:#dce4ef}.skill-session-progress span{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,var(--skill),color-mix(in srgb,var(--skill) 55%,#8c7cff));transition:width .2s ease}.skill-session-head>span{color:#6d7890;font-size:10px;font-weight:850;text-align:right}.skill-question-stage{width:min(100%,880px);margin:0 auto;padding:24px 22px calc(44px + env(safe-area-inset-bottom))}.skill-question-meta{margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.skill-question-meta>span{color:var(--skill);font-size:10px;font-weight:900;letter-spacing:.07em}.skill-question-meta strong{display:flex;align-items:center;gap:4px;color:#d17516;font-size:10px}.skill-question-card{min-height:330px;padding:25px;display:grid;justify-items:center;align-content:start;border:1px solid #d3dce9;border-radius:24px;background:#fff;box-shadow:0 13px 30px #2b396717}.skill-audio-orb{width:62px;height:62px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--skill) 35%,#fff);border-radius:20px;color:var(--skill);background:var(--skill-soft);box-shadow:0 6px 16px color-mix(in srgb,var(--skill) 14%,transparent)}.skill-question-card h1{margin:13px 0 4px;color:#29336b;font-size:19px;text-align:center}.skill-replay{min-height:44px;padding:8px 13px;display:flex;align-items:center;gap:6px;border:1px solid color-mix(in srgb,var(--skill) 30%,#d9dfeb);border-radius:11px;color:var(--skill);background:#fff;font-size:10px;font-weight:900;cursor:pointer}.skill-missing-word{min-width:250px;margin:22px 0 3px;padding:13px 24px;border:1px solid #d4ddea;border-radius:15px;color:#24315d;text-align:center;background:#f8faff;font-family:var(--wyx-font-en);font-size:29px;font-weight:650;letter-spacing:.08em;white-space:pre}.skill-choice-grid{width:min(100%,620px);margin-top:19px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.skill-choice-grid button,.skill-stress-row button{min-height:58px;padding:10px;border:1px solid #ccd6e4;border-radius:14px;color:#30405d;background:#f9fbff;font-family:var(--wyx-font-en);font-size:21px;font-weight:650;cursor:pointer}.skill-choice-grid button.is-picked,.skill-stress-row button.is-picked{border-color:var(--skill);background:var(--skill-soft)}.skill-choice-grid button.is-correct,.skill-stress-row button.is-correct{border-color:#28a777;color:#087452;background:#e9f8f1}.skill-choice-grid button.is-wrong,.skill-stress-row button.is-wrong{border-color:#d46b72;color:#a33b47;background:#fff0f2}.skill-answer-tray{width:min(100%,680px);min-height:77px;margin-top:22px;padding:12px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;border:2px dashed color-mix(in srgb,var(--skill) 30%,#cad4e3);border-radius:17px;background:#f8faff}.skill-answer-tray>span{color:#8290a4;font-size:10px;text-align:center}.skill-answer-tray.has-tokens{border-style:solid;border-color:color-mix(in srgb,var(--skill) 48%,#cad4e3);background:var(--skill-soft)}.skill-answer-tray button,.skill-token-pool button{min-width:52px;min-height:46px;padding:8px 13px;border:1px solid color-mix(in srgb,var(--skill) 32%,#c9d3e2);border-radius:12px;color:#263758;background:#fff;font-family:var(--wyx-font-en);font-size:19px;font-weight:650;box-shadow:0 3px 8px #26395b12;cursor:pointer}.skill-answer-tray button{color:var(--skill);box-shadow:0 3px color-mix(in srgb,var(--skill) 20%,#cad6e5)}.skill-token-pool{width:min(100%,720px);margin-top:15px;display:flex;flex-wrap:wrap;justify-content:center;gap:9px}.skill-submit{width:min(340px,100%);margin-top:20px;background:linear-gradient(145deg,var(--skill),color-mix(in srgb,var(--skill) 78%,#283d9a))}.skill-split-word{max-width:100%;margin:32px 0 18px;display:flex;align-items:center;justify-content:center}.skill-split-word>span{display:flex;align-items:center}.skill-split-word b{color:#24335c;font-family:var(--wyx-font-en);font-size:31px;font-weight:600}.skill-split-word button{width:44px;height:48px;margin-inline:-12px;padding:0;display:grid;place-items:center;border:0;background:transparent;cursor:pointer}.skill-split-word button i{width:3px;height:34px;border-radius:99px;background:#d6deea;transition:background .12s ease,box-shadow .12s ease}.skill-split-word button.is-cut i{background:var(--skill);box-shadow:0 0 0 4px color-mix(in srgb,var(--skill) 12%,transparent)}.skill-stress-row{width:min(100%,660px);margin-top:27px;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.skill-stress-row button{min-width:100px;font-size:23px}.skill-feedback{margin-top:13px;padding:16px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid #9cd7c1;border-radius:18px;color:#176b51;background:#edf9f4;box-shadow:0 7px 18px #1d6b5014}.skill-feedback.is-wrong{border-color:#e3afb2;color:#8d3e48;background:#fff3f4}.skill-feedback>span{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;color:#fff;background:#28a777}.skill-feedback.is-wrong>span{background:#cf6570}.skill-feedback strong{font-size:12px}.skill-feedback p{margin:3px 0 0;font-size:10px;line-height:1.5}.skill-feedback .skill-correct-answer{color:#26345c;font-family:var(--wyx-font-en);font-size:19px;font-weight:650}.skill-feedback .btn{width:auto;white-space:nowrap}.skill-lab-intro>.btn.sm,.dungeon-gate-page .btn.sm{min-height:44px}@media (prefers-reduced-motion: reduce){.dungeon-lab-shell,.dungeon-lab-shell *,.dungeon-lab-shell *:before,.dungeon-lab-shell *:after,.dungeon-gate-page,.dungeon-gate-page *,.dungeon-gate-page *:before,.dungeon-gate-page *:after,.skill-session,.skill-session *,.skill-session *:before,.skill-session *:after{animation:none!important;transition:none!important}}@media (max-width:959px){.dungeon-lab-main{padding-inline:20px}.dungeon-route-hero{grid-template-columns:minmax(0,1fr) 160px;padding:28px}.dungeon-route-card{padding:20px;grid-template-columns:60px minmax(0,1fr)}.dungeon-route-mark{width:58px;height:58px;border-radius:18px}.dungeon-lab-hero{grid-template-columns:minmax(0,1fr) 250px}.dungeon-chapter-hero,.dungeon-unit-detail-hero,.dungeon-unit-route,.dungeon-unit-gate-grid{grid-template-columns:1fr}.dungeon-unit-gate.is-boss{grid-column:auto}.dungeon-gate-intro{grid-template-columns:1fr auto}.dungeon-gate-intro>.btn{grid-column:1/-1;width:max-content}.skill-lab-hero{grid-template-columns:minmax(0,1fr) 220px;padding:25px}.skill-tree-tabs{margin-top:14px;padding:8px 0;position:sticky;top:64px;z-index:12;display:flex;gap:8px;overflow-x:auto;background:linear-gradient(180deg,#f4f7fffa,#f4f7ffeb);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.skill-tree-tabs button{flex:1;min-height:44px;padding:8px 12px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #d8e0f0;border-radius:12px;color:#5a6890;background:#fff;font-size:12px;font-weight:900;cursor:pointer;white-space:nowrap}.skill-tree-tabs button.is-active{border-color:#7a5af8;color:#5a3fd4;background:#f2edff}.skill-tree-grid{display:block}.skill-track-col{display:none}.skill-track-col.is-active{display:block}.skill-result-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.settings-lab-entry{grid-template-columns:42px minmax(0,1fr)}.settings-lab-mark{width:40px;height:40px}.settings-lab-entry>.btn{grid-column:1/-1;width:100%}.dungeon-lab-topbar{padding-inline:13px;grid-template-columns:auto minmax(0,1fr);gap:10px}.dungeon-lab-back span,.dungeon-lab-safety,.dungeon-lab-brand small{display:none}.dungeon-lab-back{width:44px;padding:8px;justify-content:center}.dungeon-lab-brand{justify-self:start}.dungeon-lab-brand>span{width:35px;height:35px}.dungeon-lab-main{padding:14px 12px calc(35px + env(safe-area-inset-bottom))}.dungeon-route-hero{min-height:0;padding:23px 20px;grid-template-columns:1fr;gap:18px;border-radius:20px}.dungeon-route-hero h1{font-size:28px}.dungeon-route-hero aside{min-height:0;padding:13px;grid-template-columns:auto auto;justify-content:center;gap:2px 10px}.dungeon-route-hero aside small{grid-column:1/-1}.dungeon-route-grid{grid-template-columns:1fr;gap:12px}.dungeon-route-card{min-height:205px;padding:17px;grid-template-columns:54px minmax(0,1fr);gap:12px}.dungeon-route-mark{width:52px;height:52px}.dungeon-route-copy strong{font-size:21px}.dungeon-route-copy p{margin-block:9px 13px}.dungeon-route-note{align-items:flex-start}.dungeon-lab-hero{min-height:0;padding:20px 17px;grid-template-columns:1fr;gap:16px;border-radius:20px}.dungeon-lab-hero h1{font-size:26px}.dungeon-lab-hero p{font-size:11px}.dungeon-lab-map-art{min-height:82px}.dungeon-lab-map-art i{width:43px;height:43px;flex-basis:43px;border-width:3px;border-radius:14px;font-size:14px}.dungeon-lab-map-art em{width:50px;height:50px;flex-basis:50px;border-width:3px;border-radius:16px}.dungeon-lab-map-art b{width:25px;height:5px}.dungeon-unit-next{padding:13px;align-items:stretch;flex-direction:column}.dungeon-unit-next .btn{width:100%}.dungeon-unit-route{padding:12px}.dungeon-unit-node{min-height:96px;padding:10px;grid-template-columns:56px minmax(0,1fr);gap:10px}.dungeon-node-orb{width:56px;height:56px;border-width:3px;border-radius:18px}.dungeon-node-orb small{font-size:7px}.dungeon-node-orb strong{font-size:16px}.dungeon-node-card>strong{white-space:normal}.dungeon-chapter-hero{padding:17px;border-radius:19px}.dungeon-chapter-hero h1{font-size:27px}.dungeon-chapter-flag{width:38px;height:48px}.dungeon-unit-mini-rail{grid-template-columns:repeat(5,1fr);gap:4px}.dungeon-unit-mini-rail>span{padding:7px 3px}.dungeon-unit-mini-rail b{display:none}.dungeon-unit-gate{min-height:148px;padding:13px;grid-template-columns:36px 40px minmax(0,1fr);gap:8px}.dungeon-gate-order{width:34px;height:34px}.dungeon-unit-gate .dungeon-domain-icon{width:38px;height:38px}.dungeon-gate-copy strong{font-size:15px}.dungeon-gate-page{padding:14px 12px calc(32px + env(safe-area-inset-bottom))}.dungeon-gate-header{grid-template-columns:1fr auto}.dungeon-gate-header>.btn{grid-column:1/-1;width:max-content}.dungeon-gate-intro{padding:15px;grid-template-columns:1fr}.dungeon-gate-intro aside{grid-template-columns:auto auto;justify-content:start;align-items:center}.dungeon-answer-grid{grid-template-columns:1fr}.dungeon-question-card{padding:15px}.dungeon-cloze-paper{padding:16px}.dungeon-cloze-paper>p{font-size:16px;line-height:2.75}.dungeon-cloze-blank select{min-width:112px}.dungeon-cloze-review{grid-template-columns:1fr}.dungeon-gate-result>div{width:100%;flex-direction:column}.dungeon-gate-result>.dungeon-weak-route{grid-template-columns:1fr}.dungeon-gate-result .btn{width:100%}.dungeon-skill-suggest{grid-template-columns:auto minmax(0,1fr)}.dungeon-skill-suggest .btn{grid-column:1/-1;width:100%;justify-content:center}.dungeon-lab-challenge{padding:14px 12px calc(26px + env(safe-area-inset-bottom))}.skill-lab-hero{min-height:0;padding:22px 19px;grid-template-columns:1fr;gap:18px}.skill-lab-hero h1{font-size:27px}.skill-track-head{grid-template-columns:44px minmax(0,1fr)}.skill-track-head em{display:none}.skill-node-card{padding:12px;grid-template-columns:auto 40px minmax(0,1fr);gap:8px}.skill-node-icon{width:40px;height:40px}.skill-intro-panel{padding:18px;grid-template-columns:54px minmax(0,1fr)}.skill-intro-icon{width:52px;height:52px;border-radius:16px}.skill-intro-panel h1{font-size:22px}.skill-intro-badge{grid-column:1/-1;justify-self:start}.skill-form-preview{grid-template-columns:1fr}.skill-session-head{padding-inline:12px;grid-template-columns:40px minmax(0,1fr) 60px;gap:9px}.skill-question-stage{padding:15px 12px calc(28px + env(safe-area-inset-bottom))}.skill-question-card{min-height:315px;padding:20px 14px}.skill-question-card h1{font-size:17px}.skill-missing-word{min-width:0;width:100%;font-size:25px}.skill-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.skill-choice-grid button{min-height:53px}.skill-answer-tray{min-height:70px}.skill-answer-tray button,.skill-token-pool button{min-width:47px;min-height:44px;padding:7px 10px;font-size:17px}.skill-split-word b{font-size:27px}.skill-split-word button{margin-inline:-14px}.skill-stress-row button{min-width:76px;font-size:20px}.skill-feedback{grid-template-columns:36px minmax(0,1fr);align-items:start}.skill-feedback>span{width:34px;height:34px}.skill-feedback .btn{grid-column:1/-1;width:100%}.skill-lab-result{margin:18px auto;padding:25px 16px}.skill-result-stars{font-size:34px}.skill-result-stats{grid-template-columns:1fr 1fr}.skill-result-actions{flex-direction:column}.skill-result-actions .btn{width:100%;justify-content:center}}@media (orientation:landscape) and (min-width:800px) and (max-height:820px){.dungeon-lab-main{padding-top:15px}.dungeon-route-hero{min-height:190px;padding-block:24px}.dungeon-route-card{min-height:196px}.dungeon-lab-hero{min-height:180px;padding-block:20px}.dungeon-chapter-hero{padding-block:18px}.skill-lab-hero{min-height:180px;padding-block:22px}.skill-question-stage{padding-top:14px}.skill-question-card{min-height:270px;padding-block:18px}.skill-audio-orb{width:52px;height:52px}.skill-question-card h1{margin-top:8px}}.ss-stars{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.ss-stars.sm{gap:7px}.ss-stage{display:inline-flex;align-items:center;gap:2px}.ss-stage-name{font-style:normal;font-size:12px;color:var(--muted);margin-right:3px}.ss-star{position:relative;display:inline-block;font-size:17px;line-height:1;color:#d9d9d9}.ss-stars.sm .ss-star{font-size:14px}.ss-star.is-on.s1{color:#ffe27a;text-shadow:0 1px 0 rgba(120,90,0,.18)}.ss-star.is-on.s2{color:#ffc42e;text-shadow:0 1px 0 rgba(120,80,0,.18)}.ss-star.is-on.s3{color:#f79e1b;text-shadow:0 1px 0 rgba(110,60,0,.2)}.ss-star.is-on:not(.s1):not(.s2):not(.s3){color:#ffc42e;text-shadow:0 1px 0 rgba(0,0,0,.06)}.ss-star.is-half{color:#d9d9d9}.ss-star.is-half i{position:absolute;left:0;top:0;width:50%;overflow:hidden;font-style:normal}.ss-star.is-half.s1 i{color:#ffe27a}.ss-star.is-half.s2 i{color:#ffc42e}.ss-star.is-half.s3 i{color:#f79e1b}.ss-star.is-half:not(.s1):not(.s2):not(.s3) i{color:#ffc42e}.ss-star.is-pending{color:#e4e8ec}.ss-shield{display:inline-block;padding:1px 2px;border:2px solid #e0a91f;border-radius:6px;line-height:0;margin:-3px -2px}.ss-shield.s1{border-color:#e5c65a}.ss-shield.s2{border-color:#e0a91f}.ss-shield.s3{border-color:#d98a0f}.ss-detail{margin-top:6px;padding:8px 10px;border-radius:10px;background:var(--brand-soft, #f2f8ff);border:1px solid var(--brand-dim, #d6e6f7)}.ss-detail.compact{padding:6px 9px}.ss-detail-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ss-stage-badge{font-size:13px;font-weight:800;color:var(--brand, #1cb0f6);background:#fff;border:1px solid var(--brand-dim, #d6e6f7);border-radius:999px;padding:2px 10px;white-space:nowrap}.ss-note{font-size:12px;color:var(--muted);margin-top:5px}.ss-note.muted{opacity:.85}.ss-next{font-size:13px;font-weight:700;color:var(--good-deep, #2b7a3d);margin-top:6px}.ss-feedback .ss-detail{background:#fff}.ss-delta{display:inline-flex;align-items:center;gap:4px;font-weight:700}.ss-half-inline{font-size:14px;color:#f5a623;margin-left:2px}.ss-stage-count{width:82px;font-size:11px;white-space:nowrap}.ss-dashboard-ability{min-width:0}.ss-summary-card{margin-top:14px;text-align:left}.ss-summary-row{display:flex;align-items:flex-start;gap:10px;padding:8px 0;border-top:1px dashed #e6eaef}.ss-summary-row:first-of-type{border-top:none}.ss-summary-word{font-weight:800;min-width:76px;word-break:break-all}.ss-summary-row .ss-detail{flex:1;margin-top:0}.ss-spell-summary{margin:14px auto 4px;max-width:420px;text-align:left;background:#fff;border:1px solid #e3e9f0;border-radius:12px;padding:10px 12px}.ss-spell-summary-title{font-size:13px;font-weight:800;margin-bottom:6px}.ss-spell-row{display:flex;align-items:center;gap:8px;padding:3px 0}.ss-spell-word{font-weight:700;min-width:90px;word-break:break-all}.ss-spell-next{font-size:12px;color:var(--muted)}.uw-row-stars{flex-wrap:wrap;row-gap:4px}.uw-stage-badge{font-size:12px;font-weight:800;color:var(--brand, #1cb0f6);white-space:nowrap}.uw-next{flex-basis:100%;font-size:12px}@media (max-width: 480px){.ss-detail-head,.ss-stars{gap:6px}.ss-summary-word{min-width:60px}.ss-spell-word{min-width:70px}.ss-stage-count{width:72px;font-size:10px}}@media (min-width: 481px) and (max-width: 959px){.dashboard-view>.card.ss-dashboard-ability{grid-column:1 / -1}}.vb-replenish{margin-bottom:14px;padding:16px;border-color:#dce8f2;background:linear-gradient(145deg,#fff 0,#f8fbff)}.vb-replenish-head{display:flex;flex-direction:column;gap:4px;margin-bottom:13px}.vb-replenish-head b{font-size:17px;color:#243c52}.vb-replenish-head small{color:var(--muted);font-size:12px;line-height:1.5}.vb-replenish-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.vb-replenish-row{min-width:0;display:flex;flex-direction:column;gap:10px;padding:13px;border:1px solid #dce8f2;border-radius:17px;background:#fff;box-shadow:0 7px 18px #2c587b0f}.vb-replenish-row.stage-1{border-top:4px solid #25a9e8}.vb-replenish-row.stage-2{border-top:4px solid #27b987}.vb-replenish-row.stage-3{border-top:4px solid #efad27}.vb-replenish-label{min-width:0;display:flex;flex-direction:column;gap:3px}.vb-replenish-stage{display:flex;align-items:center;gap:7px;font-size:14px;font-weight:850;color:#30475a;white-space:nowrap}.vb-replenish-stage i{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;color:#fff;background:#5b829f;font-style:normal;font-size:12px}.stage-1 .vb-replenish-stage i{background:#1e9bd7}.stage-2 .vb-replenish-stage i{background:#1da776}.stage-3 .vb-replenish-stage i{background:#dc9516}.vb-replenish-progress{color:var(--muted);font-size:11px;line-height:1.4}.vb-replenish-actions{display:grid;grid-template-columns:1fr;gap:8px}.vb-replenish-actions .btn{width:100%;min-height:55px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;padding:9px 12px;text-align:left}.vb-replenish-actions .btn b{font-size:13px}.vb-replenish-actions .btn small{font-size:10px;font-weight:650;opacity:.78}.vb-replenish-actions .vb-replenish-all{color:#3f5c70;background:#f3f8fc}.vb-replenish-empty{flex-basis:100%;color:var(--muted);font-size:12px}.vb-verification{margin-bottom:14px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-color:#d8e7e5;background:linear-gradient(110deg,#f5fffc,#f9fbff)}.vb-verification-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.vb-verification-copy b{color:#1b7066;font-size:16px}.vb-verification-copy small{color:var(--muted);font-size:12px;line-height:1.5}.vb-verification-action{width:auto;min-width:130px;display:flex;justify-content:center;align-items:center;gap:5px;white-space:nowrap}.vb-check-status{flex:none;font-size:10px;padding:3px 7px;line-height:1.25}.vb-check-status.passed{color:#137252!important;border-color:#a4dfc8;background:#effcf6}.vb-check-status.needs-work{color:#a5640a!important;border-color:#f3cf92;background:#fff8e9}.vb-check-status.due{color:#15759a!important;border-color:#a7d9ed;background:#effaff}.vb-check-status.observing{color:#6c7681!important;border-color:#d7dfe7;background:#f7f9fb}@media (max-width: 959px){.vb-replenish-grid{grid-template-columns:1fr}.vb-replenish-row{display:grid;grid-template-columns:minmax(150px,.7fr) minmax(0,1.3fr);align-items:center}.vb-replenish-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.vb-verification{align-items:flex-start;flex-direction:column}.vb-verification-action{width:100%}}@media (max-width: 480px){.vb-replenish{padding:13px}.vb-replenish-row{display:flex}.vb-replenish-actions{grid-template-columns:1fr}.vb-replenish-actions .btn{padding:9px 11px}}.ss-compact{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ss-earned{font-size:12px;font-weight:800;color:#8a6d1a;white-space:nowrap}.settings-stage-lab-entry{border-color:#e9c87c;background:linear-gradient(135deg,#fffaf0,#f7fbff)}.settings-stage-lab-entry .settings-lab-mark{border-color:#f1d48d;color:#a76700;background:#fff1bf}.stage-lab-shell{min-height:100dvh;color:#18324a;background:radial-gradient(circle at 10% 0,#fff4c9 0,transparent 32%),radial-gradient(circle at 90% 8%,#d9f0ff 0,transparent 34%),#f4f8fc}.stage-lab-topbar{position:sticky;top:0;z-index:5;min-height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:12px clamp(18px,4vw,48px);border-bottom:1px solid #d9e5ee;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.stage-lab-topbar>div{display:grid;justify-items:center;gap:1px}.stage-lab-topbar small{color:#7c8f9d;font-size:10px;font-weight:850;letter-spacing:.08em}.stage-lab-topbar strong{font-size:19px}.stage-lab-back{justify-self:start;display:flex;align-items:center;gap:7px;border:0;color:#36566c;background:transparent;font-weight:800;cursor:pointer}.stage-lab-badge{justify-self:end;display:flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #e8c766;border-radius:999px;color:#8a5d00;background:#fff5c9;font-size:12px;font-weight:850}.stage-lab-main{width:min(1120px,calc(100% - 36px));margin:0 auto;padding:34px 0 54px}.stage-lab-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:24px;align-items:stretch}.stage-lab-hero>div:first-child{padding:clamp(24px,4vw,44px);border:1px solid #c8ddeb;border-radius:28px;background:linear-gradient(135deg,#fff 0,#f7fbff 62%,#e9f5ff);box-shadow:0 18px 44px #3559741a}.stage-lab-hero>div:first-child>span{color:#1678a7;font-size:12px;font-weight:900;letter-spacing:.08em}.stage-lab-hero h1{margin:10px 0 12px;font-size:clamp(30px,4.4vw,52px);line-height:1.08;letter-spacing:-.035em}.stage-lab-hero p{max-width:620px;margin:0;color:#647b8c;font-size:15px;line-height:1.8}.stage-lab-levels{display:grid;gap:10px}.stage-lab-levels>div{min-width:0;display:grid;grid-template-columns:52px 74px minmax(0,1fr);align-items:center;gap:10px;padding:18px;border:1px solid #d7e3ec;border-radius:20px;background:#ffffffe6;box-shadow:0 9px 24px #304f680f}.stage-lab-levels i{display:grid;place-items:center;height:38px;border-radius:12px;color:#815a00;background:#fff0ac;font-style:normal;font-size:12px;font-weight:900}.stage-lab-levels strong{font-size:18px}.stage-lab-levels span{overflow:hidden;color:#718595;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.stage-lab-books{margin-top:26px;padding:clamp(20px,3vw,30px);border:1px solid #d7e4ed;border-radius:26px;background:#ffffffe0;box-shadow:0 14px 38px #35597414}.stage-lab-heading{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px}.stage-lab-heading small{color:#7a8e9d;font-size:11px;font-weight:850;letter-spacing:.06em}.stage-lab-heading h2{margin:4px 0 0;font-size:24px}.stage-lab-heading>span{padding:7px 11px;border-radius:999px;color:#536d80;background:#edf4f8;font-size:11px;font-weight:800}.stage-lab-book-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.stage-lab-book{position:relative;min-width:0;min-height:220px;display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:20px;border:1px solid #cbdde8;border-radius:22px;color:#18324a;text-align:left;background:linear-gradient(145deg,#fff,#f2f9fd);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.stage-lab-book:hover{transform:translateY(-3px);box-shadow:0 13px 26px #2f5a791f}.stage-lab-book.is-eight-up{background:linear-gradient(145deg,#fff,#f0f5ff)}.stage-lab-book.is-eight-down{background:linear-gradient(145deg,#fff,#f7f1ff)}.stage-lab-book.is-seven-down{background:linear-gradient(145deg,#fff,#eefaf5)}.stage-lab-book.is-nine{background:linear-gradient(145deg,#fff,#fff5ed)}.stage-lab-book.is-active{border-color:#e6b82f;box-shadow:inset 0 0 0 2px #ffe59a,0 12px 28px #9164001f}.stage-lab-book-grade{padding:6px 10px;border-radius:999px;color:#116f9b;background:#dff4ff;font-size:11px;font-weight:900}.stage-lab-book.is-eight-up .stage-lab-book-grade{color:#3f5db1;background:#e8edff}.stage-lab-book.is-eight-down .stage-lab-book-grade{color:#7a42a0;background:#f3e7ff}.stage-lab-book.is-seven-down .stage-lab-book-grade{color:#18765d;background:#ddf7ed}.stage-lab-book.is-nine .stage-lab-book-grade{color:#a95720;background:#ffeadb}.stage-lab-book-copy{min-width:0;display:grid;gap:5px}.stage-lab-book-copy small{color:#80919d;font-size:10px;font-weight:800}.stage-lab-book-copy strong{font-size:21px}.stage-lab-book-copy p{margin:0;color:#657c8d;font-size:12px;line-height:1.65}.stage-lab-book-action{margin-top:auto;color:#1177a5;font-size:12px;font-weight:900}.stage-lab-book.is-active .stage-lab-book-action{color:#966600}.stage-lab-notice{display:flex;align-items:flex-start;gap:12px;margin-top:18px;padding:17px 20px;border:1px solid #cee2d3;border-radius:18px;color:#37664a;background:#f1fbf4}.stage-lab-notice strong{display:block;margin-bottom:3px;font-size:13px}.stage-lab-notice p{margin:0;color:#66816f;font-size:11px;line-height:1.6}@media (max-width:900px){.stage-lab-topbar{grid-template-columns:1fr auto}.stage-lab-topbar>div{justify-self:end;justify-items:end}.stage-lab-badge{display:none}.stage-lab-main{width:min(100% - 24px,720px);padding-top:20px}.stage-lab-hero,.stage-lab-book-grid{grid-template-columns:1fr}.stage-lab-book{min-height:0}.stage-lab-heading{align-items:flex-start;flex-direction:column}}@media (max-width:560px){.stage-lab-topbar{min-height:62px;padding:10px 14px}.stage-lab-back span{display:none}.stage-lab-topbar strong{font-size:16px}.stage-lab-main{width:calc(100% - 20px);padding:12px 0 34px}.stage-lab-hero>div:first-child{padding:22px 18px;border-radius:22px}.stage-lab-hero h1{font-size:30px}.stage-lab-levels>div{grid-template-columns:48px 60px minmax(0,1fr);padding:14px}.stage-lab-levels strong{font-size:16px}.stage-lab-books{margin-top:14px;padding:16px 14px;border-radius:22px}.stage-lab-heading h2{font-size:20px}.stage-lab-book{padding:17px;border-radius:18px}}
