.ic-chat{position:fixed;right:22px;bottom:22px;z-index:1000;font-family:Manrope,Arial,sans-serif}.ic-chat-launch{height:52px;padding:0 20px;border:1px solid rgba(255,255,255,.6);border-radius:999px;background:#111827;color:#fff;box-shadow:0 18px 55px rgba(17,24,39,.25);font:600 14px/1 Manrope,Arial,sans-serif;display:flex;align-items:center;gap:9px;cursor:pointer}.ic-chat-launch-dot{width:8px;height:8px;border-radius:50%;background:#35a9e0;box-shadow:0 0 0 5px rgba(53,169,224,.14)}.ic-chat-panel{width:min(380px,calc(100vw - 24px));height:min(590px,calc(100vh - 40px));background:rgba(255,255,255,.96);backdrop-filter:blur(24px);border:1px solid rgba(17,24,39,.1);border-radius:24px;overflow:hidden;box-shadow:0 28px 90px rgba(17,24,39,.23);display:grid;grid-template-rows:auto 1fr auto}.ic-chat-panel[hidden]{display:none}.ic-chat-head{display:flex;align-items:center;justify-content:space-between;padding:18px 18px 16px;border-bottom:1px solid #edf0f4;background:#fff}.ic-chat-head strong,.ic-chat-head small{display:block}.ic-chat-head strong{font-size:15px;color:#111827}.ic-chat-head small{font-size:10px;color:#667085;margin-top:4px}.ic-chat-close{width:34px;height:34px;border:0;border-radius:50%;background:#f2f4f7;color:#475467;font-size:23px;line-height:1;cursor:pointer}.ic-chat-messages{padding:18px;overflow:auto;background:linear-gradient(180deg,#fafcff,#f4f7fb);display:flex;flex-direction:column;gap:10px}.ic-chat-welcome,.ic-chat-message{max-width:84%;padding:11px 13px;border-radius:15px;font-size:13px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.ic-chat-welcome,.ic-chat-message.admin{align-self:flex-start;background:#fff;color:#344054;border:1px solid #e8edf3;border-bottom-left-radius:5px}.ic-chat-message.user{align-self:flex-end;background:#111827;color:#fff;border-bottom-right-radius:5px}.ic-chat-form{display:flex;align-items:flex-end;gap:9px;padding:13px;background:#fff;border-top:1px solid #edf0f4}.ic-chat-form textarea{width:100%;min-height:42px;max-height:120px;resize:none;border:1px solid #e1e6ed;border-radius:14px;padding:11px 13px;font:13px/1.4 Manrope,Arial,sans-serif;outline:none}.ic-chat-form textarea:focus{border-color:#35a9e0;box-shadow:0 0 0 3px rgba(53,169,224,.12)}.ic-chat-form button{flex:0 0 42px;width:42px;height:42px;border:0;border-radius:13px;background:#111827;color:#fff;cursor:pointer}.ic-chat-form button:disabled{opacity:.5}@media(max-width:540px){.ic-chat{right:12px;bottom:12px}.ic-chat-panel{height:calc(100vh - 24px);border-radius:20px}.ic-chat-launch{height:48px;padding:0 17px}}
