@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.tf-root{min-height:100vh;background:#0a0a0a;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;flex-direction:column;position:relative}.tf-progress-bar{position:fixed;top:0;left:0;height:3px;background:#fff;transition:width .4s cubic-bezier(.4,0,.2,1);z-index:100}.tf-nav{position:fixed;top:0;left:0;right:0;padding:18px 32px;display:flex;align-items:center;gap:12px;z-index:50}.tf-back-btn{background:none;border:none;color:#ffffff73;cursor:pointer;padding:6px 8px 6px 0;font-size:20px;transition:color .2s;line-height:1}.tf-back-btn:hover{color:#fff}.tf-step-counter{font-size:13px;font-weight:500;color:#ffffff59;letter-spacing:.2px}.tf-screen{flex:1;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:80px 32px}@keyframes tf-slide-in{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes tf-slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-22px)}}.tf-content{width:100%;max-width:680px;animation:tf-slide-in .35s ease forwards}.tf-content.leaving{animation:tf-slide-out .22s ease forwards}.tf-question{font-size:clamp(22px,3.5vw,34px);font-weight:500;line-height:1.25;margin-bottom:36px;letter-spacing:-.2px}.tf-asterisk{color:#f87171;margin-left:5px}.tf-input-underline{width:100%;background:transparent;border:none;border-bottom:2px solid rgba(255,255,255,.18);color:#fff;font-size:20px;font-family:inherit;font-weight:400;padding:8px 0 14px;outline:none;transition:border-color .2s;caret-color:#fff}.tf-input-underline:focus{border-bottom-color:#ffffffa6}.tf-input-underline::placeholder{color:#ffffff38}.tf-input-underline[type=date]{color-scheme:dark}.tf-phone-wrapper{display:flex;align-items:flex-end;border-bottom:2px solid rgba(255,255,255,.18);transition:border-color .2s}.tf-phone-wrapper:focus-within{border-bottom-color:#ffffffa6}.tf-phone-prefix{font-size:20px;color:#ffffff8c;padding:8px 14px 14px 0;white-space:nowrap;flex-shrink:0}.tf-phone-input{flex:1;background:transparent;border:none;color:#fff;font-size:20px;font-family:inherit;padding:8px 0 14px;outline:none;caret-color:#fff}.tf-phone-input::placeholder{color:#ffffff38}.tf-textarea{width:100%;background:transparent;border:none;border-bottom:2px solid rgba(255,255,255,.18);color:#fff;font-size:20px;font-family:inherit;font-weight:400;padding:8px 0 14px;outline:none;resize:none;min-height:90px;transition:border-color .2s;caret-color:#fff;line-height:1.5}.tf-textarea:focus{border-bottom-color:#ffffffa6}.tf-textarea::placeholder{color:#ffffff38}.tf-choices{display:flex;flex-direction:column;gap:10px}.tf-choice-btn{background:transparent;border:1.5px solid rgba(255,255,255,.18);border-radius:8px;padding:15px 20px;font-size:16px;font-family:inherit;font-weight:500;color:#fffc;text-align:left;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;gap:14px}.tf-choice-btn:hover{border-color:#ffffff8c;background:#ffffff0a;color:#fff}.tf-choice-btn.selected{background:#fff;border-color:#fff;color:#0a0a0a}.tf-choice-key{font-size:11px;font-weight:700;color:#ffffff59;background:#ffffff14;border:1px solid rgba(255,255,255,.18);border-radius:4px;padding:2px 7px;min-width:22px;text-align:center;flex-shrink:0}.tf-choice-btn.selected .tf-choice-key{color:#0a0a0a;background:#00000014;border-color:#0000001f}.tf-actions{margin-top:36px;display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.tf-continue-btn{background:#fff;color:#0a0a0a;border:none;border-radius:8px;padding:13px 26px;font-size:15px;font-weight:700;font-family:inherit;cursor:pointer;transition:opacity .15s;letter-spacing:.1px}.tf-continue-btn:hover{opacity:.88}.tf-continue-btn:disabled{opacity:.35;cursor:not-allowed}.tf-enter-hint{font-size:13px;color:#ffffff47;font-weight:500}.tf-enter-hint kbd{background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:4px;padding:2px 6px;font-family:inherit;font-size:11px;margin:0 2px}.tf-success{min-height:100vh;background:#0a0a0a;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 32px}@keyframes tf-pop{0%{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}.tf-success-icon{font-size:64px;margin-bottom:24px;display:block;animation:tf-pop .5s cubic-bezier(.34,1.56,.64,1) forwards}.tf-success-title{font-size:clamp(26px,5vw,38px);font-weight:800;margin-bottom:14px;letter-spacing:-.5px}.tf-success-subtitle{font-size:16px;color:#ffffff73;max-width:420px;line-height:1.65;margin-bottom:32px}.tf-whatsapp-btn{display:inline-flex;align-items:center;gap:10px;background:#25d366;color:#fff;border:none;border-radius:10px;padding:14px 28px;font-size:16px;font-weight:700;font-family:inherit;cursor:pointer;text-decoration:none;transition:opacity .15s}.tf-whatsapp-btn:hover{opacity:.88}.tf-loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:200}@keyframes spin{to{transform:rotate(360deg)}}.tf-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.15);border-top-color:#fff;border-radius:50%;animation:spin .75s linear infinite}.tf-checkboxes{display:flex;flex-direction:column;gap:10px}.tf-checkbox-label{display:flex;align-items:center;flex-wrap:wrap;gap:14px;background:transparent;border:1.5px solid rgba(255,255,255,.18);border-radius:8px;padding:15px 20px;font-size:16px;font-weight:500;color:#fffc;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}.tf-checkbox-label:hover{border-color:#ffffff8c;background:#ffffff0a;color:#fff}.tf-checkbox-label.selected{border-color:#ffffffb3;background:#ffffff12;color:#fff}.tf-checkbox-label input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;flex-shrink:0;width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-radius:4px;cursor:pointer;position:relative;transition:all .15s;background:transparent}.tf-checkbox-label.selected input[type=checkbox]{background:#fff;border-color:#fff}.tf-checkbox-label.selected input[type=checkbox]:after{content:"";position:absolute;top:1px;left:4px;width:5px;height:9px;border:2px solid #0a0a0a;border-top:none;border-left:none;transform:rotate(45deg)}.tf-checkbox-other-input{flex-basis:100%;background:transparent;border:none;border-bottom:1.5px solid rgba(255,255,255,.35);color:#fff;font-size:15px;font-family:inherit;padding:4px 0 6px;outline:none;caret-color:#fff;margin-top:4px}.tf-checkbox-other-input::placeholder{color:#ffffff4d}.tf-checkbox-other-input:focus{border-bottom-color:#ffffffb3}@media (max-width: 600px){.tf-screen{padding:70px 20px}.tf-nav{padding:16px 20px}}@keyframes kbFadeIn{0%{opacity:0}to{opacity:1}}@keyframes kbModalIn{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}@keyframes kb-spin{to{transform:rotate(360deg)}}.kb-spinner{animation:kb-spin .8s linear infinite}.kb-deal-modal-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;display:flex;align-items:center;justify-content:center;padding:1.25rem;animation:kbFadeIn .2s}.kb-deal-modal{width:100%;max-width:1080px;height:90vh;max-height:860px;background:#fff;border-radius:16px;box-shadow:0 30px 80px #00000038;display:flex;flex-direction:column;overflow:hidden;animation:kbModalIn .22s cubic-bezier(.16,1,.3,1)}.nd-loading{display:flex;align-items:center;justify-content:center}.kdm-header{display:flex;align-items:center;justify-content:space-between;padding:1.125rem 1.5rem;border-bottom:1px solid #f1f5f9;flex-shrink:0;gap:1rem;background:#fff}.kdm-header-left{display:flex;align-items:center;gap:1rem;min-width:0;flex:1}.kdm-header-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.kdm-avatar{width:48px!important;height:48px!important;border-radius:12px!important;font-size:1.25rem!important;flex-shrink:0}.kdm-title{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0 0 5px;line-height:1.2}.kdm-header-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.kdm-company{display:flex;align-items:center;gap:4px;font-size:.8125rem;color:#64748b;font-weight:500}.kdm-stage-nav{display:flex;align-items:center;gap:6px;margin-top:8px;flex-wrap:wrap}.kdm-stage-nav-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:600;border:1.5px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;transition:all .15s;white-space:nowrap;max-width:140px;overflow:hidden;text-overflow:ellipsis}.kdm-stage-nav-btn:hover:not(:disabled){border-color:#2563eb;color:#2563eb;background:#eff6ff}.kdm-stage-nav-btn.primary{background:#2563eb;color:#fff;border-color:#2563eb}.kdm-stage-nav-btn.primary:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}.kdm-stage-nav-btn:disabled{opacity:.35;cursor:not-allowed}.kdm-body{display:flex;flex:1;min-height:0;overflow:hidden}.kdm-left{width:300px;min-width:280px;max-width:300px;border-right:1px solid #f1f5f9;overflow-y:auto;overflow-x:hidden;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:0;background:#fafbfc;flex-shrink:0;box-sizing:border-box}.kdm-right{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem}.kdm-section-block{display:flex;flex-direction:column;gap:.625rem}.kdm-collapsible{border-bottom:1px solid #eef0f3;padding-bottom:0}.kdm-collapsible:last-child{border-bottom:none}.kdm-section-toggle{display:flex;align-items:center;gap:6px;width:100%;background:none;border:none;cursor:pointer;padding:.625rem 0;text-align:left;font-size:.8125rem;font-weight:700;color:#374151;letter-spacing:.02em;text-transform:uppercase;transition:color .15s}.kdm-section-toggle:hover{color:#111827}.kdm-chevron{color:#9ca3af;flex-shrink:0;transition:transform .2s ease;transform:rotate(0)}.kdm-chevron.kdm-chevron-closed{transform:rotate(-90deg)}.kdm-section-content{padding-bottom:.75rem;display:flex;flex-direction:column;gap:.625rem}.kdm-value-block{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1rem;display:flex;flex-direction:column;gap:.25rem}.kdm-valor-edit-row{display:flex;align-items:center;gap:5px;width:100%;min-width:0}.kdm-valor-input{flex:1;min-width:0;width:0;padding:.25rem .5rem;border:1.5px solid #2563eb;border-radius:6px;font-size:.9rem;outline:none;background:#fff;color:#1e293b;box-sizing:border-box}.kdm-notes-textarea{min-height:140px}.kdm-notes-display{min-height:100px;text-align:left;padding:.75rem!important;border:1px dashed #e2e8f0!important;border-radius:8px;background:#fafbfc!important}.kdm-notes-display:hover{border-color:#cbd5e1!important;background:#f1f5f9!important}.kd-avatar{width:42px;height:42px;border-radius:10px;background:#eff6ff;color:#2563eb;font-size:1.125rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.kd-close{background:none;border:none;color:#94a3b8;cursor:pointer;padding:5px;border-radius:6px;display:flex;transition:color .15s,background .15s}.kd-close:hover{color:#1e293b;background:#f1f5f9}.kd-field{display:flex;flex-direction:column;gap:3px}.kd-label{font-size:.625rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.kd-value{font-size:.875rem;color:#1e293b;font-weight:500;word-break:break-word}.kd-section{font-size:.6875rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin:0}.kd-placeholder{color:#94a3b8;font-weight:400;font-style:italic;font-size:.8125rem}.kd-pipeline-days{display:flex;align-items:center}.kd-phone-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.kd-phone-row .kd-value{flex:1}.kd-wpp-cta{display:flex;align-items:center;gap:.375rem;padding:.375rem .875rem;background:#059669;color:#fff;border:none;border-radius:8px;font-size:.75rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s}.kd-wpp-cta:hover{background:#047857}.kd-resp-select{padding:.3rem .625rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;color:#1e293b;background:#f8fafc;font-family:inherit;cursor:pointer;transition:border-color .15s;width:100%}.kd-resp-select:focus{outline:none;border-color:#2563eb;background:#fff}.kd-open-lead-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .625rem;margin-top:.375rem;background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe;border-radius:7px;font-size:.6875rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s,box-shadow .15s}.kd-open-lead-btn:hover{background:#dbeafe;box-shadow:0 2px 6px #2563eb2e}.kd-stage-pill{font-size:.6875rem;font-weight:700;padding:3px 10px;border-radius:999px;white-space:nowrap;letter-spacing:.02em}.kd-btn-won-sm{padding:.3rem .625rem;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;border:1px solid #bbf7d0;background:#f0fdf4;color:#16a34a;transition:background .15s;white-space:nowrap}.kd-btn-won-sm:hover:not(:disabled){background:#dcfce7}.kd-btn-won-sm:disabled{opacity:.5;cursor:not-allowed}.kd-btn-lost-sm{padding:.3rem .625rem;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;border:1px solid #fecaca;background:#fef2f2;color:#dc2626;transition:background .15s;white-space:nowrap}.kd-btn-lost-sm:hover:not(:disabled){background:#fee2e2}.kd-btn-lost-sm:disabled{opacity:.5;cursor:not-allowed}.kd-status-badge{display:inline-flex;align-items:center;font-size:.8125rem;font-weight:700;padding:.45rem 1rem;border-radius:8px}.kd-status-badge.won{background:#dcfce7;color:#15803d}.kd-status-badge.lost{background:#fee2e2;color:#dc2626}.kd-summary-nome{font-size:.6875rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem}.kd-summary-valor{background:none;border:none;text-align:left;padding:0;font-size:1.375rem;font-weight:800;color:#059669;cursor:pointer;font-family:inherit;margin-bottom:.5rem;line-height:1.2;transition:opacity .15s;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kd-summary-valor:hover{opacity:.8}.kd-tags-row{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:6px}.kd-tag{display:inline-flex;align-items:center;gap:4px;font-size:.6875rem;font-weight:600;color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;padding:2px 8px;border-radius:99px}.kd-tag--removable{padding-right:4px}.kd-tag-remove{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:1px;border-radius:99px;color:inherit;opacity:.6;line-height:1}.kd-tag-remove:hover{opacity:1;background:#0000001a}.kd-tag-add-btn{display:inline-flex;align-items:center;gap:3px;font-size:.6875rem;font-weight:600;color:#6366f1;background:#eef2ff;border:1px dashed #a5b4fc;padding:2px 8px;border-radius:99px;cursor:pointer}.kd-tag-add-btn:hover{background:#e0e7ff}.kd-tag-dropdown{margin-top:6px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;box-shadow:0 4px 12px #00000014;overflow:hidden}.kd-tag-search{width:100%;box-sizing:border-box;padding:8px 10px;border:none;border-bottom:1px solid #f1f5f9;font-size:.8125rem;outline:none}.kd-tag-list{max-height:160px;overflow-y:auto}.kd-tag-option{display:flex;align-items:center;gap:8px;width:100%;padding:7px 10px;background:none;border:none;font-size:.8125rem;cursor:pointer;text-align:left}.kd-tag-option:hover{background:#f8fafc}.kd-tag-create{color:#6366f1;font-weight:600}.kd-tag-dot{width:8px;height:8px;border-radius:99px;flex-shrink:0}.kd-editable-value{text-align:left;background:none;border:1px dashed transparent;border-radius:6px;padding:.3rem .5rem;cursor:pointer;font-size:.875rem;color:#1e293b;font-weight:500;transition:border-color .15s,background .15s;width:100%;word-break:break-word;font-family:inherit}.kd-editable-value:hover{border-color:#cbd5e1;background:#f8fafc}.kd-inline-textarea{width:100%;padding:.5rem .625rem;border:1.5px solid #2563eb;border-radius:6px;font-size:.875rem;outline:none;background:#fff;color:#1e293b;resize:vertical;font-family:inherit;line-height:1.5;box-sizing:border-box}.kd-inline-edit-col{display:flex;flex-direction:column;gap:6px}.kd-inline-actions{display:flex;gap:6px}.kd-save-btn{padding:.3rem .75rem;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:4px;transition:background .15s}.kd-save-btn:hover:not(:disabled){background:#1d4ed8}.kd-save-btn:disabled{opacity:.6;cursor:not-allowed}.kd-cancel-btn{padding:.3rem .75rem;background:#fff;color:#64748b;border:1px solid #e2e8f0;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .15s}.kd-cancel-btn:hover{background:#f1f5f9}.kd-utm-chips{display:flex;flex-wrap:wrap;gap:6px}.kd-utm-chip{font-size:.6875rem;font-weight:600;padding:3px 9px;border-radius:99px}.kd-utm-chip.source{background:#fef3c7;color:#92400e}.kd-utm-chip.medium{background:#e0e7ff;color:#3730a3}.kd-utm-chip.campaign{background:#ede9fe;color:#6d28d9}.kd-utm-chip.content{background:#f1f5f9;color:#475569}.kb-modal-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:kbFadeIn .2s}.kb-modal{background:#fff;border-radius:16px;width:100%;max-width:420px;padding:1.25rem;box-shadow:0 25px 50px -12px #00000040}.kb-modal-hdr{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.kb-modal-hdr h3{font-size:1rem;font-weight:700;color:#111827;margin:0}.kb-modal-hdr button{background:none;border:none;color:#9ca3af;cursor:pointer;display:flex}.kb-modal-body{font-size:.875rem;color:#64748b;margin:0 0 1.25rem;line-height:1.5}.kb-modal-ftr{display:flex;justify-content:flex-end;gap:.75rem}.kb-btn-cancel{padding:.5rem 1.125rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-weight:600;color:#374151;cursor:pointer}.kb-btn-danger{padding:.5rem 1.125rem;background:#dc2626;border:none;border-radius:8px;font-weight:600;color:#fff;cursor:pointer;display:flex;align-items:center;gap:6px}.kb-btn-danger:hover{background:#b91c1c}.kb-btn-won{padding:.5rem 1.125rem;background:#16a34a;border:none;border-radius:8px;font-weight:600;color:#fff;cursor:pointer;display:flex;align-items:center;gap:6px}.kb-btn-won:hover{background:#15803d}.kb-btn-won:disabled,.kb-btn-danger:disabled{opacity:.6;cursor:not-allowed}
