*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0f0f1a;--bg-secondary: #1a1a2e;--bg-card: #16213e;--accent-cyan: #00d2d3;--accent-blue: #3a86ff;--text-primary: #e6f7ff;--text-secondary: #a0a0b0;--border-glow: rgba(0, 210, 211, .3)}body{font-family:Microsoft YaHei,PingFang SC,sans-serif;background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 100%);color:var(--text-primary);min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--accent-cyan);border-radius:4px}::selection{background:#3a86ff59;color:#f7fbff}.tech-card{background:linear-gradient(145deg,#16213ecc,#1a1a2ee6);border:1px solid var(--border-glow);border-radius:12px;padding:20px;box-shadow:0 0 20px #00d2d31a;transition:all .3s ease}.tech-card:hover{box-shadow:0 0 30px #00d2d333;transform:translateY(-2px)}.glow-text{text-shadow:0 0 10px var(--accent-cyan),0 0 20px rgba(0,210,211,.5)}.tech-btn{background:linear-gradient(135deg,var(--accent-cyan),var(--accent-blue));border:none;border-radius:6px;color:#fff;font-weight:500;transition:all .3s ease}.tech-btn:hover{box-shadow:0 0 20px #00d2d380;transform:translateY(-1px)}.status-indicator{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:8px}.status-normal{background:#52c41a;box-shadow:0 0 6px #52c41a}.status-fault{background:#ff4d4f;box-shadow:0 0 6px #ff4d4f}.status-offline{background:#faad14;box-shadow:0 0 6px #faad14}.page-container{padding:24px;min-height:calc(100vh - 64px)}.stat-card{background:linear-gradient(145deg,#16213ee6,#1a1a2ef2);border:1px solid var(--border-glow);border-radius:12px;padding:20px;text-align:center}.stat-card .stat-value{font-size:32px;font-weight:700;color:var(--accent-cyan);text-shadow:0 0 10px rgba(0,210,211,.5)}.stat-card .stat-label{font-size:14px;color:var(--text-secondary);margin-top:8px}.ant-layout,.ant-layout-content{background:transparent!important}.ant-table{background:#16213ecc!important}.ant-table-thead>tr>th{background:#00d2d31a!important;color:var(--accent-cyan)!important;border-bottom:1px solid var(--border-glow)!important}.ant-table-tbody>tr>td{border-bottom:1px solid rgba(0,210,211,.1)!important}.ant-table-tbody>tr:hover>td{background:#00d2d30d!important}.asset-ledger-table .ant-pagination{margin:10px 0 0!important;padding:8px 10px;border:1px solid rgba(0,210,211,.18);border-radius:8px;background:#0a1628c7}.asset-ledger-table .ant-pagination,.asset-ledger-table .ant-pagination-total-text,.asset-ledger-table .ant-pagination-options-quick-jumper{color:#dcecff!important}.asset-ledger-table .ant-pagination-item,.asset-ledger-table .ant-pagination-prev .ant-pagination-item-link,.asset-ledger-table .ant-pagination-next .ant-pagination-item-link{border-color:#00d2d347!important;background:#16213edb!important}.asset-ledger-table .ant-pagination-item a,.asset-ledger-table .ant-pagination-prev .ant-pagination-item-link,.asset-ledger-table .ant-pagination-next .ant-pagination-item-link{color:#dcecff!important}.asset-ledger-table .ant-pagination-item-active{border-color:var(--accent-cyan)!important;background:#00d2d329!important}.asset-ledger-table .ant-pagination-item-active a{color:var(--accent-cyan)!important}.asset-ledger-table .ant-pagination-options .ant-select-selector,.asset-ledger-table .ant-pagination-options-quick-jumper input{color:#dcecff!important;border-color:#00d2d347!important;background:#16213edb!important}.ant-modal-content{background:var(--bg-card)!important}.ant-modal-header{background:transparent!important;border-bottom:1px solid var(--border-glow)!important}.ant-modal-title{color:var(--accent-cyan)!important}.ant-form-item-label>label{color:var(--text-primary)!important}.ant-input,.ant-select-selector,.ant-picker{background:#16213ecc!important;border-color:var(--border-glow)!important;color:var(--text-primary)!important}.ant-input,.ant-input-affix-wrapper,.ant-picker,.ant-select-selector,.ant-select-selection-search-input{color:var(--text-primary)!important}.ant-input-affix-wrapper,.ant-input-affix-wrapper>input{background:#16213ecc!important;border-color:var(--border-glow)!important;color:var(--text-primary)!important}.ant-input:focus,.ant-input-focused,.ant-input-affix-wrapper-focused,.ant-select-focused .ant-select-selector,.ant-picker-focused{border-color:var(--accent-cyan)!important;box-shadow:0 0 10px #00d2d34d!important}.ant-tabs-nav:before{border-bottom-color:var(--border-glow)!important}.ant-tabs-tab{color:var(--text-secondary)!important}.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--accent-cyan)!important}.ant-tabs-ink-bar{background:var(--accent-cyan)!important}.ant-input-search .ant-input{background:#16213ecc!important}.ant-input::placeholder,.ant-select-selection-placeholder,.ant-picker-input>input::placeholder{color:#a0a0b0!important;opacity:.8}.ant-select .ant-select-selection-placeholder{color:#a0a0b0!important}.ant-select-single .ant-select-selector .ant-select-selection-item,.ant-select-multiple .ant-select-selection-item-content,.ant-picker .ant-picker-input>input,.ant-picker-suffix,.ant-select-arrow,.ant-select-clear,.ant-input-prefix,.ant-input-suffix,.ant-input-show-count-suffix{color:var(--text-primary)!important}.ant-select-dropdown,.ant-picker-dropdown .ant-picker-panel-container{background:#0d172bfa!important;border:1px solid rgba(0,210,211,.22)!important}.ant-select-item{color:var(--text-primary)!important;margin:4px 6px!important;border-radius:10px!important;transition:background .18s ease,box-shadow .18s ease!important}.ant-select-item-option-active:not(.ant-select-item-option-disabled){background:linear-gradient(90deg,#3a86ff24,#00d2d30f)!important;box-shadow:inset 0 0 0 1px #3a86ff29!important}.ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:linear-gradient(90deg,#08162cf5,#122646eb)!important;box-shadow:inset 0 0 0 1px #00d2d36b,0 0 0 1px #00d2d314!important;color:#f7fbff!important;font-weight:600}.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-content,.ant-select-item-option-active:not(.ant-select-item-option-disabled) .ant-select-item-option-content,.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state,.ant-select-item-option-active:not(.ant-select-item-option-disabled) .ant-select-item-option-state{color:inherit!important}.ant-select-multiple .ant-select-selection-item{background:#3a86ff38!important;border:1px solid rgba(143,251,255,.28)!important;color:#f7fbff!important}.ant-select-multiple .ant-select-selection-item-remove{color:#f7fbffcc!important}.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner{background:#2b6dff!important;color:#f7fbff!important}.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):before,.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):before,.ant-picker-cell-in-view.ant-picker-cell-in-range:before{background:#3a86ff2e!important}.ant-alert{border-radius:12px!important;border:1px solid rgba(0,210,211,.18)!important;box-shadow:inset 0 0 0 1px #ffffff05!important}.ant-alert-message,.ant-alert-description,.ant-alert-close-icon,.ant-alert .anticon{color:var(--text-primary)!important}.ant-alert-info{background:linear-gradient(135deg,#1a3054e6,#12213af0)!important;border-color:#3a86ff57!important}.ant-alert-info .ant-alert-message{color:#8fd8ff!important}.ant-alert-success{background:linear-gradient(135deg,#143a2ce6,#102620f0)!important;border-color:#52c41a4d!important}.ant-alert-success .ant-alert-message{color:#9ef0b0!important}.ant-alert-warning{background:linear-gradient(135deg,#473512eb,#2e220cf2)!important;border-color:#faad1457!important}.ant-alert-warning .ant-alert-message{color:#ffd37a!important}.ant-alert-error{background:linear-gradient(135deg,#4a181feb,#301118f2)!important;border-color:#ff4d4f57!important}.ant-alert-error .ant-alert-message{color:#ffb0b0!important}
