.agent-block{display:flex;width:100%;padding:10px;flex-direction:column;align-items:flex-start;gap:10px;border-radius:12px;border:1px solid rgba(106,64,64,.08);background:#fdfcf8;transition:all .2s ease}.agent-block:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(106,64,64,.1)}.agent-block__content{position:relative;display:flex;padding:16px;gap:10px;align-self:stretch;border-radius:8px;border:1px solid rgba(106,64,64,.08);background:#f2ede6;overflow:hidden}.agent-block__text{display:flex;flex-direction:column;gap:2px;flex:1;align-items:flex-start;justify-content:flex-start;position:relative;flex-shrink:0;min-width:135px;text-align:left}.agent-block__title{font-size:14px;font-weight:500;text-align:left}.agent-block__status-text,.agent-block__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;align-self:stretch;overflow:hidden;color:#6a4040;text-overflow:ellipsis;font-family:Poppins;font-style:normal;line-height:150%}.agent-block__status-text{flex-shrink:0;font-size:12px;font-weight:400}.agent-block--running .agent-block__status-text{background:linear-gradient(90deg,#6a4040,#bdbdbd 50%,#6a4040);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-shimmer 3s ease-in-out infinite}.agent-block__preview-card{position:absolute;display:flex;width:84px;height:auto;right:16px;bottom:0;flex-direction:column;align-items:flex-start;flex-shrink:0}.agent-block__actions{gap:8px;justify-content:flex-start;width:100%}.agent-block__actions,.agent-block__view-button{display:flex;align-items:center;position:relative;flex-shrink:0}.agent-block__view-button{background:#6a4040;border:none;box-sizing:border-box;cursor:pointer;gap:10px;justify-content:center;padding:4px 8px;border-radius:8px;min-width:44px;transition:all .2s ease}.agent-block__view-button:hover{background:#5a3535;transform:translateY(-1px)}.agent-block__view-button--clicking{opacity:.8;transform:scale(.98);transition:all .1s ease}.agent-block__view-button:disabled{cursor:not-allowed;opacity:.6}.agent-block__view-button:disabled:hover{background:#6a4040;transform:none}.agent-block__view-text{font-family:Poppins,sans-serif;font-weight:400;line-height:1.5;font-style:normal;position:relative;flex-shrink:0;font-size:11.284px;white-space:nowrap;color:#fff;white-space:pre}.agent-block--failed .agent-block__content{background:#fef2f2;border-color:rgba(220,38,38,.15)}.agent-block--failed .agent-block__title{color:#dc2626}.agent-block--failed .agent-block__status-text{color:#dc2626;opacity:.8}@keyframes gradient-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.agent-block__file-count{opacity:.7;font-weight:300}.agent-block__multi-indicator{position:absolute;top:-10px;right:-10px;z-index:2}.agent-block__file-badge{display:flex;width:20px;height:20px;align-items:center;justify-content:center;background:#6a4040;color:#fff;border-radius:10px;font-size:10px;font-weight:600;line-height:1;border:2px solid #fdfcf8}.agent-block-plain{display:flex;height:32px;padding:8px 5px 8px 12px;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;align-self:stretch;border-radius:8px;border:1px solid var(--black-60,rgba(106,64,64,.6));background:var(--black-4,rgba(106,64,64,.04));color:#6a4040;transition:all .2s ease;cursor:pointer}.agent-block-plain:hover{background:var(--black-8,rgba(106,64,64,.08))}.agent-block-plain--clicking{opacity:.6}.agent-block-plain__icon{--size:16px;width:var(--size);height:var(--size);flex:var(--size) 0 0}.agent-block-plain__filename{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.agent-block-plain__filename,.agent-block-plain__trigger{overflow:hidden;text-overflow:ellipsis;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:150%}.agent-block-plain__trigger{display:flex;padding:2px 8px;justify-content:center;align-items:center;border-radius:4px}.agent-block-plain__trigger:hover{color:var(--black-60,rgba(106,64,64,.6))}.edit-diff-card{--diff-old-color:rgba(106,64,64,.3);--diff-new-color:#6a4040}.edit-diff-item__label{display:flex;height:32px;padding:8px 12px;justify-content:space-between;align-items:center;align-self:stretch;border-radius:8px;background:rgba(106,64,64,.04)}.edit-diff-item--old{color:var(--diff-old-color)}.edit-diff-item--new{color:var(--diff-new-color)}.edit-diff-item__content{display:flex;padding:6px 12px;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:150%;word-break:break-word}.edit-diff-item--old .edit-diff-item__content *{text-decoration-line:line-through;color:var(--diff-old-color)!important}.edit-diff-item--new .edit-diff-item__content *{color:var(--diff-new-color)!important}.markdown-result-renderer{display:flex;flex-direction:column;gap:12px;padding:12px;border-radius:8px;background:#fff;border:1px solid #e5e7eb}.markdown-result-renderer__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.markdown-result-renderer__info{display:flex;flex-direction:column;gap:4px;flex:1}.markdown-result-renderer__title{font-size:14px;font-weight:600;color:#111827;margin:0}.markdown-result-renderer__subtitle{font-size:12px;color:#6b7280;margin:0}.markdown-result-renderer__meta{font-size:11px;color:#9ca3af}.markdown-result-renderer__actions{display:flex;align-items:center;gap:8px}.markdown-result-renderer__action-button{display:flex;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;border:1px solid #d1d5db;border-radius:6px;background:#f9fafb;color:#374151;cursor:pointer;transition:all .15s ease}.markdown-result-renderer__action-button:hover{background:#f3f4f6;border-color:#9ca3af}.markdown-result-renderer__action-button:active{transform:scale(.98)}.markdown-result-renderer__action-button:disabled{opacity:.5;cursor:not-allowed}.markdown-result-renderer__action-button svg{width:14px;height:14px;flex-shrink:0}.markdown-result-renderer__content{display:flex;flex-direction:column;gap:8px}.markdown-result-renderer__file-card{display:flex;align-items:center;gap:12px;padding:12px;border-radius:6px;background:#f9fafb;border:1px solid #e5e7eb}.markdown-result-renderer__file-icon{width:20px;height:20px;flex-shrink:0;color:#6366f1}.markdown-result-renderer__file-info{flex:1;min-width:0}.markdown-result-renderer__file-name{font-size:14px;font-weight:500;color:#111827;margin:0;word-break:break-word}.markdown-result-renderer__file-path{font-size:12px;color:#6b7280;margin:2px 0 0;word-break:break-all}.markdown-result-renderer__diff{font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:12px;line-height:1.5;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.markdown-result-renderer__diff-header{padding:8px 12px;background:#f3f4f6;border-bottom:1px solid #e5e7eb;font-size:11px;font-weight:600;color:#6b7280}.markdown-result-renderer__diff-content{padding:12px;max-height:300px;overflow:auto;white-space:pre-wrap;word-wrap:break-word}.markdown-result-renderer__diff-line{display:block;padding:1px 0}.markdown-result-renderer__diff-line--added{background:#d1fae5;color:#065f46}.markdown-result-renderer__diff-line--removed{background:#fee2e2;color:#991b1b}.markdown-result-renderer__diff-line--context{color:#6b7280}.markdown-result-renderer__section{display:flex;flex-direction:column;gap:8px;border-radius:6px;border:1px solid #e5e7eb;overflow:hidden}.markdown-result-renderer__section:not(:last-child){margin-bottom:12px}.markdown-result-renderer__section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;background:#f8f9fa;border-bottom:1px solid #e5e7eb}.markdown-result-renderer__section-info{display:flex;flex-direction:column;gap:2px;flex:1}.markdown-result-renderer__section-title{font-size:13px;font-weight:600;color:#111827;margin:0}.markdown-result-renderer__section-subtitle{font-size:11px;color:#6b7280;margin:0}.markdown-result-renderer__section-meta{font-size:10px;color:#9ca3af}.markdown-result-renderer__section-actions{display:flex;align-items:center;gap:6px}.markdown-result-renderer__section-diff{font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:12px;line-height:1.5;background:#f8f9fa;border-top:1px solid #e5e7eb;overflow:hidden}.markdown-result-renderer__edits-list{display:flex;flex-direction:column;gap:8px;padding:8px}.markdown-result-renderer__edit-item{padding:8px;border-radius:4px;background:#f8f9fa;border:1px solid #e5e7eb}.markdown-result-renderer__edit-summary{font-size:12px;font-weight:500;color:#374151;margin-bottom:4px}.markdown-result-renderer__edit-details{font-size:11px;color:#6b7280}.markdown-result-renderer__scroll-root{width:100%;height:100%;overflow:hidden;border-radius:4px}.markdown-result-renderer__scroll-viewport{width:100%;height:100%;border-radius:inherit}.markdown-result-renderer__scrollbar{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;padding:2px;background:rgba(0,0,0,.1);transition:background .16s ease-out}.markdown-result-renderer__scrollbar:hover{background:rgba(0,0,0,.15)}.markdown-result-renderer__scrollbar[data-orientation=vertical]{width:10px}.markdown-result-renderer__scrollbar[data-orientation=horizontal]{flex-direction:column;height:10px}.markdown-result-renderer__scrollbar-thumb{flex:1;background:rgba(0,0,0,.3);border-radius:10px;position:relative;transition:background .16s ease-out}.markdown-result-renderer__scrollbar-thumb:hover{background:rgba(0,0,0,.5)}.markdown-result-renderer__scrollbar-thumb:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;min-width:44px;min-height:44px}.todo-list{display:flex;flex-direction:column;gap:8px;width:100%}.todo-list--empty{justify-content:center;align-items:center;min-height:60px}.todo-list__empty-message{color:#9ca3af;font-style:italic;font-size:13px}.todo-item{display:flex;width:100%;height:32px;padding:8px 12px;align-items:center;gap:12px;align-self:stretch;border-radius:8px;background:var(--black-4,rgba(106,64,64,.04))}.todo-item:hover{border-color:#d1d5db}.todo-item__content{flex:1;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;color:var(--black-100,#6a4040);font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:150%}.todo-item__status{display:flex;align-items:center;justify-content:center;flex:16px 0 0;width:16px;height:16px;aspect-ratio:1/1;opacity:.3}.todo-item__status--completed .todo-item__content{text-decoration:line-through;opacity:.3}.todo-item__status--in_progress .todo-item__content{font-weight:500}@keyframes todo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ShareModalV2 .KsModal__input{width:344px}.ShareModalV2 .KsModal__input-field{display:flex;height:36px;padding:8px 12px;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(32,32,32,.08);background:rgba(32,32,32,.02);overflow:hidden;color:#202020;text-overflow:ellipsis;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:18px;min-height:36px;max-height:36px;box-sizing:border-box;white-space:nowrap!important;overflow-x:auto;resize:none!important;vertical-align:middle}.ShareModalV2 .ShareModalV2__checkbox-container{display:flex;align-items:center;margin-top:16px}.ShareModalV2 .ShareModalV2__checkbox-container .MuiFormControlLabel-root{margin:0;align-items:center}.ShareModalV2 .ShareModalV2__checkbox-container .MuiFormControlLabel-label{padding-left:8px}.ShareModalV2 .KsModal__input-field.loading{color:rgba(32,32,32,.2)!important}.ShareModalV2 .ShareModalV2__checkbox-label{font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.6}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ShareModalV2 .ShareModalV2__checkbox-label{color:#fff}}:where(html.is-dark) .ShareModalV2 .ShareModalV2__checkbox-label{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ShareModalV2 .ShareModalV2__checkbox-label{color:#333}}:where(html.is-light) .ShareModalV2 .ShareModalV2__checkbox-label{color:#333}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ShareModalV2 .KsModal__input-field{border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.02);color:#e5e5e7;line-height:18px;max-height:36px;white-space:nowrap!important;overflow-x:auto;resize:none!important;vertical-align:middle}:where(html:not(.is-light)) .ShareModalV2 .KsModal__input-field.loading{color:hsla(240,4%,90%,.2)!important}}:where(html.is-dark) .ShareModalV2 .KsModal__input-field{border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.02);color:#e5e5e7;line-height:18px;max-height:36px;white-space:nowrap!important;overflow-x:auto;resize:none!important;vertical-align:middle}:where(html.is-dark) .ShareModalV2 .KsModal__input-field.loading{color:hsla(240,4%,90%,.2)!important}.add-to-canvas-btn{display:flex;align-items:center;gap:4px;border-radius:8px;border:none;cursor:pointer;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.add-to-canvas-btn--default{padding:8px 12px;backdrop-filter:blur(20px)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .add-to-canvas-btn--default{color:hsla(0,0%,100%,.7)}}:where(html.is-dark) .add-to-canvas-btn--default{color:hsla(0,0%,100%,.7)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .add-to-canvas-btn--default{color:var(--white-100,#fff)}}:where(html.is-light) .add-to-canvas-btn--default{color:var(--white-100,#fff)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .add-to-canvas-btn--default{background:#2a2a2a}}:where(html.is-dark) .add-to-canvas-btn--default{background:#2a2a2a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .add-to-canvas-btn--default{background:var(--black-100,#202020)}}:where(html.is-light) .add-to-canvas-btn--default{background:var(--black-100,#202020)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .add-to-canvas-btn--default:hover{background:#333}}:where(html.is-dark) .add-to-canvas-btn--default:hover{background:#333}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .add-to-canvas-btn--default:hover{background:var(--black-80,#333)}}:where(html.is-light) .add-to-canvas-btn--default:hover{background:var(--black-80,#333)}.add-to-canvas-btn--icon{padding:10px;backdrop-filter:blur(20px)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .add-to-canvas-btn--icon{color:hsla(0,0%,100%,.7)}}:where(html.is-dark) .add-to-canvas-btn--icon{color:hsla(0,0%,100%,.7)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .add-to-canvas-btn--icon{color:var(--white-100,#fff)}}:where(html.is-light) .add-to-canvas-btn--icon{color:var(--white-100,#fff)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .add-to-canvas-btn--icon{background:#2a2a2a}}:where(html.is-dark) .add-to-canvas-btn--icon{background:#2a2a2a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .add-to-canvas-btn--icon{background:var(--black-100,#202020)}}:where(html.is-light) .add-to-canvas-btn--icon{background:var(--black-100,#202020)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .add-to-canvas-btn--icon:hover{background:#333}}:where(html.is-dark) .add-to-canvas-btn--icon:hover{background:#333}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .add-to-canvas-btn--icon:hover{background:var(--black-80,#333)}}:where(html.is-light) .add-to-canvas-btn--icon:hover{background:var(--black-80,#333)}.add-to-canvas-btn--secondary{padding:5px 8px;border-radius:6px;background:var(--black-4,rgba(32,32,32,.04));opacity:.6;font-size:10px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .add-to-canvas-btn--secondary{color:var(--white-100,#fff)}}:where(html.is-dark) .add-to-canvas-btn--secondary{color:var(--white-100,#fff)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .add-to-canvas-btn--secondary{color:var(--black-100,#202020)}}:where(html.is-light) .add-to-canvas-btn--secondary{color:var(--black-100,#202020)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .add-to-canvas-btn--secondary{border:1px solid var(--gray-600,#4b5563)}}:where(html.is-dark) .add-to-canvas-btn--secondary{border:1px solid var(--gray-600,#4b5563)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .add-to-canvas-btn--secondary{border:1px solid var(--gray-300,#d1d5db)}}:where(html.is-light) .add-to-canvas-btn--secondary{border:1px solid var(--gray-300,#d1d5db)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .add-to-canvas-btn--secondary:hover{border-color:var(--gray-500,#6b7280)}}:where(html.is-dark) .add-to-canvas-btn--secondary:hover{border-color:var(--gray-500,#6b7280)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .add-to-canvas-btn--secondary:hover{border-color:var(--gray-400,#9ca3af)}}:where(html.is-light) .add-to-canvas-btn--secondary:hover{border-color:var(--gray-400,#9ca3af)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .add-to-canvas-btn--secondary:hover{background:var(--gray-800,#1f2937)}}:where(html.is-dark) .add-to-canvas-btn--secondary:hover{background:var(--gray-800,#1f2937)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .add-to-canvas-btn--secondary:hover{background:var(--gray-50,#f9fafb)}}:where(html.is-light) .add-to-canvas-btn--secondary:hover{background:var(--gray-50,#f9fafb)}.add-to-canvas-icon{--size:16px;width:var(--size);height:var(--size);aspect-ratio:1/1}.add-to-canvas-btn--icon .add-to-canvas-icon{--size:20px}.add-to-canvas-btn--secondary .add-to-canvas-icon{--size:12px}.add-to-canvas-popover-content{background:transparent;border:none;outline:none;box-shadow:none;padding:0;z-index:9999}.add-to-canvas-content{position:relative;background:none;border:none;border-radius:8px;transition:all .1s ease-in-out;box-shadow:0 0 0 0 transparent}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .add-to-canvas-content--highlight{box-shadow:0 0 0 2px #4da6ff}}:where(html.is-dark) .add-to-canvas-content--highlight{box-shadow:0 0 0 2px #4da6ff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .add-to-canvas-content--highlight{box-shadow:0 0 0 2px #0c9aff}}:where(html.is-light) .add-to-canvas-content--highlight{box-shadow:0 0 0 2px #0c9aff}.add-to-canvas-content--highlight:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:8px;pointer-events:none;opacity:.4;transition:opacity .1s ease-in-out;z-index:2}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .add-to-canvas-content--highlight:before{background:linear-gradient(0deg,#4da6ff,#4da6ff),#303030}}:where(html.is-dark) .add-to-canvas-content--highlight:before{background:linear-gradient(0deg,#4da6ff,#4da6ff),#303030}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .add-to-canvas-content--highlight:before{background:linear-gradient(0deg,#0c9aff,#0c9aff),#fff}}:where(html.is-light) .add-to-canvas-content--highlight:before{background:linear-gradient(0deg,#0c9aff,#0c9aff),#fff}.chat-markdown-content{font-size:14px;line-height:1.6;font-style:normal;font-family:Poppins,sans-serif;line-height:150%;padding:8px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-markdown-content{color:#fff}}:where(html.is-dark) .chat-markdown-content{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-markdown-content{color:#232323}}:where(html.is-light) .chat-markdown-content{color:#232323}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-markdown-content{--link-hover-bg-color:#283593}}:where(html.is-dark) .chat-markdown-content{--link-hover-bg-color:#283593}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-markdown-content{--link-hover-bg-color:#bbdefb}}:where(html.is-light) .chat-markdown-content{--link-hover-bg-color:#bbdefb}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-markdown-content{--link-bg-color:#1a237e}}:where(html.is-dark) .chat-markdown-content{--link-bg-color:#1a237e}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-markdown-content{--link-bg-color:#e3f2fd}}:where(html.is-light) .chat-markdown-content{--link-bg-color:#e3f2fd}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-markdown-content{--link-color:#64b5f6}}:where(html.is-dark) .chat-markdown-content{--link-color:#64b5f6}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-markdown-content{--link-color:#0085ff}}:where(html.is-light) .chat-markdown-content{--link-color:#0085ff}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-markdown-content{--divider-color:hsla(0,0%,100%,.1)}}:where(html.is-dark) .chat-markdown-content{--divider-color:hsla(0,0%,100%,.1)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-markdown-content{--divider-color:rgba(0,0,0,.1)}}:where(html.is-light) .chat-markdown-content{--divider-color:rgba(0,0,0,.1)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-markdown-content{--text-primary-color:#e5e5e5}}:where(html.is-dark) .chat-markdown-content{--text-primary-color:#e5e5e5}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-markdown-content{--text-primary-color:#000}}:where(html.is-light) .chat-markdown-content{--text-primary-color:#000}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-markdown-content{--text-color:#fff}}:where(html.is-dark) .chat-markdown-content{--text-color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-markdown-content{--text-color:#515151}}:where(html.is-light) .chat-markdown-content{--text-color:#515151}.chat-markdown-content ::-moz-selection{background:rgba(12,154,255,.4)}.chat-markdown-content ::selection{background:rgba(12,154,255,.4)}.chat-markdown-content.enable-pointer{cursor:text;pointer-events:all}.chat-markdown-content.enable-pointer *{-webkit-user-select:text;-moz-user-select:text;user-select:text}.chat-markdown-content li,.chat-markdown-content p{margin-bottom:0;color:var(--text-color);font-weight:400}.chat-markdown-content b,.chat-markdown-content strong{color:var(--text-primary-color);text-transform:capitalize;font-weight:700}.chat-markdown-content h1,.chat-markdown-content h2,.chat-markdown-content h3,.chat-markdown-content h4,.chat-markdown-content h5,.chat-markdown-content h6{display:flex;align-items:center;color:var(--text-primary-color);text-transform:capitalize;font-weight:700;line-height:normal}.chat-markdown-content ol,.chat-markdown-content ul{margin-top:0;margin-bottom:0;padding-left:2em;list-style-type:disc}.chat-markdown-content ol{list-style-type:decimal}.chat-markdown-content ol ol,.chat-markdown-content ul ol{list-style-type:lower-roman}.chat-markdown-content ol ol ol,.chat-markdown-content ol ul ol,.chat-markdown-content ul ol ol,.chat-markdown-content ul ul ol{list-style-type:lower-alpha}.chat-markdown-content hr{height:1px!important;background-color:var(--divider-color)!important}.chat-markdown-content a[data-type=normal]{color:var(--link-color);text-decoration:underline;text-underline-offset:.2em}.chat-markdown-content 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}.chat-markdown-content a[data-type=reference]:hover{background-color:var(--link-hover-bg-color);text-decoration:none}.chat-markdown-content code{padding:2px 4px;border-radius:4px;font-size:13px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-markdown-content code{background:#2a2a2a}}:where(html.is-dark) .chat-markdown-content code{background:#2a2a2a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-markdown-content code{background:#f5f5f5}}:where(html.is-light) .chat-markdown-content code{background:#f5f5f5}.chat-markdown-content pre{padding:12px;border-radius:8px;overflow-x:auto;margin:12px 0}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-markdown-content pre{background:#2a2a2a}}:where(html.is-dark) .chat-markdown-content pre{background:#2a2a2a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-markdown-content pre{background:#f5f5f5}}:where(html.is-light) .chat-markdown-content pre{background:#f5f5f5}.chat-markdown-content blockquote{padding-left:16px;margin:12px 0}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-markdown-content blockquote{color:#aaa}}:where(html.is-dark) .chat-markdown-content blockquote{color:#aaa}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-markdown-content blockquote{color:#666}}:where(html.is-light) .chat-markdown-content blockquote{color:#666}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-markdown-content blockquote{border-left:4px solid #404040}}:where(html.is-dark) .chat-markdown-content blockquote{border-left:4px solid #404040}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-markdown-content blockquote{border-left:4px solid #e0e0e0}}:where(html.is-light) .chat-markdown-content blockquote{border-left:4px solid #e0e0e0}.chat-markdown-image-wrapper{margin:16px 0}.chat-markdown-image-container{border-radius:8px;overflow:hidden}.chat-markdown-image-container img{max-width:100%;height:auto;display:block}.ChatMarkdownTable{border-radius:8px;overflow:hidden}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ChatMarkdownTable{border:1px solid #404040}}:where(html.is-dark) .ChatMarkdownTable{border:1px solid #404040}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ChatMarkdownTable{border:1px solid #e0e0e0}}:where(html.is-light) .ChatMarkdownTable{border:1px solid #e0e0e0}.ChatMarkdownTable table{width:100%;border-collapse:collapse}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ChatMarkdownTable table{background:#1a1a1a}}:where(html.is-dark) .ChatMarkdownTable table{background:#1a1a1a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ChatMarkdownTable table{background:#fff}}:where(html.is-light) .ChatMarkdownTable table{background:#fff}.ChatMarkdownTable td,.ChatMarkdownTable th{padding:12px;text-align:left}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ChatMarkdownTable td,:where(html:not(.is-light)) .ChatMarkdownTable th{border-bottom:1px solid #404040}}:where(html.is-dark) .ChatMarkdownTable td,:where(html.is-dark) .ChatMarkdownTable th{border-bottom:1px solid #404040}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ChatMarkdownTable td,:where(html:not(.is-dark)) .ChatMarkdownTable th{border-bottom:1px solid #e0e0e0}}:where(html.is-light) .ChatMarkdownTable td,:where(html.is-light) .ChatMarkdownTable th{border-bottom:1px solid #e0e0e0}.ChatMarkdownTable th{font-weight:600}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ChatMarkdownTable th{color:#e5e5e5}}:where(html.is-dark) .ChatMarkdownTable th{color:#e5e5e5}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ChatMarkdownTable th{color:#1a1a1a}}:where(html.is-light) .ChatMarkdownTable th{color:#1a1a1a}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ChatMarkdownTable th{background:#2a2a2a}}:where(html.is-dark) .ChatMarkdownTable th{background:#2a2a2a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ChatMarkdownTable th{background:#f8f9fa}}:where(html.is-light) .ChatMarkdownTable th{background:#f8f9fa}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ChatMarkdownTable td{color:#ccc}}:where(html.is-dark) .ChatMarkdownTable td{color:#ccc}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ChatMarkdownTable td{color:#333}}:where(html.is-light) .ChatMarkdownTable td{color:#333}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ChatMarkdownTable tr:hover{background:#2a2a2a}}:where(html.is-dark) .ChatMarkdownTable tr:hover{background:#2a2a2a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ChatMarkdownTable tr:hover{background:#f8f9fa}}:where(html.is-light) .ChatMarkdownTable tr:hover{background:#f8f9fa}.chat-markdown-content .syntax-highlighter{border-radius:8px!important;margin:12px 0!important}.chat-markdown-content a{text-decoration:none}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-markdown-content a{color:#64b5f6}}:where(html.is-dark) .chat-markdown-content a{color:#64b5f6}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-markdown-content a{color:#1976d2}}:where(html.is-light) .chat-markdown-content a{color:#1976d2}.chat-markdown-content a:hover{text-decoration:underline}.chat-markdown-content a[data-type=reference]{padding:2px 6px;border-radius:4px;font-size:12px;font-weight:500}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-markdown-content a[data-type=reference]{color:#64b5f6}}:where(html.is-dark) .chat-markdown-content a[data-type=reference]{color:#64b5f6}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-markdown-content a[data-type=reference]{color:#1976d2}}:where(html.is-light) .chat-markdown-content a[data-type=reference]{color:#1976d2}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-markdown-content a[data-type=reference]{background:#1a237e}}:where(html.is-dark) .chat-markdown-content a[data-type=reference]{background:#1a237e}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-markdown-content a[data-type=reference]{background:#e3f2fd}}:where(html.is-light) .chat-markdown-content a[data-type=reference]{background:#e3f2fd}.chat-source-item{padding:12px;border-radius:8px;transition:all .2s ease}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-source-item{border:1px solid #404040}}:where(html.is-dark) .chat-source-item{border:1px solid #404040}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-source-item{border:1px solid #e0e0e0}}:where(html.is-light) .chat-source-item{border:1px solid #e0e0e0}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-source-item{background:#252525}}:where(html.is-dark) .chat-source-item{background:#252525}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-source-item{background:#f8f9fa}}:where(html.is-light) .chat-source-item{background:#f8f9fa}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-source-item:hover{border-color:#505050}}:where(html.is-dark) .chat-source-item:hover{border-color:#505050}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-source-item:hover{border-color:#d0d0d0}}:where(html.is-light) .chat-source-item:hover{border-color:#d0d0d0}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-source-item:hover{background:#2a2a2a}}:where(html.is-dark) .chat-source-item:hover{background:#2a2a2a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-source-item:hover{background:#f0f0f0}}:where(html.is-light) .chat-source-item:hover{background:#f0f0f0}.chat-source-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.chat-source-icon{font-size:14px;opacity:.7}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-source-icon{color:hsla(0,0%,100%,.6)}}:where(html.is-dark) .chat-source-icon{color:hsla(0,0%,100%,.6)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-source-icon{color:rgba(32,32,32,.6)}}:where(html.is-light) .chat-source-icon{color:rgba(32,32,32,.6)}.chat-source-icon svg,.chat-source-icon svg path{fill:currentColor!important}.chat-source-title{font-size:14px;font-weight:500;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-source-title{color:#e5e5e5}}:where(html.is-dark) .chat-source-title{color:#e5e5e5}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-source-title{color:#1a1a1a}}:where(html.is-light) .chat-source-title{color:#1a1a1a}.chat-source-url{margin-bottom:6px}.chat-source-link{font-size:12px;text-decoration:none;word-break:break-all}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-source-link{color:#64b5f6}}:where(html.is-dark) .chat-source-link{color:#64b5f6}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-source-link{color:#1976d2}}:where(html.is-light) .chat-source-link{color:#1976d2}.chat-source-link:hover{text-decoration:underline}.chat-source-description{font-size:12px;line-height:1.4}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-source-description{color:#aaa}}:where(html.is-dark) .chat-source-description{color:#aaa}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-source-description{color:#666}}:where(html.is-light) .chat-source-description{color:#666}@media (max-width:768px){.chat-markdown-content{font-size:13px}.ChatMarkdownTable td,.ChatMarkdownTable th{padding:8px}.chat-source-item{padding:10px}.chat-source-title{font-size:13px}.chat-source-link{font-size:11px}}.chat-image-group{padding:16px}.chat-image-group-header{margin-bottom:12px}.chat-image-group-title{font-size:14px;font-weight:500}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-image-group-title{color:#e5e5e5}}:where(html.is-dark) .chat-image-group-title{color:#e5e5e5}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-image-group-title{color:#1a1a1a}}:where(html.is-light) .chat-image-group-title{color:#1a1a1a}.chat-image-grid{display:grid;gap:8px}.chat-image-grid-1{grid-template-columns:1fr}.chat-image-grid-2,.chat-image-grid-3,.chat-image-grid-4{grid-template-columns:repeat(2,1fr)}.chat-image-item{position:relative;border-radius:8px;overflow:hidden}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-image-item{background:#2a2a2a}}:where(html.is-dark) .chat-image-item{background:#2a2a2a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-image-item{background:#f5f5f5}}:where(html.is-light) .chat-image-item{background:#f5f5f5}.chat-image{width:100%;height:auto;display:block;cursor:pointer;transition:transform .2s ease}.chat-image:hover{transform:scale(1.02)}.chat-image-source{position:absolute;bottom:4px;right:4px;background:rgba(0,0,0,.7);color:#fff;padding:2px 6px;border-radius:4px;font-size:10px;text-decoration:none}.chat-table-wrapper{width:100%;overflow:auto}.chat-table{--th-bg-color:rgba(var(--primary-rgb),0.08);--border-color:rgba(var(--primary-rgb),0.2);min-width:100%;border:1px solid var(--border-color);border-spacing:0;border-collapse:separate!important;border-radius:8px;table-layout:fixed;font-size:14px}.chat-table td,.chat-table th{padding:10px;border-top:1px solid var(--border-color);border-left:1px solid var(--border-color);text-align:left;white-space:"pre-line"}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-table td,:where(html:not(.is-light)) .chat-table th{background-color:#1a1a1a}}:where(html.is-dark) .chat-table td,:where(html.is-dark) .chat-table th{background-color:#1a1a1a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-table td,:where(html:not(.is-dark)) .chat-table th{background-color:#fff}}:where(html.is-light) .chat-table td,:where(html.is-light) .chat-table th{background-color:#fff}.chat-table td:first-child,.chat-table th:first-child{border-left:none}.chat-table td strong,.chat-table th,.chat-table th strong{font-weight:500}.chat-table th{border-top:none;background-color:var(--th-bg-color);color:var(--text-color)}.chat-table td{background-color:transparent;color:rgba(var(--primary-rgb),.6)}.chat-table td:first-child{background-color:var(--th-bg-color);color:var(--text-color)}.chat-single-image-container{padding:0}.chat-single-image-wrapper{border-radius:8px;overflow:hidden;display:inline-block;max-width:100%}.chat-single-image{max-width:100%;height:auto;display:block;cursor:pointer;transition:transform .2s ease}.chat-single-image:hover{transform:scale(1.02)}.chat-single-image-caption{margin-top:8px;font-size:12px;text-align:center}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-single-image-caption{color:#aaa}}:where(html.is-dark) .chat-single-image-caption{color:#aaa}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-single-image-caption{color:#666}}:where(html.is-light) .chat-single-image-caption{color:#666}.chat-chart-container{padding:16px}.chat-chart-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.chat-chart-icon{font-size:16px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-chart-icon{color:hsla(0,0%,100%,.7)}}:where(html.is-dark) .chat-chart-icon{color:hsla(0,0%,100%,.7)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-chart-icon{color:rgba(32,32,32,.7)}}:where(html.is-light) .chat-chart-icon{color:rgba(32,32,32,.7)}.chat-chart-icon svg,.chat-chart-icon svg path{fill:currentColor!important}.chat-chart-title{font-size:14px;font-weight:500}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-chart-title{color:#e5e5e5}}:where(html.is-dark) .chat-chart-title{color:#e5e5e5}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-chart-title{color:#1a1a1a}}:where(html.is-light) .chat-chart-title{color:#1a1a1a}.chat-chart-type{font-size:12px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-chart-type{color:#aaa}}:where(html.is-dark) .chat-chart-type{color:#aaa}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-chart-type{color:#666}}:where(html.is-light) .chat-chart-type{color:#666}.chat-chart-wrapper{border-radius:8px;padding:16px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-chart-wrapper{border:1px solid #404040}}:where(html.is-dark) .chat-chart-wrapper{border:1px solid #404040}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-chart-wrapper{border:1px solid #e0e0e0}}:where(html.is-light) .chat-chart-wrapper{border:1px solid #e0e0e0}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-chart-wrapper{background:#1a1a1a}}:where(html.is-dark) .chat-chart-wrapper{background:#1a1a1a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-chart-wrapper{background:#fff}}:where(html.is-light) .chat-chart-wrapper{background:#fff}.chat-chart-error{display:flex;align-items:center;gap:8px;padding:16px;border-radius:8px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-chart-error{border:1px solid #5a2a2a}}:where(html.is-dark) .chat-chart-error{border:1px solid #5a2a2a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-chart-error{border:1px solid #fed7d7}}:where(html.is-light) .chat-chart-error{border:1px solid #fed7d7}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-chart-error{background:#2a1a1a}}:where(html.is-dark) .chat-chart-error{background:#2a1a1a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-chart-error{background:#fff5f5}}:where(html.is-light) .chat-chart-error{background:#fff5f5}.chat-chart-error-icon{font-size:16px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-chart-error-icon{color:#ff6b6b}}:where(html.is-dark) .chat-chart-error-icon{color:#ff6b6b}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-chart-error-icon{color:#dc3545}}:where(html.is-light) .chat-chart-error-icon{color:#dc3545}.chat-chart-error-icon svg,.chat-chart-error-icon svg path{fill:currentColor!important}.chat-chart-error-text{font-size:14px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-chart-error-text{color:#fc8181}}:where(html.is-dark) .chat-chart-error-text{color:#fc8181}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-chart-error-text{color:#e53e3e}}:where(html.is-light) .chat-chart-error-text{color:#e53e3e}.chat-collapsable-wrapper__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px;margin-bottom:10px;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-collapsable-wrapper__header{background:hsla(0,0%,100%,.04)}}:where(html.is-dark) .chat-collapsable-wrapper__header{background:hsla(0,0%,100%,.04)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-collapsable-wrapper__header{background:rgba(32,32,32,.04)}}:where(html.is-light) .chat-collapsable-wrapper__header{background:rgba(32,32,32,.04)}.chat-collapsable-wrapper__header--collapsed{margin-bottom:0}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-collapsable-wrapper__header:hover{background:#2a2a2a}}:where(html.is-dark) .chat-collapsable-wrapper__header:hover{background:#2a2a2a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-collapsable-wrapper__header:hover{background:#f0f0f0}}:where(html.is-light) .chat-collapsable-wrapper__header:hover{background:#f0f0f0}.chat-collapsable-wrapper__toggle{display:flex;align-items:center;justify-content:center;padding:2px;border-radius:4px;transition:background-color .2s ease}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-collapsable-wrapper__toggle{color:hsla(0,0%,100%,.4)}}:where(html.is-dark) .chat-collapsable-wrapper__toggle{color:hsla(0,0%,100%,.4)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-collapsable-wrapper__toggle{color:rgba(32,32,32,.4)}}:where(html.is-light) .chat-collapsable-wrapper__toggle{color:rgba(32,32,32,.4)}.chat-collapsable-wrapper__toggle svg{fill:currentColor}.chat-collapsable-wrapper__icon{transition:color .2s ease}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-collapsable-wrapper__icon{color:#aaa}}:where(html.is-dark) .chat-collapsable-wrapper__icon{color:#aaa}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-collapsable-wrapper__icon{color:#666}}:where(html.is-light) .chat-collapsable-wrapper__icon{color:#666}.chat-collapsable-wrapper__icon svg,.chat-collapsable-wrapper__icon svg path{fill:currentColor!important}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-collapsable-wrapper__loading{color:#64b5f6!important}}:where(html.is-dark) .chat-collapsable-wrapper__loading{color:#64b5f6!important}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-collapsable-wrapper__loading{color:#1976d2!important}}:where(html.is-light) .chat-collapsable-wrapper__loading{color:#1976d2!important}.chat-collapsable-wrapper__scroll-area{border-top:none;border-radius:0 0 8px 8px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-collapsable-wrapper__scroll-area{background:#1a1a1a}}:where(html.is-dark) .chat-collapsable-wrapper__scroll-area{background:#1a1a1a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-collapsable-wrapper__scroll-area{background:#fff}}:where(html.is-light) .chat-collapsable-wrapper__scroll-area{background:#fff}.chat-visualization-container{padding:16px}.chat-visualization-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.chat-visualization-icon{font-size:16px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-icon{color:hsla(0,0%,100%,.7)}}:where(html.is-dark) .chat-visualization-icon{color:hsla(0,0%,100%,.7)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-icon{color:rgba(32,32,32,.7)}}:where(html.is-light) .chat-visualization-icon{color:rgba(32,32,32,.7)}.chat-visualization-icon svg,.chat-visualization-icon svg path{fill:currentColor!important}.chat-visualization-title{font-size:14px;font-weight:500}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-title{color:#e5e5e5}}:where(html.is-dark) .chat-visualization-title{color:#e5e5e5}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-title{color:#1a1a1a}}:where(html.is-light) .chat-visualization-title{color:#1a1a1a}.chat-visualization-type{font-size:12px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-type{color:#aaa}}:where(html.is-dark) .chat-visualization-type{color:#aaa}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-type{color:#666}}:where(html.is-light) .chat-visualization-type{color:#666}.chat-visualization-wrapper{border-radius:8px;overflow:hidden}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-wrapper{border:1px solid #404040}}:where(html.is-dark) .chat-visualization-wrapper{border:1px solid #404040}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-wrapper{border:1px solid #e0e0e0}}:where(html.is-light) .chat-visualization-wrapper{border:1px solid #e0e0e0}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-wrapper{background:#1a1a1a}}:where(html.is-dark) .chat-visualization-wrapper{background:#1a1a1a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-wrapper{background:#fff}}:where(html.is-light) .chat-visualization-wrapper{background:#fff}.chat-visualization-html{padding:16px;min-height:200px}.chat-visualization-iframe-container{position:relative;width:100%;height:400px}.chat-visualization-iframe{width:100%;height:100%;border:none;display:block}.chat-visualization-image-container{padding:16px;text-align:center}.chat-visualization-image{max-width:100%;height:auto;cursor:pointer;border-radius:4px;transition:transform .2s ease}.chat-visualization-image:hover{transform:scale(1.02)}.chat-visualization-title{margin-top:8px;font-size:12px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-title{color:#aaa}}:where(html.is-dark) .chat-visualization-title{color:#aaa}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-title{color:#666}}:where(html.is-light) .chat-visualization-title{color:#666}.chat-visualization-code-container{padding:16px}.chat-visualization-code-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.chat-visualization-code-icon{font-size:14px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-code-icon{color:hsla(0,0%,100%,.6)}}:where(html.is-dark) .chat-visualization-code-icon{color:hsla(0,0%,100%,.6)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-code-icon{color:rgba(32,32,32,.6)}}:where(html.is-light) .chat-visualization-code-icon{color:rgba(32,32,32,.6)}.chat-visualization-code-icon svg,.chat-visualization-code-icon svg path{fill:currentColor!important}.chat-visualization-code-title{font-size:14px;font-weight:500}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-code-title{color:#e5e5e5}}:where(html.is-dark) .chat-visualization-code-title{color:#e5e5e5}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-code-title{color:#1a1a1a}}:where(html.is-light) .chat-visualization-code-title{color:#1a1a1a}.chat-visualization-code{padding:12px;border-radius:4px;overflow-x:auto;font-size:13px;line-height:1.4}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-code{background:#2a2a2a}}:where(html.is-dark) .chat-visualization-code{background:#2a2a2a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-code{background:#f5f5f5}}:where(html.is-light) .chat-visualization-code{background:#f5f5f5}.chat-visualization-raw-container{padding:16px}.chat-visualization-raw-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.chat-visualization-raw-icon{font-size:14px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-raw-icon{color:hsla(0,0%,100%,.6)}}:where(html.is-dark) .chat-visualization-raw-icon{color:hsla(0,0%,100%,.6)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-raw-icon{color:rgba(32,32,32,.6)}}:where(html.is-light) .chat-visualization-raw-icon{color:rgba(32,32,32,.6)}.chat-visualization-raw-icon svg,.chat-visualization-raw-icon svg path{fill:currentColor!important}.chat-visualization-raw-title{font-size:14px;font-weight:500}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-raw-title{color:#e5e5e5}}:where(html.is-dark) .chat-visualization-raw-title{color:#e5e5e5}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-raw-title{color:#1a1a1a}}:where(html.is-light) .chat-visualization-raw-title{color:#1a1a1a}.chat-visualization-raw-content{padding:12px;border-radius:4px;overflow-x:auto;font-size:12px;line-height:1.4;max-height:300px;overflow-y:auto}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-raw-content{background:#2a2a2a}}:where(html.is-dark) .chat-visualization-raw-content{background:#2a2a2a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-raw-content{background:#f5f5f5}}:where(html.is-light) .chat-visualization-raw-content{background:#f5f5f5}.chat-visualization-error{display:flex;align-items:center;gap:8px;padding:16px;border-radius:8px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-error{border:1px solid #5a2a2a}}:where(html.is-dark) .chat-visualization-error{border:1px solid #5a2a2a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-error{border:1px solid #fed7d7}}:where(html.is-light) .chat-visualization-error{border:1px solid #fed7d7}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-error{background:#2a1a1a}}:where(html.is-dark) .chat-visualization-error{background:#2a1a1a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-error{background:#fff5f5}}:where(html.is-light) .chat-visualization-error{background:#fff5f5}.chat-visualization-error-icon{font-size:16px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-error-icon{color:#ff6b6b}}:where(html.is-dark) .chat-visualization-error-icon{color:#ff6b6b}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-error-icon{color:#dc3545}}:where(html.is-light) .chat-visualization-error-icon{color:#dc3545}.chat-visualization-error-icon svg,.chat-visualization-error-icon svg path{fill:currentColor!important}.chat-visualization-error-text{font-size:14px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-error-text{color:#fc8181}}:where(html.is-dark) .chat-visualization-error-text{color:#fc8181}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-error-text{color:#e53e3e}}:where(html.is-light) .chat-visualization-error-text{color:#e53e3e}@media (max-width:768px){.chat-image-grid-3,.chat-image-grid-4{grid-template-columns:1fr}.chat-table-cell,.chat-table-header-cell{padding:8px;font-size:12px}.chat-chart-container,.chat-image-group,.chat-single-image-container,.chat-table-container,.chat-visualization-container{padding:12px}.chat-visualization-iframe-container{height:300px}.chat-visualization-code,.chat-visualization-raw-content{font-size:11px}}.chat-link-block{display:flex;align-items:center;justify-content:space-between;padding:8px;border-radius:8px;cursor:pointer;transition:all .2s ease}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-link-block{border:1px solid #3d3d3d}}:where(html.is-dark) .chat-link-block{border:1px solid #3d3d3d}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-link-block{border:1px solid #e9ecef}}:where(html.is-light) .chat-link-block{border:1px solid #e9ecef}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-link-block{background-color:#2d2d2d}}:where(html.is-dark) .chat-link-block{background-color:#2d2d2d}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-link-block{background-color:#f8f9fa}}:where(html.is-light) .chat-link-block{background-color:#f8f9fa}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-link-block:hover{border-color:#505050}}:where(html.is-dark) .chat-link-block:hover{border-color:#505050}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-link-block:hover{border-color:#dee2e6}}:where(html.is-light) .chat-link-block:hover{border-color:#dee2e6}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-link-block:hover{background-color:#404040}}:where(html.is-dark) .chat-link-block:hover{background-color:#404040}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-link-block:hover{background-color:#e9ecef}}:where(html.is-light) .chat-link-block:hover{background-color:#e9ecef}.chat-link-left-row{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.chat-link-icon{width:16px;height:16px;flex-shrink:0}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-link-icon{background-color:#adb5bd}}:where(html.is-dark) .chat-link-icon{background-color:#adb5bd}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-link-icon{background-color:#6c757d}}:where(html.is-light) .chat-link-icon{background-color:#6c757d}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-link-icon.is-video{background-color:#e74c3c}}:where(html.is-dark) .chat-link-icon.is-video{background-color:#e74c3c}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-link-icon.is-video{background-color:#dc3545}}:where(html.is-light) .chat-link-icon.is-video{background-color:#dc3545}.chat-link-img-icon{width:16px;height:16px;flex-shrink:0}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-link-img-icon.need-invert{background-color:#adb5bd}}:where(html.is-dark) .chat-link-img-icon.need-invert{background-color:#adb5bd}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-link-img-icon.need-invert{background-color:#6c757d}}:where(html.is-light) .chat-link-img-icon.need-invert{background-color:#6c757d}.chat-link-img-icon.keep-opacity{opacity:.7}.chat-link-main-info{font-size:14px;line-height:1.4}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-link-main-info{color:#f8f9fa}}:where(html.is-dark) .chat-link-main-info{color:#f8f9fa}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-link-main-info{color:#212529}}:where(html.is-light) .chat-link-main-info{color:#212529}.chat-arrow-right{width:16px;height:16px;cursor:pointer;flex-shrink:0;transition:background-color .2s ease}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-arrow-right{background-color:#adb5bd}}:where(html.is-dark) .chat-arrow-right{background-color:#adb5bd}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-arrow-right{background-color:#6c757d}}:where(html.is-light) .chat-arrow-right{background-color:#6c757d}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-arrow-right:hover{background-color:#ced4da}}:where(html.is-dark) .chat-arrow-right:hover{background-color:#ced4da}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-arrow-right:hover{background-color:#495057}}:where(html.is-light) .chat-arrow-right:hover{background-color:#495057}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ChatUsingToolsBlock__link{background:hsla(0,0%,100%,.04)}}:where(html.is-dark) .ChatUsingToolsBlock__link{background:hsla(0,0%,100%,.04)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ChatUsingToolsBlock__link{background:rgba(37,37,37,.04)}}:where(html.is-light) .ChatUsingToolsBlock__link{background:rgba(37,37,37,.04)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .theme-black .ChatUsingToolsBlock__link{background:rgba(37,37,37,.04)}}:where(html.is-dark) .theme-black .ChatUsingToolsBlock__link{background:rgba(37,37,37,.04)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .theme-black .ChatUsingToolsBlock__link{background:hsla(0,0%,100%,.04)}}:where(html.is-light) .theme-black .ChatUsingToolsBlock__link{background:hsla(0,0%,100%,.04)}.chat-visualization-block{width:100%;border-radius:8px;overflow:hidden}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-block{border:1px solid hsla(0,0%,100%,.08)}}:where(html.is-dark) .chat-visualization-block{border:1px solid hsla(0,0%,100%,.08)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-block{border:1px solid rgba(32,32,32,.08)}}:where(html.is-light) .chat-visualization-block{border:1px solid rgba(32,32,32,.08)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-block{background:#1a1a1a}}:where(html.is-dark) .chat-visualization-block{background:#1a1a1a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-block{background:#fff}}:where(html.is-light) .chat-visualization-block{background:#fff}.chat-visualization-block_tabs{position:sticky;top:0;z-index:1000;border-bottom:none;border-top-left-radius:8px;border-top-right-radius:8px;width:100%}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-block_tabs{background-color:hsla(0,0%,100%,.04)}}:where(html.is-dark) .chat-visualization-block_tabs{background-color:hsla(0,0%,100%,.04)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-block_tabs{background-color:rgba(32,32,32,.04)}}:where(html.is-light) .chat-visualization-block_tabs{background-color:rgba(32,32,32,.04)}.chat-visualization-block_tabs .MuiTabs-flexContainer{display:flex;padding:8px;align-items:flex-start;gap:8px;align-self:stretch}.chat-visualization-block_tabs .MuiTabs-indicator{display:none}.chat-visualization-block_tab.MuiButtonBase-root.MuiTab-root{display:flex;padding:4px 8px;align-items:center;font-family:Poppins;font-size:12px;font-weight:400;line-height:1.5;text-transform:none;min-height:auto;min-width:auto}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-block_tab.MuiButtonBase-root.MuiTab-root{color:hsla(0,0%,100%,.6)!important}}:where(html.is-dark) .chat-visualization-block_tab.MuiButtonBase-root.MuiTab-root{color:hsla(0,0%,100%,.6)!important}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-block_tab.MuiButtonBase-root.MuiTab-root{color:rgba(32,32,32,.6)!important}}:where(html.is-light) .chat-visualization-block_tab.MuiButtonBase-root.MuiTab-root{color:rgba(32,32,32,.6)!important}.chat-visualization-block_tab .MuiTab-iconWrapper{margin-right:0}.chat-visualization-block_tab.Mui-selected{border-radius:6px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-block_tab.Mui-selected{color:#fff!important}}:where(html.is-dark) .chat-visualization-block_tab.Mui-selected{color:#fff!important}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-block_tab.Mui-selected{color:#202020!important}}:where(html.is-light) .chat-visualization-block_tab.Mui-selected{color:#202020!important}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-block_tab.Mui-selected{background:hsla(0,0%,100%,.04)!important}}:where(html.is-dark) .chat-visualization-block_tab.Mui-selected{background:hsla(0,0%,100%,.04)!important}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-block_tab.Mui-selected{background:rgba(32,32,32,.04)!important}}:where(html.is-light) .chat-visualization-block_tab.Mui-selected{background:rgba(32,32,32,.04)!important}.chat-visualization-block_tab.Mui-disabled{opacity:.3}.chat-visualization__icon{display:flex;width:20px;height:20px;justify-content:center;align-items:center}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization__icon{color:hsla(0,0%,100%,.6)}}:where(html.is-dark) .chat-visualization__icon{color:hsla(0,0%,100%,.6)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization__icon{color:rgba(32,32,32,.6)}}:where(html.is-light) .chat-visualization__icon{color:rgba(32,32,32,.6)}.chat-visualization__icon svg,.chat-visualization__icon svg path{fill:currentColor!important}.chat-visualization__content{padding:0;min-height:200px}.chat-visualization__iframe-container{position:relative;width:100%;height:500px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization__iframe-container{background:#2a2a2a}}:where(html.is-dark) .chat-visualization__iframe-container{background:#2a2a2a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization__iframe-container{background:#f5f5f5}}:where(html.is-light) .chat-visualization__iframe-container{background:#f5f5f5}.chat-visualization__iframe-overlay{position:absolute;display:flex;align-items:center;justify-content:flex-start;width:100%;height:64px;flex-shrink:0;left:0;bottom:0;padding:12px 10px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization__iframe-overlay{background:linear-gradient(180deg,rgba(26,26,26,0),#1a1a1a)}}:where(html.is-dark) .chat-visualization__iframe-overlay{background:linear-gradient(180deg,rgba(26,26,26,0),#1a1a1a)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization__iframe-overlay{background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff)}}:where(html.is-light) .chat-visualization__iframe-overlay{background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff)}.chat-visualization__iframe{width:100%;height:100%;border:none;border-radius:4px}.chat-visualization__code-scroll{max-height:300px;overflow-y:auto}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization__code-scroll{background:#1e1e1e}}:where(html.is-dark) .chat-visualization__code-scroll{background:#1e1e1e}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization__code-scroll{background:#f8f8f8}}:where(html.is-light) .chat-visualization__code-scroll{background:#f8f8f8}.chat-visualization__thinking-scroll{max-height:300px;overflow-y:auto}.chat-visualization__thinking-content{padding:16px;line-height:1.6}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization__thinking-content{color:#e0e0e0}}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization__thinking-content{color:#333}}:where(html.is-light) .chat-visualization__thinking-content{color:#333}.chat-visualization__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;gap:12px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization__loading{color:#999}}:where(html.is-dark) .chat-visualization__loading{color:#999}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization__loading{color:#666}}:where(html.is-light) .chat-visualization__loading{color:#666}.chat-visualization__empty{display:flex;align-items:center;justify-content:center;height:200px;font-style:italic}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization__empty{color:#666}}:where(html.is-dark) .chat-visualization__empty{color:#666}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization__empty{color:#999}}:where(html.is-light) .chat-visualization__empty{color:#999}@media (max-width:768px){.chat-visualization__iframe-container{height:300px}.chat-visualization__code-scroll{max-height:400px}.chat-visualization__thinking-scroll{max-height:300px}}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-block{border-color:#404040}:where(html:not(.is-light)) .chat-visualization__thinking-content{color:#e0e0e0}}:where(html.is-dark) .chat-visualization-block{border-color:#404040}:where(html.is-dark) .chat-visualization__thinking-content{color:#e0e0e0}.chat-visualization__content{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-using-tools-block{border-radius:8px;border:none}.chat-using-tools-block__header-text{font-size:12px;font-weight:500;margin-left:4px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-using-tools-block__header-text{color:hsla(0,0%,100%,.4)}}:where(html.is-dark) .chat-using-tools-block__header-text{color:hsla(0,0%,100%,.4)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-using-tools-block__header-text{color:rgba(32,32,32,.4)}}:where(html.is-light) .chat-using-tools-block__header-text{color:rgba(32,32,32,.4)}.chat-using-tools-block__event-info{display:flex;align-items:center;gap:6px;margin-left:12px;padding:8px;border:none;border-radius:4px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-using-tools-block__event-info{background:hsla(0,0%,100%,.04)}}:where(html.is-dark) .chat-using-tools-block__event-info{background:hsla(0,0%,100%,.04)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-using-tools-block__event-info{background:rgba(32,32,32,.04)}}:where(html.is-light) .chat-using-tools-block__event-info{background:rgba(32,32,32,.04)}.chat-using-tools-block__event-info .event-icon{font-size:12px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-using-tools-block__event-info .event-icon{color:hsla(0,0%,100%,.4)}}:where(html.is-dark) .chat-using-tools-block__event-info .event-icon{color:hsla(0,0%,100%,.4)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-using-tools-block__event-info .event-icon{color:rgba(32,32,32,.4)}}:where(html.is-light) .chat-using-tools-block__event-info .event-icon{color:rgba(32,32,32,.4)}.chat-using-tools-block__event-info .event-name{font-size:12px;font-weight:500}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-using-tools-block__event-info .event-name{color:hsla(0,0%,100%,.4)}}:where(html.is-dark) .chat-using-tools-block__event-info .event-name{color:hsla(0,0%,100%,.4)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-using-tools-block__event-info .event-name{color:rgba(32,32,32,.4)}}:where(html.is-light) .chat-using-tools-block__event-info .event-name{color:rgba(32,32,32,.4)}.chat-using-tools-block__event-info .event-info{font-size:12px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-using-tools-block__event-info .event-info{color:hsla(0,0%,100%,.4)}}:where(html.is-dark) .chat-using-tools-block__event-info .event-info{color:hsla(0,0%,100%,.4)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-using-tools-block__event-info .event-info{color:rgba(32,32,32,.4)}}:where(html.is-light) .chat-using-tools-block__event-info .event-info{color:rgba(32,32,32,.4)}.chat-using-tools-block--inverted{filter:brightness(.8)}.chat-using-tools-body{border-radius:0 0 8px 8px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-using-tools-body{background:#1a1a1a}}:where(html.is-dark) .chat-using-tools-body{background:#1a1a1a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-using-tools-body{background:#fafafa}}:where(html.is-light) .chat-using-tools-body{background:#fafafa}.chat-visualization-placeholder{display:flex;align-items:center;justify-content:center;padding:32px 16px;border-radius:8px;margin:16px 0}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-placeholder{border:2px dashed #404040}}:where(html.is-dark) .chat-visualization-placeholder{border:2px dashed #404040}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-placeholder{border:2px dashed #e0e0e0}}:where(html.is-light) .chat-visualization-placeholder{border:2px dashed #e0e0e0}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-placeholder{background:#252525}}:where(html.is-dark) .chat-visualization-placeholder{background:#252525}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-placeholder{background:#f8f9fa}}:where(html.is-light) .chat-visualization-placeholder{background:#f8f9fa}.chat-visualization-placeholder .placeholder-content{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.chat-visualization-placeholder .placeholder-icon{font-size:24px;opacity:.6}.chat-visualization-placeholder .placeholder-text{font-size:14px;font-weight:500}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-placeholder .placeholder-text{color:#aaa}}:where(html.is-dark) .chat-visualization-placeholder .placeholder-text{color:#aaa}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-placeholder .placeholder-text{color:#666}}:where(html.is-light) .chat-visualization-placeholder .placeholder-text{color:#666}.chat-visualization-placeholder .placeholder-note{font-size:12px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-visualization-placeholder .placeholder-note{color:#666}}:where(html.is-dark) .chat-visualization-placeholder .placeholder-note{color:#666}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-visualization-placeholder .placeholder-note{color:#999}}:where(html.is-light) .chat-visualization-placeholder .placeholder-note{color:#999}@media (max-width:768px){.chat-using-tools-block__event-info{margin-left:8px;padding:2px 6px}.chat-using-tools-block__event-info .event-info{max-width:150px}.chat-visualization-placeholder{padding:24px 12px}.chat-visualization-placeholder .placeholder-icon{font-size:20px}.chat-visualization-placeholder .placeholder-text{font-size:13px}.chat-visualization-placeholder .placeholder-note{font-size:11px}}@keyframes project-chat-gradient-move{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes project-chat-dot-pulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.project-chat-message-state{display:flex;align-items:center;gap:4px;padding:0 16px}.project-chat-message-state-icon{width:16px;height:16px;background-image:url(/images/kuso-loading-v2.svg);aspect-ratio:1/1}.project-chat-message-state-label{background:linear-gradient(90deg,#000,#bdbdbd 50%,#242424);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.project-chat-message-state-label--animation{animation:project-chat-gradient-move 2s ease-in-out infinite}.project-chat-thinking-dots .project-chat-dot{animation:project-chat-dot-pulse 1.4s ease-in-out infinite;transform-origin:center}.project-chat-thinking-dots .project-chat-dot:first-child{animation-delay:0s}.project-chat-thinking-dots .project-chat-dot:nth-child(2){animation-delay:.2s}.project-chat-thinking-dots .project-chat-dot:nth-child(3){animation-delay:.4s}.chat-process-view{width:100%;position:relative;font-family:inherit}.ChatBlockWrapper{position:relative;border-radius:8px;background:transparent;transition:all .2s ease;margin-bottom:0!important}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .ChatBlockWrapper:hover{background:hsla(0,0%,100%,.02)}}:where(html.is-dark) .ChatBlockWrapper:hover{background:hsla(0,0%,100%,.02)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .ChatBlockWrapper:hover{background:rgba(0,0,0,.02)}}:where(html.is-light) .ChatBlockWrapper:hover{background:rgba(0,0,0,.02)}.ChatDraggableItem{position:relative;width:100%;cursor:default}.ChatExecutionEventBlockWrapper{position:relative;border-radius:8px;overflow:hidden}.chat-process-view .type-text.tiptap{line-height:1.6;font-size:14px;padding:0}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-process-view .type-text.tiptap{color:#fff}}:where(html.is-dark) .chat-process-view .type-text.tiptap{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-process-view .type-text.tiptap{color:#1a1a1a}}:where(html.is-light) .chat-process-view .type-text.tiptap{color:#1a1a1a}.chat-process-view .type-thinking{opacity:.8;font-style:italic}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-process-view .type-thinking{color:#aaa}}:where(html.is-dark) .chat-process-view .type-thinking{color:#aaa}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-process-view .type-thinking{color:#666}}:where(html.is-light) .chat-process-view .type-thinking{color:#666}.chat-process-view .pt-0{padding-top:0}.chat-process-view .markdown-content{font-size:14px;line-height:1.6}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-process-view .markdown-content{color:#fff}}:where(html.is-dark) .chat-process-view .markdown-content{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-process-view .markdown-content{color:#1a1a1a}}:where(html.is-light) .chat-process-view .markdown-content{color:#1a1a1a}.chat-process-view .markdown-content h1,.chat-process-view .markdown-content h2,.chat-process-view .markdown-content h3,.chat-process-view .markdown-content h4,.chat-process-view .markdown-content h5,.chat-process-view .markdown-content h6{font-weight:600;margin:16px 0 8px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-process-view .markdown-content h1,:where(html:not(.is-light)) .chat-process-view .markdown-content h2,:where(html:not(.is-light)) .chat-process-view .markdown-content h3,:where(html:not(.is-light)) .chat-process-view .markdown-content h4,:where(html:not(.is-light)) .chat-process-view .markdown-content h5,:where(html:not(.is-light)) .chat-process-view .markdown-content h6{color:#fff}}:where(html.is-dark) .chat-process-view .markdown-content h1,:where(html.is-dark) .chat-process-view .markdown-content h2,:where(html.is-dark) .chat-process-view .markdown-content h3,:where(html.is-dark) .chat-process-view .markdown-content h4,:where(html.is-dark) .chat-process-view .markdown-content h5,:where(html.is-dark) .chat-process-view .markdown-content h6{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-process-view .markdown-content h1,:where(html:not(.is-dark)) .chat-process-view .markdown-content h2,:where(html:not(.is-dark)) .chat-process-view .markdown-content h3,:where(html:not(.is-dark)) .chat-process-view .markdown-content h4,:where(html:not(.is-dark)) .chat-process-view .markdown-content h5,:where(html:not(.is-dark)) .chat-process-view .markdown-content h6{color:#000}}:where(html.is-light) .chat-process-view .markdown-content h1,:where(html.is-light) .chat-process-view .markdown-content h2,:where(html.is-light) .chat-process-view .markdown-content h3,:where(html.is-light) .chat-process-view .markdown-content h4,:where(html.is-light) .chat-process-view .markdown-content h5,:where(html.is-light) .chat-process-view .markdown-content h6{color:#000}.chat-process-view .markdown-content p{margin:8px 0}.chat-process-view .markdown-content ol,.chat-process-view .markdown-content ul{margin:8px 0;padding-left:20px}.chat-process-view .markdown-content code{padding:2px 4px;border-radius:4px;font-size:13px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-process-view .markdown-content code{background:#2a2a2a}}:where(html.is-dark) .chat-process-view .markdown-content code{background:#2a2a2a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-process-view .markdown-content code{background:#f5f5f5}}:where(html.is-light) .chat-process-view .markdown-content code{background:#f5f5f5}.chat-process-view .markdown-content pre{padding:12px;border-radius:8px;overflow-x:auto;margin:12px 0}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-process-view .markdown-content pre{background:#2a2a2a}}:where(html.is-dark) .chat-process-view .markdown-content pre{background:#2a2a2a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-process-view .markdown-content pre{background:#f5f5f5}}:where(html.is-light) .chat-process-view .markdown-content pre{background:#f5f5f5}.chat-process-view .markdown-content blockquote{padding-left:16px;margin:12px 0}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-process-view .markdown-content blockquote{color:#aaa}}:where(html.is-dark) .chat-process-view .markdown-content blockquote{color:#aaa}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-process-view .markdown-content blockquote{color:#666}}:where(html.is-light) .chat-process-view .markdown-content blockquote{color:#666}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-process-view .markdown-content blockquote{border-left:4px solid #404040}}:where(html.is-dark) .chat-process-view .markdown-content blockquote{border-left:4px solid #404040}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-process-view .markdown-content blockquote{border-left:4px solid #e0e0e0}}:where(html.is-light) .chat-process-view .markdown-content blockquote{border-left:4px solid #e0e0e0}.chat-process-view .TableBlockWrapper{border-radius:8px;overflow:hidden}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-process-view .TableBlockWrapper{border:1px solid #404040}}:where(html.is-dark) .chat-process-view .TableBlockWrapper{border:1px solid #404040}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-process-view .TableBlockWrapper{border:1px solid #e0e0e0}}:where(html.is-light) .chat-process-view .TableBlockWrapper{border:1px solid #e0e0e0}.chat-process-view .ImageGroupBlockWrapper{display:flex;flex-wrap:wrap;gap:12px;margin:12px 0}.chat-process-view .ImageGroupBlockWrapper.single-image{display:block}.chat-process-view .ChartBlockWrapper{border-radius:8px;padding:16px;margin:12px 0}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-process-view .ChartBlockWrapper{border:1px solid #404040}}:where(html.is-dark) .chat-process-view .ChartBlockWrapper{border:1px solid #404040}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-process-view .ChartBlockWrapper{border:1px solid #e0e0e0}}:where(html.is-light) .chat-process-view .ChartBlockWrapper{border:1px solid #e0e0e0}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-process-view .ChartBlockWrapper{background:#1a1a1a}}:where(html.is-dark) .chat-process-view .ChartBlockWrapper{background:#1a1a1a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-process-view .ChartBlockWrapper{background:#fff}}:where(html.is-light) .chat-process-view .ChartBlockWrapper{background:#fff}.chat-process-view .ExecutionEventBlockWrapper{border-radius:8px;padding:12px;margin:8px 0}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-process-view .ExecutionEventBlockWrapper{border:1px solid #3a3a3a}}:where(html.is-dark) .chat-process-view .ExecutionEventBlockWrapper{border:1px solid #3a3a3a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-process-view .ExecutionEventBlockWrapper{border:1px solid #e9ecef}}:where(html.is-light) .chat-process-view .ExecutionEventBlockWrapper{border:1px solid #e9ecef}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-process-view .ExecutionEventBlockWrapper{background:#2a2a2a}}:where(html.is-dark) .chat-process-view .ExecutionEventBlockWrapper{background:#2a2a2a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-process-view .ExecutionEventBlockWrapper{background:#f8f9fa}}:where(html.is-light) .chat-process-view .ExecutionEventBlockWrapper{background:#f8f9fa}.chat-process-view .thinking-block{border-radius:8px;padding:12px;margin:8px 0;font-style:italic;opacity:.9}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-process-view .thinking-block{border-left:4px solid #5aa3f0}}:where(html.is-dark) .chat-process-view .thinking-block{border-left:4px solid #5aa3f0}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-process-view .thinking-block{border-left:4px solid #4285f4}}:where(html.is-light) .chat-process-view .thinking-block{border-left:4px solid #4285f4}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .chat-process-view .thinking-block{background:#1a1f2e}}:where(html.is-dark) .chat-process-view .thinking-block{background:#1a1f2e}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .chat-process-view .thinking-block{background:#f0f4ff}}:where(html.is-light) .chat-process-view .thinking-block{background:#f0f4ff}@media (max-width:768px){.chat-process-view .ImageGroupBlockWrapper{gap:8px}}.chat-process-view .motion-div{transition:opacity .3s ease}.chat-process-view .overflow-x-hidden{overflow-x:hidden}