:root{--bg-primary: linear-gradient(135deg, #060d1a 0%, #0a1628 40%, #0d1f35 100%);--bg-deep: #060d1a;--bg-surface: rgba(8, 18, 35, .85);--bg-card: rgba(10, 25, 50, .65);--bg-card-hover: rgba(10, 25, 50, .85);--bg-elevated: rgba(12, 28, 55, .9);--neon-cyan: #00f3ff;--neon-green: #00ff88;--neon-purple: #b84dff;--neon-blue: #0088ff;--neon-pink: #ff4da6;--neon-orange: #ff8c00;--neon-yellow: #ffe600;--color-accent: #00f3ff;--color-accent-dim: rgba(0, 243, 255, .15);--color-success: #00ff88;--color-warning: #ff8c00;--color-danger: #ff4d6a;--color-info: #0088ff;--color-text: #e8f0ff;--color-text-secondary: rgba(200, 220, 255, .65);--color-text-muted: rgba(200, 220, 255, .4);--border-glow: rgba(0, 243, 255, .25);--border-subtle: rgba(100, 160, 255, .08);--glow-cyan: 0 0 15px rgba(0, 243, 255, .3), 0 0 30px rgba(0, 243, 255, .1);--glow-cyan-strong: 0 0 20px rgba(0, 243, 255, .5), 0 0 40px rgba(0, 243, 255, .2);--glow-green: 0 0 15px rgba(0, 255, 136, .3), 0 0 30px rgba(0, 255, 136, .1);--glow-purple: 0 0 15px rgba(184, 77, 255, .3), 0 0 30px rgba(184, 77, 255, .1)}@keyframes neonBreath{0%,to{opacity:.8}50%{opacity:1}}@keyframes glowPulse{0%,to{box-shadow:0 0 10px #00f3ff33,0 0 20px #00f3ff0d}50%{box-shadow:0 0 15px #00f3ff59,0 0 30px #00f3ff1f}}@keyframes borderGlow{0%,to{border-color:#00f3ff33}50%{border-color:#00f3ff66}}@keyframes textGlow{0%,to{text-shadow:0 0 8px rgba(0,243,255,.4)}50%{text-shadow:0 0 14px rgba(0,243,255,.7),0 0 24px rgba(0,243,255,.3)}}body{background:var(--bg-deep)!important;color:var(--color-text)!important;font-family:-apple-system,BlinkMacSystemFont,SF Mono,Cascadia Code,Consolas,Menlo,monospace,PingFang SC,Microsoft YaHei!important}#root{background:var(--bg-primary)!important;min-height:100vh}.glass-card{background:var(--bg-card)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;border:1px solid var(--border-glow)!important;box-shadow:var(--glow-cyan),inset 0 1px #00f3ff0d!important;border-radius:10px!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important}.glass-card:hover{background:var(--bg-card-hover)!important;border-color:#00f3ff66!important;box-shadow:var(--glow-cyan-strong),inset 0 1px #00f3ff14!important}.data-highlight{color:var(--neon-cyan);font-weight:600;text-shadow:0 0 10px rgba(0,243,255,.5);animation:neonBreath 3s ease-in-out infinite}.page-container{min-height:calc(100vh - 64px);padding:0}.page-container .ant-card{background:var(--bg-card)!important;border:1px solid var(--border-glow)!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:10px!important;color:var(--color-text)!important;box-shadow:var(--glow-cyan),inset 0 1px #00f3ff0d!important;transition:all .3s ease!important}.page-container .ant-card:hover{border-color:#00f3ff59!important}.page-container .ant-card-head{border-bottom:1px solid rgba(0,243,255,.1)!important;color:var(--color-text)!important}.page-container .ant-card-head-title{color:var(--color-text)!important;text-shadow:0 0 10px rgba(0,243,255,.3)}.page-container .ant-table{background:transparent!important;color:var(--color-text-secondary)!important}.page-container .ant-table-thead>tr>th,.page-container .ant-table-thead>tr>td{background:#00f3ff0a!important;color:var(--neon-cyan)!important;border-bottom:1px solid rgba(0,243,255,.15)!important;font-weight:600!important;text-shadow:0 0 6px rgba(0,243,255,.3);letter-spacing:.5px}.page-container .ant-table-tbody>tr>td{color:var(--color-text-secondary)!important;border-bottom:1px solid rgba(100,160,255,.06)!important;background:transparent!important;transition:all .2s ease!important}.page-container .ant-table-tbody>tr:hover>td{background:#00f3ff0a!important;box-shadow:inset 0 0 20px #00f3ff08!important}.page-container .ant-table-tbody>tr:last-child>td{border-bottom:1px solid rgba(0,243,255,.1)!important}.page-container .ant-table-placeholder>td{background:transparent!important}.page-container .ant-table-thead>tr>th,.page-container .ant-table-thead>tr>td{text-align:center!important}.page-container .ant-table-tbody>tr>td{text-align:center!important;white-space:normal!important;word-break:break-word!important}.page-container .ant-btn-primary{background:linear-gradient(135deg,#00f3ff33,#08f3)!important;border:1px solid rgba(0,243,255,.5)!important;box-shadow:0 0 12px #00f3ff40,inset 0 0 12px #00f3ff0d!important;color:var(--neon-cyan)!important;text-shadow:0 0 8px rgba(0,243,255,.5)!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;position:relative;overflow:hidden}.page-container .ant-btn-primary:before{content:"";position:absolute;top:0;left:-100%;right:0;bottom:0;width:300%;background:linear-gradient(90deg,transparent,rgba(0,243,255,.1),transparent);transition:left .5s ease}.page-container .ant-btn-primary:hover:before{left:100%}.page-container .ant-btn-primary:hover{background:linear-gradient(135deg,#00f3ff4d,#0088ff4d)!important;border-color:var(--neon-cyan)!important;box-shadow:var(--glow-cyan-strong),inset 0 0 15px #00f3ff14!important;color:#fff!important;text-shadow:0 0 12px rgba(0,243,255,.8)!important}.page-container .ant-btn-default{background:#0a193299!important;border:1px solid rgba(0,243,255,.35)!important;color:var(--neon-cyan)!important;text-shadow:0 0 6px rgba(0,243,255,.4)!important;transition:all .3s ease!important}.page-container .ant-btn-default:hover{background:#00f3ff1f!important;border-color:var(--neon-cyan)!important;color:#fff!important;text-shadow:0 0 10px rgba(0,243,255,.7)!important;box-shadow:0 0 15px #00f3ff40!important}.page-container .ant-btn-dangerous{background:#ff4d6a14!important;border:1px solid rgba(255,77,106,.3)!important;color:var(--color-danger)!important}.page-container .ant-btn-dangerous:hover{background:#ff4d6a26!important;border-color:#ff4d6a80!important;box-shadow:0 0 12px #ff4d6a33!important}.page-container .ant-btn-sm{background:#0a1e3ccc!important;border:1px solid rgba(0,243,255,.4)!important;color:var(--neon-cyan)!important;text-shadow:0 0 6px rgba(0,243,255,.4)!important;box-shadow:0 0 8px #00f3ff26!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.page-container .ant-btn-sm:hover{background:#00f3ff1f!important;border-color:var(--neon-cyan)!important;color:#fff!important;text-shadow:0 0 10px rgba(0,243,255,.7)!important;box-shadow:0 0 15px #00f3ff4d!important}.page-container .ant-input,.page-container .ant-select-selector,.page-container .ant-picker{background:#0a193280!important;border:1px solid rgba(100,160,255,.12)!important;color:var(--color-text)!important;transition:all .3s ease!important}.page-container .ant-input:hover,.page-container .ant-select-selector:hover,.page-container .ant-picker:hover{border-color:#00f3ff4d!important}.page-container .ant-input:focus,.page-container .ant-input-focused,.page-container .ant-select-focused .ant-select-selector,.page-container .ant-picker-focused{border-color:#00f3ff80!important;box-shadow:0 0 12px #00f3ff26,inset 0 0 8px #00f3ff08!important}.page-container .ant-input::placeholder{color:var(--color-text-muted)!important}.page-container .ant-select-selection-placeholder{color:var(--color-text-muted)!important}.page-container .ant-select-arrow{color:var(--color-text-muted)}.page-container .ant-modal-content{background:linear-gradient(135deg,#0a1830,#0d1f38)!important;border:1px solid rgba(0,243,255,.2)!important;box-shadow:0 0 30px #00f3ff1a,0 20px 60px #00000080!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.page-container .ant-modal-title{color:var(--color-text)!important;text-shadow:0 0 10px rgba(0,243,255,.3)}.page-container .ant-modal-close-x{color:var(--color-text-muted)}.page-container .ant-modal-close-x:hover{color:var(--neon-cyan)}.page-container .ant-modal-footer .ant-btn-primary{background:linear-gradient(135deg,#00f3ff33,#08f3)!important;border:1px solid rgba(0,243,255,.5)!important;box-shadow:0 0 12px #00f3ff40!important;color:var(--neon-cyan)!important}.page-container .ant-modal-footer .ant-btn-default{background:#0a193280!important;border:1px solid rgba(100,160,255,.15)!important;color:var(--color-text-secondary)!important}.page-container .ant-tabs-tab{color:var(--color-text-secondary)!important}.page-container .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--neon-cyan)!important;text-shadow:0 0 8px rgba(0,243,255,.5)}.page-container .ant-tabs-ink-bar{background:linear-gradient(90deg,var(--neon-cyan),var(--neon-blue))!important;box-shadow:0 0 8px #00f3ff80}.page-container .ant-tabs-nav:before{border-bottom:1px solid rgba(0,243,255,.1)!important}.page-container .ant-typography{color:var(--color-text)}.page-container .ant-pagination{background:#00f3ff08;border:1px solid rgba(0,243,255,.15);border-radius:8px;padding:10px 16px;margin-top:16px;box-shadow:0 0 12px #00f3ff14;animation:glowPulse 4s ease-in-out infinite}.page-container .ant-pagination-item{background:#0a193280!important;border:1px solid rgba(0,243,255,.12)!important;transition:all .3s ease!important}.page-container .ant-pagination-item a{color:var(--color-text-secondary)!important}.page-container .ant-pagination-item:hover{background:#00f3ff14!important;border-color:#00f3ff66!important;box-shadow:0 0 10px #00f3ff33}.page-container .ant-pagination-item:hover a{color:var(--neon-cyan)!important}.page-container .ant-pagination-item-active{background:linear-gradient(135deg,#00f3ff33,#0088ff26)!important;border-color:#00f3ff80!important;box-shadow:0 0 15px #00f3ff4d}.page-container .ant-pagination-item-active a{color:#fff!important;text-shadow:0 0 8px rgba(0,243,255,.8)}.page-container .ant-pagination-prev .ant-pagination-item-link,.page-container .ant-pagination-next .ant-pagination-item-link{color:var(--neon-cyan)!important;background:#0a193280!important;border-color:#00f3ff1f!important}.page-container .ant-pagination-prev:hover .ant-pagination-item-link,.page-container .ant-pagination-next:hover .ant-pagination-item-link{color:#fff!important;border-color:#00f3ff66!important;box-shadow:0 0 10px #00f3ff33}.page-container .ant-pagination-total-text{color:var(--neon-cyan)!important;font-weight:600;text-shadow:0 0 10px rgba(0,243,255,.5);padding-right:12px;border-right:1px solid rgba(0,243,255,.2);margin-right:12px}.page-container .ant-pagination-options .ant-select-selector{background:#0a193280!important;border-color:#00f3ff1f!important;color:var(--color-text)!important}.page-container .ant-pagination-options-quick-jumper{color:var(--color-text-secondary)!important}.page-container .ant-pagination-options-quick-jumper input{background:#0a193280!important;border-color:#00f3ff1f!important;color:var(--color-text)!important}.page-container .ant-pagination-options-quick-jumper input:focus{border-color:#00f3ff80!important;box-shadow:0 0 8px #00f3ff33!important}.page-container .ant-select-item{color:var(--color-text)!important}.page-container .ant-select-item-option-selected{background:#00f3ff1f!important}.page-container .ant-select-item-option-active{background:#00f3ff0f!important}.page-container .ant-select-dropdown{background:#0a1830!important;border:1px solid rgba(0,243,255,.2)!important;box-shadow:0 0 20px #00f3ff1a!important}.page-container .ant-input,.page-container .ant-select-selection-item,.page-container .ant-select-selection-placeholder{color:var(--color-text)!important}.page-container .ant-input::placeholder,.page-container .ant-select-selection-placeholder{color:var(--color-text-muted)!important}.page-container .ant-picker-input>input{color:var(--color-text)!important}.page-container .ant-picker-input>input::placeholder{color:var(--color-text-muted)!important}.page-container .ant-modal-title{color:var(--color-text)!important}.page-container .ant-modal-header{background:transparent!important;border-bottom:1px solid rgba(0,243,255,.1)!important}.page-container .ant-form-item-label>label{color:#c8dcffd9!important}.page-container .ant-select-dropdown .ant-select-item{color:var(--color-text)!important}.ant-select-dropdown{z-index:1050!important}.filter-panel{background:#00f3ff05!important;border:1px solid rgba(0,243,255,.1)!important;border-radius:10px;padding:16px;margin-bottom:16px;box-shadow:inset 0 1px #00f3ff0d}.page-container .filter-panel .ant-input,.page-container .filter-panel .ant-select-selector,.page-container .filter-panel .ant-picker{background:#0a1932b3!important;border:1px solid rgba(0,243,255,.15)!important;border-radius:6px;color:var(--color-text)!important}.page-container .filter-panel .ant-input:focus,.page-container .filter-panel .ant-select-focused .ant-select-selector,.page-container .filter-panel .ant-picker-focused{border-color:#00f3ff66!important;box-shadow:0 0 10px #00f3ff1f!important}.page-container .filter-panel .ant-input,.page-container .filter-panel .ant-select-selection-item,.page-container .filter-panel .ant-select-selection-placeholder{color:var(--color-text)!important}.page-container .filter-panel .ant-input::placeholder,.page-container .filter-panel .ant-select-selection-placeholder{color:var(--color-text-muted)!important}.page-container .filter-panel .ant-picker-input>input{color:var(--color-text)!important}.page-container .filter-panel .ant-picker-input>input::placeholder{color:var(--color-text-muted)!important}.page-container .filter-label{color:#00f3ffcc;font-size:13px;margin-right:8px;white-space:nowrap;min-width:fit-content;text-shadow:0 0 6px rgba(0,243,255,.3)}.ant-popover-inner{background:#0a1830!important;border:1px solid rgba(0,243,255,.15);box-shadow:0 0 20px #00f3ff1a!important}.ant-popover-inner-content{color:var(--color-text)!important}.page-container .ant-statistic-title{color:var(--color-text-secondary)!important}.page-container .ant-tag{border-radius:4px}.page-container ::-webkit-scrollbar,*::-webkit-scrollbar{width:6px;height:6px}.page-container ::-webkit-scrollbar-track,*::-webkit-scrollbar-track{background:#00f3ff05}.page-container ::-webkit-scrollbar-thumb,*::-webkit-scrollbar-thumb{background:#00f3ff26;border-radius:3px}.page-container ::-webkit-scrollbar-thumb:hover,*::-webkit-scrollbar-thumb:hover{background:#00f3ff4d}.page-container .ant-radio-button-wrapper{background:#0a1e3ccc!important;border:1px solid rgba(0,243,255,.4)!important;color:var(--neon-cyan)!important;text-shadow:0 0 6px rgba(0,243,255,.4)!important;box-shadow:0 0 8px #00f3ff26!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease!important}.page-container .ant-radio-button-wrapper:hover{background:#00f3ff1a!important;color:#fff!important;text-shadow:0 0 10px rgba(0,243,255,.7)!important;box-shadow:0 0 15px #00f3ff40!important;border-color:var(--neon-cyan)!important}.page-container .ant-radio-button-wrapper-checked{background:#00f3ff26!important;border-color:var(--neon-cyan)!important;color:#fff!important;text-shadow:0 0 12px rgba(0,243,255,.9)!important;box-shadow:0 0 20px #00f3ff59!important}.ant-picker-panel{background:#0a1830!important;border-color:#00f3ff26!important}.ant-picker-panel .ant-picker-header{color:var(--color-text)!important;border-bottom-color:#00f3ff1a!important}.ant-picker-panel .ant-picker-content th,.ant-picker-panel .ant-picker-cell{color:var(--color-text-secondary)!important}.ant-picker-panel .ant-picker-cell-in-view{color:var(--color-text)!important}.ant-picker-panel .ant-picker-cell-selected .ant-picker-cell-inner{background:#00f3ff33!important;box-shadow:0 0 8px #00f3ff4d!important}.ant-picker-panel .ant-picker-cell-today .ant-picker-cell-inner:before{border-color:var(--neon-cyan)!important}.page-container .ant-badge-status-text{color:var(--color-text-secondary)!important}.ant-tooltip-inner{background:#0a1932f2!important;border:1px solid rgba(0,243,255,.2)!important;box-shadow:0 0 10px #00f3ff26!important}.neon-title{color:var(--neon-cyan);text-shadow:0 0 10px rgba(0,243,255,.5),0 0 20px rgba(0,243,255,.3),0 0 30px rgba(0,243,255,.1);animation:textGlow 3s ease-in-out infinite}.neon-title-green{color:var(--neon-green);text-shadow:0 0 10px rgba(0,255,136,.5),0 0 20px rgba(0,255,136,.3)}.neon-title-purple{color:var(--neon-purple);text-shadow:0 0 10px rgba(184,77,255,.5),0 0 20px rgba(184,77,255,.3)}.tech-card{position:relative;background:#0a193299;border:1px solid rgba(0,243,255,.15);border-radius:8px;overflow:hidden}.tech-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--neon-cyan),transparent);opacity:.5}.tech-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,243,255,.3),transparent)}.stat-card{background:#0a193299!important;border:1px solid rgba(0,243,255,.15)!important;border-radius:10px!important;box-shadow:0 0 12px #00f3ff14!important;transition:all .3s ease!important}.stat-card:hover{border-color:#00f3ff4d!important;box-shadow:0 0 20px #00f3ff26!important;transform:translateY(-2px)}.amount-cell{color:var(--neon-green)!important;text-shadow:0 0 6px rgba(0,255,136,.4);font-weight:600;font-family:SF Mono,Cascadia Code,Consolas,monospace}.mark-tag{border-radius:4px;box-shadow:0 0 6px currentColor}.page-container .ant-input-number{background:#0a193280!important;border:1px solid rgba(100,160,255,.12)!important;color:var(--color-text)!important}.page-container .ant-input-number:hover{border-color:#00f3ff4d!important}.page-container .ant-input-number:focus,.page-container .ant-input-number-focused{border-color:#00f3ff80!important;box-shadow:0 0 12px #00f3ff26!important}.page-container .ant-input-number-input{color:var(--color-text)!important}.page-container .ant-input-textarea textarea{background:#0a193280!important;border-color:#64a0ff1f!important;color:var(--color-text)!important}.page-container .ant-input-textarea textarea:focus{border-color:#00f3ff80!important;box-shadow:0 0 12px #00f3ff26!important}.page-container .ant-upload{background:#00f3ff0a!important;border-color:#00f3ff33!important}.page-container .ant-upload:hover{border-color:#00f3ff66!important;box-shadow:0 0 10px #00f3ff1a!important}.page-container .ant-empty-description{color:var(--color-text-muted)!important}.page-container .ant-page-header{border-bottom:1px solid rgba(0,243,255,.1)}.ant-modal-title{color:var(--color-text)!important}.ant-modal-close-x{color:var(--color-text-muted)}.batch-table-wrapper{border:1px solid rgba(0,243,255,.12)!important;border-radius:6px;background:#0a19324d}.batch-table-wrapper table thead tr{background:#00f3ff0a!important}.batch-table-wrapper table thead th{color:var(--neon-cyan)!important;border-bottom:1px solid rgba(0,243,255,.15)!important;text-shadow:0 0 6px rgba(0,243,255,.3)}.batch-table-wrapper table tbody tr{background:#0a193233!important}.batch-table-wrapper table tbody tr:nth-child(2n){background:#0a193259!important}.batch-table-wrapper table tbody tr:hover{background:#00f3ff0a!important}.batch-table-wrapper table td{border-bottom:1px solid rgba(100,160,255,.06)!important}.ant-input,.ant-input-number,.ant-select-selector,.ant-picker{background:#0a193299!important;border:1px solid rgba(0,243,255,.2)!important;border-radius:6px!important;color:#e8f0ff!important;transition:all .3s ease!important}.ant-input:hover,.ant-input-number:hover,.ant-select-selector:hover,.ant-picker:hover{border-color:#00f3ff66!important;background:#0a1932b3!important}.ant-input:focus,.ant-input-focused,.ant-input-number-focused,.ant-select-focused .ant-select-selector,.ant-picker-focused{border-color:#00f3ff!important;box-shadow:0 0 8px #00f3ff4d!important;background:#0a1932cc!important}.ant-input::placeholder,.ant-input-number-input::placeholder,.ant-select-selection-placeholder,.ant-picker-input>input::placeholder{color:#00f3ff80!important}.ant-input,.ant-input-number-input,.ant-select-selection-item,.ant-picker-input>input{color:#e8f0ff!important}.ant-input-number-handler-wrap{background:#00f3ff0d!important;border-color:#00f3ff33!important}.ant-input-number-handler{border-color:#00f3ff1a!important}.ant-input-number-handler:hover{background:#00f3ff1a!important}.ant-input-number-handler-up-inner,.ant-input-number-handler-down-inner{color:#00f3ff!important}.ant-select-dropdown{background:#0a1932f2!important;border:1px solid rgba(0,243,255,.2)!important}.ant-select-item-option-active{background:#00f3ff1a!important}.ant-select-item-option-selected{background:#00f3ff26!important;color:#00f3ff!important}.ant-input-search .ant-input{background:#0a193299!important;border:1px solid rgba(0,243,255,.2)!important}.ant-input-search .ant-input-search-button{background:linear-gradient(135deg,#00f3ff33,#08f3)!important;border:1px solid rgba(0,243,255,.5)!important;color:#00f3ff!important}.ant-input-search .ant-input-search-button:hover{background:linear-gradient(135deg,#00f3ff4d,#0088ff4d)!important;box-shadow:0 0 12px #00f3ff4d!important}.ant-table-thead>tr>th,.ant-table-thead>tr>th span,.ant-table-column-title{color:#00f3ff!important}.ant-modal-body *,.ant-modal-header *,.ant-modal-footer *{color:#e8f0ff!important}.ant-input,.ant-input-value,.ant-input-number-input,textarea.ant-input,.ant-select-selection-item,.ant-select-selection-search{color:#00f3ff!important}.ant-picker-input>input{color:#00f3ff!important}.ant-input::placeholder,.ant-input-number-input::placeholder,.ant-picker-input>input::placeholder{color:#00f3ff80!important}.ant-table-tbody>tr>td,.ant-table-tbody>tr>td span{color:#e8f0ff!important}.ant-table-tbody>tr:hover>td{color:#e8f0ff!important}.ant-radio-button-wrapper{background:#0a1e3ccc!important;border:1px solid rgba(0,243,255,.4)!important;color:#00f3ff!important;text-shadow:0 0 6px rgba(0,243,255,.4)!important;box-shadow:0 0 8px #00f3ff26!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease!important}.ant-radio-button-wrapper:hover{background:#00f3ff1a!important;color:#fff!important;text-shadow:0 0 10px rgba(0,243,255,.7)!important;box-shadow:0 0 15px #00f3ff40!important;border-color:#00f3ff!important}.ant-radio-button-wrapper-checked{background:#00f3ff26!important;border-color:#00f3ff!important;color:#fff!important;text-shadow:0 0 12px rgba(0,243,255,.9)!important;box-shadow:0 0 20px #00f3ff59!important}.ant-radio-button-wrapper-checked:hover{background:#00f3ff33!important;color:#fff!important}.ant-btn-sm{background:#0a1e3ccc!important;border:1px solid rgba(0,243,255,.4)!important;color:#00f3ff!important;text-shadow:0 0 6px rgba(0,243,255,.4)!important;box-shadow:0 0 8px #00f3ff26!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ant-btn-sm:hover{background:#00f3ff1f!important;border-color:#00f3ff!important;color:#fff!important;text-shadow:0 0 10px rgba(0,243,255,.7)!important;box-shadow:0 0 15px #00f3ff4d!important}.ant-btn-default{background:#0a193299!important;border:1px solid rgba(0,243,255,.35)!important;color:#00f3ff!important;text-shadow:0 0 6px rgba(0,243,255,.4)!important}.ant-btn-default:hover{background:#00f3ff1f!important;border-color:#00f3ff!important;color:#fff!important;text-shadow:0 0 10px rgba(0,243,255,.7)!important;box-shadow:0 0 15px #00f3ff40!important}.ant-btn-sm.ant-btn-dangerous{border-color:#ff4d6a66!important;color:#ff4d6a!important;text-shadow:0 0 6px rgba(255,77,106,.4)!important}.ant-btn-sm.ant-btn-dangerous:hover{background:#ff4d6a1f!important;border-color:#ff4d6a!important;color:#fff!important;text-shadow:0 0 10px rgba(255,77,106,.7)!important}.inventory-negative-row{background:#ff4d6a14!important}.inventory-negative-row td{background:#ff4d6a14!important;border-bottom-color:#ff4d6a33!important}.batch-table-wrapper .ant-input::placeholder,.batch-table-wrapper .ant-input-number-input::placeholder{color:#00f3ff8c!important;font-weight:400}.ant-select-auto-complete .ant-select-dropdown .ant-select-item{color:#e8f0ff!important}.ant-select-auto-complete .ant-select-dropdown .ant-select-item-option-active{background:#00f3ff1f!important;color:#00f3ff!important}.ant-select-auto-complete .ant-select-dropdown .ant-select-item-option-selected{background:#00f3ff2e!important;color:#00f3ff!important;font-weight:600}.ant-input{background:#0a193299!important;border:1px solid rgba(0,243,255,.2)!important;color:#e8f0ff!important;transition:all .3s ease!important}.ant-input:hover{border-color:#00f3ff66!important;background:#0a1932b3!important}.ant-input:focus,.ant-input-focused{border-color:#00f3ff!important;box-shadow:0 0 8px #00f3ff4d!important;background:#0a1932cc!important}.ant-input::placeholder{color:#00f3ff80!important}.ant-input-group-addon{background:#0a193299!important;border-color:#00f3ff33!important;color:#e8f0ff!important}.ant-input-clear-icon{color:#c8dcff66!important}.ant-input-number{background:#0a193299!important;border:1px solid rgba(0,243,255,.2)!important;color:#e8f0ff!important}.ant-input-number:hover{border-color:#00f3ff66!important;background:#0a1932b3!important}.ant-input-number:focus,.ant-input-number-focused{border-color:#00f3ff!important;box-shadow:0 0 8px #00f3ff4d!important;background:#0a1932cc!important}.ant-input-number-input{background:transparent!important;color:#e8f0ff!important}.ant-input-number-input::placeholder{color:#00f3ff80!important}.ant-input-number-group-wrapper .ant-input-number{background:#0a193299!important}.ant-select:not(.ant-select-disabled) .ant-select-selector{background:#0a193299!important;border:1px solid rgba(0,243,255,.2)!important;color:#e8f0ff!important}.ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:#00f3ff66!important;background:#0a1932b3!important}.ant-select-focused:not(.ant-select-disabled) .ant-select-selector{border-color:#00f3ff!important;box-shadow:0 0 8px #00f3ff4d!important;background:#0a1932cc!important}.ant-select-selection-item{color:#e8f0ff!important}.ant-select-selection-placeholder{color:#00f3ff80!important}.ant-select-selection-search-input{color:#e8f0ff!important}.ant-select-arrow{color:#c8dcff99!important}.ant-select-clear{background:#0a1932e6!important;color:#c8dcff80!important}.ant-select-dropdown{background:#081226f5!important;border:1px solid rgba(0,243,255,.2)!important;box-shadow:0 4px 20px #0006!important}.ant-select-item{color:#e8f0ff!important}.ant-select-item-option-active,.ant-select-item-option:hover{background:#00f3ff1a!important}.ant-select-item-option-selected{background:#00f3ff26!important;color:#00f3ff!important;font-weight:600}.ant-select-empty{color:#c8dcff66!important}.ant-select-multiple .ant-select-selection-item{background:#00f3ff1f!important;border:1px solid rgba(0,243,255,.3)!important;color:#00f3ff!important}.ant-select-multiple .ant-select-selection-item-remove{color:#00f3ff99!important}.ant-select-multiple .ant-select-selection-item-remove:hover{color:#ff4d6a!important}.ant-picker{background:#0a193299!important;border:1px solid rgba(0,243,255,.2)!important;color:#e8f0ff!important}.ant-picker:hover{border-color:#00f3ff66!important;background:#0a1932b3!important}.ant-picker-focused{border-color:#00f3ff!important;box-shadow:0 0 8px #00f3ff4d!important;background:#0a1932cc!important}.ant-picker-input>input{color:#e8f0ff!important}.ant-picker-input>input::placeholder{color:#00f3ff80!important}.ant-picker-suffix{color:#c8dcff99!important}.ant-picker-separator{color:#c8dcff66!important}.ant-picker-clear{background:#0a1932e6!important;color:#c8dcff80!important}.ant-picker-panel-container{background:#081226f7!important;border:1px solid rgba(0,243,255,.2)!important;box-shadow:0 4px 20px #00000080!important}.ant-picker-panel{background:transparent!important;border-color:#00f3ff1a!important}.ant-picker-header{color:#e8f0ff!important;border-bottom:1px solid rgba(0,243,255,.1)!important}.ant-picker-header button{color:#c8dcff99!important}.ant-picker-header button:hover{color:#00f3ff!important}.ant-picker-content th{color:#c8dcff99!important}.ant-picker-content td{color:#e8f0ff!important}.ant-picker-content td:hover .ant-picker-cell-inner{background:#00f3ff1a!important}.ant-picker-cell .ant-picker-cell-inner,.ant-picker-cell-in-view .ant-picker-cell-inner{color:#e8f0ff!important}.ant-picker-cell-selected .ant-picker-cell-inner,.ant-picker-cell-selected:hover .ant-picker-cell-inner{background:#00f3ff33!important;color:#00f3ff!important}.ant-picker-today .ant-picker-cell-inner{border-color:#00f3ff!important}.ant-picker-cell-disabled .ant-picker-cell-inner{background:#0a19324d!important;color:#c8dcff4d!important}.ant-select-auto-complete .ant-select-dropdown{background:#081226f5!important;border:1px solid rgba(0,243,255,.25)!important;box-shadow:0 0 20px #00f3ff1a!important}.ant-cascader-dropdown{background:#081226f5!important;border:1px solid rgba(0,243,255,.2)!important;box-shadow:0 4px 20px #0006!important}.ant-cascader-menu{border-right:1px solid rgba(0,243,255,.1)!important}.ant-cascader-menu-item{color:#e8f0ff!important}.ant-cascader-menu-item:hover{background:#00f3ff1a!important}.ant-cascader-menu-item-active{background:#00f3ff26!important;color:#00f3ff!important}.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon{color:#c8dcff80!important}.ant-checkbox-inner{background:#0a193299!important;border:1px solid rgba(0,243,255,.3)!important}.ant-checkbox-wrapper{color:#e8f0ff!important}.ant-checkbox-checked .ant-checkbox-inner{background:#00f3ff33!important;border-color:#00f3ff!important}.ant-checkbox-checked .ant-checkbox-inner:after{border-color:#00f3ff!important}.ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:#00f3ff!important}.ant-radio-wrapper{color:#e8f0ff!important}.ant-radio-inner{background:#0a193299!important;border:1px solid rgba(0,243,255,.3)!important}.ant-radio-checked .ant-radio-inner{background:#00f3ff33!important;border-color:#00f3ff!important}.ant-radio-checked .ant-radio-inner:after{background:#00f3ff!important}.ant-radio-wrapper:hover .ant-radio-inner{border-color:#00f3ff!important}.ant-radio-button-wrapper{background:#0a1e3ccc!important;border:1px solid rgba(0,243,255,.4)!important;color:#00f3ff!important}.ant-radio-button-wrapper:hover{background:#00f3ff1a!important;color:#fff!important}.ant-radio-button-wrapper-checked{background:#00f3ff26!important;border-color:#00f3ff!important;color:#fff!important}.ant-switch{background:#0a1932cc!important;border:1px solid rgba(0,243,255,.2)!important}.ant-switch-checked{background:#00f3ff40!important;border-color:#00f3ff80!important}.ant-tooltip-inner{background:#0a1932f2!important;border:1px solid rgba(0,243,255,.3)!important;color:#e8f0ff!important;box-shadow:0 0 15px #00f3ff26!important}.ant-tooltip-arrow-content{background:#0a1932f2!important}.ant-popover-inner{background:#0a1932f2!important;border:1px solid rgba(0,243,255,.2)!important;box-shadow:0 0 20px #00f3ff1a!important}.ant-popover-inner-content{color:#e8f0ff!important}.ant-popover-title{color:#e8f0ff!important;border-bottom:1px solid rgba(0,243,255,.1)!important}.ant-popover-message{color:#e8f0ff!important}.ant-popover-arrow-content{background:#0a1932f2!important}.ant-modal-content{background:linear-gradient(135deg,#0a1830,#0d1f38)!important;border:1px solid rgba(0,243,255,.2)!important;box-shadow:0 0 30px #00f3ff1a,0 20px 60px #00000080!important}.ant-modal-header{background:transparent!important;border-bottom:1px solid rgba(0,243,255,.1)!important}.ant-modal-title{color:#e8f0ff!important}.ant-modal-close-x{color:#c8dcff80!important}.ant-modal-close:hover{color:#00f3ff!important}.ant-modal-body{color:#e8f0ff!important}.ant-modal-footer{border-top:1px solid rgba(0,243,255,.1)!important}.ant-table{background:transparent!important;color:#e8f0ff!important}.ant-table-thead>tr>th,.ant-table-thead>tr>td{background:#00f3ff0a!important;color:#00f3ff!important;border-bottom:1px solid rgba(0,243,255,.15)!important;text-shadow:0 0 6px rgba(0,243,255,.3)}.ant-table-tbody>tr>td{color:#e8f0ff!important;border-bottom:1px solid rgba(100,160,255,.06)!important;background:transparent!important}.ant-table-tbody>tr:hover>td{background:#00f3ff0a!important}.ant-table-column-sorter,.ant-table-column-sorter-up,.ant-table-column-sorter-down{color:#c8dcff4d!important}.ant-table-column-sorter-up.active,.ant-table-column-sorter-down.active{color:#00f3ff!important}.ant-table-filter-trigger{color:#c8dcff80!important}.ant-table-filter-trigger.active{color:#00f3ff!important}.ant-table-placeholder td{background:transparent!important;color:#c8dcff66!important}.ant-pagination-item{background:#0a193299!important;border:1px solid rgba(0,243,255,.2)!important}.ant-pagination-item a{color:#e8f0ff!important}.ant-pagination-item:hover{background:#00f3ff1a!important;border-color:#00f3ff66!important}.ant-pagination-item:hover a{color:#00f3ff!important}.ant-pagination-item-active{background:#00f3ff26!important;border-color:#00f3ff!important}.ant-pagination-item-active a{color:#00f3ff!important}.ant-pagination-prev .ant-pagination-item-link,.ant-pagination-next .ant-pagination-item-link{background:#0a193299!important;border:1px solid rgba(0,243,255,.2)!important;color:#e8f0ff!important}.ant-pagination-prev:hover .ant-pagination-item-link,.ant-pagination-next:hover .ant-pagination-item-link{background:#00f3ff1a!important;border-color:#00f3ff66!important;color:#00f3ff!important}.ant-pagination-disabled .ant-pagination-item-link{color:#c8dcff4d!important}.ant-pagination-total-text{color:#c8dcff99!important}.ant-pagination-options-quick-jumper input{background:#0a193299!important;border:1px solid rgba(0,243,255,.2)!important;color:#e8f0ff!important}.ant-pagination-options-quick-jumper input:hover{border-color:#00f3ff66!important}.ant-pagination-options-quick-jumper input:focus{border-color:#00f3ff!important;box-shadow:0 0 8px #00f3ff4d!important}.ant-pagination-options-size-changer .ant-select-selector{background:#0a193299!important;border:1px solid rgba(0,243,255,.2)!important;color:#e8f0ff!important}.ant-tabs-tab{color:#c8dcff99!important}.ant-tabs-tab:hover{color:#00f3ff!important}.ant-tabs-tab-active .ant-tabs-tab-btn{color:#00f3ff!important;text-shadow:0 0 8px rgba(0,243,255,.5)!important}.ant-tabs-ink-bar{background:#00f3ff!important;box-shadow:0 0 8px #00f3ff80!important}.ant-tabs-nav:before{border-bottom:1px solid rgba(0,243,255,.1)!important}.ant-tabs-tab-remove{color:#c8dcff66!important}.ant-tabs-tab-remove:hover{color:#00f3ff!important}.ant-drawer-content{background:linear-gradient(135deg,#0a1830,#0d1f38)!important}.ant-drawer-header{background:transparent!important;border-bottom:1px solid rgba(0,243,255,.1)!important}.ant-drawer-title{color:#e8f0ff!important}.ant-drawer-close{color:#c8dcff80!important}.ant-drawer-close:hover{color:#00f3ff!important}.ant-drawer-body,.ant-popover,.ant-badge-status-text,.ant-spin-text{color:#e8f0ff!important}.ant-empty-description{color:#c8dcff66!important}.ant-message-notice-content{background:#0a1932e6!important;border:1px solid rgba(0,243,255,.2)!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 0 20px #00f3ff26!important}.ant-message-notice-content .ant-message-custom-content,.ant-message-notice-content span{color:#fff!important}.ant-tag{border-color:#00f3ff33}.ant-divider{border-color:#00f3ff1a!important}.ant-collapse{background:transparent!important;border-color:#00f3ff26!important}.ant-collapse-header{color:#e8f0ff!important;background:#0a193280!important}.ant-collapse-content{background:transparent!important;border-top-color:#00f3ff26!important}.ant-collapse-content-box{color:#e8f0ff!important}.ant-notification-notice{background:#0a1932f2!important;border:1px solid rgba(0,243,255,.2)!important}.ant-notification-notice-message{color:#e8f0ff!important}.ant-notification-notice-description{color:#c8dcffb3!important}.ant-progress-text{color:#e8f0ff!important}.ant-breadcrumb a{color:#c8dcff99!important}.ant-breadcrumb a:hover{color:#00f3ff!important}.ant-breadcrumb>span:last-child{color:#e8f0ff!important}.ant-menu{background:transparent!important;color:#c8dcffb3!important}.ant-menu-item:hover{color:#00f3ff!important;background:#00f3ff14!important}.ant-menu-item-selected{color:#00f3ff!important;background:#00f3ff1f!important}.ant-menu-submenu-title{color:#c8dcffb3!important}.ant-menu-submenu-title:hover,.batch-table-wrapper input,.batch-table-wrapper .ant-input-number-input{color:#00f3ff!important}.ant-select-auto-complete .ant-input-number,.ant-select-auto-complete .ant-input,.ant-select-auto-complete .ant-select-selector{background:#0a193280!important;border:1px solid rgba(0,243,255,.2)!important;color:#e8f0ff!important}.ant-select-auto-complete .ant-input-number-input,.ant-select-auto-complete .ant-input-number-input::placeholder{color:#e8f0ff!important}.ant-select-auto-complete .ant-input::placeholder{color:#00f3ff80!important}.ant-form-item .ant-input-number,.ant-form-item .ant-select-selector,.ant-form-item .ant-picker{background:#0a193280!important;color:#e8f0ff!important}.ant-form-item .ant-input-number-input{color:#e8f0ff!important}.ant-select-dropdown .rc-virtual-list-holder,.ant-select-dropdown .rc-virtual-list{overscroll-behavior:contain!important}
