.ib-chat{position:fixed;right:24px;bottom:24px;z-index:99999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}.ib-chat *{box-sizing:border-box}.ib-chat [hidden]{display:none!important}.ib-chat__launcher{width:58px;height:58px;border:0;border-radius:50%;background:var(--ib-accent,#00ADEF);color:#fff;box-shadow:0 12px 35px rgba(0,0,0,.2);cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center}.ib-chat__launcher svg{width:28px;height:28px;display:block}.ib-chat__badge{position:absolute;right:-3px;top:-5px;background:#ef4444;color:#fff;border:2px solid #fff;border-radius:999px;min-width:21px;height:21px;line-height:17px;font-size:11px}.ib-chat__panel{width:370px;height:min(560px,calc(100vh - 110px));position:absolute;right:0;bottom:72px;background:#fff;border-radius:18px;box-shadow:0 18px 60px rgba(20,35,55,.22);overflow:hidden;border:1px solid #e8eef3;display:flex;flex-direction:column}.ib-chat__header{height:76px;padding:15px 16px;background:var(--ib-accent,#00ADEF);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:12px}.ib-chat__header strong{display:block;font-size:17px}.ib-chat__header small{display:block;margin-top:4px;font-size:12px;opacity:.95}.ib-chat__header i{display:inline-block;width:8px;height:8px;background:#3ee07b;border-radius:50%;margin-right:6px}.ib-chat__actions{display:flex;align-items:center;gap:8px}.ib-chat__close{border:0;background:transparent;color:#fff;font-size:30px;cursor:pointer;line-height:1}.ib-chat__end,.ib-chat__new{border:0;background:transparent;padding:5px 8px;font-size:12px;cursor:pointer}.ib-chat__end{color:#7b8794;text-decoration:underline;text-underline-offset:2px}.ib-chat__end:hover{color:#52606d}.ib-chat__new{border-radius:999px;padding:9px 14px;font-weight:600;background:#eef6fb;color:#155e75}.ib-chat__messages{flex:1;overflow:auto;padding:18px;background:#f7f9fb}.ib-chat__message{max-width:82%;margin:0 0 10px;padding:10px 13px;border-radius:14px;font-size:14px;line-height:1.4;white-space:pre-wrap;word-break:break-word}.ib-chat__message--operator{background:#fff;border:1px solid #e6edf2;border-bottom-left-radius:5px;color:#263746}.ib-chat__message--client{background:var(--ib-accent,#00ADEF);color:#fff;margin-left:auto;border-bottom-right-radius:5px}.ib-chat__notice,.ib-chat__status-note{margin:8px 0 12px;padding:10px 12px;border-radius:12px;background:#fff3cd;color:#7a5b00;font-size:13px;line-height:1.4;border:1px solid #f5df9c}.ib-chat__footer-tools{min-height:34px;padding:2px 12px 8px;background:#fff;display:flex;justify-content:center;align-items:center}.ib-chat__form{height:62px;border-top:1px solid #e8edf1;display:flex;align-items:center;padding:8px 10px;background:#fff}.ib-chat__form textarea{flex:1;border:0;outline:0;resize:none;padding:10px;font:inherit;max-height:82px;background:transparent}.ib-chat__form button{width:40px;height:40px;border:0;border-radius:50%;background:var(--ib-accent,#00ADEF);color:#fff;cursor:pointer;font-size:16px}.ib-chat__form.is-disabled button,.ib-chat__form button:disabled{opacity:.45;cursor:not-allowed}.ib-chat__form.is-disabled textarea{color:#94a3b8}.ib-chat__header i.is-offline{background:#cbd5e1}@media(max-width:600px){.ib-chat{right:14px;bottom:14px}.ib-chat__panel{position:fixed;inset:0;width:100%;height:100dvh;border-radius:0;border:0}.ib-chat__header{height:auto;min-height:70px}.ib-chat__messages{height:auto}}
