.chatbot-root{--chatbot-red:#ef4231;--chatbot-green:#2bb673;--chatbot-bubble:#f1f2f2;--chatbot-placeholder:#5e5e5e}.chatbot-trigger{z-index:40;background:var(--chatbot-red);color:#fff;white-space:nowrap;height:58px;transition:transform .2s var(--ease,cubic-bezier(.2, .8, .2, 1));border:0;border-radius:11px;align-items:center;gap:8px;padding:0 38px 0 26px;font-size:16px;font-weight:400;line-height:19px;display:flex;position:fixed;bottom:clamp(24px,4vw,90px);right:clamp(24px,3.307vw,50px);box-shadow:0 1px 1px #0000004d,0 1px 1.5px #00000026}.chatbot-trigger-face{object-fit:contain;flex-shrink:0;width:36px;height:35px}.chatbot-trigger:hover{transform:translateY(-2px)}.chatbot-trigger:active{transform:translateY(1px)}.chatbot-panel{z-index:41;border:1px solid var(--chatbot-red);background:#fff;border-radius:38px;flex-direction:column;width:430px;height:min(793px,80vh);display:flex;position:fixed;bottom:clamp(24px,3.307vw,50px);right:clamp(24px,3.307vw,50px);overflow:hidden}.chatbot-header{background:var(--chatbot-red);color:#fff;border-radius:25px 25px 0 0;flex-shrink:0;justify-content:space-between;align-items:center;min-height:65px;padding:14px 32px;display:flex}.chatbot-header-brand{align-items:center;gap:13px;display:flex}.chatbot-header-face{object-fit:contain;flex-shrink:0;width:38px;height:38px}.chatbot-header-brand p{margin:0;font-size:16px;font-weight:500}.chatbot-header-actions{align-items:center;gap:15px;display:flex}.chatbot-header-actions button{color:#fff;background:0 0;border:0;place-items:center;width:24px;height:24px;padding:0;display:grid}.chatbot-header-actions button:disabled{opacity:.5}.chatbot-transcript{flex-direction:column;flex:1;align-items:flex-start;gap:13px;padding:32px 26px 16px;display:flex;overflow:auto}.chatbot-intro{text-align:center;flex-direction:column;align-self:center;align-items:center;gap:4px;margin-bottom:4px;display:flex}.chatbot-intro-face{object-fit:contain;flex-shrink:0;width:65px;height:65px}.chatbot-intro strong{font-size:16px}.chatbot-intro p{color:gray;margin:0;font-size:12px;font-weight:500}.chatbot-bubble{border-radius:10px;max-width:100%;padding:10px}.chatbot-bubble p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:12px;font-weight:500;line-height:1.45}.chatbot-bubble--assistant{background:var(--chatbot-bubble);color:#050505;align-self:stretch}.chatbot-bubble--user{background:var(--chatbot-red);color:#fff;align-self:flex-end;max-width:85%}.chatbot-chips{flex-wrap:wrap;gap:16px;display:flex}.chatbot-chips button{background:var(--chatbot-green);color:#fff;border:0;border-radius:10px;padding:9px;font-size:14px}.chatbot-chips button:disabled{opacity:.6}.chatbot-error{color:#5e5e5e;flex-wrap:wrap;align-items:center;gap:10px;font-size:12px;display:flex}.chatbot-error p{margin:0}.chatbot-error button{color:var(--chatbot-red);background:0 0;border:0;padding:0;font-size:12px;font-weight:500;text-decoration:underline}.chatbot-typing{gap:4px;padding:4px 2px;display:flex}.chatbot-typing i{background:gray;border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite chatbot-dot}.chatbot-typing i:nth-child(2){animation-delay:.15s}.chatbot-typing i:nth-child(3){animation-delay:.3s}@keyframes chatbot-dot{0%,80%,to{opacity:.3}40%{opacity:1}}.chatbot-composer{border-top:1px solid #d9d9d9;flex-shrink:0;align-items:center;gap:12px;min-height:72px;padding:16px 21px 20px;display:flex}.chatbot-composer input{color:#050505;background:0 0;border:0;outline:none;flex:1;min-width:0;font-size:16px}.chatbot-composer input::placeholder{color:var(--chatbot-placeholder)}.chatbot-composer button{background:0 0;border:0;flex-shrink:0;place-items:center;width:32px;height:32px;padding:0;display:grid}.chatbot-send-icon{object-fit:contain;width:20px;height:24px}.chatbot-composer button:disabled{opacity:.35}@media (max-width:767px){.chatbot-panel{border-radius:24px;width:auto;height:auto;inset:12px}.chatbot-header{border-radius:23px 23px 0 0;padding-inline:20px}}
