.lit-live-chat{--lit-chat-color:#0058be;font-family:Inter,system-ui,-apple-system,sans-serif;color:#0f172a;position:fixed;z-index:999999;width:auto;margin:0;pointer-events:none}.lit-live-chat *,.lit-live-chat *::before,.lit-live-chat *::after{box-sizing:border-box}.lit-live-chat>*{pointer-events:auto}.lit-live-chat.is-bottom-right{right:20px;bottom:20px;max-height:calc(100dvh - 40px)}.lit-live-chat.is-bottom-left{left:20px;bottom:20px;max-height:calc(100dvh - 40px)}.lit-live-chat.is-top-right{right:20px;top:20px;max-height:calc(100dvh - 40px)}.lit-live-chat.is-top-left{left:20px;top:20px;max-height:calc(100dvh - 40px)}.lit-live-chat-launcher{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;padding:0;border:0;border-radius:50%;background:var(--lit-chat-color);color:#fff;cursor:pointer;box-shadow:0 10px 28px rgb(15 23 42 / .28);position:relative;transition:transform .15s ease,box-shadow .15s ease}.lit-live-chat-launcher:hover{transform:scale(1.05)}.lit-live-chat-launcher-icon{display:inline-flex}.lit-live-chat.is-open .lit-live-chat-launcher{display:none}.lit-live-chat-unread{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#dc2626;color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px #fff}.lit-live-chat-unread[hidden]{display:none!important}.lit-live-chat-panel{width:min(380px, calc(100vw - 24px));background:#fff;border:1px solid #e8edf3;border-radius:18px;overflow:hidden;box-shadow:0 18px 50px rgb(15 23 42 / .18);display:flex;flex-direction:column;height:min(560px, calc(100dvh - 40px));max-height:min(560px, calc(100dvh - 40px))}.lit-live-chat-panel[hidden]{display:none!important}.lit-live-chat.is-open .lit-live-chat-panel{height:min(560px, calc(100dvh - 40px))}.lit-live-chat-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 18px;background:var(--lit-chat-color);color:#fff;flex-shrink:0}.lit-live-chat-header strong{display:block;font-size:15px}.lit-live-chat-header small{display:block;margin-top:4px;font-size:12px;opacity:.9;line-height:1.4}.lit-live-chat-close{border:0;background:rgb(255 255 255 / .16);color:#fff;width:28px;height:28px;border-radius:8px;font-size:18px;line-height:1;cursor:pointer}.lit-live-chat-body{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;background:#f8fafc}.lit-live-chat-qa{padding:12px 16px 8px;background:#f8fafc;flex-shrink:0}.lit-live-chat-qa[hidden]{display:none!important}.lit-live-chat-qa-title{margin:0 0 8px;font-size:12px;font-weight:600;color:#64748b}.lit-live-chat-qa a{display:block;padding:8px 10px;margin-bottom:8px;border-radius:10px;background:#fff;border:1px solid #e8edf3;color:#0f172a;text-decoration:none}.lit-live-chat-qa a strong{display:block;font-size:13px;margin-bottom:2px}.lit-live-chat-qa a span{font-size:12px;color:#64748b}.lit-live-chat-messages{flex:1 1 auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:#f8fafc;min-height:48px}.lit-live-chat-bubble{max-width:85%;padding:10px 12px;border-radius:14px;font-size:14px;line-height:1.45;word-wrap:break-word}.lit-live-chat-bubble p{margin:0 0 8px}.lit-live-chat-bubble p:last-child{margin:0}.lit-live-chat-bubble small{display:block;margin-top:6px;font-size:11px;opacity:.7}.lit-live-chat-bubble.is-visitor{align-self:flex-end;background:var(--lit-chat-color);color:#fff;border-bottom-right-radius:4px}.lit-live-chat-bubble.is-agent{align-self:flex-start;background:#fff;border:1px solid #e8edf3;border-bottom-left-radius:4px}.lit-live-chat-bubble.is-system{align-self:center;background:#fff0;color:#64748b;font-size:12px;text-align:center;padding:4px 0}.lit-live-chat-preform,.lit-live-chat-composer{padding:12px 16px 16px;border-top:1px solid #eef2f6;background:#fff;flex:0 0 auto}.lit-live-chat-preform[hidden],.lit-live-chat-composer[hidden]{display:none!important}.lit-live-chat-preform label{display:block;margin-bottom:10px}.lit-live-chat-preform label>span{display:block;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#94a3b8;margin-bottom:6px}.lit-live-chat-preform input,.lit-live-chat-composer textarea{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;font:inherit;font-size:14px;color:#0f172a;resize:none}.lit-live-chat-preform input:focus,.lit-live-chat-composer textarea:focus{outline:none;border-color:var(--lit-chat-color);box-shadow:0 0 0 3px rgb(0 88 190 / .16)}.lit-live-chat-error{color:#dc2626;font-size:13px;margin:0 0 8px}.lit-live-chat-error[hidden]{display:none!important}.lit-live-chat-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:100%;min-width:92px;min-height:42px;border:0;border-radius:10px;background:var(--lit-chat-color);color:#fff;padding:10px 16px;font-weight:600;cursor:pointer}.lit-live-chat-composer .lit-live-chat-btn{width:auto;min-width:96px}.lit-live-chat-btn:disabled,.lit-live-chat-btn.is-loading{cursor:wait;opacity:.9}.lit-live-chat-btn .lit-live-chat-btn-label{display:inline-block}.lit-live-chat-btn.is-loading .lit-live-chat-btn-label{opacity:0}.lit-live-chat-btn .lit-live-chat-spinner{display:none;width:16px;height:16px;margin:0;border:2px solid rgb(255 255 255 / .35);border-top-color:#fff;border-radius:50%;animation:lit-chat-spin .6s linear infinite}.lit-live-chat-btn.is-loading .lit-live-chat-spinner{display:block;position:absolute}@keyframes lit-chat-spin{to{transform:rotate(360deg)}}.lit-live-chat-composer-actions{display:flex;justify-content:space-between;align-items:center;margin-top:8px;gap:8px}.lit-live-chat-end{border:0;background:#fff0;color:#64748b;cursor:pointer;font-size:13px}.lit-live-chat-end:hover{color:#dc2626}@media (max-width:480px){.lit-live-chat.is-bottom-right,.lit-live-chat.is-bottom-left,.lit-live-chat.is-top-right,.lit-live-chat.is-top-left{right:12px;left:12px;width:auto}.lit-live-chat.is-bottom-right,.lit-live-chat.is-bottom-left{bottom:12px}.lit-live-chat.is-top-right,.lit-live-chat.is-top-left{top:12px}.lit-live-chat.is-bottom-right .lit-live-chat-launcher,.lit-live-chat.is-top-right .lit-live-chat-launcher{margin-left:auto;display:flex}.lit-live-chat.is-bottom-left .lit-live-chat-launcher,.lit-live-chat.is-top-left .lit-live-chat-launcher{margin-right:auto;display:flex}.lit-live-chat.is-open.is-bottom-right .lit-live-chat-launcher,.lit-live-chat.is-open.is-bottom-left .lit-live-chat-launcher,.lit-live-chat.is-open.is-top-right .lit-live-chat-launcher,.lit-live-chat.is-open.is-top-left .lit-live-chat-launcher{display:none}.lit-live-chat-panel,.lit-live-chat.is-open .lit-live-chat-panel{width:100%;height:min(72dvh, 560px);max-height:calc(100dvh - 24px)}}