:root{--bg-primary:#eaeef4;--bg-secondary:#fff;--bg-tertiary:#eef1f6;--border-light:#e8ecf2;--border-medium:#dee3eb;--text-primary:#1c2a4a;--text-secondary:#38414f;--text-muted:#8893a2;--text-inverse:#fff;--accent-primary:#0fa3a9;--accent-primary-hover:#0d8a8a;--accent-primary-light:#e6f7f5;--status-success:#2e7d6f;--status-success-light:#e8f5f1;--status-warning:#d4a72c;--status-warning-light:#fdf6e3;--status-critical:#c74b4b;--status-critical-light:#fdeeee;--status-info:#4f6ef7;--status-info-light:#eef1fe;--platform-google:#4285f4;--platform-meta:#0668e1;--platform-tiktok:#000;--brand-teal:#2dd4bf;--brand-teal-dark:#0fa3a9;--brand-purple:#7c3aed;--brand-indigo:#6366f1;--brand-navy:#0d3d4d;--color-action-primary:var(--accent-primary);--color-action-danger:var(--status-critical);--color-action-warning:var(--status-warning);--color-action-success:var(--status-success);--color-surface-page:var(--bg-primary);--color-surface-card:var(--bg-secondary);--color-surface-elevated:var(--bg-secondary);--chart-primary:var(--accent-primary);--chart-secondary:#7c8cf8;--chart-muted:#d1d9e6;--chart-negative:var(--status-critical);--chart-positive:var(--status-success);--font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:2rem;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.75;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--elevation-0:none;--elevation-1:0 1px 2px #0000000a;--elevation-2:0 2px 4px #0000000f;--elevation-3:0 4px 12px #00000014;--elevation-4:0 8px 24px #0000001f;--transition-fast:150ms ease;--transition-normal:250ms ease;--transition-slow:350ms ease}:root[data-density=compact]{--space-4:0.75rem;--space-5:1rem;--space-6:1.25rem;--font-size-base:0.875rem}.confidence-badge{flex-shrink:0;font-size:10px;letter-spacing:-1px}.confidence-badge.high{color:#22c55e}.confidence-badge.medium{color:#f59e0b}.confidence-badge.low{color:#6b7280}.adg-card{background:var(--color-surface-card);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--elevation-1);padding:var(--space-6)}.adg-card-compact{padding:var(--space-4)}.adg-card-hover:hover{border-color:var(--border-medium);box-shadow:var(--elevation-2);transition:var(--transition-normal)}.adg-kpi-card{background:var(--color-surface-card);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--elevation-1);padding:var(--space-5)}.adg-kpi-label{color:var(--text-secondary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);margin-bottom:var(--space-2)}.adg-kpi-value{color:var(--text-primary);font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold)}.adg-kpi-delta{align-items:center;display:inline-flex;font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);gap:var(--space-1);margin-top:var(--space-1)}.adg-kpi-delta-positive{color:var(--status-success)}.adg-kpi-delta-negative{color:var(--status-critical)}.adg-kpi-delta-neutral,.adg-kpi-subtext{color:var(--text-muted)}.adg-kpi-subtext{font-size:var(--font-size-xs);margin-top:var(--space-2)}.adg-btn{align-items:center;border:none;border-radius:var(--radius-md);cursor:pointer;display:inline-flex;font-family:var(--font-family);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);gap:var(--space-2);justify-content:center;padding:var(--space-2) var(--space-4);text-decoration:none;transition:var(--transition-fast)}.adg-btn:disabled{cursor:not-allowed;opacity:.5}.adg-btn-primary{background:var(--color-action-primary);color:var(--text-inverse)}.adg-btn-primary:hover:not(:disabled){background:var(--accent-primary-hover)}.adg-btn-secondary{background:#0000;border:1px solid var(--color-action-primary);color:var(--color-action-primary)}.adg-btn-secondary:hover:not(:disabled){background:var(--accent-primary-light)}.adg-btn-ghost{background:#0000;color:var(--text-secondary)}.adg-btn-ghost:hover:not(:disabled){background:var(--bg-tertiary);color:var(--text-primary)}.adg-btn-danger{background:var(--color-action-danger);color:var(--text-inverse)}.adg-btn-danger:hover:not(:disabled){background:#b43e3e}.adg-btn-warning{background:var(--color-action-warning);color:var(--text-primary)}.adg-btn-warning:hover:not(:disabled){background:#c49925}.adg-btn-success{background:var(--color-action-success);color:var(--text-inverse)}.adg-btn-success:hover:not(:disabled){background:#256b5e}.adg-btn-sm{font-size:var(--font-size-xs);padding:var(--space-1) var(--space-3)}.adg-btn-lg{font-size:var(--font-size-base);padding:var(--space-3) var(--space-6)}.adg-dash-btn{align-items:center;background:#0000;border:1px solid var(--border-default);border-radius:6px;color:var(--text-primary);cursor:pointer;display:inline-flex;font-family:inherit;font-size:14px;font-weight:500;gap:4px;justify-content:center;padding:8px 12px;transition:background .25s ease}.adg-dash-btn:hover{background:linear-gradient(90deg,#b4b4b42e,#dcdcdc52 50%,#b4b4b42e)}.adg-dash-btn-pill{border-radius:20px;font-size:12px;padding:6px 14px}.adg-badge{border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);gap:var(--space-1);padding:var(--space-1) var(--space-2)}.adg-badge-success{background:var(--status-success-light)}.adg-badge-warning{background:var(--status-warning-light);color:var(--status-warning)}.adg-badge-critical{background:var(--status-critical-light);color:var(--status-critical)}.adg-badge-info{background:var(--status-info-light);color:var(--status-info)}.adg-badge-neutral{background:var(--bg-tertiary);color:var(--text-secondary)}.adg-badge-simulation{background:var(--status-warning-light);border:1px dashed var(--status-warning);color:var(--status-warning)}.adg-alert{align-items:flex-start;border-left:4px solid;border-radius:var(--radius-md);display:flex;gap:var(--space-3);padding:var(--space-4)}.adg-alert-critical{background:var(--status-critical-light);border-left-color:var(--status-critical)}.adg-alert-warning{background:var(--status-warning-light);border-left-color:var(--status-warning)}.adg-alert-success{background:var(--status-success-light);border-left-color:var(--status-success)}.adg-alert-info{background:var(--status-info-light);border-left-color:var(--status-info)}.adg-alert-icon{flex-shrink:0;height:20px;width:20px}.adg-alert-content{flex:1 1;min-width:0}.adg-alert-title{color:var(--text-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold)}.adg-alert-description{color:var(--text-secondary);font-size:var(--font-size-sm);margin-top:var(--space-1)}.adg-alert-action{flex-shrink:0}.adg-platform-badge{align-items:center;background:var(--bg-tertiary);border-radius:var(--radius-sm);color:var(--text-secondary);display:inline-flex;font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);gap:var(--space-1);padding:var(--space-1) var(--space-2)}.adg-platform-badge-google{background:#e8f0fe;color:var(--platform-google)}.adg-platform-badge-meta{background:#e7f0ff;color:var(--platform-meta)}.adg-page{background:var(--color-surface-page);min-height:100vh;padding:var(--space-6)}.adg-page-header{margin-bottom:var(--space-6)}.adg-page-title{color:var(--text-primary);font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold)}.adg-page-subtitle{color:var(--text-secondary);font-size:var(--font-size-sm);margin-top:var(--space-1)}.adg-section{margin-bottom:var(--space-8)}.adg-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:var(--space-4)}.adg-section-title{color:var(--text-primary);font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold)}.adg-grid-kpis{grid-gap:var(--space-4);display:grid;gap:var(--space-4);grid-template-columns:repeat(4,1fr)}.adg-grid-2-col{grid-gap:var(--space-6);display:grid;gap:var(--space-6);grid-template-columns:2fr 1fr}.adg-grid-3-col{grid-gap:var(--space-4);display:grid;gap:var(--space-4);grid-template-columns:repeat(3,1fr)}@media (max-width:1200px){.adg-grid-kpis{grid-template-columns:repeat(2,1fr)}.adg-grid-2-col{grid-template-columns:1fr}}@media (max-width:768px){.adg-grid-kpis{grid-template-columns:1fr}}.adg-empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:var(--space-12) var(--space-6);text-align:center}.adg-empty-state-icon{color:var(--text-muted);height:64px;margin-bottom:var(--space-4);width:64px}.adg-empty-state-title{color:var(--text-primary);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);margin-bottom:var(--space-2)}.adg-empty-state-description{color:var(--text-secondary);font-size:var(--font-size-sm);margin-bottom:var(--space-6);max-width:400px}.adg-skeleton{animation:adg-skeleton-shimmer 1.5s infinite;background:linear-gradient(90deg,var(--bg-tertiary) 25%,var(--border-light) 50%,var(--bg-tertiary) 75%);background-size:200% 100%;border-radius:var(--radius-sm)}@keyframes adg-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.adg-skeleton-text{height:1em;margin-bottom:var(--space-2)}.adg-skeleton-title{height:1.5em;margin-bottom:var(--space-3);width:60%}.adg-skeleton-card{height:120px}.adg-skeleton-block{height:64px}.adg-skeleton-circle{border-radius:50%;height:40px;width:40px}.adg-divider{background:var(--border-light);height:1px;margin:var(--space-4) 0}.app-shell{background:var(--color-surface-page);display:flex;min-height:100vh}.app-main{display:flex;flex:1 1;flex-direction:column;min-width:0}.app-content{flex:1 1;overflow-y:auto;padding:var(--space-6)}.sidebar{background:linear-gradient(180deg,#0a7a7a,#087070 50%,#065e5e);border-right:none;box-shadow:2px 0 8px #00000026;display:flex;flex-direction:column;flex-shrink:0;width:240px}.sidebar-logo{border-bottom:1px solid #ffffff1a;padding:var(--space-6) var(--space-5)}.sidebar-logo img{height:48px;max-width:200px;width:auto}.sidebar-logo-brand{align-items:center;display:flex;gap:var(--space-3)}.sidebar-logo-icon{flex-shrink:0}.sidebar-logo-text{color:#fff;font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);letter-spacing:-.5px}.sidebar-nav{flex:1 1;padding:var(--space-4)}.sidebar-nav,.sidebar-nav-section{display:flex;flex-direction:column}.sidebar-nav-section{gap:var(--space-1)}.sidebar-nav-item{align-items:center;border-radius:var(--radius-md);color:#ffffffb3;display:flex;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);gap:var(--space-3);padding:var(--space-3) var(--space-3);position:relative;text-decoration:none;transition:var(--transition-fast)}.sidebar-nav-item:hover{background:#ffffff1a;color:#fffffff2}.sidebar-nav-item.active{background:#0fa3a940;color:#fff}.sidebar-nav-item.active:before{background:#2dd4bf;border-radius:0 2px 2px 0;bottom:6px;content:"";left:0;position:absolute;top:6px;width:3px}.sidebar-nav-item.active .sidebar-nav-icon{color:#fff}.sidebar-nav-icon{flex-shrink:0;height:20px;opacity:.8;width:20px}.sidebar-nav-item:hover .sidebar-nav-icon{opacity:1}.sidebar-divider{background:#ffffff1a;height:1px;margin:var(--space-4) 0}.sidebar-footer{border-top:1px solid #ffffff1a;padding:var(--space-4)}.sidebar-mode-badge{display:flex;justify-content:center}.sidebar .adg-badge-simulation{background:#2dd4bf33;border:1px dashed #2dd4bf80;color:#2dd4bf}.sidebar .adg-badge{background:#ffffff26;color:#ffffffe6}.sidebar .adg-badge-info{background:#2dd4bf33;color:#2dd4bf}.app-header{background:var(--color-surface-card);border-bottom:1px solid var(--border-light);flex-shrink:0;height:64px;justify-content:space-between;padding:var(--space-4) var(--space-6)}.app-header,.header-left{align-items:center;display:flex}.header-title{color:var(--text-primary);font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);margin:0}.header-center{display:flex;flex:1 1;justify-content:center;margin:0 var(--space-6);max-width:480px}.header-search{align-items:center;background:var(--bg-tertiary);border:1px solid var(--border-light);border-radius:var(--radius-md);display:flex;gap:var(--space-2);padding:var(--space-2) var(--space-3);width:100%}.header-search-icon{color:var(--text-muted);flex-shrink:0;height:18px;width:18px}.header-search-input{background:#0000;border:none;color:var(--text-primary);flex:1 1;font-size:var(--font-size-sm);outline:none}.header-search-input::placeholder{color:var(--text-muted)}.header-right{gap:var(--space-3)}.header-icon-btn,.header-right{align-items:center;display:flex}.header-icon-btn{background:#0000;border:none;border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;height:40px;justify-content:center;position:relative;transition:var(--transition-fast);width:40px}.header-icon-btn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.header-notification-badge{align-items:center;background:var(--status-critical);border-radius:var(--radius-full);color:var(--text-inverse);display:flex;font-size:10px;font-weight:var(--font-weight-bold);height:18px;justify-content:center;min-width:18px;padding:0 5px;position:absolute;right:4px;top:4px}.user-dropdown{position:relative}.user-dropdown-trigger{align-items:center;background:#0000;border:none;border-radius:var(--radius-md);cursor:pointer;display:flex;gap:var(--space-2);padding:var(--space-1);transition:var(--transition-fast)}.user-dropdown-trigger:hover{background:var(--bg-tertiary)}.user-avatar{align-items:center;background:linear-gradient(135deg,var(--brand-teal),var(--brand-purple));border-radius:var(--radius-full);color:var(--text-inverse);display:flex;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);height:36px;justify-content:center;width:36px}.user-avatar-lg{font-size:var(--font-size-base);height:48px;width:48px}.user-dropdown-menu{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--card-bg);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);min-width:260px;overflow:hidden;position:absolute;right:0;top:calc(100% + var(--space-2));z-index:100}.user-dropdown-header{align-items:center;background:var(--bg-tertiary);display:flex;gap:var(--space-3);padding:var(--space-4)}.user-dropdown-info{flex:1 1;min-width:0}.user-dropdown-name{color:var(--text-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold)}.user-dropdown-email{color:var(--text-muted);font-size:var(--font-size-xs);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-dropdown-divider{background:var(--border-light);height:1px}.user-dropdown-items{padding:var(--space-2)}.user-dropdown-item{align-items:center;background:#0000;border:none;border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;display:flex;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);gap:var(--space-3);padding:var(--space-3);text-align:left;transition:var(--transition-fast);width:100%}.user-dropdown-item:hover{background:var(--bg-tertiary);color:var(--text-primary)}.user-dropdown-item-icon{align-items:center;display:flex;flex-shrink:0;height:18px;justify-content:center;width:18px}i.user-dropdown-item-icon{font-size:17px;line-height:1}.user-dropdown-item-danger{color:var(--status-critical)}.user-dropdown-item-danger:hover{background:var(--status-critical-light);color:var(--status-critical)}.performance-chart{width:100%}.chart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:var(--space-4)}.chart-metric-toggle{display:flex;gap:var(--space-2)}.chart-metric-btn{background:#0000;border:1px solid var(--border-light);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);padding:var(--space-2) var(--space-3);transition:var(--transition-fast)}.chart-metric-btn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.chart-metric-btn.active{background:var(--accent-primary);border-color:var(--accent-primary);color:var(--text-inverse)}.chart-container{width:100%}.chart-empty{align-items:center;color:var(--text-muted);display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center}.chart-empty-icon{font-size:48px;margin-bottom:var(--space-3);opacity:.5}.chart-empty p{color:var(--text-secondary);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);margin:0 0 var(--space-1)}.chart-empty span{font-size:var(--font-size-sm)}@keyframes spinner-grow{0%{opacity:0;transform:scale(0)}50%{opacity:1}to{opacity:0;transform:scale(1)}}.spinner-grow{animation:spinner-grow .75s linear infinite;background-color:#9ca3af;border-radius:50%;display:inline-block;flex-shrink:0;height:1.5rem;width:1.5rem}@keyframes banner-shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.analyzing-banner{align-items:center;background:linear-gradient(135deg,#4c6fff0f,#8b5cf60f);border:1px solid #4c6fff33;border-radius:16px;display:flex;gap:16px;margin-bottom:24px;margin-bottom:var(--space-6,24px);overflow:hidden;padding:24px 28px;position:relative}.analyzing-banner:after{animation:banner-shimmer 1.8s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ffffff29 50%,#0000);background:linear-gradient(90deg,#0000 0,var(--shimmer-peak) 50%,#0000 100%);content:"";inset:0;pointer-events:none;position:absolute;width:50%}:root,[data-theme=dark]{--shimmer-base:#ffffff0f;--shimmer-peak:#ffffff29;--shimmer-area-top:#ffffff14;--shimmer-area-bottom:#ffffff03}.chart-shimmer-container{height:100%;overflow:hidden;position:relative;width:100%}.chart-shimmer-svg{display:block;height:100%;width:100%}.notification-dropdown{position:relative}.notification-dropdown-menu{background:#111c33;background:var(--bg-elevated,#111c33);border:1px solid #ffffff14;border:1px solid var(--border-default,#ffffff14);border-radius:var(--radius-lg);box-shadow:0 8px 32px #00000073;box-shadow:var(--shadow-lg,0 8px 32px #00000073);overflow:hidden;position:absolute;right:0;top:calc(100% + var(--space-2));width:360px;z-index:200}.notification-dropdown-header{align-items:center;border-bottom:1px solid #ffffff14;border-bottom:1px solid var(--border-default,#ffffff14);display:flex;justify-content:space-between;padding:var(--space-4)}.notification-dropdown-title{color:#e8ecf6;color:var(--text-primary,#e8ecf6);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold)}.notification-clear-btn{background:#0000;border:none;color:#6e7891;color:var(--text-muted,#6e7891);cursor:pointer;font-size:var(--font-size-xs);transition:var(--transition-fast)}.notification-clear-btn:hover{color:#4c6fff;color:var(--blue-primary,#4c6fff)}.notification-dropdown-list{max-height:400px;overflow-y:auto}.notification-item{align-items:flex-start;background:#0000;border:none;border-bottom:1px solid #ffffff0d;border-bottom:1px solid var(--border-subtle,#ffffff0d);cursor:pointer;display:flex;gap:var(--space-3);padding:var(--space-4);text-align:left;transition:var(--transition-fast);width:100%}.notification-item:last-child{border-bottom:none}.notification-item:hover{background:#0f172a;background:var(--bg-surface,#0f172a)}.notification-item.unread{background:#4c6fff1f;background:var(--blue-surface,#4c6fff1f)}.notification-item.unread:hover{background:#0f172a;background:var(--bg-surface,#0f172a)}.notification-icon{flex-shrink:0;height:20px;margin-top:2px;width:20px}.notification-icon.critical{color:var(--status-critical)}.notification-icon.warning{color:var(--status-warning)}.notification-icon.success{color:var(--status-success)}.notification-icon.info{color:var(--status-info)}.notification-content{flex:1 1;min-width:0}.notification-title{color:#e8ecf6;color:var(--text-primary,#e8ecf6);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);margin-bottom:var(--space-1)}.notification-message{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#a9b1c7;color:var(--text-secondary,#a9b1c7);display:-webkit-box;font-size:var(--font-size-xs);margin-bottom:var(--space-1);overflow:hidden}.notification-time{font-size:var(--font-size-xs)}.notification-empty,.notification-time{color:#6e7891;color:var(--text-muted,#6e7891)}.notification-empty{padding:var(--space-8);text-align:center}.notification-empty-icon{height:32px;margin:0 auto var(--space-3);opacity:.4;width:32px}.notification-empty p{color:#a9b1c7;color:var(--text-secondary,#a9b1c7);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);margin:0 0 var(--space-1)}.notification-empty span{font-size:var(--font-size-xs)}.notification-view-all{background:#0f172a;background:var(--bg-surface,#0f172a);border:none;border-top:1px solid #ffffff14;border-top:1px solid var(--border-default,#ffffff14);color:#4c6fff;color:var(--blue-primary,#4c6fff);cursor:pointer;display:block;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);padding:var(--space-3);text-align:center;transition:var(--transition-fast);width:100%}.notification-view-all:hover{background:#111c33;background:var(--bg-elevated,#111c33)}.login-page{background:linear-gradient(135deg,#0a1628,#050810)}.login-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172a99;border:1px solid #ffffff0f;box-shadow:0 8px 32px #0006}.login-title{color:#e8ecf6}.login-subtitle{color:#6e7891}.login-label{color:#a9b1c7}.login-icon{color:#6e7891}.login-icon-toggle{color:#6e7891;cursor:pointer;transition:color .15s ease}.login-icon-toggle:hover{color:#a9b1c7}.login-input{background:#0c121c80;border:1px solid #ffffff14;color:#e8ecf6}.login-input::placeholder{color:#6e7891}.login-input:focus{border-color:#4c6fff;box-shadow:0 0 0 2px #4c6fff26;outline:none}.login-checkbox{accent-color:#4c6fff;background:#0c121c80;border:1px solid #ffffff26}.login-link{color:#4c6fff;text-decoration:none;transition:color .15s ease}.login-link:hover{color:#818cf8}.login-btn{background:#4c6fff;color:#fff}.login-btn:hover:not(:disabled){background:#6366f1}.login-divider{border-top:1px solid #ffffff14}.login-divider-text{background:#0f172a99;color:#6e7891}.login-oauth-btn{background:#0000;border:1px solid #ffffff1a}.login-oauth-btn:hover{background:#ffffff0d}.login-oauth-text{color:#a9b1c7}.login-footer-text{color:#9aa8cc}.login-brand-text{color:#e8ecf6}.user-avatar{background:linear-gradient(135deg,#4c6fff,#6366f1)}.adgrow-logo-text,.login-card .adgrow-logo-text,.login-page .adgrow-logo-text{color:#e8ecf6}.onboarding-page .adgrow-logo-text{color:#0f172a}[data-theme=dark] .onboarding-page .adgrow-logo-text{color:var(--text-primary)}.onboarding-page{background:#f5f7fb}.onboarding-card{background:#fff;border:1px solid #e5eaf2;box-shadow:0 4px 24px #00000014}.onboarding-title{color:#0f172a}.onboarding-label,.onboarding-subtitle{color:#64748b}.onboarding-text-muted{color:#94a3b8}.onboarding-progress-bg{background:#e5eaf2}.onboarding-progress-bar{background:#4c6fff}[data-theme=dark] .onboarding-page{background:linear-gradient(135deg,#0a1628 0,var(--bg-void) 100%)}[data-theme=dark] .onboarding-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#181b2399;border:1px solid #ffffff0f;box-shadow:0 8px 32px #0006}[data-theme=dark] .onboarding-title{color:var(--text-primary)}[data-theme=dark] .onboarding-subtitle{color:var(--text-muted)}[data-theme=dark] .onboarding-label{color:var(--text-secondary)}[data-theme=dark] .onboarding-text-muted{color:var(--text-muted)}[data-theme=dark] .onboarding-progress-bg{background:#ffffff14}.onboarding-card .w-12.h-12.bg-blue-100,.onboarding-card .w-12.h-12.bg-green-100,.onboarding-card .w-12.h-12.bg-orange-100,.onboarding-card .w-12.h-12.bg-purple-100,.onboarding-card .w-12.h-12.bg-teal-100{background:#4c6fff26!important}.onboarding-card .w-6.h-6.text-blue-600,.onboarding-card .w-6.h-6.text-green-600,.onboarding-card .w-6.h-6.text-orange-600,.onboarding-card .w-6.h-6.text-purple-600,.onboarding-card .w-6.h-6.text-teal-600{color:#4c6fff!important}[data-theme=dark] .onboarding-card .w-12.h-12.bg-blue-100,[data-theme=dark] .onboarding-card .w-12.h-12.bg-green-100,[data-theme=dark] .onboarding-card .w-12.h-12.bg-orange-100,[data-theme=dark] .onboarding-card .w-12.h-12.bg-purple-100,[data-theme=dark] .onboarding-card .w-12.h-12.bg-teal-100{background:#2ae0ff33!important}[data-theme=dark] .onboarding-card .text-xl.font-bold.text-gray-900,[data-theme=dark] .onboarding-card h2.text-xl{color:var(--text-primary)!important}[data-theme=dark] .onboarding-card .text-sm.text-gray-600{color:var(--text-muted)!important}[data-theme=dark] .onboarding-card .text-sm.font-medium.text-gray-700{color:var(--text-secondary)!important}[data-theme=dark] .onboarding-card input,[data-theme=dark] .onboarding-card select,[data-theme=dark] .onboarding-card textarea{background:#0c121c80!important;border-color:#ffffff14!important;color:var(--text-primary)!important}[data-theme=dark] .onboarding-card input::placeholder,[data-theme=dark] .onboarding-card textarea::placeholder{color:var(--text-muted)!important}[data-theme=dark] .onboarding-card input:focus,[data-theme=dark] .onboarding-card select:focus,[data-theme=dark] .onboarding-card textarea:focus{border-color:var(--blue-primary)!important;box-shadow:0 0 0 2px #2ae0ff26!important}.onboarding-card .bg-gradient-to-r,.onboarding-card button[type=submit]{background:#4c6fff!important}.onboarding-card .bg-gradient-to-r:hover,.onboarding-card button[type=submit]:hover{background:#6366f1!important}[data-theme=dark] .onboarding-card button.text-gray-600{color:var(--text-secondary)!important}[data-theme=dark] .onboarding-card button.text-gray-600:hover{color:var(--text-primary)!important}:root{--blue-primary:#2ae0ff;--blue-hover:#25c3de;--blue-glow:#2ae0ff59;--blue-glow-subtle:#2ae0ff26;--blue-surface:#2ae0ff38;--blue-border:#2ae0ff80;--accent-contrast:#04141a;--amber-primary:#ffcf47;--amber-secondary:#f0b93a;--amber-glow:#ffcf4759;--amber-glow-subtle:#ffcf4726;--amber-surface:#ffcf4738;--amber-border:#ffcf4780;--status-success:#00f5a0;--status-critical:#ff6d82;--status-info:var(--blue-primary);--status-warning:var(--amber-primary);--purple-glow:#a78bff40;--status-opportunity:#a78bff;--teal-glow:#14b8a62e;--teal-primary:#14b8a6;--status-success-solid-bg:#00f0a0;--status-success-solid-text:#03170f;--status-critical-solid-bg:#ff3d63;--status-critical-solid-text:#26060d;--status-warning-solid-bg:#ffcf47;--status-warning-solid-text:#271c02;--status-info-solid-bg:#2ae0ff;--status-info-solid-text:#03141a;--status-opportunity-solid-bg:#a78bff;--status-opportunity-solid-text:#150a33;--bg-void:#08090d;--bg-deep:#0c0e14;--bg-surface:#181b23;--bg-elevated:#1e222c;--bg-glass:#181b2399;--bg-glass-light:#1e222c66;--bg-tertiary:var(--bg-elevated);--bg-light-base:#eaeef4;--bg-light-surface:#fff;--bg-light-elevated:#eef1f6;--sidebar-width:260px;--border-subtle:#22262f;--border-default:#2b303c;--border-strong:#3a4150;--border-medium:var(--border-strong);--text-primary:#f2f4f9;--text-secondary:#c4c9d5;--text-muted:#8b91a1;--text-dim:#8b91a1;--text-faint:#646b7b;--text-light-primary:#1c2a4a;--text-light-secondary:#38414f;--text-light-muted:#8893a2;--shadow-sm:0 4px 12px #0003;--shadow-md:0 4px 24px #0000004d;--shadow-lg:0 8px 32px #0006;--glow-sm:30px;--glow-md:60px;--glow-lg:120px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--transition-fast:0.15s ease;--transition-normal:0.25s ease;--transition-slow:0.4s ease;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-size-xs:11px;--font-size-sm:12px;--font-size-base:14px;--font-size-lg:16px;--font-size-xl:20px;--font-size-2xl:24px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--status-success-light:#00f5a026;--status-warning-light:#ffcf4726;--status-critical-light:#ff6d8226;--status-opportunity-light:#a78bff26;--status-info-light:#2ae0ff26;--accent-primary:var(--blue-primary);--accent-primary-hover:var(--blue-hover);--accent-primary-light:#2ae0ff26;--card-bg:var(--bg-glass);--card-border:1px solid var(--border-default);--border-light:var(--border-default);--bg-app:var(--bg-void);--bg-input:var(--bg-glass);--bg-panel-soft:var(--bg-glass-light);--glow-primary:0 0 20px var(--blue-glow-subtle)}[data-theme=dark]{--bg-app:var(--bg-void)}.enterprise-header{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--bg-glass);border-bottom:1px solid var(--border-default);display:flex;justify-content:space-between;padding:12px 24px;position:sticky;top:0;z-index:50}.enterprise-header-left,.enterprise-header-right{align-items:center;display:flex;gap:12px}.enterprise-ai-status{align-items:center;background:var(--bg-glass-light);border:1px solid var(--border-default);border-radius:var(--radius-md);display:flex;gap:8px;padding:6px 12px}.enterprise-ai-status-dot{background:var(--status-success);border-radius:50%;box-shadow:0 0 8px var(--status-success);height:8px;width:8px}.enterprise-ai-status-text{color:var(--text-primary);font-size:13px;font-weight:600}.enterprise-ai-status-platforms{border-left:1px solid var(--border-default);color:var(--text-muted);font-size:12px;margin-left:8px;padding-left:8px}.enterprise-ai-status-platforms span{color:var(--blue-primary)}@keyframes headerRefreshSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.enterprise-footer{align-items:center;background:var(--bg-void);border-top:1px solid var(--border-default);display:flex;flex-shrink:0;gap:16px;height:44px;padding:0 24px}.enterprise-footer .enterprise-footer-status{background:#0000;border:none;padding:0}.enterprise-footer-sep{background:var(--border-default);flex-shrink:0;height:16px;width:1px}.enterprise-footer-sim-badge{background:var(--amber-surface);border:1px solid var(--amber-border);border-radius:var(--radius-sm);color:var(--amber-primary);font-size:11px;font-weight:600;letter-spacing:.03em;padding:2px 8px}[data-theme=dark] .enterprise-footer-sim-badge{background:var(--status-warning-solid-bg);border-color:var(--status-warning-solid-bg);color:var(--status-warning-solid-text)}.enterprise-footer-dev-badge{background:var(--status-critical-light);border:1px solid var(--status-critical);border-radius:var(--radius-sm);color:var(--status-critical);font-size:11px;font-weight:600;letter-spacing:.03em;padding:2px 8px}.adg-input{background:var(--bg-glass);background:var(--bg-input);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-size:14px;padding:10px 12px;transition:all var(--transition-fast);width:100%}.adg-input:focus{border-color:var(--blue-primary);box-shadow:0 0 0 3px var(--blue-glow-subtle);outline:none}.adg-input::placeholder{color:var(--text-muted)}.action-center-card{background:#fbbf2414!important;border:1px solid #fbbf2433!important;border-left:4px solid #fbbf24!important;border-radius:var(--radius-lg)!important;box-shadow:none!important;padding:20px!important;transition:all var(--transition-normal)!important}.action-center-card:hover{background:#fbbf241f!important;border-color:#fbbf244d!important}.feed-alert-card.critical{background:#fbbf240f!important;border:1px solid #fbbf2426!important;border-left:4px solid #fbbf24!important;border-radius:var(--radius-md)!important;box-shadow:none!important}.feed-alert-card.critical:hover{background:#fbbf241a!important}.feed-alert-card.opportunity{background:#4c6fff0f!important;border:1px solid #4c6fff26!important;border-left:4px solid #4c6fff!important;border-radius:var(--radius-md)!important;box-shadow:none!important}.feed-alert-card.opportunity:hover{background:#4c6fff1a!important}.campaigns-summary-card{background:#4c6fff0d!important;border:1px solid #4c6fff1f!important;border-left:4px solid #4c6fff!important;border-radius:var(--radius-lg)!important;box-shadow:none!important;box-sizing:border-box;height:100%;padding:30px 40px 20px!important}.campaigns-summary-card:hover{background:#4c6fff14!important}.adg-kpi-card,.kpi-card{background:#0f172a66!important;border:1px solid #ffffff08!important;border-radius:var(--radius-lg);box-shadow:none!important;display:flex;flex-direction:column;padding:20px;transition:all var(--transition-normal)}.adg-kpi-card:hover,.kpi-card:hover{border-color:#ffffff0f!important;box-shadow:none!important}.ai-feed-card,.stats-card{background:#0f172a80;border:1px solid #ffffff0a;border-radius:var(--radius-lg);padding:20px}.utility-card{background:#0f172a59;border:1px solid #ffffff05;border-radius:var(--radius-md);padding:16px}.enterprise-sidebar{background:var(--bg-surface);border-right:1px solid var(--border-default);display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;transition:width var(--transition-normal);width:260px;width:var(--sidebar-width,260px);z-index:100}.enterprise-sidebar-logo{align-items:center;border-bottom:1px solid var(--border-default);display:flex;gap:12px;padding:24px 20px}.logo-text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--teal-primary) 0,#8b5cf6 100%);-webkit-background-clip:text;background-clip:text;font-size:20px;font-weight:700}.enterprise-nav{flex:1 1;overflow-y:auto;padding:16px 12px}.enterprise-nav-section{margin-bottom:24px}.enterprise-nav-label{color:var(--text-muted);font-size:11px;font-weight:600;letter-spacing:.05em;margin-bottom:8px;padding:0 12px;text-transform:uppercase}.enterprise-nav-item{align-items:center;border-radius:var(--radius-md);color:var(--text-secondary);display:flex;font-size:14px;font-weight:500;gap:12px;padding:10px 12px;text-decoration:none;transition:all var(--transition-fast)}.enterprise-nav-item:hover{background:var(--bg-elevated);color:var(--text-primary)}.enterprise-nav-item.active{background:var(--blue-surface);border:1px solid var(--blue-border);color:var(--blue-primary)}.enterprise-nav-item .icon-fill{display:none}.enterprise-nav-item .icon-outline,.enterprise-nav-item.active .icon-fill,.enterprise-nav-item:hover .icon-fill{display:inline}.enterprise-nav-item.active .icon-outline,.enterprise-nav-item:hover .icon-outline{display:none}.enterprise-nav-item svg{height:20px;width:20px}.enterprise-main{margin-left:260px;margin-left:var(--sidebar-width,260px);min-height:100vh;padding:24px 32px}.adg-btn-primary{align-items:center;background:linear-gradient(135deg,var(--blue-primary) 0,var(--blue-hover) 100%);border:none;border-radius:var(--radius-md);box-shadow:0 0 20px var(--blue-glow-subtle);color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;transition:all var(--transition-fast)}.adg-btn-primary:hover{box-shadow:0 0 30px var(--blue-glow);transform:translateY(-1px)}.adg-btn-secondary{background:var(--bg-glass);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all var(--transition-fast)}.adg-btn-secondary:hover{background:var(--bg-elevated);border-color:var(--border-strong)}.adg-badge{align-items:center;border-radius:10px;display:inline-flex;font-size:11px;font-weight:600;justify-content:center;padding:2px 8px}.adg-badge-info{background:var(--blue-surface);border:1px solid var(--blue-border);color:var(--blue-primary)}.adg-badge-warning{background:var(--amber-surface);border:1px solid var(--amber-border);color:var(--amber-primary)}.adg-badge-success{background:#10b98133;border:1px solid #10b98180;color:var(--status-success)}[data-theme=dark] .adg-badge-info{background:var(--status-info-solid-bg);border-color:var(--status-info-solid-bg);color:var(--status-info-solid-text)}[data-theme=dark] .adg-badge-warning{background:var(--status-warning-solid-bg);border-color:var(--status-warning-solid-bg);color:var(--status-warning-solid-text)}[data-theme=dark] .adg-badge-success{background:var(--status-success-solid-bg);border-color:var(--status-success-solid-bg);color:var(--status-success-solid-text)}[data-theme=dark] .adg-soft-glass:hover{background:#1e222c;border-color:#2b303c;color:#f2f4f9}[data-theme=dark] .adg-soft-glass.is-active{background:#eef2fb;border-color:#eef2fb;box-shadow:0 0 22px -8px #eef2fb99;color:#10131b}[data-theme=dark] .adg-soft-glass:active{background:#cfd6e6;border-color:#d3daea;box-shadow:inset 0 2px 5px #10131b47,0 0 0 3px #2ae0ff59;color:#10131b;transform:translateY(1px)}[data-theme=dark] .adg-soft-glass.is-active .count,[data-theme=dark] .adg-soft-glass:active .count{background:#10131b2e;color:inherit}.adg-animate-pulse{animation:status-pulse 2s ease-in-out infinite}@keyframes status-pulse{0%,to{opacity:1}50%{opacity:.5}}:root{--accent-primary-soft:var(--blue-surface)}.section-header{justify-content:space-between;margin-bottom:16px}.section-header,.section-title{align-items:center;display:flex}.section-title{color:var(--text-primary);font-size:18px;font-weight:600;gap:10px}.dashboard-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 340px}.kpi-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.adg-kpi-card .kpi-icon,.kpi-card .kpi-icon{font-size:24px;margin-bottom:8px}.adg-kpi-card .kpi-label,.kpi-card .kpi-label{color:var(--text-muted);font-size:12px;letter-spacing:.05em;margin-bottom:4px;text-transform:uppercase}.adg-kpi-card .kpi-value,.kpi-card .kpi-value{align-items:center;color:var(--text-primary);display:flex;flex:1 1;font-size:28px;font-weight:700;justify-content:center}.adg-kpi-card .kpi-delta,.kpi-card .kpi-delta{align-items:center;display:flex;font-size:12px;gap:4px;margin-top:0;padding-top:10px}.kpi-delta.positive{color:var(--status-success)}.kpi-delta.negative{color:var(--status-critical)}.kpi-delta.neutral{color:var(--text-muted)}.kpi-header{align-items:center;display:flex;gap:8px;margin-bottom:8px}.kpi-badge{border-radius:6px;font-size:10px;margin-left:auto;padding:2px 6px}.kpi-badge.simulated{background:var(--amber-surface);border:1px solid var(--amber-border);color:var(--amber-primary)}.kpi-badge.live{background:#22c55e33;border:1px solid #22c55e4d;color:#22c55e}.kpi-meta{display:flex;flex-direction:column;gap:2px}.kpi-confidence{color:var(--text-muted);font-size:11px}.ai-feed-panel,.ai-system-feed-panel{background:#0c121ecc!important;border:1px solid #4c6fff1f!important;border-radius:var(--radius-lg);height:fit-content;overflow:visible;position:relative;z-index:10}.ai-feed-header,.feed-header{align-items:center;border-bottom:1px solid var(--border-default);display:flex;justify-content:space-between;padding:16px 20px}.ai-feed-title,.feed-title{align-items:center;color:var(--text-primary);display:flex;font-size:16px;font-weight:600;gap:8px}.feed-title h3{font-size:16px;font-weight:600;margin:0}.sparkle-icon{font-size:18px}.feed-badge{animation:pulse-glow 2s ease-in-out infinite;background:var(--amber-surface);border:1px solid var(--amber-border);border-radius:12px;color:var(--amber-primary);font-size:11px;font-weight:600;padding:3px 10px}.monitoring-status-section{border-bottom:1px solid var(--border-default);padding:16px 20px}.monitoring-row{align-items:center;color:var(--text-secondary);display:flex;font-size:13px;gap:8px;margin-bottom:12px}.status-dot{background:var(--text-muted);border-radius:50%;height:8px;width:8px}.status-dot.active{background:var(--status-success);box-shadow:0 0 8px var(--status-success)}.monitoring-stats{display:flex;flex-direction:column;gap:8px}.stat-item{align-items:center;display:flex;font-size:12px;justify-content:space-between}.stat-label{color:var(--text-muted)}.stat-value{font-weight:600}.stat-value.critical{color:var(--status-critical)}.stat-value.warning{color:var(--amber-primary)}.feed-alerts{display:flex;flex-direction:column;gap:0;padding:12px}.feed-alert-card{border-radius:var(--radius-md);cursor:pointer;margin-bottom:12px;padding:16px;transition:all var(--transition-fast)}.feed-alert-card:last-child{margin-bottom:0}.alert-category{font-size:10px;font-weight:700;letter-spacing:.08em;margin-bottom:10px;text-transform:uppercase}.feed-alert-card.critical .alert-category{color:var(--amber-primary)}.feed-alert-card.opportunity .alert-category{color:var(--blue-primary)}.alert-content{align-items:flex-start;display:flex;gap:10px}.alert-icon{flex-shrink:0;font-size:18px}.alert-text{flex:1 1}.alert-text strong{color:var(--text-primary);display:block;font-size:14px;font-weight:600;margin-bottom:4px}.alert-text p{color:var(--text-secondary);font-size:12px;line-height:1.4;margin:0}.review-btn,.view-btn{border-radius:var(--radius-sm);cursor:pointer;display:block;font-size:12px;font-weight:600;margin-top:12px;padding:8px 12px;text-align:center;transition:all var(--transition-fast);width:100%}.review-btn{background:var(--amber-surface);border:1px solid var(--amber-border);color:var(--amber-primary)}.review-btn:hover{background:var(--amber-primary);color:var(--bg-void)}.view-btn{background:var(--blue-surface);border:1px solid var(--blue-border);color:var(--blue-primary)}.view-btn:hover{background:var(--blue-primary);color:#fff}.adg-btn-header-campaign{background:#f5f5f5;border:none;border-radius:var(--radius-md);color:#000;font-weight:500;transition:box-shadow var(--transition-fast),background var(--transition-fast)}.adg-btn-header-campaign:hover{background:#f5f5f5;box-shadow:0 0 0 4px #f5f5f5,0 2px 8px #0000001a}.enterprise-header .adg-input{background:#ffffff1f!important;font-family:IBM Plex Mono,monospace!important}.enterprise-sidebar{overflow:hidden}@keyframes sidebarLabelFadeIn{0%{opacity:0}to{opacity:1}}[data-theme=dark] .adg-card,[data-theme=dark] .enterprise-performance-card,[data-theme=dark] .performance-card{backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;background:var(--bg-glass)!important;border:1px solid var(--border-default)!important}[data-theme=dark] .recharts-surface,[data-theme=dark] .recharts-wrapper{background:#0000!important}[data-theme=dark] .recharts-cartesian-grid line{stroke:#ffffff0f!important}[data-theme=dark] .recharts-cartesian-axis-tick-value,[data-theme=dark] .recharts-text{fill:var(--text-muted)!important}[data-theme=dark] .recharts-tooltip-wrapper .recharts-default-tooltip{background:var(--bg-surface)!important;border:1px solid var(--border-default)!important;border-radius:var(--radius-sm)!important;color:var(--text-primary)!important}[data-theme=dark] .action-center-card,[data-theme=dark] .feed-alert-card.critical{background:linear-gradient(135deg,#ffcf4759,#f59e0b80)!important}[data-theme=dark] .action-center-card,[data-theme=dark] .action-center-card *,[data-theme=dark] .feed-alert-card.critical,[data-theme=dark] .feed-alert-card.critical *{color:#fff!important}[data-theme=dark] .action-center-card .alert-category,[data-theme=dark] .feed-alert-card.critical .alert-category{color:#fffc!important}[data-theme=dark] .action-center-card .review-btn,[data-theme=dark] .feed-alert-card.critical .review-btn{-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;background:#ffffff26!important;border:1px solid #ffffff4d!important;color:#fff!important}[data-theme=dark] .action-center-card .review-btn:hover,[data-theme=dark] .feed-alert-card.critical .review-btn:hover{background:#ffffff40!important;border-color:#ffffff80!important}[data-theme=dark] .campaigns-summary-card,[data-theme=dark] .feed-alert-card.opportunity{background:linear-gradient(135deg,#2ae0ff59,#6366f180)!important}[data-theme=dark] .campaigns-summary-card,[data-theme=dark] .campaigns-summary-card *,[data-theme=dark] .feed-alert-card.opportunity,[data-theme=dark] .feed-alert-card.opportunity *{color:#fff!important}[data-theme=dark] .campaigns-summary-card .alert-category,[data-theme=dark] .feed-alert-card.opportunity .alert-category{color:#fffc!important}[data-theme=dark] .campaigns-summary-card .view-btn,[data-theme=dark] .feed-alert-card.opportunity .view-btn{-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;background:#ffffff26!important;border:1px solid #ffffff4d!important;color:#fff!important}[data-theme=dark] .campaigns-summary-card .view-btn:hover,[data-theme=dark] .feed-alert-card.opportunity .view-btn:hover{background:#ffffff40!important;border-color:#ffffff80!important}.quick-action-card,.quick-actions .card,.quick-actions-card,.quick-actions>div{align-items:center!important;background:var(--bg-glass-light)!important;border:1px solid var(--border-default)!important;border-radius:var(--radius-md)!important;cursor:pointer!important;display:flex!important;gap:12px!important;min-height:70px!important;padding:16px 20px!important;transition:all .2s ease!important}.quick-action-card:hover,.quick-actions .card:hover,.quick-actions-card:hover{background:var(--bg-glass)!important;border-color:var(--border-strong)!important;box-shadow:0 4px 20px #0003!important;transform:translateY(-2px)!important}.quick-action-card .icon-wrapper,.quick-action-card>div:first-child,.quick-actions-card>div:first-child{align-items:center!important;border-radius:var(--radius-sm)!important;display:flex!important;flex-shrink:0!important;font-size:18px!important;height:40px!important;justify-content:center!important;min-width:40px!important;width:40px!important}.quick-action-card.create-campaign .icon-wrapper,.quick-action-card:first-of-type .icon-wrapper,.quick-action-card:first-of-type>div:first-child{background:var(--blue-surface)!important;color:var(--blue-primary)!important}.quick-action-card.analytics .icon-wrapper,.quick-action-card:nth-of-type(2) .icon-wrapper,.quick-action-card:nth-of-type(2)>div:first-child{background:#14b8a633!important;color:var(--teal-primary)!important}.quick-action-card.creatives .icon-wrapper,.quick-action-card:nth-of-type(3) .icon-wrapper,.quick-action-card:nth-of-type(3)>div:first-child{background:#8b5cf633!important;color:#8b5cf6!important}.quick-action-card .text-content,.quick-action-card>div:last-child{flex:1 1!important}.quick-action-card .title,.quick-action-card h4,.quick-action-card strong,.quick-actions-card h4{color:var(--text-primary)!important;font-size:14px!important;font-weight:600!important;margin:0 0 2px!important}.quick-action-card .description,.quick-action-card p,.quick-action-card span:not(.icon-wrapper),.quick-actions-card p{color:var(--text-muted)!important;font-size:12px!important;margin:0!important}[data-theme=dark] .ai-feed-panel,[data-theme=dark] .ai-system-feed-panel{background:#181b23bf!important;border:1px solid #2ae0ff40!important;box-shadow:0 0 50px #2ae0ff1f,0 8px 32px #0006,inset 0 1px 0 #ffffff0d!important}[data-theme=dark] .feed-header{background:#2ae0ff1a!important;border-bottom:1px solid #2ae0ff33!important}.feed-badge{animation:badge-pulse-v2 2s ease-in-out infinite!important}@keyframes badge-pulse-v2{0%,to{box-shadow:0 0 8px #fbbf244d}50%{box-shadow:0 0 16px #fbbf2480}}.action-center-card,.campaigns-summary-card,.feed-alert-card.critical,.feed-alert-card.opportunity{position:relative;z-index:2}.adg-card,.adg-kpi-card,.performance-card{position:relative;z-index:1}.quick-action-card{position:relative;z-index:0}[data-theme=dark] .grid.grid-cols-1>button,[data-theme=dark] .md\\:grid-cols-3>button,[data-theme=dark] div[class*=grid]>button[class*=flex][class*=items-center]{-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;background:#181b2399!important;border:1px solid #ffffff14!important}[data-theme=dark] .grid.grid-cols-1>button:hover,[data-theme=dark] .md\\:grid-cols-3>button:hover,[data-theme=dark] div[class*=grid]>button[class*=flex][class*=items-center]:hover{background:#181b23cc!important;border-color:#2ae0ff4d!important;box-shadow:0 8px 24px #0000004d!important;transform:translateY(-2px)!important}[data-theme=dark] .grid.grid-cols-1>button p,[data-theme=dark] .md\\:grid-cols-3>button p,[data-theme=dark] div[class*=grid]>button[class*=flex] .text-left p:first-child,[data-theme=dark] div[class*=grid]>button[class*=flex] .text-left>p:first-of-type{color:var(--text-primary)!important;opacity:1!important;visibility:visible!important}[data-theme=dark] .grid.grid-cols-1>button .text-left p:last-child,[data-theme=dark] .md\\:grid-cols-3>button .text-left p:last-child,[data-theme=dark] div[class*=grid]>button[class*=flex] .text-left p:last-of-type{color:var(--text-muted)!important}.grid.grid-cols-1>button>div:first-child,.md\\:grid-cols-3>button>div:first-child,div[class*=grid]>button[class*=flex]>div.p-2{flex-shrink:0!important}[data-theme=dark] .grid.grid-cols-1>button svg,[data-theme=dark] .md\\:grid-cols-3>button svg{color:#fff!important}*{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{letter-spacing:-.01em}.feed-title,.kpi-value,.section-title,h1,h2,h3,h4,h5,h6{letter-spacing:.08em}.kpi-value,.stat-value,[class*=value]{font-feature-settings:"tnum" 1,"tnum"!important;font-variant-numeric:tabular-nums!important}.icon-wrapper{align-items:center!important;border-radius:12px!important;display:flex!important;flex-shrink:0!important;height:44px!important;justify-content:center!important;min-width:44px!important;width:44px!important}.icon-blue{background:#4c6fff26!important;color:#4c6fff!important}.icon-amber{background:#fbbf2426!important;color:#fbbf24!important}.icon-green{background:#10b98126!important;color:#10b981!important}.icon-purple{background:#8b5cf626!important;color:#8b5cf6!important}.icon-teal{background:#14b8a626!important;color:#14b8a6!important}[data-theme=dark] .icon-blue{background:var(--status-info-solid-bg)!important;color:var(--status-info-solid-text)!important}[data-theme=dark] .icon-amber{background:var(--status-warning-solid-bg)!important;color:var(--status-warning-solid-text)!important}[data-theme=dark] .icon-green{background:var(--status-success-solid-bg)!important;color:var(--status-success-solid-text)!important}[data-theme=dark] .icon-purple{background:var(--status-opportunity-solid-bg)!important;color:var(--status-opportunity-solid-text)!important}[data-theme=dark] .icon-teal{background:var(--teal-primary)!important;color:#042420!important}.icon-wrapper svg{stroke-width:1.75!important;height:22px!important;width:22px!important}[data-theme=dark] #root,[data-theme=dark] .app-container,[data-theme=dark] body{background:linear-gradient(180deg,#040608,#0a1220 40%,#0d1526)!important;background-attachment:fixed!important;min-height:100vh}[data-theme=dark] .main-content:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.012;pointer-events:none;position:fixed;right:0;top:0;z-index:0}.sparkle-icon{color:#fbbf24!important;filter:drop-shadow(0 0 4px rgba(251,191,36,.5))!important}.enterprise-nav-item svg{stroke-width:1.75!important;height:20px!important;opacity:.8!important;width:20px!important}.enterprise-nav-item.active svg{color:var(--blue-primary)!important;opacity:1!important}.adg-btn-primary svg,.adg-btn-secondary svg,button svg{stroke-width:2!important;height:18px!important;width:18px!important}[data-theme=dark] .adg-card,[data-theme=dark] .adg-kpi-card,[data-theme=dark] .kpi-card{border:1px solid #ffffff0f!important}[data-theme=dark] .adg-card:hover,[data-theme=dark] .adg-kpi-card:hover,[data-theme=dark] .kpi-card:hover{border-color:#2ae0ff33!important}.kpi-label{color:var(--text-muted)!important;font-size:11px!important;font-weight:600!important;letter-spacing:.05em!important;text-transform:uppercase!important}.kpi-value{align-items:center!important;display:flex!important;flex:1 1!important;font-size:28px!important;font-weight:700!important;justify-content:center!important;line-height:1.2!important}.kpi-delta{font-size:12px!important;font-weight:500!important}.kpi-header{align-items:center!important;display:flex!important;gap:12px!important;margin-bottom:12px!important}[data-theme=dark] .adg-kpi-card,[data-theme=dark] .kpi-card{background:#181b2366!important;border:1px solid #ffffff08!important;box-shadow:none!important}[data-theme=dark] .adg-kpi-card:hover,[data-theme=dark] .kpi-card:hover{border-color:#ffffff0f!important;box-shadow:none!important;transform:none!important}[data-theme=dark] .adg-kpi-card .kpi-value,[data-theme=dark] .kpi-card .kpi-value{color:var(--text-muted)!important;font-size:26px!important;font-weight:600!important}[data-theme=dark] .adg-kpi-card .kpi-label,[data-theme=dark] .kpi-card .kpi-label{color:var(--text-faint)!important;font-size:10px!important;letter-spacing:.1em!important;text-transform:uppercase!important}[data-theme=dark] .adg-kpi-card .kpi-delta,[data-theme=dark] .kpi-card .kpi-delta{opacity:.6!important}[data-theme=dark] .adg-kpi-card .icon-wrapper,[data-theme=dark] .kpi-card .icon-wrapper{opacity:.5!important}[data-theme=dark] .adg-card,[data-theme=dark] .enterprise-performance-card,[data-theme=dark] .performance-card{background:#080c14b3!important;border:1px solid #ffffff08!important;box-shadow:inset 0 2px 8px #0003!important}[data-theme=dark] .recharts-responsive-container,[data-theme=dark] .recharts-surface,[data-theme=dark] .recharts-wrapper{background:#0000!important}[data-theme=dark] .recharts-cartesian-grid line{stroke:#ffffff08!important}[data-theme=dark] .recharts-cartesian-axis-tick-value,[data-theme=dark] .recharts-text{fill:var(--text-faint)!important;font-size:10px!important}[data-theme=dark] .ai-feed-panel,[data-theme=dark] .ai-system-feed-panel{background:#0c121ed9!important;border:1px solid #2ae0ff26!important;box-shadow:none!important}[data-theme=dark] .ai-system-feed-panel .feed-header,[data-theme=dark] .feed-header{background:#2ae0ff0f!important;border-bottom:1px solid #2ae0ff1a!important}[data-theme=dark] .action-center-card{background:#ffcf4714!important;box-shadow:none!important}[data-theme=dark] .feed-alert-card.critical{background:#ffcf470f!important;border:1px solid #ffcf4726!important;border-left:4px solid var(--status-warning)!important;box-shadow:none!important}[data-theme=dark] .feed-alert-card.opportunity{background:#2ae0ff0f!important;border:1px solid #2ae0ff26!important;border-left:4px solid var(--blue-primary)!important;box-shadow:none!important}[data-theme=dark] .campaigns-summary-card{background:#2ae0ff0d!important;border:1px solid #2ae0ff1f!important;border-left:4px solid var(--blue-primary)!important;box-shadow:none!important}[data-theme=dark] .grid.grid-cols-1>button,[data-theme=dark] .md\\:grid-cols-3>button,[data-theme=dark] .quick-action-card,[data-theme=dark] div[class*=grid]>button[class*=flex][class*=items-center]{background:#181b2359!important;border:1px solid #ffffff05!important;box-shadow:none!important}[data-theme=dark] .grid.grid-cols-1>button:hover,[data-theme=dark] .md\\:grid-cols-3>button:hover,[data-theme=dark] .quick-action-card:hover{background:#181b2380!important;border-color:#ffffff0d!important;box-shadow:none!important}[data-theme=dark] .grid.grid-cols-1>button .text-left p:first-child,[data-theme=dark] .md\\:grid-cols-3>button .text-left p:first-child{color:var(--text-muted)!important}[data-theme=dark] .grid.grid-cols-1>button:hover .text-left p:first-child,[data-theme=dark] .md\\:grid-cols-3>button:hover .text-left p:first-child{color:var(--text-secondary)!important}[data-theme=dark] .grid.grid-cols-1>button .text-left p:last-child,[data-theme=dark] .md\\:grid-cols-3>button .text-left p:last-child{color:var(--text-faint)!important}.adg-card-header-row{border-bottom:1px solid var(--border-default);padding-bottom:12px}[data-theme=dark] .adg-kpi-card{background:#0c121c59!important;border:1px solid #ffffff05!important;box-shadow:none!important}[data-theme=dark] .adg-kpi-card .kpi-value{color:var(--text-muted)!important;font-size:24px!important;font-weight:500!important}[data-theme=dark] .adg-kpi-card .kpi-label{color:var(--text-faint)!important;font-size:9px!important;letter-spacing:.1em!important}[data-theme=dark] .adg-kpi-card .icon-wrapper{opacity:.4!important}[data-theme=dark] .action-center-card{background:#ffcf470f!important;border:1px solid #ffcf4733!important;border-left:4px solid var(--status-warning)!important;min-height:120px!important;padding:24px 28px!important}[data-theme=dark] .action-center-card .review-btn{background:#0000!important;border:1px solid #ffcf4766!important;color:var(--status-warning)!important;font-weight:600!important;margin-top:16px!important}[data-theme=dark] .action-center-card .review-btn:hover{background:#ffcf471a!important;border-color:#ffcf4799!important}[data-theme=dark] .campaigns-summary-card{background:#2ae0ff0a!important;border:1px solid #2ae0ff1a!important;border-left:3px solid #2ae0ff80!important}[data-theme=dark] .campaigns-summary-card h3{color:var(--text-secondary)!important;font-weight:600!important}.campaigns-summary-card .icon-wrapper i{color:#000!important}[data-theme=dark] .grid.grid-cols-1>button,[data-theme=dark] .md\\:grid-cols-3>button,[data-theme=dark] .quick-action-card{background:#0c121c4d!important;border:1px solid hsla(0,0%,100%,.015)!important}[data-theme=dark] .grid.grid-cols-1>button .text-left p:first-child,[data-theme=dark] .md\\:grid-cols-3>button .text-left p:first-child,[data-theme=dark] .quick-action-card h4{color:var(--text-muted)!important;font-weight:500!important}[data-theme=dark] .grid.grid-cols-1>button>div:first-child,[data-theme=dark] .md\\:grid-cols-3>button>div.p-2,[data-theme=dark] .quick-action-card .icon-wrapper{opacity:.35!important}.temporal-signal{align-items:center;color:#5a6478;display:flex;font-size:11px;gap:8px;letter-spacing:.02em}.temporal-dot{animation:temporal-pulse 3s ease-in-out infinite;background:#10b981;border-radius:50%;height:6px;width:6px}@keyframes temporal-pulse{0%,to{opacity:1}50%{opacity:.4}}.temporal-text{color:#5a6478}[data-theme=dark] .campaign-card,[data-theme=dark] .campaigns-list .adg-card{border:1px solid hsla(0,0%,100%,.025)!important;box-shadow:none!important}[data-theme=dark] .campaign-card:hover,[data-theme=dark] .campaigns-list .adg-card:hover{border-color:#ffffff0a!important}[data-theme=dark] .campaign-card h3,[data-theme=dark] .campaigns-list h3{color:var(--text-secondary)!important;font-weight:500!important}[data-theme=dark] .campaign-metrics,[data-theme=dark] .campaigns-list [style*="background: var(--bg-secondary)"]{background:#080c1499!important;border:1px solid #ffffff05!important;border-radius:8px!important}[data-theme=dark] .campaign-metrics-label,[data-theme=dark] .campaigns-list [style*="text-transform: uppercase"]{color:var(--text-faint)!important;font-size:9px!important;letter-spacing:.1em!important}[data-theme=dark] .campaign-metrics-value,[data-theme=dark] .campaigns-list [style*="font-size: var(--font-size-lg)"]{color:var(--text-muted)!important;font-weight:500!important}[data-theme=dark] .campaign-actions button,[data-theme=dark] .campaigns-list button[title]{opacity:.4!important;transition:opacity .2s ease,background .2s ease!important}[data-theme=dark] .campaign-actions button:hover,[data-theme=dark] .campaign-card:hover .campaign-actions button,[data-theme=dark] .campaigns-list .adg-card:hover button[title],[data-theme=dark] .campaigns-list button[title]:hover{opacity:1!important}[data-theme=dark] .campaign-platform-logo,[data-theme=dark] .campaigns-list [style*="width: 40px"][style*="height: 40px"]{background:#181b2380!important;opacity:.7!important}[data-theme=dark] .campaign-card.ai-alert,[data-theme=dark] .campaign-card.has-warning{background:#ffcf470a!important;border:1px solid #ffcf4726!important;border-left:4px solid var(--status-warning)!important}[data-theme=dark] .campaign-card.has-warning h3{color:var(--text-primary)!important}[data-theme=dark] .campaigns-page .adg-section-header{margin-bottom:24px!important}[data-theme=dark] .campaigns-page .adg-select,[data-theme=dark] .campaigns-page input[type=text]{background:#0c121c80!important;border:1px solid #ffffff08!important;color:var(--text-muted)!important}[data-theme=dark] .campaigns-page .adg-select:focus,[data-theme=dark] .campaigns-page input[type=text]:focus{border-color:#2ae0ff4d!important;outline:none!important}[data-theme=dark] .simulation-controls{background:#0c121ccc!important;border-radius:8px!important}[data-theme=dark] .campaigns-page select,[data-theme=dark] .simulation-controls select,[data-theme=dark] select{background:var(--bg-surface)!important;border:1px solid #ffffff1a!important;color:var(--text-primary)!important}[data-theme=dark] select option{background:var(--bg-surface)!important;color:var(--text-primary)!important}[data-theme=dark] select:focus{border-color:#2ae0ff66!important;outline:none!important}[data-theme=dark] .simulation-controls button{transition:opacity .2s ease!important}[data-theme=dark] .simulation-controls button:hover{opacity:.9!important}[data-theme=dark] .campaign-card,[data-theme=dark] .campaigns-list .adg-card{background:#0c121c66!important;border:1px solid #ffffff08!important;border-radius:8px!important}[data-theme=dark] .campaign-card:hover,[data-theme=dark] .campaigns-list .adg-card:hover{background:#0c121c80!important;border-color:#ffffff0d!important}[data-theme=dark] .campaign-card .campaign-actions,[data-theme=dark] .campaigns-list .campaign-actions{opacity:.3!important;transition:opacity .2s ease!important}[data-theme=dark] .campaign-card:hover .campaign-actions,[data-theme=dark] .campaigns-list .adg-card:hover .campaign-actions{opacity:.8!important}[data-theme=dark] .keyword-simulation-controls{background:#0c121c99!important;border-radius:8px!important;padding:12px!important}[data-theme=dark] .keyword-simulation-controls th{color:var(--text-muted)!important;font-size:10px!important;font-weight:500!important;letter-spacing:.05em!important;padding:8px 4px!important;text-transform:uppercase!important}[data-theme=dark] .keyword-simulation-controls td{color:var(--text-muted)!important;font-size:12px!important;padding:6px 4px!important}[data-theme=dark] .keyword-simulation-controls td.font-medium,[data-theme=dark] .keyword-simulation-controls td:first-child{color:var(--text-secondary)!important}[data-theme=dark] .keyword-simulation-controls input[type=number],[data-theme=dark] .keyword-simulation-controls select{background:#181b23cc!important;border:1px solid #ffffff1a!important;border-radius:4px!important;color:var(--text-primary)!important}[data-theme=dark] .keyword-simulation-controls input[type=number]:focus,[data-theme=dark] .keyword-simulation-controls select:focus{border-color:#2ae0ff66!important;outline:none!important}[data-theme=dark] .keyword-simulation-controls input[type=range]{appearance:none!important;background:#ffffff1a!important;border-radius:4px!important;height:4px!important}[data-theme=dark] .keyword-simulation-controls input[type=range]::-webkit-slider-thumb{appearance:none!important;background:var(--blue-primary)!important;border-radius:50%!important;cursor:pointer!important;height:12px!important;width:12px!important}[data-theme=dark] .keyword-simulation-controls input[type=range]::-moz-range-thumb{background:var(--blue-primary)!important;border:none!important;border-radius:50%!important;cursor:pointer!important;height:12px!important;width:12px!important}[data-theme=dark] .keyword-simulation-controls button{border-radius:4px!important;font-size:10px!important;padding:2px 8px!important}[data-theme=dark] .keyword-simulation-controls>button:last-child{background:#2ae0ffcc!important;border:none!important;color:#fff!important;font-size:12px!important;padding:8px 16px!important}[data-theme=dark] .keyword-simulation-controls>button:last-child:hover{background:#2ae0ff!important}[data-theme=dark] .keyword-simulation-controls tr.bg-gray-100{background:#181b2366!important}[data-theme=dark] .kw-sim-title{color:var(--text-secondary)!important;font-size:13px!important;font-weight:500!important}[data-theme=dark] .kw-sim-hint{color:var(--text-muted)!important;font-size:10px!important}[data-theme=dark] .kw-sim-header{background:#0c121c80!important}[data-theme=dark] .kw-sim-row{border-bottom:1px solid #ffffff08!important;transition:background .15s ease!important}[data-theme=dark] .kw-sim-row:hover{background:#2ae0ff0d!important}[data-theme=dark] .kw-sim-row-paused{background:#181b2366!important;opacity:.6!important}[data-theme=dark] .kw-sim-keyword{color:var(--text-secondary)!important;font-weight:500!important}[data-theme=dark] .kw-sim-status-enabled{background:#00f5a033!important;border:1px solid #00f5a04d!important;color:var(--status-success)!important}[data-theme=dark] .kw-sim-status-paused{background:#ff6d8233!important;border:1px solid #ff6d824d!important;color:var(--status-critical)!important}[data-theme=dark] .kw-sim-input{background:#181b23cc!important;border:1px solid #ffffff1a!important;color:var(--text-primary)!important}[data-theme=dark] .kw-sim-input:focus{border-color:#2ae0ff66!important;outline:none!important}[data-theme=dark] .kw-sim-select{background:#181b23cc!important;border:1px solid #ffffff1a!important;color:var(--text-primary)!important}[data-theme=dark] .kw-sim-select option{background:var(--bg-surface)!important;color:var(--text-primary)!important}[data-theme=dark] .kw-sim-slider{appearance:none!important;background:#ffffff1a!important;border-radius:4px!important;height:4px!important}[data-theme=dark] .kw-sim-slider::-webkit-slider-thumb{appearance:none!important;background:var(--blue-primary)!important;border-radius:50%!important;cursor:pointer!important;height:12px!important;width:12px!important}[data-theme=dark] .kw-sim-metric,[data-theme=dark] .kw-sim-value{color:var(--text-muted)!important}[data-theme=dark] .kw-sim-save-btn{background:#2ae0ffcc!important;border:none!important;color:#fff!important;font-weight:500!important;transition:background .15s ease!important}[data-theme=dark] .kw-sim-save-btn:hover:not(:disabled){background:var(--blue-primary)!important}[data-theme=dark] .kw-sim-empty{color:var(--text-muted)!important}[data-theme=dark] .kw-sim-seed-btn{background:#2ae0ff33!important;border:1px solid #2ae0ff4d!important;color:var(--blue-primary)!important;transition:all .15s ease!important}[data-theme=dark] .kw-sim-seed-btn:hover:not(:disabled){background:#2ae0ff4d!important}[data-theme=dark] .insights-page{background:var(--bg-void)!important;background:var(--bg-app)!important}[data-theme=dark] .insights-system-header{background:#0c121c59!important;border:1px solid #ffffff08!important;border-radius:12px!important;padding:16px 20px!important}[data-theme=dark] .insights-system-label{color:var(--text-muted)!important;display:block!important;font-size:10px!important;font-weight:600!important;letter-spacing:.5px!important;margin-bottom:6px!important;text-transform:uppercase!important}[data-theme=dark] .insights-system-judgment{color:var(--text-secondary)!important;font-size:14px!important;line-height:1.5!important}[data-theme=dark] .insights-stat-card{background:#0c121c59!important;border:1px solid #ffffff08!important;border-radius:10px!important;padding:16px!important}[data-theme=dark] .insights-stat-icon,[data-theme=dark] .insights-stat-label,[data-theme=dark] .insights-stat-value{color:var(--text-muted)!important}[data-theme=dark] .insights-stat-scope{color:var(--text-faint)!important}[data-theme=dark] .insights-section-title{color:var(--text-secondary)!important}[data-theme=dark] .insights-section-subtitle,[data-theme=dark] .insights-timestamp{color:var(--text-muted)!important}[data-theme=dark] .insights-container{background:#181b2380!important;border:1px solid #ffffff0d!important}[data-theme=dark] .insights-header{border-bottom:1px solid #ffffff08!important}[data-theme=dark] .insights-header-icon{background:#2ae0ff26!important;color:var(--blue-primary)!important}[data-theme=dark] .insights-header-title{color:var(--text-primary)!important}[data-theme=dark] .insights-header-narrative{color:var(--text-secondary)!important}[data-theme=dark] .insights-header-subtitle{color:var(--text-muted)!important}[data-theme=dark] .insights-badge{background:#ffffff0d!important;color:var(--text-muted)!important}[data-theme=dark] .insights-badge-optimization{background:#2ae0ff26!important;color:var(--blue-primary)!important}[data-theme=dark] .insights-badge-optimization .insights-badge-dot{background:var(--blue-primary)!important}[data-theme=dark] .insights-badge-warning{background:#ffcf4726!important;color:var(--status-warning)!important}[data-theme=dark] .insights-badge-positive{background:#00f5a026!important;color:var(--status-success)!important}[data-theme=dark] .insight-card{background:#181b2399!important;border:1px solid #ffffff0d!important;border-left:4px solid!important}[data-theme=dark] .insight-card-action-required{border-left-color:var(--status-warning)!important}[data-theme=dark] .insight-card-opportunity{border-left-color:var(--blue-primary)!important}[data-theme=dark] .insight-decision-zone:hover{background:#2ae0ff08!important}[data-theme=dark] .insight-title{color:var(--text-primary)!important;font-size:15px!important}[data-theme=dark] .insight-metadata{opacity:.8!important}[data-theme=dark] .insight-urgency-badge{background:#ffffff0d!important;border:1px solid #ffffff14!important;color:var(--text-muted)!important;font-size:9px!important}[data-theme=dark] .insight-urgency-high{background:#ff6d8226!important;border-color:#ff6d824d!important;color:var(--status-critical)!important}[data-theme=dark] .insight-urgency-medium{background:#ffcf4726!important;border-color:#ffcf474d!important;color:var(--status-warning)!important}[data-theme=dark] .insight-urgency-low{background:#2ae0ff26!important;border-color:#2ae0ff4d!important;color:var(--blue-primary)!important}[data-theme=dark] .insight-tag{background:#ffffff0d!important;color:var(--text-muted)!important}[data-theme=dark] .insight-tag-resolved{background:#00f5a026!important;color:var(--status-success)!important}[data-theme=dark] .insight-tag-seen{background:#2ae0ff26!important;color:var(--blue-primary)!important}[data-theme=dark] .insight-channel{background:#ffffff0d!important;color:var(--text-muted)!important}[data-theme=dark] .insight-confidence,[data-theme=dark] .insight-expand-btn{color:var(--text-muted)!important}[data-theme=dark] .insight-expand-btn:hover{color:var(--text-secondary)!important}[data-theme=dark] .insight-type-icon{background:#ffffff0d!important;color:var(--text-muted)!important}[data-theme=dark] .insight-type-warning{background:#ffcf4726!important;color:var(--status-warning)!important}[data-theme=dark] .insight-type-optimization{background:#2ae0ff26!important;color:var(--blue-primary)!important}[data-theme=dark] .insight-type-positive,[data-theme=dark] .insight-type-positive_signal{background:#00f5a026!important;color:var(--status-success)!important}[data-theme=dark] .insight-type-negative{background:#ff6d8226!important;color:var(--status-critical)!important}[data-theme=dark] .insight-evidence-zone{border-top:1px solid #ffffff08!important}[data-theme=dark] .insight-reasoning{background:#0c121c80!important}[data-theme=dark] .insight-reasoning-icon{color:var(--text-muted)!important}[data-theme=dark] .insight-reasoning-text{color:var(--text-secondary)!important}[data-theme=dark] .insight-reasoning-basis{color:var(--text-muted)!important}[data-theme=dark] .insight-no-details,[data-theme=dark] .insight-reasoning-date{color:var(--text-faint)!important}[data-theme=dark] .insight-execution-zone{border-top:1px solid #ffffff08!important}[data-theme=dark] .insight-action-btn{background:#ffffff08!important;border:1px solid #ffffff0d!important;color:var(--text-muted)!important;opacity:.6!important}[data-theme=dark] .insight-action-btn:hover{opacity:.9!important}[data-theme=dark] .insight-action-acknowledge:hover{background:#2ae0ff26!important;border-color:#2ae0ff4d!important;color:var(--blue-primary)!important}[data-theme=dark] .insight-action-dismiss:hover{background:#ffffff14!important;color:var(--text-secondary)!important}[data-theme=dark] .history-container{background:#181b2380!important;border:1px solid #ffffff0d!important}[data-theme=dark] .history-header{border-bottom:1px solid #ffffff08!important}[data-theme=dark] .history-header-icon{background:#ffffff0d!important;color:var(--text-muted)!important}[data-theme=dark] .history-header-title{color:var(--text-secondary)!important}[data-theme=dark] .history-header-subtitle{color:var(--text-muted)!important}[data-theme=dark] .history-item{border-bottom:1px solid #ffffff08!important}[data-theme=dark] .history-item:last-child{border-bottom:none!important}[data-theme=dark] .history-item:hover{background:#2ae0ff08!important}[data-theme=dark] .history-platform{background:#ffffff0d!important;color:var(--text-muted)!important}[data-theme=dark] .history-platform-google_ads{background:#2ae0ff26!important;color:var(--blue-primary)!important}[data-theme=dark] .history-platform-meta_ads{background:#a78bff26!important;color:var(--status-opportunity)!important}[data-theme=dark] .history-timestamp{color:var(--text-muted)!important}[data-theme=dark] .history-status-text{color:var(--text-secondary)!important}[data-theme=dark] .history-has-insights{color:var(--status-warning)!important}[data-theme=dark] .history-no-issues{color:var(--status-success)!important}[data-theme=dark] .history-summary,[data-theme=dark] .history-top-insight{color:var(--text-muted)!important}[data-theme=dark] .history-urgency-high{color:var(--status-critical)!important}[data-theme=dark] .history-urgency-medium{color:var(--status-warning)!important}[data-theme=dark] .history-urgency-low{color:var(--blue-primary)!important}[data-theme=dark] .history-campaign-id,[data-theme=dark] .history-chevron{color:var(--text-muted)!important}[data-theme=dark] .history-load-more-btn{color:var(--blue-primary)!important}[data-theme=dark] .history-empty-icon{color:var(--text-faint)!important}[data-theme=dark] .history-empty-title{color:var(--text-secondary)!important}[data-theme=dark] .history-empty-text,[data-theme=dark] .history-loading-text{color:var(--text-muted)!important}[data-theme=dark] .history-loading-spinner{color:var(--blue-primary)!important}[data-theme=dark] .snapshot-container{background:#181b2380!important;border:1px solid #ffffff0d!important}[data-theme=dark] .snapshot-header-icon{background:#a78bff26!important;color:var(--status-opportunity)!important}[data-theme=dark] .snapshot-header-title{color:var(--text-secondary)!important}[data-theme=dark] .snapshot-header-subtitle{color:var(--text-muted)!important}[data-theme=dark] .snapshot-metric{background:#0c121c59!important;border:1px solid #ffffff08!important}[data-theme=dark] .snapshot-metric-icon{background:#ffffff0d!important;color:var(--text-muted)!important}[data-theme=dark] .snapshot-confidence-icon,[data-theme=dark] .snapshot-metric-label,[data-theme=dark] .snapshot-metric-value{color:var(--text-muted)!important}[data-theme=dark] .snapshot-metric-sub{color:var(--text-faint)!important}[data-theme=dark] .snapshot-trend-up{color:var(--status-success)!important}[data-theme=dark] .snapshot-trend-down{color:var(--status-critical)!important}[data-theme=dark] .snapshot-confidence-days,[data-theme=dark] .snapshot-pacing-label{color:var(--text-muted)!important}[data-theme=dark] .snapshot-confidence-high,[data-theme=dark] .snapshot-pacing-on_pace{background:#00f5a026!important;color:var(--status-success)!important}[data-theme=dark] .snapshot-confidence-low,[data-theme=dark] .snapshot-confidence-medium,[data-theme=dark] .snapshot-pacing-under{background:#ffcf4726!important;color:var(--status-warning)!important}[data-theme=dark] .snapshot-pacing-over{background:#ff6d8226!important;color:var(--status-critical)!important}[data-theme=dark] .snapshot-pacing{border-top:1px solid #ffffff08!important}[data-theme=dark] .insights-empty-state,[data-theme=dark] .insights-error-state,[data-theme=dark] .insights-loading-state{background:#181b2380!important;border:1px solid #ffffff0d!important}[data-theme=dark] .insights-empty-icon,[data-theme=dark] .insights-loading-icon{color:var(--text-faint)!important}[data-theme=dark] .insights-empty-title,[data-theme=dark] .insights-loading-title{color:var(--text-secondary)!important}[data-theme=dark] .insights-empty-text,[data-theme=dark] .insights-loading-text{color:var(--text-muted)!important}[data-theme=dark] .insights-error-icon{color:var(--status-warning)!important}[data-theme=dark] .insights-error-title{color:var(--text-secondary)!important}[data-theme=dark] .insights-error-text{color:var(--text-muted)!important}[data-theme=dark] .insights-loading-spinner{color:var(--blue-primary)!important}[data-theme=dark] .insights-view-all-btn{background:#0000!important;border:1px solid #2ae0ff4d!important;color:var(--blue-primary)!important}[data-theme=dark] .insights-view-all-btn:hover{background:#2ae0ff1a!important}[data-theme=dark] .insights-primary-btn{background:#2ae0ffcc!important;border:none!important;color:#fff!important}[data-theme=dark] .insights-primary-btn:hover{background:var(--blue-primary)!important}[data-theme=dark] .insights-secondary-btn{background:#ffffff0d!important;border:1px solid #ffffff14!important;color:var(--text-secondary)!important}[data-theme=dark] .insights-back-link{color:var(--text-muted)!important}[data-theme=dark] .insights-back-link:hover{color:var(--text-primary)!important}[data-theme=dark] .insights-footer{background:#0c121c59!important;border:1px solid #ffffff08!important}[data-theme=dark] .insights-footer-title{color:var(--text-secondary)!important}[data-theme=dark] .insights-footer-title svg{color:var(--blue-primary)!important}[data-theme=dark] .insights-footer-text{color:var(--text-muted)!important}[data-theme=dark] .insights-feed-page{background:var(--bg-void)!important;background:var(--bg-app)!important}[data-theme=dark] .insights-feed-page .bg-white,[data-theme=dark] .insights-feed-page button.bg-white{background:#181b2399!important;border-color:#ffffff14!important;color:var(--text-secondary)!important}[data-theme=dark] .insights-feed-page .bg-white:hover,[data-theme=dark] .insights-feed-page button.bg-white:hover{background:#2ae0ff1a!important;border-color:#2ae0ff4d!important}[data-theme=dark] .insights-feed-page .text-gray-900,[data-theme=dark] .insights-feed-page h1,[data-theme=dark] .insights-feed-page h2,[data-theme=dark] .insights-feed-page h3{color:var(--text-primary)!important}[data-theme=dark] .insights-feed-page .text-gray-700{color:var(--text-secondary)!important}[data-theme=dark] .insights-feed-page .text-gray-500,[data-theme=dark] .insights-feed-page .text-gray-600{color:var(--text-muted)!important}[data-theme=dark] .insights-feed-page .text-gray-400{color:var(--text-faint)!important}[data-theme=dark] .insights-feed-page button.bg-gray-100{background:#ffffff0d!important;color:var(--text-secondary)!important}[data-theme=dark] .insights-feed-page button.bg-gray-100:hover{background:#ffffff1a!important}[data-theme=dark] .insights-feed-page .bg-gray-50{background:#0c121c59!important;border-color:#ffffff0d!important}[data-theme=dark] .insight-card-v2{background:#181b2399!important;border:1px solid #ffffff0d!important;box-shadow:none!important}[data-theme=dark] .insight-card-v2:hover{background:#181b23b3!important;box-shadow:0 0 20px #2ae0ff1a!important}[data-theme=dark] .insight-card-v2 .bg-gradient-to-r{background:#0c121c66!important}[data-theme=dark] .insight-card-v2 .from-gray-50,[data-theme=dark] .insight-card-v2 .from-purple-50,[data-theme=dark] .insight-card-v2 .to-indigo-50,[data-theme=dark] .insight-card-v2 .to-white{background:#0000!important}[data-theme=dark] .insight-card-v2 .border-b{border-color:#ffffff08!important}[data-theme=dark] .insight-card-v2 .bg-amber-100,[data-theme=dark] .insight-card-v2 .bg-amber-50,[data-theme=dark] .insight-card-v2 .bg-yellow-100,[data-theme=dark] .insights-feed-page .bg-yellow-100{background:#0c121c80!important}[data-theme=dark] .insight-card-v2 .text-amber-700,[data-theme=dark] .insight-card-v2 .text-amber-800,[data-theme=dark] .insight-card-v2 .text-yellow-700,[data-theme=dark] .insight-card-v2 .text-yellow-800{color:var(--text-muted)!important}[data-theme=dark] .insight-card-v2 .bg-orange-100,[data-theme=dark] .insight-card-v2 .bg-orange-50,[data-theme=dark] .insights-feed-page .bg-orange-100{background:#ffcf4714!important}[data-theme=dark] .insight-card-v2 .border-orange-400,[data-theme=dark] .insight-card-v2 .border-orange-500{border-color:#ffcf4766!important}[data-theme=dark] .insight-card-v2 .text-orange-600,[data-theme=dark] .insight-card-v2 .text-orange-700,[data-theme=dark] .insight-card-v2 .text-orange-800{color:var(--status-warning)!important}[data-theme=dark] .insight-card-v2 .bg-green-100,[data-theme=dark] .insight-card-v2 .bg-green-50{background:#00f5a014!important}[data-theme=dark] .insight-card-v2 .text-green-600,[data-theme=dark] .insight-card-v2 .text-green-700,[data-theme=dark] .insight-card-v2 .text-green-800{color:var(--status-success)!important}[data-theme=dark] .insight-card-v2 .bg-blue-100,[data-theme=dark] .insight-card-v2 .bg-blue-50{background:#2ae0ff1a!important}[data-theme=dark] .insight-card-v2 .text-blue-600,[data-theme=dark] .insight-card-v2 .text-blue-700,[data-theme=dark] .insight-card-v2 .text-blue-800{color:var(--blue-primary)!important}[data-theme=dark] .insight-card-v2 .bg-purple-100,[data-theme=dark] .insight-card-v2 .bg-purple-200,[data-theme=dark] .insights-feed-page .bg-purple-100{background:#a78bff26!important}[data-theme=dark] .insight-card-v2 .text-purple-600,[data-theme=dark] .insight-card-v2 .text-purple-700,[data-theme=dark] .insight-card-v2 .text-purple-800{color:var(--status-opportunity)!important}[data-theme=dark] .insight-card-v2 button.bg-green-500,[data-theme=dark] .insight-card-v2 button.bg-green-600{background:#2ae0ff99!important;opacity:.7!important;transition:all .2s ease!important}[data-theme=dark] .insight-card-v2 button.bg-green-500:hover,[data-theme=dark] .insight-card-v2 button.bg-green-600:hover{background:#2ae0ffe6!important}[data-theme=dark] .insight-card-v2 button.bg-green-500[class*=w-5][class*=h-5]{background:#2ae0ff99!important}[data-theme=dark] .insight-card-v2 button.bg-orange-500[class*=w-5][class*=h-5]{background:#ffcf4799!important}[data-theme=dark] .insight-card-v2 .bg-gray-100,[data-theme=dark] .insight-card-v2 .bg-gray-200,[data-theme=dark] .insight-card-v2 .bg-gray-50{background:#ffffff08!important}[data-theme=dark] .insight-card-v2 .text-gray-400,[data-theme=dark] .insight-card-v2 .text-gray-500,[data-theme=dark] .insight-card-v2 .text-gray-600{color:var(--text-muted)!important}[data-theme=dark] .insight-card-v2 .text-gray-700{color:var(--text-secondary)!important}[data-theme=dark] .insight-card-v2 .text-gray-900{color:var(--text-primary)!important}[data-theme=dark] .insight-card-v2 .border-l-4{background:#0c121c59!important;border-color:#ffffff1a!important}[data-theme=dark] .insight-card-v2 .border-l-4.border-green-400{border-left-color:#2ae0ff80!important}[data-theme=dark] .insight-card-v2 .border-l-4.border-orange-400{border-left-color:#ffcf4780!important}[data-theme=dark] .insight-card-v2 .bg-white\/50,[data-theme=dark] .insight-card-v2 [class*="bg-white/"],[data-theme=dark] .insights-feed-page .bg-white\/50{background:#0c121c66!important}[data-theme=dark] .insight-card-v2 button.text-orange-600{color:var(--text-muted)!important;opacity:.6!important}[data-theme=dark] .insight-card-v2 button.text-orange-600:hover{background:#ffcf471a!important;color:var(--status-warning)!important;opacity:1!important}[data-theme=dark] .insights-feed-page .border-l-4{background:#181b2399!important}[data-theme=dark] .insights-feed-page .border-red-500{border-left-color:var(--status-critical)!important}[data-theme=dark] .insights-feed-page .border-orange-500{border-left-color:var(--status-warning)!important}[data-theme=dark] .insights-feed-page .border-yellow-500{border-left-color:#ffcf4799!important}[data-theme=dark] .insights-feed-page .border-purple-500{border-left-color:var(--status-opportunity)!important}[data-theme=dark] .insights-feed-page .bg-red-100{background:#ff6d8226!important}[data-theme=dark] .insights-feed-page .text-red-700,[data-theme=dark] .insights-feed-page .text-red-800{color:var(--status-critical)!important}[data-theme=dark] .insight-card-v2 [class*=rounded-full][class*=text-xs]{background:#ffffff0d!important;border:1px solid #ffffff14!important}[data-theme=dark] .insight-card-v2 .bg-amber-100.text-amber-800,[data-theme=dark] .insight-card-v2 .bg-yellow-100.text-yellow-800{background:#ffcf4726!important;color:var(--status-warning)!important}[data-theme=dark] .insight-card-v2 .bg-green-100.text-green-800{color:var(--status-success)!important}[data-theme=dark] .insights-feed-page .bg-green-50.border-green-200{border-color:#00f5a033!important}[data-theme=dark] .insight-card-v2 .inline-flex.items-center.gap-2.px-3.py-1\.5.rounded-lg{background:#ffffff0d!important;border-color:#ffffff14!important}:root{--system-green:#10b981;--system-yellow:#fbbf24;--system-blue:#4c6fff}[data-theme=dark] .platform-badge-logo{filter:none!important;opacity:1!important}[data-theme=dark] .insight-card-v2 .inline-flex.items-center.gap-2.px-3.py-1\.5.rounded-lg.border.border-gray-200.bg-white,[data-theme=dark] .insights-feed-page .inline-flex.items-center.gap-2.px-3.py-1\.5.rounded-lg.border.bg-white{background:#ffffff0f!important;border:1px solid #ffffff1f!important;box-shadow:none!important}[data-theme=dark] .insights-feed-page .inline-flex.items-center.gap-2 img[alt="Google Ads"],[data-theme=dark] .insights-feed-page .inline-flex.items-center.gap-2 img[alt="Meta Ads"]{filter:none!important;opacity:1!important}[data-theme=dark] .insight-card-v2 .bg-green-100.text-green-700,[data-theme=dark] .insight-card-v2 .bg-green-100.text-green-800,[data-theme=dark] .insights-feed-page .bg-green-100.text-green-700{background:#00f5a026!important;border:1px solid #00f5a040!important;color:#10b981!important;color:var(--system-green)!important}[data-theme=dark] .insight-card-v2 .bg-amber-100.text-amber-700,[data-theme=dark] .insight-card-v2 .bg-amber-100.text-amber-800,[data-theme=dark] .insight-card-v2 .bg-yellow-100.text-yellow-700,[data-theme=dark] .insight-card-v2 .bg-yellow-100.text-yellow-800,[data-theme=dark] .insights-feed-page .bg-orange-100.text-orange-700,[data-theme=dark] .insights-feed-page .bg-yellow-100.text-yellow-700{background:#ffcf4726!important;border:1px solid #ffcf4740!important;color:#fbbf24!important;color:var(--system-yellow)!important}[data-theme=dark] .insight-card-v2 .bg-blue-100.text-blue-700,[data-theme=dark] .insight-card-v2 .bg-blue-100.text-blue-800,[data-theme=dark] .insights-feed-page .bg-blue-100.text-blue-700{background:#2ae0ff26!important;border:1px solid #2ae0ff40!important;color:#4c6fff!important;color:var(--system-blue)!important}[data-theme=dark] .insight-card-v2 span[class*=rounded-full][class*=text-xs][class*=px-2]{border-radius:9999px!important}[data-theme=dark] .insight-card-v2 .bg-amber-100.text-amber-800{background:#ffcf4726!important;border:1px solid #ffcf474d!important;color:#fbbf24!important;color:var(--system-yellow)!important}[data-theme=dark] .insight-card-v2 .bg-green-100.text-green-800{background:#00f5a026!important;border:1px solid #00f5a04d!important;color:#10b981!important;color:var(--system-green)!important}[data-theme=dark] .insight-card-v2 .bg-blue-100.text-blue-800{background:#2ae0ff26!important;border:1px solid #2ae0ff4d!important;color:#4c6fff!important;color:var(--system-blue)!important}[data-theme=dark] .insight-card-v2>.p-4.border-b.bg-gradient-to-r.from-gray-50.to-white{background:#0c121c80!important;border-bottom:1px solid #ffffff0a!important}[data-theme=dark] .insight-card-v2 .p-3.rounded-lg.border,[data-theme=dark] .insight-card-v2 .p-3.rounded-lg.border-l-4{background:#0c121c59!important;border:1px solid #ffffff08!important}[data-theme=dark] .insight-card-v2 .p-3.rounded-lg.border-l-4.bg-green-50,[data-theme=dark] .insight-card-v2 .p-3.rounded-lg.border-l-4.border-green-400{border-left:4px solid #10b981!important;border-left:4px solid var(--system-green)!important}[data-theme=dark] .insight-card-v2 .p-3.rounded-lg.border-l-4.bg-orange-50,[data-theme=dark] .insight-card-v2 .p-3.rounded-lg.border-l-4.border-orange-400{border-left:4px solid #ffcf4799!important}[data-theme=dark] .insight-card-v2>.p-4.bg-gray-50.border-t{background:#0c121c99!important}[data-theme=dark] .insight-card-v2 button.bg-green-500,[data-theme=dark] .insight-card-v2 button.bg-green-600,[data-theme=dark] .insight-card-v2 button[class*=bg-green-600]{background:#2ae0ff80!important;border:1px solid #2ae0ff4d!important;color:#ffffffe6!important;opacity:.85!important}[data-theme=dark] .insight-card-v2 button.bg-green-500:hover,[data-theme=dark] .insight-card-v2 button.bg-green-600:hover,[data-theme=dark] .insight-card-v2 button[class*=bg-green-600]:hover{background:#2ae0ffa6!important;opacity:1!important}[data-theme=dark] .insight-card-v2 button.text-gray-500:not([class*=bg-]){color:var(--text-muted)!important;opacity:.6!important}[data-theme=dark] .insight-card-v2 button.text-gray-500:not([class*=bg-]):hover{background:#ffffff0a!important;color:var(--text-secondary)!important;opacity:.9!important}[data-theme=dark] .insight-card-v2 .bg-gradient-to-r.from-blue-50.to-indigo-50,[data-theme=dark] .insight-card-v2 [class*=from-blue-50][class*=to-indigo-50]{background:#2ae0ff14!important;border:1px solid #2ae0ff26!important}[data-theme=dark] .insight-card-v2 .bg-gradient-to-r.from-blue-50.to-indigo-50 .text-blue-600,[data-theme=dark] .insight-card-v2 .bg-gradient-to-r.from-blue-50.to-indigo-50 .text-blue-800,[data-theme=dark] .insight-card-v2 .bg-gradient-to-r.from-blue-50.to-indigo-50 .text-blue-900{color:#4c6fff!important;color:var(--system-blue)!important}[data-theme=dark] .insight-card-v2 .mt-2.p-2.bg-amber-100\/50,[data-theme=dark] .insight-card-v2 .mt-2.p-2.bg-green-100\/50,[data-theme=dark] .insight-card-v2 .mt-2.p-2.bg-orange-100\/50,[data-theme=dark] .insight-card-v2 .mt-2.p-2\.5.bg-amber-50.border-l-2.border-amber-400,[data-theme=dark] .insight-card-v2 [class*=bg-amber-50][class*=border-l-2]{background:#0c121c59!important;border:none!important;border-left:2px solid #ffcf474d!important}[data-theme=dark] .insight-card-v2 .mt-2.p-2\.5.bg-amber-50 .text-amber-700,[data-theme=dark] .insight-card-v2 .mt-2.p-2\.5.bg-amber-50 .text-amber-900,[data-theme=dark] .insight-card-v2 [class*=bg-amber-50] p[class*=text-amber]{color:var(--text-muted)!important}[data-theme=dark] .insight-card-v2 p[class*=text-amber-700][class*=uppercase]{color:#ffcf4799!important}[data-theme=dark] .insight-card-v2 span.text-xs.font-bold[class*=bg-orange-100],[data-theme=dark] .insight-card-v2 span[class*=bg-orange-100][class*=text-orange-700]{background:#ffcf4726!important;border:1px solid #ffcf474d!important;color:#fbbf24!important;color:var(--system-yellow)!important}[data-theme=dark] .insight-card-v2 .text-sm.text-gray-600 span:first-child{color:var(--text-muted)!important}[data-theme=dark] .insight-card-v2 .text-sm.text-gray-600 span.font-medium.text-orange-600{color:var(--text-secondary)!important}[data-theme=dark] .insight-card-v2 span[class*=bg-orange-100][class*=text-orange-700][class*=font-bold]{background:#ffcf471f!important;border:1px solid #ffcf4733!important;color:#ffcf47d9!important}[data-theme=dark] .insight-card-v2 span[class*=bg-green-100][class*=text-green-700][class*=font-bold]{background:#00f5a01f!important;border:1px solid #00f5a033!important;color:#00f5a0d9!important}[data-theme=dark] .insight-card-v2 .bg-orange-100.text-orange-800{background:#ffcf471f!important;border:1px solid #ffcf4733!important;color:#ffcf47cc!important}[data-theme=dark] .insight-card-v2 .bg-gray-100.text-gray-600{background:#ffffff0a!important;border:1px solid #ffffff0f!important;color:var(--text-muted)!important}[data-theme=dark] .insight-card-v2 .bg-red-100.text-red-800{background:#ff6d821f!important;border:1px solid #ff6d8233!important;color:#ff6d82cc!important}[data-theme=dark] .insight-card-v2>.p-4:not(.bg-gray-50):not([class*=border-t]){position:relative}[data-theme=dark] .insight-card-v2 h3.font-semibold.text-gray-900{color:var(--text-secondary)!important;font-size:1.1rem!important}[data-theme=dark] .insight-card-v2>.px-4.pb-3.border-t.border-gray-100,[data-theme=dark] .insight-card-v2>.px-4.pb-4.border-t.border-gray-100{background:#0c121c40!important;border-top:1px solid #ffffff08!important}[data-theme=dark] .insight-card-v2 .px-4.pb-3 p.text-xs.font-medium.text-gray-500,[data-theme=dark] .insight-card-v2 .px-4.pb-4 p.text-xs.font-medium.text-gray-500{color:var(--text-faint)!important;letter-spacing:.05em!important;text-transform:uppercase!important}[data-theme=dark] .insight-card-v2>.p-4.bg-gray-50.border-t{background:#0c121c40!important;border-top:1px solid #ffffff0a!important}[data-theme=dark] .insight-card-v2 .flex.items-center.gap-1.text-gray-400{opacity:.5!important}[data-theme=dark] .insight-card-v2 .flex.items-center.gap-1\.5.text-green-600.font-semibold{color:#10b981!important;color:var(--system-green)!important;opacity:.85!important}[data-theme=dark] .insight-card-v2 .flex.items-center.gap-1\.5.text-blue-600.font-semibold{color:#4c6fff!important;color:var(--system-blue)!important;opacity:.85!important}[data-theme=dark] .insights-feed-page .bg-white.rounded-lg.border-l-4.p-4.shadow-sm{background:#181b2399!important;border-bottom:1px solid #ffffff08!important;border-right:1px solid #ffffff08!important;border-top:1px solid #ffffff08!important;box-shadow:none!important}[data-theme=dark] .insights-feed-page .border-l-4.border-red-500{border-left-color:#fbbf24!important;border-left-color:var(--system-yellow)!important}[data-theme=dark] .insights-feed-page .border-l-4.border-orange-500{border-left-color:#ffcf47b3!important}[data-theme=dark] .insights-feed-page .border-l-4.border-yellow-500{border-left-color:#4c6fff!important;border-left-color:var(--system-blue)!important}[data-theme=dark] .insights-feed-page span.bg-red-100.text-red-700{background:#ffcf4726!important;color:#fbbf24!important;color:var(--system-yellow)!important}[data-theme=dark] .insights-feed-page span.bg-orange-100.text-orange-700{background:#ffcf471f!important;color:#ffcf47d9!important}[data-theme=dark] .insights-feed-page span.bg-yellow-100.text-yellow-700{background:#2ae0ff26!important;color:#4c6fff!important;color:var(--system-blue)!important}[data-theme=dark] .insights-feed-page .bg-blue-50.rounded-lg.border-l-4.border-blue-400{background:#2ae0ff14!important;border-bottom:1px solid #2ae0ff1a!important;border-left-color:#4c6fff!important;border-left-color:var(--system-blue)!important;border-right:1px solid #2ae0ff1a!important;border-top:1px solid #2ae0ff1a!important}[data-theme=dark] .insights-feed-page .bg-gradient-to-r.from-purple-50.to-indigo-50{background:#a78bff14!important;border-bottom:1px solid #a78bff1a!important;border-right:1px solid #a78bff1a!important;border-top:1px solid #a78bff1a!important}[data-theme=dark] .insights-feed-page .bg-green-50.border-green-200{background:#00f5a014!important;border:1px solid #00f5a026!important}[data-theme=dark] .insights-feed-page .bg-green-50.border-green-200 .text-green-600,[data-theme=dark] .insights-feed-page .bg-green-50.border-green-200 .text-green-700{color:#10b981!important;color:var(--system-green)!important}[data-theme=dark] .insights-feed-page .bg-gray-50.rounded-xl.border-2.border-dashed{background:#0c121c59!important;border-color:#ffffff0f!important}[data-theme=dark] .insights-feed-page .bg-gray-50.border.border-gray-200.rounded-lg{background:#0c121c80!important;border-color:#ffffff0f!important}[data-theme=dark] .insights-feed-page .text-yellow-500{color:#fbbf24!important;color:var(--system-yellow)!important}[data-theme=dark] .insights-feed-page .text-green-500{color:#10b981!important;color:var(--system-green)!important}[data-theme=dark] .insights-feed-page h2.text-lg.font-medium.text-gray-500{color:var(--text-faint)!important}[data-theme=dark] .platform-badge{box-shadow:none!important}[data-theme=dark] .platform-badge img,[data-theme=dark] .platform-badge-logo{filter:none!important;opacity:1!important}[data-theme=dark] .platform-badge-label{color:var(--text-secondary)!important;font-size:11px!important;font-weight:500!important}[data-theme=dark] .insight-card-v2 .text-orange-600,[data-theme=dark] .insight-card-v2 span.font-medium.text-orange-600{color:var(--text-secondary)!important}[data-theme=dark] .insight-card-v2 .text-sm.text-gray-600{color:var(--text-muted)!important}[data-theme=dark] .insight-card-v2 button[class*=w-5][class*=h-5][class*=rounded]{opacity:.5!important;transition:opacity .15s ease!important}[data-theme=dark] .insight-card-v2 .p-3:hover button[class*=w-5][class*=h-5][class*=rounded],[data-theme=dark] .insight-card-v2 button[class*=w-5][class*=h-5][class*=rounded]:hover{opacity:.9!important}[data-theme=dark] .insight-card-v2 button.bg-green-500[class*=w-5],[data-theme=dark] .insight-card-v2 button.bg-orange-500[class*=w-5]{opacity:.5!important}[data-theme=dark] .insight-card-v2 .p-3:hover button.bg-green-500[class*=w-5],[data-theme=dark] .insight-card-v2 .p-3:hover button.bg-orange-500[class*=w-5]{opacity:.85!important}[data-theme=dark] .insight-card-v2>.p-4:first-of-type:not(.bg-gray-50){border-left:4px solid #fbbf24!important;border-left:4px solid var(--system-yellow)!important;margin-left:-1px!important;padding-left:16px!important}[data-theme=dark] .insight-card-v2>.px-4.pb-3,[data-theme=dark] .insight-card-v2>.px-4.pb-4{background:#0c121c40!important;padding:12px 16px!important}[data-theme=dark] .insight-card-v2>.p-4.bg-gray-50.border-t{background:#0c121c4d!important;border-top:1px solid #ffffff0d!important;margin-top:0!important;padding:12px 16px!important}[data-theme=dark] .insight-card-v2 .text-red-600,[data-theme=dark] .insight-card-v2 .text-red-700{color:#ff6d82b3!important}[data-theme=dark] .insight-card-v2 span[class*=text-xs][class*=font-bold][class*=px-1]{opacity:.8!important}[data-theme=dark] .insight-card-v2 .text-blue-600.font-semibold,[data-theme=dark] .insight-card-v2 .text-green-600.font-semibold{opacity:.75!important}[data-theme=dark] .insight-card-v2:hover{border-color:#ffffff14!important;box-shadow:none!important}[data-theme=dark] .insight-card-v2 p.text-xs.font-medium.text-gray-500{color:var(--text-faint)!important;opacity:.7!important}[data-theme=dark] .insight-card-v2>.p-4.bg-gray-50.border-t{opacity:.85!important}[data-theme=dark] .insight-card-v2>.p-4.bg-gray-50.border-t button{opacity:.75!important}[data-theme=dark] .insight-card-v2>.p-4.bg-gray-50.border-t button:hover{opacity:1!important}[data-theme=dark] .insight-card-v2>.p-4.bg-gray-50.border-t button.text-gray-500{opacity:.5!important}[data-theme=dark] .insight-card-v2>.p-4.bg-gray-50.border-t button.text-gray-500:hover{opacity:.8!important}[data-theme=dark] .insight-card-v2 .p-3 button[class*=w-5][class*=h-5]{opacity:.45!important;transition:opacity .15s ease!important}[data-theme=dark] .insight-card-v2 .p-3:hover button[class*=w-5][class*=h-5]{opacity:.75!important}[data-theme=dark] .insight-card-v2:has(.bg-gray-100.text-gray-600),[data-theme=dark] .insight-card-v2:has(.bg-green-100.text-green-800),[data-theme=dark] .insight-card-v2:has(.bg-orange-100.text-orange-800){opacity:.7!important}[data-theme=dark] .insights-feed-page h2.text-lg.font-semibold{color:var(--text-secondary)!important;font-size:12px!important;font-weight:500!important;letter-spacing:.05em!important;opacity:.8!important;text-transform:uppercase!important}[data-theme=dark] .insights-feed-page .flex.items-center.gap-2.mb-4 svg{height:14px!important;opacity:.7!important;width:14px!important}[data-theme=dark] .insight-card-v2 .p-3.rounded-lg{border-color:hsla(0,0%,100%,.025)!important}[data-theme=dark] .insight-card-v2 .p-3.rounded-lg.border-l-4{border-bottom-color:hsla(0,0%,100%,.025)!important;border-right-color:hsla(0,0%,100%,.025)!important;border-top-color:hsla(0,0%,100%,.025)!important}[data-theme=dark] .insight-card-v2 .p-3 span.font-medium.text-gray-900{color:var(--text-secondary)!important}[data-theme=dark] .platform-badge:hover{opacity:.85!important}[data-theme=dark] .insight-card-v2 h3.font-semibold{color:var(--text-secondary)!important;font-weight:600!important;letter-spacing:-.01em!important}[data-theme=dark] .insight-card-v2 p.text-sm.text-gray-500{color:var(--text-faint)!important;opacity:.85!important}[data-theme=dark] .insights-feed-page .bg-green-50.border.border-green-200{background:#00f5a014!important;border:1px solid #00f5a033!important}[data-theme=dark] .insights-feed-page .bg-green-50.border.border-green-200 .text-green-600,[data-theme=dark] .insights-feed-page .bg-green-50.border.border-green-200 .text-green-700{color:var(--status-success)!important;font-weight:500!important}[data-theme=dark] .insight-card-v2 button[class*=w-5][class*=h-5][class*=rounded]{filter:grayscale(.6)!important;opacity:.35!important;pointer-events:auto!important;transform:scale(.9)!important;transition:all .15s ease!important}[data-theme=dark] .insight-card-v2 .p-3:hover button[class*=w-5][class*=h-5][class*=rounded]{filter:grayscale(.3)!important;opacity:.6!important}[data-theme=dark] .insight-card-v2 button.bg-green-500,[data-theme=dark] .insight-card-v2 button.bg-green-600,[data-theme=dark] .insight-card-v2 button.flex-1[class*=bg-green]{background:var(--blue-primary)!important;border:none!important;box-shadow:none!important;font-weight:500!important;opacity:.9!important}[data-theme=dark] .insight-card-v2 button.bg-green-500:hover,[data-theme=dark] .insight-card-v2 button.bg-green-600:hover{background:#5b7cff!important;box-shadow:none!important;opacity:1!important}[data-theme=dark] .platform-badge{font-size:11px!important;font-weight:500!important;line-height:1.4!important;opacity:.75!important;padding:2px 6px!important}[data-theme=dark] .platform-badge img,[data-theme=dark] .platform-badge-logo{filter:saturate(.75) grayscale(.15)!important;height:14px!important;opacity:.8!important}[data-theme=dark] .insight-card-v2 .space-y-2{gap:6px!important}[data-theme=dark] .insight-card-v2 .flex.items-center.justify-between.py-2 p{font-size:11px!important;opacity:.5!important}[data-theme=dark] .insight-card-v2 button.text-xs.text-gray-400{opacity:.4!important}[data-theme=dark] .insight-card-v2 button.text-xs.text-gray-400:hover{opacity:.7!important}[data-theme=dark] .insight-card-v2 .flex.items-center.gap-1.text-gray-400{opacity:.35!important}[data-theme=dark] .insight-card-v2 button.text-sm.text-blue-600{color:var(--text-faint)!important;opacity:.7!important}[data-theme=dark] .insight-card-v2 button.text-sm.text-blue-600:hover{color:var(--text-muted)!important;opacity:.9!important}[data-theme=dark] .insight-card-v2 span[class*=rounded-full][class*=text-xs]:not([class*=font-bold]){opacity:.75!important}[data-theme=dark] .insights-feed-page .flex.items-center.gap-2 h2{color:var(--text-secondary)!important;font-size:12px!important;font-weight:500!important;opacity:.8!important}[data-theme=dark] .insight-card-v2 button[class*=w-5][class*=h-5]{pointer-events:auto!important}[data-theme=dark] .insight-card-v2 .mt-2.p-2,[data-theme=dark] .insight-card-v2 [class*=bg-amber-50]{background:#0c121c59!important;border-left:2px solid #ffcf474d!important;color:var(--text-muted)!important}[data-theme=dark] .insight-card-v2 h3{font-weight:600!important;letter-spacing:-.01em!important}[data-theme=dark] .insight-card-v2>.p-4.bg-gray-50{opacity:.85!important}[data-theme=dark] .insight-card-v2>.p-4.bg-gray-50 button{opacity:.75!important}[data-theme=dark] .insight-card-v2>.p-4.bg-gray-50 button:hover{opacity:1!important}[data-theme=dark] .insight-card-v2 button.bg-green-500,[data-theme=dark] .insight-card-v2 button.bg-green-600{background:var(--blue-primary)!important;color:#fff!important}[data-theme=dark] .insight-card-v2 button.bg-green-500:hover,[data-theme=dark] .insight-card-v2 button.bg-green-600:hover{background:var(--blue-hover)!important}[data-theme=dark] .insights-feed-page .text-lg.font-semibold,[data-theme=dark] .insights-feed-page h2{color:var(--text-secondary)!important;font-size:12px!important;font-weight:500!important;letter-spacing:.01em!important;opacity:.8!important;text-transform:uppercase!important}[data-theme=dark] .insight-card-v2 .font-semibold.text-gray-900,[data-theme=dark] .insight-card-v2 h3{color:var(--text-secondary)!important;font-weight:600!important;letter-spacing:-.01em!important}[data-theme=dark] .insight-card-v2 .p-3.rounded-lg{background:#0c121c38!important;border:1px solid hsla(0,0%,100%,.025)!important}[data-theme=dark] .insight-card-v2 button[class*=w-5][class*=h-5]{opacity:.45!important}[data-theme=dark] .insight-card-v2 .p-3:hover button[class*=w-5][class*=h-5]{opacity:.65!important}[data-theme=dark] .insight-card-v2 .mt-2.p-2,[data-theme=dark] .insight-card-v2 [class*=bg-amber]{background:#0c121c59!important;border:none!important;border-left:2px solid #ffcf474d!important;color:var(--text-muted)!important}[data-theme=dark] .insights-feed-page .flex.items-center.gap-2 h2,[data-theme=dark] .insights-feed-page .text-lg{color:var(--text-secondary)!important;font-size:12px!important;font-weight:500!important;letter-spacing:.02em!important;opacity:.8!important;text-transform:uppercase!important}.insight-card-v2 h3{font-weight:600!important;letter-spacing:-.01em!important}[data-theme=dark] .platform-badge{background:#ffffff0f!important;border:1px solid #ffffff1f!important;color:var(--text-secondary)!important;opacity:1!important}[data-theme=dark] .platform-badge img{filter:none!important;opacity:1!important}[data-theme=dark] .insight-card-v2 .p-3.rounded-lg{background:#0c121c33!important;border-color:#ffffff05!important}.insight-card-v2 button[class*=w-5][class*=h-5]{opacity:.4!important}[data-theme=dark] .insight-card-v2 [class*=bg-amber]{background:#0c121c4d!important;border-left:2px solid #ffcf4740!important;color:var(--text-muted)!important}.insight-card-v2 button.bg-green-500,.insight-card-v2 button.bg-green-600{background:#4c6fff!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br.from-blue-50{background:linear-gradient(135deg,#0c121c,#181b23 50%,#0c121c)!important}[data-theme=dark] .min-h-screen .bg-white.rounded-lg,[data-theme=dark] .min-h-screen .bg-white.rounded-xl{background:#181b2399!important;border:1px solid #ffffff0f!important;box-shadow:none!important}[data-theme=dark] .min-h-screen .shadow-lg{box-shadow:0 4px 20px #0000004d!important}[data-theme=dark] .min-h-screen input[type=date],[data-theme=dark] .min-h-screen input[type=number],[data-theme=dark] .min-h-screen input[type=text],[data-theme=dark] .min-h-screen input[type=url],[data-theme=dark] .min-h-screen select,[data-theme=dark] .min-h-screen textarea{background:#0c121c80!important;border:1px solid #ffffff14!important;color:var(--text-primary)!important}[data-theme=dark] .min-h-screen input::placeholder,[data-theme=dark] .min-h-screen textarea::placeholder{color:var(--text-muted)!important}[data-theme=dark] .min-h-screen input:focus,[data-theme=dark] .min-h-screen select:focus,[data-theme=dark] .min-h-screen textarea:focus{border-color:var(--blue-primary)!important;box-shadow:0 0 0 2px #2ae0ff26!important;outline:none!important}[data-theme=dark] .min-h-screen .text-sm.font-medium.text-gray-700,[data-theme=dark] .min-h-screen label.text-gray-700{color:var(--text-secondary)!important;font-size:12px!important;font-weight:500!important}[data-theme=dark] .min-h-screen .text-gray-500,[data-theme=dark] .min-h-screen .text-gray-600{color:var(--text-muted)!important}[data-theme=dark] .min-h-screen .text-xs.text-gray-500{color:var(--text-muted)!important;font-size:12px!important}[data-theme=dark] .min-h-screen .text-2xl.font-bold.text-gray-900,[data-theme=dark] .min-h-screen .text-4xl.font-bold.text-gray-900,[data-theme=dark] .min-h-screen .text-lg.font-semibold.text-gray-900,[data-theme=dark] .min-h-screen .text-xl.font-semibold.text-gray-900,[data-theme=dark] .min-h-screen h1.text-gray-900,[data-theme=dark] .min-h-screen h2.text-gray-900,[data-theme=dark] .min-h-screen h3.text-gray-900{color:var(--text-primary)!important}[data-theme=dark] .min-h-screen .text-xl.text-gray-600{color:var(--text-secondary)!important}[data-theme=dark] .min-h-screen .bg-blue-600.text-white.rounded-full{background:var(--blue-primary)!important}[data-theme=dark] .min-h-screen .text-sm.font-medium.text-blue-600{color:var(--blue-primary)!important}[data-theme=dark] .min-h-screen .bg-gray-200.text-gray-600.rounded-full{background:#ffffff14!important;color:var(--text-muted)!important}[data-theme=dark] .min-h-screen .text-sm.font-medium.text-gray-500{color:var(--text-muted)!important}[data-theme=dark] .min-h-screen .border.rounded-xl.p-6{background:#181b2399!important;border:1px solid #ffffff0f!important}[data-theme=dark] .min-h-screen .border.rounded-xl.p-6:hover{border-color:#2ae0ff4d!important}[data-theme=dark] .min-h-screen .border-blue-500.bg-blue-50{background:#2ae0ff1a!important;border-color:var(--blue-primary)!important}[data-theme=dark] .min-h-screen .bg-gradient-to-r.from-blue-500,[data-theme=dark] .min-h-screen .bg-gradient-to-r.from-blue-600,[data-theme=dark] .min-h-screen .bg-gradient-to-r.from-red-500{background:#2ae0ff33!important}[data-theme=dark] .min-h-screen .bg-gray-100.px-2.py-1.rounded{background:#ffffff0d!important;color:var(--text-secondary)!important}[data-theme=dark] .min-h-screen .bg-green-100.text-green-700{background:#00f5a026!important;color:var(--status-success)!important}[data-theme=dark] .min-h-screen .bg-red-100.text-red-700{background:#ff6d8226!important;color:var(--status-critical)!important}[data-theme=dark] .min-h-screen .bg-gradient-to-r.from-purple-50,[data-theme=dark] .min-h-screen .bg-gradient-to-r.from-purple-50.to-blue-50{background:#2ae0ff0f!important;border:1px solid #2ae0ff26!important;border-left:4px solid var(--blue-primary)!important}[data-theme=dark] .min-h-screen .text-purple-600,[data-theme=dark] .min-h-screen .text-purple-900{color:var(--text-secondary)!important}[data-theme=dark] .min-h-screen .text-blue-600{color:var(--blue-primary)!important}[data-theme=dark] .min-h-screen .text-green-600{color:var(--status-success)!important}[data-theme=dark] .min-h-screen .bg-gradient-to-r.from-blue-600.to-purple-600{background:var(--blue-primary)!important;box-shadow:none!important}[data-theme=dark] .min-h-screen .bg-gradient-to-r.from-blue-600.to-purple-600:hover{background:var(--blue-hover)!important}[data-theme=dark] .min-h-screen .bg-blue-600,[data-theme=dark] .min-h-screen .bg-green-500,[data-theme=dark] .min-h-screen .bg-green-600{background:var(--blue-primary)!important}[data-theme=dark] .min-h-screen .bg-gray-400.cursor-not-allowed{background:#ffffff1a!important;color:var(--text-muted)!important}[data-theme=dark] .min-h-screen .text-gray-600.hover\:text-gray-900{color:var(--text-secondary)!important}[data-theme=dark] .min-h-screen .text-gray-600.hover\:text-gray-900:hover{background:#ffffff0d!important;color:var(--text-primary)!important}[data-theme=dark] .min-h-screen .bg-red-50.border.border-red-200{background:#ff6d821a!important;border-color:#ff6d824d!important}[data-theme=dark] .min-h-screen .text-red-600,[data-theme=dark] .min-h-screen .text-red-700,[data-theme=dark] .min-h-screen .text-red-900{color:var(--status-critical)!important}[data-theme=dark] .min-h-screen .bg-yellow-50.border.border-yellow-200{background:#ffcf471a!important;border-color:#ffcf474d!important}[data-theme=dark] .min-h-screen .text-yellow-700,[data-theme=dark] .min-h-screen .text-yellow-800{color:var(--status-warning)!important}[data-theme=dark] .min-h-screen .bg-green-50.border.border-green-200{background:#00f5a01a!important;border-color:#00f5a04d!important}[data-theme=dark] .min-h-screen .text-green-700,[data-theme=dark] .min-h-screen .text-green-800{color:var(--status-success)!important}[data-theme=dark] .min-h-screen .bg-blue-100.text-blue-600,[data-theme=dark] .min-h-screen .bg-green-100.text-green-600,[data-theme=dark] .min-h-screen .bg-orange-100.text-orange-600,[data-theme=dark] .min-h-screen .bg-pink-100.text-pink-600,[data-theme=dark] .min-h-screen .bg-purple-100.text-purple-600,[data-theme=dark] .min-h-screen .bg-red-100.text-red-600{background:#ffffff14!important;color:var(--text-secondary)!important}[data-theme=dark] .min-h-screen .bg-purple-100.text-purple-700{background:#2ae0ff26!important;color:var(--blue-primary)!important}[data-theme=dark] .min-h-screen .text-gray-400{color:var(--text-faint)!important}[data-theme=dark] .min-h-screen .bg-gradient-to-r.from-blue-600.to-purple-600.rounded-xl{background:#2ae0ff33!important}[data-theme=dark] .min-h-screen .absolute.text-gray-400{color:var(--text-muted)!important}[data-theme=dark] .min-h-screen .bg-gray-50{background:#0c121c66!important}[data-theme=dark] .min-h-screen .border-gray-200,[data-theme=dark] .min-h-screen .divide-gray-200>*{border-color:#ffffff0f!important}[data-theme=dark] .min-h-screen .bg-blue-100.text-blue-700{background:#2ae0ff26!important;color:var(--blue-primary)!important}[data-theme=dark] .min-h-screen .bg-gray-100{background:#ffffff0d!important}[data-theme=dark] .min-h-screen .fixed.inset-0.bg-black{background:#000000b3!important}[data-theme=dark] .min-h-screen .fixed .bg-white.rounded-lg,[data-theme=dark] .min-h-screen .fixed .bg-white.rounded-xl{background:#181b23f2!important;border:1px solid #ffffff1a!important}[data-theme=dark] .min-h-screen h3.text-lg.font-semibold{color:var(--text-primary)!important}[data-theme=dark] .min-h-screen .border-t.border-gray-200{border-color:#ffffff0f!important}[data-theme=dark] .min-h-screen .border-purple-200,[data-theme=dark] .min-h-screen [class*=bg-gradient][class*=from-purple]{background:#2ae0ff0f!important;border:1px solid #2ae0ff26!important;border-left:4px solid var(--blue-primary)!important}[data-theme=dark] .min-h-screen .text-sm.text-gray-600{color:var(--text-muted)!important;font-size:12px!important}[data-theme=dark] .min-h-screen p.text-gray-600{color:var(--text-muted)!important}[data-theme=dark] .min-h-screen input[type=checkbox],[data-theme=dark] .min-h-screen input[type=radio]{background:#0c121c80!important;border-color:#ffffff26!important}[data-theme=dark] .min-h-screen input[type=checkbox]:checked,[data-theme=dark] .min-h-screen input[type=radio]:checked{background:var(--blue-primary)!important;border-color:var(--blue-primary)!important}[data-theme=dark] .min-h-screen .border.rounded-xl.p-6.transition-all{transition:border-color .15s ease!important}[data-theme=dark] .min-h-screen .border.rounded-xl.p-6.hover\:shadow-md:hover{border-color:#2ae0ff40!important;box-shadow:none!important}[data-theme=dark] .min-h-screen .scale-105{transform:none!important}[data-theme=dark] .min-h-screen .inline-flex.p-3.rounded-lg.bg-gradient-to-r{background:#2ae0ff26!important}[data-theme=dark] .min-h-screen .inline-flex.p-3.rounded-lg.bg-gradient-to-r svg{color:var(--text-secondary)!important}[data-theme=dark] .min-h-screen .bg-green-600.text-white.rounded-full{background:#00f5a099!important}[data-theme=dark] .min-h-screen .flex.items-center span.text-sm{font-size:12px!important}[data-theme=dark] .min-h-screen .border.rounded-xl.p-6.cursor-pointer:hover{box-shadow:none!important;transform:none!important}[data-theme=dark] .min-h-screen .text-xs.text-gray-600.bg-gray-100{background:#ffffff0a!important;color:var(--text-muted)!important}[data-theme=dark] .min-h-screen .grid.gap-4 label,[data-theme=dark] .min-h-screen .grid.gap-6 label{color:var(--text-secondary)!important}[data-theme=dark] .min-h-screen .absolute.left-3.text-gray-400,[data-theme=dark] .min-h-screen .absolute.right-3.text-gray-400{color:var(--text-muted)!important}[data-theme=dark] .min-h-screen .bg-gray-50.rounded-lg{background:#0c121c59!important;border:1px solid #ffffff0a!important}[data-theme=dark] .min-h-screen .font-medium.text-gray-500,[data-theme=dark] .min-h-screen dt{color:var(--text-muted)!important}[data-theme=dark] .min-h-screen .text-gray-900,[data-theme=dark] .min-h-screen dd{color:var(--text-primary)!important}[data-theme=dark] .min-h-screen button.bg-green-500.text-white,[data-theme=dark] .min-h-screen button.bg-green-600.text-white{background:var(--blue-primary)!important}[data-theme=dark] .min-h-screen button.bg-green-500.text-white:hover,[data-theme=dark] .min-h-screen button.bg-green-600.text-white:hover{background:var(--blue-hover)!important}[data-theme=dark] .min-h-screen .fixed .max-w-4xl.bg-white{background:#181b23f2!important;border:1px solid #ffffff1a!important}[data-theme=dark] .min-h-screen table th{background:#0c121c80!important;border-bottom:1px solid #ffffff0f!important;color:var(--text-secondary)!important}[data-theme=dark] .min-h-screen table td{border-bottom:1px solid #ffffff0a!important;color:var(--text-primary)!important}[data-theme=dark] .min-h-screen table tr:hover{background:#2ae0ff0d!important}[data-theme=dark] .min-h-screen .bg-white.border.rounded-lg.p-4{background:#181b2380!important;border-color:#ffffff0f!important}[data-theme=dark] .min-h-screen input[type=range]{background:#ffffff1a!important}[data-theme=dark] .min-h-screen input[type=range]::-webkit-slider-thumb{background:var(--blue-primary)!important}[data-theme=dark] .min-h-screen .border-dashed{border-color:#ffffff1a!important}[data-theme=dark] .min-h-screen .border-2.border-dashed.rounded-lg{background:#0c121c4d!important;border-color:#ffffff14!important}[data-theme=dark] .min-h-screen .border-2.border-dashed.rounded-lg:hover{border-color:#2ae0ff4d!important}[data-theme=dark] .min-h-screen .hover\:scale-105:hover{transform:none!important}[data-theme=dark] .min-h-screen .shadow-xl{box-shadow:0 4px 15px #0003!important}[data-theme=dark] .min-h-screen svg.text-blue-600{color:var(--blue-primary)!important;opacity:.9!important}[data-theme=dark] .min-h-screen svg.text-green-600{color:var(--status-success)!important;opacity:.85!important}[data-theme=dark] .min-h-screen .text-gray-600,[data-theme=dark] .min-h-screen .text-gray-700,[data-theme=dark] .min-h-screen .text-sm.text-gray-500,[data-theme=dark] .min-h-screen .text-xs.text-gray-500,[data-theme=dark] .min-h-screen p{color:var(--text-muted)!important}[data-theme=dark] .min-h-screen h1,[data-theme=dark] .min-h-screen h2,[data-theme=dark] .min-h-screen h3,[data-theme=dark] .min-h-screen h4{color:var(--text-primary)!important}[data-theme=dark] .min-h-screen .bg-gradient-to-r.from-purple-50,[data-theme=dark] .min-h-screen [class*=from-purple-50][class*=to-blue-50]{background:#2ae0ff0f!important;border:1px solid #2ae0ff1f!important;border-left:3px solid var(--blue-primary)!important}[data-theme=dark] .min-h-screen .bg-gradient-to-r.from-purple-50 button{opacity:.85!important}[data-theme=dark] .min-h-screen .flex.items-center.space-x-8 span.text-sm{font-size:12px!important;opacity:.85!important}[data-theme=dark] .min-h-screen .flex.items-center.space-x-8 .text-gray-500{color:var(--text-muted)!important}[data-theme=dark] .min-h-screen .flex.items-center.space-x-8 .text-blue-600{color:var(--blue-primary)!important;font-weight:500!important}[data-theme=dark] .min-h-screen .bg-green-500.rounded-full,[data-theme=dark] .min-h-screen .bg-green-600.rounded-full{background:#00f5a0b3!important}[data-theme=dark] .min-h-screen .bg-green-50,[data-theme=dark] .min-h-screen .bg-teal-50,[data-theme=dark] .min-h-screen [class*=from-green-50],[data-theme=dark] .min-h-screen [class*=from-teal-50]{background:#181b2366!important;border:1px solid #ffffff0f!important;border-left:4px solid var(--blue-primary)!important}[data-theme=dark] .min-h-screen .bg-green-50 h3,[data-theme=dark] .min-h-screen .bg-teal-50 h3,[data-theme=dark] .min-h-screen [class*=from-green-50] h3{color:var(--text-primary)!important}[data-theme=dark] .min-h-screen .bg-green-50 p,[data-theme=dark] .min-h-screen .bg-teal-50 p,[data-theme=dark] .min-h-screen .text-green-700,[data-theme=dark] .min-h-screen .text-green-800,[data-theme=dark] .min-h-screen .text-teal-700,[data-theme=dark] .min-h-screen .text-teal-800,[data-theme=dark] .min-h-screen [class*=from-green-50] p{color:var(--text-secondary)!important}[data-theme=dark] .min-h-screen button.bg-gradient-to-r[class*=from-green],[data-theme=dark] .min-h-screen button[class*=bg-green][class*=text-white]{background:var(--blue-primary)!important}[data-theme=dark] .min-h-screen button[class*=bg-green][class*=text-white]:hover{background:var(--blue-hover)!important}[data-theme=dark] .min-h-screen .bg-gray-50.rounded-lg,[data-theme=dark] .min-h-screen .bg-gray-50.rounded-xl{background:#181b23a6!important;border:1px solid #ffffff0f!important}[data-theme=dark] .min-h-screen .bg-gray-50 .font-medium.text-gray-500,[data-theme=dark] .min-h-screen .bg-gray-50 .text-gray-500{color:var(--text-muted)!important}[data-theme=dark] .min-h-screen .bg-gray-50 .font-semibold,[data-theme=dark] .min-h-screen .bg-gray-50 .text-gray-900{color:var(--text-primary)!important;font-weight:500!important}[data-theme=dark] .min-h-screen .text-purple-600 svg,[data-theme=dark] .min-h-screen svg.text-purple-600{color:var(--blue-primary)!important;opacity:.8!important}[data-theme=dark] .min-h-screen .border.rounded-xl .text-sm.text-gray-600,[data-theme=dark] .min-h-screen .border.rounded-xl p.text-gray-600{color:var(--text-muted)!important}[data-theme=dark] .min-h-screen .border.rounded-xl .text-gray-900,[data-theme=dark] .min-h-screen .flex.items-center.gap-2 h3,[data-theme=dark] .min-h-screen .flex.items-center.gap-3 h3{color:var(--text-primary)!important}[data-theme=dark] .min-h-screen .grid.grid-cols-2.gap-1 .text-xs{background:#ffffff0a!important;color:var(--text-muted)!important}[data-theme=dark] .min-h-screen .border.rounded-xl .font-medium.text-gray-900+p,[data-theme=dark] .min-h-screen .border.rounded-xl .text-sm.mt-1,[data-theme=dark] .min-h-screen .border.rounded-xl p.text-gray-600,[data-theme=dark] .min-h-screen .text-gray-500,[data-theme=dark] .min-h-screen .text-gray-600,[data-theme=dark] .min-h-screen .text-xs.text-gray-500,[data-theme=dark] .min-h-screen label+.text-xs,[data-theme=dark] .min-h-screen p.text-sm,[data-theme=dark] .min-h-screen span.text-sm.text-gray-600{color:var(--text-muted)!important}[data-theme=dark] .min-h-screen .border.rounded-xl.cursor-pointer:hover,[data-theme=dark] .min-h-screen .border.rounded-xl.p-6:hover{box-shadow:0 0 0 1px #2ae0ff59!important;transform:none!important}[data-theme=dark] .min-h-screen .bg-gray-50.p-4,[data-theme=dark] .min-h-screen .bg-gray-50.p-6,[data-theme=dark] .min-h-screen .divide-y .bg-gray-50{background:#181b238c!important;border:1px solid #ffffff0a!important;box-shadow:none!important}[data-theme=dark] .min-h-screen .bg-gray-50 .font-semibold,[data-theme=dark] .min-h-screen .bg-gray-50 h4{color:var(--text-secondary)!important;font-size:11px!important;letter-spacing:.03em!important;text-transform:uppercase!important}[data-theme=dark] .min-h-screen .bg-gray-50 .text-gray-900{color:var(--text-primary)!important}[data-theme=dark] .min-h-screen.bg-gray-50:has(.max-w-4xl){background:linear-gradient(180deg,#181b23,#0a0f1c 50%,#080c18)!important}[data-theme=dark] .bg-gradient-to-r.from-blue-600.via-purple-600.to-indigo-600{background:#181b23cc!important;border:1px solid #ffffff14!important}[data-theme=dark] .bg-gradient-to-r.from-blue-600.via-purple-600.to-indigo-600 .text-2xl.font-bold,[data-theme=dark] .bg-gradient-to-r.from-blue-600.via-purple-600.to-indigo-600 .text-white{color:var(--text-primary)!important}[data-theme=dark] .bg-gradient-to-r.from-blue-600.via-purple-600.to-indigo-600 .text-blue-100{color:var(--text-muted)!important}[data-theme=dark] .bg-gradient-to-r.from-blue-600.via-purple-600.to-indigo-600 svg{color:var(--blue-primary)!important;opacity:.9}[data-theme=dark] .bg-gradient-to-r.from-blue-600.via-purple-600.to-indigo-600 .bg-black\/10{display:none!important}[data-theme=dark] .bg-white\/20.backdrop-blur-sm{background:#ffffff0f!important;border:1px solid #ffffff14!important;color:var(--text-muted)!important;font-size:11px!important;font-weight:500!important;opacity:.85!important;padding:4px 10px!important}[data-theme=dark] .max-w-4xl .bg-white.rounded-xl.shadow-sm.border.border-gray-200.p-6.mb-8{background:#181b2399!important;border:1px solid #ffffff0f!important;box-shadow:none!important}[data-theme=dark] .max-w-4xl .bg-white.rounded-xl.p-6.mb-8 .text-lg.font-semibold.text-gray-900{color:var(--text-primary)!important}[data-theme=dark] .max-w-4xl .bg-white.rounded-xl.p-6.mb-8 .text-gray-700.leading-relaxed,[data-theme=dark] .max-w-4xl .bg-white.rounded-xl.p-6.mb-8 p.text-gray-700{color:var(--text-secondary)!important;font-weight:500!important;line-height:1.65!important}[data-theme=dark] .max-w-4xl .bg-white.rounded-xl.p-6.mb-8 .text-gray-600{color:var(--text-secondary)!important;line-height:1.6!important}[data-theme=dark] .max-w-4xl .bg-white.rounded-xl.p-6.mb-8 .bg-blue-100.rounded-lg{background:#2ae0ff26!important}[data-theme=dark] .max-w-4xl .bg-white.rounded-xl.p-6.mb-8 .bg-blue-100 svg{color:var(--blue-primary)!important}[data-theme=dark] .flex.border-b.border-gray-200.mb-6{border-color:#ffffff14!important}[data-theme=dark] .flex.border-b.border-gray-200.mb-6 button{border-bottom-color:#0000!important;color:var(--text-muted)!important}[data-theme=dark] .flex.border-b.border-gray-200.mb-6 button:hover{background:#0000!important;color:var(--text-secondary)!important}[data-theme=dark] .flex.border-b.border-gray-200.mb-6 button.border-blue-600{border-bottom-color:var(--blue-primary)!important;color:var(--blue-primary)!important}[data-theme=dark] .flex.border-b.border-gray-200.mb-6 .bg-blue-100.text-blue-700{background:#2ae0ff26!important;color:var(--blue-primary)!important}[data-theme=dark] .flex.border-b.border-gray-200.mb-6 .bg-gray-100.text-gray-600{background:#ffffff0d!important;color:var(--text-muted)!important}[data-theme=dark] .bg-white.rounded-lg.shadow-sm.border.border-gray-200.border-l-4{background:#0c121c99!important;border:1px solid #ffffff0f!important;box-shadow:none!important}[data-theme=dark] .border-l-green-500{border-left-color:#00f5a099!important}[data-theme=dark] .border-l-orange-500{border-left-color:#ffcf4799!important}[data-theme=dark] .border-l-blue-500{border-left-color:#2ae0ff99!important}[data-theme=dark] .bg-white.rounded-lg.border-l-4 .hover\:bg-gray-50:hover{background:#ffffff05!important}[data-theme=dark] .bg-white.rounded-lg.border-l-4 .font-medium.text-gray-900{color:var(--text-primary)!important}[data-theme=dark] .bg-white.rounded-lg.border-l-4 .text-gray-600,[data-theme=dark] .bg-white.rounded-lg.border-l-4 .text-sm.text-gray-600{color:var(--text-muted)!important}[data-theme=dark] .bg-white.rounded-lg.border-l-4 .bg-green-50{background:#00f5a014!important}[data-theme=dark] .bg-white.rounded-lg.border-l-4 .bg-orange-50{background:#ffcf4714!important}[data-theme=dark] .bg-white.rounded-lg.border-l-4 .bg-blue-50{background:#2ae0ff14!important}[data-theme=dark] .bg-white.rounded-lg.border-l-4 .bg-blue-50.rounded-lg{background:#2ae0ff1a!important;border:1px solid #2ae0ff26!important}[data-theme=dark] .bg-white.rounded-lg.border-l-4 .text-blue-800{color:var(--text-secondary)!important}[data-theme=dark] .bg-white.rounded-lg.border-l-4 .text-blue-500{color:var(--blue-primary)!important}[data-theme=dark] .bg-white.rounded-lg.border-l-4 button.text-gray-400,[data-theme=dark] .bg-white.rounded-lg.border-l-4 button.text-gray-400:hover{color:var(--text-muted)!important}[data-theme=dark] .bg-white.rounded-lg.border-l-4 .border-t.border-gray-100{border-color:#ffffff0d!important}[data-theme=dark] .bg-white.rounded-lg.border-l-4 .text-xs.font-medium.text-gray-500.uppercase{color:var(--text-muted)!important;font-size:10px!important;letter-spacing:.04em!important}[data-theme=dark] .px-2.py-1.text-xs.font-semibold.rounded-full.border{font-size:10px!important;font-weight:500!important;opacity:.8!important;padding:2px 8px!important}[data-theme=dark] .bg-red-100.text-red-800.border-red-200{background:#ff6d821f!important;border-color:#ff6d8233!important;color:var(--status-critical)!important}[data-theme=dark] .bg-orange-100.text-orange-800.border-orange-200{background:#ffcf471f!important;border-color:#ffcf4733!important;color:var(--status-warning)!important}[data-theme=dark] .bg-yellow-100.text-yellow-800.border-yellow-200{background:#ffcf471a!important;border-color:#ffcf4726!important;color:var(--status-warning)!important}[data-theme=dark] .bg-green-100.text-green-800.border-green-200{background:#00f5a01a!important;border-color:#00f5a026!important;color:#34d399!important}[data-theme=dark] .bg-gray-100.text-gray-800.border-gray-200{background:#ffffff0d!important;border-color:#ffffff14!important;color:var(--text-muted)!important}[data-theme=dark] .max-w-4xl .bg-white.rounded-xl.shadow-sm.border.border-gray-200.p-6.mb-8:has(.bg-gray-50.rounded-lg){background:#181b2380!important;border:1px solid #ffffff0f!important}[data-theme=dark] .max-w-4xl .bg-gray-50.rounded-lg{background:#ffffff08!important}[data-theme=dark] .max-w-4xl .bg-gray-50.rounded-lg .text-gray-700{color:var(--text-secondary)!important}[data-theme=dark] .bg-gradient-to-r.from-gray-50.to-blue-50.rounded-xl.border.border-gray-200.p-6{background:#0c121c66!important;border:1px solid #ffffff0a!important;border-top-color:#ffffff0f!important;margin-top:16px!important;opacity:.85!important;padding-top:20px!important}[data-theme=dark] .bg-gradient-to-r.from-gray-50.to-blue-50 .text-lg.font-semibold.text-gray-900{color:var(--text-muted)!important;font-size:12px!important;font-weight:500!important;letter-spacing:.03em!important;text-transform:uppercase!important}[data-theme=dark] .bg-gradient-to-r.from-gray-50.to-blue-50 .text-gray-600{color:var(--text-muted)!important;font-size:12px!important;line-height:1.6!important}[data-theme=dark] .bg-gradient-to-r.from-gray-50.to-blue-50 .text-blue-600{color:var(--blue-primary)!important;opacity:.7!important}[data-theme=dark] .bg-gradient-to-r.from-gray-50.to-blue-50 .text-xs.text-gray-500{color:var(--text-faint)!important}[data-theme=dark] .bg-gradient-to-r.from-gray-50.to-blue-50 .text-green-600{color:#00f5a099!important}[data-theme=dark] .bg-gradient-to-r.from-gray-50.to-blue-50 .border-t.border-gray-200{border-color:#ffffff0a!important}[data-theme=dark] .text-blue-600.hover\:text-blue-700.text-sm.font-medium{color:#2ae0ff99!important;font-size:12px!important;font-weight:500!important}[data-theme=dark] .text-blue-600.hover\:text-blue-700.text-sm.font-medium:hover{color:#2ae0ffcc!important}[data-theme=dark] .text-xl.font-bold.text-gray-900{color:var(--text-primary)!important}[data-theme=dark] .max-w-4xl .bg-white.rounded-xl.shadow-sm.border.border-gray-200.p-12{background:#181b2399!important;border:1px solid #ffffff0f!important}[data-theme=dark] .max-w-4xl .p-12 .text-xl.font-semibold.text-gray-900{color:var(--text-primary)!important}[data-theme=dark] .max-w-4xl .p-12 .text-gray-600{color:var(--text-muted)!important}[data-theme=dark] .max-w-4xl .p-12 .text-blue-500{color:var(--blue-primary)!important}[data-theme=dark] .max-w-4xl .bg-blue-600.text-white.rounded-lg{background:#0000!important;border:1px solid #2ae0ff80!important;color:var(--blue-primary)!important}[data-theme=dark] .max-w-4xl .bg-blue-600.text-white.rounded-lg:hover{background:#2ae0ff1a!important;border-color:#2ae0ffb3!important}[data-theme=dark] .max-w-4xl .text-gray-600.border.border-gray-300.rounded-lg{background:#0000!important;border-color:#ffffff1a!important;color:var(--text-muted)!important}[data-theme=dark] .max-w-4xl .text-gray-600.border.border-gray-300.rounded-lg:hover{background:#ffffff08!important}[data-theme=dark] .flex.items-center.gap-2.text-sm.text-gray-600:has(.bg-gray-200.rounded-full){color:var(--text-muted)!important}[data-theme=dark] .w-16.bg-gray-200.rounded-full{background:#ffffff14!important}[data-theme=dark] .text-center.py-8.text-gray-500{color:var(--text-muted)!important}[data-theme=dark] .text-center.py-8 .text-gray-300{color:#3d4558!important}[data-theme=dark] .max-w-4xl .text-green-500{color:#00f5a0b3!important}[data-theme=dark] .max-w-4xl .text-orange-500{color:#ffcf47b3!important}[data-theme=dark] .max-w-4xl .text-green-600{color:#00f5a0b3!important}[data-theme=dark] .max-w-4xl .text-orange-600{color:#ffcf47b3!important}[data-theme=dark] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white.shadow-sm.border-b{background:#0000!important;border-bottom:1px solid #ffffff0f!important;box-shadow:none!important}[data-theme=dark] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .max-w-7xl.mx-auto.px-6.py-4{padding-bottom:12px!important;padding-top:12px!important}[data-theme=dark] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .text-sm.font-medium,[data-theme=dark] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white span.text-sm{color:var(--text-secondary)!important;font-size:12px!important;font-weight:500!important}[data-theme=dark] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .text-lg.font-semibold.text-gray-900{color:var(--text-secondary)!important;font-size:13px!important;font-weight:500!important}[data-theme=dark] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .text-sm.text-gray-600{color:var(--text-muted)!important;font-size:11px!important}[data-theme=dark] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .text-gray-600.hover\:text-blue-600,[data-theme=dark] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .text-gray-600.hover\:text-purple-600{color:var(--text-muted)!important;font-size:12px!important}[data-theme=dark] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .text-gray-600.hover\:text-blue-600:hover,[data-theme=dark] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .text-gray-600.hover\:text-purple-600:hover{background:#2ae0ff14!important;color:var(--blue-primary)!important}[data-theme=dark] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .bg-blue-600.text-white.rounded-lg.text-sm,[data-theme=dark] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .bg-gradient-to-r.from-pink-600.to-purple-600,[data-theme=dark] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .bg-gradient-to-r.from-purple-600.to-blue-600{display:none!important}[data-theme=dark] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .w-8.h-8.bg-gradient-to-r{display:none!important}[data-theme=dark] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .relative:has(.w-8.h-8.bg-gradient-to-r){display:none!important}[data-theme=dark] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white span.text-sm.text-gray-600{display:none!important}[data-theme=dark] .min-h-screen.bg-gray-50 .max-w-4xl.mx-auto.px-6.py-8,[data-theme=dark] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white+.max-w-4xl{padding-top:24px!important}[data-theme=dark] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .flex.items-center.gap-3:has(.bg-gradient-to-tr){display:none!important}[data-theme=dark] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .bg-gradient-to-tr.from-slate-900{display:none!important}[data-theme=dark] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .bg-gradient-to-r.from-blue-600.via-purple-600.to-pink-600.bg-clip-text{display:none!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br.from-blue-50.to-purple-50{background:linear-gradient(180deg,#181b23,#0a0f1c 50%,#080c18)!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br.from-blue-50.to-purple-50>.bg-white.shadow-sm.border-b{background:#0000!important;border-bottom:1px solid #ffffff0f!important;box-shadow:none!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br.from-blue-50.to-purple-50>.bg-white .max-w-7xl.mx-auto.px-6.py-4{padding-bottom:10px!important;padding-top:10px!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br.from-blue-50.to-purple-50>.bg-white .bg-blue-600.text-white.rounded-lg.text-sm,[data-theme=dark] .min-h-screen.bg-gradient-to-br.from-blue-50.to-purple-50>.bg-white .bg-gradient-to-r.from-pink-600.to-purple-600,[data-theme=dark] .min-h-screen.bg-gradient-to-br.from-blue-50.to-purple-50>.bg-white .bg-gradient-to-r.from-purple-600.to-blue-600,[data-theme=dark] .min-h-screen.bg-gradient-to-br.from-blue-50.to-purple-50>.bg-white .w-8.h-8.bg-gradient-to-r{display:none!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br.from-blue-50.to-purple-50>.bg-white .relative:has(.w-8.h-8.bg-gradient-to-r){display:none!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br.from-blue-50.to-purple-50>.bg-white .flex.items-center.gap-3:has(.bg-gradient-to-tr){display:none!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .max-w-4xl .text-3xl.font-bold.text-gray-900{color:var(--text-primary)!important;font-size:24px!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .max-w-4xl .text-gray-600{color:var(--text-muted)!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .text-purple-600.hover\:text-purple-700{color:var(--blue-primary)!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .text-purple-600.hover\:text-purple-700:hover{color:#8ba3ff!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .bg-white.rounded-lg.shadow-md{background:#181b2399!important;border:1px solid #ffffff0f!important;box-shadow:none!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .bg-gradient-to-r.from-gray-50.to-gray-100{background:#181b23cc!important;border-bottom:1px solid #ffffff0a!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .bg-gradient-to-r.from-gray-50.to-gray-100:hover{background:#141c2fe6!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .bg-gradient-to-r.from-gray-50 .text-lg.font-semibold.text-gray-900{color:var(--text-primary)!important;font-size:14px!important;font-weight:500!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .bg-gradient-to-r.from-gray-50 .text-sm.text-gray-600{color:var(--text-secondary)!important;font-size:12px!important;opacity:1!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .w-10.h-10.bg-gradient-to-r.from-blue-600,[data-theme=dark] .min-h-screen.bg-gradient-to-br .w-10.h-10.bg-gradient-to-r.from-green-600,[data-theme=dark] .min-h-screen.bg-gradient-to-br .w-10.h-10.bg-gradient-to-r.from-indigo-600,[data-theme=dark] .min-h-screen.bg-gradient-to-br .w-10.h-10.bg-gradient-to-r.from-orange-600,[data-theme=dark] .min-h-screen.bg-gradient-to-br .w-10.h-10.bg-gradient-to-r.from-pink-600,[data-theme=dark] .min-h-screen.bg-gradient-to-br .w-10.h-10.bg-gradient-to-r.from-purple-600{background:#2ae0ff26!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .w-10.h-10.bg-gradient-to-r svg{color:var(--blue-primary)!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .bg-gradient-to-r.from-gray-50 .text-gray-600{color:var(--text-muted)!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br input[type=text],[data-theme=dark] .min-h-screen.bg-gradient-to-br input[type=url],[data-theme=dark] .min-h-screen.bg-gradient-to-br select,[data-theme=dark] .min-h-screen.bg-gradient-to-br textarea{background:#0c121c80!important;border:1px solid #ffffff14!important;color:var(--text-primary)!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br input::placeholder,[data-theme=dark] .min-h-screen.bg-gradient-to-br textarea::placeholder{color:var(--text-faint)!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br input:focus,[data-theme=dark] .min-h-screen.bg-gradient-to-br select:focus,[data-theme=dark] .min-h-screen.bg-gradient-to-br textarea:focus{border-color:#2ae0ff80!important;box-shadow:none!important;outline:none!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br select option{background:#1e293b!important;color:var(--text-primary)!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br textarea{font-weight:500!important;line-height:1.6!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .text-sm.font-medium.text-gray-700{color:var(--text-secondary)!important;font-size:12px!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .text-xs.text-gray-500{color:var(--text-secondary)!important;font-size:12px!important;opacity:1!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .text-red-500{color:var(--status-critical)!important;opacity:.8!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .grid.grid-cols-3 .text-xs{color:var(--text-secondary)!important;font-size:11px!important;font-weight:500!important;opacity:1!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .grid.grid-cols-3 .text-green-600{color:#93c5fd!important;filter:none!important;font-weight:500!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .grid.grid-cols-3 .text-gray-400{color:#6b7280!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .border-green-300.bg-green-50{background:#00f5a014!important;border-color:#00f5a04d!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .border-orange-300.bg-orange-50{background:#ffcf4714!important;border-color:#ffcf474d!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .grid.grid-cols-2 label.border.rounded-lg{background:#0c121c66!important;border-color:#ffffff14!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .grid.grid-cols-2 label.border.rounded-lg:hover{background:#141c2f99!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .grid.grid-cols-2 label.border-blue-500.bg-blue-50{background:#2ae0ff1f!important;border-color:#2ae0ff66!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .grid.grid-cols-2 label .text-sm.font-medium{color:var(--text-secondary)!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .p-6.space-y-4{background:#0a0f194d!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .bg-red-50.border.border-red-200{background:#ff6d821a!important;border-color:#ff6d824d!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .text-red-600,[data-theme=dark] .min-h-screen.bg-gradient-to-br .text-red-800{color:var(--status-critical)!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .bg-green-50.border.border-green-200{background:#00f5a01a!important;border-color:#00f5a04d!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .text-green-800{color:#6ee7b7!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .sticky.bottom-0.bg-white{-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;background:#181b23f2!important;border:1px solid #ffffff14!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .sticky.bottom-0 .text-sm.text-gray-600{color:var(--text-muted)!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .sticky.bottom-0 .text-orange-500{color:var(--status-warning)!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .sticky.bottom-0 .border.border-gray-300.text-gray-700{background:#0000!important;border-color:#ffffff1a!important;color:var(--text-secondary)!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .sticky.bottom-0 .border.border-gray-300:hover{background:#ffffff08!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .sticky.bottom-0 .bg-gradient-to-r.from-purple-600.to-pink-600{background:var(--blue-primary)!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .sticky.bottom-0 .bg-gradient-to-r.from-purple-600.to-pink-600:hover{background:#3b5eee!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .sticky.bottom-0 .bg-gradient-to-r.from-purple-600.to-pink-600:disabled{background:#2ae0ff66!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .text-purple-600.animate-spin{color:var(--blue-primary)!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br .text-center .text-gray-600{color:var(--text-muted)!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br label.flex.items-center.p-4.border.border-gray-300{background:#0c121c66!important;border-color:#ffffff14!important}[data-theme=dark] .min-h-screen.bg-gradient-to-br label.flex.items-center.p-4.border:hover{background:#141c2f80!important}.mkt-layout{background:var(--bg-void);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh}.mkt-container{margin:0 auto;max-width:1200px;padding:0 24px}@media (min-width:768px){.mkt-container{padding:0 32px}}@media (min-width:1280px){.mkt-container{padding:0 48px}}.mkt-section{padding:80px 0}@media (min-width:768px){.mkt-section{padding:100px 0}}.mkt-section-header{margin-bottom:48px;text-align:center}.mkt-section-label{color:var(--blue-primary);font-size:13px;font-weight:600;letter-spacing:.1em;margin-bottom:12px;text-transform:uppercase}.mkt-section-title{color:var(--text-primary);font-size:32px;font-weight:700;letter-spacing:-.025em;line-height:1.2;margin:0 0 16px}@media (min-width:768px){.mkt-section-title{font-size:40px}}.mkt-section-description{color:var(--text-secondary);font-size:16px;line-height:1.7;margin:0}.mkt-navbar{background:#0000;left:0;padding:16px 0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.mkt-navbar-scrolled{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#050810d9;border-bottom:1px solid var(--border-subtle);padding:12px 0}.mkt-navbar-inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 24px}.mkt-navbar-logo{align-items:center;display:flex;flex-shrink:0;gap:10px;text-decoration:none}.mkt-navbar-logo img{height:32px;width:auto}.mkt-logo-text{color:#e8ecf6;font-size:24px;font-weight:700;letter-spacing:-.5px}.mkt-logo-text-ai{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6c63ff,#00d4aa);-webkit-background-clip:text;background-clip:text}.mkt-navbar-links{align-items:center;display:none;gap:32px}@media (min-width:768px){.mkt-navbar-links{display:flex}}.mkt-navbar-link{color:var(--text-secondary);font-size:14px;font-weight:500;text-decoration:none;transition:color .15s ease}.mkt-navbar-link-active,.mkt-navbar-link:hover{color:var(--text-primary)}.mkt-navbar-cta{align-items:center;display:none;gap:12px}@media (min-width:768px){.mkt-navbar-cta{display:flex}}.mkt-navbar-toggle{background:none;border:none;color:var(--text-primary);cursor:pointer;display:flex;padding:8px}@media (min-width:768px){.mkt-navbar-toggle{display:none}}.mkt-navbar-mobile{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#050810f2;border-top:1px solid var(--border-subtle);display:flex;flex-direction:column;padding:16px 24px 24px}.mkt-navbar-mobile-link{border-bottom:1px solid var(--border-subtle);color:var(--text-secondary);font-size:16px;font-weight:500;padding:12px 0;text-decoration:none;transition:color .15s ease}.mkt-navbar-mobile-link:hover{color:var(--text-primary)}.mkt-navbar-mobile-cta{display:flex;flex-direction:column;gap:12px;margin-top:16px}.mkt-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:14px;font-weight:600;justify-content:center;padding:10px 24px;text-decoration:none;transition:all .2s ease}.mkt-btn-primary{background:var(--blue-primary);box-shadow:0 0 20px var(--blue-glow-subtle);color:#fff}.mkt-btn-primary:hover{background:var(--blue-hover);box-shadow:0 0 30px var(--blue-glow);transform:translateY(-1px)}.mkt-btn-primary:disabled{cursor:not-allowed;opacity:.6;transform:none}.mkt-btn-secondary{background:#0000;border:1px solid var(--border-strong);color:var(--text-primary)}.mkt-btn-secondary:hover{background:#ffffff0d;border-color:var(--text-secondary)}.mkt-btn-ghost{background:#0000;color:var(--text-secondary)}.mkt-btn-ghost:hover{color:var(--text-primary)}.mkt-btn-lg{border-radius:10px;font-size:16px;padding:14px 32px}.mkt-hero{overflow:hidden;padding:160px 0 80px;text-align:center}.mkt-hero:before{background:radial-gradient(ellipse 700px 700px at 30% 20%,var(--blue-glow-subtle),#0000),radial-gradient(ellipse 600px 600px at 70% 80%,var(--purple-glow),#0000),radial-gradient(ellipse 500px 500px at 50% 50%,var(--teal-glow),#0000);content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.mkt-hero>*{position:relative;z-index:1}.mkt-hero-badge{align-items:center;background:var(--blue-surface);border:1px solid var(--blue-border);border-radius:9999px;color:var(--blue-primary);display:inline-flex;font-size:13px;font-weight:500;gap:8px;margin-bottom:24px;padding:6px 16px}.mkt-hero-title{color:var(--text-primary);font-size:44px;font-weight:700;letter-spacing:-.03em;line-height:1.1;margin:0 0 20px}.mkt-hero-title span{background:linear-gradient(135deg,var(--blue-primary),var(--teal-primary))}@media (min-width:768px){.mkt-hero-title{font-size:56px}}@media (min-width:1024px){.mkt-hero-title{font-size:64px}}.mkt-hero-subtitle{color:var(--text-secondary);font-size:18px;line-height:1.6;margin:0 auto 40px;max-width:640px}.mkt-hero-cta,.mkt-hero-ctas{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.mkt-stats-bar{grid-gap:24px;border-bottom:1px solid var(--border-subtle);border-top:1px solid var(--border-subtle);display:grid;gap:24px;grid-template-columns:repeat(2,1fr);padding:48px 0}@media (min-width:768px){.mkt-stats-bar{grid-template-columns:repeat(4,1fr)}}.mkt-stat{text-align:center}.mkt-stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--blue-primary),var(--teal-primary));-webkit-background-clip:text;background-clip:text;font-size:32px;font-weight:700}.mkt-stat-label{color:var(--text-muted);font-size:14px;margin-top:4px}.mkt-feature-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr}@media (min-width:640px){.mkt-feature-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.mkt-feature-grid{grid-template-columns:repeat(3,1fr)}}.mkt-card{background:var(--bg-glass);border:1px solid var(--border-default);border-radius:var(--radius-lg);padding:32px;transition:all .25s ease}.mkt-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.mkt-feature-icon{align-items:center;background:var(--blue-surface);border-radius:12px;color:var(--blue-primary);display:flex;height:48px;justify-content:center;margin-bottom:16px;width:48px}.mkt-feature-title{color:var(--text-primary);font-size:18px;font-weight:600;margin-bottom:8px}.mkt-feature-desc{color:var(--text-secondary);font-size:14px;line-height:1.6}.mkt-feature-showcase{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:1fr}@media (min-width:768px){.mkt-feature-showcase{grid-template-columns:1fr 1fr}.mkt-feature-showcase.reverse>:first-child{order:2}.mkt-feature-showcase.reverse>:last-child{order:1}}.mkt-feature-showcase-content h3{color:var(--text-primary);font-size:28px;font-weight:700;letter-spacing:-.02em;margin:8px 0 16px}.mkt-feature-showcase-content p{color:var(--text-secondary);font-size:16px;line-height:1.7}.mkt-feature-showcase-list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:24px 0 0;padding:0}.mkt-feature-showcase-list li{align-items:center;color:var(--text-secondary);display:flex;font-size:15px;gap:12px}.mkt-feature-showcase-list li svg{color:var(--teal-primary);flex-shrink:0}.mkt-tabs{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:48px}.mkt-tab{background:#0000;border:1px solid var(--border-default);border-radius:9999px;color:var(--text-secondary);cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;padding:10px 24px;transition:all .2s ease}.mkt-tab:hover{border-color:var(--border-strong);color:var(--text-primary)}.mkt-tab.active{background:var(--blue-primary);border-color:var(--blue-primary);color:#fff}.mkt-video-placeholder{align-items:center;aspect-ratio:16/9;background:var(--bg-glass);border:1px solid var(--border-default);border-radius:var(--radius-lg);color:var(--text-muted);display:flex;flex-direction:column;font-size:14px;gap:12px;justify-content:center}.mkt-video-placeholder svg{color:var(--blue-primary);opacity:.6}.mkt-integrations-grid{display:flex;flex-wrap:wrap;gap:48px;justify-content:center}.mkt-integration-logo{align-items:center;background:var(--bg-glass);border:1px solid var(--border-default);border-radius:var(--radius-lg);color:var(--text-primary);display:flex;font-size:16px;gap:12px;padding:24px 32px}.mkt-integration-logo.coming-soon{opacity:.5;position:relative}.mkt-integration-logo.coming-soon:after{background:var(--amber-primary);border-radius:9999px;color:#000;content:"Coming Soon";font-size:10px;font-weight:600;padding:2px 8px;position:absolute;right:-8px;top:-8px}.mkt-pricing-toggle{align-items:center;display:flex;gap:16px;justify-content:center;margin-bottom:48px}.mkt-pricing-toggle span{color:#64748b;font-size:14px;transition:color .2s}.mkt-pricing-toggle span.active{color:#e8ecf6;font-weight:600}.mkt-pricing-toggle-switch{background:#1e293b;border:2px solid #334155;border-radius:14px;cursor:pointer;height:28px;padding:0;position:relative;transition:all .2s;width:56px}.mkt-pricing-toggle-switch:hover{border-color:#4c6fff}.mkt-pricing-toggle-knob{background:#4c6fff;border-radius:50%;height:20px;left:2px;position:absolute;top:2px;transition:transform .2s;width:20px}.mkt-pricing-toggle-knob.annual{transform:translateX(28px)}.mkt-pricing-save{color:#10b981!important;font-weight:600}.mkt-pricing-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:800px}@media (max-width:768px){.mkt-pricing-grid{grid-template-columns:1fr;max-width:420px}.mkt-pricing-card.highlighted{order:-1}}.mkt-pricing-card{background:var(--bg-glass);border:1px solid var(--border-default);border-radius:16px;display:flex;flex-direction:column;padding:32px;transition:all .25s ease}.mkt-pricing-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.mkt-pricing-card.highlighted{border-color:#4c6fff66;box-shadow:0 0 40px #4c6fff1a;position:relative}.mkt-pricing-popular{background:#4c6fff;border-radius:4px;color:#fff;display:inline-block;font-size:12px;font-weight:600;margin-bottom:16px;padding:6px 12px}.mkt-pricing-tier{color:#e8ecf6;font-size:20px;font-weight:600;margin-bottom:8px}.mkt-pricing-name{font-size:24px;margin-bottom:8px}.mkt-pricing-amount,.mkt-pricing-name{color:#e8ecf6!important;font-weight:700}.mkt-pricing-amount{font-size:48px}.mkt-pricing-price{color:#e8ecf6;font-size:48px;font-weight:700;line-height:1;margin-bottom:8px}.mkt-pricing-price span{color:#a9b1c7;font-size:16px;font-weight:400}.mkt-pricing-period{color:#a9b1c7!important;font-size:16px}.mkt-pricing-tagline{color:#10b981!important;font-size:14px;margin-bottom:16px}.mkt-pricing-description{color:#a9b1c7!important;font-size:14px;margin:16px 0 24px}.mkt-pricing-desc{color:#a9b1c7;font-size:14px;margin:16px 0 24px}.mkt-pricing-features{flex:1 1;list-style:none;margin:0 0 32px;padding:0}.mkt-pricing-features li{align-items:flex-start;color:#a9b1c7!important;display:flex;font-size:14px;gap:12px;margin-bottom:12px}.mkt-pricing-features li svg{flex-shrink:0;height:18px;margin-top:2px;min-width:18px;width:18px}.mkt-pricing-features li span{color:#a9b1c7!important}.mkt-pricing-feature{align-items:center;color:#a9b1c7;display:flex;font-size:14px;gap:10px;padding:8px 0}.mkt-pricing-feature svg{color:var(--teal-primary);flex-shrink:0}.mkt-faq-list{margin:0 auto;max-width:700px}.mkt-faq-item{border-bottom:1px solid var(--border-default)}.mkt-faq-question{align-items:center;background:none;border:none;color:var(--text-primary);cursor:pointer;display:flex;font-family:inherit;font-size:16px;font-weight:500;justify-content:space-between;padding:20px 0;text-align:left;transition:color .15s ease;width:100%}.mkt-faq-question:hover{color:var(--blue-primary)}.mkt-faq-question svg{color:var(--text-muted);flex-shrink:0;transition:transform .2s ease}.mkt-faq-question.open svg{transform:rotate(180deg)}.mkt-faq-answer{color:var(--text-secondary);font-size:14px;line-height:1.7;padding:0 0 20px}.mkt-faq-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:900px}.mkt-faq-grid .mkt-faq-item{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;padding:24px}.mkt-faq-grid .mkt-faq-item h3{color:#e8ecf6!important;font-size:16px;font-weight:600;margin-bottom:8px}.mkt-faq-grid .mkt-faq-item p{color:#a9b1c7!important;font-size:14px;line-height:1.6}@media (max-width:640px){.mkt-faq-grid{gap:20px;grid-template-columns:1fr}}.mkt-cta-banner{padding:80px 0;text-align:center}.mkt-cta-banner:before{background:radial-gradient(ellipse 500px 300px at 50% 50%,var(--blue-glow-subtle),#0000),var(--bg-deep);content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.mkt-cta-banner>*{position:relative;z-index:1}.mkt-cta-banner h2{color:var(--text-primary);font-size:32px;font-weight:700;letter-spacing:-.02em;margin:0 0 12px}@media (min-width:768px){.mkt-cta-banner h2{font-size:40px}}.mkt-cta-banner p{color:var(--text-secondary);font-size:18px;margin:0 auto 32px;max-width:500px}.mkt-cta-banner-actions{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.mkt-footer{background:var(--bg-deep);border-top:1px solid var(--border-subtle);padding:64px 0 32px}.mkt-footer-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr;margin-bottom:48px}@media (min-width:768px){.mkt-footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.mkt-footer-brand img{height:36px;width:auto}.mkt-footer-brand p{color:var(--text-muted);font-size:14px;line-height:1.6;margin-top:12px;max-width:280px}.mkt-footer-heading{color:var(--text-primary);font-size:13px;font-weight:600;letter-spacing:.05em;margin-bottom:16px;text-transform:uppercase}.mkt-footer-link{color:var(--text-muted);display:block;font-size:14px;padding:6px 0;text-decoration:none;transition:color .15s ease}.mkt-footer-link:hover{color:var(--text-primary)}.mkt-footer-bottom{align-items:center;border-top:1px solid var(--border-subtle);display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding-top:24px}.mkt-footer-copyright{color:var(--text-muted);font-size:13px}.mkt-footer-legal-entity{border-top:1px solid var(--border-subtle);color:var(--text-muted);font-size:12px;line-height:1.7;padding:20px 0 16px}.mkt-footer-legal-link{color:var(--text-muted);text-decoration:underline}.mkt-footer-legal-link:hover{color:var(--text-secondary)}.mkt-testimonial-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr}@media (min-width:768px){.mkt-testimonial-grid{grid-template-columns:repeat(3,1fr)}}.mkt-testimonial-card{background:var(--bg-glass);border:1px solid var(--border-default);border-radius:16px;padding:28px}.mkt-testimonial-quote{color:var(--text-secondary);font-size:15px;font-style:italic;line-height:1.7;margin-bottom:20px}.mkt-testimonial-author{align-items:center;display:flex;gap:12px}.mkt-testimonial-avatar{align-items:center;background:linear-gradient(135deg,var(--blue-primary),var(--teal-primary));border-radius:50%;color:#fff;display:flex;font-size:14px;font-weight:600;height:40px;justify-content:center;width:40px}.mkt-testimonial-name{color:var(--text-primary);font-size:14px;font-weight:600}.mkt-testimonial-role{color:var(--text-muted);font-size:12px}.mkt-mission-statement{margin:0 auto;max-width:700px;text-align:center}.mkt-mission-statement blockquote{background:var(--bg-glass);border-left:4px solid var(--blue-primary);border-radius:0 var(--radius-lg) var(--radius-lg) 0;color:var(--text-primary);font-size:22px;font-weight:500;line-height:1.6;margin:0;padding:32px;text-align:left}@media (min-width:768px){.mkt-mission-statement blockquote{font-size:24px}}.mkt-values-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr}@media (min-width:768px){.mkt-values-grid{grid-template-columns:repeat(3,1fr)}}.mkt-value-card{background:var(--bg-glass);border:1px solid var(--border-default);border-radius:var(--radius-lg);padding:32px;text-align:center;transition:all .25s ease}.mkt-value-card:hover{border-color:var(--border-strong);transform:translateY(-2px)}.mkt-value-icon{align-items:center;background:var(--blue-surface);border-radius:14px;color:var(--blue-primary);display:flex;height:56px;justify-content:center;margin:0 auto 20px;width:56px}.mkt-value-icon svg{height:28px;width:28px}.mkt-value-title{color:var(--text-primary);font-size:18px;font-weight:600;margin-bottom:8px}.mkt-value-description{color:var(--text-secondary);font-size:14px;line-height:1.6}.mkt-contact-grid{grid-gap:48px;display:grid;gap:48px;grid-template-columns:1fr}@media (min-width:768px){.mkt-contact-grid{grid-template-columns:1.2fr .8fr}}.mkt-contact-info-item{background:var(--bg-glass);border:1px solid var(--border-default);border-radius:var(--radius-md);display:flex;gap:16px;margin-bottom:16px;padding:20px}.mkt-contact-info-icon{align-items:center;background:var(--blue-surface);border-radius:10px;color:var(--blue-primary);display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.mkt-contact-info-icon svg{height:20px;width:20px}.mkt-contact-info-content h3{color:var(--text-primary);font-size:14px;font-weight:600;margin:0 0 4px}.mkt-contact-info-content p{color:var(--text-secondary);font-size:14px;margin:0}.mkt-form-group{margin-bottom:20px}.mkt-form-label{color:var(--text-primary);display:block;font-size:14px;font-weight:500;margin-bottom:8px}.mkt-form-input,.mkt-form-select,.mkt-form-textarea{background:var(--bg-glass);border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--text-primary);font-family:inherit;font-size:14px;outline:none;padding:12px 16px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.mkt-form-input:focus,.mkt-form-select:focus,.mkt-form-textarea:focus{border-color:var(--blue-primary);box-shadow:0 0 0 3px var(--blue-glow-subtle)}.mkt-form-input::placeholder,.mkt-form-textarea::placeholder{color:var(--text-muted)}.mkt-form-select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%236E7891' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.mkt-form-select option{background:var(--bg-surface);color:var(--text-primary)}.mkt-form-textarea{min-height:120px;resize:vertical}.mkt-waitlist-form{background:var(--bg-glass);border:1px solid var(--border-default);border-radius:var(--radius-lg);margin:0 auto;max-width:500px;padding:40px}.mkt-waitlist-success{padding:40px 20px;text-align:center}.mkt-waitlist-success svg{color:var(--status-success);height:56px;margin-bottom:16px;width:56px}.mkt-waitlist-success h2{color:var(--text-primary);font-size:24px;font-weight:700;margin:0 0 8px}.mkt-waitlist-success p{color:var(--text-secondary);font-size:16px;margin:0}.mkt-steps{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr;margin:0 auto;max-width:800px}@media (min-width:768px){.mkt-steps{grid-template-columns:repeat(3,1fr)}}.mkt-step{padding:32px 24px;text-align:center}.mkt-step-number{align-items:center;background:var(--blue-surface);border:2px solid var(--blue-border);border-radius:50%;color:var(--blue-primary);display:flex;font-size:20px;font-weight:700;height:48px;justify-content:center;margin:0 auto 20px;width:48px}.mkt-step h3{color:var(--text-primary);font-size:18px;font-weight:600;margin:0 0 8px}.mkt-step p{color:var(--text-secondary);font-size:14px;line-height:1.6;margin:0}[data-theme=light] .mkt-layout{background:var(--bg-light-base)}[data-theme=light] .mkt-navbar-scrolled{background:#ffffffd9;border-bottom-color:#0000000f}[data-theme=light] .mkt-navbar-mobile{background:#fffffff2}[data-theme=light] .mkt-card,[data-theme=light] .mkt-contact-info-item,[data-theme=light] .mkt-integration-logo,[data-theme=light] .mkt-pricing-card,[data-theme=light] .mkt-testimonial-card,[data-theme=light] .mkt-value-card,[data-theme=light] .mkt-video-placeholder,[data-theme=light] .mkt-waitlist-form{background:var(--bg-light-surface);border-color:#00000014}[data-theme=light] .mkt-footer{background:var(--bg-light-surface);border-top-color:#0000000f}[data-theme=light] .mkt-form-input,[data-theme=light] .mkt-form-select,[data-theme=light] .mkt-form-textarea{background:var(--bg-light-elevated);border-color:#0000001a}[data-theme=light] .mkt-mission-statement blockquote{background:var(--bg-light-surface)}[data-theme=light] .mkt-pricing-switch{background:var(--bg-light-elevated);border-color:#0000001a}[data-theme=light] .mkt-pricing-switch:after{background:#94a3b8}[data-theme=light] .mkt-tab{border-color:#0000001a}.mkt-page{position:relative}.mkt-bg-orb{border-radius:50%;filter:blur(80px);opacity:.5;pointer-events:none;position:fixed;z-index:0}.mkt-bg-orb-1{animation:float-orb-1 20s ease-in-out infinite;background:radial-gradient(circle,#4c6fff26 0,#0000 70%);height:600px;left:-200px;top:-200px;width:600px}.mkt-bg-orb-2{animation:float-orb-2 25s ease-in-out infinite;background:radial-gradient(circle,#10b9811a 0,#0000 70%);bottom:20%;height:500px;right:-150px;width:500px}.mkt-bg-orb-3{animation:float-orb-3 30s ease-in-out infinite;background:radial-gradient(circle,#4c6fff1a 0,#0000 70%);height:400px;left:30%;top:50%;width:400px}@keyframes float-orb-1{0%,to{transform:translate(0) scale(1)}25%{transform:translate(50px,30px) scale(1.1)}50%{transform:translate(20px,60px) scale(.95)}75%{transform:translate(-30px,20px) scale(1.05)}}@keyframes float-orb-2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-40px,-30px) scale(1.08)}66%{transform:translate(30px,40px) scale(.92)}}@keyframes float-orb-3{0%,to{transform:translate(0)}50%{transform:translate(-60px,-40px)}}.mkt-bg-grid{background-image:linear-gradient(#4c6fff08 1px,#0000 0),linear-gradient(90deg,#4c6fff08 1px,#0000 0);background-size:60px 60px;bottom:0;left:0;opacity:.5;pointer-events:none;position:fixed;right:0;top:0;z-index:0}.mkt-fade-in{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.mkt-fade-in.visible{opacity:1;transform:translateY(0)}.mkt-fade-in-delay-1{transition-delay:.1s}.mkt-fade-in-delay-2{transition-delay:.2s}.mkt-fade-in-delay-3{transition-delay:.3s}.mkt-fade-in-delay-4{transition-delay:.4s}.mkt-fade-in-delay-5{transition-delay:.5s}.mkt-stagger-children>*{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.mkt-stagger-children.visible>:first-child{transition-delay:.05s}.mkt-stagger-children.visible>:nth-child(2){transition-delay:.1s}.mkt-stagger-children.visible>:nth-child(3){transition-delay:.15s}.mkt-stagger-children.visible>:nth-child(4){transition-delay:.2s}.mkt-stagger-children.visible>:nth-child(5){transition-delay:.25s}.mkt-stagger-children.visible>:nth-child(6){transition-delay:.3s}.mkt-stagger-children.visible>*{opacity:1;transform:translateY(0)}.mkt-hero{z-index:1}.mkt-btn-primary,.mkt-hero{position:relative}.mkt-btn-primary:after{animation:pulse-glow 2s ease-in-out infinite;background:linear-gradient(135deg,#4c6fff66,#10b98133);border-radius:12px;content:"";inset:-4px;opacity:0;position:absolute;z-index:-1}@keyframes pulse-glow{0%,to{opacity:0;transform:scale(1)}50%{opacity:.6;transform:scale(1.02)}}.mkt-hero-demo{margin-left:auto;margin-right:auto;margin-top:48px;max-width:1000px;position:relative}.mkt-hero-demo-wrapper{background:linear-gradient(135deg,#0f172acc,#0f172a99);border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 0 0 1px #4c6fff1a,0 20px 50px -10px #00000080,0 0 100px -20px #4c6fff4d;overflow:hidden;position:relative}.mkt-demo-browser-bar{align-items:center;background:#0000004d;border-bottom:1px solid #ffffff0f;display:flex;gap:8px;padding:12px 16px}.mkt-demo-browser-dot{border-radius:50%;height:12px;width:12px}.mkt-demo-browser-dot:first-child{background:#ff5f57}.mkt-demo-browser-dot:nth-child(2){background:#ffbd2e}.mkt-demo-browser-dot:nth-child(3){background:#28ca41}.mkt-demo-browser-url{background:#ffffff0d;border-radius:6px;color:#64748b;flex:1 1;font-size:12px;margin-left:16px;padding:6px 12px}.mkt-demo-content{align-items:center;aspect-ratio:16/9;background:linear-gradient(180deg,#0a1220,#0d1526);justify-content:center;position:relative}.mkt-demo-placeholder{overflow:hidden;position:relative}.mkt-demo-scan-line{animation:scan-down 3s ease-in-out infinite;background:linear-gradient(90deg,#0000,#4c6fff80,#0000);height:2px;left:0;position:absolute;right:0;top:0}@keyframes scan-down{0%{opacity:0;top:0}10%{opacity:1}90%{opacity:1}to{opacity:0;top:100%}}.mkt-demo-play-overlay{align-items:center;background:#0006;cursor:pointer;display:flex;flex-direction:column;inset:0;justify-content:center;position:absolute;transition:background .3s}.mkt-demo-play-overlay:hover{background:#0000004d}.mkt-demo-play-btn{align-items:center;background:#4c6fffe6;border-radius:50%;box-shadow:0 0 40px #4c6fff66;display:flex;height:80px;justify-content:center;transition:transform .3s,box-shadow .3s;width:80px}.mkt-demo-play-overlay:hover .mkt-demo-play-btn{box-shadow:0 0 60px #4c6fff99;transform:scale(1.1)}.mkt-demo-play-btn svg{fill:#fff;height:32px;margin-left:4px;width:32px}.mkt-demo-caption{color:#a9b1c7;font-size:14px;margin-top:16px}.mkt-stat-value{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.mkt-feature-card{transition:all .3s ease}.mkt-feature-card:hover{border-color:#4c6fff66;box-shadow:0 20px 40px -10px #0000004d;transform:translateY(-8px)}.mkt-feature-card:hover .mkt-feature-icon{background:#4c6fff40;transform:scale(1.1)}.mkt-feature-icon{transition:all .3s ease}.mkt-slideshow{background:#0f172a99;border:1px solid #ffffff0f;border-radius:12px;overflow:hidden;position:relative}.mkt-slideshow-images{display:flex;transition:transform .5s ease}.mkt-slideshow-image{aspect-ratio:16/9;background-position:50%;background-size:cover;min-width:100%}.mkt-slideshow-dots{bottom:16px;display:flex;gap:8px;left:50%;position:absolute;transform:translateX(-50%)}.mkt-slideshow-dot{background:#ffffff4d;border:none;border-radius:50%;cursor:pointer;height:8px;padding:0;transition:all .3s;width:8px}.mkt-slideshow-dot.active{background:#4c6fff;border-radius:4px;width:24px}.mkt-slideshow-nav{align-items:center;background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .3s;width:40px}.mkt-slideshow:hover .mkt-slideshow-nav{opacity:1}.mkt-slideshow-nav.prev{left:16px}.mkt-slideshow-nav.next{right:16px}.mkt-trust-section{padding:64px 0;text-align:center}.mkt-trust-badge{align-items:center;background:#10b9811a;border:1px solid #10b98133;border-radius:100px;display:inline-flex;gap:12px;margin-bottom:32px;padding:12px 24px}.mkt-trust-badge-icon{color:#10b981;height:24px;width:24px}.mkt-trust-badge-text{color:#10b981;font-size:14px;font-weight:600}.mkt-trust-platforms{align-items:center;display:flex;flex-wrap:wrap;gap:48px;justify-content:center;margin-top:32px}.mkt-trust-platform{align-items:center;display:flex;flex-direction:column;gap:8px;opacity:.6;transition:opacity .3s}.mkt-trust-platform:hover{opacity:1}.mkt-trust-platform svg{height:48px;width:48px}.mkt-trust-platform span{color:#64748b;font-size:12px}.mkt-differentiators{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}@media (max-width:768px){.mkt-differentiators{grid-template-columns:1fr}}.mkt-differentiator{background:#0f172a66;border:1px solid #ffffff0a;border-radius:12px;padding:32px 24px;text-align:center}.mkt-differentiator-icon{align-items:center;background:#4c6fff1a;border-radius:12px;color:#4c6fff;display:flex;height:48px;justify-content:center;margin:0 auto 16px;width:48px}.mkt-differentiator-title{color:#e8ecf6;font-size:18px;font-weight:600;margin-bottom:8px}.mkt-differentiator-text{color:#a9b1c7;font-size:14px;line-height:1.6}.mkt-vs-others{border-top:1px solid #ffffff0f;color:#ef4444;font-size:13px;margin-top:16px;opacity:.7;padding-top:16px}.mkt-vs-others s{text-decoration:line-through;text-decoration-color:#ef4444}.mkt-section-sm{padding:48px 0}.mkt-feature-showcase-container{margin:0 auto;max-width:1000px}.mkt-showcase-progress{display:flex;gap:8px;justify-content:center;margin-bottom:48px}.mkt-showcase-progress-item{align-items:center;background:#0000;border:1px solid #ffffff1a;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;gap:8px;min-width:120px;padding:16px 24px;transition:all .3s}.mkt-showcase-progress-item:hover{background:#4c6fff0d;border-color:#4c6fff4d}.mkt-showcase-progress-item.active{background:#4c6fff1a;border-color:#4c6fff80}.mkt-showcase-progress-item.completed{border-color:#10b9814d}.mkt-showcase-progress-icon{align-items:center;color:#64748b;display:flex;height:32px;justify-content:center;transition:color .3s;width:32px}.mkt-showcase-progress-item.active .mkt-showcase-progress-icon,.mkt-showcase-progress-item:hover .mkt-showcase-progress-icon{color:#4c6fff}.mkt-showcase-progress-item.completed .mkt-showcase-progress-icon{color:#10b981}.mkt-showcase-progress-icon svg{height:24px;width:24px}.mkt-showcase-progress-label{color:#64748b;font-size:13px;font-weight:500;transition:color .3s}.mkt-showcase-progress-item.active .mkt-showcase-progress-label{color:#e8ecf6}.mkt-showcase-progress-bar{background:#ffffff1a;border-radius:2px;height:3px;margin-top:8px;overflow:hidden;width:100%}.mkt-showcase-progress-fill{background:linear-gradient(90deg,#4c6fff,#10b981);border-radius:2px;height:100%;width:0}.mkt-showcase-progress-item.active .mkt-showcase-progress-fill{animation:progress-fill 5s linear forwards}.mkt-showcase-progress-item.completed .mkt-showcase-progress-fill{background:#10b981;width:100%}@keyframes progress-fill{0%{width:0}to{width:100%}}.mkt-showcase-content{grid-gap:48px;align-items:center;display:grid;gap:48px;grid-template-columns:1fr 1fr}@media (max-width:768px){.mkt-showcase-progress{flex-wrap:wrap}.mkt-showcase-progress-item{min-width:100px;padding:12px 16px}.mkt-showcase-content{gap:32px;grid-template-columns:1fr}}.mkt-showcase-title{color:#e8ecf6;font-size:28px;font-weight:700;margin-bottom:16px}.mkt-showcase-description{color:#a9b1c7;font-size:16px;line-height:1.7;margin-bottom:24px}.mkt-showcase-points{list-style:none;margin:0;padding:0}.mkt-showcase-points li{align-items:center;color:#a9b1c7;display:flex;font-size:15px;gap:12px;margin-bottom:12px}.mkt-showcase-points li svg{flex-shrink:0}.mkt-showcase-visual{position:relative}.mkt-showcase-placeholder{align-items:center;aspect-ratio:4/3;background:linear-gradient(135deg,#0f172acc,#0f172a99);border:1px solid #ffffff1a;border-radius:16px;display:flex;justify-content:center;overflow:hidden;position:relative}.mkt-showcase-placeholder:before{background:linear-gradient(135deg,#4c6fff1a,#10b9810d);content:"";inset:0;position:absolute}.mkt-showcase-placeholder-inner{align-items:center;display:flex;flex-direction:column;gap:16px;z-index:1}.mkt-showcase-icon-large{align-items:center;background:#4c6fff33;border-radius:16px;color:#4c6fff;display:flex;height:64px;justify-content:center;width:64px}.mkt-showcase-icon-large svg{height:32px;width:32px}.mkt-showcase-placeholder-inner span{color:#64748b;font-size:14px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.mkt-card .mkt-feature-icon{animation:float 4s ease-in-out infinite}.mkt-card:first-child .mkt-feature-icon{animation-delay:0s}.mkt-card:nth-child(2) .mkt-feature-icon{animation-delay:.5s}.mkt-card:nth-child(3) .mkt-feature-icon{animation-delay:1s}.mkt-card:nth-child(4) .mkt-feature-icon{animation-delay:1.5s}.mkt-card:nth-child(5) .mkt-feature-icon{animation-delay:2s}.mkt-card:nth-child(6) .mkt-feature-icon{animation-delay:2.5s}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.mkt-hero-title span{-webkit-text-fill-color:#0000;animation:shimmer 5s linear infinite;background:linear-gradient(90deg,#4c6fff,#10b981 25%,#4c6fff 50%,#10b981 75%,#4c6fff);-webkit-background-clip:text;background-clip:text;background-size:200% auto}@keyframes pulse-subtle{0%,to{opacity:1}50%{opacity:.7}}.mkt-stat-value{animation:pulse-subtle 3s ease-in-out infinite}.mkt-stat:first-child .mkt-stat-value{animation-delay:0s}.mkt-stat:nth-child(2) .mkt-stat-value{animation-delay:.5s}.mkt-stat:nth-child(3) .mkt-stat-value{animation-delay:1s}.mkt-stat:nth-child(4) .mkt-stat-value{animation-delay:1.5s}.mkt-card{position:relative}.mkt-card:before{background:linear-gradient(135deg,#4c6fff00,#4c6fff00);border-radius:17px;content:"";inset:-1px;position:absolute;transition:background .3s;z-index:-1}.mkt-card:hover:before{background:linear-gradient(135deg,#4c6fff4d,#10b98133)}.mkt-cta-banner{overflow:hidden;position:relative}.mkt-cta-banner:after{animation:breathe 4s ease-in-out infinite;background:radial-gradient(circle,#4c6fff1a 0,#0000 50%);content:"";height:200%;left:-50%;pointer-events:none;position:absolute;top:-50%;width:200%}@keyframes breathe{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.mkt-step-number{position:relative}.mkt-step-number:after{animation:step-pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#4c6fff,#3b5bdb);border-radius:50%;content:"";inset:-4px;opacity:0;position:absolute;z-index:-1}.mkt-step:first-child .mkt-step-number:after{animation-delay:0s}.mkt-step:nth-child(2) .mkt-step-number:after{animation-delay:.5s}.mkt-step:nth-child(3) .mkt-step-number:after{animation-delay:1s}@keyframes step-pulse{0%,to{opacity:0;transform:scale(1)}50%{opacity:.3;transform:scale(1.2)}}.mkt-btn:active{transform:translateY(0)}.mkt-navbar-logo:hover svg{animation:logo-pulse .5s ease}@keyframes logo-pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.mkt-slideshow-container{margin:0 auto;max-width:1000px}.mkt-slideshow-steps{display:flex;gap:8px;margin-bottom:40px}.mkt-slideshow-step{background:none;border:none;cursor:pointer;flex:1 1;opacity:.4;padding:12px 8px;text-align:center;transition:opacity .3s ease}.mkt-slideshow-step.active,.mkt-slideshow-step.completed{opacity:1}.mkt-slideshow-step-icon{color:#4c6fff;color:var(--accent-color,#4c6fff);height:32px;margin:0 auto 8px;width:32px}.mkt-slideshow-step-icon svg{height:100%;width:100%}.mkt-slideshow-step-label{color:#e8ecf6;display:block;font-size:.8rem;font-weight:600;margin-bottom:8px}.mkt-slideshow-step-progress{background:#ffffff1a;border-radius:2px;height:3px;overflow:hidden}.mkt-slideshow-step-progress-fill{border-radius:2px;height:100%;transition:width .05s linear}.mkt-slideshow-content{grid-gap:48px;align-items:center;display:grid;gap:48px;grid-template-columns:1fr 1fr;position:relative}.mkt-slideshow-text{animation:slideIn .4s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.mkt-slideshow-title{color:#fff;font-size:1.8rem;font-weight:700;line-height:1.3;margin-bottom:12px}.mkt-slideshow-description{color:#a0aec0;font-size:1rem;line-height:1.6;margin-bottom:24px}.mkt-slideshow-points{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.mkt-slideshow-points li{align-items:center;animation:fadeInUp .4s ease both;color:#e8ecf6;display:flex;font-size:.95rem;gap:10px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.mkt-slideshow-visual,.mkt-slideshow-visual-placeholder{align-items:center;display:flex;justify-content:center}.mkt-slideshow-visual-placeholder{background:#ffffff08;border:1px solid #ffffff0f;border-radius:50%;flex-direction:column;gap:12px;height:280px;position:relative;width:280px}.mkt-slideshow-visual-icon{animation:iconPulse 2s ease-in-out infinite;height:48px;width:48px}.mkt-slideshow-visual-icon svg{height:100%;width:100%}@keyframes iconPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.mkt-slideshow-visual-label{color:#a0aec0;font-size:.85rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.mkt-slideshow-rings{inset:-20px;pointer-events:none;position:absolute}.mkt-slideshow-ring{animation:ringExpand 3s ease-out infinite;border:1px solid;border-radius:50%;inset:0;opacity:0;position:absolute}@keyframes ringExpand{0%{opacity:.4;transform:scale(.8)}to{opacity:0;transform:scale(1.4)}}.mkt-slideshow-paused{align-items:center;bottom:-32px;color:#a0aec0;display:flex;font-size:.75rem;gap:6px;left:50%;opacity:.6;position:absolute;transform:translateX(-50%)}@media (max-width:768px){.mkt-slideshow-content{gap:32px;grid-template-columns:1fr}.mkt-slideshow-steps{gap:4px}.mkt-slideshow-step-label{font-size:.7rem}.mkt-slideshow-title{font-size:1.4rem}.mkt-slideshow-visual-placeholder{height:200px;width:200px}}.mkt-about-hero{align-items:center;display:flex;min-height:420px;overflow:hidden;position:relative}.mkt-about-hero-canvas{height:100%;inset:0;position:absolute;width:100%;z-index:0}.mkt-about-hero-content{padding:80px 0 60px;position:relative;text-align:center;z-index:1}.mkt-about-quote{background:#ffffff08;border:1px solid #ffffff0f;border-radius:20px;margin:0 auto;max-width:700px;padding:48px;position:relative;text-align:center}.mkt-about-quote-mark{color:#4c6fff;font-size:4rem;line-height:1;margin-bottom:16px;opacity:.4}.mkt-about-quote blockquote{color:#e8ecf6;font-size:1.15rem;font-style:italic;line-height:1.8;margin:0 0 24px}.mkt-about-quote-author{gap:12px}.mkt-about-quote-author,.mkt-about-quote-avatar{align-items:center;display:flex;justify-content:center}.mkt-about-quote-avatar{background:linear-gradient(135deg,#4c6fff,#10b981);border-radius:50%;color:#fff;font-size:1.1rem;font-weight:700;height:44px;width:44px}.mkt-about-quote-name{color:#fff;font-size:.95rem;font-weight:600}.mkt-about-quote-role{color:#a0aec0;font-size:.85rem}.mkt-about-story{background:#4c6fff08}.mkt-about-story-grid{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.mkt-about-story-content p{color:#a0aec0;line-height:1.8;margin-bottom:16px}.mkt-about-story-visual{display:flex;flex-direction:column;gap:16px}.mkt-about-story-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;padding:28px;text-align:center}.mkt-about-story-card.highlight{background:#4c6fff1a;border-color:#4c6fff4d}.mkt-about-story-stat{color:#fff;font-size:2.2rem;font-weight:800;margin-bottom:4px}.mkt-about-story-stat-label{color:#a0aec0;font-size:.9rem}.mkt-value-title{color:#fff}.mkt-value-description{color:#a0aec0}.mkt-pricing-tagline{color:#4c6fff;font-size:13px;font-weight:500;margin-bottom:12px;margin-top:-4px}.mkt-pricing-card.popular .mkt-pricing-tagline{color:#10b981}@media (max-width:768px){.mkt-about-hero{min-height:320px}.mkt-about-hero-content{padding:60px 0 40px}.mkt-about-quote{padding:32px 24px}.mkt-about-story-grid{gap:32px;grid-template-columns:1fr}.mkt-about-story-stat{font-size:1.8rem}}.mkt-hero-dashboard{margin-left:auto;margin-right:auto;margin-top:48px;max-width:1000px;position:relative}.mkt-hero-video-container{border-radius:16px;box-shadow:0 25px 50px -12px #00000080,0 0 80px -20px #4c6fff26;overflow:hidden}.mkt-hero-video{aspect-ratio:16/9;display:block;object-fit:cover;object-position:top;width:100%}.mkt-demo-section{background:#4c6fff08}.mkt-demo-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.mkt-demo-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.mkt-demo-grid{grid-template-columns:1fr}}.mkt-demo-card{background:#0f172a99;border:1px solid #ffffff0f;border-radius:16px;overflow:hidden;transition:all .3s ease}.mkt-demo-card:hover{border-color:#4c6fff4d;transform:translateY(-4px)}.mkt-demo-video{aspect-ratio:16/10;background:linear-gradient(180deg,#0a1220,#0d1526);overflow:hidden;position:relative}.mkt-demo-placeholder{height:100%;width:100%}.mkt-demo-placeholder,.mkt-demo-placeholder-icon{align-items:center;display:flex;justify-content:center}.mkt-demo-placeholder-icon{background:#ffffff0d;border-radius:16px;height:64px;width:64px}.mkt-demo-placeholder-icon svg{height:32px;width:32px}.mkt-demo-content{display:flex;flex-direction:column;gap:8px;padding:24px}.mkt-demo-metric{margin-bottom:8px}.mkt-demo-metric-value{display:block;font-size:36px;font-weight:700;line-height:1.2}.mkt-demo-metric-label{color:#64748b;display:block;font-size:14px;margin-top:4px}.mkt-demo-title{color:#e8ecf6;display:block;font-size:18px;font-weight:600;margin:0}.mkt-demo-description{color:#a9b1c7;display:block;font-size:14px;line-height:1.5;margin:0}.mkt-pricing-value-prop{color:#10b981;font-size:13px;font-weight:500;margin-bottom:16px;margin-top:-8px}.mkt-features-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.mkt-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.mkt-features-grid{gap:24px;grid-template-columns:1fr}.mkt-features-grid .mkt-card{padding:28px}.mkt-features-grid .mkt-feature-title{font-size:17px}.mkt-features-grid .mkt-feature-desc{font-size:14px;line-height:1.6}}.mkt-page{overflow-x:hidden}.mkt-container{padding:0 20px}@media (max-width:640px){.mkt-section{padding:60px 20px}}@media (max-width:480px){.mkt-container{padding:0 16px}.mkt-section{padding:48px 16px}.mkt-section-sm{padding:32px 16px}}@media (max-width:640px){.mkt-hero{padding:120px 0 48px}.mkt-hero-title{font-size:28px;line-height:1.2}.mkt-hero-subtitle{font-size:16px;margin-bottom:24px}.mkt-hero-cta{flex-direction:column;gap:12px}.mkt-hero-cta .mkt-btn{justify-content:center;width:100%}.mkt-hero-badge{font-size:12px;padding:4px 12px}}@media (max-width:768px){.mkt-hero-dashboard{margin-top:24px}.mkt-hero-video-container{border-radius:12px}.mkt-hero-video{aspect-ratio:16/9;width:100%}}@media (max-width:480px){.mkt-hero-dashboard{margin-top:20px;max-width:100%}}@media (max-width:768px){.mkt-stats-bar{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:400px;padding:32px 0}.mkt-stat-value{font-size:36px}.mkt-stat-label{font-size:14px}}@media (max-width:480px){.mkt-stat-value{font-size:28px}.mkt-stat-label{font-size:12px}}@media (max-width:1024px){.mkt-demo-grid{gap:20px;grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.mkt-demo-grid{gap:16px;grid-template-columns:1fr}.mkt-demo-card{border-radius:12px}.mkt-demo-video{aspect-ratio:16/9}.mkt-demo-content{padding:20px}.mkt-demo-metric-value{font-size:28px}.mkt-demo-title{font-size:16px}.mkt-demo-description{font-size:13px}}@media (max-width:1024px){.mkt-features-grid{gap:20px;grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.mkt-features-grid{gap:24px;grid-template-columns:1fr}.mkt-feature-card{border-radius:12px;padding:28px}.mkt-feature-icon{height:40px;margin-bottom:16px;width:40px}.mkt-feature-icon svg{height:20px;width:20px}.mkt-feature-title{font-size:17px}.mkt-feature-description{font-size:14px;line-height:1.6}.mkt-section-header{margin-bottom:32px}.mkt-section-label{font-size:11px}.mkt-section-title{font-size:24px}.mkt-section-description{font-size:15px;line-height:1.6}}@media (max-width:768px){.mkt-steps{gap:48px;grid-template-columns:1fr}.mkt-step{align-items:center;display:flex;flex-direction:column;gap:0;text-align:center}.mkt-step-number{flex-shrink:0;font-size:20px;height:48px;margin:0 auto 16px;width:48px}.mkt-step-content{flex:1 1}.mkt-step h3,.mkt-step-title{font-size:18px;margin-bottom:8px}.mkt-step p,.mkt-step-description{font-size:14px;line-height:1.6}}@media (max-width:640px){.mkt-pricing-toggle{gap:12px;margin-bottom:32px}.mkt-pricing-toggle span{font-size:13px}.mkt-pricing-card{border-radius:12px;padding:24px}.mkt-pricing-tier{font-size:20px}.mkt-pricing-price{font-size:40px}.mkt-pricing-features li{font-size:13px}.mkt-faq-question{font-size:15px;padding:16px 0}.mkt-faq-answer{font-size:14px;padding-bottom:16px}.mkt-cta-banner{border-radius:16px;padding:40px 20px}.mkt-cta-banner h2{font-size:24px}.mkt-cta-banner p{font-size:15px;margin-bottom:24px}.mkt-cta-banner-buttons{flex-direction:column;gap:12px}.mkt-cta-banner-buttons .mkt-btn{justify-content:center;width:100%}}@media (max-width:768px){.mkt-footer-grid{gap:32px;grid-template-columns:1fr 1fr}.mkt-footer-brand{grid-column:span 2}}@media (max-width:480px){.mkt-footer{padding:48px 0 24px}.mkt-footer-grid{gap:24px;grid-template-columns:1fr}.mkt-footer-brand{grid-column:span 1}.mkt-footer-brand p{max-width:100%}.mkt-footer-bottom{flex-direction:column;gap:12px;text-align:center}.mkt-footer-legal{justify-content:center}}@media (max-width:768px){.mkt-navbar{padding:12px 16px}.mkt-navbar-logo img{height:26px}.mkt-logo-text{font-size:20px}.mkt-navbar-links.open{padding:20px 16px}.mkt-navbar-mobile-auth{border-top:1px solid #ffffff1a;display:flex;flex-direction:column;gap:12px;margin-top:16px;padding-top:16px}.mkt-about-hero{min-height:auto;padding:120px 0 48px}.mkt-about-quote{padding:32px 24px}.mkt-about-quote-mark{font-size:48px;left:15px;top:10px}.mkt-about-quote blockquote{font-size:18px}.mkt-about-story-grid{gap:32px;grid-template-columns:1fr}.mkt-about-story-visual{flex-direction:row;gap:12px;order:-1}.mkt-about-story-card{flex:1 1;padding:20px}.mkt-about-story-stat{font-size:32px}}@media (max-width:480px){.mkt-about-story-visual{flex-direction:column}}@media (max-width:768px){.mkt-values-grid{gap:16px;grid-template-columns:1fr}.mkt-value-card{align-items:flex-start;display:flex;gap:16px;padding:24px;text-align:left}.mkt-value-icon{flex-shrink:0;height:48px;margin:0;width:48px}.mkt-value-content{flex:1 1}.mkt-value-title{font-size:16px}.mkt-contact-grid{gap:40px;grid-template-columns:1fr}.mkt-contact-grid>div:last-child{order:-1}}@media (max-width:480px){.mkt-form-input,.mkt-form-select,.mkt-form-textarea{font-size:16px;padding:12px 14px}.mkt-contact-info-item{flex-direction:column;gap:12px}}@media (max-width:768px){.mkt-slideshow-steps{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(4,1fr)}.mkt-slideshow-step{min-width:auto;padding:12px 8px}.mkt-slideshow-step-icon{height:24px;width:24px}.mkt-slideshow-step-icon svg{height:16px;width:16px}.mkt-slideshow-step-label{font-size:11px}.mkt-slideshow-content{gap:24px;grid-template-columns:1fr}.mkt-slideshow-title{font-size:22px}.mkt-slideshow-description{font-size:14px}}@media (max-width:480px){.mkt-slideshow-steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.mkt-waitlist-form{border-radius:12px;padding:28px 20px}.mkt-trust-badge{padding:10px 16px}.mkt-trust-badge-text{font-size:13px}.mkt-trust-platforms{gap:32px}.mkt-trust-platform svg{height:40px;width:40px}}@media (max-width:768px){.mkt-differentiators{gap:16px;grid-template-columns:1fr}.mkt-differentiator{align-items:flex-start;display:flex;gap:16px;padding:24px;text-align:left}.mkt-differentiator-icon{flex-shrink:0;margin:0}.mkt-differentiator-title{font-size:16px}}@media (max-width:640px){.mkt-btn{font-size:14px;padding:12px 20px}.mkt-btn-lg{font-size:15px;padding:14px 24px}.mkt-btn-sm{font-size:13px;padding:8px 14px}}@media (max-width:768px){input,select,textarea{font-size:16px!important}}.mkt-btn{appearance:none}.mkt-page{-webkit-overflow-scrolling:touch}@media (max-height:500px) and (orientation:landscape){.mkt-hero{padding:80px 0 40px}.mkt-hero-title{font-size:28px}.mkt-hero-dashboard{margin:24px auto 0;max-width:60%}}.mkt-blog-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr;margin:0 auto;max-width:800px}.mkt-blog-card{align-items:center;background:#0f172a99;border:1px solid #ffffff0f;border-radius:16px;display:flex;gap:24px;justify-content:space-between;padding:32px;text-decoration:none;transition:all .3s ease}.mkt-blog-card:hover{border-color:#4c6fff4d;transform:translateY(-2px)}.mkt-blog-card-content{flex:1 1}.mkt-blog-card-category{color:#4c6fff;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.mkt-blog-card-title{color:#e8ecf6;font-size:22px;font-weight:700;line-height:1.3;margin-bottom:12px}.mkt-blog-card-excerpt{color:#a9b1c7;font-size:15px;line-height:1.6;margin-bottom:16px}.mkt-blog-card-meta{color:#64748b;display:flex;font-size:13px;gap:12px}.mkt-blog-card-arrow{color:#4c6fff;flex-shrink:0;font-size:24px}@media (max-width:640px){.mkt-blog-card{align-items:flex-start;flex-direction:column;padding:24px}.mkt-blog-card-title{font-size:18px}.mkt-blog-card-arrow{display:none}}.mkt-blog-back-link{color:#4c6fff;display:inline-block;font-size:14px;margin-bottom:24px;text-decoration:none;transition:color .2s}.mkt-blog-back-link:hover{color:#6b8aff}.mkt-blog-post-header{margin:0 auto;max-width:720px;text-align:center}.mkt-blog-post-category{color:#4c6fff;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:16px;text-transform:uppercase}.mkt-blog-post-title{color:#e8ecf6;font-size:42px;font-weight:700;line-height:1.2;margin-bottom:16px}@media (max-width:768px){.mkt-blog-post-title{font-size:28px}}.mkt-blog-post-subtitle{color:#a9b1c7;font-size:20px;margin-bottom:24px}@media (max-width:768px){.mkt-blog-post-subtitle{font-size:16px}}.mkt-blog-post-meta{color:#64748b;display:flex;font-size:14px;gap:12px;justify-content:center}.mkt-blog-post-content{color:#c4c9d4;font-size:17px;line-height:1.8;margin:0 auto;max-width:720px}.mkt-blog-post-content p{margin-bottom:24px}.mkt-blog-post-content h2{border-top:1px solid #ffffff0f;color:#e8ecf6;font-size:28px;font-weight:700;margin:56px 0 24px;padding-top:24px}.mkt-blog-post-content h2:first-of-type{border-top:none;padding-top:0}.mkt-blog-post-content h3{color:#e8ecf6;font-size:22px;font-weight:600;margin:40px 0 16px}.mkt-blog-post-content ol,.mkt-blog-post-content ul{margin-bottom:24px;padding-left:24px}.mkt-blog-post-content li{color:#a9b1c7;margin-bottom:12px}.mkt-blog-post-content strong{color:#e8ecf6;font-weight:600}.mkt-blog-post-content em{font-style:italic}.mkt-blog-post-content blockquote{border-left:4px solid #4c6fff;color:#e8ecf6;font-size:18px;font-style:italic;margin:32px 0;padding-left:24px}.mkt-blog-post-content table{border-collapse:collapse;margin:32px 0;width:100%}.mkt-blog-post-content td,.mkt-blog-post-content th{border-bottom:1px solid #ffffff0f;padding:12px 16px;text-align:left}.mkt-blog-post-content th{background:#0f172a66;color:#e8ecf6;font-weight:600}.mkt-blog-post-content td{color:#a9b1c7}.mkt-blog-post-cta{background:linear-gradient(135deg,#4c6fff1a,#10b9810d);border:1px solid #4c6fff33;border-radius:16px;margin:64px auto 0;max-width:720px;padding:40px;text-align:center}.mkt-blog-post-cta h2{color:#e8ecf6;font-size:24px;font-weight:600;margin-bottom:12px}.mkt-blog-post-cta p{color:#a9b1c7;font-size:16px;margin-bottom:24px}@media (max-width:640px){.mkt-blog-post-content{font-size:16px}.mkt-blog-post-content h2{font-size:22px;margin:40px 0 16px}.mkt-blog-post-content h3{font-size:18px}.mkt-blog-post-cta{margin-top:48px;padding:28px 20px}.mkt-blog-post-cta h2{font-size:20px}}.mkt-feature-deep{grid-gap:64px;align-items:center;border-bottom:1px solid #ffffff0f;display:grid;gap:64px;grid-template-columns:1fr 1fr;padding:80px 0}.mkt-feature-deep:last-child{border-bottom:none}.mkt-feature-deep.reverse{direction:rtl}.mkt-feature-deep.reverse>*{direction:ltr}.mkt-feature-deep-content{display:flex;flex-direction:column}.mkt-feature-deep-label{font-size:13px;font-weight:600;letter-spacing:.1em;margin-bottom:12px;text-transform:uppercase}.mkt-feature-deep-title{color:#e8ecf6;font-size:32px;font-weight:700;line-height:1.2;margin-bottom:16px}.mkt-feature-deep-description{color:#a9b1c7;font-size:17px;line-height:1.7;margin-bottom:28px}.mkt-feature-deep-points{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.mkt-feature-deep-points li{align-items:flex-start;color:#a9b1c7;display:flex;font-size:15px;gap:12px;line-height:1.5}.mkt-feature-deep-points li svg{flex-shrink:0;margin-top:2px}.mkt-feature-deep-image-wrapper,.mkt-feature-deep-visual{align-items:center;display:flex;justify-content:center}.mkt-feature-deep-image-wrapper{aspect-ratio:4/3;background:#0f172a66;border:1px solid;border-radius:16px;overflow:hidden;width:100%}.mkt-feature-deep-image-wrapper img{height:100%;object-fit:cover;width:100%}.mkt-feature-deep-placeholder{align-items:center;display:flex;flex-direction:column;gap:12px;opacity:.5}.mkt-feature-deep-placeholder-icon{opacity:.6}.mkt-feature-deep-placeholder span{color:#a9b1c7;font-size:13px}@media (max-width:768px){.mkt-feature-deep{gap:32px;grid-template-columns:1fr;padding:48px 0}.mkt-feature-deep.reverse{direction:ltr}.mkt-feature-deep-title{font-size:24px}.mkt-feature-deep-description{font-size:15px}.mkt-feature-deep-image-wrapper{aspect-ratio:16/9}}.mkt-comparison-table-wrapper{-webkit-overflow-scrolling:touch;background:#0f172a66;border:1px solid #ffffff14;border-radius:16px;overflow-x:auto}.mkt-comparison-table{border-collapse:collapse;min-width:640px;width:100%}.mkt-comparison-table td,.mkt-comparison-table th{border-bottom:1px solid #ffffff0f;font-size:14px;padding:16px 20px;text-align:center}.mkt-comparison-table thead th{background:#0f172a99;color:#a9b1c7;font-size:13px;font-weight:600;letter-spacing:.05em;padding:20px;text-transform:uppercase}.mkt-comparison-table thead th:first-child{text-align:left}.mkt-comparison-table tbody td:first-child{color:#e8ecf6;font-weight:500;text-align:left}.mkt-comparison-table tbody td{color:#a9b1c7}.mkt-comparison-table tbody tr:last-child td{border-bottom:none}.mkt-comparison-table td.highlight,.mkt-comparison-table th.highlight{background:#4c6fff14;border-left:1px solid #4c6fff26;border-right:1px solid #4c6fff26}.mkt-comparison-table thead th.highlight{background:#4c6fff1f;border-top:2px solid #4c6fff;border-top-left-radius:0;border-top-right-radius:0;color:#4c6fff}.mkt-comparison-table td.highlight strong{color:#e8ecf6}.mkt-comparison-table .yes{color:#10b981;font-size:18px;font-weight:600}.mkt-comparison-table .no{color:#ef4444;font-size:18px;font-weight:600}.mkt-comparison-table .neutral{color:#a9b1c7;font-style:italic}@media (max-width:640px){.mkt-comparison-table-wrapper{border-left:none;border-radius:0;border-right:none;margin:0 -20px}.mkt-comparison-table td,.mkt-comparison-table th{font-size:13px;padding:12px 14px}}.mkt-use-cases-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.mkt-use-case{background:#0f172a66;border:1px solid #ffffff14;border-radius:16px;padding:32px 24px;text-align:center;transition:all .3s ease}.mkt-use-case:hover{border-color:#4c6fff33;box-shadow:0 12px 40px #0003;transform:translateY(-4px)}.mkt-use-case-icon{font-size:40px;line-height:1;margin-bottom:16px}.mkt-use-case h3{color:#e8ecf6;font-size:18px;font-weight:600;margin-bottom:12px}.mkt-use-case p{color:#a9b1c7;font-size:14px;line-height:1.6}@media (max-width:1024px){.mkt-use-cases-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.mkt-use-cases-grid{gap:16px;grid-template-columns:1fr}.mkt-use-case{padding:24px 20px}.mkt-use-case h3{font-size:16px}.mkt-use-case p{font-size:13px}}.mkt-feature-illustration{height:100%;width:100%}.mkt-illustration-animate-float{animation:illustration-float 3s ease-in-out infinite}@keyframes illustration-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.mkt-illustration-animate-pulse{animation:illustration-pulse 2s ease-in-out infinite}@keyframes illustration-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.mkt-illustration-animate-bounce{animation:illustration-bounce 1s ease-in-out infinite}@keyframes illustration-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.mkt-illustration-animate-slide-up{animation:illustration-slide-up .6s ease-out forwards;opacity:0}@keyframes illustration-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mkt-illustration-animate-slide-right{animation:illustration-slide-right .6s ease-out forwards;opacity:0}@keyframes illustration-slide-right{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.mkt-illustration-animate-slide-left{animation:illustration-slide-left .6s ease-out forwards;opacity:0}@keyframes illustration-slide-left{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.mkt-illustration-animate-fade{animation:illustration-fade .8s ease-out forwards;opacity:0}@keyframes illustration-fade{0%{opacity:0}to{opacity:1}}.mkt-illustration-animate-spin{animation:illustration-spin 20s linear infinite;transform-origin:center}@keyframes illustration-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mkt-illustration-animate-spin-reverse{animation:illustration-spin-reverse 25s linear infinite;transform-origin:center}@keyframes illustration-spin-reverse{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}

/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */@font-face{font-display:block;font-family:bootstrap-icons;src:url(/static/media/bootstrap-icons.92ea18a81d737146ff04.woff2) format("woff2"),url(/static/media/bootstrap-icons.1295669cd4e305c97f2c.woff) format("woff")}.bi:before,[class*=" bi-"]:before,[class^=bi-]:before{font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-variant:normal;font-weight:400!important;line-height:1;text-transform:none;vertical-align:-.125em}.bi-123:before{content:"\f67f"}.bi-alarm-fill:before{content:"\f101"}.bi-alarm:before{content:"\f102"}.bi-align-bottom:before{content:"\f103"}.bi-align-center:before{content:"\f104"}.bi-align-end:before{content:"\f105"}.bi-align-middle:before{content:"\f106"}.bi-align-start:before{content:"\f107"}.bi-align-top:before{content:"\f108"}.bi-alt:before{content:"\f109"}.bi-app-indicator:before{content:"\f10a"}.bi-app:before{content:"\f10b"}.bi-archive-fill:before{content:"\f10c"}.bi-archive:before{content:"\f10d"}.bi-arrow-90deg-down:before{content:"\f10e"}.bi-arrow-90deg-left:before{content:"\f10f"}.bi-arrow-90deg-right:before{content:"\f110"}.bi-arrow-90deg-up:before{content:"\f111"}.bi-arrow-bar-down:before{content:"\f112"}.bi-arrow-bar-left:before{content:"\f113"}.bi-arrow-bar-right:before{content:"\f114"}.bi-arrow-bar-up:before{content:"\f115"}.bi-arrow-clockwise:before{content:"\f116"}.bi-arrow-counterclockwise:before{content:"\f117"}.bi-arrow-down-circle-fill:before{content:"\f118"}.bi-arrow-down-circle:before{content:"\f119"}.bi-arrow-down-left-circle-fill:before{content:"\f11a"}.bi-arrow-down-left-circle:before{content:"\f11b"}.bi-arrow-down-left-square-fill:before{content:"\f11c"}.bi-arrow-down-left-square:before{content:"\f11d"}.bi-arrow-down-left:before{content:"\f11e"}.bi-arrow-down-right-circle-fill:before{content:"\f11f"}.bi-arrow-down-right-circle:before{content:"\f120"}.bi-arrow-down-right-square-fill:before{content:"\f121"}.bi-arrow-down-right-square:before{content:"\f122"}.bi-arrow-down-right:before{content:"\f123"}.bi-arrow-down-short:before{content:"\f124"}.bi-arrow-down-square-fill:before{content:"\f125"}.bi-arrow-down-square:before{content:"\f126"}.bi-arrow-down-up:before{content:"\f127"}.bi-arrow-down:before{content:"\f128"}.bi-arrow-left-circle-fill:before{content:"\f129"}.bi-arrow-left-circle:before{content:"\f12a"}.bi-arrow-left-right:before{content:"\f12b"}.bi-arrow-left-short:before{content:"\f12c"}.bi-arrow-left-square-fill:before{content:"\f12d"}.bi-arrow-left-square:before{content:"\f12e"}.bi-arrow-left:before{content:"\f12f"}.bi-arrow-repeat:before{content:"\f130"}.bi-arrow-return-left:before{content:"\f131"}.bi-arrow-return-right:before{content:"\f132"}.bi-arrow-right-circle-fill:before{content:"\f133"}.bi-arrow-right-circle:before{content:"\f134"}.bi-arrow-right-short:before{content:"\f135"}.bi-arrow-right-square-fill:before{content:"\f136"}.bi-arrow-right-square:before{content:"\f137"}.bi-arrow-right:before{content:"\f138"}.bi-arrow-up-circle-fill:before{content:"\f139"}.bi-arrow-up-circle:before{content:"\f13a"}.bi-arrow-up-left-circle-fill:before{content:"\f13b"}.bi-arrow-up-left-circle:before{content:"\f13c"}.bi-arrow-up-left-square-fill:before{content:"\f13d"}.bi-arrow-up-left-square:before{content:"\f13e"}.bi-arrow-up-left:before{content:"\f13f"}.bi-arrow-up-right-circle-fill:before{content:"\f140"}.bi-arrow-up-right-circle:before{content:"\f141"}.bi-arrow-up-right-square-fill:before{content:"\f142"}.bi-arrow-up-right-square:before{content:"\f143"}.bi-arrow-up-right:before{content:"\f144"}.bi-arrow-up-short:before{content:"\f145"}.bi-arrow-up-square-fill:before{content:"\f146"}.bi-arrow-up-square:before{content:"\f147"}.bi-arrow-up:before{content:"\f148"}.bi-arrows-angle-contract:before{content:"\f149"}.bi-arrows-angle-expand:before{content:"\f14a"}.bi-arrows-collapse:before{content:"\f14b"}.bi-arrows-expand:before{content:"\f14c"}.bi-arrows-fullscreen:before{content:"\f14d"}.bi-arrows-move:before{content:"\f14e"}.bi-aspect-ratio-fill:before{content:"\f14f"}.bi-aspect-ratio:before{content:"\f150"}.bi-asterisk:before{content:"\f151"}.bi-at:before{content:"\f152"}.bi-award-fill:before{content:"\f153"}.bi-award:before{content:"\f154"}.bi-back:before{content:"\f155"}.bi-backspace-fill:before{content:"\f156"}.bi-backspace-reverse-fill:before{content:"\f157"}.bi-backspace-reverse:before{content:"\f158"}.bi-backspace:before{content:"\f159"}.bi-badge-3d-fill:before{content:"\f15a"}.bi-badge-3d:before{content:"\f15b"}.bi-badge-4k-fill:before{content:"\f15c"}.bi-badge-4k:before{content:"\f15d"}.bi-badge-8k-fill:before{content:"\f15e"}.bi-badge-8k:before{content:"\f15f"}.bi-badge-ad-fill:before{content:"\f160"}.bi-badge-ad:before{content:"\f161"}.bi-badge-ar-fill:before{content:"\f162"}.bi-badge-ar:before{content:"\f163"}.bi-badge-cc-fill:before{content:"\f164"}.bi-badge-cc:before{content:"\f165"}.bi-badge-hd-fill:before{content:"\f166"}.bi-badge-hd:before{content:"\f167"}.bi-badge-tm-fill:before{content:"\f168"}.bi-badge-tm:before{content:"\f169"}.bi-badge-vo-fill:before{content:"\f16a"}.bi-badge-vo:before{content:"\f16b"}.bi-badge-vr-fill:before{content:"\f16c"}.bi-badge-vr:before{content:"\f16d"}.bi-badge-wc-fill:before{content:"\f16e"}.bi-badge-wc:before{content:"\f16f"}.bi-bag-check-fill:before{content:"\f170"}.bi-bag-check:before{content:"\f171"}.bi-bag-dash-fill:before{content:"\f172"}.bi-bag-dash:before{content:"\f173"}.bi-bag-fill:before{content:"\f174"}.bi-bag-plus-fill:before{content:"\f175"}.bi-bag-plus:before{content:"\f176"}.bi-bag-x-fill:before{content:"\f177"}.bi-bag-x:before{content:"\f178"}.bi-bag:before{content:"\f179"}.bi-bar-chart-fill:before{content:"\f17a"}.bi-bar-chart-line-fill:before{content:"\f17b"}.bi-bar-chart-line:before{content:"\f17c"}.bi-bar-chart-steps:before{content:"\f17d"}.bi-bar-chart:before{content:"\f17e"}.bi-basket-fill:before{content:"\f17f"}.bi-basket:before{content:"\f180"}.bi-basket2-fill:before{content:"\f181"}.bi-basket2:before{content:"\f182"}.bi-basket3-fill:before{content:"\f183"}.bi-basket3:before{content:"\f184"}.bi-battery-charging:before{content:"\f185"}.bi-battery-full:before{content:"\f186"}.bi-battery-half:before{content:"\f187"}.bi-battery:before{content:"\f188"}.bi-bell-fill:before{content:"\f189"}.bi-bell:before{content:"\f18a"}.bi-bezier:before{content:"\f18b"}.bi-bezier2:before{content:"\f18c"}.bi-bicycle:before{content:"\f18d"}.bi-binoculars-fill:before{content:"\f18e"}.bi-binoculars:before{content:"\f18f"}.bi-blockquote-left:before{content:"\f190"}.bi-blockquote-right:before{content:"\f191"}.bi-book-fill:before{content:"\f192"}.bi-book-half:before{content:"\f193"}.bi-book:before{content:"\f194"}.bi-bookmark-check-fill:before{content:"\f195"}.bi-bookmark-check:before{content:"\f196"}.bi-bookmark-dash-fill:before{content:"\f197"}.bi-bookmark-dash:before{content:"\f198"}.bi-bookmark-fill:before{content:"\f199"}.bi-bookmark-heart-fill:before{content:"\f19a"}.bi-bookmark-heart:before{content:"\f19b"}.bi-bookmark-plus-fill:before{content:"\f19c"}.bi-bookmark-plus:before{content:"\f19d"}.bi-bookmark-star-fill:before{content:"\f19e"}.bi-bookmark-star:before{content:"\f19f"}.bi-bookmark-x-fill:before{content:"\f1a0"}.bi-bookmark-x:before{content:"\f1a1"}.bi-bookmark:before{content:"\f1a2"}.bi-bookmarks-fill:before{content:"\f1a3"}.bi-bookmarks:before{content:"\f1a4"}.bi-bookshelf:before{content:"\f1a5"}.bi-bootstrap-fill:before{content:"\f1a6"}.bi-bootstrap-reboot:before{content:"\f1a7"}.bi-bootstrap:before{content:"\f1a8"}.bi-border-all:before{content:"\f1a9"}.bi-border-bottom:before{content:"\f1aa"}.bi-border-center:before{content:"\f1ab"}.bi-border-inner:before{content:"\f1ac"}.bi-border-left:before{content:"\f1ad"}.bi-border-middle:before{content:"\f1ae"}.bi-border-outer:before{content:"\f1af"}.bi-border-right:before{content:"\f1b0"}.bi-border-style:before{content:"\f1b1"}.bi-border-top:before{content:"\f1b2"}.bi-border-width:before{content:"\f1b3"}.bi-border:before{content:"\f1b4"}.bi-bounding-box-circles:before{content:"\f1b5"}.bi-bounding-box:before{content:"\f1b6"}.bi-box-arrow-down-left:before{content:"\f1b7"}.bi-box-arrow-down-right:before{content:"\f1b8"}.bi-box-arrow-down:before{content:"\f1b9"}.bi-box-arrow-in-down-left:before{content:"\f1ba"}.bi-box-arrow-in-down-right:before{content:"\f1bb"}.bi-box-arrow-in-down:before{content:"\f1bc"}.bi-box-arrow-in-left:before{content:"\f1bd"}.bi-box-arrow-in-right:before{content:"\f1be"}.bi-box-arrow-in-up-left:before{content:"\f1bf"}.bi-box-arrow-in-up-right:before{content:"\f1c0"}.bi-box-arrow-in-up:before{content:"\f1c1"}.bi-box-arrow-left:before{content:"\f1c2"}.bi-box-arrow-right:before{content:"\f1c3"}.bi-box-arrow-up-left:before{content:"\f1c4"}.bi-box-arrow-up-right:before{content:"\f1c5"}.bi-box-arrow-up:before{content:"\f1c6"}.bi-box-seam:before{content:"\f1c7"}.bi-box:before{content:"\f1c8"}.bi-braces:before{content:"\f1c9"}.bi-bricks:before{content:"\f1ca"}.bi-briefcase-fill:before{content:"\f1cb"}.bi-briefcase:before{content:"\f1cc"}.bi-brightness-alt-high-fill:before{content:"\f1cd"}.bi-brightness-alt-high:before{content:"\f1ce"}.bi-brightness-alt-low-fill:before{content:"\f1cf"}.bi-brightness-alt-low:before{content:"\f1d0"}.bi-brightness-high-fill:before{content:"\f1d1"}.bi-brightness-high:before{content:"\f1d2"}.bi-brightness-low-fill:before{content:"\f1d3"}.bi-brightness-low:before{content:"\f1d4"}.bi-broadcast-pin:before{content:"\f1d5"}.bi-broadcast:before{content:"\f1d6"}.bi-brush-fill:before{content:"\f1d7"}.bi-brush:before{content:"\f1d8"}.bi-bucket-fill:before{content:"\f1d9"}.bi-bucket:before{content:"\f1da"}.bi-bug-fill:before{content:"\f1db"}.bi-bug:before{content:"\f1dc"}.bi-building:before{content:"\f1dd"}.bi-bullseye:before{content:"\f1de"}.bi-calculator-fill:before{content:"\f1df"}.bi-calculator:before{content:"\f1e0"}.bi-calendar-check-fill:before{content:"\f1e1"}.bi-calendar-check:before{content:"\f1e2"}.bi-calendar-date-fill:before{content:"\f1e3"}.bi-calendar-date:before{content:"\f1e4"}.bi-calendar-day-fill:before{content:"\f1e5"}.bi-calendar-day:before{content:"\f1e6"}.bi-calendar-event-fill:before{content:"\f1e7"}.bi-calendar-event:before{content:"\f1e8"}.bi-calendar-fill:before{content:"\f1e9"}.bi-calendar-minus-fill:before{content:"\f1ea"}.bi-calendar-minus:before{content:"\f1eb"}.bi-calendar-month-fill:before{content:"\f1ec"}.bi-calendar-month:before{content:"\f1ed"}.bi-calendar-plus-fill:before{content:"\f1ee"}.bi-calendar-plus:before{content:"\f1ef"}.bi-calendar-range-fill:before{content:"\f1f0"}.bi-calendar-range:before{content:"\f1f1"}.bi-calendar-week-fill:before{content:"\f1f2"}.bi-calendar-week:before{content:"\f1f3"}.bi-calendar-x-fill:before{content:"\f1f4"}.bi-calendar-x:before{content:"\f1f5"}.bi-calendar:before{content:"\f1f6"}.bi-calendar2-check-fill:before{content:"\f1f7"}.bi-calendar2-check:before{content:"\f1f8"}.bi-calendar2-date-fill:before{content:"\f1f9"}.bi-calendar2-date:before{content:"\f1fa"}.bi-calendar2-day-fill:before{content:"\f1fb"}.bi-calendar2-day:before{content:"\f1fc"}.bi-calendar2-event-fill:before{content:"\f1fd"}.bi-calendar2-event:before{content:"\f1fe"}.bi-calendar2-fill:before{content:"\f1ff"}.bi-calendar2-minus-fill:before{content:"\f200"}.bi-calendar2-minus:before{content:"\f201"}.bi-calendar2-month-fill:before{content:"\f202"}.bi-calendar2-month:before{content:"\f203"}.bi-calendar2-plus-fill:before{content:"\f204"}.bi-calendar2-plus:before{content:"\f205"}.bi-calendar2-range-fill:before{content:"\f206"}.bi-calendar2-range:before{content:"\f207"}.bi-calendar2-week-fill:before{content:"\f208"}.bi-calendar2-week:before{content:"\f209"}.bi-calendar2-x-fill:before{content:"\f20a"}.bi-calendar2-x:before{content:"\f20b"}.bi-calendar2:before{content:"\f20c"}.bi-calendar3-event-fill:before{content:"\f20d"}.bi-calendar3-event:before{content:"\f20e"}.bi-calendar3-fill:before{content:"\f20f"}.bi-calendar3-range-fill:before{content:"\f210"}.bi-calendar3-range:before{content:"\f211"}.bi-calendar3-week-fill:before{content:"\f212"}.bi-calendar3-week:before{content:"\f213"}.bi-calendar3:before{content:"\f214"}.bi-calendar4-event:before{content:"\f215"}.bi-calendar4-range:before{content:"\f216"}.bi-calendar4-week:before{content:"\f217"}.bi-calendar4:before{content:"\f218"}.bi-camera-fill:before{content:"\f219"}.bi-camera-reels-fill:before{content:"\f21a"}.bi-camera-reels:before{content:"\f21b"}.bi-camera-video-fill:before{content:"\f21c"}.bi-camera-video-off-fill:before{content:"\f21d"}.bi-camera-video-off:before{content:"\f21e"}.bi-camera-video:before{content:"\f21f"}.bi-camera:before{content:"\f220"}.bi-camera2:before{content:"\f221"}.bi-capslock-fill:before{content:"\f222"}.bi-capslock:before{content:"\f223"}.bi-card-checklist:before{content:"\f224"}.bi-card-heading:before{content:"\f225"}.bi-card-image:before{content:"\f226"}.bi-card-list:before{content:"\f227"}.bi-card-text:before{content:"\f228"}.bi-caret-down-fill:before{content:"\f229"}.bi-caret-down-square-fill:before{content:"\f22a"}.bi-caret-down-square:before{content:"\f22b"}.bi-caret-down:before{content:"\f22c"}.bi-caret-left-fill:before{content:"\f22d"}.bi-caret-left-square-fill:before{content:"\f22e"}.bi-caret-left-square:before{content:"\f22f"}.bi-caret-left:before{content:"\f230"}.bi-caret-right-fill:before{content:"\f231"}.bi-caret-right-square-fill:before{content:"\f232"}.bi-caret-right-square:before{content:"\f233"}.bi-caret-right:before{content:"\f234"}.bi-caret-up-fill:before{content:"\f235"}.bi-caret-up-square-fill:before{content:"\f236"}.bi-caret-up-square:before{content:"\f237"}.bi-caret-up:before{content:"\f238"}.bi-cart-check-fill:before{content:"\f239"}.bi-cart-check:before{content:"\f23a"}.bi-cart-dash-fill:before{content:"\f23b"}.bi-cart-dash:before{content:"\f23c"}.bi-cart-fill:before{content:"\f23d"}.bi-cart-plus-fill:before{content:"\f23e"}.bi-cart-plus:before{content:"\f23f"}.bi-cart-x-fill:before{content:"\f240"}.bi-cart-x:before{content:"\f241"}.bi-cart:before{content:"\f242"}.bi-cart2:before{content:"\f243"}.bi-cart3:before{content:"\f244"}.bi-cart4:before{content:"\f245"}.bi-cash-stack:before{content:"\f246"}.bi-cash:before{content:"\f247"}.bi-cast:before{content:"\f248"}.bi-chat-dots-fill:before{content:"\f249"}.bi-chat-dots:before{content:"\f24a"}.bi-chat-fill:before{content:"\f24b"}.bi-chat-left-dots-fill:before{content:"\f24c"}.bi-chat-left-dots:before{content:"\f24d"}.bi-chat-left-fill:before{content:"\f24e"}.bi-chat-left-quote-fill:before{content:"\f24f"}.bi-chat-left-quote:before{content:"\f250"}.bi-chat-left-text-fill:before{content:"\f251"}.bi-chat-left-text:before{content:"\f252"}.bi-chat-left:before{content:"\f253"}.bi-chat-quote-fill:before{content:"\f254"}.bi-chat-quote:before{content:"\f255"}.bi-chat-right-dots-fill:before{content:"\f256"}.bi-chat-right-dots:before{content:"\f257"}.bi-chat-right-fill:before{content:"\f258"}.bi-chat-right-quote-fill:before{content:"\f259"}.bi-chat-right-quote:before{content:"\f25a"}.bi-chat-right-text-fill:before{content:"\f25b"}.bi-chat-right-text:before{content:"\f25c"}.bi-chat-right:before{content:"\f25d"}.bi-chat-square-dots-fill:before{content:"\f25e"}.bi-chat-square-dots:before{content:"\f25f"}.bi-chat-square-fill:before{content:"\f260"}.bi-chat-square-quote-fill:before{content:"\f261"}.bi-chat-square-quote:before{content:"\f262"}.bi-chat-square-text-fill:before{content:"\f263"}.bi-chat-square-text:before{content:"\f264"}.bi-chat-square:before{content:"\f265"}.bi-chat-text-fill:before{content:"\f266"}.bi-chat-text:before{content:"\f267"}.bi-chat:before{content:"\f268"}.bi-check-all:before{content:"\f269"}.bi-check-circle-fill:before{content:"\f26a"}.bi-check-circle:before{content:"\f26b"}.bi-check-square-fill:before{content:"\f26c"}.bi-check-square:before{content:"\f26d"}.bi-check:before{content:"\f26e"}.bi-check2-all:before{content:"\f26f"}.bi-check2-circle:before{content:"\f270"}.bi-check2-square:before{content:"\f271"}.bi-check2:before{content:"\f272"}.bi-chevron-bar-contract:before{content:"\f273"}.bi-chevron-bar-down:before{content:"\f274"}.bi-chevron-bar-expand:before{content:"\f275"}.bi-chevron-bar-left:before{content:"\f276"}.bi-chevron-bar-right:before{content:"\f277"}.bi-chevron-bar-up:before{content:"\f278"}.bi-chevron-compact-down:before{content:"\f279"}.bi-chevron-compact-left:before{content:"\f27a"}.bi-chevron-compact-right:before{content:"\f27b"}.bi-chevron-compact-up:before{content:"\f27c"}.bi-chevron-contract:before{content:"\f27d"}.bi-chevron-double-down:before{content:"\f27e"}.bi-chevron-double-left:before{content:"\f27f"}.bi-chevron-double-right:before{content:"\f280"}.bi-chevron-double-up:before{content:"\f281"}.bi-chevron-down:before{content:"\f282"}.bi-chevron-expand:before{content:"\f283"}.bi-chevron-left:before{content:"\f284"}.bi-chevron-right:before{content:"\f285"}.bi-chevron-up:before{content:"\f286"}.bi-circle-fill:before{content:"\f287"}.bi-circle-half:before{content:"\f288"}.bi-circle-square:before{content:"\f289"}.bi-circle:before{content:"\f28a"}.bi-clipboard-check:before{content:"\f28b"}.bi-clipboard-data:before{content:"\f28c"}.bi-clipboard-minus:before{content:"\f28d"}.bi-clipboard-plus:before{content:"\f28e"}.bi-clipboard-x:before{content:"\f28f"}.bi-clipboard:before{content:"\f290"}.bi-clock-fill:before{content:"\f291"}.bi-clock-history:before{content:"\f292"}.bi-clock:before{content:"\f293"}.bi-cloud-arrow-down-fill:before{content:"\f294"}.bi-cloud-arrow-down:before{content:"\f295"}.bi-cloud-arrow-up-fill:before{content:"\f296"}.bi-cloud-arrow-up:before{content:"\f297"}.bi-cloud-check-fill:before{content:"\f298"}.bi-cloud-check:before{content:"\f299"}.bi-cloud-download-fill:before{content:"\f29a"}.bi-cloud-download:before{content:"\f29b"}.bi-cloud-drizzle-fill:before{content:"\f29c"}.bi-cloud-drizzle:before{content:"\f29d"}.bi-cloud-fill:before{content:"\f29e"}.bi-cloud-fog-fill:before{content:"\f29f"}.bi-cloud-fog:before{content:"\f2a0"}.bi-cloud-fog2-fill:before{content:"\f2a1"}.bi-cloud-fog2:before{content:"\f2a2"}.bi-cloud-hail-fill:before{content:"\f2a3"}.bi-cloud-hail:before{content:"\f2a4"}.bi-cloud-haze-fill:before{content:"\f2a6"}.bi-cloud-haze:before{content:"\f2a7"}.bi-cloud-haze2-fill:before{content:"\f2a8"}.bi-cloud-lightning-fill:before{content:"\f2a9"}.bi-cloud-lightning-rain-fill:before{content:"\f2aa"}.bi-cloud-lightning-rain:before{content:"\f2ab"}.bi-cloud-lightning:before{content:"\f2ac"}.bi-cloud-minus-fill:before{content:"\f2ad"}.bi-cloud-minus:before{content:"\f2ae"}.bi-cloud-moon-fill:before{content:"\f2af"}.bi-cloud-moon:before{content:"\f2b0"}.bi-cloud-plus-fill:before{content:"\f2b1"}.bi-cloud-plus:before{content:"\f2b2"}.bi-cloud-rain-fill:before{content:"\f2b3"}.bi-cloud-rain-heavy-fill:before{content:"\f2b4"}.bi-cloud-rain-heavy:before{content:"\f2b5"}.bi-cloud-rain:before{content:"\f2b6"}.bi-cloud-slash-fill:before{content:"\f2b7"}.bi-cloud-slash:before{content:"\f2b8"}.bi-cloud-sleet-fill:before{content:"\f2b9"}.bi-cloud-sleet:before{content:"\f2ba"}.bi-cloud-snow-fill:before{content:"\f2bb"}.bi-cloud-snow:before{content:"\f2bc"}.bi-cloud-sun-fill:before{content:"\f2bd"}.bi-cloud-sun:before{content:"\f2be"}.bi-cloud-upload-fill:before{content:"\f2bf"}.bi-cloud-upload:before{content:"\f2c0"}.bi-cloud:before{content:"\f2c1"}.bi-clouds-fill:before{content:"\f2c2"}.bi-clouds:before{content:"\f2c3"}.bi-cloudy-fill:before{content:"\f2c4"}.bi-cloudy:before{content:"\f2c5"}.bi-code-slash:before{content:"\f2c6"}.bi-code-square:before{content:"\f2c7"}.bi-code:before{content:"\f2c8"}.bi-collection-fill:before{content:"\f2c9"}.bi-collection-play-fill:before{content:"\f2ca"}.bi-collection-play:before{content:"\f2cb"}.bi-collection:before{content:"\f2cc"}.bi-columns-gap:before{content:"\f2cd"}.bi-columns:before{content:"\f2ce"}.bi-command:before{content:"\f2cf"}.bi-compass-fill:before{content:"\f2d0"}.bi-compass:before{content:"\f2d1"}.bi-cone-striped:before{content:"\f2d2"}.bi-cone:before{content:"\f2d3"}.bi-controller:before{content:"\f2d4"}.bi-cpu-fill:before{content:"\f2d5"}.bi-cpu:before{content:"\f2d6"}.bi-credit-card-2-back-fill:before{content:"\f2d7"}.bi-credit-card-2-back:before{content:"\f2d8"}.bi-credit-card-2-front-fill:before{content:"\f2d9"}.bi-credit-card-2-front:before{content:"\f2da"}.bi-credit-card-fill:before{content:"\f2db"}.bi-credit-card:before{content:"\f2dc"}.bi-crop:before{content:"\f2dd"}.bi-cup-fill:before{content:"\f2de"}.bi-cup-straw:before{content:"\f2df"}.bi-cup:before{content:"\f2e0"}.bi-cursor-fill:before{content:"\f2e1"}.bi-cursor-text:before{content:"\f2e2"}.bi-cursor:before{content:"\f2e3"}.bi-dash-circle-dotted:before{content:"\f2e4"}.bi-dash-circle-fill:before{content:"\f2e5"}.bi-dash-circle:before{content:"\f2e6"}.bi-dash-square-dotted:before{content:"\f2e7"}.bi-dash-square-fill:before{content:"\f2e8"}.bi-dash-square:before{content:"\f2e9"}.bi-dash:before{content:"\f2ea"}.bi-diagram-2-fill:before{content:"\f2eb"}.bi-diagram-2:before{content:"\f2ec"}.bi-diagram-3-fill:before{content:"\f2ed"}.bi-diagram-3:before{content:"\f2ee"}.bi-diamond-fill:before{content:"\f2ef"}.bi-diamond-half:before{content:"\f2f0"}.bi-diamond:before{content:"\f2f1"}.bi-dice-1-fill:before{content:"\f2f2"}.bi-dice-1:before{content:"\f2f3"}.bi-dice-2-fill:before{content:"\f2f4"}.bi-dice-2:before{content:"\f2f5"}.bi-dice-3-fill:before{content:"\f2f6"}.bi-dice-3:before{content:"\f2f7"}.bi-dice-4-fill:before{content:"\f2f8"}.bi-dice-4:before{content:"\f2f9"}.bi-dice-5-fill:before{content:"\f2fa"}.bi-dice-5:before{content:"\f2fb"}.bi-dice-6-fill:before{content:"\f2fc"}.bi-dice-6:before{content:"\f2fd"}.bi-disc-fill:before{content:"\f2fe"}.bi-disc:before{content:"\f2ff"}.bi-discord:before{content:"\f300"}.bi-display-fill:before{content:"\f301"}.bi-display:before{content:"\f302"}.bi-distribute-horizontal:before{content:"\f303"}.bi-distribute-vertical:before{content:"\f304"}.bi-door-closed-fill:before{content:"\f305"}.bi-door-closed:before{content:"\f306"}.bi-door-open-fill:before{content:"\f307"}.bi-door-open:before{content:"\f308"}.bi-dot:before{content:"\f309"}.bi-download:before{content:"\f30a"}.bi-droplet-fill:before{content:"\f30b"}.bi-droplet-half:before{content:"\f30c"}.bi-droplet:before{content:"\f30d"}.bi-earbuds:before{content:"\f30e"}.bi-easel-fill:before{content:"\f30f"}.bi-easel:before{content:"\f310"}.bi-egg-fill:before{content:"\f311"}.bi-egg-fried:before{content:"\f312"}.bi-egg:before{content:"\f313"}.bi-eject-fill:before{content:"\f314"}.bi-eject:before{content:"\f315"}.bi-emoji-angry-fill:before{content:"\f316"}.bi-emoji-angry:before{content:"\f317"}.bi-emoji-dizzy-fill:before{content:"\f318"}.bi-emoji-dizzy:before{content:"\f319"}.bi-emoji-expressionless-fill:before{content:"\f31a"}.bi-emoji-expressionless:before{content:"\f31b"}.bi-emoji-frown-fill:before{content:"\f31c"}.bi-emoji-frown:before{content:"\f31d"}.bi-emoji-heart-eyes-fill:before{content:"\f31e"}.bi-emoji-heart-eyes:before{content:"\f31f"}.bi-emoji-laughing-fill:before{content:"\f320"}.bi-emoji-laughing:before{content:"\f321"}.bi-emoji-neutral-fill:before{content:"\f322"}.bi-emoji-neutral:before{content:"\f323"}.bi-emoji-smile-fill:before{content:"\f324"}.bi-emoji-smile-upside-down-fill:before{content:"\f325"}.bi-emoji-smile-upside-down:before{content:"\f326"}.bi-emoji-smile:before{content:"\f327"}.bi-emoji-sunglasses-fill:before{content:"\f328"}.bi-emoji-sunglasses:before{content:"\f329"}.bi-emoji-wink-fill:before{content:"\f32a"}.bi-emoji-wink:before{content:"\f32b"}.bi-envelope-fill:before{content:"\f32c"}.bi-envelope-open-fill:before{content:"\f32d"}.bi-envelope-open:before{content:"\f32e"}.bi-envelope:before{content:"\f32f"}.bi-eraser-fill:before{content:"\f330"}.bi-eraser:before{content:"\f331"}.bi-exclamation-circle-fill:before{content:"\f332"}.bi-exclamation-circle:before{content:"\f333"}.bi-exclamation-diamond-fill:before{content:"\f334"}.bi-exclamation-diamond:before{content:"\f335"}.bi-exclamation-octagon-fill:before{content:"\f336"}.bi-exclamation-octagon:before{content:"\f337"}.bi-exclamation-square-fill:before{content:"\f338"}.bi-exclamation-square:before{content:"\f339"}.bi-exclamation-triangle-fill:before{content:"\f33a"}.bi-exclamation-triangle:before{content:"\f33b"}.bi-exclamation:before{content:"\f33c"}.bi-exclude:before{content:"\f33d"}.bi-eye-fill:before{content:"\f33e"}.bi-eye-slash-fill:before{content:"\f33f"}.bi-eye-slash:before{content:"\f340"}.bi-eye:before{content:"\f341"}.bi-eyedropper:before{content:"\f342"}.bi-eyeglasses:before{content:"\f343"}.bi-facebook:before{content:"\f344"}.bi-file-arrow-down-fill:before{content:"\f345"}.bi-file-arrow-down:before{content:"\f346"}.bi-file-arrow-up-fill:before{content:"\f347"}.bi-file-arrow-up:before{content:"\f348"}.bi-file-bar-graph-fill:before{content:"\f349"}.bi-file-bar-graph:before{content:"\f34a"}.bi-file-binary-fill:before{content:"\f34b"}.bi-file-binary:before{content:"\f34c"}.bi-file-break-fill:before{content:"\f34d"}.bi-file-break:before{content:"\f34e"}.bi-file-check-fill:before{content:"\f34f"}.bi-file-check:before{content:"\f350"}.bi-file-code-fill:before{content:"\f351"}.bi-file-code:before{content:"\f352"}.bi-file-diff-fill:before{content:"\f353"}.bi-file-diff:before{content:"\f354"}.bi-file-earmark-arrow-down-fill:before{content:"\f355"}.bi-file-earmark-arrow-down:before{content:"\f356"}.bi-file-earmark-arrow-up-fill:before{content:"\f357"}.bi-file-earmark-arrow-up:before{content:"\f358"}.bi-file-earmark-bar-graph-fill:before{content:"\f359"}.bi-file-earmark-bar-graph:before{content:"\f35a"}.bi-file-earmark-binary-fill:before{content:"\f35b"}.bi-file-earmark-binary:before{content:"\f35c"}.bi-file-earmark-break-fill:before{content:"\f35d"}.bi-file-earmark-break:before{content:"\f35e"}.bi-file-earmark-check-fill:before{content:"\f35f"}.bi-file-earmark-check:before{content:"\f360"}.bi-file-earmark-code-fill:before{content:"\f361"}.bi-file-earmark-code:before{content:"\f362"}.bi-file-earmark-diff-fill:before{content:"\f363"}.bi-file-earmark-diff:before{content:"\f364"}.bi-file-earmark-easel-fill:before{content:"\f365"}.bi-file-earmark-easel:before{content:"\f366"}.bi-file-earmark-excel-fill:before{content:"\f367"}.bi-file-earmark-excel:before{content:"\f368"}.bi-file-earmark-fill:before{content:"\f369"}.bi-file-earmark-font-fill:before{content:"\f36a"}.bi-file-earmark-font:before{content:"\f36b"}.bi-file-earmark-image-fill:before{content:"\f36c"}.bi-file-earmark-image:before{content:"\f36d"}.bi-file-earmark-lock-fill:before{content:"\f36e"}.bi-file-earmark-lock:before{content:"\f36f"}.bi-file-earmark-lock2-fill:before{content:"\f370"}.bi-file-earmark-lock2:before{content:"\f371"}.bi-file-earmark-medical-fill:before{content:"\f372"}.bi-file-earmark-medical:before{content:"\f373"}.bi-file-earmark-minus-fill:before{content:"\f374"}.bi-file-earmark-minus:before{content:"\f375"}.bi-file-earmark-music-fill:before{content:"\f376"}.bi-file-earmark-music:before{content:"\f377"}.bi-file-earmark-person-fill:before{content:"\f378"}.bi-file-earmark-person:before{content:"\f379"}.bi-file-earmark-play-fill:before{content:"\f37a"}.bi-file-earmark-play:before{content:"\f37b"}.bi-file-earmark-plus-fill:before{content:"\f37c"}.bi-file-earmark-plus:before{content:"\f37d"}.bi-file-earmark-post-fill:before{content:"\f37e"}.bi-file-earmark-post:before{content:"\f37f"}.bi-file-earmark-ppt-fill:before{content:"\f380"}.bi-file-earmark-ppt:before{content:"\f381"}.bi-file-earmark-richtext-fill:before{content:"\f382"}.bi-file-earmark-richtext:before{content:"\f383"}.bi-file-earmark-ruled-fill:before{content:"\f384"}.bi-file-earmark-ruled:before{content:"\f385"}.bi-file-earmark-slides-fill:before{content:"\f386"}.bi-file-earmark-slides:before{content:"\f387"}.bi-file-earmark-spreadsheet-fill:before{content:"\f388"}.bi-file-earmark-spreadsheet:before{content:"\f389"}.bi-file-earmark-text-fill:before{content:"\f38a"}.bi-file-earmark-text:before{content:"\f38b"}.bi-file-earmark-word-fill:before{content:"\f38c"}.bi-file-earmark-word:before{content:"\f38d"}.bi-file-earmark-x-fill:before{content:"\f38e"}.bi-file-earmark-x:before{content:"\f38f"}.bi-file-earmark-zip-fill:before{content:"\f390"}.bi-file-earmark-zip:before{content:"\f391"}.bi-file-earmark:before{content:"\f392"}.bi-file-easel-fill:before{content:"\f393"}.bi-file-easel:before{content:"\f394"}.bi-file-excel-fill:before{content:"\f395"}.bi-file-excel:before{content:"\f396"}.bi-file-fill:before{content:"\f397"}.bi-file-font-fill:before{content:"\f398"}.bi-file-font:before{content:"\f399"}.bi-file-image-fill:before{content:"\f39a"}.bi-file-image:before{content:"\f39b"}.bi-file-lock-fill:before{content:"\f39c"}.bi-file-lock:before{content:"\f39d"}.bi-file-lock2-fill:before{content:"\f39e"}.bi-file-lock2:before{content:"\f39f"}.bi-file-medical-fill:before{content:"\f3a0"}.bi-file-medical:before{content:"\f3a1"}.bi-file-minus-fill:before{content:"\f3a2"}.bi-file-minus:before{content:"\f3a3"}.bi-file-music-fill:before{content:"\f3a4"}.bi-file-music:before{content:"\f3a5"}.bi-file-person-fill:before{content:"\f3a6"}.bi-file-person:before{content:"\f3a7"}.bi-file-play-fill:before{content:"\f3a8"}.bi-file-play:before{content:"\f3a9"}.bi-file-plus-fill:before{content:"\f3aa"}.bi-file-plus:before{content:"\f3ab"}.bi-file-post-fill:before{content:"\f3ac"}.bi-file-post:before{content:"\f3ad"}.bi-file-ppt-fill:before{content:"\f3ae"}.bi-file-ppt:before{content:"\f3af"}.bi-file-richtext-fill:before{content:"\f3b0"}.bi-file-richtext:before{content:"\f3b1"}.bi-file-ruled-fill:before{content:"\f3b2"}.bi-file-ruled:before{content:"\f3b3"}.bi-file-slides-fill:before{content:"\f3b4"}.bi-file-slides:before{content:"\f3b5"}.bi-file-spreadsheet-fill:before{content:"\f3b6"}.bi-file-spreadsheet:before{content:"\f3b7"}.bi-file-text-fill:before{content:"\f3b8"}.bi-file-text:before{content:"\f3b9"}.bi-file-word-fill:before{content:"\f3ba"}.bi-file-word:before{content:"\f3bb"}.bi-file-x-fill:before{content:"\f3bc"}.bi-file-x:before{content:"\f3bd"}.bi-file-zip-fill:before{content:"\f3be"}.bi-file-zip:before{content:"\f3bf"}.bi-file:before{content:"\f3c0"}.bi-files-alt:before{content:"\f3c1"}.bi-files:before{content:"\f3c2"}.bi-film:before{content:"\f3c3"}.bi-filter-circle-fill:before{content:"\f3c4"}.bi-filter-circle:before{content:"\f3c5"}.bi-filter-left:before{content:"\f3c6"}.bi-filter-right:before{content:"\f3c7"}.bi-filter-square-fill:before{content:"\f3c8"}.bi-filter-square:before{content:"\f3c9"}.bi-filter:before{content:"\f3ca"}.bi-flag-fill:before{content:"\f3cb"}.bi-flag:before{content:"\f3cc"}.bi-flower1:before{content:"\f3cd"}.bi-flower2:before{content:"\f3ce"}.bi-flower3:before{content:"\f3cf"}.bi-folder-check:before{content:"\f3d0"}.bi-folder-fill:before{content:"\f3d1"}.bi-folder-minus:before{content:"\f3d2"}.bi-folder-plus:before{content:"\f3d3"}.bi-folder-symlink-fill:before{content:"\f3d4"}.bi-folder-symlink:before{content:"\f3d5"}.bi-folder-x:before{content:"\f3d6"}.bi-folder:before{content:"\f3d7"}.bi-folder2-open:before{content:"\f3d8"}.bi-folder2:before{content:"\f3d9"}.bi-fonts:before{content:"\f3da"}.bi-forward-fill:before{content:"\f3db"}.bi-forward:before{content:"\f3dc"}.bi-front:before{content:"\f3dd"}.bi-fullscreen-exit:before{content:"\f3de"}.bi-fullscreen:before{content:"\f3df"}.bi-funnel-fill:before{content:"\f3e0"}.bi-funnel:before{content:"\f3e1"}.bi-gear-fill:before{content:"\f3e2"}.bi-gear-wide-connected:before{content:"\f3e3"}.bi-gear-wide:before{content:"\f3e4"}.bi-gear:before{content:"\f3e5"}.bi-gem:before{content:"\f3e6"}.bi-geo-alt-fill:before{content:"\f3e7"}.bi-geo-alt:before{content:"\f3e8"}.bi-geo-fill:before{content:"\f3e9"}.bi-geo:before{content:"\f3ea"}.bi-gift-fill:before{content:"\f3eb"}.bi-gift:before{content:"\f3ec"}.bi-github:before{content:"\f3ed"}.bi-globe:before{content:"\f3ee"}.bi-globe2:before{content:"\f3ef"}.bi-google:before{content:"\f3f0"}.bi-graph-down:before{content:"\f3f1"}.bi-graph-up:before{content:"\f3f2"}.bi-grid-1x2-fill:before{content:"\f3f3"}.bi-grid-1x2:before{content:"\f3f4"}.bi-grid-3x2-gap-fill:before{content:"\f3f5"}.bi-grid-3x2-gap:before{content:"\f3f6"}.bi-grid-3x2:before{content:"\f3f7"}.bi-grid-3x3-gap-fill:before{content:"\f3f8"}.bi-grid-3x3-gap:before{content:"\f3f9"}.bi-grid-3x3:before{content:"\f3fa"}.bi-grid-fill:before{content:"\f3fb"}.bi-grid:before{content:"\f3fc"}.bi-grip-horizontal:before{content:"\f3fd"}.bi-grip-vertical:before{content:"\f3fe"}.bi-hammer:before{content:"\f3ff"}.bi-hand-index-fill:before{content:"\f400"}.bi-hand-index-thumb-fill:before{content:"\f401"}.bi-hand-index-thumb:before{content:"\f402"}.bi-hand-index:before{content:"\f403"}.bi-hand-thumbs-down-fill:before{content:"\f404"}.bi-hand-thumbs-down:before{content:"\f405"}.bi-hand-thumbs-up-fill:before{content:"\f406"}.bi-hand-thumbs-up:before{content:"\f407"}.bi-handbag-fill:before{content:"\f408"}.bi-handbag:before{content:"\f409"}.bi-hash:before{content:"\f40a"}.bi-hdd-fill:before{content:"\f40b"}.bi-hdd-network-fill:before{content:"\f40c"}.bi-hdd-network:before{content:"\f40d"}.bi-hdd-rack-fill:before{content:"\f40e"}.bi-hdd-rack:before{content:"\f40f"}.bi-hdd-stack-fill:before{content:"\f410"}.bi-hdd-stack:before{content:"\f411"}.bi-hdd:before{content:"\f412"}.bi-headphones:before{content:"\f413"}.bi-headset:before{content:"\f414"}.bi-heart-fill:before{content:"\f415"}.bi-heart-half:before{content:"\f416"}.bi-heart:before{content:"\f417"}.bi-heptagon-fill:before{content:"\f418"}.bi-heptagon-half:before{content:"\f419"}.bi-heptagon:before{content:"\f41a"}.bi-hexagon-fill:before{content:"\f41b"}.bi-hexagon-half:before{content:"\f41c"}.bi-hexagon:before{content:"\f41d"}.bi-hourglass-bottom:before{content:"\f41e"}.bi-hourglass-split:before{content:"\f41f"}.bi-hourglass-top:before{content:"\f420"}.bi-hourglass:before{content:"\f421"}.bi-house-door-fill:before{content:"\f422"}.bi-house-door:before{content:"\f423"}.bi-house-fill:before{content:"\f424"}.bi-house:before{content:"\f425"}.bi-hr:before{content:"\f426"}.bi-hurricane:before{content:"\f427"}.bi-image-alt:before{content:"\f428"}.bi-image-fill:before{content:"\f429"}.bi-image:before{content:"\f42a"}.bi-images:before{content:"\f42b"}.bi-inbox-fill:before{content:"\f42c"}.bi-inbox:before{content:"\f42d"}.bi-inboxes-fill:before{content:"\f42e"}.bi-inboxes:before{content:"\f42f"}.bi-info-circle-fill:before{content:"\f430"}.bi-info-circle:before{content:"\f431"}.bi-info-square-fill:before{content:"\f432"}.bi-info-square:before{content:"\f433"}.bi-info:before{content:"\f434"}.bi-input-cursor-text:before{content:"\f435"}.bi-input-cursor:before{content:"\f436"}.bi-instagram:before{content:"\f437"}.bi-intersect:before{content:"\f438"}.bi-journal-album:before{content:"\f439"}.bi-journal-arrow-down:before{content:"\f43a"}.bi-journal-arrow-up:before{content:"\f43b"}.bi-journal-bookmark-fill:before{content:"\f43c"}.bi-journal-bookmark:before{content:"\f43d"}.bi-journal-check:before{content:"\f43e"}.bi-journal-code:before{content:"\f43f"}.bi-journal-medical:before{content:"\f440"}.bi-journal-minus:before{content:"\f441"}.bi-journal-plus:before{content:"\f442"}.bi-journal-richtext:before{content:"\f443"}.bi-journal-text:before{content:"\f444"}.bi-journal-x:before{content:"\f445"}.bi-journal:before{content:"\f446"}.bi-journals:before{content:"\f447"}.bi-joystick:before{content:"\f448"}.bi-justify-left:before{content:"\f449"}.bi-justify-right:before{content:"\f44a"}.bi-justify:before{content:"\f44b"}.bi-kanban-fill:before{content:"\f44c"}.bi-kanban:before{content:"\f44d"}.bi-key-fill:before{content:"\f44e"}.bi-key:before{content:"\f44f"}.bi-keyboard-fill:before{content:"\f450"}.bi-keyboard:before{content:"\f451"}.bi-ladder:before{content:"\f452"}.bi-lamp-fill:before{content:"\f453"}.bi-lamp:before{content:"\f454"}.bi-laptop-fill:before{content:"\f455"}.bi-laptop:before{content:"\f456"}.bi-layer-backward:before{content:"\f457"}.bi-layer-forward:before{content:"\f458"}.bi-layers-fill:before{content:"\f459"}.bi-layers-half:before{content:"\f45a"}.bi-layers:before{content:"\f45b"}.bi-layout-sidebar-inset-reverse:before{content:"\f45c"}.bi-layout-sidebar-inset:before{content:"\f45d"}.bi-layout-sidebar-reverse:before{content:"\f45e"}.bi-layout-sidebar:before{content:"\f45f"}.bi-layout-split:before{content:"\f460"}.bi-layout-text-sidebar-reverse:before{content:"\f461"}.bi-layout-text-sidebar:before{content:"\f462"}.bi-layout-text-window-reverse:before{content:"\f463"}.bi-layout-text-window:before{content:"\f464"}.bi-layout-three-columns:before{content:"\f465"}.bi-layout-wtf:before{content:"\f466"}.bi-life-preserver:before{content:"\f467"}.bi-lightbulb-fill:before{content:"\f468"}.bi-lightbulb-off-fill:before{content:"\f469"}.bi-lightbulb-off:before{content:"\f46a"}.bi-lightbulb:before{content:"\f46b"}.bi-lightning-charge-fill:before{content:"\f46c"}.bi-lightning-charge:before{content:"\f46d"}.bi-lightning-fill:before{content:"\f46e"}.bi-lightning:before{content:"\f46f"}.bi-link-45deg:before{content:"\f470"}.bi-link:before{content:"\f471"}.bi-linkedin:before{content:"\f472"}.bi-list-check:before{content:"\f473"}.bi-list-nested:before{content:"\f474"}.bi-list-ol:before{content:"\f475"}.bi-list-stars:before{content:"\f476"}.bi-list-task:before{content:"\f477"}.bi-list-ul:before{content:"\f478"}.bi-list:before{content:"\f479"}.bi-lock-fill:before{content:"\f47a"}.bi-lock:before{content:"\f47b"}.bi-mailbox:before{content:"\f47c"}.bi-mailbox2:before{content:"\f47d"}.bi-map-fill:before{content:"\f47e"}.bi-map:before{content:"\f47f"}.bi-markdown-fill:before{content:"\f480"}.bi-markdown:before{content:"\f481"}.bi-mask:before{content:"\f482"}.bi-megaphone-fill:before{content:"\f483"}.bi-megaphone:before{content:"\f484"}.bi-menu-app-fill:before{content:"\f485"}.bi-menu-app:before{content:"\f486"}.bi-menu-button-fill:before{content:"\f487"}.bi-menu-button-wide-fill:before{content:"\f488"}.bi-menu-button-wide:before{content:"\f489"}.bi-menu-button:before{content:"\f48a"}.bi-menu-down:before{content:"\f48b"}.bi-menu-up:before{content:"\f48c"}.bi-mic-fill:before{content:"\f48d"}.bi-mic-mute-fill:before{content:"\f48e"}.bi-mic-mute:before{content:"\f48f"}.bi-mic:before{content:"\f490"}.bi-minecart-loaded:before{content:"\f491"}.bi-minecart:before{content:"\f492"}.bi-moisture:before{content:"\f493"}.bi-moon-fill:before{content:"\f494"}.bi-moon-stars-fill:before{content:"\f495"}.bi-moon-stars:before{content:"\f496"}.bi-moon:before{content:"\f497"}.bi-mouse-fill:before{content:"\f498"}.bi-mouse:before{content:"\f499"}.bi-mouse2-fill:before{content:"\f49a"}.bi-mouse2:before{content:"\f49b"}.bi-mouse3-fill:before{content:"\f49c"}.bi-mouse3:before{content:"\f49d"}.bi-music-note-beamed:before{content:"\f49e"}.bi-music-note-list:before{content:"\f49f"}.bi-music-note:before{content:"\f4a0"}.bi-music-player-fill:before{content:"\f4a1"}.bi-music-player:before{content:"\f4a2"}.bi-newspaper:before{content:"\f4a3"}.bi-node-minus-fill:before{content:"\f4a4"}.bi-node-minus:before{content:"\f4a5"}.bi-node-plus-fill:before{content:"\f4a6"}.bi-node-plus:before{content:"\f4a7"}.bi-nut-fill:before{content:"\f4a8"}.bi-nut:before{content:"\f4a9"}.bi-octagon-fill:before{content:"\f4aa"}.bi-octagon-half:before{content:"\f4ab"}.bi-octagon:before{content:"\f4ac"}.bi-option:before{content:"\f4ad"}.bi-outlet:before{content:"\f4ae"}.bi-paint-bucket:before{content:"\f4af"}.bi-palette-fill:before{content:"\f4b0"}.bi-palette:before{content:"\f4b1"}.bi-palette2:before{content:"\f4b2"}.bi-paperclip:before{content:"\f4b3"}.bi-paragraph:before{content:"\f4b4"}.bi-patch-check-fill:before{content:"\f4b5"}.bi-patch-check:before{content:"\f4b6"}.bi-patch-exclamation-fill:before{content:"\f4b7"}.bi-patch-exclamation:before{content:"\f4b8"}.bi-patch-minus-fill:before{content:"\f4b9"}.bi-patch-minus:before{content:"\f4ba"}.bi-patch-plus-fill:before{content:"\f4bb"}.bi-patch-plus:before{content:"\f4bc"}.bi-patch-question-fill:before{content:"\f4bd"}.bi-patch-question:before{content:"\f4be"}.bi-pause-btn-fill:before{content:"\f4bf"}.bi-pause-btn:before{content:"\f4c0"}.bi-pause-circle-fill:before{content:"\f4c1"}.bi-pause-circle:before{content:"\f4c2"}.bi-pause-fill:before{content:"\f4c3"}.bi-pause:before{content:"\f4c4"}.bi-peace-fill:before{content:"\f4c5"}.bi-peace:before{content:"\f4c6"}.bi-pen-fill:before{content:"\f4c7"}.bi-pen:before{content:"\f4c8"}.bi-pencil-fill:before{content:"\f4c9"}.bi-pencil-square:before{content:"\f4ca"}.bi-pencil:before{content:"\f4cb"}.bi-pentagon-fill:before{content:"\f4cc"}.bi-pentagon-half:before{content:"\f4cd"}.bi-pentagon:before{content:"\f4ce"}.bi-people-fill:before{content:"\f4cf"}.bi-people:before{content:"\f4d0"}.bi-percent:before{content:"\f4d1"}.bi-person-badge-fill:before{content:"\f4d2"}.bi-person-badge:before{content:"\f4d3"}.bi-person-bounding-box:before{content:"\f4d4"}.bi-person-check-fill:before{content:"\f4d5"}.bi-person-check:before{content:"\f4d6"}.bi-person-circle:before{content:"\f4d7"}.bi-person-dash-fill:before{content:"\f4d8"}.bi-person-dash:before{content:"\f4d9"}.bi-person-fill:before{content:"\f4da"}.bi-person-lines-fill:before{content:"\f4db"}.bi-person-plus-fill:before{content:"\f4dc"}.bi-person-plus:before{content:"\f4dd"}.bi-person-square:before{content:"\f4de"}.bi-person-x-fill:before{content:"\f4df"}.bi-person-x:before{content:"\f4e0"}.bi-person:before{content:"\f4e1"}.bi-phone-fill:before{content:"\f4e2"}.bi-phone-landscape-fill:before{content:"\f4e3"}.bi-phone-landscape:before{content:"\f4e4"}.bi-phone-vibrate-fill:before{content:"\f4e5"}.bi-phone-vibrate:before{content:"\f4e6"}.bi-phone:before{content:"\f4e7"}.bi-pie-chart-fill:before{content:"\f4e8"}.bi-pie-chart:before{content:"\f4e9"}.bi-pin-angle-fill:before{content:"\f4ea"}.bi-pin-angle:before{content:"\f4eb"}.bi-pin-fill:before{content:"\f4ec"}.bi-pin:before{content:"\f4ed"}.bi-pip-fill:before{content:"\f4ee"}.bi-pip:before{content:"\f4ef"}.bi-play-btn-fill:before{content:"\f4f0"}.bi-play-btn:before{content:"\f4f1"}.bi-play-circle-fill:before{content:"\f4f2"}.bi-play-circle:before{content:"\f4f3"}.bi-play-fill:before{content:"\f4f4"}.bi-play:before{content:"\f4f5"}.bi-plug-fill:before{content:"\f4f6"}.bi-plug:before{content:"\f4f7"}.bi-plus-circle-dotted:before{content:"\f4f8"}.bi-plus-circle-fill:before{content:"\f4f9"}.bi-plus-circle:before{content:"\f4fa"}.bi-plus-square-dotted:before{content:"\f4fb"}.bi-plus-square-fill:before{content:"\f4fc"}.bi-plus-square:before{content:"\f4fd"}.bi-plus:before{content:"\f4fe"}.bi-power:before{content:"\f4ff"}.bi-printer-fill:before{content:"\f500"}.bi-printer:before{content:"\f501"}.bi-puzzle-fill:before{content:"\f502"}.bi-puzzle:before{content:"\f503"}.bi-question-circle-fill:before{content:"\f504"}.bi-question-circle:before{content:"\f505"}.bi-question-diamond-fill:before{content:"\f506"}.bi-question-diamond:before{content:"\f507"}.bi-question-octagon-fill:before{content:"\f508"}.bi-question-octagon:before{content:"\f509"}.bi-question-square-fill:before{content:"\f50a"}.bi-question-square:before{content:"\f50b"}.bi-question:before{content:"\f50c"}.bi-rainbow:before{content:"\f50d"}.bi-receipt-cutoff:before{content:"\f50e"}.bi-receipt:before{content:"\f50f"}.bi-reception-0:before{content:"\f510"}.bi-reception-1:before{content:"\f511"}.bi-reception-2:before{content:"\f512"}.bi-reception-3:before{content:"\f513"}.bi-reception-4:before{content:"\f514"}.bi-record-btn-fill:before{content:"\f515"}.bi-record-btn:before{content:"\f516"}.bi-record-circle-fill:before{content:"\f517"}.bi-record-circle:before{content:"\f518"}.bi-record-fill:before{content:"\f519"}.bi-record:before{content:"\f51a"}.bi-record2-fill:before{content:"\f51b"}.bi-record2:before{content:"\f51c"}.bi-reply-all-fill:before{content:"\f51d"}.bi-reply-all:before{content:"\f51e"}.bi-reply-fill:before{content:"\f51f"}.bi-reply:before{content:"\f520"}.bi-rss-fill:before{content:"\f521"}.bi-rss:before{content:"\f522"}.bi-rulers:before{content:"\f523"}.bi-save-fill:before{content:"\f524"}.bi-save:before{content:"\f525"}.bi-save2-fill:before{content:"\f526"}.bi-save2:before{content:"\f527"}.bi-scissors:before{content:"\f528"}.bi-screwdriver:before{content:"\f529"}.bi-search:before{content:"\f52a"}.bi-segmented-nav:before{content:"\f52b"}.bi-server:before{content:"\f52c"}.bi-share-fill:before{content:"\f52d"}.bi-share:before{content:"\f52e"}.bi-shield-check:before{content:"\f52f"}.bi-shield-exclamation:before{content:"\f530"}.bi-shield-fill-check:before{content:"\f531"}.bi-shield-fill-exclamation:before{content:"\f532"}.bi-shield-fill-minus:before{content:"\f533"}.bi-shield-fill-plus:before{content:"\f534"}.bi-shield-fill-x:before{content:"\f535"}.bi-shield-fill:before{content:"\f536"}.bi-shield-lock-fill:before{content:"\f537"}.bi-shield-lock:before{content:"\f538"}.bi-shield-minus:before{content:"\f539"}.bi-shield-plus:before{content:"\f53a"}.bi-shield-shaded:before{content:"\f53b"}.bi-shield-slash-fill:before{content:"\f53c"}.bi-shield-slash:before{content:"\f53d"}.bi-shield-x:before{content:"\f53e"}.bi-shield:before{content:"\f53f"}.bi-shift-fill:before{content:"\f540"}.bi-shift:before{content:"\f541"}.bi-shop-window:before{content:"\f542"}.bi-shop:before{content:"\f543"}.bi-shuffle:before{content:"\f544"}.bi-signpost-2-fill:before{content:"\f545"}.bi-signpost-2:before{content:"\f546"}.bi-signpost-fill:before{content:"\f547"}.bi-signpost-split-fill:before{content:"\f548"}.bi-signpost-split:before{content:"\f549"}.bi-signpost:before{content:"\f54a"}.bi-sim-fill:before{content:"\f54b"}.bi-sim:before{content:"\f54c"}.bi-skip-backward-btn-fill:before{content:"\f54d"}.bi-skip-backward-btn:before{content:"\f54e"}.bi-skip-backward-circle-fill:before{content:"\f54f"}.bi-skip-backward-circle:before{content:"\f550"}.bi-skip-backward-fill:before{content:"\f551"}.bi-skip-backward:before{content:"\f552"}.bi-skip-end-btn-fill:before{content:"\f553"}.bi-skip-end-btn:before{content:"\f554"}.bi-skip-end-circle-fill:before{content:"\f555"}.bi-skip-end-circle:before{content:"\f556"}.bi-skip-end-fill:before{content:"\f557"}.bi-skip-end:before{content:"\f558"}.bi-skip-forward-btn-fill:before{content:"\f559"}.bi-skip-forward-btn:before{content:"\f55a"}.bi-skip-forward-circle-fill:before{content:"\f55b"}.bi-skip-forward-circle:before{content:"\f55c"}.bi-skip-forward-fill:before{content:"\f55d"}.bi-skip-forward:before{content:"\f55e"}.bi-skip-start-btn-fill:before{content:"\f55f"}.bi-skip-start-btn:before{content:"\f560"}.bi-skip-start-circle-fill:before{content:"\f561"}.bi-skip-start-circle:before{content:"\f562"}.bi-skip-start-fill:before{content:"\f563"}.bi-skip-start:before{content:"\f564"}.bi-slack:before{content:"\f565"}.bi-slash-circle-fill:before{content:"\f566"}.bi-slash-circle:before{content:"\f567"}.bi-slash-square-fill:before{content:"\f568"}.bi-slash-square:before{content:"\f569"}.bi-slash:before{content:"\f56a"}.bi-sliders:before{content:"\f56b"}.bi-smartwatch:before{content:"\f56c"}.bi-snow:before{content:"\f56d"}.bi-snow2:before{content:"\f56e"}.bi-snow3:before{content:"\f56f"}.bi-sort-alpha-down-alt:before{content:"\f570"}.bi-sort-alpha-down:before{content:"\f571"}.bi-sort-alpha-up-alt:before{content:"\f572"}.bi-sort-alpha-up:before{content:"\f573"}.bi-sort-down-alt:before{content:"\f574"}.bi-sort-down:before{content:"\f575"}.bi-sort-numeric-down-alt:before{content:"\f576"}.bi-sort-numeric-down:before{content:"\f577"}.bi-sort-numeric-up-alt:before{content:"\f578"}.bi-sort-numeric-up:before{content:"\f579"}.bi-sort-up-alt:before{content:"\f57a"}.bi-sort-up:before{content:"\f57b"}.bi-soundwave:before{content:"\f57c"}.bi-speaker-fill:before{content:"\f57d"}.bi-speaker:before{content:"\f57e"}.bi-speedometer:before{content:"\f57f"}.bi-speedometer2:before{content:"\f580"}.bi-spellcheck:before{content:"\f581"}.bi-square-fill:before{content:"\f582"}.bi-square-half:before{content:"\f583"}.bi-square:before{content:"\f584"}.bi-stack:before{content:"\f585"}.bi-star-fill:before{content:"\f586"}.bi-star-half:before{content:"\f587"}.bi-star:before{content:"\f588"}.bi-stars:before{content:"\f589"}.bi-stickies-fill:before{content:"\f58a"}.bi-stickies:before{content:"\f58b"}.bi-sticky-fill:before{content:"\f58c"}.bi-sticky:before{content:"\f58d"}.bi-stop-btn-fill:before{content:"\f58e"}.bi-stop-btn:before{content:"\f58f"}.bi-stop-circle-fill:before{content:"\f590"}.bi-stop-circle:before{content:"\f591"}.bi-stop-fill:before{content:"\f592"}.bi-stop:before{content:"\f593"}.bi-stoplights-fill:before{content:"\f594"}.bi-stoplights:before{content:"\f595"}.bi-stopwatch-fill:before{content:"\f596"}.bi-stopwatch:before{content:"\f597"}.bi-subtract:before{content:"\f598"}.bi-suit-club-fill:before{content:"\f599"}.bi-suit-club:before{content:"\f59a"}.bi-suit-diamond-fill:before{content:"\f59b"}.bi-suit-diamond:before{content:"\f59c"}.bi-suit-heart-fill:before{content:"\f59d"}.bi-suit-heart:before{content:"\f59e"}.bi-suit-spade-fill:before{content:"\f59f"}.bi-suit-spade:before{content:"\f5a0"}.bi-sun-fill:before{content:"\f5a1"}.bi-sun:before{content:"\f5a2"}.bi-sunglasses:before{content:"\f5a3"}.bi-sunrise-fill:before{content:"\f5a4"}.bi-sunrise:before{content:"\f5a5"}.bi-sunset-fill:before{content:"\f5a6"}.bi-sunset:before{content:"\f5a7"}.bi-symmetry-horizontal:before{content:"\f5a8"}.bi-symmetry-vertical:before{content:"\f5a9"}.bi-table:before{content:"\f5aa"}.bi-tablet-fill:before{content:"\f5ab"}.bi-tablet-landscape-fill:before{content:"\f5ac"}.bi-tablet-landscape:before{content:"\f5ad"}.bi-tablet:before{content:"\f5ae"}.bi-tag-fill:before{content:"\f5af"}.bi-tag:before{content:"\f5b0"}.bi-tags-fill:before{content:"\f5b1"}.bi-tags:before{content:"\f5b2"}.bi-telegram:before{content:"\f5b3"}.bi-telephone-fill:before{content:"\f5b4"}.bi-telephone-forward-fill:before{content:"\f5b5"}.bi-telephone-forward:before{content:"\f5b6"}.bi-telephone-inbound-fill:before{content:"\f5b7"}.bi-telephone-inbound:before{content:"\f5b8"}.bi-telephone-minus-fill:before{content:"\f5b9"}.bi-telephone-minus:before{content:"\f5ba"}.bi-telephone-outbound-fill:before{content:"\f5bb"}.bi-telephone-outbound:before{content:"\f5bc"}.bi-telephone-plus-fill:before{content:"\f5bd"}.bi-telephone-plus:before{content:"\f5be"}.bi-telephone-x-fill:before{content:"\f5bf"}.bi-telephone-x:before{content:"\f5c0"}.bi-telephone:before{content:"\f5c1"}.bi-terminal-fill:before{content:"\f5c2"}.bi-terminal:before{content:"\f5c3"}.bi-text-center:before{content:"\f5c4"}.bi-text-indent-left:before{content:"\f5c5"}.bi-text-indent-right:before{content:"\f5c6"}.bi-text-left:before{content:"\f5c7"}.bi-text-paragraph:before{content:"\f5c8"}.bi-text-right:before{content:"\f5c9"}.bi-textarea-resize:before{content:"\f5ca"}.bi-textarea-t:before{content:"\f5cb"}.bi-textarea:before{content:"\f5cc"}.bi-thermometer-half:before{content:"\f5cd"}.bi-thermometer-high:before{content:"\f5ce"}.bi-thermometer-low:before{content:"\f5cf"}.bi-thermometer-snow:before{content:"\f5d0"}.bi-thermometer-sun:before{content:"\f5d1"}.bi-thermometer:before{content:"\f5d2"}.bi-three-dots-vertical:before{content:"\f5d3"}.bi-three-dots:before{content:"\f5d4"}.bi-toggle-off:before{content:"\f5d5"}.bi-toggle-on:before{content:"\f5d6"}.bi-toggle2-off:before{content:"\f5d7"}.bi-toggle2-on:before{content:"\f5d8"}.bi-toggles:before{content:"\f5d9"}.bi-toggles2:before{content:"\f5da"}.bi-tools:before{content:"\f5db"}.bi-tornado:before{content:"\f5dc"}.bi-trash-fill:before{content:"\f5dd"}.bi-trash:before{content:"\f5de"}.bi-trash2-fill:before{content:"\f5df"}.bi-trash2:before{content:"\f5e0"}.bi-tree-fill:before{content:"\f5e1"}.bi-tree:before{content:"\f5e2"}.bi-triangle-fill:before{content:"\f5e3"}.bi-triangle-half:before{content:"\f5e4"}.bi-triangle:before{content:"\f5e5"}.bi-trophy-fill:before{content:"\f5e6"}.bi-trophy:before{content:"\f5e7"}.bi-tropical-storm:before{content:"\f5e8"}.bi-truck-flatbed:before{content:"\f5e9"}.bi-truck:before{content:"\f5ea"}.bi-tsunami:before{content:"\f5eb"}.bi-tv-fill:before{content:"\f5ec"}.bi-tv:before{content:"\f5ed"}.bi-twitch:before{content:"\f5ee"}.bi-twitter:before{content:"\f5ef"}.bi-type-bold:before{content:"\f5f0"}.bi-type-h1:before{content:"\f5f1"}.bi-type-h2:before{content:"\f5f2"}.bi-type-h3:before{content:"\f5f3"}.bi-type-italic:before{content:"\f5f4"}.bi-type-strikethrough:before{content:"\f5f5"}.bi-type-underline:before{content:"\f5f6"}.bi-type:before{content:"\f5f7"}.bi-ui-checks-grid:before{content:"\f5f8"}.bi-ui-checks:before{content:"\f5f9"}.bi-ui-radios-grid:before{content:"\f5fa"}.bi-ui-radios:before{content:"\f5fb"}.bi-umbrella-fill:before{content:"\f5fc"}.bi-umbrella:before{content:"\f5fd"}.bi-union:before{content:"\f5fe"}.bi-unlock-fill:before{content:"\f5ff"}.bi-unlock:before{content:"\f600"}.bi-upc-scan:before{content:"\f601"}.bi-upc:before{content:"\f602"}.bi-upload:before{content:"\f603"}.bi-vector-pen:before{content:"\f604"}.bi-view-list:before{content:"\f605"}.bi-view-stacked:before{content:"\f606"}.bi-vinyl-fill:before{content:"\f607"}.bi-vinyl:before{content:"\f608"}.bi-voicemail:before{content:"\f609"}.bi-volume-down-fill:before{content:"\f60a"}.bi-volume-down:before{content:"\f60b"}.bi-volume-mute-fill:before{content:"\f60c"}.bi-volume-mute:before{content:"\f60d"}.bi-volume-off-fill:before{content:"\f60e"}.bi-volume-off:before{content:"\f60f"}.bi-volume-up-fill:before{content:"\f610"}.bi-volume-up:before{content:"\f611"}.bi-vr:before{content:"\f612"}.bi-wallet-fill:before{content:"\f613"}.bi-wallet:before{content:"\f614"}.bi-wallet2:before{content:"\f615"}.bi-watch:before{content:"\f616"}.bi-water:before{content:"\f617"}.bi-whatsapp:before{content:"\f618"}.bi-wifi-1:before{content:"\f619"}.bi-wifi-2:before{content:"\f61a"}.bi-wifi-off:before{content:"\f61b"}.bi-wifi:before{content:"\f61c"}.bi-wind:before{content:"\f61d"}.bi-window-dock:before{content:"\f61e"}.bi-window-sidebar:before{content:"\f61f"}.bi-window:before{content:"\f620"}.bi-wrench:before{content:"\f621"}.bi-x-circle-fill:before{content:"\f622"}.bi-x-circle:before{content:"\f623"}.bi-x-diamond-fill:before{content:"\f624"}.bi-x-diamond:before{content:"\f625"}.bi-x-octagon-fill:before{content:"\f626"}.bi-x-octagon:before{content:"\f627"}.bi-x-square-fill:before{content:"\f628"}.bi-x-square:before{content:"\f629"}.bi-x:before{content:"\f62a"}.bi-youtube:before{content:"\f62b"}.bi-zoom-in:before{content:"\f62c"}.bi-zoom-out:before{content:"\f62d"}.bi-bank:before{content:"\f62e"}.bi-bank2:before{content:"\f62f"}.bi-bell-slash-fill:before{content:"\f630"}.bi-bell-slash:before{content:"\f631"}.bi-cash-coin:before{content:"\f632"}.bi-check-lg:before{content:"\f633"}.bi-coin:before{content:"\f634"}.bi-currency-bitcoin:before{content:"\f635"}.bi-currency-dollar:before{content:"\f636"}.bi-currency-euro:before{content:"\f637"}.bi-currency-exchange:before{content:"\f638"}.bi-currency-pound:before{content:"\f639"}.bi-currency-yen:before{content:"\f63a"}.bi-dash-lg:before{content:"\f63b"}.bi-exclamation-lg:before{content:"\f63c"}.bi-file-earmark-pdf-fill:before{content:"\f63d"}.bi-file-earmark-pdf:before{content:"\f63e"}.bi-file-pdf-fill:before{content:"\f63f"}.bi-file-pdf:before{content:"\f640"}.bi-gender-ambiguous:before{content:"\f641"}.bi-gender-female:before{content:"\f642"}.bi-gender-male:before{content:"\f643"}.bi-gender-trans:before{content:"\f644"}.bi-headset-vr:before{content:"\f645"}.bi-info-lg:before{content:"\f646"}.bi-mastodon:before{content:"\f647"}.bi-messenger:before{content:"\f648"}.bi-piggy-bank-fill:before{content:"\f649"}.bi-piggy-bank:before{content:"\f64a"}.bi-pin-map-fill:before{content:"\f64b"}.bi-pin-map:before{content:"\f64c"}.bi-plus-lg:before{content:"\f64d"}.bi-question-lg:before{content:"\f64e"}.bi-recycle:before{content:"\f64f"}.bi-reddit:before{content:"\f650"}.bi-safe-fill:before{content:"\f651"}.bi-safe2-fill:before{content:"\f652"}.bi-safe2:before{content:"\f653"}.bi-sd-card-fill:before{content:"\f654"}.bi-sd-card:before{content:"\f655"}.bi-skype:before{content:"\f656"}.bi-slash-lg:before{content:"\f657"}.bi-translate:before{content:"\f658"}.bi-x-lg:before{content:"\f659"}.bi-safe:before{content:"\f65a"}.bi-apple:before{content:"\f65b"}.bi-microsoft:before{content:"\f65d"}.bi-windows:before{content:"\f65e"}.bi-behance:before{content:"\f65c"}.bi-dribbble:before{content:"\f65f"}.bi-line:before{content:"\f660"}.bi-medium:before{content:"\f661"}.bi-paypal:before{content:"\f662"}.bi-pinterest:before{content:"\f663"}.bi-signal:before{content:"\f664"}.bi-snapchat:before{content:"\f665"}.bi-spotify:before{content:"\f666"}.bi-stack-overflow:before{content:"\f667"}.bi-strava:before{content:"\f668"}.bi-wordpress:before{content:"\f669"}.bi-vimeo:before{content:"\f66a"}.bi-activity:before{content:"\f66b"}.bi-easel2-fill:before{content:"\f66c"}.bi-easel2:before{content:"\f66d"}.bi-easel3-fill:before{content:"\f66e"}.bi-easel3:before{content:"\f66f"}.bi-fan:before{content:"\f670"}.bi-fingerprint:before{content:"\f671"}.bi-graph-down-arrow:before{content:"\f672"}.bi-graph-up-arrow:before{content:"\f673"}.bi-hypnotize:before{content:"\f674"}.bi-magic:before{content:"\f675"}.bi-person-rolodex:before{content:"\f676"}.bi-person-video:before{content:"\f677"}.bi-person-video2:before{content:"\f678"}.bi-person-video3:before{content:"\f679"}.bi-person-workspace:before{content:"\f67a"}.bi-radioactive:before{content:"\f67b"}.bi-webcam-fill:before{content:"\f67c"}.bi-webcam:before{content:"\f67d"}.bi-yin-yang:before{content:"\f67e"}.bi-bandaid-fill:before{content:"\f680"}.bi-bandaid:before{content:"\f681"}.bi-bluetooth:before{content:"\f682"}.bi-body-text:before{content:"\f683"}.bi-boombox:before{content:"\f684"}.bi-boxes:before{content:"\f685"}.bi-dpad-fill:before{content:"\f686"}.bi-dpad:before{content:"\f687"}.bi-ear-fill:before{content:"\f688"}.bi-ear:before{content:"\f689"}.bi-envelope-check-fill:before{content:"\f68b"}.bi-envelope-check:before{content:"\f68c"}.bi-envelope-dash-fill:before{content:"\f68e"}.bi-envelope-dash:before{content:"\f68f"}.bi-envelope-exclamation-fill:before{content:"\f691"}.bi-envelope-exclamation:before{content:"\f692"}.bi-envelope-plus-fill:before{content:"\f693"}.bi-envelope-plus:before{content:"\f694"}.bi-envelope-slash-fill:before{content:"\f696"}.bi-envelope-slash:before{content:"\f697"}.bi-envelope-x-fill:before{content:"\f699"}.bi-envelope-x:before{content:"\f69a"}.bi-explicit-fill:before{content:"\f69b"}.bi-explicit:before{content:"\f69c"}.bi-git:before{content:"\f69d"}.bi-infinity:before{content:"\f69e"}.bi-list-columns-reverse:before{content:"\f69f"}.bi-list-columns:before{content:"\f6a0"}.bi-meta:before{content:"\f6a1"}.bi-nintendo-switch:before{content:"\f6a4"}.bi-pc-display-horizontal:before{content:"\f6a5"}.bi-pc-display:before{content:"\f6a6"}.bi-pc-horizontal:before{content:"\f6a7"}.bi-pc:before{content:"\f6a8"}.bi-playstation:before{content:"\f6a9"}.bi-plus-slash-minus:before{content:"\f6aa"}.bi-projector-fill:before{content:"\f6ab"}.bi-projector:before{content:"\f6ac"}.bi-qr-code-scan:before{content:"\f6ad"}.bi-qr-code:before{content:"\f6ae"}.bi-quora:before{content:"\f6af"}.bi-quote:before{content:"\f6b0"}.bi-robot:before{content:"\f6b1"}.bi-send-check-fill:before{content:"\f6b2"}.bi-send-check:before{content:"\f6b3"}.bi-send-dash-fill:before{content:"\f6b4"}.bi-send-dash:before{content:"\f6b5"}.bi-send-exclamation-fill:before{content:"\f6b7"}.bi-send-exclamation:before{content:"\f6b8"}.bi-send-fill:before{content:"\f6b9"}.bi-send-plus-fill:before{content:"\f6ba"}.bi-send-plus:before{content:"\f6bb"}.bi-send-slash-fill:before{content:"\f6bc"}.bi-send-slash:before{content:"\f6bd"}.bi-send-x-fill:before{content:"\f6be"}.bi-send-x:before{content:"\f6bf"}.bi-send:before{content:"\f6c0"}.bi-steam:before{content:"\f6c1"}.bi-terminal-dash:before{content:"\f6c3"}.bi-terminal-plus:before{content:"\f6c4"}.bi-terminal-split:before{content:"\f6c5"}.bi-ticket-detailed-fill:before{content:"\f6c6"}.bi-ticket-detailed:before{content:"\f6c7"}.bi-ticket-fill:before{content:"\f6c8"}.bi-ticket-perforated-fill:before{content:"\f6c9"}.bi-ticket-perforated:before{content:"\f6ca"}.bi-ticket:before{content:"\f6cb"}.bi-tiktok:before{content:"\f6cc"}.bi-window-dash:before{content:"\f6cd"}.bi-window-desktop:before{content:"\f6ce"}.bi-window-fullscreen:before{content:"\f6cf"}.bi-window-plus:before{content:"\f6d0"}.bi-window-split:before{content:"\f6d1"}.bi-window-stack:before{content:"\f6d2"}.bi-window-x:before{content:"\f6d3"}.bi-xbox:before{content:"\f6d4"}.bi-ethernet:before{content:"\f6d5"}.bi-hdmi-fill:before{content:"\f6d6"}.bi-hdmi:before{content:"\f6d7"}.bi-usb-c-fill:before{content:"\f6d8"}.bi-usb-c:before{content:"\f6d9"}.bi-usb-fill:before{content:"\f6da"}.bi-usb-plug-fill:before{content:"\f6db"}.bi-usb-plug:before{content:"\f6dc"}.bi-usb-symbol:before{content:"\f6dd"}.bi-usb:before{content:"\f6de"}.bi-boombox-fill:before{content:"\f6df"}.bi-displayport:before{content:"\f6e1"}.bi-gpu-card:before{content:"\f6e2"}.bi-memory:before{content:"\f6e3"}.bi-modem-fill:before{content:"\f6e4"}.bi-modem:before{content:"\f6e5"}.bi-motherboard-fill:before{content:"\f6e6"}.bi-motherboard:before{content:"\f6e7"}.bi-optical-audio-fill:before{content:"\f6e8"}.bi-optical-audio:before{content:"\f6e9"}.bi-pci-card:before{content:"\f6ea"}.bi-router-fill:before{content:"\f6eb"}.bi-router:before{content:"\f6ec"}.bi-thunderbolt-fill:before{content:"\f6ef"}.bi-thunderbolt:before{content:"\f6f0"}.bi-usb-drive-fill:before{content:"\f6f1"}.bi-usb-drive:before{content:"\f6f2"}.bi-usb-micro-fill:before{content:"\f6f3"}.bi-usb-micro:before{content:"\f6f4"}.bi-usb-mini-fill:before{content:"\f6f5"}.bi-usb-mini:before{content:"\f6f6"}.bi-cloud-haze2:before{content:"\f6f7"}.bi-device-hdd-fill:before{content:"\f6f8"}.bi-device-hdd:before{content:"\f6f9"}.bi-device-ssd-fill:before{content:"\f6fa"}.bi-device-ssd:before{content:"\f6fb"}.bi-displayport-fill:before{content:"\f6fc"}.bi-mortarboard-fill:before{content:"\f6fd"}.bi-mortarboard:before{content:"\f6fe"}.bi-terminal-x:before{content:"\f6ff"}.bi-arrow-through-heart-fill:before{content:"\f700"}.bi-arrow-through-heart:before{content:"\f701"}.bi-badge-sd-fill:before{content:"\f702"}.bi-badge-sd:before{content:"\f703"}.bi-bag-heart-fill:before{content:"\f704"}.bi-bag-heart:before{content:"\f705"}.bi-balloon-fill:before{content:"\f706"}.bi-balloon-heart-fill:before{content:"\f707"}.bi-balloon-heart:before{content:"\f708"}.bi-balloon:before{content:"\f709"}.bi-box2-fill:before{content:"\f70a"}.bi-box2-heart-fill:before{content:"\f70b"}.bi-box2-heart:before{content:"\f70c"}.bi-box2:before{content:"\f70d"}.bi-braces-asterisk:before{content:"\f70e"}.bi-calendar-heart-fill:before{content:"\f70f"}.bi-calendar-heart:before{content:"\f710"}.bi-calendar2-heart-fill:before{content:"\f711"}.bi-calendar2-heart:before{content:"\f712"}.bi-chat-heart-fill:before{content:"\f713"}.bi-chat-heart:before{content:"\f714"}.bi-chat-left-heart-fill:before{content:"\f715"}.bi-chat-left-heart:before{content:"\f716"}.bi-chat-right-heart-fill:before{content:"\f717"}.bi-chat-right-heart:before{content:"\f718"}.bi-chat-square-heart-fill:before{content:"\f719"}.bi-chat-square-heart:before{content:"\f71a"}.bi-clipboard-check-fill:before{content:"\f71b"}.bi-clipboard-data-fill:before{content:"\f71c"}.bi-clipboard-fill:before{content:"\f71d"}.bi-clipboard-heart-fill:before{content:"\f71e"}.bi-clipboard-heart:before{content:"\f71f"}.bi-clipboard-minus-fill:before{content:"\f720"}.bi-clipboard-plus-fill:before{content:"\f721"}.bi-clipboard-pulse:before{content:"\f722"}.bi-clipboard-x-fill:before{content:"\f723"}.bi-clipboard2-check-fill:before{content:"\f724"}.bi-clipboard2-check:before{content:"\f725"}.bi-clipboard2-data-fill:before{content:"\f726"}.bi-clipboard2-data:before{content:"\f727"}.bi-clipboard2-fill:before{content:"\f728"}.bi-clipboard2-heart-fill:before{content:"\f729"}.bi-clipboard2-heart:before{content:"\f72a"}.bi-clipboard2-minus-fill:before{content:"\f72b"}.bi-clipboard2-minus:before{content:"\f72c"}.bi-clipboard2-plus-fill:before{content:"\f72d"}.bi-clipboard2-plus:before{content:"\f72e"}.bi-clipboard2-pulse-fill:before{content:"\f72f"}.bi-clipboard2-pulse:before{content:"\f730"}.bi-clipboard2-x-fill:before{content:"\f731"}.bi-clipboard2-x:before{content:"\f732"}.bi-clipboard2:before{content:"\f733"}.bi-emoji-kiss-fill:before{content:"\f734"}.bi-emoji-kiss:before{content:"\f735"}.bi-envelope-heart-fill:before{content:"\f736"}.bi-envelope-heart:before{content:"\f737"}.bi-envelope-open-heart-fill:before{content:"\f738"}.bi-envelope-open-heart:before{content:"\f739"}.bi-envelope-paper-fill:before{content:"\f73a"}.bi-envelope-paper-heart-fill:before{content:"\f73b"}.bi-envelope-paper-heart:before{content:"\f73c"}.bi-envelope-paper:before{content:"\f73d"}.bi-filetype-aac:before{content:"\f73e"}.bi-filetype-ai:before{content:"\f73f"}.bi-filetype-bmp:before{content:"\f740"}.bi-filetype-cs:before{content:"\f741"}.bi-filetype-css:before{content:"\f742"}.bi-filetype-csv:before{content:"\f743"}.bi-filetype-doc:before{content:"\f744"}.bi-filetype-docx:before{content:"\f745"}.bi-filetype-exe:before{content:"\f746"}.bi-filetype-gif:before{content:"\f747"}.bi-filetype-heic:before{content:"\f748"}.bi-filetype-html:before{content:"\f749"}.bi-filetype-java:before{content:"\f74a"}.bi-filetype-jpg:before{content:"\f74b"}.bi-filetype-js:before{content:"\f74c"}.bi-filetype-jsx:before{content:"\f74d"}.bi-filetype-key:before{content:"\f74e"}.bi-filetype-m4p:before{content:"\f74f"}.bi-filetype-md:before{content:"\f750"}.bi-filetype-mdx:before{content:"\f751"}.bi-filetype-mov:before{content:"\f752"}.bi-filetype-mp3:before{content:"\f753"}.bi-filetype-mp4:before{content:"\f754"}.bi-filetype-otf:before{content:"\f755"}.bi-filetype-pdf:before{content:"\f756"}.bi-filetype-php:before{content:"\f757"}.bi-filetype-png:before{content:"\f758"}.bi-filetype-ppt:before{content:"\f75a"}.bi-filetype-psd:before{content:"\f75b"}.bi-filetype-py:before{content:"\f75c"}.bi-filetype-raw:before{content:"\f75d"}.bi-filetype-rb:before{content:"\f75e"}.bi-filetype-sass:before{content:"\f75f"}.bi-filetype-scss:before{content:"\f760"}.bi-filetype-sh:before{content:"\f761"}.bi-filetype-svg:before{content:"\f762"}.bi-filetype-tiff:before{content:"\f763"}.bi-filetype-tsx:before{content:"\f764"}.bi-filetype-ttf:before{content:"\f765"}.bi-filetype-txt:before{content:"\f766"}.bi-filetype-wav:before{content:"\f767"}.bi-filetype-woff:before{content:"\f768"}.bi-filetype-xls:before{content:"\f76a"}.bi-filetype-xml:before{content:"\f76b"}.bi-filetype-yml:before{content:"\f76c"}.bi-heart-arrow:before{content:"\f76d"}.bi-heart-pulse-fill:before{content:"\f76e"}.bi-heart-pulse:before{content:"\f76f"}.bi-heartbreak-fill:before{content:"\f770"}.bi-heartbreak:before{content:"\f771"}.bi-hearts:before{content:"\f772"}.bi-hospital-fill:before{content:"\f773"}.bi-hospital:before{content:"\f774"}.bi-house-heart-fill:before{content:"\f775"}.bi-house-heart:before{content:"\f776"}.bi-incognito:before{content:"\f777"}.bi-magnet-fill:before{content:"\f778"}.bi-magnet:before{content:"\f779"}.bi-person-heart:before{content:"\f77a"}.bi-person-hearts:before{content:"\f77b"}.bi-phone-flip:before{content:"\f77c"}.bi-plugin:before{content:"\f77d"}.bi-postage-fill:before{content:"\f77e"}.bi-postage-heart-fill:before{content:"\f77f"}.bi-postage-heart:before{content:"\f780"}.bi-postage:before{content:"\f781"}.bi-postcard-fill:before{content:"\f782"}.bi-postcard-heart-fill:before{content:"\f783"}.bi-postcard-heart:before{content:"\f784"}.bi-postcard:before{content:"\f785"}.bi-search-heart-fill:before{content:"\f786"}.bi-search-heart:before{content:"\f787"}.bi-sliders2-vertical:before{content:"\f788"}.bi-sliders2:before{content:"\f789"}.bi-trash3-fill:before{content:"\f78a"}.bi-trash3:before{content:"\f78b"}.bi-valentine:before{content:"\f78c"}.bi-valentine2:before{content:"\f78d"}.bi-wrench-adjustable-circle-fill:before{content:"\f78e"}.bi-wrench-adjustable-circle:before{content:"\f78f"}.bi-wrench-adjustable:before{content:"\f790"}.bi-filetype-json:before{content:"\f791"}.bi-filetype-pptx:before{content:"\f792"}.bi-filetype-xlsx:before{content:"\f793"}.bi-1-circle-fill:before{content:"\f796"}.bi-1-circle:before{content:"\f797"}.bi-1-square-fill:before{content:"\f798"}.bi-1-square:before{content:"\f799"}.bi-2-circle-fill:before{content:"\f79c"}.bi-2-circle:before{content:"\f79d"}.bi-2-square-fill:before{content:"\f79e"}.bi-2-square:before{content:"\f79f"}.bi-3-circle-fill:before{content:"\f7a2"}.bi-3-circle:before{content:"\f7a3"}.bi-3-square-fill:before{content:"\f7a4"}.bi-3-square:before{content:"\f7a5"}.bi-4-circle-fill:before{content:"\f7a8"}.bi-4-circle:before{content:"\f7a9"}.bi-4-square-fill:before{content:"\f7aa"}.bi-4-square:before{content:"\f7ab"}.bi-5-circle-fill:before{content:"\f7ae"}.bi-5-circle:before{content:"\f7af"}.bi-5-square-fill:before{content:"\f7b0"}.bi-5-square:before{content:"\f7b1"}.bi-6-circle-fill:before{content:"\f7b4"}.bi-6-circle:before{content:"\f7b5"}.bi-6-square-fill:before{content:"\f7b6"}.bi-6-square:before{content:"\f7b7"}.bi-7-circle-fill:before{content:"\f7ba"}.bi-7-circle:before{content:"\f7bb"}.bi-7-square-fill:before{content:"\f7bc"}.bi-7-square:before{content:"\f7bd"}.bi-8-circle-fill:before{content:"\f7c0"}.bi-8-circle:before{content:"\f7c1"}.bi-8-square-fill:before{content:"\f7c2"}.bi-8-square:before{content:"\f7c3"}.bi-9-circle-fill:before{content:"\f7c6"}.bi-9-circle:before{content:"\f7c7"}.bi-9-square-fill:before{content:"\f7c8"}.bi-9-square:before{content:"\f7c9"}.bi-airplane-engines-fill:before{content:"\f7ca"}.bi-airplane-engines:before{content:"\f7cb"}.bi-airplane-fill:before{content:"\f7cc"}.bi-airplane:before{content:"\f7cd"}.bi-alexa:before{content:"\f7ce"}.bi-alipay:before{content:"\f7cf"}.bi-android:before{content:"\f7d0"}.bi-android2:before{content:"\f7d1"}.bi-box-fill:before{content:"\f7d2"}.bi-box-seam-fill:before{content:"\f7d3"}.bi-browser-chrome:before{content:"\f7d4"}.bi-browser-edge:before{content:"\f7d5"}.bi-browser-firefox:before{content:"\f7d6"}.bi-browser-safari:before{content:"\f7d7"}.bi-c-circle-fill:before{content:"\f7da"}.bi-c-circle:before{content:"\f7db"}.bi-c-square-fill:before{content:"\f7dc"}.bi-c-square:before{content:"\f7dd"}.bi-capsule-pill:before{content:"\f7de"}.bi-capsule:before{content:"\f7df"}.bi-car-front-fill:before{content:"\f7e0"}.bi-car-front:before{content:"\f7e1"}.bi-cassette-fill:before{content:"\f7e2"}.bi-cassette:before{content:"\f7e3"}.bi-cc-circle-fill:before{content:"\f7e6"}.bi-cc-circle:before{content:"\f7e7"}.bi-cc-square-fill:before{content:"\f7e8"}.bi-cc-square:before{content:"\f7e9"}.bi-cup-hot-fill:before{content:"\f7ea"}.bi-cup-hot:before{content:"\f7eb"}.bi-currency-rupee:before{content:"\f7ec"}.bi-dropbox:before{content:"\f7ed"}.bi-escape:before{content:"\f7ee"}.bi-fast-forward-btn-fill:before{content:"\f7ef"}.bi-fast-forward-btn:before{content:"\f7f0"}.bi-fast-forward-circle-fill:before{content:"\f7f1"}.bi-fast-forward-circle:before{content:"\f7f2"}.bi-fast-forward-fill:before{content:"\f7f3"}.bi-fast-forward:before{content:"\f7f4"}.bi-filetype-sql:before{content:"\f7f5"}.bi-fire:before{content:"\f7f6"}.bi-google-play:before{content:"\f7f7"}.bi-h-circle-fill:before{content:"\f7fa"}.bi-h-circle:before{content:"\f7fb"}.bi-h-square-fill:before{content:"\f7fc"}.bi-h-square:before{content:"\f7fd"}.bi-indent:before{content:"\f7fe"}.bi-lungs-fill:before{content:"\f7ff"}.bi-lungs:before{content:"\f800"}.bi-microsoft-teams:before{content:"\f801"}.bi-p-circle-fill:before{content:"\f804"}.bi-p-circle:before{content:"\f805"}.bi-p-square-fill:before{content:"\f806"}.bi-p-square:before{content:"\f807"}.bi-pass-fill:before{content:"\f808"}.bi-pass:before{content:"\f809"}.bi-prescription:before{content:"\f80a"}.bi-prescription2:before{content:"\f80b"}.bi-r-circle-fill:before{content:"\f80e"}.bi-r-circle:before{content:"\f80f"}.bi-r-square-fill:before{content:"\f810"}.bi-r-square:before{content:"\f811"}.bi-repeat-1:before{content:"\f812"}.bi-repeat:before{content:"\f813"}.bi-rewind-btn-fill:before{content:"\f814"}.bi-rewind-btn:before{content:"\f815"}.bi-rewind-circle-fill:before{content:"\f816"}.bi-rewind-circle:before{content:"\f817"}.bi-rewind-fill:before{content:"\f818"}.bi-rewind:before{content:"\f819"}.bi-train-freight-front-fill:before{content:"\f81a"}.bi-train-freight-front:before{content:"\f81b"}.bi-train-front-fill:before{content:"\f81c"}.bi-train-front:before{content:"\f81d"}.bi-train-lightrail-front-fill:before{content:"\f81e"}.bi-train-lightrail-front:before{content:"\f81f"}.bi-truck-front-fill:before{content:"\f820"}.bi-truck-front:before{content:"\f821"}.bi-ubuntu:before{content:"\f822"}.bi-unindent:before{content:"\f823"}.bi-unity:before{content:"\f824"}.bi-universal-access-circle:before{content:"\f825"}.bi-universal-access:before{content:"\f826"}.bi-virus:before{content:"\f827"}.bi-virus2:before{content:"\f828"}.bi-wechat:before{content:"\f829"}.bi-yelp:before{content:"\f82a"}.bi-sign-stop-fill:before{content:"\f82b"}.bi-sign-stop-lights-fill:before{content:"\f82c"}.bi-sign-stop-lights:before{content:"\f82d"}.bi-sign-stop:before{content:"\f82e"}.bi-sign-turn-left-fill:before{content:"\f82f"}.bi-sign-turn-left:before{content:"\f830"}.bi-sign-turn-right-fill:before{content:"\f831"}.bi-sign-turn-right:before{content:"\f832"}.bi-sign-turn-slight-left-fill:before{content:"\f833"}.bi-sign-turn-slight-left:before{content:"\f834"}.bi-sign-turn-slight-right-fill:before{content:"\f835"}.bi-sign-turn-slight-right:before{content:"\f836"}.bi-sign-yield-fill:before{content:"\f837"}.bi-sign-yield:before{content:"\f838"}.bi-ev-station-fill:before{content:"\f839"}.bi-ev-station:before{content:"\f83a"}.bi-fuel-pump-diesel-fill:before{content:"\f83b"}.bi-fuel-pump-diesel:before{content:"\f83c"}.bi-fuel-pump-fill:before{content:"\f83d"}.bi-fuel-pump:before{content:"\f83e"}.bi-0-circle-fill:before{content:"\f83f"}.bi-0-circle:before{content:"\f840"}.bi-0-square-fill:before{content:"\f841"}.bi-0-square:before{content:"\f842"}.bi-rocket-fill:before{content:"\f843"}.bi-rocket-takeoff-fill:before{content:"\f844"}.bi-rocket-takeoff:before{content:"\f845"}.bi-rocket:before{content:"\f846"}.bi-stripe:before{content:"\f847"}.bi-subscript:before{content:"\f848"}.bi-superscript:before{content:"\f849"}.bi-trello:before{content:"\f84a"}.bi-envelope-at-fill:before{content:"\f84b"}.bi-envelope-at:before{content:"\f84c"}.bi-regex:before{content:"\f84d"}.bi-text-wrap:before{content:"\f84e"}.bi-sign-dead-end-fill:before{content:"\f84f"}.bi-sign-dead-end:before{content:"\f850"}.bi-sign-do-not-enter-fill:before{content:"\f851"}.bi-sign-do-not-enter:before{content:"\f852"}.bi-sign-intersection-fill:before{content:"\f853"}.bi-sign-intersection-side-fill:before{content:"\f854"}.bi-sign-intersection-side:before{content:"\f855"}.bi-sign-intersection-t-fill:before{content:"\f856"}.bi-sign-intersection-t:before{content:"\f857"}.bi-sign-intersection-y-fill:before{content:"\f858"}.bi-sign-intersection-y:before{content:"\f859"}.bi-sign-intersection:before{content:"\f85a"}.bi-sign-merge-left-fill:before{content:"\f85b"}.bi-sign-merge-left:before{content:"\f85c"}.bi-sign-merge-right-fill:before{content:"\f85d"}.bi-sign-merge-right:before{content:"\f85e"}.bi-sign-no-left-turn-fill:before{content:"\f85f"}.bi-sign-no-left-turn:before{content:"\f860"}.bi-sign-no-parking-fill:before{content:"\f861"}.bi-sign-no-parking:before{content:"\f862"}.bi-sign-no-right-turn-fill:before{content:"\f863"}.bi-sign-no-right-turn:before{content:"\f864"}.bi-sign-railroad-fill:before{content:"\f865"}.bi-sign-railroad:before{content:"\f866"}.bi-building-add:before{content:"\f867"}.bi-building-check:before{content:"\f868"}.bi-building-dash:before{content:"\f869"}.bi-building-down:before{content:"\f86a"}.bi-building-exclamation:before{content:"\f86b"}.bi-building-fill-add:before{content:"\f86c"}.bi-building-fill-check:before{content:"\f86d"}.bi-building-fill-dash:before{content:"\f86e"}.bi-building-fill-down:before{content:"\f86f"}.bi-building-fill-exclamation:before{content:"\f870"}.bi-building-fill-gear:before{content:"\f871"}.bi-building-fill-lock:before{content:"\f872"}.bi-building-fill-slash:before{content:"\f873"}.bi-building-fill-up:before{content:"\f874"}.bi-building-fill-x:before{content:"\f875"}.bi-building-fill:before{content:"\f876"}.bi-building-gear:before{content:"\f877"}.bi-building-lock:before{content:"\f878"}.bi-building-slash:before{content:"\f879"}.bi-building-up:before{content:"\f87a"}.bi-building-x:before{content:"\f87b"}.bi-buildings-fill:before{content:"\f87c"}.bi-buildings:before{content:"\f87d"}.bi-bus-front-fill:before{content:"\f87e"}.bi-bus-front:before{content:"\f87f"}.bi-ev-front-fill:before{content:"\f880"}.bi-ev-front:before{content:"\f881"}.bi-globe-americas:before{content:"\f882"}.bi-globe-asia-australia:before{content:"\f883"}.bi-globe-central-south-asia:before{content:"\f884"}.bi-globe-europe-africa:before{content:"\f885"}.bi-house-add-fill:before{content:"\f886"}.bi-house-add:before{content:"\f887"}.bi-house-check-fill:before{content:"\f888"}.bi-house-check:before{content:"\f889"}.bi-house-dash-fill:before{content:"\f88a"}.bi-house-dash:before{content:"\f88b"}.bi-house-down-fill:before{content:"\f88c"}.bi-house-down:before{content:"\f88d"}.bi-house-exclamation-fill:before{content:"\f88e"}.bi-house-exclamation:before{content:"\f88f"}.bi-house-gear-fill:before{content:"\f890"}.bi-house-gear:before{content:"\f891"}.bi-house-lock-fill:before{content:"\f892"}.bi-house-lock:before{content:"\f893"}.bi-house-slash-fill:before{content:"\f894"}.bi-house-slash:before{content:"\f895"}.bi-house-up-fill:before{content:"\f896"}.bi-house-up:before{content:"\f897"}.bi-house-x-fill:before{content:"\f898"}.bi-house-x:before{content:"\f899"}.bi-person-add:before{content:"\f89a"}.bi-person-down:before{content:"\f89b"}.bi-person-exclamation:before{content:"\f89c"}.bi-person-fill-add:before{content:"\f89d"}.bi-person-fill-check:before{content:"\f89e"}.bi-person-fill-dash:before{content:"\f89f"}.bi-person-fill-down:before{content:"\f8a0"}.bi-person-fill-exclamation:before{content:"\f8a1"}.bi-person-fill-gear:before{content:"\f8a2"}.bi-person-fill-lock:before{content:"\f8a3"}.bi-person-fill-slash:before{content:"\f8a4"}.bi-person-fill-up:before{content:"\f8a5"}.bi-person-fill-x:before{content:"\f8a6"}.bi-person-gear:before{content:"\f8a7"}.bi-person-lock:before{content:"\f8a8"}.bi-person-slash:before{content:"\f8a9"}.bi-person-up:before{content:"\f8aa"}.bi-scooter:before{content:"\f8ab"}.bi-taxi-front-fill:before{content:"\f8ac"}.bi-taxi-front:before{content:"\f8ad"}.bi-amd:before{content:"\f8ae"}.bi-database-add:before{content:"\f8af"}.bi-database-check:before{content:"\f8b0"}.bi-database-dash:before{content:"\f8b1"}.bi-database-down:before{content:"\f8b2"}.bi-database-exclamation:before{content:"\f8b3"}.bi-database-fill-add:before{content:"\f8b4"}.bi-database-fill-check:before{content:"\f8b5"}.bi-database-fill-dash:before{content:"\f8b6"}.bi-database-fill-down:before{content:"\f8b7"}.bi-database-fill-exclamation:before{content:"\f8b8"}.bi-database-fill-gear:before{content:"\f8b9"}.bi-database-fill-lock:before{content:"\f8ba"}.bi-database-fill-slash:before{content:"\f8bb"}.bi-database-fill-up:before{content:"\f8bc"}.bi-database-fill-x:before{content:"\f8bd"}.bi-database-fill:before{content:"\f8be"}.bi-database-gear:before{content:"\f8bf"}.bi-database-lock:before{content:"\f8c0"}.bi-database-slash:before{content:"\f8c1"}.bi-database-up:before{content:"\f8c2"}.bi-database-x:before{content:"\f8c3"}.bi-database:before{content:"\f8c4"}.bi-houses-fill:before{content:"\f8c5"}.bi-houses:before{content:"\f8c6"}.bi-nvidia:before{content:"\f8c7"}.bi-person-vcard-fill:before{content:"\f8c8"}.bi-person-vcard:before{content:"\f8c9"}.bi-sina-weibo:before{content:"\f8ca"}.bi-tencent-qq:before{content:"\f8cb"}.bi-wikipedia:before{content:"\f8cc"}.bi-alphabet-uppercase:before{content:"\f2a5"}.bi-alphabet:before{content:"\f68a"}.bi-amazon:before{content:"\f68d"}.bi-arrows-collapse-vertical:before{content:"\f690"}.bi-arrows-expand-vertical:before{content:"\f695"}.bi-arrows-vertical:before{content:"\f698"}.bi-arrows:before{content:"\f6a2"}.bi-ban-fill:before{content:"\f6a3"}.bi-ban:before{content:"\f6b6"}.bi-bing:before{content:"\f6c2"}.bi-cake:before{content:"\f6e0"}.bi-cake2:before{content:"\f6ed"}.bi-cookie:before{content:"\f6ee"}.bi-copy:before{content:"\f759"}.bi-crosshair:before{content:"\f769"}.bi-crosshair2:before{content:"\f794"}.bi-emoji-astonished-fill:before{content:"\f795"}.bi-emoji-astonished:before{content:"\f79a"}.bi-emoji-grimace-fill:before{content:"\f79b"}.bi-emoji-grimace:before{content:"\f7a0"}.bi-emoji-grin-fill:before{content:"\f7a1"}.bi-emoji-grin:before{content:"\f7a6"}.bi-emoji-surprise-fill:before{content:"\f7a7"}.bi-emoji-surprise:before{content:"\f7ac"}.bi-emoji-tear-fill:before{content:"\f7ad"}.bi-emoji-tear:before{content:"\f7b2"}.bi-envelope-arrow-down-fill:before{content:"\f7b3"}.bi-envelope-arrow-down:before{content:"\f7b8"}.bi-envelope-arrow-up-fill:before{content:"\f7b9"}.bi-envelope-arrow-up:before{content:"\f7be"}.bi-feather:before{content:"\f7bf"}.bi-feather2:before{content:"\f7c4"}.bi-floppy-fill:before{content:"\f7c5"}.bi-floppy:before{content:"\f7d8"}.bi-floppy2-fill:before{content:"\f7d9"}.bi-floppy2:before{content:"\f7e4"}.bi-gitlab:before{content:"\f7e5"}.bi-highlighter:before{content:"\f7f8"}.bi-marker-tip:before{content:"\f802"}.bi-nvme-fill:before{content:"\f803"}.bi-nvme:before{content:"\f80c"}.bi-opencollective:before{content:"\f80d"}.bi-pci-card-network:before{content:"\f8cd"}.bi-pci-card-sound:before{content:"\f8ce"}.bi-radar:before{content:"\f8cf"}.bi-send-arrow-down-fill:before{content:"\f8d0"}.bi-send-arrow-down:before{content:"\f8d1"}.bi-send-arrow-up-fill:before{content:"\f8d2"}.bi-send-arrow-up:before{content:"\f8d3"}.bi-sim-slash-fill:before{content:"\f8d4"}.bi-sim-slash:before{content:"\f8d5"}.bi-sourceforge:before{content:"\f8d6"}.bi-substack:before{content:"\f8d7"}.bi-threads-fill:before{content:"\f8d8"}.bi-threads:before{content:"\f8d9"}.bi-transparency:before{content:"\f8da"}.bi-twitter-x:before{content:"\f8db"}.bi-type-h4:before{content:"\f8dc"}.bi-type-h5:before{content:"\f8dd"}.bi-type-h6:before{content:"\f8de"}.bi-backpack-fill:before{content:"\f8df"}.bi-backpack:before{content:"\f8e0"}.bi-backpack2-fill:before{content:"\f8e1"}.bi-backpack2:before{content:"\f8e2"}.bi-backpack3-fill:before{content:"\f8e3"}.bi-backpack3:before{content:"\f8e4"}.bi-backpack4-fill:before{content:"\f8e5"}.bi-backpack4:before{content:"\f8e6"}.bi-brilliance:before{content:"\f8e7"}.bi-cake-fill:before{content:"\f8e8"}.bi-cake2-fill:before{content:"\f8e9"}.bi-duffle-fill:before{content:"\f8ea"}.bi-duffle:before{content:"\f8eb"}.bi-exposure:before{content:"\f8ec"}.bi-gender-neuter:before{content:"\f8ed"}.bi-highlights:before{content:"\f8ee"}.bi-luggage-fill:before{content:"\f8ef"}.bi-luggage:before{content:"\f8f0"}.bi-mailbox-flag:before{content:"\f8f1"}.bi-mailbox2-flag:before{content:"\f8f2"}.bi-noise-reduction:before{content:"\f8f3"}.bi-passport-fill:before{content:"\f8f4"}.bi-passport:before{content:"\f8f5"}.bi-person-arms-up:before{content:"\f8f6"}.bi-person-raised-hand:before{content:"\f8f7"}.bi-person-standing-dress:before{content:"\f8f8"}.bi-person-standing:before{content:"\f8f9"}.bi-person-walking:before{content:"\f8fa"}.bi-person-wheelchair:before{content:"\f8fb"}.bi-shadows:before{content:"\f8fc"}.bi-suitcase-fill:before{content:"\f8fd"}.bi-suitcase-lg-fill:before{content:"\f8fe"}.bi-suitcase-lg:before{content:"\f8ff"}.bi-suitcase:before{content:"\f900"}.bi-suitcase2-fill:before{content:"\f901"}.bi-suitcase2:before{content:"\f902"}.bi-vignette:before{content:"\f903"}.bi-bluesky:before{content:"\f7f9"}.bi-tux:before{content:"\f904"}.bi-beaker-fill:before{content:"\f905"}.bi-beaker:before{content:"\f906"}.bi-flask-fill:before{content:"\f907"}.bi-flask-florence-fill:before{content:"\f908"}.bi-flask-florence:before{content:"\f909"}.bi-flask:before{content:"\f90a"}.bi-leaf-fill:before{content:"\f90b"}.bi-leaf:before{content:"\f90c"}.bi-measuring-cup-fill:before{content:"\f90d"}.bi-measuring-cup:before{content:"\f90e"}.bi-unlock2-fill:before{content:"\f90f"}.bi-unlock2:before{content:"\f910"}.bi-battery-low:before{content:"\f911"}.bi-anthropic:before{content:"\f912"}.bi-apple-music:before{content:"\f913"}.bi-claude:before{content:"\f914"}.bi-openai:before{content:"\f915"}.bi-perplexity:before{content:"\f916"}.bi-css:before{content:"\f917"}.bi-javascript:before{content:"\f918"}.bi-typescript:before{content:"\f919"}.bi-fork-knife:before{content:"\f91a"}.bi-globe-americas-fill:before{content:"\f91b"}.bi-globe-asia-australia-fill:before{content:"\f91c"}.bi-globe-central-south-asia-fill:before{content:"\f91d"}.bi-globe-europe-africa-fill:before{content:"\f91e"}[data-theme=light] .analyzing-banner{background:#eef1f6;border-color:#ced5e0}[data-theme=light]{--shimmer-base:#0000000f;--shimmer-peak:#0000002e;--shimmer-area-top:#00000014;--shimmer-area-bottom:#00000003}[data-theme=light] .login-page{background:#f5f7fb}[data-theme=light] .login-card{background:#fff;border:1px solid #e5eaf2;box-shadow:0 4px 24px #00000014}[data-theme=light] .login-title{color:#0f172a}[data-theme=light] .login-label,[data-theme=light] .login-subtitle{color:#64748b}[data-theme=light] .login-icon,[data-theme=light] .login-icon-toggle{color:#94a3b8}[data-theme=light] .login-icon-toggle:hover{color:#64748b}[data-theme=light] .login-input{background:#f8fafc;border:1px solid #e2e8f0;color:#0f172a}[data-theme=light] .login-input::placeholder{color:#94a3b8}[data-theme=light] .login-input:focus{border-color:#4c6fff;box-shadow:0 0 0 2px #4c6fff1a}[data-theme=light] .login-checkbox{background:#f8fafc;border:1px solid #e2e8f0}[data-theme=light] .login-divider{border-top:1px solid #e2e8f0}[data-theme=light] .login-divider-text{background:#fff;color:#94a3b8}[data-theme=light] .login-oauth-btn{border:1px solid #e2e8f0}[data-theme=light] .login-oauth-btn:hover{background:#f8fafc}[data-theme=light] .login-footer-text,[data-theme=light] .login-oauth-text{color:#64748b}[data-theme=light] .adgrow-logo-text,[data-theme=light] .login-brand-text,[data-theme=light] .login-card .adgrow-logo-text,[data-theme=light] .login-page .adgrow-logo-text{color:#0f172a}[data-theme=light]{--text-primary:var(--text-light-primary);--text-secondary:var(--text-light-secondary);--text-muted:var(--text-light-muted);--text-dim:#5a6472;--bg-void:var(--bg-light-base);--bg-deep:var(--bg-light-base);--bg-surface:var(--bg-light-surface);--bg-elevated:var(--bg-light-surface);--bg-glass:var(--bg-light-surface);--bg-glass-light:var(--bg-light-elevated);--border-subtle:#e8ecf2;--border-default:#dee3eb;--border-strong:#ced5e0;--shadow-sm:0 1px 4px #1c2a4a0f,0 1px 2px #1c2a4a0a;--shadow-md:0 4px 16px #1c2a4a14,0 2px 6px #1c2a4a0d;--shadow-lg:0 8px 32px #1c2a4a1a,0 4px 12px #1c2a4a0f;--card-bg:var(--bg-light-surface);--blue-primary:#1c2a4a;--blue-hover:#16223b;--blue-glow:#1c2a4a59;--blue-glow-subtle:#1c2a4a1f;--blue-surface:#1c2a4a1a;--blue-border:#1c2a4a33;--accent-primary:#1c2a4a;--accent-primary-hover:#16223b;--accent-primary-light:#1c2a4a1a;--accent-contrast:#fff;--sidebar-width:72px;--status-success-light:#22c55e1f;--status-warning-light:#fbbf241a;--status-critical-light:#ef44441a;--status-success:#10b981;--status-critical:#ef4444;--amber-primary:#fbbf24;--amber-secondary:#f59e0b;--amber-glow:#fbbf2459;--amber-glow-subtle:#fbbf2426;--amber-surface:#fbbf2438;--amber-border:#fbbf2480;--purple-glow:#8b5cf640;--bg-tertiary:#eef1f6;--border-medium:#dee3eb;--bg-app:var(--bg-light-base);--bg-input:var(--bg-light-elevated);--bg-panel-soft:var(--bg-light-elevated)}[data-theme=light] .enterprise-footer{background:var(--bg-void);border-top-color:#00000012}[data-theme=light] .enterprise-header{backdrop-filter:none;-webkit-backdrop-filter:none;background:#0000;border-bottom:none;box-shadow:none}[data-theme=light] .enterprise-header .adg-input{background:#fff!important;border:1.5px solid #00000014!important;border-radius:999px!important;box-shadow:none!important;color:#3a3a40;font-family:IBM Plex Mono,monospace!important}[data-theme=light] .enterprise-header .adg-input::placeholder{color:#3a3a40;opacity:.6}[data-theme=light] .enterprise-sidebar{background:var(--bg-void);border-right:none;box-shadow:none;width:72px;width:var(--sidebar-width,72px)}[data-theme=light] .enterprise-sidebar-logo{border-bottom:none;justify-content:center;padding:20px 0}[data-theme=light] .logo-text-gradient{display:none}[data-theme=light] .enterprise-nav{align-items:center;padding:12px 8px}[data-theme=light] .enterprise-nav-section{align-items:center;display:flex;flex-direction:column;margin-bottom:4px;width:100%}[data-theme=light] .enterprise-nav-label{display:none}[data-theme=light] .enterprise-nav-item{align-items:center;border:none!important;border-radius:12px;color:#000;display:flex;flex-direction:column;gap:0;height:48px;justify-content:center;margin:2px auto;padding:0;width:48px}[data-theme=light] .enterprise-nav-item .adg-badge,[data-theme=light] .enterprise-nav-item span{display:none}[data-theme=light] .enterprise-nav-item i{font-size:19px;line-height:1;margin:0}[data-theme=light] .enterprise-nav-item:hover{background:#b1e9ff80;color:#000}[data-theme=light] .enterprise-nav-item:hover i{color:#000}[data-theme=light] .enterprise-nav-item.active{background:#b1e9ff;border:none!important;color:#000}[data-theme=light] .enterprise-nav-item.active i{color:#000}[data-theme=light] .enterprise-sidebar-footer{border-top:none!important;display:flex!important;justify-content:center!important;padding:12px 0 16px!important}[data-theme=light] .enterprise-sidebar-footer>div{align-items:center!important;background:#00000012!important;border:none!important;border-radius:12px!important;display:flex!important;gap:0!important;height:48px!important;justify-content:center!important;padding:12px!important;width:48px!important}[data-theme=light] .enterprise-sidebar-footer>div>div:not(.adg-animate-pulse){display:none!important}[data-theme=light] .enterprise-sidebar-footer svg{color:#000!important}[data-theme=light] .enterprise-nav-item .nav-item-label,[data-theme=light] .enterprise-nav-item span{white-space:nowrap}[data-theme=light] .enterprise-sidebar.is-expanded .enterprise-sidebar-logo{justify-content:flex-start;padding:20px 16px}[data-theme=light] .enterprise-sidebar.is-expanded .logo-text-gradient{animation:sidebarLabelFadeIn .15s ease .1s both;display:block}[data-theme=light] .enterprise-sidebar.is-expanded .enterprise-nav{align-items:flex-start;padding:12px 10px}[data-theme=light] .enterprise-sidebar.is-expanded .enterprise-nav-section{align-items:flex-start}[data-theme=light] .enterprise-sidebar.is-expanded .enterprise-nav-label{animation:sidebarLabelFadeIn .15s ease .08s both;color:#000;display:block;padding-left:10px}[data-theme=light] .enterprise-sidebar.is-expanded .enterprise-nav-item{border-radius:10px;color:#000;flex-direction:row;gap:12px;height:auto;padding:10px 12px;width:100%}[data-theme=light] .enterprise-sidebar.is-expanded .enterprise-nav-item.active,[data-theme=light] .enterprise-sidebar.is-expanded .enterprise-nav-item.active i{color:#000}[data-theme=light] .enterprise-nav-item.active .adg-badge{background:#b1e9ff;border-color:#b1e9ff80;color:#000}[data-theme=light] .enterprise-sidebar.is-expanded .enterprise-nav-item .nav-item-label,[data-theme=light] .enterprise-sidebar.is-expanded .enterprise-nav-item span{animation:sidebarLabelFadeIn .18s ease .1s both;display:inline;flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis}[data-theme=light] .enterprise-sidebar.is-expanded .enterprise-nav-item .adg-badge{animation:sidebarLabelFadeIn .18s ease .12s both;display:inline-flex;flex-shrink:0;margin-left:0}[data-theme=light] .enterprise-sidebar.is-expanded .enterprise-sidebar-footer{justify-content:flex-start!important;padding:16px!important}[data-theme=light] .enterprise-sidebar.is-expanded .enterprise-sidebar-footer>div{border-radius:var(--radius-md)!important;gap:10px!important;height:auto!important;justify-content:flex-start!important;padding:10px 12px!important;width:100%!important}[data-theme=light] .enterprise-sidebar.is-expanded .enterprise-sidebar-footer>div>div:not(.adg-animate-pulse){animation:sidebarLabelFadeIn .15s ease .1s both;display:block!important}[data-theme=light] .adg-kpi-card,[data-theme=light] .ai-feed-card,[data-theme=light] .ai-feed-panel,[data-theme=light] .ai-system-feed-panel,[data-theme=light] .kpi-card,[data-theme=light] .stats-card{background:#fff;border-color:#6c63ff1a;box-shadow:var(--shadow-sm)}[data-theme=light] .adg-kpi-card .kpi-value,[data-theme=light] .ai-feed-title,[data-theme=light] .alert-text strong,[data-theme=light] .feed-alert-title,[data-theme=light] .feed-title,[data-theme=light] .kpi-card .kpi-value,[data-theme=light] .section-title{color:var(--text-light-primary)}[data-theme=light] .adg-kpi-card .kpi-label,[data-theme=light] .alert-text p,[data-theme=light] .feed-alert-meta,[data-theme=light] .kpi-card .kpi-label,[data-theme=light] .stat-label{color:var(--text-light-muted)}[data-theme=light] .enterprise-ai-status{background:var(--bg-light-elevated);border-color:#00000014}[data-theme=light] .enterprise-ai-status-text{color:var(--text-light-primary)}[data-theme=light] .enterprise-ai-status-platforms{border-left-color:#0000001a;color:var(--text-light-muted)}[data-theme=light] .adg-input{background:var(--bg-light-surface);border-color:#0000001a;color:var(--text-light-primary)}[data-theme=light] .adg-input::placeholder{color:var(--text-light-muted)}[data-theme=light] .adg-card,[data-theme=light] .enterprise-performance-card,[data-theme=light] .performance-card{background:#fff!important;border:1px solid #6c63ff1a!important;box-shadow:var(--shadow-sm)!important}[data-theme=light] .adg-badge-info{background:#198f9f1f;border:1px solid #198f9f4d;color:#198f9f}[data-theme=light] .adg-badge-success{background:#22c55e1f;border:1px solid #22c55e33;color:#16a34a}[data-theme=light] .adg-btn-primary{background:#000!important;border:none!important;color:#fff!important}[data-theme=light] .adg-btn-primary:hover{background:#2d2d4a!important}[data-theme=light] .recharts-area-area{fill-opacity:.15}[data-theme=light] .quick-action-card,[data-theme=light] .quick-actions-card{background:var(--bg-light-surface)!important;border-color:#00000014!important}[data-theme=light] .quick-action-card:hover,[data-theme=light] .quick-actions-card:hover{background:var(--bg-light-elevated)!important;border-color:var(--blue-primary)!important;box-shadow:0 4px 20px #4c6fff1a!important}[data-theme=light] .quick-action-card .title,[data-theme=light] .quick-action-card h4,[data-theme=light] .quick-action-card strong{color:var(--text-light-primary)!important}[data-theme=light] .quick-action-card .description,[data-theme=light] .quick-action-card p{color:var(--text-light-muted)!important}[data-theme=light] .feed-alert-card.critical,[data-theme=light] .feed-alert-card.critical *{color:#78350f!important}[data-theme=light] .feed-alert-card.opportunity,[data-theme=light] .feed-alert-card.opportunity *{color:#1e3a8a!important}[data-theme=light] .feed-alert-card.opportunity .view-btn{background:#1e3a8a1a!important;border:1px solid #1e3a8a4d!important;color:#1e3a8a!important}[data-theme=light] .grid.grid-cols-1>button,[data-theme=light] .md\\:grid-cols-3>button,[data-theme=light] div[class*=grid]>button[class*=flex][class*=items-center]{background:#fff!important;border:1px solid #00000014!important}[data-theme=light] .grid.grid-cols-1>button:hover,[data-theme=light] .md\\:grid-cols-3>button:hover,[data-theme=light] div[class*=grid]>button[class*=flex][class*=items-center]:hover{border-color:#4c6fff66!important;box-shadow:0 4px 16px #00000014!important;transform:translateY(-2px)!important}[data-theme=light] .grid.grid-cols-1>button p,[data-theme=light] .md\\:grid-cols-3>button p,[data-theme=light] div[class*=grid]>button[class*=flex] .text-left p:first-child{color:#0f172a!important;opacity:1!important;visibility:visible!important}[data-theme=light] .grid.grid-cols-1>button .text-left p:last-child,[data-theme=light] .md\\:grid-cols-3>button .text-left p:last-child{color:#64748b!important}[data-theme=light] .grid.grid-cols-1>button svg,[data-theme=light] .md\\:grid-cols-3>button svg{color:#fff!important}[data-theme=light] #root,[data-theme=light] .app-container,[data-theme=light] body{background:linear-gradient(180deg,#f8fafc,#fff)!important;background-attachment:fixed!important}[data-theme=light] .adg-grid-kpis .icon-wrapper i{color:#000!important}[data-theme=light] .adg-grid-kpis>:first-child .icon-wrapper{background:#b1e9ff!important}[data-theme=light] .adg-grid-kpis>:nth-child(2) .icon-wrapper{background:#ffd9bb!important}[data-theme=light] .adg-grid-kpis>:nth-child(3) .icon-wrapper{background:#e1ffbf!important}[data-theme=light] .adg-grid-kpis>:nth-child(4) .icon-wrapper{background:#ffc2c2!important}[data-theme=light] .adg-grid-kpis>:nth-child(5) .icon-wrapper{background:#facbe9!important}[data-theme=light] .adg-grid-kpis{background:#fff;border:1px solid #0000000f;border-radius:12px;box-shadow:0 1px 4px #0000000f;gap:0;overflow:hidden}[data-theme=light] .adg-grid-kpis .adg-kpi-card,[data-theme=light] .adg-grid-kpis .kpi-card{background:#0000!important;border:none!important;border-radius:0!important;border-right:1px solid #0000000f!important}[data-theme=light] .adg-grid-kpis>:last-child{border-right:none!important}[data-theme=light] .adg-kpi-card,[data-theme=light] .kpi-card{background:#fff!important;border:1px solid #0000000a!important;box-shadow:none!important}[data-theme=light] .adg-kpi-card .kpi-value{color:var(--text-light-primary)!important}[data-theme=light] .adg-card,[data-theme=light] .performance-card{background:#fff!important;border:1px solid #0000000a!important;box-shadow:inset 0 1px 3px #00000005!important}[data-theme=light] .ai-system-feed-panel{background:#fff!important;border:1px solid #0000000f!important}[data-theme=light] .action-center-card{background:#0000!important;border:none!important;box-shadow:none!important;padding:0!important}[data-theme=light] .action-center-card,[data-theme=light] .action-center-card *{color:#000!important}[data-theme=light] .action-center-card .review-btn{background:#0000000f!important;border:1px solid #0000001f!important;color:#000!important}[data-theme=light] .adg-card [class*=bg-gradient],[data-theme=light] .adg-card [class*=border-blue-200],[data-theme=light] .adg-card [class*=border-green-200]{background:#0000!important;background-image:none!important;border:none!important;box-shadow:none!important;padding:0!important}[data-theme=light] .adg-card [class*=text-amber-600],[data-theme=light] .adg-card [class*=text-blue-600],[data-theme=light] .adg-card [class*=text-gray-600],[data-theme=light] .adg-card [class*=text-gray-900],[data-theme=light] .adg-card [class*=text-green-600]{color:#000!important}[data-theme=light] .adg-card [class*=bg-amber-100],[data-theme=light] .adg-card [class*=bg-blue-100],[data-theme=light] .adg-card [class*=bg-green-100]{background:#0000000f!important}[data-theme=light] .campaigns-summary-card{background:#fff!important;border:1px solid #0000000f!important;box-shadow:inset 0 1px 3px #00000005!important}[data-theme=light] .campaigns-summary-card,[data-theme=light] .campaigns-summary-card *{color:#000!important}[data-theme=light] .feed-alert-card.critical{background:#fbbf240f!important;border-left:4px solid #fbbf24!important}[data-theme=light] .feed-alert-card.opportunity{background:#4c6fff0f!important;border-left:4px solid #4c6fff!important}[data-theme=light] .grid.grid-cols-1>button,[data-theme=light] .md\\:grid-cols-3>button,[data-theme=light] .quick-action-card{background:#fff!important;border:1px solid #0000000a!important;box-shadow:none!important}[data-theme=light] .grid.grid-cols-1>button .text-left p:first-child,[data-theme=light] .quick-action-card h4{color:var(--text-light-primary)!important}[data-theme=light] .adg-card-header{color:#000!important}[data-theme=light] .adg-card,[data-theme=light] .adg-grid-kpis,[data-theme=light] .adg-kpi-card,[data-theme=light] .ai-feed-card,[data-theme=light] .ai-feed-panel,[data-theme=light] .ai-system-feed-panel,[data-theme=light] .campaigns-summary-card,[data-theme=light] .enterprise-performance-card,[data-theme=light] .kpi-card,[data-theme=light] .performance-card,[data-theme=light] .quick-action-card,[data-theme=light] .stats-card{box-shadow:-4px 4px 10px #0000002e!important}[data-theme=light] .adg-grid-kpis .adg-kpi-card,[data-theme=light] .adg-grid-kpis .kpi-card{box-shadow:none!important}[data-theme=light] .temporal-signal,[data-theme=light] .temporal-text{color:#64748b}[data-theme=light] .campaign-card,[data-theme=light] .campaigns-list .adg-card{background:#fff!important;border:1px solid #0000000a!important}[data-theme=light] .campaign-card h3,[data-theme=light] .campaigns-list h3{color:var(--text-light-primary)!important}[data-theme=light] .campaign-metrics,[data-theme=light] .campaigns-list [style*="background: var(--bg-secondary)"]{background:#f8fafc!important;border:1px solid #00000005!important}[data-theme=light] .campaign-metrics-value{color:var(--text-light-primary)!important}[data-theme=light] .campaign-actions button,[data-theme=light] .campaigns-list button[title]{opacity:.5!important}[data-theme=light] .campaign-card:hover .campaign-actions button,[data-theme=light] .campaigns-list .adg-card:hover button[title]{opacity:1!important}[data-theme=light] .campaign-card.has-warning{background:#fbbf240d!important;border:1px solid #fbbf2426!important;border-left:4px solid #fbbf24!important}[data-theme=light] .simulation-controls{background:#f1f5f9!important}[data-theme=light] .simulation-controls select{background:#fff!important;border:1px solid #0000001a!important;color:#1e293b!important}[data-theme=light] .keyword-simulation-controls{background:#f8fafc!important}[data-theme=light] .keyword-simulation-controls th{color:#64748b!important}[data-theme=light] .keyword-simulation-controls td{color:#475569!important}[data-theme=light] .keyword-simulation-controls input,[data-theme=light] .keyword-simulation-controls select{background:#fff!important;border:1px solid #0000001a!important}[data-theme=light] .kw-sim-title{color:#374151!important}[data-theme=light] .kw-sim-hint{color:#9ca3af!important}[data-theme=light] .kw-sim-header{background:#f3f4f6!important}[data-theme=light] .kw-sim-row:hover{background:#4c6fff0d!important}[data-theme=light] .kw-sim-keyword{color:#374151!important}[data-theme=light] .kw-sim-status-enabled{background:#10b9811a!important;color:#059669!important}[data-theme=light] .kw-sim-status-paused{background:#ef44441a!important;color:#dc2626!important}[data-theme=light] .kw-sim-save-btn{background:#4c6fff!important;color:#fff!important}[data-theme=light] .kw-sim-seed-btn{background:#4c6fff1a!important;color:#4c6fff!important}[data-theme=light] .insights-page{background:var(--bg-light-base)!important}[data-theme=light] .insights-system-header{background:#00000005!important;border:1px solid #0000000d!important;border-radius:12px!important;padding:16px 20px!important}[data-theme=light] .insights-system-label{color:#64748b!important;display:block!important;font-size:10px!important;font-weight:600!important;letter-spacing:.5px!important;margin-bottom:6px!important;text-transform:uppercase!important}[data-theme=light] .insights-system-judgment{color:#475569!important;font-size:14px!important;line-height:1.5!important}[data-theme=light] .insights-stat-card{background:#00000005!important;border:1px solid #0000000d!important;border-radius:10px!important;padding:16px!important}[data-theme=light] .insights-stat-icon,[data-theme=light] .insights-stat-label{color:#64748b!important}[data-theme=light] .insights-stat-value{color:#374151!important}[data-theme=light] .insights-stat-scope{color:#9ca3af!important}[data-theme=light] .insights-section-title{color:#374151!important}[data-theme=light] .insights-section-subtitle,[data-theme=light] .insights-timestamp{color:#9ca3af!important}[data-theme=light] .insights-container{border:1px solid #00000014!important;box-shadow:0 1px 3px #0000000d!important}[data-theme=light] .insights-header{border-bottom:1px solid #0000000d!important}[data-theme=light] .insights-header-icon{background:#4c6fff1a!important;color:#4c6fff!important}[data-theme=light] .insights-header-title{color:#1f2937!important}[data-theme=light] .insights-header-narrative{color:#4b5563!important}[data-theme=light] .insights-header-subtitle{color:#9ca3af!important}[data-theme=light] .insights-badge-optimization{background:#4c6fff1a!important;color:#4c6fff!important}[data-theme=light] .insights-badge-warning{background:#f59e0b1a!important;color:#d97706!important}[data-theme=light] .insights-badge-positive{background:#10b9811a!important;color:#059669!important}[data-theme=light] .insight-card{background:#fff!important;border:1px solid #00000014!important;border-left:4px solid!important;box-shadow:0 1px 3px #0000000d!important}[data-theme=light] .insight-card-action-required{border-left-color:#f59e0b!important}[data-theme=light] .insight-card-opportunity{border-left-color:#4c6fff!important}[data-theme=light] .insight-decision-zone:hover{background:#00000005!important}[data-theme=light] .insight-title{color:#1f2937!important}[data-theme=light] .insight-urgency-badge{background:#00000008!important;border:1px solid #00000014!important;color:#6b7280!important}[data-theme=light] .insight-urgency-high{background:#ef44441a!important;color:#dc2626!important}[data-theme=light] .insight-urgency-medium{background:#f59e0b1a!important;color:#d97706!important}[data-theme=light] .insight-urgency-low{background:#4c6fff1a!important;color:#4c6fff!important}[data-theme=light] .insight-type-icon{background:#00000008!important;color:#6b7280!important}[data-theme=light] .insight-type-warning{background:#f59e0b1a!important;color:#d97706!important}[data-theme=light] .insight-type-optimization{background:#4c6fff1a!important;color:#4c6fff!important}[data-theme=light] .insight-type-positive,[data-theme=light] .insight-type-positive_signal{background:#10b9811a!important;color:#059669!important}[data-theme=light] .insight-reasoning{background:#00000005!important}[data-theme=light] .insight-reasoning-text{color:#4b5563!important}[data-theme=light] .insight-reasoning-basis{color:#9ca3af!important}[data-theme=light] .insight-action-btn{background:#00000005!important;border:1px solid #00000014!important;color:#6b7280!important;opacity:.6!important}[data-theme=light] .insight-action-btn:hover{opacity:.9!important}[data-theme=light] .insight-action-acknowledge:hover{background:#4c6fff1a!important;color:#4c6fff!important}[data-theme=light] .history-container{background:#fff!important;border:1px solid #00000014!important;box-shadow:0 1px 3px #0000000d!important}[data-theme=light] .history-header{border-bottom:1px solid #0000000d!important}[data-theme=light] .history-header-icon{background:#00000008!important;color:#6b7280!important}[data-theme=light] .history-header-title{color:#1f2937!important}[data-theme=light] .history-item{border-bottom:1px solid #0000000d!important}[data-theme=light] .history-item:hover{background:#00000005!important}[data-theme=light] .history-platform-google_ads{background:#3b82f61a!important;color:#2563eb!important}[data-theme=light] .history-status-text{color:#374151!important}[data-theme=light] .history-has-insights{color:#d97706!important}[data-theme=light] .history-no-issues{color:#059669!important}[data-theme=light] .snapshot-container{background:#fff!important;border:1px solid #00000014!important;box-shadow:0 1px 3px #0000000d!important}[data-theme=light] .snapshot-header-icon{background:#8b5cf61a!important;color:#7c3aed!important}[data-theme=light] .snapshot-header-title{color:#1f2937!important}[data-theme=light] .snapshot-metric{background:#00000005!important;border:1px solid #0000000d!important}[data-theme=light] .snapshot-metric-value{color:#374151!important}[data-theme=light] .snapshot-confidence-high,[data-theme=light] .snapshot-pacing-on_pace{background:#10b9811a!important;color:#059669!important}[data-theme=light] .snapshot-confidence-medium,[data-theme=light] .snapshot-pacing-under{background:#f59e0b1a!important;color:#d97706!important}[data-theme=light] .snapshot-pacing-over{background:#ef44441a!important;color:#dc2626!important}[data-theme=light] .insights-empty-state,[data-theme=light] .insights-error-state,[data-theme=light] .insights-loading-state{background:#fff!important;border:1px solid #00000014!important;box-shadow:0 1px 3px #0000000d!important}[data-theme=light] .insights-view-all-btn{background:#0000!important;border:1px solid #4c6fff4d!important;color:#4c6fff!important}[data-theme=light] .insights-primary-btn{background:#4c6fff!important;color:#fff!important}[data-theme=light] .insights-secondary-btn{background:#00000005!important;border:1px solid #00000014!important;color:#6b7280!important}[data-theme=light] .insights-back-link{color:#6b7280!important}[data-theme=light] .insights-footer{background:#00000005!important;border:1px solid #0000000d!important}[data-theme=light] .insights-footer-title{color:#374151!important}[data-theme=light] .insights-footer-title svg{color:#4c6fff!important}[data-theme=light] .insights-footer-text{color:#6b7280!important}[data-theme=light] .platform-badge{background:#f8fafc!important;border:1px solid #e2e8f0!important}[data-theme=light] .platform-badge-label{color:#64748b!important;font-size:11px!important;font-weight:500!important}[data-theme=light] .insight-card-v2 .mt-2.p-2\.5.bg-amber-50.border-l-2.border-amber-400,[data-theme=light] .insight-card-v2 [class*=bg-amber-50][class*=border-l-2]{background:#f1f5f9!important;border-left:2px solid #fbbf2466!important}[data-theme=light] .insight-card-v2 .mt-2.p-2\.5.bg-amber-50 .text-amber-700,[data-theme=light] .insight-card-v2 .mt-2.p-2\.5.bg-amber-50 .text-amber-900{color:#64748b!important}[data-theme=light] .insights-feed-page .bg-white.rounded-lg.border-l-4.p-4.shadow-sm{background:#fff!important;border-bottom:1px solid #e2e8f0!important;border-right:1px solid #e2e8f0!important;border-top:1px solid #e2e8f0!important}[data-theme=light] .insight-card-v2>.px-4.pb-3.border-t.border-gray-100,[data-theme=light] .insight-card-v2>.px-4.pb-4.border-t.border-gray-100{background:#f8fafc!important}[data-theme=light] .insight-card-v2>.p-4.bg-gray-50.border-t{background:#f1f5f9!important}[data-theme=light] .insight-card-v2 .text-orange-600,[data-theme=light] .insight-card-v2 span.font-medium.text-orange-600{color:#64748b!important}[data-theme=light] .insight-card-v2 .mt-2.p-2.bg-amber-100\/50,[data-theme=light] .insight-card-v2 .mt-2.p-2.bg-green-100\/50,[data-theme=light] .insight-card-v2 .mt-2.p-2.bg-orange-100\/50,[data-theme=light] .insight-card-v2 .mt-2.p-2\.5.bg-amber-50,[data-theme=light] .insight-card-v2 [class*=bg-amber-50]{background:#f1f5f9!important;border-left:2px solid #fbbf2466!important}[data-theme=light] .insight-card-v2 .mt-2.p-2\.5.bg-amber-50 .text-amber-700,[data-theme=light] .insight-card-v2 .mt-2.p-2\.5.bg-amber-50 .text-amber-900,[data-theme=light] .insight-card-v2 [class*=bg-amber-50] p{color:#64748b!important}[data-theme=light] .insight-card-v2 button.bg-green-500,[data-theme=light] .insight-card-v2 button.bg-green-600,[data-theme=light] .insight-card-v2 button[class*=bg-green-600]{background:#4c6fff!important;border:none!important}[data-theme=light] .insight-card-v2>.p-4:first-of-type:not(.bg-gray-50){border-left:4px solid var(--system-yellow)!important;margin-left:-1px!important;padding-left:16px!important}[data-theme=light] .insight-card-v2>.p-4.bg-gray-50.border-t{border-top:1px solid #e2e8f0!important;margin-top:0!important;padding:12px 16px!important}[data-theme=light] .insights-feed-page .bg-white.rounded-lg{background:#fff!important;border-color:#e5eaf2!important}[data-theme=light] .insights-page{background:#f5f7fb!important}[data-theme=light] .insights-container{background:#fff!important;border:1px solid #e5eaf2!important}[data-theme=light] .insight-card-v2 .bg-amber-50,[data-theme=light] .insight-card-v2 .mt-2.p-2,[data-theme=light] .insight-card-v2 .mt-2.p-2\.5,[data-theme=light] .insight-card-v2 [class*=bg-amber-50]{background:#f1f5f9!important;border:none!important;border-left:2px solid #fbbf2466!important}[data-theme=light] .insight-card-v2 .bg-amber-50 p,[data-theme=light] .insight-card-v2 .text-amber-700,[data-theme=light] .insight-card-v2 .text-amber-800,[data-theme=light] .insight-card-v2 .text-amber-900,[data-theme=light] .insight-card-v2 [class*=bg-amber-50] p{color:#64748b!important}[data-theme=light] .insight-card-v2 .bg-green-100\/50,[data-theme=light] .insight-card-v2 .bg-orange-100\/50{background:#f1f5f9!important}[data-theme=light] .insight-card-v2 button.bg-green-500,[data-theme=light] .insight-card-v2 button.bg-green-600,[data-theme=light] .insight-card-v2 button.flex-1[class*=bg-green],[data-theme=light] .insight-card-v2 button[class*=bg-green-600]{background:#4c6fff!important;border:none!important;color:#fff!important}[data-theme=light] .insight-card-v2 button.bg-green-500:hover,[data-theme=light] .insight-card-v2 button.bg-green-600:hover,[data-theme=light] .insight-card-v2 button[class*=bg-green-600]:hover{background:#6366f1!important}[data-theme=light] .insight-card-v2>.p-4.bg-gray-50.border-t{background:#f8fafc!important;opacity:.9!important}[data-theme=light] .insight-card-v2>.p-4.bg-gray-50.border-t button{opacity:.85!important}[data-theme=light] .insight-card-v2>.p-4.bg-gray-50.border-t button:hover{opacity:1!important}[data-theme=light] .insight-card-v2>.p-4.bg-gray-50.border-t button.text-gray-500{opacity:.6!important}[data-theme=light] .insight-card-v2>.p-4.bg-gray-50.border-t button.text-gray-500:hover{opacity:.9!important}[data-theme=light] .insight-card-v2 .p-3 button[class*=w-5][class*=h-5]{opacity:.5!important;transition:opacity .15s ease!important}[data-theme=light] .insight-card-v2 .p-3:hover button[class*=w-5][class*=h-5]{opacity:.8!important}[data-theme=light] .insight-card-v2 p.text-xs.font-medium.text-gray-500{color:#94a3b8!important}[data-theme=light] .insight-card-v2 span[class*=text-xs][class*=font-bold][class*=px-1]{opacity:.85!important}[data-theme=light] .insight-card-v2 .text-green-600.font-semibold{color:#10b981!important;opacity:.8!important}[data-theme=light] .insight-card-v2 .text-blue-600.font-semibold{color:#4c6fff!important;opacity:.8!important}[data-theme=light] .insight-card-v2:hover{border-color:#cbd5e1!important;box-shadow:0 1px 3px #0000000d!important}[data-theme=light] .insight-card-v2:has(.bg-gray-100.text-gray-600),[data-theme=light] .insight-card-v2:has(.bg-green-100.text-green-800),[data-theme=light] .insight-card-v2:has(.bg-orange-100.text-orange-800){opacity:.75!important}[data-theme=light] .insights-feed-page h2.text-lg.font-semibold{color:#64748b!important;font-size:12px!important;font-weight:500!important;letter-spacing:.05em!important;opacity:.85!important;text-transform:uppercase!important}[data-theme=light] .insights-feed-page .flex.items-center.gap-2.mb-4 svg{height:14px!important;opacity:.75!important;width:14px!important}[data-theme=light] .insight-card-v2 .p-3.rounded-lg.border-l-4{border-bottom-color:#edf2f7!important;border-right-color:#edf2f7!important;border-top-color:#edf2f7!important}[data-theme=light] .insight-card-v2 .p-3 span.font-medium.text-gray-900{color:#475569!important}[data-theme=light] .platform-badge{opacity:.85!important}[data-theme=light] .insight-card-v2 h3.font-semibold{color:#1e293b!important;font-weight:600!important;letter-spacing:-.01em!important}[data-theme=light] .insight-card-v2 p.text-sm.text-gray-500{color:#94a3b8!important}[data-theme=light] .insights-feed-page .bg-green-50.border.border-green-200{background:#f1f5f9!important;border:1px solid #e2e8f0!important}[data-theme=light] .insights-feed-page .bg-green-50.border.border-green-200 .text-green-600,[data-theme=light] .insights-feed-page .bg-green-50.border.border-green-200 .text-green-700{color:#475569!important;font-weight:500!important}[data-theme=light] .insight-card-v2 button[class*=w-5][class*=h-5][class*=rounded]{filter:grayscale(.5)!important;opacity:.4!important;pointer-events:auto!important;transform:scale(.9)!important;transition:all .15s ease!important}[data-theme=light] .insight-card-v2 .p-3:hover button[class*=w-5][class*=h-5][class*=rounded]{filter:grayscale(.2)!important;opacity:.7!important}[data-theme=light] .insight-card-v2 button.bg-green-500,[data-theme=light] .insight-card-v2 button.bg-green-600,[data-theme=light] .insight-card-v2 button.flex-1[class*=bg-green]{background:#4c6fff!important;border:none!important;box-shadow:none!important;font-weight:500!important;opacity:.95!important}[data-theme=light] .insight-card-v2 button.bg-green-500:hover,[data-theme=light] .insight-card-v2 button.bg-green-600:hover{background:#3b5bdb!important;box-shadow:none!important;opacity:1!important}[data-theme=light] .platform-badge{font-size:11px!important;font-weight:500!important;line-height:1.4!important;opacity:.8!important;padding:2px 6px!important}[data-theme=light] .platform-badge img,[data-theme=light] .platform-badge-logo{filter:saturate(.85)!important;height:14px!important;opacity:.85!important}[data-theme=light] .insight-card-v2 .flex.items-center.justify-between.py-2 p{font-size:11px!important;opacity:.6!important}[data-theme=light] .insight-card-v2 button.text-xs.text-gray-400{opacity:.5!important}[data-theme=light] .insight-card-v2 button.text-xs.text-gray-400:hover{opacity:.8!important}[data-theme=light] .insight-card-v2 .flex.items-center.gap-1.text-gray-400{opacity:.4!important}[data-theme=light] .insight-card-v2 button.text-sm.text-blue-600{color:#64748b!important;opacity:.8!important}[data-theme=light] .insight-card-v2 button.text-sm.text-blue-600:hover{color:#475569!important;opacity:1!important}[data-theme=light] .insight-card-v2 span[class*=rounded-full][class*=text-xs]:not([class*=font-bold]){opacity:.85!important}[data-theme=light] .insights-feed-page .flex.items-center.gap-2 h2{color:#64748b!important;font-size:12px!important;font-weight:500!important;opacity:.85!important}[data-theme=light] .insight-card-v2 button[class*=w-5][class*=h-5]{pointer-events:auto!important}[data-theme=light] .insight-card-v2 .mt-2.p-2,[data-theme=light] .insight-card-v2 [class*=bg-amber-50]{background:#f1f5f9!important;border-left:2px solid #fbbf2466!important;color:#64748b!important}[data-theme=light] .insight-card-v2 h3{font-weight:600!important;letter-spacing:-.01em!important}[data-theme=light] .insight-card-v2>.p-4.bg-gray-50{opacity:.9!important}[data-theme=light] .insight-card-v2>.p-4.bg-gray-50 button{opacity:.8!important}[data-theme=light] .insight-card-v2>.p-4.bg-gray-50 button:hover{opacity:1!important}[data-theme=light] .insight-card-v2 button.bg-green-500,[data-theme=light] .insight-card-v2 button.bg-green-600{background:#4c6fff!important;color:#fff!important}[data-theme=light] .insight-card-v2 button.bg-green-500:hover,[data-theme=light] .insight-card-v2 button.bg-green-600:hover{background:#6366f1!important}[data-theme=light] .insights-feed-page .text-lg.font-semibold,[data-theme=light] .insights-feed-page h2{color:#64748b!important;font-size:12px!important;font-weight:500!important;letter-spacing:.01em!important;opacity:.85!important;text-transform:uppercase!important}[data-theme=light] .insight-card-v2 .font-semibold.text-gray-900,[data-theme=light] .insight-card-v2 h3{color:#1e293b!important;font-weight:600!important;letter-spacing:-.01em!important}[data-theme=light] .insight-card-v2 .p-3.rounded-lg{border:1px solid #edf2f7!important}[data-theme=light] .insight-card-v2 button[class*=w-5][class*=h-5]{opacity:.5!important}[data-theme=light] .insight-card-v2 .p-3:hover button[class*=w-5][class*=h-5]{opacity:.7!important}[data-theme=light] .insight-card-v2 .mt-2.p-2,[data-theme=light] .insight-card-v2 [class*=bg-amber]{background:#f1f5f9!important;border:none!important;border-left:2px solid #fbbf2466!important;color:#64748b!important}[data-theme=light] .insights-feed-page{background:#f5f7fb!important}[data-theme=light] .insight-card-v2{background:#fff!important;border:1px solid #e5eaf2!important}[data-theme=light] .insights-feed-page .flex.items-center.gap-2 h2,[data-theme=light] .insights-feed-page .text-lg{color:#64748b!important;font-size:12px!important;font-weight:500!important;letter-spacing:.02em!important;opacity:.85!important;text-transform:uppercase!important}[data-theme=light] .insight-card-v2 .p-3.rounded-lg{background:#f8fafc!important;border-color:#edf2f7!important}[data-theme=light] .min-h-screen.bg-gradient-to-br.from-blue-50{background:#f5f7fb!important}[data-theme=light] .min-h-screen .bg-white.rounded-lg,[data-theme=light] .min-h-screen .bg-white.rounded-xl{background:#fff!important;border:1px solid #e5eaf2!important}[data-theme=light] .min-h-screen input[type=date],[data-theme=light] .min-h-screen input[type=number],[data-theme=light] .min-h-screen input[type=text],[data-theme=light] .min-h-screen input[type=url],[data-theme=light] .min-h-screen select,[data-theme=light] .min-h-screen textarea{background:#fff!important;border:1px solid #e2e8f0!important;color:#0f172a!important}[data-theme=light] .min-h-screen input:focus,[data-theme=light] .min-h-screen select:focus,[data-theme=light] .min-h-screen textarea:focus{border-color:#4c6fff!important;box-shadow:0 0 0 2px #4c6fff26!important}[data-theme=light] .min-h-screen .text-sm.font-medium.text-gray-700,[data-theme=light] .min-h-screen label.text-gray-700{color:#64748b!important}[data-theme=light] .min-h-screen .text-xs.text-gray-500{color:#94a3b8!important}[data-theme=light] .min-h-screen .bg-blue-600.text-white.rounded-full{background:#4c6fff!important}[data-theme=light] .min-h-screen .bg-gray-200.text-gray-600.rounded-full{background:#e2e8f0!important;color:#64748b!important}[data-theme=light] .min-h-screen .border.rounded-xl.p-6{background:#fff!important;border:1px solid #e5eaf2!important}[data-theme=light] .min-h-screen .border-blue-500.bg-blue-50{background:#4c6fff0d!important;border-color:#4c6fff!important}[data-theme=light] .min-h-screen .bg-gradient-to-r.from-purple-50,[data-theme=light] .min-h-screen .bg-gradient-to-r.from-purple-50.to-blue-50{background:#4c6fff0a!important;border:1px solid #4c6fff1a!important;border-left:4px solid #4c6fff!important}[data-theme=light] .min-h-screen .bg-gradient-to-r.from-blue-600.to-purple-600{background:#4c6fff!important}[data-theme=light] .min-h-screen .bg-gradient-to-r.from-blue-600.to-purple-600:hover{background:#6366f1!important}[data-theme=light] .min-h-screen .bg-green-500,[data-theme=light] .min-h-screen .bg-green-600{background:#4c6fff!important}[data-theme=light] .min-h-screen .border-purple-200,[data-theme=light] .min-h-screen [class*=bg-gradient][class*=from-purple]{background:#4c6fff0a!important;border:1px solid #4c6fff1f!important;border-left:4px solid #4c6fff!important}[data-theme=light] .min-h-screen .text-sm.text-gray-600,[data-theme=light] .min-h-screen p.text-gray-600{color:#94a3b8!important}[data-theme=light] .min-h-screen .scale-105{transform:none!important}[data-theme=light] .min-h-screen .inline-flex.p-3.rounded-lg.bg-gradient-to-r{background:#4c6fff14!important}[data-theme=light] .min-h-screen .bg-green-600.text-white.rounded-full{background:#10b981!important;opacity:.8!important}[data-theme=light] .min-h-screen .text-xs.text-gray-600.bg-gray-100{background:#f1f5f9!important;color:#64748b!important}[data-theme=light] .min-h-screen .bg-gray-50.rounded-lg{background:#f8fafc!important;border:1px solid #e5eaf2!important}[data-theme=light] .min-h-screen button.bg-green-500.text-white,[data-theme=light] .min-h-screen button.bg-green-600.text-white{background:#4c6fff!important}[data-theme=light] .min-h-screen button.bg-green-500.text-white:hover,[data-theme=light] .min-h-screen button.bg-green-600.text-white:hover{background:#6366f1!important}[data-theme=light] .min-h-screen .hover\:scale-105:hover{transform:none!important}[data-theme=light] .min-h-screen .text-gray-600,[data-theme=light] .min-h-screen p{color:#334155!important}[data-theme=light] .min-h-screen .text-gray-500{color:#64748b!important}[data-theme=light] .min-h-screen .border.rounded-xl.p-6 svg,[data-theme=light] .min-h-screen .inline-flex.p-3.rounded-lg svg{filter:none!important;opacity:.85!important}[data-theme=light] .min-h-screen .inline-flex.p-3.rounded-lg.bg-gradient-to-r{background:#4c6fff1f!important}[data-theme=light] .min-h-screen .inline-flex.p-3.rounded-lg.bg-gradient-to-r svg{color:#4c6fff!important}[data-theme=light] .min-h-screen .bg-gradient-to-r.from-purple-50 button,[data-theme=light] .min-h-screen [class*=from-purple-50] button.bg-blue-600,[data-theme=light] .min-h-screen [class*=from-purple-50] button.bg-purple-600,[data-theme=light] .min-h-screen [class*=from-purple-50] button[class*=bg-gradient]{background:#4c6fff!important;color:#fff!important;opacity:1!important;visibility:visible!important}[data-theme=light] .min-h-screen .bg-gradient-to-r.from-purple-50 button:hover{background:#6366f1!important}[data-theme=light] .min-h-screen .bg-gradient-to-r.from-purple-50,[data-theme=light] .min-h-screen [class*=from-purple-50][class*=to-blue-50]{background:#4c6fff0a!important;border:1px solid #4c6fff1a!important;border-left:3px solid #4c6fff!important}[data-theme=light] .min-h-screen .flex.items-center.space-x-8 span.text-sm{font-size:12px!important;opacity:.9!important}[data-theme=light] .min-h-screen .bg-green-500.rounded-full,[data-theme=light] .min-h-screen .bg-green-600.rounded-full{background:#10b981!important;opacity:.85!important}[data-theme=light] .min-h-screen .bg-green-50,[data-theme=light] .min-h-screen .bg-teal-50,[data-theme=light] .min-h-screen [class*=from-green-50],[data-theme=light] .min-h-screen [class*=from-teal-50]{background:#f8fafc!important;border:1px solid #e5eaf2!important;border-left:4px solid #4c6fff!important}[data-theme=light] .min-h-screen .bg-green-50 h3,[data-theme=light] .min-h-screen .bg-teal-50 h3,[data-theme=light] .min-h-screen [class*=from-green-50] h3{color:#0f172a!important}[data-theme=light] .min-h-screen .bg-green-50 p,[data-theme=light] .min-h-screen .bg-teal-50 p,[data-theme=light] .min-h-screen .text-green-700,[data-theme=light] .min-h-screen .text-green-800,[data-theme=light] .min-h-screen .text-teal-700,[data-theme=light] .min-h-screen .text-teal-800,[data-theme=light] .min-h-screen [class*=from-green-50] p{color:#64748b!important}[data-theme=light] .min-h-screen button.bg-gradient-to-r[class*=from-green],[data-theme=light] .min-h-screen button[class*=bg-green][class*=text-white]{background:#4c6fff!important}[data-theme=light] .min-h-screen button[class*=bg-green][class*=text-white]:hover{background:#6366f1!important}[data-theme=light] .min-h-screen .bg-gray-50.rounded-lg,[data-theme=light] .min-h-screen .bg-gray-50.rounded-xl{background:#f8fafc!important;border:1px solid #e5eaf2!important}[data-theme=light] .min-h-screen .text-purple-600 svg,[data-theme=light] .min-h-screen svg.text-purple-600{color:#4c6fff!important;opacity:.85!important}[data-theme=light] .min-h-screen .grid.grid-cols-2.gap-1 .text-xs{background:#f1f5f9!important;color:#64748b!important}[data-theme=light] .min-h-screen .border.rounded-xl.cursor-pointer:hover,[data-theme=light] .min-h-screen .border.rounded-xl.p-6:hover{box-shadow:0 0 0 1px #4c6fff66!important;transform:none!important}[data-theme=light] .min-h-screen .bg-gray-50.p-4,[data-theme=light] .min-h-screen .bg-gray-50.p-6{background:#f8fafc!important;border:1px solid #e5eaf2!important;box-shadow:none!important}[data-theme=light] .min-h-screen.bg-gray-50:has(.max-w-4xl){background:#f5f7fb!important}[data-theme=light] .bg-gradient-to-r.from-blue-600.via-purple-600.to-indigo-600{background:#fff!important;border:1px solid #e5eaf2!important}[data-theme=light] .bg-gradient-to-r.from-blue-600.via-purple-600.to-indigo-600 .text-2xl.font-bold,[data-theme=light] .bg-gradient-to-r.from-blue-600.via-purple-600.to-indigo-600 .text-white{color:#0f172a!important}[data-theme=light] .bg-gradient-to-r.from-blue-600.via-purple-600.to-indigo-600 .text-blue-100{color:#64748b!important}[data-theme=light] .bg-gradient-to-r.from-blue-600.via-purple-600.to-indigo-600 svg{color:#4c6fff!important}[data-theme=light] .bg-gradient-to-r.from-blue-600.via-purple-600.to-indigo-600 .bg-black\/10{display:none!important}[data-theme=light] .bg-white\/20.backdrop-blur-sm{background:#f1f5f9!important;border:1px solid #e2e8f0!important;color:#64748b!important;font-size:11px!important;font-weight:500!important;opacity:.9!important;padding:4px 10px!important}[data-theme=light] .max-w-4xl .bg-white.rounded-xl.shadow-sm.border.border-gray-200.p-6.mb-8{background:#fff!important;border:1px solid #e5eaf2!important}[data-theme=light] .max-w-4xl .bg-white.rounded-xl.p-6.mb-8 .text-lg.font-semibold.text-gray-900{color:#0f172a!important}[data-theme=light] .max-w-4xl .bg-white.rounded-xl.p-6.mb-8 .text-gray-700.leading-relaxed{color:#1e293b!important;font-weight:500!important;line-height:1.65!important}[data-theme=light] .flex.border-b.border-gray-200.mb-6 button,[data-theme=light] .max-w-4xl .bg-white.rounded-xl.p-6.mb-8 .text-gray-600{color:#64748b!important}[data-theme=light] .flex.border-b.border-gray-200.mb-6 button.border-blue-600{border-bottom-color:#4c6fff!important;color:#4c6fff!important}[data-theme=light] .flex.border-b.border-gray-200.mb-6 .bg-blue-100.text-blue-700{background:#4c6fff1a!important;color:#4c6fff!important}[data-theme=light] .bg-white.rounded-lg.shadow-sm.border.border-gray-200.border-l-4{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:none!important}[data-theme=light] .px-2.py-1.text-xs.font-semibold.rounded-full.border{font-size:10px!important;font-weight:500!important;opacity:.9!important;padding:2px 8px!important}[data-theme=light] .bg-gradient-to-r.from-gray-50.to-blue-50.rounded-xl.border.border-gray-200.p-6{background:#f8fafc!important;border:1px solid #e5eaf2!important;border-top-color:#0000000d!important;margin-top:16px!important;opacity:.85!important;padding-top:20px!important}[data-theme=light] .bg-gradient-to-r.from-gray-50.to-blue-50 .text-lg.font-semibold.text-gray-900{color:#64748b!important;font-size:12px!important;font-weight:500!important;letter-spacing:.03em!important;text-transform:uppercase!important}[data-theme=light] .bg-gradient-to-r.from-gray-50.to-blue-50 .text-gray-600{color:#94a3b8!important;font-size:12px!important}[data-theme=light] .text-blue-600.hover\:text-blue-700.text-sm.font-medium{color:#4c6fffb3!important;font-size:12px!important}[data-theme=light] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white.shadow-sm.border-b{background:#0000!important;border-bottom:1px solid #e5eaf2!important;box-shadow:none!important}[data-theme=light] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .max-w-7xl.mx-auto.px-6.py-4{padding-bottom:12px!important;padding-top:12px!important}[data-theme=light] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .text-sm.font-medium,[data-theme=light] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white span.text-sm{color:#64748b!important;font-size:12px!important;font-weight:500!important}[data-theme=light] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .text-lg.font-semibold.text-gray-900{color:#64748b!important;font-size:13px!important;font-weight:500!important}[data-theme=light] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .text-sm.text-gray-600{color:#94a3b8!important;font-size:11px!important}[data-theme=light] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .text-gray-600.hover\:text-blue-600,[data-theme=light] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .text-gray-600.hover\:text-purple-600{color:#64748b!important;font-size:12px!important}[data-theme=light] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .text-gray-600.hover\:text-blue-600:hover,[data-theme=light] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .text-gray-600.hover\:text-purple-600:hover{background:#4c6fff0f!important;color:#4c6fff!important}[data-theme=light] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .bg-blue-600.text-white.rounded-lg.text-sm,[data-theme=light] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .bg-gradient-to-r.from-pink-600.to-purple-600,[data-theme=light] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .bg-gradient-to-r.from-purple-600.to-blue-600{display:none!important}[data-theme=light] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .w-8.h-8.bg-gradient-to-r{display:none!important}[data-theme=light] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .relative:has(.w-8.h-8.bg-gradient-to-r){display:none!important}[data-theme=light] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white span.text-sm.text-gray-600{display:none!important}[data-theme=light] .min-h-screen.bg-gray-50 .max-w-4xl.mx-auto.px-6.py-8,[data-theme=light] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white+.max-w-4xl{padding-top:24px!important}[data-theme=light] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .flex.items-center.gap-3:has(.bg-gradient-to-tr){display:none!important}[data-theme=light] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .bg-gradient-to-tr.from-slate-900{display:none!important}[data-theme=light] .min-h-screen.bg-gray-50:has(.max-w-4xl)>.bg-white .bg-gradient-to-r.from-blue-600.via-purple-600.to-pink-600.bg-clip-text{display:none!important}[data-theme=light] .min-h-screen.bg-gradient-to-br.from-blue-50.to-purple-50{background:#f5f7fb!important}[data-theme=light] .min-h-screen.bg-gradient-to-br.from-blue-50.to-purple-50>.bg-white.shadow-sm.border-b{background:#f8fafc!important;border-bottom:1px solid #e5eaf2!important;box-shadow:none!important}[data-theme=light] .min-h-screen.bg-gradient-to-br.from-blue-50.to-purple-50>.bg-white .text-sm.font-medium{opacity:.85!important}[data-theme=light] .min-h-screen.bg-gradient-to-br.from-blue-50.to-purple-50>.bg-white .max-w-7xl.mx-auto.px-6.py-4{padding-bottom:10px!important;padding-top:10px!important}[data-theme=light] .min-h-screen.bg-gradient-to-br.from-blue-50.to-purple-50>.bg-white .bg-blue-600.text-white.rounded-lg.text-sm,[data-theme=light] .min-h-screen.bg-gradient-to-br.from-blue-50.to-purple-50>.bg-white .bg-gradient-to-r.from-pink-600.to-purple-600,[data-theme=light] .min-h-screen.bg-gradient-to-br.from-blue-50.to-purple-50>.bg-white .bg-gradient-to-r.from-purple-600.to-blue-600,[data-theme=light] .min-h-screen.bg-gradient-to-br.from-blue-50.to-purple-50>.bg-white .w-8.h-8.bg-gradient-to-r{display:none!important}[data-theme=light] .min-h-screen.bg-gradient-to-br.from-blue-50.to-purple-50>.bg-white .relative:has(.w-8.h-8.bg-gradient-to-r){display:none!important}[data-theme=light] .min-h-screen.bg-gradient-to-br.from-blue-50.to-purple-50>.bg-white .flex.items-center.gap-3:has(.bg-gradient-to-tr){display:none!important}[data-theme=light] .min-h-screen.bg-gradient-to-br .max-w-4xl .text-3xl.font-bold.text-gray-900{color:#0f172a!important;font-size:24px!important}[data-theme=light] .min-h-screen.bg-gradient-to-br .text-purple-600.hover\:text-purple-700{color:#4c6fff!important}[data-theme=light] .min-h-screen.bg-gradient-to-br .bg-white.rounded-lg.shadow-md{background:#fff!important;border:1px solid #e5eaf2!important;box-shadow:none!important}[data-theme=light] .min-h-screen.bg-gradient-to-br .bg-gradient-to-r.from-gray-50.to-gray-100{background:#fff!important;border-bottom:1px solid #e5eaf2!important}[data-theme=light] .min-h-screen.bg-gradient-to-br .bg-gradient-to-r.from-gray-50.to-gray-100:hover{background:#f8fafc!important}[data-theme=light] .min-h-screen.bg-gradient-to-br .bg-gradient-to-r.from-gray-50 .text-lg.font-semibold.text-gray-900{color:#0f172a!important;font-size:14px!important;font-weight:500!important}[data-theme=light] .min-h-screen.bg-gradient-to-br .w-10.h-10.bg-gradient-to-r.from-blue-600,[data-theme=light] .min-h-screen.bg-gradient-to-br .w-10.h-10.bg-gradient-to-r.from-green-600,[data-theme=light] .min-h-screen.bg-gradient-to-br .w-10.h-10.bg-gradient-to-r.from-indigo-600,[data-theme=light] .min-h-screen.bg-gradient-to-br .w-10.h-10.bg-gradient-to-r.from-orange-600,[data-theme=light] .min-h-screen.bg-gradient-to-br .w-10.h-10.bg-gradient-to-r.from-pink-600,[data-theme=light] .min-h-screen.bg-gradient-to-br .w-10.h-10.bg-gradient-to-r.from-purple-600{background:#4c6fff1a!important;filter:saturate(.7)!important;opacity:.7!important}[data-theme=light] .min-h-screen.bg-gradient-to-br .w-10.h-10.bg-gradient-to-r svg{color:#4c6fff!important}[data-theme=light] .min-h-screen.bg-gradient-to-br .bg-gradient-to-r.from-gray-50 .text-sm.text-gray-600{color:#64748b!important;font-size:12px!important;opacity:1!important}[data-theme=light] .min-h-screen.bg-gradient-to-br input[type=text],[data-theme=light] .min-h-screen.bg-gradient-to-br input[type=url],[data-theme=light] .min-h-screen.bg-gradient-to-br select,[data-theme=light] .min-h-screen.bg-gradient-to-br textarea{background:#f8fafc!important;border:1px solid #e2e8f0!important;color:#0f172a!important}[data-theme=light] .min-h-screen.bg-gradient-to-br input:focus,[data-theme=light] .min-h-screen.bg-gradient-to-br select:focus,[data-theme=light] .min-h-screen.bg-gradient-to-br textarea:focus{border-color:#4c6fff80!important;box-shadow:none!important;outline:none!important}[data-theme=light] .min-h-screen.bg-gradient-to-br input::placeholder,[data-theme=light] .min-h-screen.bg-gradient-to-br textarea::placeholder{opacity:.5!important}[data-theme=light] .min-h-screen.bg-gradient-to-br textarea{font-weight:500!important;line-height:1.6!important}[data-theme=light] .min-h-screen.bg-gradient-to-br .text-sm.font-medium.text-gray-700{color:#64748b!important;font-size:12px!important}[data-theme=light] .min-h-screen.bg-gradient-to-br .text-xs.text-gray-500{color:#64748b!important;font-size:12px!important;opacity:1!important}[data-theme=light] .min-h-screen.bg-gradient-to-br .grid.grid-cols-3 .text-xs{color:#475569!important;font-size:11px!important;font-weight:500!important;opacity:1!important}[data-theme=light] .min-h-screen.bg-gradient-to-br .grid.grid-cols-3 .text-green-600{color:#3b82f6!important;filter:none!important;font-weight:500!important}[data-theme=light] .min-h-screen.bg-gradient-to-br .grid.grid-cols-3 .text-gray-400{color:#9ca3af!important}[data-theme=light] .min-h-screen.bg-gradient-to-br .grid.grid-cols-2 label.border-blue-500.bg-blue-50{background:#4c6fff14!important;border-color:#4c6fff80!important}[data-theme=light] .min-h-screen.bg-gradient-to-br .sticky.bottom-0.bg-white{-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;background:#fffffff2!important;border:1px solid #e5eaf2!important}[data-theme=light] .min-h-screen.bg-gradient-to-br .sticky.bottom-0 .bg-gradient-to-r.from-purple-600.to-pink-600{background:#4c6fff!important}[data-theme=light] .min-h-screen.bg-gradient-to-br .sticky.bottom-0 .bg-gradient-to-r.from-purple-600.to-pink-600:hover{background:#3b5eee!important}[data-theme=light] .heading{font-family:Bebas Neue,sans-serif}[data-theme=light] .label{font-family:Barlow Condensed,sans-serif;font-weight:700;letter-spacing:.1em}[data-theme=light] .mono{font-family:IBM Plex Mono,monospace}[data-theme=light] .daily-briefing-header{color:#000}[data-theme=light] .meta-insights-panel{background:#fff;border-color:#e5e7eb}[data-theme=light] .meta-insights-panel.healthy{background:#10b9810d;border-color:#10b98166}[data-theme=light] .insights-header:hover{background:#00000008}[data-theme=light] .header-title{color:#1f2937}[data-theme=light] .header-chevron{color:#9ca3af}[data-theme=light] .header-badge.simulation,[data-theme=light] .insight-badge.simulated,[data-theme=light] .simulation-badge{background:#ede9fe;color:#6d28d9}[data-theme=light] .summary-confidence{color:#9ca3af}[data-theme=light] .insight-card.severity-warning{background:#fffbeb;border-color:#fde68a}[data-theme=light] .severity-warning .insight-icon{color:#d97706}[data-theme=light] .severity-warning .insight-title{color:#92400e}[data-theme=light] .severity-warning .insight-description{color:#78350f;opacity:1}[data-theme=light] .insight-badge.severity-warning{background:#fef3c7;color:#92400e}[data-theme=light] .insight-card.severity-info{background:#eff6ff;border-color:#bfdbfe}[data-theme=light] .severity-info .insight-icon{color:#2563eb}[data-theme=light] .severity-info .insight-title{color:#1e3a8a}[data-theme=light] .severity-info .insight-description{color:#1e40af;opacity:1}[data-theme=light] .insight-badge.severity-info{background:#dbeafe;color:#1e3a8a}[data-theme=light] .insight-card.severity-success{background:#ecfdf5;border-color:#a7f3d0}[data-theme=light] .severity-success .insight-icon{color:#059669}[data-theme=light] .severity-success .insight-title{color:#065f46}[data-theme=light] .severity-success .insight-description{color:#047857;opacity:1}[data-theme=light] .insight-badge.severity-success{background:#d1fae5;color:#065f46}[data-theme=light] .manual-action-card{background:#fff;border-color:#e5e7eb}[data-theme=light] .manual-action-label{color:#6b7280}[data-theme=light] .manual-action-value{color:#1f2937}[data-theme=light] .value-current{color:#6b7280}[data-theme=light] .value-arrow{color:#9ca3af}[data-theme=light] .value-new{color:#16a34a}[data-theme=light] .dismiss-btn{color:#6b7280}[data-theme=light] .dismiss-btn:hover{background:#0000000d;color:#374151}[data-theme=light] .approve-btn{background:#16a34a;color:#fff}[data-theme=light] .approve-btn:hover{background:#15803d}[data-theme=light] .budget-warning{color:#d97706}[data-theme=light] .expanded-details{border-top-color:#e5e7eb}[data-theme=light] .details-label{color:#6b7280}[data-theme=light] .details-value{color:#374151}[data-theme=light] .details-value.mono{background:#f3f4f6}[data-theme=light] .expand-btn{color:#9ca3af}[data-theme=light] .expand-btn:hover{color:#6b7280}[data-theme=light] .auto-action-badge{background:#d1fae5;color:#059669}[data-theme=light] .summary-item.warning{color:#d97706}[data-theme=light] .summary-item.info{color:#2563eb}[data-theme=light] .summary-item.success{color:#059669}[data-theme=light] .summary-item.automated{color:#7c3aed}*,::backdrop,:after,:before{--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:#3b82f680;--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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }

/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit}hr{border-top-width:1px;color:inherit;height:0}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,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-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,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.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}}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-y-0{bottom:0;top:0}.-right-1{right:-.25rem}.-top-1{top:-.25rem}.bottom-4{bottom:1rem}.left-0{left:0}.right-0{right:0}.right-1\/2{right:50%}.right-2{right:.5rem}.right-4{right:1rem}.top-0{top:0}.top-10{top:2.5rem}.top-2{top:.5rem}.top-4{top:1rem}.z-50{z-index:50}.z-\[70\]{z-index:70}.m-4{margin:1rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-6{margin-bottom:1.5rem;margin-top:1.5rem}.-ml-1{margin-left:-.25rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-8{margin-left:2rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.inline-grid{display:inline-grid}.hidden{display:none}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-\[18px\]{height:18px}.h-\[21px\]{height:21px}.h-full{height:100%}.max-h-32{max-height:8rem}.max-h-96{max-height:24rem}.max-h-\[480px\]{max-height:480px}.max-h-\[55vh\]{max-height:55vh}.max-h-\[85vh\]{max-height:85vh}.max-h-\[90vh\]{max-height:90vh}.min-h-screen{min-height:100vh}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-8{width:2rem}.w-96{width:24rem}.w-\[18px\]{width:18px}.w-\[21px\]{width:21px}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[200px\]{max-width:200px}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1}.flex-shrink-0{flex-shrink:0}.grow{flex-grow:1}.translate-x-1\/2{--tw-translate-x:50%}.-rotate-90,.translate-x-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate:-90deg}.rotate-180{--tw-rotate:180deg}.rotate-180,.scale-105{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .2s ease-in-out}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.75rem*var(--tw-space-x-reverse))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.5rem*var(--tw-space-x-reverse))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2rem*var(--tw-space-x-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.375rem*var(--tw-space-y-reverse));margin-top:calc(.375rem*(1 - var(--tw-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.25rem*var(--tw-space-y-reverse));margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2rem*var(--tw-space-y-reverse));margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:#e5e7eb;border-color:rgb(229 231 235/var(--tw-divide-opacity,1))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-r{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.rounded-r-lg{border-bottom-right-radius:.5rem}.rounded-r-lg,.rounded-t-lg{border-top-right-radius:.5rem}.rounded-t-lg{border-top-left-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-y{border-top-width:1px}.border-b,.border-y{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-\[\#00C896\]\/30{border-color:#00c8964d}.border-amber-200{--tw-border-opacity:1;border-color:#fde68a;border-color:rgb(253 230 138/var(--tw-border-opacity,1))}.border-amber-400{--tw-border-opacity:1;border-color:#fbbf24;border-color:rgb(251 191 36/var(--tw-border-opacity,1))}.border-blue-100{--tw-border-opacity:1;border-color:#dbeafe;border-color:rgb(219 234 254/var(--tw-border-opacity,1))}.border-blue-200{--tw-border-opacity:1;border-color:#bfdbfe;border-color:rgb(191 219 254/var(--tw-border-opacity,1))}.border-blue-300{--tw-border-opacity:1;border-color:#93c5fd;border-color:rgb(147 197 253/var(--tw-border-opacity,1))}.border-blue-400{--tw-border-opacity:1;border-color:#60a5fa;border-color:rgb(96 165 250/var(--tw-border-opacity,1))}.border-blue-500{--tw-border-opacity:1;border-color:#3b82f6;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.border-blue-500\/30{border-color:#3b82f64d}.border-blue-600{--tw-border-opacity:1;border-color:#2563eb;border-color:rgb(37 99 235/var(--tw-border-opacity,1))}.border-blue-700\/30{border-color:#1d4ed84d}.border-gray-100{--tw-border-opacity:1;border-color:#f3f4f6;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:#e5e7eb;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:#d1d5db;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-400{--tw-border-opacity:1;border-color:#9ca3af;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.border-gray-700{--tw-border-opacity:1;border-color:#374151;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.border-gray-700\/30{border-color:#3741514d}.border-green-200{--tw-border-opacity:1;border-color:#bbf7d0;border-color:rgb(187 247 208/var(--tw-border-opacity,1))}.border-green-300{--tw-border-opacity:1;border-color:#86efac;border-color:rgb(134 239 172/var(--tw-border-opacity,1))}.border-green-400{--tw-border-opacity:1;border-color:#4ade80;border-color:rgb(74 222 128/var(--tw-border-opacity,1))}.border-green-500{--tw-border-opacity:1;border-color:#22c55e;border-color:rgb(34 197 94/var(--tw-border-opacity,1))}.border-green-500\/30{border-color:#22c55e4d}.border-green-700\/30{border-color:#15803d4d}.border-green-700\/50{border-color:#15803d80}.border-indigo-500{--tw-border-opacity:1;border-color:#6366f1;border-color:rgb(99 102 241/var(--tw-border-opacity,1))}.border-orange-200{--tw-border-opacity:1;border-color:#fed7aa;border-color:rgb(254 215 170/var(--tw-border-opacity,1))}.border-orange-400{--tw-border-opacity:1;border-color:#fb923c;border-color:rgb(251 146 60/var(--tw-border-opacity,1))}.border-orange-700\/30{border-color:#c2410c4d}.border-purple-200{--tw-border-opacity:1;border-color:#e9d5ff;border-color:rgb(233 213 255/var(--tw-border-opacity,1))}.border-purple-500\/30{border-color:#a855f74d}.border-purple-700\/30{border-color:#7e22ce4d}.border-red-200{--tw-border-opacity:1;border-color:#fecaca;border-color:rgb(254 202 202/var(--tw-border-opacity,1))}.border-red-300{--tw-border-opacity:1;border-color:#fca5a5;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:#ef4444;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-red-700\/50{border-color:#b91c1c80}.border-slate-600{--tw-border-opacity:1;border-color:#475569;border-color:rgb(71 85 105/var(--tw-border-opacity,1))}.border-slate-700{--tw-border-opacity:1;border-color:#334155;border-color:rgb(51 65 85/var(--tw-border-opacity,1))}.border-transparent{border-color:#0000}.border-white{--tw-border-opacity:1;border-color:#fff;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-white\/10{border-color:#ffffff1a}.border-yellow-200{--tw-border-opacity:1;border-color:#fef08a;border-color:rgb(254 240 138/var(--tw-border-opacity,1))}.border-yellow-500{--tw-border-opacity:1;border-color:#eab308;border-color:rgb(234 179 8/var(--tw-border-opacity,1))}.border-yellow-700\/30{border-color:#a162074d}.border-y-green-200{--tw-border-opacity:1;border-bottom-color:#bbf7d0;border-bottom-color:rgb(187 247 208/var(--tw-border-opacity,1));border-top-color:#bbf7d0;border-top-color:rgb(187 247 208/var(--tw-border-opacity,1))}.border-y-orange-200{--tw-border-opacity:1;border-bottom-color:#fed7aa;border-bottom-color:rgb(254 215 170/var(--tw-border-opacity,1));border-top-color:#fed7aa;border-top-color:rgb(254 215 170/var(--tw-border-opacity,1))}.border-l-blue-500{--tw-border-opacity:1;border-left-color:#3b82f6;border-left-color:rgb(59 130 246/var(--tw-border-opacity,1))}.border-l-green-500{--tw-border-opacity:1;border-left-color:#22c55e;border-left-color:rgb(34 197 94/var(--tw-border-opacity,1))}.border-l-orange-500{--tw-border-opacity:1;border-left-color:#f97316;border-left-color:rgb(249 115 22/var(--tw-border-opacity,1))}.border-r-green-200{--tw-border-opacity:1;border-right-color:#bbf7d0;border-right-color:rgb(187 247 208/var(--tw-border-opacity,1))}.border-r-orange-200{--tw-border-opacity:1;border-right-color:#fed7aa;border-right-color:rgb(254 215 170/var(--tw-border-opacity,1))}.border-t-transparent{border-top-color:#0000}.bg-\[\#00C896\]\/10{background-color:#00c8961a}.bg-amber-100{--tw-bg-opacity:1;background-color:#fef3c7;background-color:rgb(254 243 199/var(--tw-bg-opacity,1))}.bg-amber-50{--tw-bg-opacity:1;background-color:#fffbeb;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:#000;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/10{background-color:#0000001a}.bg-black\/70{background-color:#000000b3}.bg-black\/80{background-color:#000c}.bg-blue-100{--tw-bg-opacity:1;background-color:#dbeafe;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-50{--tw-bg-opacity:1;background-color:#eff6ff;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-blue-500{--tw-bg-opacity:1;background-color:#3b82f6;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-blue-500\/10{background-color:#3b82f61a}.bg-blue-500\/20{background-color:#3b82f633}.bg-blue-600{--tw-bg-opacity:1;background-color:#2563eb;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-blue-900{--tw-bg-opacity:1;background-color:#1e3a8a;background-color:rgb(30 58 138/var(--tw-bg-opacity,1))}.bg-blue-900\/40{background-color:#1e3a8a66}.bg-gray-100{--tw-bg-opacity:1;background-color:#f3f4f6;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:#e5e7eb;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-300{--tw-bg-opacity:1;background-color:#d1d5db;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.bg-gray-400{--tw-bg-opacity:1;background-color:#9ca3af;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:#f9fafb;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-600{--tw-bg-opacity:1;background-color:#4b5563;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.bg-gray-800{--tw-bg-opacity:1;background-color:#1f2937;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.bg-gray-800\/40{background-color:#1f293766}.bg-gray-900{--tw-bg-opacity:1;background-color:#111827;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.bg-green-100{--tw-bg-opacity:1;background-color:#dcfce7;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-green-100\/50{background-color:#dcfce780}.bg-green-50{--tw-bg-opacity:1;background-color:#f0fdf4;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.bg-green-500{--tw-bg-opacity:1;background-color:#22c55e;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.bg-green-500\/10{background-color:#22c55e1a}.bg-green-600{--tw-bg-opacity:1;background-color:#16a34a;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.bg-green-900\/30{background-color:#14532d4d}.bg-green-900\/40{background-color:#14532d66}.bg-indigo-100{--tw-bg-opacity:1;background-color:#e0e7ff;background-color:rgb(224 231 255/var(--tw-bg-opacity,1))}.bg-orange-100{--tw-bg-opacity:1;background-color:#ffedd5;background-color:rgb(255 237 213/var(--tw-bg-opacity,1))}.bg-orange-100\/50{background-color:#ffedd580}.bg-orange-50{--tw-bg-opacity:1;background-color:#fff7ed;background-color:rgb(255 247 237/var(--tw-bg-opacity,1))}.bg-orange-500{--tw-bg-opacity:1;background-color:#f97316;background-color:rgb(249 115 22/var(--tw-bg-opacity,1))}.bg-orange-600{--tw-bg-opacity:1;background-color:#ea580c;background-color:rgb(234 88 12/var(--tw-bg-opacity,1))}.bg-orange-900\/40{background-color:#7c2d1266}.bg-pink-100{--tw-bg-opacity:1;background-color:#fce7f3;background-color:rgb(252 231 243/var(--tw-bg-opacity,1))}.bg-purple-100{--tw-bg-opacity:1;background-color:#f3e8ff;background-color:rgb(243 232 255/var(--tw-bg-opacity,1))}.bg-purple-50{--tw-bg-opacity:1;background-color:#faf5ff;background-color:rgb(250 245 255/var(--tw-bg-opacity,1))}.bg-purple-500{--tw-bg-opacity:1;background-color:#a855f7;background-color:rgb(168 85 247/var(--tw-bg-opacity,1))}.bg-purple-500\/20{background-color:#a855f733}.bg-purple-600{--tw-bg-opacity:1;background-color:#9333ea;background-color:rgb(147 51 234/var(--tw-bg-opacity,1))}.bg-purple-900\/40{background-color:#581c8766}.bg-red-100{--tw-bg-opacity:1;background-color:#fee2e2;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:#fef2f2;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:#ef4444;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-red-600{--tw-bg-opacity:1;background-color:#dc2626;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.bg-red-900\/30{background-color:#7f1d1d4d}.bg-red-900\/40{background-color:#7f1d1d66}.bg-slate-700{--tw-bg-opacity:1;background-color:#334155;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))}.bg-slate-700\/40{background-color:#33415566}.bg-slate-800{--tw-bg-opacity:1;background-color:#1e293b;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}.bg-slate-800\/60{background-color:#1e293b99}.bg-slate-900\/60{background-color:#0f172a99}.bg-white{--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/20{background-color:#fff3}.bg-yellow-100{--tw-bg-opacity:1;background-color:#fef9c3;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.bg-yellow-50{--tw-bg-opacity:1;background-color:#fefce8;background-color:rgb(254 252 232/var(--tw-bg-opacity,1))}.bg-yellow-500{--tw-bg-opacity:1;background-color:#eab308;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.bg-yellow-600{--tw-bg-opacity:1;background-color:#ca8a04;background-color:rgb(202 138 4/var(--tw-bg-opacity,1))}.bg-yellow-900\/40{background-color:#713f1266}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-opacity-75{--tw-bg-opacity:0.75}.from-blue-50{--tw-gradient-from:#eff6ff var(--tw-gradient-from-position);--tw-gradient-to:#eff6ff00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from:#3b82f6 var(--tw-gradient-from-position);--tw-gradient-to:#3b82f600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from:#2563eb var(--tw-gradient-from-position);--tw-gradient-to:#2563eb00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from:#f9fafb var(--tw-gradient-from-position);--tw-gradient-to:#f9fafb00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-600{--tw-gradient-from:#16a34a var(--tw-gradient-from-position);--tw-gradient-to:#16a34a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-pink-500{--tw-gradient-from:#ec4899 var(--tw-gradient-from-position);--tw-gradient-to:#ec489900 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-50{--tw-gradient-from:#faf5ff var(--tw-gradient-from-position);--tw-gradient-to:#faf5ff00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from:#9333ea var(--tw-gradient-from-position);--tw-gradient-to:#9333ea00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-slate-50{--tw-gradient-from:#f8fafc var(--tw-gradient-from-position);--tw-gradient-to:#f8fafc00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-blue-50{--tw-gradient-to:#eff6ff00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#eff6ff var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-purple-600{--tw-gradient-to:#9333ea00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#9333ea var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white{--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fff var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-blue-50{--tw-gradient-to:#eff6ff var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to:#2563eb var(--tw-gradient-to-position)}.to-indigo-50{--tw-gradient-to:#eef2ff var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to:#4f46e5 var(--tw-gradient-to-position)}.to-pink-600{--tw-gradient-to:#db2777 var(--tw-gradient-to-position)}.to-purple-50{--tw-gradient-to:#faf5ff var(--tw-gradient-to-position)}.to-purple-500{--tw-gradient-to:#a855f7 var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to:#9333ea var(--tw-gradient-to-position)}.to-white{--tw-gradient-to:#fff var(--tw-gradient-to-position)}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-16{padding-bottom:4rem;padding-top:4rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-8{padding-bottom:2rem;padding-top:2rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pl-10{padding-left:2.5rem}.pl-3{padding-left:.75rem}.pl-5{padding-left:1.25rem}.pl-9{padding-left:2.25rem}.pr-12{padding-right:3rem}.pr-3{padding-right:.75rem}.pt-1{padding-top:.25rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-6xl{font-size:3.75rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-feature-settings:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-\[\#00C896\]{--tw-text-opacity:1;color:#00c896;color:rgb(0 200 150/var(--tw-text-opacity,1))}.text-\[\#00C896\]\/70{color:#00c896b3}.text-amber-600{--tw-text-opacity:1;color:#d97706;color:rgb(217 119 6/var(--tw-text-opacity,1))}.text-amber-700{--tw-text-opacity:1;color:#b45309;color:rgb(180 83 9/var(--tw-text-opacity,1))}.text-amber-800{--tw-text-opacity:1;color:#92400e;color:rgb(146 64 14/var(--tw-text-opacity,1))}.text-amber-900{--tw-text-opacity:1;color:#78350f;color:rgb(120 53 15/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:#000;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-blue-100{--tw-text-opacity:1;color:#dbeafe;color:rgb(219 234 254/var(--tw-text-opacity,1))}.text-blue-300{--tw-text-opacity:1;color:#93c5fd;color:rgb(147 197 253/var(--tw-text-opacity,1))}.text-blue-400{--tw-text-opacity:1;color:#60a5fa;color:rgb(96 165 250/var(--tw-text-opacity,1))}.text-blue-500{--tw-text-opacity:1;color:#3b82f6;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:#2563eb;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-blue-700{--tw-text-opacity:1;color:#1d4ed8;color:rgb(29 78 216/var(--tw-text-opacity,1))}.text-blue-800{--tw-text-opacity:1;color:#1e40af;color:rgb(30 64 175/var(--tw-text-opacity,1))}.text-blue-900{--tw-text-opacity:1;color:#1e3a8a;color:rgb(30 58 138/var(--tw-text-opacity,1))}.text-gray-100{--tw-text-opacity:1;color:#f3f4f6;color:rgb(243 244 246/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:#e5e7eb;color:rgb(229 231 235/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:#d1d5db;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:#9ca3af;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:#6b7280;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:#4b5563;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:#374151;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:#1f2937;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:#111827;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green-300{--tw-text-opacity:1;color:#86efac;color:rgb(134 239 172/var(--tw-text-opacity,1))}.text-green-400{--tw-text-opacity:1;color:#4ade80;color:rgb(74 222 128/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:#22c55e;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:#16a34a;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:#15803d;color:rgb(21 128 61/var(--tw-text-opacity,1))}.text-green-800{--tw-text-opacity:1;color:#166534;color:rgb(22 101 52/var(--tw-text-opacity,1))}.text-green-900{--tw-text-opacity:1;color:#14532d;color:rgb(20 83 45/var(--tw-text-opacity,1))}.text-indigo-600{--tw-text-opacity:1;color:#4f46e5;color:rgb(79 70 229/var(--tw-text-opacity,1))}.text-indigo-700{--tw-text-opacity:1;color:#4338ca;color:rgb(67 56 202/var(--tw-text-opacity,1))}.text-orange-400{--tw-text-opacity:1;color:#fb923c;color:rgb(251 146 60/var(--tw-text-opacity,1))}.text-orange-500{--tw-text-opacity:1;color:#f97316;color:rgb(249 115 22/var(--tw-text-opacity,1))}.text-orange-600{--tw-text-opacity:1;color:#ea580c;color:rgb(234 88 12/var(--tw-text-opacity,1))}.text-orange-700{--tw-text-opacity:1;color:#c2410c;color:rgb(194 65 12/var(--tw-text-opacity,1))}.text-orange-800{--tw-text-opacity:1;color:#9a3412;color:rgb(154 52 18/var(--tw-text-opacity,1))}.text-pink-600{--tw-text-opacity:1;color:#db2777;color:rgb(219 39 119/var(--tw-text-opacity,1))}.text-purple-300{--tw-text-opacity:1;color:#d8b4fe;color:rgb(216 180 254/var(--tw-text-opacity,1))}.text-purple-400{--tw-text-opacity:1;color:#c084fc;color:rgb(192 132 252/var(--tw-text-opacity,1))}.text-purple-600{--tw-text-opacity:1;color:#9333ea;color:rgb(147 51 234/var(--tw-text-opacity,1))}.text-purple-700{--tw-text-opacity:1;color:#7e22ce;color:rgb(126 34 206/var(--tw-text-opacity,1))}.text-purple-900{--tw-text-opacity:1;color:#581c87;color:rgb(88 28 135/var(--tw-text-opacity,1))}.text-red-300{--tw-text-opacity:1;color:#fca5a5;color:rgb(252 165 165/var(--tw-text-opacity,1))}.text-red-400{--tw-text-opacity:1;color:#f87171;color:rgb(248 113 113/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:#ef4444;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:#dc2626;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:#b91c1c;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-red-800{--tw-text-opacity:1;color:#991b1b;color:rgb(153 27 27/var(--tw-text-opacity,1))}.text-red-900{--tw-text-opacity:1;color:#7f1d1d;color:rgb(127 29 29/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-yellow-400{--tw-text-opacity:1;color:#facc15;color:rgb(250 204 21/var(--tw-text-opacity,1))}.text-yellow-500{--tw-text-opacity:1;color:#eab308;color:rgb(234 179 8/var(--tw-text-opacity,1))}.text-yellow-600{--tw-text-opacity:1;color:#ca8a04;color:rgb(202 138 4/var(--tw-text-opacity,1))}.text-yellow-700{--tw-text-opacity:1;color:#a16207;color:rgb(161 98 7/var(--tw-text-opacity,1))}.text-yellow-800{--tw-text-opacity:1;color:#854d0e;color:rgb(133 77 14/var(--tw-text-opacity,1))}.text-yellow-900{--tw-text-opacity:1;color:#713f12;color:rgb(113 63 18/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.placeholder-gray-500::placeholder{--tw-placeholder-opacity:1;color:#6b7280;color:rgb(107 114 128/var(--tw-placeholder-opacity,1))}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-2xl,.shadow-lg{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-sm{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid #0000;outline-offset:2px}.outline{outline-style:solid}.ring-2{--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),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-purple-200{--tw-ring-opacity:1;--tw-ring-color:rgb(233 213 255/var(--tw-ring-opacity,1))}.blur{--tw-blur:blur(8px)}.blur,.drop-shadow{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)}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f)}.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)}.backdrop-blur-md{--tw-backdrop-blur:blur(12px)}.backdrop-blur-md,.backdrop-blur-sm{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-shadow{transition-duration:.15s;transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#555}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.hover\:scale-105:hover,.hover\:scale-110:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1}.hover\:border-blue-300:hover{--tw-border-opacity:1;border-color:#93c5fd;border-color:rgb(147 197 253/var(--tw-border-opacity,1))}.hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:#3b82f6;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.hover\:border-blue-500\/50:hover{border-color:#3b82f680}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:#d1d5db;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.hover\:border-slate-600:hover{--tw-border-opacity:1;border-color:#475569;border-color:rgb(71 85 105/var(--tw-border-opacity,1))}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:#eff6ff;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:#2563eb;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:#1d4ed8;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.hover\:bg-blue-900:hover{--tw-bg-opacity:1;background-color:#1e3a8a;background-color:rgb(30 58 138/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:#f3f4f6;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:#e5e7eb;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:#d1d5db;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:#f9fafb;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:#374151;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.hover\:bg-green-200:hover{--tw-bg-opacity:1;background-color:#bbf7d0;background-color:rgb(187 247 208/var(--tw-bg-opacity,1))}.hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:#16a34a;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:#15803d;background-color:rgb(21 128 61/var(--tw-bg-opacity,1))}.hover\:bg-green-900:hover{--tw-bg-opacity:1;background-color:#14532d;background-color:rgb(20 83 45/var(--tw-bg-opacity,1))}.hover\:bg-orange-50:hover{--tw-bg-opacity:1;background-color:#fff7ed;background-color:rgb(255 247 237/var(--tw-bg-opacity,1))}.hover\:bg-orange-700:hover{--tw-bg-opacity:1;background-color:#c2410c;background-color:rgb(194 65 12/var(--tw-bg-opacity,1))}.hover\:bg-purple-200:hover{--tw-bg-opacity:1;background-color:#e9d5ff;background-color:rgb(233 213 255/var(--tw-bg-opacity,1))}.hover\:bg-purple-50:hover{--tw-bg-opacity:1;background-color:#faf5ff;background-color:rgb(250 245 255/var(--tw-bg-opacity,1))}.hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:#7e22ce;background-color:rgb(126 34 206/var(--tw-bg-opacity,1))}.hover\:bg-purple-900:hover{--tw-bg-opacity:1;background-color:#581c87;background-color:rgb(88 28 135/var(--tw-bg-opacity,1))}.hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:#fef2f2;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:#b91c1c;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.hover\:bg-red-900:hover{--tw-bg-opacity:1;background-color:#7f1d1d;background-color:rgb(127 29 29/var(--tw-bg-opacity,1))}.hover\:bg-slate-700\/40:hover{background-color:#33415566}.hover\:bg-slate-700\/60:hover{background-color:#33415599}.hover\:bg-white\/5:hover{background-color:#ffffff0d}.hover\:bg-yellow-600:hover{--tw-bg-opacity:1;background-color:#ca8a04;background-color:rgb(202 138 4/var(--tw-bg-opacity,1))}.hover\:bg-yellow-700:hover{--tw-bg-opacity:1;background-color:#a16207;background-color:rgb(161 98 7/var(--tw-bg-opacity,1))}.hover\:bg-gradient-to-r:hover{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.hover\:from-blue-600:hover{--tw-gradient-from:#2563eb var(--tw-gradient-from-position);--tw-gradient-to:#2563eb00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-blue-700:hover{--tw-gradient-from:#1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to:#1d4ed800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-green-700:hover{--tw-gradient-from:#15803d var(--tw-gradient-from-position);--tw-gradient-to:#15803d00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-purple-50:hover{--tw-gradient-from:#faf5ff var(--tw-gradient-from-position);--tw-gradient-to:#faf5ff00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-purple-700:hover{--tw-gradient-from:#7e22ce var(--tw-gradient-from-position);--tw-gradient-to:#7e22ce00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:to-blue-700:hover{--tw-gradient-to:#1d4ed8 var(--tw-gradient-to-position)}.hover\:to-pink-50:hover{--tw-gradient-to:#fdf2f8 var(--tw-gradient-to-position)}.hover\:to-purple-700:hover{--tw-gradient-to:#7e22ce var(--tw-gradient-to-position)}.hover\:text-blue-300:hover{--tw-text-opacity:1;color:#93c5fd;color:rgb(147 197 253/var(--tw-text-opacity,1))}.hover\:text-blue-600:hover{--tw-text-opacity:1;color:#2563eb;color:rgb(37 99 235/var(--tw-text-opacity,1))}.hover\:text-blue-700:hover{--tw-text-opacity:1;color:#1d4ed8;color:rgb(29 78 216/var(--tw-text-opacity,1))}.hover\:text-blue-800:hover{--tw-text-opacity:1;color:#1e40af;color:rgb(30 64 175/var(--tw-text-opacity,1))}.hover\:text-gray-200:hover{--tw-text-opacity:1;color:#e5e7eb;color:rgb(229 231 235/var(--tw-text-opacity,1))}.hover\:text-gray-300:hover{--tw-text-opacity:1;color:#d1d5db;color:rgb(209 213 219/var(--tw-text-opacity,1))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:#4b5563;color:rgb(75 85 99/var(--tw-text-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:#374151;color:rgb(55 65 81/var(--tw-text-opacity,1))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:#111827;color:rgb(17 24 39/var(--tw-text-opacity,1))}.hover\:text-green-700:hover{--tw-text-opacity:1;color:#15803d;color:rgb(21 128 61/var(--tw-text-opacity,1))}.hover\:text-green-800:hover{--tw-text-opacity:1;color:#166534;color:rgb(22 101 52/var(--tw-text-opacity,1))}.hover\:text-orange-700:hover{--tw-text-opacity:1;color:#c2410c;color:rgb(194 65 12/var(--tw-text-opacity,1))}.hover\:text-purple-600:hover{--tw-text-opacity:1;color:#9333ea;color:rgb(147 51 234/var(--tw-text-opacity,1))}.hover\:text-purple-800:hover{--tw-text-opacity:1;color:#6b21a8;color:rgb(107 33 168/var(--tw-text-opacity,1))}.hover\:text-red-700:hover{--tw-text-opacity:1;color:#b91c1c;color:rgb(185 28 28/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-80:hover{opacity:.8}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:ring-purple-300:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(216 180 254/var(--tw-ring-opacity,1))}.focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:#3b82f6;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.focus\:border-transparent:focus{border-color:#0000}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-2:focus{--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),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.focus\:ring-green-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(34 197 94/var(--tw-ring-opacity,1))}.focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:-translate-x-1{--tw-translate-x:-0.25rem}.group:hover .group-hover\:-translate-x-1,.group:hover .group-hover\:scale-110{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}@media (min-width:640px){.sm\:block{display:block}.sm\:inline{display:inline}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:768px){.md\:col-span-2{grid-column:span 2/span 2}.md\:block{display:block}.md\:flex{display:flex}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:pl-\[260px\]{padding-left:260px}}@media (min-width:1024px){.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:px-8{padding-left:2rem;padding-right:2rem}}@font-face{font-display:swap;font-family:Bebas Neue;font-style:normal;font-weight:400;src:url(/static/media/BebasNeue-Regular.12e3683f9192436a7be8.ttf) format("truetype")}@font-face{font-display:swap;font-family:IBM Plex Mono;font-style:normal;font-weight:400;src:url(/static/media/IBMPlexMono-Regular.ad81fa76f2575c4d48d6.ttf) format("truetype")}@font-face{font-display:swap;font-family:IBM Plex Mono;font-style:italic;font-weight:400;src:url(/static/media/IBMPlexMono-Italic.5d727f8b79a6087af5f1.ttf) format("truetype")}@font-face{font-display:swap;font-family:IBM Plex Mono;font-style:normal;font-weight:500;src:url(/static/media/IBMPlexMono-Medium.a6dd9294c817f190a4e2.ttf) format("truetype")}@font-face{font-display:swap;font-family:IBM Plex Mono;font-style:normal;font-weight:600;src:url(/static/media/IBMPlexMono-SemiBold.0fa820c8b506cc85e96f.ttf) format("truetype")}@font-face{font-display:swap;font-family:IBM Plex Mono;font-style:normal;font-weight:700;src:url(/static/media/IBMPlexMono-Bold.8c5394425e791cc7cd11.ttf) format("truetype")}@font-face{font-display:swap;font-family:IBM Plex Mono;font-style:italic;font-weight:700;src:url(/static/media/IBMPlexMono-BoldItalic.ec98ea358dd79f8b3c7b.ttf) format("truetype")}@font-face{font-display:swap;font-family:Courier Prime;font-style:normal;font-weight:400;src:url(/static/media/CourierPrime-Regular.7503a2e9660bb6f608fb.ttf) format("truetype")}@font-face{font-display:swap;font-family:Courier Prime;font-style:italic;font-weight:400;src:url(/static/media/CourierPrime-Italic.7506f8ce6ba8635545b0.ttf) format("truetype")}@font-face{font-display:swap;font-family:Courier Prime;font-style:normal;font-weight:700;src:url(/static/media/CourierPrime-Bold.3efc75fdd2d9968b87f3.ttf) format("truetype")}@font-face{font-display:swap;font-family:Courier Prime;font-style:italic;font-weight:700;src:url(/static/media/CourierPrime-BoldItalic.a76f64d481e3fb8402eb.ttf) format("truetype")}@font-face{font-display:swap;font-family:Barlow Condensed;font-style:normal;font-weight:400;src:url(/static/media/BarlowCondensed-Regular.a51441e972d57b28e7c1.ttf) format("truetype")}@font-face{font-display:swap;font-family:Barlow Condensed;font-style:italic;font-weight:400;src:url(/static/media/BarlowCondensed-Italic.3913b12756a6b1158dc5.ttf) format("truetype")}@font-face{font-display:swap;font-family:Barlow Condensed;font-style:normal;font-weight:500;src:url(/static/media/BarlowCondensed-Medium.2afd924bd5156ee485b9.ttf) format("truetype")}@font-face{font-display:swap;font-family:Barlow Condensed;font-style:normal;font-weight:600;src:url(/static/media/BarlowCondensed-SemiBold.d2b227f032d710a6870f.ttf) format("truetype")}@font-face{font-display:swap;font-family:Barlow Condensed;font-style:normal;font-weight:700;src:url(/static/media/BarlowCondensed-Bold.ca168dbe270fba68a7f3.ttf) format("truetype")}@font-face{font-display:swap;font-family:Barlow Condensed;font-style:italic;font-weight:700;src:url(/static/media/BarlowCondensed-BoldItalic.083670d9963cbce8f1df.ttf) format("truetype")}
/*# sourceMappingURL=main.c402c586.css.map*/