@import "https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700;900&family=JetBrains+Mono:wght@400;700&display=swap";:root{--green-900:#064e3b;--green-700:#047857;--green-600:#059669;--green-100:#d1fae5;--green-50:#ecfdf5;--amber-700:#b45309;--amber-500:#f59e0b;--amber-50:#fffbeb;--blue-600:#2563eb;--blue-50:#eff6ff;--teal-600:#0d9488;--stone-900:#1c1917;--stone-700:#44403c;--stone-500:#78716c;--stone-300:#d6d3d1;--stone-200:#e7e5e4;--stone-100:#f5f5f0;--stone-50:#fafaf8;--white:#fff;--font-sans:"Noto Sans SC", -apple-system, BlinkMacSystemFont, "PingFang SC", sans-serif;--font-mono:"JetBrains Mono", "Courier New", monospace;--page-max:1160px;--page-pad:6%;--nav-h:64px}*{box-sizing:border-box}body{background:var(--stone-50);color:var(--stone-900);font-family:var(--font-sans);margin:0;line-height:1.6}button,input,textarea{font:inherit}button{cursor:pointer}.route-loading{color:var(--stone-500);min-height:calc(100vh - var(--nav-h));justify-content:center;align-items:center;font-weight:800;display:flex}.nav{background:var(--white);border-bottom:1px solid var(--stone-200);height:var(--nav-h);padding:0 var(--page-pad);z-index:20;align-items:center;gap:24px;display:flex;position:sticky;top:0}.nav-logo{color:var(--green-700);background:0 0;border:0;align-items:center;gap:8px;font-weight:800;display:flex}.nav-logo-icon{border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.nav-logo-icon img{object-fit:contain;width:34px;height:34px;display:block}.nav-links{flex:1;gap:4px;display:flex}.nav-link{color:var(--stone-500);background:0 0;border:0;border-radius:10px;padding:9px 14px;font-size:14px;font-weight:700}.nav-active,.nav-link:hover{background:var(--green-50);color:var(--green-700)}.nav-right{gap:8px;display:flex}.nav-user{color:var(--stone-700);text-overflow:ellipsis;white-space:nowrap;align-items:center;max-width:220px;font-size:13px;font-weight:800;display:inline-flex;overflow:hidden}.btn{white-space:nowrap;border:0;border-radius:10px;justify-content:center;align-items:center;font-weight:800;text-decoration:none;display:inline-flex}.btn:disabled{cursor:not-allowed;opacity:.58}.btn-md{padding:10px 18px;font-size:14px}.btn-lg{padding:14px 24px;font-size:16px}.btn-xl{padding:15px 30px;font-size:17px}.btn-full{width:100%}.btn-primary{background:var(--green-600);color:#fff}.btn-primary:hover{background:var(--green-700)}.btn-outline{border:1.5px solid var(--stone-200);color:var(--stone-900);background:0 0}.btn-ghost{color:var(--stone-500);background:0 0}.hero-wrap{background:linear-gradient(160deg, var(--green-50), var(--stone-50) 62%);border-bottom:1px solid var(--green-100)}.hero{max-width:var(--page-max);padding:76px var(--page-pad) 68px;grid-template-columns:1fr 1fr;align-items:center;gap:72px;margin:0 auto;display:grid}.hero h1{letter-spacing:0;margin:0 0 20px;font-size:clamp(36px,5vw,56px);line-height:1.12}.hero-lead{color:var(--stone-700);max-width:560px;margin:0 0 30px;font-size:18px}.hero-cta,.trust-row{flex-wrap:wrap;gap:12px;display:flex}.trust-row{color:var(--stone-500);margin-top:28px;font-size:13px;font-weight:700}.trust-row span:before{background:var(--green-600);content:"";border-radius:99px;width:8px;height:8px;margin-right:8px;display:inline-block}.progress-card,.module-card,.article,.reader-sidebar,.question-card,.exam-panel,.auth-form-wrap{background:var(--white);border:1px solid var(--stone-200);border-radius:14px}.progress-card{overflow:hidden;box-shadow:0 16px 48px #0000001f}.pc-header{background:var(--green-600);color:#fff;padding:22px 26px}.pc-header span{opacity:.78;font-size:13px;display:block}.pc-body{padding:26px}.prog-item{margin-bottom:18px}.prog-meta{justify-content:space-between;margin-bottom:8px;font-size:14px;display:flex}.progress-bar{background:var(--stone-100);border-radius:99px;height:8px;overflow:hidden}.progress-bar div{background:linear-gradient(90deg, var(--green-600), var(--teal-600));height:100%}.mini-stats{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px;display:grid}.mini-stats div{background:var(--stone-50);text-align:center;border-radius:10px;padding:14px}.mini-stats strong,.mini-stats span{display:block}.mini-stats strong{color:var(--green-700);font-size:20px}.mini-stats span{color:var(--stone-500);font-size:12px}.section{max-width:var(--page-max);padding:76px var(--page-pad);margin:0 auto}.section-head h2{margin:0 0 8px;font-size:34px}.section-head p{color:var(--stone-500);margin:0}.module-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:40px;display:grid}.module-card{text-align:left;align-items:flex-start;gap:10px;padding:28px;display:grid}.module-card:hover{border-color:var(--green-100);box-shadow:0 4px 20px #0596691a}.module-card p{color:var(--stone-500);margin:0}.module-card em{color:var(--green-700);font-style:normal;font-weight:800}.module-icon{background:var(--green-50);border:1px solid var(--green-100);border-radius:12px;width:52px;height:52px}.auth-modal{bottom:0;left:0;right:0;top:var(--nav-h);z-index:60;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed}.auth-backdrop{background:#1c19177a;border:0;position:absolute;inset:0}.auth-dialog{background:var(--white);z-index:1;border-radius:14px;grid-template-columns:minmax(260px,.8fr) minmax(320px,1fr);width:100%;max-width:920px;max-height:min(720px,100vh - 48px);display:grid;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000038}.auth-close{color:var(--stone-700);z-index:2;background:#ffffffe6;border:1px solid #ffffff80;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:24px;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:14px;right:14px}.auth-left{background:linear-gradient(160deg, var(--green-900), var(--teal-600));color:#fff;padding:64px;display:flex}.auth-brand{align-items:center;gap:12px;margin-bottom:34px;display:inline-flex}.auth-brand img{background:#fff;border-radius:16px;width:56px;height:56px;display:block}.auth-brand span{color:#fff;font-size:20px;font-weight:900}.auth-left h1{letter-spacing:0;gap:6px;max-width:360px;margin:0;font-size:34px;font-weight:900;line-height:1.22;display:grid}.auth-left h1 span,.auth-left h1 strong{display:block}.auth-left h1 strong{color:#fff;font-size:38px}.auth-left p{color:#ffffffbf;max-width:440px;font-size:17px}.auth-right{justify-content:center;align-items:center;padding:48px;display:flex}.auth-form-wrap{width:100%;max-width:430px;padding:34px}.auth-tabs{background:var(--stone-100);border-radius:14px;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:26px;padding:4px;display:grid}.auth-tabs button,.role-select button{background:0 0;border:0;border-radius:10px;padding:11px;font-weight:800}.auth-tabs .active{background:#fff;box-shadow:0 1px 3px #0000000f}.auth-form{gap:18px;display:grid}.auth-form label{color:var(--stone-700);gap:8px;font-size:14px;font-weight:700;display:grid}.auth-form input,.auth-form textarea,.ide-output textarea{border:1.5px solid var(--stone-200);border-radius:10px;width:100%;padding:12px 14px}.auth-form select{border:1.5px solid var(--stone-200);background:#fff;border-radius:10px;width:100%;padding:12px 14px}.auth-code-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.auth-code-row .btn{white-space:nowrap}.auth-actions{gap:10px;display:grid}.form-message,.form-error{border-radius:10px;padding:10px 12px;font-size:14px;font-weight:800}.form-message{background:var(--green-50);border:1px solid var(--green-100);color:var(--green-700)}.form-error{background:var(--amber-50);color:var(--amber-700);border:1px solid #fde68a}.role-select{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.role-select button{border:1px solid var(--stone-200);color:var(--stone-700)}.profile-dialog{z-index:1;background:#fff;border-radius:18px;width:min(92vw,460px);max-width:460px;margin:130px auto 0;padding:34px;position:relative;box-shadow:0 24px 80px #0f172a2e}.profile-dialog h2{margin:0 0 10px;font-size:28px}.profile-dialog p{color:var(--stone-600);margin:0 0 24px}.reader-shell{background:var(--stone-50);min-height:calc(100vh - var(--nav-h));padding:28px var(--page-pad);grid-template-columns:320px minmax(0,1fr);gap:24px;display:grid}.reader-sidebar{max-height:calc(100vh - var(--nav-h) - 56px);top:calc(var(--nav-h) + 20px);align-self:start;padding:22px;position:sticky;overflow:auto}.reader-sidebar h2{margin:0 0 6px}.level-picker{color:var(--stone-500);gap:8px;margin:14px 0 18px;font-size:13px;font-weight:800;display:grid}.level-picker select{appearance:none;background:var(--stone-50);border:1.5px solid var(--stone-200);color:var(--stone-900);border-radius:10px;width:100%;min-height:42px;padding:9px 34px 9px 12px;font-weight:800;line-height:1.4}.toc-tree{gap:10px;display:grid}.toc-chapter{gap:8px;display:grid}.toc-chapter-head{background:var(--stone-50);border:1px solid var(--stone-200);color:var(--stone-700);text-align:left;border-radius:10px;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:8px;width:100%;min-height:44px;padding:9px 10px;display:grid}.toc-chapter-head span{border:1px solid var(--stone-200);color:var(--green-700);background:#fff;border-radius:7px;justify-content:center;align-items:center;width:22px;height:22px;font-weight:900;line-height:1;display:inline-flex}.toc-chapter-head strong{overflow-wrap:anywhere;font-size:14px;line-height:1.35}.toc-chapter-head.active{background:var(--green-50);border-color:var(--green-100);color:var(--green-700)}.toc-list{gap:8px;padding-left:14px;display:grid}.toc-item{border:1px solid var(--stone-200);text-align:left;background:#fff;border-radius:10px;gap:2px;padding:12px;display:grid}.toc-item span,.toc-item em{color:var(--stone-500);font-size:12px;font-style:normal}.toc-item.active{background:var(--green-50);border-color:var(--green-600)}.reader-lock{background:var(--amber-50);color:var(--amber-700);border:1px solid #fde68a;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:24px;padding:14px 16px;display:flex}.reader-lock strong{font-size:14px}.article{min-height:70vh;padding:42px clamp(28px,7vw,90px);box-shadow:0 1px 3px #0000000a}.article h1{margin:0 0 12px;font-size:34px;font-weight:500;line-height:1.25}.art-meta{color:var(--stone-500);letter-spacing:0;gap:18px;margin-bottom:34px;font-size:12px;font-weight:800;display:flex}.markdown{color:#1f2933;font-size:16.5px;line-height:1.8}.markdown h2,.markdown h3{margin:30px 0 12px}.markdown p{margin:0 0 16px}.markdown code{background:var(--stone-100);border:1px solid var(--stone-200);color:var(--amber-700);font-family:var(--font-mono);border-radius:4px;padding:1px 5px}.markdown pre{color:#cbd5e1;background:#1a1f2e;border-radius:12px;padding:18px;overflow:auto}.markdown pre code{color:inherit;background:0 0;border:0;padding:0}.markdown pre.mermaid,.markdown .mermaid{border:1px solid var(--stone-200);color:var(--stone-900);background:#fff;border-radius:12px;margin:22px 0;padding:18px;overflow-x:auto}.markdown .mermaid svg{max-width:100%;height:auto}.ide-wrap{--ide-bg:#f3f6fb;--ide-title:#fff;--ide-side:#f8fafc;--ide-activity:#eef2f7;--ide-editor:#fff;--ide-panel:#f8fafc;--ide-border:#cbd5e1;--ide-border-soft:#e2e8f0;--ide-text:#1f2937;--ide-muted:#64748b;--ide-blue:#2563eb;--ide-blue-strong:#1d4ed8;--ide-green:#16a34a;background:var(--ide-bg);color:var(--ide-text);font-family:"Segoe UI", var(--font-sans);height:calc(100vh - var(--nav-h));grid-template-rows:48px minmax(0,1fr) 236px 24px;grid-template-columns:52px 268px minmax(0,1fr);min-height:620px;display:grid;overflow:hidden}.ide-wrap *{scrollbar-color:#a8b4c4 transparent;scrollbar-width:thin}.ide-wrap ::-webkit-scrollbar{width:8px;height:8px}.ide-wrap ::-webkit-scrollbar-track{background:0 0}.ide-wrap ::-webkit-scrollbar-thumb{background:#a8b4c4 padding-box content-box;border:2px solid #0000;border-radius:999px}.ide-wrap ::-webkit-scrollbar-thumb:hover{background:#7c8ca3 padding-box content-box}.ide-activity{background:var(--ide-activity);border-right:1px solid var(--ide-border-soft);flex-direction:column;grid-row:1/4;align-items:center;gap:8px;padding:10px 6px;display:flex}.ide-activity button{color:var(--ide-muted);letter-spacing:0;text-transform:uppercase;background:0 0;border:0;border-left:2px solid #0000;width:100%;height:42px;padding:0 4px;font-size:10px;font-weight:700;line-height:1}.ide-activity button.active,.ide-activity button:hover{border-left-color:var(--ide-blue);color:#111827}.ide-titlebar{background:var(--ide-title);border-bottom:1px solid var(--ide-border-soft);grid-column:2/-1;align-items:center;gap:18px;min-width:0;padding:0 14px 0 18px;display:flex}.ide-title-meta{flex:1;align-items:center;gap:10px;min-width:0;display:inline-flex}.ide-title-meta strong{color:#111827;font-family:var(--font-mono);font-size:13px}.ide-title-meta span{color:var(--ide-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.ide-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.ide-actions button,.ide-dialog-actions button{color:var(--ide-text);background:#eef2f7;border:1px solid #cbd5e1;border-radius:6px;height:30px;padding:0 11px;font-size:12px;font-weight:700}.ide-actions button:hover{background:#e2e8f0}.ide-actions .ide-run-action,.ide-dialog-actions .primary{background:var(--ide-blue-strong);border-color:var(--ide-blue);color:#fff}.ide-actions .ide-run-action{min-width:112px;height:30px;padding:0 18px;font-size:13px}.ide-menu{position:relative}.ide-actions .ide-icon-action,.explorer-action{align-items:center;gap:7px;display:inline-flex}.ide-icon-action svg,.explorer-action svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:16px;height:16px}.ide-dropdown{z-index:10;background:#fff;border:1px solid #cbd5e1;border-radius:8px;min-width:150px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 14px 32px #0f172a29}.ide-dropdown button{color:var(--ide-text);text-align:left;background:0 0;border:0;border-radius:5px;justify-content:flex-start;width:100%;height:30px;padding:0 10px}.ide-dropdown button:hover{background:#eff6ff}.ide-file-input{display:none}.ide-explorer{background:var(--ide-side);border-right:1px solid var(--ide-border-soft);grid-area:2/2/4;min-width:0;padding:0 0 12px;overflow:auto}.ide-explorer-head{border-bottom:1px solid var(--ide-border-soft);gap:8px;padding:14px 14px 12px;display:grid}.ide-explorer-head span{color:var(--ide-muted);letter-spacing:0;font-size:11px;font-weight:800}.ide-explorer-head strong{color:#111827;letter-spacing:0;font-size:12px}.explorer-project-row{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.explorer-project-row strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.explorer-actions{flex:none;align-items:center;gap:4px;display:inline-flex}.explorer-action{color:var(--ide-muted);background:0 0;border:0;border-radius:4px;justify-content:center;width:24px;height:24px;padding:0}.explorer-action:hover,.explorer-action[aria-expanded=true]{color:#111827;background:#e2e8f0}.explorer-dropdown{top:calc(100% + 5px);right:0}.project-tree{gap:1px;padding:8px;display:grid}.workspace-empty{color:var(--ide-muted);text-align:left;background:0 0;border:0;padding:12px 8px;font-size:12px;font-weight:700}.workspace-empty.action:hover{color:#111827}.tree-node{color:var(--ide-text);font-family:var(--font-mono);text-align:left;background:0 0;border:0;grid-template-columns:14px 42px minmax(0,1fr);align-items:center;gap:7px;width:100%;min-height:28px;padding:3px 8px;font-size:13px;display:grid}.tree-node strong{text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.tree-node.active{color:#0f172a;background:#dbeafe}.tree-node.file{padding-left:24px}.tree-icon{color:var(--ide-muted);text-transform:uppercase;font-size:10px}.tree-spacer{width:14px}.ide-editor{background:var(--ide-editor);grid-area:2/3;grid-template-rows:34px minmax(0,1fr);min-width:0;display:grid;overflow:hidden}.editor-tab-strip{border-bottom:1px solid var(--ide-border-soft);background:#f1f5f9;align-items:end;display:flex}.editor-tab{background:var(--ide-editor);border:0;border-right:1px solid var(--ide-border-soft);border-top:1px solid var(--ide-blue);color:var(--ide-text);font-family:var(--font-mono);align-self:stretch;align-items:center;gap:48px;min-width:220px;padding:0 12px;font-size:13px;display:inline-flex}.editor-tab span{color:var(--ide-muted);margin-left:auto;font-size:18px;line-height:1}.editor-body{min-height:0;position:relative;overflow:hidden}.editor-body .cm-theme,.editor-body .cm-editor{height:100%}.editor-body .cm-editor{background:var(--ide-editor);font-family:var(--font-mono);font-size:14px}.editor-body .cm-scroller{font-family:var(--font-mono);line-height:1.7}.editor-body .cm-content{padding:14px 0}.editor-body .cm-line{padding:0 18px}.editor-body .cm-gutters{background:var(--ide-editor);border-right:1px solid var(--ide-border-soft);color:#94a3b8}.editor-body .cm-activeLineGutter{color:#0f172a;background:#e0f2fe}.editor-body .cm-activeLine{background:#f8fafc}.editor-body .cm-focused{outline:none}.editor-body .cm-lintRange-error.compile-diagnostic{-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-offset:3px;background-color:#0000;background-image:none;border-bottom:0;-webkit-text-decoration:underline wavy #ff4d4f;text-decoration:underline wavy #ff4d4f;text-decoration-thickness:1.5px}.editor-body .cm-lintRange-warning.compile-diagnostic{-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-offset:3px;background-color:#0000;background-image:none;border-bottom:0;-webkit-text-decoration:underline wavy #d29922;text-decoration:underline wavy #d29922;text-decoration-thickness:1.5px}.editor-body .cm-lint-marker-error{filter:saturate(1.3)}.editor-body .cm-tooltip-lint{color:var(--ide-text);font-family:var(--font-mono);background:#fff;font-size:12px}.editor-body .cm-tooltip{border:1px solid var(--ide-border);border-radius:6px;overflow:hidden;box-shadow:0 12px 28px #0f172a29}.cpp-hover{color:var(--ide-text);font-family:var(--font-mono);background:#fff;max-width:420px;padding:10px 12px;font-size:12px;line-height:1.55}.cpp-hover-signature{color:#7c3aed;margin-bottom:3px;font-size:13px;font-weight:800}.cpp-hover-meta{color:#2563eb;margin-bottom:8px}.cpp-hover-row{grid-template-columns:42px minmax(0,1fr);gap:6px;margin-bottom:6px;display:grid}.cpp-hover-row strong{color:#0369a1}.cpp-hover-row span,.cpp-hover-desc{color:#475569}.ide-output{background:var(--ide-panel);border-top:1px solid var(--ide-border-soft);grid-area:3/3;grid-template-rows:38px minmax(0,1fr);min-height:0;padding:0;display:grid;overflow:hidden}.output-head{border-bottom:1px solid var(--ide-border-soft);background:#f1f5f9;align-items:center;gap:0;padding:0 14px;display:flex}.output-head button{color:var(--ide-muted);background:0 0;border:0;border-bottom:1px solid #0000;align-items:center;height:100%;padding:0 14px;font-size:12px;font-weight:800;display:inline-flex}.output-head button.active,.output-head button:hover{border-bottom-color:var(--ide-blue);color:#111827}.output-body{min-height:0;padding:12px;display:grid;overflow:hidden}.output-console{background:#fff;border:1px solid #bfdbfe;border-radius:4px;align-content:start;gap:0;min-height:0;padding:0;display:grid;overflow:auto}.output-block{color:#1f2937;font-family:var(--font-mono);white-space:pre-wrap;background:0 0;border:0;border-bottom:1px solid #dbeafe;border-radius:0;min-width:0;margin:0;padding:10px 12px;font-size:13px;line-height:1.55;overflow-x:auto}.output-block:last-child{border-bottom:0}.output-block.program{color:#0f172a;background:#dbeafe}.output-block.meta,.output-block.timing{color:#64748b;background:#f8fafc}.output-block.error{color:#7f1d1d;background:#fef2f2}.output-block.warning{color:#78350f;background:#fffbeb}.stdin-panel{height:100%;min-height:0;display:block}.stdin-panel textarea{color:var(--ide-text);font-family:var(--font-mono);resize:none;background:0 0;border:0;border-radius:0;outline:none;width:100%;height:100%;min-height:0;padding:12px;font-size:13px;line-height:1.5}.stdin-panel textarea:focus{box-shadow:inset 0 0 0 1px #007acc8c}.ide-statusbar{background:var(--ide-blue-strong);color:#fff;white-space:nowrap;grid-area:4/1/auto/-1;align-items:center;gap:28px;padding:0 11px;font-size:12px;display:flex;overflow:hidden}.ide-modal{z-index:80;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.ide-modal-backdrop{background:#0f172a52;border:0;position:absolute;inset:0}.ide-dialog{color:var(--ide-text);z-index:1;background:#fff;border:1px solid #cbd5e1;border-radius:10px;gap:18px;width:min(100%,440px);max-width:440px;padding:22px;display:grid;position:relative;box-shadow:0 24px 80px #0f172a38}.ide-dialog h2{margin:0;font-size:16px;line-height:1.3}.ide-dialog label{gap:8px;display:grid}.ide-dialog label>span{color:var(--ide-muted);font-size:12px;font-weight:800}.ide-dialog input[type=text],.ide-dialog label>input:not([type]){border:1px solid var(--ide-border);color:var(--ide-text);font:13px var(--font-mono);background:#fff;border-radius:7px;outline:none;height:38px;padding:0 11px}.ide-dialog input:focus{border-color:var(--ide-blue)}.ide-dialog-actions{justify-content:flex-end;gap:8px;display:flex}.export-tree{border:1px solid var(--ide-border);background:#f8fafc;border-radius:8px;gap:2px;max-height:280px;padding:8px;display:grid;overflow:auto}.export-tree label{border-radius:6px;grid-template-columns:16px 42px minmax(0,1fr);align-items:center;gap:8px;min-height:30px;padding:4px 7px;display:grid}.export-tree label:hover{background:#e2e8f0}.export-tree input{accent-color:var(--ide-blue);margin:0}.export-tree strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.exam-layout{padding:28px var(--page-pad) 56px;grid-template-columns:304px minmax(0,1fr);grid-template-areas:"head head""rail main";align-items:start;gap:20px 24px;width:100%;margin:0 auto;display:grid}.exam-topbar{flex-direction:column;grid-area:head;gap:8px;padding:4px 2px 16px;display:flex}.exam-breadcrumb{color:var(--stone-500);flex-wrap:wrap;align-items:center;gap:8px;font-size:12.5px;font-weight:600;display:flex}.exam-breadcrumb button{color:var(--stone-500);cursor:pointer;font:inherit;background:0 0;border:0;padding:0}.exam-breadcrumb button:hover{color:var(--green-700)}.exam-breadcrumb-sep{color:var(--stone-300);font-weight:400}.exam-breadcrumb-current{color:var(--stone-700)}.exam-breadcrumb{border-bottom:1px solid var(--stone-200);margin-bottom:4px;padding-bottom:12px}.exam-topbar h1{color:var(--stone-900);letter-spacing:.2px;margin:0;font-size:24px;font-weight:800;line-height:1.3}.exam-topbar .exam-meta-row{margin-top:2px}.exam-submit-row{border-top:1px solid var(--stone-200);justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding-top:14px;display:flex}.exam-submit-row .exam-progress{color:var(--stone-500);background:0 0;border:0;align-items:baseline;gap:6px;padding:0;display:flex}.exam-submit-row .exam-progress strong{color:var(--green-700);font-size:20px;font-weight:900;line-height:1}.exam-submit-row .exam-progress span{font-size:12.5px;font-weight:700}.exam-submit-row .btn{border-radius:10px;padding:9px 22px;font-size:14px}.exam-submit-row .btn:disabled{background:var(--stone-200);color:var(--stone-500);cursor:default}.exam-left-rail{top:calc(var(--nav-h) + 20px);grid-area:rail;align-self:start;gap:14px;display:grid;position:sticky}.exam-main{grid-area:main;min-width:0}.exam-list-page{padding:28px var(--page-pad) 60px;width:100%;margin:0 auto}.exam-filter-panel{border:1px solid var(--stone-200);background:#fff;border-radius:14px;margin-bottom:20px;display:grid;overflow:hidden;box-shadow:0 1px #0f172a05}.filter-row{border-bottom:1px solid var(--stone-100);grid-template-columns:96px minmax(0,1fr);align-items:center;gap:14px;min-height:54px;padding:12px 20px;display:grid}.filter-row:last-child{border-bottom:0}.filter-row>strong{color:var(--stone-500);letter-spacing:.3px;font-size:13.5px;font-weight:700;line-height:32px}.filter-options{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:flex}.level-options{grid-template-columns:repeat(auto-fit,minmax(60px,max-content));gap:6px;display:grid}.filter-chip{color:var(--stone-600);background:0 0;border:1px solid #0000;border-radius:8px;min-height:30px;padding:4px 14px;font-size:13.5px;font-weight:700;transition:background .15s,color .15s,border-color .15s}.filter-chip:hover{background:var(--green-50);color:var(--green-700)}.filter-chip.active{background:var(--green-50);color:var(--green-700);border-color:#05966940;font-weight:800}.filter-chip.passive{cursor:default}.filter-chip.passive:not(.active):hover{color:var(--stone-600);background:0 0}.exam-list-panel{border:1px solid var(--stone-200);background:#fff;border-radius:14px;padding:26px 28px 32px;box-shadow:0 1px #0f172a05}.exam-list-toolbar{justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;display:flex}.exam-list-toolbar h1{color:var(--stone-900);letter-spacing:.2px;margin:0 0 6px;font-size:22px;font-weight:800;line-height:1.2}.exam-list-toolbar p{color:var(--stone-500);margin:0;font-size:13px;font-weight:700}.exam-search{border:1px solid var(--stone-200);background:#fafaf9;border-radius:10px;grid-template-columns:auto minmax(140px,240px);align-items:center;gap:8px;min-height:40px;padding:0 14px;transition:border-color .15s,background .15s;display:grid}.exam-search:focus-within{border-color:var(--green-600);background:#fff;box-shadow:0 0 0 3px #0596691f}.exam-search span{color:var(--stone-400);font-size:13px;font-weight:700}.exam-search input{color:var(--stone-900);background:0 0;border:0;outline:0;min-width:0;font-size:14px}.exam-paper-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.exam-paper-row{border:1px solid var(--stone-200);cursor:pointer;text-align:left;background:#fff;border-radius:12px;grid-template-rows:1fr auto;align-items:stretch;gap:14px;width:100%;min-height:172px;padding:18px;transition:border-color .15s,box-shadow .15s,transform .15s;display:grid;position:relative}.exam-paper-row:before{background:linear-gradient(180deg, var(--green-600), var(--teal-600));content:"";opacity:0;border-radius:12px 0 0 12px;width:3px;height:36px;transition:opacity .15s;position:absolute;top:20px;left:-1px}.exam-paper-row:hover{border-color:var(--green-600);transform:translateY(-1px);box-shadow:0 12px 28px -18px #05966959}.exam-paper-row:hover:before{opacity:1}.paper-main{align-items:flex-start;gap:12px;min-width:0;display:grid}.paper-tags{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.paper-badge{background:var(--green-50);color:var(--green-700);letter-spacing:.3px;border:1px solid #05966933;border-radius:6px;flex:none;justify-content:center;align-items:center;height:24px;padding:0 8px;font-size:12px;font-weight:800;display:inline-flex}.paper-level-badge{color:var(--blue-600);background:#eff6ff;border:1px solid #dbeafe;border-radius:6px;justify-content:center;align-items:center;height:24px;padding:0 8px;font-size:12px;font-weight:800;display:inline-flex}.paper-main h2{color:var(--stone-900);margin:0 0 6px;font-size:16px;font-weight:800;line-height:1.45}.paper-main p{color:var(--stone-500);margin:0;font-size:12.5px;font-weight:600;line-height:1.6}.paper-stats{border-top:1px dashed var(--stone-200);color:var(--stone-400);flex:none;justify-content:space-between;align-items:center;padding-top:12px;font-size:12px;font-weight:700;display:flex}.paper-stats strong{color:var(--green-700);font-size:13px;font-weight:800}.paper-stats strong:after{content:" ›";font-weight:900}.exam-pagination{justify-content:center;align-items:center;gap:12px;margin-top:26px;display:flex}.exam-pagination button{border:1px solid var(--stone-200);color:var(--stone-600);background:#fff;border-radius:8px;min-width:78px;padding:8px 14px;font-size:13px;font-weight:700;transition:border-color .15s,color .15s,background .15s}.exam-pagination button:not(:disabled):hover{background:var(--green-50);border-color:var(--green-600);color:var(--green-700)}.exam-pagination button:disabled{color:var(--stone-300);cursor:not-allowed}.exam-pagination span{color:var(--stone-500);font-size:13px;font-weight:700}.exam-empty{border:1px dashed var(--stone-300);color:var(--stone-500);text-align:center;border-radius:10px;padding:36px;font-size:14px;font-weight:700}.exam-header{border:1px solid var(--stone-200);background:linear-gradient(160deg,#fff 0%,#f5faf6 100%);border-radius:14px;flex-direction:column;align-items:stretch;gap:16px;margin-bottom:0;padding:18px 20px 16px;display:flex;box-shadow:0 1px #0f172a05,0 8px 24px -18px #055f4640}.exam-header-copy{min-width:0}.exam-header h1{color:var(--stone-900);letter-spacing:.2px;margin:0;font-size:19px;font-weight:800;line-height:1.35}.exam-meta-row{color:var(--stone-500);flex-wrap:wrap;align-items:center;gap:6px 10px;margin-top:10px;font-size:12.5px;font-weight:700;display:flex}.exam-meta-row span{background:0 0;border:0;padding:0;position:relative}.exam-meta-row span+span:before{color:var(--stone-300);content:"·";margin-right:8px;padding-right:2px;display:inline-block}.exam-meta-row span:first-child{background:var(--green-50);color:var(--green-700);border:1px solid #0596692e;border-radius:999px;padding:2px 10px;font-weight:800}.exam-meta-row span:first-child+span:before{content:none}.exam-actions{border-top:1px dashed var(--stone-200);grid-template-columns:1fr auto;align-items:stretch;gap:12px;padding-top:14px;display:grid}.exam-progress{color:var(--stone-500);background:0 0;border:0;border-radius:0;flex-wrap:wrap;align-items:baseline;gap:6px;padding:0;display:flex}.exam-progress strong{color:var(--green-700);font-size:26px;font-weight:900;line-height:1}.exam-progress span{font-size:12.5px;font-weight:800}.exam-back{color:var(--green-700);background:0 0;border:0;align-self:flex-start;margin:0 0 8px;padding:0;font-size:12.5px;font-weight:800}.exam-back:before{content:"‹ ";margin-right:2px;font-weight:900}.exam-back:hover{color:var(--green-900)}.exam-header .btn{border-radius:10px;align-self:center;padding:9px 22px;font-size:14px}.exam-header .btn:disabled{background:var(--stone-200);color:var(--stone-500);cursor:default}.question-card{margin-bottom:16px;padding:24px}.qc-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.qc-header span{background:var(--green-600);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:800;display:inline-flex}.q-code{color:#cbd5e1;background:#1a1f2e;border-radius:10px;padding:16px}.choice-list,.tf-group{gap:10px;margin-top:16px;display:grid}.choice{border:1.5px solid var(--stone-200);text-align:left;background:#fff;border-radius:10px;padding:12px 14px}.choice.selected{background:var(--green-50);border-color:var(--green-600);color:var(--green-700);font-weight:800}.exam-panel{border:1px solid var(--stone-200);background:#fff;border-radius:14px;padding:18px;box-shadow:0 1px #0f172a05}.exam-panel-head{justify-content:space-between;align-items:baseline;margin-bottom:14px;display:flex}.exam-panel h2{letter-spacing:.3px;margin:0;font-size:16px;font-weight:800;line-height:1.2}.exam-panel-head p{color:var(--stone-400);margin:3px 0 0;font-size:11.5px;font-weight:700}.exam-panel-head>strong{color:var(--green-700);font-size:14px;font-weight:800;line-height:1}.exam-timer{background:var(--green-50);color:var(--green-700);border:1px solid #0596692e;border-radius:10px;justify-content:space-between;align-items:center;margin-top:12px;padding:10px 12px;display:flex}.exam-timer span{color:var(--stone-500);font-size:12px;font-weight:800}.exam-timer strong{font-variant-numeric:tabular-nums;font-size:20px;font-weight:900;line-height:1}.q-grid{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.q-grid button{border:1px solid var(--stone-200);color:var(--stone-700);cursor:pointer;font:inherit;background:#fafaf9;border-radius:8px;justify-content:center;align-items:center;height:34px;padding:0;font-size:13px;font-weight:800;transition:border-color .15s,background .15s,color .15s,transform .15s;display:inline-flex}.q-grid button:hover{border-color:var(--green-600);color:var(--green-700);transform:translateY(-1px)}.q-grid .answered,.q-grid .correct{background:var(--green-600);border-color:var(--green-600);color:#fff}.q-grid .incorrect{color:#fff;background:#dc2626;border-color:#dc2626}.q-grid .unanswered{color:#fff;background:#f59e0b;border-color:#f59e0b}.q-grid .ungraded{background:var(--stone-100);border-color:var(--stone-300);color:var(--stone-500)}.answer-legend{border-top:1px solid var(--stone-200);color:var(--stone-500);flex-wrap:wrap;gap:10px 14px;margin-top:14px;padding-top:14px;font-size:12px;font-weight:800;display:flex}.answer-legend span{align-items:center;gap:6px;display:inline-flex}.legend-dot{border-radius:999px;width:8px;height:8px;display:inline-block}.answered-dot,.correct-dot{background:var(--green-600)}.incorrect-dot{background:#dc2626}.pending-dot{background:#f59e0b}.result-box{background:linear-gradient(135deg, var(--green-600), var(--teal-600));color:#fff;text-align:center;border-radius:8px;margin-top:16px;padding:18px}.result-box strong{font-size:44px;line-height:1;display:block}.result-box span{opacity:.8;font-size:13px}.result-box small{opacity:.72;margin-top:6px;font-size:12px;display:block}.panda-widget{z-index:80;position:fixed;bottom:24px;right:24px}.panda-launcher{background:var(--green-600);color:#fff;cursor:pointer;border:0;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:60px;height:60px;padding:0;font-weight:900;transition:transform .18s,background .18s;display:inline-flex;box-shadow:0 14px 36px #00826452}.panda-launcher:hover{background:var(--green-700);transform:translateY(-1px)}.panda-launcher img{background:#fff;border-radius:999px;width:30px;height:30px}.panda-launcher span{letter-spacing:.5px;font-size:10px}.panda-widget.open .panda-launcher{background:var(--stone-100);color:var(--stone-600);box-shadow:0 4px 14px #0f172a14}.panda-panel{border:1px solid var(--stone-200);height:min(640px, calc(100vh - var(--nav-h) - 120px));opacity:0;pointer-events:none;transform-origin:100% 100%;background:#fbfcfa;border-radius:16px;flex-direction:column;width:min(400px,100vw - 48px);transition:opacity .18s,transform .18s;display:flex;position:absolute;bottom:76px;right:0;transform:translateY(12px)scale(.98);box-shadow:0 24px 64px #0f172a2e}.panda-widget.open .panda-panel{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.panda-head{border-bottom:1px solid var(--stone-200);justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;display:flex}.panda-title{align-items:center;gap:10px;min-width:0;display:flex}.panda-title img{border:1px solid var(--stone-200);background:#fff;border-radius:999px;width:36px;height:36px}.panda-title span{color:var(--stone-900);font-size:15px;font-weight:800;display:block}.panda-title p{color:var(--stone-500);text-overflow:ellipsis;white-space:nowrap;max-width:220px;margin:2px 0 0;font-size:12px;font-weight:700;overflow:hidden}.panda-head-actions{align-items:center;gap:6px;display:flex}.panda-icon-btn{color:var(--stone-500);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;min-width:30px;height:30px;padding:0 8px;font-size:13px;font-weight:700}.panda-icon-btn:hover{border-color:var(--stone-200);color:var(--green-700);background:#fff}.panda-body{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.panda-empty{color:var(--stone-600);gap:14px;display:grid}.panda-empty p{margin:0;font-size:14px;line-height:1.7}.panda-memory-hint{background:var(--green-50);color:var(--green-700);border-radius:8px;padding:8px 10px;font-size:12px!important}.panda-suggestions{gap:8px;display:grid}.panda-suggestions button{border:1px solid var(--stone-200);color:var(--stone-700);cursor:pointer;text-align:left;background:#fff;border-radius:8px;padding:10px 12px;font-size:13px;font-weight:600;transition:border-color .15s,color .15s}.panda-suggestions button:hover:not(:disabled){border-color:var(--green-600);color:var(--green-700)}.panda-suggestions button:disabled{cursor:default;opacity:.6}.panda-msg{display:flex}.panda-msg-user{justify-content:flex-end}.panda-msg-assistant{justify-content:flex-start}.panda-msg-bubble{white-space:pre-wrap;word-break:break-word;border-radius:12px;max-width:85%;padding:10px 12px;font-size:14px;line-height:1.65}.panda-msg-user .panda-msg-bubble{background:var(--green-600);color:#fff;border-bottom-right-radius:4px}.panda-msg-assistant .panda-msg-bubble{border:1px solid var(--stone-200);color:var(--stone-800);background:#fff;border-bottom-left-radius:4px}.panda-msg-typing{gap:4px;padding:14px;display:inline-flex}.panda-msg-typing span{background:var(--stone-400);border-radius:999px;width:6px;height:6px;animation:1s ease-in-out infinite panda-typing;display:inline-block}.panda-msg-typing span:nth-child(2){animation-delay:.15s}.panda-msg-typing span:nth-child(3){animation-delay:.3s}@keyframes panda-typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.panda-composer{border-top:1px solid var(--stone-200);align-items:flex-end;gap:8px;padding:12px;display:flex}.panda-ticket-shortcuts{border-top:1px solid var(--stone-100);align-items:center;gap:18px;padding:10px 16px 0;display:flex}.panda-ticket-shortcuts button{color:var(--stone-500);cursor:pointer;background:0 0;border:0;padding:0;font-size:14px;font-weight:700}.panda-ticket-shortcuts button:hover{color:var(--stone-700)}.panda-composer textarea{border:1px solid var(--stone-200);color:var(--stone-800);font:inherit;resize:none;background:#fff;border-radius:10px;outline:0;flex:1;min-height:44px;max-height:120px;padding:10px 12px;font-size:14px;line-height:1.5}.panda-composer textarea:focus{border-color:var(--green-600);box-shadow:0 0 0 3px #0596691f}.panda-composer .btn{flex:none}.panda-ticket{gap:14px;padding:18px;display:grid;overflow-y:auto}.panda-ticket-head{justify-content:space-between;align-items:center;display:flex}.panda-ticket h3{color:var(--stone-900);margin:0;font-size:22px;font-weight:900}.panda-ticket label{gap:7px;display:grid}.panda-ticket label span{color:var(--stone-600);font-size:13px;font-weight:800}.panda-ticket textarea,.panda-ticket input{border:1px solid var(--stone-200);color:var(--stone-800);font:inherit;background:#fff;border-radius:10px;outline:0;padding:10px 12px;font-size:14px;line-height:1.5}.panda-ticket textarea{resize:vertical;min-height:160px}.panda-ticket textarea:focus,.panda-ticket input:focus{border-color:var(--green-600);box-shadow:0 0 0 3px #0596691f}.panda-ticket-row{grid-template-columns:minmax(0,1fr) minmax(0,.75fr);gap:10px;display:grid}.panda-ticket-success,.panda-ticket-error{border-radius:8px;padding:10px 12px;font-size:13px;font-weight:700}.panda-ticket-success{background:var(--green-50);color:var(--green-700)}.panda-ticket-error{color:#b91c1c;background:#fef2f2}@media (width<=520px){.panda-widget{bottom:16px;right:16px}.panda-panel{height:min(560px, calc(100vh - var(--nav-h) - 100px));bottom:72px}.panda-ticket-row{grid-template-columns:1fr}}.paper-document{border:1px solid var(--stone-200);background:#fff;border-radius:14px;padding:12px 36px 36px;box-shadow:0 1px #0f172a05,0 12px 40px -28px #0f172a2e}.paper-section{margin-top:28px}.paper-section:first-child{margin-top:0}.paper-section-title{border-bottom:1px solid var(--stone-200);flex-wrap:wrap;align-items:baseline;gap:6px 14px;margin:0 0 4px;padding:18px 0 14px;display:flex;position:relative}.paper-section-title:before{background:linear-gradient(180deg, var(--green-600), var(--teal-600));content:"";border-radius:2px;width:3px;height:18px;margin-right:4px}.paper-section-title span{color:var(--green-700);letter-spacing:.5px;font-size:14px;font-weight:900}.paper-section-title h2{color:var(--stone-900);margin:0;font-size:18px;font-weight:800}.paper-section-title strong{color:var(--stone-500);margin-left:auto;font-size:13px;font-weight:700}.paper-question{border-bottom:1px solid var(--stone-100);scroll-margin-top:calc(var(--nav-h) + 24px);padding:26px 0 28px}.paper-question:last-child{border-bottom:0}.paper-question-title{flex-wrap:wrap;align-items:baseline;gap:10px 12px;margin-bottom:16px;display:flex}.paper-question-title strong{color:var(--green-700);letter-spacing:.4px;background:0 0;border:0;flex:none;padding:0;font-size:13px;font-weight:800}.paper-question-title strong:after{background:var(--stone-200);content:"";vertical-align:baseline;width:1px;height:12px;margin:0 0 -1px 12px;display:inline-block}.paper-question-title span{color:var(--stone-900);flex:240px;min-width:0;font-size:16px;font-weight:600;line-height:1.7}.programming-meta{color:var(--stone-600);flex-wrap:wrap;gap:10px 22px;margin:-8px 0 20px;font-size:15px;display:flex}.paper-choice-options,.paper-judge-options{gap:10px;display:grid}.paper-judge-options{grid-template-columns:repeat(2,minmax(140px,220px))}.paper-option{border:1px solid var(--stone-200);color:var(--stone-900);cursor:pointer;text-align:left;background:#fcfcfb;border-radius:10px;grid-template-columns:18px auto minmax(0,1fr);align-items:flex-start;gap:12px;min-height:30px;padding:12px 16px;transition:border-color .15s,background .15s,box-shadow .15s;display:grid}.paper-option:hover:not(:disabled){border-color:var(--green-600);background:#fff;box-shadow:0 4px 14px -10px #05966966}.paper-option:disabled{cursor:default}.paper-option strong{color:var(--stone-500);font-size:15px;font-weight:800;line-height:22px}.paper-option em{white-space:pre-line;word-break:break-word;font-size:15px;font-style:normal;font-weight:500;line-height:22px;display:block}.paper-option-code{color:#111827;font-family:var(--font-mono);background:#fff;border:1px solid #dbe3ef;border-radius:6px;gap:0;min-width:min(360px,100%);margin:-4px 0;padding:8px 0;font-size:14px;display:grid;overflow-x:auto}.paper-option.selected .paper-option-code,.paper-option.correct-answer .paper-option-code{background:#f8fffb;border-color:#05966959}.paper-option.wrong-answer .paper-option-code{background:#fff7f7;border-color:#dc262647}.paper-option-code span{grid-template-columns:34px minmax(0,1fr);min-height:24px;display:grid}.paper-option-code em{color:#b6bcc6;font-family:var(--font-mono);text-align:right;border-right:1px solid #e5e7eb;padding-right:10px;font-size:13px;font-style:normal;font-weight:500;line-height:24px;display:block}.paper-option-code code{font-family:var(--font-mono);white-space:pre;padding-left:10px;line-height:24px}.paper-check{border:1.5px solid var(--stone-300);border-radius:999px;width:16px;height:16px;margin-top:3px;transition:border-color .15s,background .15s,box-shadow .15s;display:inline-block}.paper-option:hover:not(:disabled) .paper-check{border-color:var(--green-600)}.paper-option.selected{background:var(--green-50);border-color:var(--green-600)}.paper-option.selected .paper-check{background:var(--green-600);border-color:var(--green-600);box-shadow:inset 0 0 0 3px #fff}.paper-option.correct-answer{background:var(--green-50);border-color:var(--green-600)}.paper-option.correct-answer .paper-check{background:var(--green-600);border-color:var(--green-600);box-shadow:inset 0 0 0 3px #fff}.paper-option.wrong-answer{background:#fef2f2;border-color:#dc2626}.paper-option.wrong-answer .paper-check{background:#dc2626;border-color:#dc2626;box-shadow:inset 0 0 0 3px #fff}.paper-option.selected strong,.paper-option.selected em{color:var(--green-700);font-weight:700}.paper-option.selected strong{font-weight:900}.paper-option.wrong-answer strong,.paper-option.wrong-answer em{color:#b91c1c}.paper-option.correct-answer strong,.paper-option.correct-answer em{color:var(--green-700);font-weight:700}.paper-option.correct-answer strong{font-weight:900}.question-review{border-radius:8px;margin-top:18px;padding:14px 16px}.question-review strong{margin-bottom:6px;font-size:15px;display:block}.question-review p{white-space:pre-line;margin:0;font-size:14px;line-height:1.65}.question-review p+p{margin-top:6px}.question-review.correct{background:var(--green-50);color:var(--green-700);border:1px solid #05966940}.question-review.incorrect{color:#991b1b;background:#fef2f2;border:1px solid #dc262638}.question-review.unanswered{color:#92400e;background:#fffbeb;border:1px solid #f59e0b52}.question-review.ungraded{background:var(--stone-50);border:1px solid var(--stone-200);color:var(--stone-600)}.paper-code{color:#111827;font-family:var(--font-mono);background:#fff;border:1px solid #cbd5e1;border-radius:4px;gap:0;margin:12px 0 22px;padding:14px 0;font-size:16px;display:grid;overflow-x:auto;box-shadow:0 0 0 2px #eef2f7}.paper-code span{grid-template-columns:52px minmax(0,1fr);min-height:28px;display:grid}.paper-code em{color:#b6bcc6;text-align:right;border-right:1px solid #e5e7eb;padding-right:14px;font-style:normal}.paper-code code{white-space:pre;padding-left:14px}.programming-question .markdown{font-size:17px}.programming-question .markdown h3,.programming-question .markdown h4{margin-top:24px}.programming-question .markdown pre{color:#111827;background:#fff;border:1px solid #cbd5e1;box-shadow:0 0 0 2px #eef2f7}.programming-answer-area{border:1px solid var(--stone-200);background:#fbfdfc;border-radius:12px;margin-top:24px;padding:18px}.programming-answer-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.programming-answer-head h3{color:var(--stone-900);margin:0 0 4px;font-size:17px;font-weight:900}.programming-answer-head p{color:var(--stone-500);margin:0;font-size:13px;font-weight:600}.programming-answer-area .paper-code{margin:0}.programming-empty-answer{border:1px dashed var(--stone-300);color:var(--stone-500);background:#fff;border-radius:10px;align-items:center;min-height:86px;padding:18px;font-size:14px;font-weight:700;display:flex}.exam-code-modal{z-index:90;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.exam-code-backdrop{background:#0f172a80;border:0;position:absolute;inset:0}.exam-code-dialog.ide-wrap{border-radius:16px;grid-template-rows:50px minmax(0,1fr) 230px 24px;grid-template-columns:minmax(0,1fr);width:min(1240px,100vw - 48px);height:min(820px,100vh - 48px);min-height:560px;position:relative;overflow:hidden;box-shadow:0 24px 80px #0f172a47}.exam-code-dialog .ide-titlebar,.exam-code-dialog .ide-editor,.exam-code-dialog .ide-output{grid-column:1}.exam-code-titlebar.ide-titlebar{grid-row:1;padding-left:18px}.exam-code-editor.ide-editor{grid-row:2}.exam-code-output.ide-output{grid-row:3}.exam-code-statusbar.ide-statusbar{grid-area:4/1}.exam-code-actions .exam-code-submit{background:var(--green-700);border-color:var(--green-700);color:#fff;min-width:96px}.exam-code-actions .exam-code-submit:disabled{color:#64748b;cursor:not-allowed;background:#cbd5e1;border-color:#cbd5e1}.exam-code-actions .exam-code-close{border-radius:999px;width:30px;height:30px;padding:0;font-size:18px;line-height:1}.exam-source-card h2{margin:0 0 8px;font-size:24px}.exam-source-card p{color:var(--stone-700);margin:0 0 16px}.source-lines{background:var(--stone-50);border:1px solid var(--stone-200);color:var(--stone-500);font-family:var(--font-mono);overflow-wrap:anywhere;border-radius:8px;gap:8px;padding:14px;font-size:12px;display:grid}.exam-panel-note{color:var(--stone-500);margin:0;font-size:14px;font-weight:700}@media (width<=900px){.nav{height:auto;min-height:var(--nav-h);flex-wrap:wrap;padding-top:12px;padding-bottom:12px}.nav-links{order:3;width:100%;overflow-x:auto}.hero,.auth-dialog,.reader-shell,.exam-layout,.ide-output{grid-template-columns:1fr}.hero{gap:36px;padding-top:52px}.module-grid{grid-template-columns:1fr}.auth-left{display:none}.auth-right{padding:34px 22px}.reader-sidebar,.exam-left-rail{position:static}.exam-left-rail{gap:12px;display:grid}.exam-ai-widget,.exam-ai-widget.open{bottom:0;right:0;top:var(--nav-h)}.ide-wrap{grid-template-rows:auto minmax(0,1fr) 260px 24px;grid-template-columns:1fr}.ide-activity,.ide-explorer{display:none}.ide-titlebar,.ide-editor,.ide-output{grid-column:1}.ide-titlebar{grid-row:1}.ide-editor{grid-row:2}.ide-output{grid-row:3}.output-body{grid-template-columns:1fr}.paper-document{padding:32px 24px}.paper-section-title{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px}.exam-header{flex-direction:column;align-items:stretch}.exam-actions{justify-content:space-between}.exam-progress{justify-items:start}.paper-judge-options{grid-template-columns:1fr}}@media (width<=700px){.exam-list-page{padding-left:18px;padding-right:18px}.filter-row{grid-template-columns:1fr;gap:8px;padding:12px 14px}.filter-row>strong{line-height:1.4}.filter-options{gap:8px}.level-options{grid-template-columns:repeat(3,minmax(0,1fr))}.level-options .filter-chip{justify-self:start}.filter-chip{padding:4px 13px;font-size:14px}.exam-list-panel{padding:20px 18px 24px}.exam-list-toolbar{align-items:stretch;display:grid}.exam-list-toolbar h1{font-size:26px}.exam-search{grid-template-columns:auto minmax(0,1fr);width:100%}.exam-paper-row{align-items:stretch;min-height:0;display:grid}.paper-main{align-items:flex-start}.paper-main h2{font-size:18px}.paper-stats{justify-content:space-between;align-items:center;display:flex}.paper-cover h1{font-size:30px}.paper-section-title h2,.paper-section-title span{font-size:24px}.paper-option{grid-template-columns:20px minmax(0,auto) minmax(0,1fr)}}@media (width<=900px){.exam-paper-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=760px){.exam-paper-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.exam-paper-list{grid-template-columns:1fr}.paper-stats{justify-content:start;align-items:start;gap:8px;display:grid}}
