.website-chat{--website-chat-blue:#0f172a;--website-chat-blue-hover:#1d3150;--website-chat-ink:#0f172a;--website-chat-muted:#64748b;--website-chat-line:#d7e0e8;--website-chat-surface:#fffffff5;--website-chat-soft:#f7fafc;--website-chat-green:#16a06d;--website-chat-panel-width:min(380px, calc(100vw - 24px));z-index:2147483647;max-width:min(760px,100vw - 24px);color:var(--website-chat-ink);justify-items:end;font-family:inherit;font-size:16px;line-height:1.4;display:grid;position:fixed;bottom:18px;right:18px}.website-chat[data-dock=left]{justify-items:start;left:18px;right:auto}.website-chat[data-expanded=true]{--website-chat-panel-width:min(760px, calc(100vw - 24px))}.website-chat *{box-sizing:border-box}.website-chat__launcher,.website-chat__form button,.website-chat header button{border:1px solid var(--website-chat-blue);background:var(--website-chat-blue);color:#fff;font:inherit;cursor:pointer;border-radius:8px;font-weight:800}.website-chat__launcher{letter-spacing:0;justify-content:center;align-items:center;gap:8px;min-width:96px;min-height:44px;padding:0 14px;display:inline-flex;position:relative;box-shadow:0 16px 38px #0f172a4d,0 3px 10px #0f172a29}.website-chat__icon{flex:none;width:1.05rem;height:1.05rem}.website-chat__launcher[data-unread=true]{background:var(--website-chat-blue-hover);box-shadow:0 12px 28px #0003,0 0 0 4px #0f172a2e}.website-chat__launcher[data-typing=true]{background:var(--website-chat-blue);box-shadow:0 12px 28px #0003,0 0 0 4px #0f172a29}.website-chat__launcher[data-unread=true]:after{content:attr(data-unread-count);color:#fff;background:#b42318;border:2px solid #fff;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:.72rem;line-height:1;display:grid;position:absolute;top:-7px;right:-7px}.website-chat__launcher[hidden]{display:none}.website-chat__panel{width:var(--website-chat-panel-width);background:var(--website-chat-surface);backdrop-filter:blur(18px);border:1px solid #94a3b873;border-radius:8px;grid-template-rows:auto 1fr auto;min-width:min(380px,100vw - 24px);max-width:min(760px,100vw - 24px);height:min(520px,100vh - 96px);display:grid;overflow:hidden;box-shadow:0 30px 70px #0f172a3d,0 8px 20px #0f172a24}.website-chat__panel[hidden]{display:none}.website-chat header{background:var(--website-chat-blue);color:#f8fafc;border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:12px;padding:11px 12px;display:flex}.website-chat__brand{align-items:center;gap:10px;min-width:0;display:flex}.website-chat__brand-mark{color:#f8fafc;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;flex:none;place-items:center;width:34px;height:34px;display:grid}.website-chat__title{gap:3px;min-width:0;display:grid}.website-chat__title strong{font-size:1rem;line-height:1.15}.website-chat__header-actions{flex:none;align-items:center;gap:6px;display:flex}.website-chat__presence{color:#cbd5e1;width:fit-content;font-size:.75rem;font-weight:750;line-height:1}.website-chat__presence:before{content:"";vertical-align:.05rem;background:#9aa8a0;border-radius:999px;width:.45rem;height:.45rem;margin-right:.35rem;display:inline-block}.website-chat__presence[data-online=true]{color:#bbf7d0}.website-chat__presence[data-online=true]:before{background:var(--website-chat-green)}.website-chat__icon-button{color:#e5edf6;white-space:nowrap;background:#ffffff14;border-color:#ffffff29;place-items:center;width:34px;height:34px;min-height:34px;padding:0;display:grid}.website-chat__icon-button span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.website-chat__icon-button:hover{color:#fff;background:#ffffff29;border-color:#ffffff57}.website-chat__icon-button:focus-visible,.website-chat__launcher:focus-visible,.website-chat__form button:focus-visible{outline-offset:2px;outline:3px solid #86c5bd8c}.website-chat__icon-button[aria-pressed=true]{color:var(--website-chat-blue);background:#f8fafc;border-color:#f8fafc}.website-chat__messages{background:var(--website-chat-soft);scrollbar-color:#94a3b8 transparent;flex-direction:column;gap:12px;padding:16px;display:flex;overflow:hidden auto}.website-chat__empty{color:#596a60;text-align:center;margin:auto}.website-chat__message{border:1px solid var(--website-chat-line);width:max-content;min-width:0;max-width:min(86%,520px);color:var(--website-chat-ink);background:#fff;border-radius:8px;padding:10px 12px;box-shadow:0 6px 16px #0f172a14}.website-chat__message--inbound{background:#e8f6ee;border-color:#9fd5bb;align-self:flex-end}.website-chat__message--outbound{align-self:flex-start}.website-chat__message--inbound strong{color:#0f766e}.website-chat__message--outbound strong{color:var(--website-chat-blue)}.website-chat__message--typing{min-width:74px}.website-chat__message strong{color:#365945;letter-spacing:0;margin-bottom:4px;font-size:.78rem;display:block}.website-chat__message p{white-space:pre-wrap;overflow-wrap:anywhere;word-break:normal;margin:0;line-height:1.45}.website-chat__typing-dots{align-items:center;gap:3px;min-width:30px;display:inline-flex}.website-chat__typing-dots i{opacity:.36;background:currentColor;border-radius:999px;width:6px;height:6px;animation:1.1s ease-in-out infinite website-chat-typing}.website-chat__typing-dots i:nth-child(2){animation-delay:.16s}.website-chat__typing-dots i:nth-child(3){animation-delay:.32s}@keyframes website-chat-typing{0%,80%,to{opacity:.32;transform:translateY(0)}40%{opacity:.85;transform:translateY(-1px)}}.website-chat__media{gap:8px;margin-top:8px;display:grid}.website-chat__media:first-child{margin-top:0}.website-chat__media a{background:#fff;border:1px solid #cbd8d1;border-radius:8px;max-width:min(240px,68vw);display:block;overflow:hidden}.website-chat__media img{object-fit:contain;width:100%;height:auto;max-height:260px;display:block}.website-chat__products{gap:8px;margin-top:9px;display:grid}.website-chat__products:first-child{margin-top:0}.website-chat__product{max-width:min(260px,70vw);color:var(--website-chat-blue);background:linear-gradient(#eff6ff,#f8fafc);border:1px solid #bfdbfe;border-radius:8px;gap:2px;padding:9px 10px;text-decoration:none;display:grid}.website-chat__product strong,.website-chat__product small{overflow-wrap:anywhere;min-width:0}.website-chat__product strong{font-size:.82rem;line-height:1.2}.website-chat__product small{color:var(--website-chat-muted);font-size:.7rem;font-weight:750}a.website-chat__product:hover{background:linear-gradient(#dbeafe,#f8fafc);border-color:#93c5fd}.website-chat__form{background:#fff;border-top:1px solid #e2e8f0;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;padding:14px 16px 16px;display:grid}.website-chat__identity{grid-column:1/-1;grid-template-columns:minmax(0,1fr) minmax(0,.82fr);gap:8px;padding-bottom:2px;display:grid}.website-chat__identity[hidden]{display:none}.website-chat__identity p,.website-chat__identity small{color:var(--website-chat-muted);grid-column:1/-1;margin:0}.website-chat__identity p{color:var(--website-chat-ink);font-size:.84rem;font-weight:800}.website-chat__identity label{color:#334155;gap:4px;font-size:.84rem;font-weight:800;display:grid}.website-chat__identity label em{color:#7b8b82;font-style:normal;font-weight:700}.website-chat__identity input{width:100%;min-height:38px;font:inherit;color:var(--website-chat-ink);background:#f8fafc;border:1px solid #d7e0e8;border-radius:8px;padding:8px 10px}.website-chat__identity[data-invalid=true] input[name=chat_contact]{border-color:#b42318}.website-chat__identity[data-invalid=true] small{color:#b42318;font-weight:750}.website-chat__form textarea{resize:none;width:100%;min-width:0;min-height:82px;font:inherit;color:var(--website-chat-ink);background:#f8fafc;border:1px solid #d7e0e8;border-radius:8px;grid-column:1/-1;padding:12px;box-shadow:inset 0 1px #0f172a08}.website-chat__form textarea:focus,.website-chat__identity input:focus{border-color:#86c5bd;outline:none;box-shadow:0 0 0 3px #86c5bd4d}.website-chat__composer-footer{grid-column:1/-1;justify-content:space-between;align-items:center;gap:12px;display:flex}.website-chat__form button{justify-content:center;align-items:center;gap:8px;min-width:92px;min-height:42px;padding:0 15px;display:inline-flex;box-shadow:0 8px 18px #0f172a2e}.website-chat__form button:hover{background:var(--website-chat-blue-hover)}.website-chat__shortcuts{color:var(--website-chat-muted);margin:0;font-size:.72rem;font-weight:700;line-height:1.25}@media (width<=390px){.website-chat{justify-items:end;max-width:none;bottom:12px;left:12px;right:12px}.website-chat[data-dock=left]{justify-items:end;left:12px;right:12px}.website-chat__panel{min-width:0}.website-chat__identity{grid-template-columns:1fr}.website-chat header{align-items:flex-start;gap:8px;padding:11px 12px}.website-chat__header-actions{gap:4px}.website-chat__brand-mark{display:none}.website-chat__icon-button{width:32px;height:32px;min-height:32px}.website-chat__form{padding:12px}.website-chat__composer-footer{flex-direction:column;align-items:stretch}.website-chat__form button{width:100%}}