.ease-chat-root{position:fixed;z-index:999999;right:18px;bottom:92px;font-family:inherit;color:#1f2937}.ease-chat-root[data-position="left"]{right:auto;left:18px}.ease-chat-launcher{position:relative;display:grid;place-items:center;width:62px;height:62px;padding:0;border:3px solid #fff;border-radius:50%;background:linear-gradient(145deg,var(--ease-chat-primary),var(--ease-chat-primary-dark));box-shadow:0 14px 34px rgb(16 100 55 / .3);cursor:pointer;transition:.22s;overflow:visible}.ease-chat-launcher:hover{transform:translateY(-3px) scale(1.04)}.ease-chat-launcher-ring{position:absolute;inset:-8px;border:2px solid color-mix(in srgb,var(--ease-chat-primary) 35%,transparent);border-radius:50%;animation:easePulse 2.6s ease-out infinite}.ease-chat-launcher-logo,.ease-chat-avatar{background:#fff center/78% no-repeat;border-radius:50%}.ease-chat-launcher-logo{width:44px;height:44px}.ease-chat-launcher-label{position:absolute;right:70px;white-space:nowrap;padding:7px 10px;color:#fff;background:#183c29;border-radius:9px;font-size:12px;font-weight:700;box-shadow:0 5px 16px rgb(0 0 0 / .15)}[data-position="left"] .ease-chat-launcher-label{right:auto;left:70px}.ease-chat-root.has-custom-art .ease-chat-launcher{width:86px;height:86px;background:#fff0;border:0;box-shadow:none}.ease-chat-root.has-custom-art .ease-chat-launcher::before{content:"";position:absolute;inset:18px;background:linear-gradient(145deg,var(--ease-chat-primary),var(--ease-chat-primary-dark));border-radius:26px;box-shadow:0 16px 36px rgb(16 100 55 / .24)}.ease-chat-root.has-custom-art .ease-chat-launcher-ring{inset:12px;border-radius:26px}.ease-chat-root.has-custom-art .ease-chat-launcher-logo{position:relative;z-index:2;width:86px;height:86px;background:#fff0 center/contain no-repeat;border-radius:0;filter:drop-shadow(0 10px 18px rgb(0 0 0 / .16))}.ease-chat-root.has-custom-art .ease-chat-launcher-label{right:84px;bottom:18px}.ease-chat-root[data-position="left"].has-custom-art .ease-chat-launcher-label{right:auto;left:84px}.ease-chat-panel{position:absolute;right:0;bottom:76px;display:flex;flex-direction:column;width:min(410px,calc(100vw - 24px));height:min(690px,78vh);overflow:hidden;background:#fff;border:1px solid #dce8e1;border-radius:20px;box-shadow:0 25px 70px rgb(20 70 42 / .22);animation:easeOpen .2s ease-out}.ease-chat-panel{display:none}.ease-chat-root.is-open .ease-chat-panel{display:flex}.ease-chat-root[data-position="left"] .ease-chat-panel{right:auto;left:0}.ease-chat-header{display:grid;grid-template-columns:46px 1fr 36px 36px;gap:10px;align-items:center;min-height:76px;padding:12px 13px;background:linear-gradient(135deg,var(--ease-chat-primary),var(--ease-chat-primary-dark));color:#fff}.ease-chat-avatar{width:44px;height:44px;border:2px solid rgb(255 255 255 / .8);box-shadow:0 4px 12px rgb(0 0 0 / .14)}.ease-chat-root.has-custom-art .ease-chat-avatar{border-radius:14px;background:#fff center/contain no-repeat}.ease-chat-heading{min-width:0;display:flex;flex-direction:column}.ease-chat-title{font-size:16px}.ease-chat-status{display:flex;align-items:center;gap:6px;margin-top:3px;font-size:12px;opacity:.92}.ease-chat-status i{width:8px;height:8px;background:#7dff9d;border-radius:50%;box-shadow:0 0 0 3px rgb(125 255 157 / .18)}.ease-chat-new,.ease-chat-close{display:grid;place-items:center;width:36px;height:36px;padding:0;color:#fff;background:rgb(255 255 255 / .13);border:1px solid rgb(255 255 255 / .12);border-radius:10px;font-size:23px;cursor:pointer}.ease-chat-body{flex:1;overflow:auto;padding:17px 14px;background:linear-gradient(#fff,#f6faf7)}.ease-chat-welcome{text-align:center;padding:14px 4px}.ease-chat-welcome-icon{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 10px;color:#fff;background:linear-gradient(135deg,var(--ease-chat-primary),var(--ease-chat-primary-dark));border-radius:18px;font-size:28px}.ease-chat-welcome h3{margin:0 0 7px;font-size:19px}.ease-chat-welcome p{margin:0 auto 15px;max-width:320px;color:#66756d;font-size:13.5px;line-height:1.55}.ease-chat-prompts{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ease-chat-prompt{padding:10px;color:#205d38;background:#fff;border:1px solid #dce8e1;border-radius:12px;font-size:12.5px;font-weight:650;cursor:pointer;text-align:left}.ease-chat-message{display:flex;margin:0 0 12px}.ease-chat-message.user{justify-content:flex-end}.ease-chat-bubble{max-width:87%;padding:11px 13px;border-radius:6px 16px 16px 16px;background:#fff;border:1px solid #dce8e1;box-shadow:0 3px 12px rgb(17 72 42 / .06);font-size:14px;line-height:1.58;white-space:pre-wrap;word-break:break-word}.ease-chat-message.user .ease-chat-bubble{color:#fff;background:linear-gradient(135deg,var(--ease-chat-primary),var(--ease-chat-primary-dark));border:0;border-radius:16px 6px 16px 16px}.ease-chat-bubble a{color:var(--ease-chat-primary);font-weight:700}.ease-chat-thinking .ease-chat-bubble{color:#6f7c75}.ease-chat-dots span{display:inline-block;width:6px;height:6px;margin:0 2px;background:var(--ease-chat-primary);border-radius:50%;animation:easeDots 1.2s infinite}.ease-chat-dots span:nth-child(2){animation-delay:.15s}.ease-chat-dots span:nth-child(3){animation-delay:.3s}.ease-chat-handoff{padding:8px 12px;background:#fff}.ease-chat-handoff a{display:block;padding:10px;text-align:center;color:#fff;background:var(--ease-chat-primary);border-radius:11px;text-decoration:none;font-weight:700}.ease-chat-form{padding:8px 10px max(8px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e3ebe6}.ease-chat-input-wrap{display:grid;grid-template-columns:1fr 42px;gap:8px;align-items:end;padding:5px 5px 5px 13px;background:#f8fbf9;border:1px solid #ceddd4;border-radius:16px}.ease-chat-input-wrap:focus-within{background:#fff;border-color:var(--ease-chat-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--ease-chat-primary) 14%,transparent)}.ease-chat-input-wrap textarea{resize:none;max-height:120px;padding:8px 0;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;font:inherit;font-size:14px;line-height:1.4}.ease-chat-input-wrap button{display:grid;place-items:center;width:40px;height:40px;padding:0;color:#fff;background:linear-gradient(135deg,var(--ease-chat-primary),var(--ease-chat-primary-dark));border:0;border-radius:12px;cursor:pointer}.ease-chat-input-wrap button:disabled{opacity:.55;cursor:not-allowed}.ease-chat-input-wrap button svg{width:21px;fill:currentColor}.ease-chat-footer{display:none!important}@keyframes easePulse{0%{opacity:.7;transform:scale(.82)}75%,100%{opacity:0;transform:scale(1.34)}}@keyframes easeOpen{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}@keyframes easeDots{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}@media(max-width:767px){.ease-chat-root{right:10px;bottom:82px;touch-action:none}.ease-chat-root[data-position="left"]{left:10px}.ease-chat-root.is-dragging{transition:none!important}.ease-chat-launcher{width:57px;height:57px;touch-action:none;user-select:none;-webkit-user-select:none}.ease-chat-launcher-logo{width:40px;height:40px}.ease-chat-root.has-custom-art .ease-chat-launcher{width:78px;height:78px}.ease-chat-root.has-custom-art .ease-chat-launcher-logo{width:78px;height:78px}.ease-chat-launcher-label{display:none}.ease-chat-root.is-open{left:0!important;top:0!important;right:0!important;bottom:0!important}.ease-chat-root.is-open .ease-chat-launcher{display:none}.ease-chat-panel{position:fixed;left:6px!important;right:6px!important;top:calc(var(--ease-vv-offset,0px) + 6px)!important;bottom:auto!important;width:auto;height:calc(var(--ease-vv-height,100dvh) - 6px);max-height:none;border-radius:18px 18px 0 0}.ease-chat-header{min-height:68px}.ease-chat-prompts{grid-template-columns:1fr}.ease-chat-form{padding:7px 8px max(4px,env(safe-area-inset-bottom))}.ease-chat-input-wrap{border-radius:18px}.ease-chat-input-wrap textarea{font-size:16px}.ease-chat-body{padding-bottom:10px}}@media(prefers-reduced-motion:reduce){.ease-chat-launcher-ring{animation:none}.ease-chat-panel{animation:none}}.ease-chat-message.ai .ease-chat-bubble:has(.ease-chat-cards){max-width:96%;width:100%}.ease-chat-cards{margin-top:12px}.ease-chat-cards .ease-product-grid{margin-top:0}.ease-chat-cards .ease-card-btn{text-decoration:none}