.dsk-wysiwyg-slash{position:fixed;z-index:1000;min-width:220px;max-width:320px;max-height:280px;overflow-y:auto;padding:4px;background:var(--dsk-wysiwyg-bg, #fff);border:1px solid var(--dsk-wysiwyg-border, #e5e7eb);border-radius:8px;box-shadow:0 8px 24px #00000014;display:flex;flex-direction:column;gap:1px}.dsk-wysiwyg-slash__item{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:6px 10px;border:0;background:transparent;border-radius:4px;text-align:left;cursor:pointer;font:inherit;font-size:13px;color:var(--dsk-wysiwyg-fg, #1f2937)}.dsk-wysiwyg-slash__item:hover,.dsk-wysiwyg-slash__item.is-active{background:var(--dsk-wysiwyg-btn-hover-bg, rgba(0, 0, 0, .05))}.dsk-wysiwyg-slash__label{font-weight:500}.dsk-wysiwyg-slash__hint{font-size:11px;color:var(--dsk-wysiwyg-fg-muted, #6b7280)}.dsk-wysiwyg{min-height:var(--dsk-wysiwyg-min-height, 200px);max-height:var(--dsk-wysiwyg-max-height, none);--dsk-wysiwyg-bg: #ffffff;--dsk-wysiwyg-fg: #1f2937;--dsk-wysiwyg-fg-muted: #6b7280;--dsk-wysiwyg-border: #e5e7eb;--dsk-wysiwyg-border-focus: #2dd4bf;--dsk-wysiwyg-radius: 8px;--dsk-wysiwyg-padding: 12px 16px;--dsk-wysiwyg-toolbar-bg: #f9fafb;--dsk-wysiwyg-btn-active-bg: rgba(45, 212, 191, .16);--dsk-wysiwyg-btn-active-fg: #0d9488;--dsk-wysiwyg-btn-hover-bg: rgba(0, 0, 0, .05);--dsk-wysiwyg-link-color: #2563eb;--dsk-wysiwyg-code-bg: #f3f4f6;--dsk-wysiwyg-code-fg: #b91c1c;--dsk-wysiwyg-blockquote-border: #d1d5db;--dsk-wysiwyg-tok-keyword: #7c3aed;--dsk-wysiwyg-tok-string: #16a34a;--dsk-wysiwyg-tok-comment: #6b7280;--dsk-wysiwyg-tok-number: #b45309;--dsk-wysiwyg-tok-tag: #2563eb;--dsk-wysiwyg-tok-attr: #b45309;--dsk-wysiwyg-tok-function: #0891b2;--dsk-wysiwyg-tok-punct: #6b7280;position:relative;display:flex;flex-direction:column;border:1px solid var(--dsk-wysiwyg-border);border-radius:var(--dsk-wysiwyg-radius);background:var(--dsk-wysiwyg-bg);color:var(--dsk-wysiwyg-fg);font-family:inherit;font-size:14px;line-height:1.55;overflow:hidden;transition:border-color .12s ease}.dsk-wysiwyg:focus-within{border-color:var(--dsk-wysiwyg-border-focus)}.dsk-wysiwyg--resizable{resize:vertical;overflow:hidden}.dsk-wysiwyg--readonly{background:var(--dsk-wysiwyg-toolbar-bg)}.dsk-wysiwyg-toolbar{display:flex;flex-wrap:wrap;gap:2px;padding:6px 8px;background:var(--dsk-wysiwyg-toolbar-bg);border-bottom:1px solid var(--dsk-wysiwyg-border)}.dsk-wysiwyg-toolbar__btn{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 8px;border:0;background:transparent;border-radius:4px;color:var(--dsk-wysiwyg-fg);font:inherit;font-size:13px;cursor:pointer;transition:background 80ms ease,color 80ms ease}.dsk-wysiwyg-toolbar__btn:hover:not(:disabled){background:var(--dsk-wysiwyg-btn-hover-bg)}.dsk-wysiwyg-toolbar__btn.is-active{background:var(--dsk-wysiwyg-btn-active-bg);color:var(--dsk-wysiwyg-btn-active-fg)}.dsk-wysiwyg-toolbar__btn:disabled{opacity:.4;cursor:not-allowed}.dsk-wysiwyg-toolbar__divider{width:1px;margin:4px;background:var(--dsk-wysiwyg-border)}.dsk-wysiwyg__content{outline:none;padding:var(--dsk-wysiwyg-padding);flex:1 1 auto;min-height:0;overflow-y:auto;word-wrap:break-word;white-space:pre-wrap;cursor:text}.dsk-wysiwyg__source-wrap{position:relative;flex:1 1 auto;min-height:0;background:var(--dsk-wysiwyg-code-bg)}.dsk-wysiwyg__source,.dsk-wysiwyg__source-highlight{display:block;margin:0;width:100%;height:100%;box-sizing:border-box;padding:var(--dsk-wysiwyg-padding);font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.5;tab-size:2;letter-spacing:0;white-space:pre-wrap;word-break:break-word;overflow-wrap:break-word}.dsk-wysiwyg__source-highlight{position:absolute;inset:0;border:0;background:transparent;color:var(--dsk-wysiwyg-fg);pointer-events:none;overflow:hidden}.dsk-wysiwyg__source{position:relative;z-index:1;outline:none;border:0;resize:none;background:transparent;color:transparent;caret-color:var(--dsk-wysiwyg-fg);overflow:auto}.dsk-wysiwyg__source::selection{background:#2dd4bf4d;color:transparent}.dsk-wysiwyg__source::placeholder{color:var(--dsk-wysiwyg-fg-muted);opacity:.6}.dsk-wysiwyg__content p{margin:0 0 .75em}.dsk-wysiwyg__content p:last-child{margin-bottom:0}.dsk-wysiwyg__content h1,.dsk-wysiwyg__content h2,.dsk-wysiwyg__content h3{margin:1em 0 .5em;line-height:1.25;font-weight:600}.dsk-wysiwyg__content h1{font-size:1.6em}.dsk-wysiwyg__content h2{font-size:1.35em}.dsk-wysiwyg__content h3{font-size:1.15em}.dsk-wysiwyg__content ul,.dsk-wysiwyg__content ol{padding-left:1.5em;margin:.5em 0}.dsk-wysiwyg__content li{margin:.2em 0}.dsk-wysiwyg__content blockquote{margin:.5em 0;padding-left:1em;border-left:3px solid var(--dsk-wysiwyg-blockquote-border);color:var(--dsk-wysiwyg-fg-muted)}.dsk-wysiwyg__content code{padding:1px 4px;background:var(--dsk-wysiwyg-code-bg);color:var(--dsk-wysiwyg-code-fg);border-radius:3px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:.92em}.dsk-wysiwyg__content pre{margin:.5em 0;padding:12px 14px;background:#18181b;color:#f4f4f5;border-radius:6px;overflow-x:auto;font-family:ui-monospace,SFMono-Regular,monospace;font-size:.9em}.dsk-wysiwyg__content pre code{background:transparent;color:inherit;padding:0}.dsk-wysiwyg .dsk-tok-keyword{color:var(--dsk-wysiwyg-tok-keyword)}.dsk-wysiwyg .dsk-tok-string{color:var(--dsk-wysiwyg-tok-string)}.dsk-wysiwyg .dsk-tok-comment{color:var(--dsk-wysiwyg-tok-comment);font-style:italic}.dsk-wysiwyg .dsk-tok-number{color:var(--dsk-wysiwyg-tok-number)}.dsk-wysiwyg .dsk-tok-tag{color:var(--dsk-wysiwyg-tok-tag)}.dsk-wysiwyg .dsk-tok-attr{color:var(--dsk-wysiwyg-tok-attr)}.dsk-wysiwyg .dsk-tok-function{color:var(--dsk-wysiwyg-tok-function)}.dsk-wysiwyg .dsk-tok-punct{color:var(--dsk-wysiwyg-tok-punct)}.dsk-wysiwyg__content a{color:var(--dsk-wysiwyg-link-color);text-decoration:underline}.dsk-wysiwyg__content img{max-width:100%;height:auto;border-radius:4px}.dsk-wysiwyg__content hr{border:0;border-top:1px solid var(--dsk-wysiwyg-border);margin:1em 0}.dsk-wysiwyg__content table{width:100%;border-collapse:collapse;margin:.75em 0}.dsk-wysiwyg__content th,.dsk-wysiwyg__content td{padding:6px 10px;border:1px solid var(--dsk-wysiwyg-border);vertical-align:top;min-width:40px}.dsk-wysiwyg__content th{background:var(--dsk-wysiwyg-toolbar-bg);font-weight:600;text-align:left}.dsk-wysiwyg--empty .dsk-wysiwyg__content:before{content:attr(data-placeholder);color:var(--dsk-wysiwyg-fg-muted);pointer-events:none;position:absolute}.dsk-wysiwyg--dark-theme,:where(:root[data-theme=dark],:root.dark,[data-theme=dark]) .dsk-wysiwyg{--dsk-wysiwyg-bg: #18181b;--dsk-wysiwyg-fg: #e5e7eb;--dsk-wysiwyg-fg-muted: #9ca3af;--dsk-wysiwyg-border: #3f3f46;--dsk-wysiwyg-toolbar-bg: #27272a;--dsk-wysiwyg-btn-hover-bg: rgba(255, 255, 255, .06);--dsk-wysiwyg-code-bg: #27272a;--dsk-wysiwyg-code-fg: #f87171;--dsk-wysiwyg-blockquote-border: #52525b;--dsk-wysiwyg-tok-keyword: #c084fc;--dsk-wysiwyg-tok-string: #86efac;--dsk-wysiwyg-tok-comment: #71717a;--dsk-wysiwyg-tok-number: #fbbf24;--dsk-wysiwyg-tok-tag: #f87171;--dsk-wysiwyg-tok-attr: #60a5fa;--dsk-wysiwyg-tok-function: #38bdf8;--dsk-wysiwyg-tok-punct: #d4d4d8}@media(prefers-color-scheme:dark){:where(.dsk-wysiwyg){--dsk-wysiwyg-bg: #18181b;--dsk-wysiwyg-fg: #e5e7eb;--dsk-wysiwyg-fg-muted: #9ca3af;--dsk-wysiwyg-border: #3f3f46;--dsk-wysiwyg-toolbar-bg: #27272a;--dsk-wysiwyg-btn-hover-bg: rgba(255, 255, 255, .06);--dsk-wysiwyg-code-bg: #27272a;--dsk-wysiwyg-code-fg: #f87171;--dsk-wysiwyg-blockquote-border: #52525b;--dsk-wysiwyg-tok-keyword: #c084fc;--dsk-wysiwyg-tok-string: #86efac;--dsk-wysiwyg-tok-comment: #71717a;--dsk-wysiwyg-tok-number: #fbbf24;--dsk-wysiwyg-tok-tag: #f87171;--dsk-wysiwyg-tok-attr: #60a5fa;--dsk-wysiwyg-tok-function: #38bdf8;--dsk-wysiwyg-tok-punct: #d4d4d8}}:where(:root[data-theme=light],:root.light,[data-theme=light]) .dsk-wysiwyg{--dsk-wysiwyg-bg: #ffffff;--dsk-wysiwyg-fg: #1f2937;--dsk-wysiwyg-fg-muted: #6b7280;--dsk-wysiwyg-border: #e5e7eb;--dsk-wysiwyg-toolbar-bg: #f9fafb;--dsk-wysiwyg-btn-hover-bg: rgba(0, 0, 0, .05);--dsk-wysiwyg-code-bg: #f3f4f6;--dsk-wysiwyg-code-fg: #b91c1c;--dsk-wysiwyg-blockquote-border: #d1d5db;--dsk-wysiwyg-tok-keyword: #7c3aed;--dsk-wysiwyg-tok-string: #16a34a;--dsk-wysiwyg-tok-comment: #6b7280;--dsk-wysiwyg-tok-number: #b45309;--dsk-wysiwyg-tok-tag: #2563eb;--dsk-wysiwyg-tok-attr: #b45309;--dsk-wysiwyg-tok-function: #0891b2;--dsk-wysiwyg-tok-punct: #6b7280}
