:root{--lsm-chat-primary:#073763;--lsm-chat-accent:#145da0;--lsm-chat-bg:#f5f7fb;--lsm-chat-text:#172033;--lsm-chat-muted:#657086;--lsm-chat-line:#e5e9f2;--lsm-chat-danger:#b42318}#lsm-chat-root,#lsm-chat-root *{box-sizing:border-box}#lsm-chat-root{position:relative;z-index:2147483000;font-family:inherit;font-size:16px}.lsm-chat-launcher{position:fixed;right:24px;bottom:24px;width:66px;height:66px;border:0;border-radius:50%;background:var(--lsm-chat-primary);color:#fff;box-shadow:0 16px 45px rgb(12 34 64 / .28);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .18s ease,box-shadow .18s ease;z-index:2147483001}.lsm-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 18px 50px rgb(12 34 64 / .36)}.lsm-chat-launcher svg{width:30px;height:30px;display:block}.lsm-chat-launcher .lsm-dot{position:absolute;right:3px;top:3px;width:14px;height:14px;border:3px solid #fff;border-radius:50%;background:#2fb36f}.lsm-chat-panel{position:fixed;right:24px;bottom:102px;width:min(400px,calc(100vw - 32px));height:min(650px,calc(100vh - 135px));background:#fff;border:1px solid rgb(7 55 99 / .08);border-radius:22px;overflow:hidden;box-shadow:0 24px 70px rgb(18 37 66 / .24);display:none;flex-direction:column;z-index:2147483002}.lsm-chat-panel.is-open{display:flex;animation:lsmChatIn .18s ease-out}@keyframes lsmChatIn{from{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:none}}.lsm-chat-head{flex:0 0 auto;padding:16px 16px 15px;background:linear-gradient(135deg,var(--lsm-chat-primary),var(--lsm-chat-accent));color:#fff;display:flex;align-items:center;gap:12px}.lsm-chat-avatar{width:44px;height:44px;border-radius:50%;background:rgb(255 255 255 / .16);border:1px solid rgb(255 255 255 / .28);display:flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 auto;font-weight:800;letter-spacing:.02em}.lsm-chat-avatar img{width:100%;height:100%;object-fit:cover}.lsm-chat-head-copy{min-width:0;flex:1}.lsm-chat-head-title{font-weight:800;font-size:17px;line-height:1.15;margin:0;color:#fff}.lsm-chat-head-status{font-size:12px;opacity:.88;margin-top:3px}.lsm-chat-close{width:38px;height:38px;border:0;border-radius:50%;background:rgb(255 255 255 / .12);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:25px;line-height:1}.lsm-chat-body{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;padding:18px 14px 14px;background:var(--lsm-chat-bg);scroll-behavior:smooth}.lsm-chat-message{display:flex;margin:0 0 12px;gap:8px}.lsm-chat-message.user{justify-content:flex-end}.lsm-chat-bubble{max-width:85%;padding:11px 13px;border-radius:16px;line-height:1.45;font-size:14px;box-shadow:0 1px 0 rgb(0 0 0 / .03)}.lsm-chat-message.bot .lsm-chat-bubble{background:#fff;color:var(--lsm-chat-text);border:1px solid var(--lsm-chat-line);border-bottom-left-radius:5px}.lsm-chat-message.user .lsm-chat-bubble{background:var(--lsm-chat-primary);color:#fff;border-bottom-right-radius:5px}.lsm-chat-bubble p{margin:0 0 8px}.lsm-chat-bubble p:last-child{margin-bottom:0}.lsm-chat-bubble strong{font-weight:800}.lsm-chat-actions{display:flex;flex-wrap:wrap;gap:8px;margin:2px 0 14px 0}.lsm-chat-chip{appearance:none;border:1px solid var(--lsm-chat-primary);background:var(--lsm-chat-primary);color:#fff;padding:9px 11px;border-radius:999px;font-size:13px;font-weight:750;cursor:pointer;transition:all .15s ease;line-height:1.15;box-shadow:0 4px 10px rgb(7 55 99 / .14)}.lsm-chat-chip:hover{border-color:var(--lsm-chat-accent);background:var(--lsm-chat-accent);transform:translateY(-1px)}.lsm-chat-link{display:inline-flex;align-items:center;justify-content:center;margin-top:9px;padding:9px 12px;border-radius:10px;background:#eef5fb;color:var(--lsm-chat-primary)!important;font-weight:800;text-decoration:none!important}.lsm-chat-form-card{background:#fff;border:1px solid var(--lsm-chat-line);border-radius:16px;padding:13px;margin:2px 0 14px}.lsm-chat-form-card h4{margin:0 0 5px;font-size:15px;color:var(--lsm-chat-text)}.lsm-chat-form-card .help{font-size:12px;color:var(--lsm-chat-muted);margin:0 0 10px}.lsm-chat-field{margin:0 0 9px}.lsm-chat-field label{display:block;font-size:12px;font-weight:800;color:#3d485a;margin-bottom:4px}.lsm-chat-field input,.lsm-chat-field select,.lsm-chat-field textarea{width:100%;border:1px solid #ccd5e2;background:#fff;color:#172033;border-radius:10px;padding:10px 11px;font:inherit;font-size:14px;outline:none}.lsm-chat-field input:focus,.lsm-chat-field select:focus,.lsm-chat-field textarea:focus{border-color:var(--lsm-chat-accent);box-shadow:0 0 0 3px rgb(20 93 160 / .11)}.lsm-chat-field textarea{min-height:68px;resize:vertical}.lsm-chat-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.lsm-chat-privacy{display:flex;gap:8px;align-items:flex-start;font-size:11px;color:var(--lsm-chat-muted);line-height:1.35;margin:9px 0}.lsm-chat-privacy input{margin-top:2px}.lsm-chat-privacy a{color:var(--lsm-chat-primary);font-weight:700}.lsm-chat-submit{width:100%;border:0;border-radius:11px;background:var(--lsm-chat-primary);color:#fff;padding:11px 13px;font-size:14px;font-weight:800;cursor:pointer}.lsm-chat-submit[disabled]{opacity:.55;cursor:not-allowed}.lsm-chat-form-status{font-size:12px;margin-top:8px}.lsm-chat-form-status.error{color:var(--lsm-chat-danger)}.lsm-chat-footer{flex:0 0 auto;background:#fff;border-top:1px solid var(--lsm-chat-line);padding:11px}.lsm-chat-compose{display:flex;align-items:flex-end;gap:8px;background:#f7f9fc;border:1px solid #dce3ed;border-radius:14px;padding:6px 6px 6px 11px}.lsm-chat-input{flex:1;border:0!important;box-shadow:none!important;background:transparent!important;resize:none;min-height:39px;max-height:90px;padding:9px 0!important;outline:none!important;color:var(--lsm-chat-text)!important;font:inherit!important;font-size:14px!important;line-height:1.35!important}.lsm-chat-send{width:40px;height:40px;border:0;border-radius:11px;background:var(--lsm-chat-primary);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}.lsm-chat-send svg{width:19px;height:19px}.lsm-chat-disclaimer{text-align:center;color:#8791a3;font-size:10px;margin-top:6px}body.lsm-chat-lock{overflow:hidden!important}@media (max-width:600px){.lsm-chat-launcher{right:16px;bottom:16px;width:62px;height:62px}.lsm-chat-panel{inset:0;width:100vw;height:100dvh;max-width:none;max-height:none;border-radius:0;border:0}.lsm-chat-head{padding-top:max(16px,env(safe-area-inset-top))}.lsm-chat-footer{padding-bottom:max(11px,env(safe-area-inset-bottom))}.lsm-chat-bubble{max-width:90%}}#lsm-chat-root.lsm-side-left .lsm-chat-launcher{left:24px;right:auto}#lsm-chat-root.lsm-side-left .lsm-chat-panel{left:24px;right:auto}#lsm-chat-root.lsm-side-right .lsm-chat-launcher{right:24px;left:auto}#lsm-chat-root.lsm-side-right .lsm-chat-panel{right:24px;left:auto}.lsm-chat-whatsapp{appearance:none;border:0;background:#25D366;color:#fff!important;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 13px;border-radius:999px;font-size:13px;line-height:1.15;font-weight:800;text-decoration:none!important;cursor:pointer;box-shadow:0 4px 10px rgb(0 0 0 / .12)}.lsm-chat-whatsapp:hover{filter:brightness(.96);transform:translateY(-1px)}.lsm-chat-whatsapp svg{width:17px;height:17px;display:block;fill:currentColor}@media(max-width:600px){#lsm-chat-root.lsm-side-left .lsm-chat-launcher{left:16px}#lsm-chat-root.lsm-side-right .lsm-chat-launcher{right:16px}}.lsm-live-system{margin:10px auto 12px;width:max-content;max-width:88%;padding:6px 10px;border-radius:999px;background:#e8edf4;color:#667085;font-size:11px;text-align:center}.lsm-live-state{background:#fff;border:1px solid var(--lsm-chat-line);border-radius:14px;margin:12px 0;padding:12px 13px;color:var(--lsm-chat-text);font-size:13px;line-height:1.4}.lsm-live-state p{margin:5px 0 0;color:var(--lsm-chat-muted)}.lsm-live-state.closed{text-align:center}.lsm-live-state.closed .lsm-chat-chip{margin-top:10px}.lsm-live-pulse{display:inline-block;width:9px;height:9px;border-radius:50%;background:#2fb36f;margin-right:7px;vertical-align:1px;animation:lsmLivePulse 1.6s infinite}@keyframes lsmLivePulse{0%,100%{box-shadow:0 0 0 0 rgb(47 179 111 / .28)}50%{box-shadow:0 0 0 6px #fff0}}.lsm-chat-message.lsm-live-pending{opacity:.62}.lsm-chat-message.lsm-live-failed .lsm-chat-bubble{outline:2px solid rgb(180 35 24 / .25)}#lsm-chat-root .lsm-chat-menu-actions{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;width:100%!important;gap:9px!important;margin:8px 0 16px!important}#lsm-chat-root .lsm-chat-menu-item{appearance:none!important;-webkit-appearance:none!important;display:grid!important;grid-template-columns:34px minmax(0,1fr) 18px!important;align-items:center!important;column-gap:10px!important;width:100%!important;min-height:49px!important;margin:0!important;padding:8px 11px!important;border:1px solid var(--lsm-chat-primary)!important;border-radius:13px!important;background:var(--lsm-chat-primary)!important;background-image:none!important;color:#ffffff!important;text-align:left!important;cursor:pointer!important;box-shadow:0 5px 12px rgb(7 55 99 / .13)!important;transition:transform .15s ease,background .15s ease,box-shadow .15s ease!important;opacity:1!important;visibility:visible!important;text-indent:0!important}#lsm-chat-root .lsm-chat-menu-item:hover,#lsm-chat-root .lsm-chat-menu-item:focus-visible{background:var(--lsm-chat-accent)!important;border-color:var(--lsm-chat-accent)!important;color:#ffffff!important;transform:translateY(-1px)!important;box-shadow:0 7px 16px rgb(7 55 99 / .17)!important;outline:none!important}#lsm-chat-root .lsm-chat-menu-icon{display:grid!important;place-items:center!important;width:32px!important;height:32px!important;border-radius:9px!important;background:rgb(255 255 255 / .10)!important;color:#ffffff!important}#lsm-chat-root .lsm-chat-menu-icon svg{display:block!important;width:21px!important;height:21px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important}#lsm-chat-root .lsm-chat-menu-label{display:block!important;min-width:0!important;color:#ffffff!important;font-size:14px!important;font-weight:800!important;line-height:1.25!important;white-space:normal!important}#lsm-chat-root .lsm-chat-menu-arrow{display:block!important;color:rgb(255 255 255 / .72)!important;font-size:23px!important;font-weight:400!important;line-height:1!important;text-align:right!important}@media(max-width:600px){#lsm-chat-root .lsm-chat-menu-actions{gap:8px!important}#lsm-chat-root .lsm-chat-menu-item{min-height:47px!important;padding:8px 10px!important}#lsm-chat-root .lsm-chat-menu-label{font-size:13.5px!important}}#lsm-chat-root{font-size:16px!important}#lsm-chat-root .lsm-chat-launcher,#lsm-chat-root .lsm-chat-close{font-size:14px!important}#lsm-chat-root .lsm-chat-window-title,#lsm-chat-root .lsm-chat-header-title{font-size:18px!important;line-height:1.2!important}#lsm-chat-root .lsm-chat-window-subtitle,#lsm-chat-root .lsm-chat-header-subtitle{font-size:12.5px!important;line-height:1.4!important}#lsm-chat-root .lsm-chat-body,#lsm-chat-root .lsm-chat-messages{font-size:13px!important}#lsm-chat-root .lsm-chat-bubble,#lsm-chat-root .lsm-chat-message{font-size:13.5px!important;line-height:1.5!important}#lsm-chat-root .lsm-chat-message small,#lsm-chat-root .lsm-chat-meta{font-size:10.5px!important}#lsm-chat-root .lsm-chat-chip{font-size:12.5px!important;line-height:1.35!important}#lsm-chat-root .lsm-chat-menu-label{font-size:15px!important;line-height:1.25!important}#lsm-chat-root .lsm-chat-menu-arrow{font-size:25px!important}#lsm-chat-root .lsm-chat-input,#lsm-chat-root input,#lsm-chat-root textarea,#lsm-chat-root select,#lsm-chat-root button{font-size:13px!important;line-height:1.4!important}#lsm-chat-root label,#lsm-chat-root .lsm-form-label{font-size:12px!important;line-height:1.35!important}#lsm-chat-root .lsm-chat-form-note,#lsm-chat-root .lsm-chat-help,#lsm-chat-root .lsm-chat-status{font-size:11.5px!important;line-height:1.4!important}@media(max-width:600px){#lsm-chat-root{font-size:15px!important}#lsm-chat-root .lsm-chat-window-title,#lsm-chat-root .lsm-chat-header-title{font-size:17px!important}#lsm-chat-root .lsm-chat-menu-label{font-size:14px!important}}#lsm-chat-root .lsm-chat-subject-other{margin-top:2px;padding:10px 11px 2px;border:1px solid #d9e5ef;border-radius:11px;background:#f7fafc}#lsm-chat-root .lsm-chat-subject-other[hidden]{display:none!important}