.KsHTMLView{--bg-color-light:#fff;--bg-color-dark:#202020;--font-color-light:#202020;--font-color-dark:#fff;--border-color-light:rgba(32,32,32,.08);--border-color-dark:hsla(0,0%,100%,.08);--hover-bg-color-light:rgba(32,32,32,.04);--hover-bg-color-dark:hsla(0,0%,100%,.04);position:absolute;top:0;left:0;right:0;width:100vw;height:calc(100vh - 40px);display:flex;flex-direction:column;outline:none}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsHTMLView{color:var(--font-color-dark)}}:where(html.is-dark) .KsHTMLView{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsHTMLView{color:var(--font-color-light)}}:where(html.is-light) .KsHTMLView{color:var(--font-color-light)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsHTMLView{background:var(--bg-color-dark)}}:where(html.is-dark) .KsHTMLView{background:var(--bg-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsHTMLView{background:var(--bg-color-light)}}:where(html.is-light) .KsHTMLView{background:var(--bg-color-light)}.KsHTMLView__header{display:flex;padding:12px 24px;justify-content:space-between;align-items:center;align-self:stretch;flex-shrink:0}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsHTMLView__header{border-bottom:1px solid var(--border-color-dark)}}:where(html.is-dark) .KsHTMLView__header{border-bottom:1px solid var(--border-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsHTMLView__header{border-bottom:1px solid var(--border-color-light)}}:where(html.is-light) .KsHTMLView__header{border-bottom:1px solid var(--border-color-light)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsHTMLView__header{border-top:1px solid var(--border-color-dark)}}:where(html.is-dark) .KsHTMLView__header{border-top:1px solid var(--border-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsHTMLView__header{border-top:1px solid var(--border-color-light)}}:where(html.is-light) .KsHTMLView__header{border-top:1px solid var(--border-color-light)}.KsHTMLView__header-title{overflow:hidden;text-overflow:ellipsis;font-size:16px;font-style:normal;font-weight:500;line-height:150%}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsHTMLView__header-title{color:var(--font-color-dark)}}:where(html.is-dark) .KsHTMLView__header-title{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsHTMLView__header-title{color:var(--font-color-light)}}:where(html.is-light) .KsHTMLView__header-title{color:var(--font-color-light)}.KsHTMLView__header-close{display:flex;width:32px;height:32px;justify-content:center;align-items:center;gap:8px;border-radius:8px;cursor:pointer;transition:background-color .2s ease}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsHTMLView__header-close{color:var(--font-color-dark)}}:where(html.is-dark) .KsHTMLView__header-close{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsHTMLView__header-close{color:var(--font-color-light)}}:where(html.is-light) .KsHTMLView__header-close{color:var(--font-color-light)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsHTMLView__header-close{background:var(--bg-color-dark)}}:where(html.is-dark) .KsHTMLView__header-close{background:var(--bg-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsHTMLView__header-close{background:var(--bg-color-light)}}:where(html.is-light) .KsHTMLView__header-close{background:var(--bg-color-light)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsHTMLView__header-close{border:1px solid var(--border-color-dark)}}:where(html.is-dark) .KsHTMLView__header-close{border:1px solid var(--border-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsHTMLView__header-close{border:1px solid var(--border-color-light)}}:where(html.is-light) .KsHTMLView__header-close{border:1px solid var(--border-color-light)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsHTMLView__header-close:hover{background:var(--hover-bg-color-dark)}}:where(html.is-dark) .KsHTMLView__header-close:hover{background:var(--hover-bg-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsHTMLView__header-close:hover{background:var(--hover-bg-color-light)}}:where(html.is-light) .KsHTMLView__header-close:hover{background:var(--hover-bg-color-light)}.KsHTMLView__content{position:relative;flex:1;padding:16px 24px;overflow:hidden;color:#202020;transition:all .3s ease}.KsHTMLView__content--loading{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.KsHTMLView__undo-stack-size{--font-color-light:rgba(32,32,32,.3);--font-color-dark:hsla(0,0%,100%,.3);overflow:hidden;text-overflow:ellipsis;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:150%}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsHTMLView__undo-stack-size{color:var(--font-color-dark)}}:where(html.is-dark) .KsHTMLView__undo-stack-size{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsHTMLView__undo-stack-size{color:var(--font-color-light)}}:where(html.is-light) .KsHTMLView__undo-stack-size{color:var(--font-color-light)}.KsHTMLView__modal{position:absolute;top:0;height:0;width:100%;height:100%;background-color:#fff;opacity:.02}.html-editor-wrapper{flex-direction:column;background:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);overflow:hidden}.html-editor-toolbar,.html-editor-wrapper{display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.html-editor-toolbar{align-items:center;gap:12px;margin-right:12px;font-size:12px}.toolbar-group{gap:6px}.toolbar-button,.toolbar-group{display:flex;align-items:center}.toolbar-button{gap:8px;padding:8px;border:1px solid #dee2e6;cursor:pointer;transition:all .15s ease;border-radius:8px;background:#fff}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .toolbar-button{border:1px solid var(--border-color-dark)}}:where(html.is-dark) .toolbar-button{border:1px solid var(--border-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .toolbar-button{border:1px solid var(--border-color-light)}}:where(html.is-light) .toolbar-button{border:1px solid var(--border-color-light)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .toolbar-button{color:var(--font-color-dark)}}:where(html.is-dark) .toolbar-button{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .toolbar-button{color:var(--font-color-light)}}:where(html.is-light) .toolbar-button{color:var(--font-color-light)}.toolbar-button.redo-button:hover,.toolbar-button.undo-button:hover,.toolbar-button:hover{--hover-light-bg-color:rgba(248,249,250,.08);--hover-dark-bg-color:hsla(0,0%,100%,.04);--hover-light-border-color:rgba(32,32,32,.08);--hover-dark-border-color:hsla(0,0%,100%,.08);--hover-light-font-color:rgba(32,32,32,.6);--hover-dark-font-color:hsla(0,0%,100%,.6)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .toolbar-button.redo-button:hover,:where(html:not(.is-light)) .toolbar-button.undo-button:hover,:where(html:not(.is-light)) .toolbar-button:hover{color:var(--hover-dark-font-color)}}:where(html.is-dark) .toolbar-button.redo-button:hover,:where(html.is-dark) .toolbar-button.undo-button:hover,:where(html.is-dark) .toolbar-button:hover{color:var(--hover-dark-font-color)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .toolbar-button.redo-button:hover,:where(html:not(.is-dark)) .toolbar-button.undo-button:hover,:where(html:not(.is-dark)) .toolbar-button:hover{color:var(--hover-light-font-color)}}:where(html.is-light) .toolbar-button.redo-button:hover,:where(html.is-light) .toolbar-button.undo-button:hover,:where(html.is-light) .toolbar-button:hover{color:var(--hover-light-font-color)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .toolbar-button.redo-button:hover,:where(html:not(.is-light)) .toolbar-button.undo-button:hover,:where(html:not(.is-light)) .toolbar-button:hover{border-color:var(--hover-dark-border-color)}}:where(html.is-dark) .toolbar-button.redo-button:hover,:where(html.is-dark) .toolbar-button.undo-button:hover,:where(html.is-dark) .toolbar-button:hover{border-color:var(--hover-dark-border-color)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .toolbar-button.redo-button:hover,:where(html:not(.is-dark)) .toolbar-button.undo-button:hover,:where(html:not(.is-dark)) .toolbar-button:hover{border-color:var(--hover-light-border-color)}}:where(html.is-light) .toolbar-button.redo-button:hover,:where(html.is-light) .toolbar-button.undo-button:hover,:where(html.is-light) .toolbar-button:hover{border-color:var(--hover-light-border-color)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .toolbar-button.redo-button:hover,:where(html:not(.is-light)) .toolbar-button.undo-button:hover,:where(html:not(.is-light)) .toolbar-button:hover{background:var(--hover-dark-bg-color)}}:where(html.is-dark) .toolbar-button.redo-button:hover,:where(html.is-dark) .toolbar-button.undo-button:hover,:where(html.is-dark) .toolbar-button:hover{background:var(--hover-dark-bg-color)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .toolbar-button.redo-button:hover,:where(html:not(.is-dark)) .toolbar-button.undo-button:hover,:where(html:not(.is-dark)) .toolbar-button:hover{background:var(--hover-light-bg-color)}}:where(html.is-light) .toolbar-button.redo-button:hover,:where(html.is-light) .toolbar-button.undo-button:hover,:where(html.is-light) .toolbar-button:hover{background:var(--hover-light-bg-color)}.toolbar-button:disabled{--light-bg-color:rgba(248,249,250,.08);--dark-bg-color:#202020;opacity:.5;cursor:not-allowed}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .toolbar-button:disabled{background:var(--dark-bg-color)}}:where(html.is-dark) .toolbar-button:disabled{background:var(--dark-bg-color)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .toolbar-button:disabled{background:var(--light-bg-color)}}:where(html.is-light) .toolbar-button:disabled{background:var(--light-bg-color)}.toolbar-button:disabled:hover{--light-bg-color:rgba(248,249,250,.08);--dark-bg-color:rgba(32,32,32,.6);--light-border-color:rgba(32,32,32,.08);--dark-border-color:hsla(0,0%,100%,.08)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .toolbar-button:disabled:hover{border-color:var(--dark-border-color)}}:where(html.is-dark) .toolbar-button:disabled:hover{border-color:var(--dark-border-color)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .toolbar-button:disabled:hover{border-color:var(--light-border-color)}}:where(html.is-light) .toolbar-button:disabled:hover{border-color:var(--light-border-color)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .toolbar-button:disabled:hover{background:var(--dark-bg-color)}}:where(html.is-dark) .toolbar-button:disabled:hover{background:var(--dark-bg-color)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .toolbar-button:disabled:hover{background:var(--light-bg-color)}}:where(html.is-light) .toolbar-button:disabled:hover{background:var(--light-bg-color)}.toolbar-button.redo-button,.toolbar-button.undo-button{--light-bg-color:#fff;--dark-bg-color:#202020}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .toolbar-button.redo-button,:where(html:not(.is-light)) .toolbar-button.undo-button{background:var(--dark-bg-color)}}:where(html.is-dark) .toolbar-button.redo-button,:where(html.is-dark) .toolbar-button.undo-button{background:var(--dark-bg-color)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .toolbar-button.redo-button,:where(html:not(.is-dark)) .toolbar-button.undo-button{background:var(--light-bg-color)}}:where(html.is-light) .toolbar-button.redo-button,:where(html.is-light) .toolbar-button.undo-button{background:var(--light-bg-color)}.toolbar-button.redo-button svg,.toolbar-button.undo-button svg{width:20px;height:20px}.toolbar-status{display:flex;align-items:center;gap:8px;font-size:11px;color:#6c757d}.status-indicator{display:flex;align-items:center;font-weight:500}.status-indicator.ready{color:#28a745}.status-indicator.loading{color:#ffc107}.selection-info,.toolbar-info,.transaction-info{padding:2px 6px;background:#e9ecef;border-radius:2px;font-size:10px}.toolbar-info{background:#d4edda;color:#155724}.transaction-info{background:#fff3cd;color:#856404}.html-editor-debug{position:absolute;bottom:10px;right:10px;max-width:300px;font-size:10px;z-index:1000}.html-editor-debug details{background:rgba(0,0,0,.8);color:#fff;padding:8px;border-radius:4px}.html-editor-debug summary{cursor:pointer;font-weight:700;margin-bottom:4px}.html-editor-debug pre{margin:0;font-size:9px;overflow:auto;max-height:200px}.save-exit-button{--light-bg-color:#202020;--dark-bg-color:#fff;--light-font-color:#fff;--dark-font-color:#202020;display:flex;align-items:center;justify-content:center;gap:4px;padding:8px;border:none!important;border-radius:8px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:12px;line-height:1.5;cursor:pointer;transition:all .15s ease;height:auto}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .save-exit-button{color:var(--dark-font-color)!important}}:where(html.is-dark) .save-exit-button{color:var(--dark-font-color)!important}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .save-exit-button{color:var(--light-font-color)!important}}:where(html.is-light) .save-exit-button{color:var(--light-font-color)!important}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .save-exit-button{background:var(--dark-bg-color)!important}}:where(html.is-dark) .save-exit-button{background:var(--dark-bg-color)!important}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .save-exit-button{background:var(--light-bg-color)!important}}:where(html.is-light) .save-exit-button{background:var(--light-bg-color)!important}.save-exit-button:hover{--light-bg-color:#202020;--dark-bg-color:#ffffffee;border:none!important}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .save-exit-button:hover{background:var(--dark-bg-color)!important}}:where(html.is-dark) .save-exit-button:hover{background:var(--dark-bg-color)!important}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .save-exit-button:hover{background:var(--light-bg-color)!important}}:where(html.is-light) .save-exit-button:hover{background:var(--light-bg-color)!important}.save-exit-button:disabled{--light-color:#202020;--dark-color:#fff;opacity:.5;cursor:not-allowed}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .save-exit-button:disabled{background:var(--dark-color)!important}}:where(html.is-dark) .save-exit-button:disabled{background:var(--dark-color)!important}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .save-exit-button:disabled{background:var(--light-color)!important}}:where(html.is-light) .save-exit-button:disabled{background:var(--light-color)!important}.save-exit-button:disabled:hover{--light-color:#202020;--dark-color:#fff}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .save-exit-button:disabled:hover{background:var(--dark-color)!important}}:where(html.is-dark) .save-exit-button:disabled:hover{background:var(--dark-color)!important}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .save-exit-button:disabled:hover{background:var(--light-color)!important}}:where(html.is-light) .save-exit-button:disabled:hover{background:var(--light-color)!important}.save-exit-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:inherit;flex-shrink:0}.save-exit-text{flex-shrink:0;white-space:nowrap;font-size:12px;font-weight:500;line-height:1.5}@media (max-width:768px){.html-editor-toolbar{flex-direction:column;gap:6px;align-items:flex-start}.toolbar-group{gap:4px}.toolbar-button{padding:3px 6px;font-size:10px;height:24px}.save-exit-button{padding:6px 8px;font-size:11px;gap:3px}.save-exit-icon{width:14px;height:14px}.save-exit-text{font-size:11px}.toolbar-status{gap:4px;font-size:10px}}.KsHTMLView__header-right{display:flex;align-items:center;gap:8px}.image-toolbar,.text-toolbar,.universal-toolbar{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-user-select:none;-moz-user-select:none;user-select:none}.image-toolbar button,.image-toolbar input,.image-toolbar select,.text-toolbar button,.text-toolbar input,.text-toolbar select,.universal-toolbar button,.universal-toolbar input,.universal-toolbar select{font-family:inherit;font-size:inherit}.image-toolbar button:hover,.text-toolbar button:hover,.universal-toolbar button:hover{opacity:.8}.image-toolbar input:focus,.image-toolbar select:focus,.text-toolbar input:focus,.text-toolbar select:focus,.universal-toolbar input:focus,.universal-toolbar select:focus{outline:2px solid #007bff;outline-offset:-1px}.html-editor-container{flex:1;background:#fff}.html-editor-container iframe{width:100%;height:100%;border:none;display:block}@media (max-width:480px){.html-editor-container{height:400px!important}.toolbar-button{min-width:44px;justify-content:center}.toolbar-status{flex-direction:column;gap:4px}.selection-info,.toolbar-info,.transaction-info{font-size:10px}}@media (prefers-color-scheme:dark){.html:where(:not(.is-light))-editor-wrapper{background:#1a1a1a;color:#e9ecef}.html:where(:not(.is-light))-editor-toolbar{background:#2d3748;border-bottom-color:#4a5568}.html:where(:not(.is-light))-editor-debug{background:#2d3748;border-top-color:#4a5568}.html:where(:not(.is-light))-editor-debug pre{background:#1a202c;border-color:#4a5568;color:#e9ecef}:where(html:not(.is-light)) .selection-info{background:#2f855a;color:#c6f6d5}:where(html:not(.is-light)) .toolbar-info{background:#2c5282;color:#bee3f8}:where(html:not(.is-light)) .transaction-info{background:#d69e2e;color:#faf089}}.html:where(.is-dark)-editor-wrapper{background:#1a1a1a;color:#e9ecef}.html:where(.is-dark)-editor-toolbar{background:#2d3748;border-bottom-color:#4a5568}.html:where(.is-dark)-editor-debug{background:#2d3748;border-top-color:#4a5568}.html:where(.is-dark)-editor-debug pre{background:#1a202c;border-color:#4a5568;color:#e9ecef}:where(html.is-dark) .selection-info{background:#2f855a;color:#c6f6d5}:where(html.is-dark) .toolbar-info{background:#2c5282;color:#bee3f8}:where(html.is-dark) .transaction-info{background:#d69e2e;color:#faf089}.html-editor-container{position:relative;width:100%;height:100%}.KsHTMLView__header-left{display:flex;align-items:center;gap:12px}.KsHTMLView__main{display:flex;flex:1;overflow:hidden}.KsHTMLView__main--with-preview{flex-direction:row}.KsHTMLView__main--with-preview .KsHTMLView__content{flex:1}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsHTMLView__main--with-preview .KsHTMLView__content{border-right:1px solid var(--border-color-dark)}}:where(html.is-dark) .KsHTMLView__main--with-preview .KsHTMLView__content{border-right:1px solid var(--border-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsHTMLView__main--with-preview .KsHTMLView__content{border-right:1px solid var(--border-color-light)}}:where(html.is-light) .KsHTMLView__main--with-preview .KsHTMLView__content{border-right:1px solid var(--border-color-light)}.KsHTMLView__pdf-preview{--bg-color-light:#ececec;--bg-color-dark:#303030;width:540px;flex-shrink:0;overflow:hidden;transition:all .3s ease}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsHTMLView__pdf-preview{background:var(--bg-color-dark)}}:where(html.is-dark) .KsHTMLView__pdf-preview{background:var(--bg-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsHTMLView__pdf-preview{background:var(--bg-color-light)}}:where(html.is-light) .KsHTMLView__pdf-preview{background:var(--bg-color-light)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ksShowMoreAgent-trigger:hover{background-color:hsla(0,0%,100%,.08)}}:where(html.is-dark) .ksShowMoreAgent-trigger:hover{background-color:hsla(0,0%,100%,.08)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ksShowMoreAgent-trigger:hover{background-color:rgba(32,32,32,.04)}}:where(html.is-light) .ksShowMoreAgent-trigger:hover{background-color:rgba(32,32,32,.04)}.ksShowMoreAgent-label{font-weight:500;font-style:normal;font-size:12px;font-family:Poppins;line-height:18px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ksShowMoreAgent-label{color:var(--font-color-dark)}}:where(html.is-dark) .ksShowMoreAgent-label{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ksShowMoreAgent-label{color:var(--font-color-light)}}:where(html.is-light) .ksShowMoreAgent-label{color:var(--font-color-light)}.ksShowMoreAgent-dialog-paper{border-radius:16px!important}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ksShowMoreAgent-dialog-paper{background-color:#202020!important}}:where(html.is-dark) .ksShowMoreAgent-dialog-paper{background-color:#202020!important}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ksShowMoreAgent-dialog-paper{background-color:#fff!important}}:where(html.is-light) .ksShowMoreAgent-dialog-paper{background-color:#fff!important}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsShowMoreAgent__close:hover{background-color:hsla(0,0%,100%,.04)}}:where(html.is-dark) .KsShowMoreAgent__close:hover{background-color:hsla(0,0%,100%,.04)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsShowMoreAgent__close:hover{background-color:rgba(32,32,32,.04)}}:where(html.is-light) .KsShowMoreAgent__close:hover{background-color:rgba(32,32,32,.04)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ksShowMoreAgent-close-icon{color:#fff}}:where(html.is-dark) .ksShowMoreAgent-close-icon{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ksShowMoreAgent-close-icon{color:#202020}}:where(html.is-light) .ksShowMoreAgent-close-icon{color:#202020}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ksShowMoreAgent-dialog-title{color:#fff}}:where(html.is-dark) .ksShowMoreAgent-dialog-title{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ksShowMoreAgent-dialog-title{color:#202020}}:where(html.is-light) .ksShowMoreAgent-dialog-title{color:#202020}.ksShowMoreAgent-dialog-paper .MuiDialogTitle-root,.ksShowMoreAgent-dialog-paper .MuiDialogTitle-root .ksShowMoreAgent-dialog-title{font-size:24px!important}.is-dark .should-invert{filter:invert(1)}.ksShowMoreAgent-content{display:flex;flex-direction:column;gap:16px;padding-bottom:18px}.ksShowMoreAgent-section__title{font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:18px;margin-bottom:16px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ksShowMoreAgent-section__title{opacity:1}}:where(html.is-dark) .ksShowMoreAgent-section__title{opacity:1}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ksShowMoreAgent-section__title{opacity:.6}}:where(html.is-light) .ksShowMoreAgent-section__title{opacity:.6}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ksShowMoreAgent-section__title{color:hsla(0,0%,100%,.6)}}:where(html.is-dark) .ksShowMoreAgent-section__title{color:hsla(0,0%,100%,.6)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ksShowMoreAgent-section__title{color:hsla(0,0%,100%,.6)}}:where(html.is-light) .ksShowMoreAgent-section__title{color:hsla(0,0%,100%,.6)}.ksShowMoreAgent-section__cards{display:flex;gap:16px;flex-wrap:wrap}.ksShowMoreAgent-new-card{position:relative;display:flex;width:264px;height:180px;padding:12px;flex-direction:column;align-items:flex-start;gap:10px;border-radius:12px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ksShowMoreAgent-new-card{background:hsla(0,0%,100%,.04)}}:where(html.is-dark) .ksShowMoreAgent-new-card{background:hsla(0,0%,100%,.04)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ksShowMoreAgent-new-card{background:#fff}}:where(html.is-light) .ksShowMoreAgent-new-card{background:#fff}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ksShowMoreAgent-new-card{border:1px solid hsla(0,0%,100%,.2)}}:where(html.is-dark) .ksShowMoreAgent-new-card{border:1px solid hsla(0,0%,100%,.2)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ksShowMoreAgent-new-card{border:1px solid rgba(32,32,32,.12)}}:where(html.is-light) .ksShowMoreAgent-new-card{border:1px solid rgba(32,32,32,.12)}.ksShowMoreAgent-new-card__content{display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:100%;height:100%;flex:1}.ksShowMoreAgent-new-card__header{display:flex;align-items:center;gap:8px;width:100%;flex-shrink:0}.ksShowMoreAgent-new-card__icon{width:16px;height:16px;flex-shrink:0}.ksShowMoreAgent-new-card__name{font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:21px;flex:1}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ksShowMoreAgent-new-card__name{color:var(--Whtie-100,#fff)}}:where(html.is-dark) .ksShowMoreAgent-new-card__name{color:var(--Whtie-100,#fff)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ksShowMoreAgent-new-card__name{color:#202020}}:where(html.is-light) .ksShowMoreAgent-new-card__name{color:#202020}.ksShowMoreAgent-new-card__default-badge{display:flex;width:50px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:4px;font-family:Poppins;font-size:10px;font-style:normal;font-weight:400;line-height:15px;padding:2px 0}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ksShowMoreAgent-new-card__default-badge{color:var(--White-50,hsla(0,0%,100%,.5))}}:where(html.is-dark) .ksShowMoreAgent-new-card__default-badge{color:var(--White-50,hsla(0,0%,100%,.5))}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ksShowMoreAgent-new-card__default-badge{color:#20202080}}:where(html.is-light) .ksShowMoreAgent-new-card__default-badge{color:#20202080}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ksShowMoreAgent-new-card__default-badge{background:var(--White-4,hsla(0,0%,100%,.04))}}:where(html.is-dark) .ksShowMoreAgent-new-card__default-badge{background:var(--White-4,hsla(0,0%,100%,.04))}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ksShowMoreAgent-new-card__default-badge{background:var(--Black-4,rgba(32,32,32,.04))}}:where(html.is-light) .ksShowMoreAgent-new-card__default-badge{background:var(--Black-4,rgba(32,32,32,.04))}.ksShowMoreAgent-new-card__beta-badge{display:flex;width:50px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:4px;font-family:Poppins;font-size:10px;font-style:normal;font-weight:400;line-height:15px;padding:2px 0}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ksShowMoreAgent-new-card__beta-badge{color:var(--Yellow,#fff263)}}:where(html.is-dark) .ksShowMoreAgent-new-card__beta-badge{color:var(--Yellow,#fff263)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ksShowMoreAgent-new-card__beta-badge{color:#d9ac48}}:where(html.is-light) .ksShowMoreAgent-new-card__beta-badge{color:#d9ac48}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ksShowMoreAgent-new-card__beta-badge{background:rgba(255,242,99,.2)}}:where(html.is-dark) .ksShowMoreAgent-new-card__beta-badge{background:rgba(255,242,99,.2)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ksShowMoreAgent-new-card__beta-badge{background:var(--yellow-20,rgba(255,204,93,.2))}}:where(html.is-light) .ksShowMoreAgent-new-card__beta-badge{background:var(--yellow-20,rgba(255,204,93,.2))}.ksShowMoreAgent-agent-mention{font-family:Poppins;font-size:10px;font-style:normal;font-weight:500;line-height:15px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ksShowMoreAgent-agent-mention{color:var(--Yellow,#fff263)}}:where(html.is-dark) .ksShowMoreAgent-agent-mention{color:var(--Yellow,#fff263)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ksShowMoreAgent-agent-mention{color:var(--Highlight-Dark,#d9ac48)}}:where(html.is-light) .ksShowMoreAgent-agent-mention{color:var(--Highlight-Dark,#d9ac48)}.ksShowMoreAgent-new-card__description{flex-shrink:0;align-self:stretch;font-family:Poppins;font-size:10px;font-style:normal;font-weight:500;line-height:15px;display:flex;flex-direction:column}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ksShowMoreAgent-new-card__description{color:var(--Whtie-100,#fff)}}:where(html.is-dark) .ksShowMoreAgent-new-card__description{color:var(--Whtie-100,#fff)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ksShowMoreAgent-new-card__description{color:var(--Black-202020,#202020)}}:where(html.is-light) .ksShowMoreAgent-new-card__description{color:var(--Black-202020,#202020)}.ksShowMoreAgent-new-card__functions{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch;flex:1;overflow:hidden}.ksShowMoreAgent-new-card__function-item{padding-left:8px;font-family:Poppins;font-size:10px;font-style:normal;font-weight:300;line-height:15px;align-self:stretch;opacity:.6}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ksShowMoreAgent-new-card__function-item{color:hsla(0,0%,100%,.6)}}:where(html.is-dark) .ksShowMoreAgent-new-card__function-item{color:hsla(0,0%,100%,.6)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ksShowMoreAgent-new-card__function-item{color:var(--Black-202020,#202020)}}:where(html.is-light) .ksShowMoreAgent-new-card__function-item{color:var(--Black-202020,#202020)}.ksShowMoreAgent-coming-soon,.ksShowMoreAgent-new-card__coming-soon-overlay{display:flex;align-items:center;justify-content:center}.ksShowMoreAgent-new-card__coming-soon-overlay{position:absolute;top:12px;left:12px;width:calc(100% - 24px);height:calc(100% - 24px);border-radius:8px}.ksShowMoreAgent-new-card__coming-soon-text{font-family:"Instrument Serif",serif;font-size:16px;font-style:italic;font-weight:400;line-height:24px;text-transform:capitalize}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ksShowMoreAgent-new-card__coming-soon-text{color:hsla(0,0%,100%,.8)}}:where(html.is-dark) .ksShowMoreAgent-new-card__coming-soon-text{color:hsla(0,0%,100%,.8)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ksShowMoreAgent-new-card__coming-soon-text{color:rgba(32,32,32,.8)}}:where(html.is-light) .ksShowMoreAgent-new-card__coming-soon-text{color:rgba(32,32,32,.8)}.agent-help-modal__content{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.agent-help-modal__image{width:552px;height:288px;border-radius:8px;overflow:hidden;background:#efefee}.agent-help-modal__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:8px}.agent-help-modal__description{display:flex;flex-direction:column;gap:16px;text-align:left;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:150%}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .agent-help-modal__description{color:hsla(0,0%,100%,.8)}}:where(html.is-dark) .agent-help-modal__description{color:hsla(0,0%,100%,.8)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .agent-help-modal__description{color:var(--Black-202020,#202020)}}:where(html.is-light) .agent-help-modal__description{color:var(--Black-202020,#202020)}.agent-help-modal__description div{margin:0;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:150%;text-align:left;word-wrap:break-word;white-space:normal}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .agent-help-modal__description div{color:hsla(0,0%,100%,.8)}}:where(html.is-dark) .agent-help-modal__description div{color:hsla(0,0%,100%,.8)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .agent-help-modal__description div{color:var(--Black-202020,#202020)}}:where(html.is-light) .agent-help-modal__description div{color:var(--Black-202020,#202020)}.agent-help-modal__highlight{font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:150%}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .agent-help-modal__highlight{color:#fff263}}:where(html.is-dark) .agent-help-modal__highlight{color:#fff263}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .agent-help-modal__highlight{color:var(--Highlight-Dark,#d9ac48)}}:where(html.is-light) .agent-help-modal__highlight{color:var(--Highlight-Dark,#d9ac48)}.KsModal:has(.agent-help-modal__content){border-radius:16px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsModal:has(.agent-help-modal__content){background:var(--bg-color-dark)}}:where(html.is-dark) .KsModal:has(.agent-help-modal__content){background:var(--bg-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsModal:has(.agent-help-modal__content){background:#fff}}:where(html.is-light) .KsModal:has(.agent-help-modal__content){background:#fff}.KsModal:has(.agent-help-modal__content) .KsModal__header{justify-content:center;margin-bottom:16px}.KsModal:has(.agent-help-modal__content) .KsModal__header h3{text-align:center;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:150%;margin:0}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsModal:has(.agent-help-modal__content) .KsModal__header h3{color:hsla(0,0%,100%,.9)}}:where(html.is-dark) .KsModal:has(.agent-help-modal__content) .KsModal__header h3{color:hsla(0,0%,100%,.9)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsModal:has(.agent-help-modal__content) .KsModal__header h3{color:var(--Black-202020,#202020)}}:where(html.is-light) .KsModal:has(.agent-help-modal__content) .KsModal__header h3{color:var(--Black-202020,#202020)}.KsGlobalAskAi{--base-zindex:1500;--base-width:min(560px,45vw);--base-height:20px;--font-color-light:#202020;--disabled-font-color-light:#202020;--bg-color-light:#fff;--tab-bg-color-light:#fff;--layer-bg-color-light:#fff;--border-color-light:#e5e5e5;--secondary-border-color-light:#ededed;--hover-bg-light:var(--secondary-white);--icon-hover-bg-light:rgba(var(--primary-gray-rgb),0.08);--at-button-color-light:rgba(32,32,32,.6);--input-hover-bg-light:#f6f6f6;--font-color-dark:#fff;--disabled-font-color-dark:#fff;--bg-color-dark:var(--primary-gray);--tab-bg-color-dark:#303030;--layer-bg-color-dark:#404040;--border-color-dark:hsla(0,0%,100%,.08);--secondary-border-color-dark:hsla(0,0%,100%,.08);--hover-bg-dark:var(--secondary-gray);--icon-hover-bg-dark:rgba(var(--primary-white-rgb),0.08);--at-button-color-dark:hsla(0,0%,100%,.8);--input-hover-bg-dark:#404040;--tw-scale-x:1;--tw-scale-y:1;pointer-events:auto;position:fixed;left:50%;--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}@keyframes clipRevealLoading{0%{clip-path:inset(0 0 0 0)}to{clip-path:inset(0 0 0 100%)}}.KsGlobalAskAi{bottom:8px;z-index:var(--base-zindex);font-weight:400;transition:transform .3s;transform-origin:bottom center}@media (max-width:768px){.KsGlobalAskAi{--base-width:calc(100vw - 32px)}}@media (min-width:768px){.KsGlobalAskAi{bottom:calc(4px + max(4px, env(safe-area-inset-bottom)))}}.KsGlobalAskAi__zoomIn{--tw-scale-x:1.2;--tw-scale-y:1.2}.KsGlobalAskAi__bar{position:relative;display:flex;z-index:calc(var(--base-zindex) + 10);padding:12px;width:var(--base-width);border-width:1px;border-style:solid;border-radius:12px;transition:all .25s cubic-bezier(.4,0,.2,1)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__bar{background:var(--bg-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__bar{background:var(--bg-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__bar{background:var(--bg-color-light)}}:where(html.is-light) .KsGlobalAskAi__bar{background:var(--bg-color-light)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__bar{border-color:var(--border-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__bar{border-color:var(--border-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__bar{border-color:var(--border-color-light)}}:where(html.is-light) .KsGlobalAskAi__bar{border-color:var(--border-color-light)}@media (max-width:768px){.KsGlobalAskAi__bar:not(.not-focus){--font-color-light:#fff;--disabled-font-color-light:#fff;--bg-color-light:var(--primary-gray);--tab-bg-color-light:#303030;--layer-bg-color-light:#404040;--border-color-light:hsla(0,0%,100%,.08);--secondary-border-color-light:hsla(0,0%,100%,.08);--hover-bg-light:var(--secondary-gray);--icon-hover-bg-light:rgba(var(--primary-white-rgb),0.08);--at-button-color-light:hsla(0,0%,100%,.8);--input-hover-bg-light:#404040}}.KsGlobalAskAi__bar .KsGlobalAskAi_mini_enter_tips{visibility:hidden;position:absolute;bottom:0;right:12px;display:flex;height:100%;align-items:center;justify-content:center}.KsGlobalAskAi__bar.not-focus{width:280px}@media (max-width:768px){.KsGlobalAskAi__bar.not-focus{width:calc(100vw - 32px)}}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__bar.not-focus:hover{background:var(--input-hover-bg-dark)}}:where(html.is-dark) .KsGlobalAskAi__bar.not-focus:hover{background:var(--input-hover-bg-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__bar.not-focus:hover{background:var(--input-hover-bg-light)}}:where(html.is-light) .KsGlobalAskAi__bar.not-focus:hover{background:var(--input-hover-bg-light)}.KsGlobalAskAi__bar.not-focus .KsGlobalAskAi__toolsWrapper{display:none;opacity:0;visibility:hidden;transition:opacity .25s ease-in}.KsGlobalAskAi__bar.not-focus .KsGlobalAskAi__inputWrapper{padding-bottom:0;transition:padding .25s cubic-bezier(.4,0,.2,1)}.KsGlobalAskAi__bar.not-focus .KsGlobalAskAi_mini_enter_tips{visibility:visible!important}.KsGlobalAskAi__enter,.KsGlobalAskAi__mode{display:flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;justify-content:center;width:var(--base-height);height:var(--base-height);border-radius:8px;transition:background .3s,color .3s}.KsGlobalAskAi__enter>img,.KsGlobalAskAi__enter>svg,.KsGlobalAskAi__mode>img,.KsGlobalAskAi__mode>svg{display:block;width:20px;height:20px}.KsGlobalAskAi__mode{position:relative;flex-shrink:0;flex-grow:0;width:var(--base-height);height:var(--base-height);transition:background .3s}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mode{color:var(--at-button-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__mode{color:var(--at-button-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mode{color:var(--at-button-color-light)}}:where(html.is-light) .KsGlobalAskAi__mode{color:var(--at-button-color-light)}.KsGlobalAskAi__mode__icon{position:absolute;width:var(--base-height);height:var(--base-height)}.KsGlobalAskAi__mode:after{position:absolute;top:-2px;left:-2px;width:24px;height:24px;border-radius:4px;content:"";opacity:0;transition:opacity .3s}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mode:after{background:var(--icon-hover-bg-dark)}}:where(html.is-dark) .KsGlobalAskAi__mode:after{background:var(--icon-hover-bg-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mode:after{background:var(--icon-hover-bg-light)}}:where(html.is-light) .KsGlobalAskAi__mode:after{background:var(--icon-hover-bg-light)}.KsGlobalAskAi__mode.active,.KsGlobalAskAi__mode.active:hover,.KsGlobalAskAi__mode:hover,.KsGlobalAskAi__mode:hover:after{opacity:1}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mode.active,:where(html:not(.is-light)) .KsGlobalAskAi__mode.active:hover{color:#fff263}}:where(html.is-dark) .KsGlobalAskAi__mode.active,:where(html.is-dark) .KsGlobalAskAi__mode.active:hover{color:#fff263}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mode.active,:where(html:not(.is-dark)) .KsGlobalAskAi__mode.active:hover{color:#fff263}}:where(html.is-light) .KsGlobalAskAi__mode.active,:where(html.is-light) .KsGlobalAskAi__mode.active:hover{color:#fff263}.KsGlobalAskAi__mode.disabled{cursor:not-allowed}.KsGlobalAskAi__mode>img,.KsGlobalAskAi__mode>svg{width:20px;height:20px}.KsGlobalAskAi__mode__guide{position:absolute;bottom:80px;left:-184px;padding:4px;width:368px;height:278px;border-radius:12px;background:#202020}.KsGlobalAskAi__mode__guide img{border-radius:8px}.KsGlobalAskAi__mode__guide.show{display:block}.KsGlobalAskAi__mode__guide.hide{display:none}.KsGlobalAskAi__toolsWrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__toolsWrapper{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAi__toolsWrapper{color:var(--font-color-light)}.KsGlobalAskAi__toolsWrapper__left{gap:8px}.KsGlobalAskAi__toolsWrapper__left,.KsGlobalAskAi__toolsWrapper__right{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.KsGlobalAskAi__toolsWrapper__right{gap:12px}.KsGlobalAskAi__toolsWrapper__enterTips{width:23px;height:20px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper__enterTips{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__toolsWrapper__enterTips{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper__enterTips{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAi__toolsWrapper__enterTips{color:var(--font-color-light)}.KsGlobalAskAi__toolsWrapper__ButtonWrapper{position:relative;width:var(--base-height);height:var(--base-height)}.KsGlobalAskAi__toolsWrapper__atButton,.KsGlobalAskAi__toolsWrapper__suggestionButton{position:absolute}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper__atButton,:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper__suggestionButton{color:var(--at-button-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__toolsWrapper__atButton,:where(html.is-dark) .KsGlobalAskAi__toolsWrapper__suggestionButton{color:var(--at-button-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper__atButton,:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper__suggestionButton{color:var(--at-button-color-light)}}:where(html.is-light) .KsGlobalAskAi__toolsWrapper__atButton,:where(html.is-light) .KsGlobalAskAi__toolsWrapper__suggestionButton{color:var(--at-button-color-light)}.KsGlobalAskAi__toolsWrapper__atButton:after,.KsGlobalAskAi__toolsWrapper__suggestionButton:after{position:absolute;top:-2px;left:-2px;width:24px;height:24px;border-radius:4px;content:"";opacity:0;transition:opacity .3s}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper__atButton:after,:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper__suggestionButton:after{background:var(--icon-hover-bg-dark)}}:where(html.is-dark) .KsGlobalAskAi__toolsWrapper__atButton:after,:where(html.is-dark) .KsGlobalAskAi__toolsWrapper__suggestionButton:after{background:var(--icon-hover-bg-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper__atButton:after,:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper__suggestionButton:after{background:var(--icon-hover-bg-light)}}:where(html.is-light) .KsGlobalAskAi__toolsWrapper__atButton:after,:where(html.is-light) .KsGlobalAskAi__toolsWrapper__suggestionButton:after{background:var(--icon-hover-bg-light)}.KsGlobalAskAi__toolsWrapper__atButton:hover:after,.KsGlobalAskAi__toolsWrapper__suggestionButton:hover:after{opacity:1}.KsGlobalAskAi__toolsWrapper__atButton.active,.KsGlobalAskAi__toolsWrapper__suggestionButton.active{color:#fff263;opacity:1}.KsGlobalAskAi__toolsWrapper__suggestionButton{width:var(--base-height);height:var(--base-height);cursor:pointer;transition:background .3s,color .3s}.KsGlobalAskAi__toolsWrapper__suggestionButton:hover{opacity:1}.KsGlobalAskAi__toolsWrapper__atButton{display:flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;justify-content:center;width:var(--base-height);height:var(--base-height);border-radius:8px}.KsGlobalAskAi__toolsWrapper__atButton:hover{opacity:1}.KsGlobalAskAi__toolsWrapper__enter{display:flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;justify-content:center;position:relative;width:var(--base-height);height:var(--base-height);border-radius:8px;transition:background .3s,color .3s}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper__enter{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__toolsWrapper__enter{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper__enter{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAi__toolsWrapper__enter{color:var(--font-color-light)}.KsGlobalAskAi__toolsWrapper__enter.disabled{cursor:not-allowed;opacity:.3}.KsGlobalAskAi__toolsWrapper__enter.cancel{--cancel-color:#ff4d00;align-items:center;color:var(--cancel-color)}.KsGlobalAskAi__toolsWrapper__enter.cancel:after{position:absolute;width:6px;height:6px;border-radius:1px;background:var(--cancel-color);content:""}.KsGlobalAskAi__toolsWrapper__basedLibrary{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:4px}.KsGlobalAskAi__toolsWrapper__basedLibrary__label{font-weight:400;font-size:12px;line-height:1.2;opacity:.6}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper__basedLibrary__label{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__toolsWrapper__basedLibrary__label{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper__basedLibrary__label{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAi__toolsWrapper__basedLibrary__label{color:var(--font-color-light)}.KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch{position:relative;display:flex;padding:2px;width:32px;height:18px;border-radius:9px;cursor:pointer;transition:background-color .3s ease}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch{background-color:hsla(0,0%,100%,.12)}}:where(html.is-dark) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch{background-color:hsla(0,0%,100%,.12)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch{background-color:rgba(32,32,32,.12)}}:where(html.is-light) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch{background-color:rgba(32,32,32,.12)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch.active{background-color:#fff}}:where(html.is-dark) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch.active{background-color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch.active{background-color:#ffcc5d}}:where(html.is-light) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch.active{background-color:#ffcc5d}.KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch-handle{position:absolute;left:2px;width:14px;height:14px;border-radius:50%}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch-handle{box-shadow:2px}}:where(html.is-dark) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch-handle{box-shadow:2px}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch-handle{box-shadow:0}}:where(html.is-light) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch-handle{box-shadow:0}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch-handle{background-color:#000}}:where(html.is-dark) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch-handle{background-color:#000}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch-handle{background-color:#fff}}:where(html.is-light) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch-handle{background-color:#fff}.KsGlobalAskAi__suggestionSwitch{display:flex;flex-shrink:0;flex-grow:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;margin-right:4px;padding:4px 4px 4px 6px;border-radius:4px;transition:background .3s;gap:.5em}.KsGlobalAskAi__suggestionSwitch:hover{background:hsla(0,0%,100%,.12)}.KsGlobalAskAi__suggestionSwitch span{color:#7c7c7c;font-weight:700;font-size:12px;line-height:1.2}.KsGlobalAskAi__suggestionSwitch img{width:12px;height:12px;transition:transform .3s;transform-origin:center center}.KsGlobalAskAi__suggestionSwitch.active img{transform:rotate(180deg)}.KsGlobalAskAi__mentions-list{position:absolute;bottom:100%;left:12px;z-index:calc(var(--base-zindex) + 11);overflow-y:auto;margin-bottom:8px;padding:8px;max-height:320px;border:.5px solid var(--black-20,rgba(32,32,32,.2));border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 0 12px 0 rgba(32,32,32,.08);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mentions-list{background:var(--layer-bg-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__mentions-list{background:var(--layer-bg-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mentions-list{background:var(--layer-bg-color-light)}}:where(html.is-light) .KsGlobalAskAi__mentions-list{background:var(--layer-bg-color-light)}.KsGlobalAskAi__mentions-list::-webkit-scrollbar{width:6px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mentions-list::-webkit-scrollbar-track{background-color:var(--layer-bg-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__mentions-list::-webkit-scrollbar-track{background-color:var(--layer-bg-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mentions-list::-webkit-scrollbar-track{background-color:var(--layer-bg-color-light)}}:where(html.is-light) .KsGlobalAskAi__mentions-list::-webkit-scrollbar-track{background-color:var(--layer-bg-color-light)}.KsGlobalAskAi__mentions-list::-webkit-scrollbar-thumb{margin-top:0;margin-bottom:0;border-radius:3px;background-color:hsla(220,4%,58%,.5)}.KsGlobalAskAi__mentions-list::-webkit-scrollbar-thumb:hover{background-color:hsla(220,4%,58%,.3)}.KsGlobalAskAi__mention-item{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:8px;min-height:48px;width:198px;border-radius:4px;font-family:Poppins;cursor:pointer;transition:background .3s}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mention-item:hover{background:hsla(0,0%,100%,.08)}}:where(html.is-dark) .KsGlobalAskAi__mention-item:hover{background:hsla(0,0%,100%,.08)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mention-item:hover{background:rgba(32,32,32,.04)}}:where(html.is-light) .KsGlobalAskAi__mention-item:hover{background:rgba(32,32,32,.04)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mention-item.selected{background:hsla(0,0%,100%,.08)}}:where(html.is-dark) .KsGlobalAskAi__mention-item.selected{background:hsla(0,0%,100%,.08)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mention-item.selected{background:rgba(32,32,32,.08)}}:where(html.is-light) .KsGlobalAskAi__mention-item.selected{background:rgba(32,32,32,.08)}.KsGlobalAskAi__mention-item__icon{margin-right:8px;width:32px;height:32px;border-radius:50%}.KsGlobalAskAi__mention-item__info{display:flex;flex:1 1 0%;align-items:center;justify-content:flex-start}.KsGlobalAskAi__mention-item__info__name{display:flex;align-items:center;font-weight:500;font-style:normal;font-size:12px;font-family:Poppins;line-height:150%;gap:4px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mention-item__info__name{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__mention-item__info__name{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mention-item__info__name{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAi__mention-item__info__name{color:var(--font-color-light)}.KsGlobalAskAi__mention-item__info__name__tag{width:30px;height:14px;border-radius:2px;background:var(--White-8,hsla(0,0%,100%,.08));color:var(--Yellow,#fff263);font-weight:400;font-style:normal;line-height:150%;gap:4px}.KsGlobalAskAi__mention-item__info__beta,.KsGlobalAskAi__mention-item__info__name__tag{display:flex;align-items:center;justify-content:center;font-size:10px;font-family:Poppins}.KsGlobalAskAi__mention-item__info__beta{margin-left:4px;width:40px;height:18px;font-weight:500;line-height:15px;border-radius:4px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mention-item__info__beta{color:var(--Yellow,#fff263)}}:where(html.is-dark) .KsGlobalAskAi__mention-item__info__beta{color:var(--Yellow,#fff263)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mention-item__info__beta{color:var(--Highlight-Dark,#d9ac48)}}:where(html.is-light) .KsGlobalAskAi__mention-item__info__beta{color:var(--Highlight-Dark,#d9ac48)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mention-item__info__beta{background:#fff26333}}:where(html.is-dark) .KsGlobalAskAi__mention-item__info__beta{background:#fff26333}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mention-item__info__beta{background:#ffcc5d33}}:where(html.is-light) .KsGlobalAskAi__mention-item__info__beta{background:#ffcc5d33}.KsGlobalAskAi__mention-item__info__desc{text-align:center;font-weight:400;font-style:normal;font-size:10px;font-family:Poppins;line-height:150%;opacity:.6}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mention-item__info__desc{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__mention-item__info__desc{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mention-item__info__desc{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAi__mention-item__info__desc{color:var(--font-color-light)}.KsGlobalAskAi__mention-item__help{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:14px;height:14px;cursor:pointer;transition:color .3s}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mention-item__help{color:hsla(0,0%,100%,.5)}}:where(html.is-dark) .KsGlobalAskAi__mention-item__help{color:hsla(0,0%,100%,.5)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mention-item__help{color:rgba(32,32,32,.5)}}:where(html.is-light) .KsGlobalAskAi__mention-item__help{color:rgba(32,32,32,.5)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mention-item__help:hover{color:hsla(0,0%,100%,.8)}}:where(html.is-dark) .KsGlobalAskAi__mention-item__help:hover{color:hsla(0,0%,100%,.8)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mention-item__help:hover{color:rgba(32,32,32,.8)}}:where(html.is-light) .KsGlobalAskAi__mention-item__help:hover{color:rgba(32,32,32,.8)}.KsGlobalAskAi__mention-item__help svg{width:14px;height:14px}.KsGlobalAskAi__barMain{display:flex;flex:1 1 0%;flex-direction:column;min-height:var(--base-height)}.KsGlobalAskAi__inputWrapper{display:flex;width:100%;flex:1 1 0%;align-items:center;position:relative;padding-bottom:16px;min-height:var(--base-height)}.KsGlobalAskAi__input{position:relative;overflow-y:auto;padding:0 4px;min-height:21px;max-height:600px;width:100%;outline:none;background:transparent;white-space:pre-wrap;word-break:break-word;font-size:14px;line-height:1.2;opacity:.8}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__input{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__input{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__input{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAi__input{color:var(--font-color-light)}.KsGlobalAskAi__input:empty:before{position:absolute;top:2px;content:attr(data-placeholder);opacity:.4;pointer-events:none}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__input:empty:before{color:var(--disabled-font-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__input:empty:before{color:var(--disabled-font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__input:empty:before{color:var(--disabled-font-color-light)}}:where(html.is-light) .KsGlobalAskAi__input:empty:before{color:var(--disabled-font-color-light)}.KsGlobalAskAi__input .mention-text{display:inline;margin-right:4px;font-weight:500;font-size:14px;font-family:Poppins;line-height:150%}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__input .mention-text{color:#fff263}}:where(html.is-dark) .KsGlobalAskAi__input .mention-text{color:#fff263}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__input .mention-text{color:#ffcc5d}}:where(html.is-light) .KsGlobalAskAi__input .mention-text{color:#ffcc5d}.KsGlobalAskAi__input[contenteditable=false]{cursor:not-allowed}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__input[contenteditable=false]{color:color-mix(in srgb,var(--disabled-font-color-dark) 20%,transparent)}}:where(html.is-dark) .KsGlobalAskAi__input[contenteditable=false]{color:color-mix(in srgb,var(--disabled-font-color-dark) 20%,transparent)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__input[contenteditable=false]{color:var(--disabled-font-color-light)}}:where(html.is-light) .KsGlobalAskAi__input[contenteditable=false]{color:var(--disabled-font-color-light)}.KsGlobalAskAi__inputLoading{position:absolute;top:0;left:0;z-index:calc(var(--base-zindex) + 15);width:100%;height:100%;border-radius:12px;background:hsla(0,0%,78%,.7);animation:clipRevealLoading 2s cubic-bezier(.4,0,1,.6) forwards;pointer-events:auto}.KsGlobalAskAiDetails{position:absolute;overflow:hidden;bottom:100%;left:50%;z-index:calc(var(--base-zindex) + 5);width:var(--base-width);border-width:1px;border-style:solid;border-radius:12px;transition:background .3s,border-color .3s;transform:translateX(-50%);transform-origin:bottom center}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails{background:var(--layer-bg-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails{background:var(--layer-bg-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails{background:var(--layer-bg-color-light)}}:where(html.is-light) .KsGlobalAskAiDetails{background:var(--layer-bg-color-light)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails{border-color:var(--border-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails{border-color:var(--border-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails{border-color:var(--border-color-light)}}:where(html.is-light) .KsGlobalAskAiDetails{border-color:var(--border-color-light)}.KsGlobalAskAiDetails__tabWrapper{position:relative;width:100%;overflow:hidden;padding-right:40px;min-height:40px}.KsGlobalAskAiDetails__tabTitle{padding:8px 0 1px 8px;font-weight:400;font-style:normal;font-size:12px;font-family:Poppins;line-height:150%;opacity:.4}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__tabTitle{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__tabTitle{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__tabTitle{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAiDetails__tabTitle{color:var(--font-color-light)}.KsGlobalAskAiDetails__tabDelete{position:absolute;display:flex;cursor:pointer;align-items:center;justify-content:center;top:8px;right:8px;width:18px;height:18px;border-radius:4px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__tabDelete{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__tabDelete{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__tabDelete{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAiDetails__tabDelete{color:var(--font-color-light)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__tabDelete:hover{background:var(--icon-hover-bg-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__tabDelete:hover{background:var(--icon-hover-bg-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__tabDelete:hover{background:var(--icon-hover-bg-light)}}:where(html.is-light) .KsGlobalAskAiDetails__tabDelete:hover{background:var(--icon-hover-bg-light)}.KsGlobalAskAiDetails__tabDelete svg{width:12px;height:12px;opacity:.4}.KsGlobalAskAiDetails__tabList{display:flex;flex-wrap:wrap;align-items:center;padding:5px 4px}.KsGlobalAskAiDetails__tabList li{margin:3px}.KsGlobalAskAiDetails__tabItem{display:flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;overflow:hidden;padding-left:4px;max-width:200px;height:24px;border:1px solid transparent;border-radius:4px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__tabItem{background:var(--tab-bg-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__tabItem{background:var(--tab-bg-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__tabItem{background:#f6f6f6}}:where(html.is-light) .KsGlobalAskAiDetails__tabItem{background:#f6f6f6}.KsGlobalAskAiDetails__tabItem:hover{border-color:#0085ff}.KsGlobalAskAiDetails__tabItem.pending{background-position:100% 50%;background-size:400% 100%;animation:skeleton-loading 1.4s ease infinite}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__tabItem.pending{background-image:linear-gradient(90deg,#666 25%,#888 37%,#777 63%)}}:where(html.is-dark) .KsGlobalAskAiDetails__tabItem.pending{background-image:linear-gradient(90deg,#666 25%,#888 37%,#777 63%)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__tabItem.pending{background-image:linear-gradient(90deg,#efefef 25%,#f8f8f8 37%,#f1f1f1 63%)}}:where(html.is-light) .KsGlobalAskAiDetails__tabItem.pending{background-image:linear-gradient(90deg,#efefef 25%,#f8f8f8 37%,#f1f1f1 63%)}.KsGlobalAskAiDetails__tabItem svg{flex-shrink:0;flex-grow:0;width:16px;height:16px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__tabItem svg{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__tabItem svg{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__tabItem svg{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAiDetails__tabItem svg{color:var(--font-color-light)}.KsGlobalAskAiDetails__tabItem span{flex:1 1 0%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 4px;font-size:12px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__tabItem span{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__tabItem span{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__tabItem span{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAiDetails__tabItem span{color:var(--font-color-light)}.KsGlobalAskAiDetails__tabItem i{display:flex;flex-shrink:0;flex-grow:0;cursor:pointer;align-items:center;justify-content:center;width:24px;height:24px}.KsGlobalAskAiDetails__suggestionList{--item-height:44px;--list-height:calc(var(--item-height) * 3);display:flex;flex-direction:column;overflow:hidden}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__suggestionList.hasBorder{border-top:1px solid var(--secondary-border-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__suggestionList.hasBorder{border-top:1px solid var(--secondary-border-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__suggestionList.hasBorder{border-top:1px solid var(--secondary-border-color-light)}}:where(html.is-light) .KsGlobalAskAiDetails__suggestionList.hasBorder{border-top:1px solid var(--secondary-border-color-light)}.KsGlobalAskAiDetails__suggestionList li{display:flex;width:100%;cursor:pointer;align-items:center;overflow:hidden;padding:12px;height:var(--item-height);gap:8px}.KsGlobalAskAiDetails__suggestionList li .children-opacity{opacity:.4;transition:opacity .3s}.KsGlobalAskAiDetails__suggestionList li:hover .children-opacity{opacity:1}.KsGlobalAskAiDetails__suggestionList li img{width:18px;height:28px}.KsGlobalAskAiDetails__suggestionList li section.children-opacity{position:relative;overflow:hidden;flex:1 1 100%;height:20px;font-size:12px;line-height:20px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__suggestionList li section.children-opacity{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__suggestionList li section.children-opacity{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__suggestionList li section.children-opacity{color:var(--primary-gray)}}:where(html.is-light) .KsGlobalAskAiDetails__suggestionList li section.children-opacity{color:var(--primary-gray)}.KsGlobalAskAiDetails__suggestionList li section.children-opacity span{position:absolute;left:0;top:0;display:block;height:100%;white-space:nowrap;transition:none;transform-origin:center left}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__suggestionList li+li{border-top:1px solid var(--secondary-border-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__suggestionList li+li{border-top:1px solid var(--secondary-border-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__suggestionList li+li{border-top:1px solid var(--secondary-border-color-light)}}:where(html.is-light) .KsGlobalAskAiDetails__suggestionList li+li{border-top:1px solid var(--secondary-border-color-light)}.KsGlobalAskAiDetails__suggestionList li.transition:hover span{transition:transform var(--duration) linear!important;transition-delay:1s!important;transform:translateX(var(--offset))!important}.KsGlobalAskAiDetails__suggestionList .sugLoading{cursor:wait}.KsGlobalAskAiDetails__suggestionList .sugLoading img{opacity:.4}.KsGlobalAskAiDetails__suggestionList .sugLoading section{overflow:hidden;flex:1 1 100%;height:8px}.KsGlobalAskAiDetails__suggestionList .sugLoading__bar{height:8px;border-radius:2px;background-position:100% 50%;background-size:400% 100%;animation:skeleton-loading 1.4s ease infinite}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__suggestionList .sugLoading__bar{background-image:linear-gradient(90deg,#666 25%,#888 37%,#777 63%)}}:where(html.is-dark) .KsGlobalAskAiDetails__suggestionList .sugLoading__bar{background-image:linear-gradient(90deg,#666 25%,#888 37%,#777 63%)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__suggestionList .sugLoading__bar{background-image:linear-gradient(90deg,#efefef 25%,#f8f8f8 37%,#f1f1f1 63%)}}:where(html.is-light) .KsGlobalAskAiDetails__suggestionList .sugLoading__bar{background-image:linear-gradient(90deg,#efefef 25%,#f8f8f8 37%,#f1f1f1 63%)}.KsGlobalAskAiDetails__suggestionList .sugError{display:flex;cursor:default;align-items:center;justify-content:center;padding:0;height:var(--list-height)}.KsGlobalAskAiDetails__suggestionList .sugError button{display:flex;align-items:center;padding:0 12px;height:36px;border-width:1px;border-style:solid;border-radius:8px;font-weight:700;font-size:13px;gap:8px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__suggestionList .sugError button{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__suggestionList .sugError button{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__suggestionList .sugError button{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAiDetails__suggestionList .sugError button{color:var(--font-color-light)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__suggestionList .sugError button{border-color:var(--secondary-border-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__suggestionList .sugError button{border-color:var(--secondary-border-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__suggestionList .sugError button{border-color:var(--secondary-border-color-light)}}:where(html.is-light) .KsGlobalAskAiDetails__suggestionList .sugError button{border-color:var(--secondary-border-color-light)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__suggestionList .sugError button:hover{color:var(--font-color-light)}}:where(html.is-dark) .KsGlobalAskAiDetails__suggestionList .sugError button:hover{color:var(--font-color-light)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__suggestionList .sugError button:hover{color:var(--font-color-dark)}}:where(html.is-light) .KsGlobalAskAiDetails__suggestionList .sugError button:hover{color:var(--font-color-dark)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__suggestionList .sugError button:hover{background:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__suggestionList .sugError button:hover{background:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__suggestionList .sugError button:hover{background:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAiDetails__suggestionList .sugError button:hover{background:var(--font-color-light)}.KsGlobalAskAiDetails__suggestionList .sugError svg{width:16px;height:16px}.motion-switch{position:relative;display:flex;padding:2px;width:32px;height:18px;border-radius:9px;background-color:rgba(0,0,0,.25);cursor:pointer;transition:background-color .3s ease}.motion-switch.active{background-color:var(--primary-color,#1890ff)}.motion-switch-handle{position:absolute;left:2px;width:14px;height:14px;border-radius:50%;background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,35,11,.2)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .motion-switch{background-color:hsla(0,0%,100%,.25)}:where(html:not(.is-light)) .motion-switch.active{background-color:var(--primary-color,#1890ff)}:where(html:not(.is-light)) .motion-switch-handle{background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.2)}}:where(html.is-dark) .motion-switch{background-color:hsla(0,0%,100%,.25)}:where(html.is-dark) .motion-switch.active{background-color:var(--primary-color,#1890ff)}:where(html.is-dark) .motion-switch-handle{background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.2)}.SharedBoardToolbar{position:fixed;bottom:8px;left:50%;z-index:calc(var(--layer-panels) + 1);padding:8px;border-radius:12px;background:#202020;color:#fff;transform:translateX(-50%);pointer-events:all}@media (min-width:768px){.SharedBoardToolbar{bottom:calc(4px + max(4px, env(safe-area-inset-bottom)))}}@media (max-width:768px){.SharedBoardToolbar{left:8px;padding:8px;transform:none}.SharedBoardToolbar .RenderRow{padding-left:0;gap:8px}.SharedBoardToolbar .InfoTips{padding-left:4px;font-size:12px}.SharedBoardToolbar .InfoTips.DuplicateTips{display:none}.SharedBoardToolbar .RenderButton{padding:4px 8px;font-size:12px;gap:4px}.SharedBoardToolbar .ImgIcon{width:16px;height:16px}}.SharedBoardToolbar .RenderRow{display:flex;align-items:center;padding-left:8px;gap:20px}.SharedBoardToolbar .InfoTips{font-weight:500;font-size:14px;line-height:150%}.SharedBoardToolbar .ImgIcon{width:20px;height:20px;background-position:50%;background-size:contain;background-repeat:no-repeat}.SharedBoardToolbar .ImgIcon.IconLogin{background-image:url(/images/svg/login.svg)}.SharedBoardToolbar .ImgIcon.IconPro{background-image:url(/images/svg/pro.svg)}.SharedBoardToolbar .ImgIcon.IconDuplicate{background-image:url(/images/svg/node_icon_copy.svg)}.SharedBoardToolbar .RenderButton{display:flex;flex-direction:row;align-items:center;padding:8px 12px;border-radius:8px;font-weight:500;font-size:13px;line-height:150%;cursor:pointer;transition:318ms;gap:8px}.SharedBoardToolbar .RenderButton.TypeGray{background:#404040}.SharedBoardToolbar .RenderButton.TypeGray:hover{background:#303030}.SharedBoardToolbar .RenderButton.TypeYellow{background:#ffcc5d;color:#202020}.SharedBoardToolbar .RenderButton.TypeYellow:hover{background:#ffdf6d}.KsShapePreviewer{position:fixed;display:flex;flex-direction:column;top:8px;left:8px;z-index:calc(var(--layer-panels) + 10);width:var(--previewer-width);height:calc(100% - 24px);border:.5px solid var(--border-color);border-radius:8px;background:var(--bg-color);box-shadow:0 0 18px 0 var(--shadow-color);color:var(--text-color)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsShapePreviewer{--scrollbar-thumb:rgba(var(--primary-white-rgb),0.2)}}:where(html.is-dark) .KsShapePreviewer{--scrollbar-thumb:rgba(var(--primary-white-rgb),0.2)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsShapePreviewer{--scrollbar-thumb:rgba(var(--primary-gray-rgb),0.2)}}:where(html.is-light) .KsShapePreviewer{--scrollbar-thumb:rgba(var(--primary-gray-rgb),0.2)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsShapePreviewer{--shadow-color:rgba(var(--primary-gray-rgb),0.18)}}:where(html.is-dark) .KsShapePreviewer{--shadow-color:rgba(var(--primary-gray-rgb),0.18)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsShapePreviewer{--shadow-color:rgba(var(--primary-gray-rgb),0.18)}}:where(html.is-light) .KsShapePreviewer{--shadow-color:rgba(var(--primary-gray-rgb),0.18)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsShapePreviewer{--border-color:#505050}}:where(html.is-dark) .KsShapePreviewer{--border-color:#505050}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsShapePreviewer{--border-color:rgba(var(--primary-gray-rgb),0.08)}}:where(html.is-light) .KsShapePreviewer{--border-color:rgba(var(--primary-gray-rgb),0.08)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsShapePreviewer{--hover-bg-color:rgba(var(--primary-white-rgb),0.04)}}:where(html.is-dark) .KsShapePreviewer{--hover-bg-color:rgba(var(--primary-white-rgb),0.04)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsShapePreviewer{--hover-bg-color:rgba(var(--primary-gray-rgb),0.04)}}:where(html.is-light) .KsShapePreviewer{--hover-bg-color:rgba(var(--primary-gray-rgb),0.04)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsShapePreviewer{--bg-color:#404040}}:where(html.is-dark) .KsShapePreviewer{--bg-color:#404040}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsShapePreviewer{--bg-color:rgb(var(--primary-white-rgb))}}:where(html.is-light) .KsShapePreviewer{--bg-color:rgb(var(--primary-white-rgb))}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsShapePreviewer{--text-color:rgb(var(--primary-white-rgb))}}:where(html.is-dark) .KsShapePreviewer{--text-color:rgb(var(--primary-white-rgb))}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsShapePreviewer{--text-color:rgb(var(--primary-gray-rgb))}}:where(html.is-light) .KsShapePreviewer{--text-color:rgb(var(--primary-gray-rgb))}.KsShapePreviewer__action{display:flex;cursor:pointer;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px;transition:background-color .3s}.KsShapePreviewer__action:hover{background-color:var(--hover-bg-color)}.KsShapePreviewer__action svg{width:20px;height:20px}.KsShapePreviewer__header{display:flex;width:100%;flex-shrink:0;flex-grow:0;align-items:center;justify-content:space-between;padding:0 12px;height:60px;border-bottom:.5px solid var(--border-color)}.KsShapePreviewer__main{position:relative;flex:1 1 0%;-webkit-user-select:text;-moz-user-select:text;user-select:text;overflow-y:auto;overflow-x:hidden;padding:8px}.KsShapePreviewer__main,.KsShapePreviewer__main .txt-content{color:var(--text-color)}.KsShapePreviewer__main .tiptap *{-webkit-user-select:text;-moz-user-select:text;user-select:text}.KsShapePreviewer__main .pdf-preview-block .rpv-core__inner-pages{overflow:auto}.KsShapePreviewer__main .ksUsingToolsBlockVisualization__tabs-wrapper{z-index:1}.KsShapePreviewer__main .ksUsingToolsBlockVisualization__iframe{pointer-events:auto!important}.KsShapePreviewer__divider{margin:0 8px;width:1px;height:18px;background:var(--text-color);opacity:.2}.KsShapePreviewer__pages{display:flex;align-items:center;color:var(--text-color);gap:4px}.KsShapePreviewer__pages>button{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:4px;transition:background-color .3s,opacity .3s}.KsShapePreviewer__pages>button svg{width:20px;height:20px}.KsShapePreviewer__pages>button:not([disabled]):hover{cursor:pointer;background-color:var(--hover-bg-color)}.KsShapePreviewer__pages>button[disabled]{cursor:not-allowed;opacity:.4}.KsShapePreviewer__pages-number{padding:0 4px;min-width:22px}.KsShapePreviewer__pages-input,.KsShapePreviewer__pages-number{display:flex;align-items:center;justify-content:center;height:22px;font-size:13px;line-height:1.5}.KsShapePreviewer__pages-input{--input-bg-color:var(--hover-bg-color);--hover-input-bg-color:var(--border-color);--focus-input-border-color:#0085ff;width:22px;border:1px solid transparent;border-radius:4px;background-color:var(--input-bg-color);text-align:center;transition:background-color .3s}.KsShapePreviewer__pages-input::-webkit-inner-spin-button,.KsShapePreviewer__pages-input::-webkit-outer-spin-button{display:none;margin:0;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.KsShapePreviewer__pages-input:hover{background-color:var(--hover-input-bg-color)}.KsShapePreviewer__pages-input:focus{border-color:var(--focus-input-border-color);background-color:var(--input-bg-color)}.KsShapePreviewer__file{height:100%;width:100%}.KsShapePreviewer__file section[class^=word-preview-]{padding:16px!important;max-width:100%!important}.KsShapePreviewer__switch{--bar-width:32px;--bar-height:18px;--dot-size:14px;--dot-offset:calc((var(--bar-height) - var(--dot-size)) / 2);--dot-offset-checked:calc(var(--bar-width) - var(--dot-size) - var(--dot-offset));display:flex;cursor:pointer;align-items:center;width:var(--bar-width);height:var(--bar-height);border-radius:40px;transition:background-color .3s}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsShapePreviewer__switch{background-color:rgba(var(--primary-white-rgb),.12)}}:where(html.is-dark) .KsShapePreviewer__switch{background-color:rgba(var(--primary-white-rgb),.12)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsShapePreviewer__switch{background-color:rgba(var(--primary-gray-rgb),.12)}}:where(html.is-light) .KsShapePreviewer__switch{background-color:rgba(var(--primary-gray-rgb),.12)}.KsShapePreviewer__switch:hover{background-color:var(--scrollbar-thumb)}.KsShapePreviewer__switch-dot{width:var(--dot-size);height:var(--dot-size);border-radius:50%;transition:transform .3s,background-color .3s;transform:translateX(var(--dot-offset))}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsShapePreviewer__switch-dot{background-color:rgb(var(--primary-gray-rgb))}}:where(html.is-dark) .KsShapePreviewer__switch-dot{background-color:rgb(var(--primary-gray-rgb))}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsShapePreviewer__switch-dot{background-color:rgb(var(--primary-white-rgb))}}:where(html.is-light) .KsShapePreviewer__switch-dot{background-color:rgb(var(--primary-white-rgb))}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsShapePreviewer__switch.isChecked{background-color:rgb(var(--primary-white-rgb))}}:where(html.is-dark) .KsShapePreviewer__switch.isChecked{background-color:rgb(var(--primary-white-rgb))}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsShapePreviewer__switch.isChecked{background-color:#ffcc5d}}:where(html.is-light) .KsShapePreviewer__switch.isChecked{background-color:#ffcc5d}.KsShapePreviewer__switch.isChecked .KsShapePreviewer__switch-dot{transform:translateX(var(--dot-offset-checked))}