.rte-wrapper{--rte-bg:#fff;--rte-border:#d1d5db;--rte-toolbar-bg:#f3f4f6;--rte-toolbar-border:#e5e7eb;--rte-text:#111827;--rte-text-muted:#6b7280;--rte-btn-hover:#e5e7eb;--rte-btn-active-bg:#dbeafe;--rte-btn-active-border:#93c5fd;--rte-accent:#2563eb;--rte-table-border:#d1d5db;--rte-table-head-bg:#f9fafb;--rte-statusbar-bg:#f3f4f6;--rte-error-bg:#fef2f2;--rte-error-text:#dc2626;--rte-error-border:#fecaca;--rte-placeholder:#9ca3af;border:1px solid var(--rte-border);background:var(--rte-bg);border-radius:8px;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:border-color .2s,background .2s;display:flex;overflow:hidden;box-shadow:0 1px 8px #0000000f}.rte-wrapper.rte-dark{--rte-bg:#1e1e2e;--rte-border:#313244;--rte-toolbar-bg:#24273a;--rte-toolbar-border:#313244;--rte-text:#cdd6f4;--rte-text-muted:#6c7086;--rte-btn-hover:#313244;--rte-btn-active-bg:#3b4261;--rte-btn-active-border:#89b4fa;--rte-accent:#89b4fa;--rte-table-border:#45475a;--rte-table-head-bg:#181825;--rte-statusbar-bg:#181825;--rte-error-bg:#2d1b1b;--rte-error-text:#f38ba8;--rte-error-border:#6b2828;--rte-placeholder:#585b70}.rte-content{background:var(--rte-bg);color:var(--rte-text);flex:1;overflow-y:auto}.rte-content .tiptap{min-height:240px;color:var(--rte-text);outline:none;padding:24px 36px;font-size:14px;line-height:1.4}.rte-content .tiptap p{margin:0}.rte-content .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--rte-placeholder);pointer-events:none;float:left;height:0}.rte-content .tiptap .tableWrapper{overflow-x:auto}.rte-content .tiptap table{border-collapse:collapse;table-layout:fixed;width:100%;margin:12px 0;font-size:13px}.rte-content .tiptap .tableWrapper[data-table-align=center] table{table-layout:auto;width:fit-content;min-width:200px;max-width:100%;margin-left:auto;margin-right:auto}.rte-content .tiptap .tableWrapper[data-table-align=right] table{table-layout:auto;width:fit-content;min-width:200px;max-width:100%;margin-left:auto;margin-right:0}.rte-content .tiptap table td,.rte-content .tiptap table th{border:1px solid var(--rte-table-border);word-break:break-word;box-sizing:border-box;min-width:60px;padding:6px 10px;position:relative;overflow:hidden}.rte-content .tiptap table th{background:var(--rte-table-head-bg);font-weight:600}.rte-content .tiptap table .selectedCell:after{content:"";pointer-events:none;z-index:2;background:#2563eb1f;position:absolute;inset:0}.rte-content .tiptap .tableWrapper[data-header-style=false] th{font-weight:inherit;background:0 0}.rte-content .tiptap .tableWrapper[data-borderless=true] table,.rte-content .tiptap .tableWrapper[data-borderless=true] td,.rte-content .tiptap .tableWrapper[data-borderless=true] th{border-color:#0000}.rte-content .tiptap .tableWrapper[data-borderless=true][data-focused=true] table,.rte-content .tiptap .tableWrapper[data-borderless=true][data-focused=true] td,.rte-content .tiptap .tableWrapper[data-borderless=true][data-focused=true] th{border-color:var(--rte-table-border)}.rte-content .tiptap .column-resize-handle{background:var(--rte-accent);opacity:0;pointer-events:none;z-index:5;width:4px;transition:opacity .15s;position:absolute;top:0;bottom:0;right:-2px}.rte-content .tiptap.resize-cursor,.rte-content .tiptap.resize-cursor *{cursor:col-resize!important}.rte-content .tiptap.resize-cursor .column-resize-handle{opacity:1}.rte-content .tiptap .rte-callout{border:1px solid;border-radius:8px;margin:12px 0;overflow:hidden}.rte-callout-header{border-bottom:1px solid inherit;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:600;display:flex}.rte-callout-icon{font-size:16px;line-height:1}.rte-callout-content{padding:10px 16px}.rte-callout-content p{margin:0}.rte-callout[data-callout-type=info]{background:#eff6ff;border-color:#93c5fd}.rte-callout[data-callout-type=info] .rte-callout-header{color:#1d4ed8;background:#dbeafe;border-bottom-color:#93c5fd}.rte-callout[data-callout-type=warning]{background:#fffbeb;border-color:#fcd34d}.rte-callout[data-callout-type=warning] .rte-callout-header{color:#b45309;background:#fef3c7;border-bottom-color:#fcd34d}.rte-callout[data-callout-type=error]{background:#fff5f5;border-color:#fca5a5}.rte-callout[data-callout-type=error] .rte-callout-header{color:#dc2626;background:#fee2e2;border-bottom-color:#fca5a5}.rte-callout[data-callout-type=success]{background:#f0fdf4;border-color:#86efac}.rte-callout[data-callout-type=success] .rte-callout-header{color:#16a34a;background:#dcfce7;border-bottom-color:#86efac}.rte-callout[data-callout-type=note]{background:#f9fafb;border-color:#d1d5db}.rte-callout[data-callout-type=note] .rte-callout-header{color:#4b5563;background:#f3f4f6;border-bottom-color:#d1d5db}.rte-wrapper.rte-dark .rte-callout[data-callout-type=info]{background:#0f1e3d;border-color:#2563eb}.rte-wrapper.rte-dark .rte-callout[data-callout-type=info] .rte-callout-header{color:#93c5fd;background:#1e3a5f;border-bottom-color:#2563eb}.rte-wrapper.rte-dark .rte-callout[data-callout-type=warning]{background:#1f1500;border-color:#f59e0b}.rte-wrapper.rte-dark .rte-callout[data-callout-type=warning] .rte-callout-header{color:#fcd34d;background:#3d2e00;border-bottom-color:#f59e0b}.rte-wrapper.rte-dark .rte-callout[data-callout-type=error]{background:#200a0a;border-color:#ef4444}.rte-wrapper.rte-dark .rte-callout[data-callout-type=error] .rte-callout-header{color:#fca5a5;background:#3d1515;border-bottom-color:#ef4444}.rte-wrapper.rte-dark .rte-callout[data-callout-type=success]{background:#051a0f;border-color:#22c55e}.rte-wrapper.rte-dark .rte-callout[data-callout-type=success] .rte-callout-header{color:#86efac;background:#0f2d1a;border-bottom-color:#22c55e}.rte-wrapper.rte-dark .rte-callout[data-callout-type=note]{background:#1a1a2e;border-color:#4b5563}.rte-wrapper.rte-dark .rte-callout[data-callout-type=note] .rte-callout-header{color:#9ca3af;background:#2a2a3e;border-bottom-color:#4b5563}.rte-content .tiptap blockquote{border-left:4px solid var(--rte-accent);background:var(--rte-btn-active-bg);color:var(--rte-text-muted);border-radius:0 6px 6px 0;margin:12px 0;padding:8px 16px}.rte-content .tiptap blockquote p{margin:0}.rte-content .tiptap hr{border:none;border-top:1px solid var(--rte-border);cursor:default;margin:16px 0}.rte-content .tiptap hr.ProseMirror-selectednode{outline:2px solid var(--rte-accent);outline-offset:2px;border-radius:1px}.rte-code-block{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;margin:12px 0;font-family:Cascadia Code,Fira Code,JetBrains Mono,Courier New,monospace;position:relative}.rte-code-lang-select{color:#444;cursor:pointer;z-index:1;background:#e8e8e8;border:1px solid #ccc;border-radius:5px;outline:none;padding:3px 10px;font-family:inherit;font-size:12px;position:absolute;top:8px;right:10px}.rte-code-lang-select:hover{border-color:#888}.rte-code-block pre{color:#333;background:0 0;border-radius:8px;margin:0;padding:16px 20px;font-size:13px;line-height:1.6;overflow-x:auto}.rte-content .tiptap .rte-code-block pre code,.rte-content .tiptap .rte-code-block pre code>span{color:inherit;font-size:inherit;background:0 0;border:none;border-radius:0;padding:0;font-family:inherit}.hljs-comment,.hljs-quote{color:#6a737d;font-style:italic}.hljs-keyword,.hljs-selector-tag{color:#d73a49}.hljs-built_in{color:#005cc5}.hljs-string,.hljs-attr,.hljs-template-string{color:#032f62}.hljs-number,.hljs-literal{color:#005cc5}.hljs-variable,.hljs-template-variable{color:#e36209}.hljs-title,.hljs-function{color:#6f42c1}.hljs-type,.hljs-class,.hljs-title.class_{color:#e36209}.hljs-tag,.hljs-name{color:#22863a}.hljs-attribute{color:#6f42c1}.hljs-regexp,.hljs-symbol{color:#032f62}.hljs-meta,.hljs-meta-keyword{color:#d73a49}.hljs-selector-class,.hljs-selector-id{color:#6f42c1}.hljs-addition{color:#22863a;background:#22863a1a}.hljs-deletion{color:#b31d28;background:#b31d281a}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{color:#032f62;text-decoration:underline}.hljs-operator{color:#d73a49}.hljs-punctuation{color:#333}.hljs-property{color:#005cc5}.rte-content .tiptap code{background:var(--rte-btn-hover);border:1px solid var(--rte-border);color:var(--rte-accent);border-radius:4px;padding:1px 5px;font-family:Cascadia Code,Fira Code,monospace;font-size:12px}.rte-img-node{margin:8px 0;line-height:0;display:block}.rte-img-wrap{max-width:100%;line-height:0;display:inline-block;position:relative}.rte-img-wrap img{border:2px solid #0000;border-radius:4px;width:100%;height:auto;transition:border-color .15s;display:block}.rte-img-wrap.is-selected img{border-color:var(--rte-accent)}.rte-resize-handle{background:var(--rte-accent);cursor:se-resize;z-index:10;border:2px solid #fff;border-radius:3px;width:12px;height:12px;position:absolute;bottom:-5px;right:-5px}.rte-resize-handle:hover{background:color-mix(in srgb, var(--rte-accent) 80%, #000)}.rte-content .tiptap ul,.rte-content .tiptap ol{margin:8px 0;padding-left:1.5em}.rte-content .tiptap ul[data-type=taskList]{margin:8px 0;padding-left:0;list-style:none}.rte-content .tiptap ul[data-type=taskList] li{align-items:flex-start;gap:8px;margin:4px 0;display:flex}.rte-content .tiptap ul[data-type=taskList] li>label{cursor:pointer;flex-shrink:0;margin-top:2px}.rte-content .tiptap ul[data-type=taskList] li>label input[type=checkbox]{width:15px;height:15px;accent-color:var(--rte-accent);cursor:pointer}.rte-content .tiptap ul[data-type=taskList] li>div{flex:1}.rte-content .tiptap ul[data-type=taskList] li[data-checked=true]>div{color:var(--rte-text-muted);text-decoration:line-through}.rte-content .tiptap ul[data-type=taskList] ul[data-type=taskList]{margin:4px 0;padding-left:20px}.rte-statusbar{background:var(--rte-statusbar-bg);border-top:1px solid var(--rte-toolbar-border);color:var(--rte-text-muted);justify-content:space-between;align-items:center;padding:4px 14px;font-size:11px;display:flex}.rte-error{background:var(--rte-error-bg);color:var(--rte-error-text);border:1px solid var(--rte-error-border);border-radius:4px;margin:4px 12px;padding:6px 10px;font-size:12px;animation:.2s rte-fade-in}@keyframes rte-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.rte-code-block.rte-lang-delphi,.rte-code-block.rte-lang-delphi pre{color:#000}.rte-code-block.rte-lang-delphi .hljs-keyword,.rte-code-block.rte-lang-delphi .hljs-literal{color:navy;font-weight:700}.rte-code-block.rte-lang-delphi .hljs-built_in,.rte-code-block.rte-lang-delphi .hljs-title{color:#000;font-weight:400}.rte-code-block.rte-lang-delphi .hljs-string{color:#0000c0}.rte-code-block.rte-lang-delphi .hljs-number{color:purple}.rte-code-block.rte-lang-delphi .hljs-comment,.rte-code-block.rte-lang-delphi .hljs-quote{color:green;font-style:italic;font-weight:400}.rte-code-block.rte-lang-delphi .hljs-meta{color:olive;font-style:italic;font-weight:400}.rte-toolbar{background:var(--rte-toolbar-bg);border-bottom:1px solid var(--rte-toolbar-border);flex-wrap:wrap;align-items:center;gap:3px;padding:6px 10px;display:flex}.rte-heading-select{width:130px}.rte-separator{background:var(--rte-toolbar-border);flex-shrink:0;width:1px;height:20px;margin:0 4px}.rte-btn{cursor:pointer;color:var(--rte-text);white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;gap:3px;padding:4px 7px;font-size:13px;line-height:1;transition:background .15s,border-color .15s;display:inline-flex}.rte-btn:hover{background:var(--rte-btn-hover);border-color:var(--rte-toolbar-border)}.rte-btn.is-active{background:var(--rte-btn-active-bg);border-color:var(--rte-btn-active-border);color:var(--rte-accent);box-shadow:inset 0 0 0 1px var(--rte-btn-active-border)}.rte-select{background:var(--rte-bg);border:1px solid var(--rte-border);color:var(--rte-text);cursor:pointer;border-radius:5px;outline:none;padding:3px 6px;font-size:12px;transition:border-color .15s}.rte-select:hover,.rte-select:focus{border-color:var(--rte-accent)}.rte-color-btn{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:5px;flex-direction:column;align-items:center;gap:2px;padding:3px 5px;transition:background .15s;display:inline-flex;position:relative}.rte-color-btn:hover{background:var(--rte-btn-hover)}.rte-color-btn .rte-color-label{color:var(--rte-text);font-size:12px;font-weight:700;line-height:1}.rte-color-btn .rte-color-bar{border-radius:2px;width:18px;height:3px}.rte-color-btn input[type=color]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.rte-table-controls{background:var(--rte-btn-active-bg);border:1px solid var(--rte-btn-active-border);border-radius:6px;align-items:center;gap:3px;padding:2px 8px;display:inline-flex}.rte-table-label{color:var(--rte-accent);white-space:nowrap;margin-right:2px;font-size:11px;font-weight:600}.rte-btn-disabled,.rte-btn:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.rte-confirm-label{color:#dc2626;white-space:nowrap;padding:0 2px;font-size:11px;font-weight:600}.rte-wrapper.rte-dark .rte-confirm-label{color:#f87171}.rte-btn-confirm-yes{font-weight:600;color:#fff!important;background:#dc2626!important;border-color:#dc2626!important}.rte-btn-confirm-yes:hover{background:#b91c1c!important;border-color:#b91c1c!important}.rte-btn-confirm-no{border-color:var(--rte-toolbar-border)!important}.rte-btn-danger:hover{color:#dc2626;background:#fee2e2;border-color:#fca5a5}.rte-wrapper.rte-dark .rte-btn-danger:hover{color:#f87171;background:#3b1a1a;border-color:#7f1d1d}.rte-hr-wrap{display:inline-flex;position:relative}.rte-hr-dropdown{z-index:200;background:var(--rte-bg);border:1px solid var(--rte-border);border-radius:8px;flex-direction:column;gap:10px;min-width:220px;padding:12px;display:flex;position:absolute;top:calc(100% + 5px);left:0;box-shadow:0 4px 20px #00000026}.rte-hr-title{color:var(--rte-text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:12px;font-weight:600}.rte-hr-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.rte-hr-label{color:var(--rte-text);white-space:nowrap;font-size:13px}.rte-hr-color-row{align-items:center;gap:6px;display:flex}.rte-hr-color-preview{border:1px solid var(--rte-border);border-radius:4px;flex-shrink:0;width:20px;height:20px}.rte-hr-color-row input[type=color]{border:1px solid var(--rte-border);cursor:pointer;border-radius:4px;width:32px;height:24px;padding:0}.rte-hr-reset{cursor:pointer;color:var(--rte-text-muted);background:0 0;border:none;border-radius:3px;padding:2px 4px;font-size:11px}.rte-hr-reset:hover{color:#dc2626}.rte-hr-preview-wrap{padding:4px 0}.rte-hr-preview{border:none;margin:0}.rte-hr-actions{justify-content:flex-end;gap:6px;display:flex}.rte-btn-primary{background:var(--rte-accent)!important;color:#fff!important;border-color:var(--rte-accent)!important}.rte-btn-primary:hover{opacity:.85}.rte-callout-wrap{display:inline-flex;position:relative}.rte-callout-dropdown{z-index:200;background:var(--rte-bg);border:1px solid var(--rte-border);border-radius:8px;flex-direction:column;gap:2px;min-width:150px;padding:6px;display:flex;position:absolute;top:calc(100% + 5px);left:0;box-shadow:0 4px 20px #00000026}.rte-callout-option{cursor:pointer;color:var(--rte-text);text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;width:100%;padding:7px 10px;font-size:13px;transition:background .12s;display:flex}.rte-callout-option:hover{background:var(--rte-btn-hover)}.rte-callout-option.is-active{background:var(--rte-btn-active-bg);color:var(--rte-accent)}.rte-callout-option--info:hover{color:#1d4ed8;background:#dbeafe}.rte-callout-option--warning:hover{color:#b45309;background:#fef3c7}.rte-callout-option--error:hover{color:#dc2626;background:#fee2e2}.rte-callout-option--success:hover{color:#16a34a;background:#dcfce7}.rte-callout-option--note:hover{color:#4b5563;background:#f3f4f6}.rte-callout-remove{color:var(--rte-text-muted)}.rte-callout-remove:hover{color:#dc2626;background:#fee2e2}.rte-color-picker-wrap{display:inline-flex;position:relative}.rte-color-dropdown{z-index:200;background:var(--rte-bg);border:1px solid var(--rte-border);border-radius:8px;min-width:172px;padding:8px;position:absolute;top:calc(100% + 5px);left:0;box-shadow:0 4px 20px #00000026}.rte-color-grid{grid-template-columns:repeat(8,1fr);gap:3px;display:grid}.rte-color-swatch{cursor:pointer;box-sizing:border-box;border:1px solid #0000001f;border-radius:3px;width:18px;height:18px;padding:0;transition:transform .1s}.rte-color-swatch:hover{z-index:1;position:relative;transform:scale(1.25)}.rte-color-swatch.is-selected{outline:2px solid var(--rte-accent);outline-offset:1px}.rte-color-divider{background:var(--rte-toolbar-border);height:1px;margin:8px 0}.rte-color-clear{width:100%;color:var(--rte-text-muted);border:1px solid var(--rte-border);cursor:pointer;background:0 0;border-radius:5px;align-items:center;gap:6px;margin-bottom:6px;padding:5px 4px;font-size:11px;transition:background .15s,color .15s;display:flex}.rte-color-clear:hover{color:#dc2626;background:#fee2e2;border-color:#fca5a5}.rte-custom-color-row{color:var(--rte-text-muted);cursor:pointer;align-items:center;gap:6px;font-size:11px;display:flex}.rte-custom-color-preview{border:1px solid #0000001f;border-radius:3px;flex-shrink:0;width:16px;height:16px}.rte-custom-color-row input[type=color]{border:1px solid var(--rte-border);cursor:pointer;border-radius:3px;width:24px;height:20px;margin-left:auto;padding:0}.rte-error-fade-enter-active[data-v-4a046af6],.rte-error-fade-leave-active[data-v-4a046af6]{transition:opacity .2s,transform .2s}.rte-error-fade-enter-from[data-v-4a046af6],.rte-error-fade-leave-to[data-v-4a046af6]{opacity:0;transform:translateY(-4px)}
