.doit-webchat-root{z-index:40;right:max(1.5rem,env(safe-area-inset-right));bottom:max(1.5rem,env(safe-area-inset-bottom));pointer-events:none;color:var(--foreground);font-family:var(--font-sans);justify-items:end;gap:.75rem;display:grid;position:fixed}.doit-webchat-dialog,.doit-webchat-launcher,.doit-webchat-teaser button{pointer-events:auto}.doit-webchat-root button,.doit-webchat-root input,.doit-webchat-root textarea{font:inherit}.doit-webchat-root button:focus-visible,.doit-webchat-root input:focus-visible,.doit-webchat-root textarea:focus-visible{outline:3px solid var(--ring);outline-offset:3px}.doit-webchat-launcher,.doit-webchat-primary-action,.doit-webchat-close,.doit-webchat-teaser button,.doit-webchat-retry{cursor:pointer}.doit-webchat-launcher{border:1px solid color-mix(in srgb,var(--primary) 80%,#111);background:var(--primary);color:#111;border-radius:999px;place-items:center;width:56px;min-width:56px;height:56px;min-height:56px;padding:0;line-height:1;display:inline-grid;box-shadow:0 14px 28px -18px #f36c21e6}.doit-webchat-dialog{border:1px solid var(--border-strong);border-left:5px solid var(--vanguardia);background:var(--surface);width:min(24.5rem,100vw - 3rem);max-height:min(680px,100dvh - 7rem);box-shadow:var(--shadow-editorial);border-radius:1rem;grid-template-rows:auto minmax(0,1fr);animation:.18s ease-out both doit-webchat-enter;display:grid;overflow:hidden}.doit-webchat-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:start;gap:1rem;padding:1rem 1rem .9rem;display:flex}.doit-webchat-header h2,.doit-webchat-kicker,.doit-webchat-header p{margin:0}.doit-webchat-header h2{font-family:var(--font-display);font-size:1.25rem;line-height:1.2}.doit-webchat-kicker,.doit-webchat-sender,.doit-webchat-message-state{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:700}.doit-webchat-kicker{color:var(--vanguardia-deep)}.doit-webchat-close,.doit-webchat-teaser button{border:1px solid var(--border);width:44px;height:44px;color:var(--foreground);background:0 0;border-radius:999px;place-items:center;font-size:1.4rem;line-height:1;display:inline-grid}.doit-webchat-identity,.doit-webchat-conversation{gap:.9rem;min-height:0;padding:1rem;display:grid}.doit-webchat-identity{overflow:auto}.doit-webchat-copy,.doit-webchat-privacy,.doit-webchat-business-note,.doit-webchat-conversation-status,.doit-webchat-form-error,.doit-webchat-field-error{margin:0;font-size:.82rem;line-height:1.45}.doit-webchat-copy,.doit-webchat-privacy,.doit-webchat-business-note{color:var(--muted-foreground)}.doit-webchat-privacy{border-top:1px solid var(--border);padding-top:.75rem}.doit-webchat-field,.doit-webchat-composer{gap:.35rem;display:grid}.doit-webchat-field label,.doit-webchat-composer label{color:var(--foreground);font-size:.82rem;font-weight:700}.doit-webchat-field input,.doit-webchat-composer textarea{border:1px solid var(--border-strong);background:var(--background);width:100%;color:var(--foreground);border-radius:.55rem;padding:.7rem .75rem}.doit-webchat-composer textarea{resize:vertical;min-height:76px}.doit-webchat-field-error,.doit-webchat-form-error{color:#9c2b14}.doit-webchat-primary-action{border:1px solid color-mix(in srgb,var(--primary) 80%,#111);background:var(--primary);color:#111;border-radius:999px;min-height:44px;font-weight:800}.doit-webchat-primary-action:disabled{cursor:wait;opacity:.65}.doit-webchat-history{gap:.7rem;min-height:0;padding-right:.2rem;display:grid;overflow-y:auto}.doit-webchat-message{border:1px solid var(--border);border-radius:.7rem;max-width:88%;padding:.65rem .75rem}.doit-webchat-message-inbound{color:#fffdf8;background:#111;border-color:#111;justify-self:end}.doit-webchat-message-outbound{background:var(--surface-2);justify-self:start}.doit-webchat-message-optimistic{background:color-mix(in srgb,#111 92%,var(--surface))}.doit-webchat-sender,.doit-webchat-message-text,.doit-webchat-message-state{margin:0}.doit-webchat-sender,.doit-webchat-message-state{color:var(--muted-foreground)}.doit-webchat-message-inbound .doit-webchat-sender,.doit-webchat-message-inbound .doit-webchat-message-state{color:#f7d7bf}.doit-webchat-message-text{overflow-wrap:anywhere;white-space:pre-wrap;margin-top:.25rem}.doit-webchat-message-state{margin-top:.55rem}.doit-webchat-retry{min-height:44px;color:inherit;text-underline-offset:.2rem;background:0 0;border:0;margin-top:.35rem;padding:0;text-decoration:underline}.doit-webchat-teaser{border:1px solid var(--border-strong);border-left:4px solid var(--vanguardia);background:var(--paper,#fffdf8);max-width:17rem;box-shadow:var(--shadow-card);border-radius:.7rem;align-items:center;gap:.5rem;padding:.45rem .45rem .45rem .75rem;animation:.18s ease-out both doit-webchat-enter;display:flex}.doit-webchat-teaser p{font-family:var(--font-display);margin:0;font-weight:700}@keyframes doit-webchat-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.doit-webchat-root{right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));left:max(12px,env(safe-area-inset-left))}.doit-webchat-dialog{width:100%;max-height:min(680px,calc(100dvh - 10rem - env(safe-area-inset-top) - env(safe-area-inset-bottom)))}}@media(prefers-reduced-motion:reduce){.doit-webchat-dialog,.doit-webchat-teaser{animation:none}.doit-webchat-root *,.doit-webchat-root :before,.doit-webchat-root :after{scroll-behavior:auto;transition:none}}
