@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&display=swap";.app-layout{display:flex;flex-direction:column;height:100vh;background:#0a0a0f;background-image:radial-gradient(ellipse 60% 40% at 0% 0%,rgba(139,92,246,.09) 0%,transparent 65%),radial-gradient(ellipse 40% 30% at 100% 100%,rgba(6,182,212,.05) 0%,transparent 60%),linear-gradient(rgba(139,92,246,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(139,92,246,.035) 1px,transparent 1px);background-size:auto,auto,40px 40px,40px 40px;overflow:hidden}.topnav{height:56px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#0a0a10e0;backdrop-filter:blur(24px) saturate(160%);-webkit-backdrop-filter:blur(24px) saturate(160%);border-bottom:1px solid rgba(139,92,246,.1);box-shadow:0 1px #8b5cf614,0 4px 32px #00000059,inset 0 1px #ffffff08;z-index:100;position:relative}.topnav-left{display:flex;align-items:center;gap:32px;flex:1;min-width:0}.topnav-logo{display:flex;align-items:center;gap:10px;padding:0;background:transparent;border:0;color:inherit;cursor:pointer;flex-shrink:0;font-family:DM Sans,system-ui,sans-serif}.topnav-logo-text{font-size:17px;font-weight:700;background:linear-gradient(135deg,#a78bfa,#38bdf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap;filter:drop-shadow(0 0 12px rgba(139,92,246,.4))}.topnav-current-title{display:none;min-width:0;color:#f0f0f5;font-size:15px;font-weight:650;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topnav-menu{display:flex;align-items:center;gap:4px;min-width:0}.topnav-item{display:flex;align-items:center;gap:7px;padding:7px 14px;background:transparent;border:none;border-radius:8px;color:#5a5a72;font-size:14px;font-weight:500;cursor:pointer;transition:all .18s ease;white-space:nowrap;font-family:DM Sans,system-ui,sans-serif}.topnav-item:hover{background:#ffffff0d;color:#9090a8}.topnav-item.active{background:#8b5cf61a;color:#f0f0f5;font-weight:600;border:none;position:relative;box-shadow:inset 0 0 0 1px #8b5cf633}.topnav-item.active:after{content:"";position:absolute;bottom:-1px;left:14px;right:14px;height:2px;background:linear-gradient(90deg,transparent,#A78BFA,transparent);border-radius:1px;box-shadow:0 0 8px #a78bfa99}.topnav-item-icon{font-size:15px;display:flex;align-items:center}.topnav-right{display:flex;align-items:center;flex-shrink:0;margin-left:16px}.topnav-user{display:flex;align-items:center;gap:9px;padding:6px 12px;border-radius:8px;cursor:pointer;transition:all .18s ease}.topnav-user:hover{background:#8b5cf614}.topnav-avatar-icon{font-size:15px;color:#9090a8}.topnav-username{font-size:13px;font-weight:500;color:#d0d0e0;white-space:nowrap}.content-area{flex:1;padding:24px 32px;overflow-y:auto;overflow-x:auto;min-width:0}@media (max-width: 768px){.app-layout{height:100dvh}.topnav{height:auto;min-height:58px;align-items:flex-start;flex-wrap:wrap;gap:7px;padding:9px 12px 7px}.topnav-left{flex:1 1 calc(100% - 52px);gap:8px;flex-wrap:wrap}.topnav-logo{height:32px;max-width:100%}.topnav-logo-text{display:none}.topnav-current-title{display:inline-block;font-size:16px}.topnav-menu{order:3;width:100%;flex:0 0 100%;gap:5px;overflow-x:auto;overscroll-behavior-x:contain;padding:1px 0 3px;margin:0 -2px;scroll-padding:0 10px;scroll-snap-type:x proximity;scrollbar-width:none}.topnav-menu::-webkit-scrollbar{display:none}.topnav-item{flex:0 0 auto;min-width:78px;height:32px;justify-content:center;gap:4px;padding:6px 9px;font-size:12px;border-radius:9px;scroll-snap-align:start}.topnav-item span:last-child{display:inline}.topnav-item.active:after{left:9px;right:9px}.topnav-right{margin-left:auto}.topnav-user{width:32px;height:32px;justify-content:center;padding:0;border:1px solid rgba(255,255,255,.06)}.topnav-username{display:none}.content-area{padding:14px;overflow-x:hidden}}@media (max-width: 420px){.topnav{padding-left:10px;padding-right:10px}.topnav-item{min-width:72px;padding-left:8px;padding-right:8px;font-size:11.5px}}.app{min-height:100vh;background:#0a0a0f}.route-fallback{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse 60% 40% at 0% 0%,rgba(139,92,246,.08) 0%,transparent 65%),#0a0a0f;color:#8b5cf6}:root{--bg-0: #0A0A0F;--bg-1: #111118;--bg-2: #13131C;--bg-3: #15151E;--bg-4: #18181F;--text-1: #F0F0F5;--text-2: #C8C8DC;--text-3: #9090A8;--text-4: #7878A0;--text-muted: #5A5A72;--brand: #8B5CF6;--brand-hover: #7C3AED;--brand-active: #A78BFA;--brand-soft: rgba(139,92,246,.15);--brand-border: rgba(139,92,246,.3);--accent: #06B6D4;--accent-soft: rgba(6,182,212,.12);--success: #34D399;--warning: #F59E0B;--error: #F87171;--border-subtle: rgba(255,255,255,.07);--border-dim: rgba(255,255,255,.04);--modal-panel-bg: #0D0D14;--modal-panel-top: #101018;--modal-panel-border: rgba(255,255,255,.055);--modal-panel-divider: transparent}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;overflow:hidden}body{font-family:DM Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0f;color:#f0f0f5}code,.monospace{font-family:JetBrains Mono,Fira Code,Cascadia Code,Consolas,Courier New,monospace}:focus-visible{outline:2px solid rgba(167,139,250,.7);outline-offset:2px;border-radius:4px;box-shadow:0 0 0 4px #8b5cf61f}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#8b5cf640;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#8b5cf673}.modal-with-divider .ant-modal-header{margin-bottom:0!important;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.08)}.modal-with-divider .ant-modal-body{padding-top:4px}.modal-with-divider .ant-tabs-top>.ant-tabs-nav:before,.modal-with-divider .ant-tabs-top>div>.ant-tabs-nav:before{border-bottom:none!important}.ant-modal-body::-webkit-scrollbar,.ant-modal-content::-webkit-scrollbar{width:6px}.ant-modal-body::-webkit-scrollbar-track,.ant-modal-content::-webkit-scrollbar-track{background:transparent}.ant-modal-body::-webkit-scrollbar-thumb,.ant-modal-content::-webkit-scrollbar-thumb{background:transparent;border-radius:4px;transition:background .25s ease-out}.ant-modal-body.is-scrolling::-webkit-scrollbar-thumb,.ant-modal-content.is-scrolling::-webkit-scrollbar-thumb{background:#ffffff38}.ant-modal-body.is-scrolling::-webkit-scrollbar-thumb:hover,.ant-modal-content.is-scrolling::-webkit-scrollbar-thumb:hover{background:#ffffff5c}.ant-popover .ant-popover-inner{background:#18181f!important;border:1px solid rgba(255,255,255,.1);box-shadow:0 6px 24px #00000080}.ant-popover .ant-popover-arrow:before,.ant-popover .ant-popover-arrow:after{background:#18181f!important}.ant-popover .ant-popover-title,.ant-popover .ant-popover-message,.ant-popover .ant-popover-message-title,.ant-popover .ant-popover-inner-content,.ant-popover .ant-popconfirm-title,.ant-popover .ant-popconfirm-message,.ant-popover .ant-popconfirm-message-title,.ant-popover .ant-popconfirm-inner-content{color:#e0e0f0!important}.ant-popover .ant-popconfirm-description{color:#9090b8!important}.ant-popover .ant-popconfirm-buttons .ant-btn-default{background:transparent;border-color:#ffffff26;color:#c8c8e0}.ant-popover .ant-popconfirm-buttons .ant-btn-default:hover{border-color:#ffffff4d;color:#fff}.page-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:20px;padding:0 0 16px;background:none!important;border-radius:0!important;box-shadow:none!important;border-bottom:1px solid rgba(139,92,246,.12);min-height:48px;position:relative}.page-header:after{content:"";position:absolute;bottom:-1px;left:0;width:120px;height:1px;background:linear-gradient(90deg,rgba(139,92,246,.6),transparent);border-radius:1px}.header-content{display:flex;align-items:center;gap:14px}.page-icon{display:flex;align-items:center;justify-content:center;font-size:22px!important;color:#a78bfa!important;background:linear-gradient(135deg,#8b5cf638,#8b5cf61a);padding:10px;border-radius:12px;line-height:1!important;flex-shrink:0;border:1px solid rgba(139,92,246,.35);box-shadow:0 0 20px #8b5cf640,inset 0 1px #ffffff0f}.page-title{margin:0!important;font-size:20px!important;font-weight:700!important;color:#f0f0f5!important;line-height:1.3!important;letter-spacing:-.3px}.page-description{margin:2px 0 0!important;font-size:12px!important;color:#7878a0!important;opacity:1!important;font-family:DM Mono,monospace}.header-actions{display:flex;align-items:center;gap:10px}body .modern-modal .ant-modal-content{border-radius:16px!important;background-image:linear-gradient(180deg,var(--modal-panel-top) 0%,var(--modal-panel-bg) 86px)!important;background-color:var(--modal-panel-bg)!important;border:1px solid var(--modal-panel-border)!important;box-shadow:0 1px #ffffff06 inset,0 12px 34px #00000057!important;padding:0!important;overflow:hidden;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.modern-modal .ant-modal-header{border-bottom:none!important;padding:18px 26px 10px!important;border-radius:16px 16px 0 0;background:transparent!important;margin-bottom:0!important}.modern-modal .ant-modal-title{font-size:15px!important;font-weight:600;color:#f0f0f5}.modern-modal .ant-modal-close{color:#8989a8!important}.modern-modal .ant-modal-close:hover{color:#f0f0f5!important;background:#8b5cf624!important}.modern-modal .ant-modal-body{padding:18px 28px 20px!important}.modern-modal .ant-modal-footer{border-top:none!important;padding:8px 26px 18px!important;text-align:right;background:transparent!important;margin-top:0!important}.modern-modal .ant-form-item{margin-bottom:20px}.modern-modal .ant-form-item-label>label{font-size:12px;font-weight:600;color:#9090a8;height:auto;text-transform:uppercase;letter-spacing:.5px;font-family:DM Mono,monospace}.modern-modal .ant-input,.modern-modal .ant-input-textarea,.modern-modal textarea.ant-input{background:#18181f!important;border:1px solid rgba(255,255,255,.07)!important;border-radius:8px;padding:10px 14px;font-size:14px;color:#f0f0f5!important;transition:all .2s}.modern-modal .ant-input::placeholder,.modern-modal textarea.ant-input::placeholder{color:#6868a0!important}.modern-modal .ant-input:focus,.modern-modal textarea.ant-input:focus{border-color:#8b5cf666!important;box-shadow:0 0 0 2px #8b5cf626!important}.modern-modal .ant-btn-default{background:#18181f!important;border-color:#ffffff1a!important;color:#9090a8!important;font-weight:500}.modern-modal .ant-btn-default:hover{border-color:#8b5cf666!important;color:#f0f0f5!important}.modern-modal .ant-btn-primary{background:#8b5cf6!important;border-color:#8b5cf6!important;border-radius:8px;font-weight:500;box-shadow:0 0 16px #8b5cf64d;color:#fff!important}.modern-modal .ant-modal-footer .ant-btn-primary{height:38px;padding:0 24px}.modern-modal .ant-btn-primary:hover{background:#7c3aed!important;box-shadow:0 0 24px #8b5cf673}.modern-modal .ant-form-item-extra{font-size:12px;color:#7878a0;margin-top:6px}.modern-modal .ant-select-selector{background:#18181f!important;border-color:#ffffff12!important;color:#f0f0f5!important}.modern-modal .ant-select-arrow,.modern-modal .ant-select-selection-placeholder{color:#6868a0!important}.ant-pagination .ant-pagination-item{background:#18181f!important;border-color:#ffffff14!important;border-radius:6px;font-family:DM Mono,monospace}.ant-pagination .ant-pagination-item a{color:#9090a8!important}.ant-pagination .ant-pagination-item:hover{border-color:#8b5cf666!important}.ant-pagination .ant-pagination-item:hover a{color:#a78bfa!important}.ant-pagination .ant-pagination-item-active{background:#8b5cf626!important;border-color:#8b5cf680!important}.ant-pagination .ant-pagination-item-active a{color:#a78bfa!important;font-weight:600}.ant-pagination .ant-pagination-prev .ant-pagination-item-link,.ant-pagination .ant-pagination-next .ant-pagination-item-link{background:#18181f!important;border-color:#ffffff14!important;color:#9090a8!important;border-radius:6px}.ant-pagination .ant-pagination-prev:hover .ant-pagination-item-link,.ant-pagination .ant-pagination-next:hover .ant-pagination-item-link{border-color:#8b5cf666!important;color:#a78bfa!important}.ant-pagination .ant-pagination-disabled .ant-pagination-item-link{background:transparent!important;color:#3a3a50!important;border-color:#ffffff0a!important}.ant-pagination .ant-pagination-jump-prev,.ant-pagination .ant-pagination-jump-next,.ant-pagination .ant-pagination-jump-prev .ant-pagination-item-ellipsis,.ant-pagination .ant-pagination-jump-next .ant-pagination-item-ellipsis{color:#7878a0!important}.ant-pagination .ant-pagination-options .ant-select-selector{background:#18181f!important;border-color:#ffffff14!important;color:#f0f0f5!important}.ant-pagination .ant-pagination-options .ant-select-arrow{color:#6868a0!important}.ant-pagination .ant-pagination-total-text{color:#7878a0!important;font-family:DM Mono,monospace}.ant-select:not(.ant-select-customize-input) .ant-select-selector{background:#18181f!important;border-color:#ffffff14!important;color:#f0f0f5!important}.ant-select-selection-item{color:#f0f0f5!important}.ant-select-selection-placeholder,.ant-select-arrow{color:#6868a0!important}.ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:#8b5cf64d!important}.ant-select-focused:not(.ant-select-disabled) .ant-select-selector{border-color:#8b5cf680!important;box-shadow:0 0 0 2px #8b5cf626!important}.ant-select-disabled .ant-select-selector{background:#18181f66!important;color:#3a3a50!important;border-color:#ffffff0a!important}.ant-select-disabled .ant-select-selection-item{color:#3a3a50!important}.ant-select-item{color:#c9c1df!important;border-radius:7px!important;margin:2px 4px!important}.ant-select-item-option-active:not(.ant-select-item-option-disabled){background:#8b5cf61a!important;color:#eee8ff!important}.ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:#8b5cf62e!important;color:#c4b5fd!important;font-weight:600!important}.ant-picker{background:#18181f!important;border-color:#ffffff14!important}.ant-picker input{color:#f0f0f5!important}.ant-picker input::placeholder{color:#6868a0!important}.ant-picker-suffix,.ant-picker-separator{color:#6868a0!important}.ant-picker:hover{border-color:#8b5cf64d!important}.ant-picker-focused{border-color:#8b5cf680!important;box-shadow:0 0 0 2px #8b5cf626!important}.ant-picker-dropdown .ant-picker-panel-container{background:#18181f!important;border:1px solid rgba(255,255,255,.08)!important}.ant-picker-dropdown .ant-picker-header,.ant-picker-dropdown .ant-picker-content th,.ant-picker-dropdown .ant-picker-cell-in-view{color:#d0d0e0!important}.ant-picker-dropdown .ant-picker-cell{color:#6868a0}.ant-picker-dropdown .ant-picker-cell-inner:hover{background:#8b5cf61a!important}.ant-picker-dropdown .ant-picker-cell-selected .ant-picker-cell-inner,.ant-picker-dropdown .ant-picker-cell-range-start .ant-picker-cell-inner,.ant-picker-dropdown .ant-picker-cell-range-end .ant-picker-cell-inner{background:#8b5cf6!important;color:#fff!important}.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-in-range:before,.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start:before,.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end:before{background:#8b5cf61f!important}.ant-picker-dropdown .ant-picker-cell-today .ant-picker-cell-inner:before{border-color:#8b5cf699!important}.ant-picker-dropdown .ant-picker-header button{color:#9090a8!important}.ant-picker-dropdown .ant-picker-header-view button:hover{color:#a78bfa!important}.ant-picker-dropdown .ant-picker-header{border-bottom-color:#ffffff0f!important}.ant-picker-dropdown .ant-picker-panel{border-color:#ffffff0f!important}.ant-picker-dropdown .ant-picker-footer{border-top-color:#ffffff0f!important;background:transparent!important}.ant-picker-dropdown .ant-picker-time-panel,.ant-picker-dropdown .ant-picker-time-panel-column{border-left-color:#ffffff0f!important}.ant-picker-dropdown .ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner{color:#d0d0e0!important;border-radius:6px}.ant-picker-dropdown .ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover{background:#8b5cf61a!important}.ant-picker-dropdown .ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner{background:#8b5cf640!important;color:#f0f0f5!important}.ant-picker-dropdown .ant-picker-ranges .ant-btn-primary,.ant-picker-dropdown .ant-picker-ok .ant-btn-primary{background:#8b5cf6!important;border-color:#8b5cf6!important;box-shadow:0 0 12px #8b5cf64d}.ant-picker-dropdown .ant-picker-ranges .ant-btn-primary:hover,.ant-picker-dropdown .ant-picker-ok .ant-btn-primary:hover{background:#7c3aed!important;border-color:#7c3aed!important}.ant-picker-dropdown .ant-picker-ranges .ant-btn-primary[disabled],.ant-picker-dropdown .ant-picker-ok .ant-btn-primary[disabled]{background:#8b5cf640!important;border-color:transparent!important;color:#ffffff80!important;box-shadow:none!important}.ant-picker-active-bar{background:#8b5cf6!important}body .ant-modal-mask{background:radial-gradient(ellipse 72% 42% at 50% -8%,rgba(139,92,246,.045) 0%,rgba(139,92,246,.018) 38%,transparent 68%),linear-gradient(180deg,#07070c57,#04040985)!important;backdrop-filter:blur(1px) saturate(96%) brightness(90%)!important;-webkit-backdrop-filter:blur(1px) saturate(96%) brightness(90%)!important}body .ant-modal-mask:before{display:none}body .ant-modal-mask:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 82% 70% at 50% 42%,transparent 0%,transparent 66%,rgba(0,0,0,.075) 100%)}body .ant-modal .ant-modal-content{background-image:linear-gradient(180deg,var(--modal-panel-top) 0%,var(--modal-panel-bg) 86px)!important;background-color:var(--modal-panel-bg)!important;border:1px solid var(--modal-panel-border)!important;border-radius:16px!important;box-shadow:0 1px #ffffff06 inset,0 12px 34px #00000057!important;padding:0!important;overflow:hidden;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}body .ant-modal-header{background:transparent!important;border-bottom:none!important;padding:18px 22px 10px!important;margin-bottom:0!important}body .ant-modal-title{color:#eee8ff!important;font-size:14px!important;font-weight:600!important;letter-spacing:.02em;display:flex;align-items:center;gap:10px}body .ant-modal-body{padding:16px 22px 18px!important}body .chart-expand-modal .ant-modal-body{padding:16px 20px!important}@media (max-width: 768px){body .chart-expand-modal .ant-modal-body{padding:8px 8px 10px!important;max-height:calc(100dvh - 118px);overflow-y:auto}}body .ant-modal-close{top:16px!important;inset-inline-end:16px!important;width:32px!important;height:32px!important;border-radius:8px!important;color:#8989a8!important;background:transparent!important}body .ant-modal-close:hover{color:#f0f0f5!important;background:#ffffff0f!important}body .ant-modal-footer{border-top:none!important;background:transparent!important;padding:6px 22px 16px!important;margin-top:0!important}.ant-btn-default{background:#18181f!important;border-color:#ffffff1a!important;color:#9090a8!important}.ant-btn-default:hover{border-color:#8b5cf666!important;color:#f0f0f5!important;background:#1e1e28!important}.ant-btn-default:disabled,.ant-btn-default[disabled]{background:#18181f66!important;color:#3a3a50!important;border-color:#ffffff0a!important}.ant-btn-primary:disabled,.ant-btn-primary[disabled]{background:#8b5cf633!important;border-color:transparent!important;color:#fff6!important;box-shadow:none!important}.ant-input{background:#18181f!important;border-color:#ffffff14!important;color:#f0f0f5!important}.ant-input::placeholder{color:#6868a0!important}.ant-input:hover{border-color:#8b5cf64d!important}.ant-input:focus,.ant-input-focused{border-color:#8b5cf680!important;box-shadow:0 0 0 2px #8b5cf626!important}.ant-input-affix-wrapper{background:#18181f!important;border-color:#ffffff14!important}.ant-input-affix-wrapper input{background:transparent!important;color:#f0f0f5!important}.ant-input-affix-wrapper:hover{border-color:#8b5cf64d!important}.ant-input-affix-wrapper-focused{border-color:#8b5cf680!important;box-shadow:0 0 0 2px #8b5cf626!important}.ant-spin-dot-item{background-color:#8b5cf6!important}.ant-empty-description{color:#7878a0!important}.ant-spin-blur:after,.ant-spin-container.ant-spin-blur:after{background:#0a0a0f80!important;opacity:1!important}.ant-spin-nested-loading>div>.ant-spin{background:transparent!important}.ant-spin-text{color:#a78bfa!important}.ant-tabs .ant-tabs-tab{color:#7878a0!important}.ant-tabs .ant-tabs-tab:hover{color:#9090a8!important}.ant-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#a78bfa!important}.ant-tabs .ant-tabs-ink-bar{background:#8b5cf6!important}.ant-tabs-top>.ant-tabs-nav:before,.ant-tabs-bottom>.ant-tabs-nav:before{border-bottom-color:#ffffff12!important}.ant-radio-button-wrapper{background:transparent!important;border-color:#ffffff1f!important;color:#7878a0!important;font-size:12px!important;height:28px!important;line-height:26px!important;padding:0 12px!important}.ant-radio-button-wrapper:hover:not(.ant-radio-button-wrapper-checked){color:#c4b5fd!important;border-color:#8b5cf659!important;background:#8b5cf60f!important}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){background:#8b5cf62e!important;border-color:#8b5cf68c!important;color:#c4b5fd!important;box-shadow:0 0 10px #8b5cf633,inset 0 1px #ffffff0f!important}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before{background:#8b5cf68c!important}.ant-dropdown-menu{background:#100c20f5!important;border:1px solid rgba(139,92,246,.16)!important;box-shadow:0 16px 48px #0009,0 0 0 1px #ffffff08!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:10px!important}.ant-dropdown-menu-item{color:#d0d0e0!important;border-radius:6px!important}.ant-dropdown-menu-item:hover{background:#8b5cf61a!important;color:#c4b5fd!important}.ant-dropdown-menu-item-divider{background:#8b5cf61f!important}.ant-dropdown-menu-item .anticon{color:#7878a0}.ant-tooltip-inner{background:#14102af5!important;color:#e8e0ff!important;border:1px solid rgba(139,92,246,.25);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:8px!important;box-shadow:0 8px 32px #00000080,0 0 0 1px #ffffff08}.ant-tooltip-arrow:before{background:#14102af5!important}.ant-tag{background:#18181f;border-color:#ffffff14;color:#9090a8}.ant-tag-purple{background:#8b5cf61f!important;border-color:#8b5cf64d!important;color:#a78bfa!important}.ant-tag-blue{background:#38bdf81a!important;border-color:#38bdf84d!important;color:#38bdf8!important}.ant-form-item-label>label{color:#9090a8!important}.ant-form-item-required:before{color:#f87171!important}.ant-form-item-explain-error{color:#f87171!important}.ant-message-notice-content{background:#14102af2!important;color:#e8e0ff!important;border:1px solid rgba(139,92,246,.22);box-shadow:0 12px 40px #0000008c,0 0 0 1px #ffffff08;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:10px!important}.ant-popover-inner{background:#18181f!important;border:1px solid rgba(255,255,255,.07)!important}.ant-popover-inner-content,.ant-popover-message-title{color:#f0f0f5!important}.ant-popover-arrow-content,.ant-popover-arrow:before{background:#18181f!important}.ant-alert{border-radius:8px}.ant-alert-info{background:#38bdf814!important;border:1px solid rgba(56,189,248,.2)!important}.ant-alert-info .ant-alert-message,.ant-alert-info .ant-alert-icon{color:#38bdf8!important}.ant-alert-info .ant-alert-description{color:#9090a8!important}.ant-alert-success{background:#34d39914!important;border:1px solid rgba(52,211,153,.2)!important}.ant-alert-success .ant-alert-message,.ant-alert-success .ant-alert-icon{color:#34d399!important}.ant-alert-warning{background:#f59e0b14!important;border:1px solid rgba(245,158,11,.2)!important}.ant-alert-warning .ant-alert-message,.ant-alert-warning .ant-alert-icon{color:#f59e0b!important}.ant-alert-error{background:#f8717114!important;border:1px solid rgba(248,113,113,.2)!important}.ant-alert-error .ant-alert-message,.ant-alert-error .ant-alert-icon{color:#f87171!important}.ant-modal-body .ant-table-placeholder>td,.ant-modal-body .ant-table-placeholder:hover>td{background:#13131c!important}.ant-modal-body .ant-table-placeholder .ant-empty-description{color:#7878a0!important}.ant-modal-body .ant-table,.ant-modal-body .ant-table-wrapper{background:transparent!important}.ant-modal-body .ant-table-thead>tr>th{background:#18181f!important;color:#7878a0!important;border-bottom:1px solid rgba(255,255,255,.07)!important}.ant-modal-body .ant-table-tbody>tr>td{background:transparent!important;border-bottom:1px solid rgba(255,255,255,.04)!important;color:#d0d0e0!important}.ant-modal-body .ant-table-tbody>tr:hover>td{background:#8b5cf60d!important}[class*=-card],[class*=card-],.card{border-color:#8b5cf61f!important;transition:border-color .22s ease,box-shadow .22s ease}.ant-btn-primary{box-shadow:0 0 14px #8b5cf647!important;transition:background .18s,box-shadow .22s!important}.ant-btn-primary:hover{box-shadow:0 0 24px #8b5cf673!important}.ant-select-dropdown{background:linear-gradient(145deg,rgba(255,255,255,.04),transparent 38%),#0c0918f5!important;border:1px solid rgba(139,92,246,.18)!important;box-shadow:0 16px 48px #0000009e,0 0 0 1px #ffffff08,0 0 28px #8b5cf61a!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:10px!important}
