.sh-editor{--sh-editor-button-padding:5px;--sh-editor-button-icon-size:16px;background:#fff;border:1px solid #ccc;border-radius:4px;position:relative}.sh-editor.sh-editor-buttons-small{--sh-editor-button-padding:4px;--sh-editor-button-icon-size:14px}.sh-editor.sh-editor-buttons-large{--sh-editor-button-padding:7px;--sh-editor-button-icon-size:20px}.sh-editor .sh-editor-toolbar{align-items:flex-start;gap:4px;min-width:0;padding:8px;display:flex}.sh-editor button{color:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.sh-editor .sh-editor-content{box-sizing:border-box;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;text-align:left;align-items:initial;justify-content:initial;vertical-align:top;border-top:1px solid #ccc;max-width:100%;min-height:200px;padding:8px;display:block;overflow:hidden auto}.sh-editor .sh-editor-content:focus,.sh-editor .sh-editor-content:focus-visible{outline:none}.sh-editor .sh-editor-content *{box-sizing:border-box;max-width:100%;overflow-wrap:inherit}.sh-editor .sh-editor-content p{margin-left:0;margin-right:0}.sh-editor .sh-editor-content img{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:0 0;max-width:100%;height:auto;display:inline-block}.sh-editor .sh-editor-content::selection{background:#2563eb29}.sh-editor .sh-editor-content ::selection{background:#2563eb29}.sh-editor.sh-editor-no-toolbar .sh-editor-content{border-top:0}.sh-editor.sh-editor-readonly .sh-editor-content{cursor:default;background:#f3f4f6}.sh-editor.sh-editor-readonly .sh-editor-toolbar button,.sh-editor.sh-editor-readonly .sh-editor-toolbar input,.sh-editor.sh-editor-readonly .sh-editor-toolbar select,.sh-editor.sh-editor-readonly .sh-editor-toolbar textarea{cursor:not-allowed;opacity:.55}.sh-editor.sh-editor-readonly .sh-editor-table-resize-overlay,.sh-editor.sh-editor-readonly .sh-editor-table-helper{display:none}.sh-editor .sh-editor-paste-menu,.sh-editor .sh-editor-draft-restore-menu{z-index:20;background:#fff;border:1px solid #c8c8c8;border-radius:4px;gap:8px;padding:10px;display:grid;position:absolute;box-shadow:0 8px 22px #00000024}.sh-editor .sh-editor-paste-menu[hidden],.sh-editor .sh-editor-draft-restore-menu[hidden]{display:none}.sh-editor .sh-editor-paste-title,.sh-editor .sh-editor-draft-restore-title{color:#333;max-width:260px;font-size:13px;line-height:1.3}.sh-editor .sh-editor-paste-actions,.sh-editor .sh-editor-draft-restore-actions{gap:6px;display:flex}.sh-editor .sh-editor-paste-menu button,.sh-editor .sh-editor-draft-restore-menu button{font:inherit;cursor:pointer;white-space:nowrap;background:#f8f8f8;border:1px solid #d6d6d6;border-radius:4px;padding:5px 8px;font-size:12px;line-height:1.2}.sh-editor .sh-editor-paste-menu button:hover,.sh-editor .sh-editor-draft-restore-menu button:hover{background:#eee}.sh-editor .sh-editor-draft-restore-menu [data-draft-restore-confirm]{background:#1d4ed8;border-color:#1d4ed8;color:#fff!important}.sh-editor .sh-editor-draft-restore-menu [data-draft-restore-confirm]:hover,.sh-editor .sh-editor-draft-restore-menu [data-draft-restore-confirm]:focus-visible{background:#1e40af;color:#fff!important}[contenteditable=true]{text-align:left;align-items:initial;justify-content:initial;vertical-align:top;display:block}.sh-editor-fullscreen{z-index:999;background:#fff;border-radius:4px;grid-template-rows:auto minmax(0,1fr);width:auto;height:auto;display:grid;position:fixed;top:16px;right:16px;bottom:16px;left:16px}.sh-editor-fullscreen .sh-editor-toolbar{z-index:2;position:relative}.sh-editor-fullscreen .sh-editor-content{height:100%;min-height:0;max-height:none;overflow:auto}body.sh-editor-fullscreen-open{overflow:hidden}.sh-editor-btn svg{width:var(--sh-editor-button-icon-size);height:var(--sh-editor-button-icon-size);pointer-events:none;display:flex}.sh-editor-btn{padding:var(--sh-editor-button-padding);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;display:inline-flex;background:#fff!important;border:0!important}.sh-editor-btn:hover{background:#f0f0f0!important}.sh-editor-btn.active{background:#a6ccf7!important}.sh-editor-btn.sh-editor-ai-stop{width:calc((var(--sh-editor-button-icon-size) + 12px) / 2);height:calc((var(--sh-editor-button-icon-size) + 12px) / 2);color:#fff;border-radius:999px;align-self:center;padding:0;animation:2.4s ease-in-out infinite sh-editor-ai-stop-flash;position:relative;background:#dc2626!important}.sh-editor-btn.sh-editor-ai-stop svg{width:76%;height:76%;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sh-editor-btn.sh-editor-ai-stop:hover{background:#b91c1c!important}.sh-editor-btn.sh-editor-ai-revert{width:calc((var(--sh-editor-button-icon-size) + (var(--sh-editor-button-padding) * 2)) * .6);height:calc((var(--sh-editor-button-icon-size) + (var(--sh-editor-button-padding) * 2)) * .6);color:#fff;border-radius:999px;align-self:center;padding:0;position:relative;background:#2563eb!important}.sh-editor-btn.sh-editor-ai-revert svg{width:69%;height:69%;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sh-editor-btn.sh-editor-ai-revert:hover{background:#1d4ed8!important}@keyframes sh-editor-ai-stop-flash{0%{opacity:1;box-shadow:0 0 #dc262673}70%,to{opacity:1;box-shadow:0 0 0 7px #dc262600}}.sh-editor-toolbar-items{flex:auto;gap:4px;min-width:0;display:flex;overflow:hidden}.sh-editor-more{flex:none;display:inline-flex;position:relative}.sh-editor-more[hidden]{display:none}.sh-editor-more-menu{z-index:30;background:#fff;border:1px solid #ddd;min-width:180px;max-width:min(320px,80vw);padding:4px;display:none;position:absolute;top:100%;right:0;box-shadow:0 4px 10px #00000014}.sh-editor-more.open .sh-editor-more-menu{flex-wrap:wrap;gap:4px;display:flex}.sh-editor-more-menu .sh-editor-separator{display:none}.sh-editor-dropdown{display:inline-flex;position:relative}.sh-editor-dropdown-toggle{gap:4px}.sh-editor-dropdown-arrow{opacity:.7;font-size:10px}.sh-editor-dropdown-menu{box-sizing:border-box;z-index:1001;background:#fff;border:1px solid #ddd;min-width:160px;max-width:calc(100vw - 16px);padding:4px;display:none;position:fixed;overflow:hidden auto;box-shadow:0 4px 10px #00000014}.sh-editor-dropdown.open .sh-editor-dropdown-menu{display:block}.sh-editor-dropdown-item{text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;width:100%;padding:6px 8px;display:flex}.sh-editor-dropdown-item:hover{background:#f1f5f9}.sh-editor-colour-default{background:#fff;position:relative}.sh-editor-colour-default:after{content:"";transform-origin:50%;background:#334155;height:2px;position:absolute;top:50%;left:2px;right:2px;transform:translateY(-50%)rotate(45deg)}.sh-editor-tooltip{z-index:2000;color:#fff;white-space:normal;overflow-wrap:break-word;pointer-events:none;opacity:0;background:#111827;border-radius:4px;max-width:min(260px,100vw - 16px);padding:5px 8px;font-size:12px;line-height:1.3;transition:opacity .12s;position:fixed}.sh-editor-tooltip.visible{opacity:1}.sh-editor-link-menu,.sh-editor-image-menu,.sh-editor-table-menu{min-width:min(280px,100vw - 16px)}.sh-editor-link-menu,.sh-editor-image-menu{min-width:min(340px,100vw - 16px);padding:10px}.sh-editor-table-menu{min-width:180px;overflow:visible}.sh-editor-link-form,.sh-editor-image-form,.sh-editor-table-form{gap:8px;display:grid}.sh-editor-link-form,.sh-editor-image-form{gap:12px}.sh-editor-table-form{display:block;position:relative}.sh-editor-form-header{justify-content:space-between;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.sh-editor-form-header button{cursor:pointer;background:0 0;border:0;border-radius:3px;padding:2px 6px;font-size:18px;line-height:1}.sh-editor-form-header button:hover{background:#f1f5f9}.sh-editor-link-form label,.sh-editor-image-form label,.sh-editor-table-form label{gap:3px;font-size:12px;display:grid}.sh-editor-link-form label,.sh-editor-image-form label{gap:5px}.sh-editor-link-form input,.sh-editor-link-form select,.sh-editor-image-form input,.sh-editor-image-form select,.sh-editor-table-form input,.sh-editor-table-form select{box-sizing:border-box;width:100%;font:inherit;border:1px solid #d1d5db;border-radius:3px;padding:6px}.sh-editor-link-form input,.sh-editor-link-form select,.sh-editor-image-form input,.sh-editor-image-form select{padding:8px}.sh-editor-colour-field{grid-template-columns:minmax(0,1fr) 38px;align-items:center;gap:6px;display:grid}.sh-editor-colour-field input[type=color]{cursor:pointer;width:38px;min-width:38px;height:32px;padding:2px}.sh-editor-link-actions,.sh-editor-image-actions,.sh-editor-table-actions{flex-wrap:wrap;justify-content:flex-start;gap:8px;display:flex}.sh-editor-link-actions,.sh-editor-image-actions{justify-content:flex-end;margin-top:4px}.sh-editor-link-actions button,.sh-editor-image-actions button,.sh-editor-table-actions button{color:#111827;cursor:pointer;background:#f8fafc;border:1px solid #d1d5db;border-radius:5px;padding:6px 14px}.sh-editor-link-actions .sh-editor-link-cancel,.sh-editor-image-actions .sh-editor-image-cancel{color:#374151!important;background:#e5e7eb!important;border-color:#d1d5db!important}.sh-editor-link-actions button:hover,.sh-editor-image-actions button:hover,.sh-editor-table-actions button:hover{background:#eef2f7}.sh-editor-link-actions .sh-editor-link-cancel:hover,.sh-editor-image-actions .sh-editor-image-cancel:hover,.sh-editor-link-actions .sh-editor-link-cancel:focus-visible,.sh-editor-image-actions .sh-editor-image-cancel:focus-visible{color:#111827!important;background:#d1d5db!important}.sh-editor-link-actions .sh-editor-link-apply,.sh-editor-image-actions .sh-editor-image-apply,.sh-editor-table-actions .sh-editor-table-apply{color:#fff!important;background:#006ce7!important;border-color:#006ce7!important}.sh-editor-link-actions .sh-editor-link-apply:hover,.sh-editor-image-actions .sh-editor-image-apply:hover,.sh-editor-table-actions .sh-editor-table-apply:hover,.sh-editor-link-actions .sh-editor-link-apply:focus-visible,.sh-editor-image-actions .sh-editor-image-apply:focus-visible,.sh-editor-table-actions .sh-editor-table-apply:focus-visible{color:#fff!important;background:#1e40af!important}.sh-editor-table-danger{color:#991b1b!important;background:#fff5f5!important;border-color:#fecaca!important}.sh-editor-table-danger:hover,.sh-editor-table-danger:focus-visible{color:#7f1d1d!important;background:#fee2e2!important}.sh-editor-image-size,.sh-editor-table-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.sh-editor-table-menu-root{gap:1px;display:grid}.sh-editor-table-menu-group{gap:1px;padding:3px 0;display:grid}.sh-editor-table-menu-group+.sh-editor-table-menu-group{border-top:1px solid #e5e7eb}.sh-editor-table-menu-item{color:#111827;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:3px;grid-template-columns:24px minmax(0,1fr) 14px;align-items:center;gap:8px;padding:7px 8px;font-size:13px;line-height:1.2;display:grid}.sh-editor-table-menu-item:hover,.sh-editor-table-menu-item.active{background:#eef2ff}.sh-editor-table-menu-item:disabled,.sh-editor-table-menu-item[aria-disabled=true]{color:#9ca3af;cursor:not-allowed;background:0 0}.sh-editor-table-menu-icon{color:currentColor;justify-content:center;align-items:center;width:24px;height:20px;display:inline-flex}.sh-editor-table-menu-icon svg{width:22px;height:22px}.sh-editor-table-menu-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.sh-editor-table-menu-arrow{color:#64748b;text-align:right;font-size:16px;line-height:1}.sh-editor-table-menu-danger{color:#991b1b}.sh-editor-table-flyout{box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:4px;gap:8px;width:260px;padding:10px;display:none;position:absolute;top:0;left:calc(100% + 6px);box-shadow:0 8px 22px #00000024}.sh-editor-table-flyout.open{display:grid}.sh-editor-table-flyout[data-table-submenu=insert]{width:auto;min-width:220px}.sh-editor-table-command-list{gap:2px;display:grid}.sh-editor-table-command-list button{color:#111827;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:3px;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:8px;padding:7px 8px;font-size:13px;display:grid}.sh-editor-table-command-list button:hover{background:#eef2ff}.sh-editor-table-command-list button:disabled,.sh-editor-table-command-list button[aria-disabled=true]{cursor:not-allowed;color:#9ca3af!important;background:0 0!important}.sh-editor-table-insert-grid{grid-template-columns:repeat(10,18px);gap:2px;display:grid}.sh-editor-table-insert-grid button{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:2px;width:18px;height:18px;padding:0}.sh-editor-table-insert-grid button.active{background:#bfdbfe;border-color:#2563eb}.sh-editor-table-grid-status{color:#334155;font-size:12px;line-height:1.2}.sh-editor-table-section{border-top:1px solid #e5e7eb;gap:8px;padding:10px 0 0;display:grid}.sh-editor-table-section[hidden]{display:none}.sh-editor-table-section-title{color:#334155;font-size:12px;font-weight:600}.sh-editor-table-checks{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.sh-editor-table-checks label{align-items:center;gap:4px;min-width:0;display:flex}.sh-editor-table-checks span{white-space:nowrap}.sh-editor-content table{border-collapse:separate;border-spacing:var(--sh-editor-table-cell-spacing,0)}.sh-editor-table-helper{z-index:1002;background:#fff;border:1px solid #d1d5db;border-radius:6px;align-items:center;gap:4px;padding:7px;display:flex;position:absolute;box-shadow:0 8px 20px #0f172a29}.sh-editor-table-helper[hidden]{display:none}.sh-editor-table-helper:after{content:"";background:#fff;width:10px;height:10px;position:absolute;left:18px;transform:rotate(45deg)}.sh-editor-table-helper-above:after{border-bottom:1px solid #d1d5db;border-right:1px solid #d1d5db;bottom:-6px}.sh-editor-table-helper-below:after{border-top:1px solid #d1d5db;border-left:1px solid #d1d5db;top:-6px}.sh-editor-table-helper button{z-index:1;color:#111827;cursor:pointer;background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex;position:relative}.sh-editor-table-helper button:after{content:attr(data-tooltip);z-index:2;color:#fff;text-align:center;white-space:normal;opacity:0;pointer-events:none;background:#111827;border-radius:4px;width:max-content;max-width:160px;padding:5px 7px;font-size:11px;line-height:1.2;transition:opacity .12s,transform .12s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(2px)}.sh-editor-table-helper-below button:after{top:calc(100% + 8px);bottom:auto}.sh-editor-table-helper button:hover:after,.sh-editor-table-helper button:focus-visible:after{opacity:1;transform:translate(-50%)translateY(0)}.sh-editor-table-helper button:hover,.sh-editor-table-helper button:focus-visible{color:#006ce7;background:#eef2ff}.sh-editor-table-helper button:disabled,.sh-editor-table-helper button[aria-disabled=true]{color:#9ca3af;cursor:not-allowed;background:0 0}.sh-editor-table-helper svg{fill:currentColor;width:22px;height:22px}.sh-editor-table-resize-overlay{z-index:12;box-sizing:border-box;pointer-events:none;border:2px solid #2563eb;position:absolute}.sh-editor-table-resize-overlay[hidden]{display:none}.sh-editor-table-resize-corner,.sh-editor-table-resize-row,.sh-editor-table-resize-column{box-sizing:border-box;pointer-events:auto;background:#fff;border:1px solid #1d4ed8;margin:0;padding:0;position:absolute}.sh-editor-table-resize-corner{background:#2563eb;border-color:#2563eb;width:18px;height:18px}.sh-editor-table-resize-corner-nw{cursor:nwse-resize;top:-12px;left:-12px}.sh-editor-table-resize-corner-ne{cursor:nesw-resize;top:-12px;right:-12px}.sh-editor-table-resize-corner-sw{cursor:nesw-resize;bottom:-12px;left:-12px}.sh-editor-table-resize-corner-se{cursor:nwse-resize;bottom:-12px;right:-12px}.sh-editor-table-resize-row{cursor:row-resize;background:0 0;border:0;width:100%;height:8px;left:0;transform:translateY(-4px)}.sh-editor-table-resize-row:after{content:"";background:0 0;height:2px;position:absolute;top:3px;left:0;right:0}.sh-editor-table-resize-row:hover:after,.sh-editor-table-resize-column:hover:after{background:#2563eb}.sh-editor-table-resize-column{cursor:col-resize;background:0 0;border:0;width:8px;height:100%;top:0;transform:translate(-4px)}.sh-editor-table-resize-column:after{content:"";background:0 0;width:2px;position:absolute;top:0;bottom:0;left:3px}.sh-editor-table-resizing,.sh-editor-table-resizing *{-webkit-user-select:none;user-select:none}.sh-editor-content td,.sh-editor-content th{min-width:32px;min-height:20px;padding:var(--sh-editor-table-cell-padding,4px)}.sh-editor-content th{background:#f3f4f6}.sh-editor-content table.sh-editor-table-bordered,.sh-editor-content table.sh-editor-table-bordered td,.sh-editor-content table.sh-editor-table-bordered th{border-width:1px;border-style:var(--sh-editor-table-border-style,solid);border-color:var(--sh-editor-table-border-color,#d1d5db)}.sh-editor-content td.sh-editor-cell-selected,.sh-editor-content th.sh-editor-cell-selected{outline-offset:-1px;background:#2563eb0f;outline:1px solid #2563eb47}.sh-editor-code-view{z-index:1000;background:#0f172a73;place-items:center;padding:24px;display:grid;position:fixed;top:0;right:0;bottom:0;left:0}.sh-editor-code-view[hidden]{display:none}.sh-editor-code-window{box-sizing:border-box;background:#fff;border-radius:4px;grid-template-rows:auto minmax(260px,1fr) auto;width:min(900px,100%);max-height:min(720px,90vh);display:grid;overflow:hidden;box-shadow:0 20px 60px #00000040}.sh-editor-code-header,.sh-editor-code-actions{justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;display:flex}.sh-editor-code-header{border-bottom:1px solid #e5e7eb;font-weight:600}.sh-editor-code-header button,.sh-editor-code-actions button{cursor:pointer;border:0;border-radius:3px;padding:6px 10px}.sh-editor-code-textarea{box-sizing:border-box;resize:vertical;border:0;outline:none;width:100%;min-height:320px;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;line-height:1.5}.sh-editor-code-actions{border-top:1px solid #e5e7eb;justify-content:flex-end}.sh-editor-code-actions [data-code-view-save]{color:#fff!important;background:#006ce7!important}.sh-editor-code-actions [data-code-view-save]:hover,.sh-editor-code-actions [data-code-view-save]:focus-visible{color:#fff!important;background:#1e40af!important}.sh-editor-btn-colour{position:relative}.sh-editor-btn-colour:after{content:"";background:var(--colour,transparent);border-radius:2px;height:3px;position:absolute;bottom:2px;left:5px;right:5px}.sh-editor-colour-menu{grid-template-columns:repeat(6,22px);gap:4px;width:max-content;padding:6px;display:none}.sh-editor-dropdown.open .sh-editor-colour-menu{display:grid}.sh-editor-colour-option{cursor:pointer;border:1px solid #ccc;border-radius:3px;width:22px;height:22px}.sh-editor-colour-option:hover{outline-offset:1px;outline:2px solid #2563eb}
