:root{color:#171717;background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--app-bg: #ffffff;--app-surface: #fafafa;--app-surface-strong: #ffffff;--app-border: #d8d8d8;--app-border-soft: #ececec;--app-text: #171717;--app-muted: #6b6b6b;--app-accent: #171717;--app-focus: rgba(17, 17, 17, .12)}*{box-sizing:border-box}body{margin:0;min-width:1180px;height:100vh;overflow:hidden}button,select,textarea{font:inherit}button,select{border:1px solid var(--app-border);background:#fff;color:var(--app-text);height:36px;border-radius:8px;padding:0 12px}button{display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,transform .12s ease,box-shadow .16s ease}button:hover:not(:disabled),select:hover{border-color:#9d9d9d;background:#f7f7f7}button:active:not(:disabled){transform:translateY(1px)}button:disabled{cursor:not-allowed;opacity:.45}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button.primary{border-color:var(--app-accent);background:var(--app-accent);color:#fff;box-shadow:none}.app-shell{height:100vh;display:flex;flex-direction:column;overflow:hidden}.topbar{flex:0 0 60px;height:60px;padding:0 20px 0 22px;border-bottom:1px solid var(--app-border);display:flex;align-items:center;justify-content:space-between;background:#fff;position:relative;z-index:20}.brand,.topbar-actions{display:flex;align-items:center;gap:10px}.brand{font-weight:700;color:var(--app-text)}.template-picker{position:relative;margin-left:10px}.template-picker>button{height:34px;font-size:13px;color:#303030;background:#fff}.template-menu{position:absolute;top:42px;left:0;width:260px;padding:8px;background:#fff;border:1px solid var(--app-border);border-radius:8px;box-shadow:0 12px 30px #0000001f;z-index:40}.template-menu button{width:100%;height:40px;padding:0 12px;display:flex;align-items:center;justify-content:flex-start;border-color:transparent;background:transparent;text-align:left}.template-menu button:hover,.template-menu button.is-active{border-color:#d4d4d4;background:#f5f5f5}.template-menu span{font-weight:750}.workspace{flex:1;display:grid;grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr);grid-template-areas:"preview sync editor";height:calc(100vh - 60px);min-height:0;overflow:hidden;background:var(--app-bg)}.sync-rail{grid-area:sync;height:100%;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:0;border-left:1px solid #dedede;background:transparent;color:#737373;overflow:visible;position:relative}.sync-rail button{width:24px;height:28px;padding:0;border:0;border-radius:0;background:transparent;color:#666;font-size:15px;font-weight:700;line-height:1;box-shadow:none;transform:translate(-12px)}.sync-rail span{display:none}.editor-pane{grid-area:editor;padding:20px 20px 20px 28px;height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:#fff;box-shadow:none}.editor-pane textarea{width:100%;flex:1;min-height:0;resize:none;overflow:auto;border:1px solid var(--app-border);border-radius:8px;padding:18px 19px;color:#202020;background:#fff;line-height:1.7;font-size:15px;outline:none;box-shadow:none}.editor-pane textarea:focus{border-color:#777;box-shadow:0 0 0 3px var(--app-focus)}.markdown-toolbar{min-height:42px;margin-bottom:10px;padding:6px;display:flex;align-items:center;gap:3px;border:1px solid var(--app-border);border-radius:8px;background:#fff;box-shadow:none}.markdown-toolbar button{width:28px;height:28px;padding:0;border-color:transparent;border-radius:6px;background:transparent}.markdown-toolbar button:hover{border-color:var(--app-border);background:#f3f3f3}.toolbar-spacer{flex:1}.toolbar-history{display:inline-flex;align-items:center;gap:2px;padding-left:5px;border-left:1px solid #dedede}.toolbar-history button{width:27px;height:26px;border-radius:5px}.toolbar-separator{width:1px;height:22px;margin:0 1px;background:#dedede}.preview-pane{grid-area:preview;height:100%;min-height:0;padding:20px 24px 96px;position:relative;overflow-x:hidden;overflow-y:auto;background:#fff}.preview-toolbar{width:100%;max-width:620px;min-height:42px;margin:0 auto 14px;display:flex;align-items:center;gap:8px;white-space:nowrap}.preview-template-picker{flex:0 0 auto;margin-left:0}.preview-template-picker>button{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phone-frame{width:clamp(360px,calc(50vw - 96px),500px);min-width:360px;margin:0 auto}.panel-bar{min-height:42px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#555;font-size:14px;font-weight:650}.preview-toolbar>.panel-bar{flex:1;min-width:0;margin-bottom:0;justify-content:flex-end}.preview-toolbar>.panel-bar>span{display:none}.preview-toolbar>.panel-bar .panel-actions{gap:6px}.panel-actions{display:flex;align-items:center;gap:8px}.panel-actions .panel-history-button{width:27px;height:26px;padding:0;border-color:transparent;border-radius:5px;background:transparent}.panel-actions .panel-history-button:hover:not(:disabled){border-color:var(--app-border);background:#f3f3f3}.font-controls{display:inline-flex;align-items:center;gap:4px;padding:3px;border:1px solid var(--app-border);border-radius:8px;background:#fff}.font-controls button{width:28px;height:28px;padding:0;font-weight:800}.font-controls span{color:#666;font-size:12px}.font-controls strong{min-width:42px;color:#4f4f4f;font-size:12px;font-weight:750;text-align:center}.phone-meta{display:flex;justify-content:space-between;align-items:center;color:#6a6a6a;font-size:13px;margin:0 4px 10px}.phone-canvas{width:100%;position:relative;display:flex;flex-direction:column;gap:14px}.preview-pages{display:flex;flex-direction:column;gap:14px}.pagination-measurer{position:absolute;left:0;top:0;width:100%;visibility:hidden;pointer-events:none;z-index:-1}.preview-page-card{width:100%;min-height:1px;position:relative;overflow:hidden;border:1px solid #cfc5b6;border-radius:18px;background:#fffaf0;box-shadow:0 18px 45px #312b232e,inset 0 0 0 1px #ffffff6b}.preview-page-content{position:absolute;top:0;right:0;bottom:14px;left:0;width:100%;overflow:hidden;z-index:1}.preview-page-card-full{min-height:1px;overflow:visible}.preview-page-card-full .preview-page-content{position:relative;inset:auto;overflow:visible}.page-number{position:absolute;z-index:2;pointer-events:none;-webkit-user-select:none;user-select:none;font-variant-numeric:tabular-nums}.page-number-top-left{top:24px;left:28px}.page-number-top-right{top:24px;right:28px}.page-number-middle-right{top:50%;right:28px;transform:translateY(-50%)}.page-number-bottom-left{bottom:24px;left:28px}.page-number-bottom-right{right:28px;bottom:24px}.page-number-classic{z-index:2;min-width:28px;color:#3a322c8f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;font-size:calc(11px * var(--preview-font-scale, 1));font-weight:750;letter-spacing:.08em;line-height:1;text-align:center}.page-number-watermark{z-index:0;color:#b9473b1c;font-family:Georgia,Times New Roman,serif;font-size:calc(86px * var(--preview-font-scale, 1));font-weight:700;letter-spacing:-.08em;line-height:.78}.rendered-document{padding:var(--page-padding, 32px) 42px;min-height:inherit;color:#241f1b}.block{margin:0 0 18px}.is-sync-target{cursor:pointer}.is-sync-active,.is-sync-highlight{outline:2px solid rgba(217,72,50,.46);outline-offset:4px;background-color:#d948320e;transition:background-color .18s ease,outline-color .18s ease}.block.continues-on-next{margin-bottom:0}.block.continued-from-previous{margin-top:0}.block-heading{font-weight:850;letter-spacing:0;line-height:1.22;margin:0 0 22px}.block-heading.heading-level-1{font-size:calc(34px * var(--preview-font-scale, 1))}.block-heading.heading-level-2{font-size:calc(25px * var(--preview-font-scale, 1));padding-top:16px}.block-heading.heading-level-3{font-size:calc(21px * var(--preview-font-scale, 1))}.block-heading.heading-level-4{font-size:calc(18px * var(--preview-font-scale, 1));margin-bottom:14px}.block-heading.heading-level-5{font-size:calc(15px * var(--preview-font-scale, 1));margin-bottom:10px}.block-heading.heading-level-6{font-size:calc(13px * var(--preview-font-scale, 1));margin-bottom:8px}.block-paragraph,.block-list,.block-quote{font-size:calc(18px * var(--preview-font-scale, 1));line-height:1.72}.block-spacer{margin:0}.block-list{padding:14px 16px;background:#f6efe2b8;border:1px solid #eadcca;border-radius:8px}.block-list.continues-on-next,.block-quote.continues-on-next{padding-bottom:2px}.block-list.continued-from-previous,.block-quote.continued-from-previous{padding-top:2px}.block-list.ordered-list{background:#f1f6edb8;border-color:#d5e4ca}.block-quote{padding:18px 20px;border-left:5px solid #cd4f3e;background:#fff3e6;border-radius:8px;color:#4b3a32}.list-row{display:grid;grid-template-columns:18px minmax(0,1fr);column-gap:9px;align-items:start}.list-marker{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;margin-top:6px;border-radius:999px;background:#c84537;color:#fffaf0;font-size:11px;font-weight:800;line-height:1}.list-row.unordered .list-marker:before{content:"";width:5px;height:5px;border-radius:999px;background:currentColor}.list-row.list-continuation .list-marker{visibility:hidden}.markdown-text{display:block;min-width:0;padding:2px 0;white-space:pre-wrap;-webkit-user-select:text;user-select:text}.markdown-text.spacer-line{min-height:calc(22px * var(--preview-font-scale, 1));padding:0}.markdown-text strong{font-weight:850;color:#b9382e}.markdown-text mark{padding:0 3px;border-radius:4px;background:#ffd5618c;color:inherit}.markdown-text em{color:#65584c}.markdown-text s{color:#8e8175;text-decoration-color:#c96f62}.markdown-text u{text-decoration-line:underline;text-decoration-style:wavy;text-decoration-thickness:2px;text-decoration-color:#c84537;text-underline-offset:3px;text-decoration-skip-ink:none}.markdown-text code{padding:1px 4px;border-radius:2px;background:#ece8e1;color:#57483f;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.88em}.markdown-text a{color:#8e4339;text-decoration-thickness:1px;text-underline-offset:3px}.code-card{position:relative;margin:20px 0;padding:22px 18px 18px;overflow:hidden;border:1px solid #d3cbc0;border-radius:6px;background:#292724;color:#f5f1e9;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:calc(13px * var(--preview-font-scale, 1));line-height:1.65;white-space:pre-wrap;word-break:break-word}.code-language{position:absolute;top:6px;right:8px;color:#a9a198;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.template-xiaohongshu .block-heading.heading-level-1{margin-bottom:24px;color:#25211f;font-family:Songti SC,STSong,"Noto Serif CJK SC","Source Han Serif SC",serif;font-size:calc(32px * var(--preview-font-scale, 1));font-weight:700;letter-spacing:-.045em;line-height:1.3}.template-xiaohongshu .block-heading.heading-level-1 .markdown-text:after{content:"";display:block;width:42px;height:1px;margin-top:17px;background:#b9473b;box-shadow:12px 4px #b9473b47}.template-xiaohongshu .block-heading.heading-level-2{margin-top:25px;margin-bottom:13px;padding:0;border:0;color:#2c2724;font-family:Songti SC,STSong,"Noto Serif CJK SC","Source Han Serif SC",serif;font-size:calc(22px * var(--preview-font-scale, 1));font-weight:700;letter-spacing:-.025em;line-height:1.42}.template-xiaohongshu .block-heading.heading-level-2 .markdown-text:after{content:"";display:block;width:24px;height:1px;margin-top:8px;background:#b9473bb8}.template-xiaohongshu .block-heading.heading-level-3{margin-top:21px;margin-bottom:10px;color:#37312e;font-family:Songti SC,STSong,"Noto Serif CJK SC","Source Han Serif SC",serif;font-size:calc(18px * var(--preview-font-scale, 1));font-weight:700;letter-spacing:-.012em;line-height:1.5}.template-xiaohongshu .block-heading.heading-level-4{margin-top:18px;margin-bottom:8px;color:#4d4541;font-size:calc(16px * var(--preview-font-scale, 1));font-weight:680;letter-spacing:.01em;line-height:1.5}.template-xiaohongshu .block-heading.heading-level-5{margin-top:16px;margin-bottom:7px;color:#766d67;font-size:calc(13px * var(--preview-font-scale, 1));font-weight:650;letter-spacing:.06em;line-height:1.5}.template-xiaohongshu .block-heading.heading-level-6{margin-top:14px;margin-bottom:6px;color:#8a817b;font-size:calc(12px * var(--preview-font-scale, 1));font-weight:650;letter-spacing:.07em;line-height:1.5}.template-xiaohongshu .markdown-text strong{color:#342b28;font-weight:760;box-shadow:inset 0 -.34em #b9473b24;box-decoration-break:clone;-webkit-box-decoration-break:clone}.template-xiaohongshu .markdown-text mark{padding:1px 4px;border-radius:1px;background:#ead3ce;box-decoration-break:clone;-webkit-box-decoration-break:clone}.template-xiaohongshu .markdown-text em{color:#655e58;font-style:italic}.template-xiaohongshu .markdown-text s{color:#8a837d;text-decoration-color:#b86359}.template-xiaohongshu .markdown-text u{text-decoration-color:#b9473b}.template-xiaohongshu .block-quote{position:relative;margin:26px 2px 29px;padding:24px 29px 20px;border:0;border-radius:0;background:transparent;color:#49403c;font-family:Songti SC,STSong,"Noto Serif CJK SC","Source Han Serif SC",serif;font-size:calc(19px * var(--preview-font-scale, 1));font-weight:600;letter-spacing:.015em;line-height:1.72}.template-xiaohongshu .block-quote:before,.template-xiaohongshu .block-quote:after{position:absolute;color:#b9473b;font-family:Georgia,Times New Roman,serif;font-size:calc(68px * var(--preview-font-scale, 1));font-weight:400;line-height:1;opacity:.82;pointer-events:none}.template-xiaohongshu .block-quote:before{content:"“";top:-10px;left:0}.template-xiaohongshu .block-quote:after{content:"”";right:0;bottom:-29px}.template-xiaohongshu .block-quote.continued-from-previous:before,.template-xiaohongshu .block-quote.continues-on-next:after{content:none}.template-xiaohongshu,.preview-page-card.template-xiaohongshu{border-color:#d8d4cf;border-radius:3px;background:#f8f7f4;box-shadow:0 3px 8px #26221f14}.template-xiaohongshu .rendered-document{padding:calc(var(--page-padding, 16px) + 10px) 43px;color:#37322f;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-variant-numeric:proportional-nums}.template-xiaohongshu .page-number-classic{color:#4f45406b;font-family:Georgia,Times New Roman,Songti SC,serif}.template-xiaohongshu .page-number-watermark{color:#b9473b0f;font-family:Georgia,Times New Roman,Songti SC,serif;font-size:calc(115px * var(--preview-font-scale, 1));font-style:italic;font-weight:700;letter-spacing:-.1em;line-height:.78}.template-xiaohongshu .page-number-middle-right{right:2px}.template-xiaohongshu .page-number-bottom-right{right:18px;bottom:18px}.template-xiaohongshu .block{margin-bottom:14px}.template-xiaohongshu .block-paragraph,.template-xiaohongshu .block-list,.template-xiaohongshu .block-quote{font-size:calc(16px * var(--preview-font-scale, 1));line-height:1.82}.template-xiaohongshu .block-paragraph{color:#3d3835;letter-spacing:.012em}.template-xiaohongshu .block-spacer{margin:0 0 5px}.template-xiaohongshu .block-spacer .markdown-text.spacer-line{min-height:4px}.template-xiaohongshu .block-list,.template-xiaohongshu .block-list.ordered-list{padding:2px 0;border:0;border-radius:0;background:transparent}.template-xiaohongshu .list-row{grid-template-columns:20px minmax(0,1fr);column-gap:7px;margin:5px 0}.template-xiaohongshu .list-marker,.template-xiaohongshu .block-list.ordered-list .list-marker{min-width:20px;width:20px;height:auto;margin-top:0;border:0;border-radius:0;background:transparent;color:#a84238;font-family:Georgia,Times New Roman,serif;font-size:12px;font-weight:600;line-height:2.42;justify-content:flex-start}.template-xiaohongshu .list-row.unordered .list-marker:before{content:"•";width:auto;height:auto;border-radius:0;background:transparent;color:#b9473b;font-size:17px;line-height:1.7}.template-xiaohongshu .section-divider{height:1px;width:38%;margin:30px auto;background:#cbc4bf}.template-xiaohongshu .infographic-card,.template-xiaohongshu .image-card{margin:22px 0;padding:8px;border:0;border-radius:2px;background:#eeece8}.template-xiaohongshu .image-card img{border-radius:2px;background:#eeece8}.template-xiaohongshu .image-card figcaption{margin-top:8px;color:#77706a;font-size:11px;text-align:left}.section-divider{border:0;height:1px;background:#ded2c2;margin:28px 0}.infographic-card,.image-card{padding:18px;margin:22px 0;background:#f9f1e5;border:1px solid #eadcca;border-radius:8px}.image-card{padding:10px;display:block}.image-card.image-size-full{width:100%}.image-card.image-size-wide{width:92%;margin-left:auto;margin-right:auto}.image-card.image-size-medium{width:76%;margin-left:auto;margin-right:auto}.image-card.image-size-small{width:58%;margin-left:auto;margin-right:auto}.image-card.image-ratio-1-1 img,.image-card.image-ratio-1-1 .image-placeholder{aspect-ratio:1 / 1}.image-card.image-ratio-4-3 img,.image-card.image-ratio-4-3 .image-placeholder{aspect-ratio:4 / 3}.image-card.image-ratio-16-9 img,.image-card.image-ratio-16-9 .image-placeholder{aspect-ratio:16 / 9}.image-card.image-ratio-3-4 img,.image-card.image-ratio-3-4 .image-placeholder{aspect-ratio:3 / 4}.image-card.image-fit-contain img,.image-card.image-fit-contain .image-placeholder{object-fit:contain}.image-card.image-fit-cover img,.image-card.image-fit-cover .image-placeholder{object-fit:cover}.image-card img{display:block;width:100%;max-height:560px;object-fit:cover;border-radius:6px;background:#efe4d4}.image-card figcaption{margin-top:9px;color:#6c6257;font-size:13px;line-height:1.45;text-align:center}.image-placeholder{min-height:180px;display:flex;align-items:center;justify-content:center;gap:8px;color:#7a7064;background:repeating-linear-gradient(135deg,#f4eadc,#f4eadc 10px,#efe1cf 10px,#efe1cf 20px);border-radius:6px}.image-options-panel{margin:-12px 0 22px;padding:10px;display:grid;gap:8px;border:1px solid rgba(120,120,120,.22);border-radius:8px;background:#ffffffb8;color:#4f4f4f;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,sans-serif;font-size:calc(11px * var(--preview-font-scale, 1));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.image-option-group{display:grid;grid-template-columns:32px minmax(0,1fr);gap:8px;align-items:center}.image-option-group>span{color:#737373;font-weight:650}.image-option-buttons{display:flex;flex-wrap:wrap;gap:4px}.image-option-buttons button{height:24px;min-width:32px;padding:0 7px;border-radius:6px;border-color:#7878783d;background:#ffffffc7;color:#4a4a4a;font-size:inherit}.image-option-buttons button.is-active{border-color:#252525;background:#252525;color:#fff}.infographic-card h1,.infographic-card h2,.infographic-card h3{margin:0 0 10px;line-height:1.25}.infographic-card p{margin:0 0 10px}.infographic-card ul,.infographic-card ol{margin:10px 0 0;padding-left:20px}.template-soft-tech,.preview-page-card.template-soft-tech{border:1px solid rgba(185,191,199,.8);border-radius:22px;background:radial-gradient(circle at 84% 8%,rgba(210,226,243,.88),transparent 32%),radial-gradient(circle at 15% 2%,rgba(255,255,255,.96),transparent 35%),linear-gradient(145deg,#f7f8fa,#eff2f6 47%,#e5e9ef);color:#15171a;box-shadow:0 22px 54px #27303a33,inset 0 1px #ffffffeb}.template-soft-tech:before,.preview-page-card.template-soft-tech:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(110deg,rgba(255,255,255,.72),transparent 34%,rgba(255,255,255,.28) 68%,transparent),linear-gradient(180deg,rgba(255,255,255,.48),transparent 18%);opacity:.82}.template-soft-tech .page-number-classic{min-width:42px;padding:7px 10px;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:#ffffff7a;color:#262d36a8;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;font-size:calc(10px * var(--preview-font-scale, 1));font-weight:650;letter-spacing:0;line-height:1;backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);box-shadow:inset 0 1px #ffffffd1}.template-soft-tech .page-number-watermark{color:#0071e314;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;font-size:calc(112px * var(--preview-font-scale, 1));font-weight:740;letter-spacing:-.08em}.template-soft-tech .page-number-bottom-right{right:22px;bottom:18px}.template-soft-tech .rendered-document{position:relative;z-index:1;padding:calc(var(--page-padding, 16px) + 18px) 42px calc(var(--page-padding, 16px) + 18px);color:#1d1d1f;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Avenir Next,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-variant-numeric:proportional-nums}.template-soft-tech .block{margin-bottom:15px}.template-soft-tech .block-heading{color:#111316;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Avenir Next,PingFang SC,Microsoft YaHei,sans-serif;font-weight:720;letter-spacing:0;line-height:1.18}.template-soft-tech .block-heading.heading-level-1{position:relative;margin:0 0 32px;padding:30px 28px 32px;overflow:hidden;border:1px solid rgba(255,255,255,.76);border-radius:18px;background:radial-gradient(circle at 82% 28%,rgba(0,113,227,.22),transparent 28%),linear-gradient(145deg,#ffffffd1,#ecf0f685);box-shadow:inset 0 1px #ffffffe0,0 18px 42px #5b6a7c29;font-size:calc(34px * var(--preview-font-scale, 1));font-weight:760;letter-spacing:-.02em;line-height:1.12}.template-soft-tech .block-heading.heading-level-1:after{content:"";position:absolute;right:22px;bottom:22px;width:74px;height:7px;border-radius:999px;background:linear-gradient(90deg,#0071e3,#0071e329)}.template-soft-tech .block-heading.heading-level-2{margin-top:30px;margin-bottom:13px;padding:0;color:#16181c;font-size:calc(23px * var(--preview-font-scale, 1));font-weight:740;letter-spacing:-.01em;line-height:1.28}.template-soft-tech .block-heading.heading-level-2 .markdown-text:after{content:"";display:block;width:48px;height:3px;margin-top:10px;border-radius:999px;background:#0071e3}.template-soft-tech .block-heading.heading-level-3{margin-top:23px;margin-bottom:9px;color:#24272d;font-size:calc(18px * var(--preview-font-scale, 1));font-weight:720;letter-spacing:0;line-height:1.35}.template-soft-tech .block-heading.heading-level-4{margin-top:20px;margin-bottom:8px;color:#30343b;font-size:calc(15px * var(--preview-font-scale, 1));font-weight:700;line-height:1.42}.template-soft-tech .block-heading.heading-level-5,.template-soft-tech .block-heading.heading-level-6{margin-top:17px;margin-bottom:7px;color:#5f6670;font-size:calc(12px * var(--preview-font-scale, 1));font-weight:680;letter-spacing:.04em;line-height:1.45}.template-soft-tech .block-paragraph,.template-soft-tech .block-list,.template-soft-tech .block-quote{font-size:calc(15.5px * var(--preview-font-scale, 1));line-height:1.78}.template-soft-tech .block-paragraph{color:#353941;letter-spacing:0}.template-soft-tech .markdown-text strong{color:#111316;font-weight:760;box-shadow:inset 0 -.28em #0071e321;box-decoration-break:clone;-webkit-box-decoration-break:clone}.template-soft-tech .markdown-text mark{padding:1px 5px 2px;border-radius:7px;background:#0071e31f;color:#0b386d;box-decoration-break:clone;-webkit-box-decoration-break:clone}.template-soft-tech .markdown-text em{color:#606772;font-style:italic}.template-soft-tech .markdown-text s{color:#7a8089;text-decoration-color:#0071e38f;text-decoration-thickness:1.5px}.template-soft-tech .markdown-text u{text-decoration-color:#0071e3;text-decoration-thickness:2px;text-underline-offset:4px}.template-soft-tech .markdown-text code{padding:2px 6px;border:1px solid rgba(188,198,210,.72);border-radius:7px;background:#ffffffb3;color:#0b386d;font-family:SFMono-Regular,Cascadia Code,Consolas,monospace;font-size:.84em}.template-soft-tech .markdown-text a{color:#06c;font-weight:650;text-decoration-color:#0066cc6b;text-decoration-thickness:1px;text-underline-offset:4px}.template-soft-tech .block-list,.template-soft-tech .block-list.ordered-list{margin:18px 0 21px;padding:14px 16px;border:1px solid rgba(255,255,255,.78);border-radius:18px;background:#ffffff8a;color:#343941;box-shadow:inset 0 1px #ffffffd1,0 12px 28px #57657614;backdrop-filter:blur(16px) saturate(150%);-webkit-backdrop-filter:blur(16px) saturate(150%)}.preview-page-card.is-exporting .block-list,.preview-page-card.is-exporting .block-list.ordered-list{backdrop-filter:none;-webkit-backdrop-filter:none}.template-soft-tech .list-row{grid-template-columns:28px minmax(0,1fr);column-gap:9px;align-items:start;margin:6px 0}.template-soft-tech .list-marker,.template-soft-tech .block-list.ordered-list .list-marker{min-width:24px;width:24px;height:24px;margin-top:3px;border:1px solid rgba(0,113,227,.16);border-radius:999px;background:#0071e317;color:#06c;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;font-size:11px;font-weight:720;line-height:1;justify-content:center}.template-soft-tech .list-row.unordered .list-marker:before{content:"";width:6px;height:6px;border-radius:999px;background:currentColor}.template-soft-tech .block-quote{position:relative;margin:25px 0 27px;padding:22px 24px 23px;border:1px solid rgba(255,255,255,.78);border-radius:18px;background:linear-gradient(145deg,#ffffffc7,#e8eef69e),#ffffff80;color:#20242b;box-shadow:inset 0 1px #ffffffe6,0 14px 36px #5260701a;font-size:calc(17px * var(--preview-font-scale, 1));font-weight:650;line-height:1.62;letter-spacing:0}.template-soft-tech .block-quote:before{content:"";position:absolute;left:22px;top:0;width:54px;height:4px;border-radius:999px;background:#0071e3}.template-soft-tech .block-quote.continued-from-previous:before{content:none}.template-soft-tech .code-card{margin:25px 0;padding:30px 22px 21px;border:1px solid rgba(43,48,56,.82);border-radius:18px;background:linear-gradient(145deg,#171a1f,#242932);color:#eef4fb;box-shadow:0 18px 38px #242b342e,inset 0 1px #ffffff14;font-family:SFMono-Regular,Cascadia Code,Consolas,monospace;font-size:calc(11.5px * var(--preview-font-scale, 1));line-height:1.72}.template-soft-tech .code-language{top:10px;right:13px;color:#8fc7ff;font-size:8px;font-weight:700;letter-spacing:.08em}.template-soft-tech .infographic-card,.template-soft-tech .image-card{margin:25px 0;border:1px solid rgba(255,255,255,.78);border-radius:18px;background:#ffffff8f;box-shadow:inset 0 1px #ffffffdb,0 14px 34px #5564761a}.template-soft-tech .infographic-card{padding:21px 22px;color:#242832}.template-soft-tech .infographic-card h1,.template-soft-tech .infographic-card h2,.template-soft-tech .infographic-card h3{margin:0 0 10px;color:#14171c;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;font-weight:740;letter-spacing:0}.template-soft-tech .infographic-card p,.template-soft-tech .infographic-card li{color:#363b44;line-height:1.7}.template-soft-tech .infographic-card a{color:#06c;text-underline-offset:3px}.template-soft-tech .image-card{padding:8px 8px 12px;overflow:hidden}.template-soft-tech .image-card img,.template-soft-tech .image-placeholder{border-radius:14px;background:linear-gradient(145deg,#e7ebf1,#f8f9fb);color:#68707c;filter:saturate(.88) contrast(1.03)}.template-soft-tech .image-card figcaption{margin:10px 7px 0;color:#646b75;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;font-size:calc(11px * var(--preview-font-scale, 1));font-weight:560;letter-spacing:0;text-align:left}.template-soft-tech .section-divider{width:58%;height:5px;margin:34px auto 35px;border:0;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(0,113,227,.82),transparent)}.template-soft-tech .block-spacer{margin-bottom:5px}.template-soft-tech .block-spacer .markdown-text.spacer-line{min-height:5px}.template-soft-tech .is-sync-active{outline-color:#0071e36b;background-color:#0071e313}.template-soft-tech .block.continues-on-next{margin-bottom:0}.template-soft-tech .block.continued-from-previous{margin-top:0}.template-soft-tech .block-list.continues-on-next,.template-soft-tech .block-quote.continues-on-next{padding-bottom:4px}.template-soft-tech .block-list.continued-from-previous,.template-soft-tech .block-quote.continued-from-previous{padding-top:4px}@supports not ((backdrop-filter: blur(12px)) or (-webkit-backdrop-filter: blur(12px))){.template-soft-tech .page-number-classic,.template-soft-tech .block-list,.template-soft-tech .block-quote{background:#ffffffeb}}.template-apple-modern,.preview-page-card.template-apple-modern{border:0;border-radius:0;background:#fff;color:#1d1d1f;box-shadow:0 12px 28px #1d1d1f1a}.preview-page-card.template-apple-modern:before{content:none}.template-apple-modern .rendered-document{padding:calc(var(--page-padding, 16px) + 20px) 0 calc(var(--page-padding, 16px) + 16px);color:#1d1d1f;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-variant-numeric:proportional-nums}.template-apple-modern .page-number-classic{min-width:0;padding:0;border:0;border-radius:0;background:transparent;color:#1d1d1f6b;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;font-size:calc(9.5px * var(--preview-font-scale, 1));font-weight:500;letter-spacing:0;line-height:1;text-align:right;backdrop-filter:none;-webkit-backdrop-filter:none}.template-apple-modern .page-number-top-right{top:22px;right:28px}.template-apple-modern .page-number-top-left{top:22px;left:28px}.template-apple-modern .page-number-bottom-right{right:28px;bottom:22px}.template-apple-modern .page-number-bottom-left{left:28px;bottom:22px}.template-apple-modern .page-number-watermark{color:#1d1d1f09;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;font-size:calc(92px * var(--preview-font-scale, 1));font-weight:650;letter-spacing:-.06em}.template-apple-modern .block{margin:0 38px 16px}.template-apple-modern .block-heading{color:#1d1d1f;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,sans-serif;font-weight:700;letter-spacing:0;line-height:1.08}.template-apple-modern .block-heading.heading-level-1{margin:14px 0;padding:46px 38px 8px;position:relative;color:#1d1d1f;text-align:left;font-size:calc(39px * var(--preview-font-scale, 1));font-weight:760;letter-spacing:-.028em;line-height:1.04}.template-apple-modern .block-heading.heading-level-1 .markdown-text{max-width:10.4em;margin:0}.template-apple-modern .block-heading.heading-level-1:before{content:none}.template-apple-modern .block-heading.heading-level-1:after{content:none}.template-apple-modern .block-heading.heading-level-2{margin:38px 38px 11px;padding:0;color:#1d1d1f;text-align:left;font-size:calc(29px * var(--preview-font-scale, 1));font-weight:740;letter-spacing:-.024em;line-height:1.08}.template-apple-modern .block-heading.heading-level-2 .markdown-text,.template-apple-modern .block-heading.heading-level-3 .markdown-text{max-width:13em;margin:0}.template-apple-modern .block-heading.heading-level-3{margin:28px 38px 10px;color:#1d1d1f;font-size:calc(24px * var(--preview-font-scale, 1));font-weight:720;letter-spacing:-.018em;line-height:1.12;text-align:left}.template-apple-modern .block-heading.heading-level-4{margin:24px 38px 8px;color:#1d1d1f;font-size:calc(18px * var(--preview-font-scale, 1));font-weight:700;letter-spacing:-.006em;line-height:1.28}.template-apple-modern .block-heading.heading-level-5,.template-apple-modern .block-heading.heading-level-6{margin:18px 38px 7px;color:#6e6e73;font-size:calc(12px * var(--preview-font-scale, 1));font-weight:600;letter-spacing:0;line-height:1.45}.template-apple-modern .block-paragraph,.template-apple-modern .block-list,.template-apple-modern .block-quote{font-size:calc(16px * var(--preview-font-scale, 1));line-height:1.68}.template-apple-modern .block-paragraph{color:#424245;letter-spacing:0}.template-apple-modern .block-heading.heading-level-1+.block-paragraph{margin:0 38px 28px;color:#6e6e73;text-align:left;font-size:calc(20px * var(--preview-font-scale, 1));line-height:1.32}.template-apple-modern .block-heading.heading-level-2+.block-paragraph,.template-apple-modern .block-heading.heading-level-3+.block-paragraph{color:#6e6e73;text-align:left;font-size:calc(18px * var(--preview-font-scale, 1));line-height:1.38}.template-apple-modern .markdown-text strong{color:#424245;font-weight:700}.template-apple-modern .markdown-text mark{padding:0 4px 1px;border-radius:5px;background:#86868b29;color:#1d1d1f;box-decoration-break:clone;-webkit-box-decoration-break:clone}.template-apple-modern .markdown-text em{color:#6e6e73;font-style:normal}.template-apple-modern .markdown-text s{color:#86868b;text-decoration-color:#86868b;text-decoration-thickness:1.2px}.template-apple-modern .markdown-text u{text-decoration-color:#a1a1a6;text-decoration-thickness:1.5px;text-underline-offset:4px}.template-apple-modern .markdown-text code{padding:2px 6px;border-radius:6px;background:#e8e8ed;color:#1d1d1f;font-family:SFMono-Regular,Cascadia Code,Consolas,monospace;font-size:.84em}.template-apple-modern .markdown-text a{color:#06c;font-weight:500;text-decoration:none}.template-apple-modern .markdown-text a:after{content:" >";font-size:.9em}.template-apple-modern .block-list,.template-apple-modern .block-list.ordered-list{margin:18px 38px 24px;padding:0;border:0;border-radius:0;background:transparent;color:#424245;box-shadow:none}.template-apple-modern .list-row{grid-template-columns:22px minmax(0,1fr);column-gap:9px;align-items:start;margin:8px 0}.template-apple-modern .list-marker,.template-apple-modern .block-list.ordered-list .list-marker{min-width:20px;width:20px;height:20px;margin-top:4px;border:0;border-radius:0;background:transparent;color:#86868b;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;font-size:11px;font-weight:500;line-height:1;justify-content:flex-start}.template-apple-modern .list-row.unordered .list-marker:before{content:"";width:4px;height:4px;margin-left:5px;border-radius:999px;background:currentColor}.template-apple-modern .block-quote{margin:30px 38px 34px;padding:22px 0 0;border:0;border-top:1px solid rgba(29,29,31,.12);border-radius:0;background:transparent;color:#1d1d1f;text-align:left;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;font-size:calc(25px * var(--preview-font-scale, 1));font-weight:720;letter-spacing:-.02em;line-height:1.18}.template-apple-modern .block-quote:before{content:none}.template-apple-modern .code-card{margin:24px 26px;padding:31px 22px 22px;border:0;border-radius:26px;background:#1d1d1f;color:#f5f5f7;box-shadow:0 12px 30px #1d1d1f24;font-family:SFMono-Regular,Cascadia Code,Consolas,monospace;font-size:calc(11.5px * var(--preview-font-scale, 1));line-height:1.72}.template-apple-modern .code-language{top:10px;right:14px;color:#a1a1a6;font-size:8px;font-weight:600;letter-spacing:.06em}.template-apple-modern .infographic-card,.template-apple-modern .image-card{margin:24px 26px 30px;border:0;border-radius:28px;background:#f5f5f7;box-shadow:none}.template-apple-modern .infographic-card{padding:24px;color:#424245}.template-apple-modern .infographic-card h1,.template-apple-modern .infographic-card h2,.template-apple-modern .infographic-card h3{margin:0 0 10px;color:#1d1d1f;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;font-weight:720;letter-spacing:-.014em}.template-apple-modern .infographic-card p,.template-apple-modern .infographic-card li{color:#424245;line-height:1.68}.template-apple-modern .infographic-card a{color:#06c;text-decoration:none}.template-apple-modern .image-card{padding:8px 8px 13px;min-height:292px;overflow:hidden}.template-apple-modern .image-card img,.template-apple-modern .image-placeholder{width:100%;max-height:none;border-radius:21px;background:#fff;color:#86868b;filter:saturate(.96) contrast(1.02)}.template-apple-modern .image-card.image-ratio-auto img,.template-apple-modern .image-card.image-ratio-auto .image-placeholder{aspect-ratio:16 / 10}.template-apple-modern .image-card figcaption{margin:11px 18px 0;color:#6e6e73;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;font-size:calc(11px * var(--preview-font-scale, 1));font-weight:500;letter-spacing:0;text-align:center}.template-apple-modern .section-divider{width:auto;height:1px;margin:38px;border:0;background:#1d1d1f1a}.template-apple-modern .block-spacer{margin-bottom:5px}.template-apple-modern .block-spacer .markdown-text.spacer-line{min-height:5px}.template-apple-modern .is-sync-active{outline-color:#0066cc57;background-color:#0066cc0e}.template-apple-modern .block.continues-on-next{margin-bottom:0}.template-apple-modern .block.continued-from-previous{margin-top:0}.template-apple-modern .block-list.continues-on-next,.template-apple-modern .block-quote.continues-on-next{padding-bottom:4px}.template-apple-modern .block-list.continued-from-previous,.template-apple-modern .block-quote.continued-from-previous{padding-top:4px}.template-prose-notes,.preview-page-card.template-prose-notes{border:0;border-radius:0;background:radial-gradient(circle at 18% 6%,rgba(111,125,101,.07),transparent 30%),linear-gradient(180deg,#fbfaf5,#f4f2eb);color:#242720;box-shadow:0 10px 26px #2f2d261a}.template-prose-notes:before,.preview-page-card.template-prose-notes:before{content:none}.template-prose-notes .rendered-document{padding:calc(var(--page-padding, 16px) + 40px) 48px calc(var(--page-padding, 16px) + 40px);color:#252821;font-family:"FangSong",STFangsong,Songti SC,STSong,"Noto Serif CJK SC","Source Han Serif SC",serif;font-variant-numeric:proportional-nums}.template-prose-notes .page-number-classic{min-width:0;padding:0;border:0;border-radius:0;background:transparent;color:#3d4c397a;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;font-size:calc(10px * var(--preview-font-scale, 1));font-weight:520;letter-spacing:.08em;backdrop-filter:none;-webkit-backdrop-filter:none}.template-prose-notes .page-number-bottom-right{right:34px;bottom:24px}.template-prose-notes .page-number-bottom-left{left:34px;bottom:24px}.template-prose-notes .page-number-top-right{top:24px;right:34px}.template-prose-notes .page-number-top-left{top:24px;left:34px}.template-prose-notes .block{margin:0 0 15px}.template-prose-notes .block-heading{color:#1f241d;font-family:Songti SC,STSong,"Noto Serif CJK SC","Source Han Serif SC",serif;font-weight:700;letter-spacing:.02em}.template-prose-notes .block-heading.heading-level-1{margin:8px 0 30px;padding-bottom:18px;position:relative;font-size:calc(34px * var(--preview-font-scale, 1));line-height:1.22;text-align:left}.template-prose-notes .block-heading.heading-level-1 .markdown-text{max-width:9.5em}.template-prose-notes .block-heading.heading-level-1:after{content:none}.template-prose-notes .block-heading.heading-level-2{margin:34px 0 14px;padding:0;color:#2d3729;font-size:calc(24px * var(--preview-font-scale, 1));line-height:1.3}.template-prose-notes .block-heading.heading-level-3{margin:28px 0 10px;color:#3d4c39;font-size:calc(20px * var(--preview-font-scale, 1));line-height:1.34}.template-prose-notes .block-heading.heading-level-4{margin:22px 0 8px;color:#4f604a;font-size:calc(17px * var(--preview-font-scale, 1));line-height:1.45}.template-prose-notes .block-heading.heading-level-5,.template-prose-notes .block-heading.heading-level-6{margin:18px 0 7px;color:#65725f;font-size:calc(13px * var(--preview-font-scale, 1));font-weight:600;letter-spacing:.08em;line-height:1.5}.template-prose-notes .block-paragraph,.template-prose-notes .block-list,.template-prose-notes .block-quote{font-size:calc(17px * var(--preview-font-scale, 1));line-height:1.9}.template-prose-notes .block-paragraph{color:#30342c;letter-spacing:.025em;text-align:justify;text-indent:2em}.template-prose-notes .block-heading+.block-paragraph,.template-prose-notes .block-quote+.block-paragraph,.template-prose-notes .block-list+.block-paragraph,.template-prose-notes .image-card+.block-paragraph{text-indent:0}.template-prose-notes .markdown-text strong{color:#2f452c;font-weight:750}.template-prose-notes .markdown-text mark{padding:0 4px 1px;border-radius:4px;background:#92a8793d;color:#22301f;box-decoration-break:clone;-webkit-box-decoration-break:clone}.template-prose-notes .markdown-text em{color:#52634d;font-style:italic}.template-prose-notes .markdown-text s{color:#7d8778;text-decoration-color:#7d8778;text-decoration-thickness:1px}.template-prose-notes .markdown-text u{text-decoration-line:underline;text-decoration-style:wavy;text-decoration-color:#5a6f52d1;text-decoration-thickness:1.2px;text-underline-offset:5px;text-decoration-skip-ink:none}.template-prose-notes .markdown-text code{padding:2px 5px;border:1px solid rgba(89,104,83,.18);border-radius:4px;background:#e7ebe1d1;color:#31402e;font-family:SFMono-Regular,Cascadia Code,Consolas,monospace;font-size:.84em}.template-prose-notes .markdown-text a{color:#385f34;text-decoration-color:#385f346b;text-decoration-thickness:1px;text-underline-offset:4px}.template-prose-notes .block-list,.template-prose-notes .block-list.ordered-list{margin:18px 0 22px;padding:0 0 0 2em;border:0;border-radius:0;background:transparent;color:#343b31}.template-prose-notes .list-row{grid-template-columns:22px minmax(0,1fr);column-gap:8px;margin:5px 0}.template-prose-notes .list-marker,.template-prose-notes .block-list.ordered-list .list-marker{min-width:20px;width:20px;height:20px;margin-top:7px;border:0;border-radius:0;background:transparent;color:#4d6748;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;font-size:10px;font-weight:650}.template-prose-notes .list-row.unordered .list-marker:before{content:"";width:5px;height:5px;border-radius:999px;background:currentColor}.template-prose-notes .block-quote{margin:28px 0 30px;padding:0 0 0 2em;border:0;border-radius:0;background:transparent;color:#33422f;font-size:calc(18px * var(--preview-font-scale, 1));line-height:1.78;text-align:left}.template-prose-notes .block-quote .markdown-text{padding:0}.template-prose-notes .code-card{margin:24px 0 26px;padding:30px 18px 18px;border:0;border-radius:0;background:#242a21;color:#eef3e9;box-shadow:none;font-family:SFMono-Regular,Cascadia Code,Consolas,monospace;font-size:calc(12px * var(--preview-font-scale, 1));line-height:1.72}.template-prose-notes .code-language{top:10px;right:12px;color:#eef3e99e;font-size:8px;letter-spacing:.08em}.template-prose-notes .infographic-card,.template-prose-notes .image-card{margin:24px 0 28px;border:0;border-radius:0;background:transparent;box-shadow:none}.template-prose-notes .infographic-card{padding:0;color:#343b31}.template-prose-notes .infographic-card h1,.template-prose-notes .infographic-card h2,.template-prose-notes .infographic-card h3{margin:0 0 10px;color:#1f261d;font-family:Songti SC,STSong,"Noto Serif CJK SC","Source Han Serif SC",Georgia,serif}.template-prose-notes .infographic-card p,.template-prose-notes .infographic-card li{color:#343b31;line-height:1.76}.template-prose-notes .image-card{padding:0 0 12px;overflow:hidden}.template-prose-notes .image-card img,.template-prose-notes .image-placeholder{width:100%;max-height:none;border-radius:0;background:#edf2e7;color:#65725f;filter:saturate(.9) contrast(1.02)}.template-prose-notes .image-card.image-ratio-auto img,.template-prose-notes .image-card.image-ratio-auto .image-placeholder{aspect-ratio:4 / 3}.template-prose-notes .image-card figcaption{margin:10px 8px 0;color:#65725f;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;font-size:calc(11px * var(--preview-font-scale, 1));letter-spacing:0;line-height:1.45;text-align:center}.template-prose-notes .section-divider{width:auto;height:1.7em;margin:34px auto;border:0;background:transparent;color:#5a64528f;text-align:center}.template-prose-notes .section-divider:after{content:"* * *";font-family:"FangSong",STFangsong,Songti SC,serif;font-size:calc(15px * var(--preview-font-scale, 1));letter-spacing:.32em}.template-prose-notes .block-spacer{margin-bottom:8px}.template-prose-notes .block-spacer .markdown-text.spacer-line{min-height:8px}.template-prose-notes .is-sync-active{outline-color:#6f876a6b;background-color:#6f876a14}.template-prose-notes .block.continues-on-next{margin-bottom:0}.template-prose-notes .block.continued-from-previous{margin-top:0}.template-prose-notes .block-list.continues-on-next,.template-prose-notes .block-quote.continues-on-next{padding-bottom:4px}.template-prose-notes .block-list.continued-from-previous,.template-prose-notes .block-quote.continued-from-previous{padding-top:4px}.error-banner{position:fixed;left:24px;bottom:24px;max-width:520px;padding:12px 14px;border:1px solid #c94d40;background:#fff1ed;color:#8f2f25;border-radius:8px;box-shadow:0 12px 30px #2d271f29}@media(max-width:1180px){body{min-width:980px}.workspace{grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr)}.phone-frame{width:360px;min-width:360px}}
