:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}body{margin:0;min-width:320px;min-height:100vh}.sidebar{width:260px;height:100vh;background-color:#0f172a;color:#e2e8f0;display:flex;flex-direction:column;border-right:1px solid #1e293b;position:fixed;left:0;top:0;z-index:50;transition:width .3s ease}.sidebar-header{padding:1.5rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid #1e293b}.logo-icon{background:linear-gradient(135deg,#3b82f6,#2563eb);width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:0 4px 6px -1px #0000001a}.logo-text{font-size:1.25rem;font-weight:700;letter-spacing:-.025em;color:#fff}.sidebar-nav{flex:1;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.5rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;width:100%;background:transparent;border:none;border-radius:8px;color:#94a3b8;cursor:pointer;transition:all .2s ease;font-size:.95rem;font-weight:500;position:relative;text-align:left}.nav-item:hover:not(.disabled){background-color:#1e293b;color:#fff}.nav-item.active{background-color:#1e293b;color:#3b82f6;font-weight:600}.nav-item.disabled{opacity:.4;cursor:not-allowed}.nav-icon{opacity:.7}.nav-item.active .nav-icon{opacity:1;color:#3b82f6}.active-indicator{position:absolute;right:0;top:50%;transform:translateY(-50%);width:3px;height:20px;background-color:#3b82f6;border-radius:4px 0 0 4px}.sidebar-footer{padding:1.5rem;border-top:1px solid #1e293b}.user-info{display:flex;align-items:center;gap:.75rem}.avatar{width:36px;height:36px;background-color:#334155;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;color:#fff}.user-details{display:flex;flex-direction:column}.username{font-size:.875rem;font-weight:600;color:#f1f5f9}.workspace{font-size:.75rem;color:#64748b}.dashboard-home{padding:1rem;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dash-header{margin-bottom:2rem}.dash-header h1{font-size:1.875rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.dash-subtitle{color:#64748b;font-size:1rem;margin:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2.5rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid #e2e8f0;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.stat-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.icon-wrapper{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center}.icon-wrapper.blue{background-color:#eff6ff;color:#3b82f6}.icon-wrapper.green{background-color:#f0fdf4;color:#22c55e}.icon-wrapper.purple{background-color:#f5f3ff;color:#8b5cf6}.icon-wrapper.orange{background-color:#fff7ed;color:#f97316}.stat-title{font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:2.25rem;font-weight:800;color:#0f172a;line-height:1;margin-bottom:.5rem}.stat-subtext{font-size:.875rem;color:#94a3b8}.charts-section{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}@media(max-width:1024px){.charts-section{grid-template-columns:1fr}}.chart-container{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;height:400px;display:flex;flex-direction:column}.chart-container h3,.quick-actions h3{font-size:1.1rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem}.chart-wrapper{flex:1;min-height:0}.quick-actions{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.action-list{display:flex;flex-direction:column;gap:1rem}.action-btn{display:flex;align-items:center;gap:1rem;width:100%;padding:1rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;cursor:pointer;transition:all .2s;text-align:left}.action-btn:hover{background:#fff;border-color:#cbd5e1;transform:translate(4px);box-shadow:0 2px 4px #0000000d}.action-icon{font-size:1.5rem}.action-text{display:flex;flex-direction:column}.action-text strong{color:#334155;font-size:.95rem}.action-text span{color:#64748b;font-size:.8rem}.campaigns-container{display:flex;flex-direction:column;gap:1.5rem}.header-actions{display:flex;justify-content:space-between;align-items:center}.header-actions h2{margin:0}.search-box{position:relative;width:300px}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8}.search-box input{width:100%;padding:.6rem 1rem .6rem 2.5rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;transition:border-color .2s}.search-box input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.table-responsive{overflow-x:auto;border-radius:8px;border:1px solid #e2e8f0}table{border:none;border-radius:0;box-shadow:none;white-space:nowrap}thead th{background:#f8fafc;position:sticky;top:0;z-index:10}.font-medium{font-weight:600;color:#1e293b}.text-muted{color:#94a3b8;font-size:.85rem}.status-pill{padding:2px 10px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:capitalize}.status-pill.active,.status-pill.completed{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.status-pill.draft,.status-pill.paused{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.cell-progress{min-width:120px}.progress-wrapper{display:flex;flex-direction:column;gap:4px}.progress-text{font-size:.75rem;font-weight:600;color:#475569}.progress-track{width:100%;height:6px;background:#f1f5f9;border-radius:3px;overflow:hidden}.progress-fill{height:100%;border-radius:3px}.bg-blue{background:#3b82f6}.bg-green{background:#22c55e}.templates-container{padding:0}.templates-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.templates-header h2{margin:0 0 .5rem}.subtitle{color:#6c757d;margin:0;font-size:.95rem}.view-toggle{display:flex;gap:.5rem;background:#f8f9fa;padding:.25rem;border-radius:8px}.view-toggle button{padding:.5rem 1rem;border:none;background:transparent;border-radius:6px;cursor:pointer;font-weight:500;color:#6c757d;transition:all .2s}.view-toggle button:hover{background:#e9ecef}.view-toggle button.active{background:#fff;color:#0d6efd;box-shadow:0 1px 3px #0000001a}.split-view{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;min-height:600px}.split-left{overflow-y:auto}.split-right{position:sticky;top:0;height:fit-content;max-height:calc(100vh - 250px);overflow-y:auto}.subject-cell{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.variant-badge{display:inline-block;padding:.25rem .5rem;background:#e7f5ff;color:#0c5aa0;border-radius:4px;font-weight:600;font-size:.85rem}.variant-badge.large{padding:.35rem .75rem;font-size:.95rem}.rate{padding:.25rem .5rem;border-radius:4px;font-weight:500;font-size:.9rem}.rate.good{background:#d4edda;color:#155724}.rate.medium{background:#fff3cd;color:#856404}.rate.low{background:#f8d7da;color:#721c24}.email-preview{background:#fff;border:1px solid #dee2e6;border-radius:8px;padding:1.5rem}.email-preview h3{margin:0 0 1rem}.empty-state{text-align:center;padding:3rem 2rem;color:#6c757d;font-size:1.1rem}.email-content{display:flex;flex-direction:column;gap:1rem}.email-meta{background:#f8f9fa;padding:1rem;border-radius:4px;font-size:.9rem;line-height:1.6}.email-meta div{margin-bottom:.5rem}.email-meta div:last-child{margin-bottom:0}.stats-row{display:flex;gap:1.5rem;padding-top:.5rem;border-top:1px solid #dee2e6}.email-body iframe{width:100%;min-height:400px;border:1px solid #dee2e6;border-radius:4px;background:#fff}.variant-comparison-view{padding-bottom:2rem}.sequence-group{margin-bottom:3rem}.sequence-group h3{margin:0 0 1.5rem;color:#495057;font-size:1.3rem}.comparison-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.variant-card{background:#fff;border:2px solid #dee2e6;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .2s}.variant-card:hover{border-color:#0d6efd;box-shadow:0 4px 12px #0d6efd26;transform:translateY(-2px)}.variant-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.winner-badge{opacity:0;font-size:.9rem;font-weight:600;color:#ffc107}.winner-badge.show{opacity:1}.variant-subject{font-size:1.05rem;font-weight:500;margin-bottom:1.5rem;color:#212529;line-height:1.4;min-height:3rem}.variant-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #dee2e6}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.85rem;color:#6c757d;font-weight:500}.stat-value{font-size:1.5rem;font-weight:700;color:#212529}.variant-rates{display:flex;gap:1rem}.rate-item{flex:1;display:flex;flex-direction:column;gap:.5rem}.rate-label{font-size:.85rem;color:#6c757d;font-weight:500}.preview-modal{position:fixed;inset:0;background:#000000b3;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem}.preview-modal-content{background:#fff;border-radius:12px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.preview-modal .close-btn{position:absolute;top:1rem;right:1rem;background:#f8f9fa;border:none;width:36px;height:36px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s}.preview-modal .close-btn:hover{background:#e9ecef;transform:scale(1.1)}.preview-modal .email-preview{border:none}@media(max-width:1200px){.split-view{grid-template-columns:1fr}.split-right{position:static;max-height:none}.comparison-grid{grid-template-columns:1fr}}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease-out}.modal-content-wide{background:#fff;width:90%;max-width:1200px;height:85vh;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;display:flex;overflow:hidden}.modal-sidebar{width:350px;background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;flex-shrink:0}.modal-header-simple{padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-header-simple h2{font-size:1.25rem;margin:0;color:#1e293b}.lead-profile{padding:1.5rem;display:flex;gap:1rem;align-items:flex-start;border-bottom:1px solid #e2e8f0;background:#fff}.profile-avatar{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;text-transform:uppercase}.profile-details h3{margin:0 0 .5rem;font-size:1rem;color:#0f172a}.detail-row{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#64748b;margin-bottom:.25rem}.timeline-scroll-area{flex:1;overflow-y:auto;padding:1.5rem}.timeline-list{display:flex;flex-direction:column;gap:0}.timeline-item{position:relative;padding-left:2rem;padding-bottom:2rem;cursor:pointer}.timeline-line{position:absolute;left:11px;top:24px;bottom:-10px;width:2px;background:#e2e8f0}.timeline-item:last-child .timeline-line{display:none}.timeline-dot{position:absolute;left:0;top:0;width:24px;height:24px;border-radius:50%;background:#fff;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;color:#cbd5e1;z-index:2;transition:all .2s}.status-sent .timeline-dot{border-color:#94a3b8;color:#94a3b8}.status-opened .timeline-dot{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.status-replied .timeline-dot{border-color:#22c55e;color:#22c55e;background:#f0fdf4}.status-bounced .timeline-dot{border-color:#ef4444;color:#ef4444;background:#fef2f2}.timeline-item.active .timeline-dot{transform:scale(1.2);box-shadow:0 0 0 4px #3b82f61a}.timeline-content-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem;transition:all .2s}.timeline-item:hover .timeline-content-wrapper{border-color:#cbd5e1;transform:translate(2px)}.timeline-item.active .timeline-content-wrapper{border-color:#3b82f6;box-shadow:0 4px 6px -1px #0000000d}.timeline-meta{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.75rem}.seq-badge{font-weight:600;color:#64748b;text-transform:uppercase}.date{color:#94a3b8}.timeline-subject{font-size:.9rem;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reply-indicator{margin-top:.5rem;font-size:.75rem;color:#166534;background:#dcfce7;padding:2px 6px;border-radius:4px;display:inline-flex;align-items:center;gap:4px}.bounce-indicator{margin-top:.5rem;font-size:.75rem;color:#991b1b;background:#fee2e2;padding:2px 6px;border-radius:4px;display:inline-flex;align-items:center;gap:4px}.modal-main{flex:1;display:flex;flex-direction:column;background:#fff}.modal-header-actions{height:64px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem}.preview-label{font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.close-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s}.close-btn:hover{background:#f1f5f9;color:#ef4444}.email-preview-container{flex:1;overflow:hidden;background:#f8fafc}.email-viewer{height:100%;display:flex;flex-direction:column;background:#fff}.email-meta-header{padding:1.5rem;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.5rem}.meta-row{display:flex;gap:1rem;font-size:.9rem}.meta-row .label{width:80px;color:#64748b;flex-shrink:0}.meta-row .value{color:#1e293b;font-weight:500}.meta-row .value.subject{font-weight:700;font-size:1.1rem}.meta-row .badge{background:#f1f5f9;padding:2px 8px;border-radius:4px;font-size:.8rem}.email-body-wrapper{flex:1;padding:2rem;overflow-y:auto;background:#fff}.email-iframe{width:100%;height:100%;border:none;display:block}.no-content-placeholder,.empty-selection{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#94a3b8;gap:1rem}.leads-container{display:flex;flex-direction:column;gap:1.5rem;height:100%}.actions-row{display:flex;gap:1rem}.btn-filter{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;transition:all .2s}.btn-filter:hover{background:#f8fafc;border-color:#cbd5e1}.contact-cell{display:flex;flex-direction:column}.contact-name{font-weight:600;color:#0f172a}.contact-email{font-size:.8rem;color:#64748b}.company-name{font-weight:500;color:#334155}.stats-mini{display:flex;gap:1rem;font-size:.85rem;color:#64748b}.badge-pill{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:6px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.badge-pill.replied{background:#dcfce7;color:#15803d;border:1px solid #86efac}.badge-pill.opened{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.badge-pill.sent{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.pagination-bar{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e2e8f0}.page-info{font-size:.9rem;color:#64748b}.page-info strong{color:#0f172a}.page-controls{display:flex;gap:.5rem}.btn-page{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:.9rem;color:#475569;transition:all .2s}.btn-page:hover:not(:disabled){background:#f8fafc;color:#0f172a;border-color:#cbd5e1}.btn-page:disabled{opacity:.5;cursor:not-allowed}.search h2{margin:0 0 1.5rem}.search-form{display:flex;gap:1rem;margin-bottom:2rem}.search-input{flex:1;padding:.75rem 1rem;border:2px solid #dee2e6;border-radius:4px;font-size:1rem}.search-input:focus{outline:none;border-color:#667eea}.search-form button{background:#667eea;color:#fff;border:none;padding:.75rem 2rem;border-radius:4px;cursor:pointer;font-size:1rem}.search-form button:hover:not(:disabled){background:#5568d3}.search-form button:disabled{background:#ccc;cursor:not-allowed}.search-results h3{margin-bottom:1rem}.no-results{text-align:center;padding:3rem;color:#6c757d;font-size:1.1rem}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.login-box{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:3rem;width:100%;max-width:420px;animation:slideUp .4s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:2rem}.logo-large{font-size:4rem;margin-bottom:1rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.login-header h1{margin:0 0 .5rem;font-size:2rem;color:#212529}.login-subtitle{color:#6c757d;margin:0;font-size:.95rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-error{background:#f8d7da;color:#721c24;padding:1rem;border-radius:8px;display:flex;align-items:center;gap:.5rem;font-size:.9rem;border:1px solid #f5c6cb}.error-icon{font-size:1.2rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#495057;font-size:.9rem}.form-group input{padding:.75rem 1rem;border:2px solid #dee2e6;border-radius:8px;font-size:1rem;transition:all .2s}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input::placeholder{color:#adb5bd}.login-button{padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.7;cursor:not-allowed}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.login-footer{margin-top:2rem;text-align:center}.login-footer p{color:#6c757d;font-size:.85rem;margin:0}@media(max-width:480px){.login-box{padding:2rem}.login-header h1{font-size:1.75rem}.logo-large{font-size:3rem}}:root{--primary: #3b82f6;--bg-body: #f8fafc;--text-main: #0f172a;--text-muted: #64748b;--border-color: #e2e8f0;--sidebar-width: 260px}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-body);color:var(--text-main);-webkit-font-smoothing:antialiased}*{box-sizing:border-box}.app-layout{display:flex;min-height:100vh}.main-content{margin-left:var(--sidebar-width);flex:1;display:flex;flex-direction:column;width:calc(100% - var(--sidebar-width))}.page-container{padding:2rem;max-width:1600px;margin:0 auto;width:100%;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.context-bar{background:#fff;border-bottom:1px solid var(--border-color);padding:.75rem 2rem;display:flex;align-items:center;gap:.75rem;font-size:.9rem;position:sticky;top:0;z-index:40;box-shadow:0 1px 2px #00000008}.context-label{color:var(--text-muted)}.context-value{color:var(--primary);font-weight:600}.clear-selection-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:1rem;padding:2px 6px;border-radius:4px}.clear-selection-btn:hover{background:#fee2e2;color:#ef4444}h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin-top:0;margin-bottom:1.5rem}button{font-family:inherit}table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a;border:1px solid var(--border-color)}thead{background:#f1f5f9}th{padding:1rem;text-align:left;font-weight:600;color:#475569;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-color)}td{padding:1rem;border-bottom:1px solid var(--border-color);color:#334155;font-size:.95rem}tr:last-child td{border-bottom:none}tr.clickable{cursor:pointer;transition:background-color .1s}tr.clickable:hover{background-color:#f8fafc}.status,.badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;display:inline-block}.status-active,.status-completed,.badge.replied{background-color:#dcfce7;color:#166534}.status-draft,.status-paused,.badge.no-reply{background-color:#f1f5f9;color:#475569}.loading{display:flex;justify-content:center;align-items:center;padding:4rem;color:var(--text-muted);font-size:1.1rem}.loading-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:var(--bg-body);gap:1rem}.spinner-large{width:50px;height:50px;border:4px solid rgba(59,130,246,.2);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
