.customer-chat-widget{--chat-accent:var(--marketing-accent,#246b64);position:fixed;--chat-ink:#20302d;--chat-muted:#697975;--chat-line:#d9e3e0;--chat-canvas:#eef3f4;--chat-mint:#e7f2ed;--chat-blue:#eaf2f7;--chat-warm:#fff4dc;right:20px;bottom:max(24px,env(safe-area-inset-bottom));z-index:9999;font-family:var(--marketing-body-font,"Helvetica Neue",Arial,sans-serif);letter-spacing:0;color:var(--chat-ink)}.customer-chat-widget--left{right:auto;left:20px}.customer-chat-launcher{position:relative;min-width:48px;height:48px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid color-mix(in srgb,var(--chat-accent) 82%,#15352e);border-radius:6px;background:var(--chat-accent);box-shadow:0 10px 28px #15201f38;color:#fff;font:600 14px/1 inherit;cursor:pointer}.customer-chat-launcher:hover{filter:brightness(.96)}.customer-chat-launcher:focus-visible,.customer-chat-panel button:focus-visible,.customer-chat-panel :is(input,textarea):focus-visible{outline:3px solid color-mix(in srgb,var(--chat-accent) 34%,transparent);outline-offset:2px}.customer-chat-launcher-icon{width:18px;height:15px;display:block;border:2px solid currentColor;border-radius:4px;position:relative}.customer-chat-launcher-icon:after{content:"";position:absolute;left:2px;bottom:-5px;width:5px;height:5px;border-left:2px solid currentColor;transform:skewY(-35deg)}.customer-chat-launcher i{position:absolute;right:-4px;top:-4px;min-width:19px;height:19px;padding:0 4px;display:grid;place-items:center;border:2px solid #fff;border-radius:10px;background:#d44b3f;color:#fff;font:700 10px/1 Arial}.customer-chat-launcher i[hidden]{display:none}.customer-chat-panel{position:absolute;right:0;bottom:60px;width:min(390px,calc(100vw - 28px));height:min(590px,calc(100vh - 108px));display:grid;grid-template-rows:auto minmax(0,1fr) auto auto auto;border:1px solid #cfdbd7;border-radius:8px;background:#fff;box-shadow:0 20px 60px #111b1a3d;overflow:hidden}.customer-chat-widget--left .customer-chat-panel{right:auto;left:0}.customer-chat-panel[hidden]{display:none}.customer-chat-media-viewer{position:fixed;z-index:10002;inset:0;padding:20px;display:grid;place-items:center;background:#0b1211c7;backdrop-filter:blur(4px)}.customer-chat-media-viewer[hidden]{display:none}.customer-chat-media-viewer>section{position:relative;width:min(920px,calc(100vw - 32px));max-height:calc(100vh - 32px);padding:44px 14px 14px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#101514;box-shadow:0 24px 70px #0000006b}.customer-chat-media-viewer>section>button{position:absolute;right:10px;top:8px;width:32px;height:32px;padding:0;border:0;border-radius:4px;background:#ffffff1a;color:#fff;font:400 24px/1 Arial;cursor:pointer}.customer-chat-media-viewer>section>button:hover{background:#fff3}.customer-chat-media-viewer [data-chat-media-stage]{max-height:calc(100vh - 104px);display:grid;place-items:center;overflow:hidden}.customer-chat-media-viewer :is(img,video){max-width:100%;max-height:calc(100vh - 104px);display:block;object-fit:contain}.customer-chat-media-viewer video{width:min(860px,100%);background:#000}.customer-chat-panel>header{height:66px;padding:0 13px 0 18px;display:flex;align-items:center;justify-content:space-between;background:var(--chat-mint);border-bottom:1px solid #d5e2dd}.customer-chat-panel>header>div{min-width:0;padding-right:8px}.customer-chat-panel>header strong{display:block;max-width:220px;font-size:15px;line-height:1.3;overflow-wrap:anywhere}.customer-chat-panel>header small{display:flex;align-items:center;gap:6px;margin-top:4px;color:#647570;font-size:11px}.customer-chat-panel>header small:before{content:"";width:7px;height:7px;border-radius:50%;background:#a2aca9}.customer-chat-panel>header small.is-online:before{background:#2aa16b;box-shadow:0 0 0 3px #2aa16b1c}.customer-chat-panel>header nav{flex:0 0 auto;display:flex;align-items:center;gap:5px}.customer-chat-panel>header nav>span{max-width:112px;padding:4px 6px;border:1px solid #bad1c8;border-radius:4px;background:#fff;color:#35665b;font-size:10px;font-weight:600;line-height:1.2;text-align:center;overflow-wrap:anywhere}.customer-chat-panel>header nav>span[hidden]{display:none}.customer-chat-panel>header button{flex:0 0 auto;width:32px;height:32px;padding:0;border:0;border-radius:4px;background:#ffffff6b;color:#52605d;font:400 25px/1 Arial;cursor:pointer}.customer-chat-panel>header button:hover{background:#fff}.customer-chat-messages{min-height:0;padding:18px 16px;display:flex;flex-direction:column;align-items:stretch;gap:12px;overflow:auto;background:var(--chat-canvas)}.customer-chat-welcome{width:fit-content;max-width:82%;align-self:flex-start;padding:9px 12px;border:1px solid #ebdcb9;border-radius:7px 7px 7px 2px;background:var(--chat-warm);color:#4b4230;box-shadow:0 2px 6px #47391e0d;font-size:14px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.customer-chat-message-row{width:fit-content;min-width:0;max-width:88%;align-self:flex-start;display:inline-flex;align-items:flex-end;gap:5px}.customer-chat-message-row.is-visitor{align-self:flex-end;flex-direction:row-reverse}.customer-chat-message{width:auto;min-width:0;max-width:calc(100% - 30px);flex:0 1 auto;display:inline-flex;flex-direction:column;align-items:flex-start;padding:9px 12px;border:1px solid #dbe5e2;border-radius:7px 7px 7px 2px;background:#fff;color:#273431;box-shadow:0 3px 10px #1f2d2b0f;font-size:14px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.customer-chat-message-row.is-visitor .customer-chat-message{border-color:color-mix(in srgb,var(--chat-accent) 84%,#183f36);border-radius:7px 7px 2px;background:var(--chat-accent);color:#fff;box-shadow:0 4px 12px color-mix(in srgb,var(--chat-accent) 22%,transparent)}.customer-chat-message-content{display:inline;max-width:100%;overflow-wrap:anywhere}.customer-chat-message-caption{max-width:100%;margin-top:7px;white-space:pre-wrap;overflow-wrap:anywhere}.customer-chat-message-media{display:block;width:min(250px,68vw);max-height:250px;border-radius:5px;background:#dfe7e5;object-fit:contain;cursor:pointer}.customer-chat-message small{display:block;align-self:flex-start;margin-top:4px;color:inherit;opacity:.66;font-size:10px;font-variant-numeric:tabular-nums}.customer-chat-message-row.is-bot .customer-chat-message{border-color:#cbded7;background:#fafffd}.customer-chat-bot-label{margin-bottom:5px;color:#397064;font-size:10px;font-weight:700}.customer-chat-feedback{display:flex;align-items:center;gap:5px;margin-top:6px}.customer-chat-feedback button{height:24px;padding:0 7px;border:1px solid #cfddd8;border-radius:4px;background:#fff;color:#596b66;font:500 10px/1 inherit;cursor:pointer}.customer-chat-feedback button:hover{border-color:var(--chat-accent);color:var(--chat-accent)}.customer-chat-feedback button:disabled{opacity:.55;cursor:default}.customer-chat-message blockquote{max-width:280px;margin:0 0 7px;padding:6px 8px;border-left:2px solid #7f9c95;background:#edf4f2;color:#53635f;cursor:pointer;transition:box-shadow .15s ease,filter .15s ease}.customer-chat-message blockquote:hover{filter:brightness(.98);box-shadow:0 0 0 1px #246b6433}.customer-chat-message blockquote:focus-visible,.customer-chat-quote-media:focus-visible{outline:2px solid color-mix(in srgb,var(--chat-accent) 55%,#fff);outline-offset:2px}.customer-chat-message-row.is-visitor blockquote{border-left-color:#ffffffbf;background:#ffffff1f;color:#e8f2ef}.customer-chat-message blockquote strong,.customer-chat-message blockquote span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-chat-message blockquote strong{font-size:10px}.customer-chat-message blockquote span{margin-top:2px;font-size:11px}.customer-chat-message blockquote .customer-chat-quote-media{width:132px;height:74px;margin:6px 0;position:relative;border:1px solid #ccd9d5;border-radius:4px;background:#dce6e3}.customer-chat-quote-media{cursor:zoom-in}.customer-chat-quote-media img,.customer-chat-quote-media video{width:100%;height:100%;display:block;border-radius:inherit;object-fit:cover;pointer-events:none}.customer-chat-quote-media em{position:absolute;right:4px;bottom:4px;padding:3px 5px;border-radius:3px;background:#14231fcc;color:#fff;font-size:9px;font-style:normal;line-height:1}.customer-chat-compose-quote small{display:flex;align-items:center;gap:7px}.customer-chat-compose-quote small .customer-chat-quote-media{position:relative;flex:0 0 auto;width:72px;height:42px;margin:0;border:1px solid #ccd9d5;border-radius:4px;background:#dce6e3}.customer-chat-compose-quote small>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-chat-message-row.is-located .customer-chat-message{animation:customer-chat-message-located 1.8s ease}.customer-chat-message-action{flex:0 0 auto;width:25px;height:25px;padding:0;display:grid;place-items:center;border:0;border-radius:4px;background:transparent;color:#748681;font:500 15px/1 Arial;opacity:0;cursor:pointer}.customer-chat-message-row:hover .customer-chat-message-action,.customer-chat-message-action:focus-visible{opacity:1}.customer-chat-message-action:hover{background:#dce7e4;color:#365a52}.customer-chat-system{align-self:center;padding:5px 9px;border-radius:4px;background:var(--chat-blue);color:#607583;font-size:11px;text-align:center}.customer-chat-typing{min-height:34px;padding:7px 16px;display:flex;align-items:center;gap:4px;border-top:1px solid #e0e9e6;background:#f7faf9;color:#70807c;font-size:10px}.customer-chat-typing[hidden]{display:none}.customer-chat-typing i{width:5px;height:5px;border-radius:50%;background:#6f948a;animation:customer-chat-typing 1s infinite ease-in-out}.customer-chat-typing i:nth-child(2){animation-delay:.14s}.customer-chat-typing i:nth-child(3){animation-delay:.28s}.customer-chat-typing span{margin-left:4px}.customer-chat-contact{padding:11px 13px;display:grid;grid-template-columns:1fr 1fr;gap:8px;border-top:1px solid #e4dfd1;background:#fff9ec}.customer-chat-contact[hidden]{display:none}.customer-chat-contact p{grid-column:1/-1;margin:0;color:#665c48;font-size:11px}.customer-chat-contact input{min-width:0;height:34px;padding:0 9px;border:1px solid #d8cfbb;border-radius:4px;background:#fff;font:13px/1 inherit}.customer-chat-contact button{grid-column:1/-1;min-height:34px;height:auto;padding:8px 10px;border:1px solid var(--chat-accent);border-radius:4px;background:#fff;color:var(--chat-accent);font:600 13px/1.25 inherit;overflow-wrap:anywhere;cursor:pointer}.customer-chat-compose{display:grid;grid-template-rows:auto auto minmax(58px,auto) auto;border-top:1px solid #dbe4e1;background:#fff}.customer-chat-compose-quote{min-height:46px;padding:7px 10px;display:grid;grid-template-columns:26px minmax(0,1fr) 28px;align-items:center;gap:7px;border-bottom:1px solid #dce7e3;background:var(--chat-mint)}.customer-chat-compose-quote[hidden]{display:none}.customer-chat-compose-quote>span{width:25px;height:25px;display:grid;place-items:center;border-radius:4px;background:#d4e5df;color:#42685f;font-size:14px}.customer-chat-compose-quote p{min-width:0;margin:0}.customer-chat-compose-quote strong,.customer-chat-compose-quote small{display:block}.customer-chat-compose-quote strong{font-size:10px}.customer-chat-compose-quote small{margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6f7d79;font-size:11px}.customer-chat-compose-quote button{width:28px;height:28px;padding:0;border:0;background:transparent;color:#65736f;font:400 20px/1 Arial;cursor:pointer}.customer-chat-pending-media{min-height:70px;padding:8px 10px;display:grid;grid-template-columns:54px minmax(0,1fr) 28px;align-items:center;gap:9px;border-bottom:1px solid #dce7e3;background:#f5f8f7}.customer-chat-pending-media[hidden]{display:none}.customer-chat-pending-media>img{width:54px;height:54px;display:block;border-radius:4px;background:#dfe8e5;object-fit:cover}.customer-chat-pending-media>span{min-width:0}.customer-chat-pending-media strong,.customer-chat-pending-media small{display:block}.customer-chat-pending-media strong{font-size:11px}.customer-chat-pending-media small{margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#75837f;font-size:10px}.customer-chat-pending-media>button{width:28px;height:28px;padding:0;border:0;background:transparent;color:#65736f;font:400 20px/1 Arial;cursor:pointer}.customer-chat-compose-tools{position:relative;height:42px;padding:0 12px;display:flex;align-items:center;gap:4px;border-bottom:1px solid #edf1f0;background:#fbfcfc}.customer-chat-compose-tools>button{width:32px;height:32px;padding:0;display:grid;place-items:center;border:0;border-radius:4px;background:transparent;color:#536862;cursor:pointer}.customer-chat-compose-tools>button svg{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.customer-chat-compose-tools>button:hover{background:var(--chat-mint);color:var(--chat-accent)}.customer-chat-compose-tools>button:disabled{opacity:.45;cursor:wait}.customer-chat-compose-tools>span{margin-left:5px;color:#768681;font-size:10px}.customer-chat-emoji-picker{position:absolute;z-index:2;left:12px;bottom:46px;width:220px;padding:7px;display:grid;grid-template-columns:repeat(6,1fr);gap:4px;border:1px solid #d5e0dc;border-radius:6px;background:#fff;box-shadow:0 12px 28px #18262229}.customer-chat-emoji-picker[hidden]{display:none}.customer-chat-emoji-picker button{height:30px;padding:0;display:grid;place-items:center;border:0;border-radius:4px;background:#f4f7f6;font-size:17px;line-height:1;text-align:center;cursor:pointer}.customer-chat-emoji-picker button:hover{background:#e4efeb}.customer-chat-compose textarea{width:100%;min-width:0;max-height:108px;resize:none;padding:11px 13px;border:0;background:#fff;box-sizing:border-box;color:#273431;font:14px/1.5 inherit;outline:0}.customer-chat-compose textarea::placeholder{color:#98a19f}.customer-chat-compose footer{min-height:48px;padding:7px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid #edf1f0;background:#fbfcfc}.customer-chat-compose footer small{min-width:0;flex:1;color:#929c99;font-size:9px;line-height:1.35;overflow-wrap:anywhere}.customer-chat-compose footer button{width:auto;min-width:68px;max-width:52%;min-height:34px;height:auto;padding:9px 14px;border:0;border-radius:4px;background:var(--chat-accent);color:#fff;font:600 13px/1.2 inherit;white-space:normal;overflow-wrap:anywhere;cursor:pointer}.customer-chat-compose footer button:disabled{opacity:.55;cursor:wait}.storefront-back-to-top{position:fixed;right:20px;bottom:max(84px,calc(env(safe-area-inset-bottom) + 60px));z-index:9998;width:44px;height:44px;padding:0;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--marketing-accent,#246b64) 36%,#fff);border-radius:6px;background:#fff;box-shadow:0 8px 24px #15201f2e;color:var(--marketing-accent,#246b64);cursor:pointer}.storefront-back-to-top[hidden]{display:none}.storefront-back-to-top span{font:500 24px/1 Arial}.storefront-back-to-top:focus-visible{outline:3px solid color-mix(in srgb,var(--marketing-accent,#246b64) 34%,transparent);outline-offset:2px}@media(max-width:600px){.customer-chat-widget{right:14px;bottom:max(82px,calc(env(safe-area-inset-bottom) + 14px))}.customer-chat-widget--left{right:auto;left:14px}.customer-chat-panel{position:fixed;right:10px;left:10px;bottom:max(76px,calc(env(safe-area-inset-bottom) + 70px));width:auto;height:min(590px,calc(100vh - 96px))}.customer-chat-widget--left .customer-chat-panel{right:10px;left:10px}.customer-chat-widget .customer-chat-launcher{width:46px;min-width:46px;height:46px;padding:0;gap:0;font-size:0}.customer-chat-message-row{max-width:92%}.customer-chat-message-action{opacity:1}.customer-chat-compose footer small{font-size:8px}.storefront-back-to-top{right:14px;bottom:max(140px,calc(env(safe-area-inset-bottom) + 72px))}}@media(prefers-reduced-motion:no-preference){.customer-chat-panel{animation:customer-chat-in .16s ease-out}@keyframes customer-chat-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}}@keyframes customer-chat-message-located{0%,to{outline:0 solid rgba(215,160,42,0);outline-offset:0}18%,72%{outline:4px solid rgba(215,160,42,.46);outline-offset:4px}}@keyframes customer-chat-typing{0%,60%,to{transform:translateY(0);opacity:.45}30%{transform:translateY(-3px);opacity:1}}
