@charset "UTF-8";#app{width:100vw;height:100vh;overflow:hidden}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Microsoft YaHei,PingFang SC,Helvetica Neue,Arial,sans-serif;background:#0a0e27;color:#fff;overflow:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:3px}::-webkit-scrollbar-thumb{background:rgba(0,212,255,.6);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:rgba(0,212,255,.8)}:root{--primary-color: #00d4ff;--theme-primary: #00d4ff;--theme-primary-rgb: 0, 212, 255;--secondary-color: #1890ff;--success-color: #52c41a;--warning-color: #faad14;--error-color: #ff4d4f;--bg-primary: #0a0e27;--bg-secondary: #1a1f3a;--bg-card: rgba(26, 31, 58, .8);--border-color: rgba(0, 212, 255, .3);--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .8);--text-muted: rgba(255, 255, 255, .6);--el-fill-color-blank: rgba(0, 212, 255, .08) !important;--el-border-color: rgba(0, 212, 255, .3) !important;--el-border-color-hover: rgba(0, 212, 255, .5) !important;--el-border-color-focus: #00d4ff !important;--el-border-color-lighter: rgba(0, 212, 255, .2) !important;--el-table-border-color: transparent !important;--el-text-color-primary: #ffffff !important;--el-text-color-placeholder: rgba(255, 255, 255, .5) !important;--el-bg-color: rgba(0, 212, 255, .08) !important;--el-bg-color-overlay: rgba(26, 26, 46, .95) !important}.dashboard-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.dashboard-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--primary-color),transparent);animation:scan 3s linear infinite}@keyframes scan{0%{transform:translate(-100%)}to{transform:translate(100%)}}.card-title{font-size:16px;font-weight:600;color:var(--primary-color);margin-bottom:16px;display:flex;align-items:center}.card-title:before{content:"";width:4px;height:16px;background:var(--primary-color);margin-right:8px;border-radius:2px}.data-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.1)}.data-item:last-child{border-bottom:none}.data-item .label{color:var(--text-secondary);font-size:14px}.data-item .value{color:var(--text-primary);font-size:14px;font-weight:500}.status-indicator{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}.status-indicator.online{background:var(--success-color);box-shadow:0 0 6px var(--success-color)}.status-indicator.offline{background:var(--error-color);box-shadow:0 0 6px var(--error-color)}.status-indicator.warning{background:var(--warning-color);box-shadow:0 0 6px var(--warning-color)}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}@media (min-width: 1920px){.card-title{font-size:18px}.data-item{padding:12px 0}.data-item .label,.data-item .value{font-size:15px}.dashboard-card{padding:28px}}@media (min-width: 2560px){.card-title{font-size:20px}.data-item{padding:14px 0}.data-item .label,.data-item .value{font-size:16px}.dashboard-card{padding:32px}}@media (max-width: 1920px){.card-title{font-size:14px}.data-item .label,.data-item .value{font-size:12px}}@media (max-width: 1366px){.card-title{font-size:12px}.data-item .label,.data-item .value{font-size:11px}}.el-popper,.el-select-dropdown,.el-dropdown-menu,.el-menu,.el-submenu__title,.el-menu-item,.el-tooltip__popper,.el-popover,.el-date-picker,.el-time-picker,.el-cascader-panel,.el-color-picker__panel,.el-autocomplete-suggestion{background:rgba(26,26,46,.95)!important;border:1px solid rgba(0,212,255,.3)!important;box-shadow:0 10px 30px #00000080!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.el-select-dropdown__item,.el-dropdown-menu__item,.el-menu-item,.el-cascader-node,.el-autocomplete-suggestion__list li{color:#fff!important;background:transparent!important}.el-select-dropdown__item:hover,.el-select-dropdown__item.hover,.el-dropdown-menu__item:hover,.el-dropdown-menu__item.hover,.el-menu-item:hover,.el-menu-item.hover,.el-cascader-node:hover,.el-cascader-node.hover,.el-autocomplete-suggestion__list li:hover,.el-autocomplete-suggestion__list li.hover{background:rgba(0,212,255,.1)!important;color:#00d4ff!important}.el-select-dropdown__item.selected,.el-select-dropdown__item.is-active,.el-dropdown-menu__item.selected,.el-dropdown-menu__item.is-active,.el-menu-item.selected,.el-menu-item.is-active,.el-cascader-node.selected,.el-cascader-node.is-active,.el-autocomplete-suggestion__list li.selected,.el-autocomplete-suggestion__list li.is-active{background:rgba(0,212,255,.2)!important;color:#00d4ff!important;font-weight:600!important}.el-input__wrapper,.el-textarea__inner,.el-input-number .el-input__wrapper{background:rgba(0,212,255,.08)!important;border:1px solid rgba(0,212,255,.3)!important;border-radius:6px!important;color:#fff!important}.el-input__wrapper:hover,.el-textarea__inner:hover,.el-input-number .el-input__wrapper:hover{border-color:#00d4ff80!important;background:rgba(0,212,255,.12)!important}.el-input__wrapper.is-focus,.el-textarea__inner.is-focus,.el-input-number .el-input__wrapper.is-focus{border-color:#00d4ff!important;background:rgba(0,212,255,.15)!important;box-shadow:0 0 12px #00d4ff4d!important}.el-input__inner,.el-textarea__inner{color:#fff!important;background:transparent!important}.el-input__inner::placeholder,.el-textarea__inner::placeholder{color:#ffffff80!important}.el-dialog,.el-drawer,.el-message-box{background:linear-gradient(135deg,rgba(26,26,46,.95) 0%,rgba(16,16,32,.98) 100%)!important;border:1px solid rgba(0,212,255,.3)!important;color:#fff!important}.el-dialog__header,.el-drawer__header,.el-message-box__header{background:transparent!important;border-bottom:1px solid rgba(0,212,255,.2)!important}.el-dialog__header .el-dialog__title,.el-dialog__header .el-drawer__title,.el-dialog__header .el-message-box__title,.el-drawer__header .el-dialog__title,.el-drawer__header .el-drawer__title,.el-drawer__header .el-message-box__title,.el-message-box__header .el-dialog__title,.el-message-box__header .el-drawer__title,.el-message-box__header .el-message-box__title{color:#00d4ff!important}.el-dialog__body,.el-drawer__body,.el-message-box__content{color:#fff!important;background:transparent!important}.el-table,.el-table__header-wrapper,.el-table__body-wrapper,.el-table__footer-wrapper{background:transparent!important;color:#fff!important}.el-table th,.el-table td{background:transparent!important;border-color:#00d4ff33!important;color:#fff!important}.el-table th{background:rgba(0,212,255,.1)!important;color:#00d4ff!important}.el-table tr:hover td{background:rgba(0,212,255,.08)!important}.el-pagination{color:#fff!important}.el-pagination .el-pager li,.el-pagination .btn-prev,.el-pagination .btn-next{background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.15)!important;color:#fff!important}.el-pagination .el-pager li:hover,.el-pagination .btn-prev:hover,.el-pagination .btn-next:hover{background:rgba(0,212,255,.2)!important;border-color:#00d4ff!important}.el-pagination .el-pager li.is-active,.el-pagination .btn-prev.is-active,.el-pagination .btn-next.is-active{background:linear-gradient(135deg,#00d4ff 0%,#64c8ff 100%)!important;color:#000!important;border-color:#00d4ff!important}.el-input .el-input__wrapper{background:rgba(0,212,255,.08)!important;border:1px solid rgba(0,212,255,.5)!important;border-radius:6px!important}.el-input .el-input__wrapper:hover{border-color:#00d4ffb3!important;background:rgba(0,212,255,.12)!important}.el-input .el-input__wrapper.is-focus{border-color:#00d4ff!important;background:rgba(0,212,255,.15)!important;box-shadow:0 0 12px #00d4ff4d!important}.el-input .el-input__inner{color:#fff!important;background:transparent!important}.el-input .el-input__inner::placeholder{color:#ffffff80!important}.el-select .el-input__wrapper{background:rgba(0,212,255,.08)!important;border:1px solid rgba(0,212,255,.3)!important;border-radius:6px!important}.el-select .el-input__wrapper:hover{border-color:#00d4ff80!important;background:rgba(0,212,255,.12)!important}.el-select .el-input__wrapper.is-focus{border-color:#00d4ff!important;background:rgba(0,212,255,.15)!important;box-shadow:0 0 12px #00d4ff4d!important}.el-select .el-input__inner{color:#fff!important;background:transparent!important}.el-select .el-input__inner::placeholder{color:#ffffff80!important}.el-select .el-select__caret,.el-select .el-input__suffix{color:#fff9!important}.el-select-dropdown{background:rgba(26,26,46,.95)!important;border:1px solid rgba(0,212,255,.3)!important;border-radius:8px!important;box-shadow:0 10px 30px #00000080!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.el-select-dropdown .el-select-dropdown__item{color:#fff!important;background:transparent!important}.el-select-dropdown .el-select-dropdown__item:hover{background:rgba(0,212,255,.1)!important;color:#00d4ff!important}.el-select-dropdown .el-select-dropdown__item.selected{background:rgba(0,212,255,.2)!important;color:#00d4ff!important;font-weight:600!important}.el-select-dropdown .el-select-dropdown__empty{color:#fff9!important}.el-form-item__label{color:#ffffffe6!important}.el-radio,.el-checkbox{color:#fff!important}.el-radio__input.is-checked .el-radio__inner,.el-checkbox__input.is-checked .el-checkbox__inner{background-color:#00d4ff!important;border-color:#00d4ff!important}.el-button.el-button--text{color:#fff!important}.el-button.el-button--text:hover{color:#00d4ff!important;background:rgba(0,212,255,.1)!important}.el-tag{background:rgba(0,212,255,.1)!important;border:1px solid rgba(0,212,255,.2)!important;color:#fff!important}.el-switch{--el-switch-on-color: #00d4ff !important;--el-switch-off-color: rgba(255, 255, 255, .3) !important}.el-slider__runway{background:rgba(255,255,255,.2)!important}.el-slider__bar{background:#00d4ff!important}.el-slider__button{border:2px solid #00d4ff!important;background:rgba(26,26,46,.9)!important}.el-progress-bar__outer{background:rgba(255,255,255,.2)!important}.el-progress-bar__inner{background:linear-gradient(90deg,#00d4ff,#64c8ff)!important}.el-message,.el-notification{background:rgba(26,26,46,.95)!important;border:1px solid rgba(0,212,255,.3)!important;color:#fff!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.el-loading-mask{background:rgba(0,0,0,.7)!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important}.el-loading-spinner .circular{stroke:#00d4ff!important}.el-tree{background:transparent!important;color:#fff!important}.el-tree-node__content{color:#fff!important}.el-tree-node__content:hover{background:rgba(0,212,255,.1)!important}.el-transfer-panel{background:rgba(26,26,46,.95)!important;border:1px solid rgba(0,212,255,.3)!important;color:#fff!important}.el-timeline-item__timestamp{color:#ffffffb3!important}.el-steps,.el-step__title{color:#fff!important}.el-step__description{color:#ffffffb3!important}.el-breadcrumb{color:#fff!important}.el-breadcrumb__item{color:#ffffffb3!important}.el-breadcrumb__item.is-link{color:#00d4ff!important}.el-tabs__header{background:transparent!important;border-bottom:1px solid rgba(0,212,255,.2)!important}.el-tabs__item{color:#ffffffb3!important}.el-tabs__item.is-active{color:#00d4ff!important}.el-tabs__active-bar{background:#00d4ff!important}.el-collapse{background:transparent!important;border:1px solid rgba(0,212,255,.2)!important}.el-collapse-item__header{background:rgba(0,212,255,.05)!important;color:#fff!important;border-bottom:1px solid rgba(0,212,255,.2)!important}.el-collapse-item__content{background:transparent!important;color:#fff!important}.el-card{background:rgba(26,26,46,.8)!important;border:1px solid rgba(0,212,255,.3)!important;color:#fff!important}.el-card__header{background:rgba(0,212,255,.05)!important;border-bottom:1px solid rgba(0,212,255,.2)!important;color:#00d4ff!important}.el-overlay{background:rgba(0,0,0,.7)!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important}
