:root{--hc-brand: #0EA5E9;--hc-brand-dark: #0284C7;--hc-brand-light: #E0F2FE;--hc-brand-50: #F0F9FF;--hc-bg: #FFFFFF;--hc-bg-page: #F8FAFC;--hc-bg-subtle: #F1F5F9;--hc-bg-hover: #F8FAFC;--hc-border: #E2E8F0;--hc-border-strong:#CBD5E1;--hc-text: #0F172A;--hc-text-2: #475569;--hc-text-3: #94A3B8;--hc-text-inv: #FFFFFF;--sb-bg: #FFFFFF;--sb-border: #E2E8F0;--sb-width: 240px;--sb-hover: #F8FAFC;--sb-active-bg: #EFF6FF;--sb-active-text: #0EA5E9;--sb-text: #475569;--sb-text-cat: #94A3B8;--sb-icon: #94A3B8;--sb-icon-active: #0EA5E9;--hc-success: #10B981;--hc-success-bg: #ECFDF5;--hc-warning: #F59E0B;--hc-warning-bg: #FFFBEB;--hc-error: #EF4444;--hc-error-bg: #FEF2F2;--hc-info: #0EA5E9;--hc-info-bg: #EFF6FF;--hc-r-sm: 6px;--hc-r-md: 8px;--hc-r-lg: 12px;--hc-r-xl: 16px;--hc-shadow-sm: 0 1px 2px rgba(0,0,0,.05);--hc-shadow-md: 0 4px 6px -1px rgba(0,0,0,.07), 0 2px 4px -2px rgba(0,0,0,.05);--hc-shadow-lg: 0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -4px rgba(0,0,0,.05);--hc-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}[data-theme=dark]{--hc-bg: #161B22;--hc-bg-page: #0D1117;--hc-bg-subtle: #1C2128;--hc-bg-hover: #1C2128;--hc-border: #30363D;--hc-border-strong:#484F58;--hc-text: #E6EDF3;--hc-text-2: #8B949E;--hc-text-3: #6E7681;--sb-bg: #0D1117;--sb-border: #1E293B;--sb-hover: #1E293B;--sb-active-bg: rgba(14,165,233,.12);--sb-active-text: #38BDF8;--sb-text: #8B949E;--sb-text-cat: #6E7681;--sb-icon: #6E7681;--sb-icon-active: #38BDF8;--hc-success-bg: rgba(16,185,129,.12);--hc-warning-bg: rgba(245,158,11,.12);--hc-error-bg: rgba(239,68,68,.12);--hc-info-bg: rgba(14,165,233,.12)}*,*:before,*:after{box-sizing:border-box}body{font-family:var(--hc-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--hc-bg-page);color:var(--hc-text);transition:background-color .2s ease,color .2s ease}.hc-page{padding:24px;max-width:100%}.hc-card{background:var(--hc-bg);border:1px solid var(--hc-border);border-radius:var(--hc-r-lg);box-shadow:var(--hc-shadow-sm)}.hc-page-title{font-size:20px;font-weight:600;color:var(--hc-text);letter-spacing:-.01em}.hc-metric-card{background:var(--hc-bg);border:1px solid var(--hc-border);border-radius:var(--hc-r-lg);padding:20px;box-shadow:var(--hc-shadow-sm)}.hc-metric-label{font-size:13px;color:var(--hc-text-3);font-weight:500;margin-bottom:6px}.hc-metric-value{font-size:26px;font-weight:700;color:var(--hc-text);letter-spacing:-.02em;line-height:1.1}.hc-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:20px;font-size:12px;font-weight:500;white-space:nowrap}.hc-badge-success{background:var(--hc-success-bg);color:var(--hc-success)}.hc-badge-warning{background:var(--hc-warning-bg);color:var(--hc-warning)}.hc-badge-error{background:var(--hc-error-bg);color:var(--hc-error)}.hc-badge-info{background:var(--hc-info-bg);color:var(--hc-info)}.hc-badge-neutral{background:var(--hc-bg-subtle);color:var(--hc-text-2)}.hc-table-actions{opacity:0;transition:opacity .15s ease}.ant-table-tbody>tr:hover .hc-table-actions{opacity:1}@media (max-width: 1024px){.hc-table-actions{opacity:1}}.ant-dropdown-open .hc-table-actions,.ant-table-tbody>tr.ant-table-row-selected .hc-table-actions{opacity:1}.ant-card[style*=linear-gradient],.ant-card[style*=linear-gradient] .ant-card-body{background:var(--hc-bg-card, #ffffff)!important;border-color:var(--hc-border, #E2E8F0)!important;box-shadow:0 1px 3px #0000000d!important}.ant-card[style*=linear-gradient] .ant-statistic-title,.ant-card[style*=linear-gradient] .ant-statistic-title span,.ant-card[style*=linear-gradient] .ant-statistic-title *{color:var(--hc-text-2, #64748B)!important}.ant-card[style*=linear-gradient] .ant-statistic-content-value,.ant-card[style*=linear-gradient] .ant-statistic-content{color:var(--hc-text, #0F172A)!important}.ant-card[style*=linear-gradient] .ant-btn-link{color:var(--hc-brand, #0EA5E9)!important}[data-theme=dark] .ant-card[style*=linear-gradient],[data-theme=dark] .ant-card[style*=linear-gradient] .ant-card-body{background:var(--hc-bg-card, #161B22)!important;border-color:var(--hc-border, #30363D)!important}[data-theme=dark] .ant-card[style*=linear-gradient] .ant-statistic-content-value,[data-theme=dark] .ant-card[style*=linear-gradient] .ant-statistic-content{color:var(--hc-text, #E6EDF3)!important}.sa-scope .ant-card[style*=linear-gradient],.sa-scope .ant-card[style*=linear-gradient] .ant-card-body{all:unset;display:block}.sa-scope:not(.sa-light) .ant-table-thead>tr>th,.sa-scope:not(.sa-light) .ant-table-thead>tr>td{background:#1e293b!important;border-bottom-color:#334155!important;color:#94a3b8!important}.sa-scope:not(.sa-light) .ant-table-tbody>tr>td{background:#0f172a!important;border-bottom-color:#1e293b!important}.sa-scope:not(.sa-light) .ant-table-tbody>tr:hover>td{background:#1a2535!important}.sa-scope:not(.sa-light) .ant-input,.sa-scope:not(.sa-light) .ant-input-affix-wrapper,.sa-scope:not(.sa-light) .ant-select-selector,.sa-scope:not(.sa-light) .ant-picker{background:#1e293b!important;border-color:#334155!important;color:#f8fafc!important}.sa-scope.sa-light .ant-table-thead>tr>th,.sa-scope.sa-light .ant-table-thead>tr>td{background:#f8fafc!important;border-bottom-color:#e2e8f0!important;color:#475569!important}.sa-scope.sa-light .ant-table-tbody>tr>td{background:#fff!important;border-bottom-color:#f1f5f9!important;color:#0f172a!important}.sa-scope.sa-light .ant-table-tbody>tr:hover>td{background:#f0f4f8!important}.sa-scope.sa-light .ant-input,.sa-scope.sa-light .ant-input-affix-wrapper,.sa-scope.sa-light .ant-select-selector,.sa-scope.sa-light .ant-picker{background:#fff!important;border-color:#e2e8f0!important;color:#0f172a!important}.sa-scope.sa-light .ant-card,.sa-scope.sa-light .ant-card-body{background:#fff!important;border-color:#e2e8f0!important}.sa-scope.sa-light .ant-card-head{background:#f8fafc!important;border-bottom-color:#e2e8f0!important}.sa-scope.sa-light .ant-modal-content,.sa-scope.sa-light .ant-modal-header{background:#fff!important}.sa-scope.sa-light .ant-dropdown-menu,.sa-scope.sa-light .ant-select-dropdown{background:#fff!important;border-color:#e2e8f0!important}.sa-scope.sa-light .ant-statistic-title{color:#64748b!important}.sa-scope.sa-light .ant-divider{border-color:#e2e8f0!important}[data-theme=dark] .sa-scope .ant-card,[data-theme=dark] .sa-scope .ant-card-head{background:inherit;border-color:inherit}[data-theme=dark] .sa-scope .ant-modal-content,[data-theme=dark] .sa-scope .ant-modal-header{background:inherit}[data-theme=dark] .sa-scope .ant-input-number,[data-theme=dark] .sa-scope .ant-input-number-input{background:inherit;color:inherit}[data-theme=dark] .sa-scope .ant-dropdown-menu,[data-theme=dark] .sa-scope .ant-select-dropdown{background:inherit}[data-theme=dark] .sa-scope .ant-statistic-title{color:inherit}[data-theme=dark] .sa-scope .ant-divider{border-color:inherit}.ant-layout,.ant-layout-sider,.ant-card,.ant-table,.ant-input,.ant-select-selector,.ant-modal-content,.ant-drawer-content{transition:background-color .2s ease,border-color .2s ease!important}.dashboard-widgets-row{grid-template-columns:repeat(3,1fr)!important}@media (max-width: 1024px){.dashboard-widgets-row{grid-template-columns:repeat(2,1fr)!important}}@media (max-width: 600px){.dashboard-widgets-row{grid-template-columns:1fr!important}}@media (max-width: 768px){.ant-modal,.ant-drawer-content-wrapper{max-width:95vw!important}.ant-card-body{padding:12px!important}.ant-form-item .ant-input,.ant-form-item .ant-input-affix-wrapper,.ant-form-item .ant-select,.ant-form-item .ant-picker,.ant-form-item .ant-input-number{width:100%!important}.ant-table-wrapper{overflow-x:auto}.ant-pagination{justify-content:center;flex-wrap:wrap;gap:4px}.dashboard-widgets-row{grid-template-columns:1fr!important}}*,*:before,*:after{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important}html{font-family:Inter,sans-serif!important;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;font-feature-settings:"cv02","cv03","cv04","cv11"}body,.ant-table,.ant-table-cell,.ant-table th,.ant-table td,.ant-input,.ant-input-affix-wrapper,.ant-select,.ant-select-item,.ant-picker,.ant-picker-input input,.ant-input-number,.ant-input-number-input,.ant-textarea,.ant-typography,.ant-typography p,.ant-typography h1,.ant-typography h2,.ant-typography h3,.ant-typography h4,.ant-typography h5{font-family:Inter,sans-serif!important}.ant-btn{font-family:Inter,sans-serif!important;font-weight:500;letter-spacing:-.01em}.ant-menu,.ant-menu-item,.ant-dropdown-menu,.ant-dropdown-menu-item,.ant-modal,.ant-modal-title,.ant-modal-body,.ant-modal-footer,.ant-card,.ant-card-head-title,.ant-card-body{font-family:Inter,sans-serif!important}.ant-tabs-tab,.ant-tabs-tab-btn{font-family:Inter,sans-serif!important;font-weight:500}@keyframes pulse-live{0%{box-shadow:0 0 #10b98180}70%{box-shadow:0 0 0 5px #10b98100}to{box-shadow:0 0 #10b98100}}.ant-statistic-title,.ant-statistic-content,.ant-statistic-content-value,.ant-tooltip-inner,.ant-popover-inner-content{font-family:Inter,sans-serif!important}.ant-tag,.ant-badge-count{font-family:Inter,sans-serif!important;font-weight:500}.ant-alert,.ant-message,.ant-notification,.ant-steps-item-title,.ant-steps-item-description,.ant-list-item-meta-title,.ant-list-item-meta-description{font-family:Inter,sans-serif!important}.ant-form-item-label label{font-family:Inter,sans-serif!important;font-weight:500}.ant-select-selection-item,.ant-select-selection-placeholder,.rc-virtual-list-holder-inner,.ant-progress-text,.recharts-text,.recharts-label,.recharts-legend-item-text{font-family:Inter,sans-serif!important}h1,h2,h3,h4,h5,h6,.ant-typography h1,.ant-typography h2,.ant-typography h3{font-weight:700;letter-spacing:-.02em}.ant-statistic-content-value-int,.ant-statistic-content-value-decimal{font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.font-mono,[style*="fontFamily: 'mono'"],[style*="fontFamily: 'monospace'"],[style*='fontFamily: "Courier']{font-family:JetBrains Mono,Fira Code,Cascadia Code,Courier New,monospace!important}.ant-table-cell[align=right],.financial-number{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}@media (max-width: 768px){input,select,textarea,.ant-input,.ant-select-selector,.ant-picker-input input{font-size:16px!important}}*,*:before,*:after{-webkit-tap-highlight-color:transparent}.ant-layout-content,#main-content,[data-scroll]{-webkit-overflow-scrolling:touch}.safe-bottom{padding-bottom:env(safe-area-inset-bottom,0px)}.safe-top{padding-top:env(safe-area-inset-top,0px)}.mobile-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:199;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media (max-width: 768px){button,.ant-btn,[role=button]{min-height:38px}}@media (max-width: 768px){.ant-table-wrapper{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{padding:8px 10px!important;font-size:12px!important}}@media (max-width: 768px){.ant-row .ant-col-md-12,.ant-row .ant-col-md-8,.ant-row .ant-col-md-6,.ant-row .ant-col-lg-8,.ant-row .ant-col-lg-6{max-width:100%;flex:0 0 100%}}@media (max-width: 640px){.ant-modal{max-width:100vw!important;margin:0!important;top:0!important;padding-bottom:0!important}.ant-modal-content{border-radius:0!important;min-height:100vh}.ant-modal-body{max-height:calc(100vh - 110px);overflow-y:auto}}@media (max-width: 768px){.ant-select{max-width:100%}}#root{min-width:0}@media (max-width: 768px){#main-content{min-width:0!important;max-width:100%!important}#main-content>div{min-width:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}}#main-content>div>div{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}@media (max-width: 768px){#main-content{padding:12px!important}}@media (max-width: 768px){.ant-card{border-radius:8px!important}.ant-tabs-nav{overflow-x:auto}.ant-tabs-nav-list{flex-wrap:nowrap}}@media (max-width: 480px){.ant-statistic-content-value{font-size:18px!important}.ant-statistic-title{font-size:11px!important}}#root{padding-bottom:env(safe-area-inset-bottom,0px)}@media (max-width: 768px){.has-bottom-nav #main-content{padding-bottom:calc(72px + env(safe-area-inset-bottom,0px))!important}}:root{--hc-bg-page: #f8fafc;--hc-bg-card: #ffffff;--hc-bg-hover: #f1f5f9;--hc-text: #1e293b;--hc-text-2: #64748b;--hc-text-3: #94a3b8;--hc-border: #e2e8f0;--hc-border-light: #f1f5f9;--hc-shadow: rgba(0,0,0,.06);--hc-overlay: rgba(0,0,0,.45)}[data-theme=dark]{--hc-bg-page: #0d1117;--hc-bg-card: #161b22;--hc-bg-hover: #1c2128;--hc-text: #e6edf3;--hc-text-2: #8b949e;--hc-text-3: #6e7681;--hc-border: #30363d;--hc-border-light: #21262d;--hc-shadow: rgba(0,0,0,.3);--hc-overlay: rgba(0,0,0,.7)}body{background-color:var(--hc-bg-page)!important;color:var(--hc-text);transition:background-color .2s ease,color .2s ease}[data-theme=dark] :not(.sa-scope)>.ant-table-wrapper .ant-table,[data-theme=dark] .ant-table-wrapper:not(.sa-scope .ant-table-wrapper) .ant-table{background:var(--hc-bg-card)}[data-theme=dark] :not(.sa-scope) .ant-table-thead>tr>th,[data-theme=dark] :not(.sa-scope) .ant-table-thead>tr>td{background:var(--hc-bg-hover)!important;border-bottom-color:var(--hc-border)!important}[data-theme=dark] :not(.sa-scope) .ant-table-tbody>tr:hover>td{background:var(--hc-bg-hover)!important}[data-theme=dark] :not(.sa-scope) .ant-table-tbody>tr>td{border-bottom-color:var(--hc-border-light)!important}[data-theme=dark] :not(.sa-scope) .ant-input,[data-theme=dark] :not(.sa-scope) .ant-input-affix-wrapper,[data-theme=dark] :not(.sa-scope) .ant-select-selector,[data-theme=dark] :not(.sa-scope) .ant-picker{background:var(--hc-bg-hover)!important;border-color:var(--hc-border)!important;color:var(--hc-text)!important}[data-theme=dark] .ant-input-number,[data-theme=dark] .ant-input-number-input{background:var(--hc-bg-hover)!important;color:var(--hc-text)!important}[data-theme=light] .ant-input,[data-theme=light] .ant-input-affix-wrapper,[data-theme=light] .ant-input-password,[data-theme=light] .ant-select-selector,[data-theme=light] .ant-picker,[data-theme=light] .ant-input-number,[data-theme=light] .ant-input-number-input,[data-theme=light] .ant-input-group-addon{background-color:#fff!important;color:#0f172a!important}[data-theme=light] .ant-input::placeholder,[data-theme=light] .ant-input-affix-wrapper input::placeholder{color:#94a3b8!important}[data-theme=light] .ant-select-selection-placeholder{color:#94a3b8!important}[data-theme=dark] .ant-card{background:var(--hc-bg-card);border-color:var(--hc-border)!important}[data-theme=dark] .ant-card-head{background:transparent;border-bottom-color:var(--hc-border)!important}[data-theme=dark] .ant-modal-content{background:var(--hc-bg-card)!important;box-shadow:0 8px 32px #00000080!important}[data-theme=dark] .ant-modal-header{background:var(--hc-bg-card)!important;border-bottom-color:var(--hc-border)!important}[data-theme=dark] .ant-dropdown-menu,[data-theme=dark] .ant-select-dropdown,[data-theme=dark] .ant-picker-dropdown{background:var(--hc-bg-elevated, #1c2128)!important;border:1px solid var(--hc-border)!important}[data-theme=dark] .ant-dropdown-menu-item:hover,[data-theme=dark] .ant-select-item-option-active{background:var(--hc-bg-hover)!important}[data-theme=dark] .ant-divider{border-color:var(--hc-border)!important}[data-theme=dark] .ant-tabs-nav:before{border-bottom-color:var(--hc-border)!important}[data-theme=dark] .ant-steps-item-wait .ant-steps-item-icon{border-color:var(--hc-border)!important;background:transparent!important}[data-theme=dark] .ant-statistic-title{color:var(--hc-text-2)!important}[data-theme=dark] .ant-alert-info{background:#1a56db1a!important;border-color:#1a56db4d!important}[data-theme=dark] .ant-alert-warning{background:#d977061a!important;border-color:#d977064d!important}[data-theme=dark] .ant-alert-error{background:#dc26261a!important;border-color:#dc26264d!important}[data-theme=dark] .ant-alert-success{background:#0596691a!important;border-color:#0596694d!important}[data-theme=dark] .ant-progress-inner{background:var(--hc-bg-hover)!important}[data-theme=dark] ::-webkit-scrollbar{width:6px;height:6px}[data-theme=dark] ::-webkit-scrollbar-track{background:transparent}[data-theme=dark] ::-webkit-scrollbar-thumb{background:var(--hc-border);border-radius:3px}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:var(--hc-text-3)}.gradient-card-text{color:#fff!important}[data-theme=dark] .recharts-cartesian-grid-horizontal line,[data-theme=dark] .recharts-cartesian-grid-vertical line{stroke:var(--hc-border)!important}[data-theme=dark] .recharts-text{fill:var(--hc-text-2)!important}[data-theme=dark] .recharts-tooltip-wrapper .recharts-default-tooltip{background:var(--hc-bg-card)!important;border-color:var(--hc-border)!important;color:var(--hc-text)!important}[data-theme=dark] .ant-tree{background:transparent!important}[data-theme=dark] .ant-tree .ant-tree-node-content-wrapper:hover{background:var(--hc-bg-hover)!important}[data-theme=dark] .ant-qrcode{background:#fff!important}[data-theme=dark] .ant-upload.ant-upload-drag{background:var(--hc-bg-hover)!important;border-color:var(--hc-border)!important}[data-theme=dark] .ant-badge-count{box-shadow:0 0 0 1px var(--hc-bg-card)!important}[data-theme=dark] table.financial-table tr{background:var(--hc-bg-card)!important;color:var(--hc-text)!important;border-bottom-color:var(--hc-border-light)!important}[data-theme=dark] table.financial-table tr:hover{background:var(--hc-bg-hover)!important}[data-theme=dark] .ant-drawer-content{background:var(--hc-bg-card)!important}[data-theme=dark] .ant-drawer-header{background:var(--hc-bg-card)!important;border-bottom-color:var(--hc-border)!important}[data-theme=dark] .ant-notification-notice{background:var(--hc-bg-card)!important;border:1px solid var(--hc-border)}[data-theme=dark] .ant-notification-notice-message{color:var(--hc-text)!important}[data-theme=dark] .ant-notification-notice-description{color:var(--hc-text-2)!important}[data-theme=dark] .ant-tooltip-inner{background:#2d333b!important;color:var(--hc-text)!important}[data-theme=dark] .ant-tooltip-arrow:before{background:#2d333b!important}[data-theme=dark] .ant-popover-inner{background:var(--hc-bg-card)!important;border:1px solid var(--hc-border)!important}[data-theme=dark] .ant-popover-title{border-bottom-color:var(--hc-border)!important;color:var(--hc-text)!important}[data-theme=dark] .ant-popconfirm-inner-content{color:var(--hc-text)!important}body[data-theme=dark] .ant-select-dropdown,body[data-theme=dark] .ant-picker-dropdown,body[data-theme=dark] .ant-dropdown{background:var(--hc-bg-card)!important;border:1px solid var(--hc-border)!important}body[data-theme=dark] .ant-select-item{color:var(--hc-text)!important}body[data-theme=dark] .ant-select-item:hover,body[data-theme=dark] .ant-select-item-option-active{background:var(--hc-bg-hover)!important}body[data-theme=dark] .ant-select-item-option-selected{background:#0ea5e91f!important;color:#38bdf8!important}body[data-theme=dark] .ant-picker-panel-container{background:var(--hc-bg-card)!important;border:1px solid var(--hc-border)!important}body[data-theme=dark] .ant-picker-header{border-bottom-color:var(--hc-border)!important;color:var(--hc-text)!important}body[data-theme=dark] .ant-picker-content th{color:var(--hc-text-2)!important}body[data-theme=dark] .ant-picker-cell-inner{color:var(--hc-text)!important}body[data-theme=dark] .ant-picker-cell:hover .ant-picker-cell-inner{background:var(--hc-bg-hover)!important}body[data-theme=dark] .ant-message-notice-content{background:var(--hc-bg-card)!important;border:1px solid var(--hc-border)!important;color:var(--hc-text)!important}[data-theme=dark] .ant-form-item-explain-error{color:#f87171!important}[data-theme=dark] .ant-skeleton-element .ant-skeleton-input,[data-theme=dark] .ant-skeleton-content .ant-skeleton-title,[data-theme=dark] .ant-skeleton-content .ant-skeleton-paragraph>li{background:linear-gradient(90deg,#1c2128 25%,#2d333b 37%,#1c2128 63%)!important}[data-theme=dark] .ant-empty-description{color:var(--hc-text-2)!important}[data-theme=dark] .ant-collapse{background:var(--hc-bg-card)!important;border-color:var(--hc-border)!important}[data-theme=dark] .ant-collapse-header{color:var(--hc-text)!important}[data-theme=dark] .ant-collapse-content{background:var(--hc-bg-hover)!important;border-top-color:var(--hc-border)!important}[data-theme=dark] .ant-list-item{border-bottom-color:var(--hc-border)!important;color:var(--hc-text)!important}[data-theme=dark] .ant-list-header,[data-theme=dark] .ant-list-footer,[data-theme=dark] .ant-checkbox-wrapper,[data-theme=dark] .ant-radio-wrapper{color:var(--hc-text)!important}[data-theme=dark] .ant-checkbox-inner,[data-theme=dark] .ant-radio-inner{background:var(--hc-bg-hover)!important;border-color:var(--hc-border)!important}[data-theme=dark] .ant-switch:not(.ant-switch-checked){background:var(--hc-border)!important}[data-theme=dark] .ant-typography,[data-theme=dark] .ant-typography h1,[data-theme=dark] .ant-typography h2,[data-theme=dark] .ant-typography h3,[data-theme=dark] .ant-typography h4,[data-theme=dark] .ant-typography p{color:var(--hc-text)}[data-theme=dark] .ant-typography.ant-typography-secondary{color:var(--hc-text-2)!important}[data-theme=dark] .ant-tag:not([class*=ant-tag-]){background:var(--hc-bg-hover)!important;border-color:var(--hc-border)!important;color:var(--hc-text)!important}[data-theme=dark] .ant-descriptions-bordered .ant-descriptions-item-label{background:var(--hc-bg-hover)!important;border-color:var(--hc-border)!important;color:var(--hc-text-2)!important}[data-theme=dark] .ant-descriptions-bordered .ant-descriptions-item-content{background:var(--hc-bg-card)!important;border-color:var(--hc-border)!important;color:var(--hc-text)!important}[data-theme=dark] .ant-descriptions-bordered,[data-theme=dark] .ant-descriptions-view{border-color:var(--hc-border)!important}[data-theme=dark] .ant-timeline-item-content{color:var(--hc-text)!important}[data-theme=dark] .ant-timeline-item-tail{border-color:var(--hc-border)!important}[data-theme=dark] .ant-pagination-item{background:var(--hc-bg-card)!important;border-color:var(--hc-border)!important}[data-theme=dark] .ant-pagination-item a{color:var(--hc-text)!important}[data-theme=dark] .ant-pagination-item-active{border-color:var(--ant-color-primary, #0EA5E9)!important}[data-theme=dark] .ant-pagination-prev button,[data-theme=dark] .ant-pagination-next button{background:var(--hc-bg-card)!important;border-color:var(--hc-border)!important;color:var(--hc-text)!important}[data-theme=dark] .ant-breadcrumb-link,[data-theme=dark] .ant-breadcrumb-separator,[data-theme=dark] .ant-spin-text{color:var(--hc-text-2)!important}[data-theme=dark] .ant-rate-star-zero .ant-rate-star-first,[data-theme=dark] .ant-rate-star-zero .ant-rate-star-second{color:var(--hc-border)!important}[data-theme=dark] .ant-slider-rail{background:var(--hc-bg-hover)!important}[data-theme=dark] :not(.sa-scope) .ant-table-expanded-row>td{background:var(--hc-bg-hover)!important}[data-theme=dark] .ant-card[style*="#e0e7ff"],[data-theme=dark] .ant-card[style*="#eff6ff"],[data-theme=dark] .ant-card[style*="#f0fdf4"],[data-theme=dark] .ant-card[style*="#fef3c7"],[data-theme=dark] .ant-card[style*="#fff7ed"],[data-theme=dark] .ant-card[style*="#fdf4ff"]{background:var(--hc-bg-hover)!important;border-color:var(--hc-border)!important}[data-theme=dark] :not(.sa-scope) .ant-table-summary>tr>td{background:var(--hc-bg-hover)!important;border-top-color:var(--hc-border)!important}[data-theme=dark] *,[data-theme=light] *{transition-property:background-color,border-color,color,fill,stroke;transition-duration:.15s;transition-timing-function:ease}[data-theme=dark] .ant-motion-collapse,[data-theme=light] .ant-motion-collapse,[data-theme=dark] [class*=motion-],[data-theme=light] [class*=motion-]{transition:none!important}
