.x-markdown-debug-panel{position:fixed;z-index:9999;right:0;background:rgba(0,0,0,.85);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;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);-webkit-user-select:none;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:rgba(255,255,255,.1);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:rgba(255,255,255,.15);border-color:#ffffff4d}.x-markdown-debug-action:active{transform:scale(.98)}.x-markdown-debug-record-btn.recording{background:rgba(255,77,79,.2);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;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(4px);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:rgba(30,30,30,.95);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:rgba(255,255,255,.1);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:rgba(255,77,79,.3)}.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:rgba(255,255,255,.05);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:rgba(255,255,255,.02);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:not(.x-md-disable-all):not(.x-md-disable-th) th,.x-markdown:not(.x-md-disable-all):not(.x-md-disable-td) td{padding:var(--td-th-padding)}.x-markdown:not(.x-md-disable-all):not(.x-md-disable-th) th{font-weight:var(--border-font-weight)}.x-markdown:not(.x-md-disable-all):not(.x-md-disable-table) pre table{box-shadow:none}.x-markdown:not(.x-md-disable-all):not(.x-md-disable-td) pre td,.x-markdown:not(.x-md-disable-all):not(.x-md-disable-th) pre th{padding:var(--pre-th-td-padding);border:none;text-align:left}.x-markdown:not(.x-md-disable-all):not(.x-md-disable-p) p{margin:var(--margin-block)}.x-markdown:not(.x-md-disable-all):not(.x-md-disable-p) p:first-child{margin-top:0}.x-markdown:not(.x-md-disable-all):not(.x-md-disable-p) p:last-child{margin-bottom:0}.x-markdown:not(.x-md-disable-all):not(.x-md-disable-ul) ul,.x-markdown:not(.x-md-disable-all):not(.x-md-disable-ol) ol{margin:var(--margin-ul-ol);padding:var(--padding-ul-ol)}.x-markdown:not(.x-md-disable-all):not(.x-md-disable-ul) ul:first-child,.x-markdown:not(.x-md-disable-all):not(.x-md-disable-ol) ol:first-child{margin-top:0}.x-markdown:not(.x-md-disable-all):not(.x-md-disable-ul) ul:last-child,.x-markdown:not(.x-md-disable-all):not(.x-md-disable-ol) ol:last-child{margin-bottom:0}.x-markdown:not(.x-md-disable-all):not(.x-md-disable-ol):not(.x-md-disable-li) ol>li{list-style:decimal}.x-markdown:not(.x-md-disable-all):not(.x-md-disable-ul):not(.x-md-disable-li) ul>li{list-style:disc}.x-markdown:not(.x-md-disable-all):not(.x-md-disable-li) li{margin:var(--margin-li)}.x-markdown:not(.x-md-disable-all):not(.x-md-disable-li) li:first-child{margin-top:0}.x-markdown:not(.x-md-disable-all):not(.x-md-disable-li) li:last-child{margin-bottom:0}.x-markdown:not(.x-md-disable-all):not(.x-md-disable-pre) pre{margin:var(--margin-pre);overflow-x:auto}.x-markdown:not(.x-md-disable-all):not(.x-md-disable-pre) pre:first-child{margin-top:0}.x-markdown:not(.x-md-disable-all):not(.x-md-disable-pre) pre:last-child{margin-bottom:0}.x-markdown:not(.x-md-disable-all):not(.x-md-disable-code) 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:not(.x-md-disable-all):not(.x-md-disable-code) pre code{padding:0;margin:0;font-size:inherit;border-radius:0;line-height:2}.x-markdown:not(.x-md-disable-all):not(.x-md-disable-img) img{max-width:100%;height:auto;margin:var(--image-margin)}.x-markdown:not(.x-md-disable-all):not(.x-md-disable-hr) hr{margin:var(--hr-margin)}.x-markdown:not(.x-md-disable-all):not(.x-md-disable-table) table:not(pre){margin:var(--table-margin);border-collapse:collapse;display:block;width:max-content;max-width:100%;overflow:auto}.x-markdown:not(.x-md-disable-all):not(.x-md-disable-table) table:not(pre):first-child{margin-top:0}.x-markdown:not(.x-md-disable-all):not(.x-md-disable-table) 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}.x-markdown .block-katex{display:block;margin:1em 0}.x-markdown-light{--font-size: 14px;--primary-color: #1677ff;--primary-color-hover: #4096ff;--heading-color: #000000;--text-color: rgba(0, 0, 0, .85);--border-color: rgba(240, 240, 240, 1);--line-color: rgba(5, 5, 5, .06);--light-bg: rgba(0, 0, 0, .04);--table-head-bg: rgba(250, 250, 250, 1);--table-body-bg: rgba(255, 255, 255, 1);--cite-bg: rgba(0, 0, 0, .1);--cite-hover-bg: rgba(0, 0, 0, .2);--border-radius-middle: 6px;--border-radius-small: 4px;--td-th-padding: 10px 12px;--border-font-weight: 600;--margin-block: 0 0 16px 0;--padding-ul-ol: 0 0 0 16px;--margin-ul-ol: 0 0 16px 28px;--margin-li: 0 0 14px 0;--hr-margin: 24px 0;--table-margin: 0 0 24px 0;--margin-pre: 0 0 16px 0;--padding-code: 16px;--xmd-tail-color: var(--text-color)}.x-markdown-light h1,.x-markdown-light h2,.x-markdown-light h3,.x-markdown-light h4{color:var(--heading-color);font-weight:var(--border-font-weight);margin:var(--margin-block)}.x-markdown-light h1{font-size:24px;line-height:36px}.x-markdown-light h2{font-size:20px;line-height:32px}.x-markdown-light h3{font-size:18px;line-height:30px}.x-markdown-light h4{font-size:16px}.x-markdown-light p,.x-markdown-light li{color:var(--text-color);margin:var(--margin-block)}.x-markdown-light li{position:relative}.x-markdown-light li::marker{font-size:16px;font-weight:400;line-height:28px;color:var(--heading-color)}.x-markdown-light ul>li ul>li,.x-markdown-light ul>li ol>li{list-style:circle}.x-markdown-light ul>li ul>li ul>li,.x-markdown-light ul>li ul>li ol>li,.x-markdown-light ul>li ol>li ul>li,.x-markdown-light ul>li ol>li ol>li{list-style:square}.x-markdown-light ol>li ol>li,.x-markdown-light ol>li ul>li{list-style:lower-alpha}.x-markdown-light ol>li ol>li ol>li,.x-markdown-light ol>li ol>li ul>li,.x-markdown-light ol>li ul>li ol>li,.x-markdown-light ol>li ul>li ul>li{list-style:lower-roman}.x-markdown-light hr{border:0;border-top:1px solid var(--line-color);margin:var(--hr-margin)}.x-markdown-light table{border-collapse:collapse;overflow:hidden;box-shadow:0 1px 3px #0000000d;margin:var(--table-margin)}.x-markdown-light thead{background-color:var(--table-head-bg)}.x-markdown-light tbody{background-color:var(--table-body-bg)}.x-markdown-light tbody tr{background-color:var(--table-body-bg);transition:background-color .2s linear}.x-markdown-light tbody tr:hover{background-color:var(--table-head-bg)}.x-markdown-light th,.x-markdown-light td{padding:var(--td-th-padding);border:1px solid var(--border-color)}.x-markdown-light th{color:var(--heading-color)}.x-markdown-light td{color:var(--text-color)}.x-markdown-light blockquote{border-left:4px solid var(--border-color);padding:4px 12px;margin:16px 0;background-color:var(--cite-bg);border-radius:0 var(--border-radius-middle) var(--border-radius-middle) 0;transition:background-color .2s ease}.x-markdown-light blockquote:hover{background-color:var(--cite-hover-bg)}.x-markdown-light pre code:not([class$=-highlightCode-code] pre code){display:block;background:var(--light-bg)!important;padding:var(--padding-code);color:var(--text-color)!important;line-height:1.3;font-size:var(--font-size);border-radius:var(--border-radius-middle);margin:var(--margin-pre)}.x-markdown-light code:not([class$=-highlightCode-code] code):not(pre code){background-color:var(--light-bg)!important;color:var(--text-color)!important;border-radius:var(--border-radius-small);padding:2px 6px;margin-inline:3px;font-size:var(--font-size);border:1px solid var(--border-color)}.x-markdown-light img{max-width:100%}.x-markdown-light a{color:var(--primary-color);text-decoration:none;transition:color .2s ease;position:relative}.x-markdown-light a:hover{color:var(--primary-color-hover);text-decoration:underline}.x-markdown-light a:after{content:"↗";margin-left:4px;vertical-align:super;opacity:.7}.ai-hub-fab{position:fixed;right:28px;bottom:28px;z-index:1200;width:56px;height:56px;padding:0;border:none;border-radius:0;background:transparent;box-shadow:none;cursor:pointer;display:grid;place-items:center;transition:transform .22s cubic-bezier(.22,1,.36,1),opacity .2s ease}.ai-hub-fab:hover{transform:translateY(-3px) scale(1.06)}.ai-hub-fab:active{transform:translateY(0) scale(.98)}.ai-hub-fab.is-open{transform:scale(.96)}.ai-hub-fab-close{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#1677ff;font-size:22px;opacity:0;transform:scale(.85);transition:opacity .18s ease,transform .18s ease;text-shadow:0 1px 8px rgba(255,255,255,.8)}.ai-hub-fab.is-open .ai-hub-fab-close{opacity:1;transform:scale(1)}.ai-hub-orb{display:inline-grid;place-items:center;line-height:0}.ai-hub-orb-img{width:100%;height:100%;object-fit:contain;display:block;-webkit-user-select:none;user-select:none;pointer-events:none}.ai-hub-fab.is-open .ai-hub-orb{opacity:.22}.ai-hub-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1190;display:flex;align-items:center;justify-content:center;padding:24px;pointer-events:none;visibility:hidden}.ai-hub-root.is-open{visibility:visible;pointer-events:none}.ai-hub-root.is-standalone{padding:0;visibility:visible;pointer-events:auto}.ai-hub-mask{position:absolute;top:0;right:0;bottom:0;left:0;border:none;margin:0;padding:0;background:rgba(0,0,0,.35);opacity:0;cursor:pointer;pointer-events:none;transition:opacity .22s ease}.ai-hub-root.is-open .ai-hub-mask{opacity:1;pointer-events:auto}.ai-hub-panel{position:relative;z-index:2;width:min(1180px,calc(100vw - 32px));height:min(800px,calc(100vh - 40px));display:grid;grid-template-columns:280px 1fr;overflow:hidden;border-radius:16px;background:#fff;border:1px solid rgba(5,5,5,.06);box-shadow:0 18px 60px #00000029;opacity:0;transform:translateY(18px) scale(.97);pointer-events:none;visibility:hidden;transition:opacity .24s cubic-bezier(.22,1,.36,1),transform .24s cubic-bezier(.22,1,.36,1),visibility 0s linear .24s}.ai-hub-root.is-open .ai-hub-panel{opacity:1;transform:translateY(0) scale(1);pointer-events:auto;visibility:visible;transition-delay:0s}.ai-hub-root.is-standalone .ai-hub-panel{width:100%;height:100%;border:0;border-radius:0;box-shadow:none;opacity:1;transform:none;pointer-events:auto;visibility:visible;transition:none}.ai-hub-sider{display:flex;flex-direction:column;min-height:0;background:#f7f8fa;border-right:1px solid rgba(5,5,5,.06)}.ai-hub-sider-brand{display:flex;align-items:center;gap:10px;padding:16px 14px 12px}.ai-hub-sider-title{font-size:15px;font-weight:600;color:#000000e0;line-height:1.3}.ai-hub-sider-sub{font-size:12px;color:#00000073;line-height:1.3}.ai-hub-conversations{flex:1;min-height:0}.ai-hub-sider-footer{padding:10px 12px 14px;border-top:1px solid rgba(5,5,5,.06)}.ai-hub-chat{display:flex;flex-direction:column;min-width:0;min-height:0;background:#fff}.ai-hub-chat-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid rgba(5,5,5,.06);position:relative;z-index:5}.ai-hub-chat-header .ant-select,.ai-hub-chat-header .ant-btn,.ai-hub-chat-header .ant-space{pointer-events:auto}.ai-hub-chat-heading{display:flex;flex-direction:column;gap:2px;min-width:0}.ai-hub-chat-model{font-size:12px}.ai-hub-chat-body{flex:1;min-height:0;overflow:auto;padding:16px 20px 8px;background:linear-gradient(180deg,#fafafa 0%,#fff 48%)}.ai-hub-empty{max-width:760px;margin:24px auto 0;display:flex;flex-direction:column;gap:20px}.ai-hub-prompts{margin-top:4px}.ai-hub-bubbles{max-width:920px;margin:0 auto;min-height:100%}.ai-hub-bubbles .ant-bubble-list,.ai-hub-bubbles [class*=bubble-list]{gap:8px!important;row-gap:8px!important}.ai-hub-bubbles .ant-bubble:has(.ai-hub-x-think){margin-bottom:0!important;padding-bottom:0!important}.ai-hub-bubbles .ant-bubble:has(.ai-hub-x-think)+.ant-bubble{margin-top:2px!important}.ai-hub-action-card{max-width:920px;margin:12px auto 8px;padding:12px 14px;border-radius:12px;border:1px solid #91caff;background:#e6f4ff}.ai-hub-skill-intro{margin-bottom:16px!important;padding:12px 14px;border-radius:10px;background:#f5f8ff;border:1px solid #d6e4ff}.ai-hub-skill-loading{padding:48px 0;text-align:center;color:#00000073}.ai-hub-skill-list{display:flex;flex-direction:column;gap:12px}.ai-hub-skill-card{padding:14px 16px;border:1px solid rgba(5,5,5,.08);border-radius:12px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}.ai-hub-skill-card:hover{border-color:#91caff;box-shadow:0 6px 20px #1677ff14}.ai-hub-skill-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.ai-hub-skill-card-head .ant-typography{margin:0}.ai-hub-skill-id{display:block;margin-top:3px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px}.ai-hub-skill-instructions{margin:8px 0;padding:8px 10px;border-radius:8px;background:#fafafa;color:#000000a6;font-size:12px;line-height:1.7}.ai-hub-skill-operations{display:flex;flex-wrap:wrap;gap:6px 0}.ai-hub-confirm-card{border-color:#91caff}.ai-hub-confirm-head{display:flex;align-items:center;gap:8px;margin-bottom:4px}.ai-hub-confirm-summary{margin-bottom:8px;font-weight:600;color:#000000e0}.ai-hub-plan-bubble{display:flex;flex-direction:column;gap:10px;min-width:0}.ai-hub-plan-actions{margin-top:2px}.ai-hub-run-card{display:flex;flex-direction:column;gap:12px;width:min(680px,100%);padding:14px;border:1px solid rgba(22,119,255,.16);border-radius:14px;background:linear-gradient(180deg,rgba(245,249,255,.96),#fff 52%);box-shadow:0 6px 24px #0f2d5a0f}.ai-hub-run-header{min-width:0}.ai-hub-run-steps{display:flex;flex-direction:column;gap:8px}.ai-hub-run-step{display:flex;align-items:flex-start;gap:8px;min-width:0;padding:8px 10px;border-radius:10px;background:rgba(255,255,255,.78)}.ai-hub-run-step-running,.ai-hub-run-step-awaiting_confirm{background:rgba(230,244,255,.82)}.ai-hub-run-step-error{background:rgba(255,241,240,.82)}.ai-hub-run-step-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;min-width:18px;height:22px}.ai-hub-run-step-dot{width:8px;height:8px;border:2px solid #91caff;border-radius:50%}.ai-hub-run-step-main{min-width:0;flex:1}.ai-hub-run-actions{padding-top:2px}.ai-hub-run-xcard.is-compact .ai-hub-run-card{width:100%;padding:8px 0 0;gap:8px;border:0;border-radius:0;background:transparent;box-shadow:none}.ai-hub-run-xcard.is-compact .ai-hub-run-header,.ai-hub-run-xcard.is-compact .ai-hub-run-steps,.ai-hub-run-xcard.is-compact .ai-hub-run-result-summary{display:none}.ai-hub-run-xcard.is-compact .ant-alert{padding:8px 10px;border-radius:8px}.ai-hub-run-xcard.is-compact .ai-hub-run-actions{padding-top:0}.ai-hub-run-xcard.is-compact .ai-hub-run-actions .ant-btn{border-radius:8px}.ai-hub-result-bubble{display:flex;flex-direction:column;gap:8px;min-width:0}.ai-hub-answer-think{margin:0 0 2px}.ai-hub-answer-think .ai-hub-x-think{max-width:100%}.ai-hub-x-think{max-width:720px;margin:0!important}.ai-hub-x-think .ant-think,.ai-hub-x-think[class*=think]{margin:0}.ai-hub-x-thought-chain{margin-top:4px}.ai-hub-assistant-turn{width:min(860px,100%);min-width:0;color:#000000e0}.ai-hub-unified-think{width:100%;max-width:100%;color:#0000009e}.ai-hub-unified-think [class*=think-content]{padding-top:4px}.ai-hub-unified-chain{padding:2px 0 0}.ai-hub-thought-content{max-width:780px;font-size:14px;line-height:1.72;color:#00000094}.ai-hub-thought-content p{margin:0 0 6px}.ai-hub-turn-answer{margin-top:14px;font-size:15px;line-height:1.78;color:#000000e6}.ai-hub-turn-answer>:first-child,.ai-hub-turn-answer p:first-child{margin-top:0}.ai-hub-turn-sources{margin-top:12px;max-width:780px}.ai-hub-citation-link{display:inline;padding:0;border:0;background:transparent;color:#1677ff;font:inherit;cursor:pointer}.ai-hub-citation-link:hover{color:#4096ff;text-decoration:underline}.ai-hub-turn-footer{margin-top:6px}.ai-hub-turn-artifacts{margin-top:12px;max-width:360px}.ai-hub-turn-folder{margin-top:12px;max-width:760px;max-height:420px;overflow:auto;border:1px solid rgba(5,5,5,.08);border-radius:10px}.ai-hub-legacy-message{color:#0000009e}.ai-hub-run-think-stack{width:min(760px,100%);min-width:0}.ai-hub-run-think{width:100%;max-width:100%}.ai-hub-run-thought-chain{padding:2px 0 0}.ai-hub-run-report{padding-top:10px;font-size:14px;line-height:1.72;color:#000000e0}.ai-hub-run-report>:first-child,.ai-hub-run-report p:first-child{margin-top:0}.ai-hub-run-report.is-streaming:after{display:inline-block;width:5px;height:1em;margin-left:3px;border-radius:2px;background:#1677ff;content:"";vertical-align:-2px;animation:ai-hub-stream-caret .8s ease-in-out infinite}@keyframes ai-hub-stream-caret{0%,to{opacity:.2}50%{opacity:1}}.ai-hub-think-stream-text{font-size:13px;line-height:1.65;color:#000000a6}.ai-hub-think-stream-text p{margin:0 0 .4em}.ai-hub-think-stream-text p:last-child{margin-bottom:0}.ai-hub-think-block-detail-text{margin-top:2px;font-size:12px;line-height:1.5;color:#0000008c;word-break:break-word}.ai-hub-result-bubble{display:flex;flex-direction:column;gap:10px;min-width:0}.ai-hub-bubble-links{padding-top:2px}.ai-hub-bubble-links .ant-btn{border-radius:999px}.ai-hub-tool-dot{width:8px;height:8px;border-radius:50%;background:#1677ff;flex-shrink:0}.ai-hub-tool-chip{display:flex;align-items:flex-start;gap:10px;max-width:640px;padding:10px 12px;border-radius:12px;border:1px solid rgba(22,119,255,.18);background:rgba(22,119,255,.04)}.ai-hub-tool-chip.is-success{border-color:#52c41a40;background:rgba(82,196,26,.05)}.ai-hub-tool-chip.is-error{border-color:#ff4d4f40;background:rgba(255,77,79,.05)}.ai-hub-tool-chip.is-running .ai-hub-tool-dot{animation:ai-hub-pulse 1s ease-in-out infinite}.ai-hub-tool-dot{width:8px;height:8px;margin-top:6px;border-radius:50%;background:#1677ff;flex-shrink:0}.ai-hub-tool-chip.is-success .ai-hub-tool-dot{background:#52c41a}.ai-hub-tool-chip.is-error .ai-hub-tool-dot{background:#ff4d4f}.ai-hub-tool-body{min-width:0;flex:1}.ai-hub-tool-title{display:flex;align-items:center;font-size:13px;font-weight:600;color:#000000e0}.ai-hub-tool-detail{margin-top:2px;font-size:12px;color:#0000008c;line-height:1.5;word-break:break-word}@keyframes ai-hub-pulse{0%,to{opacity:.35;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}}.ai-hub-action-pre{margin:0;white-space:pre-wrap;word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.6;color:#000000bf}.ai-hub-xcard-column{display:flex;flex-direction:column;gap:10px}.ai-hub-chat-footer{padding:10px 16px 16px;border-top:1px solid rgba(5,5,5,.04);background:#fff}.ai-hub-chat-footer .ant-sender{max-width:920px;margin:0 auto}.ai-hub-chat-footer [class*=ant-suggestion]{width:100%}.ai-hub-chat-footer [class*=sender-header]{max-height:180px;overflow:auto}.ai-hub-md{font-size:14px;line-height:1.65;color:#000000e0;word-break:break-word}.ai-hub-md p{margin:0 0 .45em}.ai-hub-md ul,.ai-hub-md ol{margin:.25em 0 .45em;padding-left:1.25em}.ai-hub-md li{margin:.15em 0}.ai-hub-md strong{font-weight:600}.ai-hub-md h3{margin:.55em 0 .3em;font-size:14px;font-weight:600;line-height:1.4}.ai-hub-md pre{overflow:auto;padding:10px 12px;border-radius:8px;background:#0f172a0d}.ai-hub-md code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12.5px}.ai-hub-md p{margin:0 0 .6em}.ai-hub-md p:last-child{margin-bottom:0}.ai-hub-md ul,.ai-hub-md ol{margin:.4em 0 .6em;padding-left:1.3em}.ant-dropdown,.ant-select-dropdown,.ant-popover{z-index:1400!important}@media (max-width: 900px){.ai-hub-panel{grid-template-columns:1fr;width:calc(100vw - 12px);height:calc(100vh - 16px)}.ai-hub-sider{display:none}.ai-hub-root{padding:6px}.ai-hub-fab{right:16px;bottom:16px;width:48px;height:48px}}.main-sider{border-inline-end:1px solid rgba(5,5,5,.06);z-index:1001;position:fixed!important;height:100vh;left:0;top:0;overflow-y:auto}.menu-label-with-badge{display:inline-flex;align-items:center;gap:8px}.menu-label-with-badge .ant-badge{line-height:1}.logo-container{height:64px;display:flex;align-items:center;padding:0 20px;gap:12px;overflow:hidden;transition:all .3s}.logo-box{min-width:32px;width:32px;height:32px;background:#1677ff;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px;flex-shrink:0}.logo-text{color:#000000e0;font-weight:700;font-size:16px;white-space:nowrap;animation:logoFadeIn .3s ease-in-out}@keyframes logoFadeIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.main-header{display:flex;align-items:center;justify-content:space-between;padding-right:24px!important;box-shadow:0 2px 8px #0000000d;z-index:1000;position:sticky;top:0}.site-layout{min-width:0;transition:margin-left .2s ease}.main-content{min-width:0;margin:24px 16px;padding:24px}.main-content.quality-center-host{margin:16px;padding:0}.header-left{display:flex;align-items:center}.header-right{display:flex;align-items:center;padding-right:16px}.trigger-btn{font-size:16px;width:64px;height:64px}.breadcrumb{margin-left:8px}.user-profile{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .2s}.user-profile:hover{background-color:#00000008}.username{font-weight:500;color:#000000e0}.desktop-only{display:block}.mobile-only{display:none}.main-sider:not(.ant-layout-sider-collapsed)~.site-layout{margin-left:240px}.main-sider.ant-layout-sider-collapsed~.site-layout{margin-left:80px}@media (max-width: 768px){.desktop-only{display:none!important}.mobile-only{display:block}.main-header{padding-right:12px!important}.trigger-btn{width:48px;height:48px}.breadcrumb,.username{display:none}.main-sider~.site-layout{margin-left:0!important}.main-content,.main-content.quality-center-host{margin:8px;padding:0}}:root{--bg-color: #f5f7fa;--header-height: 64px;--sidebar-width: 240px;--color-primary: #1677ff;--color-success: #52c41a;--color-warning: #faad14;--color-error: #ff4d4f;--color-purple: #722ed1;--text-primary: rgba(0, 0, 0, .88);--text-secondary: rgba(0, 0, 0, .45);--shadow-card: 0 1px 2px 0 rgba(0,0,0,.03), 0 1px 6px -1px rgba(0,0,0,.02), 0 2px 4px 0 rgba(0,0,0,.02);--shadow-elevated: 0 4px 20px rgba(0,0,0,.08);--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 12px}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}.fade-in{animation:fadeIn .4s cubic-bezier(.4,0,.2,1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ant-card{box-shadow:var(--shadow-card);border:none}.ant-layout{background:var(--bg-color)}.ant-layout-header{padding:0 24px;background:#fff;border-bottom:1px solid #f0f0f0}.ant-message,.ant-notification{z-index:5000!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.25)}::-webkit-scrollbar-track{background:transparent}@media (max-width: 768px){.fade-in>div,.dashboard-wrapper{padding:0!important}.ant-table,.ant-statistic-title{font-size:12px}.ant-statistic-content{font-size:20px!important}.ant-modal{max-width:95vw}}
