.vc-chat{--vc-primary:#7b1fff;--vc-secondary:#f2ebff;--vc-accent:#e7dbff;--vc-surface:#fffaf4;--vc-text:#221a35;--vc-border:rgba(34,26,53,.12);--vc-shadow:0 24px 60px rgba(34,26,53,.18);--vc-ease-emphasis:cubic-bezier(.22,1,.36,1);--vc-ease-soft:cubic-bezier(.2,.8,.2,1);font-family:inherit;color:var(--vc-text)}html.vc-chat-scroll-lock,body.vc-chat-scroll-lock{overflow:hidden;overscroll-behavior:none}body.vc-chat-scroll-lock{position:fixed;inset:0;width:100%}.vc-chat__panel[hidden]{display:none !important}.vc-chat--floating{position:fixed;right:24px;bottom:calc(96px + env(safe-area-inset-bottom));width:min(372px, calc(100vw - 28px));z-index:9999}.vc-chat__overlay{display:none}.vc-chat--floating .vc-chat__overlay{display:block;position:fixed;inset:0;border:0;padding:0;margin:0;background:rgba(18,11,36,.46);opacity:0;visibility:hidden;pointer-events:none;cursor:pointer;transition:opacity .22s var(--vc-ease-soft),visibility 0s linear .32s;z-index:0}.vc-chat--floating.is-animating .vc-chat__overlay,.vc-chat--floating.is-closing .vc-chat__overlay,.vc-chat--floating.is-open .vc-chat__overlay{visibility:visible}.vc-chat--floating.is-open .vc-chat__overlay{opacity:1;pointer-events:auto;transition:opacity .22s var(--vc-ease-soft),visibility 0s linear 0s}.vc-chat__launcher{display:inline-flex;align-items:center;gap:12px;position:absolute;right:0;bottom:0;border:0;border-radius:999px;background:linear-gradient(135deg,#5f0fd6,var(--vc-primary)) !important;color:#fff !important;padding:14px 20px 14px 16px;font:inherit;font-size:15px;font-weight:700;letter-spacing:.01em;box-shadow:0 18px 38px rgba(58,13,122,.24);cursor:pointer;transition:transform .24s var(--vc-ease-emphasis),box-shadow .24s var(--vc-ease-soft),opacity .18s var(--vc-ease-soft),gap .24s var(--vc-ease-emphasis),padding .24s var(--vc-ease-emphasis),height .24s var(--vc-ease-emphasis);will-change:transform,opacity;z-index:2}.vc-chat--floating .vc-chat__launcher{width:auto;min-width:60px;height:60px;padding:0 16px;justify-content:center;border-radius:999px;gap:0;overflow:hidden}.vc-chat__launcher:hover,.vc-chat__launcher:focus-visible{transform:translateY(-2px);box-shadow:0 22px 44px rgba(58,13,122,.28)}.vc-chat--floating.is-open .vc-chat__launcher{min-width:0;height:56px;padding:14px 18px 14px 16px;gap:10px;opacity:1;pointer-events:auto;transform:none}.vc-chat__launcher-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:#fff;transition:width .24s var(--vc-ease-emphasis),height .24s var(--vc-ease-emphasis)}.vc-chat--floating .vc-chat__launcher-icon{width:28px;height:28px}.vc-chat__launcher-icon svg{width:24px;height:24px;display:block;transition:width .24s var(--vc-ease-emphasis),height .24s var(--vc-ease-emphasis)}.vc-chat--floating .vc-chat__launcher-icon svg{width:28px;height:28px}.vc-chat--floating.is-open .vc-chat__launcher-icon{width:24px;height:24px}.vc-chat--floating.is-open .vc-chat__launcher-icon svg{width:24px;height:24px}.vc-chat__launcher-label{display:inline-block;color:#fff;max-width:0;overflow:hidden;white-space:nowrap;opacity:0;transform:translateX(-6px);transition:max-width .28s var(--vc-ease-emphasis),opacity .18s var(--vc-ease-soft),transform .28s var(--vc-ease-emphasis)}.vc-chat--floating.is-open .vc-chat__launcher-label{max-width:168px;opacity:1;transform:translateX(0)}.vc-chat__panel{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--vc-border);border-radius:28px;background:radial-gradient(circle at top left,rgba(123,31,255,.08),transparent 36%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,250,244,.98));box-shadow:var(--vc-shadow)}.vc-chat--floating .vc-chat__panel{position:absolute;right:0;bottom:76px;width:min(372px, calc(100vw - 28px));height:min(680px, calc(100vh - 180px));opacity:0;visibility:hidden;pointer-events:none;transform:translateY(18px) scale(.96);transform-origin:bottom right;transition:opacity .22s var(--vc-ease-soft),transform .32s var(--vc-ease-emphasis),visibility 0s linear .32s;will-change:transform,opacity;z-index:1}.vc-chat--floating.is-animating .vc-chat__panel,.vc-chat--floating.is-closing .vc-chat__panel,.vc-chat--floating.is-open .vc-chat__panel{visibility:visible}.vc-chat--floating.is-open .vc-chat__panel{opacity:1;pointer-events:auto;transform:translateY(0) scale(1);transition:opacity .22s var(--vc-ease-soft),transform .32s var(--vc-ease-emphasis)}.vc-chat--embedded .vc-chat__panel{position:relative;width:100%;min-height:620px}.vc-chat__header{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:18px 20px 16px;background:linear-gradient(180deg,rgba(255,250,244,.98),rgba(248,240,255,.9));color:var(--vc-text);border-bottom:1px solid rgba(34,26,53,.08)}.vc-chat__header-copy{min-width:0;flex:1}.vc-chat__header h2{margin:0;font-size:19px;line-height:1.15;color:var(--vc-text)}.vc-chat__header-actions{display:inline-flex;gap:8px;align-items:center;flex-shrink:0}.vc-chat__icon-button{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:0;border-radius:999px;background:rgba(123,31,255,.08);color:#4f2487;cursor:pointer;transition:background-color .18s ease,transform .18s ease}.vc-chat__icon-button:hover,.vc-chat__icon-button:focus-visible{background:rgba(123,31,255,.14);transform:translateY(-1px)}.vc-chat__icon-button svg{width:18px;height:18px;display:block}.vc-chat__body{display:flex;flex:1;min-height:0;flex-direction:column}.vc-chat__messages{flex:1;min-height:0;overflow-y:auto;padding:18px 16px 12px;display:flex;flex-direction:column;gap:12px;background:linear-gradient(180deg,rgba(242,235,255,.44),rgba(255,250,244,0))}.vc-chat__bubble{max-width:88%;padding:14px 16px;border-radius:18px;line-height:1.45;font-size:14px;animation:vc-chat-fade-up .18s ease}.vc-chat__bubble p{margin:0;white-space:pre-wrap}.vc-chat__bubble--bot{align-self:flex-start;background:rgba(255,255,255,.96);border:1px solid rgba(34,26,53,.08);box-shadow:0 10px 26px rgba(34,26,53,.06)}.vc-chat__bubble--user{align-self:flex-end;background:var(--vc-secondary);border-bottom-right-radius:8px}.vc-chat__composer{border-top:1px solid rgba(34,26,53,.08);padding:14px 16px 16px;background:rgba(255,250,244,.96);backdrop-filter:blur(12px);flex-shrink:0}.vc-chat__actions{display:grid;gap:10px}.vc-chat__button{display:inline-flex;justify-content:center;align-items:center;gap:10px;width:100%;min-height:52px;padding:12px 16px;border-radius:18px;border:1px solid transparent;font:inherit;font-size:14px;font-weight:700;line-height:1.3;text-align:center;text-decoration:none;cursor:pointer;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease;box-sizing:border-box}.vc-chat__button:hover,.vc-chat__button:focus-visible{transform:translateY(-1px)}.vc-chat .vc-chat__button--primary,.vc-chat .vc-chat__button--primary:hover,.vc-chat .vc-chat__button--primary:focus-visible,.vc-chat button.vc-chat__button--primary,.vc-chat a.vc-chat__button--primary{background:linear-gradient(135deg,#5f0fd6,var(--vc-primary)) !important;color:#fff !important;box-shadow:0 14px 30px rgba(84,23,169,.24)}.vc-chat__button--secondary{background:rgba(255,255,255,.94);color:var(--vc-text);border-color:rgba(34,26,53,.12)}.vc-chat .vc-chat__button--whatsapp,.vc-chat .vc-chat__button--whatsapp:hover,.vc-chat .vc-chat__button--whatsapp:focus-visible,.vc-chat button.vc-chat__button--whatsapp,.vc-chat a.vc-chat__button--whatsapp{background:#25d366 !important;color:#fff !important;border-color:#25d366 !important;box-shadow:0 14px 28px rgba(37,211,102,.22)}.vc-chat__button--ghost{background:0 0;color:var(--vc-text);border-color:rgba(34,26,53,.12)}.vc-chat__button-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0}.vc-chat__button-icon svg{width:18px;height:18px;display:block}.vc-chat__button-label{display:inline-block}.vc-chat__inline-form,.vc-chat__form{display:grid;gap:12px}.vc-chat__input,.vc-chat__field input,.vc-chat__field textarea,.vc-chat__field select{width:100%;border:1px solid rgba(34,26,53,.16);border-radius:16px;background:rgba(255,255,255,.96);color:var(--vc-text);padding:12px 14px;font:inherit;box-sizing:border-box}.vc-chat__inline-form .vc-chat__input{min-height:48px}.vc-chat__inline-form textarea.vc-chat__input{min-height:112px}.vc-chat__field{display:grid;gap:6px;font-size:13px;font-weight:700}.vc-chat__field--hidden{position:absolute;left:-9999px;opacity:0;pointer-events:none}.vc-chat__consent{display:grid;grid-template-columns:22px 1fr;gap:12px;align-items:start;font-size:12px;line-height:1.45}.vc-chat__consent input[type=checkbox]{appearance:none;-webkit-appearance:none;width:22px;height:22px;margin:0;border:2px solid rgba(34,26,53,.22);border-radius:999px;background:rgba(255,255,255,.96);box-shadow:inset 0 1px 2px rgba(34,26,53,.08);cursor:pointer;transition:border-color .18s var(--vc-ease-soft),background .18s var(--vc-ease-soft),box-shadow .18s var(--vc-ease-soft),transform .18s var(--vc-ease-soft)}.vc-chat__consent input[type=checkbox]:hover{border-color:rgba(123,31,255,.4)}.vc-chat__consent input[type=checkbox]:checked{border-color:transparent;background:radial-gradient(circle at center,#fff 0 26%,transparent 30%),linear-gradient(135deg,#5f0fd6,var(--vc-primary));box-shadow:0 10px 20px rgba(84,23,169,.18)}.vc-chat__consent input[type=checkbox]:focus-visible{outline:3px solid rgba(123,31,255,.24);outline-offset:2px}.vc-chat__form-feedback{min-height:20px;font-size:12px}.vc-chat__form-feedback[data-state=error]{color:#b63333}.vc-chat__button:focus-visible,.vc-chat__launcher:focus-visible,.vc-chat__icon-button:focus-visible,.vc-chat__input:focus-visible,.vc-chat__field input:focus-visible,.vc-chat__field textarea:focus-visible,.vc-chat__field select:focus-visible{outline:3px solid rgba(123,31,255,.24);outline-offset:2px}@keyframes vc-chat-fade-up{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.vc-chat--floating{right:12px;left:12px;bottom:calc(12px + env(safe-area-inset-bottom));width:auto}.vc-chat--floating.is-open .vc-chat__launcher{min-width:0;height:56px;padding:14px 18px 14px 16px;justify-content:flex-start;gap:10px}.vc-chat--floating.is-open .vc-chat__launcher-label{max-width:168px;opacity:1;transform:translateX(0)}.vc-chat--floating .vc-chat__panel{width:calc(100vw - 24px);height:min(640px, calc(100vh - 96px - env(safe-area-inset-bottom)));height:min(640px, calc(100dvh - 96px - env(safe-area-inset-bottom)));max-height:calc(100vh - 96px - env(safe-area-inset-bottom));max-height:calc(100dvh - 96px - env(safe-area-inset-bottom));bottom:74px}.vc-chat--floating .vc-chat__body{overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.vc-chat--floating .vc-chat__messages{flex:0 0 auto;overflow:visible}.vc-chat--floating .vc-chat__composer{padding-bottom:calc(16px + env(safe-area-inset-bottom))}.vc-chat--floating .vc-chat__composer--actions{margin-top:auto}}@media (prefers-reduced-motion:reduce){.vc-chat__overlay,.vc-chat__launcher,.vc-chat__launcher-icon,.vc-chat__launcher-icon svg,.vc-chat__launcher-label,.vc-chat--floating .vc-chat__panel,.vc-chat__bubble{animation:none;transition-duration:1ms !important}}