*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f3f4f6;color:#111827}#root{min-height:100vh}:root{--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-primary-bg: #eff6ff;--color-accent: #2563eb;--accent: #2563eb;--accent-light: #dbeafe;--text-accent: #2563eb;--color-text: #111827;--text: #111827;--text-1: #111827;--text-2: #4b5563;--text-secondary: #4b5563;--color-muted: #6b7280;--text-muted: #6b7280;--muted: #6b7280;--color-surface: #ffffff;--surface: #ffffff;--surface-1: #ffffff;--bg: #ffffff;--color-surface-raised: #f8fafc;--surface-alt: #f8fafc;--bg-2: #f8fafc;--color-surface-hover: #f1f5f9;--color-border: #e5e7eb;--border: #e5e7eb;--color-border-subtle: #f1f5f9;--color-danger: #dc2626;--danger: #dc2626;--color-danger-bg: #fef2f2;--color-success: #16a34a;--color-warning: #b45309;--color-warning-bg: #fffbeb;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-pill: 999px;--shadow-1: 0 1px 2px rgba(15, 23, 42, .06);--shadow-2: 0 2px 8px rgba(15, 23, 42, .08);--shadow-3: 0 8px 28px rgba(15, 23, 42, .14);--z-nav: 100;--z-dropdown: 200;--z-drawer: 1000;--z-modal: 1200;--z-toast: 1400;--control-height: 38px}:where(button,a,select,[role=button],[tabindex]:not([tabindex="-1"])):focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius-sm)}:where(input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]),select){min-height:var(--control-height)}.dangerButton{background:var(--color-danger);color:#fff;border:1px solid var(--color-danger);border-radius:var(--radius-md);padding:8px 12px;font:inherit;cursor:pointer}.dangerButton:hover{background:#b91c1c;border-color:#b91c1c}.resultSummary{color:var(--color-muted);font-size:13px;margin:4px 2px 8px}a.secondaryButton,a.dangerButton{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.pageContent{padding:var(--space-5) var(--space-6)}.pageHeader{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);flex-wrap:wrap;margin-bottom:var(--space-4)}.pageTitle{margin:0;font-size:22px;font-weight:700;line-height:1.2;text-align:left}.muted{color:var(--color-muted);margin-bottom:12px;font-size:14px;line-height:1.45}.card{background:#fff;border:1px solid #d8dee7;border-radius:12px;padding:18px;margin-bottom:16px;box-shadow:0 2px 6px #0f172a0a}.card h2{margin:0 0 10px;font-size:17px}.toolCardLink{text-decoration:none;color:inherit;display:block}.toolCard{transition:border-color .15s ease,box-shadow .15s ease}.toolCardLink:hover .toolCard{border-color:#2563eb;box-shadow:0 4px 12px #0f172a14}.codeBlock{margin:0;padding:12px 14px;background:#0f172a;color:#e2e8f0;border-radius:8px;font-size:13px;line-height:1.45;overflow:auto;max-height:min(520px,70vh)}h1{margin:0 0 8px;font-size:26px;letter-spacing:-.02em}.uploadForm{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.filterBar{display:flex;gap:10px;margin-bottom:14px;flex-wrap:wrap;align-items:center}.filterBar input{min-width:320px;flex:1;border:1px solid #d1d5db;border-radius:8px;padding:10px}.campaignCreateForm{display:grid;gap:10px}.sendQueueFiltersCard{padding-top:12px;padding-bottom:12px}.sendQueueFiltersTitle{margin:0 0 8px;font-size:1rem}.sendQueueFilterPrimary{display:flex;flex-direction:column;gap:10px}.sendQueueFilterRow{display:flex;flex-wrap:wrap;gap:12px 16px;align-items:flex-end}.sendQueueFilterItem{display:flex;flex-direction:column;gap:4px;min-width:10rem;flex:1 1 10rem;max-width:16rem}.sendQueueFilterLabel{font-size:.78rem;font-weight:600;color:#4b5563;line-height:1.2}.sendQueueFilterItem select{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:6px 8px;font:inherit;font-size:.85rem;background:#fff}.sendQueueMoreFilters{margin-top:2px;font-size:.85rem}.sendQueueMoreFiltersSummary{cursor:pointer;color:#2563eb;-webkit-user-select:none;user-select:none;font-weight:500;list-style:none;display:inline-flex;align-items:center;gap:6px}.sendQueueMoreFiltersSummary::-webkit-details-marker{display:none}.sendQueueMoreFiltersSummary:before{content:"";display:inline-block;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid currentColor;transition:transform .15s ease}.sendQueueMoreFilters[open] .sendQueueMoreFiltersSummary:before{transform:rotate(180deg)}.sendQueueFilterMorePanel{margin-top:10px;padding-top:10px;border-top:1px solid #e5e7eb}.sendQueueSearchBar{margin-bottom:10px}.sendQueueSearchBar input{flex:1;min-width:200px}.campaignCreateForm input,.campaignCreateForm select,.campaignCreateForm textarea{border:1px solid #d1d5db;border-radius:8px;padding:10px;font:inherit;background:#fff}input:focus,select:focus,textarea:focus{outline:2px solid #bfdbfe;border-color:#2563eb}.assignGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:16px}.assignGrid select{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:8px}.assignGrid select[multiple]{min-height:12rem}.confirmDetailsList{display:grid;gap:10px;margin:16px 0}.confirmDetailsList>div{display:grid;grid-template-columns:minmax(140px,42%) 1fr;gap:8px 12px;align-items:baseline}.confirmDetailsList dt{margin:0;font-size:.875rem;color:#6b7280}.confirmDetailsList dd{margin:0;font-weight:600;color:#111827}.confirmDetailsHighlight dd{color:#1d4ed8}.confirmWarningBox{margin:12px 0 0;padding:12px 14px;border:1px solid #fcd34d;border-radius:8px;background:#fffbeb}.confirmWarningBox p{margin:0 0 8px}.confirmWarningBox p:last-child{margin-bottom:0}.confirmWarningBox ul{margin:0 0 8px 18px;padding:0}.confirmWarningBox li{margin-bottom:4px}.modalActionsImportAssign{flex-wrap:wrap;justify-content:space-between}.modalActionsImportAssign .secondaryButton:first-child{margin-right:auto}.analyticsFilters{margin-bottom:12px;overflow:visible}.analyticsFilterToolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap}.analyticsFilterFields{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px;flex:1 1 320px;min-width:0}.analyticsFilterFields>label{min-width:180px;flex:1 1 200px;max-width:320px}.analyticsFilterActions{flex:0 0 auto;display:flex;align-items:flex-end}.analyticsApplyButton{white-space:nowrap;min-height:38px}.datePresetSelect{position:relative;flex:0 1 auto}.datePresetButton{display:inline-flex;align-items:center;gap:6px;border:1px solid #86efac;background:#ecfdf5;color:#065f46;border-radius:8px;padding:9px 12px;font-size:.875rem;font-weight:600;cursor:pointer;white-space:nowrap}.datePresetButton:hover,.datePresetButtonOpen{background:#d1fae5;border-color:#4ade80}.datePresetButtonPrefix{color:#047857}.datePresetButtonValue{color:#064e3b}.datePresetChevron{font-size:12px;opacity:.8}.datePresetMenu{position:absolute;top:calc(100% + 6px);left:0;z-index:100;min-width:240px;max-height:min(70vh,520px);overflow:auto;border:1px solid #e2e8f0;border-radius:10px;background:#fff;box-shadow:0 12px 28px #0f172a24}.datePresetOptions{list-style:none;margin:0;padding:6px 0}.datePresetOption{display:flex;align-items:center;gap:8px;width:100%;border:none;background:transparent;text-align:left;padding:8px 14px;font-size:.875rem;color:#1e293b;cursor:pointer}.datePresetOption:hover,.datePresetOptionSelected{background:#f1f5f9}.datePresetOptionCheck{width:14px;color:var(--color-primary);font-weight:700}.datePresetCustom{border-top:1px solid #e2e8f0;padding:10px 14px 12px;display:grid;gap:8px}.datePresetCustomTitle{margin:0;font-size:.8125rem;font-weight:600;color:#475569}.datePresetCustom label{display:flex;flex-direction:column;gap:4px;font-size:.8125rem;color:#475569}.datePresetCustom input[type=date]{padding:7px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem}.datePresetCustomApply{justify-self:start;border:1px solid #d1d5db;background:#fff;color:#1e293b;border-radius:6px;padding:6px 10px;font-size:.8125rem;font-weight:600;cursor:pointer}.datePresetCustomApply:hover:not(:disabled){background:#f8fafc;color:#0f172a;border-color:#94a3b8}.imapHealthSummary{display:flex;flex-wrap:wrap;gap:10px 16px;align-items:center;margin-bottom:12px}.imapHealthStat{font-size:.875rem;color:#334155}.imapHealthStatError strong{color:#b91c1c}.imapHealthStatWarn strong{color:#b45309}.imapHealthBadge{display:inline-block;border-radius:999px;padding:3px 10px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.imapHealthBadge-healthy{background:#dcfce7;color:#166534}.imapHealthBadge-warning,.imapHealthBadge-stale{background:#fef3c7;color:#92400e}.imapHealthBadge-error,.imapHealthBadge-never_polled,.imapHealthBadge-not_configured{background:#fee2e2;color:#991b1b}.imapHealthBadge-disabled{background:#f1f5f9;color:#475569}.bounceDetectorBadge{display:inline-block;border-radius:999px;padding:3px 10px;font-size:.75rem;font-weight:700;white-space:nowrap}.bounceDetectorBadge-valid{background:#dcfce7;color:#166534}.bounceDetectorBadge-invalid{background:#fee2e2;color:#991b1b}.bounceDetectorBadge-risky{background:#fef3c7;color:#92400e}.bounceDetectorBadge-unknown{background:#f1f5f9;color:#475569}.imapHealthErrorCell{max-width:280px;font-size:.8125rem;color:#b91c1c;word-break:break-word}.analyticsFilterFields label{display:flex;flex-direction:column;gap:6px;font-size:.875rem;color:#475569}.analyticsFilterFields select{min-height:38px;padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;background:#fff}.analyticsBounceAlert{margin:0 0 16px;padding:14px 16px;border:1px solid #fecaca;border-radius:10px;background:#fef2f2;color:#7f1d1d}.analyticsBounceAlert strong{display:block;margin-bottom:6px;font-size:.9375rem}.analyticsBounceAlert p{margin:0;font-size:.875rem;line-height:1.45}.analyticsBounceAlertList{margin-top:8px!important;font-size:.8125rem!important;color:#991b1b}.analyticsTabBounceBadge{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;margin-left:6px;padding:0 6px;border-radius:999px;background:#fecaca;color:#991b1b;font-size:.6875rem;font-weight:700;line-height:1.4;vertical-align:middle}.analyticsHighBounceRow{background:#fef2f2}.analyticsHighBounceRow:hover{background:#fee2e2}.analyticsHighBounceCell{font-weight:700;color:#b91c1c}.analyticsStatCardHighBounce{border:1px solid #fecaca;background:#fef2f2}.analyticsStatCardHighBounce strong,.analyticsStatCardHighBounce div{color:#991b1b}.analyticsTabs{display:flex;gap:8px;margin:0 0 16px}.tabButton{border:1px solid #d1d5db;background:#fff;color:#334155;border-radius:8px;padding:8px 14px;cursor:pointer;font-weight:600}.tabButton.active{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.analyticsChart{display:flex;align-items:flex-end;gap:6px;min-height:180px;padding:12px 4px 0;overflow-x:auto}.analyticsChartColumn{display:flex;flex-direction:column;align-items:center;min-width:36px;flex:1}.analyticsChartBars{display:flex;align-items:flex-end;gap:3px;height:140px;width:100%;justify-content:center}.analyticsBar{width:10px;min-height:2px;border-radius:4px 4px 0 0}.analyticsBarSent{background:#3b82f6}.analyticsBarReplied{background:#10b981}.analyticsChartLabel{margin-top:6px;font-size:.7rem;color:#64748b}.analyticsChartLegend{display:flex;gap:16px;margin-top:8px}.analyticsLegendSent:before,.analyticsLegendReplied:before{content:"";display:inline-block;width:10px;height:10px;border-radius:2px;margin-right:6px;vertical-align:middle}.analyticsLegendSent:before{background:#3b82f6}.analyticsLegendReplied:before{background:#10b981}table tr.selectedRow{background:#eff6ff}table tbody tr.clickableRow{cursor:pointer}.statsGrid{margin-top:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.statCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px;font-size:14px}.statCard strong{display:block;color:#334155;margin-bottom:6px}.statCard div{font-size:20px;font-weight:700;color:#0f172a}.rowActions{display:flex;gap:8px;flex-wrap:wrap}.sendQueueRowActions{gap:4px;flex-wrap:nowrap}.sendQueueRowActions .iconButtonSm{min-width:30px;padding:4px 6px}.inlineControl{display:inline-flex;align-items:center;gap:6px;font-size:14px}.stackedFormField{display:flex;flex-direction:column;align-items:stretch;gap:6px;margin-top:4px;font-size:14px}.stackedFormField>.fieldLabel{font-weight:700;color:#334155;line-height:1.35}.inlineControl select{border:1px solid #d1d5db;border-radius:6px;padding:6px}.checkboxControl{-webkit-user-select:none;user-select:none}button{border:1px solid transparent;border-radius:8px;padding:9px 13px;background:#2563eb;color:#fff;cursor:pointer;font-weight:600;font-size:13px;line-height:1.2;transition:background-color .15s ease,border-color .15s ease,color .15s ease}button:hover:not(:disabled){background:#1d4ed8}button:disabled{opacity:.65;cursor:not-allowed}.secondaryButton{background:#fff;color:#334155;border-color:#cbd5e1;margin-bottom:0}.secondaryButton:hover:not(:disabled){background:#f8fafc;color:#0f172a}.mappingPanel{margin-top:14px;border-top:1px solid #e5e7eb;padding-top:14px}.mappingPanel h3{margin:0;font-size:16px}.mappingGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px 14px}.mappingRow{display:flex;flex-direction:column;gap:4px}.mappingRow span{font-size:13px}.mappingRow select{border:1px solid #d1d5db;border-radius:6px;padding:8px}.error{color:#b91c1c}.tableWrap{overflow-x:auto}.stickyHead{overflow:auto;max-height:calc(100vh - 240px)}.stickyHead thead th{position:sticky;top:0;z-index:2;background:var(--bg-1, #fff)}@media (prefers-color-scheme: dark){.stickyHead thead th{background:var(--bg-1, #1e1e1e)}}.leadsTableWrap{margin-top:12px}.leadsWideTable{min-width:1400px;font-size:.9rem}.leadsWideTable th,.leadsWideTable td{white-space:nowrap;padding:8px 10px}.leadsWideTable td:nth-child(6),.leadsWideTable td:nth-child(7){max-width:180px;overflow:hidden;text-overflow:ellipsis}tr.selectedRow td{background:#2563eb14}.uniboxCompactTable table{table-layout:fixed;width:100%}.uniboxCompactTable th,.uniboxCompactTable td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-top:6px;padding-bottom:6px;vertical-align:middle}.uniboxRowUnread td{font-weight:600}.uniboxRowUnread .uniboxSubjectLink{font-weight:700}.uniboxSortHeader{background:none;border:none;padding:0;margin:0;font:inherit;font-weight:600;color:inherit;cursor:pointer;text-align:left}.uniboxSortHeader:hover{color:#2563eb}.uniboxIconButton{min-width:30px;height:28px;line-height:1;padding:4px 6px}.emailPreviewBody{margin-top:8px;border:1px solid #d1d5db;border-radius:8px;padding:12px;background:#fafafa;white-space:pre-wrap;max-height:55vh;overflow:auto}.uniboxMetaGrid{margin-top:8px;display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:6px 14px}.uniboxMetaGrid p{margin:0}.uniboxModalActions{display:inline-flex;gap:8px;align-items:center;flex-wrap:wrap}.uniboxInlineIcon{min-width:28px;height:26px;padding:2px 6px;line-height:1;margin-left:6px}.uniboxSubjectCell{white-space:normal;max-width:240px;vertical-align:middle}.uniboxSubjectLink{display:block;width:100%;max-width:100%;overflow:hidden;text-overflow:ellipsis;text-align:left;background:none;border:none;padding:0;margin:0;font:inherit;color:#2563eb;cursor:pointer;text-decoration:underline}.uniboxSubjectLink:hover{color:#1d4ed8}.uniboxThreadModal .modalHeader{flex-wrap:wrap;gap:8px}.uniboxThreadScroll{margin-top:12px;max-height:min(52vh,520px);overflow-y:auto;border:1px solid #d1d5db;border-radius:8px;padding:12px;background:#f9fafb}.uniboxThreadItem{margin-bottom:14px;padding:12px 12px 12px 14px;border-radius:8px;background:#fff;border:1px solid #e5e7eb}.uniboxThreadItem:last-child{margin-bottom:0}.uniboxThreadOutbound{border-left:4px solid #2563eb}.uniboxThreadInbound{border-left:4px solid #64748b}.uniboxThreadAnchor{box-shadow:0 0 0 2px #2563eb40}.uniboxThreadItemHeader{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px}.uniboxThreadBadge{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:3px 8px;border-radius:999px;background:#e0e7ff;color:#3730a3}.uniboxThreadInbound .uniboxThreadBadge{background:#e2e8f0;color:#334155}.uniboxThreadMeta{font-size:12px}.uniboxThreadFrom,.uniboxThreadSubject{margin:4px 0;font-size:13px}.uniboxThreadBody{margin-top:8px;font-size:13px;line-height:1.45;white-space:pre-wrap;word-break:break-word}.statusBadge{display:inline-flex;align-items:center;justify-content:center;min-width:82px;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;letter-spacing:.01em;border:1px solid transparent}.statusPending{color:#1d4ed8;background:#dbeafe;border-color:#bfdbfe}.statusSuccess{color:#166534;background:#dcfce7;border-color:#bbf7d0}.statusFailed{color:#991b1b;background:#fee2e2;border-color:#fecaca}.statusSkipped{color:#6b7280;background:#f3f4f6;border-color:#e5e7eb}.paginationBar{display:flex;justify-content:space-between;align-items:center;margin-top:10px;gap:12px;flex-wrap:wrap;color:#475569;font-size:13px}.paginationBar label{display:inline-flex;align-items:center;gap:6px}.paginationBar select{border:1px solid #d1d5db;border-radius:6px;padding:6px}.pageButtons{display:flex;gap:8px;flex-wrap:wrap}.importErrorsPanel{margin-top:14px;border-top:1px solid #e5e7eb;padding-top:12px}.importErrorsHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.modalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:1200;padding:20px}.modalCard{background:#fff;border-radius:10px;border:1px solid #d8dee7;box-shadow:0 14px 38px #0f172a33;width:100%;max-height:90vh;overflow:auto;padding:16px}.modalCardSmall{max-width:520px}.modalCardWide{max-width:1120px}.modalHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.modalHeader h3{margin:0}.iconButton{padding:6px 10px;background:#e5e7eb;color:#111827}.iconButton.iconButtonSm{min-width:36px;padding:6px 8px;display:inline-flex;align-items:center;justify-content:center;line-height:1}.iconButton.iconButtonSm svg{display:block}.iconButton.iconButtonDangerSubtle{background:transparent;color:#b91c1c;border:1px solid #fecaca}.iconButton.iconButtonDangerSubtle:hover:not(:disabled){background:#fef2f2;color:#991b1b}.iconButton.iconButtonDangerSubtle:disabled{opacity:.45}.campaignCreateStrip{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.campaignCreateStrip input[type=text]{flex:1 1 220px;min-width:180px}.campaignListToolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:16px;margin-bottom:14px}.campaignToolbarField{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#475569}.campaignToolbarField input,.campaignToolbarField select{min-width:200px}.campaignTagChips{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.campaignTagChip{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;background:#e2e8f0;color:#334155;font-size:12px;line-height:1.4}.campaignTagChip button{border:none;background:transparent;color:#64748b;cursor:pointer;padding:0 2px;font-size:14px;line-height:1}.campaignTagChip button:hover{color:#0f172a}.campaignTagEditor{display:flex;flex-direction:column;gap:8px;max-width:520px}.campaignTagEditor input[type=text]{width:100%}.campaignDetailHeader{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.campaignDetailHeader h2{margin:0 0 6px}.campaignSettingsToggle{display:inline-flex;align-items:center;gap:8px;margin-top:4px;margin-bottom:8px}.campaignDetailSections{display:flex;flex-direction:column;gap:16px}.campaignDetailStepsSection{order:1}.campaignDetailAssignSection{order:2}.campaignDetailJobsSection{order:3}.campaignAssignedLeadsDetails>summary{cursor:pointer;font-weight:600;color:#0f172a}.helpPanel{border-top:1px solid #e5e7eb;padding-top:16px;margin-top:4px}.helpPanel h3{margin:0 0 8px;font-size:15px;color:#0f172a}.helpPanel h3:not(:first-child){margin-top:20px}.helpPanelList{margin:0 0 12px;padding-left:20px;color:#475569;font-size:14px;line-height:1.55}.helpPanelList li{margin-bottom:6px}.helpPanelTableWrap{margin-bottom:12px}.helpPanelTable{font-size:13px}.helpPanelTable th,.helpPanelTable td{vertical-align:top}.cadencePolicyExpandRow td{background:#f8fafc;border-top:none;padding-top:0}.cadencePolicyPanel{padding:12px 0 4px}.editorTopRow{display:grid;grid-template-columns:2fr 1fr;gap:10px;margin-bottom:10px}.stepSeoAhrefsRow{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:12px 16px;align-items:flex-end;padding:10px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.stepSeoAhrefsRow label{display:flex;flex-direction:column;gap:4px;font-size:12px;font-weight:600;color:#475569;min-width:10rem}.stepSeoAhrefsRow select{border:1px solid #d1d5db;border-radius:8px;padding:8px 10px;font:inherit;min-width:12rem}.editorMetaRow{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:10px;margin-bottom:10px}.editorMetaRow label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#475569}.editorTopRow input,.editorTopRow select,.editorMetaRow input,.editorMetaRow select{border:1px solid #d1d5db;border-radius:8px;padding:10px;font:inherit}.editorPane{display:grid;grid-template-columns:1.1fr .9fr;gap:12px}.editorColumn textarea{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:10px;font:inherit;resize:vertical}.richToolbar{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.richToolbar button{padding:6px 10px;background:#f3f4f6;color:#111827;border:1px solid #d1d5db}.richToolbarSecondary button{background:#eef2ff}.previewColumn{border:1px solid #d1d5db;border-radius:8px;padding:10px;background:#fafafa}.previewColumn h4{margin-top:0;margin-bottom:8px}.previewHeader{display:flex;justify-content:space-between;align-items:center;gap:8px}.previewHeader .secondaryButton{margin-bottom:0;padding:6px 10px;font-size:12px}.previewLeadNav{display:flex;align-items:center;gap:8px;margin:8px 0 10px;flex-wrap:wrap}.previewLeadNav span{flex:1;min-width:120px;font-size:13px;line-height:1.35}.previewSubject{margin:0 0 10px;font-weight:600}.previewBody{font-size:14px;line-height:1.5}.modalActions{margin-top:12px;display:flex;justify-content:flex-end;gap:8px}.modalActions .secondaryButton{margin-bottom:0}@media (max-width: 980px){.editorMetaRow{grid-template-columns:1fr 1fr}.editorPane{grid-template-columns:1fr}}.appShell{min-height:100vh;display:flex;background:linear-gradient(180deg,#f6f8fc,#f1f5f9)}.sidebar{width:320px;background:#0f172a;color:#f9fafb;padding:20px 14px;display:flex;flex-direction:column;gap:12px;border-right:1px solid #1e293b}.brand{display:flex;align-items:center;justify-content:center;padding:26px 6px 30px;border-bottom:1px solid #1e293b;margin-bottom:6px;overflow:hidden}.brandLogo{width:300px;height:78px;border-radius:8px;object-fit:contain;background:transparent;transform:scale(2);transform-origin:center;pointer-events:none}.sidebar nav{display:flex;flex-direction:column;gap:4px}.navItem{color:#cbd5e1;text-decoration:none;padding:9px 10px;border-radius:8px;display:flex;align-items:center;font-size:14px;border:1px solid transparent}.navItem:hover{background:#16233a;color:#fff;border-color:#23324a}.navItem.active{background:#1d4ed8;color:#fff;border-color:#2563eb}.topbar{height:60px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 20px;background:#fff}.topbar h1{font-size:16px;font-weight:700;color:#0f172a;margin:0}.topbarIcon{width:28px;height:28px;border-radius:8px}.menuToggle{display:none;margin-right:10px;background:#111827}.mobileOverlay{display:none}.container{max-width:1100px;margin:0 auto}.loginCard{max-width:500px;margin:52px auto}.loginLogoWrap{display:flex;justify-content:center;margin-bottom:12px}.loginLogo{width:270px;max-width:100%;height:auto;object-fit:contain}@media (max-width: 1100px){.container{max-width:100%}}@media (max-width: 900px){.sidebar{position:fixed;top:0;left:0;height:100vh;transform:translate(-100%);transition:transform .2s ease-in-out;z-index:1001}.sidebar.open{transform:translate(0)}.menuToggle{display:inline-flex;align-items:center;justify-content:center;padding:8px 10px}.mobileOverlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#11182773;border:0;z-index:1000}.contentArea{padding:14px}.loginCard{margin:28px auto}.card{padding:14px;margin-bottom:12px}h1{font-size:22px}.topbar{height:56px;padding:0 12px}.topbar h1{font-size:14px}.brand{justify-content:flex-start;padding:20px 6px 24px}.brandLogo{width:220px;height:58px;transform:scale(1.7)}.topbarIcon{width:24px;height:24px;border-radius:6px}.filterBar input{min-width:0;width:100%}.paginationBar{align-items:flex-start;flex-direction:column;gap:8px}.pageButtons{width:100%}.pageButtons button{flex:1}.rowActions{gap:6px}.rowActions button{flex:1 1 120px}}table{width:100%;border-collapse:collapse;font-size:14px;background:#fff}th,td{text-align:left;border-bottom:1px solid #e5e7eb;padding:9px 8px}th{background:#f8fafc;font-weight:600;color:#334155}.sortableTh{padding:0;vertical-align:middle}.sortableThButton{display:flex;align-items:center;justify-content:space-between;gap:6px;width:100%;min-height:100%;padding:9px 8px;border:none;background:transparent;font:inherit;font-weight:inherit;color:inherit;text-align:left;cursor:pointer}.sortableThButton:hover{background:#eef2f7}.sortableThButtonActive{color:#1d4ed8}.sortableThIcon{flex-shrink:0;font-size:11px;line-height:1;opacity:.55}.sortableThButtonActive .sortableThIcon{opacity:1}@media (max-width: 640px){.muted{font-size:13px}.campaignCreateForm{gap:8px}.campaignCreateForm input,.campaignCreateForm select,.campaignCreateForm textarea{padding:9px;font-size:14px}button{padding:8px 10px;font-size:12px}.tableWrap{border:1px solid #e2e8f0;border-radius:8px}table{font-size:12px}th,td{padding:8px 6px;white-space:nowrap}.modalOverlay{padding:8px}.modalCard{padding:12px;max-height:94vh}.modalActions{width:100%;justify-content:stretch}.modalActions button{flex:1}.editorMetaRow{grid-template-columns:1fr;gap:8px}.editorTopRow{grid-template-columns:1fr}.previewHeader{flex-direction:column;align-items:flex-start}.loginLogo{width:210px}}@media (max-width: 760px){.mobileStackTable table,.mobileStackTable thead,.mobileStackTable tbody,.mobileStackTable th,.mobileStackTable td,.mobileStackTable tr{display:block}.mobileStackTable thead{display:none}.mobileStackTable tr{border-bottom:1px solid #e2e8f0;padding:8px 0}.mobileStackTable td{border:0;display:grid;grid-template-columns:112px 1fr;align-items:start;gap:8px;padding:6px 8px;white-space:normal}.mobileStackTable td:before{content:attr(data-label);font-weight:700;color:#475569;font-size:12px}.mobileStackTable .rowActions{justify-content:flex-start}.uniboxMetaGrid{grid-template-columns:1fr}}.uniboxSearchBar{margin-bottom:6px}.uniboxThreadFindBar{margin:12px 0 8px}.uniboxThreadFindBar input{min-width:200px}.uniboxThreadFindSummary{white-space:nowrap;font-size:13px}.appShell{min-height:100vh;background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.mainArea{flex:1;display:flex;flex-direction:column;min-width:0}.topbarSalesloft{height:64px;border-bottom:1px solid #1e293b;display:flex;align-items:center;justify-content:space-between;padding:0 14px 0 20px;background:#10141d;color:#e2e8f0;gap:14px}.topbarLeft{display:flex;align-items:center;min-width:0;gap:20px}.topBrand{display:inline-flex;align-items:center;flex-shrink:0;text-decoration:none;padding-right:4px}.topBrandLogo{height:54px;width:auto;max-width:280px;object-fit:contain;display:block}.topNav{display:flex;align-items:stretch;height:64px;gap:0}.topNavItem{display:inline-flex;align-items:center;height:100%;color:#94a3b8;text-decoration:none;padding:0 16px;border-radius:0;font-size:14px;font-weight:500;border:none;background:transparent;transition:color .12s ease,background .12s ease}.topNavItem:hover,.topNavItem.open{color:#f8fafc;background:#1e2430}.topNavItem.active{color:#fff;background:#1e2430}.topNavItem.sectionActive{color:#e2e8f0}.topNavItem.sectionActive.open,.topNavDropdown.open .topNavItem.sectionActive{color:#fff;background:#1e2430}.topNavDropdown{position:relative;display:flex;align-items:stretch;height:100%}.topNavDropdownButton{cursor:default;display:inline-flex;align-items:center;gap:4px;font:inherit}.topNavCaret{font-size:10px;opacity:.75;line-height:1}.topNavDropdownMenu{position:absolute;top:100%;left:0;z-index:60;min-width:200px;background:#10141d;border:none;border-radius:0 0 4px 4px;box-shadow:0 10px 24px #00000059;padding:6px 0 8px}.topNavDropdownMenuHover:before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px}.topNavDropdownItem{display:block;padding:10px 18px;color:#cbd5e1;text-decoration:none;font-size:14px;font-weight:500}.topNavDropdownItem:hover{background:#1e2430;color:#fff}.topNavDropdownItem.active{color:#fff;background:transparent;font-weight:600}.topbarRight{display:inline-flex;align-items:center;gap:10px}.topbarRoleTag{font-size:11px;font-weight:600;letter-spacing:.02em;color:#cbd5e1;background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:3px 9px;white-space:nowrap}.topNavProfileRole{font-size:12px;font-weight:600;color:var(--accent, #6d28d9)}.topbarIconButton{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid #334155;background:#1e293b;color:#cbd5e1;text-decoration:none}.topbarIconButton:hover{background:#334155;color:#fff}.topbarIconButton.active{background:#1e2430;border-color:#334155;color:#fff}.topbarProfileButton{width:36px;height:36px;border-radius:50%;border:1px solid #334155;background:#334155;color:#f8fafc;font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1;text-align:center;overflow:hidden}.topbarProfileButton img{width:100%;height:100%;object-fit:cover;border-radius:50%}.topbarProfileButton:hover{background:#475569}.topNavProfileMenu{right:0;left:auto;min-width:220px}.topNavProfileMeta{padding:10px 14px 8px;border-bottom:1px solid #334155;margin-bottom:4px}.topNavProfileMeta strong{display:block;color:#f8fafc;font-size:14px;margin-bottom:2px}.topNavProfileMeta span{display:block;color:#94a3b8;font-size:12px;word-break:break-all}.topNavDropdownMenu button.topNavDropdownItem{width:100%;text-align:left;border:none;background:none;cursor:pointer;font:inherit}.contentAreaFlush{padding:0}.topbarSalesloft .secondaryButton{background:#1e293b;color:#e2e8f0;border-color:#334155}.topbarSalesloft .secondaryButton:hover:not(:disabled){background:#334155;color:#fff}.contentArea{padding:18px}.container{max-width:1320px;margin:0 auto}@media (max-width: 980px){.topNav{overflow-x:auto;max-width:62vw;padding-bottom:2px}}.rhythmPage{margin:-4px 0 24px}.rhythmTopGrid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:16px;margin-bottom:16px}.rhythmWelcomeCard,.rhythmChartCard,.rhythmTasksPanel,.rhythmFeedPanel{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:18px 20px;box-shadow:0 1px 3px #0f172a0f}.rhythmWelcomeTitle{margin:0 0 4px;font-size:1.35rem;font-weight:600;color:#1e293b}.rhythmWelcomeSub{margin:0 0 14px;font-size:.9rem;color:#64748b}.rhythmTaskPills{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.rhythmPill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;font-size:.85rem;color:#475569}.rhythmPillActive{border-color:#86efac;background:#f0fdf4;color:#166534}.rhythmPillIcon{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;border-radius:4px;font-size:11px}.rhythmPillIconEmail{background:#ede9fe;color:#6d28d9}.rhythmPillIconCall{background:#dbeafe;color:#1d4ed8}.rhythmPillIconOther{background:#f1f5f9;color:#64748b}.rhythmPillIconGeneral{background:#f1f5f9;color:#94a3b8}.rhythmProgressRow{display:flex;align-items:center;gap:16px}.rhythmProgressRing{width:72px;height:72px;border-radius:50%;background:conic-gradient(#22c55e var(--pct),#e2e8f0 0);display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:#166534;position:relative}.rhythmProgressRing:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:50%;background:#fff}.rhythmProgressRing span,.rhythmProgressRing small{position:relative;z-index:1;line-height:1.1}.rhythmProgressRing small{font-size:.65rem;font-weight:500;color:#64748b}.rhythmProgressMeta{display:flex;flex-direction:column;gap:4px;font-size:.9rem}.rhythmChartCard h3{margin:0 0 2px;font-size:1rem;font-weight:600}.rhythmChartSub{margin:0 0 12px!important;font-size:.8rem}.rhythmBarList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.rhythmBarList li{display:grid;grid-template-columns:1fr 2fr auto;gap:8px;align-items:center;font-size:.8rem}.rhythmBarLabel{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#334155}.rhythmBarTrack{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.rhythmBarFill{height:100%;border-radius:4px;min-width:4px}.rhythmBarFillPurple{background:linear-gradient(90deg,#a78bfa,#7c3aed)}.rhythmBarFillGreen{background:linear-gradient(90deg,#4ade80,#16a34a)}.rhythmBarFillTeal{background:linear-gradient(90deg,#2dd4bf,#0d9488)}.rhythmBarValue{font-weight:600;color:#475569;min-width:1.5rem;text-align:right}.rhythmMainGrid{display:grid;grid-template-columns:1fr 280px;gap:16px;align-items:start}.rhythmTabs{display:flex;gap:0;align-items:center;border-bottom:1px solid #e2e8f0;margin:-4px -20px 0;padding:0 20px}.rhythmTabsRight{margin-left:auto;position:relative}.rhythmSortButton{border:1px solid #e2e8f0;background:#fff;border-radius:6px;padding:8px 12px;font-size:.85rem;cursor:pointer;color:#475569}.rhythmSortButton:hover{border-color:var(--color-primary);color:var(--color-primary)}.rhythmSortMenu{position:absolute;right:0;top:calc(100% + 6px);z-index:30;min-width:220px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #0f172a1f;padding:8px 0}.rhythmSortMenuTitle{margin:0;padding:6px 14px 8px;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.rhythmSortOption{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:0 8px;width:100%;text-align:left;border:none;background:none;padding:10px 14px;cursor:pointer}.rhythmSortOption:hover,.rhythmSortOption.active{background:var(--color-primary-bg)}.rhythmSortOptionLabel{font-weight:600;font-size:.88rem;color:#1e293b}.rhythmSortOptionHint{grid-column:1;font-size:.78rem;color:#64748b}.rhythmSortCheck{grid-row:1 / span 2;color:var(--color-primary);font-weight:700}.rhythmSortActive{margin:0 0 8px;font-size:.8rem}.rhythmTab{padding:12px 20px;font-size:.95rem;font-weight:500;color:#64748b;background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-1px;cursor:pointer;text-decoration:none}.rhythmTab:hover{color:#334155}.rhythmTab.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.rhythmTabDisabled{opacity:.45;cursor:not-allowed}.rhythmFilterBar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:14px 0;border-bottom:1px solid #f1f5f9}.rhythmFilterChip{padding:6px 12px;border-radius:6px;border:1px solid #e2e8f0;font-size:.8rem;color:#64748b;background:#fff}.rhythmFilterChip.active,.rhythmFilterChipBtn.active{border-color:var(--color-primary);background:var(--color-primary-bg);color:var(--color-primary);font-weight:500}.rhythmFilterChipBtn{cursor:pointer;display:inline-flex;align-items:center;gap:6px}.rhythmChipX{font-size:1rem;line-height:1;opacity:.7}.rhythmFilterDropdown{position:relative}.rhythmFilterSelect{border:1px solid #e2e8f0;background:#fff;border-radius:6px;padding:6px 12px;font-size:.8rem;color:#475569;cursor:pointer;white-space:nowrap}.rhythmFilterSelect:hover{border-color:#cbd5e1}.rhythmFilterMenu{position:absolute;top:calc(100% + 4px);left:0;z-index:25;min-width:180px;max-height:240px;overflow-y:auto;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 6px 20px #0f172a1a;padding:4px 0}.rhythmFilterMenuScroll{max-height:280px}.rhythmFilterMenu button{display:block;width:100%;text-align:left;border:none;background:none;padding:8px 12px;font-size:.85rem;cursor:pointer;color:#334155}.rhythmFilterMenu button:hover{background:#f8fafc}.rhythmTaskSection{margin-bottom:20px}.rhythmTaskSectionHeader{display:flex;align-items:baseline;justify-content:space-between;padding:12px 0 8px;border-bottom:2px solid #e2e8f0;margin-bottom:4px}.rhythmTaskSectionHeader h3{margin:0;font-size:1rem;font-weight:600;color:#1e293b}.rhythmTaskSectionHeader+.rhythmTaskList .rhythmTaskRow:first-child{border-top:none}.rhythmSearch{flex:1;min-width:160px;border:1px solid #d1d5db;border-radius:6px;padding:8px 10px;font-size:.85rem}.rhythmTaskListHeader{display:flex;justify-content:space-between;align-items:center;padding:12px 0 8px;font-weight:600;font-size:.9rem}.rhythmTaskList{list-style:none;margin:0;padding:0}.rhythmTaskRow{display:grid;grid-template-columns:40px 1.4fr 1.2fr auto auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid #f1f5f9}.rhythmTaskRow:hover{background:#fafafa;margin:0 -12px;padding-left:12px;padding-right:12px}.rhythmTaskIcon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px}.rhythmTaskIconEmail{background:#ede9fe;color:#6d28d9}.rhythmTaskIconCall{background:#dbeafe;color:#1d4ed8;font-size:14px}.rhythmTaskIconLinkedin{background:#e0f2fe;color:#0369a1;font-size:11px;font-weight:700}.rhythmTaskIconResearch{background:#f1f5f9;color:#475569}.rhythmTaskDueTime{display:block;font-size:.75rem;font-weight:400}.rhythmTaskActionBtn{border:none;background:none;cursor:not-allowed;opacity:.5}.rhythmBarFillRed{background:linear-gradient(90deg,#fca5a5,#dc2626)}.rhythmTaskTitle{font-weight:600;font-size:.92rem;color:#1e293b}.rhythmTaskMeta{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px;font-size:.78rem;color:#64748b}.rhythmStepBadge{background:#f1f5f9;padding:2px 6px;border-radius:4px}.rhythmTaskContact{display:flex;flex-direction:column;gap:2px;font-size:.85rem}.rhythmTaskDue{font-size:.85rem;font-weight:500;color:#475569;white-space:nowrap}.rhythmTaskDue.overdue{color:#dc2626}.rhythmTaskAction{font-size:.85rem;font-weight:500;color:var(--color-primary);text-decoration:none;white-space:nowrap}.rhythmTaskAction:hover{text-decoration:underline}.rhythmTaskActions{display:flex;align-items:center;gap:4px;white-space:nowrap}.rhythmActionWrap{position:relative;display:inline-flex}.rhythmIconBtn{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;background:#fff;border-radius:6px;cursor:pointer;font-size:.9rem;line-height:1;color:#475569;padding:0;transition:background .12s,border-color .12s,color .12s}.rhythmIconBtn:hover{background:#f8fafc;border-color:#cbd5e1}.rhythmIconDanger:hover{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.rhythmIconRun{color:#fff;background:var(--color-primary);border-color:var(--color-primary)}.rhythmIconRun:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover);color:#fff}.rhythmReschedulePopover{position:absolute;top:calc(100% + 6px);right:0;z-index:30;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 28px #00000029;padding:12px;display:flex;flex-direction:column;gap:8px;width:240px}.rhythmRescheduleLabel{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.rhythmReschedulePopover input{border:1px solid #e2e8f0;border-radius:6px;padding:7px 8px;font-size:.85rem;width:100%;box-sizing:border-box}.rhythmRescheduleActions{display:flex;justify-content:flex-end;gap:8px}.rhythmEmpty{padding:24px 0}.rhythmFeedPanel{position:sticky;top:12px}.rhythmFeedTabs{display:flex;gap:16px;border-bottom:1px solid #e2e8f0;padding-bottom:8px;margin-bottom:8px}.rhythmFeedTab{font-size:.9rem;font-weight:500;color:#64748b;background:none;border:none;cursor:pointer;padding:0}.rhythmFeedTab.active{color:var(--color-primary);border-bottom:2px solid var(--color-primary);padding-bottom:6px;margin-bottom:-8px}.rhythmFeedTabDisabled{opacity:.4}.rhythmMeetingDot{background:#3b82f6}.meetingsEmpty{padding:16px 0}.meetingsEmptyHint{font-size:12px;margin-top:4px}.meetingsJoinLink{display:inline-block;font-size:12px;color:var(--color-primary);margin-top:4px;text-decoration:none}.meetingsJoinLink:hover{text-decoration:underline}.rhythmFeedHint{margin:0 0 10px!important;font-size:.8rem}.rhythmFeedList{list-style:none;margin:0;padding:0;max-height:420px;overflow-y:auto}.rhythmFeedItem{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid #f8fafc;font-size:.8rem}.rhythmFeedItemClickable{cursor:pointer;border-radius:6px;transition:background .1s}.rhythmFeedItemClickable:hover{background:var(--bg-2, #f8fafc)}.rhythmFeedItemClickable:hover .rhythmFeedTitle,.rhythmFeedItemClickable:hover .rhythmFeedSub{font-weight:700;text-decoration:underline}.rhythmFeedDot{width:8px;height:8px;border-radius:50%;margin-top:6px;flex-shrink:0}.rhythmFeedDotOUTBOUND{background:#7c3aed}.rhythmFeedDotINBOUND{background:#0ea5e9}.rhythmFeedTitle{font-weight:600;color:#334155}.rhythmFeedSub{color:#64748b}.rhythmFeedMeta{color:#94a3b8;font-size:.75rem;margin-top:2px}.rhythmFeedLink{display:inline-block;margin-top:12px;font-size:.85rem;font-weight:500;color:var(--color-primary)}@media (max-width: 1100px){.rhythmTopGrid,.rhythmMainGrid{grid-template-columns:1fr}.rhythmFeedPanel{position:static}.rhythmTaskRow{grid-template-columns:36px 1fr;grid-template-rows:auto auto}.rhythmTaskContact,.rhythmTaskDue,.rhythmTaskAction{grid-column:2}}.workspacePage{width:100%}.workspacePageHeader{margin-bottom:16px}.workspacePageHeader h1{margin:0 0 4px;font-size:1.5rem;font-weight:600;color:#0f172a}.workspacePageHeader .muted{margin:0;font-size:.9rem}.workspacePanel{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:0 20px 16px;box-shadow:0 1px 3px #0f172a0a}.workspacePanelCompact{padding-bottom:12px;margin-bottom:16px}.workspacePanelCompact h2{margin:16px 0 10px;font-size:.95rem;font-weight:600;color:#334155}.workspaceMainGrid{display:grid;gap:16px}.conversationsLayout{grid-template-columns:minmax(320px,380px) minmax(0,1fr);align-items:start;min-height:calc(100vh - 180px)}.conversationsListPanel{display:flex;flex-direction:column;max-height:calc(100vh - 160px);overflow:hidden}.conversationsDetailPanel{display:flex;flex-direction:column;min-height:480px;max-height:calc(100vh - 160px);overflow:hidden}.conversationListScroll{flex:1;overflow-y:auto;margin:0 -20px;padding:0 20px}.conversationList{list-style:none;margin:0;padding:0}.conversationListItem{display:block;width:100%;text-align:left;border:none;border-bottom:1px solid #f1f5f9;background:none;padding:12px 8px;cursor:pointer;border-radius:6px}.conversationListItem:hover{background:#f8fafc}.conversationListItem.active{background:var(--color-primary-bg);border-left:3px solid var(--color-primary);padding-left:5px}.conversationListItem.unread .conversationListSubject{font-weight:700;color:#0f172a}.conversationListSubject{font-size:.9rem;color:#334155;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversationListMeta{display:flex;justify-content:space-between;gap:8px;font-size:.78rem;color:#64748b}.conversationListLead{font-size:.78rem;color:#94a3b8;margin-top:2px}.conversationDetailHeader{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 0 12px;border-bottom:1px solid #f1f5f9}.conversationDetailHeader h2{margin:0;font-size:1.05rem;font-weight:600;color:#1e293b;flex:1 1 200px}.conversationDetailActions{display:flex;flex-wrap:wrap;gap:6px}.conversationDetailBody{flex:1;overflow-y:auto;padding:12px 0}.conversationEmpty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:48px 24px;text-align:center;color:#94a3b8}.conversationEmpty strong{display:block;margin-bottom:6px;color:#64748b;font-size:.95rem}.cadenceListMeta{margin:0 0 10px;font-size:.8rem}.cadenceStatusChips{display:flex;flex-wrap:wrap;gap:6px}.cadenceStatusChip{padding:6px 12px;border-radius:6px;border:1px solid #e2e8f0;font-size:.8rem;color:#64748b;background:#fff;cursor:pointer}.cadenceStatusChip.active{border-color:var(--color-primary);background:var(--color-primary-bg);color:var(--color-primary);font-weight:500}.addStepModal{max-width:720px;width:min(720px,92vw)}.addStepGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 28px;padding:8px 4px 12px}.addStepOption{display:flex;flex-direction:column;align-items:flex-start;gap:8px;border:none;background:none;padding:4px 0;cursor:pointer;text-align:left}.addStepOption:hover .addStepIcon{transform:scale(1.04)}.addStepIcon{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;transition:transform .12s ease}.addStepIconEmail{background:#7c3aed}.addStepIconEmailAuto{background:#6d28d9}.addStepIconCall{background:#0ea5e9}.addStepIconLinkedin{background:#2563eb;font-size:13px;letter-spacing:-.02em}.addStepIconResearch{background:#f59e0b}.addStepOptionLabel{font-size:.95rem;font-weight:600;color:#1e293b}.addStepOptionHint{font-size:.78rem;color:#64748b;line-height:1.35}.cadenceStepBadge{display:inline-block;padding:3px 8px;border-radius:999px;font-size:.72rem;font-weight:600;white-space:nowrap}.cadenceStepBadgeEmailManual{background:#ede9fe;color:#5b21b6}.cadenceStepBadgeEmailAuto{background:#dbeafe;color:#1d4ed8}.cadenceStepBadgeCall{background:#e0f2fe;color:#0369a1}.cadenceStepBadgeLinkedin{background:#dbeafe;color:#1e40af}.cadenceStepBadgeResearch{background:#fef3c7;color:#b45309}.stepDeliveryToggle{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid var(--color-border, #e5e5e5);border-radius:4px;background:none;color:var(--color-muted, #888);cursor:pointer;font-size:13px;padding:0;flex-shrink:0;transition:background .15s,color .15s}.stepDeliveryToggle:hover:not(:disabled){background:var(--color-surface-raised, #f5f5f5);color:var(--color-text, #111)}.stepDeliveryToggle:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 720px){.addStepGrid{grid-template-columns:1fr 1fr}}.settingsShell{display:grid;grid-template-columns:240px minmax(0,1fr);min-height:calc(100vh - 62px);background:#f4f6f8}.settingsSidebar{background:#fff;border-right:1px solid #e2e8f0;padding:20px 0}.settingsNavGroup{margin-bottom:22px}.settingsNavGroupTitle{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;padding:0 20px 8px}.settingsNavLink{display:block;padding:9px 20px;color:#475569;text-decoration:none;font-size:14px;border-left:3px solid transparent}.settingsNavLink:hover{background:#f8fafc;color:#1e293b}.settingsNavLink.active{background:var(--color-primary-bg);color:var(--color-primary);border-left-color:var(--color-primary);font-weight:500}.settingsMain{padding:28px 32px 40px;max-width:960px}.settingsMain h1{font-size:1.75rem;font-weight:600;margin:0 0 20px;color:#0f172a}.settingsMessage{margin:0 0 16px}.settingsCard{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:20px 24px;margin-bottom:16px}.settingsCardHeader{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.settingsCardHeader h2{margin:0;font-size:1rem;font-weight:600;color:#1e293b}.settingsFieldList{list-style:none;margin:0;padding:0}.settingsFieldList li{display:flex;align-items:center;gap:10px;padding:8px 0;color:#334155;font-size:.95rem}.settingsCheck{color:#16a34a;font-weight:700}@media (max-width: 900px){.settingsShell{grid-template-columns:1fr}.settingsSidebar{border-right:none;border-bottom:1px solid #e2e8f0;padding:12px 0}.settingsNavGroup{margin-bottom:12px}.settingsMain{padding:20px 16px 32px}}@media (max-width: 960px){.conversationsLayout{grid-template-columns:1fr;min-height:auto}.conversationsListPanel,.conversationsDetailPanel{max-height:none}}.reviewPanelOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1000;display:flex;align-items:flex-start;justify-content:flex-end}.reviewPanel{width:560px;max-width:100vw;height:100vh;background:var(--surface, #fff);display:flex;flex-direction:column;box-shadow:-4px 0 24px #00000026}.reviewPanelHeader{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 20px 12px;border-bottom:1px solid var(--border, #e5e7eb);gap:12px}.reviewPanelMeta{display:flex;flex-direction:column;gap:4px;font-size:14px;line-height:1.4}.reviewStepBadge{display:inline-block;font-size:11px;background:var(--accent-light, #ede9fe);color:var(--accent, #7c3aed);border-radius:4px;padding:2px 7px;margin-top:4px;width:fit-content}.reviewPanelClose{background:none;border:none;font-size:18px;cursor:pointer;color:var(--text-muted, #6b7280);padding:2px 6px;line-height:1;flex-shrink:0}.reviewPanelTabs{display:flex;gap:0;border-bottom:1px solid var(--border, #e5e7eb);padding:0 20px}.reviewTab{background:none;border:none;border-bottom:2px solid transparent;padding:10px 16px;font-size:13px;cursor:pointer;color:var(--text-muted, #6b7280);margin-bottom:-1px}.reviewTab.active{color:var(--accent, #7c3aed);border-bottom-color:var(--accent, #7c3aed);font-weight:600}.reviewPanelBody{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:12px}.reviewSubjectRow{display:flex;align-items:baseline;gap:10px;padding:10px 14px;background:var(--surface-alt, #f9fafb);border-radius:6px;border:1px solid var(--border, #e5e7eb)}.reviewSubjectLabel{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted, #6b7280);flex-shrink:0}.reviewSubjectValue{font-size:14px;font-weight:500}.reviewBodyPreview{font-size:14px;line-height:1.6;border:1px solid var(--border, #e5e7eb);border-radius:6px;padding:16px;background:#fff;flex:1;overflow-y:auto}.reviewEditLabel{font-size:12px;font-weight:600;color:var(--text-muted, #6b7280);text-transform:uppercase;letter-spacing:.04em}.reviewEditSubject{width:100%;padding:8px 10px;border:1px solid var(--border, #e5e7eb);border-radius:6px;font-size:14px;box-sizing:border-box}.reviewEditBody{width:100%;flex:1;min-height:320px;padding:10px;border:1px solid var(--border, #e5e7eb);border-radius:6px;font-size:13px;font-family:monospace;resize:vertical;box-sizing:border-box}.reviewPanelFooter{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:16px 20px;border-top:1px solid var(--border, #e5e7eb)}.reviewFooterError{margin-right:auto;font-size:13px}.sentPage{display:flex;flex-direction:column;gap:16px}.sentHeader{display:flex;align-items:baseline;gap:12px}.sentHeader h1{margin:0}.sentToolbar{display:flex;gap:8px;align-items:center}.sentSearchInput{flex:1;max-width:420px;padding:8px 12px;border:1px solid var(--border, #e5e7eb);border-radius:6px;font-size:14px}.sentClearBtn{background:none;border:none;color:var(--text-muted, #6b7280);cursor:pointer;font-size:13px}.sentTableWrap{overflow-x:auto;border:1px solid var(--border, #e5e7eb);border-radius:8px}.sentTable{width:100%;border-collapse:collapse;font-size:14px}.sentTable thead th{text-align:left;font-size:12px;font-weight:600;color:var(--text-muted, #6b7280);text-transform:uppercase;letter-spacing:.03em;padding:10px 14px;border-bottom:1px solid var(--border, #e5e7eb);background:var(--surface-alt, #f9fafb);white-space:nowrap}.sentTable td{padding:10px 14px;border-bottom:1px solid var(--border, #f1f1f4);vertical-align:top}.sentRow{cursor:pointer}.sentRow:hover{background:var(--surface-alt, #f9fafb)}.sentRecipientName{font-weight:500}.sentRecipientEmail{font-size:12px}.sentDate{white-space:nowrap;font-size:13px}.sentSubject{max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sentCadence{color:var(--text-muted, #6b7280);font-size:13px}.sentNum{text-align:center;width:44px;white-space:nowrap}.sentEmpty{text-align:center;padding:32px 14px}.sentPagination{display:flex;align-items:center;justify-content:center;gap:14px}.sentDrawerMeta{font-size:13px;color:var(--text-muted, #6b7280)}.sentDrawerStats{display:flex;gap:16px;font-size:13px;padding:8px 0}.composeBody{gap:10px}.composeFieldRow{display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--border, #e5e7eb);padding-bottom:8px}.composeFieldLabel{font-size:12px;font-weight:600;color:var(--text-muted, #6b7280);width:52px;flex-shrink:0}.composeFieldValue{font-size:14px}.composeSubjectInput{flex:1;border:none;outline:none;font-size:14px;font-weight:500;padding:4px 0;background:transparent}.composeToolbar{display:flex;align-items:center;gap:2px;padding:4px 6px;border:1px solid var(--border, #e5e7eb);border-bottom:none;border-radius:6px 6px 0 0;background:var(--surface-alt, #f9fafb)}.composeToolBtn{background:none;border:none;border-radius:4px;min-width:30px;height:28px;padding:0 6px;font-size:13px;cursor:pointer;color:var(--text, #111827)}.composeToolBtn:hover{background:var(--accent-light, #ede9fe)}.composeToolDivider{width:1px;height:18px;background:var(--border, #e5e7eb);margin:0 4px}.composeToolBtnActive{background:var(--accent-light, #ede9fe)}.bookingPickerWrap{position:relative;display:inline-flex}.bookingPicker{position:absolute;top:34px;left:0;z-index:60;width:300px;background:var(--surface, #ffffff);border:1px solid var(--border, #e5e7eb);border-radius:10px;box-shadow:0 12px 32px #11182729;padding:14px}.bookingPickerTitle{font-weight:700;font-size:14px;margin-bottom:10px;color:var(--text, #111827)}.bookingPickerLabel{display:block;font-size:12px;font-weight:600;color:var(--muted, #6b7280);margin-bottom:4px}.bookingPickerSelect{width:100%;height:34px;padding:0 8px;border:1px solid var(--border, #d1d5db);border-radius:6px;background:var(--surface, #fff);color:var(--text, #111827);font-size:13px}.bookingPickerActions{display:flex;align-items:center;gap:12px;margin-top:14px}.bookingPickerInsert{padding:7px 14px;font-size:13px}.bookingPickerCopy{background:none;border:none;color:var(--accent, #6d28d9);font-size:13px;font-weight:600;cursor:pointer;padding:0}.bookingPickerCopy:hover{text-decoration:underline}.composeEditor{flex:1;min-height:300px;border:1px solid var(--border, #e5e7eb);border-radius:0 0 6px 6px;padding:14px 16px;font-size:14px;line-height:1.6;overflow-y:auto;outline:none;background:#fff}.composeEditor:focus{border-color:var(--accent, #7c3aed)}.composeFooter{position:relative}.composeSendGroup{display:flex}.composeSendBtn{border-top-right-radius:0;border-bottom-right-radius:0}.composeClockBtn{border-top-left-radius:0;border-bottom-left-radius:0;border-left:1px solid rgba(255,255,255,.35);padding-left:10px;padding-right:10px}.schedulePopover{position:absolute;bottom:calc(100% + 8px);right:20px;width:340px;background:#fff;border:1px solid var(--border, #e5e7eb);border-radius:10px;box-shadow:0 12px 32px #0000002e;padding:14px 16px;display:flex;flex-direction:column;gap:12px;z-index:20}.schedulePopoverHeader{display:flex;align-items:center;justify-content:space-between;font-size:14px}.schedulePresets{display:flex;flex-direction:column;gap:2px}.schedulePresetBtn{text-align:left;background:none;border:none;border-radius:6px;padding:8px 10px;font-size:13px;cursor:pointer}.schedulePresetBtn:hover{background:var(--accent-light, #ede9fe)}.scheduleCustomLabel{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted, #6b7280);border-top:1px solid var(--border, #e5e7eb);padding-top:10px}.scheduleInputsRow{display:flex;gap:10px}.scheduleInputWrap{display:flex;flex-direction:column;gap:4px;flex:1;font-size:12px;color:var(--text-muted, #6b7280)}.scheduleInputWrap input,.scheduleInputWrap select{border:1px solid var(--border, #e5e7eb);border-radius:6px;padding:7px 8px;font-size:13px;width:100%;box-sizing:border-box}.scheduleSummary{display:flex;flex-direction:column;gap:2px;background:var(--surface-alt, #f9fafb);border-radius:6px;padding:8px 10px;font-size:13px}.scheduleSummaryLabel{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted, #6b7280)}.schedulePopoverFooter{display:flex;justify-content:flex-end;gap:10px}.markDoneInstructions{background:var(--color-surface-raised, #f8f8f8);border:1px solid var(--color-border, #e5e5e5);border-radius:6px;padding:12px 16px;margin-bottom:16px}.markDoneInstructionsLabel{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted, #888);margin:0 0 6px}.markDoneNotesRow{padding:0 24px 16px}.callDialerPanel{width:400px}.dialerBody{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px}.dialerIdleState,.dialerActiveState{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.dialerAvatar{width:72px;height:72px;border-radius:50%;background:var(--accent, #7c3aed);color:#fff;font-size:28px;font-weight:700;display:flex;align-items:center;justify-content:center}.dialerAvatarPulse{animation:dialerPulse 1.2s ease-in-out infinite}.dialerAvatarActive{background:#16a34a}@keyframes dialerPulse{0%,to{box-shadow:0 0 #7c3aed66}50%{box-shadow:0 0 0 16px #7c3aed00}}.dialerLeadName{font-size:18px;font-weight:600;margin:0}.dialerPhone{font-size:13px;display:block;margin-top:2px}.dialerTimer{font-size:32px;font-weight:300;font-variant-numeric:tabular-nums;letter-spacing:2px;color:#16a34a;margin:4px 0}.dialerCallBtn{margin-top:16px;padding:14px 40px;background:#16a34a;color:#fff;border:none;border-radius:999px;font-size:16px;font-weight:600;cursor:pointer;transition:background .15s}.dialerCallBtn:hover{background:#15803d}.dialerControls{display:flex;gap:24px;margin-top:16px}.dialerControlBtn{display:flex;flex-direction:column;align-items:center;gap:4px;background:var(--surface-alt, #f3f4f6);border:none;border-radius:12px;padding:14px 20px;font-size:22px;cursor:pointer;transition:background .15s}.dialerControlBtn span{font-size:11px;font-weight:500;color:var(--text-muted, #6b7280)}.dialerControlBtn:hover{background:#e5e7eb}.dialerControlBtnActive{background:#fef3c7}.dialerHangUpBtn{display:flex;flex-direction:column;align-items:center;gap:4px;background:#dc2626;border:none;border-radius:12px;padding:14px 20px;font-size:22px;color:#fff;cursor:pointer;transition:background .15s}.dialerHangUpBtn span{font-size:11px;font-weight:500}.dialerHangUpBtn:hover{background:#b91c1c}.dialerLoggingState{width:100%;display:flex;flex-direction:column;gap:12px}.dialerLogTitle{font-size:16px;font-weight:600;margin:0}.dialerOutcomeGrid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.dialerOutcomeBtn{padding:8px 4px;border:2px solid var(--border, #e5e7eb);border-radius:8px;background:var(--surface-alt, #f9fafb);font-size:12px;font-weight:500;cursor:pointer;transition:all .12s}.dialerOutcomeBtn.selected{border-color:var(--outcome-color, #7c3aed);background:var(--outcome-color, #7c3aed);color:#fff}.dialerNotes{min-height:100px}.dialerLogActions{display:flex;gap:10px;justify-content:flex-end;margin-top:4px}.rhythmTaskActionCall{background:#16a34a;color:#fff;border-color:#16a34a}.rhythmTaskActionCall:hover{background:#15803d;border-color:#15803d}.callsPageHeader{margin-bottom:12px}.callsTableFilterBar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0 14px;flex-wrap:wrap}.callsTableFilterLeft{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.callsTableFilterRight{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.callsOutcomeFilterGroup{display:flex;gap:6px;flex-wrap:wrap}.callsTableFilterChip{padding:5px 12px;border-radius:16px;border:1px solid var(--color-border, #e5e7eb);background:none;font-size:12px;font-weight:500;color:var(--color-text, #111);cursor:pointer;transition:background .12s,border-color .12s,color .12s}.callsTableFilterChip:hover:not(.active){background:var(--color-surface-raised, #f5f5f5)}.callsTableFilterChip.active{background:color-mix(in srgb,var(--chip-color, var(--color-primary)) 12%,white);border-color:var(--chip-color, var(--color-primary));color:var(--chip-color, var(--color-primary))}.callsChipCount{display:inline-block;margin-left:4px;font-size:11px;opacity:.8}.callsRecordingsToggle{display:flex;align-items:center;gap:6px;font-size:13px;cursor:pointer;color:var(--color-text, #111);white-space:nowrap}.callsTableWrap{overflow-x:auto;border:1px solid var(--color-border, #e5e7eb);border-radius:8px;background:var(--color-surface, #fff)}.callsTable{width:100%;border-collapse:collapse;font-size:13px}.callsTable thead th{text-align:left;padding:10px 14px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted, #6b7280);border-bottom:1px solid var(--color-border, #e5e7eb);white-space:nowrap;background:var(--color-surface-raised, #f9fafb)}.callsTable tbody td{padding:10px 14px;border-bottom:1px solid var(--color-border-subtle, #f3f4f6);vertical-align:middle}.callsTableRow:hover td{background:var(--color-surface-raised, #f8fafc)}.callsTableTime{white-space:nowrap;color:var(--color-muted, #6b7280);font-size:12px}.callsTablePerson{min-width:140px}.callsPersonLink{background:none;border:none;padding:0;font-size:13px;font-weight:500;color:var(--color-accent, var(--color-primary));cursor:pointer;text-align:left;display:block}.callsPersonLink:hover{text-decoration:underline}.callsTablePhone{display:block;font-size:11px;margin-top:1px}.callsTableTitle{font-size:12px;max-width:160px}.callsTableAccount{font-weight:500;max-width:160px}.callsTableDuration{font-variant-numeric:tabular-nums;white-space:nowrap}.callStatusBadge{display:inline-block;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600;background:color-mix(in srgb,var(--status-color, #6b7280) 12%,white);color:var(--status-color, #6b7280);white-space:nowrap}.callsTableRecordingCell{width:100px}.callsPlayBtn{background:none;border:1px solid var(--color-border, #e5e7eb);border-radius:4px;padding:4px 10px;font-size:12px;cursor:pointer;color:var(--color-accent, var(--color-primary));transition:background .12s}.callsPlayBtn:hover{background:var(--color-surface-raised, #f0fdf4)}.callsTableAudio{height:28px;width:200px}.callsTableEmpty{text-align:center;padding:32px!important;color:var(--color-muted, #6b7280)}.prospectPanelOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;display:flex;justify-content:flex-end}.prospectPanel{width:520px;max-width:100vw;height:100%;background:var(--color-surface, #fff);display:flex;flex-direction:column;box-shadow:-4px 0 32px #0000002e;overflow:hidden}.prospectPanelWide{width:820px}.prospectPanelHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 24px 14px;border-bottom:1px solid var(--color-border, #e5e7eb);flex-shrink:0}.prospectPanelName{font-size:16px;font-weight:600}.prospectPanelCompany{font-size:14px;font-weight:400}.prospectPanelSubtitle{font-size:13px;margin-top:2px}.prospectPanelLayout{display:flex;flex:1;overflow:hidden}.prospectSidebar{width:220px;flex-shrink:0;border-right:1px solid var(--color-border, #e5e7eb);overflow-y:auto;padding:16px 0;display:flex;flex-direction:column;gap:0}.prospectSidebarTitle{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted, #6b7280);margin:0 0 10px}.prospectStatsCard,.prospectDetailsCard{padding:14px 16px;border-bottom:1px solid var(--color-border, #e5e7eb)}.prospectStatsGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.prospectStat{display:flex;flex-direction:column;gap:2px}.prospectStatValue{font-size:20px;font-weight:700;color:var(--color-text, #111);font-variant-numeric:tabular-nums}.prospectStatLabel{font-size:11px;color:var(--color-muted, #6b7280)}.prospectDetailsList{display:flex;flex-direction:column;gap:8px}.prospectDetailRow{display:flex;flex-direction:column;gap:1px}.prospectDetailLabel{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-muted, #9ca3af)}.prospectDetailValue{font-size:13px;color:var(--color-text, #111);word-break:break-all}.prospectDetailLink{color:var(--color-accent, var(--color-primary));text-decoration:none}.prospectDetailLink:hover{text-decoration:underline}.prospectCadenceList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.prospectCadenceItem{padding:8px 10px;background:var(--color-surface-raised, #f8fafc);border-radius:6px;border:1px solid var(--color-border, #e5e7eb)}.prospectCadenceName{font-size:12px;font-weight:500}.prospectCadenceMeta{font-size:11px;margin-top:2px}.prospectActivityFeed{flex:1;overflow-y:auto;display:flex;flex-direction:column}.prospectActivityFilterBar{display:flex;gap:0;border-bottom:1px solid var(--color-border, #e5e7eb);padding:0 20px;flex-shrink:0;position:sticky;top:0;background:var(--color-surface, #fff);z-index:1}.prospectActivityFilterBtn{background:none;border:none;border-bottom:2px solid transparent;padding:10px 14px;margin-bottom:-1px;font-size:13px;font-weight:500;color:var(--color-muted, #6b7280);cursor:pointer;transition:color .12s;white-space:nowrap}.prospectActivityFilterBtn.active{color:var(--color-accent, var(--color-primary));border-bottom-color:var(--color-accent, var(--color-primary))}.prospectActivityFilterBtn:hover:not(.active){color:var(--color-text, #111)}.prospectActivityLoading{padding:24px 20px}.prospectActivityGroup{padding:0 20px 8px}.prospectActivityMonth{font-size:13px;font-weight:700;color:var(--color-text, #111);padding:16px 0 8px;border-bottom:1px solid var(--color-border, #e5e7eb);margin-bottom:4px}.prospectActivityList{list-style:none;padding:0;margin:0}.prospectActivityItem{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--color-border-subtle, #f3f4f6)}.prospectActivityItem:last-child{border-bottom:none}.prospectActivityIcon{width:30px;height:30px;border-radius:50%;background:color-mix(in srgb,var(--kind-color, #6b7280) 15%,white);color:var(--kind-color, #6b7280);display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0;margin-top:1px}.prospectActivityContent{flex:1;min-width:0}.prospectActivityHeader{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:2px}.prospectActivityTitle{font-size:13px;font-weight:600}.activityOutcomeTag{display:inline-block;padding:1px 8px;border-radius:10px;font-size:11px;font-weight:600;background:color-mix(in srgb,var(--tag-color, #6b7280) 12%,white);color:var(--tag-color, #6b7280)}.prospectActivityTime{font-size:11px;margin-left:auto;white-space:nowrap}.prospectActivitySubtitle{font-size:12px;margin-bottom:4px}.prospectActivityCallMeta{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;margin-top:4px;align-items:center}.prospectActivityNotes{font-size:12px;color:var(--color-text, #111);margin:6px 0 0;line-height:1.5;background:var(--color-surface-raised, #f8fafc);border-left:3px solid var(--color-border, #e5e7eb);padding:6px 10px;border-radius:0 4px 4px 0}.prospectPlayBtn{margin-top:0}.callLogNotes{font-size:13px;margin:0 0 10px;line-height:1.5}.callLogPlayBtn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:6px;border:1px solid var(--color-border, #e5e7eb);background:var(--color-surface-raised, #f8fafc);font-size:13px;font-weight:500;cursor:pointer;color:var(--color-accent, var(--color-primary))}.leadsTableRow{cursor:pointer}.leadsTableRow:hover td{background:var(--color-surface-raised, #f8fafc)}.leadsTableEmailCell{font-weight:500}.prospectPanelOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200;display:flex;justify-content:flex-end}.prospectPanel{width:480px;max-width:100vw;height:100%;background:var(--color-surface, #fff);display:flex;flex-direction:column;box-shadow:-4px 0 24px #00000026;overflow:hidden}.prospectPanelHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 24px 16px;border-bottom:1px solid var(--color-border, #e5e7eb)}.prospectPanelTitle{font-size:15px;line-height:1.4}.prospectTitle{font-size:13px}.prospectPanelTabs{display:flex;gap:0;border-bottom:1px solid var(--color-border, #e5e7eb);padding:0 24px}.prospectTab{background:none;border:none;border-bottom:2px solid transparent;padding:10px 16px 10px 0;margin-bottom:-1px;font-size:14px;font-weight:500;color:var(--color-muted, #6b7280);cursor:pointer}.prospectTab.active{color:var(--color-accent, var(--color-primary));border-bottom-color:var(--color-accent, var(--color-primary))}.prospectTabCount{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;border-radius:9px;background:var(--color-accent, var(--color-primary));color:#fff;font-size:11px;font-weight:600;padding:0 5px;margin-left:6px}.prospectPanelBody{flex:1;overflow-y:auto;padding:20px 24px}.prospectInfoGrid{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.prospectInfoRow{display:flex;gap:12px;font-size:14px}.prospectInfoLabel{width:80px;flex-shrink:0;color:var(--color-muted, #6b7280);font-size:12px;padding-top:1px}.prospectStatusBadge{display:inline-block;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600;background:#f0fdf4;color:#15803d}.prospectSectionTitle{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted, #6b7280);margin:0 0 10px}.prospectCampaignList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.prospectCampaignRow{padding:10px 12px;background:var(--color-surface-raised, #f8fafc);border:1px solid var(--color-border, #e5e7eb);border-radius:6px}.prospectCampaignName{font-size:14px;font-weight:500}.prospectCampaignMeta{font-size:12px;margin-top:2px}.prospectPaginationBar{display:flex;align-items:center;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid var(--color-border, #e5e7eb);font-size:13px}.callLogList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.callLogListFull{margin-top:16px}.callLogItem{padding:14px 16px;border:1px solid var(--color-border, #e5e7eb);border-radius:8px;background:var(--color-surface, #fff)}.callLogItemHeader{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}.callOutcomeBadge{display:inline-block;padding:2px 10px;border-radius:12px;font-size:12px;font-weight:600;background:color-mix(in srgb,var(--outcome-color, #6b7280) 15%,transparent);color:var(--outcome-color, #6b7280);border:1px solid color-mix(in srgb,var(--outcome-color, #6b7280) 30%,transparent)}.callLogDuration{font-size:13px;font-weight:600;font-variant-numeric:tabular-nums}.callLogPhone{font-size:13px}.callLogDate{font-size:12px;margin-left:auto}.callLogNotes{font-size:13px;color:var(--color-text, #111);margin:0 0 10px;line-height:1.5}.callLogRecording{margin-top:8px}.callLogPlayBtn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:6px;border:1px solid var(--color-border, #e5e7eb);background:var(--color-surface-raised, #f8fafc);font-size:13px;font-weight:500;cursor:pointer;color:var(--color-accent, var(--color-primary));transition:background .15s}.callLogPlayBtn:hover{background:var(--color-surface-hover, #f0fdf4)}.callLogAudio{width:100%;height:36px}.callLogNoRecording{font-size:12px}.callsStatsRow{display:flex;gap:16px;margin:0 0 24px;flex-wrap:wrap}.callsStat{flex:1;min-width:120px;padding:16px 20px;background:var(--color-surface, #fff);border:1px solid var(--color-border, #e5e7eb);border-radius:10px;display:flex;flex-direction:column;gap:4px}.callsStatValue{font-size:26px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--color-text, #111)}.callsStatLabel{font-size:12px;color:var(--color-muted, #6b7280)}.callsFilterBar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:16px}.callsFilterLabel{font-size:13px;color:var(--color-muted, #6b7280);margin-right:4px}.callsOutcomeChip{padding:4px 12px;border-radius:16px;border:1px solid var(--color-border, #e5e7eb);background:none;font-size:12px;font-weight:500;cursor:pointer;color:var(--color-text, #111);transition:background .15s,border-color .15s}.callsOutcomeChip.active{background:color-mix(in srgb,var(--outcome-color, var(--color-primary)) 15%,transparent);border-color:var(--outcome-color, var(--color-primary));color:var(--outcome-color, var(--color-primary))}.callsOutcomeChip:hover:not(.active){background:var(--color-surface-raised, #f8fafc)}.callsRefreshBtn{margin-left:auto}.topbarCenter{flex:1 1 auto;display:flex;justify-content:center;min-width:0;padding:0 12px}.globalSearch{position:relative;width:100%;max-width:440px}.globalSearchIcon{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:13px;opacity:.6;pointer-events:none}.globalSearchInput{width:100%;height:38px;padding:0 12px 0 34px;border-radius:8px;border:1px solid #2a3342;background:#1b212c;color:#e2e8f0;font-size:14px;outline:none}.globalSearchInput::placeholder{color:#7c8798}.globalSearchInput:focus{border-color:#3b82f6;background:#1e2430}.globalSearchDropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:70;background:#fff;color:#111827;border-radius:10px;box-shadow:0 14px 40px #00000047;padding:6px 0;max-height:70vh;overflow-y:auto}.globalSearchEmpty{padding:16px 18px;color:#6b7280;font-size:14px}.globalSearchGroup{padding:4px 0}.globalSearchGroup+.globalSearchGroup{border-top:1px solid #f1f5f9}.globalSearchGroupTitle{padding:8px 18px 4px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#9ca3af}.globalSearchItem{display:flex;align-items:center;gap:12px;width:100%;padding:9px 18px;background:none;border:none;text-align:left;cursor:pointer;color:inherit}.globalSearchItem:hover{background:#f3f4f6}.globalSearchItemIcon{flex-shrink:0;width:30px;height:30px;border-radius:6px;background:#eef2f7;display:inline-flex;align-items:center;justify-content:center;font-size:15px}.globalSearchItemText{display:flex;flex-direction:column;min-width:0}.globalSearchItemMain{font-size:14px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.globalSearchItemSub{font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbarDialerButton{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid #2a3342;background:#1b212c;color:#e2e8f0;font-size:16px;cursor:pointer;margin-right:4px}.topbarDialerButton:hover{background:#232b38;border-color:#3b82f6}.dialerNumberInput{width:100%;max-width:280px;height:44px;text-align:center;font-size:18px;letter-spacing:.5px;border-radius:8px;border:1px solid var(--color-border, #e2e8f0);padding:0 12px;margin:8px 0 4px}.convThumb{position:relative;width:60px;height:40px;border-radius:6px;background:linear-gradient(135deg,#e8edf5,#d6deec);display:flex;align-items:center;justify-content:center;overflow:hidden}.convThumbIcon{font-size:18px;opacity:.85}.convThumbPlay{position:absolute;right:3px;bottom:2px;font-size:9px;color:#fff;background:#111827cc;border-radius:999px;width:15px;height:15px;display:flex;align-items:center;justify-content:center;padding-left:1px}@media (prefers-color-scheme: dark){.convThumb{background:linear-gradient(135deg,#2a3342,#1b212c)}}.convAttBtn{background:none;border:1px solid var(--color-border, #d3d9e4);border-radius:999px;padding:2px 9px;font-size:12px;cursor:pointer;color:inherit;white-space:nowrap}.convAttBtn:hover{background:var(--color-surface-alt, #f1f5f9)}.convAttPop{position:absolute;top:calc(100% + 4px);right:0;z-index:80;min-width:220px;max-width:300px;text-align:left;background:#fff;color:#111827;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 12px 32px #0f172a38;padding:8px 0;max-height:260px;overflow-y:auto}.convAttPopTitle{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#9ca3af;padding:4px 14px 6px}.convAttPopRow{display:flex;flex-direction:column;padding:5px 14px}.convAttPopRow:hover{background:#f3f4f6}.convAttName{font-size:13px;font-weight:600;color:#111827}.convAttEmail{font-size:12px;color:#6b7280}@media (prefers-color-scheme: dark){.convAttPop{background:#1b212c;color:#e2e8f0;border-color:#2a3342}.convAttName{color:#e2e8f0}.convAttPopRow:hover{background:#232b38}}.convTranscript{margin-top:12px;padding:12px 14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.convTranscriptTitle{font-size:12px;font-weight:700;letter-spacing:.02em;color:#6b7280;margin-bottom:8px}.convTranscriptLine{margin:0 0 8px;font-size:13px;line-height:1.5;color:#1f2937}.convTranscriptLine:last-of-type{margin-bottom:0}.convTranscriptSpeaker{font-weight:600;color:#111827}.convTranscriptToggle{margin-top:8px;padding:0;border:none;background:none;color:var(--color-primary, #3b82f6);font-size:13px;font-weight:600;cursor:pointer}.convTranscriptToggle:hover{text-decoration:underline}@media (prefers-color-scheme: dark){.convTranscript{background:#161b23;border-color:#2a3342}.convTranscriptLine{color:#cbd5e1}.convTranscriptSpeaker{color:#e2e8f0}}
