.lead-capture-overlay.svelte-1xaa5af{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1060;padding:1rem}.lead-capture-modal.svelte-1xaa5af{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.modal-header.svelte-1xaa5af{padding:1.5rem;border-bottom:1px solid var(--wk-border);display:flex;align-items:start;justify-content:space-between}.modal-body.svelte-1xaa5af{padding:1.5rem}.btn-close.svelte-1xaa5af{background:transparent;border:none;font-size:1.25rem;line-height:1;color:var(--wk-muted);cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:background .2s}.btn-close.svelte-1xaa5af:hover{background:var(--wk-bg)}@keyframes svelte-1xaa5af-successPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.success-icon.svelte-1xaa5af{animation:svelte-1xaa5af-successPulse .5s ease-out}@media(max-width:576px){.lead-capture-modal.svelte-1xaa5af{max-width:100%;margin:0}}.chat-launcher.svelte-cs4gzl{width:60px;height:60px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #00000026;position:relative;transition:transform .2s,box-shadow .2s}.chat-launcher.svelte-cs4gzl:hover{transform:scale(1.05);box-shadow:0 6px 20px #0003}.pulse-ring.svelte-cs4gzl{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;background:inherit;opacity:.6;animation:svelte-cs4gzl-pulse 2s infinite;pointer-events:none}@keyframes svelte-cs4gzl-pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.6}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}.chat-widget.svelte-cs4gzl{width:400px;max-width:calc(100vw - 2rem);background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;max-height:600px}.chat-widget.dragging.svelte-cs4gzl{box-shadow:0 20px 60px #0000004d;opacity:.95;-webkit-user-select:none;user-select:none}.chat-widget.embedded.svelte-cs4gzl{position:static;width:100%;max-width:none;height:100vh;max-height:none;border-radius:0;box-shadow:none}.chat-widget.embedded.svelte-cs4gzl .widget-header:where(.svelte-cs4gzl){border-radius:0}.chat-widget.embedded.svelte-cs4gzl .widget-body:where(.svelte-cs4gzl){max-height:none}.widget-header.svelte-cs4gzl{border-radius:12px 12px 0 0;-webkit-user-select:none;user-select:none;flex-shrink:0}.btn-pill.svelte-cs4gzl{border-radius:20px;padding:.25rem .75rem;font-size:.875rem}.btn-icon.svelte-cs4gzl{width:32px;height:32px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%}.widget-body.svelte-cs4gzl{flex:1;overflow-y:auto;padding:1rem;min-height:300px;max-height:380px}.chat-status.svelte-cs4gzl{display:flex;align-items:center;justify-content:center;height:100%;color:#6c757d;font-size:.875rem}.welcome-state.svelte-cs4gzl{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1.5rem .5rem}.welcome-icon.svelte-cs4gzl{margin-bottom:.75rem}.welcome-avatar.svelte-cs4gzl{width:64px;height:64px;object-fit:contain;border-radius:50%;background:#f0fdf4;padding:4px}.suggested-prompts.svelte-cs4gzl{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.prompt-chip.svelte-cs4gzl{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:20px;padding:.4rem .85rem;font-size:.8rem;color:#166534;cursor:pointer;transition:all .2s}.prompt-chip.svelte-cs4gzl:hover{background:#dcfce7;border-color:#86efac;transform:translateY(-1px)}.message.svelte-cs4gzl{margin-bottom:.75rem;display:flex}.message.user.svelte-cs4gzl{justify-content:flex-end}.message.assistant.svelte-cs4gzl{justify-content:flex-start}.message-bubble.svelte-cs4gzl{max-width:85%;padding:.6rem .9rem;border-radius:1rem;font-size:.875rem;line-height:1.45;white-space:pre-wrap;word-wrap:break-word}.message.user.svelte-cs4gzl .message-bubble:where(.svelte-cs4gzl){background:#10b981;color:#fff;border-bottom-right-radius:.25rem}.message.assistant.svelte-cs4gzl .message-bubble:where(.svelte-cs4gzl){background:#f1f5f9;color:#1e293b;border-bottom-left-radius:.25rem}.typing-indicator.svelte-cs4gzl{display:flex;gap:4px;align-items:center;padding:2px 0}.typing-indicator.svelte-cs4gzl span:where(.svelte-cs4gzl){height:7px;width:7px;background-color:#94a3b8;border-radius:50%;animation:svelte-cs4gzl-typing 1.4s infinite ease-in-out}.typing-indicator.svelte-cs4gzl span:where(.svelte-cs4gzl):nth-child(2){animation-delay:.2s}.typing-indicator.svelte-cs4gzl span:where(.svelte-cs4gzl):nth-child(3){animation-delay:.4s}@keyframes svelte-cs4gzl-typing{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-8px);opacity:1}}.chat-error.svelte-cs4gzl{text-align:center;color:#dc2626;font-size:.8rem;padding:.5rem;background:#fef2f2;border-radius:8px;margin-top:.5rem}.widget-input.svelte-cs4gzl{padding:.75rem;border-top:1px solid #e2e8f0;background:#f8fafc;flex-shrink:0}.input-row.svelte-cs4gzl{display:flex;gap:.5rem;align-items:flex-end}.chat-input.svelte-cs4gzl{flex:1;border:1px solid #e2e8f0;border-radius:20px;padding:.5rem 1rem;font-size:.875rem;resize:none;max-height:80px;outline:none;transition:border-color .2s}.chat-input.svelte-cs4gzl:focus{border-color:#10b981}.send-btn.svelte-cs4gzl{width:38px;height:38px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:opacity .2s}.send-btn.svelte-cs4gzl:disabled{opacity:.5;cursor:not-allowed}.remaining-counter.svelte-cs4gzl{text-align:center;font-size:.7rem;color:#94a3b8;margin-top:.35rem}.widget-footer.svelte-cs4gzl{padding:.4rem;text-align:center;border-top:1px solid #f1f5f9;flex-shrink:0}@media(max-width:480px){.chat-widget.svelte-cs4gzl{width:calc(100vw - 2rem);max-height:calc(100vh - 100px)}}
