*{box-sizing:border-box}body{margin:0;font-family:Microsoft YaHei,PingFang SC,Arial,sans-serif;color:var(--ink);background:var(--bg);--ink:#182b39;--muted:#576775;--bg:#f4f6f8;--paper:#fff;--brand:#235dd2;--dark:#143252;--soft:#eaf1fd;--line:#dce3e9;--gold:#a6661e;--ok:#23705d;--bad:#a84337}body[data-theme=warm]{--ink:#382f27;--muted:#746354;--bg:#f8f5ed;--paper:#fffdf8;--brand:#a94b29;--dark:#513a2b;--soft:#f9eadc;--line:#e6dbcd;--gold:#856121;--ok:#4d6a39;--bad:#a43c32}body[data-theme=green]{--ink:#243c34;--muted:#627269;--bg:#f3f4ef;--paper:#fdfdf8;--brand:#2e604b;--dark:#203f33;--soft:#e6eee6;--line:#d7dfd5;--gold:#856d35;--ok:#316b48;--bad:#a54335}button,input,select{font:inherit}button{cursor:pointer;min-height:44px}button:disabled{cursor:not-allowed;opacity:.55}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--gold)}button:hover:not(:disabled){filter:brightness(.96)}a{color:var(--brand)}.lab{background:#e8ebee;border-bottom:1px solid #ccd3d9;padding:10px 24px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#354550;font-size:12px}.palette{display:flex;gap:6px;flex-wrap:wrap}.palette button{font-size:12px;border:1px solid transparent;border-radius:6px;background:transparent;color:#3a4a54;padding:6px 11px;min-height:36px}.palette button[aria-pressed=true]{background:white;border-color:#bcc6ce}.dot{width:10px;height:10px;background:#235dd2;border-radius:50%;display:inline-block;margin-right:6px}.dot.orange{background:#a94b29}.dot.green{background:#2e604b}.header{height:76px;background:var(--paper);border-bottom:1px solid var(--line)}.header-in{max-width:1220px;margin:auto;height:100%;justify-content:space-between;padding:0 26px;gap:18px}.header-in,.logo{display:flex;align-items:center}.logo{gap:10px;white-space:nowrap}.seal{width:35px;height:35px;border:2px solid var(--brand);color:var(--brand);display:grid;place-items:center;font-weight:800;font-size:20px;transform:rotate(-4deg)}.logo strong{font-size:19px;letter-spacing:2px}.logo small{display:block;font-size:10px;letter-spacing:2px;color:var(--muted);margin-top:4px}.nav{display:flex;gap:22px;height:100%}.nav button{background:none;color:var(--muted);border:0;border-bottom:3px solid transparent;padding:0 2px;font-size:14px}.nav button.active{color:var(--brand);border-bottom-color:var(--brand);font-weight:700}.admin-link{border:1px solid var(--line);padding:8px 12px;background:none;color:var(--muted);border-radius:6px;font-size:12px}.shell{max-width:1220px;margin:0 auto;padding:30px 26px 48px}.crumb{font-size:12px;color:var(--muted);margin:0 0 22px}.pagehead{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:25px}.kicker{font-size:12px;color:var(--brand);font-weight:700;letter-spacing:1px}h1{font-size:29px;line-height:1.4;letter-spacing:-.5px;margin:8px 0 9px}h2{font-size:19px}h2,h3{margin:0}h3{font-size:15px}p{line-height:1.8}.sub{font-size:13px;margin:0}.stamp,.sub{color:var(--muted)}.stamp{border:1px solid var(--line);background:var(--paper);padding:10px 14px;border-radius:6px;font-size:12px;white-space:nowrap}.layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,1fr);gap:24px}.panel{background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:26px}.step-label{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:700;margin-bottom:17px}.step-label span{font-size:11px;font-family:Georgia,serif;background:var(--soft);color:var(--brand);width:26px;height:26px;display:grid;place-items:center;border-radius:50%}.subjects{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:7px;overflow:hidden;margin-bottom:25px}.subjects button{border:0;border-right:1px solid var(--line);background:transparent;padding:16px 7px;color:var(--muted);font-size:14px;line-height:1.6}.subjects button:last-child{border:0}.subjects button small{display:block;font-size:11px;font-weight:400}.subjects button[aria-pressed=true]{background:var(--soft);box-shadow:inset 0 -3px var(--brand);color:var(--brand);font-weight:700}.grade-grid{display:flex;gap:9px;flex-wrap:wrap;margin:12px 0 24px}.campus-choice,.grade-grid button,.term button{border:1px solid var(--line);border-radius:5px;background:transparent;color:var(--ink);font-size:13px;padding:10px 19px;min-height:46px}.campus-choice[aria-pressed=true],.grade-grid button[aria-pressed=true],.term button[aria-pressed=true]{border-color:var(--brand);background:var(--soft);color:var(--brand);font-weight:700}.field-label{display:block;font-size:13px;color:var(--muted);margin:15px 0 10px}.term{display:flex;gap:9px}.curriculum{margin-top:22px;padding:13px 15px;border-left:3px solid var(--brand);background:var(--bg);color:var(--muted);line-height:1.8}.paper-preview{background:var(--paper);padding:27px;position:relative;box-shadow:5px 5px 0 var(--line);border:1px solid var(--line);border-top:5px solid var(--dark)}.paper-code{display:flex;justify-content:space-between;font-size:11px;color:var(--muted);letter-spacing:1px}.paper-preview h2{font-family:SimSun,serif;font-size:25px;text-align:center;margin:23px 0 7px}.paper-preview>.sub{text-align:center}.paper-stats{display:grid;grid-template-columns:repeat(3,1fr);margin:25px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:17px 0}.paper-stats div{text-align:center;border-right:1px solid var(--line)}.paper-stats div:last-child{border:0}.paper-stats b{font-size:25px;font-family:Georgia,serif}.paper-stats span{font-size:11px;color:var(--muted);display:block;margin-top:6px}.coverage{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.coverage span{font-size:11px;color:var(--muted);background:var(--bg);padding:6px 8px}.primary{width:100%;background:var(--brand);color:#fff;border:0;border-radius:6px;padding:13px 18px;font-size:14px;font-weight:700;min-height:49px;display:flex;align-items:center;justify-content:center;gap:13px}.secondary{border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:6px;padding:10px 15px;font-size:13px;min-height:46px}.paper-preview .primary{margin-top:23px}.fine{font-size:11px;line-height:1.85;color:var(--muted);margin:12px 0 0}.prep{margin-top:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0}.prep div{padding:0 22px;border-right:1px solid var(--line)}.prep div:first-child{padding-left:0}.prep div:last-child{border:0}.prep b{font-size:13px}.prep p{margin:6px 0 0}.prep p,.school-strip{font-size:12px;color:var(--muted)}.school-strip{margin-top:23px;display:flex;gap:15px;flex-wrap:wrap;line-height:1.8}.exam-layout{display:grid;grid-template-columns:235px minmax(0,1fr);gap:23px}.exam-side{background:var(--dark);color:#fff;border-radius:8px;padding:24px;align-self:start}.exam-side .sub{color:#d3dde6}.clock{font-family:Georgia,serif;font-size:37px;letter-spacing:2px;margin:10px 0 23px}.answer-map{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin-top:16px}.answer-map button{min-height:33px;padding:0;border:1px solid #8a9bab;background:none;color:#fff;border-radius:4px;font-size:12px}.answer-map button.done{color:var(--dark)}.answer-map button.current{outline:2px solid #e4be75;outline-offset:1px}.exam-side .fine{color:#d3dde6}.qhead{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:1px solid var(--line);font-size:12px;color:var(--muted)}.qhead strong{font-size:22px;color:var(--ink)}.qbody{padding:28px 0 20px;min-height:123px}.qbody img{display:block;max-width:100%;max-height:230px;object-fit:contain;margin:15px auto;background:white}.qbody .math{font-family:Georgia,serif;font-size:23px}.options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.option{border:1px solid var(--line);color:var(--ink);border-radius:6px;background:transparent;text-align:left;padding:16px;font-size:18px;display:flex;align-items:center;gap:15px}.option span{font-size:12px;color:var(--muted);border:1px solid var(--line);border-radius:50%;width:28px;height:28px;display:grid;place-items:center;flex:none}.option[aria-pressed=true]{background:var(--soft);border-color:var(--brand)}.option[aria-pressed=true] span{background:var(--brand);color:white}.answer-input{display:flex;align-items:center;gap:12px}.answer-input input,input,select{border:1px solid var(--line);border-radius:5px;padding:12px;color:var(--ink);background:var(--paper);min-height:46px;max-width:100%}.answer-input input{width:240px;font-size:22px}.qactions{border-top:1px solid var(--line);padding-top:20px;display:flex;justify-content:space-between;gap:12px;margin-top:28px}.qactions .primary{width:auto;min-width:150px}.quiet{border:0;color:var(--muted);background:none;font-size:12px}.status{font-size:12px;color:var(--brand);line-height:1.8;min-height:20px;margin:12px 0 0}.note-box{background:var(--soft);border-left:3px solid var(--brand);padding:14px 17px;font-size:12px;line-height:1.9;margin:20px 0;color:var(--muted)}.result-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px}.score-panel{background:var(--dark);color:white;padding:32px;border-radius:9px}.score-panel .fine,.score-panel .sub{color:#d1dce2}.big-score{font-family:Georgia,serif;font-size:88px;line-height:1;margin:27px 0 15px}.big-score small{font-size:18px;color:#d1dce2}.score-foot{border-top:1px solid #718697;padding-top:15px;margin-top:22px;font-size:13px}.distribution{display:flex;align-items:flex-end;gap:8px;height:72px;margin:24px 0 9px}.distribution i{flex:1 1;background:#708799;border-radius:3px 3px 0 0}.distribution i.mark{background:#ecc686}.scale-labels{display:flex;justify-content:space-between;font-size:11px;color:#d1dce2}.report-list{padding:0;list-style:none;margin:18px 0 23px}.report-list li{padding:14px 0;border-bottom:1px solid var(--line);display:flex;align-items:flex-start;gap:13px}.report-list strong{font-size:14px;display:block;margin-bottom:4px}.report-list small{font-size:12px;color:var(--muted);line-height:1.7}.report-list .num{font-family:Georgia;font-size:19px;color:var(--brand)}.phone{width:100%;font-size:16px}.consent{font-size:11px;color:var(--muted);display:flex;gap:8px;align-items:flex-start;margin:12px 0;line-height:1.8}.consent input{min-height:18px;width:18px;height:18px;accent-color:var(--brand);flex:none}.report-header{border-top:4px solid var(--dark);background:var(--paper);padding:26px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;align-items:center}.report-header h1{font-family:SimSun,serif;letter-spacing:2px}.report-header .report-number{font-size:11px;color:var(--muted)}.report-header .score-small{font-family:Georgia;font-size:54px;color:var(--brand);white-space:nowrap}.report-header .score-small small{font-size:14px;color:var(--muted)}.report-grid{display:grid;grid-template-columns:1fr 1fr;gap:23px;margin-top:23px}.radar{display:block;width:100%;height:255px}.radar text{font-family:inherit;font-size:12px;fill:var(--muted)}.radar .grid{stroke:var(--line);fill:none}.radar .actual{stroke:var(--brand);stroke-width:2.5;fill:var(--brand);fill-opacity:.12}.legend{display:flex;justify-content:center;gap:15px;font-size:11px;color:var(--muted)}.legend span:first-child:before{content:"";display:inline-block;width:16px;border-top:3px solid var(--brand);margin-right:5px}.legend span:last-child:before{content:"";display:inline-block;width:16px;border-top:2px dashed #839089;margin-right:5px}.dimrow{padding:12px 0;border-bottom:1px solid var(--line);font-size:12px;display:flex;justify-content:space-between;gap:10px}.dimrow b{font-size:13px}.dimrow small{display:block;color:var(--muted);margin-top:4px}.track{width:95px;height:5px;background:var(--line);margin-top:6px}.track i{height:100%;background:var(--brand);display:block}.insight{padding:18px 0;border-bottom:1px solid var(--line)}.insight h3{color:var(--ok);margin-bottom:9px}.insight.weak h3{color:var(--bad)}.insight p{font-size:13px;line-height:1.9;margin:0;color:var(--muted)}.question-results{display:grid;grid-template-columns:repeat(10,1fr);gap:8px;margin:18px 0}.question-results button{border:1px solid var(--line);background:var(--soft);color:var(--brand);border-radius:5px;padding:9px 0;font-size:14px}.question-results button.wrong{color:var(--bad);background:#fcf0ec;border-color:#e5c3ba}.question-results small{display:block;font-size:10px;margin-top:4px}.review{margin-top:22px}.review details{border-top:1px solid var(--line);padding:15px 0;font-size:13px}.review summary{cursor:pointer;min-height:30px;line-height:1.8}.review p{color:var(--muted);margin:10px 0}.review img{max-width:100%;max-height:160px;display:block;margin:10px 0}.recommend{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:23px;background:var(--soft);border:1px solid var(--line);padding:24px}.recommend .primary{width:240px;flex:none}.campus-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}.campus-choice{text-align:left;padding:18px;line-height:1.8}.campus-choice small{display:block;font-size:11px;color:var(--muted);font-weight:400}.service{display:flex;gap:10px;flex-wrap:wrap;margin:15px 0 22px}.empty{padding:26px 0;text-align:center;color:var(--muted);font-size:13px;line-height:1.9}.admin-shell{display:grid;grid-template-columns:190px 1fr;gap:20px}.sidebar{background:var(--dark);color:white;padding:22px 14px;border-radius:7px;align-self:start}.sidebar h3{padding:0 10px;margin-bottom:20px}.sidebar button{display:block;width:100%;text-align:left;padding:12px 11px;border:0;background:transparent;color:#d3dfe6;font-size:13px;border-radius:5px;margin-bottom:5px}.sidebar button.active{background:#ffffff20;color:#fff}.admin-main{min-width:0}.admin-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px}.admin-head select{font-size:12px}.admin-tabs{display:flex;gap:5px;border-bottom:1px solid var(--line);margin-top:20px}.admin-tabs button{border:0;background:transparent;color:var(--muted);font-size:13px;padding:10px 15px;border-bottom:2px solid transparent}.admin-tabs button.active{border-color:var(--brand);color:var(--brand)}.table-scroll{overflow:auto}table{border-collapse:collapse;width:100%;text-align:left;white-space:nowrap}td,th{border-bottom:1px solid var(--line);padding:15px 12px;font-size:12px}th{color:var(--muted);font-weight:400}td button{border:0;padding:8px 13px;border-radius:5px}.pill,td button{background:var(--soft);color:var(--brand)}.pill{font-size:11px;display:inline-block;padding:5px 8px;border-radius:4px}.admin-stats{display:flex;gap:30px;margin:22px 0;flex-wrap:wrap}.admin-stats span{font-size:12px;color:var(--muted)}.admin-stats b{font-size:24px;color:var(--ink);margin-right:6px}.api-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.api-grid label{font-size:12px;color:var(--muted)}.api-grid input,.api-grid select{display:block;width:100%;margin-top:9px}.foot{max-width:1220px;margin:auto;padding:20px 26px 35px;border-top:1px solid var(--line);font-size:11px;color:var(--muted);line-height:1.9}.preview-routes{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.preview-routes button{border:1px solid var(--line);border-radius:4px;background:var(--paper);color:var(--muted);font-size:11px;padding:7px 11px;min-height:36px}.hidden{display:none!important}@media (max-width:900px){.shell{padding:24px 20px}.header-in{padding:0 20px}.layout{grid-template-columns:1.2fr 1fr;gap:16px}.panel,.paper-preview{padding:20px}.nav{gap:15px}.exam-layout{grid-template-columns:175px 1fr}.exam-side{padding:18px}.answer-map{gap:5px;grid-template-columns:repeat(5,1fr)}.answer-map button{min-height:27px}.question-results{grid-template-columns:repeat(5,1fr)}.campus-grid{grid-template-columns:1fr 1fr}.admin-shell{grid-template-columns:150px 1fr}.report-grid{gap:15px}.admin-head{align-items:flex-start;flex-wrap:wrap}}@media (max-width:650px){.lab{padding:8px 14px;display:block}.lab>span{display:block;margin-bottom:6px;font-size:10px}.palette button{padding:5px 8px}.header{height:auto}.header-in{padding:14px 17px 0;flex-wrap:wrap;gap:10px}.logo strong{font-size:18px}.admin-link{margin-left:auto;font-size:11px;min-height:36px}.nav{width:100%;order:3;justify-content:space-between;height:43px;gap:10px}.nav button{font-size:13px;min-height:43px}.shell{padding:21px 16px 30px}.crumb{font-size:11px;margin-bottom:16px}.pagehead{margin-bottom:18px;display:block}h1{font-size:25px}.stamp{display:inline-block;margin-top:12px;padding:7px 10px;font-size:11px}.layout,.report-grid,.result-layout{grid-template-columns:1fr;gap:17px}.subjects button{font-size:13px;padding:13px 4px}.subjects button small{font-size:10px}.panel{padding:19px}.grade-grid{gap:8px;margin-bottom:18px}.grade-grid button{padding:9px 15px}.paper-preview{padding:21px}.paper-preview h2{margin-top:18px}.prep{display:block;margin-top:24px;padding:7px 0}.prep div,.prep div:first-child{padding:14px 0;border-right:0;border-bottom:1px solid var(--line)}.prep div:last-child{border:0}.school-strip{gap:10px;font-size:11px}.exam-layout{display:flex;flex-direction:column;gap:15px}.exam-side{width:100%;padding:15px 17px;border-radius:6px;display:grid;grid-template-columns:1fr auto;gap:0 14px}.exam-side h3{font-size:13px}.exam-side .clock{font-size:25px;margin:0;grid-column:2;grid-row:1/3}.exam-side .sub{font-size:10px}.answer-map{grid-template-columns:repeat(10,1fr);grid-column:1/3;margin-top:12px;gap:5px}.answer-map button{min-height:28px}.exam-side .fine{grid-column:1/3;font-size:10px;margin-top:8px}.qbody{font-size:18px;padding:21px 0 16px;min-height:100px}.qbody .math{font-size:20px}.options{grid-template-columns:1fr;gap:9px}.option{padding:12px 14px;min-height:53px;font-size:17px}.qactions{flex-wrap:wrap;gap:8px}.qactions .primary{min-width:120px;flex:1 1}.qactions .secondary{font-size:12px}.qactions .quiet{width:100%;order:3}.report-header{padding:21px 18px;gap:12px}.report-header h1{font-size:22px}.report-header .score-small{font-size:42px}.report-header .sub{font-size:11px}.report-header .report-number{font-size:10px}.recommend{display:block;padding:20px}.recommend .primary{width:100%;margin-top:17px}.score-panel{padding:25px}.big-score{font-size:78px}.campus-grid{gap:9px}.campus-choice{padding:13px 11px}.admin-shell{display:block}.sidebar{padding:8px;margin-bottom:15px;display:flex;overflow:auto;gap:3px;border-radius:5px}.sidebar h3{display:none}.sidebar button{width:auto;white-space:nowrap;min-width:max-content;margin:0;padding:10px;font-size:12px}.api-grid{grid-template-columns:1fr}.admin-head h1{font-size:22px}.admin-head select{max-width:100%;font-size:11px}.admin-stats{gap:13px}.admin-stats b{font-size:20px}.admin-tabs{overflow:auto}.admin-tabs button{white-space:nowrap;padding:10px;font-size:12px}.foot{padding:18px 16px}.status{font-size:11px}.radar{height:235px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}.error-banner{padding:14px 18px;background:#fff0ec;border:1px solid #dfb6aa;color:#8c3328;font-size:13px;line-height:1.8;margin:0 0 20px;border-radius:6px;display:flex;align-items:center;justify-content:space-between;gap:12px}.error-banner button{border:0;background:none;color:inherit;min-width:35px}.loading{position:sticky;top:0;z-index:3;padding:10px 15px;border:1px solid var(--line)}.loading,.success{background:var(--soft);font-size:13px}.success{border-left:3px solid var(--ok);padding:15px 18px;margin:16px 0;line-height:1.9}.login-panel{max-width:480px;margin:30px auto}.login-panel input{width:100%}.editor{margin-top:24px;padding-top:24px;border-top:1px solid var(--line)}.editor input,.editor select{display:block;width:100%;margin-top:8px}.editor textarea,textarea{width:100%;min-height:110px;padding:12px;border:1px solid var(--line);border-radius:5px;background:var(--paper);color:var(--ink);font:inherit;margin-top:8px;resize:vertical}.editor .primary{margin-top:18px}.editor pre{max-height:350px;overflow:auto;font-size:12px;white-space:pre-wrap;overflow-wrap:anywhere}.block{display:block;color:var(--muted)}.row-actions{display:flex;gap:6px;flex-wrap:wrap;min-width:160px}.row-actions button{font-size:11px;padding:6px 9px}.question-select{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:15px 0}.question-select label{display:flex;align-items:center;gap:7px;font-size:12px;line-height:1.8}.question-select input{width:18px;min-height:18px;margin:0}.ai-text{font-size:14px;white-space:pre-wrap;line-height:2}.field-label input,.field-label select{display:block;margin-top:8px}.qbody{white-space:normal}.service>.primary{width:auto;flex:1 1}.panel button:disabled{opacity:.55}@media (max-width:650px){.question-select{grid-template-columns:1fr}.radar{height:230px}.qbody img{max-height:260px}.editor{overflow-wrap:anywhere}.admin-main{padding:16px}.api-grid{gap:13px}}body[data-theme=bluegold]{--ink:#092d70;--muted:#49638a;--bg:#eaf4ff;--paper:#fff;--brand:#075bdb;--dark:#062d78;--soft:#e8f1ff;--line:#c4dcfa;--gold:#ffcf00;--ok:#146958;--bad:#b52e50;background:linear-gradient(180deg,#07398c,#052570 520px,#eaf4ff 0);min-height:100vh}.header{background:#062875;border:0;height:87px;box-shadow:0 4px 0 #041e5c}.header-in{max-width:1250px}.logo strong{color:#ffdb13;font-size:24px;font-weight:900;letter-spacing:1px}.logo small{color:#dceaff;font-size:11px}.seal{background:#ffdb13;color:#073580;border:0;border-radius:9px;box-shadow:3px 4px 0 #001b57;width:42px;height:42px;font-size:25px;transform:rotate(-7deg)}.nav{gap:28px}.nav button{color:#e8f3ff;font-weight:600;font-size:15px}.nav button.active{color:#ffde15;border-color:#ffde15}.admin-link{color:#dceaff;border-color:#547cb1;background:#ffffff09}.shell{max-width:1250px;padding-top:33px}.pagehead{color:white;margin-bottom:28px}.pagehead .kicker{color:#ffdf19;font-size:13px}.pagehead h1{font-size:34px;font-weight:900;color:white}.pagehead .sub{color:#e2edff;font-size:14px}.view-home .pagehead{position:relative;padding:7px 145px 15px 0;min-height:120px}.view-home .pagehead h1{display:inline-block;background:#ffda0b;color:#06357f;border-radius:8px;padding:8px 14px;margin:14px 0 12px;box-shadow:4px 5px 0 #001f5e;transform:rotate(-1deg);font-size:35px}.view-home .pagehead:after{content:"÷";position:absolute;right:24px;top:18px;width:78px;height:82px;background:#ffda0b;color:#0751b3;border:3px solid #e6b900;border-radius:15px;font-size:74px;line-height:75px;font-weight:900;text-align:center;transform:rotate(12deg);box-shadow:8px 8px 0 #011a5655}.view-home .pagehead:before{content:"+";position:absolute;right:119px;top:74px;width:43px;height:43px;background:white;border-radius:9px;color:#075bdb;text-align:center;font-size:37px;line-height:38px;font-weight:700;transform:rotate(-15deg);box-shadow:3px 4px 0 #9ebbe1}.layout{gap:25px}.panel{border:2px solid #b6d6ff;border-radius:18px;box-shadow:0 6px 0 #bdd5ed;padding:27px}.view-home .panel{background:linear-gradient(150deg,#fff,#f6faff)}.step-label{font-size:18px;font-weight:800;margin-bottom:19px}.step-label span{background:#0863e9;border-radius:7px;color:white;box-shadow:2px 3px 0 #b6d1ff;width:32px;height:32px;font-size:15px;font-family:inherit;font-weight:800;transform:rotate(-3deg)}.subjects{border:0;gap:10px;overflow:visible;margin-bottom:26px}.subjects button{border:2px solid #c6ddfc!important;border-radius:11px;background:#fff;font-weight:700;box-shadow:0 4px 0 #dbe8f7;font-size:15px;padding:15px 5px}.subjects button[aria-pressed=true]{background:#ffdc28;border-color:#f0bd00!important;color:#083e94;box-shadow:0 4px 0 #d3a811}.subjects button small{margin-top:3px;color:#365b91}.field-label{font-size:14px;color:#31517c}.grade-grid button,.term button{border:2px solid #c9ddf7;border-radius:8px;font-weight:700;background:#fff;box-shadow:0 3px 0 #e0eafa}.grade-grid button[aria-pressed=true],.term button[aria-pressed=true]{background:#075bdb;color:white;border-color:#075bdb;box-shadow:0 3px 0 #033784}.curriculum{background:#eff6ff;border:0;border-radius:9px;font-size:12px;margin-top:17px;padding:12px 14px}.paper-preview{border:2px solid #ffdc19;border-radius:19px;background:linear-gradient(160deg,#fffef5,#fff9d6);box-shadow:0 6px 0 #c5a43e;padding:28px;overflow:hidden}.paper-preview:before{content:"";position:absolute;right:-22px;top:-22px;width:65px;height:65px;background:#ffda0b;transform:rotate(45deg)}.paper-code{color:#496182;font-size:12px;font-weight:700}.paper-preview h2{font-family:inherit;font-size:28px;font-weight:900;line-height:1.6;letter-spacing:.5px;margin-top:28px}.paper-stats{border-top:2px dashed #dfcc80;border-bottom:2px dashed #dfcc80;padding:20px 0}.paper-stats div{border-color:#e4d58f}.paper-stats b{font-family:inherit;font-weight:900;font-size:34px;color:#0954bd}.paper-stats span{font-size:12px;color:#475c79}.primary{background:#ffda0b;border:2px solid #edbb00;color:#072f76;border-radius:10px;box-shadow:0 4px 0 #c59700;font-weight:900;font-size:16px;min-height:53px;padding:12px 16px}.primary:hover:not(:disabled){background:#ffe650}.primary:disabled{opacity:.62;box-shadow:0 2px 0 #d2bd6d}.secondary{border:2px solid #aacbfa;border-radius:8px;color:#0b4eaa;font-weight:600}.paper-preview .primary{background:#075bdb;color:white;border-color:#075bdb;box-shadow:0 4px 0 #00367f}.paper-preview .fine{color:#4d607e;font-size:12px;line-height:1.85}.school-strip{display:none}input,select,textarea{border:2px solid #c8ddf7;border-radius:8px;background:#fff;color:#12386a}.view-home #student{width:100%}.foot{border-top:1px solid #afcceb;color:#476791;margin-top:20px;text-align:center;background:#eaf4ff;max-width:none;padding:25px}.crumb{color:#d5e7ff}.timer{display:flex;align-items:center;gap:15px;margin:20px 0 24px;padding:13px 10px;background:#ffda0b;color:#062e78;border-radius:10px;justify-content:space-between}.timer>span{font-size:16px;font-weight:800;white-space:nowrap}.timer .clock{font-family:inherit;font-size:28px;font-weight:900;margin:0;letter-spacing:0}.exam-side{background:#073987;border:2px solid #5e9df6;box-shadow:0 5px 0 #032769;border-radius:15px;padding:20px}.exam-layout{grid-template-columns:250px minmax(0,1fr)}.exam-side>h3{line-height:1.8}.exam-side .fine{color:#dfebff}.answer-map{gap:7px}.answer-map button{min-height:35px;border:1px solid #75a4ed;border-radius:6px}.answer-map button.done{background:#fff;color:#0751b3}.answer-map button.current{outline-color:#ffda0b}.qhead{border-bottom:2px dashed #c3d9f4}.qhead strong{background:#075bdb;color:#fff;border-radius:8px;padding:7px 10px;font-size:23px}.qbody{color:#142e52;font-size:20px;line-height:2}.option{background:#f8fbff;border:2px solid #c8defa;border-radius:10px;padding:15px;box-shadow:0 3px 0 #dfebf9}.option[aria-pressed=true]{border-color:#075bdb;background:#e9f3ff;box-shadow:0 3px 0 #80b1f4}.option span{border:2px solid #bdd7f8;font-size:14px;font-weight:700;width:31px;height:31px}.qactions{border-top:2px dashed #c3d9f4}.status:empty{display:none}.status{font-size:13px}.report-header{border:2px solid #9ec9ff;border-top:7px solid #ffda0b;border-radius:15px;box-shadow:0 5px 0 #073373}.report-header h1{font-family:inherit;font-size:28px;font-weight:900;letter-spacing:0}.report-header .score-small{font-family:inherit;font-weight:900;color:#075bdb}.report-grid{margin-top:26px}.panel h2{font-weight:900;color:#083e93}.report-grid .panel h2{font-size:20px;padding-bottom:12px;border-bottom:3px solid #ffe17b}.radar{height:270px}.insight h3{font-weight:800}.note-box{background:#eff6ff;border-left:4px solid #2678e5;border-radius:0 9px 9px 0}.recommend{background:#073783;border:2px solid #81adf4;border-radius:15px;box-shadow:0 5px 0 #bfd7f1;color:white}.recommend h2{color:#ffdb19}.recommend .sub{color:#e1edff}.question-results button{border:2px solid #c0dafc;box-shadow:0 3px 0 #d6e5f8;border-radius:8px;font-weight:700}.question-results button.wrong{border-color:#f1b8c8;background:#fff0f5;color:#a2204d;box-shadow:0 3px 0 #f1cbd8}.score-panel{border:2px solid #71a4ed;border-radius:18px;box-shadow:0 6px 0 #02266b;background:#073684}.big-score{color:#ffdf1b;font-family:inherit;font-weight:900}.report-list .num{background:#e8f2ff;color:#075bdb;border-radius:7px;min-width:33px;min-height:33px;text-align:center;padding:5px;font-family:inherit;font-weight:800}.campus-choice{border:2px solid #c6ddfc;border-radius:10px;background:white;box-shadow:0 3px 0 #e0eaf7}.campus-choice[aria-pressed=true]{background:#fff3b0;color:#083f92;border-color:#edc02e}.sidebar{border-radius:13px;border:2px solid #5592e6;background:#073581}.sidebar button.active{background:#ffdb17;color:#072e72;font-weight:800}.admin-head .pagehead{margin-bottom:0}.admin-main{box-shadow:0 5px 0 #c0d7ec}.admin-head>.secondary{background:white}.login-panel{margin-top:10px}.login-panel .pagehead h1{color:#073a8d}.login-panel .pagehead .sub{color:#49638a}.login-panel .pagehead .kicker{color:#075bdb}.editor h3{font-size:18px}.guide-panel{max-width:850px;margin:auto}.guide-panel p{padding-left:43px;margin:0 0 30px;color:#49638a}.view-history .empty{font-size:15px}.review details{padding:18px 0}.error-banner{background:#fff1f5}.seal,.step-label span{-webkit-user-select:none;user-select:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #f486ad;outline-offset:3px}@media (max-width:900px){.view-home .pagehead h1{font-size:29px}.view-home .pagehead{padding-right:110px}.view-home .pagehead:after{right:0;width:62px;height:66px;line-height:60px;font-size:61px}.view-home .pagehead:before{right:74px}.timer{gap:5px;padding:12px 7px}.timer>span{font-size:14px}.timer .clock{font-size:25px}.exam-layout{grid-template-columns:230px minmax(0,1fr)}}@media (max-width:650px){body[data-theme=bluegold]{background:linear-gradient(180deg,#07388b,#052771 425px,#eaf4ff 0)}.header{height:auto}.header-in{padding:15px 17px 0}.logo strong{font-size:23px}.logo small{font-size:10px}.seal{width:36px;height:36px;font-size:22px}.admin-link{font-size:10px;padding:6px 8px;min-height:34px}.nav{height:48px;gap:15px;margin-top:7px}.nav button{font-size:14px;min-height:48px}.shell{padding:26px 15px 30px}.view-home .pagehead{padding:0 0 9px;min-height:137px;margin-bottom:18px}.view-home .pagehead .kicker{font-size:11px;letter-spacing:0}.view-home .pagehead h1{font-size:25px;padding:9px 10px;line-height:1.55;max-width:290px;margin:13px 0 14px}.view-home .pagehead .sub{font-size:12px;max-width:290px;line-height:1.8}.view-home .pagehead:after{width:39px;height:41px;border-radius:8px;font-size:37px;line-height:35px;right:0;top:90px;box-shadow:3px 4px 0 #001d5a66}.view-home .pagehead:before{display:none}.panel{padding:21px 17px;border-radius:15px;box-shadow:0 5px 0 #bdd5ed}.layout{gap:22px}.step-label{font-size:17px;gap:10px;margin-bottom:16px}.step-label span{width:29px;height:29px;font-size:14px}.subjects{gap:7px;margin-bottom:24px}.subjects button{font-size:13px;padding:13px 2px}.subjects button small{font-size:10px}.field-label{font-size:13px;margin-top:15px}.grade-grid button,.term button{padding:9px 15px;min-height:43px;font-size:13px}.curriculum{padding:10px 11px;font-size:11px;margin-top:16px}.paper-preview{padding:21px 19px}.paper-preview h2{font-size:26px;margin:22px 0 7px}.paper-stats{padding:17px 0;margin:20px 0}.paper-stats b{font-size:29px}.paper-preview .primary{margin-top:18px;font-size:15px}.paper-preview .fine{font-size:11px}.pagehead h1{font-size:26px}.pagehead .sub{font-size:13px}.timer{grid-column:1/3;display:flex;align-items:center;justify-content:space-between;margin:10px 0 14px;padding:9px 14px;gap:12px}.timer>span{font-size:17px}.timer .clock{font-size:31px;grid-column:auto;grid-row:auto;margin:0;letter-spacing:1px}.exam-side{display:block;padding:16px;width:100%}.exam-side>h3{font-size:14px}.answer-map{margin-top:12px;gap:6px}.answer-map button{min-height:28px}.exam-side .fine{font-size:11px}.qhead strong{font-size:20px}.qbody{font-size:18px}.option{font-size:17px;padding:12px}.option span{width:28px;height:28px}.qactions .primary{font-size:14px}.report-header{padding:21px 17px}.report-header h1{font-size:21px}.report-header .score-small{font-size:37px}.report-header .report-number{font-size:10px}.panel h2,.report-grid .panel h2{font-size:18px}.recommend h2{font-size:19px}.report-grid{gap:23px}.radar{height:250px}.score-panel{padding:26px 21px}.foot{font-size:11px;line-height:2}.sidebar{padding:8px}.sidebar button{font-size:12px}.admin-main{padding:17px 13px}.guide-panel p{padding-left:0;font-size:14px}.guide-panel .primary{font-size:14px}.view-exam .crumb{font-size:11px}}.answer-map button{min-height:44px}.answer-map button.current{outline:3px solid #ffda0b;outline-offset:2px;font-weight:900}.admin-link,.nav button{min-height:44px}.subjects button[aria-pressed=true]{outline:2px solid #083e94;outline-offset:2px}@media (max-width:650px){.exam-layout{display:flex;flex-direction:column}.answer-map{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.answer-map button{min-height:44px;font-size:14px}.grade-grid button,.term button{min-height:44px}.curriculum,.exam-side .fine,.logo small,.paper-preview .fine,.subjects button small,.view-home .pagehead .kicker{font-size:12px}.timer .clock{font-size:31px}}