html,body,#root{height:100%;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"}.colorWeak{filter:invert(80%)}.ant-layout{min-height:95vh}.ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed{left:unset}canvas{display:block}body{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ul,ol{list-style:none}@media (max-width: 768px){.ant-table{width:100%;overflow-x:auto}.ant-table-thead>tr>th,.ant-table-tbody>tr>th,.ant-table-thead>tr>td,.ant-table-tbody>tr>td{white-space:pre}.ant-table-thead>tr>th>span,.ant-table-tbody>tr>th>span,.ant-table-thead>tr>td>span,.ant-table-tbody>tr>td>span{display:block}}.ai-assistant-fab{position:fixed;right:24px;bottom:24px;width:52px;height:52px;border:0;border-radius:50%;background:linear-gradient(135deg,#0f9b8e,#1173b1);color:#fff;font-size:22px;box-shadow:0 8px 24px #1173b159;cursor:pointer;z-index:1200}.ai-assistant-panel{position:fixed;background:#fff;border:1px solid #e8e8e8;border-radius:12px;box-shadow:0 12px 40px #00000029;display:flex;flex-direction:column;z-index:1200;transition:box-shadow .2s ease}.ai-assistant-panel.fullscreen{border-radius:0;border:none}.ai-assistant-panel.dragging{box-shadow:0 16px 48px #0000003d;user-select:none}.ai-assistant-header{height:48px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f0f0f0;font-weight:600;cursor:move;user-select:none;flex-shrink:0}.ai-assistant-header:active{cursor:grabbing}.ai-assistant-header-left{display:flex;align-items:center;gap:8px;flex:1 1}.drag-handle-icon{color:#999;font-size:14px;cursor:grab}.drag-handle-icon:hover{color:#666}.ai-assistant-header-right{display:flex;align-items:center;gap:4px}.ai-assistant-context{padding:8px 12px;border-bottom:1px dashed #f0f0f0;font-size:13px;flex-shrink:0}.ai-assistant-messages{flex:1 1;overflow-y:auto;padding:12px}.ai-assistant-msg{display:flex;margin-bottom:12px;gap:8px}.ai-assistant-msg-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#1677ff}.ai-assistant-msg-user .ai-assistant-msg-icon{color:#13a073}.ai-assistant-msg-body{flex:1 1}.ai-assistant-msg-content{padding:8px 10px;border-radius:8px;background:#f7f9fc;white-space:pre-wrap;word-break:break-word;font-size:14px;line-height:1.6}.ai-assistant-msg-user .ai-assistant-msg-content{background:#ecf8f3}.ai-assistant-msg-time{margin-top:4px;color:#999;font-size:11px}.ai-assistant-tool-log{display:flex;flex-direction:column;gap:4px;margin-bottom:6px}.ai-assistant-thinking{padding:6px 12px;margin-bottom:6px;color:#595959;font-size:13px;background:#f6f8fa;border-radius:8px;border-left:3px solid #1677ff;display:flex;align-items:center;gap:8px;animation:thinking-pulse 1.5s ease-in-out infinite}.thinking-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#1677ff;flex-shrink:0;animation:dot-pulse 1.2s ease-in-out infinite}@keyframes dot-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.6);opacity:.4}}@keyframes thinking-pulse{0%,to{opacity:1}50%{opacity:.4}}.tool-tag{display:block;padding:4px 10px;border-radius:6px;background:#f0f5ff;border:1px solid #d6e4ff;color:#1677ff;font-size:12px;line-height:1.5;white-space:pre-wrap;word-break:break-all;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.ai-cursor{display:inline-block;width:2px;height:1em;background:#1677ff;margin-left:2px;vertical-align:text-bottom;animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.ai-assistant-loading{display:flex;align-items:center;gap:8px;color:#666;padding:4px 0}.ai-assistant-input{border-top:1px solid #f0f0f0;padding:10px;display:flex;flex-direction:column;gap:8px;flex-shrink:0}.resize-handle{position:absolute;right:0;bottom:0;width:20px;height:20px;cursor:nwse-resize;background:linear-gradient(135deg,transparent 50%,#ccc 50%,#ccc 55%,transparent 55%),linear-gradient(45deg,transparent 50%,#ccc 50%,#ccc 55%,transparent 55%);background-size:8px 8px;background-position:right bottom;border-bottom-right-radius:12px;opacity:.6;transition:opacity .2s ease}.resize-handle:hover{opacity:1}@media (max-width: 768px){.ai-assistant-panel.fullscreen{width:100vw!important;height:100vh!important;left:0!important;top:0!important;border-radius:0!important}.ai-assistant-fab{right:16px;bottom:16px}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
