@charset "UTF-8";.app-sidebar{height:100vh;position:fixed;left:0;top:0;bottom:0;z-index:100;box-shadow:2px 0 8px #0000000d}.app-sidebar .ant-layout-sider-children{display:flex!important;flex-direction:column!important;height:100%!important}.app-sidebar .sidebar-header{display:flex;align-items:center;border-bottom:1px solid rgba(0,0,0,.06);transition:all .3s}.app-sidebar .sidebar-header.expanded{flex-direction:row;justify-content:space-between;height:64px;padding:0 16px}.app-sidebar .sidebar-header.collapsed{flex-direction:column;justify-content:center;padding:12px 0;gap:12px}.app-sidebar .sidebar-header .logo-container{display:flex;align-items:center;justify-content:center;cursor:pointer;gap:8px}.app-sidebar .sidebar-header .logo-container .logo-image{width:36px;height:36px;object-fit:contain;transition:all .3s}.app-sidebar .sidebar-header .logo-container .logo-text{font-size:18px;font-weight:700;background:linear-gradient(135deg,#1677ff,#4096ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;white-space:nowrap}.app-sidebar .sidebar-header .app-sidebar-trigger{display:flex;align-items:center;justify-content:center}.app-sidebar .main-menu{border-right:none;flex:1!important;overflow-y:auto;padding-top:8px}.app-sidebar .main-menu::-webkit-scrollbar{width:4px}.app-sidebar .main-menu::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}.app-sidebar .app-sidebar-bottom{padding:4px;border-top:1px solid rgba(0,0,0,.06);background:#fff;margin-top:auto;display:flex;align-items:center;gap:4px}.app-sidebar .app-sidebar-bottom .user-dropdown-trigger{display:flex;align-items:center;padding:6px 8px;cursor:pointer;border-radius:6px;transition:background .2s;flex:1;min-width:0}.app-sidebar .app-sidebar-bottom .user-dropdown-trigger:hover{background:#0000000a}.app-sidebar .app-sidebar-bottom .user-dropdown-trigger.collapsed{justify-content:center;padding:6px;flex:none;width:40px;height:40px}.app-sidebar .app-sidebar-bottom .user-dropdown-trigger.collapsed .ant-avatar{width:24px!important;height:24px!important;line-height:24px!important;font-size:14px!important}.app-sidebar .app-sidebar-bottom .user-dropdown-trigger.expanded{gap:10px}.app-sidebar .app-sidebar-bottom .user-dropdown-trigger.expanded .ant-avatar{width:28px!important;height:28px!important;line-height:28px!important;font-size:14px!important;flex-shrink:0}.app-sidebar .app-sidebar-bottom .user-dropdown-trigger .user-name{font-size:13px;font-weight:500;color:#000000d9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-sidebar .app-sidebar-bottom .auth-buttons-container{display:flex;gap:8px;padding:0;flex:1}.app-sidebar .app-sidebar-bottom .auth-buttons-container .auth-btn{flex:1;border-radius:6px}.app-sidebar .app-sidebar-bottom .auth-buttons-collapsed{display:flex;justify-content:center;flex:none;width:40px}.app-sidebar .app-sidebar-bottom .language-switcher-wrapper{padding:0;flex-shrink:0}.app-sidebar .app-sidebar-bottom .language-switcher-wrapper .ant-btn-text{height:32px;line-height:1;font-size:13px;color:#000000a6;display:flex;align-items:center;gap:6px}.app-sidebar .app-sidebar-bottom .language-switcher-wrapper .ant-btn-text:hover{background:#0000000a;color:#000000d9}.app-sidebar .app-sidebar-bottom .language-switcher-wrapper .ant-btn-text .anticon{font-size:14px}.app-sidebar .app-sidebar-bottom .language-switcher-wrapper.collapsed{margin-left:0;order:0}.app-sidebar .app-sidebar-bottom .language-switcher-wrapper.collapsed .ant-btn-text{width:40px;height:40px;padding:0;justify-content:center;border-radius:6px}.app-sidebar .app-sidebar-bottom .language-switcher-wrapper.collapsed .ant-btn-text .anticon{font-size:16px}.app-sidebar[data-collapsed=true] .app-sidebar-bottom,body[data-sider-collapsed=true] .app-sidebar .app-sidebar-bottom{flex-direction:column;align-items:center;padding:4px 0;gap:2px}.app-sidebar[data-collapsed=true] .app-sidebar-bottom .language-switcher-wrapper.collapsed,body[data-sider-collapsed=true] .app-sidebar .app-sidebar-bottom .language-switcher-wrapper.collapsed{order:0;width:100%;display:flex;justify-content:center;margin-bottom:0}.x-markdown-debug-panel{position:fixed;z-index:9999;right:0;background:#000000d9;border-radius:8px;padding:12px;font-family:SF Mono,Monaco,Inconsolata,Fira Mono,Droid Sans Mono,Source Code Pro,monospace;font-size:12px;color:#fff;width:180px;box-shadow:0 2px 8px #00000026;backdrop-filter:blur(8px);user-select:none;transition:box-shadow .2s}.x-markdown-debug-panel:hover{box-shadow:0 4px 12px #00000040}.x-markdown-debug-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.x-markdown-debug-row:last-child{margin-bottom:0}.x-markdown-debug-label{color:#ffffffa6;font-weight:500;min-width:60px}.x-markdown-debug-value{font-weight:600;min-width:50px;text-align:right}.x-markdown-debug-chart{margin-left:auto}.x-markdown-debug-actions{display:flex;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.x-markdown-debug-action{flex:1;padding:6px 12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#fff;font-size:11px;font-family:inherit;cursor:pointer;transition:all .2s;font-weight:500}.x-markdown-debug-action:hover{background:#ffffff26;border-color:#ffffff4d}.x-markdown-debug-action:active{transform:scale(.98)}.x-markdown-debug-record-btn.recording{background:#ff4d4f33;border-color:#ff4d4f;animation:recording-pulse 1.5s ease-in-out infinite}@keyframes recording-pulse{0%,to{box-shadow:0 0 #ff4d4f66}50%{box-shadow:0 0 0 8px #ff4d4f00}}.x-markdown-debug-modal-overlay{position:fixed;inset:0;background:#000000bf;backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.x-markdown-debug-modal{background:#1e1e1ef2;border-radius:12px;box-shadow:0 8px 32px #0006;max-width:90vw;max-height:90vh;overflow:auto;animation:slideIn .3s ease-out;border:1px solid rgba(255,255,255,.1)}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.x-markdown-debug-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.1)}.x-markdown-debug-close-btn{width:32px;height:32px;border-radius:6px;background:#ffffff1a;border:none;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.x-markdown-debug-close-btn:hover{background:#ff4d4f4d}.x-markdown-debug-modal-content{padding:24px}.x-markdown-debug-stats-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.x-markdown-debug-stat-item{background:#ffffff0d;border-radius:8px;padding:16px;border:1px solid rgba(255,255,255,.1)}.x-markdown-debug-stat-label{font-size:11px;color:#fff9;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.x-markdown-debug-stat-value{font-size:20px;font-weight:700;color:#fff}.x-markdown-debug-chart-full{background:#ffffff05;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.x-markdown-debug-chart-full .fps-line,.x-markdown-debug-chart-full .memory-line{filter:drop-shadow(0 0 4px currentColor)}.x-markdown-debug-legend{display:flex;gap:24px;justify-content:center;margin-top:16px}.x-markdown-debug-legend-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#fffc}.x-markdown-debug-legend-color{width:12px;height:12px;border-radius:2px}@media(max-width:768px){.x-markdown-debug-stats-summary{grid-template-columns:repeat(2,1fr)}}@keyframes x-markdown-fade-in{0%{opacity:0}to{opacity:1}}.x-markdown{--text-color: inherit;--font-size: inherit;--margin-block: 0 0 1em 0;--td-th-padding: .85em 1em;--pre-th-td-padding: 2px 0;--border-font-weight: 600;--padding-ul-ol: 0 0 0 1em;--margin-ul-ol: 0 0 1em 1.8em;--margin-li: .25em 0;--margin-pre: 1em 0;--padding-code-inline: .2em .4em;--margin-code-inline: 0 .2em;--code-inline-text: .85em;--small-border-radius: 2px;--image-margin: .5em 0;--hr-margin: 1.5em 0;--table-margin: 1em 0;font-size:var(--font-size);line-height:1.5714285714285714;width:100%;color:var(--text-color)}xmd-tail{display:inline}.xmd-tail{color:inherit;font-size:inherit;line-height:inherit}.x-markdown p,.x-markdown div,.x-markdown span,.x-markdown li{word-break:break-word;overflow-wrap:break-word}.x-markdown pre,.x-markdown code{word-break:break-word;overflow-wrap:break-word;white-space:pre-wrap}.x-markdown th,.x-markdown td{padding:var(--td-th-padding)}.x-markdown th{font-weight:var(--border-font-weight)}.x-markdown pre table{box-shadow:none}.x-markdown pre td,.x-markdown pre th{padding:var(--pre-th-td-padding);border:none;text-align:left}.x-markdown p{margin:var(--margin-block)}.x-markdown p:first-child{margin-top:0}.x-markdown p:last-child{margin-bottom:0}.x-markdown ul,.x-markdown ol{margin:var(--margin-ul-ol);padding:var(--padding-ul-ol)}.x-markdown ul:first-child,.x-markdown ol:first-child{margin-top:0}.x-markdown ul:last-child,.x-markdown ol:last-child{margin-bottom:0}.x-markdown ol>li{list-style:decimal}.x-markdown ul>li{list-style:disc}.x-markdown li{margin:var(--margin-li)}.x-markdown li:first-child{margin-top:0}.x-markdown li:last-child{margin-bottom:0}.x-markdown pre{margin:var(--margin-pre);overflow-x:auto}.x-markdown pre:first-child{margin-top:0}.x-markdown pre:last-child{margin-bottom:0}.x-markdown code{padding:var(--padding-code-inline);margin:var(--margin-code-inline);font-size:var(--code-inline-text);border-radius:var(--small-border-radius)}.x-markdown pre code{padding:0;margin:0;font-size:inherit;border-radius:0;line-height:2}.x-markdown img{max-width:100%;height:auto;margin:var(--image-margin)}.x-markdown hr{margin:var(--hr-margin)}.x-markdown table:not(pre){margin:var(--table-margin);border-collapse:collapse;display:block;width:max-content;max-width:100%;overflow:auto}.x-markdown table:not(pre):first-child{margin-top:0}.x-markdown table:not(pre):last-child{margin-bottom:0}.x-markdown .inline-katex .katex-display{display:inline-block;margin:0;text-align:initial;vertical-align:middle}.x-markdown .inline-katex .katex-display>.katex{display:inline-block;text-align:initial;white-space:normal}.x-markdown .inline-katex .katex-display>.katex>.katex-html{display:inline-block;position:static}.x-markdown .inline-katex .katex-display>.katex>.katex-html>.tag{position:static}.thought-chain-wrapper{margin-bottom:8px;width:100%}.thought-chain-wrapper .ant-thought-chain{font-size:13px}.thought-chain-inner{padding:6px 0;font-size:13px;border:1px solid var(--ant-color-border-secondary, #f0f0f0);border-radius:var(--ant-border-radius-lg, 8px);background-color:var(--ant-color-fill-alter, rgba(0, 0, 0, .02))}.thought-chain-inner .ant-thought-chain-item:not(.ant-thought-chain-item-solid) .ant-thought-chain-item-header .ant-thought-chain-item-title{font-size:13.5px;font-weight:600;color:#000000d9;letter-spacing:.01em;line-height:1.5}.thought-chain-inner .ant-thought-chain-item:not(.ant-thought-chain-item-solid) .ant-thought-chain-item-header{position:relative}.thought-chain-inner .ant-thought-chain-item:not(.ant-thought-chain-item-solid) .ant-thought-chain-item-header:before{content:"";position:absolute;left:-8px;top:4px;bottom:4px;width:3px;border-radius:2px;background:var(--ant-color-primary, #1677ff);opacity:.5}.thought-chain-inner .ant-thought-chain-item:not(.ant-thought-chain-item-solid) .ant-thought-chain-item-description{font-size:11.5px;color:#00000080;margin-top:1px;line-height:1.4}.thought-chain-inner .ant-thought-chain-item-solid .ant-thought-chain-item-title{font-size:12px;font-weight:400;color:#000000a6}.thought-chain-inner .ant-thought-chain-item-solid .ant-thought-chain-item-description{font-size:11px;color:#00000061}.phase-substeps-wrapper{display:flex;flex-direction:column;gap:4px;padding-left:20px;border-left:2px solid rgba(22,119,255,.18);margin-left:4px;margin-top:4px;margin-bottom:2px;background:#1677ff04;border-radius:0 4px 4px 0}.thought-chain-inner .ant-thought-chain-item--conclusion .ant-thought-chain-item-title,.thought-chain-item-conclusion .ant-thought-chain-item-title{font-size:13px;font-weight:600;color:var(--ant-color-success, #52c41a)}.phase-substep-intro{font-size:12px;color:#00000073;line-height:1.4;padding:0 2px 2px;display:block}.agent-score-fill--primary{height:100%;border-radius:3px;transition:width .3s ease;background-color:var(--ant-color-primary, #1677ff)}.agent-score-fill--warning{height:100%;border-radius:3px;transition:width .3s ease;background-color:var(--ant-color-warning, #faad14)}.decision-btn--primary-border{border-color:var(--ant-color-primary, #1677ff)!important}.code-pre-reset{margin:0}.thought-chain-wrapper .ant-thought-chain-item{animation:thoughtStepSlideIn .3s ease-out;animation-fill-mode:both}@keyframes thoughtStepSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.thought-chain-wrapper .ant-thought-chain-item-status-loading .ant-thought-chain-item-title{animation:pulseTitle 1.4s ease-in-out infinite}@keyframes pulseTitle{0%,to{opacity:1}50%{opacity:.45}}.thought-chain-wrapper .ant-thought-chain-item-status-loading .ant-thought-chain-item-icon{animation:spinIcon 1.2s linear infinite}@keyframes spinIcon{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.thought-step-new{animation:newStepHighlight .6s ease-out}@keyframes newStepHighlight{0%{background:#1890ff14}to{background:transparent}}.tool-card-enter{animation:toolCardSlideIn .3s ease-out}@keyframes toolCardSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tool-card-result-enter{animation:toolCardResultFadeIn .25s ease-in}@keyframes toolCardResultFadeIn{0%{opacity:0}to{opacity:1}}.message-segment-enter{animation:segmentFadeIn .2s ease-out}@keyframes segmentFadeIn{0%{opacity:0}to{opacity:1}}.thought-chain-compact .ant-thought-chain-item-title{font-size:12px;line-height:1.4}.thought-chain-compact .ant-thought-chain-item-description{font-size:11px;color:#00000073}.message-segments{display:flex;flex-direction:column;gap:8px}.status-icon{font-size:13px}.status-icon--loading{color:#1677ff}.status-icon--success{color:#52c41a}.status-icon--error{color:#ff4d4f}.status-icon--abort{color:#faad14}.agent-score-bar{display:flex;align-items:center;gap:8px;max-width:240px;margin-left:8px}.agent-score-track{flex:1;height:6px;border-radius:3px;overflow:hidden;background-color:var(--ant-color-fill-secondary, rgba(0, 0, 0, .06))}.agent-score-fill{height:100%;border-radius:3px;transition:width .3s ease}.agent-score-label{font-size:10px;white-space:nowrap}.phase-duration-label{font-size:11px;color:#0006}.cot-reasoning-detail{font-size:11px;color:#00000080;line-height:1.6;white-space:pre-wrap;padding:2px 0}.decision-btn--recommended{font-weight:600}._panel_y623c_3{padding:16px;margin:8px 0;background:#fffbe6;border:1px solid #ffe58f;border-radius:8px}._header_y623c_11{display:flex;align-items:center;gap:8px;margin-bottom:12px}._headerIcon_y623c_18{color:#faad14;font-size:16px}._headerTitle_y623c_23{margin:0!important;color:#7c5a00!important}._message_y623c_28{display:block;margin-bottom:12px;font-size:13px}._argsSection_y623c_34{margin-bottom:12px}._argsLabel_y623c_38{font-size:12px;text-transform:uppercase;color:#999;letter-spacing:1px}._argsPre_y623c_45{margin-top:8px;padding:8px 12px;background:#f6f6f6;border-radius:4px;font-size:12px;font-family:SFMono-Regular,Consolas,monospace;overflow-x:auto;white-space:pre-wrap;word-break:break-all;margin-bottom:0}._argsTextarea_y623c_59{font-family:SFMono-Regular,Consolas,monospace!important;font-size:12px!important;margin-top:8px}._rejectSection_y623c_65{margin-bottom:12px}._rejectLabel_y623c_69{font-size:12px;display:block;margin-bottom:4px}._approveBtn_y623c_76{background:#52c41a!important;border-color:#52c41a!important}._approveBtn_y623c_76:hover:not(:disabled){background:#73d13d!important;border-color:#73d13d!important}.message-list{height:100%;min-height:0;padding:0 16px;display:flex;flex-direction:column;background-color:transparent;width:100%;box-sizing:border-box;overflow:hidden}.message-list__empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#999;gap:8px}.message-list__empty-icon{font-size:32px;opacity:.5}.message-list__empty-text{font-size:14px}.message-row{display:flex;width:100%;gap:8px}.message-row--user{justify-content:flex-end}.message-row--bot{justify-content:flex-start}.avatar--bot{background:linear-gradient(135deg,#1677ff,#4096ff);font-size:14px!important}.avatar--user{background:linear-gradient(135deg,#36cfc9,#52c41a);font-size:14px!important}.message-bubble{max-width:85%;padding:10px 14px;border-radius:12px;box-shadow:0 1px 2px #0000000d;position:relative;word-break:break-word;line-height:1.6;overflow-x:auto;box-sizing:border-box}.message-list .ant-bubble-content,.message-list .ant-bubble-content-filled,.message-list .ant-bubble-content-default{max-width:92%!important;min-width:60px}.message-list [class*=ant-bubble-end] .ant-bubble-content,.message-list [class*=ant-bubble-end] .ant-bubble-content-filled,.message-list [class*=ant-bubble-end] .ant-bubble-content-default,.message-list .ant-bubble-placement-end .ant-bubble-content,.message-list .ant-bubble-placement-end .ant-bubble-content-filled,.message-list .ant-bubble-placement-end .ant-bubble-content-default{max-width:72%!important;min-width:120px}.message-bubble--bot{background-color:#fff;color:#333;border-top-left-radius:2px}.message-bubble--user{background-color:#1890ff;color:#fff;border-top-right-radius:2px}.message-bubble--bot h1,.message-bubble--bot h2,.message-bubble--bot h3{margin-top:16px;margin-bottom:8px;font-weight:600;line-height:1.4}.message-bubble--bot h1{font-size:1.5em}.message-bubble--bot h2{font-size:1.3em}.message-bubble--bot h3{font-size:1.1em}.message-bubble--bot ul,.message-bubble--bot ol{padding-left:20px;margin-bottom:8px}.message-bubble--bot li{margin-bottom:4px}.message-bubble--bot p{margin-bottom:8px}.message-bubble--bot blockquote{border-left:4px solid #ddd;padding-left:12px;color:#666;margin:8px 0}.code-block-wrapper{margin:12px 0;border:1px solid #d9d9d9;border-radius:6px;overflow:hidden;background-color:#fafafa}.code-block-header{display:flex;justify-content:space-between;align-items:center;padding:6px 12px;background-color:#f0f0f0;border-bottom:1px solid #d9d9d9;font-size:12px;color:#666;user-select:none}.code-block-header__lang{font-weight:600;color:#333}.code-block-actions{display:flex;gap:8px;align-items:center}.code-block-content{position:relative;overflow:hidden;transition:max-height .3s ease}.code-block-content pre{margin:0;padding:12px;overflow-x:auto;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:13px;line-height:1.5;background-color:#fafafa}.code-block-content code{background-color:transparent;padding:0;color:inherit}.code-block-expand-btn{width:100%;text-align:center;padding:8px 0;background:linear-gradient(to bottom,#fafafa00,#fafafa 40%);position:absolute;bottom:0;left:0;cursor:pointer;color:#1890ff;font-size:12px}.code-block-collapse-btn{text-align:center;padding:4px;background:#f0f0f0;cursor:pointer;font-size:12px;color:#666}.mermaid-modal-body{height:84vh;overflow:hidden;padding:0;background:#fff;display:flex}.mermaid-modal-preview{position:relative;flex:1;min-height:0;overflow:hidden;background:#fff}.mermaid-modal-toolbar{position:absolute;top:8px;left:8px;display:flex;gap:4px;z-index:10}.mermaid-modal-toolbar__btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#ffffffeb;border:1px solid rgba(0,0,0,.12);border-radius:4px;cursor:pointer;font-size:13px;color:#000000a6;box-shadow:0 1px 4px #0000001a;transition:background .15s,border-color .15s}.mermaid-modal-toolbar__btn:hover{background:#1677ff14;border-color:#1677ff;color:#1677ff}.mermaid-modal-pan-container{position:absolute;inset:0;overflow:hidden;cursor:grab}.mermaid-modal-pan-container:active{cursor:grabbing}.mermaid-modal-pan-content{display:inline-block;transform-origin:0 0;line-height:0}.mermaid-modal-source{width:36%;min-width:260px;max-width:400px;overflow:auto;background:#fafafa;display:flex;flex-direction:column;border-left:1px solid #f0f0f0;flex-shrink:0}.mermaid-modal-source__header{padding:8px 12px;background:#f0f0f0;border-bottom:1px solid #e8e8e8;font-size:12px;color:#666;font-weight:500}.mermaid-modal-source__pre{margin:0;padding:16px;white-space:pre-wrap;font-family:Fira Code,Consolas,monospace;font-size:13px;line-height:1.6;flex:1;overflow:auto}.message-bubble--bot :not(pre)>code{background-color:#0000000f;padding:2px 4px;border-radius:3px;font-family:monospace;font-size:.9em;color:#eb2f96}.message-bubble__copy{position:absolute;bottom:-24px;right:0;opacity:0;transition:opacity .2s}.mermaid-block{margin:8px 0;border:1px solid #e0e0e0;border-radius:4px;overflow:hidden}.mermaid-block__header{padding:4px 8px;background:#f5f5f5;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#666}.mermaid-block__code{padding:8px;background-color:#fafafa;font-family:monospace;font-size:12px;white-space:pre-wrap;overflow-x:auto}.message-bubble--loading{display:flex;align-items:center;gap:8px}.loading-icon{color:#1890ff}.loading-text{font-size:12px;color:#999}.ai-message-content{white-space:pre-wrap}@keyframes thoughtStepFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.thought-step-enter{will-change:opacity,transform}._enhanced-sender_1qml1_2{position:relative;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}._drag-over_1qml1_10{position:relative}._drag-over_1qml1_10 ._drag-overlay_1qml1_13{position:absolute;inset:0;background:#2196f31a;border:2px dashed #2196f3;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10}._drag-over_1qml1_10 ._drag-overlay_1qml1_13 ._drag-icon_1qml1_28{font-size:48px;color:#2196f3;margin-bottom:12px}._drag-over_1qml1_10 ._drag-overlay_1qml1_13 ._drag-text_1qml1_33{font-size:16px;color:#2196f3;font-weight:500}._attachment-list_1qml1_40{padding:12px;display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto;border-bottom:1px solid #f0f0f0}._attachment-item_1qml1_50{display:flex;gap:12px;padding:8px;background:#fafafa;border-radius:6px;border:1px solid #e8e8e8;position:relative;transition:all .3s}._attachment-item_1qml1_50:hover{background:#f5f5f5;border-color:#d9d9d9}._attachment-item_1qml1_50 ._attachment-preview_1qml1_64{border-radius:4px;object-fit:cover;flex-shrink:0}._attachment-item_1qml1_50 ._attachment-info_1qml1_69{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}._attachment-item_1qml1_50 ._attachment-info_1qml1_69 ._attachment-name_1qml1_78{font-size:14px;color:#262626;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._attachment-item_1qml1_50 ._attachment-info_1qml1_69 ._status_1qml1_86{display:flex;align-items:center;gap:6px;font-size:12px}._attachment-item_1qml1_50 ._attachment-info_1qml1_69 ._status_1qml1_86._uploading_1qml1_92{color:#1890ff}._attachment-item_1qml1_50 ._attachment-info_1qml1_69 ._status_1qml1_86._success_1qml1_95{color:#52c41a}._attachment-item_1qml1_50 ._attachment-info_1qml1_69 ._status_1qml1_86._error_1qml1_98{color:#ff4d4f}._attachment-item_1qml1_50 ._attachment-info_1qml1_69 ._status_1qml1_86._error_1qml1_98 ._retry-btn_1qml1_101{margin-left:auto;padding:2px 8px;font-size:12px;background:#f5f5f5;border:1px solid #d9d9d9;border-radius:4px;cursor:pointer}._attachment-item_1qml1_50 ._attachment-info_1qml1_69 ._status_1qml1_86._error_1qml1_98 ._retry-btn_1qml1_101:hover{background:#e6e6e6;border-color:#bfbfbf}._attachment-item_1qml1_50 ._attachment-info_1qml1_69 ._insert-btn_1qml1_114{align-self:flex-start;padding:4px 12px;font-size:12px;background:#e6f7ff;border:1px solid #91d5ff;border-radius:4px;color:#1890ff;cursor:pointer;transition:all .2s}._attachment-item_1qml1_50 ._attachment-info_1qml1_69 ._insert-btn_1qml1_114:hover{background:#bae7ff;border-color:#40a9ff}._attachment-item_1qml1_50 ._remove-btn_1qml1_129{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;cursor:pointer;color:#8c8c8c;transition:all .2s}._attachment-item_1qml1_50 ._remove-btn_1qml1_129:hover{background:#ff4d4f;color:#fff}._sender-wrapper_1qml1_146{padding:12px}._sender-wrapper_1qml1_146 .ant-design-x-sender{border:none!important;box-shadow:none!important}._sender-wrapper_1qml1_146 .ant-design-x-sender .ant-design-x-sender-prefix{align-items:center}._upload-btn_1qml1_158{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:1px solid #d9d9d9;background:#fafafa;cursor:pointer;transition:all .2s}._upload-btn_1qml1_158:hover{background:#e6e6e6;border-color:#bfbfbf;color:#1890ff}._upload-btn_1qml1_158 svg{font-size:16px}@media(max-width:640px){._attachment-item_1qml1_50{flex-direction:column}._attachment-item_1qml1_50 ._attachment-preview_1qml1_64{width:100%;height:auto}._attachment-item_1qml1_50 ._attachment-info_1qml1_69{width:100%}}.source-citation{margin-top:16px;border:1px solid #e8e8e8;border-radius:8px;overflow:hidden;background:#fff;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.citation-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:linear-gradient(135deg,#f0f5ff,#e6f7ff);cursor:pointer;transition:all .3s;border-bottom:1px solid rgba(24,144,255,.1)}.citation-header:hover{background:linear-gradient(135deg,#e6f4ff,#d6e4ff)}.citation-header .header-left{display:flex;align-items:center;gap:8px}.citation-header .header-left .header-icon{font-size:16px;color:#1890ff}.citation-header .header-left .citation-title{font-size:14px;color:#1890ff;font-weight:600}.citation-header .header-right .toggle-icon{font-size:12px;color:#666;transition:transform .3s}.citation-header .header-right .toggle-icon.expanded{transform:rotate(180deg)}.citation-list{padding:12px;display:flex;flex-direction:column;gap:12px;background:#fafafa}.citation-item{padding:12px;background:#fff;border-radius:8px;border-left:3px solid #1890ff;transition:all .3s}.citation-item:hover{box-shadow:0 2px 8px #1890ff26;transform:translate(4px);border-left-color:#40a9ff}.citation-main{display:flex;align-items:center;gap:8px;margin-bottom:8px}.favicon{width:16px;height:16px;border-radius:2px;object-fit:contain}.citation-meta{flex:1;display:flex;align-items:center;gap:8px}.citation-meta .citation-index{font-size:12px;font-weight:600;color:#999;width:20px;flex-shrink:0}.citation-meta .citation-link{flex:1;color:#1890ff;text-decoration:none;font-size:13px;word-break:break-all;transition:all .3s}.citation-meta .citation-link:hover{text-decoration:underline;color:#40a9ff}.citation-meta .source-type{padding:2px 8px;border-radius:4px;font-size:11px;background:#f0f5ff;color:#1890ff;white-space:nowrap;flex-shrink:0}.citation-meta .source-type.web{background:#e6f7ff;color:#1890ff}.citation-meta .source-type.knowledge{background:#f6ffed;color:#52c41a}.citation-meta .source-type.document{background:#fff7e6;color:#fa8c16}.citation-meta .source-type.agent{background:#f9f0ff;color:#722ed1}.citation-snippet{margin:8px 0 0 28px;padding:8px;background:#fafafa;border-radius:4px;font-size:12px;color:#666;line-height:1.6;border:1px solid #e8e8e8}.citation-score{display:flex;align-items:center;gap:8px;margin-top:8px;padding-left:28px}.citation-score .score-text{font-size:11px;color:#999;white-space:nowrap;flex-shrink:0}.citation-toggle{width:100%;padding:8px;background:#f0f5ff;border:none;border-radius:6px;color:#1890ff;font-size:13px;cursor:pointer;transition:all .3s;font-weight:500}.citation-toggle:hover{background:#d6e4ff}._chat-panel-root_1obud_1{display:flex;flex-direction:row;height:100%;width:100%;overflow:hidden}._chat-panel-root_1obud_1._float_1obud_8{position:fixed;z-index:1000;box-shadow:0 4px 24px #00000026;border-radius:8px}._ai-chat-panel_1obud_15{flex:1;display:flex;flex-direction:column;min-width:0;height:100%;overflow:hidden;background:var(--chat-bg, #fff)}._header_1obud_25{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-bottom:1px solid var(--chat-border-color, #e8e8e8);flex-shrink:0}._header_1obud_25._draggable_1obud_33{cursor:move}._header-left_1obud_37{display:flex;align-items:center;gap:8px}._header-right_1obud_43{display:flex;align-items:center;gap:4px}._header-title_1obud_49{font-weight:600;font-size:14px}._divider_1obud_54{width:1px;height:16px;background:var(--chat-border-color, #e8e8e8);margin:0 4px}._close-icon_1obud_61{transform:rotate(45deg)}._pushpin-left_1obud_65{transform:scaleX(-1)}._ai-message-list_1obud_69{flex:1;overflow:hidden;min-height:0;display:flex;flex-direction:column}._ai-message-list-content_1obud_77{flex:1;overflow:hidden}._context-block_1obud_82,._citations-block_1obud_83{padding:8px 12px;border-bottom:1px solid var(--chat-border-color, #e8e8e8);flex-shrink:0}._block-title_1obud_89{font-size:12px;display:block;margin-bottom:4px}._block-text_1obud_95{font-size:13px;margin-bottom:0}._block-tags_1obud_100{margin-top:4px}._block-tag_1obud_100{font-size:12px}._chat-panel-professional_1obud_108{display:grid;grid-template-columns:300px 1fr auto;gap:16px;height:calc(100vh - 100px);padding:16px;background:#f5f5f5;border-radius:8px}@media(max-width:1200px){._chat-panel-professional_1obud_108{grid-template-columns:1fr;grid-template-rows:auto 300px 1fr auto}}@media(max-width:768px){._chat-panel-professional_1obud_108{grid-template-columns:1fr;grid-template-rows:auto 1fr auto;padding:8px}._chat-panel-professional_1obud_108 ._panel-sidebar_1obud_129{display:none}}._sidebar-container_1obud_134{display:flex;flex-direction:column;width:0;background:#fff;border-right:1px solid #e8e8e8;transition:width .3s ease-in-out;overflow:hidden}._sidebar-container_1obud_134._sidebar-open_1obud_143{width:320px;min-width:200px;max-width:500px;resize:horizontal;overflow:auto}@media(max-width:768px){._sidebar-container_1obud_134._sidebar-open_1obud_143{width:280px;min-width:180px;max-width:360px}}._sidebar-inner_1obud_158{display:flex;flex-direction:column;height:100%;min-width:200px}._panel-sidebar_1obud_129{display:flex;flex-direction:column;background:#fff;border-radius:8px;border:1px solid #e8e8e8;box-shadow:0 2px 8px #00000014;overflow:hidden;transition:all .3s}._panel-sidebar--left_1obud_175{min-width:280px;max-width:400px}@media(max-width:1200px){._panel-sidebar--left_1obud_175{display:none}}._panel-sidebar--right_1obud_184{min-width:350px;max-width:450px}@media(max-width:1200px){._panel-sidebar--right_1obud_184{display:none}}._sidebar-header_1obud_194{display:flex;justify-content:space-between;align-items:center;padding:12px;background:linear-gradient(135deg,#f0f5ff,#e6f7ff);border-bottom:1px solid #d6e4ff}._sidebar-header_1obud_194 ._header-title_1obud_49{display:flex;align-items:center;gap:8px;font-size:14px;color:#1890ff}._sidebar-header_1obud_194 ._header-actions_1obud_209{display:flex;gap:4px}._sidebar-content_1obud_214{flex:1;overflow-y:auto;padding:8px}._panel-main_1obud_227{display:flex;flex-direction:column;background:#fff;border-radius:8px;border:1px solid #e8e8e8;box-shadow:0 2px 8px #00000014;overflow:hidden}._main-execution_1obud_237{flex-shrink:0;border-bottom:1px solid #e8e8e8;background:#fafafa;animation:_expandHeight_1obud_1 .3s ease-out}@keyframes _expandHeight_1obud_1{0%{height:0;opacity:0}to{height:auto;opacity:1}}._execution-header_1obud_254{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f0f5ff;border-bottom:1px solid #d6e4ff}._execution-header_1obud_254 ._header-left_1obud_37{display:flex;align-items:center;gap:12px}._execution-header_1obud_254 ._header-left_1obud_37 ._execution-title_1obud_267{font-size:14px;color:#1890ff}._execution-header_1obud_254 ._header-left_1obud_37 ._execution-status_1obud_271{font-size:12px;color:#666}._execution-header_1obud_254 ._header-actions_1obud_209{display:flex;gap:8px}._execution-content_1obud_280{padding:12px}._main-messages_1obud_284{flex:1;overflow-y:auto;padding:16px}._main-messages_1obud_284::-webkit-scrollbar{width:8px}._main-messages_1obud_284::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}._main-input_1obud_297{border-top:1px solid #e8e8e8;padding:16px;background:#fafafa}._execution-log-wrapper_1obud_303{border-bottom:1px solid #e8e8e8;background:linear-gradient(135deg,#f0f5ff,#e6f7ff);animation:_expandHeight_1obud_1 .3s ease-out}._execution-log-header_1obud_309{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid rgba(24,144,255,.1)}._execution-log-header_1obud_309 ._header-left_1obud_37{display:flex;align-items:center;gap:12px}._execution-log-header_1obud_309 ._header-left_1obud_37 ._execution-title_1obud_267{font-size:14px;color:#1890ff;font-weight:600}._execution-log-header_1obud_309 ._header-left_1obud_37 ._execution-status_1obud_271{font-size:12px;color:#666}._execution-log-header_1obud_309 ._header-actions_1obud_209{display:flex;gap:8px}._execution-log-content_1obud_335{padding:12px}._thought-chain-sidebar_1obud_339{position:absolute;right:0;top:0;bottom:0;width:400px;background:#fff;border-left:1px solid #e8e8e8;box-shadow:-2px 0 8px #0000000d;z-index:10;display:flex;flex-direction:column;animation:_slideInRight_1obud_1 .3s ease-out}@keyframes _slideInRight_1obud_1{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}._sidebar-header_1obud_194{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:linear-gradient(135deg,#f0f5ff,#e6f7ff);border-bottom:1px solid #d6e4ff}._sidebar-header_1obud_194 ._sidebar-title_1obud_372{font-size:14px;color:#1890ff;font-weight:600}._sidebar-content_1obud_214{flex:1;overflow-y:auto;padding:16px}._sidebar-content_1obud_214::-webkit-scrollbar{width:6px}._sidebar-content_1obud_214::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}._source-citation-wrapper_1obud_391{margin:16px;animation:_fadeInUp_1obud_1 .3s ease-out}@keyframes _fadeInUp_1obud_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._fade-in_1obud_406{animation:_fadeIn_1obud_1 .3s ease-out}@keyframes _fadeIn_1obud_1{0%{opacity:0}to{opacity:1}}._slide-left_1obud_418{animation:_slideLeft_1obud_1 .3s ease-out}@keyframes _slideLeft_1obud_1{0%{transform:translate(-100%)}to{transform:translate(0)}}._slide-right_1obud_430{animation:_slideRight_1obud_1 .3s ease-out}@keyframes _slideRight_1obud_1{0%{transform:translate(100%)}to{transform:translate(0)}}._prompts-container_1obud_442{padding:12px 16px 8px;width:100%;max-width:65%;margin:0 auto;background-color:transparent;border-top:1px solid transparent;position:relative;display:flex;justify-content:center}._prompts-container_1obud_442._resizing_1obud_453{cursor:ew-resize}._prompts-container_1obud_442._resizing_1obud_453 .ant-prompts{user-select:none}._prompts-container_1obud_442 .ant-prompts{font-size:14px;width:100%}._prompts-container_1obud_442 .ant-prompts .ant-prompts-list{gap:8px}._prompts-container_1obud_442 .ant-prompts .ant-prompts-item{border-radius:8px;padding:8px 12px;background:var(--app-surface, #fff);border:1px solid var(--app-border, #e8e8e8);transition:border-color .2s,box-shadow .2s;cursor:pointer}._prompts-container_1obud_442 .ant-prompts .ant-prompts-item:hover{border-color:var(--app-brand, #1677ff);box-shadow:0 0 0 2px #1677ff14}._prompts-resize-handle_1obud_479{position:absolute;right:0;top:0;width:8px;height:100%;cursor:ew-resize;background:transparent;transition:all .2s;z-index:10}._prompts-resize-handle_1obud_479:hover,._prompts-resize-handle_1obud_479._active_1obud_490{background:#1890ff4d}._prompts-resize-handle_1obud_479._active_1obud_490{cursor:ew-resize}._layout_uj198_3{width:100%;height:100%;display:flex;background:var(--ant-color-bg-container, #fff);overflow:hidden}._side_uj198_12{background:rgba(var(--ant-color-bg-layout-rgb, 245, 245, 245),.5);width:280px;height:100%;display:flex;flex-direction:column;padding:0 12px;box-sizing:border-box;flex-shrink:0;transition:width .25s ease,padding .25s ease,opacity .25s ease;overflow:hidden}._side_uj198_12._sideCollapsed_uj198_24{width:0;padding:0;opacity:0;pointer-events:none}._logo_uj198_31{display:flex;align-items:center;gap:8px;padding:0 12px;margin:20px 0 12px}._logo_uj198_31 img{flex-shrink:0}._logo_uj198_31 span{font-weight:700;font-size:16px;white-space:nowrap}._conversations_uj198_47{overflow-y:auto;flex:1;padding:0}._conversations_uj198_47 .ant-conversations-list{padding-inline-start:0}._sideFooter_uj198_56{border-top:1px solid var(--ant-color-border-secondary, #f0f0f0);height:40px;display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}._chat_uj198_66{height:100%;flex:1;min-width:0;display:flex;flex-direction:column;position:relative}._chatList_uj198_75{flex:1;min-height:0;display:flex;flex-direction:column;align-items:stretch;overflow:hidden;width:100%}._chatListScrollable_uj198_89{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;align-items:stretch;width:100%}._placeholder_uj198_99{width:100%;max-width:840px;padding:32px 24px 16px;box-sizing:border-box;margin:0 auto}._hotTopicsWrapper_uj198_109{width:100%;max-width:840px;margin-top:8px}._promptsGrid_uj198_116{width:100%;max-width:840px;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:4px}._promptCard_uj198_125{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-radius:10px;background:linear-gradient(135deg,#f0f7ff,#f3eeff);border:1px solid transparent;cursor:pointer;transition:box-shadow .18s,border-color .18s,transform .12s;min-height:56px}._promptCard_uj198_125:hover{box-shadow:0 2px 10px #6366f12e;border-color:#6366f14d;transform:translateY(-1px)}._promptCard_uj198_125:active{transform:translateY(0)}._promptCardLabel_uj198_146{font-size:13px;font-weight:600;color:var(--ant-color-text, #333);line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._promptCardDesc_uj198_156{font-size:12px;color:var(--ant-color-text-secondary, #666);line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._contextBlock_uj198_166{width:100%;max-width:940px;padding:8px 16px;border-bottom:1px solid var(--ant-color-border-secondary, #f0f0f0)}._senderWrapper_uj198_174{width:100%;max-width:840px}._sender_uj198_174{width:100%}._senderPrompt_uj198_183{width:100%;max-width:840px;margin:0 auto}._imagePreviews_uj198_190{display:flex;gap:8px;padding:8px 0;flex-wrap:wrap}._imagePreviewItem_uj198_197{position:relative;width:64px;height:64px;border-radius:8px;overflow:hidden;border:1px solid #e8e8e8}._imagePreviewItem_uj198_197 img{width:100%;height:100%;object-fit:cover}._imageClose_uj198_211{position:absolute;top:2px;right:2px;width:18px;height:18px;border-radius:50%;background:#00000080;color:#fff;font-size:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:1}._sidebarToggle_uj198_229{position:absolute;top:12px;left:12px;z-index:5}._root_13ozu_1{width:100%;max-width:840px;padding:48px 24px 24px;box-sizing:border-box;margin:0 auto}._chatList_1r7tp_1{display:flex;flex-direction:column;height:100%;background-color:var(--color-surface-lowest);border-right:1px solid var(--color-border)}._chatList_1r7tp_1 ._header_1r7tp_8{padding:12px;border-bottom:1px solid var(--color-border)}._chatList_1r7tp_1 ._sessionList_1r7tp_12{flex:1;overflow-y:auto;padding:8px}._chatList_1r7tp_1 ._sessionItem_1r7tp_17{display:flex;align-items:center;padding:10px 12px;margin-bottom:4px;border-radius:6px;cursor:pointer;transition:all .2s;color:var(--text-primary-color);border:1px solid transparent}._chatList_1r7tp_1 ._sessionItem_1r7tp_17:hover{background-color:var(--color-surface-low)}._chatList_1r7tp_1 ._sessionItem_1r7tp_17[data-active=true]{background-color:var(--color-primary-light);color:var(--color-primary);border-color:var(--color-primary-border)}._chatList_1r7tp_1 ._sessionItem_1r7tp_17[data-active=true] ._deleteBtn_1r7tp_36{opacity:1}._chatList_1r7tp_1 ._sessionItem_1r7tp_17 ._icon_1r7tp_39{margin-right:12px;flex-shrink:0}._chatList_1r7tp_1 ._sessionItem_1r7tp_17 ._sessionTitle_1r7tp_43{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-right:8px}._chatList_1r7tp_1 ._sessionItem_1r7tp_17 ._sessionTitle_1r7tp_43 ._titleText_1r7tp_50{font-size:14px;color:inherit;display:block;overflow:hidden;text-overflow:ellipsis}._chatList_1r7tp_1 ._sessionItem_1r7tp_17 ._sessionTitle_1r7tp_43 ._dateText_1r7tp_57{font-size:11px;display:block;color:var(--text-tertiary-color);margin-top:2px}._chatList_1r7tp_1 ._sessionItem_1r7tp_17 ._deleteBtn_1r7tp_36{opacity:0;transition:opacity .2s;color:var(--text-tertiary-color);font-size:12px}._chatList_1r7tp_1 ._sessionItem_1r7tp_17 ._deleteBtn_1r7tp_36:hover{color:var(--color-danger)}._chatList_1r7tp_1 ._sessionItem_1r7tp_17:hover ._deleteBtn_1r7tp_36{opacity:1}.chat-page-fullscreen{height:100%;width:100%;display:flex;flex-direction:column;background-color:var(--app-bg);overflow:hidden;position:relative}.chat-page-content{display:flex;height:100%;overflow:hidden}.chat-resize-handle{width:4px;background:transparent;position:relative;cursor:col-resize;transition:background .2s}.chat-resize-handle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2px;height:32px;border-radius:1px;background:#d9d9d9;transition:background .2s,height .2s}.chat-resize-handle:hover,.chat-resize-handle[data-resize-handle-active]{background:#1890ff14}.chat-resize-handle:hover:after,.chat-resize-handle[data-resize-handle-active]:after{background:#1890ff;height:48px}.chat-page-toolbar{position:absolute;bottom:80px;right:24px;display:flex;gap:8px;z-index:10}
