:root{--bg: #f7f7f8;--surface: #ffffff;--border: #e3e3e6;--text: #1c1c1f;--text-muted: #6b6b74;--primary: #3452ff;--primary-hover: #2a41d6;--danger: #d63b3b;--danger-bg: #fdecec;--success-bg: #eafaf0;--success-text: #157a45;--email: #6d5bff;--whatsapp: #22a45d;--status-new: #3452ff;--status-contacted: #d6893b;--status-replied: #0f9b9b;--status-won: #157a45;--status-lost: #d63b3b;--radius: 10px}@media (prefers-color-scheme: dark){:root{--bg: #121214;--surface: #1b1b1e;--border: #2c2c30;--text: #f0f0f2;--text-muted: #9a9aa2;--primary: #6d85ff;--primary-hover: #8798ff;--danger: #ff6b6b;--danger-bg: #3a1f1f;--success-bg: #133023;--success-text: #4fd188;--status-new: #6d85ff;--status-contacted: #e0a25c;--status-replied: #2dd4d4;--status-won: #4fd188;--status-lost: #ff6b6b}}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}a{color:var(--primary)}select{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;font-family:inherit;font-size:.9rem;background-color:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:10px 30px 10px 12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236b6b74' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}@media (prefers-color-scheme: dark){select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%239a9aa2' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}}.app-shell{display:flex;flex-direction:column;height:100vh}.app-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0}.app-title{font-weight:700;font-size:1.1rem;text-decoration:none;color:var(--text)}.app-header-right{display:flex;align-items:center;gap:12px;font-size:.85rem}.app-view-tabs{display:flex;gap:4px;background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:3px}.app-view-tab{padding:6px 16px;border-radius:999px;font-size:.85rem;font-weight:600;color:var(--text-muted);text-decoration:none}.app-view-tab:hover{color:var(--text)}.app-view-tab.active{background:var(--surface);color:var(--text);box-shadow:0 1px 2px #0000000f}.login-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:16px}.login-form{width:100%;max-width:360px;display:flex;flex-direction:column;gap:14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px 24px}.login-form h1{margin:0;font-size:1.3rem}.login-form label{display:flex;flex-direction:column;gap:6px;font-size:.85rem;color:var(--text-muted)}.login-form input{font-size:1rem;padding:10px 12px;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text)}.app-body{flex:1;min-height:0;display:flex;overflow:hidden}h1{font-size:1.5rem;margin:0}.muted{color:var(--text-muted)}.btn{border:none;border-radius:var(--radius);padding:10px 16px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .15s ease}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-danger{background:var(--danger-bg);color:var(--danger);border:1px solid transparent}.btn-danger:hover:not(:disabled){border-color:var(--danger)}.btn-sm{padding:6px 12px;font-size:.85rem;border-radius:8px}.btn-icon{width:34px;height:34px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:1.05rem;line-height:1;border-radius:8px}.btn-link{background:none;border:none;color:var(--primary);cursor:pointer;font-weight:600;padding:0;text-decoration:underline}.inline-error{background:var(--danger-bg);color:var(--danger);padding:12px 14px;border-radius:var(--radius);margin-bottom:16px}.sidebar{width:340px;flex-shrink:0;border-right:1px solid var(--border);background:var(--surface);min-height:0}.sidebar-inner{display:flex;flex-direction:column;height:100%;min-height:0}.sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 16px 12px;flex-shrink:0}.sidebar-header h1{font-size:1.2rem}.sidebar-header-actions{display:flex;gap:8px}.sidebar-filters{display:flex;gap:8px;padding:0 16px 12px;flex-shrink:0}.sidebar-search{flex:1;min-width:0;font-size:.9rem;padding:8px 10px;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text)}.sidebar-filters select{flex:1;min-width:0;font-size:.85rem;padding:8px 10px;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text)}.sidebar-list{flex:1;min-height:0;overflow-y:auto;border-top:1px solid var(--border)}.sidebar-empty{padding:16px}.lead-row{display:flex;align-items:center;gap:10px;padding:12px 16px;text-decoration:none;color:var(--text);border-bottom:1px solid var(--border);border-left:3px solid transparent;transition:background .12s ease}.lead-row:hover{background:var(--bg)}.lead-row.active{background:color-mix(in srgb,var(--primary) 12%,var(--surface));border-left-color:var(--primary)}.lead-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.85rem}.lead-row-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.lead-row-top{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.lead-row-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lead-row-date{font-size:.75rem;color:var(--text-muted);flex-shrink:0}.lead-row-sub{display:flex;align-items:center;gap:6px;min-width:0}.lead-row-contact{flex:1;min-width:0;font-size:.8rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:var(--text-muted)}.status-dot-new{background:var(--status-new)}.status-dot-contacted{background:var(--status-contacted)}.status-dot-replied{background:var(--status-replied)}.status-dot-won{background:var(--status-won)}.status-dot-lost{background:var(--status-lost)}.status-badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:.75rem;font-weight:600;background:var(--border);color:var(--text);text-transform:capitalize}.status-badge.status-new{background:color-mix(in srgb,var(--status-new) 16%,var(--surface));color:var(--status-new)}.status-badge.status-contacted{background:color-mix(in srgb,var(--status-contacted) 16%,var(--surface));color:var(--status-contacted)}.status-badge.status-replied{background:color-mix(in srgb,var(--status-replied) 16%,var(--surface));color:var(--status-replied)}.status-badge.status-won{background:var(--success-bg);color:var(--success-text)}.status-badge.status-lost{background:var(--danger-bg);color:var(--danger)}.status-select{font-weight:600;padding:4px 26px 4px 10px;border-radius:999px;font-size:.8rem}.status-select.status-new{color:var(--status-new);border-color:var(--status-new)}.status-select.status-contacted{color:var(--status-contacted);border-color:var(--status-contacted)}.status-select.status-replied{color:var(--status-replied);border-color:var(--status-replied)}.status-select.status-won{color:var(--status-won);border-color:var(--status-won)}.status-select.status-lost{color:var(--status-lost);border-color:var(--status-lost)}.status-select option{color:var(--text);background:var(--surface);font-weight:400}.unread-dot{width:8px;height:8px;border-radius:50%;background:var(--primary);flex-shrink:0}.lead-row.unread .lead-row-name{font-weight:700}.app-body-pipeline{padding:20px 24px;overflow:auto}.pipeline-board{display:flex;flex-direction:column;gap:16px;width:100%;height:100%;min-height:0}.pipeline-board-header{display:flex;align-items:baseline;gap:10px;flex-shrink:0}.pipeline-empty{padding:16px 0}.pipeline-columns{flex:1;min-height:0;display:flex;gap:16px;overflow-x:auto}.pipeline-column{display:flex;flex-direction:column;min-height:0;flex:1 1 0;min-width:220px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.pipeline-column-header{display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid var(--border);flex-shrink:0}.pipeline-column-title{font-weight:600;flex:1}.pipeline-column-count{font-size:.8rem;color:var(--text-muted);background:var(--bg);border-radius:999px;padding:1px 8px}.pipeline-column-list{flex:1;min-height:0;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:8px}.pipeline-column-empty{padding:8px 4px;font-size:.85rem}.pipeline-card{display:flex;flex-direction:column;gap:8px;padding:10px;border-radius:8px;border:1px solid var(--border);background:var(--bg);text-decoration:none;color:var(--text);transition:border-color .12s ease,transform .12s ease}.pipeline-card:hover{border-color:var(--primary)}.pipeline-card-top{display:flex;align-items:center;gap:8px}.pipeline-card-top .lead-avatar{width:28px;height:28px;font-size:.7rem}.pipeline-card-name{font-weight:600;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pipeline-card.unread .pipeline-card-name{font-weight:700}.pipeline-card-contact{font-size:.8rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pipeline-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:.75rem;color:var(--text-muted)}.pipeline-card-source{background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:1px 8px;text-transform:capitalize}@media (max-width: 760px){.app-view-tabs{display:none}.app-body-pipeline{padding:12px}.pipeline-column{flex:0 0 240px;min-width:240px}}.detail-pane{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column}.detail-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--text-muted)}.detail-empty-icon{font-size:2.5rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;padding:16px;z-index:10}.modal{background:var(--surface);border-radius:var(--radius);padding:20px;width:100%;max-width:420px}.modal h2{margin:0}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.modal-close{border:none;background:none;color:var(--text-muted);font-size:1.4rem;line-height:1;cursor:pointer;padding:4px}.modal-close:hover{color:var(--text)}.modal form{display:flex;flex-direction:column;gap:12px}.modal label{display:flex;flex-direction:column;gap:4px;font-size:.85rem;color:var(--text-muted)}.modal input,.modal textarea{width:100%;font-family:inherit;font-size:1rem;padding:10px 12px;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text)}.modal textarea{resize:vertical}.modal select{width:100%;font-size:1rem;padding:10px 30px 10px 12px}.modal .composer-tabs{padding:0;margin-bottom:4px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.toast-stack{position:fixed;bottom:16px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:8px;z-index:20;width:min(90vw,420px)}.toast{padding:12px 16px;border-radius:var(--radius);font-size:.9rem;cursor:pointer;box-shadow:0 4px 16px #00000026}.toast-success{background:var(--success-bg);color:var(--success-text)}.toast-error{background:var(--danger-bg);color:var(--danger)}.back-link{display:inline-block;margin-bottom:16px;font-size:.9rem;text-decoration:none}.mobile-only{display:none}.lead-detail{flex:1;min-height:0;display:flex;width:100%}.conversation{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;padding:20px 24px}.conversation>.back-link,.conversation>.inline-error,.conversation>.lead-header,.conversation>.composer{flex-shrink:0}.lead-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--border);flex-wrap:wrap}.lead-header-title{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.lead-header-title h1{margin:0}.lead-header-actions{display:flex;align-items:center;gap:10px}.lead-info{width:400px;flex-shrink:0;border-left:1px solid var(--border);padding:24px 20px;overflow-y:auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.lead-info-avatar{width:64px;height:64px;min-width:64px;min-height:64px;aspect-ratio:1 / 1;flex-shrink:0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.3rem;overflow:hidden}.lead-info-name{font-size:1.05rem;margin:0}.lead-info-section{width:100%;text-align:left;margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.lead-info-section h3{margin:0 0 8px;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.lead-info-row{display:flex;align-items:center;gap:8px;font-size:.9rem;padding:4px 0;word-break:break-word}.lead-info-icon{flex-shrink:0}.lead-info-kv{display:flex;justify-content:space-between;gap:8px;font-size:.85rem;padding:4px 0}.tag-list{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.tag-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 8px 3px 10px;border-radius:999px;background:color-mix(in srgb,var(--primary) 12%,var(--surface));color:var(--text);font-size:.8rem;border:1px solid var(--border)}.tag-chip button{border:none;background:none;color:var(--text-muted);cursor:pointer;font-size:.9rem;line-height:1;padding:0}.tag-chip button:hover{color:var(--danger)}.tag-suggestions{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.tag-suggestion{padding:3px 10px;border-radius:999px;border:1px dashed var(--border);background:none;color:var(--text-muted);font-size:.78rem;cursor:pointer}.tag-suggestion:hover{border-color:var(--primary);color:var(--primary)}.tag-add-form{display:flex;gap:6px}.tag-add-form input{flex:1;min-width:0;font-size:.85rem;padding:6px 10px;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text)}.notes-list{display:flex;flex-direction:column;gap:10px;margin-bottom:10px}.note-item{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:8px 10px;text-align:left}.note-text{margin:0 0 6px;font-size:.85rem;white-space:pre-wrap;word-break:break-word}.note-item-meta{display:flex;align-items:center;gap:10px;font-size:.75rem}.note-item-actions{display:flex;gap:10px;margin-top:6px}.note-edit-textarea{width:100%;font-family:inherit;font-size:.85rem;padding:6px 8px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);resize:vertical}.note-add-form{display:flex;flex-direction:column;gap:6px}.note-add-form textarea{width:100%;font-family:inherit;font-size:.85rem;padding:8px 10px;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text);resize:vertical}@media (max-width: 1200px){.lead-info{display:none}}.timeline{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;flex:1;min-height:120px;overflow-y:auto;overflow-x:hidden;padding-right:4px;scroll-behavior:smooth}.msg-row{display:flex}.msg-inbound{justify-content:flex-start}.msg-outbound{justify-content:flex-end}.msg-bubble{max-width:min(80%,560px);border-radius:var(--radius);padding:10px 14px;background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--border)}.msg-bubble.msg-email{border-left-color:var(--email)}.msg-bubble.msg-whatsapp{border-left-color:var(--whatsapp)}.msg-outbound .msg-bubble{background:color-mix(in srgb,var(--primary) 10%,var(--surface))}.msg-meta{display:flex;justify-content:space-between;gap:12px;font-size:.75rem;color:var(--text-muted);margin-bottom:4px}.msg-subject{font-weight:600;margin-bottom:2px}.msg-body{white-space:pre-wrap;word-break:break-word;font-size:.95rem}.msg-opened{margin-top:6px;font-size:.75rem;color:var(--success-text)}.composer{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.composer-tabs{display:flex;gap:4px;padding:10px 10px 0}.composer-tab{padding:6px 14px;border-radius:999px;border:1px solid transparent;background:transparent;color:var(--text-muted);font-size:.85rem;font-weight:600;cursor:pointer;transition:background .12s ease,color .12s ease}.composer-tab:hover{background:var(--bg)}.composer-tab.active{background:color-mix(in srgb,var(--primary) 14%,var(--surface));color:var(--text);border-color:color-mix(in srgb,var(--primary) 35%,transparent)}.composer-body{display:flex;flex-direction:column;gap:8px;padding:12px}.reply-subject,.composer-body textarea{width:100%;font-family:inherit;font-size:.95rem;padding:10px 12px;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text)}.composer-body textarea{resize:vertical}.composer-footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.composer-footer select{flex:1;min-width:140px;padding:10px 12px;border-radius:8px}.composer-via{font-size:.85rem;margin-right:auto}@media (max-width: 760px){.sidebar{width:100%}.app-body:not(.mobile-show-detail) .detail-pane{display:none}.app-body.mobile-show-detail .sidebar{display:none}.mobile-only{display:inline-block}.conversation{padding:16px}.msg-bubble{max-width:92%}}
