@charset "UTF-8";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;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}#app{height:100vh;width:100vw}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}#app{height:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-column{display:flex;flex-direction:column}.w-full{width:100%}.h-full{height:100%}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.p-16{padding:16px}.p-24{padding:24px}:root,.light-theme{--bg-color-primary: #ffffff;--bg-color-secondary: #fafafa;--bg-color-tertiary: #f5f5f5;--text-color-primary: rgba(0, 0, 0, .88);--text-color-secondary: rgba(0, 0, 0, .65);--text-color-tertiary: rgba(0, 0, 0, .45);--border-color-primary: #d9d9d9;--border-color-secondary: #f0f0f0;--shadow-primary: 0 2px 8px rgba(0, 0, 0, .06);--shadow-secondary: 0 4px 12px rgba(0, 0, 0, .08);--sider-bg: #001529;--sider-text: rgba(255, 255, 255, .65);--sider-text-active: #ffffff;--header-bg: #ffffff;--header-border: #f0f0f0}.dark-theme{--bg-color-primary: #141414;--bg-color-secondary: #1f1f1f;--bg-color-tertiary: #262626;--text-color-primary: rgba(255, 255, 255, .88);--text-color-secondary: rgba(255, 255, 255, .65);--text-color-tertiary: rgba(255, 255, 255, .45);--border-color-primary: #434343;--border-color-secondary: #303030;--shadow-primary: 0 2px 8px rgba(0, 0, 0, .45);--shadow-secondary: 0 4px 12px rgba(0, 0, 0, .65);--sider-bg: #000000;--sider-text: rgba(255, 255, 255, .65);--sider-text-active: #ffffff;--header-bg: #141414;--header-border: #303030}.dark-theme{color-scheme:dark}.dark-theme .ant-layout{background:var(--bg-color-primary)!important}.dark-theme .ant-layout-header{background:var(--header-bg)!important;border-bottom:1px solid var(--header-border)!important}.dark-theme .ant-layout-content{background:var(--bg-color-secondary)!important}.dark-theme .ant-layout-sider,.dark-theme .ant-menu.ant-menu-dark{background:var(--sider-bg)!important}.dark-theme .ant-menu.ant-menu-dark .ant-menu-item{color:var(--sider-text)!important}.dark-theme .ant-menu.ant-menu-dark .ant-menu-item:hover{background-color:#ffffff0f!important;color:var(--sider-text-active)!important}.dark-theme .ant-menu.ant-menu-dark .ant-menu-item.ant-menu-item-selected{background-color:#1890ff!important;color:var(--sider-text-active)!important}.dark-theme .ant-menu.ant-menu-dark .ant-menu-submenu-title{color:var(--sider-text)!important}.dark-theme .ant-menu.ant-menu-dark .ant-menu-submenu-title:hover{color:var(--sider-text-active)!important}.dark-theme .ant-card{background:var(--bg-color-primary)!important;border-color:var(--border-color-secondary)!important}.dark-theme .ant-card .ant-card-head{background:var(--bg-color-primary)!important;border-bottom:1px solid var(--border-color-secondary)!important}.dark-theme .ant-card .ant-card-head .ant-card-head-title,.dark-theme .ant-card .ant-card-body{color:var(--text-color-primary)!important}.dark-theme .ant-table{background:var(--bg-color-primary)!important}.dark-theme .ant-table .ant-table-thead>tr>th{background:var(--bg-color-tertiary)!important;border-bottom:1px solid var(--border-color-primary)!important;color:var(--text-color-primary)!important}.dark-theme .ant-table .ant-table-tbody>tr>td{border-bottom:1px solid var(--border-color-secondary)!important;color:var(--text-color-primary)!important}.dark-theme .ant-table .ant-table-tbody>tr:hover>td{background:var(--bg-color-tertiary)!important}.dark-theme .ant-form-item-label>label{color:var(--text-color-primary)!important}.dark-theme .ant-input{background:var(--bg-color-primary)!important;border-color:var(--border-color-primary)!important;color:var(--text-color-primary)!important}.dark-theme .ant-input:hover{border-color:#4096ff!important}.dark-theme .ant-input:focus{border-color:#4096ff!important;box-shadow:0 0 0 2px #4096ff33!important}.dark-theme .ant-input::placeholder{color:var(--text-color-tertiary)!important}.dark-theme .ant-input-group-addon{background:var(--bg-color-tertiary)!important;border-color:var(--border-color-primary)!important;color:var(--text-color-primary)!important}.dark-theme .ant-select .ant-select-selector{background:var(--bg-color-primary)!important;border-color:var(--border-color-primary)!important;color:var(--text-color-primary)!important}.dark-theme .ant-select .ant-select-selection-placeholder{color:var(--text-color-tertiary)!important}.dark-theme .ant-select-dropdown{background:var(--bg-color-primary)!important}.dark-theme .ant-select-dropdown .ant-select-item{color:var(--text-color-primary)!important}.dark-theme .ant-select-dropdown .ant-select-item:hover{background:var(--bg-color-tertiary)!important}.dark-theme .ant-select-dropdown .ant-select-item.ant-select-item-option-selected{background:#1890ff!important;color:#fff!important}.dark-theme .ant-modal .ant-modal-content{background:var(--bg-color-primary)!important}.dark-theme .ant-modal .ant-modal-header{background:var(--bg-color-primary)!important;border-bottom:1px solid var(--border-color-secondary)!important}.dark-theme .ant-modal .ant-modal-title,.dark-theme .ant-modal .ant-modal-body{color:var(--text-color-primary)!important}.dark-theme .ant-modal .ant-modal-footer{border-top:1px solid var(--border-color-secondary)!important}.dark-theme .ant-divider{border-color:var(--border-color-secondary)!important}.dark-theme .ant-divider.ant-divider-with-text{color:var(--text-color-primary)!important}.dark-theme .ant-divider.ant-divider-with-text:before,.dark-theme .ant-divider.ant-divider-with-text:after{border-color:var(--border-color-secondary)!important}.dark-theme .ant-breadcrumb,.dark-theme .ant-breadcrumb .ant-breadcrumb-link{color:var(--text-color-secondary)!important}.dark-theme .ant-breadcrumb .ant-breadcrumb-link:hover{color:var(--text-color-primary)!important}.dark-theme .ant-breadcrumb .ant-breadcrumb-separator{color:var(--text-color-tertiary)!important}.dark-theme .ant-dropdown .ant-dropdown-menu{background:var(--bg-color-primary)!important;box-shadow:var(--shadow-secondary)!important}.dark-theme .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item{color:var(--text-color-primary)!important}.dark-theme .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover{background:var(--bg-color-tertiary)!important}.dark-theme .ant-button.ant-btn-default{background:var(--bg-color-primary)!important;border-color:var(--border-color-primary)!important;color:var(--text-color-primary)!important}.dark-theme .ant-button.ant-btn-default:hover{border-color:#4096ff!important;color:#4096ff!important}.dark-theme .ant-button.ant-btn-text{color:var(--text-color-primary)!important}.dark-theme .ant-button.ant-btn-text:hover{background:var(--bg-color-tertiary)!important}.dark-theme .ant-switch.ant-switch-checked{background:#1890ff!important}.dark-theme .ant-upload .ant-upload-btn{background:var(--bg-color-primary)!important;border-color:var(--border-color-primary)!important;color:var(--text-color-primary)!important}.dark-theme .ant-upload .ant-upload-btn:hover{border-color:#4096ff!important}.dark-theme .cyber-card{background:linear-gradient(135deg,rgba(15,25,35,.95) 0%,rgba(20,35,50,.98) 100%)!important;border:1px solid rgba(100,255,218,.4)!important}.dark-theme .cyber-card:hover{border-color:#64ffdacc!important;box-shadow:0 20px 60px #64ffda40,0 0 30px #64ffda66,inset 0 1px #ffffff1a!important}.dark-theme .cyber-card .module-title{color:#64ffda!important}.dark-theme .cyber-card .module-desc{color:#fffc!important}.dark-theme .cyber-card .module-icon{background:linear-gradient(135deg,rgba(100,255,218,.3),rgba(100,255,218,.15))!important;border:1px solid rgba(100,255,218,.5)!important;color:#64ffda!important}.layout,.ant-layout,.ant-card,.ant-table,.ant-input,.ant-select,.ant-modal,.ant-button,.ant-menu{transition:background-color .3s ease,border-color .3s ease,color .3s ease!important}
