.live-chat-launcher{position:fixed;right:24px;bottom:24px;z-index:1040;width:58px;height:58px;border:0;border-radius:50%;background:#5b55e7;color:#fff;box-shadow:0 12px 30px rgba(35,31,113,.3);font-size:25px;cursor:pointer}.live-chat-modal[hidden],.live-chat-guest[hidden]{display:none}.live-chat-modal{position:fixed;inset:0;z-index:2000}.live-chat-backdrop{position:absolute;inset:0;background:rgba(13,17,23,.45)}.live-chat-panel{position:absolute;right:24px;bottom:24px;width:min(410px,calc(100vw - 24px));height:min(650px,calc(100vh - 32px));display:flex;flex-direction:column;background:#fff;border-radius:18px;box-shadow:0 24px 70px rgba(0,0,0,.28);overflow:hidden;color:#1f2430}.live-chat-header{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;background:#5b55e7;color:#fff}.live-chat-header small{display:block;opacity:.8;margin-top:2px}.live-chat-header button{border:0;background:transparent;color:#fff;font-size:28px;cursor:pointer}.live-chat-messages{flex:1;overflow:auto;padding:16px;background:#f5f6fa}.live-chat-message{max-width:82%;padding:10px 12px;margin:0 0 10px;border-radius:12px;white-space:pre-wrap;word-break:break-word}.live-chat-message--visitor{margin-left:auto;background:#5b55e7;color:#fff}.live-chat-message--admin,.live-chat-message--system{background:#fff;border:1px solid #e4e6ef}.live-chat-guest{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px 14px;border-top:1px solid #e8e9ef}.live-chat-guest label{font-size:12px}.live-chat-guest span{color:#868b98}.live-chat-guest input{display:block;width:100%;box-sizing:border-box;margin-top:3px;padding:8px;border:1px solid #d8dae2;border-radius:8px}.live-chat-composer{display:flex;gap:8px;padding:12px;border-top:1px solid #e8e9ef}.live-chat-composer textarea{flex:1;resize:none;border:1px solid #d8dae2;border-radius:10px;padding:10px}.live-chat-composer button,.live-chat-push button{border:0;border-radius:9px;background:#5b55e7;color:#fff;padding:9px 13px;cursor:pointer}.live-chat-notice,.live-chat-push{margin:0;padding:8px 14px;font-size:12px;background:#f1f0ff}.live-chat-push small{display:block;margin-top:5px}@media(max-width:540px){.live-chat-panel{right:0;bottom:0;width:100%;height:100%;border-radius:0}.live-chat-launcher{right:16px;bottom:16px}.live-chat-guest{grid-template-columns:1fr}}
