*{box-sizing:border-box}:root{--ink:#24372f;--green:#356e4f;--muted:#6c7e73;--border:#d4dfd4;--ui-font:"Microsoft YaHei","PingFang SC","Noto Sans CJK SC",system-ui,sans-serif}body{margin:0;background:#eff3ef;color:var(--ink);font:14px/1.5 var(--ui-font)}.site-header{min-height:52px;padding:8px 28px;border-bottom:1px solid #d9e2db;background:#fbfcf9;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand h1{margin:0;font-size:22px;line-height:1.2}.brand-button{display:flex;align-items:center;gap:9px;border:0;padding:0;background:transparent;font:700 22px/1.2 var(--ui-font);color:var(--ink);border-radius:5px;white-space:nowrap}.brand-button img{display:block;width:40px;height:30px;object-fit:contain}.version{font-size:11px;color:#718478;white-space:nowrap}.subtitle{margin:0;font-size:12px;color:var(--muted)}.privacy{font-size:11px;color:#627b6b}.layout{display:grid;grid-template-columns:350px minmax(0,1fr);gap:28px;padding:24px 32px;max-width:1560px;margin:auto}.layout>*,.field{min-width:0}.panel{background:#fbfcf9;border:1px solid #dce5dc;border-radius:16px;height:fit-content;overflow:hidden}.settings-toggle{display:none;align-items:center;justify-content:space-between;min-height:44px;font-size:14px;background:#fbfcf9}.settings-toggle svg{transition:transform .15s}.settings-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.mode-switch{display:flex;gap:6px;padding:12px;border-bottom:1px solid #dce5dc}.mode-switch button{flex:1;font-size:13px}.mode-switch button[aria-pressed=true]{background:var(--green);color:#fff;border-color:var(--green)}.setting-section{padding:20px 22px;border-bottom:1px solid #e2e9e0}.setting-section h2{display:flex;align-items:center;gap:9px;font-size:15px;margin:0 0 17px;font-weight:600}.section-icon{width:18px;height:18px;flex:none;color:#78927e}.field{display:block;margin:0 0 14px}.field>span:first-child{display:block;font-size:12px;color:#61746a;margin-bottom:6px}select,textarea,input[type=text]{font:inherit;color:inherit;border:1px solid #cfdacf;border-radius:8px;background:#fff;padding:8px 10px;width:100%;outline:none}select:focus,textarea:focus,input:focus-visible,button:focus-visible{outline:2px solid #41785c;outline-offset:2px}textarea{resize:vertical;min-height:146px;font-family:var(--ui-font);font-size:14px;line-height:1.8}.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px}.two:has(>.field[hidden]){grid-template-columns:minmax(0,1fr)}.field>.range-heading{display:flex!important;align-items:center;justify-content:space-between;gap:6px;min-height:20px}.range-heading>span{min-width:0}.range-heading output{font:600 12px/1.4 var(--ui-font);font-variant-numeric:tabular-nums;color:#356e4f;white-space:nowrap}input[type=range]{display:block;width:100%;height:24px;margin:0;appearance:none;background:transparent;cursor:pointer;accent-color:var(--green)}input[type=range]::-webkit-slider-runnable-track{height:6px;border-radius:6px;background:linear-gradient(to right,#4f8364 0 var(--range-progress,50%),#dfe7de var(--range-progress,50%) 100%)}input[type=range]::-webkit-slider-thumb{appearance:none;width:18px;height:18px;margin-top:-6px;border:2px solid #4f8364;border-radius:50%;background:#fff;box-shadow:0 1px 3px #23492a22}input[type=range]::-moz-range-track{height:6px;border-radius:6px;background:#dfe7de}input[type=range]::-moz-range-progress{height:6px;background:#4f8364;border-radius:6px}input[type=range]::-moz-range-thumb{width:15px;height:15px;border:2px solid #4f8364;border-radius:50%;background:#fff}.range-ends{display:flex;justify-content:space-between;color:#8a998e;font-size:10px;line-height:1.3}.check{display:flex;align-items:flex-start;gap:8px;margin:4px 0 2px;padding:11px;background:#edf4eb;border:1px solid #d7e5d8;border-radius:8px;font-size:12px;cursor:pointer}input[type=checkbox]{accent-color:#376e4e;width:16px;height:16px;margin:1px 0;flex-shrink:0}.color{height:38px;width:100%;border:1px solid #cfdacf;border-radius:8px;background:#fff;padding:4px}.hint{font:12px/1.7 var(--ui-font);color:#77887d;margin:0}.input-foot{display:flex;gap:10px;justify-content:space-between;margin:-5px 0 14px}.input-foot .hint{font-size:11px}.count{font:11px/1.7 var(--ui-font);color:#849487;white-space:nowrap}#fontHint,#templateFontHint{margin-bottom:14px;font:12px/1.7 var(--ui-font)}.privacy-note{font-size:11px;color:#788b7d;padding:4px 22px 6px}.template-summary{margin-bottom:18px}#templateSettings small{font-size:10px;font-weight:400;color:#849487}.workspace-head{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title actions" "status pager";gap:10px 18px;align-items:center;margin-bottom:14px}.preview-title{grid-area:title;margin:0;font-size:22px;line-height:1.4;font-weight:600;align-self:end}.preview-status{grid-area:status;font-size:12px;line-height:1.5;min-height:32px;display:flex;align-items:center;color:#607669}.actions{grid-area:actions;display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}button{font:12px/1.5 var(--ui-font);border:1px solid #ccd9ce;background:#fff;color:#2c4838;border-radius:9px;padding:9px 13px;cursor:pointer}button.primary{background:var(--green);color:#fff;border-color:var(--green)}button:hover:not(:disabled){filter:brightness(.96)}button:disabled{opacity:.45;cursor:default}input:disabled,select:disabled,textarea:disabled{background:#eff2ed;color:#8d998f}.pager{grid-area:pager;display:flex;align-items:center;justify-content:flex-end;gap:9px;min-height:32px;font-size:12px;color:#708577;margin:0}.pager button{padding:4px 10px}.pager label{width:110px}.pager select{padding:5px 7px;font-size:12px}.preview{padding:22px;background:#e2eae2;border:1px solid #d5dfd5;border-radius:15px;min-height:400px;display:flex;flex-direction:column;gap:14px;align-items:center;transition:opacity .15s}.preview[aria-busy=true]{opacity:.5}.sheet{background:#fff;box-shadow:0 5px 25px #34553c18;max-width:100%;width:700px;position:relative}.sheet svg{display:block;width:100%;height:auto}.sheet.landscape{width:100%}.page-label{font-size:11px;color:#7c9183;align-self:flex-start}.loading{margin:130px 10px;color:#78917f;font-size:13px}.error{background:#fff0ed;color:#8b3329;border:1px solid #e9bbb2;border-radius:8px;padding:12px;margin-bottom:12px;display:none;font-size:12px}#retry{margin-top:8px;padding:6px 10px}.export-progress{padding:10px 12px;border:1px solid #cbdccd;background:#f8fbf6;border-radius:9px;display:flex;align-items:center;gap:10px;font-size:12px;margin-bottom:14px}.export-progress progress{height:6px;accent-color:var(--green);flex:1;min-width:35px}.export-progress button{padding:4px 9px}.foot{font-size:11px;color:#788b7d;padding:14px 0}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}[hidden]{display:none!important}#brandDialog{width:min(440px,calc(100% - 32px));border:1px solid #d7e1d7;border-radius:20px;padding:32px 26px;color:var(--ink);background:#fbfcf9;text-align:center;box-shadow:0 20px 70px #213a3033}#textEditorDialog::backdrop,#brandDialog::backdrop{background:#24372f66;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.dialog-close{position:absolute;right:12px;top:10px;padding:0;border:0;width:32px;height:32px;font-size:26px;line-height:1;background:transparent;color:#7b8a80}.dialog-logo{display:block;object-fit:contain;margin:0 auto 10px}.dialog-caption{margin:0;color:#798b7e;font-size:12px}#brandDialog h2{font-size:26px;margin:6px 0 24px;letter-spacing:2px}.account-platforms{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.account-platforms span{padding:7px 11px;background:#eaf1e8;border:1px solid #dbe6d8;border-radius:8px;font-size:13px}textarea[readonly]{cursor:pointer;resize:none}#textEditorDialog{width:min(760px,calc(100% - 32px));max-height:calc(100dvh - 32px);border:1px solid #d7e1d7;border-radius:18px;padding:24px;color:var(--ink);background:#fbfcf9;box-shadow:0 20px 70px #213a3033}#textEditorDialog[open]{display:flex;flex-direction:column;gap:14px}#textEditorTitle{margin:0;font-size:20px}#textEditor{height:50dvh;min-height:0;flex:1 1 auto;resize:none;font:18px/1.8 var(--ui-font);padding:14px}#textEditorTitle,.editor-foot,.editor-actions{flex:none}.editor-foot{display:flex;align-items:center;justify-content:space-between;gap:12px}.editor-actions{display:flex;justify-content:flex-end;gap:10px}.editor-actions button{min-width:82px}@media(max-width:600px){#textEditorDialog{padding:18px;gap:12px}.editor-foot{flex-wrap:wrap;gap:4px}#textEditor{font-size:16px}}@media(max-width:1100px){.layout{gap:20px;grid-template-columns:320px minmax(0,1fr)}.subtitle{display:none}.preview{padding:16px}.actions button{padding:8px 10px}.workspace-head{column-gap:12px}}@media(max-width:820px){.settings-toggle{display:flex}.settings-panel:not(.is-expanded){display:none}.site-header{padding:8px 16px;gap:12px}.brand{gap:8px}.brand-button{font-size:20px;gap:6px}.brand-button img{width:36px;height:27px}.privacy{font-size:10px;max-width:115px}.version{display:none}.layout{grid-template-columns:minmax(0,1fr);padding:18px;gap:22px}.panel{width:100%}.setting-section{padding:18px}.preview{padding:12px;min-height:200px}.foot{line-height:1.8}.export-progress{flex-wrap:wrap}}@media(max-width:600px){.workspace-head{grid-template-columns:minmax(0,1fr);grid-template-areas:"title" "actions" "status" "pager";gap:9px}.preview-title{font-size:20px}.preview-status{min-height:20px}.actions{justify-content:stretch}.actions button{flex:1;padding:9px 7px;font-size:11px}.pager{justify-content:center}.preview-status{text-align:center;justify-content:center}}@media(max-height:480px){#textEditorDialog{padding:12px;max-height:calc(100dvh - 16px);gap:8px}#textEditorTitle{font-size:18px;line-height:1.25}#textEditor{height:45dvh;padding:8px}#textEditorHint{display:none}.editor-actions button{min-height:40px}.editor-foot{min-height:16px}}@media print{.settings-toggle,.site-header,.panel,.workspace-head,.error,.export-progress,.foot,.page-label,dialog{display:none!important}.layout{display:block;padding:0}.preview{display:block;padding:0;border:0;background:#fff}.sheet{width:auto;box-shadow:none}body{background:#fff}}#ordinaryLayout{margin-bottom:18px;padding:12px;border:1px solid #dce5dc;border-radius:9px;background:#f1f6ef}.geometry-summary{color:#356e4f;margin:0 0 8px;font-weight:600}.field-heading{display:flex;align-items:center;gap:9px;font-size:12px;color:#61746a;margin-bottom:6px}.field-toggle{display:flex;gap:5px;align-items:center;margin-left:auto}.field-heading select{width:90px;padding:4px 6px;font-size:12px}.picker-dialog{width:min(800px,calc(100% - 28px));max-height:calc(100dvh - 24px);padding:22px;border:1px solid #d7e1d7;border-radius:18px;color:var(--ink);background:#fbfcf9;box-shadow:0 20px 70px #213a3033}.picker-dialog[open]{display:flex;flex-direction:column;gap:14px}.picker-dialog::backdrop{background:#24372f66;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.picker-dialog h2{margin:0;font-size:20px;flex:none}.picker-dialog .editor-actions{flex:none}.background-body{overflow:auto;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,230px);gap:20px}.background-current{width:100%;display:flex;align-items:center;text-align:left;gap:16px}.background-current img{width:58px;height:82px;object-fit:contain;border:1px solid #dce5dc;background:#fff}.background-current span{display:block}.background-current strong{display:block;font-weight:500;margin-bottom:6px}.background-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:16px}.background-choice{padding:8px;display:flex;align-items:center;gap:8px;text-align:left}.background-choice[aria-pressed=true]{border:2px solid var(--green);padding:7px;background:#edf4eb}.background-choice img{width:42px;height:59px;object-fit:contain;background:#fff}.background-preview{margin:0;text-align:center}.background-preview img{width:100%;max-height:48dvh;object-fit:contain;background:#fff;border:1px solid #dce5dc}.background-preview figcaption{font-size:12px;color:#63756d;margin-top:8px}.upload-field input{max-width:100%;font-size:12px}.picker-error{font-size:12px;color:#953e30;background:#fff0ed;padding:8px;border-radius:6px}.background-body .field{margin-top:12px}@media(max-width:600px){.picker-dialog{padding:16px}.background-body{grid-template-columns:1fr}.background-preview{grid-row:1}.background-preview img{height:160px}.background-choices{grid-template-columns:1fr 1fr}}@media(max-height:480px){.picker-dialog{padding:12px;gap:8px}.picker-dialog h2{font-size:18px}.background-preview img{max-height:120px}}input[type=search]{font:inherit;color:inherit;border:1px solid #cfdacf;border-radius:8px;background:#fff;padding:8px 10px;width:100%;outline:none}.content-tools{display:flex;justify-content:flex-end;margin:-3px 0 9px}.content-tools button{padding:5px 10px;font-size:12px}.literature-dialog{width:min(1000px,calc(100% - 28px));height:min(860px,calc(100dvh - 28px));overflow:hidden}.literature-body{flex:1;min-height:0;overflow:hidden;scrollbar-gutter:stable}.literature-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 10px}.literature-columns{display:grid;grid-template-columns:minmax(210px,.85fr) minmax(0,1.4fr);gap:18px}.literature-columns>div{min-width:0}.literature-browser{display:flex;flex-direction:column;min-height:0}.literature-browser>*{flex-shrink:0}.literature-results{display:flex;flex-direction:column;gap:7px;flex:1;min-height:0;overflow:auto;scrollbar-gutter:stable;padding:3px}.literature-result{text-align:left;padding:10px;display:flex;flex-direction:column;flex:0 0 auto;gap:3px;width:100%;min-width:0}.literature-result>strong{font-size:14px;font-weight:600;line-height:1.5;overflow-wrap:anywhere}.literature-result>span{color:#6c7e73;font-size:11px;line-height:1.5;overflow-wrap:anywhere}.literature-result>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.literature-result[aria-pressed=true]{border-color:var(--green);background:#edf4eb;box-shadow:inset 0 0 0 1px var(--green)}.literature-preview{min-width:0;min-height:0;overflow:auto;background:#fff;border:1px solid #dce5dc;border-radius:10px;padding:16px}.literature-preview h3{font-size:19px;margin:0 0 8px}.literature-preview pre{font:16px/1.9 var(--ui-font);white-space:pre-wrap;overflow-wrap:anywhere;margin:14px 0}.literature-sources{font-size:11px;color:#6c7e73;line-height:1.7}.literature-sources a{color:#356e4f;display:block;margin-top:5px}.literature-sources p{margin:5px 0}@media(max-width:650px){.literature-filters{grid-template-columns:1fr 1fr;gap:0 10px}.literature-columns{display:flex;flex-direction:column}.literature-browser,.literature-preview{flex:0 0 auto}.literature-body{overflow:auto}.literature-results{flex:none;height:25dvh;min-height:160px}.literature-preview{height:32dvh;min-height:180px}.literature-preview pre{font-size:15px}.literature-dialog .editor-actions button{min-height:40px}}.background-current>span{min-width:0;overflow-wrap:anywhere}.background-preview figcaption{overflow-wrap:anywhere}.template-selector{padding:18px 22px 2px;border-bottom:1px solid #dce5dc;background:#f1f6ef}.settings-module{border-bottom:1px solid #e2e9e0}.settings-module h2{margin:0;font-size:14px}.module-toggle{width:100%;border:0;border-radius:0;padding:16px 22px;display:flex;align-items:center;justify-content:space-between;background:transparent;text-align:left;font-size:14px;font-weight:600;min-height:52px}.module-toggle[aria-expanded=true]{color:#356e4f}.module-toggle:focus-visible{outline-offset:-4px}.module-chevron{flex:none;transition:transform .15s}.module-toggle[aria-expanded=true] .module-chevron{transform:rotate(180deg)}.module-content{padding:0 22px 18px}.module-content>.hint{padding-top:4px}.module-content .field:last-child{margin-bottom:6px}.template-fields{border-top:1px solid #e2e9e0;padding-top:14px}.template-fields small{font-size:10px;color:#849487}.module-error{margin:0 0 12px;padding:9px;border-radius:7px;background:#fff0ed;color:#8b3329;font-size:12px;overflow-wrap:anywhere}[aria-invalid=true]{outline:2px solid #b95342;outline-offset:2px}#backgroundSetting{margin-top:14px}.background-current img{flex:none}.background-choice span{min-width:0;overflow-wrap:anywhere}@media(max-width:820px){.template-selector{padding:18px 18px 2px}.module-toggle{padding:16px 18px}.module-content{padding:0 18px 18px}}.literature-dialog>#literatureApplyHint{flex:none;margin:0}.module-warning{font-size:12px;line-height:1.6;color:#76571e;background:#fff7df;border-radius:6px;padding:9px 11px;margin:0 0 12px}@media(max-height:600px)and (min-width:651px){.literature-body{overflow:auto}.literature-browser,.literature-preview{min-height:440px}}.paper-fit{width:100%;display:flex;justify-content:center}@media screen and (min-width:821px){body{height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden}.layout{width:100%;height:100%;min-height:0;align-items:start}.settings-panel{max-height:100%;overflow-y:auto;scrollbar-gutter:stable;overscroll-behavior:contain}.workspace{position:sticky;top:0;align-self:start;height:100%;min-height:0;display:flex;flex-direction:column;overflow-y:auto;scrollbar-gutter:stable}.workspace-head,.workspace>.error,.export-progress,.foot{flex:none}.preview{flex:1;min-height:240px;gap:8px;padding:14px;overflow:auto}.page-label{flex:none}.paper-fit{flex:1;min-height:0;container-type:size;display:grid;place-items:center}.sheet,.sheet.landscape{width:min(100cqw,calc(100cqh * var(--sheet-ratio)));max-width:100%}.foot{padding:10px 0 0}}@media screen and (min-width:821px)and (max-width:1100px){.layout{grid-template-columns:300px minmax(0,1fr);gap:18px;padding:18px 20px}.workspace-head{grid-template-columns:minmax(0,1fr);grid-template-areas:"title" "actions" "status" "pager";gap:6px}.actions,.pager{justify-content:flex-start}}.privacy{white-space:nowrap;flex-shrink:0;max-width:none}.zoom-tools{flex:none;display:flex;align-items:center;gap:8px;margin:0 0 10px;flex-wrap:wrap}.zoom-tools label{display:flex;gap:8px;align-items:center;font-size:12px}.zoom-tools select{width:auto;min-width:104px;padding:6px 10px}.zoom-tools button{min-width:34px;padding:5px 10px;font-size:18px}.zoom-tools .hint{margin:0}.page-furniture{margin:4px 0 16px}.paper-fit{display:block;overflow:auto;overscroll-behavior:contain}.sheet,.sheet.landscape{max-width:none;margin:0 auto;flex:none}.print-frame{position:fixed;width:1px;height:1px;left:-10000px;top:0;border:0}@media(max-width:820px){.privacy{max-width:none}.paper-fit{max-height:70dvh}}@media(max-width:600px){.zoom-tools .hint{flex-basis:100%}.actions{flex-wrap:wrap}.actions button{white-space:nowrap}.site-header{gap:8px}}@media print{.zoom-tools,.print-frame{display:none!important}}.literature-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.preview-surface{display:flex;flex-direction:column;min-height:240px;flex:1;background:#e7eee7;border:1px solid #dce5dc;border-radius:16px;overflow:hidden}.preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;flex:none;padding:10px 14px 0}.preview-toolbar .page-label{margin:0;white-space:nowrap;align-self:center}.preview-toolbar .zoom-tools{margin:0;gap:5px;flex-wrap:nowrap}.preview-toolbar .zoom-tools label{gap:5px}.preview-toolbar .zoom-tools label>span{display:none}.preview-toolbar .zoom-tools button{font-size:15px;min-width:28px;height:28px;padding:2px 7px}.preview-toolbar .zoom-tools select{min-width:88px;height:28px;font-size:11px;padding:2px 7px}.preview-surface>.preview{border:0;border-radius:0;background:transparent;min-height:0}.literature-sources{border-top:1px solid #dce5dc;margin-top:28px;padding-top:20px}.literature-browser{padding:4px 5px 0}.literature-filters{gap:14px}.surface-options{display:grid;grid-template-columns:1fr 1fr;gap:16px}.surface-options .field{margin-bottom:12px}#editorChooseLiterature{margin-right:auto}.background-choices{max-height:48dvh;overflow:auto;padding:3px;scrollbar-gutter:stable}@media(max-width:820px){.preview-surface{min-height:350px}.preview-toolbar{padding:10px 10px 0}.preview-toolbar .zoom-tools{flex-wrap:nowrap}.preview-toolbar .zoom-tools button{min-width:28px}.preview-surface>.preview{padding:12px}.surface-options{gap:10px}}@media screen and (min-width:821px){body{grid-template-rows:auto minmax(0,1fr) auto}.layout{padding-bottom:12px}}.workspace-head{grid-template-columns:minmax(0,1fr);grid-template-areas:"title" "actions";gap:9px}.preview-heading{grid-area:title;display:flex;align-items:center;gap:20px;min-width:0;flex-wrap:wrap}.preview-title{flex:none;align-self:auto}.preview-heading .preview-status{min-height:0;text-align:left;justify-content:flex-start}.actions{justify-content:flex-end}.preview-toolbar .pager{min-width:0;gap:6px;justify-content:flex-start;min-height:28px}.preview-toolbar .pager button{height:28px;min-width:28px;padding:2px 7px}.preview-toolbar .pager label{width:87px}.preview-toolbar .pager select{height:28px;padding:2px 6px;font-size:11px}.preview-toolbar .pager>span{white-space:nowrap;font-size:11px}.color-with-reset{display:flex;align-items:center;gap:7px}.color-with-reset input{min-width:0;flex:1}.color-with-reset button{flex:none;white-space:nowrap;padding:7px 10px}*{scrollbar-color:#bacdc0 #f1f5f2;scrollbar-width:thin}*::-webkit-scrollbar{width:9px;height:9px}*::-webkit-scrollbar-track{background:#f1f5f2;border-radius:8px}*::-webkit-scrollbar-thumb{background:#bacdc0;border:2px solid #f1f5f2;border-radius:8px}*::-webkit-scrollbar-thumb:hover{background:#96b3a0}.site-footer{max-width:1560px;width:100%;margin:auto;padding:0 32px 12px;font-size:11px;line-height:1.7;color:#77887d;text-align:left}.site-footer p{margin:0}.site-footer a{color:#356e4f;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}#contactPopover{position:fixed;inset:auto;margin:0;width:min(280px,calc(100vw - 24px));max-height:calc(100dvh - 24px);overflow:auto;border:1px solid #cbdacd;border-radius:14px;background:#fbfcf9;padding:22px 18px 18px;color:var(--ink);box-shadow:0 12px 40px #24372f33;text-align:center}#contactPopover h2{font-size:16px;margin:0 0 14px}#contactQr{display:block;max-width:100%;height:auto;margin:0 auto 12px;background:#fff}#contactPopover .hint{font-size:11px}@media(min-width:1400px){.workspace-head{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title actions";gap:12px}.preview-heading{gap:16px;flex-wrap:nowrap}.preview-status{font-size:11px}.actions{gap:6px}.actions button{padding:8px 10px}}@media(max-width:1100px){.workspace-head{grid-template-areas:"title" "actions"}.actions{justify-content:flex-start}.preview-heading{gap:12px}}@media(max-width:820px){.site-footer{padding:0 18px 16px}.preview-heading{gap:12px}}@media(max-width:600px){.preview-heading{gap:6px 12px}.preview-heading .preview-status{font-size:10px}.preview-toolbar{gap:6px;padding:10px 8px 0}.preview-toolbar .pager{gap:4px}.preview-toolbar .pager label{width:76px}.preview-toolbar .pager>span{display:none}.preview-toolbar .zoom-tools{gap:4px}.preview-toolbar .zoom-tools select{min-width:76px;max-width:88px;padding:2px 4px}.actions{justify-content:stretch}}@media print{.site-footer,#contactPopover,.preview-toolbar{display:none!important}}#contactQr{width:220px;height:220px;object-fit:cover;object-position:51% 50%;border-radius:6px}.brand-integrity-warning{margin:10px 24px;padding:8px 12px;border:1px solid #d8c9a8;border-radius:8px;background:#fffaf0;color:#775d31;font-size:12px}.preview-surface{position:relative}.preview-loading{position:absolute;inset:40px 0 0;z-index:1;display:grid;place-items:center;pointer-events:none}.preview-loading-card{display:flex;align-items:center;gap:10px;padding:13px 18px;border:1px solid #dce5dc;border-radius:12px;background:#f9fcfaf5;color:#426a53;font-size:13px;box-shadow:0 3px 14px #34553c12}.preview-spinner{width:20px;height:20px;flex:none;border:2px solid #dce7df;border-top-color:#568268;border-radius:50%}.preview-loading:not([hidden]) .preview-spinner{animation:preview-spin .85s linear infinite;will-change:transform}@keyframes preview-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.preview-loading:not([hidden]) .preview-spinner{animation:none;will-change:auto}}@media print{.preview-loading{display:none!important}}.margin-summary{display:flex;align-items:center;justify-content:center;width:100%;height:38px;min-width:0;padding:8px 6px;font-size:12px;line-height:20px;font-variant-numeric:tabular-nums;white-space:nowrap}.margin-summary span{overflow:hidden;text-overflow:ellipsis}.margin-dialog{box-sizing:border-box;width:min(340px,calc(100vw - 24px));max-height:calc(100dvh - 24px);padding:22px;border:1px solid #d0ddd3;border-radius:16px;color:inherit;background:#fbfcf8;overflow-y:auto}.margin-dialog::backdrop{background:#1b2f252e}.margin-dialog h2{margin:0;font-size:1.12rem}.margin-dialog .hint{margin:6px 0 20px}.margin-dialog .field{margin-bottom:20px}.margin-dialog .editor-actions{gap:8px}.margin-dialog .editor-actions button{min-width:0;flex:1;padding:9px}.background-opacity{margin:18px 0 2px}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}select:not([multiple]){appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m4 6 4 4 4-4' fill='none' stroke='%236c7e73' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:14px 14px;padding-right:31px!important}.preview-toolbar select:not([multiple]){background-position:right 7px center;background-size:12px 12px;padding-right:23px!important}.preview-toolbar .zoom-tools button,.preview-toolbar .pager button{display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1;flex:none}.preview-toolbar button svg{display:block;flex:none;pointer-events:none}.mobile-settings-head{display:none}.settings-backdrop{position:fixed;inset:0;z-index:40;background:#1b2f253d}.compact-dialog{width:min(440px,calc(100vw - 28px));max-height:calc(100dvh - 28px);padding:28px 22px 20px;border:1px solid #d5dfd5;border-radius:16px;background:#fbfcf9;color:var(--ink);box-shadow:0 16px 56px #24372f33;overflow:auto;overscroll-behavior:contain}.compact-dialog::backdrop{background:#1b2f2559;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.compact-dialog h2{font-size:17px;line-height:1.5;margin:0 22px 10px 0}.compact-dialog p{font-size:13px;line-height:1.7;margin:8px 0;color:#61746a}.site-copy-row{display:flex;align-items:center;gap:8px;padding:6px 8px;margin:16px 0 10px;border:1px solid #d5dfd5;border-radius:9px;background:#fff}.site-copy-row .site-copy-url{padding:5px 0;min-width:0;flex:1;text-align:left;font-size:13px;color:var(--green);border:0;background:transparent;white-space:nowrap;-webkit-user-select:text;user-select:text}.site-copy-row>button:last-child{padding:5px 10px;flex:none}.compact-dialog #mobileCopyStatus{font-size:11px;margin-bottom:0}.export-save-dialog{width:min(620px,calc(100vw - 28px))}.export-file-name{overflow-wrap:anywhere}.export-image-preview{max-height:52dvh;overflow:auto;background:#e7eee7;padding:8px;border-radius:9px}.export-image-preview img{display:block;max-width:100%;height:auto;margin:auto;-webkit-touch-callout:default;-webkit-user-select:auto;user-select:auto}.export-save-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;align-items:center}.button-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font:12px/1.5 var(--ui-font);border:1px solid #ccd9ce;border-radius:9px;padding:9px 13px;color:#2c4838;background:#fff}.wechat-save-help{border-top:1px solid #dce5dc;margin-top:14px;padding-top:6px}html.has-dialog{overflow:hidden}@media(max-width:820px){.site-header{min-height:42px;padding:6px 12px;gap:8px}.brand-button{font-size:17px;gap:6px}.brand-button img{width:28px;height:21px}.privacy{font-size:10px}.layout{padding:12px;gap:12px}.settings-toggle{min-height:36px;height:36px;padding:6px 12px;font-size:13px;position:relative;z-index:41}body.mobile-settings-open{position:fixed;width:100%;overflow:hidden}.settings-panel.is-expanded{position:fixed;z-index:42;left:12px;right:12px;top:var(--settings-top,100px);width:auto;height:var(--settings-height, calc(100dvh - 112px) );max-height:calc(100dvh - 24px);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;box-shadow:0 10px 36px #24372f33}.mobile-settings-head{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:2;padding:9px 12px;background:#fbfcf9;border-bottom:1px solid #dce5dc;font-size:14px}.mobile-settings-head button{padding:5px 12px;font-size:12px}.module-toggle{min-height:40px;padding:11px 14px;font-size:13px}.module-content{padding:0 14px 14px}.template-selector{padding:12px 14px 0}.preview-title{font-size:16px}.preview-heading{gap:6px 10px}.preview-heading .preview-status{font-size:10px}.workspace-head{gap:8px;margin-bottom:10px}.actions{display:flex;flex-wrap:nowrap;gap:6px}.actions button{flex:1;height:34px;min-height:34px;padding:5px 6px;font-size:12px;white-space:nowrap}.actions #print{display:none}.preview-toolbar{padding:8px 8px 0;gap:6px}.preview-toolbar .zoom-tools button,.preview-toolbar .pager button{height:28px;width:28px;min-width:28px}.preview-toolbar .zoom-tools select{min-width:80px;width:80px;max-width:none;height:28px;font-size:11px;padding-left:5px}.preview-toolbar .pager label{width:78px}.preview-toolbar .pager select{height:28px;font-size:11px;padding-left:5px}.preview-toolbar .pager>span{display:none}.preview-surface>.preview{padding:10px}.site-footer{padding:0 12px 12px}#brandDialog{padding:26px 14px 20px;border-radius:16px}#brandDialog .dialog-logo{width:72px;height:54px;margin-bottom:8px}#brandDialog h2{font-size:20px;margin:6px 0 18px;letter-spacing:1px}.dialog-caption{font-size:12px}.account-platforms{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px}.account-platforms span{padding:7px 3px;font-size:12px;white-space:nowrap;min-width:0}dialog h2,#textEditorTitle,.literature-dialog h2,.background-dialog h2,.margin-dialog h2,#contactPopover h2{font-size:16px;line-height:1.5}#brandDialog h2{font-size:20px}.literature-preview h3{font-size:16px}.literature-preview pre{font-size:15px}#textEditor{font-size:16px}.dialog-close{font-size:22px;width:28px;height:28px;right:8px;top:8px;display:flex;align-items:center;justify-content:center}.compact-dialog{padding:26px 16px 16px}.compact-dialog h2{font-size:16px}.compact-dialog p{font-size:12px}.editor-actions{gap:6px}.editor-actions button{min-width:0;padding:7px 10px;font-size:12px}.export-save-actions button,.export-save-actions .button-link{min-height:34px;padding:6px 10px}}@media(max-width:380px){.preview-toolbar .zoom-tools button,.preview-toolbar .pager button{height:26px;width:26px;min-width:26px}.preview-toolbar .zoom-tools select{min-width:76px;width:76px;height:26px}.preview-toolbar .pager label{width:74px}.preview-toolbar .pager select{height:26px}.preview-toolbar .zoom-tools,.preview-toolbar .pager{gap:4px}.actions button{font-size:11px}.site-copy-row .site-copy-url{font-size:12px}}@media print{.settings-backdrop,.mobile-settings-head,.compact-dialog{display:none!important}}#retry{margin:8px 0 0;font-size:12px}.preview[aria-busy=true]{opacity:.55;transition:opacity .15s}
