*{box-sizing:border-box}body{margin:0;font-family:Microsoft YaHei,Noto Sans SC,Arial,sans-serif;background:#f5f8ff;color:#111b3f}a{color:inherit;text-decoration:none}button{border:0;border-radius:8px;background:#246bfe;color:#fff;padding:11px 16px;font-weight:800;cursor:pointer}button.secondary{background:#eef4ff;color:#246bfe}input,textarea,select{width:100%;border:1px solid #d7dfef;border-radius:8px;background:#fff;padding:12px 13px;font:inherit;color:#172144}textarea{min-height:96px;resize:vertical}.muted{color:#6d7890}.error{color:#d92d20}.boot{min-height:60vh;display:grid;place-items:center}.boot.small{min-height:220px}.eyebrow{text-transform:uppercase;color:#246bfe;font-size:12px;font-weight:900}.loginPage{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.15fr) 520px;gap:48px;padding:42px 70px;background:linear-gradient(135deg,#f9fbff,#edf5ff 58%,#dfeaff);overflow:hidden}.loginIntro{position:relative;padding-top:6px}.logoLine,.brand{display:flex;align-items:center;gap:12px;font-weight:900;color:#1260e8}.logoLine img,.brand img{width:64px;height:64px;object-fit:contain}.logoLine small,.brand small{display:block;color:#25335c;font-size:15px;font-weight:700}.loginIntro h1{font-size:64px;line-height:1.08;margin:58px 0 18px;color:#07164b}.loginIntro p{font-size:22px;color:#34405e}.featureList{display:grid;gap:18px;max-width:520px;margin-top:36px}.featureList div{display:grid;grid-template-columns:48px 1fr;gap:3px 16px;align-items:center}.featureList b{grid-row:span 2;display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#246bfe;color:#fff}.featureList span{font-weight:900}.featureList small{color:#64708a}.loginMascot{position:absolute;right:4%;bottom:4%;width:min(44vw,520px);max-height:48vh;object-fit:contain}.loginPanel{align-self:center;display:grid;gap:18px;background:#ffffffeb;border:1px solid #dbe6fa;border-radius:8px;padding:38px;box-shadow:0 24px 70px #1c4ea024}.roleTabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #dce4f2}.roleTabs button{background:transparent;color:#7b8495;border-radius:0;padding:14px}.roleTabs button.active{color:#1260e8;border-bottom:4px solid #246bfe}.loginOptions{display:flex;justify-content:space-between;color:#60708c}.loginOptions label{display:flex;gap:8px}.loginOptions input{width:auto}.loginOptions a{color:#246bfe}.loginButton{height:58px;font-size:18px}.loginDivider{text-align:center;color:#7d8799;display:grid;grid-template-columns:1fr auto 1fr;gap:18px;align-items:center}.loginDivider:before,.loginDivider:after{content:"";height:1px;background:#e1e7f3}.altButtons{display:grid;grid-template-columns:1fr 1fr;gap:12px}.altButtons button{background:#fff;color:#5b6680;border:1px solid #dce4f2}.agreement{text-align:center;color:#6d7890;font-size:13px}.appShell{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.sidebar{background:#fff;border-right:1px solid #e0e7f4;display:flex;flex-direction:column}.brand{padding:24px 26px}.brand img{width:56px;height:56px}.sidebar nav{display:grid;gap:8px;padding:14px}.sidebar nav a{display:flex;align-items:center;gap:14px;border-radius:8px;padding:14px 18px;color:#4e5c76;font-weight:800}.sidebar nav a.active,.sidebar nav a:hover{background:#246bfe;color:#fff}.navIcon{width:24px;height:24px;border-radius:6px;display:grid;place-items:center;background:#246bfe1a;font-size:12px}.sidebar nav a.active .navIcon{background:#fff3}.collapseBtn{margin:auto 14px 18px;background:#f0f5ff;color:#246bfe}.mainArea{min-width:0}.topbar{height:84px;background:#fff;border-bottom:1px solid #e0e7f4;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 34px}.searchBox{width:min(520px,48vw);border:1px solid #d7dfef;border-radius:8px;padding:14px 20px;color:#8791a6}.userChip{display:flex;align-items:center;gap:14px;font-weight:900}.bell{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#ff4057;color:#fff;font-size:13px}.avatar{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#dce9ff;color:#246bfe}.pageContent{padding:28px 34px 34px}.heroBand{position:relative;overflow:hidden;min-height:210px;border:1px solid #cfe0ff;border-radius:8px;background:linear-gradient(110deg,#eef6ff,#dbeaff);display:flex;align-items:center;justify-content:space-between;padding:34px 50px;margin-bottom:22px}.heroBand h1{font-size:44px;margin:0 0 12px}.heroBand h2{margin:0 0 12px;color:#246bfe}.heroBand p{margin:0;color:#3c4b69;font-size:18px}.heroBand img{height:190px;object-fit:contain}.metricGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px}.metric{background:#fff;border:1px solid #e0e7f4;border-radius:8px;padding:22px;box-shadow:0 10px 26px #2a4c8712}.metric span{display:block;color:#6a7690;margin-bottom:10px}.metric b{font-size:34px;color:#246bfe}.metric.green b{color:#16a86a}.metric.purple b{color:#774de8}.metric.orange b{color:#ff8a1c}.dashboardGrid{display:grid;gap:18px}.dashboardGrid.admin{grid-template-columns:1fr 1.3fr 1fr}.dashboardGrid.teacher,.dashboardGrid.student{grid-template-columns:1fr 1fr}.panel,.rowCard,.questionCard{background:#fff;border:1px solid #e0e7f4;border-radius:8px;box-shadow:0 10px 26px #2a4c8712}.panel{padding:22px}.panel h2{margin:0 0 16px;font-size:20px}.actionGrid{display:grid;gap:12px}.actionGrid a,.actionStrip a,.studentActions a{border:1px solid #9dc0ff;color:#246bfe;border-radius:8px;padding:14px 18px;font-weight:900;text-align:center;background:#f7fbff}.actionStrip,.studentActions{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:18px}.studentActions{grid-template-columns:repeat(3,1fr)}.studentActions a{font-size:22px;color:#fff;border:0;padding:24px}.studentActions a:nth-child(1){background:#246bfe}.studentActions a:nth-child(2){background:#27be91}.studentActions a:nth-child(3){background:#ff941f}.cleanList{display:grid}.cleanList a,.cleanList div,.serviceList div{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #edf1f8;padding:14px 4px}.cleanList a:first-child,.cleanList div:first-child,.serviceList div:first-child{border-top:0}.cleanList b{color:#246bfe}.cleanList small{color:#6d7890}.cleanList.compact a{padding:12px}.serviceList b{background:#daf7e8;color:#079455;border-radius:999px;padding:6px 12px}.aiCards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.aiCards div{background:#f6f9ff;border-radius:8px;padding:18px}.aiCards b{font-size:30px}.taskList{display:grid;gap:14px}.taskList div{display:flex;align-items:center;gap:12px}.taskList span{width:20px;height:20px;border:2px solid #246bfe;border-radius:50%}.taskList span.done{background:#16a86a;border-color:#16a86a}.taskList p{margin:0}.taskList small{display:block;color:#6d7890}.infoBar{margin-top:18px;background:#eff6ff;border:1px solid #cfe0ff;border-radius:8px;padding:18px;color:#17366c}.pageHead{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.pageHead h1{font-size:32px;margin:0 0 8px}.primaryLink{background:#246bfe;color:#fff;border-radius:8px;padding:12px 16px;font-weight:900;text-align:center}.list{display:grid;gap:12px}.rowCard{display:flex;align-items:center;justify-content:space-between;padding:18px}.rowCard h3{margin:0 0 6px}.rowCard p{margin:0;color:#66738a}.pill{border-radius:999px;padding:7px 10px;background:#edf2fb;color:#32527c;font-weight:900}.pill.PUBLISHED{background:#dff4e6;color:#14613b}.pill.SUBMITTED,.pill.GRADED{background:#e9f0ff;color:#214f9b}.chips{display:flex;gap:8px;flex-wrap:wrap}.chips span{background:#edf4ff;border-radius:999px;padding:8px 10px}.formGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.wide{grid-column:1/-1}.questionEdit{border-top:1px solid #e5ebf5;padding:18px 0}.toast{background:#17366c;color:#fff;border-radius:8px;padding:14px 16px}.examPaper{display:grid;gap:16px}.questionCard{padding:22px}.questionTop{display:flex;justify-content:space-between;color:#246bfe;font-weight:900}.rubric{background:#f6f9ff;border:1px solid #e0e7f4;border-radius:8px;padding:14px;margin:16px 0}.rubric h3{margin:0 0 10px}.rubric div{display:grid;gap:3px;padding:8px 0;border-top:1px solid #e1e8f5}.rubric div:first-of-type{border-top:0}.rubric span{color:#64708a}.options{display:grid;gap:10px;margin-top:12px}.options label{display:flex;align-items:center;gap:10px;background:#f8fbff;border:1px solid #e0e7f4;border-radius:8px;padding:12px}.options input{width:auto}.attemptCard{display:grid;gap:12px;border-top:1px solid #e5ebf5;padding:14px 0}.attemptCard>div:first-child{display:flex;justify-content:space-between;gap:12px}.attemptCard span{color:#66738a}.gradeRow{display:grid;grid-template-columns:120px 1fr auto;gap:10px}.scratchBlock{display:grid;gap:12px}.scratchBlock iframe{width:100%;height:620px;border:1px solid #d7dfef;border-radius:8px;background:#fff}.toolbar{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.toolbar select,.toolbar input{min-width:180px}.table{width:100%;border-collapse:collapse}.table th,.table td{border-top:1px solid #edf1f8;padding:12px 10px;text-align:left;vertical-align:middle}.table thead th{border-top:0;color:#63708d;font-size:13px}.right{display:flex;justify-content:flex-end;margin-top:10px}pre{margin:0;white-space:pre-wrap;word-break:break-word;background:#f7f9ff;border:1px solid #e2e9fb;border-radius:8px;padding:10px}@media(max-width:980px){.loginPage{grid-template-columns:1fr;padding:28px}.loginMascot{display:none}.appShell{grid-template-columns:1fr}.sidebar{position:static}.topbar{display:grid;height:auto;padding:16px}.searchBox{width:100%}.pageContent{padding:18px}.heroBand,.pageHead{display:grid}.heroBand img{height:150px}.metricGrid,.dashboardGrid.admin,.dashboardGrid.teacher,.dashboardGrid.student,.actionStrip,.studentActions,.formGrid,.gradeRow,.aiCards,.toolbar{grid-template-columns:1fr}.rowCard{display:grid;gap:12px}.scratchBlock iframe{height:520px}}.richEditor{border:1px solid #d7dfef;border-radius:8px;overflow:hidden;background:#fff}.richToolbar{display:flex;gap:8px;flex-wrap:wrap;padding:10px;border-bottom:1px solid #e5ebf5;background:#f8fbff}.richToolbar button{padding:8px 10px}.richInput{min-height:220px;padding:14px;outline:none;line-height:1.6}.richInput img{max-width:100%;height:auto;border-radius:8px;cursor:zoom-in}.richInput pre{background:#0f1f44;color:#f4f7ff;border-radius:8px;padding:12px;overflow:auto}.imagePreviewMask{position:fixed;top:0;right:0;bottom:0;left:0;background:#07164ba6;display:grid;place-items:center;z-index:999}.imagePreviewPanel{background:#fff;border-radius:8px;width:min(96vw,1200px);height:min(92vh,900px);display:grid;grid-template-rows:auto 1fr;padding:12px;gap:12px}.imagePreviewToolbar{display:flex;align-items:center;gap:8px}.imagePreviewBody{overflow:auto;display:grid;place-items:center;border:1px solid #e0e7f4;border-radius:8px;background:#f6f9ff}.imagePreviewBody img{max-width:none;transition:transform .15s ease}.problemPreviewPanel{background:#fff;border-radius:8px;width:min(94vw,980px);max-height:90vh;display:grid;grid-template-rows:auto auto 1fr;gap:10px;padding:16px}.problemPreviewHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.problemPreviewHeader h3{margin:0;font-size:22px;color:#172144}.problemPreviewMeta{display:flex;gap:10px;flex-wrap:wrap}.problemPreviewMeta span{background:#eef4ff;color:#2b4e93;border-radius:999px;padding:6px 10px;font-size:13px}.problemPreviewBody{overflow:auto;border:1px solid #e0e7f4;border-radius:8px;padding:14px;background:#f8fbff;display:grid;gap:14px}.problemPreviewBlock h4{margin:0 0 8px}.problemPreviewBlock p,.problemPreviewBlock li,.previewStatement{line-height:1.7;color:#1a274d}.previewStatement img{max-width:100%;height:auto;border-radius:8px;cursor:zoom-in}.table input[type=checkbox],.table input[type=radio]{width:auto}.choiceGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.choiceItem{border:1px solid #dfe8fb;border-radius:8px;padding:10px;background:#f9fbff;display:grid;gap:8px}.choiceItem b{color:#17366c}.choiceItem .richInput{min-height:120px}.choiceAnswerRow{display:flex;gap:16px;flex-wrap:wrap;padding:10px 0}.choiceCheck{display:flex;align-items:center;gap:6px}.previewOptionList{display:grid;gap:8px;padding-left:22px}.previewOptionList li{display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:flex-start}.previewOptionList li>div{line-height:1.7}.scratchAssetGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.scratchAssetCard{border:1px solid #dfe8fb;border-radius:8px;padding:12px;background:#f9fbff;display:grid;gap:10px}.scratchAssetActions{display:flex;gap:8px;flex-wrap:wrap}.scratchAssetActions button{padding:9px 12px}.gradingPointEditor{display:grid;gap:10px}.gradingPointTable input{padding:10px 12px}.gradingPointActions{display:flex;gap:8px;flex-wrap:wrap}.scratchLaunchCard{border:1px solid #dfe8fb;border-radius:8px;background:#f8fbff;padding:14px;display:grid;gap:10px}.scratchLaunchCard p{margin:0;color:#425171;line-height:1.6}.scratchLaunchActions{display:flex;gap:10px;flex-wrap:wrap}.secondaryLink{display:inline-flex;align-items:center;justify-content:center;border:1px solid #cad9fa;border-radius:8px;padding:12px 14px;background:#fff;color:#325bb6;font-weight:800}.toolbarActions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.typePicker,.managementTabs,.editorSectionTabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.typePicker button,.managementTabs button,.editorSectionTabs button{background:#eef4ff;color:#234a92;border:1px solid #d6e3fb}.typePicker button.active,.managementTabs button.active,.editorSectionTabs button.active{background:#246bfe;color:#fff;border-color:#246bfe}.problemFilterBar{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;align-items:end;margin-bottom:14px}.problemFilterBar button{height:46px}.editorSection{border:1px solid #e1e9f6;border-radius:8px;background:#fbfdff;padding:16px;min-height:360px}.editorStack{display:grid;gap:14px}.compactFormGrid{align-items:start}.sectionLead{font-weight:900;color:#17366c}.publishList{display:grid;gap:14px}.publishCard{border:1px solid #e0e7f4;border-radius:8px;background:#f8fbff;padding:16px;display:grid;gap:14px}.publishCard h3{margin:0 0 6px;color:#172144}.practiceWorkspace{display:grid;grid-template-columns:minmax(320px,.85fr) minmax(520px,1.4fr);gap:18px;align-items:start}.caseResultBlock{display:grid;gap:10px;margin-top:12px}.caseResultBlock h4{margin:0;color:#17366c;font-size:15px}.caseResultList{display:grid;gap:10px}.caseResultItem{border:1px solid #dde7f7;border-radius:8px;background:#fbfdff;padding:12px}.caseResultHead{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.caseResultMeta{display:grid;gap:6px;color:#55627f;font-size:13px}.classCheckGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.classCheckGrid label{border:1px solid #dce6f7;border-radius:8px;background:#fff;padding:10px 12px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px}.classCheckGrid label.disabled{background:#f1f5fb;color:#71809b}.classCheckGrid input{width:auto}.classCheckGrid small{color:#71809b}.publishModeGrid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:10px;width:100%}.publishModeGrid label{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid #d9e4f5;border-radius:6px;background:#f8fbff}.publishModeGrid label span,.publishModeGrid label small{display:block}.publishModeGrid label small{margin-top:3px;color:#64748b}button:disabled{opacity:.55;cursor:not-allowed}@media(max-width:980px){.choiceGrid,.scratchAssetGrid,.problemFilterBar{grid-template-columns:1fr}.editorSection{padding:12px}}@media(max-width:980px){.classCheckGrid,.practiceWorkspace,.publishModeGrid{grid-template-columns:1fr}.toolbarActions{justify-content:flex-start}}.ojTabs{display:flex;gap:12px;align-items:center;margin:0 0 18px}.ojTabs button{background:#eef4ff;color:#246bfe}.ojTabs button.active{background:#246bfe;color:#fff}.rowActions{display:grid;gap:8px;min-width:150px}.rowActions select{min-width:150px}.secondaryLink{background:#eef4ff;color:#246bfe}.practiceFilterBar,.ojFilterBar,.batchAssignBar{display:grid;grid-template-columns:minmax(260px,1.4fr) repeat(3,minmax(140px,.7fr)) auto auto;gap:12px;align-items:center;margin-bottom:14px}.ojFilterBar{grid-template-columns:repeat(3,minmax(150px,1fr)) auto}.batchAssignBar{grid-template-columns:minmax(180px,240px) minmax(180px,260px) auto;justify-content:end;background:#f7fbff;border:1px solid #e0e7f4;border-radius:8px;padding:12px}.tagPreview{display:flex;flex-wrap:wrap;gap:6px;max-width:430px}.tagPreview span,.tagPreview small{display:inline-flex;align-items:center;min-height:26px;border-radius:999px;background:#eef4ff;color:#246bfe;padding:4px 8px;font-size:12px;font-weight:800}.practiceTable th:last-child,.practiceTable td:last-child,.ojTable th:last-child,.ojTable td:last-child{width:150px;min-width:150px}.tableActionButton{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;min-width:96px}.practiceTable td:first-child{min-width:300px}.practiceTable td:nth-child(3),.ojTable td:nth-child(3){max-width:440px}@media(max-width:1200px){.practiceFilterBar,.ojFilterBar,.batchAssignBar{grid-template-columns:1fr 1fr}.practiceTable,.ojTable{font-size:14px}}.appShell{grid-template-columns:290px 1fr}.brand{padding:24px 22px}.brand img{width:74px;height:74px}.brand span{font-size:20px;line-height:1.1}.brand small{font-size:15px}.topbarUserArea{display:flex;align-items:center;gap:14px;position:relative}.userMenuWrap{position:relative}.topbar .userChip{display:flex;align-items:center;gap:10px;background:#fff;color:#111b3f;border:1px solid #dfe8f7;border-radius:999px;padding:7px 10px 7px 7px;min-width:0;box-shadow:0 8px 20px #2a4c870f}.topbar .userChip:hover{background:#f7fbff;border-color:#c8d9f6}.topbar .userChip .avatar{width:42px;height:42px;flex:0 0 auto}.userText{display:grid;gap:1px;text-align:left;line-height:1.15}.userText b{font-size:15px;white-space:nowrap}.userText small{color:#60708c;font-size:12px}.userCaret{color:#6b7893;font-size:12px;padding-left:2px}.userDropdown{position:absolute;right:0;top:calc(100% + 10px);z-index:30;width:168px;background:#fff;border:1px solid #dfe8f7;border-radius:8px;box-shadow:0 18px 45px #162a5829;padding:8px}.userDropdown a,.userDropdown button{display:flex;align-items:center;width:100%;height:40px;border-radius:6px;background:transparent;color:#172144;padding:0 12px;font-weight:800;text-align:left}.userDropdown a:hover,.userDropdown button:hover{background:#eef4ff;color:#246bfe}.userDropdown button{border:0;justify-content:flex-start}.profileGrid{display:grid;grid-template-columns:340px minmax(420px,680px);gap:18px;align-items:start}.profileCard{text-align:center}.profileAvatar{width:86px;height:86px;border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;background:#dce9ff;color:#246bfe;font-size:34px;font-weight:900}.profileCard h2{margin:0 0 6px}.profileCard p{margin:0 0 18px;color:#60708c}.profileMeta{display:grid;grid-template-columns:92px 1fr;gap:10px;text-align:left;border-top:1px solid #edf1f8;padding-top:16px}.profileMeta span{color:#6d7890}.profileMeta b{font-weight:800;word-break:break-all}.profileForm{display:grid;gap:14px}.profileForm h2{margin:0}.ok{color:#079455}@media(max-width:980px){.appShell{grid-template-columns:1fr}.brand img{width:62px;height:62px}.profileGrid{grid-template-columns:1fr}.topbarUserArea{justify-content:flex-end}}.assignmentGrid{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(520px,1.3fr);gap:18px}.assignmentGrid>.panel:last-child{grid-column:1/-1}.assignmentForm{display:grid;gap:14px}.assignmentForm label{display:grid;gap:6px;font-weight:800;color:#0b1b4d}.assignmentForm input,.assignmentForm select,.assignmentForm textarea{width:100%;border:1px solid #d6e2f5;border-radius:8px;padding:11px 12px;font:inherit;color:#0b1b4d;background:#fff}.assignmentForm textarea{min-height:92px;resize:vertical}.inlineCheck{grid-template-columns:auto 1fr;align-items:center;font-weight:700}.inlineCheck input{width:auto}.compactTable th,.compactTable td{padding:12px 10px;vertical-align:top}.assignmentAttemptHeader{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.assignmentAttemptHeader div{display:grid;gap:4px}.assignmentAnswerLayout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:18px;align-items:start}.navGrid.compact{grid-template-columns:repeat(4,44px)}.assignmentCard{min-height:112px}.aiAssistBox{margin-top:14px;border-top:1px solid #e6edf8;padding-top:14px}.aiAssistPanel{width:min(720px,calc(100vw - 48px))}.aiAssistResponse{white-space:pre-wrap;line-height:1.7;background:#f6f9ff;border:1px solid #d9e6fb;border-radius:10px;padding:14px;color:#0b1b4d}@media(max-width:1100px){.assignmentGrid,.assignmentAnswerLayout{grid-template-columns:1fr}}@media(max-width:980px){.sidebar{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;border-right:0;border-bottom:1px solid #e0e7f4}.brand{padding:10px 12px}.brand img{width:44px;height:44px}.brand span{font-size:15px}.brand small{font-size:11px}.sidebar nav{display:flex;gap:6px;min-width:0;padding:8px 10px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin}.sidebar nav a{flex:0 0 auto;gap:7px;padding:10px 12px;white-space:nowrap}.collapseBtn{display:none}}@media(max-width:560px){.sidebar{grid-template-columns:54px minmax(0,1fr)}.brand{padding:7px}.brand img{width:40px;height:40px}.brand span{display:none}.sidebar nav{padding:7px 8px}.sidebar nav a{padding:9px 10px;font-size:13px}.topbar{padding:10px 12px}.pageContent{padding:12px}.topbar .userText b{max-width:100px;overflow:hidden;text-overflow:ellipsis}}.schoolManagementIntro{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;padding:18px 22px;border:1px solid #d7e5ff;border-radius:12px;background:linear-gradient(135deg,#f3f8ff,#fff)}.schoolManagementIntro strong{font-size:18px;color:#17366c}.schoolManagementIntro p{margin:6px 0 0;color:#60708d}.schoolManagementIntro>span{white-space:nowrap;color:#246bfe;font-weight:800}.schoolNameEditor{display:flex;align-items:end;gap:18px;margin-bottom:18px;padding:16px 20px;border:1px solid #e0e7f4;border-radius:10px;background:#fff}.schoolNameEditor label{display:grid;gap:6px;min-width:280px;font-weight:800;color:#0b1b4d}.schoolNameEditor input{min-width:280px}.schoolNameEditor span{padding-bottom:12px;color:#6d7890;font-size:13px}.schoolTabs{margin-bottom:18px}.schoolMetricGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.schoolMetric{display:flex;flex-direction:column;gap:7px;padding:18px;border:1px solid #e0e7f4;border-radius:10px;background:#fff;box-shadow:0 8px 20px #2a4c870d}.schoolMetric span{color:#6d7890;font-weight:700}.schoolMetric strong{font-size:32px;color:#17366c}.schoolMetric button{align-self:flex-start;padding:0;border:0;background:none;color:#246bfe;font-weight:800}.schoolMetric small{color:#6d7890;padding-top:6px}.schoolChainPanel{margin-bottom:18px}.schoolChain{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:12px}.schoolChain>div{display:grid;gap:7px;padding:16px;border-radius:10px;background:#f5f8ff;border:1px solid #dbe6fb}.schoolChain b{color:#246bfe}.schoolChain span{font-weight:800;color:#17366c}.schoolChain i{font-style:normal;color:#8aa2ca;font-size:24px;text-align:center}.schoolCreatePanel{margin-bottom:18px}.schoolCreatePanel .formGrid{align-items:end}.formAction{display:flex;align-items:end;height:100%}.formAction button{width:100%}.schoolClassGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.schoolClassCard{display:flex;flex-direction:column;gap:16px}.schoolClassHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.schoolClassHeader h2{margin:0 0 4px}.schoolClassHeader select{min-width:150px}.schoolAddStudent{display:flex;gap:8px}.schoolAddStudent select{flex:1}.schoolStudentList{display:grid;gap:8px}.schoolStudentList>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-top:1px solid #edf1f8}.schoolStudentList span{display:grid;gap:3px}.schoolStudentList small{color:#6d7890}.linkDanger{padding:0;border:0;background:none;color:#dc5d68;font-size:12px}.emptyState{text-align:center;padding:34px}.emptyState h2{margin-bottom:8px}.tableScroll{overflow-x:auto}.tableScroll .table{min-width:680px}@media(max-width:1100px){.schoolMetricGrid{grid-template-columns:repeat(2,1fr)}.schoolClassGrid{grid-template-columns:1fr}.schoolChain{grid-template-columns:1fr 24px 1fr 24px 1fr 24px 1fr}}@media(max-width:720px){.schoolManagementIntro,.schoolNameEditor{align-items:flex-start;flex-direction:column}.schoolNameEditor label,.schoolNameEditor input{min-width:0;width:100%}.schoolChain{grid-template-columns:1fr}.schoolChain i{transform:rotate(90deg)}.schoolMetricGrid{grid-template-columns:1fr 1fr}.schoolAddStudent{flex-direction:column}}.loginPage.modern{min-height:100vh;display:grid;grid-template-columns:minmax(760px,1.15fr) minmax(420px,520px);gap:36px;padding:32px 54px;background:radial-gradient(circle at 30% 30%,#f9fbff,#eef4ff 45%,#dde7fb)}.loginIntro.modernIntro{position:relative;display:grid;grid-template-rows:auto auto auto 1fr auto;min-height:0}.modernIntro h1{margin:46px 0 14px;font-size:58px;line-height:1.08;color:#07164b;letter-spacing:0}.modernIntro>p{margin:0;color:#34405e;font-size:20px;font-weight:700}.loginIntro.modernIntro .logoLine img{width:84px;height:84px;border-radius:20px;object-fit:cover}.loginIntro.modernIntro .logoLine span{font-size:32px;line-height:1.12;color:#12357d}.loginIntro.modernIntro .logoLine small{font-size:17px}.modernFeatureList{gap:14px;max-width:560px;margin-top:24px}.featureItem{display:grid;grid-template-columns:52px 1fr;gap:4px 12px;align-items:center}.featureItem b{grid-row:span 2;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#1d66f5;color:#fff;font-size:23px}.featureItem span{font-size:22px;color:#081d55;font-weight:900;line-height:1.2}.featureItem small{color:#5d6f92;font-size:15px}.loginTrustRow{align-self:end;color:#53617f;margin-top:24px}.loginTrustRow>span{display:block;margin-bottom:12px;font-size:15px;font-weight:700}.loginTrustRow>div{display:flex;flex-wrap:wrap;gap:16px}.loginTrustRow i{display:inline-flex;align-items:center;justify-content:center;border:1px solid #d6dff1;border-radius:999px;padding:8px 14px;background:#ffffffc7;font-style:normal;font-size:14px}.loginIntro.modernIntro .loginMascot{right:0;bottom:36px;width:min(45vw,700px);max-height:56vh;pointer-events:none}.loginPanel.modernPanel{align-self:center;display:grid;gap:14px;width:100%;background:#fffffff5;border:1px solid #dbe6fa;border-radius:16px;padding:28px;box-shadow:0 24px 60px #14337224}.loginPanelHeading{margin-bottom:4px}.loginPanelHeading h2{margin:0;color:#081d55;font-size:28px;line-height:1.2}.loginPanelHeading p{margin:8px 0 0;color:#667493;font-size:14px}.inputLabel{display:grid;gap:8px;color:#283658;font-weight:700}.inputLabel input{height:46px}.passwordWrap{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px}.ghostText{background:transparent;color:#3c64b8;border:1px solid #d7dfef;border-radius:8px;padding:10px 12px;font-weight:700}.agreeLine label{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#56637f}.agreeLine input{width:auto}.modernPanel .loginOptions a{cursor:pointer}.modernPanel .loginButton{height:52px;font-size:18px}.modernPanel .loginButton:disabled{opacity:.75;cursor:default}.authPage{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 20% 10%,#f4f8ff,#e7eefc 60%,#d9e4fa)}.authPanel{width:min(680px,100%);background:#fff;border:1px solid #dce5f4;border-radius:16px;padding:28px;display:grid;gap:14px;box-shadow:0 24px 60px #14337224}.authPanel h1{margin:0;font-size:36px;color:#081d55}.authPanel>p{margin:0 0 8px;color:#526183}.authPanel label{display:grid;gap:8px;color:#283658;font-weight:700}.authPanel input,.authPanel textarea{min-height:46px}.authPanel textarea{min-height:96px}.rowField{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end}.authActions{display:flex;gap:10px;justify-content:flex-end}.ok{margin:0;color:#0b7d52}@media(max-width:1440px){.loginPage.modern{grid-template-columns:minmax(0,1fr) minmax(410px,470px);padding:24px 36px}.modernIntro h1{font-size:48px}.modernIntro>p{font-size:18px}.featureItem span{font-size:20px}.featureItem small{font-size:16px}.loginIntro.modernIntro .loginMascot{width:min(42vw,560px);bottom:54px}}@media(max-width:980px){.loginPage.modern{grid-template-columns:1fr;gap:20px;padding:18px}.modernIntro h1{margin-top:20px;font-size:40px}.modernIntro>p{font-size:20px}.featureItem span{font-size:18px}.featureItem small{font-size:14px}.loginIntro.modernIntro .loginMascot{position:static;width:min(82vw,460px);max-height:none;margin:12px auto 0}.loginTrustRow{margin-bottom:8px}.rowField{grid-template-columns:1fr}.authActions{flex-direction:column}}.topbarLeft{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.classPicker{min-width:230px;max-width:300px;height:48px}.searchBoxInput{flex:1;min-width:220px;max-width:720px;height:48px;border:1px solid #d7dfef;border-radius:8px;padding:0 16px;color:#2f3e60}.roleHeroBanner{margin-bottom:18px;border:1px solid #d6e3fb;border-radius:28px;overflow:hidden;box-shadow:0 12px 30px #2a4c871a;background:#eaf2ff}.roleHeroBanner img{display:block;width:100%;height:auto}.navIcon{font-size:14px;line-height:1}.homeHero{min-height:250px;padding:28px 34px;gap:18px}.heroWords h1,.heroWords h2{margin:0 0 10px}.heroWords p{margin:0}.heroArt{display:flex;align-items:flex-end;gap:14px}.heroCatRun{height:168px;object-fit:contain}.heroBlocks{height:154px;object-fit:contain}.homeHero.role-admin .heroCatRun{height:178px}.homeHero.role-student .heroBlocks{height:138px}.adminHomeGrid{grid-template-columns:1.1fr 1.3fr 1fr}.quickActionList{display:grid;gap:10px}.quickActionList a{border:1px solid #9dc0ff;background:#f6faff;border-radius:8px;padding:12px 14px;display:grid;grid-template-columns:30px 1fr auto;gap:12px;align-items:center}.quickActionList b{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:#e8f1ff;font-size:16px}.quickActionList span{font-weight:800;color:#1e3f7f}.quickActionList small{display:block;color:#64708a}.quickActionList i{font-style:normal;font-size:18px;color:#6a84b6}.noticeRight{display:inline-flex;align-items:center;gap:10px}.noticeRight b{min-width:28px;height:28px;border-radius:14px;display:grid;place-items:center;background:#feecef;color:#dd3048;font-weight:900}.noticeRight small{color:#7d89a3;font-size:16px}.serviceList b.ok{background:#daf7e8;color:#079455}.serviceList b.bad{background:#feecef;color:#dd3048}.teacherActionStrip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:14px}.teacherActionCard{border-radius:10px;border:1px solid #d9e6ff;padding:12px 14px;display:grid;grid-template-columns:36px 1fr;align-items:center;gap:12px;background:#fff;box-shadow:0 6px 18px #385a9114}.teacherActionCard b{width:36px;height:36px;border-radius:9px;display:grid;place-items:center;font-size:16px}.teacherActionCard span{font-size:18px;line-height:1.25;font-weight:800;color:#1e2f59}.teacherActionCard.tone1 b{background:#e9f1ff}.teacherActionCard.tone2 b{background:#e7fbef}.teacherActionCard.tone3 b{background:#efeaff}.teacherActionCard.tone4 b{background:#fff2df}.teacherHomeGrid{grid-template-columns:1fr 1fr}.teacherClassMetrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.teacherClassMetrics div{background:#f7faff;border:1px solid #e3ebf9;border-radius:8px;padding:12px}.teacherClassMetrics span{display:block;color:#66738a;font-size:13px;line-height:1.35;margin-bottom:8px}.teacherClassMetrics b{font-size:18px;line-height:1.4;color:#1a3f89}.examProgressList{display:grid;gap:12px}.examProgressItem{display:grid;gap:9px;padding:12px;border:1px solid #e2ebfb;border-radius:8px;background:#f9fbff}.examProgressItem>div:first-child{display:flex;justify-content:space-between;align-items:center;gap:10px}.examProgressItem span{font-weight:800;color:#23355e;font-size:15px;line-height:1.35}.examProgressItem small{color:#6a7893;font-size:13px}.attemptDetail{border:1px solid #e1eaf9;background:#f8fbff;border-radius:8px;padding:12px}.attemptDetail h3{margin:0 0 10px}.progressTrack{height:7px;border-radius:999px;background:#e3ebf9;overflow:hidden}.progressTrack i{display:block;height:100%;background:linear-gradient(90deg,#2f6fff,#4ca4ff)}.aiReviewFooter{margin-top:12px;display:flex;justify-content:flex-end}.aiReviewFooter a{background:#2f6fff;color:#fff;border-radius:8px;padding:10px 14px;font-weight:800}.teacherHomeGrid .panel h2{font-size:18px}.teacherHomeGrid .aiCards div{padding:16px 18px}.teacherHomeGrid .aiCards b{font-size:20px;line-height:1;margin-right:4px}.teacherHomeGrid .aiCards span{font-size:15px;color:#22335d;line-height:1.35}.studentActionCards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:14px}.studentActionCard{border-radius:12px;padding:14px 16px;display:grid;grid-template-columns:44px 1fr;align-items:center;gap:10px;color:#fff}.studentActionCard b{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#fff3;font-size:19px}.studentActionCard span{display:block;font-size:23px;font-weight:900}.studentActionCard small{opacity:.95}.studentActionCard.blue{background:linear-gradient(120deg,#3274ff,#2a5de3)}.studentActionCard.green{background:linear-gradient(120deg,#39c9a2,#23b18b)}.studentActionCard.orange{background:linear-gradient(120deg,#ffb04f,#ff9125)}.studentHomeGrid{grid-template-columns:1.1fr 1fr 1.1fr}.stackCol{display:grid;gap:12px}.studentProgressGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.studentProgressGrid div{background:#f7faff;border:1px solid #e3ebf9;border-radius:8px;padding:12px}.studentProgressGrid span{display:block;color:#6a7893}.studentProgressGrid b{font-size:30px;color:#1f4ea1}@media(max-width:1280px){.teacherActionStrip,.studentActionCards{grid-template-columns:repeat(2,minmax(0,1fr))}.adminHomeGrid,.studentHomeGrid,.teacherHomeGrid{grid-template-columns:1fr}.teacherClassMetrics{grid-template-columns:repeat(2,minmax(0,1fr))}.heroArt{gap:8px}.heroCatRun{height:142px}.heroBlocks{height:120px}}@media(max-width:980px){.topbarLeft{display:grid;grid-template-columns:1fr;width:100%}.classPicker,.searchBoxInput{width:100%;max-width:none;min-width:0}.teacherActionStrip,.studentActionCards,.teacherClassMetrics,.studentProgressGrid{grid-template-columns:1fr}.homeHero{padding:20px}.roleHeroBanner{border-radius:14px}.heroArt{justify-content:center}}.teacherWorkbenchTabs{display:flex;gap:10px;margin:-2px 0 18px;border-bottom:1px solid #dfe7f4}.teacherWorkbenchTabs button{display:grid;gap:3px;padding:12px 18px 14px;color:#6b7892;border:0;border-bottom:3px solid transparent;border-radius:0;background:transparent;text-align:left}.teacherWorkbenchTabs button span{font-size:16px;font-weight:900;color:#344463}.teacherWorkbenchTabs button small{font-size:12px;color:#8995aa}.teacherWorkbenchTabs button.active{border-bottom-color:#286cff}.teacherWorkbenchTabs button.active span{color:#1f5fe8}.teacherWorkbenchMetrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.teacherWorkbenchMetrics>div{position:relative;display:grid;gap:7px;min-height:122px;padding:18px 20px;border:1px solid #dfe7f4;border-radius:14px;background:#fff;box-shadow:0 9px 24px #2745780f;overflow:hidden}.teacherWorkbenchMetrics>div:after{content:"";position:absolute;right:-26px;bottom:-32px;width:90px;height:90px;border-radius:50%;background:currentColor;opacity:.06}.teacherWorkbenchMetrics span{color:#65738d;font-size:13px;font-weight:800}.teacherWorkbenchMetrics b{color:#1f3154;font-size:34px;line-height:1}.teacherWorkbenchMetrics small{color:#8995aa;font-size:12px}.teacherWorkbenchMetrics .primary{color:#286cff}.teacherWorkbenchMetrics .success{color:#10a878}.teacherWorkbenchMetrics .warning{color:#d78313}.teacherWorkbenchMetrics .purple{color:#7854d8}.teacherWorkbenchGrid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.8fr);gap:16px}.workbenchPanel{min-width:0;padding:20px;border:1px solid #dfe7f4;border-radius:14px;background:#fff;box-shadow:0 9px 24px #2745780d}.workbenchPanel header,.teacherPapersHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.workbenchPanel h2,.teacherPapersHeader h2{margin:3px 0 4px;color:#1f3154;font-size:20px}.teacherPapersHeader p{margin:0;color:#7b88a0;font-size:13px}.workbenchNeedRow{display:grid;grid-template-columns:20px 38px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 0;border-top:1px solid #edf1f7}.workbenchNeedRow:first-of-type{border-top:0}.workbenchNeedRow>div{min-width:0}.workbenchNeedRow b{display:block;overflow:hidden;color:#243657;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.workbenchNeedRow small{display:block;margin-top:4px;color:#8b97ab;font-size:12px}.workbenchNeedRow button{padding:6px 9px}.workbenchEmpty{display:grid;justify-items:center;gap:8px;padding:36px 12px 22px;color:#13a16f;text-align:center}.workbenchEmpty b{color:#284161}.workbenchEmpty span{color:#8b97ab;font-size:13px}.classCoverageList{display:grid;gap:2px}.classCoverageList>div{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 0;border-top:1px solid #edf1f7}.classCoverageList>div:first-child{border-top:0}.classAvatar{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;color:#275fd4;background:#eaf1ff;font-weight:900}.classCoverageList b,.classCoverageList small{display:block}.classCoverageList b{color:#2c3d5c;font-size:14px}.classCoverageList small{margin-top:3px;color:#8b97ab;font-size:12px}.classCoverageList strong{color:#255fd7;font-size:19px;text-align:right}.classCoverageList strong small{margin:2px 0 0;font-weight:500}.workbenchHint{display:flex;align-items:center;gap:12px;margin-top:16px;padding:14px 18px;border:1px solid #d6e5ff;border-radius:12px;color:#286cff;background:#f4f8ff}.workbenchHint div{display:grid;gap:2px;min-width:0;flex:1}.workbenchHint b{color:#29477f;font-size:14px}.workbenchHint span{color:#6f7f9e;font-size:12px}.teacherPapersSurface{padding:20px;border:1px solid #dfe7f4;border-radius:14px;background:#fff;box-shadow:0 9px 24px #2745780d}.teacherPapersFilter{display:grid;grid-template-columns:minmax(260px,1fr) 130px 150px minmax(180px,.8fr);gap:12px;padding:14px;border:1px solid #e7edf6;border-radius:11px;background:#f8faff}.teacherPapersFilter label{display:grid;gap:6px}.teacherPapersFilter label span{color:#697994;font-size:12px;font-weight:800}.teacherPapersFilter input,.teacherPapersFilter select{min-width:0;height:42px;border:1px solid #d5e0f0;border-radius:8px;background:#fff}.teacherBatchBar{display:flex;align-items:center;gap:14px;min-height:54px;color:#667593;font-size:13px}.teacherBatchBar label{display:inline-flex;align-items:center;gap:7px;color:#334568;font-weight:800}.teacherBatchBar span{flex:1;color:#8a96aa}.teacherBatchBar button{display:inline-flex;align-items:center;gap:7px}.teacherPaperTableWrap{overflow-x:auto}.teacherPaperTable{min-width:940px}.teacherPaperTable th:first-child,.teacherPaperTable td:first-child{width:42px}.teacherPaperTable td{vertical-align:middle}.teacherPaperTable td>strong{display:block;max-width:330px;color:#243657;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.teacherPaperTable td>small{display:block;margin-top:5px;color:#8995aa;font-size:12px}.paperTagList,.paperClasses,.paperActions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.paperTagList span{padding:4px 7px;color:#40619c;border-radius:5px;background:#edf3ff;font-size:11px;font-weight:800}.paperClasses span{color:#405578;font-size:12px}.paperClasses span:before{content:"·";margin-right:4px;color:#9aabc5}.paperClasses em{color:#c27c11;font-size:12px;font-style:normal}.paperClasses small{color:#8a96aa;font-size:11px}.paperActions{flex-wrap:nowrap}.paperActions a,.paperActions button{display:inline-flex;align-items:center;gap:5px;padding:7px 9px;white-space:nowrap}.studentWorkspaceIntro{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:16px;padding:24px 28px;border:1px solid #d7e5ff;border-radius:16px;background:linear-gradient(115deg,#f4f8ff,#fff)}.studentWorkspaceIntro h1{margin:5px 0 7px;color:#1e3764;font-size:clamp(22px,2.2vw,30px)}.studentWorkspaceIntro p{max-width:680px;margin:0;color:#6f7f9a;font-size:14px;line-height:1.6}.studentGoalRing{--progress: 0%;display:grid;place-items:center;align-content:center;gap:2px;flex:0 0 92px;width:92px;height:92px;border-radius:50%;background:radial-gradient(circle at center,#fff 55%,transparent 57%),conic-gradient(#2c71ff var(--progress),#e7eef9 0);box-shadow:0 8px 22px #2766d71f}.studentGoalRing strong{color:#265fd4;font-size:22px;line-height:1}.studentGoalRing span{color:#7d8ba4;font-size:10px}.studentFocusGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.studentFocusGrid .panel{min-height:180px}.taskCenterSummary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:16px}.taskCenterSummary>div{display:flex;align-items:baseline;justify-content:space-between;padding:16px 18px;border:1px solid #dfe7f4;border-radius:12px;background:#fff}.taskCenterSummary span{color:#73809a;font-size:13px;font-weight:800}.taskCenterSummary b{color:#245ed2;font-size:24px}.taskCenterSurface{padding:20px;border:1px solid #dfe7f4;border-radius:14px;background:#fff;box-shadow:0 9px 24px #2745780d}.taskCenterToolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.taskCenterTabs{display:flex;gap:5px}.taskCenterTabs button{padding:8px 14px;color:#6d7b95;border:1px solid transparent;border-radius:8px;background:transparent;font-weight:800}.taskCenterTabs button.active{color:#2468e8;border-color:#bcd2ff;background:#edf4ff}.taskCenterToolbar input{width:min(340px,45%);height:40px;border:1px solid #d5e0f0;border-radius:8px}.taskCenterList{display:grid;gap:9px}.taskCenterCard{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 16px;border:1px solid #e3eaf5;border-radius:11px;background:#fbfcff;transition:border-color .15s,box-shadow .15s,transform .15s}.taskCenterCard:hover{border-color:#9abaff;box-shadow:0 7px 16px #3367c41a;transform:translateY(-1px)}.taskCenterCard>div{min-width:0}.taskCenterCard h3{margin:5px 0 4px;color:#25395e;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.taskCenterCard p{margin:0;color:#8793a9;font-size:12px}.taskType{display:inline-flex;padding:3px 7px;color:#3465bf;border-radius:5px;background:#eaf2ff;font-size:11px;font-weight:900}.taskCenterCard.exam .taskType{color:#14886a;background:#e5f8f0}.taskCenterCard .pill{flex:0 0 auto}.taskCenterEmpty{display:grid;justify-items:center;gap:8px;padding:42px 18px 34px;color:#6882b8;text-align:center}.taskCenterEmpty b{color:#344d76}.taskCenterEmpty span{color:#8b97ab;font-size:13px}.studentExamFilters{display:grid;grid-template-columns:minmax(240px,1fr) 150px 160px auto;align-items:end;gap:10px;margin:14px 0;padding:14px;border:1px solid #e4ebf5;border-radius:11px;background:#f8faff}.studentExamFilters label{display:grid;gap:6px}.studentExamFilters label span{color:#6d7c96;font-size:12px;font-weight:800}.studentExamFilters input,.studentExamFilters select{min-width:0;height:40px;border:1px solid #d5e0f0;border-radius:8px;background:#fff}@media(max-width:760px){.taskCenterSummary{grid-template-columns:1fr}.taskCenterToolbar{align-items:stretch;flex-direction:column}.taskCenterToolbar input{width:100%}.studentExamFilters{grid-template-columns:1fr;align-items:stretch}.taskCenterCard{align-items:flex-start}}@media(max-width:1100px){.teacherWorkbenchMetrics{grid-template-columns:repeat(2,minmax(0,1fr))}.teacherWorkbenchGrid{grid-template-columns:1fr}}@media(max-width:760px){.teacherPapersFilter,.teacherWorkbenchMetrics,.studentFocusGrid{grid-template-columns:1fr}.studentWorkspaceIntro{align-items:flex-start;padding:18px}.studentGoalRing{flex-basis:74px;width:74px;height:74px}.studentGoalRing strong{font-size:18px}.teacherBatchBar{flex-wrap:wrap;padding:8px 0}}.examCompactFilters{display:flex;flex-wrap:nowrap;align-items:flex-end;gap:8px;padding:12px;margin:0;overflow-x:auto;border:1px solid #dce6f5;border-radius:12px;background:#f7faff}.examCompactFilters label{display:grid;gap:6px;flex:1 0 96px;min-width:0;margin:0}.examCompactFilters label:first-child{flex-basis:120px}.examCompactFilters label:nth-child(2){flex-basis:150px}.examCompactFilters label.examCompactKeyword{flex:2 0 160px}.examCompactFilters label>span{font-size:12px;font-weight:600;color:#637596;white-space:nowrap}.examCompactFilters select,.examCompactFilters input{box-sizing:border-box;width:100%;height:40px;min-width:0;padding:0 10px;border:1px solid #d5e0f0;border-radius:8px;background:#fff;color:#1e355e;font-size:13px}.examCompactFilters select:disabled{background:#edf2f8;color:#8996aa;cursor:not-allowed}.examCompactFilters select:focus,.examCompactFilters input:focus{outline:2px solid #b5cffb;border-color:#2b6df3}.examCompactFilters .teacherSearchButton{display:inline-flex;align-items:center;justify-content:center;gap:5px;flex:0 0 78px;height:40px;padding:0 10px;border:0;border-radius:8px;background:#2469ed;color:#fff;font-size:13px;white-space:nowrap}.examCompactFilters .teacherSearchButton:hover{background:#1657d5}.examFullscreen{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;grid-template-rows:64px 1fr 72px;grid-template-columns:184px minmax(0,1fr);grid-template-areas:"topbar topbar" "sidebar center" "sidebar bottombar";background:linear-gradient(135deg,#eef4ff,#f7f9fc 48%,#edf2f8);z-index:1000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.examTopBar{grid-area:topbar;display:flex;align-items:center;padding:0 24px;background:#fffffff5;border-bottom:1px solid #dbe5f3;box-shadow:0 4px 18px #1f427d14;gap:18px;height:64px}.examTopBar .logo{display:flex;align-items:center;gap:8px;font-weight:700;font-size:15px;color:#1a56db;white-space:nowrap}.examTopBar .logo .logoIcon{width:28px;height:28px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px}.examTopBar .examTitle{flex:1;text-align:center;font-size:15px;font-weight:700;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.examTopBar .examTitle .className{font-weight:400;color:#64748b;font-size:13px}.examTopBar .timerBlock{display:flex;align-items:center;gap:8px;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;padding:4px 10px;font-size:13px;font-weight:600;color:#92400e}.examTopBar .timerBlock.warning{background:#fee2e2;border-color:#fca5a5;color:#991b1b}.examTopBar .autosaveStatus{font-size:12px;color:#16a34a;display:flex;align-items:center;gap:4px}.examTopBar .examProgressInline{flex:0 0 auto;padding:5px 10px;border:1px solid #dbe5f3;border-radius:999px;background:#f8fbff;color:#475569;font-size:12px;font-weight:700;white-space:nowrap}.examTopBar .userInfo{display:flex;align-items:center;gap:8px;font-size:13px;color:#374151}.examTopBar .userInfo .avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#60a5fa,#3b82f6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:600}.examTopBar .submitBtn{background:#2563eb;color:#fff;border:none;border-radius:10px;padding:11px 20px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s}.examTopBar .submitBtn:hover{background:#1d4ed8}.examTopBar .submitBtn:disabled{background:#94a3b8;cursor:not-allowed}.examSidebar{grid-area:sidebar;background:#f8fbffe6;border-right:1px solid #dbe5f3;display:flex;flex-direction:column;overflow-y:auto;padding:16px 12px;gap:12px}.examSidebar .progressCard,.examSidebar .navCard{background:#fff;border:1px solid #dbe5f3;border-radius:16px;padding:14px;box-shadow:0 8px 22px #24539d0f}.examSidebar .cardTitle{font-size:11px;font-weight:800;color:#64748b;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.examSidebar .progressCard .progressNumbers{font-size:28px;font-weight:700;color:#1e293b}.examSidebar .progressCard .progressNumbers span{font-size:14px;color:#94a3b8;font-weight:400}.examSidebar .progressCard .progressBar{height:6px;background:#e2e8f0;border-radius:3px;margin:8px 0;overflow:hidden}.examSidebar .progressCard .progressBar .fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:3px;transition:width .3s}.examSidebar .progressCard .progressLegend{display:flex;gap:8px;flex-wrap:wrap;font-size:11px;color:#64748b}.examSidebar .progressCard .progressLegend .dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:3px;vertical-align:middle}.examSidebar .progressCard .progressLegend .dot.answered{background:#3b82f6}.examSidebar .progressCard .progressLegend .dot.unanswered{background:#cbd5e1}.examSidebar .progressCard .progressLegend .dot.flagged{background:#f97316}.examSidebar .navCard .navGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.examSidebar .navCard .navDot{width:34px;height:34px;border-radius:50%;border:2px solid #cbd5e1;background:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#64748b;cursor:pointer;transition:all .15s;margin:0 auto}.examSidebar .navCard .navDot:hover{border-color:#60a5fa;color:#2563eb}.examSidebar .navCard .navDot.current{border-color:#2563eb;background:#2563eb;color:#fff}.examSidebar .navCard .navDot.answered{border-color:#16a34a;background:#dcfce7;color:#166534}.examSidebar .navCard .navDot.flagged{border-color:#f97316;background:#fff7ed;color:#c2410c;position:relative}.examSidebar .navCard .navDot.flagged:after{content:"🚩";position:absolute;top:-4px;right:-4px;font-size:10px}.examSidebar .infoCard .infoRow{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#475569;padding:3px 0}.examSidebar .infoCard .infoRow .label{color:#94a3b8}.examSidebar .infoCard .infoRow .value{font-weight:600}.examSidebar .hintCard{font-size:12px;color:#475569;line-height:1.5}.examSidebar .hintCard .hintIcon{margin-right:4px}.examCenter{grid-area:center;overflow-y:auto;padding:28px clamp(24px,4vw,64px) 36px;display:flex;flex-direction:column;gap:20px}.examQuestionHeader{background:#fff;border-radius:20px;border:1px solid #dbe5f3;padding:24px 28px;box-shadow:0 14px 34px #24539d14}.examQuestionHeader .questionTopRow{display:flex;align-items:center;gap:10px;margin-bottom:8px}.examQuestionHeader .questionNumber{font-size:18px;font-weight:700;color:#1e293b}.examQuestionHeader .questionScore{background:#eff6ff;color:#1d4ed8;padding:2px 10px;border-radius:12px;font-size:12px;font-weight:600}.examQuestionHeader .questionTypeBadge{padding:2px 9px;border-radius:12px;background:#f1f5f9;color:#475569;font-size:13px;font-weight:800}.difficultyBadge{padding:2px 10px;border-radius:12px;font-size:11px;font-weight:600;display:inline-block}.difficultyBadge.easy{background:#dcfce7;color:#166534}.difficultyBadge.medium{background:#fed7aa;color:#9a3412}.difficultyBadge.hard{background:#fee2e2;color:#991b1b}.examQuestionHeader .questionTitle{font-size:18px;font-weight:600;color:#1e293b;margin:8px 0 4px;line-height:1.5}.examQuestionHeader .questionRequirement{font-size:16px;color:#475569;line-height:1.8}.examQuestionHeader .questionRequirement p{margin:0}.examQuestionHeader .questionRequirement img{display:block;width:auto;max-width:100%;height:auto;border-radius:8px;margin:8px 0;image-rendering:auto;cursor:zoom-in}.examQuestionHeader .tagRow{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.examQuestionHeader .tag{background:#f1f5f9;color:#475569;padding:2px 8px;border-radius:6px;font-size:11px}.examQuestionSections{display:flex;flex-direction:column;gap:12px}.examSectionBlock{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:16px 20px}.examSectionBlock h4{font-size:13px;font-weight:600;color:#374151;margin:0 0 8px;display:flex;align-items:center;gap:6px}.examSectionBlock p{font-size:13px;color:#475569;line-height:1.5;margin:0}.examOptionsBlock{background:#fff;border-radius:20px;border:1px solid #dbe5f3;padding:22px 24px;box-shadow:0 14px 34px #24539d12;display:flex;flex-direction:column;gap:10px}.examOptionsBlock .optionsTitle{font-size:13px;font-weight:600;color:#374151;margin-bottom:4px}.optionCard{display:flex;align-items:flex-start;gap:12px;width:100%;min-height:84px;padding:18px 20px;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .15s;background:#fff;color:#1e293b;font:inherit;text-align:left}.optionCard:hover{border-color:#93c5fd;background:#f0f9ff;transform:translateY(-2px);box-shadow:0 10px 24px #2563eb1f}.optionCard.selected{border-color:#2563eb;background:#eff6ff;box-shadow:0 10px 26px #2563eb29}.optionCard.disabled{cursor:default;opacity:.8}.optionCard .optionKey{min-width:32px;height:32px;border-radius:50%;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;color:#64748b;flex-shrink:0;margin-top:2px}.optionCard.selected .optionKey{border-color:#2563eb;background:#2563eb;color:#fff}.optionCard .optionContent{flex:1;font-size:16px;color:#1e293b;line-height:1.5}.optionCard .optionContent img{display:block;width:auto;max-width:100%;height:auto;border-radius:14px;margin-top:6px;image-rendering:auto;cursor:zoom-in}.examZoomableMedia{position:relative;display:inline-block;max-width:100%;margin:10px 0;overflow:visible;line-height:0;vertical-align:top}.examZoomableMedia>img{margin:0!important}.examImageZoomButton{position:absolute;right:10px;bottom:10px;z-index:2;display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.78);border-radius:13px;background:#0f172ad6;box-shadow:0 8px 24px #0f172a47;color:#fff;font-size:22px;line-height:1;cursor:zoom-in;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.examImageZoomButton:hover,.examImageZoomButton:focus-visible{outline:none;background:#2563eb;box-shadow:0 10px 28px #2563eb57;transform:translateY(-2px) scale(1.04)}.examFillInput{width:100%;padding:10px 14px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;outline:none;transition:border-color .2s}.examFillInput:focus{border-color:#3b82f6}.examTrueFalseBlock{display:flex;gap:12px}.examTrueFalseBlock .tfOption{flex:1;min-height:76px;padding:18px;border:2px solid #e2e8f0;border-radius:10px;text-align:center;font-size:17px;font-weight:600;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;background:#fff;color:#1e293b;font:inherit}.examTrueFalseBlock .tfOption:hover{border-color:#93c5fd}.examTrueFalseBlock .tfOption.selected{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.examSelectionHint{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;font-size:13px;color:#166534}.examSelectionHint.noAnswer{background:#f8fafc;border-color:#e2e8f0;color:#64748b}.flagButton{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:12px;color:#64748b;cursor:pointer;transition:all .15s}.flagButton:hover,.flagButton.flagged{border-color:#f97316;color:#c2410c;background:#fff7ed}.examRubricBlock{background:#fefce8;border:1px solid #fde68a;border-radius:10px;padding:12px 16px}.examRubricBlock h4{font-size:13px;font-weight:600;color:#854d0e;margin:0 0 8px}.examRubricBlock .rubricItem{font-size:12px;color:#713f12;padding:2px 0}.examScratchBlock{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:16px 20px}.examScratchBlock .scratchLaunchCard{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #93c5fd;border-radius:10px;padding:16px;text-align:center;margin-bottom:12px}.examScratchBlock .scratchLaunchCard p{font-size:13px;color:#1e40af;margin:0 0 12px}.examScratchBlock .scratchLaunchCard .scratchBtn{display:inline-flex;align-items:center;gap:6px;background:#2563eb;color:#fff;padding:8px 20px;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;border:none;cursor:pointer}.examScratchBlock .scratchLaunchCard .scratchBtn.secondary{background:#fff;color:#2563eb;border:1px solid #93c5fd;margin-left:8px}.examScratchBlock .scratchRefForm{display:grid;grid-template-columns:1fr 1fr;gap:10px}.examScratchBlock .scratchRefForm label{font-size:12px;color:#475569;display:flex;flex-direction:column;gap:4px}.examScratchBlock .scratchRefForm label.wide{grid-column:span 2}.examScratchBlock .scratchRefForm input,.examScratchBlock .scratchRefForm textarea{padding:8px 10px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;outline:none}.examScratchBlock .scratchRefForm input:focus,.examScratchBlock .scratchRefForm textarea:focus{border-color:#3b82f6}.examScratchWorkspace .examScratchEmbed{border:1px solid #dbe5f3;border-radius:12px;overflow:hidden;background:#f8fbff;margin-bottom:12px}.examScratchWorkspace .examScratchEmbed iframe{width:100%;height:720px;border:0;background:#fff}.scratchJudgePanel{display:grid;gap:10px;padding:10px;margin-bottom:12px;border:1px solid #dbeafe;border-radius:14px;background:#f8fbff}.scratchJudgeActions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.scratchJudgeActions button,.scratchFileFallback{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer}.scratchJudgeActions button{border:0;background:#2563eb;color:#fff}.scratchJudgeActions button:disabled,.scratchFileFallback:has(input:disabled){opacity:.6;cursor:not-allowed}.scratchFileFallback{border:1px solid #93c5fd;background:#fff;color:#2563eb}.scratchFileFallback input{display:none}.scratchJudgeStatus{display:flex;flex-wrap:wrap;gap:10px;align-items:center;font-size:13px;color:#334155}.scratchJudgeStatus b{color:#0f172a}.scratchJudgeStatus span{color:#2563eb;font-weight:700}.scratchJudgeStatus small{color:#64748b}.scratchJudgeError{padding:8px 10px;border:1px solid #fecaca;border-radius:8px;background:#fff1f2;color:#b91c1c;font-size:13px}.runResultBar{display:flex;align-items:center;gap:12px;padding:10px 16px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;margin-top:8px}.runResultBar.success{background:#f0fdf4;border-color:#bbf7d0}.runResultBar.error{background:#fef2f2;border-color:#fecaca}.runResultBar .resultIcon{font-size:18px}.runResultBar .resultText{font-size:13px;font-weight:600;color:#166534}.runResultBar .resultTime{font-size:12px;color:#64748b;margin-left:auto}.examRightPanel{grid-area:rightpanel;background:#fff;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;overflow-y:auto;padding:12px;gap:12px}.examRightPanel .previewCard,.examRightPanel .statusCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px}.examRightPanel .cardTitle{font-size:12px;font-weight:600;color:#64748b;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.examRightPanel .previewContent{font-size:13px;color:#475569;line-height:1.5}.examRightPanel .previewContent .blockPreview{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 12px;margin:6px 0;display:flex;flex-direction:column;gap:4px}.examRightPanel .previewContent .scratchBlock{display:inline-block;padding:3px 10px;border-radius:6px;font-size:12px;font-weight:500;color:#fff}.examRightPanel .previewContent .scratchBlock.motion{background:#4c97ff}.examRightPanel .previewContent .scratchBlock.looks{background:#96f}.examRightPanel .previewContent .scratchBlock.sound{background:#cf63cf}.examRightPanel .previewContent .scratchBlock.events{background:#ffbf00;color:#000}.examRightPanel .previewContent .scratchBlock.control{background:#ffab19;color:#000}.answerStatusCard .statusRow{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #e2e8f0;font-size:12px}.answerStatusCard .statusRow:last-child{border-bottom:none}.answerStatusCard .statusRow .statusLabel{color:#94a3b8}.answerStatusCard .statusRow .statusValue{font-weight:600;color:#1e293b}.answerStatusCard .statusRow .statusValue.saved{color:#16a34a}.answerStatusCard .statusRow .statusValue.pending{color:#f59e0b}.examBottomBar{grid-area:bottombar;display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#fff;border-top:1px solid #e2e8f0;height:72px}.examBottomBar .navBtn{display:inline-flex;align-items:center;gap:6px;min-height:46px;padding:10px 20px;border-radius:11px;font-size:14px;font-weight:700;cursor:pointer;transition:all .15s;border:1px solid #e2e8f0;background:#fff;color:#475569}.examBottomBar .navBtn:hover{border-color:#93c5fd;color:#2563eb}.examBottomBar .navBtn.primary{background:#2563eb;color:#fff;border-color:#2563eb}.examBottomBar .navBtn.primary:hover{background:#1d4ed8}.examBottomBar .navBtn:disabled{opacity:.5;cursor:not-allowed}.examBottomBar .centerActions{display:flex;gap:8px}.examScoreFeedback{background:#eff6ff;border:1px solid #93c5fd;border-radius:10px;padding:12px 16px;margin-top:8px}.examScoreFeedback h4{font-size:13px;font-weight:600;color:#1e40af;margin:0 0 6px}.examScoreFeedback .scoreRow{display:flex;justify-content:space-between;font-size:13px;color:#1e3a5f;padding:2px 0}.examScoreFeedback .scoreBig{font-size:20px;font-weight:700;color:#1d4ed8}.examSubmitModal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2000}.examSubmitModal .modalCard{background:#fff;border-radius:16px;padding:24px;max-width:400px;width:90%;box-shadow:0 20px 60px #0003}.examSubmitModal .modalCard h3{font-size:16px;font-weight:700;color:#1e293b;margin:0 0 12px}.examSubmitModal .modalCard .stats{display:flex;gap:12px;margin-bottom:16px}.examSubmitModal .modalCard .statItem{flex:1;text-align:center;padding:10px;background:#f8fafc;border-radius:8px}.examSubmitModal .modalCard .statItem .num{font-size:20px;font-weight:700;color:#1e293b}.examSubmitModal .modalCard .statItem .lbl{font-size:11px;color:#64748b}.examSubmitModal .modalActions{display:flex;gap:8px;justify-content:flex-end}.examSubmitModal .modalActions button{padding:8px 20px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer}.examSubmitModal .modalActions .cancelBtn{background:#f1f5f9;border:1px solid #e2e8f0;color:#475569}.examSubmitModal .modalActions .confirmBtn{background:#2563eb;border:none;color:#fff}.examToast{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#1e293b;color:#fff;padding:10px 24px;border-radius:10px;font-size:13px;z-index:3000;box-shadow:0 4px 20px #0003;animation:examToastIn .3s ease}@keyframes examToastIn{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(max-width:1200px){.examFullscreen{grid-template-columns:176px minmax(0,1fr)}}.scratchOpenPrimary{min-height:58px;padding:0 28px;border:0;border-radius:7px;background:#2368f5;color:#fff;font-size:18px;font-weight:800;box-shadow:0 8px 20px #2368f53d}.scratchOpenPrimary:hover{background:#1657d8}.practiceWrongButton{min-height:42px;padding:0 16px;border:1px solid #ffb44a;border-radius:6px;background:#fff8e8;color:#9a5700;font-weight:700}.practiceAnswerPanel{margin:16px 0;padding:18px;border:1px solid #b8ddc5;border-left:4px solid #28a45d;border-radius:6px;background:#f3fbf6}.practiceAnswerPanel h4{margin:0 0 10px}.practiceExplanation img{max-width:100%;height:auto}.wrongQuestionModal{width:min(640px,92vw)}.wrongQuestionList{display:grid;gap:8px;margin:16px 0}.wrongQuestionList button{display:grid;grid-template-columns:90px 1fr;gap:10px;align-items:center;width:100%;padding:12px;border:1px solid #dce5f5;border-radius:6px;background:#fff;color:#17254d;text-align:left}.scoreSummaryModal{width:min(940px,94vw);max-height:88vh;overflow:auto}.scoreSummaryHeader{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:18px}.scoreSummaryHeader h3,.scoreSummaryHeader p{margin:0}.scoreSummaryHeader p{margin-top:5px;color:#64748b}.scoreSummaryTotal{display:flex;align-items:baseline;gap:5px;color:#185adb;white-space:nowrap}.scoreSummaryTotal b{font-size:34px}.scoreSummaryTableWrap{overflow-x:auto}.scoreSummaryTable{width:100%;border-collapse:collapse}.scoreSummaryTable th,.scoreSummaryTable td{padding:12px;border-bottom:1px solid #e3eaf5;text-align:left;vertical-align:top}.scoreSummaryTable th{color:#5d6d89;background:#f6f9ff}.aiScoreLine{display:block;margin-top:4px;color:#7b4ec7}@media(max-width:900px){.examFullscreen{grid-template-columns:1fr;grid-template-rows:64px auto 1fr 72px;grid-template-areas:"topbar" "sidebar" "center" "bottombar"}.examSidebar{flex-direction:row;overflow-x:auto;border-right:none;border-bottom:1px solid #e2e8f0;max-height:120px}}.examImageLightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2400;display:flex;align-items:center;justify-content:center;padding:28px;background:#0f172ac7}.examImageLightboxCard{display:flex;flex-direction:column;width:min(1400px,96vw);height:min(92vh,1000px);overflow:hidden;border:1px solid rgba(255,255,255,.28);border-radius:14px;background:#0f172a;box-shadow:0 24px 80px #02061780}.examImageLightboxToolbar{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:0 16px 0 20px;color:#e2e8f0;font-size:13px;font-weight:700}.examImageLightboxToolbar>span{display:flex;align-items:baseline;gap:10px}.examImageLightboxToolbar small{color:#94a3b8;font-weight:500}.examImageLightboxToolbar>div{display:flex;align-items:center;gap:8px}.examImageLightboxToolbar button{min-width:38px;min-height:38px;padding:7px 12px;border:1px solid rgba(255,255,255,.25);border-radius:7px;background:transparent;color:#fff;cursor:pointer}.examImageLightboxToolbar button:hover{border-color:#ffffff8c;background:#ffffff1a}.examImageLightboxToolbar .zoomPercent{min-width:72px}.examImageLightboxToolbar .closeImagePreview{margin-left:6px;border-color:#3b82f6;background:#2563eb}.examImageLightboxBody{flex:1;overflow:auto;padding:28px;text-align:center;overscroll-behavior:contain}.examImageLightboxBody img{display:inline-block;width:auto;max-width:none;height:auto;min-width:0;image-rendering:auto;vertical-align:top;box-shadow:0 16px 50px #00000047}.examV3{--v3-ink: #14213d;--v3-muted: #6b7892;--v3-line: #dfe6f1;--v3-blue: #2864ff;--v3-blue-dark: #1749ce;--v3-surface: #ffffff;height:100vh;min-height:680px;display:grid;grid-template-rows:76px minmax(0,1fr) 82px;overflow:hidden;color:var(--v3-ink);background:radial-gradient(circle at 68% 0%,rgba(66,128,255,.11),transparent 32%),#f3f6fb;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif}.examV3,.examV3 *{box-sizing:border-box}.examV3 button,.examV3 input{font:inherit}.examV3 button{-webkit-tap-highlight-color:transparent}.examV3Topbar{position:relative;z-index:30;display:grid;grid-template-columns:176px minmax(260px,1fr) 220px auto;align-items:center;gap:24px;padding:0 26px;border-bottom:1px solid rgba(211,221,236,.88);background:#fffffff0;box-shadow:0 8px 28px #2b3b5c12;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.examV3Brand,.examV3PaperIdentity,.examV3TopProgress,.examV3TopActions,.examV3User{min-width:0}.examV3Brand{display:flex;align-items:center;gap:11px;font-size:17px;letter-spacing:-.02em}.examV3Brand>span{width:38px;height:38px;display:grid;place-items:center;color:#fff;font-weight:850;border-radius:12px;background:linear-gradient(145deg,#3b78ff,#184cdc);box-shadow:0 8px 18px #2764ff3d}.examV3PaperIdentity{display:flex;flex-direction:column;gap:4px}.examV3PaperIdentity strong{overflow:hidden;font-size:15px;white-space:nowrap;text-overflow:ellipsis}.examV3PaperIdentity small{color:var(--v3-muted);font-size:12px}.examV3ModeBadge{align-self:flex-start;display:inline-flex;align-items:center;min-height:20px;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700;line-height:1.2}.examV3ModeBadge.answering{color:#165dce;background:#eaf2ff}.examV3ModeBadge.review{color:#087443;background:#e9fbf1}.examV3ModeBadge.awaiting{color:#9a5b00;background:#fff5dc}.examV3TopProgress{display:grid;gap:7px}.examV3TopProgress>div{display:flex;align-items:center;justify-content:space-between;color:var(--v3-muted);font-size:11px}.examV3TopProgress b{color:var(--v3-ink);font-size:12px}.examV3TopProgress>i,.examV3RailProgress>i{position:relative;height:7px;overflow:hidden;border-radius:999px;background:#e8edf6}.examV3TopProgress em,.examV3RailProgress em{position:absolute;inset:0 auto 0 0;border-radius:inherit;background:linear-gradient(90deg,#3278ff,#29b8ff);transition:width .28s ease}.examV3TopActions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.examV3Timer{min-width:100px;display:flex;flex-direction:column;gap:1px;padding:8px 12px;color:#8a5b00;border:1px solid #f4cf79;border-radius:12px;background:#fff9e8}.examV3Timer small{font-size:10px}.examV3Timer b{font-size:15px;font-variant-numeric:tabular-nums}.examV3Timer.warning{color:#b42318;border-color:#f3a8a3;background:#fff1f0}.examV3Saved{max-width:130px;overflow:hidden;color:#0f9b57;font-size:11px;white-space:nowrap;text-overflow:ellipsis}.examV3RailToggle,.examV3Wrong{height:40px;padding:0 14px;color:#44516b;font-size:12px;font-weight:700;border:1px solid #dce4f0;border-radius:12px;background:#fff;cursor:pointer;transition:.18s ease}.examV3RailToggle:hover,.examV3Wrong:hover{color:var(--v3-blue);border-color:#a9c0ff;background:#f4f7ff}.examV3User{display:flex;align-items:center;gap:8px}.examV3User>span{width:34px;height:34px;display:grid;flex:0 0 34px;place-items:center;color:#fff;font-weight:800;border-radius:50%;background:linear-gradient(145deg,#5890ff,#6b5cff)}.examV3User b{max-width:72px;overflow:hidden;font-size:12px;white-space:nowrap;text-overflow:ellipsis}.examV3Submit{height:44px;padding:0 20px;color:#fff;font-size:13px;font-weight:800;border:0;border-radius:13px;background:linear-gradient(135deg,#3272ff,#1952df);box-shadow:0 9px 20px #2661ee38;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.examV3Submit:hover{transform:translateY(-1px);box-shadow:0 13px 26px #2661ee4d}.examV3Submit:disabled{opacity:.55;cursor:wait}.examV3Awaiting{height:44px;padding:0 16px;color:#805700;font-size:12px;font-weight:800;border:1px solid #f0cc73;border-radius:13px;background:#fff8df}.examV3TopActions a.examV3Wrong{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.practiceHistoryMetrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.practiceHistoryMetrics>div{padding:22px;border:1px solid #e0e7f4;border-radius:18px;background:#fff;box-shadow:0 10px 28px #2a4c8712}.practiceHistoryMetrics span{display:block;margin-bottom:10px;color:#6a7690}.practiceHistoryMetrics b{color:#246bfe;font-size:34px}.practiceHistoryMetrics small{margin-left:5px;color:#8592aa}.practiceHistoryList{display:grid;gap:14px}.practiceHistoryList>article{display:grid;grid-template-columns:90px minmax(0,1fr) auto;align-items:center;gap:20px;padding:20px 24px;border:1px solid #e0e7f4;border-radius:18px;background:#fff;box-shadow:0 10px 28px #2a4c870f}.practiceHistoryIndex{padding:10px 12px;color:#185adb;font-weight:850;text-align:center;border-radius:12px;background:#edf4ff}.practiceHistoryList h3{margin:5px 0}.practiceHistoryList p,.practiceHistoryList small{margin:0;color:#6a7690}@media(max-width:820px){.practiceHistoryMetrics{grid-template-columns:repeat(2,minmax(0,1fr))}.practiceHistoryList>article{grid-template-columns:1fr}}.examV3Body{min-height:0;display:grid;grid-template-columns:264px minmax(0,1fr);overflow:hidden;transition:grid-template-columns .24s ease}.examV3.railClosed .examV3Body{grid-template-columns:0 minmax(0,1fr)}.examV3Rail{min-width:264px;overflow-x:hidden;overflow-y:auto;padding:26px 20px;border-right:1px solid #dfe6f0;background:#f8fafee6;transition:opacity .2s ease,transform .24s ease}.examV3.railClosed .examV3Rail{opacity:0;pointer-events:none;transform:translate(-22px)}.examV3RailHead{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:22px}.examV3RailHead small,.examV3QuestionIndex small,.examV3AnswerHead small,.examV3Practice small{color:#8592aa;font-size:9px;font-weight:850;letter-spacing:.15em}.examV3RailHead h2{margin:4px 0 0;font-size:22px;letter-spacing:-.04em}.examV3RailHead button{width:34px;height:34px;display:grid;flex:0 0 34px;place-items:center;align-self:flex-start;padding:0;color:#7c879c;line-height:1;border:1px solid #dfe6f0;border-radius:10px;background:#fff;cursor:pointer}.examV3RailHead button:hover{color:var(--v3-blue);border-color:#a9c0ff;background:#f4f7ff}.examV3Stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.examV3Stats>div{min-width:0;display:grid;gap:4px;padding:13px 6px;text-align:center;border:1px solid #e0e7f1;border-radius:14px;background:#fff}.examV3Stats b{font-size:21px;font-variant-numeric:tabular-nums}.examV3Stats span{color:var(--v3-muted);font-size:10px}.examV3RailProgress{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;margin:18px 2px 22px}.examV3RailProgress span{color:var(--v3-muted);font-size:11px;font-weight:750}.examV3QuestionMap{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.examV3QuestionMap button{position:relative;aspect-ratio:1;display:grid;place-items:center;color:#5e6b83;font-size:12px;font-weight:800;border:1px solid #d7dfeb;border-radius:12px;background:#fff;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease}.examV3QuestionMap button:hover{z-index:2;transform:translateY(-2px);border-color:#80a6ff}.examV3QuestionMap button.answered{color:#087846;border-color:#91dfb8;background:#ecfbf3}.examV3QuestionMap button.marked:after{content:"";position:absolute;top:5px;right:5px;width:6px;height:6px;border-radius:50%;background:#ff8d33}.examV3QuestionMap button.current{color:#fff;border-color:var(--v3-blue);background:linear-gradient(145deg,#397bff,#225ae5);box-shadow:0 8px 18px #2764ff3d}.examV3Legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px;color:var(--v3-muted);font-size:10px}.examV3Legend span{display:flex;align-items:center;gap:5px}.examV3Legend i{width:8px;height:8px;border-radius:3px;border:1px solid #cfd8e6;background:#fff}.examV3Legend i.answered{border-color:#68cc9b;background:#c8f2db}.examV3Legend i.current{border-color:#2a66f5;background:#2a66f5}.examV3Legend i.marked{border-color:#ff8d33;background:#ff8d33}.examV3Workspace{min-width:0;overflow:auto;overscroll-behavior:contain;scroll-behavior:smooth}.examV3Stage{width:min(1180px,calc(100% - 64px));margin:0 auto;padding:34px 0 52px}.examV3Question,.examV3Answer,.examV3IoGrid>div,.examV3Practice{border:1px solid rgba(214,224,238,.95);background:#fffffff5;box-shadow:0 16px 40px #34466714}.examV3Question{padding:28px 30px 32px;border-radius:24px}.examV3QuestionToolbar{display:flex;align-items:center;gap:18px;padding-bottom:22px;border-bottom:1px solid #e7ecf3}.examV3QuestionIndex{display:flex;align-items:center;gap:12px}.examV3QuestionIndex>span{width:50px;height:50px;display:grid;place-items:center;color:#fff;font-size:18px;font-weight:900;border-radius:15px;background:var(--v3-ink)}.examV3QuestionIndex>div{display:grid;gap:2px}.examV3QuestionIndex b{font-size:16px}.examV3Badges{display:flex;align-items:center;gap:8px;margin-right:auto}.examV3Badges span{padding:7px 11px;color:#31527f;font-size:11px;font-weight:750;border-radius:999px;background:#edf3fc}.examV3QuestionToolbar>button{height:40px;padding:0 14px;color:#6e7890;font-size:12px;font-weight:700;border:1px solid #dce3ee;border-radius:12px;background:#fff;cursor:pointer;transition:.16s ease}.examV3QuestionToolbar>button:hover,.examV3QuestionToolbar>button.marked{color:#c66410;border-color:#ffc785;background:#fff8ec}.examV3Requirement{padding-top:25px;color:#172440;font-size:18px;line-height:1.85}.examV3Requirement>p:first-child{margin-top:0}.examV3Requirement p{margin:0 0 18px}.examV3Requirement figure,.examV3Requirement p:has(>.examZoomableMedia){margin:22px 0 6px;text-align:center}.examV3Tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.examV3Tags span{padding:6px 10px;color:#63718b;font-size:10px;border-radius:8px;background:#f2f5f9}.examV3 .examZoomableMedia{position:static;display:inline-flex;width:fit-content;max-width:100%;height:auto;flex-direction:column;align-items:stretch;padding:10px;overflow:hidden;vertical-align:top;border:1px solid #dce4ef;border-radius:18px;background:#f8fafc;box-shadow:0 9px 28px #2e406014}.examV3 .examZoomableMedia>img{display:block;width:auto!important;max-width:100%!important;height:auto!important;max-height:min(38vh,380px);object-fit:contain;border-radius:11px;background:#fff;cursor:zoom-in}.examV3 .examImageZoomButton{position:static;inset:auto;width:auto;height:34px;display:inline-flex;align-self:flex-end;align-items:center;justify-content:center;gap:5px;margin:9px 1px 0;padding:0 12px;color:#31527f;font-size:11px;font-weight:800;border:1px solid #d5dfed;border-radius:10px;background:#fff;box-shadow:none;cursor:zoom-in;opacity:1;transform:none;transition:color .16s ease,border-color .16s ease,background .16s ease}.examV3 .examImageZoomButton:hover{color:#fff;border-color:var(--v3-blue);background:var(--v3-blue);transform:none}.examV3IoGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:18px}.examV3IoGrid>div{padding:22px;border-radius:18px}.examV3IoGrid span{color:var(--v3-blue);font-size:9px;font-weight:900;letter-spacing:.15em}.examV3IoGrid h3{margin:6px 0 8px;font-size:15px}.examV3IoGrid p{margin:0;color:var(--v3-muted);font-size:13px;line-height:1.7}.examV3Practice{margin-top:18px;padding:24px;border-radius:20px}.examV3Practice h3{margin:4px 0 12px}.examV3Practice>p{padding:12px 14px;border-radius:12px;background:#edf9f3}.examV3Practice .practiceExplanation{color:#243957;font-size:20px;line-height:1.9}.examV3Practice .practiceExplanation .visual-explanation-series{width:100%}.examV3Practice .practiceExplanation .visual-explanation-intro{font-size:22px}.examV3Practice .practiceExplanation .visual-explanation-frame,.examV3Practice .practiceExplanation .visual-explanation-reference{width:100%}.examV3Practice .practiceExplanation .visual-explanation-frame img{width:min(100%,1080px)!important}.examV3Practice .practiceExplanation figcaption{font-size:20px!important}.examV3Answer{margin-top:20px;padding:28px 30px 30px;border-radius:24px}.examV3AnswerHead{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:20px}.examV3AnswerHead h2{margin:4px 0 0;font-size:22px;letter-spacing:-.03em}.examV3AnswerHead>span{color:#8490a5;font-size:11px}.examV3Choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.examV3Choice{position:relative;min-width:0;min-height:92px;display:grid;grid-template-columns:48px minmax(0,1fr) 32px;align-items:center;gap:16px;padding:18px;overflow:hidden;text-align:left;color:#1d2b46;border:1.5px solid #dbe3ef;border-radius:18px;background:#fff;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.examV3Choice:hover:not(:disabled){z-index:2;transform:translateY(-2px);border-color:#83a8ff;box-shadow:0 13px 25px #375b9b1f}.examV3Choice.selected{border-color:var(--v3-blue);background:linear-gradient(135deg,#f6f9ff,#edf4ff);box-shadow:0 12px 26px #2764ff24}.examV3Choice:disabled{cursor:default}.examV3ChoiceKey{width:48px;height:48px;display:grid;place-items:center;color:#31527f;font-size:16px;font-weight:900;border-radius:14px;background:#edf2f9;transition:.18s ease}.examV3Choice.selected .examV3ChoiceKey{color:#fff;background:var(--v3-blue)}.examV3ChoiceBody{min-width:0;font-size:15px;line-height:1.65}.examV3ChoiceBody p{margin:0}.examV3ChoiceBody figure{margin:0}.examV3ChoiceBody .examZoomableMedia>img{max-height:230px}.examV3ChoiceState{width:28px;height:28px;display:grid;place-items:center;color:#fff;font-weight:900;border:1.5px solid #d7dfeb;border-radius:50%;background:#fff}.examV3Choice.selected .examV3ChoiceState{border-color:var(--v3-blue);background:var(--v3-blue)}.examV3AnswerStatus{margin-top:16px;padding:12px 15px;color:#7c879b;font-size:12px;border-radius:12px;background:#f3f5f8}.examV3AnswerStatus.answered{color:#087846;background:#eaf9f1}.examV3TrueFalse{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.examV3TrueFalse button{min-height:110px;display:flex;align-items:center;gap:16px;padding:20px;text-align:left;border:1.5px solid #dbe3ef;border-radius:18px;background:#fff;cursor:pointer;transition:.18s ease}.examV3TrueFalse button>span{width:54px;height:54px;display:grid;place-items:center;font-size:25px;font-weight:900;border-radius:16px;background:#edf2f9}.examV3TrueFalse button>div{display:grid;gap:5px}.examV3TrueFalse b{font-size:18px}.examV3TrueFalse small{color:var(--v3-muted)}.examV3TrueFalse button:hover:not(:disabled){transform:translateY(-2px);border-color:#83a8ff}.examV3TrueFalse button.selected{color:var(--v3-blue);border-color:var(--v3-blue);background:#f1f6ff;box-shadow:0 12px 26px #2764ff21}.examV3Fill{width:100%;min-height:62px;padding:0 18px;font-size:17px;border:1.5px solid #d7e0ec;border-radius:15px;outline:none}.examV3Fill:focus{border-color:var(--v3-blue);box-shadow:0 0 0 4px #2764ff1a}.examV3Scratch{min-width:0}.examV3Footer{position:relative;z-index:25;display:grid;grid-template-columns:190px minmax(0,1fr) 190px;align-items:center;gap:20px;padding:0 28px;border-top:1px solid #dce4ef;background:#fffffff5;box-shadow:0 -10px 28px #2b3b5c0f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.examV3Nav{height:52px;display:flex;align-items:center;justify-content:center;gap:12px;color:#3b4962;font-weight:800;border:1px solid #d8e0ec;border-radius:15px;background:#fff;cursor:pointer;transition:.18s ease}.examV3Nav:hover:not(:disabled){transform:translateY(-2px);border-color:#9ab7ff;box-shadow:0 9px 20px #2e508e1c}.examV3Nav.primary{justify-self:end;width:190px;color:#fff;border-color:var(--v3-blue);background:linear-gradient(135deg,#3475ff,#1c54de);box-shadow:0 9px 20px #2764ff33}.examV3Nav:disabled{opacity:.38;cursor:not-allowed}.examV3FooterTools{display:flex;align-items:center;justify-content:center;gap:10px}.examV3FooterTools button{height:40px;padding:0 14px;color:#53617a;font-size:12px;font-weight:750;border:1px solid #dde4ee;border-radius:11px;background:#fff;cursor:pointer}.examV3FooterTools button:hover{color:var(--v3-blue);border-color:#a9c0ff}.examV3FooterTools>span{margin-left:10px;color:#8490a5;font-size:12px}.examV3FooterTools>span b{color:var(--v3-ink);font-size:18px}@media(max-width:1500px){.examV3Topbar{grid-template-columns:154px minmax(220px,1fr) auto;gap:16px;padding:0 18px}.examV3TopProgress,.examV3Saved,.examV3User b{display:none}.examV3Stage{width:min(1080px,calc(100% - 44px))}}@media(max-width:1100px){.examV3Topbar{grid-template-columns:145px minmax(180px,1fr) auto}.examV3PaperIdentity small,.examV3ModeBadge,.examV3RailToggle{display:none}.examV3Body,.examV3.railClosed .examV3Body{grid-template-columns:minmax(0,1fr)}.examV3Rail{position:fixed;z-index:45;top:76px;bottom:82px;left:0;width:290px;min-width:290px;box-shadow:20px 0 50px #1c2b482e}.examV3.railClosed .examV3Rail{transform:translate(-105%)}.examV3.railOpen .examV3Rail{opacity:1;pointer-events:auto;transform:none}.examV3Stage{width:min(960px,calc(100% - 36px));padding-top:24px}}@media(max-width:820px){.examV3{min-height:600px;grid-template-rows:68px minmax(0,1fr) 72px}.examV3Topbar{grid-template-columns:auto minmax(0,1fr) auto;gap:10px;padding:0 12px}.examV3Brand b{display:none}.examV3Brand>span{width:36px;height:36px}.examV3PaperIdentity strong{font-size:13px}.examV3Timer{min-width:84px;padding:7px 9px}.examV3Timer small,.examV3User,.examV3Wrong{display:none}.examV3Submit{height:40px;padding:0 12px;font-size:11px}.examV3Rail{top:68px;bottom:72px}.examV3Stage{width:calc(100% - 22px);padding:14px 0 32px}.examV3Question,.examV3Answer{padding:20px 16px;border-radius:18px}.examV3QuestionToolbar{flex-wrap:wrap;gap:12px}.examV3QuestionToolbar>button{margin-left:auto}.examV3QuestionIndex>span{width:44px;height:44px}.examV3Badges{order:3;width:100%}.examV3Requirement{font-size:16px;line-height:1.75}.examV3 .examZoomableMedia>img{max-height:min(36vh,320px)}.examV3Choices,.examV3TrueFalse,.examV3IoGrid{grid-template-columns:1fr}.examV3Choice{grid-template-columns:44px minmax(0,1fr) 28px;min-height:82px;padding:14px;gap:11px}.examV3ChoiceKey{width:44px;height:44px}.examV3AnswerHead>span{display:none}.examV3Footer{grid-template-columns:1fr auto 1fr;gap:8px;padding:0 10px}.examV3Nav{width:auto;height:46px;padding:0 15px}.examV3Nav.primary{width:auto}.examV3Nav span,.examV3FooterTools button{display:none}.examV3FooterTools>span{margin:0}}.smartExplanationPending{margin:18px 0;padding:20px 24px;border:1px dashed #8fb4ee;border-left:6px solid #2f6ff2;border-radius:14px;background:linear-gradient(135deg,#f3f7ff,#fff);color:#244363;font-size:18px;line-height:1.8}.smartExplanationPending strong{display:block;margin-bottom:4px;color:#1f5bd5;font-size:21px}.smartExplanationPending p{margin:0}.iconTextButton,.compactActions,.compactActions a,.compactActions button,.assignedExamActions,.assignedExamActions a,.assignedExamActions button,.compactButton{display:inline-flex;align-items:center;justify-content:center;gap:7px}.examSystemSummary,.analyticsMetricStrip,.examPreviewSummary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.examSystemSummary>div,.analyticsMetricStrip>div,.examPreviewSummary>div{min-width:0;padding:17px 18px;border:1px solid #dce5f3;border-radius:8px;background:#fff}.examSystemSummary span,.analyticsMetricStrip span,.examPreviewSummary span{display:block;margin-bottom:8px;color:#66738b;font-size:13px}.examSystemSummary b,.analyticsMetricStrip b,.examPreviewSummary b{color:#10285a;font-size:27px;line-height:1}.examSystemSummary>div:nth-child(2) b,.analyticsMetricStrip>div:nth-child(2) b{color:#0f8b62}.examSystemSummary>div:nth-child(3) b,.analyticsMetricStrip>div:nth-child(3) b{color:#246bfe}.examSystemSummary>div:nth-child(4) b,.analyticsMetricStrip>div:nth-child(4) b{color:#ba5b00}.analyticsMetricStrip{grid-template-columns:repeat(5,minmax(0,1fr))}.analyticsMetricStrip small,.examPreviewSummary small{display:block;margin-top:7px;color:#8792a5;font-size:12px}.examPreviewDescription{margin:-2px 0 18px;padding:14px 16px;border-left:3px solid #246bfe;background:#f4f8ff;color:#4c5c76}.examSystemSurface,.analyticsSection,.gameSection,.randomPracticeIntro,.randomHistory{border:1px solid #dce5f3;border-radius:8px;background:#fff}.examSystemSurface{padding:20px}.examSystemFilter{display:grid;grid-template-columns:minmax(240px,1.4fr) repeat(3,minmax(120px,.6fr)) auto;gap:12px;align-items:end;margin-bottom:18px}.examSystemFilter label,.structuredGradeRow label{display:grid;gap:7px}.examSystemFilter label>span,.structuredGradeRow label>span{color:#56657e;font-size:13px;font-weight:800}.teacherExamFilter{grid-template-columns:minmax(280px,1fr) 220px auto}.examAdminTableWrap,.responsiveTableWrap{overflow-x:auto}.examAdminTable{min-width:920px}.examAdminTable td:first-child{min-width:280px}.examAdminTable td:last-child{min-width:220px}.examAdminTable strong,.analyticsTable strong{display:block;color:#12264e}.examAdminTable small,.analyticsTable td>small{display:block;margin-top:5px;color:#7d889c}.levelBadge,.levelFlag{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:30px;padding:4px 10px;border-radius:999px;background:#e8f0ff;color:#1556d7;font-size:12px;font-weight:900}.teacherTokenList,.knowledgeTokenList,.compositionTokens{display:flex;flex-wrap:wrap;gap:6px}.teacherTokenList span,.knowledgeTokenList span,.compositionTokens span{padding:4px 8px;border-radius:999px;background:#edf3ff;color:#315aa9;font-size:12px;font-weight:800}.compactActions,.assignedExamActions{gap:8px;flex-wrap:wrap}.compactActions button,.compactActions a,.assignedExamActions button,.assignedExamActions a{white-space:nowrap}.examSkeletonList,.attemptLoading,.progressionSkeleton,.analyticsSkeleton{display:grid;gap:12px}.examSkeletonList i,.attemptLoading i,.progressionSkeleton i,.analyticsSkeleton i{display:block;height:64px;border-radius:8px;background:#edf2f9;animation:examPulse 1.2s ease-in-out infinite alternate}.progressionSkeleton,.analyticsSkeleton{grid-template-columns:repeat(4,1fr)}.progressionSkeleton i,.analyticsSkeleton i{height:116px}@keyframes examPulse{to{opacity:.48}}.examInlineError,.successNotice{display:flex;align-items:center;gap:9px;margin:0 0 14px;padding:12px 14px;border:1px solid #f3b8b5;border-radius:8px;background:#fff4f3;color:#a82821;font-weight:700}.successNotice{border-color:#a7ddca;background:#edf9f4;color:#087653}.examInlineError button{margin-left:auto}.examEmptyState{display:grid;place-items:center;gap:7px;min-height:180px;padding:24px;color:#758197;text-align:center}.examEmptyState b{color:#243857}.systemModalBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:24px;background:#0b18327a}.systemModal{width:min(620px,100%);max-height:calc(100vh - 48px);overflow:auto;border:1px solid #d7e1ef;border-radius:8px;background:#fff;box-shadow:0 22px 60px #0a1e463d}.systemModal>header,.systemModal>footer,.analyticsSection>header,.gameSection>header,.randomHistory>header{display:flex;align-items:center;justify-content:space-between;gap:16px}.systemModal>header{padding:20px;border-bottom:1px solid #e5ebf4}.systemModal>header h2,.analyticsSection>header h2,.gameSection>header h2,.randomHistory>header h2{margin:3px 0 0;font-size:20px}.systemModal>header p{margin:6px 0 0;color:#6f7c91}.systemModal>footer{position:sticky;bottom:0;padding:16px 20px;border-top:1px solid #e5ebf4;background:#fff;justify-content:flex-end}.modalIconButton{width:38px;height:38px;padding:0;background:#edf3ff;color:#315aa9}.teacherAssignmentList,.publishClassSelector,.publishSettingList{display:grid;gap:10px;padding:18px 20px}.publishClassSelector h3{margin:0 0 4px;font-size:15px}.teacherAssignmentList label,.publishClassSelector label,.publishSettingList label{display:flex;align-items:center;gap:11px;padding:12px;border:1px solid #dce5f3;border-radius:8px;cursor:pointer}.teacherAssignmentList label.selected,.publishClassSelector label.selected{border-color:#246bfe;background:#f1f6ff}.teacherAssignmentList input,.publishClassSelector input,.publishSettingList input{width:auto}.teacherAssignmentList label>span:nth-child(3),.publishClassSelector label>span,.publishSettingList label>span{flex:1}.teacherAssignmentList small,.publishClassSelector small,.publishSettingList small{display:block;margin-top:3px;color:#7d899d}.teacherInitial{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#dce9ff;color:#1d5cdf;font-weight:900}.publishSettingList{border-top:1px solid #edf1f7}.assignedExamList{display:grid}.assignedExamRow{display:grid;grid-template-columns:minmax(340px,1.5fr) minmax(220px,.8fr) auto;gap:18px;align-items:center;padding:17px 4px;border-top:1px solid #e7edf6}.assignedExamRow:first-child{border-top:0}.assignedExamIdentity{display:flex;align-items:center;gap:13px;min-width:0}.assignedExamIdentity h3{margin:0 0 6px;color:#12264e;font-size:16px}.assignedExamIdentity p{margin:0;color:#788499;font-size:13px}.assignedExamPublication span{display:block;margin-bottom:6px;color:#7b879a;font-size:12px}.assignedExamPublication b{color:#263a5d;font-size:13px}.analyticsMainGrid,.gameCenterGrid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.analyticsSection{padding:18px;margin-bottom:16px}.analyticsSection>header{margin-bottom:16px}.analyticsSection>header>small{color:#7b879c}.analyticsTable{min-width:1040px}.analysisQuestionTitle{min-width:230px}.distributionBars,.knowledgeRows{display:grid;gap:12px}.distributionBars>div,.knowledgeRows>div{display:grid;grid-template-columns:78px 1fr 52px;gap:11px;align-items:center}.distributionBars i,.knowledgeRows i,.attemptResultLine i{display:block;height:8px;overflow:hidden;border-radius:999px;background:#e7edf7}.distributionBars i b,.knowledgeRows i b,.attemptResultLine i b{display:block;width:100%;height:100%;transform-origin:left;border-radius:inherit;background:#246bfe}.knowledgeRows>div{grid-template-columns:145px 1fr 46px}.knowledgeRows span small{display:block;color:#8390a4}.knowledgeRows i b.medium{background:#e8a11a}.knowledgeRows i b.weak{background:#d94343}.knowledgeRows i b.strong{background:#15966a}.attemptStatus{display:inline-flex;padding:5px 8px;border-radius:999px;background:#edf2fa;font-size:12px;font-weight:800}.attemptStatus.SUBMITTED,.attemptStatus.GRADED{background:#e7f7ef;color:#087653}.attemptStatus.IN_PROGRESS{background:#fff5da;color:#976000}.attemptStatus.NOT_STARTED{color:#6d7890}.attemptReviewModal{width:min(1040px,100%)}.attemptReviewModal .attemptLoading{padding:20px}.structuredQuestionList{display:grid;gap:0}.structuredQuestionList article{padding:18px 20px;border-top:1px solid #e6ecf5}.structuredQuestionList article:first-child{border-top:0}.structuredQuestionList h3{margin:9px 0 13px;font-size:16px}.structuredQuestionHead{display:flex;justify-content:space-between;gap:12px;color:#64738c;font-size:13px}.structuredQuestionHead strong{color:#1556d7}.structuredAnswerGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px}.structuredAnswerGrid>div{padding:11px;border:1px solid #e0e7f2;border-radius:8px;background:#f8faff}.structuredAnswerGrid span{display:block;margin-bottom:5px;color:#7d899d;font-size:12px}.structuredGradeRow{display:grid;grid-template-columns:130px 1fr auto;gap:10px;align-items:end;margin-top:14px}.levelJourney{display:grid;grid-template-columns:1fr 46px 1fr 46px 1fr 46px 1fr;align-items:center;margin-bottom:18px;padding:18px;border:1px solid #dce5f3;border-radius:8px;background:#fff}.levelJourney>button{display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;gap:2px 10px;align-items:center;min-height:72px;padding:10px;border:1px solid #dce5f3;background:#fff;color:#23385d;text-align:left}.levelJourney>button>span{grid-row:1 / 3;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#edf3ff;color:#246bfe}.levelJourney>button small{color:#7c889b;font-weight:600}.levelJourney>button.active{border-color:#246bfe;box-shadow:inset 0 0 0 1px #246bfe}.levelJourney>button.locked{background:#f5f7fa;color:#8993a4}.levelJourney>button.locked>span{background:#e8ebf0;color:#7f899a}.levelJourney>i{height:3px;background:#dbe3ee}.levelJourney>i.passed{background:#15966a}.studentExamHeader{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:12px;padding:18px 20px;border-left:4px solid #246bfe;background:#edf4ff}.studentExamHeader h2{margin:6px 0 4px;font-size:22px}.studentExamHeader p{margin:0;color:#5f6e87}.levelCompletionRing{display:flex;align-items:baseline;justify-content:center;min-width:82px;color:#246bfe}.levelCompletionRing strong{font-size:36px}.progressiveExamList{display:grid;border:1px solid #dce5f3;border-radius:8px;background:#fff}.progressiveExamList article{display:grid;grid-template-columns:66px minmax(0,1fr) auto;gap:16px;align-items:center;padding:18px;border-top:1px solid #e7edf5}.progressiveExamList article:first-child{border-top:0}.progressiveExamList article.locked{background:#f7f8fa}.examSequence{align-self:stretch;display:grid;place-items:center;grid-template-rows:auto 1fr;color:#246bfe;font-weight:900}.examSequence i{width:2px;height:100%;background:#dfe7f2}.progressiveExamContent h3{margin:6px 0;font-size:17px}.progressiveExamContent p{margin:0;color:#748095}.progressiveExamMeta{display:flex;gap:8px;flex-wrap:wrap}.progressiveExamMeta span{color:#51617c;font-size:12px}.attemptResultLine{display:grid;grid-template-columns:minmax(100px,260px) auto;gap:10px;align-items:center;margin-top:10px;color:#52617a;font-size:12px}.progressiveExamAction a,.progressiveExamAction button{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.gameHero{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:16px;padding:24px 28px;border-left:5px solid #246bfe;background:#eaf2ff}.gameHero h2{margin:6px 0 8px;font-size:25px}.gameHero p{margin:0;color:#52627c}.gameHeroStats{display:flex;gap:10px;margin-top:17px;flex-wrap:wrap}.gameHeroStats span{display:inline-flex;align-items:center;gap:7px;padding:9px 11px;border-radius:8px;background:#fff;color:#31527f}.gameHeroStats span:first-child svg{color:#d78a00}.gameHeroStats span:last-child svg{color:#0c8f69}.gameHeroLevel{display:grid;place-items:center;min-width:128px;color:#1556d7}.gameHeroLevel strong{font-size:30px}.gameCenterGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.gameSection,.randomHistory{padding:18px}.gameSection>header,.randomHistory>header{margin-bottom:14px}.lotteryPrizeList{display:grid;grid-template-columns:1fr 1fr;gap:8px}.lotteryPrizeList div{display:flex;justify-content:space-between;padding:10px;border-bottom:1px solid #e8edf5}.lotteryPrizeList b{color:#9a6600}.drawButton{width:100%;margin-top:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.lotterySection>small{display:block;margin-top:8px;color:#79859a;text-align:center}.achievementList,.badgeShelf,.certificateList,.rewardHistory{display:grid;gap:9px}.achievementList>div,.badgeShelf>div,.certificateList>button,.rewardHistory>div{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:10px 0;border-top:1px solid #e8edf5;background:transparent;color:#23385d;text-align:left}.achievementList>div:first-child,.badgeShelf>div:first-child,.certificateList>button:first-child,.rewardHistory>div:first-child{border-top:0}.achievementList svg{color:#15966a}.achievementList small,.badgeShelf small,.certificateList small,.rewardHistory small{display:block;margin-top:3px;color:#7b879a}.achievementList time,.rewardHistory time{color:#8893a5;font-size:12px}.badgeShelf>div>span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#fff3d0;color:#ad7000}.certificateList>button{width:100%;padding-left:0;padding-right:0}.certificateList>button>svg{color:#1556d7}.rewardHistory strong{color:#0b815b}.prizeModal,.certificatePreview{padding:26px;text-align:center}.prizeModal svg,.certificateSeal{color:#c98200}.certificatePreview{border:8px double #d4aa50}.certificatePreview h2{font-size:28px}.certificateSeal{display:grid;place-items:center;width:82px;height:82px;margin:0 auto;border:2px solid currentColor;border-radius:50%;font-size:26px;font-weight:900}.printCertificate{margin-top:16px;display:inline-flex;align-items:center;gap:7px}.randomPracticeIntro{display:grid;grid-template-columns:minmax(280px,.9fr) 1.3fr;gap:24px;padding:22px;margin-bottom:16px}.randomPracticeIntro h2{margin:6px 0 8px}.randomPracticeIntro p{color:#60708a;line-height:1.7}.randomPracticeIntro>div:last-child{display:grid;place-items:center;align-content:center;border-left:1px solid #e3eaf4;color:#1556d7}.randomPracticeIntro>div:last-child strong{font-size:44px;line-height:1}.randomPracticeIntro>div:last-child span{margin-top:8px;color:#6d7a90}.randomLevelGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.randomLevelGrid article{display:grid;align-content:start;min-height:220px;padding:18px;border:1px solid #dce5f3;border-radius:8px;background:#fff}.randomLevelGrid article.locked{background:#f5f7fa;color:#818c9e}.randomLevelGrid article header{display:flex;align-items:center;justify-content:space-between;color:#1556d7}.randomLevelGrid article header span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#e9f1ff;font-weight:900}.randomLevelGrid article.locked header{color:#818c9e}.randomLevelGrid article.locked header span{background:#e7eaf0}.randomLevelGrid article h3{margin:14px 0 5px;font-size:18px}.randomLevelGrid article p{min-height:38px;margin:0;color:#687790}.compositionTokens{display:flex;gap:6px;flex-wrap:wrap;margin:12px 0}.compositionTokens span{padding:4px 7px;border-radius:5px;background:#edf3ff;color:#315b9e;font-size:12px}.randomLevelGrid article>button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:42px;margin-top:auto}.randomLevelGrid article>button:disabled{background:#e7eaf0;color:#818c9e}.randomHistoryList{display:grid}.randomHistoryList a{display:grid;grid-template-columns:auto 1fr auto auto;gap:12px;align-items:center;padding:12px 0;border-top:1px solid #e8edf5}.randomHistoryList a:first-child{border-top:0}.randomHistoryList small{display:block;margin-top:3px;color:#7c889b}.randomResultBanner{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px;padding:16px 18px;border:1px solid #9edbc6;border-radius:8px;background:#edf9f4;color:#087653}.randomResultBanner>div{display:flex;align-items:center;gap:10px}.randomResultBanner span small{display:block;margin-top:3px}.randomResultBanner>strong{font-size:28px}.randomResultBanner>strong small{font-size:14px}.randomAnswerLayout{display:grid;grid-template-columns:235px minmax(0,1fr);gap:14px;align-items:start}.randomAnswerLayout>aside{position:sticky;top:100px;padding:16px;border:1px solid #dce5f3;border-radius:8px;background:#fff}.randomProgressHead{display:flex;justify-content:space-between;margin-bottom:13px}.randomQuestionNav{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.randomQuestionNav button{aspect-ratio:1;padding:0;border:1px solid #d8e1ef;background:#fff;color:#52617a}.randomQuestionNav button.answered{border-color:#15966a;color:#087653}.randomQuestionNav button.current{border-color:#246bfe;background:#246bfe;color:#fff}.randomLegend{display:flex;gap:12px;margin-top:14px;color:#758196;font-size:12px}.randomLegend span{display:flex;align-items:center;gap:5px}.randomLegend i{width:8px;height:8px;border-radius:50%;border:1px solid #b9c4d5}.randomLegend i.answered{border-color:#15966a;background:#15966a}.randomQuestionCard{min-height:560px;padding:22px;border:1px solid #dce5f3;border-radius:8px;background:#fff}.randomQuestionCard>header{display:flex;justify-content:space-between;color:#52617b}.randomQuestionCard>h2{margin:14px 0;font-size:22px}.randomOptions,.randomTrueFalse{display:grid;gap:10px;margin-top:18px}.randomOptions label,.randomTrueFalse label{display:grid;grid-template-columns:auto 42px 1fr;align-items:center;gap:10px;padding:13px;border:1px solid #dce5f3;border-radius:8px;cursor:pointer}.randomTrueFalse label{grid-template-columns:auto 1fr}.randomOptions label.selected,.randomTrueFalse label.selected{border-color:#246bfe;background:#f1f6ff}.randomOptions input,.randomTrueFalse input{width:auto}.randomOptions .optionKey{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#edf3ff;color:#1556d7;font-weight:900}.examFillInput{margin-top:16px}.autosaveText{color:#0b815b;font-size:13px;font-weight:800}@media(max-width:1180px){.analyticsMetricStrip{grid-template-columns:repeat(3,minmax(0,1fr))}.assignedExamRow{grid-template-columns:1fr}.assignedExamActions{justify-content:flex-start}.randomPracticeIntro{grid-template-columns:1fr}.randomPracticeIntro>div:last-child{padding-top:18px;border-top:1px solid #e3eaf4;border-left:0}}@media(max-width:820px){.examSystemSummary,.analyticsMetricStrip,.examPreviewSummary,.progressionSkeleton,.analyticsSkeleton{grid-template-columns:repeat(2,minmax(0,1fr))}.examSystemFilter,.teacherExamFilter,.analyticsMainGrid,.gameCenterGrid,.structuredAnswerGrid,.structuredGradeRow{grid-template-columns:1fr}.levelJourney{grid-template-columns:1fr;gap:8px}.levelJourney>i{width:3px;height:20px;margin:0 auto}.progressiveExamList article{grid-template-columns:42px 1fr}.progressiveExamAction{grid-column:2}.gameHero,.studentExamHeader{align-items:flex-start}.randomAnswerLayout{grid-template-columns:1fr}.randomAnswerLayout>aside{position:static}}@media(max-width:560px){.examSystemSummary,.analyticsMetricStrip,.examPreviewSummary,.randomLevelGrid{grid-template-columns:1fr}.examSystemSurface,.analyticsSection,.gameSection,.randomPracticeIntro,.randomHistory,.randomQuestionCard{padding:14px}.gameHero{display:grid;padding:18px}.gameHeroLevel{justify-self:start;grid-template-columns:auto auto;gap:12px}.progressiveExamList article{grid-template-columns:1fr}.examSequence{display:none}.progressiveExamAction{grid-column:1}.randomQuestionNav{grid-template-columns:repeat(6,1fr)}.systemModalBackdrop{padding:10px}}@media print{.appShell>.sidebar,.topbar,.printCertificate,.systemModal>footer{display:none!important}.appShell{display:block}.pageContent{padding:0}.systemModalBackdrop{position:static;display:block;padding:0;background:#fff}.systemModal{width:100%;max-height:none;overflow:visible;border:0;box-shadow:none}}.license-page{min-height:100vh;display:grid;place-items:center;padding:32px;background:radial-gradient(circle at 15% 15%,rgba(37,99,235,.2),transparent 34%),radial-gradient(circle at 90% 85%,rgba(124,58,237,.16),transparent 30%),#f3f6fb;color:#102044}.license-card{width:min(520px,100%);padding:46px;background:#fffffff5;border:1px solid #dbe4f1;border-radius:28px;box-shadow:0 30px 90px #1c325c29}.license-logo{width:62px;height:62px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,#2563eb,#7048e8);color:#fff;font-size:32px;font-weight:900;box-shadow:0 12px 24px #2563eb40}.license-eyebrow{margin:26px 0 8px;color:#2563eb;font-size:13px;font-weight:900;letter-spacing:.14em}.license-card h1{margin:0;font-size:38px;line-height:1.2}.license-copy{margin:16px 0 28px;color:#64748b;font-size:16px;line-height:1.7}.license-card form{display:grid;gap:12px}.license-card label{font-size:13px;font-weight:800;color:#475569}.license-card input{height:58px;padding:0 18px;border:2px solid #dbe4f1;border-radius:15px;background:#f8fafc;color:#172554;font:700 17px/1.2 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.04em;outline:none}.license-card input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.license-card button{height:58px;border:0;border-radius:15px;background:#2563eb;color:#fff;font-size:17px;font-weight:900;cursor:pointer;box-shadow:0 14px 30px #2563eb38}.license-card button:disabled{opacity:.5;cursor:not-allowed}.license-device{margin-top:22px;color:#94a3b8;font:12px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace}.license-error{margin-top:18px;padding:14px 16px;border:1px solid #fecaca;border-radius:13px;background:#fff1f2;color:#be123c;font-size:14px;line-height:1.5}.license-loading{margin-top:24px;color:#64748b}.license-retry{width:100%;margin-top:14px;background:#475569!important}.license-card *{box-sizing:border-box}.cat-course-page{--cat-ink: #183052;--cat-muted: #60718c;--cat-paper: #f7f4ec;--cat-surface: #fffdf8;--cat-orange: #f28c38;--cat-blue: #3478c7;--cat-green: #238d67;min-height:100vh;padding:28px clamp(24px,3.2vw,64px) 48px;color:var(--cat-ink);background-color:var(--cat-paper);background-image:radial-gradient(circle at 90% 4%,rgba(242,140,56,.18),transparent 25%),radial-gradient(circle at 8% 70%,rgba(52,120,199,.12),transparent 28%),linear-gradient(rgba(24,48,82,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(24,48,82,.035) 1px,transparent 1px);background-size:auto,auto,42px 42px,42px 42px}.cat-course-page button{font:inherit}.cat-course-header{max-width:1800px;margin:0 auto;display:flex;justify-content:space-between;align-items:end;gap:32px}.cat-course-kicker,.cat-course-eyebrow{margin:0 0 8px;color:var(--cat-blue);font-size:13px;font-weight:900;letter-spacing:.13em}.cat-course-header h1{margin:0;font-size:clamp(38px,4.2vw,68px);line-height:.98;letter-spacing:-.045em}.cat-course-header>div:first-child>p:last-child{margin:13px 0 0;color:var(--cat-muted);font-size:18px;font-weight:650}.cat-course-progress-card{width:min(390px,36vw);padding:18px 20px;border:2px solid rgba(24,48,82,.22);border-radius:18px;background:#fffdf8e6;box-shadow:0 14px 38px #1f36531a}.cat-course-progress-card>div:first-child{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:800}.cat-course-progress-card strong{font-size:19px}.cat-course-progress-track{height:8px;margin:12px 0 14px;overflow:hidden;border-radius:99px;background:#e3e8ec}.cat-course-progress-track span{display:block;height:100%;border-radius:inherit;background:var(--cat-green);transition:width .35s ease}.cat-course-progress-card button{display:flex;align-items:center;gap:7px;padding:0;border:0;color:var(--cat-muted);background:transparent;font-size:14px;font-weight:800;cursor:pointer}.cat-course-stepper{max-width:1800px;margin:28px auto 18px;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px}.cat-course-stepper button{min-width:0;min-height:62px;display:flex;align-items:center;gap:11px;padding:10px 13px;border:2px solid rgba(24,48,82,.15);border-radius:14px;color:var(--cat-muted);background:#fffdf8b8;cursor:pointer;text-align:left}.cat-course-stepper button:disabled{cursor:not-allowed;opacity:.48}.cat-course-stepper button>span{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:#fff;background:#8492a6;font-weight:900}.cat-course-stepper button b{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.cat-course-stepper button.active{border-color:var(--cat-blue);color:var(--cat-ink);background:#fff;box-shadow:0 9px 24px #3478c71f}.cat-course-stepper button.active>span{background:var(--cat-blue)}.cat-course-stepper button.complete>span{background:var(--cat-green)}.cat-course-stepper button.quiz:not(.active):not(.complete)>span{background:var(--cat-orange)}.cat-course-stepper button.extension:not(.active):not(.complete)>span{background:#7c5ac7}.cat-course-workspace{max-width:1800px;margin:0 auto;display:grid;grid-template-columns:minmax(390px,.72fr) minmax(1024px,1.55fr);gap:18px;align-items:start}.cat-course-lesson-panel,.cat-course-editor-panel{border:2px solid rgba(24,48,82,.18);border-radius:22px;background:var(--cat-surface);box-shadow:0 20px 46px #1f36531c}.cat-course-lesson-panel{padding:16px}.cat-course-video-frame{position:relative;aspect-ratio:16 / 9;overflow:hidden;border:3px solid var(--cat-ink);border-radius:15px;background:#16243a}.cat-course-video-frame video{width:100%;height:100%;display:block;object-fit:cover}.cat-course-watch-note{position:absolute;left:12px;top:12px;display:flex;align-items:center;gap:7px;padding:8px 11px;border-radius:9px;color:#fff;background:#183052e0;font-size:13px;font-weight:850;pointer-events:none}.cat-course-copy{padding:22px 6px 10px}.cat-course-copy h2{margin:0 0 18px;font-size:clamp(25px,2vw,34px);line-height:1.12}.cat-course-task,.cat-course-reason{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:start;padding:14px 0;border-top:1px solid rgba(24,48,82,.14)}.cat-course-task span,.cat-course-reason span{padding:5px 7px;border-radius:7px;color:#fff;background:var(--cat-orange);font-size:12px;font-weight:900;text-align:center}.cat-course-reason span{color:var(--cat-ink);background:#f1d76d}.cat-course-task p,.cat-course-reason p{margin:1px 0 0;font-size:15px;font-weight:650;line-height:1.58}.cat-course-language-ladder{display:grid;gap:9px}.cat-course-language-ladder>div{display:grid;grid-template-columns:116px 1fr;gap:12px;align-items:center;padding:12px 13px;border:2px solid rgba(24,48,82,.13);border-radius:12px;background:#f8fafc}.cat-course-language-ladder span{padding:6px 8px;border-radius:8px;color:#fff;background:#7b8798;font-size:12px;font-weight:900;text-align:center}.cat-course-language-ladder .precise{border-color:#3478c747;background:#f1f7ff}.cat-course-language-ladder .precise span{background:var(--cat-blue)}.cat-course-language-ladder .command{border-color:#238d6747;background:#effaf5}.cat-course-language-ladder .command span{background:var(--cat-green)}.cat-course-language-ladder p{margin:0;font-size:14px;font-weight:720;line-height:1.5}.cat-course-feedback{min-height:62px;display:flex;align-items:center;gap:10px;margin-top:8px;padding:12px 14px;border:2px solid #cbd5e1;border-radius:13px;color:var(--cat-muted);background:#f4f7f8;font-size:14px;font-weight:750;line-height:1.45}.cat-course-feedback svg{flex:0 0 auto}.cat-course-feedback.pass{border-color:#91cdb5;color:#17694d;background:#effaf5}.cat-course-feedback.fail{border-color:#e8a7a0;color:#a13b33;background:#fff3f1}.cat-course-actions{display:flex;gap:10px;margin-top:12px}.cat-course-actions button{min-height:48px;display:inline-flex;justify-content:center;align-items:center;gap:8px;border-radius:12px;font-weight:900;cursor:pointer}.cat-course-check-button{flex:1;border:2px solid var(--cat-ink);color:#fff;background:var(--cat-ink)}.cat-course-check-button:disabled{border-color:#aeb9c6;background:#aeb9c6;cursor:not-allowed}.cat-course-next-button{padding:0 18px;border:2px solid var(--cat-blue);color:var(--cat-blue);background:#fff}.cat-course-complete-card{display:flex;align-items:center;gap:12px;margin-top:14px;padding:14px;border-radius:13px;color:#17694d;background:#eaf8f1}.cat-course-complete-card div{display:grid;gap:3px}.cat-course-complete-card b{font-size:17px}.cat-course-complete-card span{font-size:13px;font-weight:650}.cat-course-editor-panel{position:relative;overflow:hidden}.cat-course-editor-title{min-height:54px;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:0 18px;border-bottom:2px solid rgba(24,48,82,.13)}.cat-course-editor-title>div{display:flex;align-items:center;gap:9px;font-size:15px;font-weight:900}.cat-course-editor-title p{margin:0;color:var(--cat-muted);font-size:13px;font-weight:700}.cat-course-live-dot{width:10px;height:10px;border-radius:50%;background:#2ca96f;box-shadow:0 0 0 5px #2ca96f21}.cat-course-editor-panel iframe{width:100%;height:min(760px,calc(100vh - 230px));min-height:620px;display:block;border:0;background:#fff}.cat-course-editor-hidden{position:absolute;top:54px;left:0;visibility:hidden;opacity:0;pointer-events:none}.cat-course-quiz-panel{min-height:min(760px,calc(100vh - 230px));padding:clamp(28px,4vw,64px);background:radial-gradient(circle at 90% 10%,rgba(242,140,56,.15),transparent 30%),linear-gradient(145deg,#fffdf8,#f4f8fd)}.cat-course-editor-panel.extension-mode .cat-course-quiz-panel{background:radial-gradient(circle at 90% 10%,rgba(124,90,199,.17),transparent 32%),linear-gradient(145deg,#fffdf8,#f5f1ff)}.cat-course-quiz-label{margin:0 0 10px;color:var(--cat-blue);font-size:13px;font-weight:900;letter-spacing:.12em}.cat-course-quiz-panel h3{max-width:780px;margin:0;font-size:clamp(28px,3vw,48px);line-height:1.18;letter-spacing:-.025em}.cat-course-quiz-options{max-width:900px;display:grid;gap:14px;margin-top:34px}.cat-course-quiz-options button{width:100%;min-height:74px;display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:center;padding:14px 18px;border:2px solid rgba(24,48,82,.18);border-radius:15px;color:var(--cat-ink);background:#ffffffdb;text-align:left;cursor:pointer;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.cat-course-quiz-options button:not(:disabled):hover{transform:translateY(-2px);border-color:var(--cat-blue);box-shadow:0 10px 24px #3478c71c}.cat-course-quiz-options button:disabled{cursor:not-allowed;opacity:.55}.cat-course-quiz-options button.selected{border-color:var(--cat-blue);background:#edf5ff;box-shadow:0 0 0 3px #3478c71a}.cat-course-quiz-options button.correct{border-color:var(--cat-green);background:#eaf8f1;opacity:1}.cat-course-quiz-options button>span{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;color:#fff;background:var(--cat-ink);font-weight:900}.cat-course-quiz-options button.selected>span{background:var(--cat-blue)}.cat-course-quiz-options button.correct>span{background:var(--cat-green)}.cat-course-quiz-options button b{font-size:clamp(15px,1.35vw,21px);line-height:1.5}.cat-course-quiz-lock{margin:20px 0 0;color:var(--cat-muted);font-size:14px;font-weight:750}@media(max-width:1540px){.cat-course-workspace{grid-template-columns:1fr}.cat-course-editor-panel iframe{height:720px}.cat-course-stepper{overflow-x:auto;grid-template-columns:repeat(8,minmax(190px,1fr))}}@media(max-width:700px){.cat-course-page{padding:20px 14px 32px}.cat-course-header{align-items:stretch;flex-direction:column}.cat-course-progress-card{width:100%}.cat-course-workspace{grid-template-columns:minmax(0,1fr)}.cat-course-language-ladder>div{grid-template-columns:1fr}.cat-course-language-ladder span{width:fit-content}.cat-course-editor-title{align-items:flex-start;flex-direction:column;padding:12px 14px}.cat-course-editor-panel iframe{min-height:560px}.cat-course-quiz-panel{min-height:560px;padding:26px 18px}}
