:root{--demo-bg: #f5f6f7;--demo-surface: #ffffff;--demo-border: #dee0e3;--demo-text-1: #1f2329;--demo-text-2: #646a73;--demo-primary: #3370ff;--demo-focus: #3370ff;--demo-mark-color: #9f1d1d;--demo-highlight: #fff1a8}:root[data-theme=dark]{--demo-bg: #17191c;--demo-surface: #23262b;--demo-border: #3a3d42;--demo-text-1: rgba(255, 255, 255, .92);--demo-text-2: rgba(255, 255, 255, .65);--demo-primary: #4c88ff;--demo-focus: #6a9bff;--demo-mark-color: #ff9b9b;--demo-highlight: #5c4b00}html,body,#root{margin:0;min-height:100%}body{font-family:-apple-system,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;background:var(--demo-bg);color:var(--demo-text-1)}.demo-app{min-height:100vh}.demo-header{display:flex;align-items:center;gap:16px;height:52px;padding:0 20px;border-bottom:1px solid var(--demo-border);background:var(--demo-surface)}.demo-brand{color:var(--demo-text-1);font-size:16px;font-weight:700;letter-spacing:.2px}.demo-nav{display:flex;gap:4px}.demo-nav a{padding:6px 12px;border-radius:6px;color:var(--demo-text-2);font-size:14px;text-decoration:none}.demo-nav a:hover{background:var(--demo-bg);color:var(--demo-text-1)}.demo-nav a.is-active{color:var(--demo-primary);font-weight:600}.demo-header-right{display:flex;align-items:center;gap:8px;margin-left:auto}.demo-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:6px;background:transparent;color:var(--demo-text-2);cursor:pointer}.demo-icon-btn:hover{background:var(--demo-bg);color:var(--demo-text-1)}.demo-nav a:focus-visible,.demo-icon-btn:focus-visible{outline:2px solid var(--demo-focus);outline-offset:2px}.demo-main{padding:8px 16px 40px}.demo-collab-status{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:816px;margin:12px auto 0;padding:8px 12px;border:1px solid var(--demo-border);border-radius:6px;background:var(--demo-surface);color:var(--demo-text-2);font-size:13px}.demo-collab-status code,.demo-collab-note code{padding:1px 4px;border-radius:4px;background:var(--demo-bg);color:var(--demo-text-1)}.demo-collab-users,.demo-user{display:inline-flex;align-items:center}.demo-collab-users{gap:10px}.demo-user{gap:5px;color:var(--demo-text-1)}.demo-user-dot{width:8px;height:8px;border-radius:50%}.demo-user-dot-alice{background:#4f81bd}.demo-user-dot-bob{background:#c0504d}.demo-online-label{color:var(--demo-text-2)}.demo-collab-note{max-width:816px;margin:8px auto 12px;overflow-wrap:anywhere;color:var(--demo-text-2);font-size:13px;line-height:1.6}.demo-collab-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;align-items:start}.demo-collab-grid .deditor-doc{max-width:none;padding:40px 32px}@media (max-width: 900px){.demo-collab-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width: 560px){.demo-header{gap:8px;padding:0 12px}.demo-nav a{padding-inline:8px}.demo-header-right{gap:2px}.demo-main{padding-inline:8px}.demo-collab-status{align-items:flex-start;flex-direction:column;gap:6px}.demo-collab-grid .deditor-doc{padding:32px 20px}}.deditor-doc{--deditor-doc-bg: var(--deditor-doc-theme-bg, #ffffff);--deditor-doc-text: var(--deditor-doc-theme-text, #1f2329);--deditor-doc-text-2: var(--deditor-doc-theme-text-2, #646a73);--deditor-doc-primary: var(--deditor-doc-theme-primary, #3370ff);--deditor-doc-on-primary: var(--deditor-doc-theme-on-primary, #ffffff);--deditor-doc-border: var(--deditor-doc-theme-border, #dee0e3);--deditor-doc-code-bg: var(--deditor-doc-theme-code-bg, #f5f6f7);--deditor-doc-inline-code-bg: var(--deditor-doc-code-bg);--deditor-doc-code-block-bg: var(--deditor-doc-theme-code-block-bg, #1f2329);--deditor-doc-code-block-text: var(--deditor-doc-theme-code-block-text, #f5f6f7);--deditor-doc-table-header-bg: var(--deditor-doc-theme-table-header-bg, #f7f8fa);--deditor-doc-table-row-hover: var(--deditor-doc-theme-table-row-hover, rgba(31, 35, 41, .04));--deditor-doc-table-cell-selected: var(--deditor-doc-theme-table-cell-selected, rgba(51, 112, 255, .16));--deditor-doc-search: var(--deditor-doc-theme-search, #fff59d);--deditor-doc-search-active: var(--deditor-doc-theme-search-active, #ffd54f);--deditor-doc-comment-open: var(--deditor-doc-theme-comment-open, rgba(255, 196, 87, .45));--deditor-doc-comment-resolved: var(--deditor-doc-theme-comment-resolved, rgba(160, 160, 160, .28));--deditor-doc-comment-skel: var(--deditor-doc-theme-comment-skel, rgba(255, 196, 87, .28));--deditor-doc-comment-active: var(--deditor-doc-theme-comment-active, #e6a23c);--deditor-doc-shadow: var(--deditor-doc-theme-shadow, 0 1px 4px rgba(31, 35, 41, .08));box-sizing:border-box;width:100%;max-width:816px;min-height:60vh;margin:24px auto;padding:64px 96px;border-radius:8px;background:var(--deditor-doc-bg);box-shadow:var(--deditor-doc-shadow);color:var(--deditor-doc-text);font-family:-apple-system,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:11pt;line-height:1.7}[data-theme=light]{--deditor-doc-theme-bg: #ffffff;--deditor-doc-theme-text: #1f2329;--deditor-doc-theme-text-2: #646a73;--deditor-doc-theme-primary: #3370ff;--deditor-doc-theme-on-primary: #ffffff;--deditor-doc-theme-border: #dee0e3;--deditor-doc-theme-code-bg: #f5f6f7;--deditor-doc-theme-code-block-bg: #1f2329;--deditor-doc-theme-code-block-text: #f5f6f7;--deditor-doc-theme-table-header-bg: #f7f8fa;--deditor-doc-theme-table-row-hover: rgba(31, 35, 41, .04);--deditor-doc-theme-table-cell-selected: rgba(51, 112, 255, .16);--deditor-doc-theme-search: #fff59d;--deditor-doc-theme-search-active: #ffd54f;--deditor-doc-theme-comment-open: rgba(255, 196, 87, .45);--deditor-doc-theme-comment-resolved: rgba(160, 160, 160, .28);--deditor-doc-theme-comment-skel: rgba(255, 196, 87, .28);--deditor-doc-theme-comment-active: #e6a23c;--deditor-doc-theme-shadow: 0 1px 4px rgba(31, 35, 41, .08)}[data-theme=dark]{--deditor-doc-theme-bg: #23262b;--deditor-doc-theme-text: rgba(255, 255, 255, .92);--deditor-doc-theme-text-2: rgba(255, 255, 255, .65);--deditor-doc-theme-primary: #4c88ff;--deditor-doc-theme-on-primary: #ffffff;--deditor-doc-theme-border: #3a3d42;--deditor-doc-theme-code-bg: #34383f;--deditor-doc-theme-code-block-bg: #15171a;--deditor-doc-theme-code-block-text: #edf0f4;--deditor-doc-theme-table-header-bg: #2b2e33;--deditor-doc-theme-table-row-hover: rgba(255, 255, 255, .04);--deditor-doc-theme-table-cell-selected: rgba(76, 136, 255, .24);--deditor-doc-theme-search: rgba(255, 213, 79, .35);--deditor-doc-theme-search-active: rgba(255, 213, 79, .6);--deditor-doc-theme-comment-open: rgba(255, 196, 87, .34);--deditor-doc-theme-comment-resolved: rgba(255, 255, 255, .14);--deditor-doc-theme-comment-skel: rgba(255, 196, 87, .2);--deditor-doc-theme-comment-active: #f0b44d;--deditor-doc-theme-shadow: 0 1px 4px rgba(0, 0, 0, .4)}.deditor-doc .ProseMirror{min-height:400px;outline:none}.deditor-doc .ProseMirror p{margin:0 0 8px}.deditor-doc .ProseMirror h1,.deditor-doc .ProseMirror h2,.deditor-doc .ProseMirror h3,.deditor-doc .ProseMirror h4,.deditor-doc .ProseMirror h5,.deditor-doc .ProseMirror h6{margin:1.2em 0 .5em;color:var(--deditor-doc-text);font-weight:600;line-height:1.4}.deditor-doc .ProseMirror h1{font-size:26pt}.deditor-doc .ProseMirror h2{font-size:20pt}.deditor-doc .ProseMirror h3{font-size:16pt}.deditor-doc .ProseMirror h4{font-size:14pt}.deditor-doc .ProseMirror h5{font-size:12pt}.deditor-doc .ProseMirror h6{font-size:11pt}.deditor-doc .ProseMirror pre{margin:0 0 8px;padding:12px 16px;border-radius:6px;background:var(--deditor-doc-code-block-bg);color:var(--deditor-doc-code-block-text);font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:9.5pt;line-height:1.6;white-space:pre-wrap}.deditor-doc .ProseMirror code{padding:1px 4px;border-radius:4px;background:var(--deditor-doc-inline-code-bg);font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.9em}.deditor-doc .ProseMirror pre code{padding:0;background:none;color:inherit;font-size:inherit}.deditor-doc .ProseMirror blockquote{margin:0 0 8px;padding:4px 0 4px 16px;border-left:3px solid var(--deditor-doc-primary);color:var(--deditor-doc-text-2)}.deditor-doc .ProseMirror hr{margin:16px 0;border:none;border-top:1px solid var(--deditor-doc-border)}.deditor-doc .ProseMirror a{color:var(--deditor-doc-primary);text-decoration:none}.deditor-doc .ProseMirror a:hover{text-decoration:underline}.deditor-doc .ProseMirror ul,.deditor-doc .ProseMirror ol{margin:0 0 8px;padding-left:24px}.deditor-doc .ProseMirror ul[data-task-list]{padding-left:0;list-style:none}.deditor-doc .ProseMirror li[data-checked]{display:flex;align-items:flex-start;gap:8px}.deditor-doc .ProseMirror .deditor-task-checkbox{display:inline-block;box-sizing:border-box;width:14px;height:14px;margin-top:5px;border:1px solid var(--deditor-doc-text-2);border-radius:4px;flex:none;cursor:pointer;-webkit-user-select:none;user-select:none}.deditor-doc .ProseMirror li[data-checked=true] .deditor-task-checkbox{border-color:var(--deditor-doc-primary);background:var(--deditor-doc-primary)}.deditor-doc .ProseMirror li[data-checked=true] .deditor-task-checkbox:after{display:block;width:8px;height:4px;margin:3px 0 0 2px;border-bottom:2px solid var(--deditor-doc-on-primary);border-left:2px solid var(--deditor-doc-on-primary);content:"";transform:rotate(-45deg)}.deditor-doc .ProseMirror li[data-checked=true]{color:var(--deditor-doc-text-2)}.deditor-doc .ProseMirror .deditor-image{position:relative;display:block;max-width:100%}.deditor-doc .ProseMirror .deditor-image img{display:block;max-width:100%;height:auto;border-radius:4px}.deditor-doc .ProseMirror .deditor-image-handle{position:absolute;top:0;right:-4px;display:none;width:8px;height:100%;border-radius:4px;background:var(--deditor-doc-primary);cursor:ew-resize}.deditor-doc .ProseMirror .ProseMirror-selectednode.deditor-image{outline:2px solid var(--deditor-doc-primary)}.deditor-doc .ProseMirror .ProseMirror-selectednode.deditor-image .deditor-image-handle{display:block}.deditor-doc .mention-embed{padding:0 4px;border-radius:4px;background:var(--deditor-doc-inline-code-bg);color:var(--deditor-doc-primary)}.deditor-doc .ProseMirror-gapcursor{position:absolute;display:none;pointer-events:none}.deditor-doc .ProseMirror-gapcursor:after{position:absolute;top:-2px;display:block;width:20px;border-top:1px solid var(--deditor-doc-text);content:"";animation:ProseMirror-cursor-blink 1.1s steps(2,start) infinite}@keyframes ProseMirror-cursor-blink{to{visibility:hidden}}.deditor-doc .ProseMirror-focused .ProseMirror-gapcursor{display:block}.deditor-doc .ProseMirror .tableWrapper{margin:0 0 8px;overflow-x:auto}.deditor-doc .ProseMirror table{width:100%;overflow:hidden;border-collapse:collapse;table-layout:fixed}.deditor-doc .ProseMirror td,.deditor-doc .ProseMirror th{position:relative;box-sizing:border-box;min-width:48px;padding:6px 10px;border:1px solid var(--deditor-doc-border);vertical-align:top}.deditor-doc .ProseMirror th{background:var(--deditor-doc-table-header-bg);font-weight:600;text-align:left}.deditor-doc .ProseMirror tr:hover td{background:var(--deditor-doc-table-row-hover)}.deditor-doc .ProseMirror .column-resize-handle{position:absolute;z-index:20;top:0;right:-2px;bottom:0;width:4px;background-color:var(--deditor-doc-primary);pointer-events:none}.deditor-doc .ProseMirror.resize-cursor{cursor:col-resize}.deditor-doc .ProseMirror .deditor-search-match{background:var(--deditor-doc-search)}.deditor-doc .ProseMirror .deditor-search-match-active{background:var(--deditor-doc-search-active)}.deditor-doc .ProseMirror .deditor-comment-open{background:var(--deditor-doc-comment-open)}.deditor-doc .ProseMirror .deditor-comment-resolved{background:var(--deditor-doc-comment-resolved)}.deditor-doc .ProseMirror .deditor-comment-skel{background:var(--deditor-doc-comment-skel);outline:1px dashed var(--deditor-doc-comment-active)}.deditor-doc .ProseMirror .deditor-comment-active{outline:2px solid var(--deditor-doc-comment-active)}.deditor-doc .ProseMirror .selectedCell:after{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;background:var(--deditor-doc-table-cell-selected);content:"";pointer-events:none}@media (max-width: 640px){.deditor-doc{margin:0 auto;padding:40px 24px;border-radius:0}}.deditor-root,.deditor-portal-scope{--deditor-primary: #3370ff;--deditor-on-primary: #fff;--deditor-primary-hover: #2953c7;--deditor-primary-soft: #e1eaff;--deditor-danger: #f54a45;--deditor-bg-canvas: #f5f6f7;--deditor-bg-surface: #ffffff;--deditor-bg-hover: #f2f3f5;--deditor-bg-active: #e1eaff;--deditor-text-1: #1f2329;--deditor-text-2: #646a73;--deditor-text-3: #8f959e;--deditor-border: #dee0e3;--deditor-border-light: #eff0f1;--deditor-radius-s: 4px;--deditor-radius-m: 6px;--deditor-shadow-pop: 0 6px 24px rgba(31, 35, 41, .12), 0 0 1px rgba(31, 35, 41, .08);--deditor-shadow-toast: 0 4px 12px rgba(31, 35, 41, .16);--deditor-toolbar-h: 40px;color:var(--deditor-text-1);font-family:-apple-system,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}.deditor-root[data-theme=dark],.deditor-portal-scope[data-theme=dark],[data-theme=dark] .deditor-root:not([data-theme]),[data-theme=dark] .deditor-portal-scope:not([data-theme]){--deditor-primary: #4c88ff;--deditor-on-primary: #fff;--deditor-primary-hover: #6a9bff;--deditor-primary-soft: rgba(76, 136, 255, .18);--deditor-danger: #f76964;--deditor-bg-canvas: #17191c;--deditor-bg-surface: #23262b;--deditor-bg-hover: rgba(255, 255, 255, .06);--deditor-bg-active: rgba(76, 136, 255, .18);--deditor-text-1: rgba(255, 255, 255, .92);--deditor-text-2: rgba(255, 255, 255, .65);--deditor-text-3: rgba(255, 255, 255, .45);--deditor-border: #3a3d42;--deditor-border-light: #2e3136;--deditor-shadow-pop: 0 6px 24px rgba(0, 0, 0, .5), 0 0 1px rgba(0, 0, 0, .6);--deditor-shadow-toast: 0 4px 12px rgba(0, 0, 0, .5)}.deditor-root{position:relative}.deditor-icon-btn{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 6px;border:none;border-radius:var(--deditor-radius-s);background:transparent;color:var(--deditor-text-2);cursor:pointer}.deditor-icon-btn:hover{background:var(--deditor-bg-hover);color:var(--deditor-text-1)}.deditor-icon-btn.is-active{background:var(--deditor-bg-active);color:var(--deditor-primary)}.deditor-icon-btn:disabled{opacity:.4;cursor:default;background:transparent}.deditor-tooltip{z-index:60;padding:4px 8px;border-radius:var(--deditor-radius-s);background:var(--deditor-text-1);color:var(--deditor-bg-surface);font-size:12px;line-height:18px;pointer-events:none;white-space:nowrap}.deditor-popover{z-index:50;min-width:120px;padding:4px;border:1px solid var(--deditor-border-light);border-radius:var(--deditor-radius-m);background:var(--deditor-bg-surface);box-shadow:var(--deditor-shadow-pop)}.deditor-menu{display:flex;flex-direction:column;min-width:160px;max-height:320px;overflow-y:auto}.deditor-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:6px 8px;border:none;border-radius:var(--deditor-radius-s);background:transparent;color:var(--deditor-text-1);font-size:13px;line-height:20px;text-align:left;cursor:pointer}.deditor-menu-item:hover,.deditor-menu-item:focus-visible{background:var(--deditor-bg-hover);outline:none}.deditor-menu-item.is-danger{color:var(--deditor-danger)}.deditor-menu-item:disabled{opacity:.4;cursor:default}.deditor-menu-label{flex:1}.deditor-menu-check{color:var(--deditor-primary)}.deditor-select-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:4px;width:100%;height:28px;padding:0 8px;border:none;border-radius:var(--deditor-radius-s);background:transparent;color:var(--deditor-text-1);font-size:13px;cursor:pointer}.deditor-select-trigger:hover{background:var(--deditor-bg-hover)}.deditor-select-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.deditor-select-list{display:flex;flex-direction:column;min-width:140px;max-height:320px;overflow-y:auto}.deditor-select-option{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:6px 8px;border:none;border-radius:var(--deditor-radius-s);background:transparent;color:var(--deditor-text-1);font-size:13px;line-height:20px;text-align:left;cursor:pointer}.deditor-select-option:hover,.deditor-select-option:focus-visible{background:var(--deditor-bg-hover);outline:none}.deditor-select-option[aria-selected=true]{color:var(--deditor-primary)}.deditor-link-editor .deditor-link-form{display:flex;align-items:center;gap:6px;padding:4px}.deditor-link-form input{width:220px;height:28px;padding:0 8px;border:1px solid var(--deditor-border);border-radius:var(--deditor-radius-s);background:var(--deditor-bg-surface);color:var(--deditor-text-1);font-size:13px;outline:none}.deditor-link-form input:focus{border-color:var(--deditor-primary)}.deditor-chip-btn{display:inline-flex;align-items:center;gap:4px;height:28px;padding:0 10px;border:1px solid var(--deditor-border);border-radius:var(--deditor-radius-s);background:var(--deditor-bg-surface);color:var(--deditor-text-1);font-size:13px;cursor:pointer}.deditor-chip-btn:hover{background:var(--deditor-bg-hover)}.deditor-chip-btn.is-primary{border-color:var(--deditor-primary);background:var(--deditor-primary);color:var(--deditor-on-primary)}.deditor-chip-btn.is-primary:hover{background:var(--deditor-primary-hover)}.deditor-chip-btn:disabled{opacity:.4;cursor:default}.deditor-image-insert{display:flex;flex-direction:column;gap:8px;padding:8px}.deditor-image-tabs{display:flex;gap:6px}.deditor-image-tabs [role=tab][aria-selected=true]{border-color:var(--deditor-primary);color:var(--deditor-primary)}.deditor-image-form{display:flex;align-items:center;gap:6px}.deditor-image-form input{width:200px;height:28px;padding:0 8px;border:1px solid var(--deditor-border);border-radius:var(--deditor-radius-s);background:var(--deditor-bg-surface);color:var(--deditor-text-1);font-size:13px;outline:none}.deditor-image-form input:focus{border-color:var(--deditor-primary)}.deditor-toolbar{height:var(--deditor-toolbar-h);border-bottom:1px solid var(--deditor-border);background:var(--deditor-bg-surface)}.deditor-toolbar-inner{display:flex;align-items:center;gap:2px;height:100%;max-width:1280px;margin:0 auto;padding:0 8px;box-sizing:border-box;white-space:nowrap;overflow:hidden}.deditor-toolbar-group{display:flex;align-items:center;gap:2px;flex:none}.deditor-toolbar-divider{width:1px;height:20px;margin:0 6px;background:var(--deditor-border);flex:none}.deditor-more{display:inline-flex;flex:none}.deditor-more-overflow-groups{display:flex;flex-direction:column;gap:4px;padding:4px;border-bottom:1px solid var(--deditor-border-light);margin-bottom:4px}.deditor-more-lineheight{display:flex;align-items:center;gap:8px;padding:4px 8px}.deditor-more-lineheight:before{content:"Line height";font-size:13px;color:var(--deditor-text-2)}.deditor-color-palette{display:inline-flex}.deditor-color-palette-panel{display:flex;flex-direction:column;gap:6px;padding:4px}.deditor-color-default{width:100%;height:26px;border:none;border-radius:var(--deditor-radius-s);background:transparent;color:var(--deditor-text-1);font-size:13px;text-align:left;padding:0 8px;cursor:pointer}.deditor-color-default:hover,.deditor-color-default:focus-visible{background:var(--deditor-bg-hover);outline:none}.deditor-color-palette-grid{display:grid;grid-template-columns:repeat(10,20px);gap:4px}.deditor-color-swatch{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:1px solid var(--deditor-border);border-radius:var(--deditor-radius-s);cursor:pointer;color:var(--deditor-on-primary)}.deditor-color-swatch:hover{transform:scale(1.12)}.deditor-color-swatch:focus-visible,.deditor-color-swatch[aria-selected=true]{outline:2px solid var(--deditor-primary);outline-offset:1px}.deditor-bubble{position:absolute;z-index:30;display:flex;align-items:center;gap:2px;padding:2px;border-radius:var(--deditor-radius-m);background:var(--deditor-bg-surface);border:1px solid var(--deditor-border-light);box-shadow:var(--deditor-shadow-pop)}.deditor-table-bubble{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:6px 8px;border-bottom:1px solid var(--deditor-border);background:var(--deditor-bg-surface)}.deditor-find{display:flex;align-items:center;gap:6px;padding:6px 8px;border-bottom:1px solid var(--deditor-border);background:var(--deditor-bg-surface)}.deditor-find input{height:28px;min-width:140px;padding:0 8px;border:1px solid var(--deditor-border);border-radius:var(--deditor-radius-s);background:var(--deditor-bg-surface);color:var(--deditor-text-1);font-size:13px;outline:none}.deditor-find input:focus{border-color:var(--deditor-primary)}.deditor-find-count{min-width:20px;text-align:center;font-size:12px;color:var(--deditor-text-3)}.deditor-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%);z-index:40;padding:8px 16px;border-radius:var(--deditor-radius-m);background:var(--deditor-text-1);color:var(--deditor-bg-surface);font-size:13px;box-shadow:var(--deditor-shadow-toast)}.deditor-error,.deditor-loading{padding:24px;color:var(--deditor-text-2);font-size:13px}.deditor-comment-margin{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;flex-direction:column;justify-content:flex-end;box-sizing:border-box;font-size:13px;pointer-events:none}.deditor-comment-margin>.deditor-comment-thread{position:absolute;box-sizing:border-box;border:1px solid var(--deditor-border-light);border-radius:var(--deditor-radius-m);background:var(--deditor-bg-surface);pointer-events:auto}.deditor-comment-margin.is-overlay>.deditor-comment-thread{box-shadow:var(--deditor-shadow-pop)}.deditor-comment-detached{box-sizing:border-box;padding:0 0 8px;pointer-events:auto}.deditor-comment-detached-title{padding:4px 2px;color:var(--deditor-text-3);font-size:12px;font-weight:600}.deditor-comment-detached .deditor-comment-thread{border:1px solid var(--deditor-border-light);border-radius:var(--deditor-radius-m);background:var(--deditor-bg-surface)}.deditor-comment-detached .deditor-comment-thread+.deditor-comment-thread{margin-top:8px}.deditor-comment-composer{position:absolute;box-sizing:border-box;padding:12px;border:1px solid var(--deditor-border-light);border-radius:var(--deditor-radius-m);background:var(--deditor-bg-surface);box-shadow:var(--deditor-shadow-pop);z-index:25}.deditor-comment-thread{padding:12px;cursor:pointer}.deditor-comment-thread:hover{background:var(--deditor-bg-hover)}.deditor-comment-thread.is-active{background:var(--deditor-primary-soft)}.deditor-comment-quote{display:-webkit-box;margin:0 0 8px;padding-left:8px;overflow:hidden;border-left:3px solid var(--deditor-primary);color:var(--deditor-text-2);font-size:12px;-webkit-line-clamp:2;-webkit-box-orient:vertical}.deditor-comment-message{margin:8px 0}.deditor-comment-meta{display:flex;align-items:center;gap:6px;margin-bottom:2px}.deditor-comment-avatar{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;color:var(--deditor-on-primary);font-size:11px;line-height:20px}.deditor-comment-author{font-size:12px;font-weight:600;color:var(--deditor-text-1)}.deditor-comment-body{color:var(--deditor-text-1);line-height:20px;word-break:break-word}.deditor-comment-flag{display:flex;align-items:center;gap:4px;margin:8px 0 0;color:var(--deditor-text-3);font-size:12px}.deditor-comment-skel-msg{color:var(--deditor-text-3);font-size:12px}.deditor-comment-input{width:100%;min-height:56px;box-sizing:border-box;padding:6px 8px;border:1px solid var(--deditor-border);border-radius:var(--deditor-radius-s);background:var(--deditor-bg-surface);color:var(--deditor-text-1);font-size:13px;font-family:inherit;resize:vertical;outline:none}.deditor-comment-input:focus{border-color:var(--deditor-primary)}.deditor-comment-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.deditor-thread-actions{display:flex;align-items:center;gap:2px;margin-top:8px}.deditor-thread-reply{display:flex;flex-direction:column;gap:6px;margin-top:8px}.deditor-thread-reply .deditor-chip-btn{align-self:flex-end}@media print{.deditor-toolbar,.deditor-comment-margin,.deditor-comment-composer,.deditor-bubble,.deditor-table-bubble,.deditor-find,.deditor-tooltip,.deditor-popover,.deditor-toast{display:none!important}.deditor-doc{box-shadow:none;max-width:none}}
