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)}@-ms-viewport{width:device-width}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]{-webkit-text-decoration:underline dotted;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}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Microsoft YaHei,sans-serif}.ai-hub-logo{color:#fff;font-weight:600;padding:0 24px;font-size:16px}.stat-card .ant-statistic-title{color:#0000008c}.chat-root{display:flex;flex-direction:column;height:calc(100vh - 96px);position:relative;background:#fff;border-radius:12px;overflow:hidden}.chat-topbar{position:absolute;top:16px;left:16px;z-index:5}.model-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:#fff;border:1px solid #ececec;border-radius:20px;cursor:pointer;font-weight:500;font-size:14px;box-shadow:0 1px 2px #0000000a;transition:background .15s}.model-pill:hover{background:#f7f7f8}.model-pill .dot{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#ff7a45,#9254de);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:12px}.chat-welcome{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 16px}.chat-banner{background:#e8f2ff;color:#2b6cb0;padding:8px 18px;border-radius:16px;font-size:13px;margin-bottom:28px}.chat-greeting{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:32px;text-align:center}.chat-messages{flex:1;overflow:auto;padding:64px 0 16px;display:flex;flex-direction:column;gap:20px;max-width:820px;width:100%;margin:0 auto}.chat-row{display:flex;gap:12px;padding:0 16px}.chat-row.user{flex-direction:row-reverse}.chat-bubble{max-width:76%;padding:12px 16px;border-radius:14px;white-space:pre-wrap;word-break:break-word;line-height:1.7;font-size:14px}.chat-bubble.user{background:#1677ff;color:#fff}.chat-bubble.assistant{background:#f5f5f7;color:#1a1a1a}.composer-wrap{width:100%;max-width:760px;margin:0 auto;padding:0 16px 20px}.composer{border:1px solid #e6e6e8;border-radius:20px;background:#fff;padding:14px 16px 10px;box-shadow:0 4px 16px #0000000f;transition:border-color .15s,box-shadow .15s}.composer:focus-within{border-color:#c9c9cf;box-shadow:0 6px 22px #00000017}.composer textarea{border:none!important;box-shadow:none!important;resize:none;padding:0!important;font-size:15px;background:transparent}.composer textarea:focus{box-shadow:none!important}.composer-toolbar{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.composer-tools{display:flex;align-items:center;gap:4px}.tool-btn{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#6b6b70;cursor:pointer;font-size:17px;transition:background .15s,color .15s}.tool-btn:hover{background:#f0f0f2}.tool-btn.active{background:#eef4ff;color:#1677ff}.tool-btn.bird.active{background:#e9f9f3;color:#13c2a2}.tool-btn.brain.active{background:#f3eeff;color:#722ed1}.send-btn{width:36px;height:36px;border-radius:50%;border:none;background:#1677ff;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:background .15s,opacity .15s}.send-btn:disabled{background:#d9d9d9;cursor:not-allowed}.send-btn:not(:disabled):hover{background:#0958d9}@media (max-width: 767px){.chat-root{height:calc(100vh - 56px);border-radius:0}.chat-topbar{top:8px;left:8px}.model-pill{font-size:12px;padding:4px 10px}.chat-greeting{font-size:22px;margin-bottom:20px}.chat-banner{font-size:11px;padding:6px 12px;margin-bottom:16px}.composer-wrap{padding:0 8px 12px}.composer{padding:10px 12px 8px;border-radius:16px}.composer textarea{font-size:14px}.chat-messages{padding:50px 0 8px;gap:12px}.chat-row{padding:0 8px}.chat-bubble{max-width:85%;padding:10px 12px;font-size:13px;border-radius:12px}.tool-btn{width:30px;height:30px;font-size:15px}.send-btn{width:32px;height:32px;font-size:14px}.ant-table-wrapper{overflow-x:auto}.ant-table{min-width:600px}.ant-row{flex-direction:column!important}.ant-col{max-width:100%!important;flex:0 0 100%!important;margin-bottom:8px}.ant-col:last-child{margin-bottom:0}.ant-modal{max-width:calc(100vw - 32px)!important;margin:16px auto!important}.ant-modal-body{padding:16px!important}.ant-card{width:calc(100vw - 32px)!important;max-width:380px}}.sidebar-history{flex:1;display:flex;flex-direction:column;overflow:hidden;border-top:1px solid #253345;margin-top:8px}.sidebar-history-title{color:#89a;font-size:11px;padding:10px 16px 4px;text-transform:uppercase;letter-spacing:.5px}.sidebar-history-list{flex:1;overflow-y:auto;padding:4px 8px}.sidebar-history-item{display:flex;align-items:center;justify-content:space-between;padding:7px 10px;border-radius:6px;cursor:pointer;color:#c8d4e0;font-size:12px;transition:background .15s;margin-bottom:2px}.sidebar-history-item:hover{background:#1a2d40}.sidebar-history-item.active{background:#1a3a5c;color:#fff}.sidebar-history-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-history-del{opacity:0;border:none;background:transparent;color:#ff6b6b;cursor:pointer;font-size:14px;padding:0 4px;line-height:1;transition:opacity .15s}.sidebar-history-item:hover .sidebar-history-del{opacity:1}
