:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:320px;min-height:100vh;width:100%;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}input[type=text],input[type=email],input[type=password],input[type=number],input[type=search],input[type=tel],input[type=url],input[type=date],input[type=datetime-local],input[type=time],input[type=month],input[type=week],select,textarea{padding:.45rem .6rem;border:1px solid #ddd;border-radius:4px;background-color:#fff;color:#1f2937;font-family:inherit;font-size:.95rem;line-height:1.4;transition:border-color .15s ease,box-shadow .15s ease}select{appearance:none;-webkit-appearance:none;padding-right:1.9rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%236b7280' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5 6 6.5l5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;cursor:pointer}input[type=text]:hover,input[type=email]:hover,input[type=number]:hover,input[type=search]:hover,input[type=date]:hover,input[type=month]:hover,select:hover,textarea:hover{border-color:#cbd5e1}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=url]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=time]:focus,input[type=month]:focus,input[type=week]:focus,select:focus,textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}input:disabled,select:disabled,textarea:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}input[type=checkbox],input[type=radio]{width:15px;height:15px;accent-color:#3498db;cursor:pointer;flex:none}label>input[type=checkbox],label>input[type=radio]{margin-right:.45rem;vertical-align:middle}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#f5f5f5}:root{--color-primary: #3498db;--color-primary-hover: #2980b9;--color-border: #ddd;--color-border-hover: #cbd5e1;--color-focus: rgba(52, 152, 219, .2);--color-required: #dc2626;--radius-md: 4px;--spacing-sm: .5rem;--spacing-md: 1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{margin:0 auto;padding:0 20px}.header{background:#fff;border-bottom:1px solid #e1e5e9;padding:1rem 0;margin-bottom:2rem}.header h1{color:#2c3e50;font-size:1.8rem;margin-bottom:.5rem}.nav{display:flex;gap:1rem}.nav-link{color:#666;text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:all .2s}.nav-link:hover,.nav-link.active{background:#3498db;color:#fff}.main{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem;min-height:500px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e1e5e9}.page-header h2{color:#2c3e50;font-size:1.5rem}.page-actions{display:flex;gap:.5rem}.btn{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:#3498db;color:#fff}.btn-primary:hover:not(:disabled){background:#2980b9}.btn-secondary{background:#95a5a6;color:#fff}.btn-secondary:hover:not(:disabled){background:#7f8c8d}.btn-danger{background:#e74c3c;color:#fff}.btn-danger:hover:not(:disabled){background:#c0392b}.loading{text-align:center;padding:3rem}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.error-message{text-align:center;padding:2rem;color:#e74c3c}.table-container{overflow-x:auto;margin-bottom:2rem}.leads-table{width:100%;border-collapse:collapse;margin-bottom:1rem}.leads-table th,.leads-table td{padding:.75rem;text-align:left;border-bottom:1px solid #e1e5e9}.leads-table th{background:#f8f9fa;font-weight:600;color:#2c3e50}.leads-table tbody tr:hover{background:#f8f9fa}.leads-table .actions{display:flex;gap:.5rem}.leads-table .actions .btn{padding:.25rem .5rem;font-size:.8rem}.pagination-container{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1rem;border-top:1px solid #e1e5e9}.pagination-info{color:#666;font-size:.9rem}.pagination{display:flex;align-items:center;gap:1rem}#page-info{color:#666;font-size:.9rem}.empty-state{text-align:center;padding:3rem;color:#666}.empty-state h3{margin-bottom:.5rem;color:#2c3e50}.empty-state p{margin-bottom:1.5rem}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e1e5e9}.modal-header h3{color:#2c3e50}.modal-close{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#6b7280;padding:0;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;transition:background-color .1s ease-in-out,color .1s ease-in-out}.modal-close:hover{color:#111827;background-color:#f3f4f6}.modal-close:focus-visible{outline:none;box-shadow:0 0 0 2px #3b82f659}.modal-body{padding:1.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:.5rem;padding:1.5rem;border-top:1px solid #e1e5e9}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.25rem;font-weight:500;color:#2c3e50}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.5rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:1rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-focus)}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:var(--color-border-hover)}.form-group input[aria-invalid=true],.form-group select[aria-invalid=true],.form-group textarea[aria-invalid=true]{border-color:var(--color-required);box-shadow:0 0 0 2px #dc262626}.form-group.required>label:after{content:" *";color:var(--color-required)}.form-help{margin-top:.25rem;color:#64748b;font-size:.875rem}.form-error{background:#fee;color:#e74c3c;padding:.75rem;border-radius:4px;margin-top:1rem;border:1px solid #fcc}.breadcrumb{color:#666;font-size:.9rem}.breadcrumb a{color:#3498db;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.lead-details{margin-top:2rem}.detail-card{background:#f8f9fa;border-radius:8px;padding:1.5rem}.detail-card h3{color:#2c3e50;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e1e5e9}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.detail-item label{font-weight:600;color:#666;font-size:.9rem;margin-bottom:.25rem}.detail-item span{color:#2c3e50;font-size:1rem}@media (max-width: 768px){.container{padding:0 10px}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.pagination-container{flex-direction:column;gap:1rem;text-align:center}.leads-table{font-size:.9rem}.leads-table th,.leads-table td{padding:.5rem}.modal-content{width:95%;margin:10px}.detail-grid{grid-template-columns:1fr}}@media (max-width: 480px){.main{padding:1rem}.leads-table th:nth-child(3),.leads-table td:nth-child(3),.leads-table th:nth-child(4),.leads-table td:nth-child(4){display:none}}body{background-color:#f4f4f4}h3{margin-top:0}.app-container{display:flex;flex-direction:column;min-height:100vh;width:100%}:root{--sidebar-w: 212px;--header-h: 56px;--nav-bg: #2f3d4f;--nav-bg-deep: #26313f;--nav-ink: #b9c4d2;--nav-ink-strong: #ffffff;--nav-accent: #818cf8}.header{background-color:#fff;border-bottom:1px solid #e5e7eb;height:var(--header-h);padding:0 20px;position:fixed;top:0;left:var(--sidebar-w);right:0;width:auto;z-index:1000}.header-content{align-items:center;display:flex;height:100%;justify-content:space-between}.logo-container{display:flex;align-items:center;gap:12px;flex:0 0 auto}.header .header-search{flex:1 1 auto;max-width:420px;margin:0}.header-brand{display:none}.app-logo{height:32px;width:auto;background-color:#fff;border-radius:50%;padding:5px;box-shadow:0 1px 3px #0000001a}.header h1{color:#1f2937;font-size:2rem;margin:0;font-family:Poppins,sans-serif;font-weight:600}.header-actions{display:flex;gap:15px}.content-wrapper{display:flex;flex:1;margin-top:var(--header-h)}.sidebar{background-color:var(--nav-bg);color:var(--nav-ink);width:var(--sidebar-w);flex-shrink:0;height:100vh;position:fixed;left:0;top:0;display:flex;flex-direction:column;z-index:1001}.sidebar-brand{display:flex;align-items:center;gap:10px;height:var(--header-h);padding:0 18px;flex:none;color:var(--nav-ink-strong);text-decoration:none;font-size:1.12rem;font-weight:650;letter-spacing:-.015em}.sidebar-nav{display:flex;flex-direction:column;padding:14px 0 16px;flex:1;min-height:0;overflow-y:auto}.sidebar .nav-link{align-items:center;color:var(--nav-ink);display:flex;gap:10px;padding:9px 18px;font-size:.9rem;border-radius:0;text-decoration:none;border-left:3px solid transparent;transition:background-color .15s ease,color .15s ease}.sidebar .nav-link:hover{background-color:#ffffff0f;color:var(--nav-ink-strong)}.sidebar .nav-link.active{background-color:#ffffff1a;color:var(--nav-ink-strong);font-weight:600;border-left-color:var(--nav-accent)}.sidebar .nav-link:focus-visible{outline:2px solid var(--nav-accent);outline-offset:-2px}.sidebar-bottom{margin-top:auto;padding-top:8px;border-top:1px solid rgba(255,255,255,.1);position:relative;background:var(--nav-bg)}.sidebar-bottom.open{border-top-color:#ffffff29}.settings-trigger{width:100%;background:none;border:none;cursor:pointer;text-align:left}.sidebar .sidebar-bottom.open .settings-trigger,.sidebar .sidebar-bottom .settings-trigger.active{background-color:#ffffff1a;color:var(--nav-ink-strong)}.sidebar .sidebar-bottom.open .settings-trigger,.sidebar .sidebar-bottom .settings-trigger.active{border-left:none}.settings-menu{position:absolute;bottom:calc(100% - 2px);left:0;right:0;background:var(--nav-bg-deep);border:1px solid rgba(255,255,255,.12);box-shadow:0 6px 20px #00000026;border-radius:8px;padding:6px;z-index:1001;opacity:0;transform:translateY(8px);visibility:hidden;pointer-events:none;transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.settings-menu.open{opacity:1;transform:translateY(0);visibility:visible;pointer-events:auto;background:var(--nav-bg-deep);box-shadow:none;border-color:#ffffff1f;border-bottom:none;border-radius:8px 8px 0 0}.settings-link{display:block;padding:8px 12px;color:var(--nav-ink);font-size:.86rem;text-decoration:none;border-radius:6px}.settings-link:hover,.settings-link.active{background-color:#ffffff1a;color:var(--nav-ink-strong)}.main-content{flex:1;min-width:0;margin-left:var(--sidebar-w);padding:20px;font-family:Poppins,sans-serif}.footer{background-color:#fff;border-top:1px solid #ddd;height:50px;padding:0 20px}.footer-content{align-items:center;display:flex;height:100%;justify-content:space-between}.footer p{color:#666;font-size:.8rem;margin:0}.footer-links{display:flex;gap:20px}.footer-link{color:#666;font-size:.8rem;text-decoration:none}.footer-link:hover{color:#333;text-decoration:underline}.dashboard-placeholder{align-items:center;background-color:#fff;border-radius:5px;box-shadow:0 2px 4px #0000001a;display:flex;font-size:1.2rem;height:300px;justify-content:center;text-align:center}.header-content{display:flex;justify-content:space-between;align-items:center;width:100%}.nav{display:flex;gap:15px}.nav-link{text-decoration:none;color:#555;padding:8px 15px;border-radius:20px;transition:background-color .3s,color .3s}.nav-link.active,.nav-link:hover{background-color:#3498db;color:#fff}.main{padding:20px 0}.page-header{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:20px}.page-header h2{margin:0;font-size:1.8em;color:#333}.search-bar{width:100%;max-width:600px;display:flex;justify-content:center;margin-bottom:10px}.search-bar input{width:100%;padding:10px;border:1px solid #ddd;border-radius:25px;font-size:1em;transition:border-color .3s}.search-bar input:focus{border-color:#3498db;outline:none}.page-actions{display:flex;justify-content:center;gap:10px;width:100%;margin-top:10px}.table-container{overflow-x:auto;margin-bottom:20px}.leads-table{width:100%;border-collapse:collapse;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a;background-color:#fff}.leads-table th,.leads-table td{padding:15px;border-bottom:1px solid #ddd;text-align:left}.leads-table th{background-color:#f2f2f2;font-weight:600;color:#555}.leads-table tbody tr:nth-child(2n){background-color:#f9f9f9}.leads-table tbody tr:hover{background-color:#f1f1f1;transition:background-color .3s}.leads-table .actions{display:flex;gap:10px}.pagination-container{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.pagination{display:flex;gap:10px;align-items:center}.pagination-info{font-size:.9em;color:#777}.empty-state{text-align:center;padding:50px 20px;border:1px dashed #ddd;border-radius:8px;background-color:#f9f9f9;box-shadow:0 2px 4px #0000001a;max-width:600px;margin:0 auto}.empty-state h3{font-size:1.5em;margin-bottom:10px;color:#777}.empty-state p{margin-bottom:20px;color:#999}.loading{text-align:center;padding:50px 20px;max-width:600px;margin:0 auto}.loading p{margin-top:10px;color:#777}.spinner{border:4px solid rgba(0,0,0,.1);border-top:4px solid #3498db;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 20px}.error-message{color:#e74c3c;text-align:center;padding:50px 20px;max-width:600px;margin:0 auto;border:1px solid #f5c6cb;border-radius:8px;background-color:#fdf2f2}.error-message p{margin-bottom:20px;font-size:1.1em}.lead-details{max-width:600px;margin:0 auto;padding:20px 0}.detail-card{border:1px solid #ddd;border-radius:8px;padding:25px;background-color:#fff;box-shadow:0 2px 4px #0000001a}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}@media (max-width: 768px){.detail-grid{grid-template-columns:1fr;gap:10px}}.detail-item{display:flex;flex-direction:column}.detail-item label{font-weight:700;margin-bottom:5px;color:#555}.detail-item span{background-color:#f9f9f9;padding:10px;border-radius:5px;border:1px solid #ddd}.breadcrumb{font-size:1.2em}.breadcrumb a{text-decoration:none;color:#3498db}.modal{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000;overflow-y:auto;padding:20px}.modal-content{background:#fff;padding:30px;border-radius:8px;max-width:500px;width:100%;box-shadow:0 4px 8px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #ddd;padding-bottom:10px}.modal-close{background:transparent;border:none;font-size:1.5em;cursor:pointer;color:#777}.modal-close:hover{color:#333}.modal-footer{display:flex;justify-content:flex-end;gap:15px;margin-top:20px;border-top:1px solid #ddd;padding-top:10px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:5px;font-weight:600;color:#555}.form-group input,.form-group textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:5px;font-size:1em;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:#3498db;outline:none}.form-error{color:#e74c3c;margin-bottom:15px;font-size:.9em}.btn{display:inline-block;padding:10px 20px;font-size:1em;color:#fff;background-color:#3498db;border:none;border-radius:25px;cursor:pointer;text-decoration:none;transition:background-color .3s,transform .2s;text-align:center}.btn:hover{background-color:#2980b9;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.btn.secondary{background-color:#95a5a6;color:#fff}.btn.secondary:hover{background-color:#7f8c8d}.btn.danger{background-color:#e74c3c;color:#fff}.btn.danger:hover{background-color:#c0392b}.btn.disabled,.btn[disabled]{background-color:#ccc;cursor:not-allowed;opacity:.7}:root{--mobile-gutter: 20px;--tabbar-height: 62px}@media (max-width: 768px){.header{left:0;padding:0 var(--mobile-gutter)}.header-brand{display:flex}.header h1{font-size:1.15rem}.app-logo{height:26px}.header .header-search{margin:0 10px}.sidebar{display:none}.main-content{margin-left:0;padding:var(--mobile-gutter) var(--mobile-gutter) calc(var(--tabbar-height) + env(safe-area-inset-bottom,0px) + var(--mobile-gutter))}.footer{display:none}}@media (max-width: 480px){.header .header-search{width:130px}}.quick-add-fab{display:none}@media (max-width: 768px){.quick-add-fab{display:flex;align-items:center;justify-content:center;position:fixed;right:max(var(--mobile-gutter),env(safe-area-inset-right,0px));bottom:calc(var(--tabbar-height) + env(safe-area-inset-bottom,0px) + var(--mobile-gutter));width:52px;height:52px;border-radius:50%;background:#3498db;color:#fff;font-size:26px;font-weight:300;line-height:1;text-decoration:none;box-shadow:0 8px 20px #3498db73;z-index:999}}.bottom-tabbar{display:none}@media (max-width: 768px){.bottom-tabbar{display:flex;position:fixed;left:0;right:0;bottom:0;height:calc(var(--tabbar-height) + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);padding-left:max(var(--mobile-gutter),env(safe-area-inset-left,0px));padding-right:max(var(--mobile-gutter),env(safe-area-inset-right,0px));background:#fff;border-top:1px solid #ddd;box-shadow:0 -2px 10px #0000000f;z-index:1000}.bottom-tabbar .tab-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;background:none;border:none;color:#667080;text-decoration:none;font-size:11px;font-family:inherit;padding:6px 4px;cursor:pointer}.bottom-tabbar .tab-item .icon{font-size:18px}.bottom-tabbar .tab-item.active{color:#2c3e50;font-weight:600}}.more-sheet-backdrop{display:none}@media (max-width: 768px){.more-sheet-backdrop{display:block;position:fixed;inset:0;background:#14192359;z-index:1100}.more-sheet{position:fixed;left:0;right:0;bottom:0;background:#fff;border-radius:16px 16px 0 0;padding:10px var(--mobile-gutter) calc(var(--mobile-gutter) + env(safe-area-inset-bottom,0px));box-shadow:0 -8px 30px #0003;z-index:1101}.more-sheet .sheet-handle{width:36px;height:4px;background:#ddd;border-radius:2px;margin:6px auto 14px}.more-sheet .sheet-link{display:block;padding:14px 4px;color:#333;text-decoration:none;font-size:15px;border-bottom:1px solid #f0f0f0}.more-sheet .sheet-link:last-child{border-bottom:none}.more-sheet .sheet-link.active{color:#2c3e50;font-weight:600}}.toast-container{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem}.toast{padding:.75rem 1rem;border-radius:4px;color:#fff;font-size:.9rem;box-shadow:0 2px 6px #00000026;animation:slideIn .3s ease-out;display:flex;align-items:center;gap:.75rem}.toast-success{background-color:#28a745}.toast-error{background-color:#dc3545}.toast-info{background-color:#17a2b8}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-action{background:#fff3;color:#fff;border:none;border-radius:3px;padding:.25rem .5rem;font-size:.85rem;cursor:pointer}.toast-action:hover{background:#ffffff4d}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:20px;grid-auto-flow:dense}.dashboard-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:20px}.dashboard-card.full-width{grid-column:1 / -1}.dashboard-card h3{color:#2c3e50;font-size:1.2rem;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee}.card-content{padding:10px 0}.tasks-list{display:flex;flex-direction:column;gap:15px}.task-item{border:1px solid #e0e0e0;border-radius:8px;padding:15px;transition:all .2s ease}.task-item:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.task-item.high-priority{border-left:4px solid #e74c3c;background-color:#fef5f5}.task-item.medium-priority{border-left:4px solid #f39c12;background-color:#fef9f3}.task-item.low-priority{border-left:4px solid #95a5a6;background-color:#f8f9fa}.task-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.task-info{flex:1}.task-title{font-weight:600;color:#2c3e50;font-size:1rem;display:block;margin-bottom:4px}.task-added{font-size:.85rem;color:#7f8c8d;font-weight:500;display:block}.task-actions-top{margin-left:20px;display:flex;flex-direction:column;align-items:center;gap:4px}.task-details p{color:#555;font-size:.9rem;line-height:1.4;margin-bottom:12px;padding-right:120px}.ignore-link{color:#7f8c8d;font-size:.75rem;text-decoration:none;cursor:pointer;text-align:center}.ignore-link:hover{color:#e74c3c;text-decoration:underline}.btn-sm{padding:6px 12px;font-size:.8rem;border-radius:4px}.btn-sm.btn-primary{background-color:#3498db;color:#fff;border:none}.btn-sm:hover{opacity:.9;cursor:pointer}.summary-card .card-content{display:flex;justify-content:space-around}.stat-item{text-align:center;padding:10px}.stat-value{display:block;font-size:2rem;font-weight:700;color:#3498db;margin-bottom:5px}.stat-label{color:#7f8c8d;font-size:.9rem}.empty-activity,.empty-tasks{text-align:center;color:#7f8c8d;padding:20px 0}.quick-action-buttons{display:flex;gap:10px;flex-wrap:wrap}@media (max-width: 768px){.dashboard-grid{grid-template-columns:1fr}}.recent-leads-list{list-style:none;padding:0;margin:0}.recent-lead-link{transition:background-color .1s ease-in-out;border-radius:4px}.recent-lead-link:hover{background-color:#f8fafc}.next-actions-card .card-content{padding-top:4px}.na-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.na-item{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid #f1f3f7}.na-item:last-child{border-bottom:0}.na-check{flex:none;width:18px;height:18px;margin-top:1px;border:2px solid #cbd5e1;border-radius:50%;background:transparent;cursor:pointer;padding:0;position:relative;transition:border-color .15s ease,background-color .15s ease}.na-check:hover:not(:disabled){border-color:#10b981;background:#ecfdf5}.na-check:hover:not(:disabled):after{content:"";position:absolute;left:4px;top:1px;width:4px;height:8px;border:solid #10b981;border-width:0 2px 2px 0;transform:rotate(45deg)}.na-check:focus-visible{outline:2px solid #6366f1;outline-offset:2px}.na-check:disabled{opacity:.5;cursor:default}.na-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.na-title{font-size:14px;font-weight:600;color:#1f2937}.na-meta{font-size:12px;color:#64748b}.na-pipeline{color:#4338ca;font-weight:600;text-decoration:none}.na-pipeline:hover{text-decoration:underline}.na-due{flex:none;font-size:12px;font-weight:600;color:#6b7280;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:3px 9px;white-space:nowrap;font-variant-numeric:tabular-nums}.na-due--late{color:#ef4444;background:#fef2f2;border-color:#fecaca}.na-empty{color:#64748b;font-size:14px}.na-empty p{margin:0 0 8px}.na-link{display:inline-block;margin-top:10px;font-size:13px;font-weight:600;color:#4338ca;text-decoration:none}.na-link:hover{text-decoration:underline}@media (prefers-reduced-motion: reduce){.na-check{transition:none}}.dash-tiles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}.dash-tile{background:#fff;border:1px solid #e5e7eb;border-top:3px solid var(--tile, #cbd5e1);border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:2px;box-shadow:0 1px 2px #1018280d}.dash-tile[data-tone=overdue]{--tile: #ef4444}.dash-tile[data-tone=due]{--tile: #f59e0b}.dash-tile[data-tone=ok]{--tile: #10b981}.dash-tile[data-tone=accent]{--tile: #6366f1}.dash-tile-n{font-size:24px;font-weight:750;letter-spacing:-.02em;line-height:1.15;color:#1f2937;font-variant-numeric:tabular-nums}.dash-tile-l{font-size:12px;color:#6b7280}.dash-deck{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:16px;align-items:start;margin-top:16px}.dash-col{display:flex;flex-direction:column;gap:16px}@media (max-width: 1000px){.dash-deck{grid-template-columns:1fr}}@media (max-width: 600px){.dash-tiles{grid-template-columns:repeat(2,minmax(0,1fr))}}.dashboard-card h3{display:flex;align-items:center;justify-content:space-between;gap:10px}.card-count{font-size:12px;font-weight:600;color:#6b7280;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:2px 9px;font-variant-numeric:tabular-nums}.card-link{font-size:12.5px;font-weight:600;color:#4338ca;text-decoration:none}.card-link:hover{text-decoration:underline}.gc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.gc-item{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid #f1f3f7}.gc-item:last-child{border-bottom:0}.gc-avatar{width:28px;height:28px;flex:none;border-radius:50%;background:#eef2ff;color:#4338ca;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.gc-body{flex:1;min-width:0;display:flex;flex-direction:column}.gc-name{font-size:13.5px;font-weight:600;color:#1f2937;text-decoration:none}.gc-name:hover{color:#4338ca;text-decoration:underline}.gc-meta{font-size:11.5px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gc-when{font-size:11.5px;color:#94a3b8;flex:none;font-variant-numeric:tabular-nums}.pm-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.pm-item{display:flex;align-items:center;gap:10px;padding:7px 10px 7px 0;border:1px solid #eef0f4;border-radius:8px;overflow:hidden}.pm-sev{width:3px;align-self:stretch;flex:none;background:var(--pm-sev, #cbd5e1)}.pm-item[data-sev=overdue]{--pm-sev: #ef4444}.pm-item[data-sev=due]{--pm-sev: #f59e0b}.pm-item[data-sev=ok]{--pm-sev: #10b981}.pm-item[data-sev=setup]{--pm-sev: #cbd5e1}.pm-body{flex:1;min-width:0;display:flex;flex-direction:column}.pm-name{font-size:13.5px;font-weight:600;color:#1f2937;text-decoration:none}.pm-name:hover{color:#4338ca;text-decoration:underline}.pm-meta{font-size:11.5px;color:#64748b}.header-search{position:relative;width:300px}.search-container{position:relative;width:100%}.search-input{width:100%;padding:7px 40px 7px 12px;border:1px solid #e5e7eb;border-radius:8px;background-color:#f6f7f9;color:#1f2937;font-size:.9rem;transition:border-color .15s,background-color .15s,box-shadow .15s}.search-input::placeholder{color:#9ca3af}.search-input:focus{outline:none;background-color:#fff;border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f126}.search-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.search-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 6px #0000001a;max-height:300px;overflow-y:auto;z-index:1000;margin-top:4px}.search-results{list-style:none;margin:0;padding:0}.search-result-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background-color .2s}.search-result-item:hover{background-color:#f5f5f5}.search-result-item:last-child{border-bottom:none}.result-name{font-weight:600;color:#333;font-size:14px;margin-bottom:2px}.result-email{color:#666;font-size:12px}.search-loading{padding:16px;text-align:center;color:#666}.search-loading .spinner{display:inline-block;width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.no-results{padding:16px;text-align:center;color:#666;font-style:italic}@media (max-width: 768px){.header-search{width:200px}.search-dropdown{max-width:100vw;left:-10px;right:-10px}}.lead-list .page-title-container{margin-bottom:12px}.quick-add-btn{display:inline-flex;align-items:center;gap:7px;padding:6px 12px 6px 8px;background:#eaf4fc;border:1px solid #b7d9f0;border-radius:6px;color:#1c5d8a;font-size:.86rem;font-weight:600;font-family:inherit;white-space:nowrap;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.quick-add-btn:hover{background:#ddedf9;border-color:#90c4e8}.quick-add-btn:focus-visible{outline:2px solid #3498db;outline-offset:2px}.quick-add-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#3498db;color:#fff;font-size:14px;line-height:1;flex-shrink:0}@media (max-width: 768px){.quick-add-btn{display:none}}.lead-search{position:relative;display:flex;align-items:center;flex:1 1 200px;min-width:140px;max-width:320px}.lead-search input[type=text]{width:100%;padding:6px 28px 6px 10px;font-size:.88rem}.lead-search-clear{position:absolute;right:6px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#e5e7eb;color:#4b5563;font-size:14px;line-height:1;cursor:pointer}.lead-search-clear:hover{background:#d1d5db}.lead-type-filter{padding:6px 28px 6px 10px;font-size:.88rem;flex:none}.table-container{width:100%;overflow-x:auto;overflow-y:auto;margin:12px 0;max-height:65vh;background:#fff;border:1px solid #e5e7eb;border-radius:6px}table.table{width:100%;border-collapse:collapse;border-spacing:0;background-color:#fff;font-size:13px;font-variant-numeric:tabular-nums;color:#1f2937}table.table thead th{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;padding:7px 12px;text-align:left;font-weight:600;font-size:11.5px;letter-spacing:.04em;text-transform:uppercase;color:#6b7280;white-space:nowrap;position:sticky;top:0;z-index:1}table.table tbody td{padding:7px 12px;border-bottom:1px solid #f1f3f5;color:#1f2937;vertical-align:middle;line-height:1.35}table.table tbody tr:last-child td{border-bottom:none}table.table tbody tr{transition:background-color .1s ease-in-out}table.table tbody tr:hover{background-color:#f8fafc}table.table tbody tr:nth-child(2n){background-color:#fbfcfd}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #eee}.search-section{display:flex;gap:10px;align-items:center;margin-bottom:20px;padding:15px;background-color:#f8f9fa;border-radius:8px;border:1px solid #dee2e6}.search-input{flex:1;padding:10px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;transition:border-color .3s ease}.search-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.actions{white-space:nowrap;display:flex;gap:6px}.actions button{padding:3px 9px;font-size:12px;border-radius:4px;font-weight:500;text-transform:none;box-shadow:none;line-height:1.5}.actions button:hover{box-shadow:0 1px 2px #0000001a}.actions button:first-child{background-color:transparent;color:#2c3e50;border:1px solid #d1d5db}.actions button:first-child:hover{background-color:#f8f9fa}.actions button.btn-danger{background-color:transparent;color:#dc3545;border:1px solid #dc3545}.actions button.btn-danger:hover{background-color:#dc35450d}tbody tr .row-actions{opacity:0;transition:opacity .12s ease-in-out;display:flex;gap:6px}tbody tr:hover .row-actions{opacity:1}.lead-name-cell{display:flex;align-items:center;gap:8px;color:inherit;text-decoration:none;min-width:0}a.lead-name-cell:hover .lead-name{color:#2980b9;text-decoration:underline}a.lead-name-cell:focus-visible{outline:2px solid #3498db;outline-offset:2px;border-radius:4px}.lead-avatar{flex:0 0 auto;width:24px;height:24px;border-radius:50%;background:#e5e7eb;color:#4b5563;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:11px;letter-spacing:.02em}.lead-avatar-img{object-fit:cover;background:none}.lead-name{color:#111827;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lead-list.density-compact .lead-avatar{width:22px;height:22px;font-size:10.5px}.lead-list table.table .chip{padding:2px 8px;font-size:11.5px;font-weight:500}mark{background-color:#fff3cd;padding:0 2px;border-radius:2px}.filter-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:9999px;background:#eef2ff;color:#3730a3;border:1px solid #c7d2fe;font-size:.9rem}.filter-pill .clear{appearance:none;border:none;background:transparent;color:#1f2937;font-size:.95rem;line-height:1;cursor:pointer}.density-toggle{display:inline-flex;align-items:center;gap:6px}.density-toggle .density-btn{appearance:none;border:1px solid #d1d5db;background:#fff;color:#4b5563;padding:6px 8px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;line-height:1}.density-toggle .density-btn:hover{background:#f9fafb}.density-toggle .density-btn:focus-visible{outline:none;box-shadow:0 0 0 2px #3b82f659}.density-toggle .density-btn.active{background:#eef2ff;border-color:#c7d2fe;color:#3730a3}.lead-list.density-compact table.table thead th,.lead-list.density-compact table.table tbody td{padding:4px 10px}.lead-list.density-compact table.table{font-size:12.5px}.lead-list:not(.density-compact) table.table thead th,.lead-list:not(.density-compact) table.table tbody td{padding:10px 14px}.lead-list:not(.density-compact) table.table{font-size:13.5px}.cell-with-chip{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cell-with-chip .text{color:#111827}.presence-chip{display:inline-flex;align-items:center;padding:2px 8px;border-radius:9999px;font-size:12px;line-height:1.4;border:1px solid #cbd5e1;color:#475569}.presence-chip.present{background:#e6f4ff;border-color:#93c5fd;color:#1e3a8a}.presence-chip.missing{background:transparent;border-style:dashed}.lead-mobile-list{display:none}.lead-mobile-row{display:flex;align-items:center;gap:10px;padding:11px 14px 11px 10px;border-bottom:1px solid #f1f3f5;border-left:3px solid transparent;background:#fff;cursor:pointer}.lead-mobile-row:active{background:#f3f7fb}.lead-mobile-row.pct-good{border-left-color:#16a34a}.lead-mobile-row.pct-mid{border-left-color:#3498db}.lead-mobile-row.pct-low{border-left-color:#d97706}.lead-mobile-row .lead-avatar{width:32px;height:32px;font-size:12px}.lead-mobile-mid{flex:1;min-width:0}.lead-mobile-mid .lead-name{display:block;font-size:14.5px}.lead-mobile-sub{display:block;font-size:11.5px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lead-mobile-right{flex:none;text-align:right}.lead-mobile-touch{display:block;font-size:12px;color:#6b7280;font-variant-numeric:tabular-nums}.lead-mobile-touch.overdue{color:#d97706;font-weight:600}.lead-mobile-pct{font-size:11px;font-weight:700;font-variant-numeric:tabular-nums}.lead-mobile-row.pct-good .lead-mobile-pct{color:#16a34a}.lead-mobile-row.pct-mid .lead-mobile-pct{color:#3498db}.lead-mobile-row.pct-low .lead-mobile-pct{color:#d97706}@media (max-width: 768px){table.table{font-size:.9rem}.table-container,.density-toggle{display:none}.lead-mobile-list{display:block;margin:12px 0;background:#fff;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.lead-mobile-row:last-child{border-bottom:none}.actions button{padding:4px 8px;font-size:.8rem}.lead-list{max-width:100%;overflow-x:clip}.lead-search{flex:1 1 100%;max-width:100%}.lead-search input[type=text]{font-size:16px;padding:10px 30px 10px 12px}.lead-type-filter{font-size:16px;padding:8px 30px 8px 10px;max-width:100%}.search-pill{overflow-wrap:anywhere}}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:10px}.page-actions{display:flex;gap:10px;align-items:center}.pagination-controls{display:flex;align-items:center;justify-content:center;gap:15px;margin:20px 0}.pagination-controls button{padding:6px 12px;font-size:.9rem}.page-title-container{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid #e9ecef}.page-title-toolbar{display:flex;align-items:center;gap:8px;flex:1 1 320px;min-width:0;flex-wrap:wrap}.page-title-count{display:inline-block;margin-left:10px;padding:2px 9px;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:.78rem;font-weight:600;vertical-align:middle;font-variant-numeric:tabular-nums}.page-title{margin:0;padding:0;font-size:1.5rem;font-weight:600;color:#2c3e50;text-align:left}.page-title-actions{display:flex;gap:10px;align-items:center}.btn{padding:8px 16px;font-size:.9rem;font-weight:500;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#3498db;color:#fff}.btn-primary:hover:not(:disabled){background-color:#2980b9}.btn-secondary{background-color:#f8f9fa;color:#212529;border:1px solid #dee2e6}.btn-secondary:hover:not(:disabled){background-color:#e9ecef}@media (max-width: 576px){.page-title-container{flex-direction:column;align-items:flex-start;gap:12px}.page-title-toolbar,.page-title-actions{width:100%}.btn{flex:1;text-align:center}}.lead-profile-card h3{margin-top:0;border-bottom:1px solid #eee;padding-bottom:.5rem;margin-bottom:1rem}.profile-table{display:grid;grid-template-columns:1fr 2fr 80px;gap:0}.profile-row{display:contents}.profile-cell{padding:12px 8px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;min-width:0;overflow-wrap:anywhere}.profile-header .profile-cell{padding:16px 8px 12px;border-bottom:2px solid #dee2e6;font-weight:600;color:#495057;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.profile-header .profile-cell:nth-child(3){justify-content:center}.profile-cell:nth-child(3){justify-content:center}.field-value{display:inline-block}.value-with-score{display:flex;align-items:center;gap:8px}.value-with-score{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.field-value{flex:1}.relevance-badge{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:20px;padding:0 6px;border-radius:10px;font-size:.75rem;font-weight:600;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.2);box-shadow:0 1px 2px #0000001a;transition:all .2s ease}.relevance-badge:hover{transform:scale(1.1);box-shadow:0 2px 4px #0003}.score-0{background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.score-10{background:linear-gradient(135deg,#e9ecef,#dee2e6)}.score-20{background:linear-gradient(135deg,#dee2e6,#ced4da)}.score-30{background:linear-gradient(135deg,#ced4da,#adb5bd)}.score-40{background:linear-gradient(135deg,#adb5bd,#6c757d)}.score-50{background:linear-gradient(135deg,#6c757d,#495057)}.score-60{background:linear-gradient(135deg,#495057,#28a745)}.score-70{background:linear-gradient(135deg,#28a745,#20c997)}.score-80{background:linear-gradient(135deg,#20c997,#1e7e34)}.score-90{background:linear-gradient(135deg,#1e7e34,#198754)}.score-100{background:linear-gradient(135deg,#198754,#155724)}.profile-info-grid p{margin:0}.title-with-avatar{display:flex;align-items:center;gap:12px}.avatar-initials{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:#2c3e50;background:#e9ecef;border:1px solid #dee2e6}.title-text{line-height:1}.summary-chips{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 20px}.chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;font-size:.85rem;border:1px solid #e5e7eb;color:#374151;background:#f9fafb}.chip i{color:#6b7280}.chip svg{color:#6b7280}.chip-ok{background:#eef7ff;border-color:#cfe3ff}.chip-muted{background:#fafafa;color:#6b7280}.chip-neutral{background:#f3f4f6}.tabs{display:flex;gap:8px;border-bottom:1px solid #e5e7eb;margin:16px 0}.tab{appearance:none;background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-bottom:none;padding:8px 12px;border-radius:8px 8px 0 0;font-weight:600;cursor:pointer}.tab:hover{background:#f3f4f6}.tab:focus,.tab:focus-visible,.tab:active{outline:none;box-shadow:none}.tab.active{background:#fff;color:#111827;border-color:#d1d5db;border-bottom:0;position:relative;top:1px}.tab.active:after{content:"";position:absolute;inset:41px -1px -1px;height:10px;background:linear-gradient(to bottom,#fff,#fff0);pointer-events:none}.notes-card{margin-top:16px}.notes-placeholder{color:#6b7280;margin-bottom:10px}.indented-cell{position:relative;background-image:repeating-linear-gradient(to right,rgba(52,152,219,.14),rgba(52,152,219,.14) 2px,transparent 2px,transparent 20px);background-size:calc(var(--depth, 0) * 20px) 100%;background-repeat:no-repeat;background-position:left top;padding-left:calc(var(--depth, 0) * 20px + 6px)}.profile-cell.is-child{background-color:#3498db08}.profile-label.indented{position:relative;padding-left:0;display:inline-flex;align-items:center;gap:6px}.profile-label.indented.has-depth{border-left:3px solid rgba(52,152,219,.6);padding-left:8px}.profile-label.indented.has-depth:before{content:"↳";color:#3498db;opacity:.8}.lead-details .detail-item span{background-color:transparent;border:none;padding:0;border-radius:0;color:#111827}.lead-details .detail-columns{display:grid;grid-template-columns:65fr 35fr;gap:16px;align-items:start;width:100%}.lead-details .left-col,.lead-details .right-col{min-width:0}@media (max-width: 1024px){.lead-details .detail-columns{grid-template-columns:1fr}.lead-details .left-col{order:1}.lead-details .right-col{order:2}}.lead-details{max-width:none;width:100%;margin:0}.suggestions-header{position:relative;display:flex;align-items:center;gap:8px;margin-bottom:8px}.suggestions-title{margin:0}.suggestions-inline-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.suggestions-status{font-size:.85rem;color:#666}.suggestions-refresh-btn{position:absolute;top:0;right:0;padding:4px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;margin:-26px -26px 0 0}.suggestions-refresh-btn svg{width:16px;height:16px}.suggestions-header .btn-small{padding:4px 10px;font-size:.85rem;border-radius:6px;line-height:1.2}.suggestions-list{list-style:none;padding:0;margin:0}.suggestion-item{padding:12px 0;border-top:1px solid #eee;position:relative}.suggestion-body{display:block}.suggestion-title{font-weight:600;margin:0 0 4px;word-break:break-word}.suggestion-meta{font-size:.85rem;color:#666;word-break:break-word;margin-bottom:6px}.fresh-chip{display:inline-block;margin-left:8px;padding:2px 6px;font-size:.75rem;line-height:1;color:#065f46;background:#d1fae5;border:1px solid #a7f3d0;border-radius:999px}.suggestion-score{margin-top:4px}.suggestion-actions{margin-top:8px}.suggestion-actions-row{display:flex;gap:4px;flex-wrap:wrap}.suggestion-actions .btn{padding:4px 8px;font-size:.85rem;border-radius:6px;line-height:1.2}.suggestion-actions .btn svg{width:14px;height:14px}.suggestion-actions .btn.btn-active{background:#2563eb;border-color:#1d4ed8;color:#fff}.suggestion-actions .btn.btn-active:hover{background:#1d4ed8}.suggestion-delete-btn{position:absolute;top:6px;right:0;border:none;background:transparent;color:#888;cursor:pointer;padding:4px;border-radius:4px;opacity:0;pointer-events:none;transition:opacity .15s ease}.suggestion-delete-btn:hover{background:#0000000a;color:#c0392b}.suggestion-item:hover .suggestion-delete-btn{opacity:1;pointer-events:auto}.profile-row-hover .profile-action-btn{opacity:0;pointer-events:none;transition:opacity .15s ease;margin-left:8px}.profile-row-hover:hover .profile-action-btn{opacity:1;pointer-events:auto}.profile-action-btn[data-tooltip]{position:relative}.profile-action-btn[data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:125%;left:50%;transform:translate(-50%);background:#111827f2;color:#fff;padding:6px 8px;border-radius:6px;font-size:12px;line-height:1.2;white-space:nowrap;box-shadow:0 2px 8px #0003;opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease;z-index:10}.profile-action-btn[data-tooltip]:before{content:"";position:absolute;bottom:117%;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:rgba(17,24,39,.95) transparent transparent transparent;opacity:0;transition:opacity .12s ease;z-index:10}.profile-action-btn[data-tooltip]:hover:after,.profile-action-btn[data-tooltip]:focus:after,.profile-action-btn[data-tooltip]:focus-visible:after,.profile-action-btn[data-tooltip]:hover:before,.profile-action-btn[data-tooltip]:focus:before,.profile-action-btn[data-tooltip]:focus-visible:before{opacity:1}.profile-spinner{margin-left:8px;font-size:.85rem;color:#666}.suggestion-summary{margin-top:6px}.suggestion-summary>summary{list-style:none;cursor:pointer;color:#444;font-weight:600;font-size:.9rem}.suggestion-summary>summary::-webkit-details-marker{display:none}.suggestion-summary>summary:before{content:"▸";display:inline-block;margin-right:6px;color:#888;transition:transform .15s ease}.suggestion-summary[open]>summary:before{transform:rotate(90deg)}.suggestion-summary-body{margin-top:6px;padding:8px;background:#fafafa;border:1px solid #eee;border-radius:6px;font-size:.9rem;color:#444}.info-banner{margin-bottom:12px;padding:10px 12px;border-radius:6px;border:1px solid #FFE08A;background:#fff8db}.info-banner .info-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-completion{margin-top:6px}.completion-progress{position:relative;height:8px;background:#fff3c4;border:1px solid #ffe08a;border-radius:999px;overflow:hidden}.completion-bar{height:100%;background:linear-gradient(90deg,#fbbf24,#f59e0b);width:0%;transition:width .25s ease}.btn-nowrap{white-space:nowrap}.quick-add-prompt{margin:1rem 0 1.5rem;padding:1.25rem;border:1px solid #e5e7eb;border-radius:10px;background:#f9fbff;box-shadow:0 8px 18px #0f172a14}.quick-add-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.quick-add-titleblock{display:flex;align-items:center;gap:.75rem}.quick-add-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#2563eb1a;color:#2563eb}.quick-add-heading{margin:0;font-weight:600;font-size:1rem;color:#111827}.quick-add-subtitle{margin:.15rem 0 0;color:#4b5563;font-size:.9rem}.quick-add-close{border:none;background:transparent;color:#6b7280;cursor:pointer;font-size:1.1rem;padding:.2rem;border-radius:4px}.quick-add-close:hover{color:#111827;background:#1118270d}.quick-add-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.quick-add-item{display:flex;flex-direction:column;gap:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.quick-add-item:first-of-type{border-top:none;padding-top:0}.quick-add-body{display:flex;flex-direction:column;gap:.25rem}.quick-add-label{font-weight:600;color:#111827}.quick-add-description{margin:0;color:#4b5563;font-size:.9rem}.quick-add-controls{display:flex;flex-direction:column;gap:.5rem}.quick-add-input{width:100%;border:1px solid #d1d5db;border-radius:6px;padding:.5rem .6rem;font-size:.95rem;color:#111827;background:#fff}.quick-add-input:focus{outline:2px solid rgba(37,99,235,.2);border-color:#2563eb}.quick-add-actions{display:flex;align-items:center;gap:.5rem}.quick-add-skip{border:none;background:transparent;color:#2563eb;cursor:pointer;font-size:.9rem;padding:.25rem .5rem;border-radius:4px}.quick-add-skip:hover:not(:disabled){text-decoration:underline}.quick-add-skip:disabled{color:#9ca3af;cursor:not-allowed}.quick-add-footer{margin-top:1rem;display:flex;justify-content:flex-end}.quick-add-dismiss{border:none;background:transparent;color:#6b7280;cursor:pointer;font-size:.85rem;padding:.25rem .5rem;border-radius:4px}.quick-add-dismiss:hover{color:#111827;text-decoration:underline}@media (max-width: 768px){.lead-detail-page .breadcrumb,.lead-detail-page .page-title-container,.lead-detail-page .summary-chips{display:none}.lead-detail-page .tabs{background:#f8f9fa;border:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;border-radius:10px;padding:3px;gap:0;margin:0 0 14px;position:sticky;top:64px;z-index:20;box-shadow:0 -12px 0 8px #f8f9fa}.lead-detail-page .tab{flex:1;text-align:center;font-size:13px;padding:8px 0;border:none;border-radius:8px;background:transparent;top:0}.lead-detail-page .tab.active{background:#fff;box-shadow:0 1px 2px #00000014;top:0}.lead-detail-page .tab.active:after{display:none}}@media (max-width: 768px){.lead-details{overflow-x:clip}.profile-table{display:block}.profile-table .profile-header{display:none}.profile-row{display:grid;grid-template-columns:1fr auto;column-gap:8px;padding:12px 0;border-bottom:1px solid #f0f0f0}.profile-row:last-child{border-bottom:none}.profile-cell{padding:0;border-bottom:none}.profile-cell:nth-child(1){grid-column:1;grid-row:1;font-weight:600;margin-bottom:4px}.profile-cell:nth-child(3){grid-column:2;grid-row:1;justify-content:flex-end}.profile-cell:nth-child(2){grid-column:1 / -1;grid-row:2}.profile-row-hover .profile-action-btn{opacity:1;pointer-events:auto;width:32px;height:32px;padding:0;margin-left:6px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#6b7280;font-size:13px;flex:none}.profile-row-hover .profile-action-btn svg{width:13px;height:13px}.lead-detail-page .detail-card .btn,.lead-detail-page .lead-profile-card .btn,.lead-detail-page .info-banner .btn{padding:6px 12px;font-size:13px;border-radius:6px;line-height:1.3;white-space:nowrap}.lead-details .detail-item span,.suggestion-title,.suggestion-meta{overflow-wrap:anywhere}}.temporal-values{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.temporal-value-item{display:flex;flex-direction:column;gap:2px}.temporal-value-name{display:inline-flex;align-items:center;gap:8px;font-weight:500;color:#111827}.temporal-range{font-size:12px;color:#6b7280}.temporal-badge{flex:none;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;padding:1px 7px;border-radius:999px;white-space:nowrap}.temporal-badge.current{background:#dcfce7;color:#166534}.temporal-badge.past{background:#f3f4f6;color:#6b7280}.avatar-suggestion{margin:1rem 0 1.5rem;padding:1.25rem;border:1px solid #e5e7eb;border-radius:10px;background:#f9fbff;box-shadow:0 8px 18px #0f172a14}.avatar-suggestion-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.avatar-suggestion-titleblock{display:flex;align-items:center;gap:.75rem}.avatar-suggestion-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#2563eb1a;color:#2563eb}.avatar-suggestion-heading{margin:0;font-weight:600;font-size:1rem;color:#111827}.avatar-suggestion-subtitle{margin:.15rem 0 0;color:#4b5563;font-size:.9rem}.avatar-suggestion-close{border:none;background:transparent;color:#6b7280;cursor:pointer;font-size:1.1rem;padding:.2rem;border-radius:4px}.avatar-suggestion-close:hover{color:#111827;background:#1118270d}.avatar-suggestion-options{display:flex;flex-wrap:wrap;gap:.75rem}.avatar-option{display:flex;flex-direction:column;align-items:center;gap:.2rem;width:104px;padding:.6rem .4rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;text-align:center;transition:border-color .15s ease,box-shadow .15s ease}.avatar-option:hover{border-color:#93c5fd}.avatar-option.is-selected{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb2e}.avatar-option:focus-within{outline:2px solid rgba(37,99,235,.35);outline-offset:2px}.avatar-option-thumb{position:relative;width:64px;height:64px;border-radius:50%;overflow:hidden;background:#e2e8f0;display:flex;align-items:center;justify-content:center}.avatar-option-thumb img{width:100%;height:100%;object-fit:cover;display:block}.avatar-option-check{position:absolute;right:0;bottom:0;width:20px;height:20px;border-radius:50%;background:#2563eb;color:#fff;font-size:.7rem;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.avatar-option-label{font-size:.8rem;font-weight:600;color:#111827;margin-top:.35rem;overflow-wrap:anywhere}.avatar-option-detail{font-size:.72rem;color:#6b7280;overflow-wrap:anywhere}.avatar-suggestion-actions{display:flex;align-items:center;gap:.5rem;margin-top:1rem}.avatar-suggestion-skip{border:none;background:transparent;color:#2563eb;cursor:pointer;font-size:.9rem;padding:.25rem .5rem;border-radius:4px}.avatar-suggestion-skip:hover:not(:disabled){text-decoration:underline}.avatar-suggestion-skip:disabled{color:#9ca3af;cursor:not-allowed}.avatar-suggestion-status{font-size:.85rem;color:#15803d}.avatar-suggestion-loading{display:flex;gap:.75rem}.avatar-suggestion-skeleton{width:64px;height:64px;border-radius:50%;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:200% 100%;animation:avatar-suggestion-shimmer 1.2s ease-in-out infinite}@keyframes avatar-suggestion-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.avatar-suggestion .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.avatar-image{object-fit:cover;border-radius:50%;background:#e2e8f0}.source-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;font-size:13px;border:1px solid #dbeafe;border-radius:999px;background:#eff6ff;color:#1d4ed8;cursor:pointer;font-family:inherit;max-width:100%}.source-chip-host{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.source-chip-confidence{color:#6b7280;font-size:12px}.source-chip.verified{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.source-chip.unsourced{background:#fffbeb;border-color:#fde68a;color:#b45309;cursor:default}.source-chip-row{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.source-chip-row-label{font-size:12px;color:#9ca3af}.source-viewer-backdrop{position:fixed;inset:0;background:#1118278c;z-index:1200;display:flex;align-items:flex-end;justify-content:center}.source-viewer{background:#fff;width:100%;max-width:720px;height:85vh;border-radius:16px 16px 0 0;display:flex;flex-direction:column;overflow:hidden}@media (min-width: 768px){.source-viewer-backdrop{align-items:center}.source-viewer{height:80vh;border-radius:16px}}.source-viewer-bar{display:flex;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid #e5e7eb}.source-viewer-host{font-weight:600;font-size:14px;color:#111827;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.source-viewer-open{font-size:13px;color:#6366f1;text-decoration:none;white-space:nowrap}.source-viewer-open:hover{text-decoration:underline}.source-viewer-close{border:none;background:none;font-size:16px;color:#6b7280;cursor:pointer;padding:4px 6px}.source-viewer-frame{border:none;flex:1;width:100%}.source-viewer-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;flex:1;min-height:180px;padding:32px 24px;text-align:center;color:#4b5563;font-size:14px}.source-viewer-state p{margin:0}.source-viewer-state-link{padding:8px 16px;border:1px solid #dbeafe;border-radius:8px;background:#eff6ff;color:#1d4ed8;text-decoration:none}.question-panel{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin-top:16px}.question-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;flex-wrap:wrap;gap:8px}.question-panel-header h3{margin:0;font-size:1rem;color:#1f2937}.question-panel-meta{display:flex;align-items:center;gap:8px}.question-panel-count{font-size:12px;color:#6b7280;background:#f3f4f6;padding:2px 8px;border-radius:999px}.question-panel-empty{color:#6b7280;font-size:14px;padding:12px 0}.question-panel-error{background:#fef2f2;color:#b91c1c;padding:8px 12px;border-radius:6px;font-size:13px;margin-bottom:8px}.question-card{border:1px solid #e5e7eb;border-radius:8px;padding:14px;background:#f9fafb}.question-prompt{font-size:15px;font-weight:500;color:#111827;margin-bottom:12px;line-height:1.4}.question-actions,.question-options,.question-fill-form{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.question-option{font-size:13px}.question-fill-form input{flex:1;min-width:140px;padding:7px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:16px}.btn-link{background:none;border:none;color:#6b7280;cursor:pointer;padding:6px 4px;font-size:13px}.btn-link:hover{color:#1f2937;text-decoration:underline}.btn-link:disabled{color:#9ca3af;cursor:not-allowed}.question-source{margin:-4px 0 12px}.mobile-lead-hero{display:none}@media (max-width: 768px){.mobile-lead-hero{display:block;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px 14px 12px;margin-bottom:14px}.mlh-id{display:flex;gap:12px;align-items:center}.mlh-ringwrap{position:relative;width:64px;height:64px;flex:none}.mlh-ringwrap svg{position:absolute;inset:0}.mlh-avatar{position:absolute;inset:7px;border-radius:50%;background:#e9ecef;color:#2c3e50;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:17px}.mlh-avatar-img{width:calc(100% - 14px);height:calc(100% - 14px);object-fit:cover;background:none}.mlh-pct{position:absolute;right:-4px;bottom:-2px;background:#3498db;color:#fff;font-size:9.5px;font-weight:700;border-radius:8px;padding:1px 5px;border:2px solid #fff;font-variant-numeric:tabular-nums}.mlh-name{font-size:19px;font-weight:700;color:#111827;line-height:1.2;overflow-wrap:anywhere}.mlh-line{font-size:12.5px;color:#6b7280;margin-top:2px;line-height:1.35;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mlh-actions{display:flex;gap:8px;margin-top:13px}.mlh-act{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:9px 0 7px;border:1px solid #e5e7eb;border-radius:12px;background:#f8f9fa;font-size:16px;cursor:pointer;font-family:inherit;color:#111827;position:relative;text-decoration:none}.mlh-act.disabled{opacity:.45;cursor:default}.mlh-act-label{font-size:10.5px;color:#6b7280;font-weight:600}.mlh-badge{position:absolute;top:-5px;right:10px;background:#d97706;color:#fff;font-size:9.5px;font-weight:700;font-style:normal;border-radius:8px;padding:1px 5px;font-variant-numeric:tabular-nums}}.upnext-card{display:none}@media (max-width: 768px){.upnext-card{display:block;background:#eef7ff;border:1px solid #cfe3ff;border-radius:14px;padding:13px 14px;margin-bottom:14px}.upnext-label{font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#1c5d8a;margin-bottom:6px}.upnext-question{font-size:14.5px;font-weight:600;color:#111827;line-height:1.4;margin-bottom:10px;overflow-wrap:anywhere}.upnext-source{margin:-4px 0 10px}.upnext-actions{display:flex;gap:8px}.upnext-actions .btn-primary,.upnext-actions .btn-secondary{flex:1;padding:10px;font-size:15px}.upnext-fill{display:flex;gap:8px}.upnext-fill input{flex:1;min-width:0;padding:10px 12px;border:1px solid #d1d5db;border-radius:10px;font-size:16px;font-family:inherit}.upnext-fill .btn-primary{flex:none;padding:10px 18px;font-size:15px}.upnext-edit{display:block;margin:9px auto 0;border:none;background:none;color:#6366f1;font-size:13px;cursor:pointer;font-family:inherit}.upnext-footer{display:flex;justify-content:space-between;align-items:center;margin-top:9px}.upnext-skip{border:none;background:none;color:#6b7280;font-size:13px;cursor:pointer;font-family:inherit;padding:2px 4px}.upnext-more{font-size:12.5px;color:#3498db;text-decoration:none}}.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgba(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgba(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));translate:-50% -50%}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}.connection-modal{display:flex;flex-direction:column;gap:16px;min-width:360px}.connection-pair{display:flex;justify-content:center;align-items:center;gap:12px;font-weight:600;padding:12px;background:#f8fafc;border-radius:6px;color:#1f2937}.connection-pair-arrow{color:#6366f1;font-size:18px}.connection-section{display:flex;flex-direction:column;gap:8px}.connection-label{font-size:13px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}.connection-category-chips{display:flex;flex-wrap:wrap;gap:6px}.connection-chip{padding:4px 12px;border:1.5px solid;border-radius:999px;background:transparent;font-size:13px;font-weight:500;cursor:pointer;transition:transform 80ms ease}.connection-chip:hover{transform:translateY(-1px)}.connection-chip.selected{box-shadow:0 1px 3px #0000001f}.connection-empty{color:#6b7280;font-size:13px;padding:4px 0}.connection-add-category{display:flex;gap:6px;margin-top:4px}.connection-add-category input{flex:1;padding:6px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px}.connection-section input[type=text],.connection-section textarea{padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical}.connection-error{padding:8px 12px;background:#fef2f2;color:#b91c1c;border-radius:6px;font-size:13px}.connection-actions{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.connection-actions-right{display:flex;gap:8px;margin-left:auto}.lead-network-tab{width:100%}.ego-graph-container{width:100%;height:540px;border:1px solid #e5e7eb;border-radius:8px;background:#fafbfc;overflow:hidden}.ego-placeholder{padding:36px 20px;text-align:center;color:#6b7280;border:1px dashed #d1d5db;border-radius:8px;background:#fbfcfd}.ego-placeholder .ego-placeholder-hint{margin-top:6px;font-size:13px;color:#9ca3af}.ego-placeholder.ego-error{border-color:#fecaca;background:#fff5f5;color:#b91c1c}.ego-node{padding:8px 12px;border-radius:8px;border:1px solid #d1d5db;background:#fff;font-size:12.5px;color:#111827;min-width:120px;max-width:180px;box-shadow:0 1px 2px #0000000a;text-align:center}.ego-node-center{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;border-color:#4338ca;font-weight:600;box-shadow:0 2px 6px #4f46e540}.ego-node-neighbor{cursor:pointer;transition:transform 80ms ease-in-out,box-shadow 80ms ease-in-out}.ego-node-neighbor:hover{transform:translateY(-1px);box-shadow:0 2px 6px #00000014;border-color:#9ca3af}.ego-node-name{font-weight:600;line-height:1.25;word-break:break-word}.ego-node-email{margin-top:2px;font-size:11px;opacity:.85;word-break:break-all}.ego-node-center .ego-node-email{color:#e0e7ff}.ego-node .ego-handle{opacity:0;pointer-events:none;width:4px;height:4px}.lead-network-tab .react-flow__edge:hover .react-flow__edge-path{stroke-width:4!important}.lead-add-container{width:100%}.form-container{max-width:800px;margin:20px 0;background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:20px}.lead-form{display:flex;flex-direction:column;gap:5px}.lead-form .form-group{display:flex;flex-direction:column}.lead-form label{font-weight:500;margin-bottom:5px;color:#2c3e50}.lead-form input{padding:10px;border:1px solid #ddd;border-radius:4px;font-size:1rem;width:100%;max-width:100%;box-sizing:border-box}.lead-form input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}.lead-form select{padding:10px;border:1px solid #ddd;border-radius:4px;font-size:1rem;width:100%;max-width:100%;box-sizing:border-box;background-color:#fff}.lead-form select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}.lead-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.lead-form .form-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.lead-form input.form-divider{margin:2rem 0;border-color:#e0e0e0}@media (max-width: 768px){.lead-form .form-row,.lead-form .form-row-3{grid-template-columns:1fr}}.custom-field-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.custom-field-row .form-group{flex:1;margin-right:1rem}.custom-field-row .form-group input,.custom-field-row .form-group select{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;height:3.125rem;box-sizing:border-box}.custom-field-row{display:flex;gap:10px;align-items:flex-start;margin-bottom:15px;padding:10px;border:1px solid #eee;border-radius:4px;background-color:#fafafa}.custom-field-row.compact{display:grid;grid-template-columns:1.5fr .75fr 2fr 1.25fr 30px;gap:8px;align-items:center;position:relative;overflow:visible;padding:8px;margin-bottom:0}.custom-field-row.compact.drop-target{background:#3498db14;border:1px dashed #3498db;border-radius:6px}.custom-field-row[draggable=true]:hover{cursor:grab;cursor:-webkit-grab}.custom-field-row[draggable=true]:active{cursor:grabbing;cursor:-webkit-grabbing}.custom-field-row.compact .field-select,.custom-field-row.compact .field-value,.custom-field-row.compact .field-tag-type{min-width:0}.custom-field-row.compact .field-tag-type select{min-width:72px}.custom-field-row.compact .field-score{display:flex;align-items:center;gap:5px;min-width:0}.custom-field-row.compact .score-label{font-size:.8rem;font-weight:500;color:#666;min-width:25px}.custom-field-row.compact input[type=text],.custom-field-row.compact select{width:100%;padding:6px 8px;font-size:.9rem;height:32px}.custom-field-row.compact textarea{width:100%;padding:6px 8px;font-size:.9rem;min-height:90px;resize:vertical;box-sizing:border-box}.custom-field-row.compact .field-value.is-textarea{grid-column:1 / -1;grid-row:2}.custom-field-row.compact .field-value.is-textarea textarea{width:98%;margin-left:7px}.custom-field-row.compact.textarea-row .field-select{grid-column:1}.custom-field-row.compact.textarea-row .field-tag-type{grid-column:3}.custom-field-row.compact.textarea-row .field-score{grid-column:4}.custom-field-row.compact.textarea-row .remove-btn{grid-column:5}.custom-field-row.compact input[type=range]{width:100px;height:6px;cursor:pointer;-webkit-appearance:none;appearance:none;background:#e0e0e0;border-radius:3px;outline:none}.custom-field-row.compact input[type=range]::-webkit-slider-track{background:#e0e0e0;height:6px;border-radius:3px}.custom-field-row.compact input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;background:#3498db;border-radius:50%;cursor:pointer;margin-top:0;border:2px solid white;box-shadow:0 1px 3px #0000004d}.custom-field-row.compact input[type=range]::-moz-range-track{background:#e0e0e0;height:6px;border-radius:3px;border:none}.custom-field-row.compact input[type=range]::-moz-range-thumb{width:18px;height:18px;background:#3498db;border-radius:50%;cursor:pointer;border:2px solid white;box-shadow:0 1px 3px #0000004d}.custom-field-row.compact .remove-btn{width:32px;height:32px;padding:0;font-size:1.2rem;line-height:1}.custom-field-row .btn-icon{flex-shrink:0}.form-actions{display:flex;gap:10px;margin-top:10px}.error-message{color:#e74c3c;font-size:.9rem;margin-top:5px}.field-select.indented{position:relative;background-image:repeating-linear-gradient(to right,rgba(0,0,0,.06),rgba(0,0,0,.06) 1px,transparent 1px,transparent 16px);background-size:calc(var(--depth, 0) * 16px) 100%;background-repeat:no-repeat;background-position:left top;padding-left:calc(var(--depth, 0) * 16px + 8px)}.field-select.indented.has-depth{border-left:2px solid rgba(52,152,219,.25)}.unnest-btn{position:absolute;left:-26px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:50%;border:1px solid #d0d7de;background:#fff;color:#4b5563;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1;font-size:14px;box-shadow:0 1px 2px #0000000f;cursor:pointer;opacity:.85;z-index:1}.unnest-btn:hover{opacity:1;border-color:#3498db;color:#3498db}@media (max-width: 768px){.unnest-btn{left:-20px;width:22px;height:22px}}.nest-btn{position:absolute;right:-26px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:50%;border:1px solid #d0d7de;background:#fff;color:#4b5563;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1;font-size:14px;box-shadow:0 1px 2px #0000000f;cursor:pointer;opacity:.85;z-index:1}.nest-btn:hover{opacity:1;border-color:#3498db;color:#3498db}@media (max-width: 768px){.nest-btn{right:-20px;width:22px;height:22px}}.multi-value-input{display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding:4px 6px;border:1px solid #ddd;border-radius:4px;background:#fff;min-height:32px;cursor:text}.multi-value-input:focus-within{border-color:#3498db;box-shadow:0 0 0 2px #3498db33}.multi-value-chip{display:inline-flex;align-items:center;gap:2px;background:#e8f0fe;color:#1a56db;border-radius:12px;padding:2px 6px 2px 8px;font-size:.82rem;line-height:1.4;white-space:nowrap}.multi-value-chip-text{max-width:140px;overflow:hidden;text-overflow:ellipsis}.multi-value-chip-remove{background:none;border:none;color:#1a56db;cursor:pointer;font-size:.9rem;line-height:1;padding:0 2px;opacity:.7}.multi-value-chip-remove:hover{opacity:1}.multi-value-text-input{border:none!important;outline:none!important;box-shadow:none!important;flex:1;min-width:60px;padding:2px 4px!important;font-size:.9rem;height:auto!important}@media (max-width: 768px){.form-container{max-width:100%;margin:20px 0;border-radius:0;box-shadow:none;padding:10px 0}}.temporal-value-input{display:flex;flex-direction:column;gap:10px}.temporal-entry{border:1px solid #e5e7eb;border-radius:8px;padding:10px;background:#fafafa}.temporal-entry-value{display:flex;gap:8px;align-items:center}.temporal-entry-value>input,.temporal-entry-value>select{flex:1}.temporal-entry-dates{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:8px}.temporal-date{display:flex;flex-direction:column;font-size:12px;color:#6b7280;gap:2px}.temporal-current{display:flex;align-items:center;gap:6px;font-size:13px;color:#374151}.temporal-remove{background:none;border:none;color:#9ca3af;font-size:18px;line-height:1;cursor:pointer;padding:0 4px}.temporal-remove:hover{color:#ef4444}.temporal-add{align-self:flex-start;background:none;border:none;color:#6366f1;cursor:pointer;font-size:13px;padding:0}.quick-add{max-width:480px;margin:0 auto;padding:12px 4px 32px}.quick-add-title{font-size:24px;margin:8px 0 6px;color:#2c3e50}.quick-add-subtitle{color:#6b7280;font-size:14px;line-height:1.5;margin:0 0 20px}.quick-add-form{display:flex;flex-direction:column;gap:14px}.quick-add-input{width:100%;padding:14px;font-size:16px;line-height:1.4;border:1px solid #d1d5db;border-radius:12px;resize:vertical;min-height:110px;font-family:inherit}.quick-add-input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db26}.quick-add-pipelines{display:flex;flex-direction:column;gap:8px}.quick-add-chip-label{font-size:13px;font-weight:600;color:#374151}.quick-add-chip-label span{font-weight:400;color:#9ca3af}.quick-add-chip-row{display:flex;flex-wrap:wrap;gap:8px}.quick-add-chip{padding:8px 14px;font-size:14px;border:1px solid #d1d5db;border-radius:999px;background:#fff;color:#374151;cursor:pointer;font-family:inherit}.quick-add-chip.selected{background:#3498db;border-color:#3498db;color:#fff}.quick-add-chip.chip-role.selected{background:#6366f1;border-color:#6366f1}.quick-add-chip:disabled{opacity:.6;cursor:default}.quick-add-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:8px;padding:10px 12px;font-size:14px}.quick-add-submit{padding:14px;font-size:16px}.quick-add-success{text-align:center;padding:32px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:16px}.quick-add-success-icon{width:44px;height:44px;border-radius:50%;background:#dcfce7;color:#16a34a;font-size:22px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.quick-add-success h2{margin:0 0 8px;font-size:20px;color:#111827}.quick-add-success p{color:#6b7280;font-size:14px;margin:0 0 20px}.quick-add-success-actions{display:flex;gap:12px;justify-content:center}.quick-add-success-actions .btn-primary,.quick-add-success-actions .btn-secondary{padding:12px 18px;font-size:15px}.quick-add-build-link{display:inline-block;margin-top:18px;color:#6366f1;font-size:14px;text-decoration:none}.quick-add-build-link:hover{text-decoration:underline}.profile-field-form{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.5rem;width:100%;min-width:0}.profile-field-form .form-group{display:flex;flex-direction:column;gap:.4rem}.profile-field-form .full-width{grid-column:1 / -1}.profile-field-form label{font-weight:600;color:#333;font-size:.9rem}.profile-field-form input[type=text],.profile-field-form input[type=number],.profile-field-form select{padding:.6rem;border:1px solid #ccc;border-radius:4px;font-size:.95rem;width:100%;box-sizing:border-box}.profile-field-form .checkbox-container{display:flex;gap:1.5rem;grid-column:1 / -1;margin-top:.5rem}.profile-field-form .checkbox-group{display:flex;align-items:center;gap:.5rem}.profile-field-form .checkbox-group label{font-weight:400}.profile-field-form .form-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.profile-field-form .btn{padding:.6rem 1.2rem;border:none;border-radius:4px;cursor:pointer;font-size:.95rem;font-weight:700}.profile-field-form .btn-primary{background-color:#007bff;color:#fff}.profile-field-form .btn-secondary{background-color:#f0f0f0;color:#333}@media (max-width: 640px){.profile-field-form{grid-template-columns:1fr}.profile-field-form .checkbox-container{flex-wrap:wrap}}.values-admin{max-width:900px}.values-admin .settings-section{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:18px 20px 20px;margin:0 0 18px;box-shadow:0 1px 2px #1018280d}.values-admin .settings-section>h3{font-size:15px;font-weight:700;letter-spacing:.01em;color:#2c3e50;margin:0 0 6px}.values-admin .settings-hint{color:#6b7280;font-size:.9rem;line-height:1.5;margin:0 0 14px;max-width:68ch}.values-admin .settings-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;margin:0 0 14px;font-size:14px}.values-notice{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;border-radius:8px;padding:10px 14px;margin:0 0 14px;font-size:14px}.values-field-row{display:flex;align-items:center;gap:10px;margin-bottom:16px}.values-field-row label{font-size:14px;color:#374151;font-weight:600}.values-field-row select{padding:8px 10px;font-size:14px;font-family:inherit;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:6px;min-width:220px}.values-group{border-top:1px solid #e1e5e9;padding:16px 0 4px}.values-group-head{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:10px}.values-group-canonical{font-size:15px;font-weight:600;color:#111827}.values-group-meta{font-size:13px;color:#6b7280}.values-variants{display:flex;flex-direction:column;gap:8px}.values-variant{display:flex;align-items:center;gap:12px;padding:10px 14px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer}.values-variant:hover{border-color:#cbd5e1}.values-variant input{width:16px;height:16px;accent-color:#3498db}.values-variant-value{flex:1;font-size:14px;color:#374151}.values-variant-count{font-size:13px;color:#6b7280;white-space:nowrap}.values-group-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:14px}.values-group-actions .settings-hint{margin:0}.values-separate{color:#6b7280}.values-forget-cell{text-align:right}.values-forget-cell .btn{padding:.25rem .6rem;font-size:.8rem}@media (max-width: 640px){.values-field-row{flex-direction:column;align-items:stretch}.values-field-row select{min-width:0;width:100%}}.pipeline-board{--pb-overdue: #ef4444;--pb-due: #f59e0b;--pb-ok: #10b981;--pb-none: #cbd5e1;--pb-accent: #6366f1;--pb-accent-dark: #4338ca}.pb-subhead{display:flex;align-items:center;gap:12px;margin-bottom:10px}.pb-type-badge{text-transform:capitalize;font-size:12px;font-weight:600;color:var(--pb-accent-dark);background:#eef2ff;border:1px solid #e0e7ff;padding:2px 10px;border-radius:999px}.pb-goal{display:flex;align-items:center;gap:12px;padding:14px 18px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #e0e7ff;border-radius:12px;margin-bottom:18px}.pb-goal-icon{font-size:20px}.pb-goal-text{font-size:16px;font-weight:600;color:#1f2937;flex:1}.pb-goal-text em{color:#9ca3af;font-weight:500}.pb-graph-link{font-size:13px;font-weight:600;color:var(--pb-accent-dark);white-space:nowrap}.pb-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.pb-legend{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.pb-legend-item{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#6b7280}.pb-legend-dot{width:8px;height:8px;border-radius:50%;background:var(--pb-none)}.pb-legend-dot[data-status=overdue]{background:var(--pb-overdue)}.pb-legend-dot[data-status=due_soon]{background:var(--pb-due)}.pb-legend-dot[data-status=ok]{background:var(--pb-ok)}.pb-grid{display:grid;grid-template-columns:1fr 260px;gap:18px;align-items:start}@media (max-width: 900px){.pb-grid{grid-template-columns:1fr}}.pb-sides{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.pb-side{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:14px}.pb-side-title{margin:0 0 12px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.pb-lane{border:1.5px dashed transparent;border-radius:10px;padding:8px;margin:0 -8px 10px;transition:background .12s,border-color .12s}.pb-lane-over{border-color:var(--pb-accent);background:#eef2ff}.pb-lane-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.pb-role-name{font-weight:600;color:#374151;font-size:14px;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pb-cadence{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#9ca3af;flex:none}.pb-cadence input{width:44px;padding:2px 6px;border:1px solid #e5e7eb;border-radius:6px;font-size:12px;text-align:center}.pb-cadence input:focus{outline:none;border-color:var(--pb-accent)}.pb-card{position:relative;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e5e7eb;border-left:3px solid var(--pb-none);border-radius:10px;padding:8px 10px;margin-bottom:8px;box-shadow:0 1px 2px #0000000a;cursor:grab}.pb-card:active{cursor:grabbing}.pb-card[data-status=overdue]{border-left-color:var(--pb-overdue)}.pb-card[data-status=due_soon]{border-left-color:var(--pb-due)}.pb-card[data-status=ok]{border-left-color:var(--pb-ok)}.pb-dot{width:8px;height:8px;border-radius:50%;background:var(--pb-none);flex:none}.pb-card[data-status=overdue] .pb-dot{background:var(--pb-overdue)}.pb-card[data-status=due_soon] .pb-dot{background:var(--pb-due)}.pb-card[data-status=ok] .pb-dot{background:var(--pb-ok)}.pb-avatar{width:30px;height:30px;border-radius:50%;background:var(--pb-accent);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex:none}.pb-avatar-sm{width:24px;height:24px;font-size:10px}.pb-card-body{flex:1;min-width:0}.pb-card-name{font-weight:600;font-size:14px;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pb-card-meta{font-size:11px;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pb-status{font-weight:700}.pb-status-overdue{color:var(--pb-overdue)}.pb-status-due_soon{color:var(--pb-due)}.pb-card-pending{opacity:.55;cursor:default}.pb-card-actions{display:flex;align-items:center;gap:6px;flex:none;position:absolute;top:0;bottom:0;right:0;padding:0 10px 0 32px;border-radius:0 10px 10px 0;background:linear-gradient(to right,#fff0,#fff 28%);opacity:0;pointer-events:none;transition:opacity .12s}.pb-card:hover .pb-card-actions,.pb-card:focus-within .pb-card-actions{opacity:1;pointer-events:auto}@media (hover: none){.pb-card-actions{position:static;padding:0;background:none;opacity:1;pointer-events:auto}}.pb-touch{border:1px solid #e0e7ff;background:#eef2ff;color:var(--pb-accent-dark);font-size:11px;font-weight:600;padding:3px 8px;border-radius:6px;cursor:pointer}.pb-touch:hover{background:#e0e7ff}.pb-remove{border:none;background:none;color:#cbd5e1;font-size:18px;line-height:1;cursor:pointer;padding:0 2px}.pb-remove:hover{color:var(--pb-overdue)}.pb-more{border:none;background:none;color:#9ca3af;font-size:16px;line-height:1;cursor:pointer;padding:0 2px}.pb-more:hover{color:var(--pb-accent-dark)}.pb-menu{position:absolute;top:calc(100% - 4px);right:8px;z-index:40;min-width:170px;background:#fff;border:1px solid #e0e7ff;border-radius:8px;box-shadow:0 6px 16px #0000001f;padding:4px}.pb-menu-item{display:block;width:100%;text-align:left;border:none;background:none;cursor:pointer;padding:6px 8px;border-radius:6px;font-size:13px;color:#1f2937;text-decoration:none}.pb-menu-item:hover{background:#eef2ff;color:#1f2937}.pb-menu-sep{border-top:1px solid #f3f4f6;margin:4px 0}.pb-menu-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#9ca3af;padding:2px 8px}.pb-menu-cadence{padding:2px 8px 6px}.pb-add{width:100%;border:1.5px dashed #d1d5db;background:transparent;color:#9ca3af;font-size:13px;font-weight:500;padding:8px;border-radius:8px;cursor:pointer;transition:border-color .12s,color .12s,background .12s}.pb-add:hover{border-color:var(--pb-accent);color:var(--pb-accent-dark);background:#f5f3ff}.pb-add-role{margin-top:2px;padding:5px;font-size:12px;border-style:dotted}.pb-add-role-form{display:flex;gap:6px;margin-top:2px}.pb-add-role-form input{flex:1;min-width:0;padding:5px 8px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px}.pb-add-role-form input:focus{outline:none;border-color:var(--pb-accent)}.pb-picker{border:1px solid #e0e7ff;border-radius:8px;background:#fff;padding:8px;box-shadow:0 4px 12px #00000014}.pb-picker-input{width:100%;padding:6px 8px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;margin-bottom:6px}.pb-picker-input:focus{outline:none;border-color:var(--pb-accent)}.pb-picker-list{max-height:200px;overflow-y:auto}.pb-picker-item{display:flex;align-items:center;gap:8px;width:100%;text-align:left;border:none;background:none;cursor:pointer;padding:6px;border-radius:6px;font-size:13px;color:#1f2937}.pb-picker-item:hover{background:#eef2ff}.pb-picker-empty{padding:8px;font-size:13px;color:#9ca3af}.pb-picker-close{border:none;background:none;color:#6b7280;font-size:12px;cursor:pointer;padding:4px;margin-top:2px}.pb-unassigned{grid-column:1 / -1;display:flex;align-items:center;gap:12px;flex-wrap:wrap;border:1.5px dashed #e5e7eb;border-radius:10px;padding:10px 14px}.pb-unassigned-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#9ca3af}.pb-unassigned-cards{display:flex;flex-wrap:wrap;gap:8px;flex:1}.pb-unassigned-cards .pb-card{margin-bottom:0;min-width:220px}.pb-rail{position:sticky;top:16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px}.pb-rail-head{display:flex;align-items:center;justify-content:space-between;font-weight:700;color:#374151;margin-bottom:8px}.pb-rail-count{font-size:12px;color:#9ca3af;background:#f3f4f6;border-radius:999px;padding:1px 8px}.pb-rail-search{width:100%;padding:6px 8px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;margin-bottom:8px}.pb-rail-search:focus{outline:none;border-color:var(--pb-accent)}.pb-rail-list{max-height:60vh;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.pb-chip{display:flex;align-items:center;gap:8px;border:1px solid #e5e7eb;border-radius:999px;padding:4px 10px 4px 4px;font-size:13px;color:#1f2937;cursor:grab;background:#fff}.pb-chip:hover{border-color:var(--pb-accent);background:#f5f3ff}.pb-chip:active{cursor:grabbing}.pb-chip-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pb-rail-hint{font-size:11px;color:#9ca3af;margin:10px 0 0}.pb-next{margin-top:18px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px}.pb-next h3{margin:0 0 10px;font-size:14px;color:#374151}.pb-next-add{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.pb-next-member-chip{display:inline-flex;align-items:center;gap:6px;background:#eef2ff;border:1px solid #e0e7ff;border-radius:999px;padding:4px 6px 4px 12px;font-size:12px;font-weight:600;color:var(--pb-accent-dark)}.pb-next-member-chip button{border:none;background:none;color:var(--pb-accent-dark);font-size:14px;line-height:1;cursor:pointer;padding:0 2px}.pb-next-title{flex:1 1 200px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px}.pb-next-add input[type=date]{padding:8px;border:1px solid #e5e7eb;border-radius:8px}.pb-next-title:focus,.pb-next-add input:focus{outline:none;border-color:var(--pb-accent)}.pb-next-list{list-style:none;padding:0;margin:12px 0 0}.pb-next-list li{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:1px solid #f3f4f6}.pb-next-check{border:none;background:none;color:var(--pb-accent);font-size:16px;cursor:pointer}.pb-next-text{flex:1;font-size:14px}.pb-next-sub{color:#9ca3af;font-size:12px}.pb-next-del{border:none;background:none;color:#cbd5e1;font-size:16px;cursor:pointer}.pb-next-del:hover{color:var(--pb-overdue)}.pipeline-board{--ms-acquaintance: #94a3b8;--ms-prospect: #f59e0b;--ms-client: #10b981}.pb-rollup{display:inline-flex;gap:8px;flex-wrap:wrap}.pb-stat{font-size:12px;font-weight:600;color:#4b5563;background:#fff;border:1px solid var(--line, #e5e7eb);border-radius:999px;padding:3px 10px;white-space:nowrap}.pb-stat b{font-size:13px;color:#1f2937}.pb-stat-prospect b{color:#b45309}.pb-stat-client b{color:#047857}.pb-seg{display:inline-flex;background:#f1f5f9;border:1px solid #e5e7eb;border-radius:9px;padding:2px;gap:2px}.pb-seg button{font:inherit;font-size:12px;font-weight:600;border:0;background:none;color:#6b7280;padding:5px 12px;border-radius:7px;cursor:pointer}.pb-seg button.on{background:#fff;color:var(--pb-accent-dark);box-shadow:0 1px 2px #00000014}.pb-ms{font-weight:700}.pb-ms-acquaintance{color:#64748b}.pb-ms-prospect{color:#b45309}.pb-ms-client{color:#047857}.pb-card[data-milestone=prospect]{box-shadow:inset 0 0 0 1.5px #fde68a}.pb-card[data-milestone=client]{box-shadow:inset 0 0 0 1.5px #a7f3d0}.pb-ms-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px;vertical-align:middle;background:var(--ms-acquaintance)}.pb-ms-dot.pb-ms-prospect{background:var(--ms-prospect)}.pb-ms-dot.pb-ms-client{background:var(--ms-client)}.pb-menu-item-on{font-weight:700}.pb-side-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.pb-side-head .pb-side-title{margin:0}.pb-group-grip{font-size:11px;font-weight:700;color:#64748b;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:2px 8px;cursor:grab;white-space:nowrap}.pb-group-grip:active{cursor:grabbing}.pb-group-count{font-size:11px;font-weight:700;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:1px 8px}.pb-side-new{background:#fff;border-style:dashed;align-self:start}.pb-add-group{width:100%}.pb-new-group-form{flex-wrap:wrap}.pb-new-group-form input{flex:1 1 100%}.pb-new-group-form .btn{flex:1 1 auto}.pb-events{border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc;padding:12px 14px;margin-bottom:16px}.pb-events-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.pb-events-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.pb-events-empty{margin:0}.pb-add-event{width:auto;margin:0;padding:5px 12px;font-size:12px;white-space:nowrap}.pb-event-form{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.pb-event-form input{font-size:14px;padding:6px 8px;border:1px solid #e5e7eb;border-radius:8px}.pb-events-row{display:flex;gap:10px;overflow-x:auto;padding-bottom:2px}.pb-event{flex:0 0 auto;min-width:190px;max-width:260px;background:#fff;border:1px solid #e5e7eb;border-top:3px solid var(--pb-accent);border-radius:10px;padding:9px 11px;transition:background .12s,border-color .12s}.pb-event-over{border-color:var(--pb-accent);background:#eef2ff}.pb-event-head{display:flex;align-items:center;justify-content:space-between;gap:6px}.pb-event-name{font-weight:600;font-size:13px;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pb-event-meta{font-size:11.5px;color:#6b7280;margin-top:2px}.pb-event-chips{display:flex;gap:4px;flex-wrap:wrap;margin-top:8px}.pb-event-chip{font-size:11px;font-weight:600;color:#475569;background:#f1f5f9;border:1px solid #e5e7eb;border-radius:999px;padding:2px 8px;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pb-event-hint{font-size:11px;color:#9ca3af;font-style:italic}.pb-sides-milestone{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.pb-ms-col{border-top:3px solid var(--ms-acquaintance)}.pb-ms-col-prospect{border-top-color:var(--ms-prospect)}.pb-ms-col-client{border-top-color:var(--ms-client)}@media (max-width: 768px){.pb-toolbar{align-items:flex-start;flex-direction:column}.pb-seg{width:100%}.pb-seg button{flex:1}.pb-event{min-width:78vw}.pb-rollup{width:100%}.pb-goal{flex-direction:column;align-items:flex-start;gap:8px;padding:12px 14px}.pb-goal-text{font-size:15px}.pb-graph-link{white-space:normal}}.pb-rename-target{font:inherit;color:inherit;letter-spacing:inherit;text-transform:inherit;background:none;border:0;padding:0;margin:0;cursor:text;text-align:left;min-width:0;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-bottom:1px dashed transparent}.pb-rename-target:hover,.pb-rename-target:focus-visible{border-bottom-color:#cbd5e1}.pb-rename-form{flex:1 1 auto;min-width:0}.pb-rename-form input{font:inherit;color:#111827;width:100%;padding:1px 4px;border:1px solid var(--pb-accent);border-radius:6px;background:#fff}.pb-rename-group input{text-transform:none;letter-spacing:normal}.pb-lane-del{flex:0 0 auto;background:none;border:0;padding:0 2px;font-size:15px;line-height:1;color:#cbd5e1;cursor:pointer;opacity:0;transition:opacity .12s,color .12s}.pb-lane:hover .pb-lane-del,.pb-lane-del:focus-visible{opacity:1}.pb-lane-del:hover{color:#dc2626}.pp-admin-bar{display:flex;align-items:center;gap:12px;margin:12px 0 20px}.pp-admin-note{font-size:12px;color:#6b7280}.pp-reset{background:none;border:0;padding:0;font-size:13px;color:#6b7280;text-decoration:underline;cursor:pointer}.pp-reset:hover{color:#dc2626}.pp-editor{border:1px solid var(--pb-accent);border-radius:12px;padding:16px;margin-bottom:24px;background:#f8fafc}.pp-editor h3{margin:0 0 12px;font-size:15px}.pp-editor-row{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end;margin-bottom:16px}.pp-editor-row label{display:flex;flex-direction:column;gap:4px;font-size:13px;font-weight:600;color:#374151}.pp-editor-row input[type=text],.pp-editor-row input:not([type]){padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font:inherit;min-width:220px}.pp-checkbox{flex-direction:row!important;align-items:center;gap:6px!important;font-weight:500!important}.pp-roles{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.pp-role-row{display:flex;gap:6px;align-items:center}.pp-role-row input{padding:5px 8px;border:1px solid #d1d5db;border-radius:6px;font:inherit}.pp-role-row input:first-child{flex:1 1 220px}.pp-role-row input:nth-child(2){flex:0 1 150px}.pp-role-row button{background:#fff;border:1px solid #e5e7eb;border-radius:6px;width:26px;height:26px;cursor:pointer;color:#6b7280}.pp-role-row button:disabled{opacity:.35;cursor:default}.pp-role-del:hover{color:#dc2626;border-color:#fecaca}.pp-add-role{align-self:flex-start;background:none;border:0;padding:2px 0;color:var(--pb-accent);font-size:13px;cursor:pointer}.pp-editor-actions{display:flex;gap:12px;align-items:center}.pp-editor-actions button[type=button]{background:none;border:0;color:#6b7280;cursor:pointer;font:inherit}.pp-types{display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.pp-type{border:1px solid #e5e7eb;border-radius:12px;padding:14px}.pp-type-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:10px}.pp-type-head h3{margin:0;font-size:15px}.pp-type-key{font-size:11px;color:#9ca3af;font-family:ui-monospace,monospace}.pp-badge{font-size:10px;text-transform:uppercase;letter-spacing:.04em;background:#eef2ff;color:#4338ca;border-radius:999px;padding:2px 8px;font-weight:700}.pp-type-actions{margin-left:auto;display:flex;gap:8px}.pp-type-actions button{background:none;border:0;padding:0;font-size:13px;color:var(--pb-accent);cursor:pointer}.pp-type-actions button:disabled{opacity:.4;cursor:default}.pp-role-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.pp-role-list li{display:flex;justify-content:space-between;gap:8px;font-size:13px}.pp-role-name{color:#374151}.pp-role-side{color:#9ca3af;font-size:12px}.pb-activity{margin-top:24px}.pb-activity h3{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;margin:0 0 10px}.pb-activity-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.pb-activity-list li{display:flex;align-items:center;gap:10px;font-size:13px}.pb-activity-type{font-size:10px;text-transform:uppercase;letter-spacing:.04em;font-weight:700;background:#f1f5f9;color:#475569;border-radius:999px;padding:2px 8px;min-width:62px;text-align:center}.pb-activity-who{color:#374151}.pb-activity-when{color:#9ca3af;font-size:12px;margin-left:auto}.activity-pipeline{font-size:11px;color:#64748b;background:#f1f5f9;border-radius:999px;padding:1px 8px}.pb-next-done{margin-top:10px}.pb-next-done summary{font-size:12px;color:#9ca3af;cursor:pointer;list-style:revert}.pb-next-done summary:hover{color:#6b7280}.pb-next-checked{color:#86efac}.pb-next-text-done{color:#9ca3af;text-decoration:line-through}.pb-stage-badge{font-size:9px;text-transform:uppercase;letter-spacing:.04em;font-weight:700;background:#eef2ff;color:#4338ca;border-radius:999px;padding:1px 6px;margin-left:6px}.pb-stage-actions{display:flex;gap:2px;margin-left:6px}.pb-stage-actions button{background:none;border:0;padding:0 3px;font-size:14px;line-height:1;color:#cbd5e1;cursor:pointer;transition:color .12s,opacity .12s;opacity:0}.pb-ms-col:hover .pb-stage-actions button,.pb-stage-actions button:focus-visible{opacity:1}.pb-stage-actions button:hover{color:#64748b}.pb-stage-actions button:last-child:hover{color:#dc2626}.pb-stage-actions button:disabled{opacity:0!important;cursor:default}.pb-ms-col-new{border-style:dashed}.pb-stage-note{font-size:11px;color:#9ca3af;margin:8px 0 0}.pb-ms-dot,.pb-ms-dot.pb-ms-acquaintance{background:#cbd5e1}.pb-ms-dot.pb-ms-prospect{background:#60a5fa}.pb-ms-dot.pb-ms-client{background:#34d399}.site-settings{max-width:720px;margin:0 auto;padding:12px 4px 40px}.ss-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:20px;margin-top:12px}.ss-card-head h2{font-size:18px;color:#2c3e50;margin:0 0 8px}.ss-card-head p{color:#6b7280;font-size:14px;line-height:1.6;margin:0}.ss-threshold{display:flex;align-items:center;gap:18px;margin:22px 0 18px}.ss-readout{font-size:34px;font-weight:700;color:#2563eb;min-width:84px;text-align:center;font-variant-numeric:tabular-nums}.ss-slider-wrap{flex:1}.ss-slider{width:100%;height:28px;accent-color:#2563eb;cursor:pointer}.ss-slider-ends{display:flex;justify-content:space-between;color:#9ca3af;font-size:12px;margin-top:2px}.ss-samples{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.ss-sample{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:10px;transition:opacity .12s ease,background-color .12s ease}.ss-sample.dropped{opacity:.45;background:#f9fafb}.ss-sample-score{font-variant-numeric:tabular-nums;font-weight:600;color:#374151;min-width:44px}.ss-sample-label{flex:1;font-size:14px;color:#111827;line-height:1.4}.ss-sample-label em{display:block;font-style:normal;color:#9ca3af;font-size:12px;margin-top:2px}.ss-sample-state{font-size:12px;font-weight:600;color:#2563eb;text-transform:uppercase;letter-spacing:.03em}.ss-sample.dropped .ss-sample-state{color:#9ca3af}.ss-sample-summary{color:#6b7280;font-size:13px;margin:12px 0 0}.ss-card-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:20px;padding-top:16px;border-top:1px solid #f1f2f4}.ss-source{color:#6b7280;font-size:13px}.ss-actions{display:flex;gap:10px}.ss-btn{padding:10px 16px;font-size:15px;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:#374151;cursor:pointer}.ss-btn.primary{background:#3498db;border-color:#3498db;color:#fff;font-weight:600}.ss-btn:disabled{opacity:.55;cursor:not-allowed}@media (max-width: 560px){.ss-threshold{flex-direction:column;align-items:stretch;gap:6px}.ss-readout{text-align:left}}.lead-graph-page{padding:24px;height:calc(100vh - 180px);display:flex;flex-direction:column;overflow:hidden}.lead-graph-header{margin-bottom:24px}.lead-graph-header h1{margin:0 0 8px;font-size:1.75rem;font-weight:600;color:#1e293b}.lead-graph-description{margin:0;color:#64748b;font-size:.9rem}.lead-graph-content{display:flex;flex:1;min-height:0;position:relative}.lead-graph-filters{position:absolute;left:0;top:0;bottom:0;width:320px;background:#fff;border-radius:8px;border:1px solid #e2e8f0;padding:20px;overflow-y:auto;overflow-x:hidden;z-index:20;box-shadow:0 12px 32px #0f172a1f;transform:translate(0);transition:transform .22s ease}.lead-graph-filters.collapsed{transform:translate(-110%);pointer-events:none}.graph-drawer-backdrop{position:absolute;inset:0;background:#0f172a2e;z-index:15;animation:graph-backdrop-in .15s ease-out}@keyframes graph-backdrop-in{0%{opacity:0}to{opacity:1}}.graph-filters-launcher{position:absolute;top:12px;left:12px;z-index:18;display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:1px solid #e2e8f0;background:#fff;color:#1f2937;border-radius:999px;font-size:13px;font-weight:500;cursor:pointer;box-shadow:0 2px 8px #0f172a14;transition:background .12s,transform .12s,box-shadow .12s}.graph-filters-launcher:hover{background:#f8fafc;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a1f}.graph-filters-launcher-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#4338ca;color:#fff;font-size:11px;font-weight:600}.filter-collapse-btn{display:flex;align-items:center;justify-content:center;gap:4px;min-width:32px;height:32px;padding:0 10px;border:1px solid #e2e8f0;background:#f8fafc;border-radius:6px;color:#64748b;cursor:pointer;margin-bottom:12px;flex-shrink:0;transition:background .15s,color .15s,width .25s;font-size:.8rem;font-weight:500}.filter-collapse-btn:hover{background:#e2e8f0;color:#475569}.filter-collapse-text{white-space:nowrap}.lead-graph-filters.collapsed .filter-collapse-btn{margin:0 auto;padding:0;width:32px}.lead-graph-filters h2{margin:0 0 8px;font-size:1.1rem;font-weight:600;color:#1e293b}.graph-stats{margin-bottom:16px;padding:10px 12px;background:#f8fafc;border-radius:6px;font-size:.85rem;color:#64748b}.stats-separator{margin:0 8px;color:#cbd5e1}.toggle-label{display:flex;align-items:center;gap:10px;margin-bottom:16px;font-size:.8rem;color:#64748b;cursor:pointer}.toggle-label input[type=checkbox]{display:none}.toggle-switch{position:relative;width:36px;min-width:36px;height:20px;background:#cbd5e1;border-radius:10px;transition:background .2s}.toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #0003}.toggle-label input:checked+.toggle-switch{background:#6366f1}.toggle-label input:checked+.toggle-switch:after{transform:translate(16px)}.filter-help{margin:0 0 12px;font-size:.8rem;color:#64748b}.selected-filters{margin-bottom:20px;padding:12px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px}.selected-filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:.85rem;font-weight:600;color:#0369a1}.btn-clear-all{padding:4px 10px;font-size:.75rem;background:transparent;border:1px solid #7dd3fc;border-radius:4px;color:#0284c7;cursor:pointer;transition:all .15s}.btn-clear-all:hover{background:#e0f2fe;border-color:#38bdf8}.selected-chips{display:flex;flex-wrap:wrap;gap:6px}.attribute-group{margin-bottom:16px}.attribute-group-label{margin:0 0 8px;font-size:.8rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.attribute-chips{display:flex;flex-wrap:wrap;gap:6px}.attribute-chip{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;font-size:.8rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;color:#475569;cursor:pointer;transition:all .15s}.attribute-chip:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.attribute-chip:disabled{opacity:.6;cursor:not-allowed}.attribute-chip.selected{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:transparent;color:#fff}.attribute-chip.selected:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed)}.chip-label{font-weight:500;margin-right:2px}.chip-value{font-weight:500}.chip-count{font-size:.75rem;opacity:.7}.chip-remove{margin-left:2px;font-size:1rem;line-height:1;opacity:.8}.chip-remove:hover{opacity:1}.attributes-loading{padding:24px;text-align:center;color:#64748b;font-size:.9rem}.no-attributes{padding:24px;text-align:center;color:#64748b}.no-attributes p{margin:0 0 8px}.no-attributes-hint{font-size:.85rem;color:#94a3b8}.filter-error{margin-top:12px;padding:10px 12px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:.85rem}.search-summary{margin-top:16px;padding:12px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;color:#166534;font-size:.9rem;font-weight:500}.edge-legend{margin-top:20px;padding-top:16px;border-top:1px solid #e2e8f0}.edge-legend h3{margin:0 0 12px;font-size:.9rem;font-weight:600;color:#475569}.legend-item{display:flex;align-items:center;gap:8px;margin-bottom:6px}.legend-color{width:16px;height:3px;border-radius:2px}.legend-label{font-size:.85rem;color:#64748b;text-transform:capitalize}.lead-graph-container{flex:1;min-height:0;background:#fff;border-radius:8px;border:1px solid #e2e8f0;overflow:hidden;position:relative}.graph-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#94a3b8;padding:40px;text-align:center}.placeholder-icon{margin-bottom:16px;opacity:.5}.placeholder-icon svg{stroke:currentColor}.graph-placeholder p{margin:0;font-size:.95rem}.lead-node{position:relative;padding:12px 16px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;color:#fff;min-width:120px;text-align:center;box-shadow:0 4px 12px #6366f14d;cursor:pointer;transition:transform .15s,box-shadow .15s,opacity .2s}.lead-node:hover{box-shadow:0 6px 20px #6366f166}.lead-node .lead-node-target-handle{width:1px;height:1px;background:transparent;border:none;opacity:0;pointer-events:none}.lead-node .lead-node-source-handle{width:22px;height:22px;right:-11px;background:#6366f1;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 6px #00000040;cursor:grab;opacity:.85;transition:transform .15s ease,opacity .15s ease,box-shadow .15s ease;z-index:4}.lead-node .lead-node-source-handle:before{content:"↔";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;line-height:1;pointer-events:none}.lead-node:hover .lead-node-source-handle,.lead-node .lead-node-source-handle:hover{opacity:1;transform:scale(1.15);box-shadow:0 3px 10px #6366f180}.lead-node .lead-node-source-handle:active{cursor:grabbing;transform:scale(1.05)}.react-flow.is-connecting .lead-node{outline:2px dashed rgba(99,102,241,.45);outline-offset:4px}.graph-connecting-hint{position:absolute;top:16px;left:50%;transform:translate(-50%);z-index:30;padding:8px 16px;background:#4338ca;color:#fff;border-radius:999px;font-size:13px;font-weight:500;box-shadow:0 4px 12px #0003;pointer-events:none;animation:graph-hint-in .18s ease-out}@keyframes graph-hint-in{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}.graph-focus-pill{position:absolute;top:16px;left:50%;transform:translate(-50%);z-index:30;display:flex;align-items:center;gap:12px;padding:6px 6px 6px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:999px;font-size:13px;color:#1f2937;box-shadow:0 4px 12px #00000014;animation:graph-hint-in .18s ease-out}.graph-focus-pill strong{color:#4338ca}.graph-focus-clear{border:none;background:#f3f4f6;color:#1f2937;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:500;cursor:pointer;transition:background .12s}.graph-focus-clear:hover{background:#e5e7eb}.graph-highlight-banner{position:absolute;top:16px;left:50%;transform:translate(-50%);z-index:30;display:flex;align-items:center;gap:12px;padding:6px 6px 6px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:999px;font-size:13px;color:#1f2937;box-shadow:0 4px 12px #00000014;animation:graph-hint-in .18s ease-out}.graph-highlight-banner strong{color:#4338ca}.lead-node.dimmed{opacity:.25}.lead-node.highlighted{box-shadow:0 0 0 3px #fff,0 0 0 6px #6366f1,0 6px 20px #6366f166}.lead-node.has-assign-field:before{content:"";position:absolute;top:-4px;left:-4px;width:10px;height:10px;background:#10b981;border-radius:50%;border:2px solid #fff;z-index:2}.lead-node.has-assign-value{box-shadow:0 0 0 3px #fff,0 0 0 6px #10b981,0 6px 20px #10b98159}.lead-node-avatar{display:block;width:36px;height:36px;margin:0 auto 6px;border-radius:50%;object-fit:cover;background:#ffffff40;border:2px solid rgba(255,255,255,.7)}.lead-node-name{font-weight:600;font-size:.9rem;margin-bottom:4px}.lead-node-email{font-size:.75rem;opacity:.85;word-break:break-all}.lead-node-type{font-size:.7rem;opacity:.8;margin-top:4px;padding:2px 6px;background:#fff3;border-radius:4px;display:inline-block}.connection-badge{position:absolute;top:-8px;left:-8px;width:22px;height:22px;background:#10b981;color:#fff;border-radius:50%;font-size:.7rem;font-weight:600;display:flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 2px 4px #0003}.react-flow__node{cursor:pointer}.react-flow__edge-path{stroke-width:2}.react-flow__edge-text{font-size:11px}.react-flow__minimap{border-radius:8px;overflow:hidden}.react-flow__controls{border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.react-flow__controls-button{border:none;background:#fff}.react-flow__controls-button:hover{background:#f1f5f9}.lead-graph-filters .btn{padding:8px 16px;font-size:.9rem;border-radius:6px;cursor:pointer;transition:all .15s;border:none}.lead-graph-filters .btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.lead-graph-filters .btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5,#7c3aed)}.lead-graph-filters .btn-primary:disabled{opacity:.6;cursor:not-allowed}.lead-graph-filters .btn-secondary{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.lead-graph-filters .btn-secondary:hover{background:#e2e8f0}.graph-search-box{position:relative;margin-bottom:16px}.graph-search-box .search-input{width:100%;padding:10px 36px 10px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.graph-search-box .search-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.graph-search-box .search-input::placeholder{color:#94a3b8}.graph-search-box .search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:24px;height:24px;border:none;background:#e2e8f0;border-radius:50%;font-size:1rem;line-height:1;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center}.graph-search-box .search-clear:hover{background:#cbd5e1;color:#475569}.saved-views{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.saved-views-actions{display:flex;flex-wrap:wrap;gap:6px}.saved-views-actions .toolbar-btn{font-size:.78rem;padding:4px 8px}.nl-graph-config{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.nl-graph-form{display:flex;flex-direction:column;gap:6px}.nl-graph-form .toolbar-btn{align-self:flex-start}.nl-graph-result{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:8px 10px;font-size:.8rem}.nl-graph-result-header{display:flex;justify-content:space-between;align-items:center;font-weight:600;margin-bottom:6px}.nl-graph-explanation{margin:0 0 6px;color:#475569}.nl-graph-config-json{background:#0f172a;color:#e2e8f0;border-radius:4px;padding:8px;font-size:.72rem;overflow-x:auto;white-space:pre;margin:0 0 6px}.nl-graph-warnings{margin:0 0 8px;padding-left:18px;color:#b45309}.nl-graph-warnings li{margin-bottom:2px}.layout-selector{display:flex;align-items:center;gap:10px;margin-bottom:16px}.layout-label{font-size:.85rem;color:#64748b;font-weight:500}.layout-select{flex:1;padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:.85rem;color:#475569;background:#fff;cursor:pointer}.layout-select:focus{outline:none;border-color:#6366f1}.organize-btn{display:flex;align-items:center;gap:5px;padding:7px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-size:.8rem;font-weight:500;color:#475569;cursor:pointer;white-space:nowrap;transition:all .15s}.organize-btn:hover{background:#e2e8f0;border-color:#cbd5e1}.organize-btn svg{flex-shrink:0}.graph-toolbar{position:absolute;top:12px;right:12px;z-index:10;display:flex;gap:8px}.toolbar-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.8rem;color:#475569;cursor:pointer;transition:all .15s;box-shadow:0 2px 4px #0000000d}.toolbar-btn:hover{background:#f8fafc;border-color:#cbd5e1}.toolbar-btn-primary{background:#6366f1;color:#fff;border-color:#6366f1}.toolbar-btn-primary:hover{background:#4f46e5;border-color:#4f46e5;color:#fff}.toolbar-btn-active{background:#10b981;color:#fff;border-color:#10b981}.toolbar-btn-active:hover{background:#059669;border-color:#059669;color:#fff}.toolbar-btn svg{flex-shrink:0}.graph-tooltip{position:fixed;z-index:1000;background:#1e293b;color:#fff;padding:10px 14px;border-radius:8px;font-size:.85rem;pointer-events:none;max-width:250px;box-shadow:0 4px 12px #0003}.tooltip-name{font-weight:600;margin-bottom:4px}.tooltip-email{font-size:.8rem;opacity:.8;word-break:break-all}.tooltip-type{font-size:.75rem;margin-top:4px;padding:2px 6px;background:#fff3;border-radius:4px;display:inline-block}.tooltip-connections{font-size:.75rem;margin-top:6px;color:#94a3b8}.edge-popover{position:fixed;z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #00000026;max-width:300px;min-width:200px}.popover-header{display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid #e2e8f0;font-size:.85rem;font-weight:500;color:#1e293b}.popover-arrow{color:#94a3b8}.popover-close{margin-left:auto;width:24px;height:24px;border:none;background:transparent;font-size:1.2rem;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px}.popover-close:hover{background:#f1f5f9;color:#64748b}.popover-content{padding:12px 14px}.popover-label{font-size:.75rem;color:#64748b;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.popover-item{padding:6px 10px;background:#f8fafc;border-radius:4px;font-size:.85rem;color:#475569;margin-bottom:4px}.popover-item:last-child{margin-bottom:0}.graph-sidebar{position:absolute;right:0;top:0;bottom:0;width:320px;background:#fff;border-radius:8px;border:1px solid #e2e8f0;overflow:hidden;display:flex;flex-direction:column;z-index:20;box-shadow:0 12px 32px #0f172a1f;animation:graph-sidebar-in .22s ease-out}@keyframes graph-sidebar-in{0%{transform:translate(8px);opacity:0}to{transform:translate(0);opacity:1}}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e8f0}.sidebar-header h3{margin:0;font-size:1rem;font-weight:600;color:#1e293b}.sidebar-close{width:28px;height:28px;border:none;background:transparent;font-size:1.4rem;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px}.sidebar-close:hover{background:#f1f5f9;color:#64748b}.sidebar-content{padding:20px;flex:1;overflow-y:auto}.sidebar-name{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:16px}.sidebar-field{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.sidebar-field-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.sidebar-field-value{font-size:.9rem;color:#1e293b}.sidebar-type-badge{display:inline-block;padding:4px 10px;border-radius:4px;font-size:.8rem;color:#fff}.sidebar-view-btn{width:100%;margin-top:16px}.keyboard-shortcuts{margin-top:20px;padding-top:16px;border-top:1px solid #e2e8f0}.keyboard-shortcuts h3{margin:0 0 12px;font-size:.85rem;font-weight:600;color:#64748b}.shortcut-item{font-size:.8rem;color:#64748b;margin-bottom:6px}.shortcut-item kbd{display:inline-block;padding:2px 6px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;font-family:monospace;font-size:.75rem;color:#475569;margin-right:4px}.lead-graph-page.fullscreen{position:fixed;inset:0;z-index:9999;background:#fff;padding:0;height:100vh}.lead-graph-page.fullscreen .lead-graph-header{display:none}.lead-graph-page.fullscreen .lead-graph-content{height:100%}.lead-graph-page.fullscreen .lead-graph-filters{position:absolute;left:16px;top:56px;bottom:16px;z-index:10;max-height:calc(100% - 72px);box-shadow:0 4px 12px #0000001a}.lead-graph-page.fullscreen .lead-graph-filters.collapsed{bottom:auto;max-height:none}.lead-graph-page.fullscreen .lead-graph-container{height:100%;border-radius:0;border:none}.lead-graph-page.fullscreen .graph-sidebar{position:absolute;right:16px;top:56px;bottom:16px;z-index:10;max-height:calc(100% - 72px);box-shadow:0 4px 12px #0000001a}.fullscreen-exit-bar{display:flex;align-items:center;justify-content:space-between;height:44px;padding:0 16px;background:#1e293b;color:#fff;font-size:.85rem;flex-shrink:0}.fullscreen-exit-bar span{opacity:.7;font-size:.8rem}.fullscreen-exit-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-size:.8rem;cursor:pointer;transition:background .15s}.fullscreen-exit-btn:hover{background:#fff3}@media (max-width: 900px){.lead-graph-content{flex-direction:column}.lead-graph-filters{width:100%}.lead-graph-container{min-height:300px}.graph-sidebar{width:100%;max-height:300px}.graph-toolbar{top:8px;right:8px}.toolbar-btn{padding:6px 10px;font-size:.75rem}}.category-filters{margin-top:14px;padding-top:12px;border-top:1px solid #e5e7eb}.category-filters-header{font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;margin:0 0 8px}.category-filter-list{list-style:none;margin:0;padding:0}.category-filter-item{margin:0}.category-filter-row{display:flex;align-items:center;gap:8px;padding:4px 0;cursor:pointer;font-size:13px;color:#374151}.category-swatch{width:12px;height:12px;border-radius:3px;flex-shrink:0}.category-name{flex:1}.degree-badge{display:inline-block;margin-left:6px;padding:1px 6px;font-size:10px;font-weight:600;background:#eef2ff;color:#4338ca;border-radius:10px;vertical-align:middle}.degree-badge.anchor{background:#fef3c7;color:#92400e}.connect-picker{display:flex;flex-direction:column;gap:14px;min-width:360px}.connect-picker-help{margin:0;color:#4b5563;font-size:13px;line-height:1.4}.connect-picker-field{position:relative;display:flex;flex-direction:column;gap:4px}.connect-picker-label{font-size:12px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.04em}.connect-picker-combobox{position:relative}.connect-picker-input{width:100%;padding:9px 32px 9px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;outline:none;background:#fff}.connect-picker-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.connect-picker-clear{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:#6b7280;cursor:pointer;font-size:18px;line-height:1;border-radius:4px}.connect-picker-clear:hover{background:#f3f4f6;color:#111827}.connect-picker-results{position:absolute;top:100%;left:0;right:0;margin:4px 0 0;padding:4px 0;max-height:240px;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 8px 20px #0f172a14;list-style:none;z-index:20}.connect-picker-result{padding:8px 12px;cursor:pointer;display:flex;flex-direction:column;gap:2px}.connect-picker-result.active,.connect-picker-result:hover{background:#eef2ff}.connect-picker-result-main{display:flex;align-items:center;gap:8px}.connect-picker-result-name{font-size:14px;font-weight:500;color:#111827}.connect-picker-result-badge{font-size:10px;font-weight:600;color:#6b7280;background:#f3f4f6;padding:1px 6px;border-radius:999px;text-transform:uppercase;letter-spacing:.04em}.connect-picker-result-meta{font-size:12px;color:#6b7280}.connect-picker-empty{margin-top:4px;font-size:13px;color:#6b7280;padding:6px 4px}.connect-picker-hint{font-size:12px;color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:6px;padding:8px 10px}.connect-picker-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:6px}.assign-panel{position:absolute;top:12px;left:12px;z-index:12;width:320px;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 12px 28px #0f172a2e;padding:14px;display:flex;flex-direction:column;gap:12px}.assign-panel-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.assign-panel-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.06em}.assign-panel-dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:#10b981;box-shadow:0 0 0 3px #10b98140;animation:assign-pulse 1.6s ease-in-out infinite}@keyframes assign-pulse{0%,to{box-shadow:0 0 0 3px #10b98140}50%{box-shadow:0 0 0 6px #10b98114}}.assign-label{font-size:11px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}.assign-field-picker,.assign-value-wrap{position:relative;display:flex;flex-direction:column;gap:4px}.assign-combobox{position:relative}.assign-input{width:100%;padding:8px 30px 8px 10px;font-size:13px;border:1px solid #d1d5db;border-radius:6px;background:#fff;outline:none;color:#0f172a}.assign-input:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9812e}.assign-input:disabled{background:#f9fafb;color:#9ca3af}.assign-input-narrow{max-width:140px}.assign-clear{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:22px;height:22px;border:0;background:transparent;color:#6b7280;cursor:pointer;font-size:18px;line-height:1;border-radius:4px}.assign-clear:hover{background:#f3f4f6;color:#111827}.assign-results{position:absolute;top:100%;left:0;right:0;margin:4px 0 0;padding:4px 0;max-height:200px;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 8px 20px #0f172a14;list-style:none;z-index:20}.assign-result{padding:6px 10px;font-size:13px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:8px;color:#0f172a}.assign-result.active,.assign-result:hover{background:#ecfdf5}.assign-result-meta{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.assign-empty{padding:6px 0;font-size:12px;color:#6b7280;display:flex;flex-direction:column;gap:4px}.assign-inline-create{align-self:flex-start;padding:4px 8px;font-size:12px;background:#ecfdf5;border:1px solid #a7f3d0;color:#047857;border-radius:4px;cursor:pointer}.assign-inline-create:hover{background:#d1fae5}.assign-status{font-size:12px;color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:8px 10px}.assign-status.ready{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.assign-tally{display:flex;gap:14px;font-size:12px;color:#4b5563}.assign-tally-errors{color:#b91c1c}.assign-create-form{display:flex;flex-direction:column;gap:8px}.assign-create-row{display:flex;gap:8px}.assign-create-actions{display:flex;gap:8px;justify-content:flex-end}.assign-btn{padding:6px 12px;font-size:12px;font-weight:600;border-radius:6px;border:1px solid transparent;cursor:pointer}.assign-btn-primary{background:#10b981;color:#fff;border-color:#10b981}.assign-btn-primary:hover:not(:disabled){background:#059669;border-color:#059669}.assign-btn-primary:disabled{background:#d1fae5;border-color:#d1fae5;cursor:not-allowed}.assign-btn-secondary{background:#fff;color:#475569;border-color:#d1d5db}.assign-btn-secondary:hover{background:#f8fafc}.assign-error{font-size:12px;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:6px 8px}.lead-graph-container.assignment-active:after{content:"";position:absolute;inset:0;border:2px dashed #10b981;border-radius:8px;pointer-events:none;z-index:5}.lead-graph-container.assignment-active.assignment-ready,.lead-graph-container.assignment-active.assignment-ready .react-flow__pane,.lead-graph-container.assignment-active.assignment-ready .lead-node{cursor:crosshair}.assign-temporal{display:flex;flex-direction:column;gap:8px;margin:8px 0;padding:8px;border:1px dashed #d1d5db;border-radius:6px}.assign-temporal .assign-current{display:flex;align-items:center;gap:6px;font-size:13px}.import-page{max-width:960px;margin:0 auto;padding:16px}.import-page .lead-in{color:#4b5563;margin:8px 0 16px}.import-tabs{display:flex;gap:4px;border-bottom:1px solid #e5e7eb;margin-bottom:16px}.import-tabs .tab{background:none;border:none;padding:10px 14px;cursor:pointer;color:#6b7280;font-weight:500;border-bottom:2px solid transparent}.import-tabs .tab.active{color:#111827;border-bottom-color:#2563eb}.import-tabs .tab:disabled{color:#9ca3af;cursor:not-allowed}.import-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px}.import-connect{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:24px;background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px}.import-connect h3{margin:0}.import-connect p{margin:0;color:#4b5563}.import-connect ul{margin:0;padding-left:18px;color:#4b5563}.import-toolbar{display:flex;gap:8px;align-items:center;margin-bottom:12px;flex-wrap:wrap}.import-toolbar input[type=search]{padding:6px 10px;border:1px solid #d1d5db;border-radius:4px;min-width:220px}.import-toolbar .stat{color:#6b7280;font-size:13px}.import-toolbar .spacer{flex:1}.import-list{border:1px solid #e5e7eb;border-radius:6px;max-height:60vh;overflow-y:auto}.import-row{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;padding:8px 12px;border-bottom:1px solid #f3f4f6}.import-row:last-child{border-bottom:none}.import-row.disabled{opacity:.55}.import-row .name{font-weight:500;color:#111827}.import-row .meta{color:#6b7280;font-size:13px}.import-row .badge{display:inline-block;background:#fef3c7;color:#92400e;font-size:11px;font-weight:600;padding:2px 6px;border-radius:10px;margin-left:6px}.import-row .badge.gmail-count{background:#dbeafe;color:#1e40af}.import-empty{padding:24px;color:#6b7280;text-align:center}.import-loading{display:flex;flex-direction:column;align-items:center;gap:4px}.import-loading .spinner{width:28px;height:28px;border-width:3px;margin:0 0 4px}.import-result{margin-top:16px;padding:12px 16px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px;color:#065f46}.import-result.error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.import-actions{display:flex;gap:8px;margin-top:12px;align-items:center}.import-link{background:none;border:none;color:#2563eb;cursor:pointer;padding:0;font-size:14px}.import-link:hover{text-decoration:underline}.import-upload h3{margin:0 0 4px}.import-upload .muted{color:#6b7280;font-size:13px;margin:4px 0 12px}.import-upload input[type=file]{display:block;padding:8px;background:#f9fafb;border:1px dashed #d1d5db;border-radius:6px;width:100%;cursor:pointer}.import-csv-mapping{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:12px 14px;margin-bottom:12px}.import-csv-mapping h4{margin:0 0 4px}.import-csv-mapping .muted{color:#6b7280;font-size:13px;margin:0 0 10px}.import-csv-mapping-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px 12px}.import-csv-mapping-row{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#374151}.import-csv-mapping-row select{padding:5px 8px;border:1px solid #d1d5db;border-radius:4px;background:#fff;font-size:13px}.import-progress{margin-top:12px;padding:12px 14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px}.import-progress-text{font-size:13px;color:#374151;margin-bottom:8px}.import-progress-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.import-progress-fill{height:100%;background:#2563eb;transition:width .3s ease-out}.import-progress-meta{font-size:12px;color:#b91c1c;margin-top:6px}.help-page{--help-ink: #1f2937;--help-muted: #6b7280;--help-line: #e5e7eb;--help-accent: #6366f1;--help-accent-dark: #4338ca;--help-panel: #f8fafc}.help-layout{display:grid;grid-template-columns:232px minmax(0,1fr);gap:28px;align-items:start}.help-sidebar{position:sticky;top:84px;max-height:calc(100vh - 110px);overflow-y:auto;padding-right:4px}.help-sidebar-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--help-muted);margin:0 0 8px}.help-sidebar-label:not(:first-child){margin-top:20px}.help-topics{display:flex;flex-direction:column;gap:2px;margin-bottom:4px}.help-topic{text-align:left;font:inherit;font-size:14px;font-weight:600;color:var(--help-ink);background:none;border:0;border-radius:8px;padding:7px 10px;cursor:pointer}.help-topic:hover{background:#f1f5f9}.help-topic.active{background:#eef2ff;color:var(--help-accent-dark)}.help-toc{display:flex;flex-direction:column;gap:1px}.help-toc-item{position:relative;text-align:left;font:inherit;font-size:13px;line-height:1.4;color:var(--help-muted);background:none;border:0;border-left:2px solid var(--help-line);border-radius:0;padding:5px 10px;cursor:pointer}.help-toc-item:hover{color:var(--help-ink);background:#f8fafc}.help-toc-item.active{color:var(--help-accent-dark);border-left-color:var(--help-accent);font-weight:600}.help-toc-item.depth-3{padding-left:22px;font-size:12.5px}.help-article{max-width:780px;color:var(--help-ink);font-size:15px;line-height:1.65}.help-article-head{margin-bottom:22px}.help-article-head h1{margin:0 0 4px;font-size:26px}.help-blurb{margin:0;color:var(--help-muted);font-size:14.5px}.help-body h2{margin:34px 0 12px;padding-top:6px;font-size:20px;scroll-margin-top:80px}.help-body h3{margin:26px 0 10px;font-size:16px;scroll-margin-top:80px}.help-body p{margin:0 0 14px}.help-body ul,.help-body ol{margin:0 0 14px;padding-left:22px}.help-body li{margin-bottom:6px}.help-body li>p{margin-bottom:6px}.help-body hr{border:0;border-top:1px solid var(--help-line);margin:30px 0}.help-body a{color:var(--help-accent-dark);font-weight:500}.help-body code{background:#f1f5f9;border:1px solid var(--help-line);border-radius:5px;padding:1px 5px;font-size:13px}.help-body blockquote{margin:0 0 16px;padding:12px 16px;border-left:3px solid var(--help-accent);background:#f8faff;border-radius:0 8px 8px 0;color:#374151}.help-body blockquote p:last-child{margin-bottom:0}.help-body img{display:block;max-width:100%;height:auto;margin:6px 0 8px;border:1px solid var(--help-line);border-radius:10px;background:#fff}.help-body img+em,.help-body p>em:only-child{display:block;color:var(--help-muted);font-size:13.5px}.help-body table{width:100%;border-collapse:collapse;margin:0 0 16px;font-size:14px;display:block;overflow-x:auto}.help-body th,.help-body td{border:1px solid var(--help-line);padding:8px 10px;text-align:left;vertical-align:top}.help-body th{background:var(--help-panel);font-weight:600}@media (max-width: 900px){.help-layout{grid-template-columns:1fr;gap:16px}.help-sidebar{position:static;max-height:none;border-bottom:1px solid var(--help-line);padding-bottom:12px}.help-toc{max-height:210px;overflow-y:auto}.help-article{max-width:none;font-size:15px}.help-body h2{font-size:18px;margin-top:26px}}.attendee-add{--at-ink: #1f2937;--at-muted: #6b7280;--at-line: #e5e7eb;--at-accent: #6366f1;--at-accent-dark: #4338ca;--at-warn: #b45309}.attendee-label{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--at-muted);margin:16px 0 6px}.attendee-label:first-of-type{margin-top:0}.attendee-optional{text-transform:none;font-weight:500}.attendee-hint{font-size:12.5px;color:var(--at-muted);margin:6px 0 0}.attendee-two{display:flex;gap:10px}.attendee-two>*{flex:1;min-width:0}.attendee-input{width:100%;font:inherit;font-size:16px;padding:10px 12px;border:1px solid var(--at-line);border-radius:10px;background:#fff;color:var(--at-ink)}.attendee-input:focus{outline:none;border-color:var(--at-accent)}.attendee-summary{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:12px}.attendee-stat{font-size:12px;font-weight:700;background:#fff;border:1px solid var(--at-line);border-radius:999px;padding:4px 10px;white-space:nowrap}.attendee-stat b{color:var(--at-accent-dark)}.attendee-stat.dupe b{color:var(--at-warn)}.attendee-warn{background:#fffbeb;border:1px solid #fde68a;color:#92400e;border-radius:10px;padding:9px 12px;font-size:13px;margin-bottom:12px}.attendee-capbar{display:flex;justify-content:space-between;gap:8px;background:#f8faff;border:1px solid #e0e7ff;border-radius:10px;padding:9px 12px;font-size:12.5px;color:#374151;margin-bottom:12px}.attendee-capbar b{color:var(--at-accent-dark)}.attendee-cap-remaining{color:var(--at-muted);white-space:nowrap}.attendee-list{list-style:none;margin:0;padding:0}.attendee-row{display:flex;align-items:center;gap:10px;padding:9px 10px;border:1px solid var(--at-line);border-radius:10px;margin-bottom:7px;background:#fff}.attendee-row.dupe{background:#fafafa;border-style:dashed}.attendee-av{flex:0 0 auto;width:30px;height:30px;border-radius:50%;background:#e5e7eb;color:#4b5563;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:11px}.attendee-body{flex:1;min-width:0}.attendee-name{width:100%;font:inherit;font-size:15px;font-weight:600;color:var(--at-ink);border:1px solid transparent;border-radius:6px;padding:2px 6px;margin-left:-6px;background:transparent}.attendee-name:hover:not(:disabled){border-color:var(--at-line)}.attendee-name:focus{outline:none;border-color:var(--at-accent);background:#fff}.attendee-name:disabled{color:var(--at-muted)}.attendee-meta{display:block;font-size:12px;color:var(--at-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attendee-flag{color:var(--at-warn);font-weight:700}.attendee-toggle{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;font:inherit;font-size:11.5px;font-weight:700;color:var(--at-muted);background:#fff;border:1px solid var(--at-line);border-radius:999px;padding:6px 10px;cursor:pointer}.attendee-toggle .attendee-dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1}.attendee-toggle.on{background:#eef2ff;border-color:#c7d2fe;color:var(--at-accent-dark)}.attendee-toggle.on .attendee-dot{background:var(--at-accent)}.attendee-toggle:disabled{opacity:.45;cursor:not-allowed}.attendee-foot{display:flex;gap:8px;margin-top:14px}.attendee-foot>*{flex:1}.attendee-note{font-size:13px;color:var(--at-muted);margin:4px 0 0}@media (max-width: 768px){.attendee-two{flex-direction:column}.attendee-toggle{padding:6px 9px}}.build-mode{max-width:480px;margin:0 auto;padding:12px 16px 32px;min-height:calc(100vh - 60px);display:flex;flex-direction:column}.build-topbar{display:flex;align-items:center;gap:12px;padding:8px 4px;font-size:15px;position:sticky;top:0;background:var(--bg, #fff);z-index:2}.build-stat{white-space:nowrap}.build-end{margin-left:auto}.build-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:8px;padding:8px 12px;margin:8px 0;font-size:14px}.build-empty{text-align:center;color:#6b7280;padding:48px 16px}.build-stack{position:relative;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:stretch}.build-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 30px #00000014;padding:22px 20px 16px;touch-action:pan-y;user-select:none;transition:transform .05s linear;min-height:260px;display:flex;flex-direction:column}.build-card-lead{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:14px}.build-card-name{font-weight:600;font-size:16px}.build-card-completeness{font-size:12px;color:#6b7280;white-space:nowrap}.build-card-prompt{font-size:22px;line-height:1.35;font-weight:500;flex:1}.build-actions{display:flex;gap:12px;margin-top:18px}.build-actions .btn-primary,.build-actions .btn-secondary{flex:1;padding:12px;font-size:16px}.build-fill{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.build-fill input{flex:1;min-width:140px;padding:12px;font-size:16px;border:1px solid #d1d5db;border-radius:8px}.build-field-picker{flex:1 0 100%;padding:12px;font-size:16px;font-family:inherit;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px}.build-options{display:flex;flex-direction:column;gap:8px;margin-top:18px}.build-options .btn-secondary{padding:12px;font-size:16px}.build-save-later{margin-top:14px;background:none;border:none;color:#6b7280;font-size:13px;cursor:pointer;align-self:center}.build-save-later:hover{color:#374151;text-decoration:underline}.build-hint{text-align:center;color:#9ca3af;font-size:12px;margin-top:14px}.build-summary{text-align:center;padding:32px 16px}.build-summary h2{font-size:24px;margin-bottom:20px}.build-summary-stats{list-style:none;padding:0;margin:0 0 24px}.build-summary-stats li{font-size:17px;padding:6px 0;color:#374151}.build-summary-stats strong{color:#111827;font-size:20px}.build-summary-actions{display:flex;flex-direction:column;gap:12px;align-items:center}.build-link{color:#6366f1;text-decoration:none;font-size:14px}.build-link:hover{text-decoration:underline}.build-card-source{margin:-6px 0 14px}.build-edit-link{display:block;margin:10px auto 0;border:none;background:none;color:#6366f1;font-size:14px;cursor:pointer;font-family:inherit}.build-edit-link:hover{text-decoration:underline}.build-reconcile{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;padding:16px 16px 18px;margin-top:4px}.build-reconcile-label{font-size:13px;color:#b45309;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.build-reconcile-prompt{font-size:18px;line-height:1.4;font-weight:500;color:#111827;margin-top:8px}.build-reconcile-options{display:flex;flex-direction:column;gap:8px;margin-top:14px}.build-reconcile-option{display:flex;align-items:center;gap:12px;width:100%;min-height:52px;padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-family:inherit;cursor:pointer;text-align:left}.build-reconcile-option:hover{border-color:#9ca3af}.build-reconcile-option.separate{border-style:dashed}.build-reconcile-option-value{flex:1;font-size:16px;color:#111827}.build-reconcile-option-count{font-size:13px;color:#6b7280;white-space:nowrap}.build-reconcile-remember{display:flex;align-items:center;gap:8px;margin-top:14px;font-size:13px;color:#6b7280;cursor:pointer}.build-reconcile-remember input{width:16px;height:16px;accent-color:#3498db}.notification-settings,.cypher-admin{max-width:780px}.notification-settings>.muted,.cypher-admin>.muted{color:#6b7280;font-size:.95rem;margin:0 0 18px;max-width:68ch}.notif-section{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px 18px;margin:0 0 14px;box-shadow:0 1px 2px #1018280d;display:flex;flex-direction:column;gap:12px}.notif-section>legend{font-size:13px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#6b7280;padding:0 6px;margin-left:-6px}.notif-section>.muted{margin:0;font-size:13.5px;color:#6b7280}.notif-row{display:flex;align-items:center;gap:10px;font-size:14.5px;color:#1f2937}label.notif-row{cursor:pointer}label.notif-row:hover{color:#111827}.notif-row em{color:#9ca3af;font-style:normal;font-size:13px}.notif-row label{display:inline-flex;align-items:center;gap:8px;font-size:14.5px}.notif-row+.notif-row{margin-top:0}.notification-settings .success,.cypher-admin .success{background:#ecfdf5;border:1px solid #a7f3d0;color:#047857;border-radius:8px;padding:9px 12px;font-size:14px;margin-bottom:14px}.notification-settings .error,.cypher-admin .error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:8px;padding:9px 12px;font-size:14px;margin-bottom:14px}.cypher-create{align-items:center;flex-wrap:wrap}.cypher-create input[type=text]{min-width:240px}.cypher-admin h3{font-size:15px;font-weight:700;color:#1f2937;margin:22px 0 10px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.cypher-admin h4{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#6b7280;margin:0 0 8px}.cypher-group{margin-bottom:18px}.cypher-list{list-style:none;margin:0;padding:0;background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;box-shadow:0 1px 2px #1018280d}.cypher-list-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;font-size:14.5px;color:#1f2937}.cypher-list-item+.cypher-list-item{border-top:1px solid #f1f3f7}.cypher-list-item:hover{background:#fafbfc}.cypher-list-item select{min-width:190px}.cypher-list-item .btn-link{background:none;border:0;padding:0;color:#b91c1c;font-size:13px;font-weight:600;cursor:pointer}.cypher-list-item .btn-link:hover{text-decoration:underline}@media (max-width: 600px){.cypher-list-item{flex-direction:column;align-items:stretch;gap:8px}.cypher-list-item select{min-width:0;width:100%}.cypher-create input[type=text]{min-width:0;flex:1 1 100%}}.welcome-page{max-width:880px;margin:0 auto;padding:40px 20px}.welcome-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:32px;box-shadow:0 4px 16px #0f172a0f}.welcome-card h1{margin:0 0 8px;font-size:1.6rem}.welcome-lead{color:#4b5563;font-size:1rem;line-height:1.5;margin:0 0 24px}.welcome-sources{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin:24px 0}.welcome-source{text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:16px;cursor:pointer;transition:transform .12s,border-color .12s,box-shadow .12s}.welcome-source:hover{transform:translateY(-2px);border-color:#6366f1;box-shadow:0 6px 16px #6366f11f}.welcome-source-title{font-weight:700;color:#1f2937;margin-bottom:6px}.welcome-source p{margin:0;font-size:.875rem;color:#6b7280;line-height:1.4}.welcome-actions{display:flex;align-items:center;gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid #f1f5f9}.welcome-skip{background:none;border:none;color:#4b5563;font-size:.95rem;cursor:pointer;padding:6px 0}.welcome-skip:hover{color:#1f2937;text-decoration:underline}.welcome-skip:disabled{color:#9ca3af;cursor:not-allowed}.welcome-link{color:#2563eb;text-decoration:none;font-size:.95rem}.welcome-link:hover{text-decoration:underline}.pl-list{--pl-overdue: #ef4444;--pl-due: #f59e0b;--pl-ok: #10b981;--pl-none: #cbd5e1;--pl-accent: #6366f1;--pl-accent-dark: #4338ca;--ms-acquaintance: #94a3b8;--ms-prospect: #f59e0b;--ms-client: #10b981;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.pl-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px}.pl-seg{display:inline-flex;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}.pl-seg button{font:inherit;font-size:12.5px;font-weight:600;color:#6b7280;background:transparent;border:0;padding:6px 12px;cursor:pointer}.pl-seg button+button{border-left:1px solid #e5e7eb}.pl-seg button[aria-pressed=true]{background:#eef2ff;color:var(--pl-accent-dark)}.pl-seg button:focus-visible{outline:2px solid var(--pl-accent);outline-offset:-2px}.pl-toolbar-count{font-size:12.5px;color:#6b7280;margin-left:auto;font-variant-numeric:tabular-nums}.pl-card{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px #1018280f,0 1px 3px #1018280a;padding:15px 18px 15px 20px;display:flex;flex-direction:column;gap:12px;overflow:hidden;transition:border-color .15s ease,transform .15s ease}.pl-card:hover{border-color:#e0e7ff;transform:translateY(-1px)}.pl-card--archived{opacity:.68}.pl-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--pl-sev, var(--pl-none))}.pl-card[data-sev=overdue]{--pl-sev: var(--pl-overdue)}.pl-card[data-sev=due]{--pl-sev: var(--pl-due)}.pl-card[data-sev=ok]{--pl-sev: var(--pl-ok)}.pl-card[data-sev=setup]{--pl-sev: var(--pl-none)}.pl-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap}.pl-name{font-size:16.5px;font-weight:650;letter-spacing:-.01em;color:#1f2937;text-decoration:none}.pl-name:hover{color:var(--pl-accent-dark);text-decoration:underline}.pl-objective{font-size:13.5px;color:#6b7280;margin:2px 0 0;max-width:60ch}.pl-objective--empty{color:#9ca3af;font-style:italic}.pl-badges{display:flex;gap:6px;flex-wrap:wrap}.pl-pill{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;line-height:1;padding:4px 9px;border-radius:999px;border:1px solid transparent;white-space:nowrap;font-variant-numeric:tabular-nums}.pl-pill-dot{width:7px;height:7px;border-radius:50%;background:currentColor;flex:none}.pl-pill--overdue{color:#ef4444;background:#fef2f2;border-color:#fecaca}.pl-pill--due{color:#d97706;background:#fffbeb;border-color:#fde68a}.pl-pill--ok{color:#059669;background:#ecfdf5}.pl-pill--quiet{color:#6b7280;background:#f3f4f6;border-color:#e5e7eb}.pl-pill--type{color:var(--pl-accent-dark);background:#eef2ff;border-color:#e0e7ff;text-transform:capitalize}.pl-next{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid #eef0f4;border-radius:8px;padding:9px 12px;font-size:13.5px}.pl-next-label{font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;font-weight:600;flex:none}.pl-next-title{color:#1f2937;font-weight:550;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pl-next--empty .pl-next-title{color:#9ca3af;font-weight:400}.pl-next-more{color:#6b7280;font-size:12.5px;flex:none}.pl-milestones{display:flex;flex-direction:column;gap:6px}.pl-ms-bar{display:flex;height:6px;border-radius:999px;overflow:hidden;background:#f1f3f7}.pl-ms-bar span{display:block}.pl-ms-bar span[data-milestone=acquaintance]{background:var(--ms-acquaintance)}.pl-ms-bar span[data-milestone=prospect]{background:var(--ms-prospect)}.pl-ms-bar span[data-milestone=client]{background:var(--ms-client)}.pl-ms-key{display:flex;gap:14px;flex-wrap:wrap;font-size:12px;color:#6b7280;font-variant-numeric:tabular-nums}.pl-ms-key span{display:inline-flex;align-items:center;gap:5px}.pl-ms-key i{width:7px;height:7px;border-radius:2px;display:inline-block}.pl-ms-key i[data-milestone=acquaintance]{background:var(--ms-acquaintance)}.pl-ms-key i[data-milestone=prospect]{background:var(--ms-prospect)}.pl-ms-key i[data-milestone=client]{background:var(--ms-client)}.pl-setup{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;color:#4b5563;background:#eef2ff;border:1px dashed #e0e7ff;border-radius:8px;padding:9px 12px}.pl-setup a{color:var(--pl-accent-dark);font-weight:600}.pl-foot{display:flex;gap:16px;flex-wrap:wrap;font-size:12.5px;color:#6b7280;border-top:1px solid #f1f3f7;padding-top:10px;font-variant-numeric:tabular-nums}.pl-foot b{font-weight:600;color:#4b5563}@media (max-width: 640px){.pl-head{flex-direction:column;gap:8px}.pl-next{flex-wrap:wrap}.pl-next-title{white-space:normal}}@media (prefers-reduced-motion: reduce){.pl-card{transition:none}.pl-card:hover{transform:none}}.auth-page{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;background:#0f172a;padding:24px 16px;padding-bottom:calc(24px + env(safe-area-inset-bottom))}.auth-container{max-width:520px;margin:0 auto}.auth-title{margin:9px 0 8px;font-size:clamp(2em,10vw,3em);color:#2c3e50}.auth-hint{color:#666;margin:0 0 10px}.auth-credentials{margin-top:0;padding-left:18px;color:#666}.auth-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:20px;border:1px solid #eee;width:min(340px,100%)}.auth-card input,.auth-card select,.auth-card textarea{width:100%;max-width:100%;box-sizing:border-box}.auth-card input{font-size:16px;padding:12px}.auth-card .btn-block{padding:12px;font-size:16px}.auth-brand{display:flex;align-items:center;gap:12px;margin-bottom:8px}.auth-logo{height:64px;width:64px;border-radius:50%;background:#fff;padding:4px;box-shadow:0 1px 3px #0000001a}.btn.btn-block{display:block;width:100%}.auth-footer{margin-top:12px;display:flex;justify-content:space-between;align-items:center}.auth-page .auth-hint,.auth-page .auth-credentials{color:#cbd5e1}
