.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 rgba(16,100,55,.3);cursor:pointer;transition:.22s}.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 rgba(0,0,0,.15)}[data-position="left"] .ease-chat-launcher-label{right:auto;left:70px}.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 rgba(20,70,42,.22);animation:easeOpen .2s ease-out}.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 rgba(255,255,255,.8);box-shadow:0 4px 12px rgba(0,0,0,.14)}.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 rgba(125,255,157,.18)}.ease-chat-new,.ease-chat-close{display:grid;place-items:center;width:36px;height:36px;padding:0;color:#fff;background:rgba(255,255,255,.13);border:1px solid rgba(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 rgba(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:10px 11px 8px;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 svg{width:21px;fill:currentColor}.ease-chat-footer{padding-top:7px;color:#89958e;text-align:center;font-size:10.5px;line-height:1.35}@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}.ease-chat-root[data-position="left"]{left:10px}.ease-chat-launcher{width:57px;height:57px}.ease-chat-launcher-logo{width:40px;height:40px}.ease-chat-launcher-label{display:none}.ease-chat-panel{position:fixed;inset:8px 8px 72px;width:auto;height:auto;max-height:none;border-radius:18px}.ease-chat-header{min-height:68px}.ease-chat-prompts{grid-template-columns:1fr}.ease-chat-input-wrap textarea{font-size:16px}}@media(prefers-reduced-motion:reduce){.ease-chat-launcher-ring{animation:none}.ease-chat-panel{animation:none}}
