:root{--eui-bg:#fff;--eui-bg-subtle:#f9fafb;--eui-bg-hover:#eff6ff;--eui-text:#1f2937;--eui-text-muted:#6b7280;--eui-text-disabled:#9ca3af;--eui-text-on-primary:#fff;--eui-border:#d1d5db;--eui-border-subtle:#e5e7eb;--eui-primary:#3b82f6;--eui-primary-hover:#2563eb;--eui-primary-subtle:#dbeafe;--eui-primary-border:#bfdbfe;--eui-shadow:0 4px 16px 0 #0000001f;--eui-font-family:"Inter", system-ui, -apple-system, sans-serif;--eui-radius-sm:.25rem;--eui-radius-md:.375rem}[class*=eui-]{scrollbar-width:thin;scrollbar-color:var(--eui-border) transparent}[class*=eui-]::-webkit-scrollbar{width:6px;height:6px}[class*=eui-]::-webkit-scrollbar-track{background:0 0}[class*=eui-]::-webkit-scrollbar-thumb{background-color:var(--eui-border);border-radius:3px}[class*=eui-]::-webkit-scrollbar-thumb:hover{background-color:var(--eui-text-muted)}[class*=eui-]::-webkit-scrollbar-corner{background:0 0}.eui-visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}body.mode-dark{--eui-bg:#1f2937;--eui-bg-subtle:#111827;--eui-bg-hover:#1e3a5f;--eui-text:#e5e7eb;--eui-text-muted:#9ca3af;--eui-text-disabled:#6b7280;--eui-text-on-primary:#fff;--eui-border:#4b5563;--eui-border-subtle:#374151;--eui-primary:#2563eb;--eui-primary-hover:#3b82f6;--eui-primary-subtle:#1e3a5f;--eui-primary-border:#1d4ed8;--eui-shadow:0 4px 16px 0 #0006}.eui-editor-shell{border:1px solid var(--eui-border);border-radius:var(--eui-radius-md);background:var(--eui-bg);color:var(--eui-text);font-family:var(--eui-font-family);flex-direction:column;display:flex;overflow:hidden}.eui-editor-shell.is-disabled{opacity:.6;pointer-events:none}.eui-editor-shell-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.eui-editor-shell-toolbar{border-bottom:1px solid var(--eui-border-subtle);background:var(--eui-bg-subtle);flex-wrap:wrap;align-items:center;gap:8px;padding:6px 8px;display:flex}.eui-editor-shell-toolbar-main{flex-wrap:wrap;flex:1 1 0;align-items:center;gap:4px;min-width:0;display:flex}.eui-editor-shell-view-switcher{background:var(--eui-bg);border:1px solid var(--eui-border-subtle);border-radius:var(--eui-radius-sm);flex-shrink:0;align-items:center;gap:2px;padding:2px;display:flex}.eui-editor-shell-view-btn{color:var(--eui-text-muted);border-radius:var(--eui-radius-sm);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:4px 8px;font-size:12px;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.eui-editor-shell-view-btn:hover:not(.is-active){background:var(--eui-bg-hover);color:var(--eui-text)}.eui-editor-shell-view-btn.is-active{background:var(--eui-primary);color:var(--eui-text-on-primary)}.eui-editor-shell-view-btn .eui-editor-shell-view-btn-icon{width:14px;height:14px;display:inline-flex}.eui-editor-shell-view-btn .eui-editor-shell-view-btn-icon svg{width:100%;height:100%}.eui-editor-shell-mobile-tabs{border-bottom:1px solid var(--eui-border-subtle);background:var(--eui-bg-subtle);display:flex}.eui-editor-shell-mobile-tab{color:var(--eui-text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:10px;font-size:13px;font-weight:500}.eui-editor-shell-mobile-tab.is-active{color:var(--eui-primary);border-bottom-color:var(--eui-primary)}.eui-editor-shell-body{flex:auto;min-width:0;min-height:0;display:flex;overflow:hidden}.eui-editor-shell-pane{flex-direction:column;flex:1 1 0;min-width:0;min-height:0;display:flex;overflow:hidden}.eui-editor-shell-pane>*{flex:auto;min-height:0}.eui-editor-shell-pane.is-hidden-mobile{display:none}.eui-editor-shell-edit-pane{flex-direction:column;display:flex;overflow:hidden}.eui-editor-shell.view-split .eui-editor-shell-edit-pane{border-right:1px solid var(--eui-border-subtle)}.eui-editor-shell.view-edit .eui-editor-shell-edit-pane,.eui-editor-shell.view-preview .eui-editor-shell-preview-pane{flex:100%}.eui-editor-shell-statusbar{border-top:1px solid var(--eui-border-subtle);background:var(--eui-bg-subtle);color:var(--eui-text-muted);align-items:center;gap:12px;padding:6px 12px;font-size:12px;display:flex}@media (width<=640px){.eui-editor-shell.view-split .eui-editor-shell-body{flex-direction:column}.eui-editor-shell.view-split .eui-editor-shell-edit-pane{border-right:none}}.eui-editor-toolbar-group{border-right:1px solid var(--eui-border-subtle);align-items:center;gap:2px;padding:0 4px;display:inline-flex}.eui-editor-toolbar-group:last-child{border-right:none}.eui-editor-toolbar-divider{background:var(--eui-border-subtle);width:1px;height:18px;margin:0 4px;display:inline-block}.eui-editor-toolbar-btn{border-radius:var(--eui-radius-sm);min-width:28px;height:28px;color:var(--eui-text);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;gap:4px;padding:0 6px;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.eui-editor-toolbar-btn:hover:not(:disabled){background:var(--eui-bg-hover);border-color:var(--eui-border-subtle)}.eui-editor-toolbar-btn:focus-visible{outline:2px solid var(--eui-primary);outline-offset:1px}.eui-editor-toolbar-btn.is-active{background:var(--eui-primary-subtle);border-color:var(--eui-primary-border);color:var(--eui-primary)}.eui-editor-toolbar-btn:disabled,.eui-editor-toolbar-btn.is-disabled{opacity:.4;cursor:not-allowed}.eui-editor-toolbar-btn-icon{width:16px;height:16px;display:inline-flex}.eui-editor-toolbar-btn-icon svg{width:100%;height:100%}.eui-editor-toolbar-btn-label{font-size:12px;font-weight:500}.eui-editor-toolbar-dd-btn{gap:4px;padding-right:4px}.eui-editor-toolbar-dd-caret{width:12px;height:12px;color:var(--eui-text-muted);display:inline-flex}.eui-editor-toolbar-dd-caret svg{width:100%;height:100%}.eui-editor-toolbar-dd-menu{z-index:10055;background:var(--eui-bg);border:1px solid var(--eui-border);border-radius:var(--eui-radius-md);box-shadow:var(--eui-shadow);max-height:320px;font-family:var(--eui-font-family);scrollbar-width:thin;scrollbar-color:var(--eui-border) transparent;padding:4px;animation:.12s ease-out eui-editor-fade-in;position:absolute;overflow-y:auto}.eui-editor-toolbar-dd-menu::-webkit-scrollbar{width:6px;height:6px}.eui-editor-toolbar-dd-menu::-webkit-scrollbar-track{background:0 0}.eui-editor-toolbar-dd-menu::-webkit-scrollbar-thumb{background-color:var(--eui-border);border-radius:3px}.eui-editor-toolbar-dd-menu::-webkit-scrollbar-thumb:hover{background-color:var(--eui-text-muted)}.eui-editor-toolbar-dd-menu::-webkit-scrollbar-corner{background:0 0}.eui-editor-toolbar-dd-item{width:100%;color:var(--eui-text);border-radius:var(--eui-radius-sm);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:8px 12px;font-family:inherit;font-size:13px;display:flex}.eui-editor-toolbar-dd-item.is-active{background:var(--eui-bg-hover)}.eui-editor-toolbar-dd-item.is-disabled{opacity:.5;cursor:not-allowed}.eui-editor-toolbar-dd-item-label{flex:1;min-width:0}.eui-editor-toolbar-dd-item-shortcut{color:var(--eui-text-muted);font-variant-numeric:tabular-nums;font-size:11px}.eui-editor-toolbar-dd-backdrop{z-index:10050;background-color:#0f172a80;animation:.18s ease-out eui-editor-fade-in;display:flex;position:fixed;inset:0}.eui-editor-toolbar-dd-backdrop.eui-editor-toolbar-dd-backdrop-mobile{justify-content:center;align-items:flex-end}.eui-editor-toolbar-dd-backdrop.eui-editor-toolbar-dd-backdrop-tablet{justify-content:center;align-items:center;padding:6vh 18vw}@keyframes eui-editor-tdd-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes eui-editor-tdd-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.eui-editor-toolbar-dd-menu.eui-editor-toolbar-dd-menu-mobile{background:var(--eui-bg);z-index:10051;flex-direction:column;width:100%;max-width:100%;max-height:80vh;padding:0;display:flex;overflow:hidden;position:relative!important;inset:auto!important}.eui-editor-toolbar-dd-menu.eui-editor-toolbar-dd-menu-mobile.eui-editor-toolbar-dd-menu-mobile-mobile{padding-bottom:env(safe-area-inset-bottom);border-bottom:none;border-top-left-radius:18px;border-top-right-radius:18px;animation:.22s ease-out eui-editor-tdd-up}.eui-editor-toolbar-dd-menu.eui-editor-toolbar-dd-menu-mobile.eui-editor-toolbar-dd-menu-mobile-tablet{border-radius:16px;max-width:480px;max-height:75vh;animation:.22s ease-out eui-editor-tdd-in;box-shadow:0 24px 56px #00000052}.eui-editor-toolbar-dd-menu-header{border-bottom:1px solid var(--eui-border-subtle);flex-shrink:0;justify-content:space-between;align-items:center;padding:.875rem 1rem;display:flex}.eui-editor-toolbar-dd-menu-header .eui-editor-toolbar-dd-menu-title{color:var(--eui-text);font-size:1rem;font-weight:600}.eui-editor-toolbar-dd-menu-header .eui-editor-toolbar-dd-menu-close{appearance:none;width:36px;height:36px;color:var(--eui-text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.eui-editor-toolbar-dd-menu-header .eui-editor-toolbar-dd-menu-close:hover{background-color:var(--eui-bg-subtle);color:var(--eui-text)}.eui-editor-toolbar-dd-menu-header .eui-editor-toolbar-dd-menu-close svg{width:18px;height:18px}.eui-editor-toolbar-dd-menu-body{-webkit-overflow-scrolling:touch;flex:auto;padding:.5rem 0;overflow-y:auto}.eui-editor-toolbar-dd-item.eui-editor-toolbar-dd-item-mobile{border-radius:0;gap:1rem;min-height:52px;padding:.875rem 1.25rem;font-size:1rem}.eui-editor-toolbar-dd-item.eui-editor-toolbar-dd-item-mobile:active{background-color:var(--eui-bg-hover)}.eui-editor-toolbar-dd-item.eui-editor-toolbar-dd-item-mobile .eui-editor-toolbar-dd-item-shortcut{font-size:.8125rem}.eui-editor-dialog-overlay{z-index:10060;background:#00000073;justify-content:center;align-items:center;padding:16px;animation:.15s ease-out eui-editor-fade-in;display:flex;position:fixed;inset:0}.eui-editor-dialog{background:var(--eui-bg);color:var(--eui-text);border-radius:var(--eui-radius-md);border:1px solid var(--eui-border);box-shadow:var(--eui-shadow);width:100%;min-width:320px;max-width:480px;font-family:var(--eui-font-family);animation:.15s ease-out eui-editor-zoom-in}.eui-editor-dialog-header{border-bottom:1px solid var(--eui-border-subtle);padding:14px 18px;font-size:15px;font-weight:600}.eui-editor-dialog-tabs{border-bottom:1px solid var(--eui-border-subtle);padding:0 12px;display:flex}.eui-editor-dialog-tab{color:var(--eui-text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 14px;font-size:13px;font-weight:500}.eui-editor-dialog-tab.is-active{color:var(--eui-primary);border-bottom-color:var(--eui-primary)}.eui-editor-dialog-tab:hover:not(.is-active){color:var(--eui-text)}.eui-editor-dialog-body{flex-direction:column;gap:12px;padding:16px 18px;display:flex}.eui-editor-dialog-field{color:var(--eui-text-muted);flex-direction:column;gap:6px;font-size:12px;display:flex}.eui-editor-dialog-field input[type=text],.eui-editor-dialog-field input[type=url]{background:var(--eui-bg-subtle);border:1px solid var(--eui-border);border-radius:var(--eui-radius-sm);color:var(--eui-text);padding:8px 10px;font-family:inherit;font-size:14px}.eui-editor-dialog-field input[type=text]:focus,.eui-editor-dialog-field input[type=url]:focus{border-color:var(--eui-primary);box-shadow:0 0 0 3px var(--eui-primary-subtle);outline:none}.eui-editor-dialog-file-row{align-items:center;gap:10px;display:flex}.eui-editor-dialog-file-name{color:var(--eui-text);font-size:13px}.eui-editor-dialog-actions{justify-content:flex-end;gap:8px;padding-top:4px;display:flex}.eui-editor-dialog-btn{background:var(--eui-bg-subtle);color:var(--eui-text);border:1px solid var(--eui-border);border-radius:var(--eui-radius-sm);cursor:pointer;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s,border-color .15s}.eui-editor-dialog-btn:hover:not(:disabled){background:var(--eui-bg-hover);border-color:var(--eui-primary-border)}.eui-editor-dialog-btn.is-primary{background:var(--eui-primary);color:var(--eui-text-on-primary);border-color:var(--eui-primary)}.eui-editor-dialog-btn.is-primary:hover:not(:disabled){background:var(--eui-primary-hover);border-color:var(--eui-primary-hover)}.eui-editor-dialog-btn:disabled{opacity:.5;cursor:not-allowed}@keyframes eui-editor-fade-in{0%{opacity:0}to{opacity:1}}@keyframes eui-editor-zoom-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.eui-html-editor{width:100%}.eui-html-visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=640px){.eui-html-editor .eui-editor-toolbar-btn{min-width:44px;height:44px;padding:0 10px}.eui-html-editor .eui-editor-toolbar-btn-icon{width:20px;height:20px}}.eui-html-toolbar{flex-wrap:wrap;align-items:center;gap:2px;width:100%;display:flex}.eui-html-editable-wrap{flex:auto;height:100%;min-height:0;display:flex}.eui-html-editable{width:100%;height:100%;min-height:200px;font-family:var(--eui-font-family);color:var(--eui-text);background:var(--eui-bg);overflow-wrap:break-word;word-wrap:break-word;scrollbar-width:thin;scrollbar-color:var(--eui-border) transparent;outline:none;flex:auto;padding:16px 20px;font-size:15px;line-height:1.65;overflow:auto}.eui-html-editable::-webkit-scrollbar{width:6px;height:6px}.eui-html-editable::-webkit-scrollbar-track{background:0 0}.eui-html-editable::-webkit-scrollbar-thumb{background-color:var(--eui-border);border-radius:3px}.eui-html-editable::-webkit-scrollbar-thumb:hover{background-color:var(--eui-text-muted)}.eui-html-editable::-webkit-scrollbar-corner{background:0 0}.eui-html-editable:focus{outline:none}.eui-html-editable.is-disabled{cursor:not-allowed;background:var(--eui-bg-subtle);opacity:.7}.eui-html-editable.is-empty:before{content:attr(data-placeholder);color:var(--eui-text-disabled);pointer-events:none;position:absolute}.eui-html-editable h1,.eui-html-editable h2,.eui-html-editable h3,.eui-html-editable h4,.eui-html-editable h5,.eui-html-editable h6{color:var(--eui-text);margin:1.4em 0 .6em;font-weight:700;line-height:1.3}.eui-html-editable h1:first-child,.eui-html-editable h2:first-child,.eui-html-editable h3:first-child,.eui-html-editable h4:first-child,.eui-html-editable h5:first-child,.eui-html-editable h6:first-child{margin-top:0}.eui-html-editable h1{border-bottom:1px solid var(--eui-border-subtle);padding-bottom:.3em;font-size:1.9em}.eui-html-editable h2{border-bottom:1px solid var(--eui-border-subtle);padding-bottom:.3em;font-size:1.55em}.eui-html-editable h3{font-size:1.3em}.eui-html-editable h4{font-size:1.1em}.eui-html-editable h5{font-size:1em}.eui-html-editable h6{color:var(--eui-text-muted);font-size:.9em}.eui-html-editable p{margin:0 0 .8em}.eui-html-editable a{color:var(--eui-primary);text-underline-offset:2px;text-decoration:underline}.eui-html-editable a:hover{color:var(--eui-primary-hover)}.eui-html-editable strong,.eui-html-editable b{font-weight:700}.eui-html-editable em,.eui-html-editable i{font-style:italic}.eui-html-editable u{text-decoration:underline}.eui-html-editable s,.eui-html-editable del,.eui-html-editable strike{text-decoration:line-through}.eui-html-editable mark{color:#78350f;background:#fef3c7;border-radius:2px;padding:0 2px}.eui-html-editable sub{vertical-align:sub;font-size:.8em}.eui-html-editable sup{vertical-align:super;font-size:.8em}.eui-html-editable code{background:var(--eui-bg-subtle);border:1px solid var(--eui-border-subtle);color:var(--eui-text);border-radius:4px;padding:.15em .4em;font-family:ui-monospace,SFMono-Regular,Cascadia Code,Roboto Mono,Menlo,monospace;font-size:.88em}.eui-html-editable pre{background:var(--eui-bg-subtle);border:1px solid var(--eui-border-subtle);border-radius:var(--eui-radius-md);scrollbar-width:thin;scrollbar-color:var(--eui-border) transparent;margin:1em 0;padding:14px 16px;font-family:ui-monospace,SFMono-Regular,Cascadia Code,Roboto Mono,Menlo,monospace;font-size:.88em;line-height:1.55;overflow-x:auto}.eui-html-editable pre::-webkit-scrollbar{width:6px;height:6px}.eui-html-editable pre::-webkit-scrollbar-track{background:0 0}.eui-html-editable pre::-webkit-scrollbar-thumb{background-color:var(--eui-border);border-radius:3px}.eui-html-editable pre::-webkit-scrollbar-thumb:hover{background-color:var(--eui-text-muted)}.eui-html-editable pre::-webkit-scrollbar-corner{background:0 0}.eui-html-editable pre code{color:var(--eui-text);white-space:pre;background:0 0;border:none;padding:0}.eui-html-editable blockquote{border-left:4px solid var(--eui-primary-border);background:var(--eui-bg-subtle);color:var(--eui-text-muted);border-radius:0 var(--eui-radius-sm) var(--eui-radius-sm) 0;margin:1em 0;padding:.4em 1em}.eui-html-editable blockquote p:last-child{margin-bottom:0}.eui-html-editable ul,.eui-html-editable ol{margin:0 0 .8em;padding-left:1.6em}.eui-html-editable li,.eui-html-editable li>ul,.eui-html-editable li>ol{margin:.2em 0}.eui-html-editable ul[data-task-list=true]{padding-left:1em;list-style:none}.eui-html-editable ul[data-task-list=true]>li[data-task-item=true]{align-items:flex-start;gap:.5em;display:flex}.eui-html-editable ul[data-task-list=true]>li[data-task-item=true] input[type=checkbox]{cursor:pointer;flex-shrink:0;margin-top:.35em}.eui-html-editable hr{border:none;border-top:1px solid var(--eui-border);margin:1.5em 0}.eui-html-editable table,.eui-html-editable .eui-html-table{border-collapse:collapse;width:100%;margin:1em 0;font-size:.95em}.eui-html-editable table th,.eui-html-editable table td,.eui-html-editable .eui-html-table th,.eui-html-editable .eui-html-table td{border:1px solid var(--eui-border-subtle);text-align:left;min-width:40px;padding:8px 12px}.eui-html-editable table th,.eui-html-editable .eui-html-table th{background:var(--eui-bg-subtle);font-weight:600}.eui-html-editable img{border-radius:var(--eui-radius-sm);max-width:100%;height:auto}.eui-html-source{resize:none;width:100%;height:100%;min-height:200px;color:var(--eui-text);background:var(--eui-bg);tab-size:2;white-space:pre;scrollbar-width:thin;scrollbar-color:var(--eui-border) transparent;border:none;outline:none;flex:auto;padding:14px 16px;font-family:ui-monospace,SFMono-Regular,Cascadia Code,Roboto Mono,Menlo,monospace;font-size:13px;line-height:1.6;overflow:auto}.eui-html-source::-webkit-scrollbar{width:6px;height:6px}.eui-html-source::-webkit-scrollbar-track{background:0 0}.eui-html-source::-webkit-scrollbar-thumb{background-color:var(--eui-border);border-radius:3px}.eui-html-source::-webkit-scrollbar-thumb:hover{background-color:var(--eui-text-muted)}.eui-html-source::-webkit-scrollbar-corner{background:0 0}.eui-html-source::placeholder{color:var(--eui-text-disabled)}.eui-html-source:focus{outline:none}.eui-html-source:disabled{cursor:not-allowed;background:var(--eui-bg-subtle)}.eui-html-statusbar{font-variant-numeric:tabular-nums;justify-content:space-between;gap:12px;width:100%;display:flex}.eui-html-uploading{color:var(--eui-primary)}.eui-html-preview{height:100%;font-family:var(--eui-font-family);color:var(--eui-text);overflow-wrap:break-word;word-wrap:break-word;scrollbar-width:thin;scrollbar-color:var(--eui-border) transparent;padding:20px 24px;font-size:15px;line-height:1.65;overflow:auto}.eui-html-preview::-webkit-scrollbar{width:6px;height:6px}.eui-html-preview::-webkit-scrollbar-track{background:0 0}.eui-html-preview::-webkit-scrollbar-thumb{background-color:var(--eui-border);border-radius:3px}.eui-html-preview::-webkit-scrollbar-thumb:hover{background-color:var(--eui-text-muted)}.eui-html-preview::-webkit-scrollbar-corner{background:0 0}.eui-html-preview.is-empty{color:var(--eui-text-muted);font-style:italic}.eui-html-preview h1,.eui-html-preview h2,.eui-html-preview h3,.eui-html-preview h4,.eui-html-preview h5,.eui-html-preview h6{color:var(--eui-text);margin:1.4em 0 .6em;font-weight:700;line-height:1.3}.eui-html-preview h1:first-child,.eui-html-preview h2:first-child,.eui-html-preview h3:first-child,.eui-html-preview h4:first-child,.eui-html-preview h5:first-child,.eui-html-preview h6:first-child{margin-top:0}.eui-html-preview h1{border-bottom:1px solid var(--eui-border-subtle);padding-bottom:.3em;font-size:1.9em}.eui-html-preview h2{border-bottom:1px solid var(--eui-border-subtle);padding-bottom:.3em;font-size:1.55em}.eui-html-preview h3{font-size:1.3em}.eui-html-preview h4{font-size:1.1em}.eui-html-preview h5{font-size:1em}.eui-html-preview h6{color:var(--eui-text-muted);font-size:.9em}.eui-html-preview p{margin:0 0 1em}.eui-html-preview a{color:var(--eui-primary);text-underline-offset:2px;text-decoration:underline}.eui-html-preview a:hover{color:var(--eui-primary-hover)}.eui-html-preview a:focus-visible{outline:2px solid var(--eui-primary);outline-offset:2px;border-radius:2px}.eui-html-preview strong,.eui-html-preview b{font-weight:700}.eui-html-preview em,.eui-html-preview i{font-style:italic}.eui-html-preview u{text-decoration:underline}.eui-html-preview s,.eui-html-preview del,.eui-html-preview strike{color:var(--eui-text-muted);text-decoration:line-through}.eui-html-preview mark{color:#78350f;background:#fef3c7;border-radius:2px;padding:0 2px}.eui-html-preview sub{vertical-align:sub;font-size:.8em}.eui-html-preview sup{vertical-align:super;font-size:.8em}.eui-html-preview code{background:var(--eui-bg-subtle);border:1px solid var(--eui-border-subtle);color:var(--eui-text);border-radius:4px;padding:.15em .4em;font-family:ui-monospace,SFMono-Regular,Cascadia Code,Roboto Mono,Menlo,monospace;font-size:.88em}.eui-html-preview pre{background:var(--eui-bg-subtle);border:1px solid var(--eui-border-subtle);border-radius:var(--eui-radius-md);scrollbar-width:thin;scrollbar-color:var(--eui-border) transparent;margin:1em 0;padding:14px 16px;font-family:ui-monospace,SFMono-Regular,Cascadia Code,Roboto Mono,Menlo,monospace;font-size:.88em;line-height:1.55;overflow-x:auto}.eui-html-preview pre::-webkit-scrollbar{width:6px;height:6px}.eui-html-preview pre::-webkit-scrollbar-track{background:0 0}.eui-html-preview pre::-webkit-scrollbar-thumb{background-color:var(--eui-border);border-radius:3px}.eui-html-preview pre::-webkit-scrollbar-thumb:hover{background-color:var(--eui-text-muted)}.eui-html-preview pre::-webkit-scrollbar-corner{background:0 0}.eui-html-preview pre code{white-space:pre;background:0 0;border:none;padding:0}.eui-html-preview blockquote{border-left:4px solid var(--eui-primary-border);background:var(--eui-bg-subtle);color:var(--eui-text-muted);border-radius:0 var(--eui-radius-sm) var(--eui-radius-sm) 0;margin:1em 0;padding:.4em 1em}.eui-html-preview blockquote p:last-child{margin-bottom:0}.eui-html-preview ul,.eui-html-preview ol{margin:0 0 1em;padding-left:1.6em}.eui-html-preview li,.eui-html-preview li>ul,.eui-html-preview li>ol{margin:.25em 0}.eui-html-preview ul[data-task-list=true]{padding-left:1em;list-style:none}.eui-html-preview ul[data-task-list=true]>li[data-task-item=true]{align-items:flex-start;gap:.5em;display:flex}.eui-html-preview ul[data-task-list=true]>li[data-task-item=true] input[type=checkbox]{flex-shrink:0;margin-top:.35em}.eui-html-preview hr{border:none;border-top:1px solid var(--eui-border);margin:1.5em 0}.eui-html-preview table{border-collapse:collapse;width:100%;margin:1em 0;font-size:.95em}.eui-html-preview table th,.eui-html-preview table td{border:1px solid var(--eui-border-subtle);text-align:left;padding:8px 12px}.eui-html-preview table th{background:var(--eui-bg-subtle);font-weight:600}.eui-html-preview table tr:nth-child(2n) td{background:var(--eui-bg-subtle)}.eui-html-preview img{border-radius:var(--eui-radius-sm);max-width:100%;height:auto}body.mode-dark .eui-html-editable mark,body.mode-dark .eui-html-preview mark{color:#fef3c7;background:#78350f}.eui-html-color-popover{z-index:10055;background:var(--eui-bg);border:1px solid var(--eui-border);border-radius:var(--eui-radius-md);box-shadow:var(--eui-shadow);font-family:var(--eui-font-family);min-width:210px;padding:10px;animation:.12s ease-out eui-editor-fade-in;position:absolute}.eui-html-color-grid{grid-template-columns:repeat(6,1fr);gap:4px;margin-bottom:8px;display:grid}.eui-html-color-swatch{border:1px solid var(--eui-border-subtle);cursor:pointer;border-radius:4px;width:26px;height:26px;padding:0;transition:transform .1s,border-color .1s;position:relative}.eui-html-color-swatch:hover{border-color:var(--eui-primary);transform:scale(1.1)}.eui-html-color-swatch:focus-visible{outline:2px solid var(--eui-primary);outline-offset:1px}.eui-html-color-none{color:var(--eui-danger,#ef4444);justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex;position:absolute;inset:0;transform:rotate(45deg)}.eui-html-color-custom{border-top:1px solid var(--eui-border-subtle);align-items:center;gap:8px;padding-top:8px;display:flex}.eui-html-color-custom input[type=color]{border:1px solid var(--eui-border);cursor:pointer;background:var(--eui-bg-subtle);border-radius:4px;width:36px;height:28px;padding:0}.eui-html-color-apply{background:var(--eui-primary);color:var(--eui-text-on-primary);border:1px solid var(--eui-primary);border-radius:var(--eui-radius-sm);cursor:pointer;flex:1;padding:6px 10px;font-family:inherit;font-size:12px;font-weight:500}.eui-html-color-apply:hover{background:var(--eui-primary-hover);border-color:var(--eui-primary-hover)}.eui-html-table-grid-panel{z-index:10055;background:var(--eui-bg);border:1px solid var(--eui-border);border-radius:var(--eui-radius-md);box-shadow:var(--eui-shadow);font-family:var(--eui-font-family);min-width:240px;padding:12px;animation:.12s ease-out eui-editor-fade-in;position:absolute}.eui-html-table-grid-label{color:var(--eui-text);font-variant-numeric:tabular-nums;margin-bottom:8px;font-size:13px;font-weight:600}.eui-html-table-grid{gap:3px;display:grid}.eui-html-table-grid-cell{background:var(--eui-bg-subtle);border:1px solid var(--eui-border-subtle);cursor:pointer;border-radius:2px;width:20px;height:20px;padding:0;transition:background 80ms,border-color 80ms}.eui-html-table-grid-cell.is-filled{background:var(--eui-primary-subtle);border-color:var(--eui-primary)}.eui-html-preview-empty{color:var(--eui-text-muted);font-style:italic}
