.bold[data-v-68a6733c]{font-weight:700}.modal-title[data-v-66e70340]{font-weight:600;font-size:21px;line-height:20px;margin-bottom:16px}.input-row[data-v-66e70340]{width:100%}.state-list[data-v-66e70340]{max-height:200px;overflow-y:auto}.textarea[data-v-66e70340]{height:104px}.controls[data-v-66e70340]{margin-top:32px;display:flex;justify-content:flex-end}.controls .save[data-v-66e70340]{margin-left:10px}.spinner-wr[data-v-66e70340]{display:flex;align-items:center;justify-content:center;width:72px}.modal-overlay[data-v-5c7d3efe]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-wrapper[data-v-5c7d3efe]{width:480px;padding:0;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 10px 25px rgba(0,0,0,.1)}@media (max-width:560px){.modal-wrapper[data-v-5c7d3efe]{width:90vw;max-width:400px;margin:0 auto;margin-left:-10px}}@media (max-width:370px){.modal-wrapper[data-v-5c7d3efe]{width:95vw;max-width:340px;margin-left:-5px;border-radius:8px}}.modal-header[data-v-5c7d3efe]{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0 24px;margin-bottom:24px}@media (max-width:560px){.modal-header[data-v-5c7d3efe]{padding:20px 20px 0 20px;margin-bottom:20px}}@media (max-width:370px){.modal-header[data-v-5c7d3efe]{padding:16px 16px 0 16px;margin-bottom:16px}}.modal-title[data-v-5c7d3efe]{font-weight:600;font-size:20px;color:#111827;margin:0}@media (max-width:370px){.modal-title[data-v-5c7d3efe]{font-size:18px}}.status-content[data-v-5c7d3efe]{padding:0 24px;margin-bottom:24px}@media (max-width:560px){.status-content[data-v-5c7d3efe]{padding:0 20px;margin-bottom:20px}}@media (max-width:370px){.status-content[data-v-5c7d3efe]{padding:0 16px;margin-bottom:16px}}.label[data-v-5c7d3efe]{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:12px}.status-grid[data-v-5c7d3efe]{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (max-width:560px){.status-grid[data-v-5c7d3efe]{grid-template-columns:1fr;gap:8px}}.status-option[data-v-5c7d3efe]{position:relative;display:flex;align-items:center;justify-content:center;padding:16px 12px;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fff}@media (max-width:560px){.status-option[data-v-5c7d3efe]{padding:14px 12px}}@media (max-width:370px){.status-option[data-v-5c7d3efe]{padding:12px 8px;min-height:50px}}.status-option[data-v-5c7d3efe]:hover:not(.disabled){border-color:#d1d5db;background:#f9fafb}.status-option.selected[data-v-5c7d3efe]{border-color:#8b5cf6;background:#f3f4f6}.status-option.current[data-v-5c7d3efe]{border-color:#8b5cf6;background:#f5f3ff}.status-option.disabled[data-v-5c7d3efe]{opacity:.7;cursor:not-allowed}.current-indicator[data-v-5c7d3efe]{position:absolute;top:8px;right:8px;padding:2px 6px;background:var(--primary);color:#fff;border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase}@media (max-width:370px){.current-indicator[data-v-5c7d3efe]{top:4px;right:4px;padding:1px 4px;font-size:9px}}.checkmark[data-v-5c7d3efe]{position:absolute;top:8px;right:8px;width:20px;height:20px;background:#8b5cf6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}@media (max-width:370px){.checkmark[data-v-5c7d3efe]{top:4px;right:4px;width:18px;height:18px;font-size:10px}}.status-badge[data-v-5c7d3efe]{padding:6px 12px;border-radius:6px;font-size:13px;font-weight:500;text-align:center;white-space:nowrap}@media (max-width:370px){.status-badge[data-v-5c7d3efe]{padding:4px 8px;font-size:12px;white-space:normal;word-break:break-word;line-height:1.2}}.modal-actions[data-v-5c7d3efe]{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#f9fafb;border-top:1px solid #e5e7eb}@media (max-width:560px){.modal-actions[data-v-5c7d3efe]{padding:16px 20px;gap:12px}}@media (max-width:370px){.modal-actions[data-v-5c7d3efe]{padding:12px 16px;gap:8px}}.btn[data-v-5c7d3efe]{padding:12px 24px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;min-width:80px}@media (max-width:560px){.btn[data-v-5c7d3efe]{flex:1;padding:14px 16px}}@media (max-width:370px){.btn[data-v-5c7d3efe]{padding:12px 14px;font-size:14px;min-width:70px}}.btn.cancel[data-v-5c7d3efe]{background:transparent;color:#6b7280;text-decoration:underline}.btn.cancel[data-v-5c7d3efe]:hover{color:#374151}.btn.primary[data-v-5c7d3efe]{background:var(--v2-primary);color:#fff}.btn.primary[data-v-5c7d3efe]:hover:not(:disabled){background:var(--primary)}.btn.primary[data-v-5c7d3efe]:disabled{opacity:.5;cursor:not-allowed}.modal-overlay[data-v-566b2eef]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-wrapper[data-v-566b2eef]{width:480px;padding:0;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 10px 25px rgba(0,0,0,.1)}@media (max-width:560px){.modal-wrapper[data-v-566b2eef]{width:90vw;max-width:400px;margin:0 auto;margin-left:-10px}}@media (max-width:370px){.modal-wrapper[data-v-566b2eef]{width:95vw;max-width:340px;margin-left:-5px;border-radius:8px}}.modal-header[data-v-566b2eef]{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0 24px;margin-bottom:24px}@media (max-width:560px){.modal-header[data-v-566b2eef]{padding:20px 20px 0 20px;margin-bottom:20px}}@media (max-width:370px){.modal-header[data-v-566b2eef]{padding:16px 16px 0 16px;margin-bottom:16px}}.modal-title[data-v-566b2eef]{font-weight:600;font-size:20px;color:#111827;margin:0}@media (max-width:370px){.modal-title[data-v-566b2eef]{font-size:18px}}.status-content[data-v-566b2eef]{padding:0 24px;margin-bottom:24px}@media (max-width:560px){.status-content[data-v-566b2eef]{padding:0 20px;margin-bottom:20px}}@media (max-width:370px){.status-content[data-v-566b2eef]{padding:0 16px;margin-bottom:16px}}.bulk-info[data-v-566b2eef]{margin-bottom:16px}.bulk-info p[data-v-566b2eef]{margin:0;font-size:14px;color:#374151;font-weight:500}.label[data-v-566b2eef]{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:12px}.status-grid[data-v-566b2eef]{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (max-width:560px){.status-grid[data-v-566b2eef]{grid-template-columns:1fr;gap:8px}}.status-option[data-v-566b2eef]{position:relative;display:flex;align-items:center;justify-content:center;padding:16px 12px;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fff}@media (max-width:560px){.status-option[data-v-566b2eef]{padding:14px 12px}}@media (max-width:370px){.status-option[data-v-566b2eef]{padding:12px 8px;min-height:50px}}.status-option[data-v-566b2eef]:hover{border-color:#d1d5db;background:#f9fafb}.status-option.selected[data-v-566b2eef]{border-color:#8b5cf6;background:#f3f4f6}.checkmark[data-v-566b2eef]{position:absolute;top:8px;right:8px;width:20px;height:20px;background:#8b5cf6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}@media (max-width:370px){.checkmark[data-v-566b2eef]{top:4px;right:4px;width:18px;height:18px;font-size:10px}}.status-badge[data-v-566b2eef]{padding:6px 12px;border-radius:6px;font-size:13px;font-weight:500;text-align:center;white-space:nowrap}@media (max-width:370px){.status-badge[data-v-566b2eef]{padding:4px 8px;font-size:12px;white-space:normal;word-break:break-word;line-height:1.2}}.modal-actions[data-v-566b2eef]{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#f9fafb;border-top:1px solid #e5e7eb}@media (max-width:560px){.modal-actions[data-v-566b2eef]{padding:16px 20px;gap:12px}}@media (max-width:370px){.modal-actions[data-v-566b2eef]{padding:12px 16px;gap:8px}}.btn[data-v-566b2eef]{padding:12px 24px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;min-width:80px}@media (max-width:560px){.btn[data-v-566b2eef]{flex:1;padding:14px 16px}}@media (max-width:370px){.btn[data-v-566b2eef]{padding:12px 14px;font-size:14px;min-width:70px}}.btn.cancel[data-v-566b2eef]{background:transparent;color:#6b7280;text-decoration:underline}.btn.cancel[data-v-566b2eef]:hover{color:#374151}.btn.primary[data-v-566b2eef]{background:var(--v2-primary);color:#fff}.btn.primary[data-v-566b2eef]:hover:not(:disabled){background:var(--primary)}.btn.primary[data-v-566b2eef]:disabled{opacity:.5;cursor:not-allowed}.modal-overlay[data-v-2340d546]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-wrapper[data-v-2340d546]{width:480px;padding:0;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 10px 25px rgba(0,0,0,.1)}@media (max-width:560px){.modal-wrapper[data-v-2340d546]{width:90vw;max-width:400px;margin:0 auto;margin-left:-10px}}@media (max-width:370px){.modal-wrapper[data-v-2340d546]{width:95vw;max-width:340px;margin-left:-5px;border-radius:8px}}.modal-header[data-v-2340d546]{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0 24px;margin-bottom:24px}@media (max-width:560px){.modal-header[data-v-2340d546]{padding:20px 20px 0 20px;margin-bottom:20px}}@media (max-width:370px){.modal-header[data-v-2340d546]{padding:16px 16px 0 16px;margin-bottom:16px}}.modal-title[data-v-2340d546]{font-weight:600;font-size:20px;color:#111827;margin:0}@media (max-width:370px){.modal-title[data-v-2340d546]{font-size:18px}}.status-content[data-v-2340d546]{padding:0 24px;margin-bottom:24px}@media (max-width:560px){.status-content[data-v-2340d546]{padding:0 20px;margin-bottom:20px}}@media (max-width:370px){.status-content[data-v-2340d546]{padding:0 16px;margin-bottom:16px}}.label[data-v-2340d546]{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:12px}.status-grid[data-v-2340d546]{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (max-width:560px){.status-grid[data-v-2340d546]{grid-template-columns:1fr;gap:8px}}.status-option[data-v-2340d546]{position:relative;display:flex;align-items:center;justify-content:center;padding:16px 12px;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fff}@media (max-width:560px){.status-option[data-v-2340d546]{padding:14px 12px}}@media (max-width:370px){.status-option[data-v-2340d546]{padding:12px 8px;min-height:50px}}.status-option[data-v-2340d546]:hover:not(.disabled){border-color:#d1d5db;background:#f9fafb}.status-option.selected[data-v-2340d546]{border-color:#8b5cf6;background:#f3f4f6}.status-option.current[data-v-2340d546]{border-color:#8b5cf6;background:#f5f3ff}.status-option.disabled[data-v-2340d546]{opacity:.7;cursor:not-allowed}.current-indicator[data-v-2340d546]{position:absolute;top:8px;right:8px;padding:2px 6px;background:var(--primary);color:#fff;border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase}@media (max-width:370px){.current-indicator[data-v-2340d546]{top:4px;right:4px;padding:1px 4px;font-size:9px}}.checkmark[data-v-2340d546]{position:absolute;top:8px;right:8px;width:20px;height:20px;background:#8b5cf6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}@media (max-width:370px){.checkmark[data-v-2340d546]{top:4px;right:4px;width:18px;height:18px;font-size:10px}}.status-badge[data-v-2340d546]{padding:6px 12px;border-radius:6px;font-size:13px;font-weight:500;text-align:center;white-space:nowrap}@media (max-width:370px){.status-badge[data-v-2340d546]{padding:4px 8px;font-size:12px;white-space:normal;word-break:break-word;line-height:1.2}}.modal-actions[data-v-2340d546]{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#f9fafb;border-top:1px solid #e5e7eb}@media (max-width:560px){.modal-actions[data-v-2340d546]{padding:16px 20px;gap:12px}}@media (max-width:370px){.modal-actions[data-v-2340d546]{padding:12px 16px;gap:8px}}.btn[data-v-2340d546]{padding:12px 24px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;min-width:80px}@media (max-width:560px){.btn[data-v-2340d546]{flex:1;padding:14px 16px}}@media (max-width:370px){.btn[data-v-2340d546]{padding:12px 14px;font-size:14px;min-width:70px}}.btn.cancel[data-v-2340d546]{background:transparent;color:#6b7280;text-decoration:underline}.btn.cancel[data-v-2340d546]:hover{color:#374151}.btn.primary[data-v-2340d546]{background:var(--v2-primary);color:#fff}.btn.primary[data-v-2340d546]:hover:not(:disabled){background:var(--primary)}.btn.primary[data-v-2340d546]:disabled{opacity:.5;cursor:not-allowed}.title-wrapper[data-v-fdf2bf42]{margin-bottom:30px}.title-wrapper .title-row[data-v-fdf2bf42]{display:flex;align-items:center;justify-content:space-between}.title-wrapper .title-main[data-v-fdf2bf42]{font-size:24px;font-weight:600;color:#111827}.title-wrapper .default-count[data-v-fdf2bf42]{font-size:14px;color:#6b7280}.table-wrapper[data-v-fdf2bf42]{display:flex;flex-direction:column;gap:16px;width:100%;max-width:100%;overflow-x:visible}@media (max-width:729px){.table-wrapper[data-v-fdf2bf42]{overflow-x:visible}}.table-card[data-v-fdf2bf42]{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}@media (max-width:729px){.table-card[data-v-fdf2bf42]{background:transparent;border:none;border-radius:0;box-shadow:none}}.filter-bar[data-v-fdf2bf42]{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;border-bottom:1px solid #e5e7eb}.filter-section[data-v-fdf2bf42]{display:flex;align-items:center;gap:16px;position:relative;z-index:9}.filter-btn[data-v-fdf2bf42]{display:flex;align-items:center;gap:8px;padding:8px 16px;min-width:192px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.filter-btn[data-v-fdf2bf42]:hover{border-color:#9ca3af;box-shadow:0 1px 3px rgba(0,0,0,.1)}.action-buttons[data-v-fdf2bf42]{display:flex;align-items:center;gap:8px}.action-button[data-v-fdf2bf42]{display:flex;align-items:center;padding:8px 16px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;cursor:pointer;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s ease;position:relative;white-space:nowrap}.action-button[data-v-fdf2bf42]:hover{border-color:#9ca3af;box-shadow:0 1px 3px rgba(0,0,0,.1)}.action-button.create-button[data-v-fdf2bf42]{background:var(--v2-primary);color:#fff;border-color:var(--v2-primary)}.action-button.create-button .plus-icon[data-v-fdf2bf42]{width:16px;height:16px;margin-right:8px}.action-button.create-button[data-v-fdf2bf42]:hover{background:var(--primary);border-color:var(--primary)}.action-button.import-button .upload-icon[data-v-fdf2bf42]{width:16px;height:16px;margin-right:8px}.action-button.import-button input[data-v-fdf2bf42]{position:absolute;visibility:hidden;width:0;height:0}.action-button.download-button .download-icon[data-v-fdf2bf42]{width:16px;height:16px;margin-right:8px}.leads-info-bar[data-v-fdf2bf42]{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;border-top:1px solid #e5e7eb;min-height:48px}.leads-count-text[data-v-fdf2bf42]{font-size:14px;font-weight:400;color:#6b7280}.bulk-operations[data-v-fdf2bf42]{display:flex;align-items:center;justify-content:space-between;width:100%}.selection-info[data-v-fdf2bf42]{font-weight:500;font-size:14px;color:#374151}.actions[data-v-fdf2bf42]{display:flex;align-items:center;gap:20px}.action-btn[data-v-fdf2bf42]{display:flex;align-items:center;border:none;background:transparent;outline:none;color:#7c3aed;font-weight:500;font-size:14px;cursor:pointer;transition:.3s ease-out}.action-btn[data-v-fdf2bf42]:disabled{opacity:.6;cursor:not-allowed}.action-btn.invite[data-v-fdf2bf42]{padding-left:0}.action-btn.invite span[data-v-fdf2bf42]{color:var(--v2-primary);font-size:14px;font-weight:500}.action-btn.invite .invite-icon[data-v-fdf2bf42]{width:16px;height:16px;margin-right:8px;filter:invert(45%) sepia(29%) saturate(1151%) hue-rotate(220deg) brightness(104%) contrast(93%)}.action-btn.invite[data-v-fdf2bf42]:disabled{padding-left:0}.action-btn.status[data-v-fdf2bf42]{color:#7c3aed}.action-btn.status .status-icon[data-v-fdf2bf42]{width:16px;height:16px;margin-right:8px;filter:invert(31%) sepia(63%) saturate(2580%) hue-rotate(250deg) brightness(95%) contrast(95%)}.action-btn.delete[data-v-fdf2bf42]{color:#dc2626;padding-left:0;font-size:14px;font-weight:500}.action-btn.delete .delete-icon[data-v-fdf2bf42]{width:16px;height:16px;margin-right:8px;filter:invert(19%) sepia(83%) saturate(5326%) hue-rotate(352deg) brightness(92%) contrast(86%)}.spinner-small[data-v-fdf2bf42]{width:16px;height:16px;border:2px solid #e5e7eb;border-top:2px solid var(--v2-primary);border-radius:50%;animation:spin-fdf2bf42 1s linear infinite;margin-right:8px}.empty-state[data-v-fdf2bf42]{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px;text-align:center}.empty-icon[data-v-fdf2bf42]{width:64px;height:64px;opacity:.6;filter:grayscale(1)}.empty-text[data-v-fdf2bf42]{font-size:16px;color:#6b7280;margin:0;font-weight:500}.spinner[data-v-fdf2bf42]{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin-fdf2bf42 1s linear infinite}@keyframes spin-fdf2bf42{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.leads-card-view[data-v-fdf2bf42]{display:flex;flex-direction:column;gap:16px;padding:16px}.lead-card[data-v-fdf2bf42]{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.card-header[data-v-fdf2bf42]{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.checkbox-wrapper[data-v-fdf2bf42]{flex-shrink:0;padding-top:2px}.lead-name[data-v-fdf2bf42]{font-weight:500;font-size:16px;color:#111827;flex:1;line-height:1.3}.new-lead[data-v-fdf2bf42]{font-size:10px;color:#059669;background:#d1fae5;padding:2px 8px;border-radius:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.card-body[data-v-fdf2bf42]{display:flex;flex-direction:column;gap:8px}.card-row[data-v-fdf2bf42]{display:flex;justify-content:space-between;align-items:flex-start;min-height:28px;margin-bottom:8px}.card-row[data-v-fdf2bf42]:last-child{margin-bottom:0}.label[data-v-fdf2bf42]{font-size:12px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.025em;min-width:70px;flex-shrink:0}.value[data-v-fdf2bf42]{font-size:14px;color:#111827;text-align:left;flex:1;margin-left:12px;word-wrap:break-word;line-height:1.3}.value.notes-field .field-display.notes-display[data-v-fdf2bf42]{font-size:14px;line-height:1.4;max-height:none;overflow:visible;text-overflow:clip;display:block;-webkit-line-clamp:unset;line-clamp:unset;-webkit-box-orient:unset}.table-container[data-v-fdf2bf42]{position:relative;width:100%;max-width:100%;overflow:visible}.table-scroll[data-v-fdf2bf42]{overflow-x:auto;overflow-y:visible;width:100%}.table-scroll[data-v-fdf2bf42]::-webkit-scrollbar{height:8px}.table-scroll[data-v-fdf2bf42]::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.table-scroll[data-v-fdf2bf42]::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.table-scroll[data-v-fdf2bf42]::-webkit-scrollbar-thumb:hover{background:#94a3b8}.leads-table[data-v-fdf2bf42]{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.leads-table thead[data-v-fdf2bf42]{background:#f9fafb}.leads-table thead th[data-v-fdf2bf42]{padding:20px;text-align:left;font-size:12px;font-weight:500;color:#374151;text-transform:uppercase;letter-spacing:.025em;border-bottom:1px solid #e5e7eb;background:#f9fafb}.leads-table tbody[data-v-fdf2bf42]{background:#fff}.leads-table tbody tr[data-v-fdf2bf42]{border-bottom:1px solid #e5e7eb;transition:background-color .15s ease}.leads-table tbody tr:hover td[data-v-fdf2bf42]{background:#f9fafb}.sticky-column[data-v-fdf2bf42]{position:sticky;z-index:2;background:#eff6ff!important;transition:background-color .21s}.checkbox-cell[data-v-fdf2bf42],.checkbox-header[data-v-fdf2bf42]{position:sticky;left:0;width:40px;min-width:40px;z-index:3;background:#eff6ff!important;border-right:2px solid #bfdbfe;text-align:center;padding:16px 8px!important}.checkbox-header[data-v-fdf2bf42]{text-align:center!important}.checkbox-input[data-v-fdf2bf42]{width:18px;height:18px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #d1d5db;border-radius:50%;background:#fff;position:relative;transition:all .2s ease;vertical-align:middle}.checkbox-input[data-v-fdf2bf42]:checked{background:#8b5cf6;border-color:#8b5cf6}.checkbox-input[data-v-fdf2bf42]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.checkbox-input[data-v-fdf2bf42]:hover:not(:checked){border-color:#9ca3af}.checkbox-input[data-v-fdf2bf42]:focus{outline:none;box-shadow:0 0 0 3px rgba(139,92,246,.1)}.checkbox-cell[data-v-fdf2bf42]{vertical-align:middle;background:#f8fafc!important;border-bottom:1px solid #e5e7eb}.name-cell[data-v-fdf2bf42],.name-header[data-v-fdf2bf42]{left:40px;width:220px;min-width:220px;border-right:2px solid #bfdbfe;box-shadow:2px 0 4px rgba(59,130,246,.15)}.standard-header[data-v-fdf2bf42]{width:160px;min-width:160px}.standard-header.email-header[data-v-fdf2bf42]{width:225px;min-width:225px}.standard-header.notes-header[data-v-fdf2bf42]{width:220px;min-width:220px}.name-cell[data-v-fdf2bf42]{padding:16px 20px;vertical-align:middle;background:#f8fafc!important;border-bottom:1px solid #e5e7eb}.name-cell .lead-name[data-v-fdf2bf42]{font-size:14px;font-weight:500;color:#111827;display:block;margin-bottom:4px}.name-cell .new-lead[data-v-fdf2bf42]{font-size:10px;color:#059669;background:#d1fae5;padding:2px 8px;border-radius:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.status-badges[data-v-fdf2bf42]{cursor:pointer}.badge[data-v-fdf2bf42]{cursor:pointer;padding:4px 8px;border-radius:10px;font-size:13px;font-weight:500;transition:opacity .2s ease;display:inline-block}.badge[data-v-fdf2bf42]:hover{opacity:.8}.standard-cell[data-v-fdf2bf42]{padding:16px 20px;color:#111827;white-space:nowrap;vertical-align:middle;background:#fff;border-bottom:1px solid #e5e7eb;transition:background-color .2s;overflow:hidden;font-size:14px;font-weight:400;text-overflow:ellipsis}.standard-cell.email-cell[data-v-fdf2bf42]{width:225px;min-width:225px}.standard-cell.notes-cell[data-v-fdf2bf42]{white-space:normal;vertical-align:top;padding:12px 16px}.standard-cell.non-editable-date[data-v-fdf2bf42]{background:#f8fafc!important}.standard-cell.non-editable-date[data-v-fdf2bf42]:hover{background:#f1f5f9!important}.standard-cell.non-editable-date .non-editable-field[data-v-fdf2bf42]{background:transparent}.editable-field[data-v-fdf2bf42]{cursor:pointer;min-height:20px;position:relative;width:100%}.editable-field[data-v-fdf2bf42]:hover{background:rgba(59,130,246,.05);border-radius:4px}.non-editable-field[data-v-fdf2bf42]{cursor:not-allowed;min-height:20px;position:relative;width:100%;background:#f9fafb;border-radius:4px;padding:4px 8px}.non-editable-field[data-v-fdf2bf42]:hover{background:#f3f4f6}.non-editable-field .field-display[data-v-fdf2bf42]{color:#6b7280}.field-display[data-v-fdf2bf42]{display:flex;align-items:center;width:100%;font-size:14px}.field-input[data-v-fdf2bf42]{width:100%;border:2px solid #3b82f6;border-radius:4px;padding:4px 8px;font-size:14px;color:#111827;background:#fff;outline:none}.field-input[data-v-fdf2bf42]:focus{border-color:#1d4ed8;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.field-textarea[data-v-fdf2bf42]{width:100%;border:2px solid #3b82f6;border-radius:4px;padding:6px 8px;font-size:12px;color:#111827;background:#fff;outline:none;resize:vertical;min-height:40px;font-family:inherit;line-height:1.4}.field-textarea[data-v-fdf2bf42]:focus{border-color:#1d4ed8;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.notes-field .field-display[data-v-fdf2bf42]{white-space:normal;word-wrap:break-word;overflow-wrap:break-word;line-height:1.4}.notes-display[data-v-fdf2bf42]{font-size:12px;max-height:60px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.notes-cell[data-v-fdf2bf42]{width:220px;min-width:220px;white-space:normal}ul[data-v-fdf2bf42]{list-style:none;padding:0;margin:0}ul li[data-v-fdf2bf42]{padding:8px 12px;cursor:pointer;font-size:14px}ul li[data-v-fdf2bf42]:hover{background-color:#f3f4f6}ul li.active[data-v-fdf2bf42]{background-color:var(--v2-primary);color:#fff}@media (max-width:1420px){.leads-table[data-v-fdf2bf42]{min-width:900px}.name-cell[data-v-fdf2bf42],.name-header[data-v-fdf2bf42]{width:200px;min-width:200px}.standard-header[data-v-fdf2bf42]{width:140px;min-width:140px}.standard-header.notes-header[data-v-fdf2bf42]{width:200px;min-width:200px}.standard-cell[data-v-fdf2bf42]{padding:12px 16px;font-size:13px}.standard-cell .field-display[data-v-fdf2bf42]{font-size:13px}.standard-cell.notes-cell[data-v-fdf2bf42]{font-size:14px}.standard-cell.email-header[data-v-fdf2bf42]{width:210px;min-width:210px}}@media (max-width:1230px){.leads-table[data-v-fdf2bf42]{min-width:800px;font-size:13px}.name-cell[data-v-fdf2bf42],.name-header[data-v-fdf2bf42]{width:180px;min-width:180px}.standard-header[data-v-fdf2bf42]{width:130px;min-width:130px}.standard-header.email-header[data-v-fdf2bf42]{width:195px;min-width:195px}.standard-header.notes-header[data-v-fdf2bf42]{width:180px;min-width:180px}.leads-table thead th[data-v-fdf2bf42]{padding:16px 12px;font-size:11px}.standard-cell[data-v-fdf2bf42]{padding:12px;font-size:12px}.standard-cell .field-display[data-v-fdf2bf42]{font-size:12px}.standard-cell.email-cell[data-v-fdf2bf42]{width:195px;min-width:195px}.standard-cell.notes-cell[data-v-fdf2bf42]{font-size:13px}.name-cell .lead-name[data-v-fdf2bf42]{font-size:12px}.name-cell .new-lead[data-v-fdf2bf42]{font-size:9px;padding:1px 6px}.badge[data-v-fdf2bf42]{padding:3px 6px;font-size:12px}.filter-bar[data-v-fdf2bf42]{padding:12px 16px}.filter-btn[data-v-fdf2bf42]{min-width:160px}.action-button[data-v-fdf2bf42],.filter-btn[data-v-fdf2bf42]{padding:6px 12px;font-size:13px}.leads-info-bar[data-v-fdf2bf42]{padding:10px 16px}.action-btn[data-v-fdf2bf42]{font-size:13px;padding:6px 10px}}@media (max-width:1050px){.checkbox-cell[data-v-fdf2bf42],.checkbox-header[data-v-fdf2bf42]{width:50px;min-width:50px}.name-cell[data-v-fdf2bf42],.name-header[data-v-fdf2bf42]{left:50px;width:160px;min-width:160px}.standard-header[data-v-fdf2bf42]{width:120px;min-width:120px}.standard-header.email-header[data-v-fdf2bf42]{width:180px;min-width:180px}.standard-header.notes-header[data-v-fdf2bf42]{width:160px;min-width:160px}.standard-cell[data-v-fdf2bf42]{padding:8px 10px;font-size:11px}.standard-cell.email-cell[data-v-fdf2bf42]{width:180px;min-width:180px}.standard-cell.notes-cell[data-v-fdf2bf42]{font-size:12px}.field-display[data-v-fdf2bf42],.name-cell .lead-name[data-v-fdf2bf42]{font-size:11px}.field-input[data-v-fdf2bf42]{font-size:11px;padding:3px 6px}.field-textarea[data-v-fdf2bf42]{font-size:12px;padding:4px 6px}}@media (max-width:890px){.table-wrapper[data-v-fdf2bf42]{max-width:76vw}.name-cell .lead-name[data-v-fdf2bf42],.standard-cell .field-display[data-v-fdf2bf42],.standard-cell.notes-cell[data-v-fdf2bf42],.standard-cell[data-v-fdf2bf42]{font-size:12px}.leads-info-bar .bulk-operations .actions[data-v-fdf2bf42]{gap:6px}.leads-info-bar .bulk-operations .action-btn[data-v-fdf2bf42]{font-size:12px;padding:4px 8px}.selection-info[data-v-fdf2bf42]{font-size:12px}}@media (max-width:768px){.filter-bar[data-v-fdf2bf42]{flex-direction:column;align-items:stretch;gap:12px;padding:12px 16px}.filter-section[data-v-fdf2bf42]{gap:12px;width:100%}.filter-section .dropdown-container[data-v-fdf2bf42]{width:100%}.action-buttons[data-v-fdf2bf42]{justify-content:center;flex-wrap:wrap;gap:8px}.action-button[data-v-fdf2bf42]{flex:1;min-width:120px;justify-content:center;font-size:13px;padding:8px 12px}.filter-btn[data-v-fdf2bf42]{min-width:auto;width:100%;font-size:13px;padding:8px 12px}.leads-info-bar[data-v-fdf2bf42]{padding:12px 16px}.leads-info-bar .bulk-operations[data-v-fdf2bf42]{flex-direction:column;gap:12px;align-items:stretch}.leads-info-bar .bulk-operations .actions[data-v-fdf2bf42]{justify-content:center;flex-wrap:wrap;gap:12px}.leads-info-bar .bulk-operations .action-btn[data-v-fdf2bf42]{font-size:13px;padding:8px 12px}.table-scroll[data-v-fdf2bf42]{overflow-x:auto}}@media (max-width:560px){.table-wrapper[data-v-fdf2bf42]{width:105%;max-width:105%;margin-left:0}.title-wrapper[data-v-fdf2bf42]{margin-bottom:20px;padding:0 16px}.title-wrapper .title-main[data-v-fdf2bf42]{font-size:20px}.title-wrapper .default-count[data-v-fdf2bf42]{font-size:13px}.filter-bar[data-v-fdf2bf42]{padding:12px 16px;gap:8px}.action-buttons[data-v-fdf2bf42]{flex-direction:column;gap:8px}.action-button[data-v-fdf2bf42]{width:100%;min-width:auto}.action-button[data-v-fdf2bf42],.filter-btn[data-v-fdf2bf42]{padding:10px 16px;font-size:14px}.leads-info-bar[data-v-fdf2bf42]{padding:8px 16px}.leads-info-bar .bulk-operations[data-v-fdf2bf42]{gap:8px}.leads-info-bar .bulk-operations .actions[data-v-fdf2bf42]{flex-direction:column;gap:8px}.leads-info-bar .bulk-operations .action-btn[data-v-fdf2bf42]{width:100%;padding:10px 16px;font-size:14px;justify-content:center}.leads-info-bar .leads-count-text[data-v-fdf2bf42]{font-size:13px}.leads-info-bar .selection-info[data-v-fdf2bf42]{font-size:12px;text-align:center}.leads-card-view[data-v-fdf2bf42]{padding:12px}.lead-card[data-v-fdf2bf42]{margin-bottom:12px;padding:14px;border-radius:6px}.card-header[data-v-fdf2bf42]{margin-bottom:12px;padding-bottom:10px}.card-header .lead-name[data-v-fdf2bf42]{font-size:11px}.card-header .new-lead[data-v-fdf2bf42]{font-size:9px;padding:2px 6px}.card-row[data-v-fdf2bf42]{min-height:24px;margin-bottom:6px}.card-row .label[data-v-fdf2bf42]{font-size:10px;min-width:65px}.card-row .value[data-v-fdf2bf42]{font-size:13px;margin-left:10px}.card-row .value .field-display[data-v-fdf2bf42]{font-size:13px}.field-input[data-v-fdf2bf42]{font-size:13px;padding:6px 8px}.field-textarea[data-v-fdf2bf42]{font-size:12px;padding:6px 8px;min-height:36px}}