.iq-chat-fab{z-index:80;color:#fff;cursor:pointer;background:#2997ff;border:0;border-radius:999px;height:48px;padding:0 16px;font-weight:600;position:fixed;bottom:88px;right:16px;box-shadow:0 8px 24px #00000059}.iq-chat-panel{z-index:80;background:#111;border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;width:min(360px,100vw - 32px);max-height:min(520px,100vh - 180px);display:flex;position:fixed;bottom:148px;right:16px;overflow:hidden}.iq-chat-header,.iq-chat-form,.iq-chat-details{justify-content:space-between;align-items:center;gap:8px;padding:12px;display:flex}.iq-chat-header button,.iq-chat-form button{color:#2997ff;cursor:pointer;background:0 0;border:0;font-weight:600}.iq-chat-details input,.iq-chat-form input{color:#fff;background:#1c1c1e;border:1px solid #ffffff1a;border-radius:8px;flex:1;padding:8px}.iq-chat-messages{flex-direction:column;flex:1;gap:8px;padding:12px;display:flex;overflow:auto}.iq-chat-bubble{border-radius:12px;max-width:90%;padding:8px 12px;font-size:14px;line-height:1.4}.iq-chat-bubble.user{color:#fff;background:#2997ff;align-self:flex-end}.iq-chat-bubble.bot{color:#eee;background:#222;align-self:flex-start}.iq-chat-wa{text-align:center;color:#25d366;padding:10px;font-size:13px;display:block}@media (max-width:720px){.iq-chat-fab,.iq-chat-panel{bottom:96px}.iq-chat-panel{bottom:152px}}
