*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #5B8DEF;--color-primary-light: #7BA5F5;--color-success: #52C41A;--color-warning: #FAAD14;--color-error: #F5222D;--color-bg-container: #FFFFFF;--color-bg-layout: #F5F7FA;--color-bg-elevated: #FFFFFF;--color-text: #333333;--color-text-secondary: #666666;--color-border: #E8E8E8;--gradient-primary: linear-gradient(135deg, #5B8DEF 0%, #7C6EAF 100%);--gradient-success: linear-gradient(135deg, #52C41A 0%, #73D13D 100%);--gradient-error: linear-gradient(135deg, #F5222D 0%, #FF7875 100%);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--brand-primary: #7c3aed;--brand-primary-strong: #6d28d9;--brand-primary-rgb: 124, 58, 237;--brand-accent: #3b82f6;--brand-border: #c4b5fd;--brand-gradient: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);--brand-gradient-soft: linear-gradient(135deg, rgba(124, 58, 237, .18) 0%, rgba(59, 130, 246, .14) 100%);--brand-shadow: 0 8px 18px rgba(124, 58, 237, .25);--brand-shadow-strong: 0 12px 24px rgba(124, 58, 237, .28);--page-header-bg: linear-gradient(135deg, rgba(237, 233, 254, .85) 0%, rgba(224, 231, 255, .65) 100%);--page-filter-bg: rgba(255, 255, 255, .92);--page-icon-bg: #ffffff;--page-icon-shadow: 0 12px 24px rgba(124, 58, 237, .18);--status-info: #1677ff;--status-info-text: #0958d9;--status-info-bg: rgba(22, 119, 255, .12);--status-info-border: rgba(22, 119, 255, .35);--status-success: #52c41a;--status-success-text: #237804;--status-success-bg: rgba(82, 196, 26, .12);--status-success-border: rgba(82, 196, 26, .35);--status-warning: #faad14;--status-warning-text: #ad6800;--status-warning-bg: rgba(250, 173, 20, .12);--status-warning-border: rgba(250, 173, 20, .35);--status-error: #ff4d4f;--status-error-text: #a8071a;--status-error-bg: rgba(255, 77, 79, .12);--status-error-border: rgba(255, 77, 79, .35);--status-neutral-bg: rgba(148, 163, 184, .18);--status-neutral-border: rgba(148, 163, 184, .35)}[data-theme=dark]{--color-primary: #6B9AFF;--color-primary-light: #8AAFFF;--color-success: #73D13D;--color-warning: #FFC53D;--color-error: #FF4D4F;--color-bg-container: #1F1F1F;--color-bg-layout: #141414;--color-bg-elevated: #262626;--color-text: #E8E8E8;--color-text-secondary: #A0A0A0;--color-border: #303030;--gradient-primary: linear-gradient(135deg, #6B9AFF 0%, #9C8DC8 100%);--gradient-success: linear-gradient(135deg, #73D13D 0%, #95DE64 100%);--gradient-error: linear-gradient(135deg, #FF4D4F 0%, #FF7875 100%);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--brand-primary: #a78bfa;--brand-primary-strong: #8b5cf6;--brand-primary-rgb: 167, 139, 250;--brand-accent: #60a5fa;--brand-border: rgba(167, 139, 250, .45);--brand-gradient: linear-gradient(135deg, #8b5cf6 0%, #60a5fa 100%);--brand-gradient-soft: linear-gradient(135deg, rgba(139, 92, 246, .22) 0%, rgba(96, 165, 250, .18) 100%);--brand-shadow: 0 8px 18px rgba(124, 58, 237, .35);--brand-shadow-strong: 0 12px 24px rgba(124, 58, 237, .35);--page-header-bg: linear-gradient(135deg, rgba(88, 28, 135, .3) 0%, rgba(15, 23, 42, .65) 100%);--page-filter-bg: rgba(15, 23, 42, .55);--page-icon-bg: rgba(255, 255, 255, .16);--page-icon-shadow: 0 12px 24px rgba(0, 0, 0, .35);--status-info: #60a5fa;--status-info-text: #bfdbfe;--status-info-bg: rgba(96, 165, 250, .18);--status-info-border: rgba(96, 165, 250, .4);--status-success: #73d13d;--status-success-text: #b7eb8f;--status-success-bg: rgba(115, 209, 61, .18);--status-success-border: rgba(115, 209, 61, .4);--status-warning: #ffc53d;--status-warning-text: #ffe58f;--status-warning-bg: rgba(255, 197, 61, .18);--status-warning-border: rgba(255, 197, 61, .4);--status-error: #ff7875;--status-error-text: #ffccc7;--status-error-bg: rgba(255, 120, 117, .18);--status-error-border: rgba(255, 120, 117, .4);--status-neutral-bg: rgba(148, 163, 184, .2);--status-neutral-border: rgba(148, 163, 184, .35)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease}html,body,#root{max-width:100%;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}.light-purple-solid-btn,.light-purple-solid-btn.ant-btn{background:#8a77c5!important;border-color:#9b7bff!important;color:#fff!important;font-weight:600!important;box-shadow:0 6px 14px #9b7bff59!important}.light-purple-solid-btn:hover,.light-purple-solid-btn:focus,.light-purple-solid-btn:focus-visible,.light-purple-solid-btn:active{background:#9b7bff!important;border-color:#9b7bff!important;color:#fff!important}[data-theme=dark] .ant-card-head{background:transparent!important;border-bottom-color:var(--color-border)!important}[data-theme=dark] .ant-table-thead>tr>th{background:#1a1a1a!important;color:var(--color-text)!important;border-bottom-color:var(--color-border)!important}[data-theme=dark] .ant-table-tbody>tr>td{border-bottom-color:var(--color-border)!important}[data-theme=dark] .ant-table-tbody>tr:hover>td{background:#2a2a2a!important}.ant-table-cell-fix-left,.ant-table-cell-fix-right{background:#ffffff!important}.ant-table-thead>tr>.ant-table-cell-fix-left,.ant-table-thead>tr>.ant-table-cell-fix-right{background:#fafafa!important}.ant-table-tbody>tr:hover>.ant-table-cell-fix-left,.ant-table-tbody>tr:hover>.ant-table-cell-fix-right{background:#f5f5f5!important}[data-theme=dark] .ant-table-cell-fix-left,[data-theme=dark] .ant-table-cell-fix-right{background:#1f1f1f!important}[data-theme=dark] .ant-table-thead>tr>.ant-table-cell-fix-left,[data-theme=dark] .ant-table-thead>tr>.ant-table-cell-fix-right{background:#1a1a1a!important}[data-theme=dark] .ant-table-tbody>tr:hover>.ant-table-cell-fix-left,[data-theme=dark] .ant-table-tbody>tr:hover>.ant-table-cell-fix-right{background:#2a2a2a!important}.ant-pagination-item a{color:var(--color-text)!important}.ant-pagination-item-active a{color:var(--color-primary)!important}.ant-pagination-total-text{color:var(--color-text-secondary)!important}body[data-theme=light] .ant-pagination-item a,html[data-theme=light] .ant-pagination-item a,body:not([data-theme=dark]) .ant-pagination-item a,html:not([data-theme=dark]) .ant-pagination-item a{color:#333!important}body[data-theme=light] .ant-pagination-item-active a,html[data-theme=light] .ant-pagination-item-active a,body:not([data-theme=dark]) .ant-pagination-item-active a,html:not([data-theme=dark]) .ant-pagination-item-active a{color:#5b8def!important}body[data-theme=light] .ant-pagination-total-text,html[data-theme=light] .ant-pagination-total-text,body:not([data-theme=dark]) .ant-pagination-total-text,html:not([data-theme=dark]) .ant-pagination-total-text{color:#666!important}body[data-theme=light] .ant-pagination-prev .ant-pagination-item-link,body[data-theme=light] .ant-pagination-next .ant-pagination-item-link,html[data-theme=light] .ant-pagination-prev .ant-pagination-item-link,html[data-theme=light] .ant-pagination-next .ant-pagination-item-link,body:not([data-theme=dark]) .ant-pagination-prev .ant-pagination-item-link,body:not([data-theme=dark]) .ant-pagination-next .ant-pagination-item-link,html:not([data-theme=dark]) .ant-pagination-prev .ant-pagination-item-link,html:not([data-theme=dark]) .ant-pagination-next .ant-pagination-item-link{color:#333!important}body[data-theme=light] .ant-alert-warning,html[data-theme=light] .ant-alert-warning,body:not([data-theme=dark]) .ant-alert-warning,html:not([data-theme=dark]) .ant-alert-warning{background-color:var(--status-warning-bg)!important;border-color:var(--status-warning-border)!important}body[data-theme=light] .ant-alert-warning .ant-alert-message,html[data-theme=light] .ant-alert-warning .ant-alert-message,body:not([data-theme=dark]) .ant-alert-warning .ant-alert-message,html:not([data-theme=dark]) .ant-alert-warning .ant-alert-message{color:var(--status-warning-text)!important}body[data-theme=light] .ant-alert-warning .ant-alert-description,html[data-theme=light] .ant-alert-warning .ant-alert-description,body:not([data-theme=dark]) .ant-alert-warning .ant-alert-description,html:not([data-theme=dark]) .ant-alert-warning .ant-alert-description{color:var(--status-warning-text)!important}body[data-theme=light] .ant-alert-info .ant-alert-message,html[data-theme=light] .ant-alert-info .ant-alert-message,body:not([data-theme=dark]) .ant-alert-info .ant-alert-message,html:not([data-theme=dark]) .ant-alert-info .ant-alert-message{color:var(--status-info-text)!important}body[data-theme=light] .ant-alert-info .ant-alert-description,html[data-theme=light] .ant-alert-info .ant-alert-description,body:not([data-theme=dark]) .ant-alert-info .ant-alert-description,html:not([data-theme=dark]) .ant-alert-info .ant-alert-description{color:var(--status-info-text)!important}.edl-tabs-segmented.ant-segmented{border-radius:999px}.edl-tabs-segmented.ant-segmented .ant-segmented-thumb{background:rgba(var(--brand-primary-rgb),.22)!important;border-radius:999px!important;box-shadow:0 6px 14px rgba(var(--brand-primary-rgb),.18)!important}.edl-tabs-segmented.ant-segmented .ant-segmented-item{border-radius:999px!important;padding:6px 12px!important}.edl-tabs-segmented.ant-segmented .ant-segmented-item-selected{color:var(--brand-primary)!important;border-radius:999px!important}.edl-tabs-segmented.ant-segmented .ant-segmented-item-selected .ant-segmented-item-label{color:var(--brand-primary)!important}.purple-create-ui .ant-checkbox-checked .ant-checkbox-inner,.purple-create-ui .ant-checkbox-indeterminate .ant-checkbox-inner{background-color:var(--brand-primary)!important;border-color:var(--brand-primary)!important}.purple-create-ui .ant-radio-checked .ant-radio-inner{border-color:var(--brand-primary)!important}.purple-create-ui .ant-radio-checked .ant-radio-inner:after{background-color:var(--brand-primary)!important}.purple-create-ui .ant-switch-checked{background:var(--brand-primary)!important}.purple-create-ui .ant-switch-checked:hover{background:var(--brand-primary-strong)!important}.ant-switch-checked{background:var(--brand-primary)!important}.ant-switch-checked:hover{background:var(--brand-primary-strong)!important}.purple-create-ui .ant-btn-link{color:var(--brand-primary)!important}.purple-create-ui .ant-btn-link:hover{color:var(--brand-primary-strong)!important}.purple-create-ui .ant-btn-primary{background:var(--brand-gradient)!important;border:none!important;box-shadow:var(--brand-shadow)!important}.purple-create-ui .light-purple-solid-btn,.purple-create-ui .light-purple-solid-btn.ant-btn{background:#9b7bff!important;border-color:#9b7bff!important;color:#fff!important;font-weight:600!important;box-shadow:0 6px 14px #9b7bff59!important}.purple-create-ui .light-purple-solid-btn:hover,.purple-create-ui .light-purple-solid-btn:focus,.purple-create-ui .light-purple-solid-btn:focus-visible,.purple-create-ui .light-purple-solid-btn:active{background:#9b7bff!important;border-color:#9b7bff!important;color:#fff!important}body[data-theme=light] .ant-alert-error,html[data-theme=light] .ant-alert-error,body:not([data-theme=dark]) .ant-alert-error,html:not([data-theme=dark]) .ant-alert-error{background-color:var(--status-error-bg)!important;border-color:var(--status-error-border)!important}body[data-theme=light] .ant-alert-error .ant-alert-message,html[data-theme=light] .ant-alert-error .ant-alert-message,body:not([data-theme=dark]) .ant-alert-error .ant-alert-message,html:not([data-theme=dark]) .ant-alert-error .ant-alert-message{color:var(--status-error-text)!important}body[data-theme=light] .ant-alert-error .ant-alert-description,html[data-theme=light] .ant-alert-error .ant-alert-description,body:not([data-theme=dark]) .ant-alert-error .ant-alert-description,html:not([data-theme=dark]) .ant-alert-error .ant-alert-description{color:var(--status-error-text)!important}html[data-theme=light] input::placeholder,html[data-theme=light] .ant-input::placeholder{color:#00000073!important;opacity:1}body[data-theme=light] .ant-alert-warning .ant-alert-icon,html[data-theme=light] .ant-alert-warning .ant-alert-icon,body:not([data-theme=dark]) .ant-alert-warning .ant-alert-icon,html:not([data-theme=dark]) .ant-alert-warning .ant-alert-icon{color:var(--status-warning)!important}body[data-theme=light] .ant-pagination-simple .ant-pagination-simple-pager,html[data-theme=light] .ant-pagination-simple .ant-pagination-simple-pager,body:not([data-theme=dark]) .ant-pagination-simple .ant-pagination-simple-pager,html:not([data-theme=dark]) .ant-pagination-simple .ant-pagination-simple-pager{color:#333!important}body[data-theme=light] .ant-pagination-simple .ant-pagination-simple-pager input,html[data-theme=light] .ant-pagination-simple .ant-pagination-simple-pager input,body:not([data-theme=dark]) .ant-pagination-simple .ant-pagination-simple-pager input,html:not([data-theme=dark]) .ant-pagination-simple .ant-pagination-simple-pager input{color:#333!important;background-color:#fff!important;border-color:#d9d9d9!important}body[data-theme=light] .ant-pagination-simple .ant-pagination-slash,html[data-theme=light] .ant-pagination-simple .ant-pagination-slash,body:not([data-theme=dark]) .ant-pagination-simple .ant-pagination-slash,html:not([data-theme=dark]) .ant-pagination-simple .ant-pagination-slash{color:#666!important}body:not([data-theme=dark]) .ant-modal-title,body:not([data-theme=dark]) .ant-modal-content,body:not([data-theme=dark]) .ant-message-notice-content,body:not([data-theme=dark]) .ant-notification-notice,body:not([data-theme=dark]) .ant-popover-inner,body:not([data-theme=dark]) .ant-popover-title,body:not([data-theme=dark]) .ant-popover-message{color:#333!important}body:not([data-theme=dark]) .ant-modal-header{background:#ffffff!important;color:#333!important}body:not([data-theme=dark]) .ant-modal-content,body:not([data-theme=dark]) .ant-message-notice-content,body:not([data-theme=dark]) .ant-notification-notice,body:not([data-theme=dark]) .ant-popover-inner{background:#ffffff!important}body:not([data-theme=dark]) .ant-descriptions-item-label,body:not([data-theme=dark]) .ant-descriptions-item-content,body:not([data-theme=dark]) .ant-table-cell{color:#333!important}.quota-warning-alert{background-color:var(--status-warning-bg)!important;border-color:var(--status-warning-border)!important}.quota-warning-alert .ant-alert-message,.quota-warning-alert .ant-alert-description{color:var(--status-warning-text)!important}.quota-warning-alert .ant-alert-icon{color:var(--status-warning)!important}.user-management-table .ant-table-thead>tr>th{background:var(--color-bg-elevated)!important;font-weight:600;font-size:13px;padding:12px 16px}.user-management-table .ant-table-tbody>tr>td{padding:12px 16px;font-size:13px}.user-management-table .ant-table-tbody>tr:hover>td{background:var(--color-bg-layout)!important}.ant-tag-checkable:not(.ant-tag-checkable-checked):hover{border-color:var(--color-primary)!important;background:var(--color-primary)!important;opacity:.1}.ant-tag-checkable{transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none}.ant-tag-checkable:active{transform:scale(.98)}@keyframes fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 #667eea66}70%{box-shadow:0 0 0 10px #667eea00}to{box-shadow:0 0 #667eea00}}.filter-card{transition:all .3s cubic-bezier(.4,0,.2,1)}.filter-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.gradient-bg{background:linear-gradient(-45deg,#667eea,#764ba2,#f093fb,#f5576c);background-size:400% 400%;animation:gradientShift 15s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.loading-shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}[data-theme=dark] .loading-shimmer{background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%);background-size:200% 100%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.user-filter-section{animation:slideInUp .6s ease-out}.user-stats-card{animation:fadeIn .8s ease-out;animation-fill-mode:both}.user-stats-card:nth-child(1){animation-delay:.1s}.user-stats-card:nth-child(2){animation-delay:.2s}.user-stats-card:nth-child(3){animation-delay:.3s}.user-stats-card:nth-child(4){animation-delay:.4s}.user-management-table .ant-table-tbody>tr{transition:all .2s ease}.user-management-table .ant-table-tbody>tr:hover{transform:translate(2px);box-shadow:0 2px 8px #0000001a}[data-theme=dark] .user-management-table .ant-table-tbody>tr:hover{box-shadow:0 2px 8px #0000004d}.ant-btn{transition:all .3s cubic-bezier(.4,0,.2,1)}.ant-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.ant-btn:active{transform:translateY(0)}.ant-input:focus,.ant-input-focused{transform:translateY(-1px);transition:all .3s ease}.ant-card{transition:all .3s cubic-bezier(.4,0,.2,1)}.ant-card:hover{transform:translateY(-2px)}[data-theme=light] .recharge-balance-card.ant-card{background:linear-gradient(135deg,#d7d0ff 0%,#cfe1ff 100%)!important;color:#111827!important}[data-theme=dark] .recharge-balance-card.ant-card{background:linear-gradient(135deg,#5b4bd6 0%,#2f6fe3 100%)!important;color:#fff!important}.recharge-balance-card.ant-card .ant-card-body{background:transparent!important}.recharge-balance-card .recharge-balance-card__label{color:#ffffffd9!important;font-weight:700;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.recharge-balance-card .recharge-balance-card__currency{color:#ffffffbf!important;font-size:18px}.recharge-balance-card .recharge-balance-card__amount{color:#fff!important;font-size:52px;font-weight:900;letter-spacing:-.04em;line-height:1}.recharge-balance-card .recharge-balance-card__pill.ant-tag{background:rgba(255,255,255,.18)!important;border-color:#ffffff38!important;color:#fff!important;border-radius:999px}[data-theme=light] .recharge-balance-card .recharge-balance-card__label{color:#111827b3!important}[data-theme=light] .recharge-balance-card .recharge-balance-card__currency{color:#11182799!important}[data-theme=light] .recharge-balance-card .recharge-balance-card__amount{color:#111827!important}[data-theme=light] .recharge-balance-card .recharge-balance-card__pill.ant-tag{background:rgba(17,24,39,.08)!important;border-color:#1118272e!important;color:#111827!important}[data-theme=light] .recharge-balance-card .recharge-balance-card__icon{color:#1118272e!important}[data-theme=dark] .recharge-balance-card .recharge-balance-card__icon{color:#ffffff38!important}[data-theme=light] .recharge-balance-card .recharge-balance-card__icon-small{color:#111827b3!important}[data-theme=dark] .recharge-balance-card .recharge-balance-card__icon-small{color:#ffffffd9!important}.sidebar-menu-scroll{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.sidebar-menu-scroll::-webkit-scrollbar{width:6px}.sidebar-menu-scroll::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:3px}.sidebar-menu-scroll::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:3px}.sidebar-menu-scroll::-webkit-scrollbar-thumb:hover{background-color:#ffffff59}.ant-layout-sider-dark .ant-menu-dark{background:transparent!important}.ant-layout-sider-dark .ant-menu-dark .ant-menu-item{margin:2px 8px!important;border-radius:8px!important;color:#ffffffa6!important}.ant-layout-sider-dark .ant-menu-dark .ant-menu-item:hover{background:rgba(255,255,255,.06)!important;color:#ffffffd9!important}.ant-layout-sider-dark .ant-menu-dark .ant-menu-item-selected{background:linear-gradient(135deg,rgba(59,130,246,.2) 0%,rgba(139,92,246,.2) 100%)!important;color:#fff!important}.ant-layout-sider-dark .ant-menu-dark .ant-menu-submenu-title{margin:2px 8px!important;border-radius:8px!important;color:#ffffffa6!important}.ant-layout-sider-dark .ant-menu-dark .ant-menu-submenu-title:hover{background:rgba(255,255,255,.06)!important;color:#ffffffd9!important}.ant-layout-sider-dark .ant-menu-dark .ant-menu-sub{background:transparent!important}.admin-pill-nav{position:relative;display:flex;align-items:center;gap:8px;overflow-x:auto;padding:6px 8px;scrollbar-width:none}.admin-pill-nav::-webkit-scrollbar{display:none}.admin-pill-nav__indicator{position:absolute;top:6px;bottom:6px;left:0;border-radius:999px;background:linear-gradient(135deg,rgba(22,119,255,.14),rgba(79,70,229,.18));box-shadow:0 6px 16px #1677ff29;transition:transform .25s ease,width .25s ease;z-index:0}.admin-pill-nav__indicator--instant{transition:none}.admin-pill-nav__item{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid transparent;background:transparent;color:#000000a6;font-size:14px;font-weight:500;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease;white-space:nowrap}.admin-pill-nav__item:hover{color:#000000d9;border-color:#1677ff33;background:rgba(22,119,255,.05)}.admin-pill-nav__item--active{color:#1677ff;font-weight:600}.admin-pill-nav__icon{display:inline-flex;align-items:center;font-size:15px}.admin-pill-nav__label,.admin-pill-nav__item .ant-badge,.admin-pill-nav__item .ant-badge .admin-pill-nav__label{color:inherit}.admin-pill-nav__badge,.admin-pill-nav__badge .admin-pill-nav__label,.admin-menu-badge,.admin-menu-badge .admin-menu-badge__label{color:inherit!important}.admin-pill-nav__badge .ant-badge-count,.admin-menu-badge .ant-badge-count{color:#fff!important}[data-theme=dark] .admin-pill-nav__indicator{background:linear-gradient(135deg,rgba(59,130,246,.22),rgba(139,92,246,.25));box-shadow:0 6px 16px #0f172a66}[data-theme=dark] .admin-pill-nav__item{color:#ffffffb3}[data-theme=dark] .admin-pill-nav__item:hover{color:#fff;border-color:#3b82f673;background:rgba(59,130,246,.12)}[data-theme=dark] .admin-pill-nav__item--active{color:#93c5fd}.ant-layout-sider-dark .ant-menu-dark .ant-menu-sub .ant-menu-item{padding-left:48px!important}.ant-layout-sider-collapsed .ant-menu-dark.ant-menu-inline .ant-menu-item,.ant-layout-sider-collapsed .ant-menu-dark.ant-menu-inline .ant-menu-submenu-title,.ant-layout-sider-collapsed .ant-menu-dark.ant-menu-inline .ant-menu-item-icon,.ant-layout-sider-collapsed .ant-menu-dark.ant-menu-inline .ant-menu-submenu-title .ant-menu-item-icon{margin:0!important}.ant-layout-sider-collapsed .ant-menu-dark.ant-menu-inline .ant-menu-item,.ant-layout-sider-collapsed .ant-menu-dark.ant-menu-inline .ant-menu-submenu-title{padding:0!important;display:flex;align-items:center;justify-content:center}:not([data-theme=dark]) .ant-tabs-tab{color:var(--color-text)!important}:not([data-theme=dark]) .ant-tabs-tab:hover{color:var(--color-primary-light)!important}:not([data-theme=dark]) .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-primary)!important;text-shadow:0 0 .25px currentColor}:not([data-theme=dark]) .ant-typography:not(.ant-typography-danger):not(.ant-typography-warning):not(.ant-typography-success),:not([data-theme=dark]) .ant-typography-secondary{color:var(--color-text)!important}:not([data-theme=dark]) .ant-typography-danger{color:#ff4d4f!important}:not([data-theme=dark]) .ant-typography-warning{color:#faad14!important}:not([data-theme=dark]) .ant-typography-success{color:#52c41a!important}:not([data-theme=dark]) .ant-typography-secondary{color:var(--color-text-secondary)!important}:not([data-theme=dark]) .ant-descriptions-item-label,:not([data-theme=dark]) .ant-descriptions-item-content{color:var(--color-text)!important}:not([data-theme=dark]) .ant-form-item-label>label{color:var(--color-text)!important}:not([data-theme=dark]) .ant-space-item,:not([data-theme=dark]) .ant-list-item-meta-title,:not([data-theme=dark]) .ant-list-item-meta-description{color:var(--color-text)!important}:not([data-theme=dark]) .ant-statistic-title{color:var(--color-text-secondary)!important}:not([data-theme=dark]) .ant-statistic-content{color:var(--color-text)!important}:not([data-theme=dark]) .ant-select-selection-item{color:var(--color-text)!important}:not([data-theme=dark]) .ant-dropdown-menu-item{color:var(--color-text)!important}:not([data-theme=dark]) .required-field .ant-input,:not([data-theme=dark]) .required-field .ant-input-number,:not([data-theme=dark]) .required-field .ant-input-affix-wrapper,:not([data-theme=dark]) .required-field .ant-input-number-affix-wrapper,:not([data-theme=dark]) .required-field .ant-select-selector,:not([data-theme=dark]) .required-field .ant-picker,:not([data-theme=dark]) .required-field .ant-picker-input>input{background:#f3f4f6!important}:not([data-theme=dark]) .required-field .ant-form-item-label>label{color:#6d28d9!important;font-weight:600}[data-theme=dark] .required-field .ant-input,[data-theme=dark] .required-field .ant-input-number,[data-theme=dark] .required-field .ant-input-affix-wrapper,[data-theme=dark] .required-field .ant-input-number-affix-wrapper,[data-theme=dark] .required-field .ant-select-selector,[data-theme=dark] .required-field .ant-picker,[data-theme=dark] .required-field .ant-picker-input>input{background:rgba(255,255,255,.08)!important}.scene-tooltip,.graph-tooltip{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;opacity:1!important}html[data-theme=light] .admin-dashboard-title,html[data-theme=light] .formula-management-title,html[data-theme=light] .job-management-title{color:#1f1f1f!important}html[data-theme=light] .admin-dashboard-desc,html[data-theme=light] .formula-management-desc,html[data-theme=light] .job-management-desc,html[data-theme=light] .kpi-card-text{color:#595959!important}:where(html[data-theme=light]) h1,:where(html[data-theme=light]) h2,:where(html[data-theme=light]) h3,:where(html[data-theme=light]) .ant-typography{color:inherit}html[data-theme=light] h1.ant-typography,html[data-theme=light] h2.ant-typography,html[data-theme=light] h3.ant-typography,html[data-theme=light] h4.ant-typography,html[data-theme=light] h5.ant-typography,html[data-theme=light] .ant-typography h1,html[data-theme=light] .ant-typography h2,html[data-theme=light] .ant-typography h3,html[data-theme=light] .ant-typography h4,html[data-theme=light] .ant-typography h5{color:#1f1f1f!important}html[data-theme=light] .ant-typography:not(.ant-tooltip-inner *),html[data-theme=light] span.ant-typography:not(.ant-tooltip-inner *),html[data-theme=light] div.ant-typography:not(.ant-tooltip-inner *),html[data-theme=light] p.ant-typography:not(.ant-tooltip-inner *){color:#1f1f1f!important}html[data-theme=light] .ant-typography-secondary,html[data-theme=light] .ant-typography.ant-typography-secondary{color:#595959!important}html[data-theme=light] .ant-card-head-title,html[data-theme=light] .ant-card-meta-title,html[data-theme=light] .ant-card-head{color:#1f1f1f!important}html[data-theme=light] .ant-card-meta-description{color:#595959!important}html[data-theme=light] .ant-table{color:#1f1f1f!important;background:transparent!important}html[data-theme=light] .ant-table-tbody>tr{background:#ffffff!important}html[data-theme=light] .ant-table-thead>tr>th,html[data-theme=light] .ant-table-thead>tr>td,body[data-theme=light] .ant-table-thead>tr>th,body[data-theme=light] .ant-table-thead>tr>td{background-color:#fafafa!important;color:#000000e0!important;border-bottom:1px solid #f0f0f0!important;font-weight:600!important}html[data-theme=light] .ant-table-tbody>tr>td{color:#595959!important;background:#ffffff!important}html[data-theme=light] .ant-table-tbody>tr:hover>td{background:#f5f5f5!important}html[data-theme=light] .ant-table-cell{color:inherit!important}html[data-theme=light] .ant-descriptions-title,html[data-theme=light] .ant-descriptions-item-label,html[data-theme=light] .ant-descriptions-item-content{color:#595959!important}html[data-theme=light] .ant-list-item-meta-title{color:#1f1f1f!important}html[data-theme=light] .ant-list-item-meta-description{color:#595959!important}html[data-theme=light] .ant-form-item-label>label{color:#1f1f1f!important}html[data-theme=light] .ant-input,html[data-theme=light] .ant-select-selector{color:#1f1f1f!important}html[data-theme=light] .ant-statistic-title{color:#595959!important}html[data-theme=light] .ant-statistic-content,html[data-theme=light] .ant-statistic-content-value,html[data-theme=light] body{color:#1f1f1f!important}html[data-theme=light] div:not(.ant-tooltip-inner):not(.ant-tooltip-content):not(.ant-tooltip-inner *){color:inherit}html[data-theme=light] .ant-menu{color:#1f1f1f!important;background:transparent!important}html[data-theme=light] .ant-menu-item,html[data-theme=light] .ant-menu-submenu-title{color:#595959!important}html[data-theme=light] .ant-menu-item-selected{color:#1677ff!important}html[data-theme=light] .ant-menu-title-content{color:inherit!important}html[data-theme=light] a{color:#1677ff}html[data-theme=light] a:hover{color:#4096ff}html[data-theme=light] .ant-tooltip-inner{background:#1f2937!important;color:#f9fafb!important;box-shadow:0 8px 24px #0f172a59}html[data-theme=light] .ant-tooltip-arrow:before{background:#1f2937!important}html[data-theme=light] .ant-tooltip *,html[data-theme=light] .ant-tooltip span,html[data-theme=light] .ant-tooltip div,html[data-theme=light] .ant-tooltip p,html[data-theme=light] .ant-tooltip .ant-typography{color:#f9fafb!important}html[data-theme=dark] .ant-tooltip-inner{background:#0f172a!important;color:#e2e8f0!important;box-shadow:0 10px 28px #0000008c}html[data-theme=dark] .ant-tooltip-arrow:before{background:#0f172a!important}html[data-theme=dark] .ant-tooltip *,html[data-theme=dark] .ant-tooltip span,html[data-theme=dark] .ant-tooltip div,html[data-theme=dark] .ant-tooltip p,html[data-theme=dark] .ant-tooltip .ant-typography{color:#e2e8f0!important}.ant-card,.ant-card .ant-card-body,.ant-card .ant-card-head,.ant-card .ant-space,.ant-card .ant-space-item,.ant-card .ant-row,.ant-card [class*=__body],.ant-card [class*=__content],.ant-card [class*=__summary],.ant-card [class*=__meta],.ant-card [class*=__title],.ant-card [class*=__value]{min-width:0}.ant-card .ant-card-body{overflow:hidden}.ant-card .ant-typography,.ant-card p,.ant-card .ant-card-meta-title,.ant-card .ant-card-meta-description,.ant-card .ant-descriptions-item-content,.ant-card .ant-statistic-content,.ant-card .ant-statistic-content-value,.ant-card .ant-list-item-meta-title,.ant-card .ant-list-item-meta-description,.ant-card .ant-tag,.ant-card .ant-btn{overflow-wrap:anywhere;word-break:break-word}@media (max-width: 900px){.ant-card{border-radius:16px!important}.ant-card .ant-card-body{padding-left:12px!important;padding-right:12px!important}}.ant-alert-info{background-color:var(--status-info-bg)!important;border-color:var(--status-info-border)!important}.ant-alert-info .ant-alert-message,.ant-alert-info .ant-alert-description{color:var(--status-info-text)!important}.ant-alert-info .ant-alert-icon{color:var(--status-info)!important}.ant-alert-success{background-color:var(--status-success-bg)!important;border-color:var(--status-success-border)!important}.ant-alert-success .ant-alert-message,.ant-alert-success .ant-alert-description{color:var(--status-success-text)!important}.ant-alert-success .ant-alert-icon{color:var(--status-success)!important}.ant-alert-warning{background-color:var(--status-warning-bg)!important;border-color:var(--status-warning-border)!important}.ant-alert-warning .ant-alert-message,.ant-alert-warning .ant-alert-description{color:var(--status-warning-text)!important}.ant-alert-warning .ant-alert-icon{color:var(--status-warning)!important}.ant-alert-error{background-color:var(--status-error-bg)!important;border-color:var(--status-error-border)!important}.ant-alert-error .ant-alert-message,.ant-alert-error .ant-alert-description{color:var(--status-error-text)!important}.ant-alert-error .ant-alert-icon{color:var(--status-error)!important}.ant-tag-info,.ant-tag-processing{color:var(--status-info-text)!important;background:var(--status-info-bg)!important;border-color:var(--status-info-border)!important}.ant-tag-success{color:var(--status-success-text)!important;background:var(--status-success-bg)!important;border-color:var(--status-success-border)!important}.ant-tag-warning{color:var(--status-warning-text)!important;background:var(--status-warning-bg)!important;border-color:var(--status-warning-border)!important}.ant-tag-error{color:var(--status-error-text)!important;background:var(--status-error-bg)!important;border-color:var(--status-error-border)!important}.ant-tag-default{color:var(--color-text-secondary)!important;background:var(--status-neutral-bg)!important;border-color:var(--status-neutral-border)!important}.ant-badge-status-success .ant-badge-status-dot{background:var(--status-success)!important}.ant-badge-status-success .ant-badge-status-text{color:var(--status-success-text)!important}.ant-badge-status-warning .ant-badge-status-dot{background:var(--status-warning)!important}.ant-badge-status-warning .ant-badge-status-text{color:var(--status-warning-text)!important}.ant-badge-status-error .ant-badge-status-dot{background:var(--status-error)!important}.ant-badge-status-error .ant-badge-status-text{color:var(--status-error-text)!important}.ant-badge-status-processing .ant-badge-status-dot,.ant-badge-status-info .ant-badge-status-dot{background:var(--status-info)!important}.ant-badge-status-processing .ant-badge-status-text,.ant-badge-status-info .ant-badge-status-text{color:var(--status-info-text)!important}.ant-badge-status-default .ant-badge-status-dot{background:var(--color-border)!important}.ant-badge-status-default .ant-badge-status-text{color:var(--color-text-secondary)!important}.react-resizable{position:relative}.react-resizable-handle{position:absolute;right:-4px;bottom:0;width:8px;height:100%;cursor:col-resize;-webkit-user-select:none;user-select:none;z-index:1}.react-resizable-handle:after{content:"";position:absolute;right:3px;top:25%;height:50%;width:2px;border-radius:2px;background:rgba(15,23,42,.35)}html[data-theme=dark] .react-resizable-handle:after{background:rgba(226,232,240,.35)}.ant-select-dropdown,.ant-picker-dropdown,.ant-dropdown{z-index:1200!important}html[data-theme=light] .ant-popover,html[data-theme=light] .ant-popover-inner,html[data-theme=light] .ant-popover-inner-content,html[data-theme=light] .ant-popover-title,html[data-theme=light] .ant-popover-message,html[data-theme=light] .ant-popover-message-title,html[data-theme=light] .ant-popover .ant-typography,html[data-theme=light] .ant-popover p,html[data-theme=light] .ant-popover div{color:#1f1f1f!important}
