@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .LinkShape .KsLinkBlock{background:rgb(var(--primary-gray-rgb))}}:where(html.is-dark) .LinkShape .KsLinkBlock{background:rgb(var(--primary-gray-rgb))}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .LinkShape .KsLinkBlock{background:rgb(var(--primary-white-rgb))}}:where(html.is-light) .LinkShape .KsLinkBlock{background:rgb(var(--primary-white-rgb))}.KsMarkdownBlock{--text-color:#515151;--text-primary-color:#000;--divider-color:rgba(0,0,0,.1);--link-color:#0085ff;padding:20px 16px;min-height:298px;font-size:16px}.KsMarkdownBlock .MarkdownContent{font-style:normal;font-size:1em;font-family:Poppins,sans-serif;line-height:150%;pointer-events:none}.KsMarkdownBlock .MarkdownContent *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.KsMarkdownBlock .MarkdownContent ::-moz-selection{background:#3aaaff;opacity:.5}.KsMarkdownBlock .MarkdownContent ::selection{background:#3aaaff;opacity:.5}.KsMarkdownBlock .MarkdownContent.enable-pointer{cursor:text;pointer-events:all}.KsMarkdownBlock .MarkdownContent.enable-pointer *{-webkit-user-select:text;-moz-user-select:text;user-select:text}.KsMarkdownBlock .MarkdownContent li,.KsMarkdownBlock .MarkdownContent p{margin-bottom:16px;color:var(--text-color);font-weight:400}.KsMarkdownBlock .MarkdownContent b,.KsMarkdownBlock .MarkdownContent strong{color:var(--text-primary-color);text-transform:capitalize;font-weight:700}.KsMarkdownBlock .MarkdownContent h1,.KsMarkdownBlock .MarkdownContent h2,.KsMarkdownBlock .MarkdownContent h3,.KsMarkdownBlock .MarkdownContent h4,.KsMarkdownBlock .MarkdownContent h5,.KsMarkdownBlock .MarkdownContent h6{display:flex;align-items:center;color:var(--title-color);text-transform:capitalize;font-weight:700;line-height:normal}.KsMarkdownBlock .MarkdownContent ol,.KsMarkdownBlock .MarkdownContent ul{margin-top:0;margin-bottom:0;padding-left:2em;list-style-type:disc}.KsMarkdownBlock .MarkdownContent ol{list-style-type:decimal}.KsMarkdownBlock .MarkdownContent ol ol,.KsMarkdownBlock .MarkdownContent ul ol{list-style-type:lower-roman}.KsMarkdownBlock .MarkdownContent ol ol ol,.KsMarkdownBlock .MarkdownContent ol ul ol,.KsMarkdownBlock .MarkdownContent ul ol ol,.KsMarkdownBlock .MarkdownContent ul ul ol{list-style-type:lower-alpha}.KsMarkdownBlock .MarkdownContent hr{height:1px!important;background-color:var(--divider-color)!important}.KsMarkdownBlock .MarkdownContent a[data-type=normal]{color:var(--link-color);text-decoration:underline;text-underline-offset:.2em}.KsMarkdownBlock .MarkdownContent a[data-type=reference]{display:inline-flex;align-items:center;justify-content:center;margin-left:4px;width:20px;height:20px;border-radius:5px;background-color:var(--link-bg-color);color:var(--link-color);text-decoration:none;font-weight:700;font-size:12px}.KsMarkdownBlock .MarkdownContent a[data-type=reference]:hover{background-color:var(--link-hover-bg-color);text-decoration:none}.KsMarkdownBlock .MarkdownContent .markdown-image-wrapper{margin:16px 0}.KsMarkdownBlock .MarkdownContent .markdown-image-wrapper .markdown-image-block-wrapper{cursor:pointer}.KsMarkdownBlock .MarkdownContent .markdown-image-wrapper .markdown-image-container{overflow:hidden;border-radius:8px}.KsMarkdownBlock .MarkdownContent .markdown-image-wrapper .markdown-image-container .KsImagePreviewBlock{max-width:100%;width:100%;height:auto}.KsMarkdownBlock .MarkdownContent .markdown-table-wrapper{margin:16px 0}.KsMarkdownBlock .MarkdownContent .markdown-table-wrapper .markdown-table-block-wrapper{cursor:pointer}.KsMarkdownBlock .MarkdownContent .markdown-table-wrapper .markdown-table-container{overflow:hidden;border-radius:8px}.KsMarkdownBlock .MarkdownContent .markdown-table-wrapper .markdown-table-container .KsTableBlock{width:100%}.KsMarkdownBlock .MarkdownContent .markdown-code-wrapper{margin:16px 0}.KsMarkdownBlock .MarkdownContent .markdown-code-wrapper .markdown-code-block-wrapper{cursor:pointer}.KsMarkdownBlock .MarkdownContent .markdown-code-wrapper .markdown-code-container{overflow:hidden;border-radius:8px}.KsMarkdownBlock .MarkdownContent .markdown-code-wrapper .markdown-code-container .react-syntax-highlighter{margin:0;border-radius:8px}.KsImagePreviewBlock{display:flex;align-items:center;justify-content:center;position:relative}.KsImagePreviewBlock>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:8px}.KsImagePreviewBlock .ImageLink{position:absolute;background:rgba(32,32,32,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:6px;padding:4px;width:28px;height:28px;right:4px;bottom:4px;transition:218ms ease}.KsImagePreviewBlock .ImageLink:hover{background:rgba(32,32,32,.3)}.KsImagePreviewBlock.has-handler{transition:218ms ease}.KsImagePreviewBlock.has-handler:hover{opacity:.8}.KsMarkdownShape{overflow-y:scroll;min-height:300px;height:inherit;border:1px solid var(--border-color)!important;border-radius:12px;background:#fff;background-color:var(--bg-color)!important;box-shadow:none!important;font-size:12px}.KsMarkdownShape::-webkit-scrollbar{width:8px}.KsMarkdownShape::-webkit-scrollbar-track{background:transparent}.KsMarkdownShape::-webkit-scrollbar-thumb{border-radius:4px;background:var(--header-color);cursor:pointer;-webkit-transition:318ms;transition:318ms}.KsMarkdownShape::-webkit-scrollbar-thumb:hover{background-color:var(--title-color)}.KsMarkdownShape .markdown-body{background:transparent!important}.KsImageResultShape{min-height:100px}.KsImageResultShape .MainLoadingWrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.KsImageResultShape .imageList{display:flex;gap:8px;margin-top:8px}.KsImageResultShape .imageList>*{flex:1;cursor:pointer}.KsSearchImageShape{min-height:200px}.KsSearchImageShape .MainLoadingWrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.KsSearchImageShape .imageList{display:flex;gap:8px;margin-top:8px}.KsSearchImageShape .imageList>*{width:calc(25% - 6px);flex-shrink:0;cursor:pointer}.KsSearchImageShape .imageList .unsplash-image-item-user a:hover{color:var(--color-selected)}.KsRemoteImageShape img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left top;object-position:left top}.image-editor-modal .MuiBackdrop-root{background-color:transparent}.image-editor-overlay{position:fixed;top:40px;left:0;right:0;bottom:0;width:100vw;height:calc(100vh - 40px);display:flex;flex-direction:column;outline:none;z-index:1300}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .image-editor-overlay{background:#303030}}:where(html.is-dark) .image-editor-overlay{background:#303030}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .image-editor-overlay{background:#efefee}}:where(html.is-light) .image-editor-overlay{background:#efefee}.project-chat~[role=presentation] .image-editor-overlay{top:0;height:100vh}.image-editor-header{display:flex;width:100%;padding:12px 24px;justify-content:space-between;align-items:center;margin:0 auto;max-width:100%}.image-editor-title{font-size:16px;font-weight:500;color:#202020}.image-editor-close-btn{width:32px;height:32px;display:flex;justify-content:center;align-items:center;gap:8px;border-radius:8px;cursor:pointer;transition:background-color .2s}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .image-editor-close-btn{color:#fff}}:where(html.is-dark) .image-editor-close-btn{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .image-editor-close-btn{color:#202020}}:where(html.is-light) .image-editor-close-btn{color:#202020}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .image-editor-close-btn{background:#202020}}:where(html.is-dark) .image-editor-close-btn{background:#202020}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .image-editor-close-btn{background:#fff}}:where(html.is-light) .image-editor-close-btn{background:#fff}.image-editor-close-btn:hover{background:rgba(32,32,32,.08)}.image-editor-close-btn svg{width:20px;height:20px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .image-editor-close-btn svg{opacity:1}}:where(html.is-dark) .image-editor-close-btn svg{opacity:1}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .image-editor-close-btn svg{opacity:.6}}:where(html.is-light) .image-editor-close-btn svg{opacity:.6}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .image-editor-close-btn svg{color:#fff}}:where(html.is-dark) .image-editor-close-btn svg{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .image-editor-close-btn svg{color:#202020}}:where(html.is-light) .image-editor-close-btn svg{color:#202020}.image-editor-func-area{display:flex;gap:8px;justify-content:center;align-items:center}.image-editor-func-area .image-editor-func-btn{width:32px;height:32px;display:flex;justify-content:center;align-items:center;padding:6px;border-radius:8px;background:transparent;cursor:pointer}.image-editor-func-area .image-editor-func-btn:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.image-editor-func-area .image-editor-func-btn svg{width:20px;height:20px;opacity:.6}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .image-editor-func-area .image-editor-func-btn svg{color:#fff}}:where(html.is-dark) .image-editor-func-area .image-editor-func-btn svg{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .image-editor-func-area .image-editor-func-btn svg{color:#202020}}:where(html.is-light) .image-editor-func-area .image-editor-func-btn svg{color:#202020}.image-editor-func-area .image-editor-func-btn svg .enabled{opacity:.6;cursor:pointer}.image-editor-func-area .image-editor-func-btn svg .disabled{opacity:.2;cursor:not-allowed}.image-editor-func-area .image-editor-save-btn{display:flex;width:116px;height:32px;padding:8px;justify-content:center;align-items:center;gap:4px;border-radius:8px;cursor:pointer}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .image-editor-func-area .image-editor-save-btn{color:#202020}}:where(html.is-dark) .image-editor-func-area .image-editor-save-btn{color:#202020}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .image-editor-func-area .image-editor-save-btn{color:#fff}}:where(html.is-light) .image-editor-func-area .image-editor-save-btn{color:#fff}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .image-editor-func-area .image-editor-save-btn{background:#fff}}:where(html.is-dark) .image-editor-func-area .image-editor-save-btn{background:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .image-editor-func-area .image-editor-save-btn{background:#202020}}:where(html.is-light) .image-editor-func-area .image-editor-save-btn{background:#202020}.image-editor-func-area .image-editor-save-btn:disabled{opacity:.4;cursor:not-allowed}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .image-editor-func-area .image-editor-save-btn:hover{background:#fff}}:where(html.is-dark) .image-editor-func-area .image-editor-save-btn:hover{background:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .image-editor-func-area .image-editor-save-btn:hover{background:#202020}}:where(html.is-light) .image-editor-func-area .image-editor-save-btn:hover{background:#202020}.image-editor-func-area .image-editor-save-btn .image-editor-save-btn-icon{display:flex;justify-content:center;align-items:center;width:16px;height:16px}.image-editor-func-area .image-editor-save-btn .image-editor-save-btn-text{font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:150%}.image-editor-content{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:flex-start;padding:0 16px;max-width:1440px;margin:0 auto;width:100%}.image-editor-image-container{display:flex;align-items:center;justify-content:center;width:100%;height:100%;max-height:calc(100vh - 220px);position:relative}.image-editor-image{max-height:calc(100vh - 220px);max-width:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:8px;box-shadow:0 4px 24px rgba(32,32,32,.12);image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;transform:translateZ(0);will-change:transform}.image-editor-compare-btn{width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:8px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;transition:all .2s ease;z-index:10}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .image-editor-compare-btn{border:1px solid hsla(0,0%,100%,.08)}}:where(html.is-dark) .image-editor-compare-btn{border:1px solid hsla(0,0%,100%,.08)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .image-editor-compare-btn{border:1px solid rgba(32,32,32,.08)}}:where(html.is-light) .image-editor-compare-btn{border:1px solid rgba(32,32,32,.08)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .image-editor-compare-btn{background:rgba(32,32,32,.9)}}:where(html.is-dark) .image-editor-compare-btn{background:rgba(32,32,32,.9)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .image-editor-compare-btn{background:hsla(0,0%,100%,.9)}}:where(html.is-light) .image-editor-compare-btn{background:hsla(0,0%,100%,.9)}.image-editor-compare-btn:hover{transform:scale(1.05)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .image-editor-compare-btn:hover{background:#202020}}:where(html.is-dark) .image-editor-compare-btn:hover{background:#202020}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .image-editor-compare-btn:hover{background:#fff}}:where(html.is-light) .image-editor-compare-btn:hover{background:#fff}.image-editor-compare-btn svg{width:20px;height:20px;opacity:.8}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .image-editor-compare-btn svg{color:#fff}}:where(html.is-dark) .image-editor-compare-btn svg{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .image-editor-compare-btn svg{color:#202020}}:where(html.is-light) .image-editor-compare-btn svg{color:#202020}.image-editor-compare-btn:hover svg{opacity:1}.image-editor-compare-overlay{z-index:15;overflow:hidden;opacity:1;transition:opacity .2s ease}.image-editor-compare-previous{left:16px;bottom:16px;width:80px;height:32px;padding:0 8px;gap:10px;flex-shrink:0;border-radius:8px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,93%,.5);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10;color:var(--Black-202020,#202020);font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:150%}.image-editor-compare-previous,.image-editor-footer{position:absolute;display:flex;justify-content:center;align-items:center}.image-editor-footer{bottom:0;flex-direction:column;padding:24px;width:100%;margin:0 auto}.image-editor-footer .image-editor-footer-top-area{display:flex;justify-content:flex-start;align-items:center;width:100%;gap:12px;width:500px}.image-editor-input-container{display:flex;width:500px;min-height:48px;padding:8px 12px;flex-direction:row;justify-content:space-between;align-items:center;gap:12px;border-radius:8px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .image-editor-input-container{box-shadow:0 0 12px 0 rgba(32,32,32,.08)}}:where(html.is-dark) .image-editor-input-container{box-shadow:0 0 12px 0 rgba(32,32,32,.08)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .image-editor-input-container{box-shadow:0 0 12px 0 rgba(32,32,32,.08)}}:where(html.is-light) .image-editor-input-container{box-shadow:0 0 12px 0 rgba(32,32,32,.08)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .image-editor-input-container{background:#202020}}:where(html.is-dark) .image-editor-input-container{background:#202020}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .image-editor-input-container{background:#fff}}:where(html.is-light) .image-editor-input-container{background:#fff}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .image-editor-input-container{border:1px solid hsla(0,0%,100%,.08)}}:where(html.is-dark) .image-editor-input-container{border:1px solid hsla(0,0%,100%,.08)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .image-editor-input-container{border:1px solid rgba(32,32,32,.08)}}:where(html.is-light) .image-editor-input-container{border:1px solid rgba(32,32,32,.08)}.image-editor-selections{width:100%;display:flex;flex-wrap:wrap;gap:4px;margin-bottom:4px}.selection-tag{width:116px;height:32px;padding:0 8px;justify-content:center;align-items:center;display:flex;gap:0;border-radius:8px;color:#0085ff}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .selection-tag{background:#202020}}:where(html.is-dark) .selection-tag{background:#202020}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .selection-tag{background:#fff}}:where(html.is-light) .selection-tag{background:#fff}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .selection-tag{border:1px solid hsla(0,0%,100%,.08)}}:where(html.is-dark) .selection-tag{border:1px solid hsla(0,0%,100%,.08)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .selection-tag{border:1px solid rgba(32,32,32,.08)}}:where(html.is-light) .selection-tag{border:1px solid rgba(32,32,32,.08)}.selection-label{color:var(--Blue,#0085ff);font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.selection-divider{width:16px;height:16px}.selection-remove{display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;background:transparent;border:none;border-radius:2px;cursor:pointer;transition:background-color .2s}.selection-remove:hover{background:rgba(0,133,255,.2)}.selection-remove svg{width:20px;height:20px}.image-editor-input-row{display:flex;align-items:center;gap:8px;height:32px}.image-editor-magic-pen-btn{width:32px;height:32px;padding:6px;border-radius:6px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;flex-shrink:0;opacity:.6}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .image-editor-magic-pen-btn{color:#fff}}:where(html.is-dark) .image-editor-magic-pen-btn{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .image-editor-magic-pen-btn{color:#202020}}:where(html.is-light) .image-editor-magic-pen-btn{color:#202020}.image-editor-magic-pen-btn:hover{opacity:1}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .image-editor-magic-pen-btn:hover{background:hsla(0,0%,100%,.04)}}:where(html.is-dark) .image-editor-magic-pen-btn:hover{background:hsla(0,0%,100%,.04)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .image-editor-magic-pen-btn:hover{background:rgba(32,32,32,.04)}}:where(html.is-light) .image-editor-magic-pen-btn:hover{background:rgba(32,32,32,.04)}.image-editor-magic-pen-btn.active{color:#0085ff;opacity:1}.image-editor-magic-pen-btn:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.image-editor-magic-pen-btn svg{width:20px;height:20px}.image-editor-input{position:relative;flex:1;min-height:32px;max-height:120px;overflow-y:auto;border:none;outline:none;background:transparent;font-size:14px;padding:8px 0;margin:0;white-space:pre-wrap;word-break:break-word;line-height:1.2}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .image-editor-input{color:#fff}}:where(html.is-dark) .image-editor-input{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .image-editor-input{color:#202020}}:where(html.is-light) .image-editor-input{color:#202020}.image-editor-input:empty:before{position:absolute;top:8px;left:0;content:attr(data-placeholder);opacity:.6;pointer-events:none}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .image-editor-input:empty:before{color:#fff}}:where(html.is-dark) .image-editor-input:empty:before{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .image-editor-input:empty:before{color:#202020}}:where(html.is-light) .image-editor-input:empty:before{color:#202020}.image-editor-input::-moz-selection{color:inherit}.image-editor-input::selection{color:inherit}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .image-editor-input::-moz-selection{background:hsla(0,0%,100%,.2)}:where(html:not(.is-light)) .image-editor-input::selection{background:hsla(0,0%,100%,.2)}}:where(html.is-dark) .image-editor-input::-moz-selection{background:hsla(0,0%,100%,.2)}:where(html.is-dark) .image-editor-input::selection{background:hsla(0,0%,100%,.2)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .image-editor-input::-moz-selection{background:rgba(32,32,32,.2)}:where(html:not(.is-dark)) .image-editor-input::selection{background:rgba(32,32,32,.2)}}:where(html.is-light) .image-editor-input::-moz-selection{background:rgba(32,32,32,.2)}:where(html.is-light) .image-editor-input::selection{background:rgba(32,32,32,.2)}.image-editor-input:focus{outline:none}.image-editor-input[contenteditable=false]{opacity:.6;cursor:not-allowed}.image-editor-submit-btn{width:20px;height:20px;background:transparent;border:none;cursor:pointer}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .image-editor-submit-btn{color:#fff}}:where(html.is-dark) .image-editor-submit-btn{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .image-editor-submit-btn{color:#202020}}:where(html.is-light) .image-editor-submit-btn{color:#202020}.image-editor-submit-btn:hover{opacity:1}.image-editor-submit-btn:disabled{opacity:.3;cursor:not-allowed}.image-editor-scratch-overlay{z-index:10}.image-editor-scratch-overlay,.scratch-layer{position:absolute;border-radius:8px;overflow:hidden}.scratch-layer{top:0;left:0;width:100%;height:100%;background:linear-gradient(104deg,hsla(0,0%,100%,.1) 7.97%,hsla(0,0%,100%,.5) 23.96%,hsla(0,0%,100%,.8) 40.66%,hsla(0,0%,100%,.1) 89.1%);filter:blur(8px);opacity:1;position:relative}.scratch-layer:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 20%,hsla(0,0%,100%,.2) 40%,hsla(0,0%,100%,.4) 50%,hsla(0,0%,100%,.2) 60%,transparent 80%);animation:shimmer 2.5s cubic-bezier(.4,0,.6,1) infinite;pointer-events:none;border-radius:8px}@keyframes shimmer{0%{transform:translateX(-150%) translateY(-150%) rotate(45deg)}to{transform:translateX(150%) translateY(150%) rotate(45deg)}}.scratch-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:15;pointer-events:none}.processing-text{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.3);padding:12px 24px;border-radius:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 16px rgba(0,0,0,.2)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .processing-text{border:1px solid hsla(0,0%,100%,.1)}}:where(html.is-dark) .processing-text{border:1px solid hsla(0,0%,100%,.1)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .processing-text{border:1px solid rgba(32,32,32,.1)}}:where(html.is-light) .processing-text{border:1px solid rgba(32,32,32,.1)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .processing-text{background:rgba(32,32,32,.9)}}:where(html.is-dark) .processing-text{background:rgba(32,32,32,.9)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .processing-text{background:hsla(0,0%,100%,.9)}}:where(html.is-light) .processing-text{background:hsla(0,0%,100%,.9)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .processing-text{color:#fff}}:where(html.is-dark) .processing-text{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .processing-text{color:#202020}}:where(html.is-light) .processing-text{color:#202020}.tiptap{padding:20px 16px;min-width:20px;text-shadow:none;word-wrap:break-word;font-size:16px;line-height:1.5}.tiptap ::-moz-selection{background:rgba(0,133,255,.2);opacity:.5}.tiptap ::selection{background:rgba(0,133,255,.2);opacity:.5}.tiptap>:first-child{margin-top:0}.tiptap>:last-child{margin-bottom:0}.tiptap h1,.tiptap h2,.tiptap h3,.tiptap h4,.tiptap h5,.tiptap h6{margin-top:24px;margin-bottom:16px;color:var(--text-color)!important;font-weight:600;line-height:1.25}.tiptap h1{margin:.67em 0;padding-bottom:.3em;border-bottom:1px solid var(--divider-color);font-weight:600;font-size:20px}.tiptap h2{font-weight:600;font-size:18px}.tiptap h3,.tiptap h4,.tiptap h5,.tiptap h6{font-weight:600;font-size:1em}.tiptap p{margin-top:0;margin-bottom:.6em}.tiptap li,.tiptap p{color:var(--paragraph-color)}.tiptap small{font-size:90%}.tiptap mark{background-color:var(--code-bg-color);color:var(--code-color)}.tiptap blockquote{margin:0;padding:0 1em;border-left:.25em solid var(--code-bg-color)}.tiptap ol,.tiptap ul{margin-top:0;margin-bottom:0;padding-left:2em;list-style-type:disc}.tiptap ol li,.tiptap ul li{margin-bottom:.6em}.tiptap ol{list-style-type:decimal}.tiptap ol ol,.tiptap ul ol{list-style-type:lower-roman}.tiptap ol ol ol,.tiptap ol ul ol,.tiptap ul ol ol,.tiptap ul ul ol{list-style-type:lower-alpha}.tiptap ol[data-type=taskList],.tiptap ul[data-type=taskList]{padding-left:0;list-style-type:none}.tiptap ol[data-type=taskList] li,.tiptap ul[data-type=taskList] li{position:relative;margin-bottom:.6em;padding-left:1.5em;list-style-type:none}.tiptap ol[data-type=taskList] li>label,.tiptap ul[data-type=taskList] li>label{position:absolute;top:0;left:0;display:flex;align-items:center;height:100%}.tiptap ol[data-type=taskList] li input,.tiptap ul[data-type=taskList] li input{width:1em;height:1em;border:0;border-radius:.25em;cursor:pointer}.tiptap code,.tiptap samp,.tiptap tt{font-size:.75em;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace}.tiptap pre{word-wrap:normal;font-size:.75em;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;margin:1rem 0;padding:.75rem 1rem;font-family:JetBrainsMono,monospace;overflow-x:auto}.tiptap code,.tiptap pre,.tiptap tt{border-radius:6px;background-color:var(--code-bg-color);color:var(--code-color)}.tiptap code,.tiptap tt{margin:0;padding:.2em .4em;white-space:break-spaces;font-size:85%}.tiptap pre code{padding:0;background:none;color:inherit;font-size:.8rem}.tiptap hr{margin:1em 0;height:1px!important;background-color:var(--divider-color)!important;color:transparent}.tiptap a{color:var(--link-color)!important;text-decoration:none;cursor:pointer!important}.tiptap a[data-type=reference]{display:inline-flex;align-items:center;justify-content:center;margin-left:4px;width:20px;height:20px;border-radius:5px;background-color:var(--link-bg-color);color:var(--link-color);text-decoration:none;font-weight:600;font-size:12px}.tiptap a[data-type=reference]:hover{background-color:var(--link-hover-bg-color);color:var(--link-color)!important;text-decoration:none}.tiptap b,.tiptap strong{font-weight:600}.TableBlockWrapper thead{background-color:var(--code-bg-color);color:var(--title-color)}.TableBlockWrapper tbody{color:var(--paragraph-color)}.tiptap.ProseMirror-focused{cursor:text}.tiptap.ProseMirror-focused a,.tiptap.ProseMirror-focused button{cursor:pointer}@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;flex-shrink:0}.KsGlobalAskAi__bar .KsGlobalAskAi__input{flex:1;overflow:hidden;text-overflow:ellipsis;min-width:0}.KsGlobalAskAi__bar.not-focus{width:320px}@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)}