.LeadChat-module__eU22Rq__section{max-width:1160px;margin:0 auto;padding:56px 24px 100px}.LeadChat-module__eU22Rq__panel{border:1px solid var(--n-border);background:radial-gradient(120% 120% at 50% -12%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 58%), linear-gradient(168deg, color-mix(in srgb, var(--accent) 7%, var(--card)), color-mix(in srgb, var(--teal) 7%, var(--card)));max-width:760px;box-shadow:var(--shadow-card);border-radius:28px;margin:0 auto;padding:44px 40px 40px;position:relative;overflow:hidden}.LeadChat-module__eU22Rq__head{text-align:center;margin-bottom:24px}.LeadChat-module__eU22Rq__title{max-width:20ch;font-family:var(--font-display), Georgia, "Times New Roman", serif;letter-spacing:-.005em;color:var(--ink);text-wrap:balance;margin:14px auto 0;font-size:clamp(1.7rem,3.4vw,2.4rem);font-weight:600;line-height:1.08}.LeadChat-module__eU22Rq__sub{max-width:44ch;color:var(--n-secondary);text-wrap:pretty;margin:12px auto 0;font-size:16px;line-height:1.5}.LeadChat-module__eU22Rq__bare{text-align:left;width:min(560px,100%);margin:30px auto 0}.LeadChat-module__eU22Rq__entry{flex-direction:column;gap:14px;display:flex}.LeadChat-module__eU22Rq__entryCard{border-radius:var(--radius-lg);border:1px solid var(--n-border-strong);background:var(--card);box-shadow:var(--shadow-card);transition:border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);flex-direction:column;gap:10px;padding:16px 16px 14px;display:flex}.LeadChat-module__eU22Rq__entryCard:focus-within{border-color:var(--accent);box-shadow:var(--shadow-card), var(--glow-accent)}.LeadChat-module__eU22Rq__entryInput{resize:none;width:100%;color:var(--ink);background:0 0;border:none;outline:none;min-height:52px;font-family:inherit;font-size:16.5px;line-height:1.5}.LeadChat-module__eU22Rq__entryInput::placeholder{color:var(--n-faint)}.LeadChat-module__eU22Rq__entryActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.LeadChat-module__eU22Rq__chips{flex-wrap:wrap;justify-content:center;gap:8px;list-style:none;display:flex}.LeadChat-module__eU22Rq__chip{border-radius:var(--radius-pill);color:var(--n-secondary);background:var(--card);border:1px solid var(--n-border);cursor:pointer;transition:color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), background-color var(--dur-fast) var(--ease-out);padding:7px 14px;font-size:13px;font-weight:500}.LeadChat-module__eU22Rq__chip:hover{color:var(--accent);border-color:color-mix(in srgb, var(--accent) 40%, var(--n-border));background:color-mix(in srgb, var(--accent) 6%, var(--card))}.LeadChat-module__eU22Rq__chip:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.LeadChat-module__eU22Rq__chat{flex-direction:column;gap:14px;display:flex}.LeadChat-module__eU22Rq__log{border-radius:var(--radius-lg);border:1px solid var(--n-border);background:color-mix(in srgb, var(--n-1) 55%, var(--card));flex-direction:column;gap:10px;padding:18px;display:flex}.LeadChat-module__eU22Rq__rowUser,.LeadChat-module__eU22Rq__rowAi{max-width:100%;animation:LeadChat-module__eU22Rq__lcIn .4s var(--ease-out) both;align-items:flex-end;gap:8px;display:flex}.LeadChat-module__eU22Rq__rowUser{justify-content:flex-end}@keyframes LeadChat-module__eU22Rq__lcIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.LeadChat-module__eU22Rq__avatar{border-radius:var(--radius-pill);width:28px;height:28px;color:var(--on-accent);background:linear-gradient(145deg, var(--accent-2), var(--accent));flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.LeadChat-module__eU22Rq__bubbleAi,.LeadChat-module__eU22Rq__bubbleUser{text-wrap:pretty;overflow-wrap:anywhere;max-width:78%;padding:10px 14px;font-size:14.5px;font-weight:500;line-height:1.45}.LeadChat-module__eU22Rq__bubbleAi{color:var(--n-secondary);background:var(--card);border:1px solid var(--n-border);box-shadow:var(--shadow-card);border-radius:14px 14px 14px 5px}.LeadChat-module__eU22Rq__bubbleUser{color:var(--ink);background:color-mix(in srgb, var(--accent) 12%, var(--card));border:1px solid color-mix(in srgb, var(--accent) 30%, transparent);border-radius:14px 14px 5px}.LeadChat-module__eU22Rq__typing{background:var(--card);border:1px solid var(--n-border);box-shadow:var(--shadow-card);border-radius:14px 14px 14px 5px;align-items:center;gap:4px;padding:12px 14px;display:inline-flex}.LeadChat-module__eU22Rq__typingDot{border-radius:var(--radius-pill);background:var(--n-faint);width:5px;height:5px;animation:1.4s ease-in-out infinite LeadChat-module__eU22Rq__lcType}.LeadChat-module__eU22Rq__typingDot:nth-child(2){animation-delay:.18s}.LeadChat-module__eU22Rq__typingDot:nth-child(3){animation-delay:.36s}@keyframes LeadChat-module__eU22Rq__lcType{0%,60%,to{opacity:.45;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.LeadChat-module__eU22Rq__inputRow{border-radius:var(--radius-pill);background:var(--card);border:1px solid var(--n-border-strong);box-shadow:var(--shadow-card);transition:border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);align-items:center;gap:8px;padding:6px 6px 6px 16px;display:flex}.LeadChat-module__eU22Rq__inputRow:focus-within{border-color:var(--accent);box-shadow:var(--shadow-card), var(--glow-accent)}.LeadChat-module__eU22Rq__input{min-width:0;color:var(--ink);background:0 0;border:none;outline:none;flex:1;padding:8px 0;font-family:inherit;font-size:16px}.LeadChat-module__eU22Rq__input::placeholder{color:var(--n-faint)}.LeadChat-module__eU22Rq__send{border-radius:var(--radius-pill);width:40px;height:40px;color:var(--on-accent);background:var(--accent);cursor:pointer;box-shadow:var(--shadow-card);transition:box-shadow var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);border:none;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.LeadChat-module__eU22Rq__send:hover{box-shadow:var(--shadow-float)}.LeadChat-module__eU22Rq__send svg{transform:translate(.5px)}.LeadChat-module__eU22Rq__send:focus-visible,.LeadChat-module__eU22Rq__restart:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.LeadChat-module__eU22Rq__consent{border-radius:var(--radius-input);border:1px solid var(--n-border);background:color-mix(in srgb, var(--accent) 5%, var(--card));cursor:pointer;animation:LeadChat-module__eU22Rq__consentIn var(--dur-default) var(--ease-out);align-items:center;gap:10px;margin-top:10px;padding:10px 14px;display:flex;position:relative}@keyframes LeadChat-module__eU22Rq__consentIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.LeadChat-module__eU22Rq__consentInput{opacity:0;width:1px;height:1px;margin:0;position:absolute}.LeadChat-module__eU22Rq__consentMark{border:1.5px solid var(--n-border-strong);background:var(--card);width:20px;height:20px;transition:background-color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.LeadChat-module__eU22Rq__consentMark:after{content:"";border:solid var(--on-accent);opacity:0;width:5px;height:9px;transition:opacity var(--dur-fast) var(--ease-out);border-width:0 2px 2px 0;transform:rotate(45deg)translateY(-1px)}.LeadChat-module__eU22Rq__consentInput:checked+.LeadChat-module__eU22Rq__consentMark{background:var(--accent);border-color:var(--accent)}.LeadChat-module__eU22Rq__consentInput:checked+.LeadChat-module__eU22Rq__consentMark:after{opacity:1}.LeadChat-module__eU22Rq__consentInput:focus-visible+.LeadChat-module__eU22Rq__consentMark{outline:2px solid var(--focus);outline-offset:2px}.LeadChat-module__eU22Rq__consentText{color:var(--n-muted);font-size:12.5px;line-height:1.45}.LeadChat-module__eU22Rq__consentText a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.LeadChat-module__eU22Rq__error{color:var(--bad);padding-left:4px;font-size:13.5px}.LeadChat-module__eU22Rq__status{text-align:center;color:var(--n-muted);font-size:14.5px;font-weight:600}.LeadChat-module__eU22Rq__retry{align-self:center}.LeadChat-module__eU22Rq__done{justify-content:center;align-items:center;gap:12px;display:flex}.LeadChat-module__eU22Rq__doneIcon{width:32px;height:32px;color:var(--on-accent);background:var(--good);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.LeadChat-module__eU22Rq__restart{border-radius:var(--radius-pill);color:var(--n-secondary);background:var(--card);border:1px solid var(--n-border-strong);cursor:pointer;transition:color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);align-items:center;gap:7px;padding:11px 18px;font-size:14.5px;font-weight:600;display:inline-flex}.LeadChat-module__eU22Rq__restart:hover{color:var(--accent);border-color:var(--accent)}.LeadChat-module__eU22Rq__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:560px){.LeadChat-module__eU22Rq__panel{border-radius:22px;padding:32px 20px 28px}.LeadChat-module__eU22Rq__bubbleAi,.LeadChat-module__eU22Rq__bubbleUser{max-width:84%}}@media (prefers-reduced-motion:reduce){.LeadChat-module__eU22Rq__rowUser,.LeadChat-module__eU22Rq__rowAi,.LeadChat-module__eU22Rq__typingDot{animation:none}}
