@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary:#1a7b7a;--primary-light:#e0f2f1;--primary-dark:#115e5d;--sidebar-bg:#115e5d;--sidebar-width:56px;--header-height:52px;--bg:#f5f7f7;--white:#fff;--border:#e0e7e7;--text:#1f2937;--text-light:#6b7280;--green:#22c55e;--red:#ef4444;--orange:#f59e0b;--blue:#3b82f6}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:13px}input,select,textarea{outline:none;font-family:inherit;font-size:13px}.app-layout{height:100vh;min-height:100vh;display:flex;overflow:hidden}.main-content{margin-left:var(--sidebar-width);flex-direction:column;flex:1;height:100vh;display:flex;overflow:hidden}.page-header{background:var(--white);border-bottom:1px solid var(--border);height:var(--header-height);z-index:1000;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 24px;display:flex;position:sticky;top:0;box-shadow:0 1px #1018280a}.page-header h1{align-items:center;gap:8px;font-size:16px;font-weight:600;display:flex}.page-header h1 .refresh-btn{color:var(--text-light);border-radius:4px;padding:4px;font-size:14px}.page-header h1 .refresh-btn:hover{background:var(--bg)}.header-right{align-items:center;gap:16px;display:flex}.header-tabs{border-bottom:2px solid #0000;gap:24px;display:flex}.header-tabs a{color:var(--text-light);border-bottom:2px solid #0000;margin-bottom:-1px;padding:8px 0;font-size:13px;font-weight:500}.header-tabs a.active{color:var(--primary);border-bottom-color:var(--primary)}.page-content{flex:1;padding:20px 24px;overflow:hidden auto}.card{background:var(--white);border:1px solid var(--border);border-radius:8px;overflow:hidden}.card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.card-header h2{align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.card-header h2 .icon{font-size:16px}.card-header .subtitle{color:var(--text-light);font-size:11px;font-weight:400}.card-header-right{color:var(--text-light);align-items:center;gap:12px;font-size:12px;display:flex}.card-body{padding:0}.data-table{border-collapse:collapse;width:100%}.data-table th{text-align:left;color:var(--text-light);border-bottom:1px solid var(--border);background:#fafafa;padding:10px 18px;font-size:12px;font-weight:500}.data-table td{border-bottom:1px solid var(--border);padding:10px 18px;font-size:13px}.data-table tr:last-child td{border-bottom:none}.data-table .total-row td{background:#fafafa;font-weight:600}.search-input{border:1px solid var(--border);background:var(--white);width:100%;color:var(--text);border-radius:6px;padding:8px 12px 8px 36px;font-size:13px}.search-input::placeholder{color:#9ca3af}.search-wrapper{padding:12px 18px;position:relative}.search-wrapper .search-icon{color:#9ca3af;font-size:14px;position:absolute;top:50%;left:30px;transform:translateY(-50%)}.badge{border-radius:12px;align-items:center;padding:2px 8px;font-size:11px;font-weight:500;display:inline-flex}.badge-green{color:#166534;background:#dcfce7}.badge-red{color:#991b1b;background:#fde2e2}.badge-orange{color:#92400e;background:#fef3c7}.badge-blue{color:#1e40af;background:#dbeafe}.badge-purple{background:var(--primary-light);color:var(--primary-dark)}.badge-gray{color:#4b5563;background:#f3f4f6}.avatar{width:28px;height:28px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:600;display:inline-flex}.avatar-purple{background:var(--primary)}.avatar-green{background:var(--green)}.avatar-orange{background:var(--orange)}.avatar-blue{background:var(--blue)}.avatar-gray{background:#6b7280}.assignee-cell{align-items:center;gap:8px;display:flex}.stat-num{font-weight:600}.stat-green{color:var(--green)}.stat-red{color:var(--red)}.stat-orange{color:var(--orange)}.stat-blue{color:var(--blue)}.link-text{color:var(--primary);cursor:pointer;font-weight:500}.link-text:hover{text-decoration:underline}.dropdown-btn{border:1px solid var(--border);color:var(--text);background:var(--white);border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;display:inline-flex}.dropdown-btn:hover{background:var(--bg)}.grid-2{grid-template-columns:1fr 1fr;gap:20px;display:grid}.empty-state{text-align:center;padding:60px 20px}.empty-state .empty-icon{color:#9ca3af;background:#f3f4f6;border-radius:12px;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:20px;font-size:48px;display:inline-flex}.empty-state h3{margin-bottom:8px;font-size:18px;font-weight:600}.empty-state p{color:var(--text-light);margin-bottom:24px}.btn{border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .15s;display:inline-flex}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-dark)}.btn-outline{border:1px solid var(--border);color:var(--text);background:var(--white)}.btn-outline:hover{background:var(--bg)}.stat-card{text-align:center;padding:16px}.stat-card .stat-value{color:var(--primary);font-size:28px;font-weight:700}.stat-card .stat-label{color:var(--text-light);margin-top:4px;font-size:12px}.stats-row{border-bottom:1px solid var(--border);align-items:center;gap:0;display:flex}.stats-row .stat-card{border-right:1px solid var(--border);flex:1}.stats-row .stat-card:last-child{border-right:none}.tab-bar{border-bottom:1px solid var(--border);gap:0;display:flex}.tab-bar button{color:var(--text-light);border-bottom:2px solid #0000;padding:10px 20px;font-size:13px;font-weight:500;transition:all .15s}.tab-bar button.active{color:var(--primary);border-bottom-color:var(--primary)}.tab-bar button:hover{color:var(--text)}.caller-row{border-bottom:1px solid var(--border);padding:16px 18px}.caller-info{align-items:center;gap:12px;margin-bottom:12px;display:flex}.caller-name{font-size:14px;font-weight:600}.caller-role{color:var(--text-light);font-size:11px}.caller-times{color:var(--text-light);text-align:right;margin-left:auto;font-size:11px;line-height:1.5}.caller-stats{align-items:center;gap:24px;display:flex}.caller-stat{text-align:center}.caller-stat .val{color:var(--primary);font-size:20px;font-weight:700}.caller-stat .label{color:var(--text-light);font-size:11px}.rank-badge{color:#166534;background:#dcfce7;border-radius:4px;margin-right:8px;padding:2px 8px;font-size:11px;font-weight:600}.popover{background:var(--white);border:1px solid var(--border);z-index:100;border-radius:8px;min-width:200px;padding:6px 0;position:absolute;box-shadow:0 10px 25px #0000001a}.popover-item{color:var(--text);text-align:left;align-items:center;gap:10px;width:100%;padding:10px 16px;font-size:13px;display:flex}.popover-item:hover{background:var(--bg)}.popover-label{color:var(--text-light);text-transform:uppercase;letter-spacing:.5px;padding:8px 16px 4px;font-size:11px;font-weight:600}.notification-bar{color:#92400e;background:#fef3c7;border-bottom:1px solid #fde68a;justify-content:center;align-items:center;gap:8px;padding:8px 24px;font-size:12px;display:flex}.notification-bar .enable-btn{color:var(--primary);cursor:pointer;font-size:12px;font-weight:600}.user-profile{cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:4px 8px;display:flex}.user-profile:hover{background:var(--bg)}.clickable-row{cursor:pointer}.clickable-row:hover{background:#fafafa}.modal-overlay{z-index:200;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--white);border-radius:12px;width:480px;max-width:90vw;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px #00000026}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.modal-header h2{font-size:16px;font-weight:600}.modal-body{padding:20px}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;padding:14px 20px;display:flex}.form-group{margin-bottom:16px}.form-label{color:var(--text-light);margin-bottom:6px;font-size:12px;font-weight:500;display:block}.form-input{border:1px solid var(--border);border-radius:6px;width:100%;padding:8px 12px;font-size:13px}.form-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #7c3aed1a}.form-select{border:1px solid var(--border);background:var(--white);border-radius:6px;width:100%;padding:8px 12px;font-size:13px}.campaign-list{padding:8px 0}.campaign-item{cursor:pointer;align-items:center;gap:8px;padding:8px 16px;font-size:13px;display:flex}.campaign-item:hover{background:var(--bg)}.campaign-item.active{background:var(--primary-light);color:var(--primary)}#root{box-sizing:border-box;flex-direction:column;width:100%;min-height:100vh;display:flex}.lead-overlay{z-index:150;background:#0000004d;display:flex;position:fixed;inset:0}.lead-overlay-sidebar{background:var(--white);border-right:1px solid var(--border);flex-direction:column;width:320px;display:flex;overflow-y:auto}.lead-overlay-main{background:var(--white);flex-direction:column;flex:1;display:flex;position:relative;overflow-y:auto}.lead-overlay-close{background:var(--white);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:12px;left:-40px;box-shadow:0 2px 8px #00000026}.lead-detail-header{border-bottom:1px solid var(--border);padding:20px 24px}.lead-detail-nav{justify-content:space-between;margin-bottom:16px;display:flex}.lead-status-badge{cursor:pointer;white-space:nowrap;border-radius:4px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex;position:relative}.lead-detail-fields{grid-template-columns:1fr 1fr;gap:16px;padding:16px 24px;display:grid}.lead-field{flex-direction:column;gap:4px;display:flex}.lead-field-label{color:var(--text-light);align-items:center;gap:4px;font-size:11px;display:flex}.lead-field-value{color:var(--text);font-size:13px}.lead-field-value.empty{color:#9ca3af}.lead-actions-bar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);justify-content:space-around;padding:16px;display:flex}.lead-action-btn{color:var(--text-light);cursor:pointer;border-radius:8px;flex-direction:column;align-items:center;gap:4px;padding:8px 16px;font-size:11px;display:flex}.lead-action-btn:hover{background:var(--bg)}.lead-action-btn .icon{font-size:20px}.activity-section{flex:1;padding:16px 24px}.activity-tabs{border-bottom:1px solid var(--border);gap:24px;margin-bottom:16px;display:flex}.activity-tabs button{color:var(--text-light);border-bottom:2px solid #0000;padding:8px 0;font-size:13px;font-weight:500}.activity-tabs button.active{color:var(--primary);border-bottom-color:var(--primary)}.activity-item{border-bottom:1px solid var(--border);align-items:flex-start;gap:12px;padding:10px 0;font-size:13px;display:flex}.activity-icon{background:var(--bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.activity-meta{color:var(--text-light);white-space:nowrap;margin-left:auto;font-size:11px}.status-dropdown{background:var(--white);border:1px solid var(--border);z-index:200;border-radius:8px;min-width:220px;max-height:400px;padding:8px 0;position:absolute;overflow-y:auto;box-shadow:0 10px 25px #00000026}.status-group-label{color:var(--text-light);padding:8px 16px 4px;font-size:11px;font-weight:600}.status-option{cursor:pointer;text-align:left;width:100%;color:var(--text);background:0 0;border:none;align-items:center;gap:8px;padding:8px 16px;font-size:13px;display:flex}.status-option:hover{background:var(--bg);color:var(--text)}.status-dot{border-radius:2px;flex-shrink:0;width:12px;height:12px}.assign-grid{flex-direction:column;gap:12px;display:flex}.assign-row{border:1px solid var(--border);border-radius:8px;align-items:center;gap:12px;padding:10px 12px;display:flex}.assign-row input[type=number]{border:1px solid var(--border);text-align:center;border-radius:4px;width:60px;padding:4px 8px}.chat-layout{flex:1;display:flex;overflow:hidden}.chat-sidebar{border-right:1px solid var(--border);background:var(--white);flex-direction:column;width:340px;display:flex}.chat-sidebar-header{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:12px 16px;display:flex}.chat-list{flex:1;overflow-y:auto}.chat-item{border-bottom:1px solid var(--border);cursor:pointer;align-items:center;gap:12px;padding:12px 16px;display:flex}.chat-item:hover{background:var(--bg)}.chat-item.active{background:var(--primary-light)}.chat-item-info{flex:1;min-width:0}.chat-item-name{font-size:13px;font-weight:600}.chat-item-msg{color:var(--text-light);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.chat-item-time{color:var(--text-light);font-size:11px}.chat-main{background:#e5ddd5;flex-direction:column;flex:1;display:flex}.chat-messages{flex-direction:column;flex:1;gap:8px;padding:20px;display:flex;overflow-y:auto}.chat-bubble{border-radius:8px;max-width:65%;padding:8px 12px;font-size:13px;position:relative}.chat-bubble.sent{background:#dcf8c6;border-bottom-right-radius:0;align-self:flex-end}.chat-bubble.received{background:var(--white);border-bottom-left-radius:0;align-self:flex-start}.chat-bubble-time{color:#999;text-align:right;margin-top:4px;font-size:10px}.chat-input-bar{background:var(--white);border-top:1px solid var(--border);align-items:center;gap:8px;padding:12px 16px;display:flex}.chat-input-bar input{border:1px solid var(--border);border-radius:24px;flex:1;padding:10px 16px;font-size:13px}.chat-input-bar button{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.chat-empty{color:var(--text-light);flex:1;justify-content:center;align-items:center;font-size:14px;display:flex}.filter-chips{flex-wrap:wrap;gap:8px;display:flex}.filter-chip{border:1px solid var(--border);cursor:pointer;background:var(--white);border-radius:20px;padding:6px 14px;font-size:12px}.filter-chip.active{background:var(--primary);color:#fff;border-color:var(--primary)}.filter-chip:hover:not(.active){background:var(--bg)}.lead-checkbox{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.notification-panel{z-index:9999;flex-direction:column;display:flex}.notification-panel-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.notification-list{flex:1;overflow-y:auto}.notification-item{border-bottom:1px solid var(--border);cursor:pointer;padding:14px 20px;font-size:13px}.notification-item:hover{background:var(--bg)}.notification-item.unread{background:#faf5ff}.profile-dropdown{background:var(--white);border:1px solid var(--border);z-index:200;border-radius:8px;min-width:200px;padding:8px 0;position:absolute;top:100%;right:0;box-shadow:0 10px 25px #0000001a}.stars{gap:2px;display:flex}.star{color:#d1d5db;cursor:pointer;font-size:16px}.star.filled{color:#fbbf24}.campaign-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.campaign-card{border:1px solid var(--border);background:var(--white);cursor:pointer;border-radius:8px;padding:16px;transition:box-shadow .15s}.campaign-card:hover{box-shadow:0 4px 12px #00000014}.campaign-card.active{border-color:var(--primary);background:var(--primary-light)}.modal-wide{width:640px}.modal-wide .modal-body{grid-template-columns:1fr 1fr;gap:16px;display:grid}.modal-wide .form-group.full-width{grid-column:1/-1}.show-more-link{color:var(--primary);cursor:pointer;border-top:1px dashed var(--border);text-align:center;padding:8px 24px;font-size:12px}.show-more-link:hover{text-decoration:underline}.leads-filter-sidebar{border-right:1px solid var(--border);background:#fff;width:220px;min-width:220px;overflow-y:auto}.filter-sidebar-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.filter-sidebar-item{cursor:pointer;color:#374151;align-items:center;gap:8px;padding:10px 16px;font-size:13px;transition:background .15s;display:flex}.filter-sidebar-item:hover{background:#f9fafb}.filter-sidebar-item.active{background:var(--primary-light);color:var(--primary);font-weight:500}.filter-sidebar-icon{font-size:14px}.filter-sidebar-label{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.lead-field-box{background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;gap:4px;padding:10px 14px;display:flex}.lead-field-box.editable{cursor:pointer;background:#e0f2f1;border-color:#1a7b7a55;transition:border-color .2s,box-shadow .2s}.lead-field-box.editable:hover{border-color:#1a7b7a;box-shadow:0 0 0 2px #1a7b7a22}.lead-field-box.readonly{opacity:1;background:#f3f4f6}.lead-field-box-label{color:#1f2937;text-transform:uppercase;letter-spacing:.4px;font-size:11px;font-weight:700}.lead-field-box-value{color:#0f172a;min-height:20px;font-size:13.5px;font-weight:600}.lead-field-box-value.empty{color:#94a3b8;font-style:italic;font-weight:400}.login-page{background:linear-gradient(135deg,#0a1628 0%,#0d2137 30%,#0f2b46 60%,#1a4a5e 100%);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.login-stars{pointer-events:none;background-image:radial-gradient(1px 1px at 10% 20%,#fff9 0%,#0000 100%),radial-gradient(1px 1px at 30% 60%,#ffffff80 0%,#0000 100%),radial-gradient(1.5px 1.5px at 50% 10%,#ffffffb3 0%,#0000 100%),radial-gradient(1px 1px at 70% 40%,#fff6 0%,#0000 100%),radial-gradient(1px 1px at 80% 80%,#ffffff80 0%,#0000 100%),radial-gradient(1.5px 1.5px at 20% 90%,#fff9 0%,#0000 100%),radial-gradient(1px 1px at 90% 15%,#fff6 0%,#0000 100%),radial-gradient(1px 1px at 45% 75%,#ffffff80 0%,#0000 100%),radial-gradient(1px 1px at 65% 55%,#ffffff4d 0%,#0000 100%),radial-gradient(1.5px 1.5px at 15% 45%,#ffffff80 0%,#0000 100%);animation:4s ease-in-out infinite alternate twinkle;position:absolute;inset:0}.login-stars-2{opacity:.6;background-image:radial-gradient(1px 1px at 25% 35%,#ffffff80 0%,#0000 100%),radial-gradient(1.5px 1.5px at 55% 25%,#fff9 0%,#0000 100%),radial-gradient(1px 1px at 75% 65%,#fff6 0%,#0000 100%),radial-gradient(1px 1px at 35% 85%,#ffffff80 0%,#0000 100%),radial-gradient(1px 1px at 85% 45%,#ffffff4d 0%,#0000 100%);animation-duration:5s;animation-delay:2s}@keyframes twinkle{0%{opacity:.7}to{opacity:1}}.login-split{z-index:1;border-radius:20px;width:900px;max-width:95vw;min-height:520px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #0006}.login-brand-side{background:linear-gradient(160deg,#0e5c5a 0%,#1a7b7a 40%,#22918f 100%);flex:1;justify-content:center;align-items:center;padding:40px;display:flex;position:relative}.login-brand-side:before{content:"";background:radial-gradient(circle at 20% 80%,#ffffff0d 0%,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff14 0%,#0000 50%);position:absolute;inset:0}.login-brand-content{text-align:center;z-index:1;position:relative}.login-brand-logo{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 20px;display:flex;overflow:hidden;box-shadow:0 8px 24px #0003}.login-brand-logo img{object-fit:cover;border-radius:50%;width:80px;height:80px}.login-brand-title{color:#fff;letter-spacing:.5px;margin:0 0 8px;font-size:26px;font-weight:700}.login-brand-sub{color:#fffc;margin:0;font-size:14px;line-height:1.5}.login-form-side{background:#fff;flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.login-card{width:100%;max-width:340px}.login-welcome{color:#1f2937;margin:0 0 6px;font-size:28px;font-weight:700}.login-subtitle{color:#6b7280;margin:0 0 32px;font-size:13px}.login-field{margin-bottom:20px}.login-field label{color:#374151;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.login-input-wrapper{align-items:center;display:flex;position:relative}.login-input-icon{color:#9ca3af;font-size:18px;position:absolute;left:12px}.login-input-wrapper input{background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:12px 12px 12px 40px;font-size:15px;transition:border .2s,box-shadow .2s}.login-input-wrapper input:focus{background:#fff;border-color:#1a7b7a;box-shadow:0 0 0 3px #1a7b7a26}.login-forgot{text-align:right;margin:-8px 0 20px}.login-forgot a{color:#1a7b7a;font-size:12px;font-weight:500;text-decoration:none}.login-forgot a:hover{text-decoration:underline}.login-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1a7b7a,#22918f);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:15px;font-weight:600;transition:opacity .2s,transform .15s;display:flex}.login-btn:hover{opacity:.92;transform:translateY(-1px)}.login-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin-bottom:16px;padding:8px 12px;font-size:13px}@media (width<=700px){.login-split{flex-direction:column;min-height:auto}.login-brand-side,.login-form-side{padding:32px 20px}}.add-employee-btn{background:var(--blue);color:#fff;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;display:flex}.call-progress-banner{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;align-items:center;gap:12px;margin:0 20px 8px;padding:12px 20px;animation:2s ease-in-out infinite callPulse;display:flex}@keyframes callPulse{0%,to{box-shadow:0 0 #05966933}50%{box-shadow:0 0 0 8px #05966900}}.call-timer{font-variant-numeric:tabular-nums;color:#059669;text-align:center;min-width:60px;font-size:22px;font-weight:700}.call-log-form{border:1px solid var(--border);background:#fafbfc;border-radius:10px;margin:0 20px 12px;padding:16px 20px}.call-status-chip{cursor:pointer;background:0 0;border:2px solid;border-radius:20px;padding:6px 14px;font-size:13px;font-weight:500;transition:all .15s}.call-status-chip:hover{opacity:.85}.call-status-chip.active{color:#fff!important}.add-employee-btn:hover{opacity:.9}.filter-sidebar-open{color:#9ca3af;opacity:0;font-size:14px;transition:opacity .15s}.filter-sidebar-item:hover .filter-sidebar-open{opacity:1}.leads-subheader{border-bottom:1px solid var(--border);background:#fff;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:8px 16px;display:flex}.leads-filter-title{color:#1f2937;cursor:pointer;margin:0;font-size:14px;font-weight:600}@keyframes leads-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.icon-btn{color:#6b7280;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s;display:inline-flex}.icon-btn:disabled{opacity:.4;cursor:default}.leads-search-input{border:1px solid var(--border);background:#fff;border-radius:4px;width:180px;padding:5px 8px 5px 28px;font-size:13px}.leads-search-input:focus{border-color:var(--primary)}.leads-dropdown{border:1px solid var(--border);color:#374151;background:#fff;border-radius:4px;padding:5px 8px;font-size:12px}.leads-pagination-bar{display:none}.leads-page-info{color:#374151;font-size:13px}.leads-action-btn{border:1px solid var(--border);color:#374151;background:#fff;border-radius:4px;padding:4px 12px;font-family:inherit;font-size:12px}.leads-action-btn:hover{background:#f9fafb}.leads-table{border-collapse:collapse;table-layout:fixed;width:100%}.leads-table thead th{text-align:left;color:#fff;background:var(--primary);white-space:nowrap;z-index:2;letter-spacing:.01em;border-bottom:none;padding:12px 14px;font-size:13px;font-weight:600;position:sticky;top:0}.leads-table thead th:first-child{border-radius:6px 0 0;width:44px;padding-left:14px}.leads-table thead th:last-child{border-radius:0 6px 0 0}.leads-table tbody td{cursor:pointer;vertical-align:middle;color:#374151;white-space:normal;border-bottom:1px solid #f0f0f0;padding:11px 14px;font-size:13px}.leads-table tbody tr:last-child td{border-bottom:none}.leads-row{transition:background .1s}.leads-row:hover{background:#f0fdfa}.leads-row.selected{background:var(--primary-light)}.orders-table thead th{padding:13px 14px;font-size:14px}.orders-table tbody td{padding:13px 14px;font-size:14px;line-height:1.45}.lead-id-cell{word-break:break-all}.lead-name-cell{word-break:break-word}.td-campaign{color:#374151;white-space:normal}.td-assignee-avatar{color:#fff;letter-spacing:.03em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:10px;font-weight:700;display:inline-flex}.td-assignee-name{color:#1f2937;font-size:13px;font-weight:500}.td-date{color:#6b7280;white-space:nowrap}.leads-table-scroll{background:#fff;flex:1;overflow:auto}.leads-pagination-footer{color:#374151;background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 20px;font-size:13px;display:flex}.pagination-left{align-items:center;gap:12px;display:flex}.pagination-rpp{color:#6b7280;margin-left:8px;font-size:13px}.pagination-select{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:4px;padding:4px 8px;font-family:inherit;font-size:13px}.pagination-right{align-items:center;gap:8px;display:flex}.pagination-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:4px;padding:6px 16px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s,border-color .15s}.pagination-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.pagination-btn:disabled{opacity:.4;cursor:default}.lead-name-link{color:var(--primary);cursor:pointer;font-weight:600}.lead-name-link:hover{text-decoration:underline}.camp-left{border-right:1px solid var(--border);background:#fff;flex-direction:column;flex:1;min-width:0;transition:max-width .25s;display:flex}.camp-search-bar{border-bottom:1px solid var(--border);background:#f9fafb;align-items:center;gap:8px;padding:10px 16px;display:flex}.camp-search-input{color:#374151;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:13px}.camp-search-input::placeholder{color:#9ca3af}.camp-table-header{color:#fff;text-transform:uppercase;letter-spacing:.4px;background:#1a7b7a;flex-shrink:0;align-items:center;padding:8px 16px;font-size:11px;font-weight:600;display:flex}.camp-col-name{white-space:normal;word-break:break-word;flex:3;min-width:0}.camp-col-assignee{flex:1.8;min-width:0}.camp-col-leads{text-align:center;flex-shrink:0;width:95px}.camp-col-progress{text-align:center;flex-shrink:0;width:80px}.camp-col-created{text-align:center;flex-shrink:0;width:105px}.camp-col-actions{flex-shrink:0;justify-content:center;gap:6px;width:110px;display:flex}.camp-list-scroll{flex:1;overflow-y:auto}.camp-row{cursor:pointer;color:#374151;border-bottom:1px solid #f3f4f6;align-items:center;padding:10px 16px;font-size:13px;transition:background .15s;display:flex}.camp-row:hover{background:#f0fdfa}.camp-row.active{background:#e6f7f7;border-left:3px solid #1a7b7a}.camp-name-text{color:#1a7b7a;font-size:12.5px;font-weight:600}.camp-avatar{color:#fff;border:2px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:10px;font-weight:700;display:flex}.camp-list-footer{border-top:1px solid var(--border);color:#6b7280;background:#f9fafb;flex-shrink:0;padding:8px 16px;font-size:12px}.camp-right{background:#f9fafb;flex-direction:column;flex:1.2;min-width:380px;display:flex;overflow:hidden}.camp-dash-header{border-bottom:1px solid var(--border);background:#fff;flex-shrink:0;padding:18px 22px 14px}.camp-dash-body{flex:1;padding:16px 22px 32px;overflow-y:auto}.camp-section{border:1px solid var(--border);background:#fff;border-radius:10px;margin-bottom:14px;overflow:hidden}.camp-section-header{color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;justify-content:space-between;align-items:center;padding:13px 18px;font-size:13px;font-weight:600;transition:background .15s;display:flex}.camp-section-header:hover{background:#f0fdf4}.camp-section-header svg{color:#9ca3af;font-size:18px}.camp-section-body{border-top:1px solid #f3f4f6;padding:16px 18px 20px}.icon-btn{cursor:pointer;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;transition:all .15s;display:flex}.icon-btn:hover{color:#374151;background:#f3f4f6}html[data-theme=dark]{--primary:#2dd4bf;--primary-light:#134e4a;--primary-dark:#14b8a6;--sidebar-bg:#0b1f1f;--bg:#0f1419;--white:#161b22;--border:#2a3338;--text:#e5e7eb;--text-light:#9ca3af}html[data-theme=dark] body{background:var(--bg);color:var(--text)}html[data-theme=dark] .data-table th{color:#d1d5db;background:#1c2329}html[data-theme=dark] .data-table .total-row td{background:#1c2329}html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea,html[data-theme=dark] .form-input,html[data-theme=dark] .form-select,html[data-theme=dark] .search-input{color:#e5e7eb!important;background:#0f1419!important;border-color:#2a3338!important}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#6b7280}html[data-theme=dark] .btn{color:#e5e7eb}html[data-theme=dark] .btn-primary{background:var(--primary)!important;border-color:var(--primary)!important;color:#0b1f1f!important}html[data-theme=dark] .leads-action-btn{color:#d1d5db;background:#161b22;border-color:#2a3338}html[data-theme=dark] .card,html[data-theme=dark] .modal,html[data-theme=dark] .dropdown,html[data-theme=dark] .panel,html[data-theme=dark] .menu{background:var(--white);border-color:var(--border);color:var(--text)}html[data-theme=dark] .card-header{border-bottom-color:var(--border)}html[data-theme=dark] .muted,html[data-theme=dark] .text-light{color:var(--text-light)}html[data-theme=dark] .sidebar{background:var(--sidebar-bg)!important}html[data-theme=dark] .leaflet-container{filter:invert(.92)hue-rotate(180deg)brightness(.95)saturate(1.1)}html[data-theme=dark] .lead-detail-overlay,html[data-theme=dark] .lead-detail-drawer{color:var(--text);background:#161b22}html[data-theme=dark] .lead-status-badge{filter:brightness(.92)}html[data-theme=dark] hr{border-color:var(--border)}html[data-theme=dark] a{color:#67e8f9}html[data-theme=dark] .leads-table thead th{color:#f0fdfa;background:#134e4a}html[data-theme=dark] .leads-table tbody td{color:var(--text);border-bottom-color:#1f2937}html[data-theme=dark] .leads-row:hover{background:#1c2329!important}html[data-theme=dark] .leads-row.selected{background:#134e4a!important}html[data-theme=dark] .leads-table-scroll{background:var(--white)}html[data-theme=dark] .td-assignee-name{color:var(--text)}html[data-theme=dark] .td-date,html[data-theme=dark] .td-campaign{color:var(--text-light)}html[data-theme=dark] .card,html[data-theme=dark] .card *{color:inherit}html[data-theme=dark] .card{color:var(--text)}html[data-theme=dark] .card .data-table th,html[data-theme=dark] .card .leads-table thead th{color:#f0fdfa}html[data-theme=dark] .data-table tr:hover{background:#1c2329}html[data-theme=dark] .dropdown-menu{background:var(--white)!important;border-color:var(--border)!important;color:var(--text)!important}html[data-theme=dark] .dropdown-menu>div:hover{background:#1c2329!important}html[data-theme=dark] .status-dropdown{background:var(--white);border-color:var(--border);color:var(--text)}html[data-theme=dark] .status-option{background:0 0;color:var(--text)!important}html[data-theme=dark] .status-option:hover{color:#5eead4!important;background:#1c2329!important}html[data-theme=dark] .status-group-label{color:var(--text-light)}html[data-theme=dark] .badge-green{color:#86efac!important;background:#14532d!important}html[data-theme=dark] .badge-red{color:#fca5a5!important;background:#7f1d1d!important}html[data-theme=dark] .badge-blue{color:#93c5fd!important;background:#1e3a8a!important}html[data-theme=dark] .badge-purple{color:#5eead4!important;background:#134e4a!important}html[data-theme=dark] .badge-yellow{color:#fde68a!important;background:#713f12!important}html[data-theme=dark] .badge-orange{color:#fdba74!important;background:#7c2d12!important}html[data-theme=dark] .badge-gray{color:#d1d5db!important;background:#374151!important}html[data-theme=dark] .modal-overlay{background:#000000a6}html[data-theme=dark] .modal-content,html[data-theme=dark] .modal-body,html[data-theme=dark] .modal{background:var(--white);color:var(--text);border-color:var(--border)}html[data-theme=dark] .sidebar a,html[data-theme=dark] .sidebar button{color:#cbd5e1}html[data-theme=dark] .sidebar .active{color:#fff;background:#134e4a}html[data-theme=dark] .page-header{background:var(--white);border-bottom-color:var(--border)}html[data-theme=dark] .page-header h1{color:var(--text)}html[data-theme=dark] .header-tabs a{color:var(--text-light)}html[data-theme=dark] .header-tabs a.active{color:var(--primary)}html[data-theme=dark] .leads-pagination-footer,html[data-theme=dark] .leads-page-info{background:var(--white);color:var(--text)}html[data-theme=dark] .leads-filter-sidebar{background:var(--white);border-right-color:var(--border)}html[data-theme=dark] .filter-sidebar-header{border-bottom-color:var(--border)}html[data-theme=dark] .filter-sidebar-header span{color:var(--text-light)!important}html[data-theme=dark] .filter-sidebar-item{color:var(--text)}html[data-theme=dark] .filter-sidebar-item:hover{background:#1c2329}html[data-theme=dark] .filter-sidebar-item.active{color:#5eead4;background:#134e4a}html[data-theme=dark] .filter-sidebar-open{color:var(--text-light)}html[data-theme=dark] .leads-subheader{background:var(--white);border-bottom-color:var(--border)}html[data-theme=dark] .icon-btn{color:var(--text-light)}html[data-theme=dark] .icon-btn:hover{color:var(--text);background:#1c2329}html[data-theme=dark] .leads-search-input{background:var(--white)!important;color:var(--text)!important;border-color:var(--border)!important}html[data-theme=dark] .page-content{background:var(--bg)}html[data-theme=dark] [style*="background: #fff"],html[data-theme=dark] [style*="background:#fff"],html[data-theme=dark] [style*="background: #ffffff"],html[data-theme=dark] [style*="background:#ffffff"],html[data-theme=dark] [style*="background-color: #fff"],html[data-theme=dark] [style*="background-color:#fff"],html[data-theme=dark] [style*="background-color: #ffffff"],html[data-theme=dark] [style*="background-color:#ffffff"]{color:var(--text);background:var(--white)!important;background-color:var(--white)!important}html[data-theme=dark] [style*="linear-gradient(180deg, #f6fbfb"],html[data-theme=dark] [style*="linear-gradient(180deg, #ffffff"],html[data-theme=dark] [style*="linear-gradient(180deg, #fff"]{background:linear-gradient(#0f1419 0%,#161b22 100%)!important}html[data-theme=dark] [style*="color: #6b7280"],html[data-theme=dark] [style*="color:#6b7280"],html[data-theme=dark] [style*="color: #9ca3af"],html[data-theme=dark] [style*="color:#9ca3af"]{color:var(--text-light)!important}html[data-theme=dark] [style*="background: #f9fafb"],html[data-theme=dark] [style*="background:#f9fafb"],html[data-theme=dark] [style*="background: #f3f4f6"],html[data-theme=dark] [style*="background:#f3f4f6"],html[data-theme=dark] [style*="background: #fafafa"],html[data-theme=dark] [style*="background:#fafafa"],html[data-theme=dark] [style*="background: #f5f7f7"],html[data-theme=dark] [style*="background:#f5f7f7"]{color:var(--text);background:#1c2329!important}html[data-theme=dark] [style*="border: 1px solid #e5e7eb"],html[data-theme=dark] [style*="border:1px solid #e5e7eb"],html[data-theme=dark] [style*="border: 1px solid #e0e7e7"],html[data-theme=dark] [style*="border: 1px solid #e2e8f0"],html[data-theme=dark] [style*="border-bottom: 1px solid #e5e7eb"],html[data-theme=dark] [style*="border-bottom:1px solid #e5e7eb"]{border-color:var(--border)!important}html[data-theme=dark] .card-body{color:var(--text)}html[data-theme=dark] table th{color:#f0fdfa!important;background:#134e4a!important}html[data-theme=dark] table td{color:var(--text);border-color:var(--border)}html[data-theme=dark] table tr:hover{background:#1c2329!important}html[data-theme=dark] .card .form-input::placeholder,html[data-theme=dark] .card input::placeholder{color:var(--text-light)}html[data-theme=dark] .td-assignee-avatar{box-shadow:0 0 0 1px #ffffff0d}html[data-theme=dark] [style*="color: #1f2937"],html[data-theme=dark] [style*="color:#1f2937"],html[data-theme=dark] [style*="color: #111827"],html[data-theme=dark] [style*="color:#111827"],html[data-theme=dark] [style*="color: #374151"],html[data-theme=dark] [style*="color:#374151"]{color:var(--text)!important}html[data-theme=dark] [style*="color: #6b7280"],html[data-theme=dark] [style*="color:#6b7280"],html[data-theme=dark] [style*="color: #9ca3af"],html[data-theme=dark] [style*="color:#9ca3af"],html[data-theme=dark] [style*="color: #4b5563"],html[data-theme=dark] [style*="color:#4b5563"]{color:var(--text-light)!important}html[data-theme=dark] .leads-filter-title{color:var(--text)!important}html[data-theme=dark] .camp-left,html[data-theme=dark] .camp-right,html[data-theme=dark] .camp-search-bar{background:var(--white);border-color:var(--border)}html[data-theme=dark] .camp-search-input{background:var(--white)!important;color:var(--text)!important}html[data-theme=dark] .camp-search-input::placeholder{color:var(--text-light)}html[data-theme=dark] .camp-table-header{color:#f0fdfa!important;background:#134e4a!important}html[data-theme=dark] .camp-table-header>div{color:#f0fdfa!important}html[data-theme=dark] .camp-list-scroll{background:var(--white)}html[data-theme=dark] .camp-row{background:var(--white);border-bottom-color:var(--border);color:var(--text)}html[data-theme=dark] .camp-row:hover{background:#1c2329!important}html[data-theme=dark] .camp-row.active{background:#134e4a!important;border-left-color:#2dd4bf!important}html[data-theme=dark] .camp-name-text{color:#5eead4!important}html[data-theme=dark] .camp-list-footer{background:var(--white);color:var(--text-light);border-color:var(--border)}html[data-theme=dark] .camp-right .card{background:var(--white)}html[data-theme=dark] .lead-status-badge{color:inherit}html[data-theme=dark] .camp-col-name{font-weight:600;color:#5eead4!important}html[data-theme=dark] .camp-table-header .camp-col-name{font-weight:700;color:#f0fdfa!important}html[data-theme=dark] .camp-col-progress svg{color:var(--text)}html[data-theme=dark] .camp-right{background:var(--white)}html[data-theme=dark] .camp-right *{color:inherit}html[data-theme=dark] .camp-right .card,html[data-theme=dark] .camp-right>div{background:var(--white)!important;border-color:var(--border)!important;color:var(--text)!important}html[data-theme=dark] .camp-right .card-header,html[data-theme=dark] .camp-right .card-body{background:var(--white)!important;color:var(--text)!important}html[data-theme=dark] .camp-right .lead-rail-item,html[data-theme=dark] .camp-right [class*=lead-]{background:var(--white)!important;color:var(--text)!important;border-color:var(--border)!important}html[data-theme=dark] .card-body[style*=linear-gradient],html[data-theme=dark] .card-body[style*=background]{background:linear-gradient(#0f1419 0%,#161b22 100%)!important}html[data-theme=dark] .card-body{background:var(--white)}html[data-theme=dark] .camp-right [role=tab],html[data-theme=dark] .camp-right [class*=tab]{color:var(--text-light)}html[data-theme=dark] .camp-right [class*=tab][class*=active],html[data-theme=dark] .camp-right [aria-selected=true]{color:var(--primary);border-color:var(--primary)}html[data-theme=dark] section,html[data-theme=dark] details,html[data-theme=dark] .panel{background:var(--white);color:var(--text)}html[data-theme=dark] .camp-dash-header{background:var(--white)!important;border-bottom-color:var(--border)!important;color:var(--text)!important}html[data-theme=dark] .camp-dash-body{background:var(--bg)}html[data-theme=dark] .camp-section{background:var(--white)!important;border-color:var(--border)!important}html[data-theme=dark] .camp-section-header{background:var(--white)!important;color:var(--text)!important}html[data-theme=dark] .camp-section-header:hover{background:#1c2329!important}html[data-theme=dark] .camp-section-header svg{color:var(--text-light)!important}html[data-theme=dark] .camp-section-body{background:var(--white)!important;border-top-color:var(--border)!important;color:var(--text)!important}html[data-theme=dark] .camp-section-body text{fill:var(--text)}html[data-theme=dark] .camp-right>div{background:var(--bg)}html[data-theme=dark] .camp-right [style*="background: #fff"]{background:var(--white)!important}html[data-theme=dark] .camp-right [style*="borderBottom: 1px solid #f3f4f6"],html[data-theme=dark] .camp-right [style*="border-bottom: 1px solid #f3f4f6"]{border-bottom-color:var(--border)!important}html[data-theme=dark] [style*="color: #4338ca"],html[data-theme=dark] [style*="color:#4338ca"]{color:#5eead4!important}html[data-theme=dark] .camp-right,html[data-theme=dark] .camp-right *{color:var(--text)}html[data-theme=dark] .camp-right [style*="background: #fff"],html[data-theme=dark] .camp-right [style*="background:#fff"],html[data-theme=dark] .camp-right [style*="background: #ffffff"],html[data-theme=dark] .camp-right [style*="background:#ffffff"]{background:var(--white)!important}html[data-theme=dark] .camp-right [style*="background: #f9fafb"],html[data-theme=dark] .camp-right [style*="background:#f9fafb"]{background:#1c2329!important}html[data-theme=dark] .camp-right [style*="background: #eef2ff"],html[data-theme=dark] .camp-right [style*="background:#eef2ff"]{background:#134e4a!important}html[data-theme=dark] .camp-right [style*="color: #4338ca"],html[data-theme=dark] .camp-right [style*="color:#4338ca"]{color:#5eead4!important;font-weight:700!important}html[data-theme=dark] .camp-right [style*="color: #6b7280"],html[data-theme=dark] .camp-right [style*="color:#6b7280"]{color:#cbd5e1!important}html[data-theme=dark] .camp-right [style*="color: #1a7b7a"],html[data-theme=dark] .camp-right [style*="color:#1a7b7a"]{color:#5eead4!important}html[data-theme=dark] .camp-right [style*="2px solid #1a7b7a"]{border-bottom-color:#5eead4!important}html[data-theme=dark] .camp-right [style*=\#f3f4f6]{border-color:var(--border)!important}html[data-theme=dark] .camp-right span[style*=padding][style*=border-radius]{filter:brightness(1.4)saturate(1.2)}html[data-theme=dark] .camp-list-footer{background:var(--white)!important;color:var(--text-light)!important;border-top-color:var(--border)!important}html[data-theme=dark] .recharts-legend-item-text,html[data-theme=dark] .recharts-default-legend .recharts-legend-item-text{color:var(--text)!important;fill:var(--text)!important}html[data-theme=dark] .recharts-text,html[data-theme=dark] .recharts-cartesian-axis-tick text,html[data-theme=dark] .recharts-label{fill:var(--text)!important}html[data-theme=dark] .recharts-tooltip-wrapper .recharts-default-tooltip{background:var(--white)!important;border-color:var(--border)!important;color:var(--text)!important}html[data-theme=dark] .camp-right [style*="background: #f3f4f6"],html[data-theme=dark] .camp-right [style*="background:#f3f4f6"]{color:var(--text)!important;background:#1c2329!important}html[data-theme=dark] .camp-rail{background:var(--white)!important;border-color:var(--border)!important}html[data-theme=dark] .camp-rail,html[data-theme=dark] .camp-rail *{color:var(--text)}html[data-theme=dark] .camp-rail [style*="background: #fff"],html[data-theme=dark] .camp-rail [style*="background:#fff"],html[data-theme=dark] .camp-rail [style*="background: #ffffff"]{background:var(--white)!important}html[data-theme=dark] .camp-rail [style*="background: #f9fafb"],html[data-theme=dark] .camp-rail [style*="background:#f9fafb"],html[data-theme=dark] .camp-rail [style*="background: #f3f4f6"],html[data-theme=dark] .camp-rail [style*="background:#f3f4f6"]{background:#1c2329!important}html[data-theme=dark] .camp-rail [style*="background: #eef2ff"],html[data-theme=dark] .camp-rail [style*="background:#eef2ff"]{background:#134e4a!important}html[data-theme=dark] .camp-rail [style*="color: #4338ca"],html[data-theme=dark] .camp-rail [style*="color:#4338ca"]{color:#5eead4!important;font-weight:700!important}html[data-theme=dark] .camp-rail [style*="color: #6b7280"],html[data-theme=dark] .camp-rail [style*="color:#6b7280"],html[data-theme=dark] .camp-rail [style*="color: #9ca3af"],html[data-theme=dark] .camp-rail [style*="color:#9ca3af"],html[data-theme=dark] .camp-rail [style*="color: #374151"],html[data-theme=dark] .camp-rail [style*="color:#374151"]{color:#cbd5e1!important}html[data-theme=dark] .camp-rail [style*="color: #1a7b7a"],html[data-theme=dark] .camp-rail [style*="color:#1a7b7a"]{color:#5eead4!important}html[data-theme=dark] .camp-rail [style*="2px solid #1a7b7a"]{border-bottom-color:#5eead4!important}html[data-theme=dark] .camp-rail [style*=\#f3f4f6]{border-color:var(--border)!important}html[data-theme=dark] .camp-rail span[style*="padding: 1px 8px"],html[data-theme=dark] .camp-rail span[style*="padding:1px 8px"]{filter:brightness(1.5)saturate(1.3)}.lead-overlay-inline{min-width:0;overflow:hidden;z-index:auto!important;background:0 0!important;flex:1!important;display:flex!important;position:relative!important;inset:auto!important}.lead-overlay-inline .lead-overlay-main{flex:1!important;width:100%!important;max-width:none!important}html[data-theme=dark] .lead-overlay-inline .lead-overlay-main{background:var(--white)!important;color:var(--text)!important}html[data-theme=dark] .camp-rail>div[style*="border-bottom: 1px solid"][style*=background]{background:var(--white)!important}html[data-theme=dark] .camp-rail [style*="color: #6b7280"][style*="2px solid transparent"]{color:#cbd5e1!important}html[data-theme=dark] .att-cal-card{border-color:var(--border)!important;background:linear-gradient(#0f1419 0%,#161b22 100%)!important;box-shadow:0 1px 2px #0006,0 8px 24px #0000004d!important}html[data-theme=dark] .att-cal-card>div>div[style*=textTransform][style*=uppercase],html[data-theme=dark] .att-cal-card>div>div[style*=text-transform]{color:var(--text-light)!important;border-bottom-color:var(--border)!important}html[data-theme=dark] .att-cal-card [style*="linear-gradient(135deg, #f8fafc"]{background:linear-gradient(135deg,#1c2329,#161b22)!important}html[data-theme=dark] .att-cal-card [style*="linear-gradient(135deg, #fef2f2"]{background:linear-gradient(135deg,#3a1212,#4a1717)!important}html[data-theme=dark] .att-cal-card [style*="linear-gradient(135deg, #ecfdf5"]{background:linear-gradient(135deg,#0f3a2a,#14543d)!important}html[data-theme=dark] .att-cal-card [style*="linear-gradient(135deg, #fde68a"]{background:linear-gradient(135deg,#5a4310,#7a5a14)!important}html[data-theme=dark] .att-cal-card [style*="linear-gradient(135deg, #faf5ff"]{background:linear-gradient(135deg,#2a1a3d,#3a225a)!important}html[data-theme=dark] .att-cal-card [style*="linear-gradient(135deg, #eff6ff"]{background:linear-gradient(135deg,#142a4a,#1a3a6b)!important}html[data-theme=dark] .att-cal-card [style*="color: #374151"],html[data-theme=dark] .att-cal-card [style*="color:#374151"]{color:#f9fafb!important}html[data-theme=dark] .att-cal-card [style*="color: #b91c1c"],html[data-theme=dark] .att-cal-card [style*="color:#b91c1c"]{color:#fca5a5!important}html[data-theme=dark] .att-cal-card [style*="color: #047857"],html[data-theme=dark] .att-cal-card [style*="color:#047857"]{color:#6ee7b7!important}html[data-theme=dark] .att-cal-card [style*="color: #78350f"],html[data-theme=dark] .att-cal-card [style*="color:#78350f"]{color:#fde68a!important}html[data-theme=dark] .att-cal-card [style*="color: #6d28d9"],html[data-theme=dark] .att-cal-card [style*="color:#6d28d9"]{color:#c4b5fd!important}html[data-theme=dark] .att-cal-card [style*="color: #1d4ed8"],html[data-theme=dark] .att-cal-card [style*="color:#1d4ed8"]{color:#93c5fd!important}html[data-theme=dark] .att-cal-card [style*="color: #4338ca"],html[data-theme=dark] .att-cal-card [style*="color:#4338ca"]{color:#a5b4fc!important}html[data-theme=dark] [style*="color: #111827"],html[data-theme=dark] [style*="color:#111827"]{color:var(--text)!important}html[data-theme=dark] [style*="background: #ecfdf5"][style*="color: #047857"]{color:#6ee7b7!important;background:#0f3a2a!important}html[data-theme=dark] [style*="background: #fffbeb"][style*="color: #b45309"]{color:#fde68a!important;background:#5a4310!important}html[data-theme=dark] [style*="background: #fef2f2"][style*="color: #b91c1c"]{color:#fca5a5!important;background:#3a1212!important}html[data-theme=dark] [style*="background: #faf5ff"][style*="color: #7c3aed"]{color:#c4b5fd!important;background:#2a1a3d!important}html[data-theme=dark] [style*="background: #eff6ff"][style*="color: #1d4ed8"]{color:#93c5fd!important;background:#142a4a!important}html[data-theme=dark] [style*="background: #f9fafb"][style*="border: 1px solid #e5e7eb"]{border-color:var(--border)!important;background:#1c2329!important}html[data-theme=dark] [style*="color: #374151"][style*="font-weight: 600"]{color:var(--text)!important}html[data-theme=dark] label{color:var(--text)}html[data-theme=dark] [style*="border: 1px solid #e5e7eb"][style*="background: #fff"]{background:var(--white)!important;border-color:var(--border)!important}html[data-theme=dark] label[style*="border: 1px solid #e5e7eb"]{border-color:var(--border)!important}html[data-theme=dark] label [style*="font-weight: 500"]{color:var(--text)!important}html[data-theme=dark] label [style*="color: #9ca3af"],html[data-theme=dark] [style*="font-size: 12px"][style*="color: #6b7280"]{color:var(--text-light)!important}html[data-theme=dark] [style*="background: #f9fafb"][style*="border: 1px solid #e5e7eb"]{background:#fff!important;border-color:#e5e7eb!important}html[data-theme=dark] [style*="background: #f9fafb"][style*="border: 1px solid #e5e7eb"] *,html[data-theme=dark] [style*="background: #f9fafb"][style*="border: 1px solid #e5e7eb"] label,html[data-theme=dark] [style*="background: #f9fafb"][style*="border: 1px solid #e5e7eb"] span{color:#111827!important}html[data-theme=dark] [style*="background: #fff"][style*="border: 1px solid #e5e7eb"][style*="border-radius: 8px"]{background:#fff!important;border-color:#e5e7eb!important}html[data-theme=dark] [style*="background: #fff"][style*="border: 1px solid #e5e7eb"][style*="border-radius: 8px"] *,html[data-theme=dark] [style*="background: #fff"][style*="border: 1px solid #e5e7eb"][style*="border-radius: 8px"] label,html[data-theme=dark] [style*="background: #fff"][style*="border: 1px solid #e5e7eb"][style*="border-radius: 8px"] input,html[data-theme=dark] [style*="background: #fff"][style*="border-radius: 8px"] [style*="font-weight: 500"]{color:#111827!important}html[data-theme=dark] [style*="background: #fff"][style*="border-radius: 8px"] [style*="color: #9ca3af"]{color:#6b7280!important}html[data-theme=dark] [style*="background: #fff"][style*="border-radius: 8px"] .form-input{color:#111827!important;background:#fff!important;border-color:#d1d5db!important}html[data-theme=dark] [style*="background: #fff"][style*="border-radius: 8px"] .form-input::placeholder{color:#9ca3af!important}html[data-theme=dark] .tagged-applies-to{background:#fff!important;border-color:#e5e7eb!important}html[data-theme=dark] .tagged-applies-to,html[data-theme=dark] .tagged-applies-to *{color:#111827!important}html[data-theme=dark] .tagged-applies-to .tagged-applies-label{color:#111827!important;font-weight:600!important}html[data-theme=dark] .tagged-applies-to .tagged-applies-count{color:#4b5563!important}html[data-theme=dark] .tagged-user-panel{background:#fff!important;border-color:#e5e7eb!important}html[data-theme=dark] .tagged-user-panel,html[data-theme=dark] .tagged-user-panel *{color:#111827!important}html[data-theme=dark] .tagged-user-panel .form-input{color:#111827!important;background:#fff!important;border:1px solid #d1d5db!important}html[data-theme=dark] .tagged-user-panel .form-input::placeholder{color:#9ca3af!important}html[data-theme=dark] .tagged-user-panel label{border-color:#e5e7eb!important}html[data-theme=dark] .tagged-user-panel label>div>div:last-child{color:#6b7280!important}html[data-theme=dark] .inspect-user-dropdown{background:var(--white)!important;border-color:var(--border)!important}html[data-theme=dark] .inspect-user-dropdown,html[data-theme=dark] .inspect-user-dropdown *{color:var(--text)!important}html[data-theme=dark] .inspect-user-dropdown>div{border-bottom-color:var(--border)!important}html[data-theme=dark] .inspect-user-dropdown>div[style*=background\:]{background:var(--white)!important}html[data-theme=dark] .inspect-user-dropdown>div:hover{background:#14b8a61f!important}html[data-theme=dark] .inspect-detail-panel{color:var(--text)!important;background:#14b8a614!important;border-color:#14b8a666!important}html[data-theme=dark] .inspect-detail-panel,html[data-theme=dark] .inspect-detail-panel *{color:var(--text)!important}html[data-theme=dark] .inspect-detail-panel [style*="color: rgb(107, 110, 124)"],html[data-theme=dark] .inspect-detail-panel [style*="color: #6b7280"]{color:var(--text-light)!important}html[data-theme=dark] .inspect-detail-panel [style*=border-bottom]{border-bottom-color:var(--border)!important}.sidebar{width:var(--sidebar-width);background:var(--sidebar-bg);z-index:50;flex-direction:column;align-items:center;padding:8px 0;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-logo{border-bottom:1px solid #ffffff1a;justify-content:center;width:100%;margin-bottom:8px;padding:8px 0 12px;display:flex}.logo-icon{background:#fff;border:1px solid #ffffff26;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden}.logo-icon img{object-fit:contain;width:100%;height:100%}.sidebar-nav{flex-direction:column;flex:1;align-items:center;gap:2px;width:100%;display:flex;overflow-y:auto}.sidebar-item{color:#ffffff80;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .15s;display:flex;position:relative}.sidebar-item:hover{color:#ffffffe6;background:#ffffff1a}.sidebar-item.active{background:var(--primary);color:#fff}.sidebar-item.active:before{content:"";background:#fff;border-radius:0 3px 3px 0;width:3px;height:20px;position:absolute;left:-8px}.sidebar-icon{font-size:20px}.sidebar-bottom{border-top:1px solid #ffffff1a;justify-content:center;width:100%;padding:8px 0;display:flex}
