:root{color:#1f2933;background:#eef1f5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:1180px}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}.eyebrow{margin:0 0 6px;color:#667085;font-size:12px;font-weight:700;text-transform:uppercase}.panel-heading{display:block;margin-bottom:24px}.panel-heading h1{margin:0;color:#111827;font-size:28px;line-height:1.2}label{display:grid;gap:7px;color:#344054;font-size:13px;font-weight:700}input,textarea,select{width:100%;border:1px solid #cfd6df;border-radius:8px;padding:10px 11px;color:#111827;background:#fff;outline:none;resize:vertical}input:focus,textarea:focus,select:focus{border-color:#53616f;box-shadow:0 0 0 3px #53616f21}.primary-button,.secondary-button,.text-button,.link-button{border:0;border-radius:8px;font-weight:800}.primary-button{min-width:112px;padding:12px 16px;color:#fff;background:#1f2937}.primary-button:hover{background:#111827}.secondary-button{padding:10px 13px;color:#1f2937;background:#e5e7eb}.secondary-button:hover{background:#d1d5db}.text-button{padding:6px 8px;color:#b42318;background:transparent}.text-button:hover:not(:disabled){background:#fee4e2}.text-button.danger{color:#dc2626}.text-button.danger:hover{color:#991b1b}.link-button{background:transparent;border:0;padding:0 0 0 4px;color:#111827;font-weight:700;cursor:pointer}.link-button:hover{text-decoration:underline}.status-message{margin:0;padding:10px 12px;border-radius:8px;font-size:13px;font-weight:700;line-height:1.45}.status-message.error{color:#b42318;background:#fee4e2}.top-nav{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:30}.top-nav-brand{display:flex;align-items:center;gap:8px;font-weight:700;color:#111827;font-size:16px;text-decoration:none}.top-nav-logo{font-size:20px}.top-nav-links{display:flex;align-items:center;gap:6px;flex:1;justify-content:center}.top-nav-link{padding:8px 14px;border-radius:6px;color:#4b5563;text-decoration:none;font-size:14px;font-weight:600;transition:background .15s,color .15s}.top-nav-link:hover{background:#f3f4f6;color:#111827}.top-nav-link.active{background:#111827;color:#fff}.top-nav-user{display:flex;align-items:center;gap:12px}.top-nav-username{display:inline-flex;align-items:center;gap:6px;color:#374151;font-size:14px;font-weight:600}.top-nav-badge{padding:2px 8px;background:#fef3c7;color:#92400e;border-radius:999px;font-size:11px;font-weight:700}.top-nav-cta{min-width:0;padding:8px 14px;font-size:14px}@media(max-width:640px){.top-nav{padding:10px 14px;flex-wrap:wrap}.top-nav-links{order:3;width:100%;justify-content:flex-start;overflow-x:auto}.top-nav-link{padding:6px 10px;font-size:13px}}.auth-shell{min-height:calc(100vh - 60px);display:grid;place-items:center;padding:32px 16px;background:#f8fafc}.auth-form{width:100%;max-width:420px;display:grid;gap:16px;padding:32px;background:#fff;border-radius:12px;box-shadow:0 12px 40px #0f172a14}.auth-form label{display:grid;gap:6px}.auth-form label>span{color:#374151;font-size:13px;font-weight:600}.auth-form input,.auth-form select{padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:15px;background:#fff;transition:border-color .15s,box-shadow .15s}.auth-form input:focus,.auth-form select:focus{outline:none;border-color:#111827;box-shadow:0 0 0 3px #1118271a}.auth-switch{margin:0;text-align:center;color:#6b7280;font-size:13px}.auth-loading{min-height:calc(100vh - 60px);display:grid;place-items:center;color:#6b7280}.auth-dialog-overlay{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:24px;background:#0f172a85}.auth-dialog{position:relative;width:min(460px,100%);max-height:92vh;overflow:auto;border-radius:12px;background:#fff;box-shadow:0 24px 70px #0f172a47}.auth-dialog .auth-form{width:100%;max-width:none;box-shadow:none;border-radius:12px}.auth-dialog-close{position:absolute;top:12px;right:14px;z-index:1;width:28px;height:28px;border:0;border-radius:6px;background:transparent;color:#6b7280;font-size:22px;line-height:1}.auth-dialog-close:hover{background:#f3f4f6;color:#111827}.dialog-actions{display:flex;gap:10px}.dialog-actions .secondary-button{flex:1}.dialog-actions .primary-button{flex:2}.page-shell{max-width:1200px;margin:0 auto;padding:24px;display:grid;gap:20px}.page-heading h1{margin:4px 0 0;color:#111827;font-size:28px}.page-subtitle{margin:4px 0 0;color:#6b7280;font-size:14px}.empty-state{padding:48px 24px;text-align:center;color:#9ca3af;background:#f9fafb;border-radius:12px}.app-shell{display:grid;grid-template-columns:minmax(380px,440px) minmax(720px,1fr);min-height:calc(100vh - 60px)}.control-panel{height:calc(100vh - 60px);overflow:auto;padding:28px 24px 32px;background:#fff;border-right:1px solid #d9dee7}.preview-panel{height:calc(100vh - 60px);overflow:auto;padding:28px 32px 44px;background:#eef1f5}.ai-panel-head,.preview-toolbar,.question-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.preview-toolbar{position:sticky;top:0;z-index:3;align-items:center;margin:-28px -32px 28px;padding:20px 32px;background:#eef1f5f0;border-bottom:1px solid #d9dee7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.template-row{margin:0 0 18px;display:grid;gap:7px}.template-row select{appearance:auto;padding:10px 11px}.form-grid,.option-editor-grid{display:grid;gap:14px}.form-grid{grid-template-columns:1fr 1fr;margin-bottom:26px}.meta-field-hint{color:#9ca3af;font-style:normal;font-weight:500;font-size:11px}.ai-panel{display:grid;gap:14px;margin-bottom:26px;padding:16px;border:1px solid #d8dee8;border-radius:8px;background:#f8fafc}.ai-panel-head{align-items:center}.ai-panel h2{margin:0;color:#111827;font-size:20px;line-height:1.25}.ai-options{display:grid;gap:12px}.ai-count{display:grid;gap:6px}.ai-count input[type=range]{width:100%}.ai-toggles{display:flex;flex-wrap:wrap;gap:14px}.ai-toggle{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#374151}.ai-toggle input[type=checkbox]{width:auto}.question-toolbar{align-items:center;margin-bottom:14px}.question-toolbar h2{margin:0;color:#111827}.question-toolbar p{margin:4px 0 0;color:#667085;font-size:13px}.question-editor-list{display:grid;gap:14px}.question-editor{padding:16px;border:1px solid #d8dee8;border-radius:8px;background:#f8fafc}.question-editor-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.question-editor h3{margin:0;font-size:16px}.option-editor-grid{grid-template-columns:1fr;margin-top:12px}.answer-row{margin-top:12px;display:grid;grid-template-columns:80px 1fr;align-items:center;gap:12px}.answer-row>span{font-size:13px}.preview-toolbar h2{margin:0;color:#111827}.export-error{margin:8px 0 0;color:#b42318;font-size:13px;font-weight:700}.export-overlay{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:24px;background:#0f172a85}.export-dialog{display:grid;gap:14px;width:min(920px,100%);max-height:min(92vh,900px);overflow:hidden;padding:20px;border-radius:8px;background:#fff;box-shadow:0 24px 70px #0f172a47}.export-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.export-dialog-head h2{margin:0;color:#111827;font-size:24px}.export-tip{margin:0;padding:12px 14px;border-radius:6px;background:#fff7ed;color:#9a3412;font-size:14px;font-weight:700;line-height:1.5}.export-image-wrap{min-height:0;overflow:auto;border:1px solid #d8dee8;border-radius:8px;background:#eef1f5}.export-image-wrap img{display:block;width:100%;height:auto;background:#fff}.export-open-link{display:inline-flex;align-items:center;justify-content:center;justify-self:end;text-decoration:none}.paper-stage{display:flex;flex-direction:column;align-items:center;width:100%;min-width:760px}.paper-zoom-controls{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:10px 14px;background:#fff;border:1px solid #d8dee8;border-radius:8px;box-shadow:0 4px 12px #0f172a0a}.paper-zoom-controls .zoom-label{color:#4b5563;font-size:13px;font-weight:600;min-width:80px}.paper-zoom-controls input[type=range]{flex:1;min-width:200px;width:auto;padding:0;border:0;background:transparent}.zoom-fit-button{padding:6px 12px;border-radius:6px;background:#f3f4f6;color:#4b5563;font-size:13px;font-weight:600;border:1px solid transparent}.zoom-fit-button:hover{background:#e5e7eb}.zoom-fit-button.is-active{background:#111827;color:#fff}.paper-frame{overflow:visible;flex:0 0 auto}.paper-zoom{min-height:1706px;transform-origin:top left}.history-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.history-card{display:grid;gap:10px;padding:14px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;transition:box-shadow .15s,transform .15s}.history-card:hover{box-shadow:0 8px 24px #0f172a14}.history-thumb{width:100%;aspect-ratio:1290 / 1706;border:1px solid #e5e7eb;border-radius:6px;background:#f3f4f6;overflow:hidden;cursor:pointer;padding:0}.history-thumb img{display:block;width:100%;height:100%;object-fit:cover}.history-meta h3{margin:0;color:#111827;font-size:15px;line-height:1.3;word-break:break-all}.history-subject{margin:4px 0 0;color:#4b5563;font-size:13px}.history-time{margin:4px 0 0;color:#9ca3af;font-size:12px}.history-actions{display:flex;align-items:center;justify-content:space-between;gap:8px}.generation-progress{display:grid;gap:10px;margin:-10px 0 22px;padding:14px 16px;border:1px solid #d8dee8;border-radius:8px;background:#fff}.generation-progress.is-failed{border-color:#fecaca;background:#fff1f1}.generation-progress.is-succeeded{border-color:#bbf7d0;background:#f0fdf4}.generation-progress.is-cancelled{border-color:#e5e7eb;background:#f9fafb}.generation-progress-head{display:flex;align-items:baseline;justify-content:space-between}.generation-progress-label{color:#111827;font-size:14px;font-weight:700}.generation-progress-percent{color:#6b7280;font-size:13px;font-weight:600;font-variant-numeric:tabular-nums}.generation-progress-segments{display:flex;gap:4px}.generation-progress-seg{flex:1;height:6px;border-radius:3px;background:#e5e7eb;transition:background .2s ease}.generation-progress-seg.is-complete{background:#111827}.generation-progress.is-succeeded .generation-progress-seg.is-complete{background:#16a34a}.generation-progress-seg.is-active{background:linear-gradient(90deg,#111827 0% 60%,#6b7280);position:relative;overflow:hidden}.generation-progress-seg.is-active:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.6) 50%,transparent 100%);animation:gp-shimmer 1.2s linear infinite}@keyframes gp-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.generation-progress-error{margin:0;color:#b42318;font-size:13px;font-weight:600;line-height:1.5}.generation-progress-actions{display:flex;justify-content:flex-end;gap:8px}.watermark-panel{display:grid;gap:12px;margin-bottom:22px;padding:16px;border:1px solid #d8dee8;border-radius:8px;background:#f8fafc}.watermark-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.watermark-head h2{margin:0;color:#111827;font-size:20px;line-height:1.25}.watermark-toggle{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#374151;cursor:pointer}.watermark-toggle input[type=checkbox]{width:auto}.watermark-hint{margin:0;color:#6b7280;font-size:12px;line-height:1.5}.watermark-body{display:grid;gap:12px;padding-top:4px;border-top:1px dashed #d8dee8}.watermark-color-row{display:grid;grid-template-columns:60px 1fr;align-items:center;gap:12px}.watermark-label{color:#344054;font-size:13px;font-weight:700}.watermark-swatches{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.watermark-swatch{width:26px;height:26px;border:2px solid transparent;border-radius:999px;padding:0;cursor:pointer;box-shadow:inset 0 0 0 1px #0f172a1a}.watermark-swatch.is-active{border-color:#111827;transform:scale(1.08)}.watermark-color-input{width:32px;height:28px;padding:0;border:1px solid #cfd6df;border-radius:6px;background:transparent;cursor:pointer}.watermark-slider{display:grid;gap:4px}.watermark-slider>span{display:flex;align-items:baseline;justify-content:space-between;color:#344054;font-size:13px;font-weight:700}.watermark-slider em{color:#6b7280;font-style:normal;font-weight:600;font-size:12px}.watermark-slider input[type=range]{width:100%}.color-panel{display:grid;gap:12px;margin-bottom:22px;padding:16px;border:1px solid #d8dee8;border-radius:8px;background:#f8fafc}.color-panel-head h2{margin:0;color:#111827;font-size:20px;line-height:1.25}.color-panel-head p{margin:4px 0 0;color:#6b7280;font-size:12px;line-height:1.5}.color-slot{display:grid;grid-template-columns:90px 1fr;gap:12px;align-items:center}.color-slot-label{display:grid;gap:2px;color:#344054;font-size:13px;font-weight:700}.color-slot-label small{color:#9ca3af;font-size:11px;font-weight:500}.color-slot-swatches{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.color-slot-swatch{width:26px;height:26px;border-radius:999px;padding:0;border:2px solid transparent;cursor:pointer;box-shadow:inset 0 0 0 1px #0f172a1a}.color-slot-swatch.is-active{border-color:#111827;transform:scale(1.08)}.color-slot-input{width:32px;height:28px;padding:0;border:1px solid #cfd6df;border-radius:6px;background:transparent;cursor:pointer}.admin-toolbar{display:flex;gap:10px;align-items:center}.admin-search{flex:1;max-width:300px;padding:9px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.admin-search:focus{outline:none;border-color:#111827}.admin-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:14px}.admin-table th,.admin-table td{padding:12px 14px;text-align:left;border-bottom:1px solid #f3f4f6}.admin-table th{background:#f9fafb;color:#374151;font-weight:700;white-space:nowrap}.admin-table tr.row-disabled{opacity:.55;background:#fafafa}.admin-empty{text-align:center;color:#9ca3af;padding:40px 0!important}.role-pill,.status-pill{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:700}.role-admin{background:#fef3c7;color:#92400e}.role-user{background:#e0f2fe;color:#075985}.status-active{background:#dcfce7;color:#166534}.status-disabled{background:#fee2e2;color:#991b1b}.self-badge{margin-left:4px;color:#6b7280;font-size:12px}.admin-actions{white-space:nowrap}.admin-actions .text-button{margin-right:8px}@media(max-width:1180px){body{min-width:0}.app-shell{grid-template-columns:1fr}.control-panel,.preview-panel{height:auto;min-height:auto}.paper-stage{min-width:0;overflow:hidden;justify-content:center}}@media(max-width:640px){.control-panel,.preview-panel{padding:20px 16px 28px}.preview-toolbar{margin:-20px -16px 20px;padding:16px}.form-grid{grid-template-columns:1fr}.ai-panel-head,.question-toolbar,.preview-toolbar{align-items:stretch}.primary-button,.secondary-button{min-height:48px}.export-overlay{align-items:end;padding:12px}.export-dialog{max-height:92vh;padding:16px}.export-dialog-head h2{font-size:20px}.export-open-link{width:100%;justify-self:stretch}.page-shell{padding:16px}.admin-toolbar{flex-wrap:wrap}.admin-search{max-width:none;width:100%}.history-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.gallery-shell{max-width:1200px;margin:0 auto;padding:56px 24px 80px}.gallery-hero{text-align:center;margin-bottom:48px}.gallery-hero h1{margin:4px 0 12px;color:#111827;font-size:36px;line-height:1.2}.gallery-subtitle{margin:0 auto;max-width:580px;color:#4b5563;font-size:15px;line-height:1.6}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.gallery-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;transition:box-shadow .18s ease,transform .18s ease}.gallery-card:hover{box-shadow:0 12px 32px #0f172a1a;transform:translateY(-2px)}.gallery-card-cover{position:relative;aspect-ratio:4 / 5;background:#f8fafc;border-bottom:1px solid #e5e7eb;overflow:hidden;display:flex;align-items:center;justify-content:center}.gallery-card-cover--ghost{font-size:48px;color:#cbd5e1;background:repeating-linear-gradient(45deg,#f9fafb 0 12px,#f3f4f6 12px 24px)}.gallery-badge{position:absolute;top:12px;right:12px;padding:4px 10px;border-radius:999px;background:#111827;color:#fff;font-size:11px;font-weight:700;letter-spacing:.4px}.gallery-card-body{padding:18px 20px 20px;display:grid;gap:8px}.gallery-card-body h2{margin:0;color:#111827;font-size:18px}.gallery-card-meta{margin:0;color:#6b7280;font-size:12px;font-weight:600;display:flex;flex-wrap:wrap;gap:8px 10px}.gallery-card-fields{color:#9ca3af}.gallery-card-desc{margin:0;color:#4b5563;font-size:13px;line-height:1.5}.gallery-card-body .primary-button{margin-top:6px;min-width:0;width:100%}.gallery-card--placeholder{background:#f9fafb;border-style:dashed}.gallery-preview{position:relative;width:78%;height:88%;background:#fff;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden;padding:14px}.gallery-preview-classic{font-family:Songti SC,STSong,serif}.gallery-preview-classic .gallery-preview-binding{position:absolute;left:10px;top:24px;bottom:24px;border-left:2px dashed #1f2937}.gallery-preview-title{margin:0 0 6px;font-weight:800;font-size:12px;color:#111827;text-align:center;padding-left:14px}.gallery-preview-subtitle{margin:0 0 10px;font-weight:800;font-size:10px;color:#111827;text-align:center;padding-left:14px}.gallery-preview-table{height:16px;margin:0 0 10px 14px;border:1px solid #c7cbd0;background:linear-gradient(#e8e9eb 0 8px,transparent 8px) no-repeat,repeating-linear-gradient(90deg,transparent 0 28px,#c7cbd0 28px 29px)}.gallery-preview-line{height:4px;margin:6px 0 6px 14px;background:#cbd5e1;border-radius:2px}.gallery-preview-line.w-90{width:86%}.gallery-preview-line.w-80{width:76%}.gallery-preview-line.w-70{width:66%}.gallery-preview-line.w-60{width:56%}.gallery-preview-line.w-50{width:46%}.gallery-preview-line.w-40{width:36%}.gallery-preview-gold{padding:0}.gallery-preview-gold .gallery-preview-bar{height:18%;background:#e8c547;margin:0 0 12px}.gallery-preview-gold .gallery-preview-title-bold{font-family:PingFang SC,sans-serif;font-size:12px;padding:0 14px;text-align:left;margin-bottom:10px;line-height:1.3}.gallery-preview-accent{color:#d32f2f;margin-left:4px}.gallery-preview-gold .gallery-preview-line{margin-left:14px;margin-right:14px}.gallery-preview-stamp{position:absolute;right:14px;bottom:14px;color:#d32f2f;font-family:KaiTi,serif;font-size:12px;font-weight:800;transform:rotate(8deg)}.gallery-preview-tape{background:linear-gradient(135deg,#ece3f3,#dcd3e8);padding:18px;width:88%;height:88%;aspect-ratio:1 / 1}.gallery-preview-tape .gp-dots{display:flex;gap:5px;margin-bottom:10px}.gallery-preview-tape .gp-dots span{width:6px;height:6px;border-radius:999px}.gallery-preview-tape .gp-card{background:#fff;border-radius:6px;padding:14px;box-shadow:0 4px 8px #62488c14}.gallery-preview-tape .gp-tape{position:absolute;width:50px;height:12px;background:#f4b7c8d9}.gallery-preview-tape .gp-tape-tl{top:6px;left:-8px;transform:rotate(-30deg)}.gallery-preview-tape .gp-tape-tr{top:6px;right:-8px;transform:rotate(30deg);background:#c8b7f4d9}.gallery-preview-tape .gp-tape-bl{bottom:8px;left:-8px;transform:rotate(30deg);background:#b7d8f4d9}.gallery-preview-tape .gp-tape-br{bottom:8px;right:-8px;transform:rotate(-30deg);background:#f4e5b7d9}@media(max-width:640px){.gallery-shell{padding:28px 16px 56px}.gallery-hero h1{font-size:26px}.gallery-grid{grid-template-columns:1fr 1fr;gap:14px}.gallery-card-body{padding:14px;gap:6px}.gallery-card-body h2{font-size:15px}}.exam-paper.template-classic{position:relative;width:1290px;min-height:1706px;overflow:visible;background:#fff;color:#111;box-shadow:0 18px 44px #0f172a2e;font-family:Songti SC,STSong,SimSun,"Noto Serif CJK SC",serif}.template-classic .binding-column{position:absolute;left:0;top:0;width:132px;height:100%}.template-classic .binding-dash{position:absolute;left:87px;top:168px;bottom:0;width:0;border-left:7px dashed #171717}.template-classic .binding-block{position:absolute;left:25px;width:64px;display:flex;justify-content:center;color:#111;font-size:41px;line-height:1.07;writing-mode:vertical-rl;text-orientation:mixed}.template-classic .binding-block:before,.template-classic .binding-block:after{position:absolute;left:35px;width:5px;height:165px;content:"";background:#111}.template-classic .binding-block:before{top:-185px}.template-classic .binding-block:after{bottom:-185px}.template-classic .block-one{top:526px}.template-classic .block-two{top:1024px}.template-classic .block-three{top:1488px}.template-classic .paper-content{padding:178px 80px 82px 154px;position:relative;z-index:1}.template-classic .paper-header{text-align:center}.template-classic .paper-header h1{margin:0;color:var(--exam-color-title);font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:64px;font-weight:800;line-height:1.22}.template-classic .paper-header h2{margin:34px 0 0;color:var(--exam-color-title);font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:50px;font-weight:800;line-height:1.25}.template-classic .paper-header p{margin:31px 0 0;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:34px;font-weight:800;line-height:1.2}.template-classic .score-table{width:100%;margin-top:28px;border-collapse:collapse;table-layout:fixed;font-size:28px}.template-classic .score-table th,.template-classic .score-table td{height:54px;border:2px solid #c7cbd0;text-align:center;vertical-align:middle}.template-classic .score-table th{color:#565656;background:#e8e9eb;font-weight:400}.template-classic .score-table td{font-weight:400}.template-classic .questions-section{margin-top:24px}.template-classic .questions-section h3{margin:0 0 26px;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:27px;font-weight:800;line-height:1.4}.template-classic .paper-questions{display:grid;gap:30px}.template-classic .paper-question{font-size:29px;line-height:1.38;padding:4px 8px;border-radius:4px;transition:background .18s ease}.template-classic .paper-question.is-active{background:#ffe0662e}.template-classic .paper-question p{margin:0}.template-classic .question-stem{text-align:left}.template-classic .paper-options{margin-top:2px}.exam-paper.template-gold-card{position:relative;width:1080px;min-height:1440px;overflow:hidden;background:#fff;color:#111;box-shadow:0 18px 44px #0f172a2e;font-family:PingFang SC,Microsoft YaHei,sans-serif;display:flex;flex-direction:column}.template-gold-card .gold-topbar{height:86px;background:#e8c547;display:flex;align-items:center;justify-content:space-between;padding:0 28px;flex:0 0 auto;box-shadow:0 1px #0000000d inset}.template-gold-card .gold-icon-group{display:flex;align-items:center;gap:18px}.template-gold-card .gold-content{flex:1;padding:36px 40px 40px;position:relative;z-index:1}.template-gold-card .gold-title{margin:0 0 28px;color:var(--exam-color-title);font-size:calc(50px * var(--paper-font-scale, 1));font-weight:800;line-height:1.18;word-break:break-word}.template-gold-card .gold-accent{color:var(--exam-color-accent)}.template-gold-card .gold-section{margin:0 0 18px;font-size:calc(28px * var(--paper-font-scale, 1));font-weight:700;color:#111}.template-gold-card .gold-questions{display:grid;gap:calc(28px * var(--paper-font-scale, 1))}.template-gold-card .gold-question{position:relative;padding:6px 4px 10px;border-radius:6px;transition:background .18s ease}.template-gold-card .gold-question.is-active{background:#ffe0662e}.template-gold-card .gold-stem{margin:0 0 10px;font-size:calc(26px * var(--paper-font-scale, 1));font-weight:600;line-height:1.45;color:#111;padding-right:160px}.template-gold-card .gold-options{display:grid;gap:6px}.template-gold-card .gold-options p{margin:0;font-size:calc(23px * var(--paper-font-scale, 1));line-height:1.55;color:#111}.template-gold-card .gold-answer,.template-gold-card .gold-explanation{margin:8px 0 0;font-size:calc(23px * var(--paper-font-scale, 1));line-height:1.6}.template-gold-card .gold-answer{color:var(--exam-color-answer);font-weight:700}.template-gold-card .gold-explanation{color:#111}.template-gold-card .gold-label{color:var(--exam-color-answer);font-weight:700;margin-right:6px}.template-gold-card .gold-stamp{position:absolute;right:4px;top:4px;color:var(--exam-color-frequency);font-family:STKaiti,KaiTi,PingFang SC,serif;font-size:calc(32px * var(--paper-font-scale, 1));font-weight:800;transform:rotate(8deg);letter-spacing:2px;text-shadow:0 0 1px rgba(211,47,47,.55),0 1px 0 rgba(255,255,255,.4);padding:4px 10px;border:2px solid currentColor;border-radius:6px;background:#fff9}.exam-paper.template-tape-card{position:relative;width:1200px;min-height:1200px;overflow:hidden;padding:64px 56px 56px;background:linear-gradient(135deg,#ece3f3,#dcd3e8);color:#111;font-family:Songti SC,STSong,STKaiti,KaiTi,serif;box-shadow:0 18px 44px #0f172a2e}.template-tape-card .tape-dots{display:flex;align-items:center;gap:14px;margin:0 0 22px 4px;position:relative;z-index:1}.template-tape-card .tape-dot{width:16px;height:16px;border-radius:999px;box-shadow:0 1px 2px #00000014}.template-tape-card .tape{position:absolute;width:160px;height:36px;z-index:4;opacity:.92;box-shadow:0 2px 4px #00000014}.template-tape-card .tape-tl{top:22px;left:-42px;transform:rotate(-32deg);background:repeating-linear-gradient(45deg,#f4b7c8f2 0 8px,#f4b7c88c 8px 14px)}.template-tape-card .tape-tr{top:28px;right:-42px;transform:rotate(32deg);background:repeating-linear-gradient(-45deg,#c8b7f4f2 0 8px,#c8b7f48c 8px 14px)}.template-tape-card .tape-bl{bottom:36px;left:-42px;transform:rotate(32deg);background:repeating-linear-gradient(-45deg,#b7d8f4f2 0 8px,#b7d8f48c 8px 14px)}.template-tape-card .tape-br{bottom:30px;right:-42px;transform:rotate(-32deg);background:repeating-linear-gradient(45deg,#f4e5b7f2 0 8px,#f4e5b78c 8px 14px)}.template-tape-card .tape-card{position:relative;z-index:1;background:#fff;border-radius:18px;padding:40px 44px;box-shadow:0 8px 22px #62488c1f;display:grid;gap:calc(26px * var(--paper-font-scale, 1))}.template-tape-card .tape-question{padding:10px 8px;border-radius:8px;transition:background .18s ease}.template-tape-card .tape-question.is-active{background:#ffe06638}.template-tape-card .tape-stem{margin:0 0 12px;font-size:calc(28px * var(--paper-font-scale, 1));font-weight:700;line-height:1.45;color:#111}.template-tape-card .tape-options{display:grid;gap:6px}.template-tape-card .tape-options p{margin:0;font-size:calc(23px * var(--paper-font-scale, 1));line-height:1.55;color:#111}.template-tape-card .tape-aside{margin-top:14px;padding:14px 18px;border-radius:10px;background:#ccb4f04d}.template-tape-card .tape-aside p{margin:0;font-size:calc(23px * var(--paper-font-scale, 1));line-height:1.55}.template-tape-card .tape-aside p+p{margin-top:6px}.template-tape-card .tape-answer{color:var(--exam-color-answer);font-weight:700}.template-tape-card .tape-explanation{color:#111}.template-tape-card .tape-label{color:var(--exam-color-answer);font-weight:700;margin-right:6px}
