.support-chat{position:fixed;z-index:9995;inset-inline-end:24px;bottom:24px;font-family:inherit;direction:inherit}.support-chat__launcher{width:60px;height:60px;border:0;border-radius:50%;background:linear-gradient(135deg,#2f39d3,#2029a8);color:#fff;box-shadow:0 18px 45px rgba(47,57,211,.35);display:grid;place-items:center;font-size:23px;cursor:pointer;transition:.2s ease}.support-chat__launcher:hover{transform:translateY(-3px)}.support-chat__badge{position:absolute;top:-4px;inset-inline-end:-2px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#ff5b4a;color:#fff;font-size:11px;font-weight:900;display:grid;place-items:center;border:2px solid #fff}.support-chat__panel{position:absolute;inset-inline-end:0;bottom:74px;width:min(390px,calc(100vw - 28px));height:min(620px,calc(100vh - 120px));background:#fff;border:1px solid #e4e7ec;border-radius:22px;box-shadow:0 28px 90px rgba(16,24,40,.25);overflow:hidden;display:none;grid-template-rows:auto 1fr auto}.support-chat.is-open .support-chat__panel{display:grid;animation:supportChatIn .2s ease-out}@keyframes supportChatIn{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}.support-chat__head{padding:17px 18px;background:linear-gradient(135deg,#101828,#2029a8);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px}.support-chat__identity{display:flex;align-items:center;gap:11px}.support-chat__avatar{width:42px;height:42px;border-radius:14px;background:#fff;color:#2f39d3;display:grid;place-items:center;font-size:18px}.support-chat__head strong{display:block}.support-chat__head small{display:flex;align-items:center;gap:6px;color:#d0d5dd}.support-chat__head small:before{content:'';width:7px;height:7px;border-radius:50%;background:#32d583}.support-chat__close{border:0;background:rgba(255,255,255,.12);color:#fff;width:34px;height:34px;border-radius:10px}.support-chat__body{overflow:auto;padding:18px;background:linear-gradient(180deg,#f8f9fc,#fff)}.support-chat__intro{padding:18px;border:1px solid #e4e7ec;border-radius:16px;background:#fff}.support-chat__intro h3{font-size:21px;margin:0 0 7px;color:#101828}.support-chat__intro p{font-size:14px;line-height:1.65;color:#667085;margin:0 0 14px}.support-chat__intro input,.support-chat__intro textarea{width:100%;border:1px solid #d0d5dd;border-radius:11px;padding:11px 12px;margin-top:9px;background:#fff;color:#101828}.support-chat__intro button{width:100%;border:0;border-radius:11px;background:#2f39d3;color:#fff;font-weight:800;padding:12px;margin-top:10px}.support-chat__messages{display:flex;flex-direction:column;gap:10px}.support-chat__message{max-width:84%;padding:11px 13px;border-radius:15px;font-size:14px;line-height:1.5;word-break:break-word}.support-chat__message--customer{align-self:flex-end;background:#2f39d3;color:#fff;border-end-end-radius:5px}.support-chat__message--bot,.support-chat__message--agent{align-self:flex-start;background:#fff;color:#344054;border:1px solid #e4e7ec;border-end-start-radius:5px}.support-chat__message--system{align-self:center;background:#f2f4f7;color:#667085;font-size:12px}.support-chat__time{display:block;font-size:10px;opacity:.7;margin-top:5px}.support-chat__actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:8px}.support-chat__actions button{border:1px solid #c7ccff;background:#fff;color:#2f39d3;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800}.support-chat__typing{color:#667085;font-size:12px;padding:8px 2px}.support-chat__composer{padding:12px;border-top:1px solid #e4e7ec;background:#fff;display:flex;gap:8px}.support-chat__composer textarea{resize:none;max-height:100px;min-height:44px;flex:1;border:1px solid #d0d5dd;border-radius:12px;padding:10px 12px}.support-chat__composer button{width:44px;height:44px;border:0;border-radius:12px;background:#2f39d3;color:#fff}.support-chat__composer[hidden]{display:none}.support-chat__notice{padding:10px 12px;border-radius:10px;font-size:12px;margin-bottom:10px;background:#fff4ed;color:#9c2a10}.support-chat__powered{text-align:center;color:#98a2b3;font-size:10px;padding-top:10px}@media(max-width:575px){.support-chat{inset-inline:14px;bottom:14px}.support-chat__launcher{margin-inline-start:auto}.support-chat__panel{position:fixed;inset:10px;width:auto;height:auto;bottom:84px;border-radius:18px}}