neweditor 1.3.5 → 1.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/rich-text-editor.es.js +15 -15
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -35502,26 +35502,26 @@ const Kx = k({ name: "mdi-plus", render: F$ }), Gx = (e) => {
|
|
|
35502
35502
|
}
|
|
35503
35503
|
});
|
|
35504
35504
|
function X1(e, t, n, r, i, o) {
|
|
35505
|
-
let s = t.firstChild;
|
|
35506
|
-
const
|
|
35507
|
-
if (
|
|
35508
|
-
for (let
|
|
35509
|
-
const { colspan:
|
|
35510
|
-
for (let
|
|
35511
|
-
const
|
|
35512
|
-
if (s)
|
|
35513
|
-
|
|
35505
|
+
let s = 0, a = !0, l = t.firstChild;
|
|
35506
|
+
const c = e.firstChild;
|
|
35507
|
+
if (c) {
|
|
35508
|
+
for (let u = 0, d = 0; u < c.childCount; u += 1) {
|
|
35509
|
+
const { colspan: f, colwidth: h } = c.child(u).attrs;
|
|
35510
|
+
for (let p = 0; p < f; p += 1, d += 1) {
|
|
35511
|
+
const m = i === d ? o : h && h[p];
|
|
35512
|
+
if (s += m || r, m || (a = !1), l)
|
|
35513
|
+
m ? l.style.width = `${m}px` : l.style.width = "", l = l.nextSibling;
|
|
35514
35514
|
else {
|
|
35515
|
-
const
|
|
35516
|
-
|
|
35515
|
+
const b = t.appendChild(document.createElement("col"));
|
|
35516
|
+
m ? b.style.width = `${m}px` : b.style.width = "";
|
|
35517
35517
|
}
|
|
35518
35518
|
}
|
|
35519
35519
|
}
|
|
35520
|
-
for (;
|
|
35521
|
-
const
|
|
35522
|
-
|
|
35520
|
+
for (; l; ) {
|
|
35521
|
+
const u = l.nextSibling;
|
|
35522
|
+
l.parentNode?.removeChild(l), l = u;
|
|
35523
35523
|
}
|
|
35524
|
-
n.style.width = "", n.style.minWidth =
|
|
35524
|
+
a ? (n.style.width = `${s}px`, n.style.minWidth = "") : (n.style.width = "max-content", n.style.minWidth = `${s}px`);
|
|
35525
35525
|
}
|
|
35526
35526
|
}
|
|
35527
35527
|
let xh;
|
package/dist/style.css
CHANGED
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
|
|
8
8
|
Outdated base version: https://github.com/primer/github-syntax-light
|
|
9
9
|
Current colors taken from GitHub's CSS
|
|
10
|
-
*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}.halo-rich-text-editor,.theme-light .halo-rich-text-editor{--editor-color-green: #4caf50;--editor-color-orange: #fa8c16;--editor-color-blue: #1890ff;--editor-color-volcano: #fa541c;--editor-color-pink: #eb2f96;--editor-color-geekblue: #2f54eb;--editor-color-lime: #a0d911;--editor-color-yellow: #fadb14;--editor-color-purple: #9373ee;--editor-color-red: #f5222d;--editor-color-grey: #aaaaaa;--editor-primary-color: #9373ee;--editor-text-color: rgba(0, 0, 0, .85);--editor-text-color-secondary: rgba(0, 0, 0, .45);--editor-border-color: #f0f0f0;--editor-background-color: #ffffff;--editor-background-hover: rgba(0, 0, 0, .05);--editor-background-active: #f6f0ff;--editor-card-bg: #f5f5f5;--editor-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);--editor-box-shadow-light: 0 1px 4px rgba(0, 0, 0, .08);--editor-placeholder-color: #adb5bd;--editor-code-bg: #f5f5f5;--editor-dropdown-bg: #ffffff;--editor-table-border: #d8d8d8;--editor-table-header-bg: #f6f8fa;--editor-table-cell-bg: #ffffff;--editor-table-selected-border: #0065ff;--editor-table-resize-handle: #aaddff;--editor-table-hover-bg: #2584ff;--editor-table-shadow: rgba(0, 0, 0, .08);--editor-search-result-bg: rgba(255, 217, 0, .31);--editor-search-current-bg: #ffd900;--editor-drag-handle-bg: #ffffff;--editor-drag-handle-icon: #111111;--editor-column-border: #e7e9e8;--editor-details-border: #e5e7eb;--editor-details-hover-bg: #e5e7eb;--editor-gap-cursor: #000000;--editor-node-selected-border: #2f8ef4;--editor-range-selection-bg: rgba(27, 162, 227, .2);--editor-toolbar-bg: #ffffff;--editor-toolbar-border: #e5e7eb;--editor-button-hover-bg: #f3f4f6;--editor-button-active-bg: #e5e7eb;--editor-button-text: #4b5563;--editor-button-text-active: #111827;--editor-card-border: #e5e7eb;--editor-card-hover-bg: #f9fafb;--editor-panel-bg: #f3f4f6;--editor-input-bg: #f9fafb;--editor-input-border: #d1d5db;--editor-input-focus-border: #3b82f6;--editor-input-text: #111827;--editor-separator-bg: #e2e8f0;--editor-add-icon-color: #4ccba0;--editor-delete-icon-color: #dc2626}.theme-dark .halo-rich-text-editor{--editor-color-green: #49aa19;--editor-color-orange: #d87a16;--editor-color-blue: #177ddc;--editor-color-volcano: #d84a1b;--editor-color-pink: #cf2f86;--editor-color-geekblue: #2b4acb;--editor-color-lime: #8bbb11;--editor-color-yellow: #d8bd14;--editor-color-purple: #9383f1;--editor-color-red: #d32029;--editor-color-grey: #aaaaaa;--editor-primary-color: #9373ee;--editor-text-color: rgba(255, 255, 255, .85);--editor-text-color-secondary: rgba(255, 255, 255, .65);--editor-border-color: #303030;--editor-background-color: #1f1f1f;--editor-background-hover: rgba(255, 255, 255, .05);--editor-background-active: #28253d;--editor-card-bg: #262626;--editor-box-shadow: 0 2px 8px rgba(0, 0, 0, .45);--editor-box-shadow-light: 0 1px 4px rgba(0, 0, 0, .32);--editor-placeholder-color: #6b6b6b;--editor-code-bg: #262626;--editor-dropdown-bg: #1f1f1f;--editor-table-border: #434343;--editor-table-header-bg: #2a2a2a;--editor-table-cell-bg: #1f1f1f;--editor-table-selected-border: #177ddc;--editor-table-resize-handle: #177ddc;--editor-table-hover-bg: #177ddc;--editor-table-shadow: rgba(0, 0, 0, .3);--editor-search-result-bg: rgba(216, 189, 20, .31);--editor-search-current-bg: #d8bd14;--editor-drag-handle-bg: #1f1f1f;--editor-drag-handle-icon: #ffffff;--editor-column-border: #434343;--editor-details-border: #434343;--editor-details-hover-bg: #2a2a2a;--editor-gap-cursor: #ffffff;--editor-node-selected-border: #177ddc;--editor-range-selection-bg: rgba(23, 125, 220, .2);--editor-toolbar-bg: #1f1f1f;--editor-toolbar-border: #434343;--editor-button-hover-bg: #2a2a2a;--editor-button-active-bg: #3a3a3a;--editor-button-text: #b0b0b0;--editor-button-text-active: #ffffff;--editor-card-border: #434343;--editor-card-hover-bg: #2a2a2a;--editor-panel-bg: #2a2a2a;--editor-input-bg: #2a2a2a;--editor-input-border: #434343;--editor-input-focus-border: #177ddc;--editor-input-text: #ffffff;--editor-separator-bg: #434343;--editor-add-icon-color: #4ccba0;--editor-delete-icon-color: #dc2626}.halo-rich-text-editor{box-sizing:border-box;height:calc(100% - 48px);width:100%}.halo-rich-text-editor .editor-header{height:48px}.halo-rich-text-editor .editor-header-extra{padding:15px 1rem;max-width:64rem;margin:0 auto}.halo-rich-text-editor .editor-content{width:100%;position:relative}.halo-rich-text-editor .editor-content .ProseMirror{outline:none!important;padding:15px 1rem 15px 20px;max-width:64rem;margin:0 auto}.halo-rich-text-editor .editor-content .ProseMirror p{margin-top:.75em;margin-bottom:0}.halo-rich-text-editor .editor-content .ProseMirror p.is-empty:before{content:attr(data-placeholder);float:left;color:var(--editor-placeholder-color);pointer-events:none;height:0}.halo-rich-text-editor .editor-content .ProseMirror pre{background-color:var(--editor-code-bg);padding:.75rem 1rem;margin:0;border-radius:.375rem;overflow-x:auto!important;overflow-y:visible!important}.halo-rich-text-editor .editor-content .ProseMirror pre code{background:none;font-size:.8rem;padding:0!important;border-radius:0}.halo-rich-text-editor .editor-content .ProseMirror ul[data-type=taskList]{list-style:none;padding:0}.halo-rich-text-editor .editor-content .ProseMirror ul[data-type=taskList] p{margin:0}.halo-rich-text-editor .editor-content .ProseMirror ul[data-type=taskList] li{display:flex;align-items:flex-start}.halo-rich-text-editor .editor-content .ProseMirror ul[data-type=taskList] li>label{flex:0 0 auto;margin-right:.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;padding-top:.1875rem}.halo-rich-text-editor .editor-content .ProseMirror ul[data-type=taskList] li>label input[type=checkbox]{margin:0;cursor:pointer}.halo-rich-text-editor .editor-content .ProseMirror ul[data-type=taskList] li>div{flex:1 1 auto}.halo-rich-text-editor .editor-content .ProseMirror ul,.halo-rich-text-editor .editor-content .ProseMirror ol{list-style-type:revert-layer}.halo-rich-text-editor .editor-content .ProseMirror code br{display:initial}.halo-rich-text-editor .editor-content .v-popper__arrow-container{display:none}.halo-rich-text-editor .v-popper--theme-tooltip{pointer-events:all}.v-popper--theme-editor-block-dropdown .v-popper__inner{border-radius:.375rem;background-color:var(--editor-dropdown-bg);box-shadow:var(--editor-box-shadow-light)}.v-popper--theme-editor-block-dropdown .v-popper__arrow-container{display:none}.halo-rich-text-editor .ProseMirror .table-container{position:relative}.halo-rich-text-editor .ProseMirror .table-container.table-right-shadow:after{bottom:15px;background:linear-gradient(90deg,transparent,var(--editor-table-shadow));right:0;content:" ";position:absolute;pointer-events:none;top:0;width:8px;margin-top:27px}.halo-rich-text-editor .ProseMirror .table-container.table-left-shadow:before{bottom:15px;background:linear-gradient(-90deg,transparent,var(--editor-table-shadow));left:0;content:" ";position:absolute;pointer-events:none;top:0;width:8px;margin-top:27px}.halo-rich-text-editor .ProseMirror .tableWrapper{position:relative;margin:.5em 0;overflow-x:auto;overflow-y:hidden;cursor:default}.halo-rich-text-editor .ProseMirror .tableWrapper.has-focus .scrollWrapper{margin-top:-20px}.halo-rich-text-editor .ProseMirror .scrollWrapper{width:-moz-max-content;width:max-content;border-left:1px solid transparent;border-right:1px solid transparent;transition:border .25s ease-in-out 0s}.halo-rich-text-editor .ProseMirror table{border-collapse:collapse;border-radius:4px;overflow:visible;padding-left:0!important;padding-top:0!important;table-layout:fixed;width:-moz-max-content;width:max-content;min-width:100%;box-sizing:border-box}.halo-rich-text-editor .ProseMirror table *{box-sizing:border-box}.halo-rich-text-editor .ProseMirror table tr{position:relative;border-bottom:1px solid var(--editor-table-border);cursor:text;height:auto!important}.halo-rich-text-editor .ProseMirror table th{background:var(--editor-table-header-bg)}.halo-rich-text-editor .ProseMirror table td{background:var(--editor-table-cell-bg)}.halo-rich-text-editor .ProseMirror table td,.halo-rich-text-editor .ProseMirror table th{position:relative;vertical-align:top;border:1px solid var(--editor-table-border);padding:4px 8px!important;text-align:left;line-height:1.5;height:auto!important;min-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.halo-rich-text-editor .ProseMirror table td>*,.halo-rich-text-editor .ProseMirror table th>*{margin-top:0!important;margin-bottom:0!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.halo-rich-text-editor .ProseMirror table td p,.halo-rich-text-editor .ProseMirror table th p{margin:0!important}.halo-rich-text-editor .ProseMirror table colgroup col:not([style*=width]){width:auto}.halo-rich-text-editor .ProseMirror table .selectedCell{position:relative;border:1px solid var(--editor-table-selected-border)}.halo-rich-text-editor .ProseMirror table .selectedCell:after{box-sizing:content-box;height:100%;width:100%;border:1px solid var(--editor-table-selected-border);content:"";position:absolute;left:-1px;top:-1px;bottom:0;display:inline-block;pointer-events:none}.halo-rich-text-editor .ProseMirror .grip-column~table,.halo-rich-text-editor .ProseMirror .grip-column~* table,.halo-rich-text-editor .ProseMirror .grip-row~table,.halo-rich-text-editor .ProseMirror .grip-row~* table,.halo-rich-text-editor .ProseMirror .grip-table~table,.halo-rich-text-editor .ProseMirror .grip-table~* table{padding-left:26px!important;padding-top:26px!important}.halo-rich-text-editor .ProseMirror .tableWrapper:has(.grip-column) table,.halo-rich-text-editor .ProseMirror .tableWrapper:has(.grip-row) table,.halo-rich-text-editor .ProseMirror .tableWrapper:has(.grip-table) table{padding-left:26px!important;padding-top:26px!important}.halo-rich-text-editor .ProseMirror .grip-column{position:absolute;top:-12px;left:-1px;width:100%}.halo-rich-text-editor .ProseMirror .grip-column>div{position:absolute;top:-18px;left:100%;transform:translate(-8px);display:inline-block;width:16px;height:16px;font-size:0;cursor:pointer}.halo-rich-text-editor .ProseMirror .grip-column>div .plus-icon{font-size:inherit}.halo-rich-text-editor .ProseMirror .grip-column:before{content:"";position:absolute;left:100%;bottom:4px;transform:translate(-1px);width:4px;height:4px;background-color:var(--editor-table-border);border-radius:50%;display:block}.halo-rich-text-editor .ProseMirror .grip-column:after{box-sizing:content-box;content:"";cursor:pointer;position:absolute;top:0;left:0;width:100%;height:10px;background:var(--editor-table-header-bg);border:1px solid var(--editor-table-border);display:block}.halo-rich-text-editor .ProseMirror .grip-column:hover{color:var(--editor-table-selected-border)}.halo-rich-text-editor .ProseMirror .grip-column:hover>div{font-size:14px}.halo-rich-text-editor .ProseMirror .grip-column:hover:before{display:none}.halo-rich-text-editor .ProseMirror .grip-column:hover:after{background:var(--editor-table-hover-bg);border-color:var(--editor-table-hover-bg)}.halo-rich-text-editor .ProseMirror .grip-column.last:after{border-top-right-radius:3px}.halo-rich-text-editor .ProseMirror .grip-column.selected:after{background:var(--editor-table-hover-bg);border-color:var(--editor-table-hover-bg)}.halo-rich-text-editor .ProseMirror .grip-row{position:absolute;left:-12px;top:-1px;height:100%}.halo-rich-text-editor .ProseMirror .grip-row>div{transform:translateY(8px);position:absolute;left:-16px;bottom:4px;display:inline-block;width:16px;height:16px;font-size:0;cursor:pointer}.halo-rich-text-editor .ProseMirror .grip-row>div .plus-icon{font-size:inherit}.halo-rich-text-editor .ProseMirror .grip-row:before{content:"";position:absolute;left:-10px;bottom:-2px;width:4px;height:4px;background-color:var(--editor-table-border);border-radius:50%;display:block}.halo-rich-text-editor .ProseMirror .grip-row:after{box-sizing:content-box;content:"";cursor:pointer;position:absolute;left:0;top:0;height:100%;width:10px;background:var(--editor-table-header-bg);border:1px solid var(--editor-table-border);display:block}.halo-rich-text-editor .ProseMirror .grip-row:hover{color:var(--editor-table-selected-border)}.halo-rich-text-editor .ProseMirror .grip-row:hover>div{font-size:14px}.halo-rich-text-editor .ProseMirror .grip-row:hover:before{display:none}.halo-rich-text-editor .ProseMirror .grip-row:hover:after{background:var(--editor-table-hover-bg);border-color:var(--editor-table-selected-border)}.halo-rich-text-editor .ProseMirror .grip-row.last:after{border-bottom-left-radius:3px}.halo-rich-text-editor .ProseMirror .grip-row.selected:after{background:var(--editor-table-hover-bg);border-color:var(--editor-table-selected-border)}.halo-rich-text-editor .ProseMirror .grip-table:after{box-sizing:content-box;content:"";cursor:pointer;position:absolute;top:-12px;left:-12px;display:block;background:var(--editor-table-header-bg);width:10px;height:10px;border:1px solid var(--editor-table-border);border-top-left-radius:3px}.halo-rich-text-editor .ProseMirror .grip-table:hover:after{background:var(--editor-table-hover-bg);border-color:var(--editor-table-selected-border)}.halo-rich-text-editor .ProseMirror .grip-table.selected:after{background:var(--editor-table-hover-bg);border-color:var(--editor-table-selected-border)}.halo-rich-text-editor .ProseMirror .column-resize-handle{position:absolute;top:0;right:-2px;bottom:-2px;width:4px;background-color:var(--editor-table-resize-handle);cursor:col-resize}.halo-rich-text-editor [data-drag-handle],.theme-light .halo-rich-text-editor [data-drag-handle]{position:absolute;z-index:100;display:inline;width:16px;height:16px;cursor:move;background-color:var(--editor-drag-handle-bg);opacity:0;transition:opacity .3s ease-out;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='1' width='3' height='3' rx='1.5' fill='%23111'/%3E%3Crect x='10' y='1' width='3' height='3' rx='1.5' fill='%23111'/%3E%3Crect x='3' y='6' width='3' height='3' rx='1.5' fill='%23111'/%3E%3Crect x='10' y='6' width='3' height='3' rx='1.5' fill='%23111'/%3E%3Crect x='3' y='11' width='3' height='3' rx='1.5' fill='%23111'/%3E%3Crect x='10' y='11' width='3' height='3' rx='1.5' fill='%23111'/%3E%3C/svg%3E");background-size:contain;background-position:center 0;background-repeat:no-repeat}.halo-rich-text-editor [data-drag-handle].show,.theme-light .halo-rich-text-editor [data-drag-handle].show{opacity:.3}.halo-rich-text-editor [data-drag-handle].show:hover,.theme-light .halo-rich-text-editor [data-drag-handle].show:hover{opacity:1}.halo-rich-text-editor [data-drag-handle].hide,.theme-light .halo-rich-text-editor [data-drag-handle].hide{opacity:0}.theme-dark .halo-rich-text-editor [data-drag-handle]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='1' width='3' height='3' rx='1.5' fill='%23fff'/%3E%3Crect x='10' y='1' width='3' height='3' rx='1.5' fill='%23fff'/%3E%3Crect x='3' y='6' width='3' height='3' rx='1.5' fill='%23fff'/%3E%3Crect x='10' y='6' width='3' height='3' rx='1.5' fill='%23fff'/%3E%3Crect x='3' y='11' width='3' height='3' rx='1.5' fill='%23fff'/%3E%3Crect x='10' y='11' width='3' height='3' rx='1.5' fill='%23fff'/%3E%3C/svg%3E")}.halo-rich-text-editor .ProseMirror .columns{margin-top:.75em}.halo-rich-text-editor .ProseMirror .columns .column{border:1px solid var(--editor-column-border);border-radius:6px;position:relative;padding:16px}.halo-rich-text-editor .ProseMirror .search-result{background-color:var(--editor-search-result-bg)}.halo-rich-text-editor .ProseMirror .search-result.search-result-current{background-color:var(--editor-search-current-bg)}.halo-rich-text-editor .ProseMirror.format-brush-mode{cursor:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTI0IDB2MjRIMFYwek0xMi41OTQgMjMuMjU4bC0uMDEyLjAwMmwtLjA3MS4wMzVsLS4wMi4wMDRsLS4wMTQtLjAwNGwtLjA3MS0uMDM2Yy0uMDEtLjAwMy0uMDE5IDAtLjAyNC4wMDZsLS4wMDQuMDFsLS4wMTcuNDI4bC4wMDUuMDJsLjAxLjAxM2wuMTA0LjA3NGwuMDE1LjAwNGwuMDEyLS4wMDRsLjEwNC0uMDc0bC4wMTItLjAxNmwuMDA0LS4wMTdsLS4wMTctLjQyN2MtLjAwMi0uMDEtLjAwOS0uMDE3LS4wMTYtLjAxOG0uMjY0LS4xMTNsLS4wMTQuMDAybC0uMTg0LjA5M2wtLjAxLjAxbC0uMDAzLjAxMWwuMDE4LjQzbC4wMDUuMDEybC4wMDguMDA4bC4yMDEuMDkyYy4wMTIuMDA0LjAyMyAwIC4wMjktLjAwOGwuMDA0LS4wMTRsLS4wMzQtLjYxNGMtLjAwMy0uMDEyLS4wMS0uMDItLjAyLS4wMjJtLS43MTUuMDAyYS4wMjMuMDIzIDAgMCAwLS4wMjcuMDA2bC0uMDA2LjAxNGwtLjAzNC42MTRjMCAuMDEyLjAwNy4wMi4wMTcuMDI0bC4wMTUtLjAwMmwuMjAxLS4wOTNsLjAxLS4wMDhsLjAwMy0uMDExbC4wMTgtLjQzbC0uMDAzLS4wMTJsLS4wMS0uMDF6Ii8+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTQuMzMgMi4zMDdhMyAzIDAgMCAxIDIuMTIgMy42NzRsLTEuMDM1IDMuODY0bDEuMzU4LjM2M2MxLjY1NC40NDQgMi41MSAyLjEyIDIuMjc4IDMuNjU2Yy0uMTEuNzI5LS4xNTQgMS40NDYtLjA2NSAxLjk2OGMuMTg1IDEuMDg0LjgwOCAyLjE0NiAxLjQ1OCAzLjA3M2wuMzU0LjQ5MkExIDEgMCAwIDEgMjAgMjFINS41Yy0uMzIgMC0uNjI3LS4xNTgtLjgxMy0uNDE4Yy0uNDg5LS42ODQtLjgzOC0xLjQ1OC0xLjEyNS0yLjI0NGMtLjUtMS4zNjQtLjkxNy0zLjI5My0uNTQ4LTUuNTAyYTExLjYzMyAxMS42MzMgMCAwIDEgMS40MjgtMy45OTRjLjY1NS0xLjEwOCAxLjkzMS0xLjQyIDIuOTkxLTEuMTM2bDIuMTg3LjU4NmwxLjAzNS0zLjg2NGEzIDMgMCAwIDEgMy42NzQtMi4xMjFaTTcuOTc4IDE1YTEgMSAwIDAgMC0uOTkzIDEuMDA3Yy4wMDcgMS4wMjQuMzI3IDIuMDA1LjY2OSAyLjc3bC4xMDIuMjIzaDIuMjc3YTguOTQ0IDguOTQ0IDAgMCAxLS4zOTItLjY5OWMtLjMxLS42MTctLjU4My0xLjM0OC0uNjQ0LTIuMDQ3bC0uMDEyLS4yNjFBMSAxIDAgMCAwIDcuOTc5IDE1Wm00LjYwOC0xMC4wNTRsLTEuMjk0IDQuODNhMSAxIDAgMCAxLTEuMjI1LjcwNmwtMy4xNTItLjg0NGMtLjM4My0uMTAzLS42NDYuMDQzLS43NTEuMjIxYTkuMTExIDkuMTExIDAgMCAwLS43MDMgMS40OTRsMTEuNTEgMy4wNTNjLjAyNS0uMjkzLjA2MS0uNTc4LjEwMS0uODQyYy4xMDUtLjY5LS4yOTctMS4yODQtLjgxOC0xLjQyNGwtMi4zMjMtLjYyMmExIDEgMCAwIDEtLjcwNy0xLjIyNWwxLjI5NC00LjgzYTEgMSAwIDAgMC0xLjkzMi0uNTE3Ii8+PC9nPjwvc3ZnPg==) 5 10,text}.halo-rich-text-editor .ProseMirror.ProseMirror-focused .card-gap-cursor:before{display:block}.halo-rich-text-editor .ProseMirror .card-gap-cursor{position:relative}.halo-rich-text-editor .ProseMirror .card-gap-cursor:before{content:"";display:none;position:absolute;min-width:1px;height:1em;font-size:1em;border-left:1px solid var(--editor-gap-cursor);animation:ProseMirror-cursor-blink 1.1s steps(2,start) infinite}.halo-rich-text-editor .ProseMirror .start-card-gap-cursor:before{top:-2px;left:-1px}.halo-rich-text-editor .ProseMirror .end-card-gap-cursor:before{bottom:-2px;right:-1px}@keyframes ProseMirror-cursor-blink{to{visibility:hidden}}.halo-rich-text-editor .has-node-selected.code-node{border-color:var(--editor-node-selected-border)}.halo-rich-text-editor .no-selection *::-moz-selection{background-color:transparent;color:inherit}.halo-rich-text-editor .no-selection *::selection{background-color:transparent;color:inherit}.halo-rich-text-editor .range-fake-selection{position:relative}.halo-rich-text-editor .range-fake-selection:after{content:" ";position:absolute;inset:0;background-color:var(--editor-range-selection-bg);pointer-events:none;z-index:99;caret-color:transparent}.halo-rich-text-editor .range-fake-selection.column:after{border-radius:5px}.halo-rich-text-editor .details{display:flex;gap:.25rem;margin:1.5rem 0;border:1px solid var(--editor-details-border);border-radius:.5rem;padding:.5rem}.halo-rich-text-editor .details summary{all:unset;font-weight:700}.halo-rich-text-editor .details>button{align-items:center;background:transparent;border:none;border-radius:4px;display:flex;font-size:1rem;height:2rem;justify-content:center;line-height:1;margin-top:0;padding:0;width:2rem;cursor:pointer;transition:background-color .15s ease}.halo-rich-text-editor .details>button:hover{background-color:var(--editor-details-hover-bg)}.halo-rich-text-editor .details>button:before{content:"";display:inline-block;width:1.25em;height:1.25em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m13.171 12l-4.95-4.95l1.415-1.413L16 12l-6.364 6.364l-1.414-1.415z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.halo-rich-text-editor .details.is-open>button:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m12 13.171l4.95-4.95l1.414 1.415L12 16L5.636 9.636L7.05 8.222z'/%3E%3C/svg%3E");transform:none}.halo-rich-text-editor .details>div{display:flex;flex-direction:column;gap:1rem;width:100%}.halo-rich-text-editor .details>div>[data-type=detailsContent]>:last-child{margin-bottom:.5rem}.halo-rich-text-editor .details .details{margin:.5rem 0}.halo-rich-text-editor .hljs,.theme-light .halo-rich-text-editor .hljs{background:transparent!important;color:#24292e}.halo-rich-text-editor .markdown-body pre,.theme-light .halo-rich-text-editor .markdown-body pre{overflow-x:auto!important;overflow-y:visible!important}.theme-dark .halo-rich-text-editor .hljs{background:transparent!important;color:#c9d1d9}.theme-dark .halo-rich-text-editor .markdown-body pre{overflow-x:auto!important;overflow-y:visible!important}.theme-dark .halo-rich-text-editor .hljs-doctag,.theme-dark .halo-rich-text-editor .hljs-keyword,.theme-dark .halo-rich-text-editor .hljs-meta .hljs-keyword,.theme-dark .halo-rich-text-editor .hljs-template-tag,.theme-dark .halo-rich-text-editor .hljs-template-variable,.theme-dark .halo-rich-text-editor .hljs-type,.theme-dark .halo-rich-text-editor .hljs-variable.language_{color:#ff7b72}.theme-dark .halo-rich-text-editor .hljs-title,.theme-dark .halo-rich-text-editor .hljs-title.class_,.theme-dark .halo-rich-text-editor .hljs-title.class_.inherited__,.theme-dark .halo-rich-text-editor .hljs-title.function_{color:#d2a8ff}.theme-dark .halo-rich-text-editor .hljs-attr,.theme-dark .halo-rich-text-editor .hljs-attribute,.theme-dark .halo-rich-text-editor .hljs-literal,.theme-dark .halo-rich-text-editor .hljs-meta,.theme-dark .halo-rich-text-editor .hljs-number,.theme-dark .halo-rich-text-editor .hljs-operator,.theme-dark .halo-rich-text-editor .hljs-selector-attr,.theme-dark .halo-rich-text-editor .hljs-selector-class,.theme-dark .halo-rich-text-editor .hljs-selector-id,.theme-dark .halo-rich-text-editor .hljs-variable{color:#79c0ff}.theme-dark .halo-rich-text-editor .hljs-meta .hljs-string,.theme-dark .halo-rich-text-editor .hljs-regexp,.theme-dark .halo-rich-text-editor .hljs-string{color:#a5d6ff}.theme-dark .halo-rich-text-editor .hljs-built_in,.theme-dark .halo-rich-text-editor .hljs-symbol{color:#ffa657}.theme-dark .halo-rich-text-editor .hljs-code,.theme-dark .halo-rich-text-editor .hljs-comment,.theme-dark .halo-rich-text-editor .hljs-formula{color:#8b949e}.theme-dark .halo-rich-text-editor .hljs-name,.theme-dark .halo-rich-text-editor .hljs-quote,.theme-dark .halo-rich-text-editor .hljs-selector-pseudo,.theme-dark .halo-rich-text-editor .hljs-selector-tag{color:#7ee787}.theme-dark .halo-rich-text-editor .hljs-subst{color:#c9d1d9}.theme-dark .halo-rich-text-editor .hljs-section{color:#1f6feb;font-weight:700}.theme-dark .halo-rich-text-editor .hljs-bullet{color:#f2cc60}.theme-dark .halo-rich-text-editor .hljs-emphasis{color:#c9d1d9;font-style:italic}.theme-dark .halo-rich-text-editor .hljs-strong{color:#c9d1d9;font-weight:700}.theme-dark .halo-rich-text-editor .hljs-addition{color:#aff5b4;background-color:#033a16}.theme-dark .halo-rich-text-editor .hljs-deletion{color:#ffdcd7;background-color:#67060c}.color-option-wrapper[data-v-68ea66d2]{padding:.25rem}.color-option[data-v-68ea66d2]{display:flex;align-items:center;gap:.5rem;border-radius:.25rem;padding:.25rem;cursor:pointer}.color-option[data-v-68ea66d2]:hover{background-color:#f3f4f6}.color-box[data-v-68ea66d2]{height:1.25rem;width:1.25rem;cursor:pointer;border-radius:.125rem;background-color:#000;box-shadow:0 0 0 1px transparent;outline:1px solid transparent;outline-offset:1px}.color-box[data-v-68ea66d2]:hover{outline:1px solid #d1d5db}.color-option-text[data-v-68ea66d2]{font-size:.75rem;color:#4b5563}.highlight-option-wrapper[data-v-c2ad935c]{padding:.25rem}.highlight-option[data-v-c2ad935c]{display:flex;align-items:center;gap:.5rem;border-radius:.25rem;padding:.25rem;cursor:pointer}.highlight-option[data-v-c2ad935c]:hover{background-color:#f3f4f6}.highlight-option-content[data-v-c2ad935c]{display:inline-flex;align-items:center;gap:.5rem}.highlight-color-box[data-v-c2ad935c]{height:1.25rem;width:1.25rem;cursor:pointer;border-radius:.125rem;box-shadow:0 0 0 1px transparent;outline:1px solid transparent;outline-offset:1px}.highlight-color-box[data-v-c2ad935c]:hover{outline:1px solid #d1d5db}.highlight-option-text[data-v-c2ad935c]{font-size:.75rem;color:#4b5563}.select-wrapper[data-v-3e220099]{position:relative;display:inline-block;width:100%}.select-container[data-v-3e220099]{height:2rem}.select-input[data-v-3e220099]{box-sizing:border-box;display:grid;grid-template-columns:1fr auto;height:100%;width:100%;cursor:pointer;align-items:center;border-radius:.375rem;padding-left:.75rem;padding-right:.75rem;font-size:.875rem;background-color:transparent;border:1px solid transparent;transition:background-color .2s,border-color .2s}.select-input[data-v-3e220099]:hover:not(.is-focus){background-color:var(--editor-button-hover-bg)}.select-input.is-focus[data-v-3e220099]{background-color:var(--editor-background-color);border-color:var(--editor-border-color)}.input-wrapper[data-v-3e220099]{position:absolute;bottom:0;top:0;background-color:transparent}.input-field[data-v-3e220099]{margin:0;height:100%;cursor:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;outline:none}.display-label[data-v-3e220099]{overflow:hidden;text-overflow:ellipsis;font-size:.875rem}.arrow-icon[data-v-3e220099]{justify-self:end}.popper-wrapper[data-v-3e220099]{background-color:var(--editor-toolbar-bg)}.select-options[data-v-3e220099]{max-height:16rem;cursor:pointer;padding:.25rem;overflow-x:hidden;overflow-y:auto}.select-option[data-v-3e220099]{display:flex;height:2rem;width:100%;align-items:center;border-radius:.375rem;padding:.25rem .75rem;font-size:1rem}.select-option[data-v-3e220099]:hover{background-color:var(--editor-button-hover-bg)}.select-option.is-selected[data-v-3e220099]{background-color:var(--editor-button-active-bg)}.select-option.is-highlighted[data-v-3e220099]{background-color:var(--editor-button-hover-bg)}.option-label[data-v-3e220099]{flex:1;overflow:hidden;text-overflow:ellipsis;font-size:.875rem}.code-node[data-v-07c20738]{margin-top:.75rem;overflow:hidden;border-radius:.25rem;border:1px solid #e5e7eb}.code-block-pre[data-v-07c20738]{overflow-x:auto!important;overflow-y:visible!important;margin:0!important}.code-header[data-v-07c20738]{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f3f4f6;background-color:#f5f5f5;padding-top:.25rem;padding-bottom:.25rem}.code-header-left[data-v-07c20738]{display:flex;flex:1;align-items:center;padding-left:.75rem}.code-collapse-wrapper[data-v-07c20738]{display:flex;align-items:center;padding-right:.75rem}.code-collapse-button[data-v-07c20738]{display:flex;height:2rem;width:2rem;cursor:pointer;align-items:center;justify-content:center;border-radius:.25rem}.code-collapse-button[data-v-07c20738]:hover{background-color:#e4e4e7}.code-select[data-v-07c20738]{width:12rem}.code-header-right[data-v-07c20738]{display:flex;align-items:center;padding-right:.75rem}.code-copy-button[data-v-07c20738]{display:flex;height:2rem;width:2rem;cursor:pointer;align-items:center;justify-content:center;border-radius:.25rem}.code-copy-button.can-hover[data-v-07c20738]:hover{background-color:#e4e4e7}.code-icon[data-v-07c20738]{height:1rem;width:1rem;color:#6b7280}.code-icon.success[data-v-07c20738]{color:#22c55e}.command-items{position:relative;max-height:18rem;width:13rem;overflow:hidden;overflow-y:auto;border-radius:.375rem;background-color:#fff;padding:.25rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.command-items .command-item{display:flex;flex-direction:row;align-items:center;gap:1rem;border-radius:.25rem;padding:.25rem}.command-items .command-item:hover{background-color:#f3f4f6}.command-items .command-item:hover .command-icon{background-color:#fff!important}.command-items .command-item:hover .command-title{font-weight:500;color:#111827}.command-items .command-item.is-selected{background-color:#f3f4f6}.command-items .command-item.is-selected .command-icon{background-color:#fff}.command-items .command-item.is-selected .command-title{font-weight:500;color:#111827}.command-items .command-item .command-icon{height:1.5rem;width:1.5rem;border-radius:.25rem;background-color:#f3f4f6;padding:.25rem}.command-items .command-item .command-title{font-size:.75rem;color:#4b5563}.command-items .command-empty{display:flex;align-items:center;justify-content:center;padding:.25rem;font-size:.75rem;color:#4b5563}.audio-wrapper[data-v-b939a012]{display:inline-block;width:100%}.audio-container[data-v-b939a012]{position:relative;display:inline-block;height:100%;width:100%;overflow:hidden;text-align:center;transition:all .2s}.audio-upload-wrapper[data-v-b939a012]{padding:2rem;min-height:180px;display:flex;align-items:center;justify-content:center}.upload-placeholder[data-v-b939a012]{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.upload-icon[data-v-b939a012]{width:80px;height:80px;border-radius:50%;background:color-mix(in srgb,var(--editor-primary-color, #9373ee) 10%,transparent);display:flex;align-items:center;justify-content:center}.upload-icon svg[data-v-b939a012]{color:var(--editor-primary-color, #9373ee)}.upload-actions[data-v-b939a012]{display:flex;gap:.75rem}.upload-btn[data-v-b939a012],.link-btn[data-v-b939a012]{padding:.5rem 1.5rem;border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:all .2s;border:1px solid var(--editor-input-border);background:var(--editor-input-bg);color:var(--editor-input-text)}.upload-btn[data-v-b939a012]:hover,.link-btn[data-v-b939a012]:hover{border-color:var(--editor-primary-color);color:var(--editor-primary-color)}.link-input-wrapper[data-v-b939a012]{width:100%;padding:.375rem}.link-input[data-v-b939a012]{display:block;width:100%;border-radius:.375rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);padding:.5rem .75rem;font-size:.875rem;color:var(--editor-input-text)}.link-input[data-v-b939a012]:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.audio-link-input[data-v-f5fa04af]{display:block;width:100%;border-radius:.375rem;border:1px solid #d1d5db;background-color:#f9fafb;padding:.375rem .5rem;font-size:.875rem;color:#111827}.audio-link-input[data-v-f5fa04af]:hover{background-color:#f3f4f6}.audio-link-input[data-v-f5fa04af]:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 1px #3b82f6}.iframe-link-input[data-v-676265f4]{display:block;width:100%;border-radius:.375rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);padding:.375rem .5rem;font-size:.875rem;color:var(--editor-input-text)}.iframe-link-input[data-v-676265f4]:hover{background-color:var(--editor-button-hover-bg)}.iframe-link-input[data-v-676265f4]:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.iframe-wrapper[data-v-8604d0c6]{display:inline-block;width:100%}.iframe-container[data-v-8604d0c6]{position:relative;display:inline-block;height:100%;max-width:100%;overflow:hidden;text-align:center;transition:all .2s}.iframe-input-wrapper[data-v-8604d0c6]{padding:.375rem}.iframe-input[data-v-8604d0c6]{display:block;width:100%;border-radius:.375rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);padding:.375rem .5rem;font-size:.875rem;color:var(--editor-input-text)}.iframe-input[data-v-8604d0c6]:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.iframe-element[data-v-8604d0c6]{border-radius:.375rem}.iframe-element.has-border[data-v-8604d0c6]{border-width:2px}.image-alt-input[data-v-b521b4f6]{display:block;width:100%;border-radius:.375rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);padding:.375rem .5rem;font-size:.875rem;color:var(--editor-input-text)}.image-alt-input[data-v-b521b4f6]:hover{background-color:var(--editor-button-hover-bg)}.image-alt-input[data-v-b521b4f6]:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.image-href-wrapper[data-v-bdd44ed7]{display:block}.image-href-input[data-v-bdd44ed7]{display:block;width:100%;border-radius:.375rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);padding:.375rem .5rem;font-size:.875rem;color:var(--editor-input-text)}.image-href-input[data-v-bdd44ed7]:hover{background-color:var(--editor-button-hover-bg)}.image-href-input[data-v-bdd44ed7]:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.image-href-label[data-v-bdd44ed7]{margin-top:.5rem;display:inline-flex;align-items:center}.image-href-checkbox[data-v-bdd44ed7]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:1rem;height:1rem;border-radius:.25rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);cursor:pointer;position:relative}.image-href-checkbox[data-v-bdd44ed7]:focus{box-shadow:0 0 0 1px var(--editor-input-focus-border)}.image-href-checkbox[data-v-bdd44ed7]:checked{background-color:var(--editor-primary-color);border-color:var(--editor-primary-color)}.image-href-checkbox[data-v-bdd44ed7]:checked:after{content:"";position:absolute;left:.25rem;top:.05rem;width:.35rem;height:.6rem;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.image-href-text[data-v-bdd44ed7]{margin-left:.5rem;font-size:.875rem;color:var(--editor-text-color-secondary)}.image-link-input[data-v-fa1b46ac]{display:block;width:100%;border-radius:.375rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);padding:.375rem .5rem;font-size:.875rem;color:var(--editor-input-text)}.image-link-input[data-v-fa1b46ac]:hover{background-color:var(--editor-button-hover-bg)}.image-link-input[data-v-fa1b46ac]:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.image-preview-overlay[data-v-124b579c]{position:fixed;inset:0;background-color:#000000e6;z-index:10000;display:flex;flex-direction:column}.preview-header[data-v-124b579c]{position:absolute;top:0;left:0;right:0;height:56px;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:10001}.header-left[data-v-124b579c]{display:flex;align-items:center}.header-right[data-v-124b579c]{display:flex;align-items:center;gap:8px}.preview-counter[data-v-124b579c]{color:#fff;font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:500}.toolbar-btn[data-v-124b579c]{background:transparent;border:none;color:#ffffffd9;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:all .2s;border-radius:4px}.toolbar-btn[data-v-124b579c]:hover:not(:disabled){background:#ffffff1a;color:#fff}.toolbar-btn[data-v-124b579c]:disabled{opacity:.3;cursor:not-allowed}.toolbar-divider[data-v-124b579c]{width:1px;height:20px;background:#fff3;margin:0 4px}.preview-content[data-v-124b579c]{flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:56px 80px 0}.image-container[data-v-124b579c]{display:flex;align-items:center;justify-content:center;transform-origin:center center}.preview-image[data-v-124b579c]{max-width:100%;max-height:calc(100vh - 56px);-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:block}.nav-btn[data-v-124b579c]{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;color:#fff;cursor:pointer;padding:16px 12px;display:flex;align-items:center;justify-content:center;transition:all .2s;border-radius:4px;z-index:10001}.nav-btn[data-v-124b579c]:hover:not(:disabled){background:#000000b3}.nav-btn[data-v-124b579c]:disabled{opacity:.3;cursor:not-allowed}.nav-btn-prev[data-v-124b579c]{left:24px}.nav-btn-next[data-v-124b579c]{right:24px}.preview-fade-enter-active[data-v-124b579c],.preview-fade-leave-active[data-v-124b579c]{transition:opacity .3s ease}.preview-fade-enter-from[data-v-124b579c],.preview-fade-leave-to[data-v-124b579c]{opacity:0}.preview-fade-enter-active .preview-header[data-v-124b579c],.preview-fade-leave-active .preview-header[data-v-124b579c]{transition:transform .3s ease}.preview-fade-enter-from .preview-header[data-v-124b579c],.preview-fade-leave-to .preview-header[data-v-124b579c]{transform:translateY(-100%)}.image-wrapper[data-v-bd565ef5]{display:inline-block;width:100%}.image-input-wrapper[data-v-bd565ef5]{width:100%;padding:.375rem}.image-input[data-v-bd565ef5]{display:block;width:100%;border-radius:.375rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);padding:.375rem .5rem;font-size:.875rem;color:var(--editor-input-text)}.image-input[data-v-bd565ef5]:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.image-container[data-v-bd565ef5]{position:relative;display:inline-block;max-width:100%;resize:horizontal;overflow:hidden;border-radius:.375rem;text-align:center}.image-container.is-selected[data-v-bd565ef5]{border-radius:.25rem;box-shadow:0 0 0 2px var(--editor-primary-color)}.image-container.is-readonly[data-v-bd565ef5]{resize:none}.image-container.is-readonly .image-element[data-v-bd565ef5]{cursor:pointer;transition:opacity .2s ease}.image-container.is-readonly .image-element[data-v-bd565ef5]:hover{opacity:.85}.image-element[data-v-bd565ef5]{height:100%;width:100%}.search-replace-container[data-v-b8ef219e]{position:absolute;right:1.25rem;top:0;float:right;display:flex;min-width:500px;justify-content:flex-end;border-radius:.25rem;background-color:#fff;padding:.25rem;padding-top:.5rem!important;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;pointer-events:auto}.search-replace-section[data-v-b8ef219e]{display:flex;width:100%;flex-direction:column;gap:.25rem}.search-row[data-v-b8ef219e],.replace-row[data-v-b8ef219e]{position:relative;display:flex;align-items:center}.search-input-wrapper[data-v-b8ef219e],.replace-input-wrapper[data-v-b8ef219e]{position:relative;width:100%;max-width:55%;box-sizing:border-box}.search-input[data-v-b8ef219e],.replace-input[data-v-b8ef219e]{display:block;width:100%;box-sizing:border-box;border-radius:.25rem;border:1px solid var(--editor-input-border)!important;border-style:solid!important;background-color:var(--editor-input-bg);padding:.25rem .25rem .25rem .5rem;font-size:.875rem!important;line-height:1.75rem!important;color:var(--editor-input-text)}.search-input[data-v-b8ef219e]:focus,.replace-input[data-v-b8ef219e]:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.search-input[data-v-b8ef219e]{padding-right:5.5rem!important}.search-options[data-v-b8ef219e]{position:absolute;top:0;bottom:0;right:0;display:flex;align-items:center;gap:.25rem;padding-right:.25rem}.search-option-button[data-v-b8ef219e],.search-action-button[data-v-b8ef219e],.replace-action-button[data-v-b8ef219e]{border-radius:.125rem;padding:.125rem;border:none;background-color:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.search-option-button[data-v-b8ef219e]:hover,.search-action-button[data-v-b8ef219e]:hover,.replace-action-button[data-v-b8ef219e]:hover{background-color:#e5e7eb}.search-option-button[data-v-b8ef219e] svg,.search-action-button[data-v-b8ef219e] svg,.replace-action-button[data-v-b8ef219e] svg{width:1.2em;height:1.2em}.search-option-button.active[data-v-b8ef219e]{background-color:#bfdbfe!important;outline:1px solid #3b82f6}.search-option-button.active[data-v-b8ef219e]:hover{background-color:#bfdbfe!important}.search-result-info[data-v-b8ef219e]{margin-left:.5rem;margin-right:.5rem;min-width:130px;font-size:.875rem}.search-result-info .not-found[data-v-b8ef219e]{color:#dc2626}.search-actions[data-v-b8ef219e]{position:absolute;right:0;display:flex;height:100%;align-items:center}.search-action-button[data-v-b8ef219e],.replace-action-button[data-v-b8ef219e]{opacity:.5}.search-action-button.enabled[data-v-b8ef219e],.replace-action-button.enabled[data-v-b8ef219e]{opacity:1!important}.search-action-button.enabled[data-v-b8ef219e]:hover,.replace-action-button.enabled[data-v-b8ef219e]:hover{background-color:#e5e7eb!important}.search-action-button.close-button[data-v-b8ef219e]{opacity:1}.replace-actions[data-v-b8ef219e]{margin-left:.5rem;margin-right:.5rem;display:flex;align-items:center;gap:.5rem}.slide-enter-active,.slide-leave-active{transition:transform .25s}.slide-enter-from,.slide-leave-to{transform:translateY(-100%)}.slide-enter-to,.slide-leave-from{transform:translateY(0)}.color-option-wrapper[data-v-9e1a85bd]{padding:.25rem}.color-option[data-v-9e1a85bd]{display:flex;align-items:center;gap:.5rem;border-radius:.25rem;padding:.25rem;cursor:pointer}.color-option[data-v-9e1a85bd]:hover{background-color:#f3f4f6}.color-box[data-v-9e1a85bd]{height:1.25rem;width:1.25rem;cursor:pointer;border-radius:.125rem;background-color:#000;box-shadow:0 0 0 1px transparent;outline:1px solid transparent;outline-offset:1px}.color-box[data-v-9e1a85bd]:hover{outline:1px solid #d1d5db}.color-option-text[data-v-9e1a85bd]{font-size:.75rem;color:#4b5563}.highlight-option-wrapper[data-v-71c19aa5]{padding:.25rem}.highlight-option[data-v-71c19aa5]{display:flex;align-items:center;gap:.5rem;border-radius:.25rem;padding:.25rem;cursor:pointer}.highlight-option[data-v-71c19aa5]:hover{background-color:#f3f4f6}.highlight-option-content[data-v-71c19aa5]{display:inline-flex;align-items:center;gap:.5rem}.highlight-color-box[data-v-71c19aa5]{height:1.25rem;width:1.25rem;cursor:pointer;border-radius:.125rem;box-shadow:0 0 0 1px transparent;outline:1px solid transparent;outline-offset:1px}.highlight-color-box[data-v-71c19aa5]:hover{outline:1px solid #d1d5db}.highlight-option-text[data-v-71c19aa5]{font-size:.75rem;color:#4b5563}.link-bubble-dropdown[data-v-908875ad]{display:inline-flex}.link-bubble-button[data-v-908875ad]{border-radius:.375rem;padding:.5rem;font-size:1.125rem;color:#4b5563}.link-bubble-button[data-v-908875ad]:hover{background-color:#f3f4f6}.link-bubble-button.is-active[data-v-908875ad]{background-color:#e5e7eb!important;color:#000!important}.link-bubble-popper[data-v-908875ad]{position:relative;max-height:18rem;width:24rem;overflow:hidden;overflow-y:auto;border-radius:.375rem;background-color:var(--editor-toolbar-bg);padding:.25rem;box-shadow:var(--editor-box-shadow-light)}.link-input[data-v-908875ad]{display:block;width:100%;border-radius:.375rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);padding:.375rem .5rem;font-size:.875rem;color:var(--editor-input-text)}.link-input[data-v-908875ad]:hover{background-color:var(--editor-button-hover-bg)}.link-input[data-v-908875ad]:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.link-checkbox-label[data-v-908875ad]{display:inline-flex;align-items:center;margin-top:.5rem}.link-checkbox-label.first[data-v-908875ad]{margin-right:.5rem}.link-checkbox[data-v-908875ad]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:1rem;height:1rem;border-radius:.25rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);cursor:pointer;position:relative}.link-checkbox[data-v-908875ad]:focus{box-shadow:0 0 0 1px var(--editor-input-focus-border)}.link-checkbox[data-v-908875ad]:checked{background-color:var(--editor-primary-color);border-color:var(--editor-primary-color)}.link-checkbox[data-v-908875ad]:checked:after{content:"";position:absolute;left:.25rem;top:.05rem;width:.35rem;height:.6rem;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.link-checkbox-text[data-v-908875ad]{margin-left:.5rem;font-size:.875rem;color:var(--editor-text-color-secondary)}.video-link-input[data-v-303e6a2b]{display:block;width:100%;border-radius:.375rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);padding:.375rem .5rem;font-size:.875rem;color:var(--editor-input-text)}.video-link-input[data-v-303e6a2b]:hover{background-color:var(--editor-button-hover-bg)}.video-link-input[data-v-303e6a2b]:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.editor-block__actions-input{display:block;width:5rem;border-radius:.375rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);padding:.25rem .5rem;font-size:.875rem;color:var(--editor-input-text)}.editor-block__actions-input:hover{background-color:var(--editor-button-hover-bg)}.editor-block__actions-input:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.video-wrapper[data-v-3a1c68e6]{display:inline-block;width:100%}.video-container[data-v-3a1c68e6]{position:relative;display:inline-block;height:100%;max-width:100%;overflow:hidden;text-align:center;transition:all .2s}.video-upload-wrapper[data-v-3a1c68e6]{padding:2rem;min-height:200px;display:flex;align-items:center;justify-content:center}.upload-placeholder[data-v-3a1c68e6]{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.upload-icon[data-v-3a1c68e6]{width:80px;height:80px;border-radius:50%;background:color-mix(in srgb,var(--editor-primary-color, #9373ee) 10%,transparent);display:flex;align-items:center;justify-content:center}.upload-icon svg[data-v-3a1c68e6]{color:var(--editor-primary-color, #9373ee)}.upload-actions[data-v-3a1c68e6]{display:flex;gap:.75rem}.upload-btn[data-v-3a1c68e6],.link-btn[data-v-3a1c68e6]{padding:.5rem 1.5rem;border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:all .2s;border:1px solid var(--editor-input-border);background:var(--editor-input-bg);color:var(--editor-input-text)}.upload-btn[data-v-3a1c68e6]:hover,.link-btn[data-v-3a1c68e6]:hover{border-color:var(--editor-primary-color);color:var(--editor-primary-color)}.link-input-wrapper[data-v-3a1c68e6]{width:100%;padding:.375rem}.link-input[data-v-3a1c68e6]{display:block;width:100%;border-radius:.375rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);padding:.5rem .75rem;font-size:.875rem;color:var(--editor-input-text)}.link-input[data-v-3a1c68e6]:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.video-element[data-v-3a1c68e6]{margin:0;border-radius:.375rem}
|
|
10
|
+
*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}.halo-rich-text-editor,.theme-light .halo-rich-text-editor{--editor-color-green: #4caf50;--editor-color-orange: #fa8c16;--editor-color-blue: #1890ff;--editor-color-volcano: #fa541c;--editor-color-pink: #eb2f96;--editor-color-geekblue: #2f54eb;--editor-color-lime: #a0d911;--editor-color-yellow: #fadb14;--editor-color-purple: #9373ee;--editor-color-red: #f5222d;--editor-color-grey: #aaaaaa;--editor-primary-color: #9373ee;--editor-text-color: rgba(0, 0, 0, .85);--editor-text-color-secondary: rgba(0, 0, 0, .45);--editor-border-color: #f0f0f0;--editor-background-color: #ffffff;--editor-background-hover: rgba(0, 0, 0, .05);--editor-background-active: #f6f0ff;--editor-card-bg: #f5f5f5;--editor-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);--editor-box-shadow-light: 0 1px 4px rgba(0, 0, 0, .08);--editor-placeholder-color: #adb5bd;--editor-code-bg: #f5f5f5;--editor-dropdown-bg: #ffffff;--editor-table-border: #d8d8d8;--editor-table-header-bg: #f6f8fa;--editor-table-cell-bg: #ffffff;--editor-table-selected-border: #0065ff;--editor-table-resize-handle: #aaddff;--editor-table-hover-bg: #2584ff;--editor-table-shadow: rgba(0, 0, 0, .08);--editor-search-result-bg: rgba(255, 217, 0, .31);--editor-search-current-bg: #ffd900;--editor-drag-handle-bg: #ffffff;--editor-drag-handle-icon: #111111;--editor-column-border: #e7e9e8;--editor-details-border: #e5e7eb;--editor-details-hover-bg: #e5e7eb;--editor-gap-cursor: #000000;--editor-node-selected-border: #2f8ef4;--editor-range-selection-bg: rgba(27, 162, 227, .2);--editor-toolbar-bg: #ffffff;--editor-toolbar-border: #e5e7eb;--editor-button-hover-bg: #f3f4f6;--editor-button-active-bg: #e5e7eb;--editor-button-text: #4b5563;--editor-button-text-active: #111827;--editor-card-border: #e5e7eb;--editor-card-hover-bg: #f9fafb;--editor-panel-bg: #f3f4f6;--editor-input-bg: #f9fafb;--editor-input-border: #d1d5db;--editor-input-focus-border: #3b82f6;--editor-input-text: #111827;--editor-separator-bg: #e2e8f0;--editor-add-icon-color: #4ccba0;--editor-delete-icon-color: #dc2626}.theme-dark .halo-rich-text-editor{--editor-color-green: #49aa19;--editor-color-orange: #d87a16;--editor-color-blue: #177ddc;--editor-color-volcano: #d84a1b;--editor-color-pink: #cf2f86;--editor-color-geekblue: #2b4acb;--editor-color-lime: #8bbb11;--editor-color-yellow: #d8bd14;--editor-color-purple: #9383f1;--editor-color-red: #d32029;--editor-color-grey: #aaaaaa;--editor-primary-color: #9373ee;--editor-text-color: rgba(255, 255, 255, .85);--editor-text-color-secondary: rgba(255, 255, 255, .65);--editor-border-color: #303030;--editor-background-color: #1f1f1f;--editor-background-hover: rgba(255, 255, 255, .05);--editor-background-active: #28253d;--editor-card-bg: #262626;--editor-box-shadow: 0 2px 8px rgba(0, 0, 0, .45);--editor-box-shadow-light: 0 1px 4px rgba(0, 0, 0, .32);--editor-placeholder-color: #6b6b6b;--editor-code-bg: #262626;--editor-dropdown-bg: #1f1f1f;--editor-table-border: #434343;--editor-table-header-bg: #2a2a2a;--editor-table-cell-bg: #1f1f1f;--editor-table-selected-border: #177ddc;--editor-table-resize-handle: #177ddc;--editor-table-hover-bg: #177ddc;--editor-table-shadow: rgba(0, 0, 0, .3);--editor-search-result-bg: rgba(216, 189, 20, .31);--editor-search-current-bg: #d8bd14;--editor-drag-handle-bg: #1f1f1f;--editor-drag-handle-icon: #ffffff;--editor-column-border: #434343;--editor-details-border: #434343;--editor-details-hover-bg: #2a2a2a;--editor-gap-cursor: #ffffff;--editor-node-selected-border: #177ddc;--editor-range-selection-bg: rgba(23, 125, 220, .2);--editor-toolbar-bg: #1f1f1f;--editor-toolbar-border: #434343;--editor-button-hover-bg: #2a2a2a;--editor-button-active-bg: #3a3a3a;--editor-button-text: #b0b0b0;--editor-button-text-active: #ffffff;--editor-card-border: #434343;--editor-card-hover-bg: #2a2a2a;--editor-panel-bg: #2a2a2a;--editor-input-bg: #2a2a2a;--editor-input-border: #434343;--editor-input-focus-border: #177ddc;--editor-input-text: #ffffff;--editor-separator-bg: #434343;--editor-add-icon-color: #4ccba0;--editor-delete-icon-color: #dc2626}.halo-rich-text-editor{box-sizing:border-box;height:calc(100% - 48px);width:100%}.halo-rich-text-editor .editor-header{height:48px}.halo-rich-text-editor .editor-header-extra{padding:15px 1rem;max-width:64rem;margin:0 auto}.halo-rich-text-editor .editor-content{width:100%;position:relative}.halo-rich-text-editor .editor-content .ProseMirror{outline:none!important;padding:15px 1rem 15px 20px;max-width:64rem;margin:0 auto}.halo-rich-text-editor .editor-content .ProseMirror p{margin-top:.75em;margin-bottom:0}.halo-rich-text-editor .editor-content .ProseMirror p.is-empty:before{content:attr(data-placeholder);float:left;color:var(--editor-placeholder-color);pointer-events:none;height:0}.halo-rich-text-editor .editor-content .ProseMirror pre{background-color:var(--editor-code-bg);padding:.75rem 1rem;margin:0;border-radius:.375rem;overflow-x:auto!important;overflow-y:visible!important}.halo-rich-text-editor .editor-content .ProseMirror pre code{background:none;font-size:.8rem;padding:0!important;border-radius:0}.halo-rich-text-editor .editor-content .ProseMirror ul[data-type=taskList]{list-style:none;padding:0}.halo-rich-text-editor .editor-content .ProseMirror ul[data-type=taskList] p{margin:0}.halo-rich-text-editor .editor-content .ProseMirror ul[data-type=taskList] li{display:flex;align-items:flex-start}.halo-rich-text-editor .editor-content .ProseMirror ul[data-type=taskList] li>label{flex:0 0 auto;margin-right:.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;padding-top:.1875rem}.halo-rich-text-editor .editor-content .ProseMirror ul[data-type=taskList] li>label input[type=checkbox]{margin:0;cursor:pointer}.halo-rich-text-editor .editor-content .ProseMirror ul[data-type=taskList] li>div{flex:1 1 auto}.halo-rich-text-editor .editor-content .ProseMirror ul,.halo-rich-text-editor .editor-content .ProseMirror ol{list-style-type:revert-layer}.halo-rich-text-editor .editor-content .ProseMirror code br{display:initial}.halo-rich-text-editor .editor-content .v-popper__arrow-container{display:none}.halo-rich-text-editor .v-popper--theme-tooltip{pointer-events:all}.v-popper--theme-editor-block-dropdown .v-popper__inner{border-radius:.375rem;background-color:var(--editor-dropdown-bg);box-shadow:var(--editor-box-shadow-light)}.v-popper--theme-editor-block-dropdown .v-popper__arrow-container{display:none}.halo-rich-text-editor .ProseMirror .table-container{position:relative}.halo-rich-text-editor .ProseMirror .table-container.table-right-shadow:after{bottom:15px;background:linear-gradient(90deg,transparent,var(--editor-table-shadow));right:0;content:" ";position:absolute;pointer-events:none;top:0;width:8px;margin-top:27px}.halo-rich-text-editor .ProseMirror .table-container.table-left-shadow:before{bottom:15px;background:linear-gradient(-90deg,transparent,var(--editor-table-shadow));left:0;content:" ";position:absolute;pointer-events:none;top:0;width:8px;margin-top:27px}.halo-rich-text-editor .ProseMirror .tableWrapper{position:relative;margin:.5em 0;overflow-x:auto;overflow-y:hidden;cursor:default}.halo-rich-text-editor .ProseMirror .tableWrapper.has-focus .scrollWrapper{margin-top:-20px}.halo-rich-text-editor .ProseMirror .scrollWrapper{width:-moz-max-content;width:max-content;border-left:1px solid transparent;border-right:1px solid transparent;transition:border .25s ease-in-out 0s}.halo-rich-text-editor .ProseMirror table{border-collapse:collapse;border-radius:4px;overflow:visible;padding-left:0!important;padding-top:0!important;table-layout:fixed;min-width:100%;box-sizing:border-box}.halo-rich-text-editor .ProseMirror table *{box-sizing:border-box}.halo-rich-text-editor .ProseMirror table tr{position:relative;border-bottom:1px solid var(--editor-table-border);cursor:text;height:auto!important}.halo-rich-text-editor .ProseMirror table th{background:var(--editor-table-header-bg)}.halo-rich-text-editor .ProseMirror table td{background:var(--editor-table-cell-bg)}.halo-rich-text-editor .ProseMirror table td,.halo-rich-text-editor .ProseMirror table th{position:relative;vertical-align:top;border:1px solid var(--editor-table-border);padding:4px 8px!important;text-align:left;line-height:1.5;height:auto!important;min-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.halo-rich-text-editor .ProseMirror table td>*,.halo-rich-text-editor .ProseMirror table th>*{margin-top:0!important;margin-bottom:0!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.halo-rich-text-editor .ProseMirror table td p,.halo-rich-text-editor .ProseMirror table th p{margin:0!important}.halo-rich-text-editor .ProseMirror table colgroup col:not([style*=width]){width:auto}.halo-rich-text-editor .ProseMirror table .selectedCell{position:relative;border:1px solid var(--editor-table-selected-border)}.halo-rich-text-editor .ProseMirror table .selectedCell:after{box-sizing:content-box;height:100%;width:100%;border:1px solid var(--editor-table-selected-border);content:"";position:absolute;left:-1px;top:-1px;bottom:0;display:inline-block;pointer-events:none}.halo-rich-text-editor .ProseMirror .grip-column~table,.halo-rich-text-editor .ProseMirror .grip-column~* table,.halo-rich-text-editor .ProseMirror .grip-row~table,.halo-rich-text-editor .ProseMirror .grip-row~* table,.halo-rich-text-editor .ProseMirror .grip-table~table,.halo-rich-text-editor .ProseMirror .grip-table~* table{padding-left:26px!important;padding-top:26px!important}.halo-rich-text-editor .ProseMirror .tableWrapper:has(.grip-column) table,.halo-rich-text-editor .ProseMirror .tableWrapper:has(.grip-row) table,.halo-rich-text-editor .ProseMirror .tableWrapper:has(.grip-table) table{padding-left:26px!important;padding-top:26px!important}.halo-rich-text-editor .ProseMirror .grip-column{position:absolute;top:-12px;left:-1px;width:100%}.halo-rich-text-editor .ProseMirror .grip-column>div{position:absolute;top:-18px;left:100%;transform:translate(-8px);display:inline-block;width:16px;height:16px;font-size:0;cursor:pointer}.halo-rich-text-editor .ProseMirror .grip-column>div .plus-icon{font-size:inherit}.halo-rich-text-editor .ProseMirror .grip-column:before{content:"";position:absolute;left:100%;bottom:4px;transform:translate(-1px);width:4px;height:4px;background-color:var(--editor-table-border);border-radius:50%;display:block}.halo-rich-text-editor .ProseMirror .grip-column:after{box-sizing:content-box;content:"";cursor:pointer;position:absolute;top:0;left:0;width:100%;height:10px;background:var(--editor-table-header-bg);border:1px solid var(--editor-table-border);display:block}.halo-rich-text-editor .ProseMirror .grip-column:hover{color:var(--editor-table-selected-border)}.halo-rich-text-editor .ProseMirror .grip-column:hover>div{font-size:14px}.halo-rich-text-editor .ProseMirror .grip-column:hover:before{display:none}.halo-rich-text-editor .ProseMirror .grip-column:hover:after{background:var(--editor-table-hover-bg);border-color:var(--editor-table-hover-bg)}.halo-rich-text-editor .ProseMirror .grip-column.last:after{border-top-right-radius:3px}.halo-rich-text-editor .ProseMirror .grip-column.selected:after{background:var(--editor-table-hover-bg);border-color:var(--editor-table-hover-bg)}.halo-rich-text-editor .ProseMirror .grip-row{position:absolute;left:-12px;top:-1px;height:100%}.halo-rich-text-editor .ProseMirror .grip-row>div{transform:translateY(8px);position:absolute;left:-16px;bottom:4px;display:inline-block;width:16px;height:16px;font-size:0;cursor:pointer}.halo-rich-text-editor .ProseMirror .grip-row>div .plus-icon{font-size:inherit}.halo-rich-text-editor .ProseMirror .grip-row:before{content:"";position:absolute;left:-10px;bottom:-2px;width:4px;height:4px;background-color:var(--editor-table-border);border-radius:50%;display:block}.halo-rich-text-editor .ProseMirror .grip-row:after{box-sizing:content-box;content:"";cursor:pointer;position:absolute;left:0;top:0;height:100%;width:10px;background:var(--editor-table-header-bg);border:1px solid var(--editor-table-border);display:block}.halo-rich-text-editor .ProseMirror .grip-row:hover{color:var(--editor-table-selected-border)}.halo-rich-text-editor .ProseMirror .grip-row:hover>div{font-size:14px}.halo-rich-text-editor .ProseMirror .grip-row:hover:before{display:none}.halo-rich-text-editor .ProseMirror .grip-row:hover:after{background:var(--editor-table-hover-bg);border-color:var(--editor-table-selected-border)}.halo-rich-text-editor .ProseMirror .grip-row.last:after{border-bottom-left-radius:3px}.halo-rich-text-editor .ProseMirror .grip-row.selected:after{background:var(--editor-table-hover-bg);border-color:var(--editor-table-selected-border)}.halo-rich-text-editor .ProseMirror .grip-table:after{box-sizing:content-box;content:"";cursor:pointer;position:absolute;top:-12px;left:-12px;display:block;background:var(--editor-table-header-bg);width:10px;height:10px;border:1px solid var(--editor-table-border);border-top-left-radius:3px}.halo-rich-text-editor .ProseMirror .grip-table:hover:after{background:var(--editor-table-hover-bg);border-color:var(--editor-table-selected-border)}.halo-rich-text-editor .ProseMirror .grip-table.selected:after{background:var(--editor-table-hover-bg);border-color:var(--editor-table-selected-border)}.halo-rich-text-editor .ProseMirror .column-resize-handle{position:absolute;top:0;right:-2px;bottom:-2px;width:4px;background-color:var(--editor-table-resize-handle);cursor:col-resize}.halo-rich-text-editor [data-drag-handle],.theme-light .halo-rich-text-editor [data-drag-handle]{position:absolute;z-index:100;display:inline;width:16px;height:16px;cursor:move;background-color:var(--editor-drag-handle-bg);opacity:0;transition:opacity .3s ease-out;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='1' width='3' height='3' rx='1.5' fill='%23111'/%3E%3Crect x='10' y='1' width='3' height='3' rx='1.5' fill='%23111'/%3E%3Crect x='3' y='6' width='3' height='3' rx='1.5' fill='%23111'/%3E%3Crect x='10' y='6' width='3' height='3' rx='1.5' fill='%23111'/%3E%3Crect x='3' y='11' width='3' height='3' rx='1.5' fill='%23111'/%3E%3Crect x='10' y='11' width='3' height='3' rx='1.5' fill='%23111'/%3E%3C/svg%3E");background-size:contain;background-position:center 0;background-repeat:no-repeat}.halo-rich-text-editor [data-drag-handle].show,.theme-light .halo-rich-text-editor [data-drag-handle].show{opacity:.3}.halo-rich-text-editor [data-drag-handle].show:hover,.theme-light .halo-rich-text-editor [data-drag-handle].show:hover{opacity:1}.halo-rich-text-editor [data-drag-handle].hide,.theme-light .halo-rich-text-editor [data-drag-handle].hide{opacity:0}.theme-dark .halo-rich-text-editor [data-drag-handle]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='1' width='3' height='3' rx='1.5' fill='%23fff'/%3E%3Crect x='10' y='1' width='3' height='3' rx='1.5' fill='%23fff'/%3E%3Crect x='3' y='6' width='3' height='3' rx='1.5' fill='%23fff'/%3E%3Crect x='10' y='6' width='3' height='3' rx='1.5' fill='%23fff'/%3E%3Crect x='3' y='11' width='3' height='3' rx='1.5' fill='%23fff'/%3E%3Crect x='10' y='11' width='3' height='3' rx='1.5' fill='%23fff'/%3E%3C/svg%3E")}.halo-rich-text-editor .ProseMirror .columns{margin-top:.75em}.halo-rich-text-editor .ProseMirror .columns .column{border:1px solid var(--editor-column-border);border-radius:6px;position:relative;padding:16px}.halo-rich-text-editor .ProseMirror .search-result{background-color:var(--editor-search-result-bg)}.halo-rich-text-editor .ProseMirror .search-result.search-result-current{background-color:var(--editor-search-current-bg)}.halo-rich-text-editor .ProseMirror.format-brush-mode{cursor:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTI0IDB2MjRIMFYwek0xMi41OTQgMjMuMjU4bC0uMDEyLjAwMmwtLjA3MS4wMzVsLS4wMi4wMDRsLS4wMTQtLjAwNGwtLjA3MS0uMDM2Yy0uMDEtLjAwMy0uMDE5IDAtLjAyNC4wMDZsLS4wMDQuMDFsLS4wMTcuNDI4bC4wMDUuMDJsLjAxLjAxM2wuMTA0LjA3NGwuMDE1LjAwNGwuMDEyLS4wMDRsLjEwNC0uMDc0bC4wMTItLjAxNmwuMDA0LS4wMTdsLS4wMTctLjQyN2MtLjAwMi0uMDEtLjAwOS0uMDE3LS4wMTYtLjAxOG0uMjY0LS4xMTNsLS4wMTQuMDAybC0uMTg0LjA5M2wtLjAxLjAxbC0uMDAzLjAxMWwuMDE4LjQzbC4wMDUuMDEybC4wMDguMDA4bC4yMDEuMDkyYy4wMTIuMDA0LjAyMyAwIC4wMjktLjAwOGwuMDA0LS4wMTRsLS4wMzQtLjYxNGMtLjAwMy0uMDEyLS4wMS0uMDItLjAyLS4wMjJtLS43MTUuMDAyYS4wMjMuMDIzIDAgMCAwLS4wMjcuMDA2bC0uMDA2LjAxNGwtLjAzNC42MTRjMCAuMDEyLjAwNy4wMi4wMTcuMDI0bC4wMTUtLjAwMmwuMjAxLS4wOTNsLjAxLS4wMDhsLjAwMy0uMDExbC4wMTgtLjQzbC0uMDAzLS4wMTJsLS4wMS0uMDF6Ii8+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTQuMzMgMi4zMDdhMyAzIDAgMCAxIDIuMTIgMy42NzRsLTEuMDM1IDMuODY0bDEuMzU4LjM2M2MxLjY1NC40NDQgMi41MSAyLjEyIDIuMjc4IDMuNjU2Yy0uMTEuNzI5LS4xNTQgMS40NDYtLjA2NSAxLjk2OGMuMTg1IDEuMDg0LjgwOCAyLjE0NiAxLjQ1OCAzLjA3M2wuMzU0LjQ5MkExIDEgMCAwIDEgMjAgMjFINS41Yy0uMzIgMC0uNjI3LS4xNTgtLjgxMy0uNDE4Yy0uNDg5LS42ODQtLjgzOC0xLjQ1OC0xLjEyNS0yLjI0NGMtLjUtMS4zNjQtLjkxNy0zLjI5My0uNTQ4LTUuNTAyYTExLjYzMyAxMS42MzMgMCAwIDEgMS40MjgtMy45OTRjLjY1NS0xLjEwOCAxLjkzMS0xLjQyIDIuOTkxLTEuMTM2bDIuMTg3LjU4NmwxLjAzNS0zLjg2NGEzIDMgMCAwIDEgMy42NzQtMi4xMjFaTTcuOTc4IDE1YTEgMSAwIDAgMC0uOTkzIDEuMDA3Yy4wMDcgMS4wMjQuMzI3IDIuMDA1LjY2OSAyLjc3bC4xMDIuMjIzaDIuMjc3YTguOTQ0IDguOTQ0IDAgMCAxLS4zOTItLjY5OWMtLjMxLS42MTctLjU4My0xLjM0OC0uNjQ0LTIuMDQ3bC0uMDEyLS4yNjFBMSAxIDAgMCAwIDcuOTc5IDE1Wm00LjYwOC0xMC4wNTRsLTEuMjk0IDQuODNhMSAxIDAgMCAxLTEuMjI1LjcwNmwtMy4xNTItLjg0NGMtLjM4My0uMTAzLS42NDYuMDQzLS43NTEuMjIxYTkuMTExIDkuMTExIDAgMCAwLS43MDMgMS40OTRsMTEuNTEgMy4wNTNjLjAyNS0uMjkzLjA2MS0uNTc4LjEwMS0uODQyYy4xMDUtLjY5LS4yOTctMS4yODQtLjgxOC0xLjQyNGwtMi4zMjMtLjYyMmExIDEgMCAwIDEtLjcwNy0xLjIyNWwxLjI5NC00LjgzYTEgMSAwIDAgMC0xLjkzMi0uNTE3Ii8+PC9nPjwvc3ZnPg==) 5 10,text}.halo-rich-text-editor .ProseMirror.ProseMirror-focused .card-gap-cursor:before{display:block}.halo-rich-text-editor .ProseMirror .card-gap-cursor{position:relative}.halo-rich-text-editor .ProseMirror .card-gap-cursor:before{content:"";display:none;position:absolute;min-width:1px;height:1em;font-size:1em;border-left:1px solid var(--editor-gap-cursor);animation:ProseMirror-cursor-blink 1.1s steps(2,start) infinite}.halo-rich-text-editor .ProseMirror .start-card-gap-cursor:before{top:-2px;left:-1px}.halo-rich-text-editor .ProseMirror .end-card-gap-cursor:before{bottom:-2px;right:-1px}@keyframes ProseMirror-cursor-blink{to{visibility:hidden}}.halo-rich-text-editor .has-node-selected.code-node{border-color:var(--editor-node-selected-border)}.halo-rich-text-editor .no-selection *::-moz-selection{background-color:transparent;color:inherit}.halo-rich-text-editor .no-selection *::selection{background-color:transparent;color:inherit}.halo-rich-text-editor .range-fake-selection{position:relative}.halo-rich-text-editor .range-fake-selection:after{content:" ";position:absolute;inset:0;background-color:var(--editor-range-selection-bg);pointer-events:none;z-index:99;caret-color:transparent}.halo-rich-text-editor .range-fake-selection.column:after{border-radius:5px}.halo-rich-text-editor .details{display:flex;gap:.25rem;margin:1.5rem 0;border:1px solid var(--editor-details-border);border-radius:.5rem;padding:.5rem}.halo-rich-text-editor .details summary{all:unset;font-weight:700}.halo-rich-text-editor .details>button{align-items:center;background:transparent;border:none;border-radius:4px;display:flex;font-size:1rem;height:2rem;justify-content:center;line-height:1;margin-top:0;padding:0;width:2rem;cursor:pointer;transition:background-color .15s ease}.halo-rich-text-editor .details>button:hover{background-color:var(--editor-details-hover-bg)}.halo-rich-text-editor .details>button:before{content:"";display:inline-block;width:1.25em;height:1.25em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m13.171 12l-4.95-4.95l1.415-1.413L16 12l-6.364 6.364l-1.414-1.415z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.halo-rich-text-editor .details.is-open>button:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m12 13.171l4.95-4.95l1.414 1.415L12 16L5.636 9.636L7.05 8.222z'/%3E%3C/svg%3E");transform:none}.halo-rich-text-editor .details>div{display:flex;flex-direction:column;gap:1rem;width:100%}.halo-rich-text-editor .details>div>[data-type=detailsContent]>:last-child{margin-bottom:.5rem}.halo-rich-text-editor .details .details{margin:.5rem 0}.halo-rich-text-editor .hljs,.theme-light .halo-rich-text-editor .hljs{background:transparent!important;color:#24292e}.halo-rich-text-editor .markdown-body pre,.theme-light .halo-rich-text-editor .markdown-body pre{overflow-x:auto!important;overflow-y:visible!important}.theme-dark .halo-rich-text-editor .hljs{background:transparent!important;color:#c9d1d9}.theme-dark .halo-rich-text-editor .markdown-body pre{overflow-x:auto!important;overflow-y:visible!important}.theme-dark .halo-rich-text-editor .hljs-doctag,.theme-dark .halo-rich-text-editor .hljs-keyword,.theme-dark .halo-rich-text-editor .hljs-meta .hljs-keyword,.theme-dark .halo-rich-text-editor .hljs-template-tag,.theme-dark .halo-rich-text-editor .hljs-template-variable,.theme-dark .halo-rich-text-editor .hljs-type,.theme-dark .halo-rich-text-editor .hljs-variable.language_{color:#ff7b72}.theme-dark .halo-rich-text-editor .hljs-title,.theme-dark .halo-rich-text-editor .hljs-title.class_,.theme-dark .halo-rich-text-editor .hljs-title.class_.inherited__,.theme-dark .halo-rich-text-editor .hljs-title.function_{color:#d2a8ff}.theme-dark .halo-rich-text-editor .hljs-attr,.theme-dark .halo-rich-text-editor .hljs-attribute,.theme-dark .halo-rich-text-editor .hljs-literal,.theme-dark .halo-rich-text-editor .hljs-meta,.theme-dark .halo-rich-text-editor .hljs-number,.theme-dark .halo-rich-text-editor .hljs-operator,.theme-dark .halo-rich-text-editor .hljs-selector-attr,.theme-dark .halo-rich-text-editor .hljs-selector-class,.theme-dark .halo-rich-text-editor .hljs-selector-id,.theme-dark .halo-rich-text-editor .hljs-variable{color:#79c0ff}.theme-dark .halo-rich-text-editor .hljs-meta .hljs-string,.theme-dark .halo-rich-text-editor .hljs-regexp,.theme-dark .halo-rich-text-editor .hljs-string{color:#a5d6ff}.theme-dark .halo-rich-text-editor .hljs-built_in,.theme-dark .halo-rich-text-editor .hljs-symbol{color:#ffa657}.theme-dark .halo-rich-text-editor .hljs-code,.theme-dark .halo-rich-text-editor .hljs-comment,.theme-dark .halo-rich-text-editor .hljs-formula{color:#8b949e}.theme-dark .halo-rich-text-editor .hljs-name,.theme-dark .halo-rich-text-editor .hljs-quote,.theme-dark .halo-rich-text-editor .hljs-selector-pseudo,.theme-dark .halo-rich-text-editor .hljs-selector-tag{color:#7ee787}.theme-dark .halo-rich-text-editor .hljs-subst{color:#c9d1d9}.theme-dark .halo-rich-text-editor .hljs-section{color:#1f6feb;font-weight:700}.theme-dark .halo-rich-text-editor .hljs-bullet{color:#f2cc60}.theme-dark .halo-rich-text-editor .hljs-emphasis{color:#c9d1d9;font-style:italic}.theme-dark .halo-rich-text-editor .hljs-strong{color:#c9d1d9;font-weight:700}.theme-dark .halo-rich-text-editor .hljs-addition{color:#aff5b4;background-color:#033a16}.theme-dark .halo-rich-text-editor .hljs-deletion{color:#ffdcd7;background-color:#67060c}.color-option-wrapper[data-v-68ea66d2]{padding:.25rem}.color-option[data-v-68ea66d2]{display:flex;align-items:center;gap:.5rem;border-radius:.25rem;padding:.25rem;cursor:pointer}.color-option[data-v-68ea66d2]:hover{background-color:#f3f4f6}.color-box[data-v-68ea66d2]{height:1.25rem;width:1.25rem;cursor:pointer;border-radius:.125rem;background-color:#000;box-shadow:0 0 0 1px transparent;outline:1px solid transparent;outline-offset:1px}.color-box[data-v-68ea66d2]:hover{outline:1px solid #d1d5db}.color-option-text[data-v-68ea66d2]{font-size:.75rem;color:#4b5563}.highlight-option-wrapper[data-v-c2ad935c]{padding:.25rem}.highlight-option[data-v-c2ad935c]{display:flex;align-items:center;gap:.5rem;border-radius:.25rem;padding:.25rem;cursor:pointer}.highlight-option[data-v-c2ad935c]:hover{background-color:#f3f4f6}.highlight-option-content[data-v-c2ad935c]{display:inline-flex;align-items:center;gap:.5rem}.highlight-color-box[data-v-c2ad935c]{height:1.25rem;width:1.25rem;cursor:pointer;border-radius:.125rem;box-shadow:0 0 0 1px transparent;outline:1px solid transparent;outline-offset:1px}.highlight-color-box[data-v-c2ad935c]:hover{outline:1px solid #d1d5db}.highlight-option-text[data-v-c2ad935c]{font-size:.75rem;color:#4b5563}.select-wrapper[data-v-3e220099]{position:relative;display:inline-block;width:100%}.select-container[data-v-3e220099]{height:2rem}.select-input[data-v-3e220099]{box-sizing:border-box;display:grid;grid-template-columns:1fr auto;height:100%;width:100%;cursor:pointer;align-items:center;border-radius:.375rem;padding-left:.75rem;padding-right:.75rem;font-size:.875rem;background-color:transparent;border:1px solid transparent;transition:background-color .2s,border-color .2s}.select-input[data-v-3e220099]:hover:not(.is-focus){background-color:var(--editor-button-hover-bg)}.select-input.is-focus[data-v-3e220099]{background-color:var(--editor-background-color);border-color:var(--editor-border-color)}.input-wrapper[data-v-3e220099]{position:absolute;bottom:0;top:0;background-color:transparent}.input-field[data-v-3e220099]{margin:0;height:100%;cursor:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;outline:none}.display-label[data-v-3e220099]{overflow:hidden;text-overflow:ellipsis;font-size:.875rem}.arrow-icon[data-v-3e220099]{justify-self:end}.popper-wrapper[data-v-3e220099]{background-color:var(--editor-toolbar-bg)}.select-options[data-v-3e220099]{max-height:16rem;cursor:pointer;padding:.25rem;overflow-x:hidden;overflow-y:auto}.select-option[data-v-3e220099]{display:flex;height:2rem;width:100%;align-items:center;border-radius:.375rem;padding:.25rem .75rem;font-size:1rem}.select-option[data-v-3e220099]:hover{background-color:var(--editor-button-hover-bg)}.select-option.is-selected[data-v-3e220099]{background-color:var(--editor-button-active-bg)}.select-option.is-highlighted[data-v-3e220099]{background-color:var(--editor-button-hover-bg)}.option-label[data-v-3e220099]{flex:1;overflow:hidden;text-overflow:ellipsis;font-size:.875rem}.code-node[data-v-07c20738]{margin-top:.75rem;overflow:hidden;border-radius:.25rem;border:1px solid #e5e7eb}.code-block-pre[data-v-07c20738]{overflow-x:auto!important;overflow-y:visible!important;margin:0!important}.code-header[data-v-07c20738]{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f3f4f6;background-color:#f5f5f5;padding-top:.25rem;padding-bottom:.25rem}.code-header-left[data-v-07c20738]{display:flex;flex:1;align-items:center;padding-left:.75rem}.code-collapse-wrapper[data-v-07c20738]{display:flex;align-items:center;padding-right:.75rem}.code-collapse-button[data-v-07c20738]{display:flex;height:2rem;width:2rem;cursor:pointer;align-items:center;justify-content:center;border-radius:.25rem}.code-collapse-button[data-v-07c20738]:hover{background-color:#e4e4e7}.code-select[data-v-07c20738]{width:12rem}.code-header-right[data-v-07c20738]{display:flex;align-items:center;padding-right:.75rem}.code-copy-button[data-v-07c20738]{display:flex;height:2rem;width:2rem;cursor:pointer;align-items:center;justify-content:center;border-radius:.25rem}.code-copy-button.can-hover[data-v-07c20738]:hover{background-color:#e4e4e7}.code-icon[data-v-07c20738]{height:1rem;width:1rem;color:#6b7280}.code-icon.success[data-v-07c20738]{color:#22c55e}.command-items{position:relative;max-height:18rem;width:13rem;overflow:hidden;overflow-y:auto;border-radius:.375rem;background-color:#fff;padding:.25rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.command-items .command-item{display:flex;flex-direction:row;align-items:center;gap:1rem;border-radius:.25rem;padding:.25rem}.command-items .command-item:hover{background-color:#f3f4f6}.command-items .command-item:hover .command-icon{background-color:#fff!important}.command-items .command-item:hover .command-title{font-weight:500;color:#111827}.command-items .command-item.is-selected{background-color:#f3f4f6}.command-items .command-item.is-selected .command-icon{background-color:#fff}.command-items .command-item.is-selected .command-title{font-weight:500;color:#111827}.command-items .command-item .command-icon{height:1.5rem;width:1.5rem;border-radius:.25rem;background-color:#f3f4f6;padding:.25rem}.command-items .command-item .command-title{font-size:.75rem;color:#4b5563}.command-items .command-empty{display:flex;align-items:center;justify-content:center;padding:.25rem;font-size:.75rem;color:#4b5563}.audio-wrapper[data-v-b939a012]{display:inline-block;width:100%}.audio-container[data-v-b939a012]{position:relative;display:inline-block;height:100%;width:100%;overflow:hidden;text-align:center;transition:all .2s}.audio-upload-wrapper[data-v-b939a012]{padding:2rem;min-height:180px;display:flex;align-items:center;justify-content:center}.upload-placeholder[data-v-b939a012]{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.upload-icon[data-v-b939a012]{width:80px;height:80px;border-radius:50%;background:color-mix(in srgb,var(--editor-primary-color, #9373ee) 10%,transparent);display:flex;align-items:center;justify-content:center}.upload-icon svg[data-v-b939a012]{color:var(--editor-primary-color, #9373ee)}.upload-actions[data-v-b939a012]{display:flex;gap:.75rem}.upload-btn[data-v-b939a012],.link-btn[data-v-b939a012]{padding:.5rem 1.5rem;border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:all .2s;border:1px solid var(--editor-input-border);background:var(--editor-input-bg);color:var(--editor-input-text)}.upload-btn[data-v-b939a012]:hover,.link-btn[data-v-b939a012]:hover{border-color:var(--editor-primary-color);color:var(--editor-primary-color)}.link-input-wrapper[data-v-b939a012]{width:100%;padding:.375rem}.link-input[data-v-b939a012]{display:block;width:100%;border-radius:.375rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);padding:.5rem .75rem;font-size:.875rem;color:var(--editor-input-text)}.link-input[data-v-b939a012]:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.audio-link-input[data-v-f5fa04af]{display:block;width:100%;border-radius:.375rem;border:1px solid #d1d5db;background-color:#f9fafb;padding:.375rem .5rem;font-size:.875rem;color:#111827}.audio-link-input[data-v-f5fa04af]:hover{background-color:#f3f4f6}.audio-link-input[data-v-f5fa04af]:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 1px #3b82f6}.iframe-link-input[data-v-676265f4]{display:block;width:100%;border-radius:.375rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);padding:.375rem .5rem;font-size:.875rem;color:var(--editor-input-text)}.iframe-link-input[data-v-676265f4]:hover{background-color:var(--editor-button-hover-bg)}.iframe-link-input[data-v-676265f4]:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.iframe-wrapper[data-v-8604d0c6]{display:inline-block;width:100%}.iframe-container[data-v-8604d0c6]{position:relative;display:inline-block;height:100%;max-width:100%;overflow:hidden;text-align:center;transition:all .2s}.iframe-input-wrapper[data-v-8604d0c6]{padding:.375rem}.iframe-input[data-v-8604d0c6]{display:block;width:100%;border-radius:.375rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);padding:.375rem .5rem;font-size:.875rem;color:var(--editor-input-text)}.iframe-input[data-v-8604d0c6]:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.iframe-element[data-v-8604d0c6]{border-radius:.375rem}.iframe-element.has-border[data-v-8604d0c6]{border-width:2px}.image-alt-input[data-v-b521b4f6]{display:block;width:100%;border-radius:.375rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);padding:.375rem .5rem;font-size:.875rem;color:var(--editor-input-text)}.image-alt-input[data-v-b521b4f6]:hover{background-color:var(--editor-button-hover-bg)}.image-alt-input[data-v-b521b4f6]:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.image-href-wrapper[data-v-bdd44ed7]{display:block}.image-href-input[data-v-bdd44ed7]{display:block;width:100%;border-radius:.375rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);padding:.375rem .5rem;font-size:.875rem;color:var(--editor-input-text)}.image-href-input[data-v-bdd44ed7]:hover{background-color:var(--editor-button-hover-bg)}.image-href-input[data-v-bdd44ed7]:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.image-href-label[data-v-bdd44ed7]{margin-top:.5rem;display:inline-flex;align-items:center}.image-href-checkbox[data-v-bdd44ed7]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:1rem;height:1rem;border-radius:.25rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);cursor:pointer;position:relative}.image-href-checkbox[data-v-bdd44ed7]:focus{box-shadow:0 0 0 1px var(--editor-input-focus-border)}.image-href-checkbox[data-v-bdd44ed7]:checked{background-color:var(--editor-primary-color);border-color:var(--editor-primary-color)}.image-href-checkbox[data-v-bdd44ed7]:checked:after{content:"";position:absolute;left:.25rem;top:.05rem;width:.35rem;height:.6rem;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.image-href-text[data-v-bdd44ed7]{margin-left:.5rem;font-size:.875rem;color:var(--editor-text-color-secondary)}.image-link-input[data-v-fa1b46ac]{display:block;width:100%;border-radius:.375rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);padding:.375rem .5rem;font-size:.875rem;color:var(--editor-input-text)}.image-link-input[data-v-fa1b46ac]:hover{background-color:var(--editor-button-hover-bg)}.image-link-input[data-v-fa1b46ac]:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.image-preview-overlay[data-v-124b579c]{position:fixed;inset:0;background-color:#000000e6;z-index:10000;display:flex;flex-direction:column}.preview-header[data-v-124b579c]{position:absolute;top:0;left:0;right:0;height:56px;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:10001}.header-left[data-v-124b579c]{display:flex;align-items:center}.header-right[data-v-124b579c]{display:flex;align-items:center;gap:8px}.preview-counter[data-v-124b579c]{color:#fff;font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:500}.toolbar-btn[data-v-124b579c]{background:transparent;border:none;color:#ffffffd9;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:all .2s;border-radius:4px}.toolbar-btn[data-v-124b579c]:hover:not(:disabled){background:#ffffff1a;color:#fff}.toolbar-btn[data-v-124b579c]:disabled{opacity:.3;cursor:not-allowed}.toolbar-divider[data-v-124b579c]{width:1px;height:20px;background:#fff3;margin:0 4px}.preview-content[data-v-124b579c]{flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:56px 80px 0}.image-container[data-v-124b579c]{display:flex;align-items:center;justify-content:center;transform-origin:center center}.preview-image[data-v-124b579c]{max-width:100%;max-height:calc(100vh - 56px);-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:block}.nav-btn[data-v-124b579c]{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;color:#fff;cursor:pointer;padding:16px 12px;display:flex;align-items:center;justify-content:center;transition:all .2s;border-radius:4px;z-index:10001}.nav-btn[data-v-124b579c]:hover:not(:disabled){background:#000000b3}.nav-btn[data-v-124b579c]:disabled{opacity:.3;cursor:not-allowed}.nav-btn-prev[data-v-124b579c]{left:24px}.nav-btn-next[data-v-124b579c]{right:24px}.preview-fade-enter-active[data-v-124b579c],.preview-fade-leave-active[data-v-124b579c]{transition:opacity .3s ease}.preview-fade-enter-from[data-v-124b579c],.preview-fade-leave-to[data-v-124b579c]{opacity:0}.preview-fade-enter-active .preview-header[data-v-124b579c],.preview-fade-leave-active .preview-header[data-v-124b579c]{transition:transform .3s ease}.preview-fade-enter-from .preview-header[data-v-124b579c],.preview-fade-leave-to .preview-header[data-v-124b579c]{transform:translateY(-100%)}.image-wrapper[data-v-bd565ef5]{display:inline-block;width:100%}.image-input-wrapper[data-v-bd565ef5]{width:100%;padding:.375rem}.image-input[data-v-bd565ef5]{display:block;width:100%;border-radius:.375rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);padding:.375rem .5rem;font-size:.875rem;color:var(--editor-input-text)}.image-input[data-v-bd565ef5]:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.image-container[data-v-bd565ef5]{position:relative;display:inline-block;max-width:100%;resize:horizontal;overflow:hidden;border-radius:.375rem;text-align:center}.image-container.is-selected[data-v-bd565ef5]{border-radius:.25rem;box-shadow:0 0 0 2px var(--editor-primary-color)}.image-container.is-readonly[data-v-bd565ef5]{resize:none}.image-container.is-readonly .image-element[data-v-bd565ef5]{cursor:pointer;transition:opacity .2s ease}.image-container.is-readonly .image-element[data-v-bd565ef5]:hover{opacity:.85}.image-element[data-v-bd565ef5]{height:100%;width:100%}.search-replace-container[data-v-b8ef219e]{position:absolute;right:1.25rem;top:0;float:right;display:flex;min-width:500px;justify-content:flex-end;border-radius:.25rem;background-color:#fff;padding:.25rem;padding-top:.5rem!important;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;pointer-events:auto}.search-replace-section[data-v-b8ef219e]{display:flex;width:100%;flex-direction:column;gap:.25rem}.search-row[data-v-b8ef219e],.replace-row[data-v-b8ef219e]{position:relative;display:flex;align-items:center}.search-input-wrapper[data-v-b8ef219e],.replace-input-wrapper[data-v-b8ef219e]{position:relative;width:100%;max-width:55%;box-sizing:border-box}.search-input[data-v-b8ef219e],.replace-input[data-v-b8ef219e]{display:block;width:100%;box-sizing:border-box;border-radius:.25rem;border:1px solid var(--editor-input-border)!important;border-style:solid!important;background-color:var(--editor-input-bg);padding:.25rem .25rem .25rem .5rem;font-size:.875rem!important;line-height:1.75rem!important;color:var(--editor-input-text)}.search-input[data-v-b8ef219e]:focus,.replace-input[data-v-b8ef219e]:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.search-input[data-v-b8ef219e]{padding-right:5.5rem!important}.search-options[data-v-b8ef219e]{position:absolute;top:0;bottom:0;right:0;display:flex;align-items:center;gap:.25rem;padding-right:.25rem}.search-option-button[data-v-b8ef219e],.search-action-button[data-v-b8ef219e],.replace-action-button[data-v-b8ef219e]{border-radius:.125rem;padding:.125rem;border:none;background-color:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.search-option-button[data-v-b8ef219e]:hover,.search-action-button[data-v-b8ef219e]:hover,.replace-action-button[data-v-b8ef219e]:hover{background-color:#e5e7eb}.search-option-button[data-v-b8ef219e] svg,.search-action-button[data-v-b8ef219e] svg,.replace-action-button[data-v-b8ef219e] svg{width:1.2em;height:1.2em}.search-option-button.active[data-v-b8ef219e]{background-color:#bfdbfe!important;outline:1px solid #3b82f6}.search-option-button.active[data-v-b8ef219e]:hover{background-color:#bfdbfe!important}.search-result-info[data-v-b8ef219e]{margin-left:.5rem;margin-right:.5rem;min-width:130px;font-size:.875rem}.search-result-info .not-found[data-v-b8ef219e]{color:#dc2626}.search-actions[data-v-b8ef219e]{position:absolute;right:0;display:flex;height:100%;align-items:center}.search-action-button[data-v-b8ef219e],.replace-action-button[data-v-b8ef219e]{opacity:.5}.search-action-button.enabled[data-v-b8ef219e],.replace-action-button.enabled[data-v-b8ef219e]{opacity:1!important}.search-action-button.enabled[data-v-b8ef219e]:hover,.replace-action-button.enabled[data-v-b8ef219e]:hover{background-color:#e5e7eb!important}.search-action-button.close-button[data-v-b8ef219e]{opacity:1}.replace-actions[data-v-b8ef219e]{margin-left:.5rem;margin-right:.5rem;display:flex;align-items:center;gap:.5rem}.slide-enter-active,.slide-leave-active{transition:transform .25s}.slide-enter-from,.slide-leave-to{transform:translateY(-100%)}.slide-enter-to,.slide-leave-from{transform:translateY(0)}.color-option-wrapper[data-v-9e1a85bd]{padding:.25rem}.color-option[data-v-9e1a85bd]{display:flex;align-items:center;gap:.5rem;border-radius:.25rem;padding:.25rem;cursor:pointer}.color-option[data-v-9e1a85bd]:hover{background-color:#f3f4f6}.color-box[data-v-9e1a85bd]{height:1.25rem;width:1.25rem;cursor:pointer;border-radius:.125rem;background-color:#000;box-shadow:0 0 0 1px transparent;outline:1px solid transparent;outline-offset:1px}.color-box[data-v-9e1a85bd]:hover{outline:1px solid #d1d5db}.color-option-text[data-v-9e1a85bd]{font-size:.75rem;color:#4b5563}.highlight-option-wrapper[data-v-71c19aa5]{padding:.25rem}.highlight-option[data-v-71c19aa5]{display:flex;align-items:center;gap:.5rem;border-radius:.25rem;padding:.25rem;cursor:pointer}.highlight-option[data-v-71c19aa5]:hover{background-color:#f3f4f6}.highlight-option-content[data-v-71c19aa5]{display:inline-flex;align-items:center;gap:.5rem}.highlight-color-box[data-v-71c19aa5]{height:1.25rem;width:1.25rem;cursor:pointer;border-radius:.125rem;box-shadow:0 0 0 1px transparent;outline:1px solid transparent;outline-offset:1px}.highlight-color-box[data-v-71c19aa5]:hover{outline:1px solid #d1d5db}.highlight-option-text[data-v-71c19aa5]{font-size:.75rem;color:#4b5563}.link-bubble-dropdown[data-v-908875ad]{display:inline-flex}.link-bubble-button[data-v-908875ad]{border-radius:.375rem;padding:.5rem;font-size:1.125rem;color:#4b5563}.link-bubble-button[data-v-908875ad]:hover{background-color:#f3f4f6}.link-bubble-button.is-active[data-v-908875ad]{background-color:#e5e7eb!important;color:#000!important}.link-bubble-popper[data-v-908875ad]{position:relative;max-height:18rem;width:24rem;overflow:hidden;overflow-y:auto;border-radius:.375rem;background-color:var(--editor-toolbar-bg);padding:.25rem;box-shadow:var(--editor-box-shadow-light)}.link-input[data-v-908875ad]{display:block;width:100%;border-radius:.375rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);padding:.375rem .5rem;font-size:.875rem;color:var(--editor-input-text)}.link-input[data-v-908875ad]:hover{background-color:var(--editor-button-hover-bg)}.link-input[data-v-908875ad]:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.link-checkbox-label[data-v-908875ad]{display:inline-flex;align-items:center;margin-top:.5rem}.link-checkbox-label.first[data-v-908875ad]{margin-right:.5rem}.link-checkbox[data-v-908875ad]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:1rem;height:1rem;border-radius:.25rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);cursor:pointer;position:relative}.link-checkbox[data-v-908875ad]:focus{box-shadow:0 0 0 1px var(--editor-input-focus-border)}.link-checkbox[data-v-908875ad]:checked{background-color:var(--editor-primary-color);border-color:var(--editor-primary-color)}.link-checkbox[data-v-908875ad]:checked:after{content:"";position:absolute;left:.25rem;top:.05rem;width:.35rem;height:.6rem;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.link-checkbox-text[data-v-908875ad]{margin-left:.5rem;font-size:.875rem;color:var(--editor-text-color-secondary)}.video-link-input[data-v-303e6a2b]{display:block;width:100%;border-radius:.375rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);padding:.375rem .5rem;font-size:.875rem;color:var(--editor-input-text)}.video-link-input[data-v-303e6a2b]:hover{background-color:var(--editor-button-hover-bg)}.video-link-input[data-v-303e6a2b]:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.editor-block__actions-input{display:block;width:5rem;border-radius:.375rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);padding:.25rem .5rem;font-size:.875rem;color:var(--editor-input-text)}.editor-block__actions-input:hover{background-color:var(--editor-button-hover-bg)}.editor-block__actions-input:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.video-wrapper[data-v-3a1c68e6]{display:inline-block;width:100%}.video-container[data-v-3a1c68e6]{position:relative;display:inline-block;height:100%;max-width:100%;overflow:hidden;text-align:center;transition:all .2s}.video-upload-wrapper[data-v-3a1c68e6]{padding:2rem;min-height:200px;display:flex;align-items:center;justify-content:center}.upload-placeholder[data-v-3a1c68e6]{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.upload-icon[data-v-3a1c68e6]{width:80px;height:80px;border-radius:50%;background:color-mix(in srgb,var(--editor-primary-color, #9373ee) 10%,transparent);display:flex;align-items:center;justify-content:center}.upload-icon svg[data-v-3a1c68e6]{color:var(--editor-primary-color, #9373ee)}.upload-actions[data-v-3a1c68e6]{display:flex;gap:.75rem}.upload-btn[data-v-3a1c68e6],.link-btn[data-v-3a1c68e6]{padding:.5rem 1.5rem;border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:all .2s;border:1px solid var(--editor-input-border);background:var(--editor-input-bg);color:var(--editor-input-text)}.upload-btn[data-v-3a1c68e6]:hover,.link-btn[data-v-3a1c68e6]:hover{border-color:var(--editor-primary-color);color:var(--editor-primary-color)}.link-input-wrapper[data-v-3a1c68e6]{width:100%;padding:.375rem}.link-input[data-v-3a1c68e6]{display:block;width:100%;border-radius:.375rem;border:1px solid var(--editor-input-border);background-color:var(--editor-input-bg);padding:.5rem .75rem;font-size:.875rem;color:var(--editor-input-text)}.link-input[data-v-3a1c68e6]:focus{border-color:var(--editor-input-focus-border);outline:none;box-shadow:0 0 0 1px var(--editor-input-focus-border)}.video-element[data-v-3a1c68e6]{margin:0;border-radius:.375rem}
|