@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Noto+Sans+SC:wght@300;400;500;600;700;800;900&family=Outfit:wght@300;400;500;600;700;800;900&family=Fira+Code:wght@400;500;600&display=swap";.modern-layout{min-height:100vh;background:#f1f5f9}.modern-sider{background:#0b1120!important;box-shadow:2px 0 12px #00000026;border-right:1px solid #1E293B!important;overflow:hidden;transition:width .2s ease;position:fixed!important;left:0;top:0;bottom:0;height:100vh;z-index:100}.modern-sider .ant-layout-sider-trigger{background:#ffffff0a!important;border-top:1px solid #1E293B;color:#64748b!important;transition:background .2s ease}.modern-sider .ant-layout-sider-trigger:hover{background:#ffffff14!important;color:#94a3b8!important}.modern-logo{height:72px;display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 12px;margin-bottom:8px;border-bottom:1px solid #1E293B}.ant-layout-sider-collapsed .modern-logo{padding:16px 8px;gap:0;justify-content:center}.modern-logo-icon-wrapper{display:flex;align-items:center;justify-content:center;flex-shrink:0}.modern-logo-icon{display:block}.modern-logo-content{display:flex;flex-direction:column;justify-content:center;flex:1;overflow:hidden}.modern-logo-text{font-size:13px;font-weight:600;color:#f1f5f9;letter-spacing:-.02em;white-space:nowrap;line-height:1.2}.modern-menu.ant-menu{background:transparent!important;border:none!important;padding:4px 0}.modern-menu .ant-menu-item{margin:2px 8px!important;padding:10px 16px!important;height:auto!important;line-height:1.5!important;border-radius:8px!important;font-weight:500!important;transition:all .15s ease!important;color:#94a3b8!important;font-size:14px!important}.modern-menu .ant-menu-item:hover{background:#ffffff0f!important;color:#e2e8f0!important}.modern-menu .ant-menu-item-selected{background:#2563eb!important;color:#fff!important;box-shadow:0 2px 8px #2563eb4d}.modern-menu .ant-menu-item .anticon{font-size:16px!important;transition:color .15s ease!important;color:#64748b!important}.modern-menu .ant-menu-item:hover .anticon{color:#e2e8f0!important}.modern-menu .ant-menu-item-selected .anticon{color:#fff!important}.modern-header{background:#fff!important;box-shadow:0 1px 3px #0000000d;border-bottom:1px solid #E2E8F0;padding:0 28px!important;height:64px;display:flex;align-items:center;justify-content:space-between;z-index:10}.modern-header-title{font-size:18px;font-weight:600;color:#0f172a;letter-spacing:-.01em}.modern-header-actions{display:flex;align-items:center;gap:16px}.modern-user-dropdown{display:flex;align-items:center;gap:10px;padding:6px 14px;border-radius:8px;cursor:pointer;transition:background .15s ease;border:1px solid transparent}.modern-user-dropdown:hover{background:#f1f5f9;border-color:#e2e8f0}.modern-user-avatar{background:#2563eb!important;box-shadow:0 1px 4px #2563eb33}.modern-user-avatar .anticon{color:#fff!important}.modern-user-name{font-weight:500;color:#334155;font-size:14px}.modern-content{margin:24px!important;background:transparent!important}.modern-content-wrapper{padding:0!important;background:transparent!important;border-radius:0!important}.modern-layout.ant-layout-has-sider>.ant-layout{margin-left:200px!important;transition:margin-left .2s ease}.modern-layout.ant-layout-has-sider:has(.ant-layout-sider-collapsed)>.ant-layout{margin-left:80px!important}.modern-footer{text-align:center;padding:12px 0;color:#94a3b8;font-size:12px}.notification-badge{position:relative;cursor:pointer;padding:8px;border-radius:8px;transition:background .15s ease}.notification-badge:hover{background:#f1f5f9}.notification-badge .anticon{font-size:18px;color:#64748b}.notification-badge:hover .anticon{color:#334155}.notification-badge .ant-badge-count{box-shadow:0 1px 4px #ef44444d;background:#ef4444}@media (max-width: 768px){.modern-header{padding:0 16px!important;height:56px}.modern-content{margin:16px!important}.modern-logo{padding:16px 8px}.modern-logo-text{font-size:12px}.modern-header-title{font-size:16px}}@media (prefers-reduced-motion: reduce){.modern-menu .ant-menu-item,.modern-logo-icon-wrapper,.modern-user-dropdown,.notification-badge{animation:none!important;transition:none!important}}.login-container{min-height:100vh;display:flex;background:#fff}.login-panel-left{flex:1.4;position:relative;background:#0b1120;display:flex;align-items:center;justify-content:center;overflow:hidden}.login-panel-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.login-grid-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(59,130,246,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(59,130,246,.04) 1px,transparent 1px);background-size:40px 40px}.login-glow{position:absolute;border-radius:50%;filter:blur(100px);opacity:.5}.login-glow-1{width:400px;height:400px;top:-10%;left:-5%;background:radial-gradient(circle,rgba(59,130,246,.2),transparent 70%);animation:glowFloat 12s ease-in-out infinite}.login-glow-2{width:350px;height:350px;bottom:-5%;right:-5%;background:radial-gradient(circle,rgba(99,102,241,.15),transparent 70%);animation:glowFloat 15s ease-in-out infinite reverse}.login-glow-3{width:200px;height:200px;top:50%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(59,130,246,.12),transparent 70%);animation:glowFloat 10s ease-in-out infinite}@keyframes glowFloat{0%,to{transform:translate(0);opacity:.4}50%{transform:translate(20px,-20px);opacity:.6}}.login-glow-3{animation-name:glowPulse}@keyframes glowPulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.3}50%{transform:translate(-50%,-50%) scale(1.15);opacity:.5}}.login-panel-content{position:relative;z-index:1;padding:60px;max-width:480px;animation:panelFadeIn .8s ease-out}@keyframes panelFadeIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.login-shield-icon{width:72px;height:72px;border-radius:18px;background:#3b82f61a;border:1px solid rgba(59,130,246,.15);display:flex;align-items:center;justify-content:center;margin-bottom:32px}.login-brand-title{font-size:28px;font-weight:700;color:#f1f5f9;margin:0 0 16px;letter-spacing:-.01em;line-height:1.3}.login-brand-desc{font-size:15px;color:#64748b;margin:0 0 40px;line-height:1.7}.login-features{display:flex;flex-direction:column;gap:16px}.login-feature-item{display:flex;align-items:center;gap:12px;color:#94a3b8;font-size:14px}.login-feature-dot{width:6px;height:6px;border-radius:50%;background:#3b82f6;flex-shrink:0;box-shadow:0 0 8px #3b82f666}.login-bg-logo{position:absolute;top:32px;left:32px;width:40px;height:40px;-o-object-fit:contain;object-fit:contain;z-index:1}.login-footer{position:absolute;bottom:24px;left:0;right:0;text-align:center;color:#475569;font-size:12px;z-index:1}.login-panel-right{flex:.6;display:flex;align-items:center;justify-content:center;background:#fff;padding:40px}.login-form-wrapper{width:100%;max-width:380px;animation:formSlideIn .6s ease-out .2s both}@keyframes formSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-form-header{margin-bottom:40px}.login-form-title{font-size:26px;font-weight:700;color:#0f172a;margin:0 0 8px;letter-spacing:-.02em}.login-form-subtitle{font-size:15px;color:#94a3b8;margin:0}.login-form .ant-form-item{margin-bottom:20px}.login-form .ant-input-affix-wrapper,.login-form .ant-input-password{padding:12px 16px!important;border-radius:10px!important;border:1.5px solid #E2E8F0!important;background:#f8fafc!important;transition:all .2s ease!important;font-size:14px!important}.login-form .ant-input{background:transparent!important;color:#1e293b!important}.login-form .ant-input::-moz-placeholder{color:#94a3b8!important;font-weight:400}.login-form .ant-input::placeholder{color:#94a3b8!important;font-weight:400}.login-form .ant-input-affix-wrapper:hover,.login-form .ant-input-password:hover{border-color:#3b82f6!important;background:#fff!important}.login-form .ant-input-affix-wrapper-focused,.login-form .ant-input-password:focus,.login-form .ant-input-affix-wrapper:focus{border-color:#3b82f6!important;background:#fff!important;box-shadow:0 0 0 3px #3b82f61a!important}.login-form .ant-input-prefix{margin-right:10px!important;color:#94a3b8!important;font-size:16px!important}.login-form .ant-input-affix-wrapper-focused .ant-input-prefix{color:#3b82f6!important}.login-form .ant-input-password-icon{color:#94a3b8!important;transition:color .2s}.login-form .ant-input-password-icon:hover{color:#3b82f6!important}.login-submit-btn{height:48px!important;border-radius:10px!important;font-size:15px!important;font-weight:600!important;background:#2563eb!important;border:none!important;color:#fff!important;box-shadow:0 4px 12px #2563eb40!important;transition:all .2s ease!important;letter-spacing:.1em;margin-top:12px}.login-submit-btn:hover:not(:disabled){background:#1d4ed8!important;box-shadow:0 6px 20px #2563eb59!important;transform:translateY(-1px)}.login-submit-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #2563eb40!important}.login-submit-btn:disabled{opacity:.6;cursor:not-allowed}.login-form .ant-form-item-explain-error{font-size:13px;margin-top:4px;color:#ef4444!important}.login-form .ant-input-status-error.ant-input-affix-wrapper,.login-form .ant-input-status-error.ant-input-password{border-color:#ef4444!important;background:#ef444408!important}.login-form .ant-input-status-error.ant-input-affix-wrapper:focus,.login-form .ant-input-status-error.ant-input-password:focus{box-shadow:0 0 0 3px #ef444414!important}@media (max-width: 900px){.login-container{flex-direction:column}.login-panel-left{flex:none;min-height:280px}.login-panel-content{padding:40px 32px;max-width:100%}.login-brand-title{font-size:22px}.login-brand-desc{margin-bottom:24px;font-size:14px}.login-features{flex-direction:row;flex-wrap:wrap;gap:12px}.login-feature-item{font-size:13px}.login-panel-right{flex:1;padding:32px 24px}.login-form-wrapper{max-width:400px}}@media (max-width: 480px){.login-panel-left{min-height:220px}.login-panel-content{padding:32px 24px}.login-brand-title{font-size:20px}.login-features{display:none}.login-panel-right{padding:24px 20px}.login-form-header{margin-bottom:28px}}@media (prefers-reduced-motion: reduce){.login-glow,.login-panel-content,.login-form-wrapper{animation:none!important}.login-submit-btn,.login-form .ant-input-affix-wrapper,.login-form .ant-input-password{transition:none!important}}.platform-capabilities{margin-bottom:24px}.capabilities-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #E2E8F0}.capabilities-title{font-size:18px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.02em}.capability-card{background:#fff!important;border:1px solid #E2E8F0!important;border-radius:12px!important;box-shadow:0 1px 3px #0000000a!important;transition:box-shadow .2s ease,border-color .2s ease;overflow:hidden;height:100%}.capability-card:hover{box-shadow:0 4px 12px #0000000f!important;border-color:#cbd5e1!important}.capability-card .ant-card-body{padding:20px!important}.capability-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.capability-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:22px;flex-shrink:0}.capability-title-group{flex:1}.capability-title{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 2px;line-height:1.3}.capability-subtitle{font-size:12px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.capability-description{font-size:13px;color:#475569;line-height:1.6;margin-bottom:12px;min-height:40px}.capability-metrics{display:flex;flex-direction:column;gap:10px;padding:12px 0;border-top:1px solid #E2E8F0;border-bottom:1px solid #E2E8F0}.metric-item{display:flex;justify-content:space-between;align-items:center}.metric-label{font-size:13px;color:#64748b;font-weight:500}.metric-value{font-size:18px;font-weight:700;color:#0f172a}.metric-value strong{color:#2563eb}.metric-suffix{font-size:14px;font-weight:500;color:#64748b;margin-left:4px}.capability-progress{margin-top:12px}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.progress-label{font-size:13px;color:#64748b;font-weight:500}.progress-value{font-size:14px;font-weight:700;color:#2563eb}@media (max-width: 768px){.capabilities-header{flex-direction:column;align-items:flex-start;gap:8px}.capability-icon{width:40px;height:40px;font-size:20px}.capability-title{font-size:14px}.capability-description{font-size:12px;min-height:auto}.metric-value{font-size:16px}}.statistics-card{border-radius:12px;border:1px solid #E2E8F0;background:#fff;box-shadow:0 1px 3px #0000000a;transition:box-shadow .2s ease,border-color .2s ease;cursor:pointer;overflow:hidden;position:relative}.statistics-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000000f}.stat-card-content{display:flex;align-items:flex-start;gap:16px}.stat-icon-wrapper{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon{font-size:28px}.stat-details{flex:1;min-width:0}.stat-title{font-size:15px;color:#0f172a;margin-bottom:4px;font-weight:600}.stat-subtitle{font-size:12px;color:#64748b;margin-bottom:12px;font-weight:400}.stat-value{display:flex;align-items:baseline;margin-bottom:8px}.value-number{font-size:28px;font-weight:700;color:#0f172a;line-height:1}.value-suffix{font-size:14px;color:#64748b;margin-left:4px}.stat-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:#475569;min-height:22px}.stat-total{color:#64748b}@media (max-width: 768px){.stat-icon-wrapper{width:48px;height:48px}.stat-icon,.value-number{font-size:24px}}.dashboard-container{padding:0;scroll-behavior:smooth}.dashboard-header{margin-bottom:24px;padding:24px 28px;background:#fff;border:1px solid #E2E8F0;border-radius:12px;box-shadow:0 1px 3px #0000000a;position:relative;overflow:hidden}.dashboard-header-content{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center}.dashboard-header-title{display:flex;flex-direction:column;gap:10px}.dashboard-header h2{margin:0!important;color:#0f172a!important;font-size:28px!important;font-weight:700!important;font-family:Outfit,sans-serif!important;letter-spacing:-.02em}.dashboard-header-subtitle{color:#64748b!important;font-size:14px!important;font-weight:500!important;line-height:1.5!important;letter-spacing:.01em}.dashboard-header-actions{display:flex;gap:20px;align-items:center}.dashboard-status-badge{display:flex;align-items:center;gap:10px;padding:10px 16px;background:#f1f5f9;border-radius:8px;border:1px solid #E2E8F0}.dashboard-status-text{color:#27272a!important;font-size:14px!important;font-weight:600!important}.dashboard-refresh-info{color:#64748b!important;font-size:13px!important;font-weight:500!important;line-height:1.5!important;display:flex;align-items:center;gap:8px}.dashboard-statistics{margin-bottom:0}.dashboard-statistics .ant-card{border-radius:12px!important;border:1px solid #E2E8F0!important;background:#fff!important;box-shadow:0 1px 3px #0000000a!important;transition:box-shadow .2s ease,border-color .2s ease!important;overflow:hidden;position:relative}.dashboard-statistics .ant-card:hover{border-color:#cbd5e1!important;box-shadow:0 4px 12px #0000000f!important}.dashboard-chart-card{margin-bottom:32px}.dashboard-chart-card .ant-card{border-radius:12px!important;border:1px solid #E2E8F0!important;background:#fff!important;box-shadow:0 1px 3px #0000000a!important;transition:box-shadow .2s ease,border-color .2s ease!important}.dashboard-chart-card .ant-card:hover{border-color:#cbd5e1!important;box-shadow:0 4px 12px #0000000f!important}.dashboard-chart-card .ant-card-head{border-bottom:1px solid #E2E8F0!important;background:#fafbfc;padding:16px 24px!important}.dashboard-chart-card .ant-card-head-title{font-size:16px!important;font-weight:600!important;color:#0f172a!important;letter-spacing:-.01em}.dashboard-health-section,.dashboard-threat-section{margin-bottom:32px}.dashboard-activity-section .ant-list-item{padding:14px 16px!important;border-radius:8px!important;margin-bottom:8px!important;transition:background .15s ease!important;border:1px solid #E2E8F0!important;background:#fff!important}.dashboard-activity-section .ant-list-item:hover{background:#f8fafc!important}.dashboard-quick-actions{margin-top:32px}.dashboard-quick-actions .ant-btn{font-weight:500}.dashboard-skeleton{padding:24px}.dashboard-skeleton .ant-skeleton{animation:pulse-shimmer 1.5s ease-in-out infinite}.dashboard-empty{padding:60px 20px;text-align:center}.dashboard-empty .ant-empty-description{color:#64748b;font-size:15px;font-weight:500}@media (max-width: 768px){.dashboard-header{padding:24px;border-radius:12px}.dashboard-header h2{font-size:24px!important}.dashboard-header-subtitle{font-size:14px!important}.dashboard-header-content{flex-direction:column;gap:20px;align-items:flex-start}.dashboard-header-actions{width:100%;flex-direction:column;gap:12px}.dashboard-status-badge,.dashboard-refresh-info{width:100%;justify-content:center}.dashboard-statistics .ant-card{margin-bottom:16px}}.dashboard-live-indicator{display:inline-block;width:8px;height:8px;border-radius:50%;background:#10b981;margin-right:8px;animation:liveBlip 2s ease-in-out infinite;box-shadow:0 0 6px #10b98166}.dashboard-trend-up{color:#10b981!important;font-weight:600}.dashboard-trend-down{color:#ef4444!important;font-weight:600}.dashboard-trend-neutral{color:#64748b!important;font-weight:600}.dashboard-container::-webkit-scrollbar{width:8px}.dashboard-container::-webkit-scrollbar-track{background:#f4f4f580;border-radius:8px}.dashboard-container::-webkit-scrollbar-thumb{background:#2563eb4d;border-radius:8px}.dashboard-container::-webkit-scrollbar-thumb:hover{background:#2563eb80}.dashboard-container .ant-alert-error{background:#ef444414!important;border:1px solid rgba(239,68,68,.3)!important;border-radius:12px!important}.dashboard-container .ant-alert-error .ant-alert-message{color:#ef4444!important;font-weight:600!important}.dashboard-container .ant-alert-error .ant-alert-description{color:#64748b!important}.dashboard-status-badge .ant-badge-status-processing{background:#2563eb!important}.dashboard-status-badge .ant-badge-status-default{background:#a1a1aa!important}@media (prefers-reduced-motion: reduce){.dashboard-statistics .ant-card,.dashboard-chart-card .ant-card,.dashboard-activity-section .ant-list-item,.dashboard-live-indicator,.dashboard-skeleton .ant-skeleton{animation:none!important;transition:none!important}}.sample-library-container{padding:0}.sample-library-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:24px 28px;background:#fff;border:1px solid #E2E8F0;border-radius:12px;box-shadow:0 1px 3px #0000000a}.sample-library-header-content{flex:1}.sample-library-header h2{margin:0!important;color:#0f172a!important;font-size:24px!important;font-weight:700!important;letter-spacing:-.02em}.sample-library-header-actions{display:flex;gap:10px}.sample-library-statistics{margin-bottom:24px}.sample-library-statistics .ant-card{border-radius:12px!important;border:1px solid #E2E8F0!important;background:#fff!important;box-shadow:0 1px 3px #0000000a!important;transition:box-shadow .2s ease,border-color .2s ease!important}.sample-library-statistics .ant-card:hover{border-color:#cbd5e1!important;box-shadow:0 4px 12px #0000000f!important}.sample-library-statistics .ant-statistic-title{font-size:14px!important;font-weight:500!important;color:#64748b!important;margin-bottom:8px!important}.sample-library-statistics .ant-statistic-content{font-size:28px!important;font-weight:700!important;color:#0f172a!important}.sample-library-filters{margin-bottom:24px;padding:20px 24px;background:#fff;border-radius:12px;border:1px solid #E2E8F0;box-shadow:0 1px 3px #0000000a}.sample-library-table .ant-card{border-radius:12px!important;border:1px solid #E2E8F0!important;background:#fff!important;box-shadow:0 1px 3px #0000000a!important}.sample-library-table .ant-card-head{background:#fafbfc!important;border-bottom:1px solid #E2E8F0!important;padding:16px 24px!important}.sample-library-table .ant-card-head-title{font-size:16px!important;font-weight:600!important;color:#0f172a!important}.sample-library-table .ant-table{border-radius:0!important}.sample-library-table .ant-table-thead>tr>th{background:#f8fafc!important;font-weight:600!important;font-size:13px!important;color:#334155!important;border-bottom:1px solid #E2E8F0!important;padding:12px 16px!important}.sample-library-table .ant-table-tbody>tr:hover>td{background:#f8fafc!important}.sample-library-table .ant-table-tbody>tr>td{padding:12px 16px!important;font-size:14px!important;color:#334155!important}.sample-library-table .ant-btn-link{color:#2563eb!important}.sample-library-table .ant-btn-link:hover{color:#1d4ed8!important}.sample-upload-modal .ant-modal-content{border-radius:12px!important;background:#fff!important;border:1px solid #E2E8F0!important}.sample-upload-modal .ant-modal-header{background:#fafbfc!important;border-bottom:1px solid #E2E8F0!important;padding:18px 24px!important}.sample-upload-modal .ant-modal-title{color:#0f172a!important;font-size:18px!important;font-weight:600!important}.sample-upload-modal .ant-modal-body{padding:24px!important}.sample-library-table .ant-pagination{margin:20px 0!important}.sample-library-table .ant-pagination-item-active{background:#2563eb!important;border-color:#2563eb!important}.sample-library-table .ant-pagination-item-active a{color:#fff!important}@media (max-width: 768px){.sample-library-header{flex-direction:column;gap:16px;padding:20px}.sample-library-header h2{font-size:20px!important}.sample-library-header-actions{width:100%}.sample-library-header .ant-btn{flex:1}.sample-library-filters{padding:16px}.sample-library-table .ant-table-thead>tr>th,.sample-library-table .ant-table-tbody>tr>td{padding:10px 8px!important;font-size:13px!important}}:root{--primary-color: #2563EB;--secondary-color: #1D4ED8;--accent-color: #3B82F6;--bg-primary: #ffffff;--bg-secondary: #FAFBFC;--border-color: #E2E8F0;--text-primary: #0F172A;--text-secondary: #475569;--text-muted: #94A3B8}.premium-page-container{padding:0;scroll-behavior:smooth}.premium-page-header{margin-bottom:24px;padding:24px 28px;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 1px 3px #0000000a;position:relative;overflow:hidden}.premium-page-header-content{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center}.premium-page-title{margin:0!important;color:var(--text-primary)!important;font-size:28px!important;font-weight:700!important;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;letter-spacing:-.02em}.premium-page-subtitle{color:var(--text-secondary)!important;font-size:14px!important;font-weight:500!important;line-height:1.5!important;letter-spacing:.01em;margin-top:10px!important}.premium-statistics-card .ant-card{border-radius:12px!important;border:1px solid var(--border-color)!important;background:var(--bg-primary)!important;box-shadow:0 1px 3px #0000000a!important;transition:box-shadow .2s ease,border-color .2s ease!important;overflow:hidden;position:relative}.premium-statistics-card .ant-card:hover{border-color:#cbd5e1!important;box-shadow:0 4px 12px #0000000f!important}.premium-content-card{margin-bottom:32px}.premium-content-card .ant-card{border-radius:12px!important;border:1px solid var(--border-color)!important;background:var(--bg-primary)!important;box-shadow:0 1px 3px #0000000a!important;transition:box-shadow .2s ease,border-color .2s ease!important}.premium-content-card .ant-card:hover{border-color:#cbd5e1!important;box-shadow:0 4px 12px #0000000f!important}.premium-content-card .ant-card-head{border-bottom:1px solid var(--border-color)!important;background:var(--bg-secondary);padding:16px 24px!important}.premium-content-card .ant-card-head-title{font-size:16px!important;font-weight:600!important;color:var(--text-primary)!important;letter-spacing:-.01em}.premium-content-card .ant-card-body{padding:20px 24px!important}.premium-table .ant-table{background:transparent!important}.premium-table .ant-table-thead>tr>th{background:#f8fafc!important;border-bottom:2px solid var(--border-color)!important;color:var(--text-primary)!important;font-weight:600!important;padding:14px 16px!important}.premium-table .ant-table-tbody>tr{background:transparent!important;transition:background .15s ease!important}.premium-table .ant-table-tbody>tr>td{border-bottom:1px solid #F1F5F9!important;color:var(--text-primary)!important;padding:14px 16px!important}.premium-table .ant-table-tbody>tr:hover>td{background:#f8fafc!important}.premium-table .ant-table-pagination{margin-top:20px!important}.premium-button-group{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.premium-search-bar{margin-bottom:20px}.premium-search-bar .ant-input-search{max-width:400px}.premium-filter-section{display:flex;gap:12px;margin-bottom:20px;flex-wrap:wrap;align-items:center}.premium-empty-state{padding:60px 20px;text-align:center}.premium-empty-state .ant-empty-description{color:var(--text-secondary);font-size:15px;font-weight:500}.premium-skeleton{padding:24px}.premium-skeleton .ant-skeleton{animation:pulse-shimmer 1.5s ease-in-out infinite}@keyframes pulse-shimmer{0%,to{opacity:1}50%{opacity:.6}}.premium-status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;font-size:13px;font-weight:600;border:1px solid}.premium-status-success{background:#10b98114;border-color:#10b9814d;color:#10b981}.premium-status-warning{background:#fbbf2414;border-color:#fbbf244d;color:#fbbf24}.premium-status-error{background:#ef444414;border-color:#ef44444d;color:#ef4444}.premium-status-info{background:#2563eb14;border-color:#2563eb4d;color:#3b82f6}.premium-status-default{background:#a1a1aa14;border-color:#a1a1aa4d;color:#a1a1aa}.premium-live-indicator{display:inline-block;width:8px;height:8px;border-radius:50%;background:#10b981;margin-right:8px;animation:liveBlip 2s ease-in-out infinite;box-shadow:0 0 6px #10b98166}@keyframes liveBlip{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.9)}}.premium-trend-up{color:#10b981!important;font-weight:600}.premium-trend-down{color:#ef4444!important;font-weight:600}.premium-trend-neutral{color:var(--text-secondary)!important;font-weight:600}.premium-page-container::-webkit-scrollbar{width:8px}.premium-page-container::-webkit-scrollbar-track{background:#f4f4f580;border-radius:8px}.premium-page-container::-webkit-scrollbar-thumb{background:#2563eb4d;border-radius:8px}.premium-page-container::-webkit-scrollbar-thumb:hover{background:#2563eb80}@media (max-width: 768px){.premium-page-header{padding:24px;border-radius:12px}.premium-page-title{font-size:24px!important}.premium-page-subtitle{font-size:14px!important}.premium-page-header-content{flex-direction:column;gap:20px;align-items:flex-start}.premium-button-group{width:100%;flex-direction:column}.premium-button-group .ant-btn{width:100%}.premium-filter-section{flex-direction:column}.premium-filter-section>*{width:100%}.premium-search-bar .ant-input-search{max-width:100%}.premium-content-card .ant-card-head,.premium-content-card .ant-card-body{padding:16px 20px!important}}@media (prefers-reduced-motion: reduce){.premium-statistics-card .ant-card,.premium-content-card .ant-card,.premium-table .ant-table-tbody>tr,.premium-live-indicator,.premium-skeleton .ant-skeleton{animation:none!important;transition:none!important}}.detection-analysis-container{padding:0}.detection-analysis-header{margin-bottom:24px;padding:24px 28px;background:#fff;border:1px solid #E2E8F0;border-radius:12px;box-shadow:0 1px 3px #0000000a}.detection-analysis-header-content{display:flex;justify-content:space-between;align-items:center}.detection-analysis-header-title{display:flex;flex-direction:column;gap:4px}.detection-analysis-header h2{margin:0!important;color:#0f172a!important;font-size:24px!important;font-weight:700!important;letter-spacing:-.02em}.detection-analysis-header-subtitle{color:#64748b!important;font-size:14px!important;font-weight:400!important;line-height:1.5!important}.detection-analysis-statistics{margin-bottom:24px}.detection-analysis-statistics .ant-card{border-radius:12px!important;border:1px solid #E2E8F0!important;background:#fff!important;box-shadow:0 1px 3px #0000000a!important;transition:box-shadow .2s ease,border-color .2s ease!important;overflow:hidden}.detection-analysis-statistics .ant-card:hover{border-color:#cbd5e1!important;box-shadow:0 4px 12px #0000000f!important}.detection-analysis-main-card{border-radius:12px!important;border:1px solid #E2E8F0!important;background:#fff!important;box-shadow:0 1px 3px #0000000a!important}@media (max-width: 768px){.detection-analysis-header{padding:20px}.detection-analysis-header h2{font-size:20px!important}}.outbreak-scale-container{width:100%}.outbreak-header{margin-bottom:20px}.outbreak-level-badge{display:inline-flex;align-items:center;gap:16px;padding:14px 20px;background:#fff;border:2px solid;border-radius:12px;box-shadow:0 1px 3px #0000000a}.outbreak-level-icon{font-size:28px;line-height:1}.outbreak-level-info{display:flex;flex-direction:column;gap:2px}.outbreak-level-text{font-size:16px;font-weight:700;color:#0f172a;letter-spacing:-.02em}.outbreak-level-desc{font-size:13px;color:#64748b;font-weight:500}.outbreak-metric-card{background:#fff!important;border:1px solid #E2E8F0!important;border-radius:12px!important;box-shadow:0 1px 3px #0000000a!important;transition:box-shadow .2s ease,border-color .2s ease}.outbreak-metric-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000000f!important}.outbreak-gauge-card,.outbreak-zones-card,.outbreak-timeline-card{background:#fff!important;border:1px solid #E2E8F0!important;border-radius:12px!important;box-shadow:0 1px 3px #0000000a!important}.outbreak-gauge-card .ant-card-head,.outbreak-zones-card .ant-card-head,.outbreak-timeline-card .ant-card-head{border-bottom:1px solid #E2E8F0}.outbreak-zones-content{padding:8px 0}.zones-label{font-size:14px;color:#64748b;font-weight:600;margin-bottom:12px}.zones-tags{display:flex;flex-wrap:wrap;gap:8px;min-height:32px;margin-bottom:8px}.impact-metrics{display:flex;flex-direction:column;gap:16px}.impact-item{display:flex;flex-direction:column;gap:8px}.impact-label{font-size:13px;color:#475569;font-weight:600}.impact-item .ant-progress{margin-bottom:0}@media (max-width: 768px){.outbreak-level-badge{padding:12px 16px;gap:12px}.outbreak-level-icon{font-size:24px}.outbreak-level-text{font-size:14px}.outbreak-level-desc{font-size:12px}}.outbreak-gauge-card .ant-card-body,.outbreak-timeline-card .ant-card-body{padding:20px}.outbreak-metric-card .ant-statistic-title{font-size:13px;color:#64748b;font-weight:500;margin-bottom:8px}.outbreak-metric-card .ant-statistic-content{font-size:24px;font-weight:700}.analysis-report-container{padding:0}.analysis-report-header{margin-bottom:24px;padding:24px 28px;background:#fff;border:1px solid #E2E8F0;border-radius:12px;box-shadow:0 1px 3px #0000000a}.analysis-report-header-content{display:flex;justify-content:space-between;align-items:center}.analysis-report-header h2{margin:0!important;color:#0f172a!important;font-size:24px!important;font-weight:700!important;letter-spacing:-.02em}.analysis-report-header-subtitle{color:#64748b!important;font-size:14px!important;font-weight:400!important;line-height:1.5!important;margin-top:4px!important}.analysis-report-statistics{margin-bottom:24px}.analysis-report-statistics .ant-card{border-radius:12px!important;border:1px solid #E2E8F0!important;background:#fff!important;box-shadow:0 1px 3px #0000000a!important;transition:box-shadow .2s ease,border-color .2s ease!important;overflow:hidden}.analysis-report-statistics .ant-card:hover{border-color:#cbd5e1!important;box-shadow:0 4px 12px #0000000f!important}.analysis-report-main-card{border-radius:12px!important;border:1px solid #E2E8F0!important;background:#fff!important;box-shadow:0 1px 3px #0000000a!important}.info-content h4{font-size:15px;font-weight:600;color:#0f172a;margin-top:20px;margin-bottom:12px}.info-content h4:first-child{margin-top:0}.info-content ul{margin:0;padding-left:24px;color:#475569;font-size:14px;line-height:1.8}.info-content ul li{margin-bottom:8px}.info-content ul li strong{color:#0f172a;font-weight:600}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e4e4e7}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,Noto Sans SC,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:Fira Code,Consolas,Monaco,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#a1a1aa}input::placeholder,textarea::placeholder{opacity:1;color:#a1a1aa}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*{--tw-border-opacity: 1;border-color:rgb(228 228 231 / var(--tw-border-opacity))}body{font-family:Inter,Noto Sans SC,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--tw-text-opacity: 1;color:rgb(24 24 27 / var(--tw-text-opacity));background:#f1f5f9;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;letter-spacing:-.01em;font-size:14px;line-height:1.6}code,pre{font-family:Fira Code,Consolas,Monaco,monospace;font-size:.875rem;line-height:1.25rem}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Outfit,Inter,Noto Sans SC,sans-serif;font-weight:700;--tw-text-opacity: 1;color:rgb(24 24 27 / var(--tw-text-opacity));letter-spacing:-.02em}h1{font-size:2.25rem;line-height:2.5rem}h2{font-size:1.875rem;line-height:2.25rem}h3{font-size:1.5rem;line-height:2rem}h4{font-size:1.25rem;line-height:1.75rem}h5{font-size:1.125rem;line-height:1.75rem}h6{font-size:1rem;line-height:1.5rem}::-webkit-scrollbar{height:.5rem;width:.5rem}::-webkit-scrollbar-track{--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity))}::-webkit-scrollbar-thumb{border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(212 212 216 / var(--tw-bg-opacity));-webkit-transition:background .2s;transition:background .2s}::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(161 161 170 / var(--tw-bg-opacity))}::-moz-selection{--tw-bg-opacity: 1;background-color:rgb(206 218 255 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(12 26 46 / var(--tw-text-opacity))}::selection{--tw-bg-opacity: 1;background-color:rgb(206 218 255 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(12 26 46 / var(--tw-text-opacity))}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.sticky{position:sticky}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.border-collapse{border-collapse:collapse}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.break-all{word-break:break-all}.border{border-width:1px}.italic{font-style:italic}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ant-layout{background:#f1f5f9;min-height:100vh}.ant-layout-content{background-color:transparent}.ant-layout-sider{background:#0b1120!important;border-right:1px solid #1E293B!important}.ant-menu{background:transparent!important;border:none!important}.ant-menu-item{color:#94a3b8!important;font-weight:500;transition:all .15s ease!important;margin:2px 8px!important;border-radius:8px!important;font-size:14px}.ant-menu-item:hover{background:#ffffff0f!important;color:#e2e8f0!important}.ant-menu-item-selected{background:#2563eb!important;color:#fff!important;box-shadow:0 2px 8px #2563eb4d}.ant-menu-item-icon{color:#64748b!important}.ant-menu-item-selected .ant-menu-item-icon,.ant-menu-item:hover .ant-menu-item-icon{color:currentColor!important}.ant-card{background:#fff!important;border:1px solid #E2E8F0!important;border-radius:12px!important;box-shadow:0 1px 3px #0000000a!important;transition:box-shadow .2s ease,border-color .2s ease}.ant-card:hover{box-shadow:0 4px 12px #0000000f!important;border-color:#cbd5e1!important}.ant-card-head{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(228 228 231 / var(--tw-border-opacity));background:#fafbfc;border-radius:12px 12px 0 0!important;padding:16px 20px!important}.ant-card-head-title{font-size:1rem;line-height:1.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(24 24 27 / var(--tw-text-opacity));letter-spacing:-.01em}.ant-card-body{--tw-text-opacity: 1;color:rgb(63 63 70 / var(--tw-text-opacity));padding:20px!important}.ant-table{background:transparent!important}.ant-table-wrapper{background:#fff;border-radius:12px;padding:20px;border:1px solid #E2E8F0}.ant-table-thead>tr>th{background:#f8fafc!important;border-bottom:2px solid #E2E8F0!important;color:#3f3f46!important;font-weight:700!important;font-size:12px!important;text-transform:uppercase;letter-spacing:.08em;padding:14px 16px!important}.ant-table-tbody>tr>td{border-bottom:1px solid #F4F4F5!important;color:#27272a!important;font-weight:500!important;padding:16px!important}.ant-table-tbody>tr:hover>td{background:#2563eb0a!important}.ant-btn{font-weight:500;border-radius:8px;font-size:14px;font-family:Inter,Noto Sans SC,sans-serif;transition:all .15s ease!important}.ant-btn-primary{background:#2563eb!important;border-color:#2563eb!important;color:#fff!important;font-weight:600!important}.ant-btn-primary:hover,.ant-btn-primary:focus{background:#1d4ed8!important;border-color:#1d4ed8!important}.ant-btn-default{background:#fff;border-color:#e2e8f0;color:#334155}.ant-btn-default:hover,.ant-btn-default:focus{border-color:#2563eb!important;color:#2563eb!important}.ant-btn-dangerous,.ant-btn-danger{color:#ef4444!important;border-color:#ef4444!important}.ant-btn-dangerous.ant-btn-primary{background:#ef4444!important;border-color:#ef4444!important;color:#fff!important}.ant-btn-dangerous.ant-btn-primary:hover{background:#dc2626!important;border-color:#dc2626!important}.ant-input,.ant-input-number,.ant-picker{border-radius:8px;border-color:#e2e8f0;font-size:14px;transition:all .15s ease!important}.ant-input-affix-wrapper{border-radius:8px;border-color:#e2e8f0;transition:all .15s ease!important}.ant-select .ant-select-selector{border-radius:8px!important;border-color:#e2e8f0!important;transition:all .15s ease!important}.ant-input:hover,.ant-input-affix-wrapper:hover,.ant-input-number:hover,.ant-picker:hover,.ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:#2563eb!important}.ant-input:focus,.ant-input-focused,.ant-input-affix-wrapper-focused,.ant-input-number-focused,.ant-picker-focused,.ant-select-focused .ant-select-selector{border-color:#2563eb!important;box-shadow:0 0 0 2px #2563eb1a!important}.ant-input::-moz-placeholder{color:#94a3b8}.ant-input::placeholder{color:#94a3b8}.ant-input-search .ant-input-group .ant-input{border-radius:8px 0 0 8px}.ant-input-search .ant-input-group .ant-input-group-addon .ant-btn{border-radius:0 8px 8px 0}.ant-select-dropdown{background:#fff!important;border:1px solid #E2E8F0!important;border-radius:8px!important;box-shadow:0 4px 16px #00000014!important}.ant-select-item{font-weight:500;--tw-text-opacity: 1;color:rgb(63 63 70 / var(--tw-text-opacity));padding:10px 16px!important}.ant-select-item:hover{background:#2563eb14!important}.ant-select-item-option-selected{background:#2563eb1f!important;color:#2563eb!important;font-weight:600!important}.ant-modal-content{background:#fff!important;border:1px solid #E2E8F0!important;border-radius:12px!important;box-shadow:0 8px 32px #0000001f!important}.ant-modal-header{background:#fafbfc!important;border-bottom:1px solid #E2E8F0!important;border-radius:12px 12px 0 0!important;padding:18px 24px!important}.ant-modal-title{font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(24 24 27 / var(--tw-text-opacity));font-family:Outfit,sans-serif;letter-spacing:-.02em}.ant-modal-body{--tw-text-opacity: 1;color:rgb(63 63 70 / var(--tw-text-opacity));padding:24px!important}.ant-modal-footer{border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(228 228 231 / var(--tw-border-opacity));padding:16px 24px!important}.ant-form-item-label>label{font-weight:600;--tw-text-opacity: 1;color:rgb(63 63 70 / var(--tw-text-opacity));font-size:13px!important}.ant-form-item-required:before{color:#ef4444!important}.ant-badge-status-dot{box-shadow:0 0 0 1px #fff}.ant-badge-status-success{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity))}.ant-badge-status-processing{background:#2563eb!important}.ant-badge-status-warning{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity))}.ant-badge-status-error{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.ant-tag{border-radius:.5rem;border-width:1px;font-weight:600;padding:4px 12px!important;letter-spacing:.02em}.ant-tag-success{background:#d1fae5!important;color:#10b981!important;border-color:#10b981!important}.ant-tag-warning{background:#fef3c7!important;color:#f59e0b!important;border-color:#f59e0b!important}.ant-tag-error{background:#fee2e2!important;color:#ef4444!important;border-color:#ef4444!important}.ant-tag-processing{background:#dbeafe!important;color:#3b82f6!important;border-color:#3b82f6!important}.ant-statistic-title{font-weight:600;--tw-text-opacity: 1;color:rgb(82 82 91 / var(--tw-text-opacity));font-size:13px!important;letter-spacing:.02em}.ant-statistic-content{font-weight:700;--tw-text-opacity: 1;color:rgb(24 24 27 / var(--tw-text-opacity));font-size:32px!important;letter-spacing:-.03em}.ant-statistic-content-value{color:#0f172a!important}.ant-notification-notice{background:#fff!important;border:1px solid #E2E8F0!important;border-radius:10px!important;box-shadow:0 4px 20px #00000014!important}.ant-notification-notice-message{font-weight:700;--tw-text-opacity: 1;color:rgb(24 24 27 / var(--tw-text-opacity))}.ant-notification-notice-description{font-weight:500;--tw-text-opacity: 1;color:rgb(82 82 91 / var(--tw-text-opacity))}.ant-message-notice-content{background:#fff!important;border:1px solid #E2E8F0!important;border-radius:8px!important;box-shadow:0 4px 16px #00000014!important;font-weight:500;--tw-text-opacity: 1;color:rgb(63 63 70 / var(--tw-text-opacity))}.ant-drawer-content{background:#fff!important}.ant-drawer-header{background:#fafbfc!important;border-bottom:1px solid #E2E8F0!important;padding:18px 24px!important}.ant-drawer-title{font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(24 24 27 / var(--tw-text-opacity));font-family:Outfit,sans-serif}.ant-drawer-body{--tw-text-opacity: 1;color:rgb(63 63 70 / var(--tw-text-opacity));padding:24px!important}.ant-tabs-tab{font-weight:500;--tw-text-opacity: 1;color:rgb(82 82 91 / var(--tw-text-opacity));transition:all .2s ease!important}.ant-tabs-tab:hover{color:#2563eb!important}.ant-tabs-tab-active{color:#2563eb!important;font-weight:600!important}.ant-tabs-ink-bar{background:#2563eb!important;height:2px!important}.ant-switch-checked,.ant-progress-bg{background:#2563eb!important}.ant-pagination-item-active{border-color:#2563eb!important;background:#2563eb0f!important}.ant-pagination-item-active a{color:#2563eb!important;font-weight:600!important}.ant-spin-dot-item{background-color:#2563eb!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.fade-in{animation:fadeIn .3s cubic-bezier(.4,0,.2,1)}.slide-up{animation:slideUp .3s cubic-bezier(.4,0,.2,1)}.slide-down{animation:slideDown .3s cubic-bezier(.4,0,.2,1)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.focus-visible:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(78 154 239 / var(--tw-ring-opacity));--tw-ring-offset-width: 2px}.premium-page-title,.dashboard-header h2{margin:0!important;color:#0f172a!important;font-size:24px!important;font-weight:700!important;letter-spacing:-.02em!important;line-height:1.3!important}.premium-page-subtitle,.dashboard-header-subtitle{color:#64748b!important;font-size:14px!important;font-weight:400!important;line-height:1.5!important;margin-top:4px!important}@media (max-width: 768px){.card-premium{border-radius:.5rem}.btn-premium{padding:.5rem .75rem;font-size:.75rem;line-height:1rem}h1{font-size:1.5rem;line-height:2rem}h2{font-size:1.25rem;line-height:1.75rem}h3{font-size:1.125rem;line-height:1.75rem}}
