.ls-site-chat{--ls-site-chat-panel-width:min(22.5rem, calc(100vw - 2rem));--ls-site-chat-panel-height:min(34rem, calc(100vh - 6rem));--ls-site-chat-intake-max-height:calc(100vh - 70px - 4.5rem);z-index:1080;font-family:var(--ls-font-body);flex-direction:column;align-items:flex-end;display:flex;position:fixed;right:1.1rem}.ls-site-chat__launcher{background:var(--ls-brand-orange,#ef4123);color:#fff;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;width:auto;height:3rem;min-height:3rem;padding:0 1.15rem 0 .55rem;transition:transform .18s,box-shadow .18s,padding .18s,width .18s;display:inline-flex;box-shadow:0 8px 22px #ef412352}.ls-site-chat__launcher.is-open{width:3rem;height:3rem;min-height:3rem;padding:0}.ls-site-chat__launcher-icon-wrap{width:2.05rem;height:2.05rem;color:var(--ls-brand-orange,#ef4123);background:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ls-site-chat__launcher-icon{stroke-width:2.25px;flex-shrink:0}.ls-site-chat__launcher.is-open .ls-site-chat__launcher-icon{color:#fff}.ls-site-chat__launcher-label{letter-spacing:.01em;white-space:nowrap;font-size:.98rem;font-weight:600;line-height:1}.ls-site-chat__launcher:hover{transform:translateY(-2px);box-shadow:0 12px 28px #ef412366}.ls-site-chat__launcher:focus-visible{outline:2px solid var(--ls-brand-purple-light);outline-offset:3px}.ls-site-chat__panel{width:var(--ls-site-chat-panel-width);height:var(--ls-site-chat-panel-height);background:#fff;border-radius:1.25rem;flex-direction:column;margin-bottom:.85rem;display:flex;overflow:hidden;box-shadow:0 18px 48px #1b14642e}.ls-site-chat__panel--intake{height:auto;max-height:var(--ls-site-chat-intake-max-height);overflow:visible}.ls-site-chat__panel--intake .ls-site-chat__body{flex:none;min-height:0;padding:.55rem .75rem .65rem;overflow:visible}.ls-site-chat__panel--intake .ls-site-chat__head{padding:.65rem .85rem}.ls-site-chat__panel--intake .ls-site-chat__intro{gap:.2rem;margin-bottom:.4rem}.ls-site-chat__panel--intake .ls-site-chat__bubble{padding:.55rem .7rem;font-size:.8125rem;line-height:1.35}.ls-site-chat__panel--intake .ls-site-chat__form-card{padding:.55rem .65rem .6rem}.ls-site-chat__panel--intake .ls-site-chat__field{margin-bottom:.3rem}.ls-site-chat__panel--intake .ls-site-chat__field:last-of-type{margin-bottom:.4rem}.ls-site-chat__panel--intake .ls-site-chat__field label{margin-bottom:.12rem;font-size:.7rem}.ls-site-chat__panel--intake .ls-site-chat__input,.ls-site-chat__panel--intake .ls-site-chat__textarea{padding:.42rem .6rem;font-size:.8125rem}.ls-site-chat__panel--intake .ls-site-chat__textarea{min-height:2.5rem}.ls-site-chat__panel--intake .ls-site-chat__field-meta{min-height:.85rem;margin-top:.05rem}.ls-site-chat__panel--intake .ls-site-chat__char-count,.ls-site-chat__panel--intake .ls-site-chat__field-error{font-size:.625rem;line-height:1.2}.ls-site-chat__panel--intake .ls-site-chat__submit{margin-top:.2rem;padding:.5rem .85rem;font-size:.875rem}.ls-site-chat__head{background:linear-gradient(90deg,#fde7f1,#fce8ef);border-bottom:1px solid #f05a942e;justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.ls-site-chat__head-copy{flex:1;min-width:0}.ls-site-chat__title{color:var(--ls-title-color);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.9375rem;font-weight:700;overflow:hidden}.ls-site-chat__subtitle{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin:.15rem 0 0;font-size:.75rem;font-weight:500;overflow:hidden}.ls-site-chat__status{color:#64748b;align-items:center;gap:.35rem;margin:.2rem 0 0;font-size:.6875rem;font-weight:600;line-height:1.35;display:flex}.ls-site-chat__status-dot{background:#94a3b8;border-radius:999px;flex-shrink:0;width:.5rem;height:.5rem}.ls-site-chat__status.is-online{color:#15803d}.ls-site-chat__status.is-online .ls-site-chat__status-dot{background:#22c55e;box-shadow:0 0 0 2px #22c55e40}.ls-site-chat__status.is-away{color:#64748b}.ls-site-chat__status.is-away .ls-site-chat__status-dot{background:#94a3b8}.ls-site-chat__close{color:#64748b;cursor:pointer;background:#ffffffb8;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex}.ls-site-chat__close:hover{color:var(--ls-title-color);background:#fff}.ls-site-chat__body{background:linear-gradient(#fff 0%,#fff9fb 100%);flex:1;min-height:0;padding:.75rem .85rem;overflow:auto}.ls-site-chat__intro{flex-direction:column;align-items:flex-start;gap:.3rem;margin-bottom:.6rem;display:flex}.ls-site-chat__time-pill{color:#64748b;background:#f1f5f9;border-radius:999px;padding:.15rem .55rem;font-size:.6875rem;font-weight:600;display:inline-flex}.ls-site-chat__bubble{color:#334155;border-radius:1rem;min-width:0;max-width:92%;padding:.75rem .9rem;font-size:.875rem;line-height:1.45;overflow:hidden}.ls-site-chat__bubble.is-system{background:#fff;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0f172a0a}.ls-site-chat__form-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:.7rem .75rem .75rem;box-shadow:0 8px 24px #0f172a0f}.ls-site-chat__field{margin-bottom:.45rem}.ls-site-chat__field:last-of-type{margin-bottom:.55rem}.ls-site-chat__field label{color:#64748b;margin-bottom:.2rem;font-size:.75rem;font-weight:600;display:block}.ls-site-chat__req{color:#dc2626;font-weight:700}.ls-site-chat__field-meta{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.15rem .5rem;min-height:0;margin-top:.15rem;display:flex}.ls-site-chat__input-wrap{position:relative}.ls-site-chat__input,.ls-site-chat__textarea{width:100%;color:var(--ls-title-color);background:#fff;border:1px solid #dbe3ee;border-radius:.65rem;padding:.55rem .7rem;font-size:.875rem}.ls-site-chat__input:focus,.ls-site-chat__textarea:focus{border-color:#f05a948c;outline:none;box-shadow:0 0 0 3px #f05a941f}.ls-site-chat__textarea{resize:vertical;min-height:3.25rem}.ls-site-chat__input-icon{color:#94a3b8;pointer-events:none;position:absolute;top:50%;right:.65rem;transform:translateY(-50%)}.ls-site-chat__submit{background:var(--ls-brand-orange);color:#fff;cursor:pointer;border:0;border-radius:999px;width:100%;margin-top:.35rem;padding:.65rem 1rem;font-size:.9375rem;font-weight:700}.ls-site-chat__submit:hover:not(:disabled){background:#d93620}.ls-site-chat__submit:disabled{opacity:.65;cursor:not-allowed}.ls-site-chat__error{color:#b91c1c;margin:0 0 .65rem;font-size:.8125rem}.ls-site-chat__error--composer{background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;grid-column:1/-1;margin:0;padding:.45rem .65rem;font-weight:600;line-height:1.35}.ls-site-chat__messages{flex-direction:column;gap:.85rem;display:flex}.ls-site-chat__row{align-items:flex-end;gap:.55rem;display:flex}.ls-site-chat__row.is-me{justify-content:flex-end}.ls-site-chat__avatar{letter-spacing:.02em;color:#fff;background:linear-gradient(135deg,#f59e0b,#ef4123);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.625rem;font-weight:800;display:inline-flex}.ls-site-chat__row.is-me .ls-site-chat__avatar{background:linear-gradient(135deg, var(--ls-brand-pink), #db2777)}.ls-site-chat__bubble.is-them{background:#fff;border:1px solid #e2e8f0}.ls-site-chat__bubble.is-me{color:#1e293b;background:#fce7f3;border:1px solid #f05a942e}.ls-site-chat__meta{color:#94a3b8;align-items:center;gap:.35rem;margin-top:.25rem;font-size:.6875rem;display:flex}.ls-site-chat__row.is-me .ls-site-chat__meta{justify-content:flex-end}.ls-site-chat__checks{color:#3b82f6;letter-spacing:-.08em}.ls-site-chat__composer{background:#fff;border-top:1px solid #e2e8f0;grid-template-columns:1fr auto;align-items:center;gap:.35rem .55rem;padding:.75rem;display:grid}.ls-site-chat__composer-field{min-width:0;position:relative}.ls-site-chat__composer-meta{color:#94a3b8;grid-column:1/-1;justify-content:space-between;gap:.75rem;margin:0;font-size:.6875rem;display:flex}.ls-site-chat__composer-meta.is-max{color:#b91c1c}.ls-site-chat__composer-error{color:#b91c1c;grid-column:1/-1;margin:0;font-size:.75rem;font-weight:600;line-height:1.35}.ls-site-chat__char-count{color:#94a3b8;text-align:right;margin:0 0 0 auto;font-size:.6875rem}.ls-site-chat__char-count.is-max{color:#b91c1c;font-weight:600}.ls-site-chat__field-error{color:#b91c1c;flex:auto;margin:0;font-size:.75rem}.ls-site-chat__input.is-invalid,.ls-site-chat__textarea.is-invalid{border-color:#dc3545;box-shadow:0 0 0 3px #dc35451f}.ls-site-chat__form-card .ls-contact-phone-row{background:#fff;border:1px solid #dbe3ee;border-radius:.65rem;overflow:hidden}.ls-site-chat__form-card .ls-contact-phone-row:focus-within{border-color:#f05a948c;box-shadow:0 0 0 3px #f05a941f}.ls-site-chat__form-card .ls-contact-phone-row--error{border-color:#dc3545;box-shadow:0 0 0 3px #dc35451f}.ls-site-chat__form-card .ls-contact-phone-input{color:var(--ls-title-color);background:0 0;border:0;flex:1;min-width:0;padding:.55rem .7rem;font-size:.875rem}.ls-site-chat__form-card .ls-contact-phone-input:focus{outline:none}.ls-site-chat__composer-input{border:1px solid #dbe3ee;border-radius:999px;width:100%;padding:.6rem 4.5rem .6rem .95rem;font-size:.875rem}.ls-site-chat__composer-input:focus{border-color:#f05a948c;outline:none;box-shadow:0 0 0 3px #f05a941f}.ls-site-chat__composer-tools{align-items:center;gap:.15rem;display:inline-flex;position:absolute;top:50%;right:.45rem;transform:translateY(-50%)}.ls-site-chat__tool-btn{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:1.85rem;height:1.85rem;display:inline-flex}.ls-site-chat__tool-btn:hover:not(:disabled){color:var(--ls-title-color);background:#f1f5f9}.ls-site-chat__tool-btn:disabled{opacity:.45;cursor:not-allowed}.ls-site-chat__emoji-pop{overscroll-behavior:contain;z-index:2;scrollbar-width:thin;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;grid-template-columns:repeat(8,1.85rem);gap:.2rem;width:max-content;max-width:min(18rem,100vw - 3rem);max-height:14rem;padding:.5rem;display:grid;position:absolute;bottom:calc(100% + .45rem);right:0;overflow-y:auto;box-shadow:0 10px 24px #0f172a1f}.ls-site-chat__emoji-btn{cursor:pointer;background:0 0;border:0;border-radius:.45rem;width:1.85rem;height:1.85rem;font-size:1.05rem;line-height:1}.ls-site-chat__emoji-btn:hover{background:#f8fafc}.ls-site-chat__attach-item{background:#0f172a0a;border-radius:.75rem;width:min(100%,14rem);max-width:100%;margin-bottom:.45rem;overflow:hidden}.ls-site-chat__row.is-me .ls-site-chat__attach-item{background:#ffffff73}.ls-site-chat__attach-link,.ls-site-chat__attach-file{min-width:0;display:block}.ls-site-chat__attach-link{color:inherit;text-decoration:none}.ls-site-chat__attach-img{object-fit:cover;width:100%;max-height:11rem;display:block}.ls-site-chat__attach-bar,.ls-site-chat__attach-item--file{justify-content:space-between;align-items:center;gap:.5rem;min-width:0;padding:.4rem .55rem;display:flex}.ls-site-chat__attach-name,.ls-site-chat__attach-file{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:inherit;flex:1;font-size:.72rem;overflow:hidden}.ls-site-chat__attach-file{text-decoration:underline}.ls-site-chat__attach-download{color:inherit;opacity:.9;flex-shrink:0;align-items:center;gap:.2rem;font-size:.7rem;font-weight:600;text-decoration:none;display:inline-flex}.ls-site-chat__attach-download:hover{opacity:1;text-decoration:underline}.ls-site-chat__send{background:var(--ls-brand-orange);color:#fff;cursor:pointer;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2.35rem;height:2.35rem;display:inline-flex}.ls-site-chat__send:disabled{opacity:.55;cursor:not-allowed}@media (max-width:575.98px){.ls-site-chat{--ls-site-chat-intake-max-height:calc(100vh - 70px - 4.25rem);right:.75rem}.ls-site-chat__panel{width:calc(100vw - 1.5rem);height:min(34rem,100vh - 5rem)}.ls-site-chat__panel--intake{height:auto;max-height:var(--ls-site-chat-intake-max-height)}}
