*{box-sizing:border-box}:root{--page-bg:#f7f9f8;--page-cream:#fffaf0;--surface:#fffdf9;--surface-strong:#fff;--ink:#294b57;--muted:#71848a;--primary:#2f9d8d;--primary-strong:#237f76;--primary-soft:#eaf8f4;--accent:#e7a52c;--line:#e2ebe8;--shadow:0 12px 28px #365e5b1a;--control-radius:10px;--panel-radius:14px;--learning-pages-bg:url(/assets/home/learning-pages-bg.png);--extension-pages-bg:url(/assets/extension/extension-background.jpg)}.extension-page,.extension-home-page{background:#bdefff var(--extension-pages-bg) center / cover no-repeat;min-height:100vh;padding:28px}.extension-empty-page{background:#bdefff var(--extension-pages-bg) center / cover no-repeat;min-height:100vh;padding:30px}.extension-back-link{color:#376778;align-items:center;gap:8px;font-weight:900;text-decoration:none;display:inline-flex}.extension-empty-page-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:72vh;display:flex}.extension-empty-page-content img{object-fit:contain;width:min(74vw,360px);height:230px}.extension-empty-page-content h1{color:#315c6e;margin:9px 0 0;font-size:30px}.extension-empty-page-content p{color:#6b7e86;margin:8px 0 0;font-weight:700}.picture-book-stage{place-items:center;min-height:calc(100vh - 150px);display:grid}.picture-book-empty-state{color:#718495;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:340px;padding:30px;display:flex}.picture-book-empty-state>svg{color:#e6a02b;background:#fff0d5;border-radius:50%;width:68px;height:68px;padding:16px}.picture-book-empty-state h2{color:#315d6e;margin:5px 0 0;font-size:24px}.picture-book-empty-state p{color:#74868b;margin:0 0 8px;font-weight:700}.picture-book-message{margin:20px}.picture-book-reader{width:min(100%,820px);padding:30px}.picture-book-reader-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.picture-book-reader-heading h2{color:#315d6e;margin:5px 0 0;font-size:28px}.picture-book-reader-heading p{color:#71858b;margin:8px 0 0;font-weight:700}.picture-book-page-count{color:#946d15;text-align:center;background:#fff1c4;border-radius:8px;min-width:68px;padding:9px 12px;font-weight:900}.picture-book-page-frame{border-radius:var(--panel-radius);background:#fffdf8;border:2px solid #f0dfbf;place-items:center;width:min(100%,540px);height:min(62vh,590px);min-height:300px;margin:22px auto 0;display:grid;position:relative;overflow:hidden}.picture-book-page-frame img{object-fit:contain;width:100%;height:100%;display:block;position:absolute;inset:0}.picture-book-page-frame span{color:#8b9999;font-weight:800}.picture-book-page-text{color:#536d74;text-align:center;margin:13px 0 0;font-weight:800}.picture-book-controls{justify-content:center;align-items:center;gap:12px;margin-top:18px;display:flex}.picture-book-controls button:disabled{cursor:not-allowed;opacity:.48}.picture-book-finish-button{border-radius:var(--control-radius);color:#fff;background:#2f9d8d;border:1px solid #258879;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 20px;font-weight:900;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex;box-shadow:0 5px #237f76}.picture-book-finish-button:hover:not(:disabled){background:#36ad9c;transform:translateY(-2px);box-shadow:0 7px #237f76}.picture-book-finish-button:active:not(:disabled){transform:translateY(3px);box-shadow:0 2px #237f76}.picture-book-finish-button svg{width:19px;height:19px}.picture-book-audio-button{border-radius:var(--control-radius);z-index:1;color:#8b6011;background:#fff1bd;border:2px solid #ffffffe6;border-radius:50%;justify-content:center;align-items:center;gap:8px;width:44px;height:44px;min-height:44px;padding:0;font-weight:900;display:inline-flex;position:absolute;top:14px;right:14px;box-shadow:0 5px 12px #65522029}.picture-book-audio-button svg{width:21px;height:21px}@media (width<=760px){.picture-book-reader{padding:22px 18px}.picture-book-reader-heading{flex-direction:column}.picture-book-page-frame{width:min(100%,540px);height:min(62vh,590px)}.picture-book-controls{flex-wrap:wrap}}.extension-home-heading{justify-content:space-between;align-items:center;gap:24px;max-width:1220px;margin:0 auto 22px;padding:4px 2px;display:flex}.extension-mall-link{color:#bd7111;background:linear-gradient(135deg,#fffae0f5,#ffebb9f5);border:2px solid #ffb332ad;border-radius:15px;justify-content:center;align-items:center;gap:10px;min-height:58px;padding:0 19px;font-size:16px;font-weight:900;text-decoration:none;transition:transform .16s,box-shadow .16s;display:inline-flex;box-shadow:0 10px 24px #bc771829}.extension-mall-link:hover{transform:translateY(-2px);box-shadow:0 14px 28px #bc771838}.extension-mall-link svg{flex:none;width:21px;height:21px}.extension-mall-link svg:last-child{width:18px;height:18px}.extension-home-heading h1{color:#315c6e;letter-spacing:0;margin:5px 0 0;font-size:32px}.extension-home-heading p{color:#65808b;margin:8px 0 0;font-weight:700}.extension-entry-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1220px;margin:0 auto;display:grid}.extension-entry-card{border-radius:var(--panel-radius);color:#315a6b;border:3px solid #fffffff0;grid-template-rows:1fr auto;min-height:350px;text-decoration:none;transition:transform .16s,box-shadow .16s;display:grid;overflow:hidden;box-shadow:0 18px 38px #39677529}.extension-entry-card:hover{transform:translateY(-4px);box-shadow:0 22px 42px #39677538}.extension-entry-card-locked{cursor:not-allowed;opacity:.6;filter:grayscale(.4)}.extension-entry-card-locked:hover{transform:none;box-shadow:0 18px 38px #39677529}.extension-entry-arrow-locked{color:#8fa0a8;background:#e8edf0}.extension-program-locked{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:48px 24px;display:flex}.extension-program-locked img{object-fit:contain;opacity:.72;width:min(160px,40vw)}.extension-program-locked h2{color:#335a6b;margin:0;font-size:22px}.extension-program-locked p{color:#6b7d82;margin:0;font-size:15px;font-weight:700}.extension-entry-alphabet{background:#ffd9df}.extension-entry-picture-book{background:#ffdfba}.extension-entry-art{place-items:center;min-height:250px;padding:10px 18px 0;display:grid;overflow:hidden}.extension-entry-art img{object-fit:contain;width:min(112%,510px);height:calc(100% + 22px);transform:translateY(8px)}.extension-entry-copy{background:#ffffff94;justify-content:space-between;align-items:center;gap:16px;min-height:94px;padding:15px 18px 17px;display:flex}.extension-entry-copy h2{color:#335a6b;margin:0;font-size:26px}.extension-entry-copy p{color:#6b7d82;margin:6px 0 0;font-size:14px;font-weight:700}.extension-entry-arrow{color:#4d9c94;background:#fff4ca;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;display:grid}.extension-entry-arrow svg{width:23px}.extension-page-header{border-radius:var(--panel-radius);min-height:104px;box-shadow:var(--shadow);background:#ffffffe6;border:1px solid #ffffffe6;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;padding:20px 24px 21px;display:flex}.extension-page-header>div:first-child{flex-direction:column;align-items:flex-start;gap:12px;min-width:0;display:flex}.extension-page-header h1,.alphabet-learning-heading h1,.alphabet-question-panel h1{letter-spacing:0;margin:0}.extension-back-button{color:#4b7a88;background:0 0;border:0;align-items:center;gap:6px;min-height:24px;margin:0;padding:0;font-size:13px;font-weight:900;display:inline-flex}.extension-back-button:hover{color:#187b77}.extension-back-button svg{width:16px;height:16px}.extension-page-header h1{color:#23566e;font-size:32px;line-height:1.2}.extension-eyebrow{color:#248b83;font-size:13px;font-weight:900;display:block}.extension-header-note{color:#6b5b3f;align-items:center;gap:8px;font-weight:900;display:flex}.extension-header-note svg{color:#ef9d26}.extension-layout{grid-template-columns:190px minmax(0,1fr);gap:18px;min-height:calc(100vh - 150px);display:grid}.extension-content-list,.extension-content-stage{border-radius:var(--panel-radius);box-shadow:var(--shadow);background:#ffffffeb;border:1px solid #ffffffeb}.extension-content-list{align-self:start;padding:16px}.extension-content-list h2{color:#335d72;margin:0 0 12px;font-size:17px}.extension-content-list button{color:#48697a;background:#fff;border:1px solid #d9eaf2;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:48px;margin-top:8px;padding:0 12px;font-weight:900;display:flex}.extension-content-list button.active{color:#13776f;background:#eafaf7;border-color:#75c9c0}.extension-content-list button svg{color:#24a77a;width:19px}.extension-content-stage{min-width:0;position:relative;overflow:hidden}.extension-loading,.extension-empty,.alphabet-material-empty{color:#718495;place-items:center;min-height:160px;font-weight:800;display:grid}.alphabet-learning-panel,.alphabet-question-panel{min-height:calc(100vh - 152px);padding:30px}.alphabet-learning-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.alphabet-learning-heading h1,.alphabet-question-panel h1{color:#28576e;font-size:30px}.alphabet-learning-heading p,.alphabet-question-hint{color:#657d8a;margin:8px 0 0;font-weight:700}.alphabet-audio-button,.alphabet-animation-button,.alphabet-start-button{border:0;border-radius:8px;justify-content:center;align-items:center;gap:9px;font-weight:900;display:inline-flex}.alphabet-audio-button{color:#8b6011;background:#fff1bd;min-height:46px;margin:12px auto 0;padding:0 16px}.alphabet-audio-button:disabled{cursor:not-allowed;opacity:.5}.alphabet-animation-button{color:#39819a;background:#eefafd;border:1px solid #b9dfe8;min-height:40px;margin:12px auto 0;padding:0 13px;font-size:13px}.alphabet-animation-button.is-playing{color:#9a6711;background:#fff6d8;border-color:#f1c36c}.alphabet-animation-button svg{width:16px;height:16px}.alphabet-learning-images{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:18px;min-height:340px;margin-top:26px;display:grid}.alphabet-learning-image,.alphabet-material-empty{border-radius:8px;min-width:0;overflow:hidden}.alphabet-learning-image{aspect-ratio:auto;background:0 0;flex-direction:column;display:flex;overflow:visible}.alphabet-material-empty{background:#f7fdff;border:2px solid #d8eef3}.alphabet-learning-image-frame{aspect-ratio:600/546;background:#f7fdff;border:2px solid #d8eef3;border-radius:8px;place-items:center;width:100%;min-width:0;min-height:0;display:grid;overflow:hidden}.alphabet-learning-image img{object-fit:contain;width:100%;height:100%}.alphabet-learning-image span{color:#8ca1ac;font-weight:800}.alphabet-start-button{color:#fff;background:#2ea89b;min-width:220px;min-height:50px;margin:12px auto 0;padding:0 24px;box-shadow:0 10px 22px #2ea89b38}.alphabet-question-topline{justify-content:space-between;align-items:center;display:flex}.alphabet-question-topline strong{color:#8a5a08;text-align:center;background:#fff0b7;border-radius:8px;min-width:66px;padding:8px 13px;font-size:18px}.alphabet-options-grid{grid-template-columns:repeat(5,minmax(92px,1fr));gap:13px;margin-top:24px;display:grid}.alphabet-option{color:#315b71;background:#fff;border:2px solid #d6eaf1;border-radius:8px;grid-template-rows:minmax(78px,1fr) auto;gap:5px;min-width:0;min-height:126px;padding:8px;display:grid;position:relative;box-shadow:0 7px 16px #315b7117}.alphabet-option:hover:not(:disabled){border-color:#60bdb4;transform:translateY(-2px)}.alphabet-option.selected{background:#e7f9ef;border-color:#37aa7a}.alphabet-option>svg{color:#fff;background:#2fa977;border-radius:50%;width:24px;height:24px;padding:4px;position:absolute;top:7px;right:7px}.alphabet-option-image{place-items:center;min-width:0;display:grid;overflow:hidden}.alphabet-option-image img{object-fit:contain;width:100%;height:82px}.alphabet-option-image b{font-family:Georgia,Times New Roman,serif;font-size:52px}.alphabet-option-label{text-align:center;text-overflow:ellipsis;white-space:nowrap;font-weight:900;overflow:hidden}.alphabet-feedback{color:#0000;text-align:center;min-height:34px;margin-top:14px;font-size:18px;font-weight:900}.alphabet-feedback.visible{color:#24856e}@media (width<=1400px){.extension-page-header{flex-wrap:wrap}.extension-page .extension-layout{grid-template-columns:1fr}.extension-page .extension-content-list{flex-wrap:wrap;align-items:center;gap:8px;display:flex;overflow-x:auto}.extension-page .extension-content-list h2{flex:0 0 100%;margin:0 0 2px}.extension-page .extension-content-list button{width:auto;min-width:132px;margin:0}.extension-page .alphabet-learning-panel,.extension-page .alphabet-question-panel{padding:24px}.extension-page .alphabet-options-grid{grid-template-columns:repeat(3,minmax(92px,1fr))}}@media (width<=760px){.extension-home-page{padding:18px 14px}.extension-home-heading{flex-direction:column;align-items:stretch;gap:16px}.extension-mall-link{width:100%}.extension-entry-grid{grid-template-columns:1fr}.extension-entry-card{min-height:360px}.extension-entry-art{min-height:250px}.extension-page{padding:14px}.extension-layout{grid-template-columns:1fr}.extension-content-list{gap:8px;display:flex;overflow-x:auto}.extension-content-list h2,.extension-content-list .extension-empty{display:none}.extension-content-list button{width:auto;min-width:132px;margin:0}.alphabet-learning-heading,.extension-page-header{flex-direction:column;align-items:stretch}.extension-page-header{gap:16px;min-height:0;margin-bottom:20px;padding:20px 18px 22px}.extension-page-header>div:first-child{gap:10px}.extension-page-header h1{font-size:28px}.alphabet-learning-images{grid-template-columns:1fr}.alphabet-options-grid{grid-template-columns:repeat(3,minmax(76px,1fr))}}@media (width>=1181px){:is(.app-shell:has(.alphabet-page),.app-shell:has(.picture-book-page)){height:100vh;min-height:0;overflow:hidden}:is(.main-stage:has(.alphabet-page),.main-stage:has(.picture-book-page)){height:100vh;overflow:hidden}.alphabet-page,.picture-book-page{flex-direction:column;height:100vh;min-height:0;display:flex;overflow:hidden}.alphabet-page .extension-page-header{flex:none}.picture-book-page .extension-page-header{flex:none;min-height:92px;margin-bottom:16px;padding:18px 24px}.alphabet-page .extension-layout,.picture-book-page .extension-layout{flex:1;grid-template-columns:190px minmax(0,1fr);height:auto;min-height:0;overflow:hidden}.alphabet-page .extension-content-list,.alphabet-page .extension-content-stage,.picture-book-page .extension-content-list,.picture-book-page .extension-content-stage{height:100%;min-height:0}.alphabet-page .extension-content-list{overflow:hidden}.picture-book-page .extension-content-list{overflow:auto}.alphabet-page .alphabet-learning-panel,.alphabet-page .alphabet-question-panel{height:100%;min-height:0;overflow:hidden}.picture-book-page .picture-book-stage{min-height:0;overflow:hidden}.picture-book-page .picture-book-reader{flex-direction:column;width:100%;height:100%;min-height:0;padding:18px 28px;display:flex}.picture-book-page .picture-book-reader-heading{flex:none}.picture-book-page .picture-book-reader-heading h2{font-size:25px}.picture-book-page .picture-book-page-frame{flex:1;width:min(100%,620px);height:auto;min-height:0;margin-top:14px}.picture-book-page .picture-book-page-text{flex:none;margin:8px 0 0}.picture-book-page .picture-book-controls{flex:none;margin-top:10px}.alphabet-page .alphabet-learning-panel{flex-direction:column;display:flex}.alphabet-page .alphabet-learning-images{flex:1;min-height:0}.alphabet-page .alphabet-learning-image{aspect-ratio:auto;min-height:0}.alphabet-page .alphabet-start-button{flex:none}.alphabet-page .alphabet-question-panel{flex-direction:column;display:flex}.alphabet-page .alphabet-options-grid{flex:1;grid-template-rows:none;grid-auto-rows:minmax(0,1fr);min-height:0}.alphabet-page .alphabet-option{min-height:0}.alphabet-page .alphabet-feedback{flex:none}}html,body,#root{min-height:100%;margin:0}body{background:var(--page-bg);color:var(--ink);font-family:Microsoft YaHei,PingFang SC,Arial,sans-serif;overflow-x:hidden}button,input{font:inherit}button:focus-visible,a:focus-visible,input:focus-visible{outline-offset:2px;outline:3px solid #2f9d8d57}.mall-page{background:#bdefff url(/assets/mall/mall-background.jpg) 50%/cover no-repeat;min-height:100vh;padding:28px 28px 112px}.mall-header,.mall-notice,.mall-heading-row,.mall-category-tabs,.mall-catalog,.mall-empty,.mall-action-bar{max-width:1340px;margin-left:auto;margin-right:auto}.mall-header,.mall-notice,.mall-heading-row{max-width:1196px}.mall-header{justify-content:space-between;align-items:center;gap:24px;padding:8px 0;display:flex}.mall-back-link{color:#bd7111;background:linear-gradient(135deg,#fffae0f5,#ffebb9f5);border:2px solid #ffb332ad;border-radius:13px;justify-content:center;align-items:center;gap:8px;min-height:44px;margin:0 12px 12px 0;padding:0 15px;font-size:14px;font-weight:900;text-decoration:none;transition:transform .16s,box-shadow .16s;display:inline-flex;box-shadow:0 8px 20px #bc771829}.mall-back-link:hover{color:#a65f08;transform:translateY(-2px);box-shadow:0 12px 24px #bc771838}.mall-back-link svg{width:16px;height:16px}.mall-eyebrow{color:#2c8b83;align-items:center;gap:7px;font-size:13px;font-weight:900;display:inline-flex}.mall-eyebrow svg{width:17px}.mall-header h1{color:#315d6e;letter-spacing:0;margin:8px 0 0;font-size:34px}.mall-heading-row p{color:#6d8085;margin:8px 0 0;font-weight:700}.mall-balance{border-radius:var(--control-radius);color:#8d6714;background:#fff4c8;border:2px solid #f3d785;grid-template-columns:auto 1fr;align-items:center;gap:2px 8px;min-width:158px;padding:14px 18px;display:grid}.mall-notice{box-sizing:border-box;color:#53666b;text-align:center;background:#ffffffdb;border:1px solid #dbd8cbe6;border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:60px;padding:12px 0;font-size:17px;font-weight:800;display:flex}.mall-notice strong{color:#b67a13;margin:0 4px;font-size:19px}.mall-balance>svg{color:#e9a51d;grid-row:span 2;width:28px;height:28px}.mall-balance span{font-size:12px;font-weight:900}.mall-balance strong{font-size:25px;line-height:1}.mall-category-tabs{justify-content:center;gap:16px;padding:24px 5px 0;display:flex}.mall-success-toast{z-index:80;right:max(20px, env(safe-area-inset-right));bottom:max(22px, env(safe-area-inset-bottom));color:#16764b;background:#f4fff8f7;border:1px solid #a9dec3;border-radius:12px;grid-template-columns:28px minmax(0,1fr) 34px;align-items:center;gap:10px;width:min(440px,100vw - 40px);min-height:54px;padding:10px 10px 10px 16px;font-weight:800;display:grid;position:fixed;box-shadow:0 14px 34px #26634938}.mall-success-toast>svg{color:#fff;background:#35a86e;border-radius:50%;width:25px;height:25px;padding:4px}.mall-success-toast button{color:#5d8973;background:0 0;border:0;border-radius:8px;place-items:center;width:34px;height:34px;padding:0;display:grid}.mall-success-toast button:hover{background:#e1f5e9}.mall-success-toast button svg{width:18px;height:18px}.mall-category-tabs button{border-radius:var(--control-radius);color:#75848a;background:#ffffffd6;border:1px solid #e6dbc6;min-width:170px;min-height:52px;padding:0 26px;font-size:18px;font-weight:900}.mall-category-tabs button.active{color:#237f76;background:#e7f6f2;border-color:#83c9bb}.mall-category-tabs button.locked{cursor:not-allowed;color:#8b979c;opacity:.72;background:#edf1f2;justify-content:center;align-items:center;gap:7px;display:inline-flex}.mall-category-tabs button.locked svg{width:16px;height:16px}.mall-heading-row{justify-content:space-between;align-items:center;gap:20px;padding:22px 0 14px;display:flex}.mall-heading-row h2{color:#345d6d;margin:0;font-size:28px}.mall-page-status,.mall-selected-summary{color:#477873;font-size:14px;font-weight:900}.mall-page-status{border-radius:var(--control-radius);background:#ffffffc7;flex:none;padding:9px 13px;font-size:15px}.mall-catalog{grid-template-columns:58px minmax(0,1fr) 58px;align-items:center;gap:14px;display:grid}.mall-page-arrow{border-radius:var(--control-radius);color:#50a49a;background:#ffffffd6;border:0;place-items:center;width:58px;height:88px;padding:0;display:grid;box-shadow:0 8px 20px #4b66591f}.mall-page-arrow:hover:not(:disabled){color:#23887e;background:#fff;transform:translateY(-1px)}.mall-page-arrow:disabled{cursor:not-allowed;opacity:.32}.mall-page-arrow svg{stroke-width:2.5px;width:34px;height:34px}.mall-catalog-panel{border-radius:var(--panel-radius);background:#fffffff0;border:1px solid #e7e1d0eb;flex-direction:column;min-height:510px;padding:24px 38px 18px;display:flex;box-shadow:0 16px 36px #5b66521f}.mall-product-list{gap:5px;display:grid}.mall-product{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;grid-template-columns:28px 38px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:68px;padding:9px 18px;display:grid;position:relative}.mall-product:hover:not(:has(input:disabled)){background:#f4fbf8;border-color:#c8e3dd}.mall-product.redeemed{cursor:default;background:#f5faf7}.mall-product input{opacity:0;width:1px;height:1px;position:absolute}.mall-product-number{color:#557178;text-align:right;font-size:18px;font-weight:900}.mall-product-check{color:#268e71;background:#fff;border:2px solid #aab5b5;border-radius:4px;place-items:center;width:34px;height:34px;display:grid}.mall-product:not(.redeemed):has(input:checked){background:#eef9f4;border-color:#8bcabc}:is(.mall-product:not(.redeemed):has(input:checked) .mall-product-check,.mall-product.redeemed .mall-product-check){background:#dff5ea;border-color:#76b9a0}.mall-product-check svg{stroke-width:3px;width:22px;height:22px}.mall-product-copy{min-width:0}.mall-product-copy h3{color:#345d6d;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:19px;overflow:hidden}.mall-product-copy p{color:#74868a;text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:13px;font-weight:700;overflow:hidden}.mall-product-price{color:#99721d;white-space:nowrap;background:#fff4c8;border-radius:8px;align-self:center;padding:7px 10px;font-size:13px;font-weight:900}.mall-product.redeemed .mall-product-price{color:#2d8d68;background:#e5f6ec}.mall-catalog-panel .mall-selected-summary{border-top:1px solid #eee6d7;justify-content:flex-end;align-items:center;min-height:36px;margin-top:auto;padding-top:10px;display:flex}.mall-empty{color:#708187;text-align:center;background:#ffffff94;border:2px dashed #e8d9be;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:280px;display:flex}.mall-empty svg{color:#e2a62c;width:34px;height:34px;margin-bottom:3px}.mall-empty strong{color:#496b74}.mall-empty span{font-size:13px;font-weight:700}.mall-action-bar{z-index:10;color:#6d7e80;background:#fffffff5;border:1px solid #e5d7bd;border-radius:8px;justify-content:space-between;align-items:center;gap:18px;padding:13px 16px 13px 20px;font-size:13px;font-weight:800;display:flex;position:fixed;bottom:22px;left:284px;right:34px;box-shadow:0 12px 28px #4a584e29}.mall-action-bar .primary-button{min-height:42px;padding:0 17px}.mall-action-bar .primary-button:disabled{cursor:not-allowed;opacity:.58}@media (width<=900px){.mall-page{padding:22px 18px 100px}.mall-header,.mall-notice,.mall-heading-row{width:calc(100% - 100px);padding-left:0;padding-right:0}.mall-catalog{grid-template-columns:42px minmax(0,1fr) 42px;gap:8px}.mall-page-arrow{width:42px}.mall-action-bar{left:18px;right:18px}}@media (width<=620px){.mall-header,.mall-notice,.mall-heading-row{flex-direction:column;align-items:flex-start;width:100%}.mall-header h1{font-size:27px}.mall-back-link{margin-left:0}.mall-category-tabs{overflow-x:auto}.mall-notice{flex-direction:column;align-items:flex-start;width:100%}.mall-catalog{grid-template-columns:1fr 1fr}.mall-catalog-panel{grid-area:1/1/auto/-1;min-height:430px;padding:14px 12px}.mall-page-arrow{width:100%;height:42px}.mall-product{grid-template-columns:24px 34px minmax(0,1fr);padding:7px 8px}.mall-product-price{grid-column:3;justify-self:start;margin-top:-4px}.mall-action-bar{flex-direction:column;align-items:stretch;gap:9px}}button{cursor:pointer}.login-page{background:var(--page-cream);place-items:center;min-height:100vh;padding:28px;display:grid}.login-panel{border:1px solid var(--line);border-radius:var(--panel-radius);background:var(--surface-strong);grid-template-columns:minmax(0,1fr) 390px;width:min(960px,100%);min-height:560px;display:grid;overflow:hidden;box-shadow:0 24px 60px #365e5b24}.login-art{background:#bceaff url(/assets/home/home-forest-hero.png) bottom/cover no-repeat;min-height:560px}.login-card{flex-direction:column;justify-content:center;gap:16px;padding:42px;display:flex}.eyebrow{color:#0f7a6d;font-size:13px;font-weight:900}.login-card h1{letter-spacing:0;margin:0 0 10px;font-size:34px}.login-card label{color:#53627a;gap:8px;font-size:14px;font-weight:800;display:grid}.login-card input{border:1px solid #d8e0eb;border-radius:8px;outline:none;width:100%;height:46px;padding:0 14px}.login-card input:focus{border-color:#1783f2;box-shadow:0 0 0 3px #1783f21f}.password-field{display:block;position:relative}.password-field input{padding-right:52px}.password-field button{color:#5d6d82;background:#f2f6fb;border:0;border-radius:8px;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:5px;right:5px}.password-field button:hover{color:#126fdc;background:#e7f1fc}.password-field svg{width:19px;height:19px}.app-shell{grid-template-columns:clamp(220px,18vw,255px) minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);background:var(--surface-strong);flex-direction:column;gap:20px;height:100vh;padding:24px 18px 18px;display:flex;position:sticky;top:0;box-shadow:8px 0 28px #365e5b12}.brand{min-height:72px;color:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:8px;padding:0 8px;display:flex}.brand-image{background:url(/assets/sidebar/brand-mascots.png) 50%/contain no-repeat;flex:none;width:66px;height:54px}.brand strong{color:#1675f2;letter-spacing:0;white-space:nowrap;min-width:0;font-size:17px;font-weight:900;line-height:1.2}.program-switcher{color:#365475;background:linear-gradient(#fbfefe 0%,#f3f8f7 100%);border:1px solid #cfe2e0;border-radius:18px;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:4px 10px;min-width:0;padding:12px 13px;display:grid;position:relative;box-shadow:0 8px 18px #4f746814}.program-switcher>svg{color:#198f8c;grid-row:1/3;width:22px;height:22px}.program-switcher>span{color:#6c8093;font-size:12px;font-weight:800}.program-switcher-trigger{color:#234760;width:100%;min-width:0;font:inherit;letter-spacing:0;text-align:left;cursor:pointer;background:#ffffffb8;border:0;border-radius:12px;grid-column:2;justify-content:space-between;align-items:center;gap:10px;padding:4px 10px 4px 0;font-weight:900;display:flex}.program-switcher-trigger:disabled{opacity:1;cursor:default}.program-switcher-trigger svg{color:#5d7d8a;flex:none;width:16px;height:16px}.program-switcher-menu{z-index:20;background:var(--surface-strong);border:1px solid #39748b2e;border-radius:18px;width:min(100%,290px);max-height:360px;padding:8px;position:absolute;top:calc(100% + 8px);left:0;overflow-y:auto;box-shadow:0 18px 40px #365e5b2e}.program-switcher-menu>button{color:#38505d;text-align:left;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:54px;padding:8px 12px;display:flex}.program-switcher-menu>button:hover,.program-switcher-menu>button.active{background:#eaf8f5}.program-switcher-menu>button span{align-items:baseline;gap:9px;min-width:0;display:flex}.program-switcher-menu>button strong{color:#1384a5}.program-switcher-menu>button svg{flex:none;width:18px;height:18px}.sidebar nav{gap:8px;display:grid}.sidebar nav button,.sidebar nav a{border-radius:var(--control-radius);color:#365475;text-align:left;background:0 0;border:1px solid #0000;align-items:center;gap:12px;min-height:48px;padding:0 15px;font-weight:900;text-decoration:none;display:flex}.sidebar nav button:hover,.sidebar nav button.active,.sidebar nav a:hover,.sidebar nav a.active{background:var(--primary-soft);color:var(--primary-strong);border-color:#a9d9d0}.sidebar nav svg{stroke-width:2.6px;width:21px;height:21px}.sidebar-mascots{justify-content:center;align-items:flex-end;min-height:clamp(190px,28vh,300px);margin-top:auto;display:flex;overflow:visible}.sidebar-mascots img{width:min(96%,204px);max-width:none;transform:translateY(4px)}.user-box{border:1px solid var(--line);border-radius:var(--control-radius);background:#f7fbfa;grid-template-columns:34px 1fr 36px;align-items:center;gap:9px;min-height:56px;margin-top:0;padding:9px;display:grid}.user-box>svg{color:#e97818;background:#fff0d8;border-radius:50%;width:34px;height:34px;padding:7px}.user-box button{color:#6a7890;background:#fff;border:0;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.main-stage{background:var(--page-bg);min-width:0;max-width:100%;overflow-x:hidden}.home-page{padding-bottom:28px}.home-hero{background:#a8e4ff url(/assets/home/home-forest-hero.png) 50% 64%/cover no-repeat;min-height:330px;position:relative;overflow:hidden;box-shadow:0 14px 34px #2e84b629}.home-hero:after{content:"";pointer-events:none;background:linear-gradient(90deg,#ffffff0f,#ebfaff8f,#ffffff0a);position:absolute;inset:0}.home-greeting{z-index:1;text-align:center;text-shadow:0 2px #ffffffa8;width:min(520px,48vw);position:absolute;top:64px;left:46%;transform:translate(-50%)}.home-greeting span{color:#3173a6;align-items:center;gap:6px;font-size:14px;font-weight:900;display:inline-flex}.home-greeting h1{color:#0b3c78;letter-spacing:0;margin:8px 0 10px;font-size:44px;line-height:1.18}.home-greeting p{color:#264b75;margin:0;font-size:18px;font-weight:800}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:24px 28px 0;display:grid}.quick-card{color:#273142;text-align:left;background:#fff;border:1px solid #e7eef7;border-radius:8px;grid-template-columns:72px 1fr;align-items:center;column-gap:18px;min-height:150px;padding:22px;text-decoration:none;display:grid;box-shadow:0 12px 28px #2d4e7017}.quick-card svg{color:#fff;border-radius:8px;grid-row:span 2;width:66px;height:66px;padding:15px}.quick-card strong{font-size:22px}.quick-card span{color:#63738a;font-weight:800}.quick-card-blue svg{background:linear-gradient(145deg,#34b0ff,#0873ef)}.quick-card-green svg{background:linear-gradient(145deg,#40c878,#148849)}.quick-card-orange svg{background:linear-gradient(145deg,#ffb33d,#f06a17)}.summary-band{background:linear-gradient(90deg,#eef8dc,#fff8d9);border:1px solid #dfead4;border-radius:8px;align-items:center;gap:18px;min-height:92px;margin:22px 28px 0;padding:18px 22px;display:flex}.summary-band svg{color:#1684d8;fill:#dff3ff;width:48px;height:48px}.summary-band strong,.summary-band span{display:block}.summary-band strong{font-size:20px}.summary-band span{color:#63738a;margin-top:5px;font-weight:800}.work-page{background:var(--page-bg);padding:28px}.today-course-page{background:#bfeeff url(/assets/home/course-forest-bg.png) 50%/cover no-repeat;min-height:100vh;padding:28px}.today-course-layout{grid-template-columns:clamp(180px,20vw,280px) minmax(0,1fr);align-items:stretch;gap:34px;height:calc(100dvh - 56px);min-height:calc(100vh - 56px);display:grid}.today-course-list{overscroll-behavior:contain;scrollbar-gutter:stable;background:#fffffff2;border-radius:0 48px 48px 0;flex-direction:column;gap:14px;min-height:0;max-height:100%;padding:26px 14px;display:flex;overflow-y:auto;box-shadow:0 22px 48px #527c462e}.today-course-list .course-pill{min-height:50px;box-shadow:none;color:#111827;background:0 0;border:0;border-radius:8px;grid-template-columns:auto 1fr auto auto;align-items:center;column-gap:8px;padding:8px 12px;font-size:26px;font-weight:400;display:grid}.today-course-list .course-pill.active{background:#fbffd1}.today-course-list .course-pill:not(.active){color:#8b949f}.today-course-list .course-pill.locked{cursor:not-allowed;opacity:.72}.today-course-list .course-pill span{width:auto;height:auto;color:inherit;background:0 0;border-radius:0;margin-right:8px;font-weight:400;display:inline}.today-course-list .course-pill strong{font-weight:400}.today-course-list .course-pill small{color:#4f8a38;white-space:nowrap;font-size:13px;font-weight:800}.today-course-list .course-pill.locked small{color:#8b949f}.course-pill.locked{cursor:not-allowed;opacity:.72}.course-lock-toast{z-index:1000;color:#7b5200;text-align:center;background:#fff8df;border:1px solid #f1c46d;border-radius:8px;max-width:min(90vw,420px);padding:12px 18px;font-size:15px;font-weight:800;line-height:1.5;position:fixed;top:24px;left:50%;transform:translate(-50%);box-shadow:0 10px 24px #5d420e2e}.today-course-list .course-pill svg{width:18px;height:18px;display:block}.today-course-board{background:#fffffff7;border-radius:64px;flex-direction:column;min-height:0;padding:22px 40px;display:flex;overflow:hidden;box-shadow:0 22px 48px #527c4624}.today-course-board>p{margin:8px 0 0}.today-course-board .content-title span{color:#4f7f20;background:#f0f8e8}.today-course-board .video-box{flex:1;grid-template-rows:auto minmax(0,1fr) auto auto;gap:14px;min-height:0;margin-top:14px}.today-course-board .lesson-player{aspect-ratio:auto;height:100%;min-height:0}.today-course-board .media-empty{background:#f9fbff;border-radius:28px;min-height:280px}.page-header{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:22px;padding:2px 2px 0;display:flex}.page-header h1{color:var(--ink);letter-spacing:0;margin:0;font-size:28px}.page-header span{color:var(--muted);font-weight:800}.two-column{grid-template-columns:260px minmax(0,1fr);gap:18px;display:grid}.course-list{align-content:start;gap:10px;display:grid}.course-pill{border-radius:var(--control-radius);color:#273142;text-align:left;background:#fff;border:1px solid #e2ebf5;grid-template-columns:42px 1fr auto 24px;align-items:center;gap:10px;min-height:76px;padding:13px;display:grid}.course-pill small{font-size:13px;font-weight:800}.course-pill.active{background:#eef7ff;border-color:#2b8df0}.course-pill span{color:#176fda;background:#f2f6fb;border-radius:8px;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.course-pill strong{min-width:0}.course-pill svg{color:#25a666;width:22px;height:22px}.course-pill svg[data-lucide=lock]{color:#9aa7b8}.content-panel,.word-grid{border:1px solid var(--line);border-radius:var(--panel-radius);background:var(--surface-strong);min-height:420px;box-shadow:var(--shadow);padding:20px}.content-title{align-items:center;gap:12px;display:flex}.content-title span{border-radius:var(--control-radius);color:#126fdc;background:#e9f5ff;place-items:center;min-width:44px;min-height:44px;font-weight:900;display:grid}.content-title h2,.video-box h3{margin:0}.video-box{gap:14px;margin-top:18px;display:grid}.video-box video{aspect-ratio:16/9;background:#101828;border-radius:8px;width:100%}.lesson-segments{grid-template-columns:repeat(auto-fit,minmax(42px,1fr));gap:8px;display:grid}.lesson-segments button{cursor:pointer;background:#d9e2ea;border:0;border-radius:4px;min-width:0;height:7px;padding:0}.lesson-segments button:hover,.lesson-segments button:focus-visible{box-shadow:0 0 0 3px #2d8bea2e}.lesson-segments button.active{background:#2d8bea}.lesson-segments button.completed{background:#57b83f}.lesson-segments button:disabled{cursor:not-allowed;opacity:.52}.lesson-player{aspect-ratio:16/9;background:#eef4f8;border-radius:8px;width:100%;position:relative;overflow:hidden}.lesson-player>video,.lesson-player>.media-empty{border:0;border-radius:0;width:100%;height:100%;min-height:0}.lesson-player>video{object-fit:contain;display:block}.lesson-video-toggle{z-index:1;color:#fff;background:#152a3db8;border:1px solid #ffffffc7;border-radius:50%;place-items:center;width:42px;height:42px;padding:0;display:grid;position:absolute;bottom:16px;right:16px}.lesson-video-toggle:hover{background:#152a3de6}.lesson-video-toggle svg{width:19px;height:19px}.lesson-video-navigation{justify-content:space-between;align-items:center;display:flex}.lesson-video-navigation button{color:#31506f;background:#fffffff0;border:1px solid #cbd8e5;border-radius:50%;place-items:center;width:40px;height:40px;padding:0;display:grid}.lesson-video-navigation button:disabled{cursor:not-allowed;opacity:.35}.lesson-video-navigation span{color:#52667b;text-align:center;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;font-weight:800;overflow:hidden}.video-interaction-overlay{z-index:2;background:linear-gradient(#fffadffa,#eefaf1fa);grid-template-rows:auto minmax(0,1fr) auto auto;gap:12px;padding:18px 22px;display:grid;position:absolute;inset:0;overflow:auto}.interaction-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.interaction-heading span{color:#297d49;font-size:13px;font-weight:900}.interaction-heading h3{margin-top:3px;font-size:20px}.interaction-heading>button{color:#fff;background:#2d8bea;border:0;border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.interaction-heading>button:disabled{opacity:.4}.choice-interaction-body{grid-template-rows:minmax(0,1fr) auto;gap:12px;min-height:0;display:grid}.choice-question-image{place-items:center;min-height:0;display:grid;overflow:hidden}.choice-question-image img{object-fit:contain;width:min(52%,320px);height:100%;min-height:0}.interaction-options{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;min-height:0;display:grid}.interaction-options.single-choice{grid-template-columns:repeat(2,minmax(0,1fr))}.interaction-options.single-choice.three-options{grid-template-columns:repeat(3,minmax(0,1fr))}.interaction-options.single-choice>button{min-height:0}.interaction-options.single-choice .interaction-option-image{padding:6px 10px}.interaction-options.single-choice strong{font-size:15px}.interaction-options.text-options{align-items:stretch}.interaction-options.text-options>button{place-items:center;min-height:72px;padding:12px 16px;display:grid}.interaction-options.text-options strong{min-height:0;font-size:28px;line-height:1.2}.interaction-options>button{color:#273142;background:#fffffff0;border:2px solid #dce8d5;border-radius:8px;grid-template-rows:minmax(0,1fr) auto;gap:6px;min-width:0;padding:8px;display:grid;overflow:hidden}.interaction-options>button.selected{background:#edf7ff;border-color:#2d8bea;box-shadow:0 0 0 3px #2d8bea24}.interaction-options>button.found{opacity:1;background:#eff9e9;border-color:#55ae42;box-shadow:0 0 0 3px #55ae4224}.interaction-options>button.wrong{background:#fff1ef;border-color:#e15b55;animation:.36s interaction-wrong-bounce}@keyframes interaction-wrong-bounce{0%,to{transform:translate(0)}30%{transform:translate(-7px)}65%{transform:translate(6px)}}.interaction-option-image{background:#f4f7ef;border-radius:6px;place-items:center;min-height:0;padding:4px 8px;display:grid;position:relative;overflow:hidden}.interaction-option-image img{object-fit:contain;object-position:center;width:100%;min-width:0;height:100%;min-height:0;display:block}.interaction-option-image b{color:#98a394;font-size:12px}.interaction-option-image i{color:#fff;background:#2d8bea;border-radius:50%;place-items:center;width:24px;height:24px;display:grid;position:absolute;top:5px;right:5px}.interaction-option-image i svg{width:15px;height:15px}.interaction-options strong{text-align:center;text-overflow:ellipsis;white-space:nowrap;min-height:18px;font-size:13px;line-height:18px;overflow:hidden}.interaction-actions{justify-content:space-between;align-items:center;gap:16px;display:flex}.interaction-actions>span{color:#69776a;font-size:13px;font-weight:800}.interaction-submit{border-radius:18px;min-height:34px;padding:0 16px;font-size:13px}.interaction-feedback{text-align:center;min-height:20px;margin:0;font-size:14px;font-weight:900}.interaction-feedback.wrong{color:#b42318}.interaction-feedback.correct{color:#177245}.interaction-success-block{justify-content:center;align-items:center;gap:10px;min-height:20px;display:flex}.interaction-success-block img{object-fit:contain;width:62px;height:62px}.image-hotspot-overlay{grid-template-rows:auto minmax(0,1fr) auto auto}.image-hotspot-stage{place-items:center;min-height:0;display:grid;overflow:hidden}.image-hotspot-board{aspect-ratio:16/9;background:0 0;border:0;border-radius:16px;max-width:100%;height:100%;max-height:100%;position:relative;overflow:hidden}.image-hotspot-board:focus-visible{outline:none}.image-hotspot-board.wrong{animation:.36s interaction-wrong-bounce}.image-hotspot-board>img{object-fit:cover;width:100%;height:100%;display:block}.image-hotspot-board>b{color:#98a394;place-items:center;width:100%;height:100%;font-size:14px;display:grid}.image-hotspot-target-wrap{position:absolute}.image-hotspot-target{cursor:pointer;background:0 0;border:3px solid #0000;border-radius:16px;padding:0;display:block;position:absolute;inset:0;transform:translateZ(0)}.image-hotspot-target:hover,.image-hotspot-target:focus-visible{background:0 0;border-color:#0000;outline:none}.image-hotspot-target-wrap.found .image-hotspot-target{opacity:0}.image-hotspot-found-marker{color:#fff;pointer-events:none;background:#55ae42;border-radius:50%;place-items:center;width:30px;height:30px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 10px #31586a38}.image-hotspot-target.wrong{background:#fff1ef33;border-color:#e15b55;animation:.36s interaction-wrong-bounce}.image-hotspot-found-marker svg{width:16px;height:16px}.image-hotspot-target:disabled{cursor:default}.puzzle-completion-layer{z-index:8;border-radius:inherit;background:#031716c7;animation:.24s ease-out both feedback-fade;position:absolute;inset:0;overflow:hidden}.puzzle-completion-copy{z-index:1;color:#31586a;background:#fffbe7f7;border:3px solid #f2cc68;border-radius:20px;width:min(430px,48%);padding:20px 24px;position:absolute;top:50%;left:7%;transform:translateY(-50%);box-shadow:0 16px 30px #00000038,0 0 0 8px #ffffff1f}.puzzle-completion-copy strong{font-size:clamp(30px,3.3vw,56px);line-height:1.2;display:block}.puzzle-completion-copy p{color:#687d84;margin:14px 0 0;font-size:clamp(15px,1.35vw,21px);font-weight:900;line-height:1.45}.puzzle-completion-layer>img{filter:drop-shadow(0 22px 34px #0000003d);width:min(42%,390px);height:auto;animation:.34s ease-out both feedback-pop;position:absolute;top:17%;left:54%}.choice-completion-layer>img,.drag-completion-layer>img{width:min(38%,330px);top:14%;left:57%}.puzzle-stage{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:16px;min-height:0;display:grid}.puzzle-heading{justify-content:flex-start}.puzzle-heading>button{margin-left:auto}.puzzle-intro{align-items:flex-start;gap:12px;min-height:0;margin-left:22px;display:flex}.puzzle-board-panel{min-height:0;display:grid}.puzzle-helper{flex-direction:column;align-items:center;gap:4px;margin:0;display:flex}.puzzle-helper-guide img{object-fit:contain;width:auto;height:72px}.puzzle-helper-reference{cursor:zoom-in;background:0 0;border:0;padding:0}.puzzle-helper-reference img{object-fit:cover;border:2px solid #f2cc68;border-radius:8px;width:auto;max-width:150px;height:72px;transition:transform .14s,box-shadow .14s}.puzzle-helper-reference:hover img,.puzzle-helper-reference:focus-visible img{transform:translateY(-1px);box-shadow:0 6px 14px #b48c1e47}.puzzle-helper-reference figcaption{color:#b07d17;white-space:nowrap;font-size:12px;font-weight:800}.puzzle-reference-modal{z-index:9;border-radius:inherit;cursor:zoom-out;background:#031716c7;place-items:center;padding:24px;animation:.2s ease-out both feedback-fade;display:grid;position:absolute;inset:0}.puzzle-reference-figure{flex-direction:column;align-items:center;gap:14px;margin:0;display:flex}.puzzle-reference-figure img{object-fit:contain;border:4px solid #fff;border-radius:16px;max-width:min(72vw,560px);max-height:64vh;box-shadow:0 22px 40px #00000052}.puzzle-reference-figure figcaption{color:#7b5200;background:#fffbe7f5;border-radius:999px;padding:8px 18px;font-size:16px;font-weight:900}.puzzle-slots{background:#ffffffa3;border:3px solid #bdd89e;border-radius:14px;grid-template-rows:repeat(3,minmax(0,1fr));grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;height:100%;min-height:0;padding:10px;display:grid}.puzzle-slot{background:#eefae7bf;border:2px dashed #c4d4bf;border-radius:8px;place-items:center;min-width:0;min-height:0;transition:border-color .16s,background .16s;display:grid;overflow:hidden}.puzzle-slot.over{background:#edf7ff;border-color:#2d8bea}.puzzle-slot.filled{background:#eff9e9;border-style:solid;border-color:#55ae42}.puzzle-slot span{color:#81947d;font-size:12px;font-weight:800}.puzzle-slot img,.puzzle-piece img{object-fit:contain;width:100%;min-width:0;height:100%;min-height:0;display:block}.puzzle-piece img{object-fit:cover}.puzzle-pieces{background:#ffffffa3;border:3px solid #bdd89e;border-radius:14px;grid-column:2;grid-template-rows:repeat(3,minmax(0,1fr));grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;height:100%;min-height:0;padding:10px;display:grid}.puzzle-pieces>div{min-width:0;min-height:0}.puzzle-piece{color:#927136;cursor:grab;touch-action:none;background:0 0;border:0;border-radius:8px;place-items:center;width:100%;min-width:0;height:100%;display:grid;overflow:hidden}.puzzle-piece:active{cursor:grabbing}.puzzle-piece.dragging{z-index:4;opacity:.88;border-color:#2d8bea;box-shadow:0 8px 18px #2d8bea3d}.puzzle-piece.placed{visibility:hidden;pointer-events:none}.puzzle-piece-wrong{animation:.36s interaction-wrong-bounce}.drag-collect-stage{grid-template-columns:minmax(0,1.65fr) minmax(130px,.75fr);gap:16px;min-height:0;display:grid}.drag-toy-grid{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;min-height:0;display:grid}.drag-toy,.drag-toy-slot{border-radius:8px;min-width:0;min-height:0}.drag-toy{z-index:1;color:#273142;cursor:grab;touch-action:none;background:#fffffff5;border:2px solid #dce8d5;grid-template-rows:minmax(0,1fr) auto;gap:3px;padding:5px;display:grid;position:relative}.drag-toy:active{cursor:grabbing}.drag-toy.dragging{z-index:5;opacity:.88;border-color:#2d8bea;box-shadow:0 8px 18px #2d8bea3d}.drag-toy.wrong{background:#fff1ef;border-color:#e15b55;animation:.36s interaction-wrong-bounce}.drag-toy img{object-fit:contain;width:100%;min-width:0;height:100%;min-height:0}.drag-toy b{color:#98a394;align-self:center;font-size:11px}.drag-toy strong{text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:15px;overflow:hidden}.drag-toy-slot.collected{background:#eff9e980;border:2px dashed #55ae424d}.toy-drop-box{background:#fff8deeb;border:3px dashed #d9a343;border-radius:8px;place-items:center;min-width:0;min-height:0;padding:10px;transition:border-color .16s,background .16s,transform .16s;display:grid;position:relative;overflow:hidden}.toy-drop-box.over{background:#eff9e9;border-color:#55ae42;transform:scale(1.02)}.toy-drop-box>img{object-fit:contain;width:100%;min-width:0;height:100%;min-height:0}.toy-drop-box>b{color:#927136;font-size:12px}.toy-drop-box>span{color:#7c602d;white-space:nowrap;background:#ffffffeb;border-radius:8px;padding:3px 8px;font-size:11px;font-weight:900;position:absolute;bottom:7px;left:50%;transform:translate(-50%)}.collected-toys{gap:4px;display:flex;position:absolute;top:7px;right:7px}.collected-toys img{object-fit:contain;background:#fff;border:2px solid #55ae42;border-radius:50%;width:30px;height:30px;padding:2px}.media-empty{color:#8492a6;text-align:center;background:#f8fbff;border:1px dashed #c9d7e8;border-radius:8px;place-items:center;gap:10px;min-height:180px;font-weight:900;display:grid}.media-empty svg{width:46px;height:46px}.button-row{flex-wrap:wrap;gap:12px;display:flex}.primary-button,.ghost-button{border-radius:var(--control-radius);justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 18px;font-weight:900;display:inline-flex}.primary-button{background:var(--primary);color:#fff;border:0;box-shadow:0 8px 18px #2f9d8d33}.primary-button:hover:not(:disabled){background:var(--primary-strong)}.primary-button:disabled{cursor:not-allowed;opacity:.65}.ghost-button{background:var(--surface-strong);color:#3b626b;border:1px solid #c9ddd8}.ghost-button:hover:not(:disabled){background:var(--primary-soft);color:var(--primary-strong);border-color:#8bcabd}.form-error,.success-text{border-radius:var(--control-radius);margin:12px 0;padding:12px 14px;font-weight:800}.form-error{color:#b42318;background:#fff2f2;border:1px solid #ffd0d0}.success-text{color:#177245;background:#effaf3;border:1px solid #bce7cd}.question-card{border-bottom:1px solid #edf2f7;grid-template-columns:160px minmax(0,1fr);gap:18px;padding:16px 0;display:grid}.question-card:first-of-type{padding-top:0}.question-media .media-empty{min-height:126px}.question-media{border-radius:var(--control-radius);background:#f8fbff;border:1px solid #e3ecf7;width:160px;height:126px;overflow:hidden}.question-media img{object-fit:contain;width:100%;height:100%;display:block}.question-card strong{font-size:22px}.option-row{flex-wrap:wrap;gap:10px;display:flex}.option-row button{border-radius:var(--control-radius);color:#3b5068;background:#fff;border:1px solid #d5e1ef;min-width:92px;min-height:38px;font-weight:900}.option-row button.active{color:#126fdc;background:#eaf4ff;border-color:#1478e9}.word-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.word-card{border-radius:var(--control-radius);background:#fbfdff;border:1px solid #e3ecf7;align-content:start;gap:8px;min-height:290px;padding:14px;display:grid}.word-card .media-empty{min-height:120px}.word-card img{aspect-ratio:4/3;object-fit:contain;border-radius:var(--control-radius);background:#fff;width:100%}.word-card strong{color:#126fdc;font-size:24px}.word-card span{color:#eb7b23;font-weight:900}.word-card p,.word-card small{color:#586980;margin:0}.span-all{grid-column:1/-1}.course-selector{z-index:12;width:min(340px,100%);position:relative}.course-selector-trigger{border-radius:var(--control-radius);background:var(--surface-strong);width:100%;min-height:64px;color:var(--ink);text-align:left;box-shadow:var(--shadow);border:1px solid #c9ddd8;justify-content:space-between;align-items:center;gap:18px;padding:10px 16px 10px 20px;display:flex}.course-selector-trigger span{gap:2px;min-width:0;display:grid}.course-selector-trigger small{color:#67808d;font-size:12px;font-weight:800}.course-selector-trigger strong{text-overflow:ellipsis;white-space:nowrap;font-size:17px;overflow:hidden}.course-selector-trigger svg{flex:none}.course-selector-menu{border-radius:var(--control-radius);background:var(--surface-strong);border:1px solid #39748b2e;width:100%;max-height:360px;padding:8px;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;box-shadow:0 18px 40px #365e5b2e}.course-selector-menu>button{color:#38505d;text-align:left;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:54px;padding:8px 12px;display:flex}.course-selector-menu>button:hover,.course-selector-menu>button.active{background:#eaf8f5}.course-selector-menu>button[data-locked=true]{color:#8c9ba2}.course-selector-menu span{align-items:baseline;gap:9px;min-width:0;display:flex}.course-selector-menu strong{color:#1384a5}.course-selector-menu small{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:800;overflow:hidden}.course-selector-menu svg{flex:none;width:18px;height:18px}.review-game-page{background:#6ce9f2 var(--review-background-image,none) center / cover no-repeat;height:100vh;min-height:620px;padding:0;position:relative;overflow:hidden}.review-game-page:before{content:"";pointer-events:none;background:#ffffff14;position:absolute;inset:0}.review-toolbar{z-index:10;justify-content:space-between;align-items:center;gap:20px;display:flex;position:absolute;top:18px;left:24px;right:24px}.review-toolbar .course-selector-trigger{background:#fffeeff0;border-color:#6ea76b47;box-shadow:0 9px 20px #3d766824}.review-game-stage{z-index:1;width:100%;height:100%;padding:0;display:block;position:relative}.review-instruction{z-index:3;color:#31586a;text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffeeff0;border:2px solid #f0be4fe6;border-radius:8px;justify-content:center;align-items:center;width:min(660px,42%);min-height:48px;margin:0;padding:8px 20px;font-size:clamp(14px,1.2vw,18px);font-weight:900;line-height:1.35;display:flex;position:absolute;top:5.5%;left:50%;transform:translate(-50%);box-shadow:0 7px #dca7394d,0 12px 24px #2a787e24}.review-board{aspect-ratio:1.379;background:var(--review-board-image,none) center / 100% 100% no-repeat;place-items:center;width:38.25%;height:auto;min-height:0;margin:0;padding:0;display:grid;position:absolute;bottom:-1.5%;left:1.5%}.review-card-paper{width:62%;height:58%;box-shadow:none;background:0 0;grid-template-rows:minmax(0,1fr) auto;gap:5px;padding:5% 8% 6%;display:grid;position:absolute;top:43%;left:54%;transform:translate(-50%,-50%)}.review-card-paper img,.review-image-placeholder{object-fit:contain;color:#9a8b61;background:0 0;border-radius:0;place-items:center;width:100%;height:100%;max-height:19vh;font-weight:900;display:grid}.review-card-paper img{mix-blend-mode:multiply}.review-word-row{justify-content:center;align-items:center;gap:clamp(12px,1.5vw,26px);display:flex;transform:translate(4%)}.review-word-row strong{font-size:clamp(28px,4.6vh,43px);font-weight:500;line-height:1}.review-word-row button,.vocabulary-copy p button{color:#6f5543;background:#fff7df;border:0;border-radius:50%;place-items:center;width:54px;height:54px;display:grid}.review-word-row button{color:#111;background:0 0;width:42px;height:42px}.review-word-row button svg{fill:currentColor;width:38px;height:38px}.review-answer-stage{width:auto;height:70%;display:block;position:absolute;top:24.5%;left:44%;right:0;transform:none}.review-mascot-card{background:#ffffffb8;border-radius:28px;width:min(420px,100%);padding:22px 26px;box-shadow:0 18px 38px #3a7d6529}.review-mascot-card span,.review-mascot-card strong,.review-mascot-card small{display:block}.review-mascot-card span{color:#1383be;font-weight:900}.review-mascot-card strong{margin:7px 0;font-size:28px}.review-mascot-card small{color:#597086;font-size:15px;font-weight:800}.review-flags{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:0;width:100%;height:100%;display:grid}.review-flags button{background:var(--review-flag-image,none) center bottom / auto 100% no-repeat;color:#fff;filter:drop-shadow(7px 11px 7px #5b56332e);border:0;border-radius:0;height:100%;min-height:0;padding:0;font-size:24px;font-weight:900;transition:transform .16s,filter .16s;display:block;position:relative}.review-flags button:not(:disabled):hover{transform:translateY(-6px)}.review-flags button:not(:disabled):active{transform:translateY(1px)scale(.98)}.review-flags button:focus{outline:none}.review-flags button:focus-visible{outline-offset:4px;outline:4px solid #ffffffc7}.review-flags b{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.review-flags button:first-child{filter:drop-shadow(7px 11px 7px #5b56332e)}.review-flags button.selected{transform:translateY(-6px)}.review-flags span{place-items:center;width:26%;height:18%;margin:0;display:grid;position:absolute;top:18%;left:48.5%}.review-flags svg{stroke-width:4px;width:52px;height:52px}.review-progress{color:#5b7b39;text-align:center;background:#fffeeff0;border:2px solid #7bb5584d;border-radius:8px;justify-content:center;align-items:center;gap:12px;min-width:148px;min-height:50px;padding:7px 14px;font-weight:900;display:flex;box-shadow:0 8px 18px #3d76681f}.review-progress>div{gap:7px;display:flex}.review-progress span{background:#fff;border:2px solid #8fbf8b;border-radius:50%;width:11px;height:11px}.review-progress span.completed{background:#99ce68}.review-progress span.current{outline-offset:2px;outline:3px solid #ffd247ad}.review-progress small{min-width:34px;font-size:13px}.review-flags button:disabled{cursor:default}.review-feedback-layer{z-index:20;appearance:none;background:0 0;border:0;padding:0;line-height:0;animation:.18s ease-out both feedback-fade;display:block;position:fixed;inset:0 0 0 250px}.review-feedback-layer:focus,.review-feedback-layer:focus-visible{outline:none}.review-feedback-layer img{filter:drop-shadow(0 22px 38px #1f4e6147);width:min(290px,21vw);height:auto;animation:.28s ease-out both review-feedback-pop;display:block;position:absolute;bottom:12%;left:72%;transform:translate(-50%)}.review-completion-layer{z-index:30;color:#fff;appearance:none;background:#031716d1;border:0;padding:0;animation:.24s ease-out both feedback-fade;display:block;position:fixed;inset:0 0 0 250px;overflow:hidden}.review-completion-layer:focus,.review-completion-layer:focus-visible{outline:none}.review-completion-copy{z-index:1;color:#31586a;background:#fffbe7f7;border:3px solid #f2cc68;border-radius:20px;width:min(520px,48%);padding:22px 30px;display:block;position:absolute;top:50%;left:6.5%;transform:translateY(-50%);box-shadow:0 16px 30px #00000038,0 0 0 8px #ffffff1f}.review-completion-close{z-index:1;color:#31586a;cursor:pointer;background:#31586a1a;border:0;border-radius:50%;place-items:center;width:36px;height:36px;padding:0;transition:background .16s,transform .16s;display:grid;position:absolute;top:10px;right:10px}.review-completion-close:hover{background:#31586a2e;transform:rotate(6deg)}.review-completion-close:active{transform:scale(.92)}.review-completion-close svg{width:20px;height:20px}.review-completion-copy strong{font-size:clamp(42px,4vw,76px);line-height:1.25;display:block}.review-completion-copy p{color:#687d84;margin:16px 0 20px;font-size:clamp(17px,1.45vw,24px);font-weight:800;line-height:1.5}.review-completion-action{color:#31586a;background:#f6d878;border:1px solid #d3b04e;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 20px;font-size:17px;font-weight:900;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex;box-shadow:0 6px #d3b04e}.review-completion-action:hover{background:#ffe697;transform:translateY(-2px);box-shadow:0 8px #d3b04e}.review-completion-action:active{transform:translateY(3px);box-shadow:0 3px #d3b04e}.review-completion-action svg{width:19px;height:19px}.review-completion-layer img{filter:drop-shadow(0 22px 34px #0000003d);width:36%;max-width:none;height:auto;animation:.34s ease-out both feedback-pop;position:absolute;top:20%;left:58%}@keyframes feedback-fade{0%{opacity:0}to{opacity:1}}@keyframes feedback-pop{0%{transform:scale(.72)}to{transform:scale(1)}}@keyframes review-feedback-pop{0%{transform:translate(-50%)scale(.72)}to{transform:translate(-50%)scale(1)}}.review-game-stage--fruit .review-instruction{color:#111;width:min(720px,48%);min-height:62px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;text-shadow:0 1px #ffdba44d;border:0;border-radius:0;flex-direction:column;gap:5px;padding:8px 64px 8px 26px;font-size:clamp(22px,2.35vw,36px);font-weight:500;line-height:1.15;top:12%;left:52%;background:0 0!important}.review-game-stage--fruit .review-instruction-main{display:block}.review-game-stage--fruit .review-fruit-guide{z-index:12;color:#31586a;text-align:center;background:#fffeeff0;border:2px solid #f0be4fd1;border-radius:12px;width:min(600px,44%);padding:6px 16px;font-size:clamp(13px,1vw,17px);font-weight:700;line-height:1.2;display:block;position:absolute;top:-106px;left:44%;transform:translate(-50%);box-shadow:0 5px #dca7393d,0 8px 16px #2a787e1f}.review-game-stage--fruit .review-instruction button{color:#111;cursor:pointer;background:0 0;border:0;place-items:center;width:42px;height:42px;padding:0;display:grid;position:absolute;right:18px}.review-game-stage--fruit .review-instruction button svg{fill:currentColor;width:34px;height:34px}.review-game-stage--fruit .review-board{aspect-ratio:auto;background:#fffceef5;border:5px solid #fffffff0;border-radius:12px;width:15%;height:16%;padding:10px;display:block;top:7.5%;bottom:auto;left:18.5%;box-shadow:0 7px #804b2f33,0 12px 24px #502b1f33}.review-game-stage--fruit .review-card-paper{gap:0;width:100%;height:100%;padding:5px;top:50%;left:50%}.review-game-stage--fruit .review-card-paper img,.review-game-stage--fruit .review-image-placeholder{mix-blend-mode:normal;min-height:0;max-height:none}.review-game-stage--fruit .review-card-paper>img{object-fit:contain;filter:drop-shadow(0 5px 5px #4b3a252e)}.review-game-stage--fruit .review-word-row{display:none}.review-game-stage--fruit .review-word-row strong{color:#31586a;text-align:center;max-width:calc(100% - 54px);font-size:clamp(18px,2vw,30px);line-height:1.25}.review-game-stage--fruit .review-answer-stage{height:52%;top:35%;left:4%;right:4%}.review-fruit-options{grid-template-columns:repeat(2,minmax(0,1fr));place-items:center;gap:clamp(30px,8vw,150px);width:100%;height:100%;display:grid}.review-fruit-option{width:min(280px,100%);height:100%;min-height:230px;position:relative}.review-fruit-option>button{z-index:1;color:#31586a;cursor:pointer;background:0 0;border:0;place-items:center;width:100%;height:100%;padding:8px;transition:transform .16s,filter .16s,opacity .16s;display:grid;position:relative}.review-fruit-option>button:not(:disabled):hover{filter:drop-shadow(0 12px 15px #305b4f33);transform:translateY(-7px)scale(1.03)}.review-fruit-option>button:disabled{cursor:default}.review-fruit-option.selected>button{opacity:.62;transform:translateY(-5px)}.review-fruit-option:has(.review-fruit-wrong-mark)>button{filter:saturate(.72);animation:.34s ease-in-out both review-fruit-wrong-shake}.review-fruit-wrong-mark{z-index:5;color:#fff;background:#ee6859;border:6px solid #fff;border-radius:50%;place-items:center;width:76px;height:76px;animation:.22s ease-out both review-fruit-wrong-pop;display:grid;position:absolute;top:31%;left:50%;transform:translate(-50%,-50%);box-shadow:0 7px 13px #66261c40}.review-fruit-wrong-mark svg{stroke-width:4px;width:48px;height:48px}.review-fruit-option>button:focus-visible{outline-offset:4px;border-radius:18px;outline:4px solid #ffd647d9}.review-fruit-option>button img{object-fit:contain;width:100%;height:88%}.review-fruit-option>button span{color:#31586a;text-transform:capitalize;background:#fffeeff0;border-radius:999px;padding:4px 18px;font-size:clamp(20px,2vw,30px);font-weight:900;line-height:1;position:absolute;bottom:3%;left:50%;transform:translate(-50%);box-shadow:0 4px 10px #34675d29}.review-fruit-effect{object-fit:contain;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.review-fruit-effect--extra{z-index:2;animation:.9s ease-out both review-fruit-extra-pop}.review-fruit-effect--cut{z-index:3;animation:.55s ease-out both review-fruit-cut-pop}.review-fruit-effect--sparkle{z-index:4;animation:1.25s ease-out both review-fruit-sparkle}.review-fruit-feedback{z-index:8;border-radius:14px;justify-content:center;align-items:center;gap:14px;width:max-content;max-width:100%;padding:10px 14px;display:flex;position:absolute;bottom:-86px;left:50%;transform:translate(-50%);box-shadow:0 8px 20px #26554c29}.review-fruit-feedback--correct{color:#215d23;background:#e5ffd4}.review-fruit-feedback--wrong{color:#8d3c25;background:#fff0d6}.review-fruit-feedback strong{white-space:nowrap}.review-fruit-feedback button{color:#31586a;cursor:pointer;background:#fff;border:0;border-radius:8px;justify-content:center;align-items:center;gap:5px;min-height:38px;padding:0 12px;font-weight:900;display:inline-flex}.review-fruit-feedback button svg{width:17px;height:17px}@keyframes review-fruit-extra-pop{0%{opacity:0;transform:scale(.72)}35%{opacity:1;transform:scale(1.05)}to{opacity:.92;transform:scale(1)}}@keyframes review-fruit-cut-pop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes review-fruit-sparkle{0%{opacity:0;transform:scale(.45)}35%{opacity:1}to{opacity:.88;transform:scale(1.12)}}@keyframes review-fruit-wrong-pop{0%{opacity:0;transform:translate(-50%,-50%)scale(.6)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes review-fruit-wrong-shake{0%,to{transform:translateY(-5px)}35%{transform:translate(-7px,-5px)}70%{transform:translate(7px,-5px)}}@media (width<=768px){.review-game-stage--fruit .review-board,.review-game-stage--fruit .review-answer-stage{width:min(620px,100%);height:auto;position:relative;inset:auto}.review-game-stage--fruit .review-board{aspect-ratio:1.18}.review-game-stage--fruit .review-card-paper{width:94%;height:94%}.review-game-stage--fruit .review-answer-stage{min-height:260px}.review-fruit-option{min-height:230px}.review-fruit-feedback{width:100%;margin-top:14px;position:static;transform:none}.review-fruit-feedback strong{white-space:normal;text-align:center}}@media (prefers-reduced-motion:reduce){.review-fruit-effect--extra,.review-fruit-effect--cut,.review-fruit-effect--sparkle,.review-fruit-wrong-mark{animation:none}}.vocabulary-room-page{background:#c8f1ff url(/assets/home/course-forest-bg.png) 50%/cover no-repeat;min-height:100vh;padding:24px 28px 26px}.vocabulary-toolbar{z-index:10;grid-template-columns:minmax(280px,340px) minmax(0,1fr);align-items:center;gap:18px;margin-bottom:16px;display:grid;position:relative}.vocabulary-toolbar>.vocabulary-mode-tabs:only-child{grid-column:1/-1}.vocabulary-mode-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:0;display:grid}.vocabulary-mode-tabs button{color:#1f1f1f;background:#ffffffe0;border:0;border-radius:32px;justify-content:center;align-items:center;gap:9px;min-height:64px;font-size:22px;font-weight:900;display:flex;box-shadow:0 10px 22px #398b8424}.vocabulary-mode-tabs svg{width:24px;height:24px}.vocabulary-mode-tabs button.active{background:#cafaffe6;box-shadow:inset 0 -5px #5cd6df47,0 12px 24px #398b8426}.vocabulary-room-layout{grid-template-columns:clamp(210px,21vw,250px) minmax(0,1fr);align-items:stretch;gap:28px;min-height:calc(100vh - 124px);display:grid}.vocabulary-word-list{background:#ffffffed;border-radius:30px;max-height:calc(100vh - 140px);padding:22px 14px;overflow-y:auto;box-shadow:0 18px 42px #517a472b}.vocabulary-word-list h2{color:#5d5960;text-align:center;margin:0 0 14px;font-size:22px}.vocabulary-word-list button{color:#111;text-align:left;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:54px;padding:0 22px;font-size:28px;display:flex}.vocabulary-word-list button svg{flex:none;width:20px;height:20px}.vocabulary-word-list button.active{color:#cc8c2b;background:linear-gradient(90deg,#fff5a5,#fff9c729)}.vocabulary-word-list .spelling-master-entry{color:#795324;background:linear-gradient(#fff3cc,#ffe3a0);border:2px solid #e6c575;border-radius:16px;justify-content:center;margin-top:18px;font-size:20px;font-weight:900;box-shadow:0 4px #e6c575,0 7px 14px #ac7e2f29}.vocabulary-word-list .spelling-master-entry:hover{background:#fff0ba}.vocabulary-word-list .spelling-master-entry:focus-visible{outline-offset:4px;outline:3px solid #956724}.spelling-master-card{background:#e6f8e7;border-radius:32px;min-height:calc(100vh - 80px);padding:22px clamp(20px,5vw,70px) 34px;box-shadow:0 18px 42px #517a472b}.spelling-master-header{color:#315b58;align-items:center;gap:18px;display:flex}.spelling-master-header button{background:#ffffffd9;border:0;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.spelling-master-header h2{margin:4px 0 0;font-size:27px}.spelling-master-header span{font-weight:900}.spelling-master-count{margin-left:auto;font-size:20px}.spelling-master-scene{aspect-ratio:1276/716;background:#69e8f5 var(--spelling-background) center / 100% 100% no-repeat;text-align:center;border-radius:24px;width:100%;max-width:1276px;margin:20px auto 0;position:relative;container-type:inline-size}.spelling-master-word-card{aspect-ratio:1;width:21%;position:absolute;top:10%;right:2.5%}.spelling-master-word-card button{background:#fff;border:2px solid #d7e8db;border-radius:18%;place-items:center;width:100%;height:100%;padding:12%;display:grid;position:relative;box-shadow:0 4px 8px #235b4040}.spelling-master-word-card img{object-fit:contain;width:100%;height:100%}.spelling-master-word-card button svg{color:#367763;width:17%;height:17%;position:absolute;bottom:8%;right:8%}.spelling-letter-bank{flex-wrap:wrap;place-content:space-between space-evenly;column-gap:6%;width:58%;height:37%;display:flex;position:absolute;top:30%;left:6%}.spelling-letter{aspect-ratio:458/176;background:var(--spelling-outline) center / contain no-repeat;color:#134b48;touch-action:none;border:0;border-radius:0;flex:0 0 25%;height:auto;padding:0 0 1%;font-size:clamp(18px,3cqw,38px);font-weight:800;position:relative}.spelling-letter:nth-child(2n){top:-5%}.spelling-letter.is-placed{opacity:.35}.spelling-letter.is-dragging{z-index:20;opacity:.9}.spelling-leaf-row{justify-content:space-between;gap:1.8%;display:flex;position:absolute;bottom:8%;left:3%;right:3%}.spelling-leaf{aspect-ratio:478/193;background:var(--spelling-leaf) center / contain no-repeat;flex:1 1 0;place-items:center;min-width:0;max-width:23%;padding-bottom:1.2%;display:grid}.spelling-leaf.is-over{transform:translateY(-5px)}.spelling-leaf-letter{color:#173f31;background:0 0;border:0;width:100%;height:100%;font-size:clamp(18px,3cqw,38px);font-weight:900}.spelling-leaf-dash{visibility:hidden}.spelling-master-actions{justify-content:center;gap:18px;margin-top:24px;display:flex}.spelling-master-actions button{border:0;border-radius:25px;align-items:center;gap:8px;min-height:50px;padding:0 22px;font-size:18px;font-weight:900;display:inline-flex}.spelling-master-primary{color:#31586a;background:#f5d36c;box-shadow:0 5px #d3b04e}.spelling-master-secondary{color:#428f7d;background:#ffffffd1}.spelling-master-error{text-align:center;margin:15px 0 0}.spelling-completion-layer{justify-content:center;align-items:center;gap:clamp(24px,4vw,64px);padding:32px;display:flex;overflow-y:auto}.vocabulary-completion-layer.spelling-completion-layer .review-completion-copy{flex:0 480px;position:relative;top:auto;left:auto;right:auto;transform:none}.review-completion-layer.spelling-completion-layer img{object-fit:contain;width:min(36%,380px);max-height:65vh;position:static;transform:none}@media (width<=760px){.spelling-completion-layer{flex-direction:column;gap:24px;padding:24px}.vocabulary-completion-layer.spelling-completion-layer .review-completion-copy{flex:none;width:100%}.review-completion-layer.spelling-completion-layer img{width:min(55vw,260px);max-height:32vh}.spelling-master-card{min-height:0;padding:16px 10px 24px}.spelling-master-header{gap:10px}.spelling-master-header h2{font-size:18px}.spelling-master-header button{flex-shrink:0}.spelling-master-count{white-space:nowrap;font-size:16px}.spelling-master-scene{border-radius:14px}.spelling-master-actions{gap:10px}.spelling-master-actions button{padding:0 14px;font-size:16px}}.vocabulary-detail-card,.vocabulary-placeholder-card{background:#ffffffd1;border-radius:36px;min-height:520px;padding:76px clamp(46px,5.2vw,86px) 48px;position:relative;box-shadow:0 20px 48px #5f844f2e}.vocabulary-detail-card{grid-template-columns:minmax(310px,.9fr) minmax(300px,1.1fr);align-content:start;align-items:start;gap:clamp(24px,4vw,64px);display:grid}.vocabulary-detail-wrap{min-width:0;position:relative}.vocabulary-detail-wrap .vocabulary-detail-card{height:100%}.vocabulary-empty-card{grid-template-columns:1fr}.vocabulary-inline-error{z-index:2;margin:0;position:absolute;top:16px;left:50%;transform:translate(-50%)}.vocabulary-copy{align-content:start;gap:16px;display:grid}.vocabulary-copy h1{color:#111;margin:0;font-size:clamp(56px,6vw,78px);line-height:1}.vocabulary-copy p{color:#8a7368;align-items:center;gap:14px;margin:0;font-size:24px;font-weight:800;display:flex}.vocabulary-copy strong{color:#392f2f;font-size:25px;font-weight:500}.spelling-row{flex-wrap:wrap;gap:10px;display:flex}.spelling-row span{color:#7b4632;background:#fff9ef;border-radius:9px;place-items:center;min-width:44px;min-height:44px;font-size:23px;display:grid;box-shadow:0 4px 14px #7c542814}.vocabulary-copy small{color:#111;font-size:23px}.vocabulary-picture{place-items:center;min-height:280px;display:grid}.vocabulary-picture img{object-fit:contain;max-width:100%;max-height:300px}.vocabulary-picture span{color:#8292a2;font-weight:900}.pronunciation-panel{border-top:2px solid #b1d3cd6b;grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:18px;margin-top:10px;padding-top:18px;display:grid}.pronunciation-scores{display:contents}.pronunciation-record-button{color:#237e70;background:#e2f5ef;border:0;border-radius:30px;justify-content:center;align-items:center;gap:11px;width:100%;min-width:0;min-height:60px;padding:0 12px;font-size:19px;font-weight:900;display:inline-flex;box-shadow:0 5px #42a08f26}.pronunciation-record-button:hover{background:#d3f0e8}.pronunciation-record-button:disabled{cursor:wait;opacity:.72}.pronunciation-record-button.recording{color:#c65b4f;background:#ffe4df;box-shadow:0 5px #c65b4f26}.pronunciation-record-button svg{width:25px;height:25px}.recording-dot{background:currentColor;border-radius:4px;width:13px;height:13px}.pronunciation-scores{gap:9px}.pronunciation-scores>div{box-sizing:border-box;background:#ffffff6b;border:1px solid #b1d3cd8c;border-radius:14px;grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr) max-content max-content minmax(0,1fr);align-items:center;gap:3px 8px;min-height:60px;padding:7px 6px;display:grid}.pronunciation-scores>div>span:first-child{white-space:nowrap;text-align:center;color:#7e9692;grid-column:1/-1;font-size:14px;font-weight:800}.pronunciation-panel .form-error{grid-column:1/-1}.pronunciation-scores strong{white-space:nowrap;color:#315b58;grid-area:2/2;width:auto;font-size:18px;font-weight:900}.pronunciation-panel .pronunciation-stars{grid-area:2/3;justify-content:flex-end;gap:2px;min-width:0}.pronunciation-panel .pronunciation-star,.pronunciation-panel .pronunciation-star svg{width:16px;height:16px}.pronunciation-stars{color:#c7d7d3;gap:3px;display:inline-flex}.pronunciation-star{width:20px;height:20px;display:inline-block;position:relative}.pronunciation-star svg{stroke-width:1.8px;width:20px;height:20px;position:absolute;inset:0}.pronunciation-star-empty{fill:#edf3f0}.pronunciation-star-fill{color:#f4bc3d;position:absolute;inset:0 auto 0 0;overflow:hidden}.pronunciation-star-fill svg{fill:currentColor;width:20px;min-width:20px}.pronunciation-panel .form-error{margin:0;font-size:14px}.pronunciation-guidance{color:#5e6b55;text-align:center;background:#fff8cddb;border:1px solid #efd06bb8;border-radius:14px;grid-column:1/-1;margin:0;padding:9px 18px;font-size:18px;font-weight:900;line-height:1.45;box-shadow:0 5px 12px #c29e391f}.pronunciation-complete-button{color:#31586a;background:#f6d878;border:1px solid #d3b04e;border-radius:12px;grid-column:1/-1;justify-content:center;justify-self:center;align-items:center;gap:8px;min-height:48px;padding:0 22px;font-size:17px;font-weight:900;display:inline-flex;box-shadow:0 5px #d3b04e}.pronunciation-complete-button:hover{background:#ffe697;transform:translateY(-2px)}.pronunciation-complete-button svg{width:19px;height:19px}.spin{animation:.9s linear infinite pronunciation-spin}@keyframes pronunciation-spin{to{transform:rotate(360deg)}}.report-page{background:#f8edce var(--learning-pages-bg) center / cover no-repeat;min-height:100vh;padding:24px 28px 56px}.report-page-heading{border-radius:var(--panel-radius);background:var(--surface);max-width:1180px;box-shadow:var(--shadow);border:1px solid #eee2cf;justify-content:space-between;align-items:flex-start;gap:18px;margin:0 auto 18px;padding:14px 18px;display:flex}.report-page-heading h1{color:#264e59;margin:4px 0 5px;font-size:clamp(24px,2.4vw,30px);line-height:1.1}.report-content-heading h1{color:#264e59;margin:6px 0 8px;font-size:clamp(24px,2.5vw,30px);line-height:1.1}.report-page-heading p,.report-content-heading p{color:#779096;margin:0;font-size:14px;font-weight:700}.report-page-heading>svg{color:#d18a31;background:#fff1bd;border-radius:14px;width:58px;height:58px;padding:13px}.report-eyebrow{color:#55a69b;letter-spacing:0;font-size:14px;font-weight:900}.report-course-picker{max-width:1180px;margin:0 auto 26px;padding:0 2px}.report-loading,.report-empty{border-radius:var(--panel-radius);background:var(--surface);color:#789196;border:1px dashed #dbcdb8;place-items:center;gap:12px;min-height:260px;font-weight:800;display:grid}.report-loading{grid-auto-flow:column}.report-unavailable{text-align:center;background:#ffffffe6;border:2px solid #d6ebe5;border-radius:30px;max-width:780px;margin:30px auto 0;padding:44px clamp(24px,5vw,72px) 52px;box-shadow:0 18px 40px #49837a1a}.report-unavailable-icon{color:#d09536;background:#fff1bd;border-radius:50%;place-items:center;width:78px;height:78px;margin:0 auto 18px;display:grid}.report-unavailable-icon svg{width:38px;height:38px}.report-unavailable h2{color:#315967;margin:0 0 10px;font-size:28px}.report-unavailable>p{color:#789196;margin:0;font-weight:700}.report-requirements{text-align:left;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:30px 0;display:grid}.report-requirement{color:#b0a795;background:#fbfcf6;border:2px solid #e6e7dc;border-radius:16px;align-items:flex-start;gap:10px;min-width:0;padding:16px 12px;display:flex}.report-requirement.complete{color:#43a17d;background:#f0fbf5;border-color:#bce4d5}.report-requirement svg{flex:none;width:22px;height:22px}.report-requirement span{gap:4px;min-width:0;display:grid}.report-requirement strong{color:#476772;font-size:15px}.report-requirement small{color:#8b9a9b;font-size:12px;font-weight:700;line-height:1.35}.report-generate-button{color:#fff;background:#61bea7;border:0;border-radius:26px;justify-content:center;align-items:center;gap:9px;min-height:52px;padding:0 24px;font-size:16px;font-weight:900;display:inline-flex;box-shadow:0 6px #39937d2e}.report-generate-button:hover:not(:disabled){background:#4bab95}.report-generate-button:disabled{cursor:not-allowed;box-shadow:none;background:#cbd8d4}.report-generate-button svg{width:20px;height:20px}.report-generate-error{margin:-10px 0 18px}.report-content{gap:20px;max-width:1180px;margin:0 auto;display:grid}.report-content-heading{background:0 0;border-bottom:0;justify-content:space-between;align-items:center;gap:24px;padding:2px 4px 0;display:flex}.report-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.report-pie-card{border-radius:var(--panel-radius);border:1px solid #c9dcddd6;align-content:start;justify-items:center;gap:11px;min-height:292px;padding:20px 24px 18px;display:grid;box-shadow:0 10px 22px #64807e14}.report-pie-card--blue{color:#39849b;background:#f1f7fe}.report-pie-card--yellow{color:#b67b27;background:#fff9e7}.report-pie-chart{aspect-ratio:1;background:conic-gradient(currentColor var(--pie-value), #ffd2d2 0);color:#8bc1ef;border-radius:50%;place-items:center;width:164px;display:grid;box-shadow:inset 0 0 0 1px #ffffffa3}.report-pie-card--yellow .report-pie-chart{color:#f4c66d}.report-pie-hole{aspect-ratio:1;text-align:center;background:#ffffffeb;border-radius:50%;align-content:center;place-items:center;gap:3px;width:100px;display:grid;box-shadow:0 3px 10px #49837a14}.report-pie-hole strong{color:#315967;font-size:23px;line-height:1}.report-pie-hole span{color:#789196;font-size:11px;font-weight:800}.report-pie-legend{color:#6e858a;flex-wrap:wrap;justify-content:center;gap:12px 18px;font-size:12px;font-weight:800;display:flex}.report-pie-legend span{align-items:center;gap:6px;display:inline-flex}.report-pie-legend-dot{border-radius:50%;width:9px;height:9px;display:inline-block}.report-pie-legend-dot--completed{background:#8bc1ef}.report-pie-card--yellow .report-pie-legend-dot--completed{background:#f4c66d}.report-pie-legend-dot--remaining{background:#ffd2d2}.report-pie-card p{color:#6e858a;text-align:center;min-height:20px;margin:0;font-size:13px;font-weight:800;line-height:1.45}.report-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.report-panel--course,.report-panel--pronunciation{grid-column:span 1}.report-panel,.report-advice-panel{border-radius:var(--panel-radius);background:var(--surface);border:1px solid #e7ded0;min-width:0;padding:20px 22px;box-shadow:0 8px 18px #977a4d0d}.report-panel-heading{justify-content:space-between;align-items:baseline;gap:14px;margin-bottom:16px;display:flex}.report-panel-title{align-items:center;gap:9px;min-width:0;display:flex}.report-panel-icon{color:#3a9184;background:#eaf6f3;border-radius:10px;flex:none;place-items:center;width:30px;height:30px;display:grid}.report-panel-icon svg{width:17px;height:17px}.report-panel-heading h2{color:#315967;margin:0;font-size:17px}.report-panel-heading>span{color:#94a9aa;white-space:nowrap;font-size:12px;font-weight:800}.report-word-chips,.report-extension-list{flex-wrap:wrap;gap:9px;display:flex}.report-word-chips span,.report-extension-list span{color:#39766d;background:#eff8f5;border:1px solid #d8ede6;border-radius:10px;padding:8px 12px;font-size:14px;font-weight:900}.report-pronunciation-list{gap:13px;display:grid}.report-pronunciation-row{grid-template-columns:70px minmax(0,1fr) 48px;align-items:center;gap:10px;display:grid}.report-pronunciation-row strong,.report-pronunciation-row>span{color:#52747a;font-size:14px}.report-pronunciation-row>span{text-align:right;font-weight:900}.report-score-bar{background:#e9f0ed;border-radius:6px;height:10px;overflow:hidden}.report-score-bar span{border-radius:inherit;background:#f2bd47;height:100%;display:block}.report-review-result{color:#3c6873;margin:4px 0 8px;font-size:28px;font-weight:900}.report-muted{color:#82999c;margin:0;font-size:14px;font-weight:700;line-height:1.6}.report-section-list{gap:0;margin:0;padding:0;list-style:none;display:grid}.report-section-list li{border-bottom:1px solid #c6a64c3d;grid-template-columns:42px minmax(0,1fr);gap:10px;padding:16px 0;display:grid}.report-section-list li:first-child{padding-top:4px}.report-section-list li:last-child{border-bottom:0;padding-bottom:0}.report-section-number{color:#b38225;font-size:17px;font-weight:900;line-height:1.8}.report-section-list strong{color:#49645f;margin-bottom:3px;font-size:16px;display:block}.report-section-list p{color:#5d6862;margin:0;font-size:17px;font-weight:700;line-height:1.8}.vocabulary-arrow{color:#fff;background:#a9f2e7;border:0;border-radius:50%;place-items:center;width:58px;height:58px;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 18px #24958938}.vocabulary-arrow.left{left:-29px}.vocabulary-arrow.right{right:-29px}.vocabulary-arrow svg{stroke-width:4px;width:38px;height:38px}.vocabulary-placeholder-card{text-align:center;place-items:center;display:grid}.vocabulary-placeholder-card h1{margin:0 0 12px;font-size:42px}.vocabulary-placeholder-card p{color:#5b6d7c;width:min(560px,100%);margin:0;font-size:20px;font-weight:800}.rolling-review-board{background:#fffeeff0;border:2px solid #71b6b63d;border-radius:8px;grid-template-rows:minmax(0,1fr) auto;gap:24px;min-height:calc(100vh - 124px);padding:34px 44px 28px;display:grid;box-shadow:0 20px 48px #5f844f2e}.rolling-review-content{grid-template-rows:auto auto minmax(0,1fr);gap:16px;min-height:0;display:grid}.rolling-review-guide{color:#41656c;background:#fffadab8;border-radius:18px;justify-content:center;align-items:center;gap:18px;min-height:94px;padding:8px 24px;display:flex;box-shadow:0 8px 18px #688f821a}.rolling-review-guide img{object-fit:contain;flex:none;width:82px;height:82px}.rolling-review-guide p{text-align:center;margin:0;font-size:clamp(18px,1.8vw,25px);font-weight:900;line-height:1.45}.rolling-word-grid{grid-template-columns:repeat(5,minmax(120px,1fr));grid-auto-rows:68px;align-content:start;gap:20px 16px;min-height:0;padding:8px 4px 16px;display:grid;overflow-y:auto}.rolling-word-grid button{color:#164655;text-overflow:ellipsis;white-space:nowrap;background:#fffff6fa;border:2px solid #9fd0d1;border-radius:8px;min-width:0;padding:0 12px;font-size:25px;font-weight:700;overflow:hidden;box-shadow:0 5px #4880813d,0 9px 18px #4e7a7017}.rolling-word-grid button:hover{background:#fff6b8;border-color:#53b5b1;transform:translateY(-2px)}.rolling-empty{color:#71818a;place-self:center;font-weight:800}.challenge-entry-button{color:#784400;background:#ffd95c;border:3px solid #f0b42f;border-radius:8px;justify-content:center;justify-self:center;align-items:center;gap:12px;min-width:300px;min-height:70px;padding:0 30px;font-size:27px;font-weight:900;display:flex;box-shadow:inset 0 -8px #d0890e33,0 10px 22px #9f6c1533}.challenge-entry-button:hover{background:#ffe47d}.challenge-entry-button svg{width:30px;height:30px}.word-detail-modal{z-index:50;background:#1f424880;place-items:center;padding:36px;display:grid;position:fixed;inset:0}.word-detail-modal .vocabulary-detail-card{width:min(920px,100vw - 72px);min-height:520px}.word-detail-modal-close{z-index:2;color:#3f626c;background:#fff;border:0;border-radius:50%;place-items:center;width:46px;height:46px;display:grid;position:absolute;top:max(28px,50% - 286px);left:min(50% + 422px,100% - 78px);box-shadow:0 8px 20px #1c3d443d}.vocabulary-challenge-card{background:#fffffff0;border-radius:8px;grid-template-rows:auto minmax(0,1fr) auto;gap:20px;min-height:calc(100vh - 124px);padding:28px 34px 22px;display:grid;box-shadow:0 20px 48px #5f844f2e}.vocabulary-challenge-card>header{justify-content:space-between;align-items:center;gap:20px;display:flex}.vocabulary-challenge-card>header>div{text-align:center;flex:1;min-width:0}.vocabulary-challenge-card>header span{color:#218fa0;margin-bottom:2px;font-size:clamp(20px,1.7vw,26px);font-weight:900;line-height:1.15;display:block}.vocabulary-challenge-card>header h2{color:#334c57;background:#f8fffa;border:2px solid #b4ddd1;border-radius:12px;width:fit-content;max-width:100%;margin:4px auto 0;padding:6px 16px;font-size:clamp(20px,1.7vw,26px);font-weight:800;line-height:1.25;box-shadow:0 3px #579b731a,0 6px 14px #44705b0f}.vocabulary-challenge-card>header>button{color:#238e83;background:#e9f7f4;border:0;border-radius:50%;place-items:center;width:46px;height:46px;display:grid}.vocabulary-challenge-stage{grid-template-rows:minmax(170px,1fr) auto;align-content:center;gap:28px;min-width:0;padding:12px;display:grid;overflow:hidden}.challenge-picture-bank{grid-template-columns:repeat(5,minmax(110px,1fr));align-items:center;gap:16px;display:grid}.challenge-picture{color:#4d6874;touch-action:none;background:#fff;border:3px solid #dcefeb;border-radius:8px;min-width:0;height:150px;padding:10px;box-shadow:0 10px 20px #407a791f}.challenge-picture img{object-fit:contain;pointer-events:none;width:100%;height:100%}.challenge-picture.dragging{z-index:5;border-color:#72cfc1;box-shadow:0 18px 32px #2f877b40}.challenge-picture.wrong{border-color:#ef7676;animation:.24s linear 2 challenge-shake}.challenge-picture.placed{opacity:0;pointer-events:none}.challenge-train{grid-template-columns:150px repeat(5,minmax(105px,1fr));align-items:end;gap:5px;padding:0 8px 18px;display:grid;position:relative}.challenge-train:after{z-index:0;content:"";background:#7d6a56;border-radius:3px;height:6px;position:absolute;bottom:8px;left:0;right:0;box-shadow:0 5px #614e3d29}.challenge-engine{z-index:1;height:156px;position:relative}.engine-smokestack{background:#f48a4c;border:4px solid #c75d31;border-radius:8px 8px 5px 5px;width:29px;height:54px;position:absolute;top:15px;left:17px;box-shadow:inset 7px 0 #ffcc714d}.engine-smokestack:before{content:"";background:#ffc96e;border:4px solid #c75d31;border-radius:8px;width:37px;height:16px;position:absolute;top:-12px;left:-8px}.engine-boiler{background:linear-gradient(#ff9a55 0%,#ef663b 100%);border:4px solid #c75d31;border-radius:31px 12px 12px 31px;width:91px;height:62px;position:absolute;bottom:37px;left:2px;box-shadow:inset 0 8px #ffd37957,inset 0 -8px #af422621}.engine-boiler:before{content:"";background:#ffd26f;border:5px solid #fff0b8;border-radius:50%;width:22px;height:22px;position:absolute;top:17px;left:10px}.engine-cab{background:linear-gradient(#ff9e55,#ef653b);border:4px solid #c75d31;border-radius:13px 13px 5px 5px;width:61px;height:98px;position:absolute;bottom:36px;right:2px;box-shadow:inset 0 9px #ffd37947}.engine-cab:before{content:"";background:#ffd276;border:4px solid #d26b35;border-radius:10px;height:17px;position:absolute;top:-12px;left:-7px;right:-7px}.engine-cab i{background:#dff9f7;border:4px solid #ffe5a1;border-radius:7px;height:34px;position:absolute;top:18px;left:11px;right:11px;box-shadow:inset 0 0 0 3px #52b1bb26}.engine-base{background:#6a5961;border:4px solid #954f3a;border-radius:9px;height:19px;position:absolute;bottom:27px;left:0;right:0}.engine-wheel,.challenge-wheel{z-index:3;background:#ffc86f;border:5px solid #fff0b5;border-radius:50%;position:absolute;box-shadow:inset 0 0 0 4px #e89845,0 4px 6px #65462a33}.engine-wheel.large{width:47px;height:47px;bottom:0;right:17px}.engine-wheel.small{width:40px;height:40px;bottom:2px;left:15px}.challenge-carriage{z-index:1;background:0 0;border:0;grid-template-rows:87px 69px;height:156px;padding:0 3px;display:grid;position:relative}.challenge-carriage:before{content:"";background:#5d5151;border-radius:3px;width:13px;height:9px;position:absolute;top:80px;right:-8px}.challenge-carriage.over{outline:none}.challenge-carriage.over>button{background:#fff7ce;border-color:#f3b532;box-shadow:0 0 0 6px #ffc53e4d,0 7px #579b732e}.challenge-carriage>button{z-index:2;color:#59463c;background:#fffef2;border:3px solid #9ed7bf;border-radius:8px;justify-content:center;align-items:center;min-width:0;padding:7px;display:flex;position:relative;box-shadow:0 6px #579b732e,0 9px 14px #44705b14}.challenge-carriage>button b{color:#8fa39d;opacity:.55;font-size:14px;font-weight:700;position:absolute;bottom:6px;right:8px}.challenge-carriage>button svg{color:#3d8f7e;stroke-width:2.5px;background:#e2f9edf5;border-radius:50%;width:40px;height:40px;padding:7px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.challenge-carriage>button img{object-fit:contain;width:100%;height:67px}.challenge-carriage.filled>button svg{width:28px;height:28px;padding:5px;inset:auto 8px 7px auto;transform:none}.challenge-carriage.filled>button img{width:100%;margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.challenge-carriage-body{background:linear-gradient(#ff9652,#ed6238);border:4px solid #c75d31;border-radius:10px 10px 30px 30px;margin:8px 5px 0;position:relative;box-shadow:inset 0 8px #ffca6f57,inset 0 -8px #a73b221f}.challenge-carriage-body:before{content:"";background:#ffe49a;border:3px solid #d57a39;border-radius:10px;height:16px;position:absolute;top:-11px;left:-8px;right:-8px}.challenge-wheel{width:34px;height:34px;bottom:-15px}.challenge-wheel.left{left:7px}.challenge-wheel.right{right:7px}.challenge-progress{color:#3f766f;background:#edf8f5;border-radius:18px;justify-self:center;margin:0;padding:8px 16px;font-weight:900}.vocabulary-completion-layer .review-completion-copy{width:min(480px,42%);padding:22px 28px 24px}.vocabulary-completion-layer .review-completion-copy strong{font-size:clamp(34px,3.2vw,58px)}.vocabulary-completion-layer .review-completion-copy p{margin:14px 0 18px;font-size:clamp(16px,1.2vw,20px)}.vocabulary-completion-actions{flex-wrap:wrap;gap:12px;display:flex}.vocabulary-completion-actions .review-completion-action{flex:190px;min-width:0;padding-inline:14px;font-size:15px}.vocabulary-completion-actions .vocabulary-report-action{color:#356c5b;background:#e7f5ed;border-color:#9ccdb0;box-shadow:0 6px #9ccdb0}.vocabulary-completion-actions .vocabulary-report-action:hover{background:#f1fff5;box-shadow:0 8px #9ccdb0}@keyframes challenge-shake{0%,to{transform:translate(0)}50%{transform:translate(6px)}}@media (width>=1181px) and (height<=820px){.sidebar{gap:12px;padding-block:12px}.brand{min-height:58px}.program-switcher{padding-block:9px}.sidebar nav{gap:5px}.sidebar nav button,.sidebar nav a{min-height:43px}.sidebar-mascots{min-height:112px}.sidebar-mascots img{object-fit:contain;width:min(82%,165px);max-height:132px}.user-box{min-height:52px;padding-block:6px}}@media (width<=1180px){.app-shell{grid-template-columns:1fr}.sidebar{height:auto;padding:16px 22px;position:static}.brand{align-self:flex-start;width:fit-content}.program-switcher{width:min(360px,100%)}.sidebar nav{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.sidebar nav button,.sidebar nav a{justify-content:center;gap:7px;min-width:0;padding:0 8px;font-size:14px}.sidebar-mascots{display:none}.user-box{align-self:flex-end;width:min(360px,100%);margin-top:4px}.today-course-page,.vocabulary-room-page{padding:22px}.today-course-layout{grid-template-columns:minmax(170px,20%) minmax(0,1fr);gap:20px;height:auto;min-height:auto}.today-course-board{border-radius:40px;padding:20px 26px}.vocabulary-room-layout{grid-template-columns:210px minmax(0,1fr);gap:18px}.vocabulary-detail-card,.vocabulary-placeholder-card{padding:48px 52px 60px}.vocabulary-detail-card{grid-template-columns:minmax(220px,1fr) minmax(220px,42%);gap:20px}.vocabulary-word-list button{padding-left:16px;padding-right:16px;font-size:24px}.extension-page-header{min-height:0}.extension-layout{grid-template-columns:1fr}.extension-content-list{flex-wrap:wrap;align-items:center;gap:8px;display:flex;overflow-x:auto}.extension-content-list h2{flex:0 0 100%;margin:0 0 2px}.extension-content-list button{width:auto;min-width:132px;margin:0}.alphabet-learning-panel,.alphabet-question-panel{min-height:0;padding:24px}.alphabet-options-grid{grid-template-columns:repeat(4,minmax(92px,1fr))}.report-page{padding-left:24px;padding-right:24px}}@media (width<=980px){.app-shell{grid-template-columns:1fr}.sidebar{height:auto;position:static}.sidebar nav{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-grid,.two-column,.today-course-layout,.word-grid,.review-game-stage,.vocabulary-room-layout,.vocabulary-detail-card{grid-template-columns:1fr}.report-page{padding:24px}.report-course-picker .course-selector{width:100%}.report-summary-grid,.report-requirements{grid-template-columns:1fr}.today-course-page{min-height:auto;padding:18px}.today-course-layout{gap:18px;height:auto;min-height:auto}.today-course-list{scrollbar-gutter:auto;border-radius:28px;grid-auto-columns:minmax(190px,32vw);grid-auto-flow:column;min-height:auto;max-height:none;display:grid;overflow:auto hidden}.today-course-board{border-radius:32px;min-height:420px}.review-game-page,.vocabulary-room-page{padding:18px}.review-game-page{height:auto;min-height:100vh;overflow:visible}.review-toolbar{margin-bottom:18px;position:relative;inset:auto}.review-game-stage{grid-template-columns:1fr;gap:18px;height:auto;min-height:0;padding:0;display:grid}.review-instruction,.review-board,.review-answer-stage{justify-self:center;width:min(620px,100%);position:relative;inset:auto;transform:none}.review-board{aspect-ratio:1.36;background-size:contain;height:auto;margin:0}.review-answer-stage,.review-flags{height:auto}.review-flags button{height:min(62vw,500px);min-height:360px}.review-feedback-layer,.review-completion-layer{left:0}.review-feedback-layer img{width:min(230px,48vw);bottom:8%;left:50%}.review-completion-copy{border-width:2px;border-radius:16px;width:auto;padding:16px 18px;top:24%;left:20px;right:20px;transform:none}.review-completion-copy strong{text-align:center;font-size:clamp(32px,7vw,56px)}.review-completion-copy p{text-align:center;margin:12px 0 16px;font-size:17px}.review-completion-action{width:fit-content;margin:0 auto;display:flex}.review-completion-layer img{width:min(58vw,390px);animation:none;top:38%;left:50%;transform:translate(-50%)}.vocabulary-detail-card,.vocabulary-placeholder-card{padding:42px 48px 96px}.vocabulary-arrow.left{left:18px}.vocabulary-arrow.right{right:18px}.login-panel{grid-template-columns:1fr}.login-art{min-height:260px}}@media (width<=620px){.login-page,.work-page,.today-course-page,.review-game-page,.vocabulary-room-page{padding:14px}.report-page{padding:18px 14px 32px}.report-page-heading{align-items:center;gap:12px}.report-page-heading>svg{border-radius:14px;width:48px;height:48px;padding:10px}.report-page-heading h1,.report-content-heading h1{font-size:24px}.report-page-heading p,.report-content-heading p{font-size:13px}.report-content-heading{padding:2px 4px 0;display:flex}.report-detail-grid{grid-template-columns:1fr}.report-panel,.report-advice-panel{padding:18px}.sidebar{padding:14px}.sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))}.review-toolbar{flex-direction:column;align-items:stretch}.review-progress{align-self:flex-end}.home-hero{min-height:260px}.home-greeting{width:82vw;top:48px;left:50%}.home-greeting h1{font-size:32px}.dashboard-grid,.summary-band{margin-inline:14px;padding-inline:14px}.dashboard-grid{grid-template-columns:1fr;padding-inline:14px}.quick-card,.question-card,.vocabulary-mode-tabs,.review-flags{grid-template-columns:1fr}.today-course-list .course-pill{width:100%;font-size:22px}.today-course-board{padding:22px}.video-interaction-overlay{gap:8px;padding:12px}.interaction-heading h3{font-size:16px}.interaction-options,.interaction-options.single-choice.three-options{grid-template-columns:repeat(2,minmax(0,1fr))}.interaction-options strong{font-size:11px}.interaction-option-image{padding:3px 5px}.drag-collect-stage{grid-template-columns:minmax(0,1fr) minmax(100px,.65fr);gap:8px}.drag-toy-grid{grid-template-rows:repeat(3,minmax(54px,1fr));grid-template-columns:repeat(2,minmax(0,1fr))}.drag-toy strong{font-size:10px}.review-board{min-height:0;padding:0}.review-flags{gap:16px}.review-flags button{min-height:110px}.vocabulary-word-list button{font-size:22px}.vocabulary-challenge-card{gap:14px;padding:18px 12px 16px}.vocabulary-challenge-card>header{gap:8px}.vocabulary-challenge-card>header>button{width:40px;height:40px}.vocabulary-challenge-card>header span{margin-bottom:1px;font-size:16px}.vocabulary-challenge-card>header h2{border-width:2px;border-radius:12px;margin-top:4px;padding:8px 10px;font-size:16px}.challenge-carriage>button svg{width:34px;height:34px;padding:6px;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.challenge-carriage.filled>button svg{width:24px;height:24px;padding:4px;inset:auto 5px 5px auto;transform:none}.challenge-carriage.filled>button img{width:100%;margin:0}.vocabulary-detail-card,.vocabulary-placeholder-card{border-radius:28px;padding:28px 22px 104px}.vocabulary-copy h1{font-size:48px}.vocabulary-copy p,.vocabulary-copy strong,.vocabulary-copy small{font-size:22px}.pronunciation-panel{grid-template-columns:1fr}.pronunciation-scores{display:contents}.pronunciation-record-button{justify-self:start}.pronunciation-guidance{text-align:left}.rolling-review-guide{gap:10px;padding:8px 12px}.rolling-review-guide img{width:64px;height:64px}.rolling-review-guide p{text-align:left;font-size:16px}.vocabulary-completion-layer .review-completion-copy{width:auto}.vocabulary-completion-actions{flex-direction:column}.vocabulary-completion-actions .review-completion-action{flex-basis:auto;width:100%;margin:0}}.report-page{isolation:isolate;background:#61c8ed url(/assets/report/report-forest-background.jpg) 50%/100% 100% no-repeat;min-height:100vh;padding:28px clamp(18px,3vw,42px) 58px;position:relative;overflow:hidden}.report-page:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(#ffffff14,#ffffff05 58%,#ffffff2e);position:absolute;inset:0}.report-page-shell{z-index:2;background:#fffffff0;border:1px solid #fffc;border-radius:30px;width:min(1120px,100%);min-height:calc(100vh - 86px);margin:0 auto;padding:14px clamp(18px,2.8vw,30px) 34px;position:relative;box-shadow:0 20px 54px #27719238}@media (width>=1180px){.report-page-shell{width:min(1120px,100% - 190px)}}.report-page-heading{background:#ffffffe6;border:1px solid #e7f0f7;border-radius:20px;align-items:center;width:100%;max-width:none;margin:0;padding:17px 19px;box-shadow:0 10px 24px #30668a1a}.report-heading-copy{align-items:center;gap:14px;min-width:0;display:flex}.report-heading-icon,.report-heading-action{flex:none;place-items:center;display:grid}.report-heading-icon{color:#167bea;background:linear-gradient(145deg,#d9f4ff,#f7fcff);border-radius:17px;width:58px;height:58px;box-shadow:inset 0 0 0 1px #c9eafa,0 6px 14px #158ae11f}.report-heading-icon svg{stroke-width:2.4px;width:31px;height:31px}.report-page-heading h1{color:#1164bc;letter-spacing:.02em;margin:0 0 4px;font-size:clamp(25px,2.45vw,32px);font-weight:900}.report-page-heading p,.report-content-heading p{color:#6685a3;font-size:14px;font-weight:800}.report-heading-action{color:#f0a018;background:#fff3cf;border-radius:15px;width:54px;height:54px}.report-heading-action svg{stroke-width:2.5px;width:28px;height:28px}.report-page-heading>svg{display:none}.report-course-picker{width:100%;max-width:none;margin:16px 0 22px;padding:0}.report-course-picker .course-selector{width:min(330px,100%)}.report-content{gap:18px;width:100%;max-width:none;margin:0}.report-content-heading{padding:0 6px}.report-eyebrow{color:#36a77a;font-size:13px}.report-content-heading h1{color:#1468c3;margin:4px 0;font-size:clamp(25px,2.45vw,31px)}.report-summary-grid,.report-detail-grid{gap:16px}.report-pie-card{isolation:isolate;color:#63aae4;background:linear-gradient(135deg,#f5fbff,#edf8ff);border:1px solid #d8e9f4;border-radius:18px;align-content:start;gap:9px;min-height:248px;padding:16px 22px 15px;position:relative;overflow:hidden;box-shadow:0 9px 18px #39729714}.report-pie-card--yellow{color:#f5ba4c;background:linear-gradient(135deg,#fffdf4,#fff8e5);border-color:#f2e4bd}.report-pie-card--green{background:linear-gradient(135deg,#f4fff9,#e9f8ed);border-color:#c7e7d9}.report-pie-card--green .report-pie-chart,.report-pie-card--green .report-pie-legend-dot--completed{color:#72bca0}.report-pie-card--green .report-pie-legend-dot--completed{background:#72bca0}.report-pie-card--purple{background:#f6f1fd}.report-pie-card--purple .report-pie-chart{color:#ac90d1}.report-pie-card--purple .report-pie-legend-dot--completed{background:#ac90d1}.report-pie-empty-note{color:#7c718d;font-size:13px}.report-requirements--four{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=640px){.report-requirements--four{grid-template-columns:1fr}}.report-pie-card h2,.report-pie-chart,.report-pie-legend,.report-pie-card p{z-index:1;position:relative}.report-pie-card h2{color:#1365ba;margin:0;font-size:17px;font-weight:900}.report-pie-chart{width:132px}.report-pie-hole{background:#fffffff5;width:86px}.report-pie-hole strong{color:#264d73;font-size:22px}.report-pie-hole span,.report-pie-legend{color:#6683a0}.report-pie-legend{gap:8px 14px}.report-pie-card p{color:#466c8e;font-size:13px}.report-pie-illustration{z-index:0;pointer-events:none;display:block;position:absolute}.report-pie-card--blue .report-pie-illustration{background:url(/assets/report/report-parrot.png) 50%/contain no-repeat;width:147px;height:148px;bottom:-4px;left:-4px}.report-pie-card--yellow .report-pie-illustration{background:url(/assets/report/report-bear-reading.png) 50%/contain no-repeat;width:174px;height:180px;bottom:-7px;right:-13px}.report-panel,.report-advice-panel{background:#ffffffed;border:1px solid #e1ebf0;border-radius:17px;padding:16px 19px;box-shadow:0 7px 17px #3972970f}.report-panel--review,.report-panel--extensions{min-height:124px}.report-panel-heading{margin-bottom:13px}.report-panel-icon{color:#197ce2;background:#e9f5ff;border-radius:9px;width:29px;height:29px}.report-panel-heading h2{color:#1569bf;font-size:16px}.report-panel-heading>span{color:#7895ae}.report-word-chips span,.report-extension-list span{color:#17756e;background:#edf9f7;border-color:#d3eee9;border-radius:10px;padding:8px 12px}.report-pronunciation-list{gap:10px}.report-pronunciation-row strong,.report-pronunciation-row>span{color:#466c8e}.report-score-bar{background:#edf2f5}.report-score-bar span{background:linear-gradient(90deg,#ffc443,#ffb73b)}.report-review-result{color:#1468c3;margin:2px 0 7px}.report-muted{color:#718ba1}.report-advice-panel{background:linear-gradient(135deg,#fffcebf5,#fff8ddeb);border-color:#f0dfa6}.report-section-list li{border-color:#caa53c33;grid-template-columns:38px minmax(0,1fr);gap:10px;padding:12px 0}.report-section-number{color:#d48a0c;font-size:16px}.report-section-list strong{color:#47685e;font-size:15px}.report-section-list p{color:#536661;font-size:15px;line-height:1.7}.report-loading,.report-empty{color:#47799f;background:#ffffffd1;border-color:#b9dcf0;border-radius:18px;min-height:280px}.report-unavailable{background:#ffffffed;border-color:#cce8f4;max-width:780px;margin:28px auto 0;box-shadow:0 18px 40px #24729721}@media (width<=760px){.report-page{padding:14px 10px 28px}.report-page-shell{border-radius:22px;min-height:calc(100vh - 42px);padding:10px 12px 22px}.report-page-heading{border-radius:16px;padding:14px}.report-heading-icon{border-radius:14px;width:48px;height:48px}.report-heading-icon svg{width:26px;height:26px}.report-heading-action{border-radius:13px;width:44px;height:44px}.report-page-heading h1{font-size:24px}.report-page-heading p{font-size:12px}.report-detail-grid{grid-template-columns:1fr}.report-pie-card--blue .report-pie-illustration{width:128px;left:-16px}.report-pie-card--yellow .report-pie-illustration{right:-26px}}.extension-entry-oral{background:#fff0bd}.extension-entry-oral .extension-entry-art img{width:88%;height:238px;transform:none}.oral-layout{align-items:start;min-height:0}.oral-page .extension-content-stage{background:#fffcf1;border:3px solid #fff}.oral-clip{text-align:center;color:#345b68;max-width:980px;margin:auto;padding:22px clamp(10px,2vw,30px)}.oral-clip-heading{justify-content:center;align-items:center;gap:14px;margin-bottom:14px;display:flex}.oral-clip-heading span{background:#e3f3ee;border-radius:20px;padding:7px 12px;font-size:13px;font-weight:800}.oral-clip-heading h2{margin:0;font-size:21px}.oral-video-row{grid-template-columns:46px minmax(0,1fr) 46px;align-items:center;gap:12px;display:grid}.oral-video-frame{background:#182e38;border:5px solid #fff;border-radius:18px;min-width:0;position:relative;overflow:hidden;box-shadow:0 5px 15px #456a7520}.oral-video-frame video{aspect-ratio:16/9;object-fit:contain;width:100%;max-height:42vh;display:block}.oral-video-frame.is-recording{border-color:#f4be61}.oral-recording-badge{color:#9c3434;background:#fff1ec;border-radius:18px;align-items:center;gap:7px;padding:7px 12px;font-weight:800;display:flex;position:absolute;top:10px;right:10px}.oral-recording-badge i{background:#e76c68;border-radius:50%;width:8px;height:8px}.oral-nav{color:#fff;background:#78bfb2;border:2px solid #fff;border-radius:17px;place-items:center;width:46px;height:56px;display:grid;box-shadow:0 4px #549c94}.oral-nav svg{width:30px;height:30px}.oral-nav:disabled{opacity:.38;cursor:default;box-shadow:none}.oral-dialogue{text-align:left;gap:5px;max-width:720px;margin:16px auto 9px;font-size:clamp(17px,1.6vw,21px);line-height:1.35;display:grid}.oral-dialogue p{grid-template-columns:62px minmax(0,1fr);gap:7px;margin:0;display:grid}.oral-dialogue strong{color:#227e76}.oral-dialogue span{color:#345b68;font-weight:800}.oral-guide{color:#6c8387;margin:0 0 14px;font-size:14px}.oral-stars{justify-content:center;gap:9px;display:flex}.oral-star{color:#dfddcf;width:34px;height:34px;display:block;position:relative}.oral-star>svg{fill:#edeade}.oral-star svg{width:34px;height:34px;display:block}.oral-star>span{color:#edb13d;height:100%;position:absolute;top:0;left:0;overflow:hidden}.oral-star>span svg{fill:#ffd061}.oral-scores{flex-wrap:wrap;justify-content:center;gap:10px 35px;margin:12px 0 18px;font-size:14px;display:flex}.oral-scores strong{color:#ac7b22;min-width:28px;margin-left:6px;font-size:22px;display:inline-block}.oral-record-button,.oral-primary-button{color:#fff;background:#288e82;border:0;border-radius:18px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:12px 26px;font-size:16px;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 5px #1e706a}.oral-record-button{min-width:265px}.oral-record-button.is-recording{background:#d96d5d;box-shadow:0 5px #b35148}.oral-record-button:disabled{opacity:.65;cursor:wait}.oral-status{color:#6c8387;min-height:20px;margin:15px 0 0;font-size:13px}.oral-empty{text-align:center;color:#345b68;background:#ffffffd9;border-radius:24px;flex-direction:column;align-items:center;gap:14px;padding:30px 18px;display:flex}.oral-empty img{object-fit:contain;width:min(340px,85%);height:260px}.oral-empty h2,.oral-empty p{margin:0}.oral-empty .oral-primary-button{margin-top:8px}.oral-load-error{padding:32px}.oral-completion{color:#345b68;text-align:center;background:#fff8df;border:4px solid #fff;border-radius:30px;width:min(480px,100vw - 36px);padding:24px 24px 30px;box-shadow:0 25px 70px #1d49524d}.oral-completion[open]{flex-direction:column;align-items:center;gap:16px;animation:.25s ease-out oral-pop;display:flex}.oral-completion::backdrop{background:#15364480}.oral-completion img{object-fit:contain;width:150px;height:170px}.oral-completion h2{margin:0;font-size:24px}.oral-completion p{margin:0}.oral-completion>a{color:#427d76;margin-top:6px}.mall-category-tabs{flex-wrap:wrap}@keyframes oral-pop{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (width<=760px){.oral-video-row{grid-template-columns:30px minmax(0,1fr) 30px;gap:5px}.oral-nav{border-radius:11px;width:30px;height:43px}.oral-nav svg{width:24px;height:24px}.oral-video-frame{border-width:3px;border-radius:12px}.oral-clip-heading h2{font-size:18px}.oral-dialogue{margin-top:14px;font-size:17px}.oral-dialogue p{grid-template-columns:54px minmax(0,1fr)}.oral-guide{line-height:1.6}.oral-record-button{width:100%;min-width:0;max-width:320px;padding-inline:10px}.extension-entry-oral .extension-entry-art img{height:245px}}@media (width>=900px){.oral-page .oral-layout{grid-template-columns:190px minmax(0,1fr)}.oral-page .extension-content-list{display:block;overflow:visible}.oral-page .extension-content-list button{width:100%;margin-top:8px}}@media (width>=900px) and (height<=820px){.oral-page{padding-top:18px}.oral-page .extension-page-header{min-height:78px;margin-bottom:14px;padding-block:13px}.oral-page .extension-page-header h1{font-size:27px}.oral-clip{padding-block:14px}.oral-video-frame video{max-height:31vh}.oral-dialogue{margin-top:10px;font-size:17px;line-height:1.28}.oral-guide{margin-bottom:8px}.oral-star,.oral-star svg{width:29px;height:29px}.oral-scores{margin-block:7px 11px}.oral-record-button{min-height:47px}.oral-status{margin-top:10px}}@media (prefers-reduced-motion:reduce){.oral-completion[open]{animation:none}}.extension-entry-phonetic{background:#dff5ee}.extension-entry-phonetic .extension-entry-art img{width:94%;height:235px;transform:none}.phonetics-page .extension-content-stage{background:#fbfffd;border:3px solid #fff;min-height:530px;position:relative;overflow:hidden}.phonetics-layout{align-items:start}.phonetic-course{width:min(100%,1000px);margin:0 auto;padding:20px clamp(18px,3vw,38px) 30px}.phonetic-progress{justify-content:center;gap:10px;margin-bottom:18px;display:flex}.phonetic-progress button{color:#75898c;min-width:92px;min-height:36px;font:inherit;cursor:pointer;background:#f6fbfa;border:2px solid #d6e8e4;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:6px 14px;font-weight:900;display:inline-flex}.phonetic-progress button:hover:not(:disabled){border-color:#8bcabd;transform:translateY(-1px)}.phonetic-progress button.active{color:#267f73;background:#dff4ef;border-color:#60b5a5}.phonetic-progress button.completed{color:#9b701b;background:#fff3c9;border-color:#f0cd75}.phonetic-progress button:disabled{cursor:default}.phonetic-progress svg{width:17px;height:17px}.phonetic-stage-heading{justify-content:space-between;align-items:center;gap:24px;margin-bottom:18px;display:flex}.phonetic-stage-heading h2{color:#315d6e;margin:5px 0 0;font-size:25px}.phonetic-stage-heading p{color:#6c8289;margin:7px 0 0;font-weight:700}.phonetic-stage-heading>strong{color:#202b30;text-align:center;background:#fff8df;border:3px solid #f0d996;border-radius:8px;min-width:106px;padding:8px 15px 10px;font-family:Arial,sans-serif;font-size:46px}.phonetic-video-frame{background:#18323b;border:5px solid #fff;border-radius:8px;width:min(100%,770px);margin:0 auto;overflow:hidden;box-shadow:0 14px 32px #325c672e}.phonetic-video-frame video{aspect-ratio:16/9;object-fit:contain;width:100%;max-height:48vh;display:block}.phonetic-video-tip{color:#6d8287;justify-content:center;align-items:center;gap:8px;margin:16px 0 0;font-size:14px;font-weight:700;display:flex}.phonetic-video-tip svg{color:#3f9c8d;width:17px;height:17px}.phonetic-learning-complete{justify-content:center;align-items:center;margin-top:18px;display:flex}.phonetic-options{grid-template-columns:repeat(5,minmax(100px,1fr));gap:12px;margin-top:28px;display:grid}.phonetic-options>button{color:#315d6e;background:#fff;border:3px solid #dceae7;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:150px;padding:18px 10px;transition:transform .15s,border-color .15s,background .15s;display:flex;position:relative;box-shadow:0 6px #d4e4e1}.phonetic-options>button:hover:not(:disabled){border-color:#8bcabd;transform:translateY(-3px)}.phonetic-options>button.selected{background:#e6f7f2;border-color:#249b78;box-shadow:0 0 0 3px #249b7826,0 6px #86c9b8}.phonetic-options>button:disabled{cursor:wait;opacity:.72}.phonetic-options>button.selected:disabled{cursor:default;opacity:1}.phonetic-option-audio{color:#9a6b14;cursor:pointer;background:#fff0bd;border-radius:50%;place-items:center;width:52px;height:52px;transition:transform .15s,background .15s;display:grid}.phonetic-option-audio:hover,.phonetic-option-audio:focus-visible{background:#ffe49a;outline:none;transform:scale(1.06)}.phonetic-option-audio svg{width:27px;height:27px}.phonetic-options strong{font-size:22px}.phonetic-option-check{color:#fff;background:#3da18f;border-radius:50%;place-items:center;width:25px;height:25px;display:grid;position:absolute;top:8px;right:8px}.phonetic-option-check:empty{display:none}.phonetic-option-check svg{width:17px;height:17px}.phonetic-feedback{color:#0000;text-align:center;min-height:26px;margin:24px 0 10px;font-weight:900}.phonetic-feedback.visible{color:#47747c}.phonetic-question-actions{justify-content:center;gap:12px;display:flex}.phonetic-primary-button,.phonetic-secondary-button{border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:10px 22px;font-weight:900;text-decoration:none;display:inline-flex}.phonetic-primary-button{color:#fff;background:#2f9d8d;border:2px solid #237f76;box-shadow:0 5px #237f76}.phonetic-secondary-button{color:#52767d;background:#fff;border:2px solid #d9e6e3}.phonetic-primary-button:disabled,.phonetic-secondary-button:disabled{cursor:not-allowed;opacity:.48;box-shadow:none}.phonetic-primary-button svg,.phonetic-secondary-button svg{width:18px;height:18px}.phonetic-empty{color:#557078;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:500px;padding:30px;display:flex}.phonetic-empty img{object-fit:contain;width:min(390px,82%);height:270px}.phonetic-empty h2,.phonetic-empty p{margin:0}.phonetic-load-error{margin:22px}@media (width>=1101px){.extension-entry-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.extension-entry-card{min-height:320px}.extension-entry-art{min-height:220px}}@media (width>=761px) and (width<=1100px){.extension-entry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.phonetic-course{padding:18px 13px 26px}.phonetic-stage-heading{align-items:flex-start;gap:12px}.phonetic-stage-heading h2{font-size:20px}.phonetic-stage-heading>strong{min-width:74px;font-size:34px}.phonetic-options{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}.phonetic-options>button{min-height:126px}.phonetic-question-actions{flex-direction:column;align-items:stretch}.phonetic-learning-complete{text-align:center;flex-direction:column;align-items:stretch}.extension-entry-phonetic .extension-entry-art img{height:245px}}@media (width>=900px){.phonetics-page .phonetics-layout{grid-template-columns:190px minmax(0,1fr)}.phonetics-page .extension-content-list{display:block;overflow:visible}.phonetics-page .extension-content-list button{width:100%;margin-top:8px}}
