.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-card{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:420px;padding:40px}.login-header{text-align:center;margin-bottom:32px}.login-header h1{font-size:28px;font-weight:700;color:#111827;margin:0 0 8px}.login-header p{font-size:14px;color:#6b7280;margin:0}.login-form{display:flex;flex-direction:column;gap:20px}.signup-link{font-size:14px;color:#6b7280}@media (max-width: 480px){.login-card{padding:32px 24px}.login-header h1{font-size:24px}}.signup-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:40px 20px}.signup-card{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:520px;padding:40px}.signup-header{text-align:center;margin-bottom:32px}.signup-header h1{font-size:28px;font-weight:700;color:#111827;margin:0 0 8px}.signup-header p{font-size:14px;color:#6b7280;margin:0}.signup-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:500;color:#374151}.form-group input{height:44px;padding:0 14px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .2s;background:#fff}.form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group input:disabled{background:#f9fafb;cursor:not-allowed}.password-strength{font-size:12px;font-weight:500;padding:4px 8px;border-radius:4px;display:inline-block;margin-top:4px}.password-strength.weak{background:#fef2f2;color:#dc2626}.password-strength.medium{background:#fef3c7;color:#d97706}.password-strength.strong{background:#d1fae5;color:#059669}.form-options{display:flex;justify-content:space-between;align-items:center}.checkbox-label{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer}.checkbox-label input[type=checkbox]:disabled{cursor:not-allowed}.btn-primary{height:44px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:8px}.btn-primary:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb66}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.error-message{padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:14px;line-height:1.5}.form-footer{display:flex;flex-direction:column;gap:12px;margin-top:8px;text-align:center}.link{color:#2563eb;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}.link:hover{color:#1d4ed8;text-decoration:underline}.link-button{background:none;border:none;color:#2563eb;font-size:14px;font-weight:500;cursor:pointer;padding:0;transition:color .2s}.link-button:hover:not(:disabled){color:#1d4ed8;text-decoration:underline}.link-button:disabled{color:#9ca3af;cursor:not-allowed}.signin-link{font-size:14px;color:#6b7280}@media (max-width: 600px){.signup-card{padding:32px 24px}.signup-header h1{font-size:24px}.form-row{grid-template-columns:1fr}}.header{background-color:var(--card-bg);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow);position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:100%}.header-title{font-size:1.5rem;font-weight:600;color:var(--text-primary)}.header-actions{display:flex;align-items:center;gap:1rem}.user-profile{display:flex;align-items:center;gap:.5rem;padding:.5rem;cursor:pointer;border-radius:.375rem;transition:background-color .2s}.user-profile:hover{background-color:var(--bg-color)}.user-avatar{font-size:1.5rem}.user-name{font-size:.875rem;font-weight:500;color:var(--text-primary)}.sidebar{width:240px;background-color:var(--card-bg);border-right:1px solid var(--border-color);padding:1.5rem 0}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem;padding:0 .75rem}.sidebar-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:transparent;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s;text-align:left;width:100%}.sidebar-item:hover{background-color:var(--bg-color)}.sidebar-item.active{background-color:var(--primary-color);color:#fff}.sidebar-icon{font-size:1.25rem}.sidebar-label{font-size:.875rem;font-weight:500}.sidebar-item.active .sidebar-label{color:#fff}.dashboard{padding:2rem;max-width:1400px;margin:0 auto}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{margin:0;font-size:2rem;font-weight:600;color:#1a1a1a}.dashboard-subtitle{margin:.5rem 0 0;color:#666;font-size:.95rem}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:3rem}.metric-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s}.metric-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.metric-label{font-size:.85rem;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.metric-value{font-size:2.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem}.metric-subtitle{font-size:.85rem;color:#999}.metric-trend{display:flex;align-items:center;gap:.25rem;font-size:.9rem;font-weight:600}.metric-trend.positive{color:#10b981}.metric-trend.negative{color:#ef4444}.trend-icon{font-size:1.2rem}.alerts-section{margin-bottom:3rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#1a1a1a}.alert-count{background:#f3f4f6;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;color:#666}.alerts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.alert-card{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #00000014;border-left:4px solid;transition:transform .2s,box-shadow .2s;cursor:pointer}.alert-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.alert-card.alert-critical{border-left-color:#ef4444;background:#fef2f2}.alert-card.alert-warning{border-left-color:#f59e0b;background:#fffbeb}.alert-card.alert-info{border-left-color:#3b82f6;background:#eff6ff}.alert-card.alert-success{border-left-color:#10b981;background:#f0fdf4}.alert-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.alert-icon{font-size:1.5rem}.alert-vendor{font-size:.75rem;font-weight:600;text-transform:uppercase;color:#666;letter-spacing:.5px}.alert-message{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;line-height:1.4}.alert-source{font-size:.85rem;color:#666;margin-bottom:1rem}.alert-action-btn{background:none;border:none;color:#3b82f6;font-size:.9rem;font-weight:600;cursor:pointer;padding:0;transition:color .2s}.alert-action-btn:hover{color:#2563eb}.no-alerts{text-align:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.no-alerts-icon{font-size:3rem;color:#10b981;display:block;margin-bottom:1rem}.no-alerts p{color:#666;margin:0}.summary-section{margin-top:3rem}.summary-section h2{margin:0 0 1.5rem;font-size:1.5rem;font-weight:600;color:#1a1a1a}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.summary-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;text-align:center}.summary-label{font-size:.9rem;color:#666;margin-bottom:.75rem}.summary-value{font-size:2.5rem;font-weight:700;color:#1a1a1a}.summary-value.critical{color:#ef4444}@media (max-width: 768px){.dashboard{padding:1rem}.metrics-grid,.alerts-grid{grid-template-columns:1fr}.metric-value{font-size:1.75rem}.summary-value{font-size:2rem}}.notification{position:fixed;top:2rem;right:2rem;min-width:300px;max-width:500px;background:#fff;border-radius:8px;box-shadow:0 4px 16px #00000026;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;z-index:10000;animation:slideInRight .3s ease-out}@keyframes slideInRight{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.notification-content{display:flex;align-items:center;gap:.75rem}.notification-icon{font-size:1.5rem;flex-shrink:0}.notification-message{font-size:.95rem;color:#1f2937;font-weight:500}.notification-close{background:none;border:none;font-size:1.25rem;color:#6b7280;cursor:pointer;padding:.25rem;transition:color .2s;flex-shrink:0}.notification-close:hover{color:#1f2937}.notification-success{border-left:4px solid #10b981}.notification-success .notification-icon{color:#10b981}.notification-error{border-left:4px solid #ef4444}.notification-error .notification-icon{color:#ef4444}.notification-warning{border-left:4px solid #f59e0b}.notification-warning .notification-icon{color:#f59e0b}.notification-info{border-left:4px solid #3b82f6}.notification-info .notification-icon{color:#3b82f6}.confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s}.confirm-dialog{background:#fff;border-radius:12px;max-width:500px;width:90%;box-shadow:0 8px 32px #0003;animation:scaleIn .3s ease-out}.confirm-header{padding:1.5rem;border-bottom:1px solid #e5e7eb}.confirm-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#1a1a1a}.confirm-body{padding:1.5rem}.confirm-body p{margin:0;font-size:1rem;color:#374151;line-height:1.6}.confirm-footer{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:.75rem}.confirm-btn{padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.confirm-btn.cancel{background:#f3f4f6;color:#374151}.confirm-btn.cancel:hover{background:#e5e7eb}.confirm-btn.confirm{background:#3b82f6;color:#fff}.confirm-btn.confirm:hover{background:#2563eb}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9998;animation:fadeIn .2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-container{background:#fff;border-radius:12px;max-width:900px;width:90%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0003;animation:scaleIn .3s ease-out}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.modal-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#1a1a1a}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;transition:color .2s}.modal-close:hover{color:#1f2937}.modal-body{flex:1;overflow-y:auto;padding:1.5rem}.details-header-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.stat-box{background:#f9fafb;padding:1rem;border-radius:8px;text-align:center}.stat-label{display:block;font-size:.85rem;color:#6b7280;margin-bottom:.5rem;font-weight:500}.stat-value{display:block;font-size:1.5rem;font-weight:700;color:#1a1a1a}.details-sections{display:flex;flex-direction:column;gap:2rem}.detail-section h3{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#374151}.info-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-label{font-size:.85rem;color:#6b7280;font-weight:500}.info-value{font-size:1rem;font-weight:600;color:#1a1a1a}.info-value.positive{color:#10b981}.info-value.negative{color:#ef4444}.alerts-section{background:#fef2f2;padding:1rem;border-radius:8px}.alerts-list{display:flex;flex-direction:column;gap:.75rem}.alert-box{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border-radius:6px;border-left:3px solid}.alert-box.alert-critical{border-left-color:#ef4444}.alert-box.alert-warning{border-left-color:#f59e0b}.alert-box.alert-success{border-left-color:#10b981}.alert-box.alert-info{border-left-color:#3b82f6}.alert-icon{font-size:1.25rem}.settings-modal{max-width:700px}.settings-form{display:flex;flex-direction:column;gap:2rem}.form-section{border-bottom:1px solid #e5e7eb;padding-bottom:1.5rem}.form-section:last-child{border-bottom:none;padding-bottom:0}.form-section h3{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#374151}.form-group{margin-bottom:1.25rem}.form-group:last-child{margin-bottom:0}.toggle-label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.toggle-label input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.toggle-switch{position:relative;width:48px;height:24px;background:#d1d5db;border-radius:12px;transition:background .3s}.toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s}.toggle-label input[type=checkbox]:checked+.toggle-switch{background:#3b82f6}.toggle-label input[type=checkbox]:checked+.toggle-switch:after{transform:translate(24px)}.quality-slider{width:100%;height:8px;border-radius:4px;background:linear-gradient(to right,#10b981,#3b82f6);outline:none;-webkit-appearance:none}.quality-slider::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;border:2px solid #3b82f6;cursor:pointer;box-shadow:0 2px 4px #0003}.quality-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#fff;border:2px solid #3b82f6;cursor:pointer;box-shadow:0 2px 4px #0003}.slider-labels{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.8rem;color:#6b7280}.form-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;transition:border-color .2s}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.input-group{display:flex;align-items:center}.input-prefix{padding:.75rem;background:#f3f4f6;border:1px solid #d1d5db;border-right:none;border-radius:8px 0 0 8px;font-weight:500;color:#6b7280}.input-group .form-input{border-radius:0 8px 8px 0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-help{margin:.5rem 0 0;font-size:.85rem;color:#6b7280;line-height:1.5}.modal-footer{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:.75rem}.btn-secondary,.btn-primary{padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.btn-secondary{background:#f3f4f6;color:#374151}.btn-secondary:hover{background:#e5e7eb}.btn-primary{background:#3b82f6;color:#fff}@media (max-width: 768px){.form-row{grid-template-columns:1fr}}.export-modal{max-width:600px}.export-options{display:flex;flex-direction:column;gap:2rem}.option-group h3{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#374151}.radio-group,.checkbox-group{display:flex;flex-direction:column;gap:.75rem}.radio-label,.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.75rem;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s}.radio-label:hover,.checkbox-label:hover{background:#f9fafb;border-color:#3b82f6}.radio-label input[type=radio],.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.radio-label span,.checkbox-label span{font-size:.95rem;color:#374151}.export-preview{background:#f9fafb;padding:1rem;border-radius:8px}.export-preview h3{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#374151}.preview-info{display:flex;flex-direction:column;gap:.5rem}.preview-info p{margin:0;font-size:.9rem;color:#6b7280}.preview-info strong{color:#1a1a1a;font-weight:600}.leads-homepage{padding:2rem;max-width:1400px;margin:0 auto}.homepage-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem}.homepage-header h1{margin:0;font-size:2rem;font-weight:600;color:#1a1a1a}.homepage-subtitle{margin:.5rem 0 0;color:#666;font-size:.95rem}.filter-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.filter-btn{padding:.6rem 1.25rem;border:2px solid #e5e7eb;background:#fff;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;color:#374151}.filter-btn:hover{border-color:#3b82f6;background:#eff6ff}.filter-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.filter-btn.critical{border-color:#fecaca}.filter-btn.critical:hover,.filter-btn.critical.active{background:#ef4444;border-color:#ef4444;color:#fff}.filter-btn.warning{border-color:#fed7aa}.filter-btn.warning:hover,.filter-btn.warning.active{background:#f59e0b;border-color:#f59e0b;color:#fff}.filter-btn.success{border-color:#bbf7d0}.filter-btn.success:hover,.filter-btn.success.active{background:#10b981;border-color:#10b981;color:#fff}.leads-list{display:flex;flex-direction:column;gap:1rem}.lead-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden;transition:box-shadow .2s;border-left:4px solid #e5e7eb}.lead-card:hover{box-shadow:0 4px 16px #0000001f}.lead-card.alert-critical{border-left-color:#ef4444;background:#fef2f2}.lead-card.alert-warning{border-left-color:#f59e0b;background:#fffbeb}.lead-card.alert-success{border-left-color:#10b981;background:#f0fdf4}.lead-card.alert-normal{border-left-color:#e5e7eb}.lead-row{padding:1.25rem 1.5rem;cursor:pointer;transition:background-color .2s}.lead-row:hover{background:#00000005}.lead-main-info{display:flex;justify-content:space-between;align-items:center;gap:2rem}.lead-name-section{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.expand-btn{background:none;border:none;font-size:1rem;color:#6b7280;cursor:pointer;padding:.25rem;transition:color .2s;flex-shrink:0}.expand-btn:hover{color:#1f2937}.lead-name{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:#1a1a1a}.lead-meta{display:flex;gap:.5rem;flex-wrap:wrap}.vendor-tag,.type-tag,.api-tag,.ml-tag{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.vendor-tag{background:#f3f4f6;color:#374151}.type-tag{background:#e0e7ff;color:#4338ca}.api-tag.ping{background:#dbeafe;color:#1e40af}.api-tag.direct{background:#ddd6fe;color:#6d28d9}.ml-tag{background:#d1fae5;color:#065f46}.lead-metrics-preview{display:flex;gap:2rem;flex-wrap:wrap}.metric-item{display:flex;flex-direction:column;gap:.25rem}.metric-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;font-weight:500;letter-spacing:.5px}.metric-value{font-size:1.25rem;font-weight:700;color:#1a1a1a}.alert-indicators{display:flex;gap:.5rem;flex-shrink:0}.alert-badge{font-size:1.5rem}.lead-details{padding:0 1.5rem 1.5rem;border-top:1px solid rgba(0,0,0,.1);animation:expandIn .3s ease-out}@keyframes expandIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.details-section{margin-top:1.5rem}.details-section h4{margin:0 0 1rem;font-size:.95rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px}.details-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-label{font-size:.8rem;color:#6b7280;font-weight:500}.detail-value{font-size:1.1rem;font-weight:600;color:#1a1a1a}.detail-value.positive{color:#10b981}.detail-value.negative{color:#ef4444}.detail-percent{font-size:.85rem;color:#6b7280;margin-left:.25rem}.alerts-details{background:#ef44440d;padding:1rem;border-radius:8px;border-left:3px solid #ef4444}.alert-messages{display:flex;flex-direction:column;gap:.75rem}.alert-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border-radius:6px}.alert-item.alert-critical{border-left:3px solid #ef4444}.alert-item.alert-warning{border-left:3px solid #f59e0b}.alert-item.alert-success{border-left:3px solid #10b981}.alert-item.alert-info{border-left:3px solid #3b82f6}.alert-icon{font-size:1.25rem;flex-shrink:0}.alert-text{font-size:.9rem;color:#1f2937;font-weight:500}.actions-section{background:#f9fafb;padding:1rem;border-radius:8px;margin-top:1.5rem}.action-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.action-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:2px solid #e5e7eb;background:#fff;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;color:#374151}.action-button:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.action-button.primary{background:#3b82f6;border-color:#3b82f6;color:#fff}.action-button.primary:hover{background:#2563eb;border-color:#2563eb}.action-button.success{background:#10b981;border-color:#10b981;color:#fff}.action-button.success:hover{background:#059669;border-color:#059669}.action-button.danger{background:#ef4444;border-color:#ef4444;color:#fff}.action-button.danger:hover{background:#dc2626;border-color:#dc2626}.btn-icon{font-size:1.1rem}.no-sources{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.no-sources p{color:#6b7280;font-size:1rem;margin:0}@media (max-width: 1200px){.lead-main-info{flex-direction:column;align-items:flex-start}.lead-metrics-preview{width:100%}.alert-indicators{margin-top:.5rem}}@media (max-width: 768px){.leads-homepage{padding:1rem}.homepage-header{flex-direction:column;gap:1rem}.filter-buttons{width:100%}.filter-btn{flex:1;min-width:0}.lead-metrics-preview{flex-direction:column;gap:1rem}.details-grid{grid-template-columns:1fr}.action-buttons{flex-direction:column}.action-button{width:100%;justify-content:center}}.agents-page{padding:2rem;max-width:1600px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.page-header h1{margin:0;font-size:2rem;font-weight:600;color:#1a1a1a}.page-subtitle{margin:.5rem 0 0;color:#666;font-size:.95rem}.agents-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;gap:.5rem}.stat-label{font-size:.85rem;color:#6b7280;font-weight:500}.stat-value{font-size:2rem;font-weight:700;color:#1a1a1a}.agents-controls{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.search-input{flex:1;min-width:300px;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{font-size:.9rem;font-weight:500;color:#374151}.filter-group select{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;background:#fff;cursor:pointer}.agents-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow-x:auto}.agents-table{width:100%;border-collapse:collapse}.agents-table thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}.agents-table th{padding:1rem;text-align:left;font-weight:600;color:#374151;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.agents-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background .2s}.agents-table tbody tr:hover{background:#f9fafb}.agents-table td{padding:1rem;color:#1f2937}.agent-info{display:flex;align-items:center;gap:.75rem}.agent-avatar{width:40px;height:40px;border-radius:50%;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem}.agent-name{font-weight:600;color:#1a1a1a}.agent-email{font-size:.85rem;color:#6b7280}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-active{background:#d1fae5;color:#065f46}.status-pending{background:#fed7aa;color:#92400e}.conversion-rate{font-weight:600}.conversion-rate.high{color:#10b981}.last-active{color:#6b7280;font-size:.9rem}.btn-action{padding:.5rem 1rem;border:1px solid #d1d5db;background:#fff;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s;margin-right:.5rem}.btn-action:hover{background:#f3f4f6;border-color:#9ca3af}.btn-primary{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-primary:hover{background:#2563eb}.no-results{text-align:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-top:2rem}@media (max-width: 768px){.agents-page{padding:1rem}.agents-controls{flex-direction:column}.search-input{width:100%}}.analytics-page{padding:2rem;max-width:1600px;margin:0 auto}.analytics-header{margin-bottom:2rem}.analytics-header h1{margin:0;font-size:2rem;font-weight:600;color:#1a1a1a}.analytics-header .page-subtitle{margin:.5rem 0 0;color:#666;font-size:.95rem}.dashboard-selector{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.dashboard-selector button{padding:.75rem 1.5rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;color:#374151}.dashboard-selector button:hover{border-color:#3b82f6;background:#eff6ff}.dashboard-selector button.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.quicksight-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:2rem;min-height:600px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}.quicksight-placeholder{text-align:center;max-width:500px}.quicksight-placeholder h2{margin:0 0 1rem;font-size:1.5rem;color:#374151}.quicksight-placeholder p{margin:0;color:#6b7280;font-size:.95rem;line-height:1.6}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem;margin-bottom:2rem}.chart-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:1.5rem}.chart-card h3{margin:0 0 1.5rem;font-size:1.1rem;font-weight:600;color:#1a1a1a}.chart-placeholder{height:300px;background:linear-gradient(180deg,#f9fafb,#f3f4f6);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.9rem;border:2px dashed #d1d5db}.mock-bar-chart{height:300px;display:flex;align-items:flex-end;justify-content:space-around;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px}.bar{flex:1;background:linear-gradient(180deg,#3b82f6,#2563eb);border-radius:4px 4px 0 0;min-height:20px;transition:all .3s;position:relative}.bar:hover{background:linear-gradient(180deg,#60a5fa,#3b82f6);transform:translateY(-4px)}.bar-label{position:absolute;bottom:-25px;left:50%;transform:translate(-50%);font-size:.75rem;color:#6b7280;white-space:nowrap}.mock-line-chart{height:300px;background:#f9fafb;border-radius:8px;padding:1rem;position:relative}.line-chart-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.line-path{width:100%;height:100%;background:linear-gradient(to right,transparent 0%,transparent 98%,#e5e7eb 98%,#e5e7eb 100%),linear-gradient(to bottom,transparent 0%,transparent 20%,#3b82f6 20%,#3b82f6 22%,transparent 22%,transparent 40%,#3b82f6 40%,#3b82f6 42%,transparent 42%,transparent 60%,#3b82f6 60%,#3b82f6 62%,transparent 62%,transparent 80%,#3b82f6 80%,#3b82f6 82%,transparent 82%);border-bottom:2px solid #e5e7eb;border-left:2px solid #e5e7eb;position:relative}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.kpi-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:1.5rem}.kpi-label{font-size:.85rem;color:#6b7280;font-weight:500;margin-bottom:.5rem}.kpi-value{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.kpi-change{font-size:.85rem;font-weight:600}.kpi-change.positive{color:#10b981}.kpi-change.negative{color:#ef4444}.date-range-selector{display:flex;gap:1rem;align-items:center;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;margin-bottom:2rem}.date-range-selector label{font-size:.9rem;font-weight:500;color:#374151}.date-range-selector select{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;background:#fff;cursor:pointer}@media (max-width: 768px){.analytics-page{padding:1rem}.charts-grid{grid-template-columns:1fr}.dashboard-selector{flex-direction:column}.dashboard-selector button{width:100%}}.reports-page{padding:2rem;max-width:1600px;margin:0 auto}.reports-header{margin-bottom:2rem}.reports-header h1{margin:0;font-size:2rem;font-weight:600;color:#1a1a1a}.reports-header .page-subtitle{margin:.5rem 0 0;color:#666;font-size:.95rem}.reports-content{display:grid;grid-template-columns:1fr 2fr;gap:2rem}.report-generator{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:1.5rem;height:fit-content}.report-generator h2{margin:0 0 1.5rem;font-size:1.25rem;font-weight:600;color:#1a1a1a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.9rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group select,.form-group input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;background:#fff;transition:border-color .2s}.form-group select:focus,.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.checkbox-group{display:flex;flex-direction:column;gap:.75rem}.checkbox-item{display:flex;align-items:center;gap:.5rem}.checkbox-item input[type=checkbox]{width:18px;height:18px;cursor:pointer}.checkbox-item label{margin:0;font-size:.9rem;font-weight:400;cursor:pointer}.btn-generate{width:100%;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-generate:hover{background:#2563eb}.reports-display{display:flex;flex-direction:column;gap:2rem}.recent-reports{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:1.5rem}.recent-reports h2{margin:0 0 1.5rem;font-size:1.25rem;font-weight:600;color:#1a1a1a}.reports-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.report-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;transition:all .2s;cursor:pointer}.report-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-2px)}.report-icon{width:40px;height:40px;background:#3b82f6;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;margin-bottom:.75rem}.report-name{font-weight:600;color:#1a1a1a;margin-bottom:.25rem;font-size:.95rem}.report-meta{font-size:.8rem;color:#6b7280}.scheduled-reports{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:1.5rem}.scheduled-reports h2{margin:0 0 1.5rem;font-size:1.25rem;font-weight:600;color:#1a1a1a}.scheduled-list{display:flex;flex-direction:column;gap:1rem}.scheduled-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s}.scheduled-item:hover{background:#fff;border-color:#d1d5db}.scheduled-info{display:flex;flex-direction:column;gap:.25rem}.scheduled-name{font-weight:600;color:#1a1a1a;font-size:.95rem}.scheduled-details{font-size:.85rem;color:#6b7280}.scheduled-frequency{display:inline-flex;align-items:center;padding:.25rem .75rem;background:#dbeafe;color:#1e40af;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.scheduled-actions{display:flex;gap:.5rem}.btn-icon{padding:.5rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s;color:#6b7280}.btn-icon:hover{background:#f3f4f6;border-color:#9ca3af;color:#374151}.empty-state{text-align:center;padding:2rem;color:#9ca3af}@media (max-width: 1024px){.reports-content{grid-template-columns:1fr}.reports-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width: 768px){.reports-page{padding:1rem}.reports-grid{grid-template-columns:1fr}.scheduled-item{flex-direction:column;align-items:flex-start;gap:1rem}.scheduled-actions{width:100%;justify-content:flex-end}}.app{display:flex;flex-direction:column;min-height:100vh}.app-container{display:flex;flex:1}.main-content{flex:1;padding:2rem;overflow-y:auto}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--primary-hover: #1d4ed8;--secondary-color: #64748b;--success-color: #10b981;--warning-color: #f59e0b;--danger-color: #ef4444;--bg-color: #f8fafc;--card-bg: #ffffff;--text-primary: #1e293b;--text-secondary: #64748b;--border-color: #e2e8f0;--shadow: 0 1px 3px 0 rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-color);color:var(--text-primary)}#root{min-height:100vh}.btn-primary{background-color:var(--primary-color);color:#fff;border:none;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-primary:hover{background-color:var(--primary-hover)}.btn-secondary{background-color:transparent;color:var(--text-secondary);border:1px solid var(--border-color);padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary:hover{background-color:var(--bg-color);border-color:var(--secondary-color)}.btn-action{background-color:transparent;color:var(--primary-color);border:none;padding:.25rem .5rem;font-size:.875rem;cursor:pointer;transition:color .2s}.btn-action:hover{color:var(--primary-hover);text-decoration:underline}
