@import"https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&display=swap";@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes glow{0%,to{box-shadow:0 0 5px #d4af3780}50%{box-shadow:0 0 15px #d4af37cc}}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}button,a{transition:all .3s ease}button:hover,a:hover{transform:translateY(-2px)}.ant-card{animation:fadeIn .4s ease;transition:all .3s ease}.ant-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #1a3a5226!important}.ant-btn{transition:all .3s ease}.ant-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #d4af3733}.ant-btn:active:not(:disabled){transform:translateY(0)}.ant-input,.ant-input-number,.ant-picker{transition:all .3s ease}.ant-input:focus,.ant-input-number:focus,.ant-input-focused,.ant-picker-focused{border-color:#d4af37!important;box-shadow:0 0 0 2px #d4af3733!important}nav{animation:slideInDown .5s ease}[class*=hero]{animation:slideInUp .6s ease}section{animation:fadeIn .5s ease}h1,h2,h3,h4,h5,h6{animation:slideInLeft .5s ease}p{animation:fadeIn .5s ease}form{animation:scaleIn .4s ease}.ant-modal-content,.ant-popover{animation:scaleIn .3s ease}a{position:relative;text-decoration:none}a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:#d4af37;transition:width .3s ease}a:hover:after{width:100%}html.dark a:after,html[data-theme=dark] a:after{background-color:#87ceeb}html.dark a:hover:after,html[data-theme=dark] a:hover:after{width:100%}.loading{animation:pulse 1.5s ease-in-out infinite}input:focus,textarea:focus,select:focus,button:focus,.ant-input:focus,.ant-input-number:focus,.ant-select:focus,.ant-picker:focus,.ant-btn:focus,.ant-checkbox:focus,.ant-radio:focus{outline:none!important;box-shadow:none!important}html{scroll-behavior:smooth}[role=main]{animation:fadeIn .4s ease}.list-item{animation:slideInUp .4s ease}.list-item:nth-child(1){animation-delay:.1s}.list-item:nth-child(2){animation-delay:.2s}.list-item:nth-child(3){animation-delay:.3s}.list-item:nth-child(4){animation-delay:.4s}.list-item:nth-child(5){animation-delay:.5s}.highlight,.featured{animation:glow 2s ease-in-out infinite}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--theme-color-primary: #1F2952;--theme-color-primary-light: #2D5F7F;--theme-color-primary-dark: #0F2738;--theme-color-secondary: #FFB945;--theme-color-secondary-light: #FFC658;--theme-color-secondary-dark: #E59A2F;--theme-color-accent: #FFB945;--theme-color-background: #F3F4F6;--theme-color-surface: #FFFFFF;--theme-color-surface-alt: #F9FAFB;--theme-color-border: #E5E7EB;--theme-color-border-light: #F3F4F6;--theme-color-text: #1F2937;--theme-color-text-secondary: #6B7280;--theme-color-text-muted: #9CA3AF;--theme-color-success: #10B981;--theme-color-warning: #F59E0B;--theme-color-error: #EF4444;--theme-color-info: #3B82F6;--theme-font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--theme-font-family-heading: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--theme-font-size-base: 14px;--theme-line-height: 1.6;--theme-heading-line-height: 1.3;--theme-font-size-h1: 43px;--theme-font-size-h2: 34px;--theme-font-size-h3: 27px;--theme-font-size-h4: 22px;--theme-font-size-h5: 18px;--theme-font-size-h6: 14px;--theme-spacing-unit: 8px;--theme-spacing-xs: 4px;--theme-spacing-sm: 8px;--theme-spacing-md: 16px;--theme-spacing-lg: 24px;--theme-spacing-xl: 32px;--theme-spacing-xxl: 48px;--theme-radius-none: 0px;--theme-radius-sm: 4px;--theme-radius-md: 8px;--theme-radius-lg: 12px;--theme-radius-xl: 16px;--theme-radius-full: 9999px;--theme-shadow-sm: 0 1px 2px rgba(0,0,0,.05);--theme-shadow-md: 0 4px 6px rgba(0,0,0,.07);--theme-shadow-lg: 0 10px 15px rgba(0,0,0,.1);--theme-shadow-xl: 0 20px 25px rgba(0,0,0,.15);--theme-container-width: 1400px;--theme-btn-radius: 8px;--theme-btn-font-weight: 600;--theme-card-radius: 12px;--theme-card-shadow: 0 4px 6px rgba(0,0,0,.07);--theme-input-radius: 8px;--theme-input-border-width: 1px;--theme-navbar-height: 64px}[data-theme=dark]{--theme-color-primary: #60A5FA;--theme-color-primary-light: #93C5FD;--theme-color-primary-dark: #3B82F6;--theme-color-background: #111827;--theme-color-surface: #1F2937;--theme-color-surface-alt: #374151;--theme-color-border: #4B5563;--theme-color-border-light: #374151;--theme-color-text: #F3F4F6;--theme-color-text-secondary: #D1D5DB;--theme-color-text-muted: #9CA3AF}.theme-bg-primary{background-color:var(--theme-color-primary)!important}.theme-bg-secondary{background-color:var(--theme-color-secondary)!important}.theme-bg-background{background-color:var(--theme-color-background)!important}.theme-bg-surface{background-color:var(--theme-color-surface)!important}.theme-text-primary{color:var(--theme-color-primary)!important}.theme-text-secondary{color:var(--theme-color-secondary)!important}.theme-text-default{color:var(--theme-color-text)!important}.theme-text-muted{color:var(--theme-color-text-muted)!important}.theme-border{border-color:var(--theme-color-border)!important}.theme-border-primary{border-color:var(--theme-color-primary)!important}.theme-btn-primary{background-color:var(--theme-color-primary)!important;border-color:var(--theme-color-primary)!important;color:#fff!important;border-radius:var(--theme-btn-radius)!important;font-weight:var(--theme-btn-font-weight)!important}.theme-btn-primary:hover{background-color:var(--theme-color-primary-light)!important;border-color:var(--theme-color-primary-light)!important}.theme-btn-secondary{background-color:var(--theme-color-secondary)!important;border-color:var(--theme-color-secondary)!important;color:var(--theme-color-primary-dark)!important;border-radius:var(--theme-btn-radius)!important;font-weight:var(--theme-btn-font-weight)!important}.theme-card{background-color:var(--theme-color-surface)!important;border-radius:var(--theme-card-radius)!important;box-shadow:var(--theme-card-shadow)!important;border:1px solid var(--theme-color-border)!important}.ant-btn-primary{background-color:var(--theme-color-primary)!important;border-color:var(--theme-color-primary)!important}.ant-btn-primary:hover,.ant-btn-primary:focus{background-color:var(--theme-color-primary-light)!important;border-color:var(--theme-color-primary-light)!important}a{color:var(--theme-color-primary)}a:hover{color:var(--theme-color-primary-light)}.public-website{font-family:var(--theme-font-family);font-size:var(--theme-font-size-base);line-height:var(--theme-line-height)}.public-website h1,.public-website h2,.public-website h3,.public-website h4,.public-website h5,.public-website h6,.public-website .ant-typography h1,.public-website .ant-typography h2,.public-website .ant-typography h3,.public-website .ant-typography h4,.public-website .ant-typography h5,.public-website .ant-typography h6,.public-website .ant-typography-title{font-family:var(--theme-font-family-heading);line-height:var(--theme-heading-line-height)}.public-website h1,.public-website .ant-typography h1,.public-website .ant-typography-title-1{font-size:var(--theme-font-size-h1)}.public-website h2,.public-website .ant-typography h2,.public-website .ant-typography-title-2{font-size:var(--theme-font-size-h2)}.public-website h3,.public-website .ant-typography h3,.public-website .ant-typography-title-3{font-size:var(--theme-font-size-h3)}.public-website h4,.public-website .ant-typography h4,.public-website .ant-typography-title-4{font-size:var(--theme-font-size-h4)}.public-website h5,.public-website .ant-typography h5,.public-website .ant-typography-title-5{font-size:var(--theme-font-size-h5)}.public-website h6,.public-website .ant-typography h6{font-size:var(--theme-font-size-h6)}.public-website p,.public-website .ant-typography{font-family:var(--theme-font-family);line-height:var(--theme-line-height)}.public-website .theme-p-xs{padding:var(--theme-spacing-xs)!important}.public-website .theme-p-sm{padding:var(--theme-spacing-sm)!important}.public-website .theme-p-md{padding:var(--theme-spacing-md)!important}.public-website .theme-p-lg{padding:var(--theme-spacing-lg)!important}.public-website .theme-p-xl{padding:var(--theme-spacing-xl)!important}.public-website .theme-p-xxl{padding:var(--theme-spacing-xxl)!important}.public-website .theme-m-xs{margin:var(--theme-spacing-xs)!important}.public-website .theme-m-sm{margin:var(--theme-spacing-sm)!important}.public-website .theme-m-md{margin:var(--theme-spacing-md)!important}.public-website .theme-m-lg{margin:var(--theme-spacing-lg)!important}.public-website .theme-m-xl{margin:var(--theme-spacing-xl)!important}.public-website .theme-m-xxl{margin:var(--theme-spacing-xxl)!important}.public-website .theme-gap-xs{gap:var(--theme-spacing-xs)!important}.public-website .theme-gap-sm{gap:var(--theme-spacing-sm)!important}.public-website .theme-gap-md{gap:var(--theme-spacing-md)!important}.public-website .theme-gap-lg{gap:var(--theme-spacing-lg)!important}.public-website .theme-gap-xl{gap:var(--theme-spacing-xl)!important}.public-website .theme-rounded-none{border-radius:var(--theme-radius-none)!important}.public-website .theme-rounded-sm{border-radius:var(--theme-radius-sm)!important}.public-website .theme-rounded-md{border-radius:var(--theme-radius-md)!important}.public-website .theme-rounded-lg{border-radius:var(--theme-radius-lg)!important}.public-website .theme-rounded-xl{border-radius:var(--theme-radius-xl)!important}.public-website .theme-rounded-full{border-radius:var(--theme-radius-full)!important}.public-website .theme-shadow-sm{box-shadow:var(--theme-shadow-sm)!important}.public-website .theme-shadow-md{box-shadow:var(--theme-shadow-md)!important}.public-website .theme-shadow-lg{box-shadow:var(--theme-shadow-lg)!important}.public-website .theme-shadow-xl{box-shadow:var(--theme-shadow-xl)!important}.public-website .ant-btn{font-family:var(--theme-font-family);border-radius:var(--theme-btn-radius);font-weight:var(--theme-btn-font-weight)}.public-website .ant-card{border-radius:var(--theme-card-radius);box-shadow:var(--theme-card-shadow)}.public-website .ant-input,.public-website .ant-input-affix-wrapper,.public-website .ant-select-selector,.public-website .ant-picker,.public-website .ant-input-number{border-radius:var(--theme-input-radius)!important;border-width:var(--theme-input-border-width)!important;font-family:var(--theme-font-family)}.public-website .public-header{height:var(--theme-navbar-height)}.public-website .theme-container,.public-website .public-container{max-width:var(--theme-container-width);margin-left:auto;margin-right:auto}.public-website[data-container-style=full-width] .theme-container,.public-website[data-container-style=full-width] .public-container{max-width:100%;padding-left:var(--theme-spacing-lg);padding-right:var(--theme-spacing-lg)}.public-website[data-container-style=boxed] .theme-container,.public-website[data-container-style=boxed] .public-container{max-width:calc(var(--theme-container-width) - 100px)}[data-theme=dark]{color-scheme:dark}[data-theme=dark] .ant-card{background-color:var(--theme-color-surface);border-color:var(--theme-color-border)}[data-theme=dark] .ant-input,[data-theme=dark] .ant-input-affix-wrapper,[data-theme=dark] .ant-select-selector,[data-theme=dark] .ant-picker,[data-theme=dark] .ant-btn-default{background-color:var(--theme-color-surface);border-color:var(--theme-color-border);color:var(--theme-color-text)}a[href^="tel:"],a[href^="tel:"]:hover{text-decoration:none!important}html,body,#root{width:100%;height:100%;font-family:Inter Tight,sans-serif}.glass{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}:focus-visible{outline:none}input,textarea,select,button,.ant-input,.ant-input-number,.ant-select,.ant-picker,.ant-btn,.ant-checkbox,.ant-radio{outline:none!important}input:focus,textarea:focus,select:focus,button:focus,.ant-input:focus,.ant-input-number:focus,.ant-select:focus,.ant-picker:focus,.ant-btn:focus,.ant-checkbox:focus,.ant-radio:focus{outline:none!important}button,a{transition:all .2s ease-in-out}.ant-layout-sider{overflow:hidden!important}.ant-layout-sider .ant-menu-submenu-popup{max-height:70vh!important;overflow-y:auto!important;position:fixed!important;z-index:1050!important}.ant-layout-sider .ant-menu-submenu-popup::-webkit-scrollbar{width:6px}.ant-layout-sider .ant-menu-submenu-popup::-webkit-scrollbar-thumb{background:#0000004d;border-radius:3px}@media (max-width: 1024px){.mobile-menu-toggle{display:block!important}}@keyframes highlightPulse{0%,to{background-color:#87ceeb33;box-shadow:0 0 #87ceeb66}50%{background-color:#87ceeb59;box-shadow:0 0 20px 5px #87ceeb4d}}.highlight-row{animation:highlightPulse 1.5s ease-in-out 2;transition:all .3s ease}.highlight-row td{position:relative;z-index:1}@media (max-width: 768px){body,#root{font-size:clamp(12px,4vw,16px)}.ant-card{margin-bottom:clamp(12px,3vw,16px)!important}.ant-row{gap:clamp(8px,2vw,12px)!important}.ant-btn{min-height:40px!important;font-size:clamp(12px,3vw,14px)!important}.ant-input,.ant-input-number,.ant-select,.ant-picker{font-size:clamp(12px,3vw,14px)!important;min-height:40px!important}.ant-table{font-size:clamp(11px,2.5vw,13px)!important}.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table table{min-width:500px}.ant-table-cell{padding:clamp(8px,2vw,12px)!important;word-break:break-word}canvas{max-width:100%!important}.ant-modal{max-width:95vw!important}.ant-modal-content{max-height:90vh!important;overflow-y:auto}.ant-drawer-content-wrapper{width:100%!important;max-width:85vw!important}.ant-form-item{margin-bottom:clamp(12px,3vw,16px)!important}.ant-form-item-label{padding-bottom:clamp(6px,1.5vw,8px)!important}.app-footer{flex-direction:column!important;gap:clamp(12px,3vw,16px)!important;justify-content:center!important;align-items:center!important;text-align:center!important}.footer-section{flex:1!important;text-align:center!important}.footer-divider{display:none!important}.mobile-page-header{display:block!important}.expand-panel-btn,.collapse-panel-btn{display:none!important}}@media (min-width: 769px){.mobile-page-header{display:none!important}.app-footer{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:clamp(12px,2vw,24px)!important}.notification-dropdown-mobile{z-index:1050!important}.notification-dropdown-mobile .ant-dropdown-menu{max-width:calc(100vw - 16px)!important;left:50%!important;transform:translate(-50%)!important}}@keyframes pulse{0%{transform:scale(1);box-shadow:0 2px 8px #c41e3a66}50%{transform:scale(1.05);box-shadow:0 4px 16px #c41e3a99}to{transform:scale(1);box-shadow:0 2px 8px #c41e3a66}}@keyframes flame-flicker{0%,to{transform:scaleY(1);opacity:1}25%{transform:scaleY(1.05);opacity:.9}50%{transform:scaleY(.95);opacity:1}75%{transform:scaleY(1.02);opacity:.95}}@keyframes gift-swing{0%,to{transform:rotate(0)}25%{transform:rotate(-8deg)}75%{transform:rotate(8deg)}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0}p,span,div,button,input,textarea,select{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ant-typography,.ant-btn,.ant-input,.ant-input-number,.ant-select,.ant-picker,.ant-table,.ant-card,.ant-tag,.ant-menu,.ant-layout,.ant-dropdown,.ant-modal,.ant-form{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0000000d}::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0000004d}a{text-decoration:none;color:inherit}a{color:#2c5aa0}a:hover{color:#1f4375}html.dark a,html[data-theme=dark] a{color:#87ceeb}html.dark a:hover,html[data-theme=dark] a:hover{color:#b0dce8}*{transition:background-color .3s ease,color .3s ease}.ant-modal-mask{background-color:#00000061!important}.ant-modal-content{background-color:#fff!important;padding:0!important;border-radius:12px!important;box-shadow:0 20px 60px #00000014!important;border:1px solid rgba(0,0,0,.06)!important}.ant-modal-header{background-color:transparent!important;border-bottom:1px solid rgba(0,0,0,.08)!important;padding:24px 24px 20px!important;margin:0!important}.ant-modal-body{background-color:transparent!important;color:#000000e0!important}.ant-modal-close{opacity:.65;transition:opacity .2s}.ant-modal-close:hover{opacity:1}.ant-modal-title{color:#000000e0!important}html.dark .ant-modal-mask,html[data-theme=dark] .ant-modal-mask{background-color:#00000080!important}html.dark .ant-modal-content,html[data-theme=dark] .ant-modal-content{background-color:#1f2937!important;padding:0!important;border-radius:12px!important;box-shadow:0 20px 60px #0000004d!important;border:1px solid rgba(255,255,255,.1)!important}html.dark .ant-modal-header,html[data-theme=dark] .ant-modal-header{background-color:transparent!important;border-bottom:1px solid rgba(255,255,255,.1)!important;padding:24px 24px 20px!important;margin:0!important}html.dark .ant-modal-body,html[data-theme=dark] .ant-modal-body{background-color:transparent!important;color:#ffffffe0!important}html.dark .ant-modal-close,html[data-theme=dark] .ant-modal-close{opacity:.6;color:#ffffffa6}html.dark .ant-modal-close:hover,html[data-theme=dark] .ant-modal-close:hover{opacity:1;color:#fff}html.dark .ant-modal-title,html[data-theme=dark] .ant-modal-title{color:#ffffffe0!important}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-24px)}to{opacity:1;transform:translateY(0)}}.form-modal-wrapper{animation:modalSlideIn .3s cubic-bezier(.23,1,.32,1)}.form-modal-content{border-radius:12px!important}.form-modal-wrapper .ant-tabs{height:100%}.form-modal-wrapper .ant-tabs-nav{margin:0;background-color:transparent}.form-modal-wrapper .ant-tabs-nav:before{display:none}.form-modal-wrapper .ant-tabs-tab{padding:10px 16px!important;margin:0 4px!important;color:#000000a6;border-bottom:2px solid transparent!important;transition:all .3s ease;font-size:14px;font-weight:500}.form-modal-wrapper .ant-tabs-tab:hover{color:#000000e0}.form-modal-wrapper .ant-tabs-tab-active{color:#1890ff!important;border-bottom-color:#1890ff!important}.form-modal-wrapper .ant-tabs-tab-active:before{display:none}.form-modal-wrapper .ant-tabs-content-holder{height:auto;margin-top:12px;padding:24px}.form-modal-wrapper .ant-tabs-nav-operations{display:none!important}html.dark .form-modal-wrapper .ant-tabs-tab,html[data-theme=dark] .form-modal-wrapper .ant-tabs-tab{color:#ffffffa6}html.dark .form-modal-wrapper .ant-tabs-tab:hover,html[data-theme=dark] .form-modal-wrapper .ant-tabs-tab:hover{color:#ffffffe0}html.dark .form-modal-wrapper .ant-tabs-tab-active,html[data-theme=dark] .form-modal-wrapper .ant-tabs-tab-active{color:#87ceeb!important;border-bottom-color:#87ceeb!important}html.dark .ant-tabs-tab-active,html[data-theme=dark] .ant-tabs-tab-active{color:#87ceeb!important}html.dark .ant-tabs-nav:before,html[data-theme=dark] .ant-tabs-nav:before{background-color:#87ceeb4d!important}html.dark .ant-pagination-item,html[data-theme=dark] .ant-pagination-item{background-color:transparent!important;border-color:#fff3!important;color:#f0f0f0!important}html.dark .ant-pagination-item-active,html[data-theme=dark] .ant-pagination-item-active{background-color:#87ceeb!important;border-color:#87ceeb!important;color:#0a1428!important}html.dark .ant-pagination-item:hover,html[data-theme=dark] .ant-pagination-item:hover{border-color:#87ceeb!important;color:#87ceeb!important}html.dark .ant-pagination-item-link,html[data-theme=dark] .ant-pagination-item-link{color:#f0f0f0!important}html.dark .ant-pagination-item-link:hover,html[data-theme=dark] .ant-pagination-item-link:hover{color:#87ceeb!important;border-color:#87ceeb!important}html.dark .anticon,html[data-theme=dark] .anticon,html.dark .ant-calendar-picker-icon,html[data-theme=dark] .ant-calendar-picker-icon,html.dark .ant-input-prefix,html[data-theme=dark] .ant-input-prefix,html.dark .ant-input-suffix,html[data-theme=dark] .ant-input-suffix,html.dark .ant-select-arrow,html[data-theme=dark] .ant-select-arrow{color:#f0f0f0!important}html.dark .ant-statistic-title,html[data-theme=dark] .ant-statistic-title{color:#b0b0b0!important}html.dark .ant-statistic-content,html[data-theme=dark] .ant-statistic-content,html.dark .ant-statistic-content-value,html[data-theme=dark] .ant-statistic-content-value,html.dark .ant-statistic-content-value-int,html[data-theme=dark] .ant-statistic-content-value-int{color:#87ceeb!important}html.dark .ant-table-cell,html[data-theme=dark] .ant-table-cell{color:#f0f0f0!important}html.dark .ant-table-cell-row-hover,html[data-theme=dark] .ant-table-cell-row-hover{background:#87ceeb1a!important}html.dark .ant-empty-description,html[data-theme=dark] .ant-empty-description{color:#b0b0b0!important}html.dark .ant-form-item-label>label,html[data-theme=dark] .ant-form-item-label>label{color:#f0f0f0!important}html.dark .ant-drawer-title,html[data-theme=dark] .ant-drawer-title,html.dark .ant-drawer-body,html[data-theme=dark] .ant-drawer-body{color:#f0f0f0!important}html.dark .ant-tooltip-inner,html[data-theme=dark] .ant-tooltip-inner{background-color:#2a2a2a!important;color:#f0f0f0!important}html.dark .ant-popover-inner,html[data-theme=dark] .ant-popover-inner{background-color:#1f2937!important}html.dark .ant-popover-title,html[data-theme=dark] .ant-popover-title{color:#f0f0f0!important;border-bottom-color:#ffffff1a!important}html.dark .ant-popover-inner-content,html[data-theme=dark] .ant-popover-inner-content{color:#f0f0f0!important}html.dark .ant-dropdown-menu,html[data-theme=dark] .ant-dropdown-menu{background-color:#1f2937!important}html.dark .ant-dropdown-menu-item,html[data-theme=dark] .ant-dropdown-menu-item{color:#f0f0f0!important}html.dark .ant-dropdown-menu-item:hover,html[data-theme=dark] .ant-dropdown-menu-item:hover{color:#87ceeb!important;background-color:#87ceeb1a!important}html.dark .ant-tag,html[data-theme=dark] .ant-tag{color:#f0f0f0!important}html.dark .ant-tag-has-color,html[data-theme=dark] .ant-tag-has-color{color:#fff!important}html.dark .ant-notification-notice,html[data-theme=dark] .ant-notification-notice{background-color:#2a2a2a!important;border-color:#444!important;color:#f0f0f0!important}html.dark .ant-notification-notice-title,html[data-theme=dark] .ant-notification-notice-title{color:#f0f0f0!important}html.dark .ant-notification-notice-description,html[data-theme=dark] .ant-notification-notice-description{color:#d0d0d0!important}html.dark .ant-notification-notice-close,html[data-theme=dark] .ant-notification-notice-close{color:#f0f0f0!important}html.dark .ant-notification-notice-close:hover,html[data-theme=dark] .ant-notification-notice-close:hover{color:#87ceeb!important}html.dark .ant-message-notice-content,html[data-theme=dark] .ant-message-notice-content{background-color:#2a2a2a!important;border-color:#444!important;color:#f0f0f0!important;box-shadow:0 2px 8px #00000073!important}html.dark .ant-alert,html[data-theme=dark] .ant-alert{background-color:#2a2a2a!important;border-color:#444!important;color:#f0f0f0!important}html.dark .ant-alert-message,html[data-theme=dark] .ant-alert-message{color:#f0f0f0!important}html.dark .ant-alert-description,html[data-theme=dark] .ant-alert-description{color:#d0d0d0!important}html.dark .ant-radio-wrapper,html[data-theme=dark] .ant-radio-wrapper{color:#f0f0f0!important}html.dark .ant-radio-button-wrapper,html[data-theme=dark] .ant-radio-button-wrapper{color:#f0f0f0!important;border-color:#434343!important}html.dark .ant-radio-button-wrapper:not(:disabled):hover,html[data-theme=dark] .ant-radio-button-wrapper:not(:disabled):hover{color:#87ceeb!important}html.dark .ant-radio-button-wrapper-checked,html[data-theme=dark] .ant-radio-button-wrapper-checked{color:#fff!important;border-color:#87ceeb!important}html.dark .ant-radio-button-wrapper-checked:before,html[data-theme=dark] .ant-radio-button-wrapper-checked:before{background-color:#87ceeb!important}html.dark .ant-table-thead>tr>th,html[data-theme=dark] .ant-table-thead>tr>th{background-color:#1a1a1a!important;color:#f0f0f0!important;border-color:#434343!important}html.dark .ant-table-tbody>tr>td,html[data-theme=dark] .ant-table-tbody>tr>td{border-color:#434343!important;color:#f0f0f0!important}html.dark .ant-table-tbody>tr:hover>td,html[data-theme=dark] .ant-table-tbody>tr:hover>td{background-color:#87ceeb14!important}html.dark table strong,html[data-theme=dark] table strong,html.dark .ant-table strong,html[data-theme=dark] .ant-table strong,html.dark .ant-select-selector,html[data-theme=dark] .ant-select-selector,html.dark .ant-select-selection-item,html[data-theme=dark] .ant-select-selection-item,html.dark .ant-select-item-option-content,html[data-theme=dark] .ant-select-item-option-content,html.dark .ant-select-item-option,html[data-theme=dark] .ant-select-item-option,html.dark .ant-select-clear,html[data-theme=dark] .ant-select-clear{color:#f0f0f0!important}html.dark .ant-select input,html[data-theme=dark] .ant-select input{color:#f0f0f0!important;caret-color:#f0f0f0!important}html.dark .ant-select input::-moz-placeholder,html[data-theme=dark] .ant-select input::-moz-placeholder{color:#666!important}html.dark .ant-select input::placeholder,html[data-theme=dark] .ant-select input::placeholder{color:#666!important}html.dark .ant-select-selection-search-input,html[data-theme=dark] .ant-select-selection-search-input{color:#f0f0f0!important;caret-color:#f0f0f0!important}html.dark .ant-select-selection-search-input::-moz-placeholder,html[data-theme=dark] .ant-select-selection-search-input::-moz-placeholder{color:#666!important}html.dark .ant-select-selection-search-input::placeholder,html[data-theme=dark] .ant-select-selection-search-input::placeholder{color:#666!important}html.dark input.ant-select-selection-search-input,html[data-theme=dark] input.ant-select-selection-search-input{color:#f0f0f0!important;caret-color:#f0f0f0!important}
