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}body,*{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero-title{font-display:swap;font-family:"Plus Jakarta Sans","Inter",-apple-system,BlinkMacSystemFont,sans-serif}.dark-bg-primary{background-color:var(--bg-primary);color:var(--text-primary)}.dark-bg-secondary{background-color:var(--bg-secondary);color:var(--text-primary)}.dark-bg-tertiary{background-color:var(--bg-tertiary);color:var(--text-primary)}.dark-text-primary{color:var(--text-primary)!important}.dark-text-secondary{color:var(--text-secondary)!important}.dark-text-muted{color:var(--text-muted)!important}.dark-border{border-color:var(--border-primary)!important}.dark-border-secondary{border-color:var(--border-secondary)!important}.dark-success{color:var(--color-success)!important}.dark-warning{color:var(--color-warning)!important}.dark-error{color:var(--color-error)!important}.dark-info{color:var(--color-info)!important}.dark-hover-effect{transition:all.3s ease}.dark-hover-effect:hover{background-color:var(--hover-bg)}.dark-card{background-color:var(--bg-secondary);border:1px solid var(--border-primary);box-shadow:var(--shadow-sm);color:var(--text-primary)}.dark-link{color:var(--link-color);text-decoration:none}.dark-link:hover{color:var(--link-hover-color);text-decoration:underline}.dark-link:active{color:var(--link-active-color)}.dark-scrollbar::-webkit-scrollbar{width:8px;height:8px}.dark-scrollbar::-webkit-scrollbar-track{background:var(--scrollbar-track)}.dark-scrollbar::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}.dark-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}:root.dark-theme,:root:not(.light-theme){will-change:background-color,color,border-color;--bg-primary:#171717;--bg-layer5:#000;--bg-secondary:#171717;--bg-secondary-hover:#ffffff0d;--bg-tertiary:#2a2a2a;--bg-quaternary:#333333;--bg-disabled:#424242;--bg-weak:rgba(255, 255, 255, 0.2);--bg-img-weak:rgba(0, 0, 0);--bg-weak-2:rgba(255, 255, 255, 0.05);--foreground-layer1_2:#292929;--color-background-layer4:#292929;--color-foreground-layer1_3:#383838;--bg-hover-5:#ffffff1a;--divider-level2:rgba(255, 255, 255, 0.12);--divider-level3:rgba(255, 255, 255, 0.24);--color-button-grey-default:rgba(255, 255, 255, 0.2);--text-primary:#ffffff;--text-secondary:rgba(255, 255, 255, 0.6);--text-muted:#9e9e9e;--text-disabled:#6e6e6e;--text-inverse:#171717;--text-tertiary:rgba(255, 255, 255, 0.4);--button-grey-text-default:#fff;--color-success:#52c41a;--color-success-bg:rgba(82, 196, 26, 0.15);--color-success-border:rgba(82, 196, 26, 0.3);--color-warning:#faad14;--color-warning-bg:rgba(250, 173, 20, 0.15);--color-warning-border:rgba(250, 173, 20, 0.3);--color-error:#ff4d4f;--color-error-bg:rgba(255, 77, 79, 0.15);--color-error-border:rgba(255, 77, 79, 0.3);--color-info:#1890ff;--color-info-bg:rgba(24, 144, 255, 0.15);--color-info-border:rgba(24, 144, 255, 0.3);--border-primary:#3a3a3a;--border-secondary:#2d2d2d;--border-divider:#303030;--border-divider-level2:rgba(255, 255, 255, 0.1);--color-primary:#1890ff;--color-primary-hover:#40a9ff;--color-primary-active:#096dd9;--color-primary-bg:rgba(24, 144, 255, 0.15);--hover-bg:rgba(255, 255, 255, 0.08);--active-bg:rgba(255, 255, 255, 0.12);--selected-bg:rgba(24, 144, 255, 0.2);--shadow-sm:0 2px 8px rgba(0, 0, 0, 0.45);--shadow-md:0 4px 16px rgba(0, 0, 0, 0.55);--shadow-lg:0 8px 32px rgba(0, 0, 0, 0.65);--scrollbar-thumb:#4a4a4a;--scrollbar-thumb-hover:#5a5a5a;--scrollbar-track:#2a2a2a;--link-color:#40a9ff;--link-hover-color:#69c0ff;--link-active-color:#096dd9;--selection-bg:rgba(24, 144, 255, 0.3);--selection-color:#ffffff;--focus-outline-color:#40a9ff;--focus-shadow:0 0 0 2px rgba(24, 144, 255, 0.2)}:root.light-theme{will-change:background-color,color,border-color;--bg-primary:#ffffff;--bg-secondary:#f5f5f5;--bg-layer5:#fff;--bg-secondary-hover:#0000000d;--bg-tertiary:#fafafa;--bg-quaternary:#ffffff;--bg-disabled:#f0f0f0;--foreground-layer1_2:#f5f5f5;--bg-hover-5:#0000001a;--color-foreground-layer1_3:#fff;--bg-weak:rgba(0, 0, 0, 0.05);--bg-img-weak:rgba(0, 0, 0, 0.05);--bg-weak-2:rgba(0, 0, 0, 0.05);--divider-level2:rgba(0, 0, 0, 0.1);--divider-level3:rgba(0, 0, 0, 0.24);--color-background-layer4:#fff;--color-button-grey-default:rgba(0, 0, 0, 0.05);--button-grey-text-default:#000;--text-primary:#262626;--text-secondary:rgba(0, 0, 0, 0.6);--text-muted:#8c8c8c;--text-disabled:#bfbfbf;--text-tertiary:rgba(0, 0, 0, 0.4);--text-inverse:#ffffff;--color-success:#52c41a;--color-success-bg:rgba(82, 196, 26, 0.1);--color-success-border:rgba(82, 196, 26, 0.3);--color-warning:#faad14;--color-warning-bg:rgba(250, 173, 20, 0.1);--color-warning-border:rgba(250, 173, 20, 0.3);--color-error:#ff4d4f;--color-error-bg:rgba(255, 77, 79, 0.1);--color-error-border:rgba(255, 77, 79, 0.3);--color-info:#1890ff;--color-info-bg:rgba(24, 144, 255, 0.1);--color-info-border:rgba(24, 144, 255, 0.3);--border-primary:#d9d9d9;--border-secondary:#e8e8e8;--border-divider:#f0f0f0;--border-divider-level2:rgba(0, 0, 0, 0.1);--color-primary:#1890ff;--color-primary-hover:#40a9ff;--color-primary-active:#096dd9;--color-primary-bg:rgba(24, 144, 255, 0.1);--hover-bg:rgba(0, 0, 0, 0.06);--active-bg:rgba(0, 0, 0, 0.08);--selected-bg:rgba(24, 144, 255, 0.15);--shadow-sm:0 2px 8px rgba(0, 0, 0, 0.15);--shadow-md:0 4px 16px rgba(0, 0, 0, 0.2);--shadow-lg:0 8px 32px rgba(0, 0, 0, 0.25);--scrollbar-thumb:#bfbfbf;--scrollbar-thumb-hover:#999999;--scrollbar-track:#f5f5f5;--link-color:#1890ff;--link-hover-color:#40a9ff;--link-active-color:#096dd9;--selection-bg:rgba(24, 144, 255, 0.25);--selection-color:#262626;--focus-outline-color:#40a9ff;--focus-shadow:0 0 0 2px rgba(24, 144, 255, 0.2)}:root.dark-theme .ant-btn.ant-btn-default,:root:not(.light-theme) .ant-btn.ant-btn-default{background-color:var(--bg-tertiary);border-color:var(--border-primary);color:var(--text-primary)}:root.dark-theme .ant-btn.ant-btn-default:hover:not(:disabled),:root:not(.light-theme) .ant-btn.ant-btn-default:hover:not(:disabled){background-color:var(--bg-quaternary);border-color:var(--color-primary);color:var(--text-primary)}:root.dark-theme .ant-btn.ant-btn-default:active,:root:not(.light-theme) .ant-btn.ant-btn-default:active{background-color:var(--active-bg)}:root.dark-theme .ant-btn.ant-btn-primary,:root:not(.light-theme) .ant-btn.ant-btn-primary{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff}:root.dark-theme .ant-btn.ant-btn-primary:hover,:root:not(.light-theme) .ant-btn.ant-btn-primary:hover{background-color:var(--color-primary-hover);border-color:var(--color-primary-hover)}:root.dark-theme .ant-btn.ant-btn-primary:active,:root:not(.light-theme) .ant-btn.ant-btn-primary:active{background-color:var(--color-primary-active);border-color:var(--color-primary-active)}:root.dark-theme .ant-btn:disabled,:root:not(.light-theme) .ant-btn:disabled{background-color:var(--bg-disabled);border-color:var(--border-secondary);color:var(--text-disabled)}:root.dark-theme .ant-input,:root:not(.light-theme) .ant-input,:root.dark-theme .ant-input-affix-wrapper,:root:not(.light-theme) .ant-input-affix-wrapper,:root.dark-theme .ant-input-number,:root:not(.light-theme) .ant-input-number,:root.dark-theme .ant-input-textarea textarea,:root:not(.light-theme) .ant-input-textarea textarea{background-color:var(--bg-quaternary);border-color:var(--border-primary);color:var(--text-primary)}:root.dark-theme .ant-input:hover,:root:not(.light-theme) .ant-input:hover,:root.dark-theme .ant-input-affix-wrapper:hover,:root:not(.light-theme) .ant-input-affix-wrapper:hover,:root.dark-theme .ant-input-number:hover,:root:not(.light-theme) .ant-input-number:hover,:root.dark-theme .ant-input-textarea textarea:hover,:root:not(.light-theme) .ant-input-textarea textarea:hover{border-color:var(--color-primary)}:root.dark-theme .ant-input:focus,:root:not(.light-theme) .ant-input:focus,:root.dark-theme .ant-input-affix-wrapper:focus,:root:not(.light-theme) .ant-input-affix-wrapper:focus,:root.dark-theme .ant-input-number:focus,:root:not(.light-theme) .ant-input-number:focus,:root.dark-theme .ant-input-textarea textarea:focus,:root:not(.light-theme) .ant-input-textarea textarea:focus{border-color:var(--color-primary);box-shadow:var(--focus-shadow);outline:none}:root.dark-theme .ant-input::-webkit-input-placeholder,:root:not(.light-theme) .ant-input::-webkit-input-placeholder,:root.dark-theme .ant-input-affix-wrapper::-webkit-input-placeholder,:root:not(.light-theme) .ant-input-affix-wrapper::-webkit-input-placeholder,:root.dark-theme .ant-input-number::-webkit-input-placeholder,:root:not(.light-theme) .ant-input-number::-webkit-input-placeholder,:root.dark-theme .ant-input-textarea textarea::-webkit-input-placeholder,:root:not(.light-theme) .ant-input-textarea textarea::-webkit-input-placeholder{color:var(--text-muted)}:root.dark-theme .ant-input::placeholder,:root:not(.light-theme) .ant-input::placeholder,:root.dark-theme .ant-input-affix-wrapper::placeholder,:root:not(.light-theme) .ant-input-affix-wrapper::placeholder,:root.dark-theme .ant-input-number::placeholder,:root:not(.light-theme) .ant-input-number::placeholder,:root.dark-theme .ant-input-textarea textarea::placeholder,:root:not(.light-theme) .ant-input-textarea textarea::placeholder{color:var(--text-muted)}:root.dark-theme .ant-input-affix-wrapper,:root:not(.light-theme) .ant-input-affix-wrapper{background-color:var(--bg-quaternary);border-color:var(--border-primary)}:root.dark-theme .ant-input-affix-wrapper .ant-input,:root:not(.light-theme) .ant-input-affix-wrapper .ant-input{background-color:transparent;border:none}:root.dark-theme .ant-input-affix-wrapper:hover,:root:not(.light-theme) .ant-input-affix-wrapper:hover{border-color:var(--color-primary)}:root.dark-theme .ant-input-affix-wrapper:focus,:root:not(.light-theme) .ant-input-affix-wrapper:focus,:root.dark-theme .ant-input-affix-wrapper-focused,:root:not(.light-theme) .ant-input-affix-wrapper-focused{border-color:var(--color-primary);box-shadow:var(--focus-shadow)}:root.dark-theme .ant-select .ant-select-selector,:root:not(.light-theme) .ant-select .ant-select-selector{background-color:var(--bg-quaternary)!important;border-color:var(--border-primary)!important;color:var(--text-primary)!important}:root.dark-theme .ant-select:hover .ant-select-selector,:root:not(.light-theme) .ant-select:hover .ant-select-selector{border-color:var(--color-primary)!important}:root.dark-theme .ant-select.ant-select-focused .ant-select-selector,:root:not(.light-theme) .ant-select.ant-select-focused .ant-select-selector{border-color:var(--color-primary)!important;box-shadow:var(--focus-shadow)!important}:root.dark-theme .ant-select .ant-select-arrow,:root:not(.light-theme) .ant-select .ant-select-arrow{color:var(--text-secondary)}:root.dark-theme .ant-select-dropdown,:root:not(.light-theme) .ant-select-dropdown{background-color:var(--bg-secondary);box-shadow:var(--shadow-md)}:root.dark-theme .ant-select-dropdown .ant-select-item,:root:not(.light-theme) .ant-select-dropdown .ant-select-item{color:var(--text-primary)}:root.dark-theme .ant-select-dropdown .ant-select-item:hover,:root:not(.light-theme) .ant-select-dropdown .ant-select-item:hover{background-color:var(--hover-bg)}:root.dark-theme .ant-select-dropdown .ant-select-item-option-selected,:root:not(.light-theme) .ant-select-dropdown .ant-select-item-option-selected{background-color:var(--selected-bg)}:root.dark-theme .ant-card,:root:not(.light-theme) .ant-card{background-color:var(--bg-secondary);border:1px solid var(--border-primary);box-shadow:var(--shadow-sm);color:var(--text-primary)}:root.dark-theme .ant-card .ant-card-head,:root:not(.light-theme) .ant-card .ant-card-head{background-color:var(--bg-tertiary);border-bottom-color:var(--border-primary);color:var(--text-primary)}:root.dark-theme .ant-card .ant-card-body,:root:not(.light-theme) .ant-card .ant-card-body{color:var(--text-primary)}:root.dark-theme .ant-table,:root:not(.light-theme) .ant-table{background-color:transparent!important;font-family:"Plus Jakarta Sans",-apple-system,sans-serif!important}:root.dark-theme .ant-table .ant-table-container,:root:not(.light-theme) .ant-table .ant-table-container{background-color:transparent!important}:root.dark-theme .ant-table .ant-table-thead>tr>th,:root:not(.light-theme) .ant-table .ant-table-thead>tr>th{background-color:#171717!important;border-bottom-color:var(--border-primary)!important;color:#fff!important;font-size:14px!important;font-weight:500!important;padding:12px 16px!important}:root.dark-theme .ant-table .ant-table-thead>tr>th:before,:root:not(.light-theme) .ant-table .ant-table-thead>tr>th:before{background-color:transparent!important}:root.dark-theme .ant-table .ant-table-tbody,:root:not(.light-theme) .ant-table .ant-table-tbody{background-color:transparent!important}:root.dark-theme .ant-table .ant-table-tbody>tr,:root:not(.light-theme) .ant-table .ant-table-tbody>tr{background-color:#171717!important}:root.dark-theme .ant-table .ant-table-tbody>tr:hover>td,:root:not(.light-theme) .ant-table .ant-table-tbody>tr:hover>td{background-color:rgba(255,255,255,5%)!important}:root.dark-theme .ant-table .ant-table-tbody>tr>td,:root:not(.light-theme) .ant-table .ant-table-tbody>tr>td{border-bottom-color:var(--border-secondary)!important;background-color:#171717!important;padding:12px 16px!important;color:#fff!important;font-size:16px!important;font-weight:500!important;line-height:22px!important}:root.dark-theme .ant-table .ant-table-cell-row-hover,:root:not(.light-theme) .ant-table .ant-table-cell-row-hover{background-color:rgba(255,255,255,5%)!important}:root.dark-theme .ant-table .ant-table-placeholder,:root:not(.light-theme) .ant-table .ant-table-placeholder{background-color:#171717!important}:root.dark-theme .ant-table .ant-table-placeholder .ant-empty-description,:root:not(.light-theme) .ant-table .ant-table-placeholder .ant-empty-description{color:rgba(255,255,255,.6)!important}:root.dark-theme .ant-table .ant-table-cell[data-secondary=true],:root:not(.light-theme) .ant-table .ant-table-cell[data-secondary=true],:root.dark-theme .ant-table .ant-table-cell .secondary-text,:root:not(.light-theme) .ant-table .ant-table-cell .secondary-text{color:rgba(255,255,255,.6)!important;font-size:12px!important;font-weight:400!important;line-height:16px!important}:root.dark-theme .ant-modal .ant-modal-content,:root:not(.light-theme) .ant-modal .ant-modal-content{background-color:var(--bg-secondary);box-shadow:var(--shadow-lg)}:root.dark-theme .ant-modal .ant-modal-header,:root:not(.light-theme) .ant-modal .ant-modal-header{background-color:var(--bg-primary);border-bottom-color:var(--border-primary)}:root.dark-theme .ant-modal .ant-modal-header .ant-modal-title,:root:not(.light-theme) .ant-modal .ant-modal-header .ant-modal-title{color:var(--text-primary)}:root.dark-theme .ant-modal .ant-modal-body,:root:not(.light-theme) .ant-modal .ant-modal-body{color:var(--text-primary)}:root.dark-theme .ant-modal .ant-modal-footer,:root:not(.light-theme) .ant-modal .ant-modal-footer{border-top-color:var(--border-primary)}:root.dark-theme .ant-modal .ant-modal-close,:root:not(.light-theme) .ant-modal .ant-modal-close{color:var(--text-secondary)}:root.dark-theme .ant-modal .ant-modal-close:hover,:root:not(.light-theme) .ant-modal .ant-modal-close:hover{color:var(--text-primary)}:root.dark-theme .ant-dropdown .ant-dropdown-menu,:root:not(.light-theme) .ant-dropdown .ant-dropdown-menu{background-color:var(--color-background-layer4)!important;box-shadow:var(--shadow-md)!important;border:none!important}:root.dark-theme .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item,:root:not(.light-theme) .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item{color:var(--text-primary)!important;background:transparent!important;border:none!important}:root.dark-theme .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item img,:root:not(.light-theme) .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item img{opacity:1!important}:root.dark-theme .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover,:root:not(.light-theme) .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover{background-color:var(--bg-secondary-hover)!important}:root.dark-theme .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:active,:root:not(.light-theme) .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:active{background-color:var(--bg-hover-5)!important}:root.dark-theme .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-divider,:root:not(.light-theme) .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-divider{background-color:var(--divider-level2)!important}:root.dark-theme .ant-message .ant-message-notice-content,:root:not(.light-theme) .ant-message .ant-message-notice-content{background-color:var(--bg-secondary);box-shadow:var(--shadow-md);color:var(--text-primary)}:root.dark-theme .ant-notification .ant-notification-notice,:root:not(.light-theme) .ant-notification .ant-notification-notice{background-color:var(--bg-secondary);box-shadow:var(--shadow-md)}:root.dark-theme .ant-notification .ant-notification-notice .ant-notification-notice-message,:root:not(.light-theme) .ant-notification .ant-notification-notice .ant-notification-notice-message{color:var(--text-primary)}:root.dark-theme .ant-notification .ant-notification-notice .ant-notification-notice-description,:root:not(.light-theme) .ant-notification .ant-notification-notice .ant-notification-notice-description{color:var(--text-secondary)}:root.dark-theme .ant-list .ant-list-item,:root:not(.light-theme) .ant-list .ant-list-item{border-bottom-color:var(--border-secondary);color:var(--text-primary)}:root.dark-theme .ant-list .ant-list-item:hover,:root:not(.light-theme) .ant-list .ant-list-item:hover{background-color:var(--hover-bg)}:root.dark-theme .ant-list .ant-list-header,:root:not(.light-theme) .ant-list .ant-list-header{background-color:var(--bg-tertiary);border-bottom-color:var(--border-primary);color:var(--text-primary)}:root.dark-theme .ant-tabs .ant-tabs-nav:before,:root:not(.light-theme) .ant-tabs .ant-tabs-nav:before{border-bottom-color:var(--border-primary)}:root.dark-theme .ant-tabs .ant-tabs-tab,:root:not(.light-theme) .ant-tabs .ant-tabs-tab{color:var(--text-secondary)}:root.dark-theme .ant-tabs .ant-tabs-tab:hover,:root:not(.light-theme) .ant-tabs .ant-tabs-tab:hover{color:var(--text-primary)}:root.dark-theme .ant-tabs .ant-tabs-tab.ant-tabs-tab-active,:root:not(.light-theme) .ant-tabs .ant-tabs-tab.ant-tabs-tab-active{color:var(--color-primary)}:root.dark-theme .ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,:root:not(.light-theme) .ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-primary)}:root.dark-theme .ant-tabs .ant-tabs-ink-bar,:root:not(.light-theme) .ant-tabs .ant-tabs-ink-bar{background-color:var(--color-primary)}:root.dark-theme .ant-form .ant-form-item-label>label,:root:not(.light-theme) .ant-form .ant-form-item-label>label{color:var(--text-primary)}:root.dark-theme .ant-form .ant-form-item-explain-error,:root:not(.light-theme) .ant-form .ant-form-item-explain-error{color:var(--color-error)}:root.dark-theme .ant-switch,:root:not(.light-theme) .ant-switch{background-color:var(--bg-quaternary)}:root.dark-theme .ant-switch.ant-switch-checked,:root:not(.light-theme) .ant-switch.ant-switch-checked{background-color:var(--color-primary)}:root.dark-theme .ant-checkbox-wrapper,:root:not(.light-theme) .ant-checkbox-wrapper,:root.dark-theme .ant-radio-wrapper,:root:not(.light-theme) .ant-radio-wrapper{color:var(--text-primary)}:root.dark-theme .ant-checkbox-inner,:root:not(.light-theme) .ant-checkbox-inner,:root.dark-theme .ant-radio-inner,:root:not(.light-theme) .ant-radio-inner{background-color:var(--bg-quaternary);border-color:var(--border-primary)}:root.dark-theme .ant-checkbox-checked .ant-checkbox-inner,:root:not(.light-theme) .ant-checkbox-checked .ant-checkbox-inner,:root.dark-theme .ant-radio-checked .ant-radio-inner,:root:not(.light-theme) .ant-radio-checked .ant-radio-inner{background-color:var(--color-primary);border-color:var(--color-primary)}:root.dark-theme .ant-tooltip .ant-tooltip-inner,:root:not(.light-theme) .ant-tooltip .ant-tooltip-inner{background-color:var(--bg-tertiary);color:var(--text-primary)}:root.dark-theme .ant-tooltip .ant-tooltip-arrow-content,:root:not(.light-theme) .ant-tooltip .ant-tooltip-arrow-content{background-color:var(--bg-tertiary)}:root.dark-theme .ant-popover .ant-popover-inner,:root:not(.light-theme) .ant-popover .ant-popover-inner{background-color:var(--bg-secondary);box-shadow:var(--shadow-md)}:root.dark-theme .ant-popover .ant-popover-title,:root:not(.light-theme) .ant-popover .ant-popover-title{border-bottom-color:var(--border-primary);color:var(--text-primary)}:root.dark-theme .ant-popover .ant-popover-inner-content,:root:not(.light-theme) .ant-popover .ant-popover-inner-content{color:var(--text-primary)}:root.dark-theme .ant-progress .ant-progress-text,:root:not(.light-theme) .ant-progress .ant-progress-text{color:var(--text-primary)}:root.dark-theme .ant-badge .ant-badge-count,:root:not(.light-theme) .ant-badge .ant-badge-count{background-color:var(--color-error);color:#fff}:root.dark-theme .ant-tag,:root:not(.light-theme) .ant-tag{background-color:var(--bg-tertiary);border-color:var(--border-primary);color:var(--text-primary)}:root.dark-theme .ant-divider,:root:not(.light-theme) .ant-divider{border-color:var(--border-divider)}:root.dark-theme .ant-empty .ant-empty-description,:root:not(.light-theme) .ant-empty .ant-empty-description{color:var(--text-muted)}:root.dark-theme .ant-drawer .ant-drawer-content,:root:not(.light-theme) .ant-drawer .ant-drawer-content{background-color:var(--bg-secondary)}:root.dark-theme .ant-drawer .ant-drawer-header,:root:not(.light-theme) .ant-drawer .ant-drawer-header{background-color:var(--bg-tertiary);border-bottom-color:var(--border-primary)}:root.dark-theme .ant-drawer .ant-drawer-header .ant-drawer-title,:root:not(.light-theme) .ant-drawer .ant-drawer-header .ant-drawer-title{color:var(--text-primary)}:root.dark-theme .ant-drawer .ant-drawer-body,:root:not(.light-theme) .ant-drawer .ant-drawer-body{color:var(--text-primary)}:root.dark-theme .ant-collapse,:root:not(.light-theme) .ant-collapse{background-color:var(--bg-secondary);border-color:var(--border-primary)}:root.dark-theme .ant-collapse .ant-collapse-item,:root:not(.light-theme) .ant-collapse .ant-collapse-item{border-bottom-color:var(--border-primary)}:root.dark-theme .ant-collapse .ant-collapse-header,:root:not(.light-theme) .ant-collapse .ant-collapse-header{color:var(--text-primary)}:root.dark-theme .ant-collapse .ant-collapse-content,:root:not(.light-theme) .ant-collapse .ant-collapse-content{background-color:var(--bg-primary);border-top-color:var(--border-primary);color:var(--text-primary)}:root.dark-theme .ant-picker,:root:not(.light-theme) .ant-picker{background-color:var(--bg-quaternary)!important;border-color:var(--border-primary)!important}:root.dark-theme .ant-picker .ant-picker-input>input,:root:not(.light-theme) .ant-picker .ant-picker-input>input{background-color:transparent!important;color:var(--text-primary)!important}:root.dark-theme .ant-picker .ant-picker-input>input::-webkit-input-placeholder,:root:not(.light-theme) .ant-picker .ant-picker-input>input::-webkit-input-placeholder{color:var(--text-muted)!important}:root.dark-theme .ant-picker .ant-picker-input>input::placeholder,:root:not(.light-theme) .ant-picker .ant-picker-input>input::placeholder{color:var(--text-muted)!important}:root.dark-theme .ant-picker .ant-picker-separator,:root:not(.light-theme) .ant-picker .ant-picker-separator{color:var(--text-secondary)!important}:root.dark-theme .ant-picker .ant-picker-clear,:root:not(.light-theme) .ant-picker .ant-picker-clear,:root.dark-theme .ant-picker .ant-picker-suffix,:root:not(.light-theme) .ant-picker .ant-picker-suffix{color:var(--text-secondary)!important}:root.dark-theme .ant-picker .ant-picker-clear:hover,:root:not(.light-theme) .ant-picker .ant-picker-clear:hover,:root.dark-theme .ant-picker .ant-picker-suffix:hover,:root:not(.light-theme) .ant-picker .ant-picker-suffix:hover{color:var(--text-primary)!important}:root.dark-theme .ant-picker:hover,:root:not(.light-theme) .ant-picker:hover{border-color:var(--color-primary)!important}:root.dark-theme .ant-picker-focused,:root:not(.light-theme) .ant-picker-focused{border-color:var(--color-primary)!important;box-shadow:var(--focus-shadow)!important}.ant-pagination .ant-pagination-item{background-color:var(--bg-tertiary)!important;border-color:var(--border-primary)!important}.ant-pagination .ant-pagination-item a{color:var(--text-primary)!important}.ant-pagination .ant-pagination-item:hover{border-color:var(--color-primary)!important;background-color:var(--bg-quaternary)!important}.ant-pagination .ant-pagination-item:hover a{color:var(--color-primary)!important}.ant-pagination .ant-pagination-item-active{background-color:var(--text-primary)!important;border-color:var(--text-primary)!important}.ant-pagination .ant-pagination-item-active a{color:var(--bg-primary)!important}.ant-pagination .ant-pagination-item-active:hover{background-color:var(--text-primary)!important;border-color:var(--text-primary)!important}.ant-pagination .ant-pagination-item-active:hover a{color:var(--bg-primary)!important}.ant-pagination .ant-pagination-prev .ant-pagination-item-link,.ant-pagination .ant-pagination-next .ant-pagination-item-link,.ant-pagination .ant-pagination-jump-prev .ant-pagination-item-link,.ant-pagination .ant-pagination-jump-next .ant-pagination-item-link{background-color:transparent!important;border-color:var(--divider-level3)!important;color:var(--text-primary)!important}.ant-pagination .ant-pagination-prev .ant-pagination-item-link:hover,.ant-pagination .ant-pagination-next .ant-pagination-item-link:hover,.ant-pagination .ant-pagination-jump-prev .ant-pagination-item-link:hover,.ant-pagination .ant-pagination-jump-next .ant-pagination-item-link:hover{border-color:var(--divider-level3)!important;background-color:transparent!important;color:var(--text-primary)!important}.ant-pagination .ant-pagination-disabled .ant-pagination-item-link{background-color:var(--bg-disabled)!important;border-color:var(--border-secondary)!important;color:var(--text-disabled)!important}.ant-pagination .ant-pagination-disabled .ant-pagination-item-link:hover{background-color:var(--bg-disabled)!important;border-color:var(--border-secondary)!important;color:var(--text-disabled)!important}.ant-pagination .ant-pagination-options .ant-select .ant-select-selector{background-color:var(--bg-tertiary)!important;border-color:var(--border-primary)!important;color:var(--text-primary)!important}.ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,.ant-pagination .ant-pagination-options input{background-color:var(--bg-primary)!important;border-color:var(--divider-level2)!important;color:var(--text-primary)!important}.ant-pagination .ant-pagination-simple-pager input{background-color:var(--bg-tertiary)!important;border-color:var(--border-primary)!important;color:var(--text-primary)!important}.ant-pagination .ant-pagination-total-text{color:var(--text-secondary)!important}*{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}html,body{background-color:var(--bg-primary);color:var(--text-primary);overflow-x:hidden;width:100%;max-width:100vw}*{box-sizing:border-box}#__qiankun_microapp_wrapper_for_smart_qa__ .ant-layout-sider{top:40px!important}.ant-layout-content{background-color:var(--bg-primary)!important;padding:0!important;color:var(--text-primary)!important}.ant-layout{background-color:var(--bg-primary)!important}.ant-layout-sider{background-color:var(--bg-secondary)!important}.comment-highlight{background-color:#0099ff3d}.comment-highlight.active{background-color:#0099ff73}.highlight-cn{background-color:rgba(0,153,255,.24);padding:0 2px;border-radius:2px;font-weight:500}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::selection{background-color:var(--selection-bg);color:var(--selection-color)}::-moz-selection{background-color:var(--selection-bg);color:var(--selection-color)}:focus-visible{outline:2px solid var(--focus-outline-color);outline-offset:2px}a{color:var(--link-color);text-decoration:none}a:hover{color:var(--link-hover-color);text-decoration:underline}a:active{color:var(--link-active-color)}a:hover{color:var(--link-hover-color);text-decoration:underline}a:active{color:var(--link-active-color)}hr{border-color:var(--border-divider)}input:not([type=checkbox]):not([type=radio]),textarea:not([type=checkbox]):not([type=radio]),select:not([type=checkbox]):not([type=radio]){background-color:var(--bg-quaternary);border-color:var(--border-primary);color:var(--text-primary)}input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder,textarea:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder,select:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder{color:var(--text-muted)}input:not([type=checkbox]):not([type=radio])::placeholder,textarea:not([type=checkbox]):not([type=radio])::placeholder,select:not([type=checkbox]):not([type=radio])::placeholder{color:var(--text-muted)}.ant-spin-dot-holder{color:var(--text-secondary)!important}.ant-dropdown-menu-submenu-title{display:flex;align-items:center!important}.ant-dropdown-menu-item-selected{background-color:var(--bg-secondary)!important}
/*# sourceMappingURL=umi.62c87959.css.map*/