#easybud-chat-root{--easybud-primary:#0e3f36;--easybud-accent:#f8981d;position:fixed;right:22px;bottom:22px;z-index:999999;font-family:inherit;line-height:1.35}.easybud-chat-toggle{display:flex;align-items:center;gap:10px;border:0;border-radius:999px;background:var(--easybud-primary);color:#fff;padding:13px 17px;font-size:15px;font-weight:700;box-shadow:0 10px 30px rgba(0,0,0,.2);cursor:pointer}.easybud-chat-dot{width:10px;height:10px;border-radius:50%;background:#7cff89;box-shadow:0 0 0 4px rgba(124,255,137,.2)}.easybud-chat-panel{position:absolute;right:0;bottom:62px;width:350px;max-width:calc(100vw - 28px);height:390px;max-height:calc(100vh - 100px);display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.24);overflow:hidden;transform-origin:bottom right;transition:opacity .18s,transform .18s}.easybud-chat-panel[aria-hidden="true"]{opacity:0;transform:scale(.96) translateY(10px);pointer-events:none}.easybud-chat-header{flex:0 0 auto;display:flex;justify-content:space-between;align-items:center;min-height:52px;padding:9px 14px;background:var(--easybud-primary);color:#fff;box-sizing:border-box}.easybud-chat-title{min-width:0;padding-right:8px}.easybud-chat-header strong{display:block;font-size:16px;line-height:1.15}.easybud-chat-header small{display:block;margin-top:2px;font-size:11px;line-height:1.25;opacity:.88;white-space:normal}.easybud-chat-close{flex:0 0 auto;border:0;background:transparent;color:#fff;font-size:25px;line-height:1;cursor:pointer;padding:3px}.easybud-chat-messages{position:relative;z-index:1;flex:1 1 auto;min-height:0;overflow-y:auto;padding:16px 12px 12px;background:#f5f7f5;display:flex;flex-direction:column;gap:8px;scrollbar-width:thin}.easybud-chat-msg{position:static!important;float:none!important;clear:both!important;margin:0!important;max-width:86%;padding:9px 11px;border-radius:13px;white-space:pre-wrap;word-break:break-word;font-size:14px;line-height:1.35;box-sizing:border-box}.easybud-chat-msg.easybud-chat-msg--manager{align-self:flex-start;background:#fff;border-bottom-left-radius:4px}.easybud-chat-msg.easybud-chat-msg--visitor{align-self:flex-end;background:var(--easybud-primary);color:#fff;border-bottom-right-radius:4px}.easybud-chat-form{flex:0 0 auto;padding:10px 12px 9px;background:#fff;border-top:1px solid #e8e8e8;box-sizing:border-box}.easybud-chat-contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.easybud-chat-contact-fields input,.easybud-chat-compose textarea{width:100%;box-sizing:border-box;border:1px solid #d7ddd7;border-radius:10px;padding:9px 10px;font:inherit;font-size:14px;outline:none;background:#fff}.easybud-chat-contact-fields input{height:40px}.easybud-chat-contact-fields input:focus,.easybud-chat-compose textarea:focus{border-color:var(--easybud-primary)}.easybud-chat-compose{display:flex;gap:8px;align-items:flex-end}.easybud-chat-compose textarea{resize:none;min-height:48px;max-height:76px;overflow-y:auto}.easybud-chat-compose button{flex:0 0 42px;width:42px;height:42px;border:0;border-radius:50%;background:var(--easybud-primary);color:#fff;font-size:18px;cursor:pointer;margin-bottom:3px}.easybud-chat-compose button:disabled{opacity:.5}.easybud-chat-status{font-size:12px;color:#a33;min-height:15px;margin-top:4px}.easybud-chat-status:empty{min-height:0;margin-top:0}#easybud-chat-root .easybud-chat-header,#easybud-chat-root .easybud-chat-messages,#easybud-chat-root .easybud-chat-form{position:relative}#easybud-chat-root .easybud-chat-header{z-index:2}#easybud-chat-root .easybud-chat-messages{z-index:1}@media(max-width:600px){#easybud-chat-root{right:12px;bottom:12px}.easybud-chat-toggle span:last-child{display:none}.easybud-chat-toggle{width:52px;height:52px;padding:0;justify-content:center}.easybud-chat-panel{position:fixed;left:auto;right:8px;bottom:72px;width:min(350px,calc(100vw - 16px));height:380px;max-height:calc(100vh - 88px);border-radius:15px}.easybud-chat-header{min-height:50px;padding:8px 12px}.easybud-chat-messages{padding:14px 10px 10px}.easybud-chat-form{padding:9px 10px 8px}.easybud-chat-contact-fields{grid-template-columns:1fr 1fr;gap:7px}.easybud-chat-contact-fields input{min-width:0;padding:8px;font-size:13px}.easybud-chat-compose textarea{font-size:13px}}@media(max-height:520px){.easybud-chat-panel{height:calc(100vh - 82px);bottom:70px}.easybud-chat-messages{min-height:90px}}

/* v1.1.2: жорстка ізоляція від стилів теми Easybud */
#easybud-chat-root,
#easybud-chat-root *{box-sizing:border-box!important}
#easybud-chat-root{left:auto!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;transform:none!important}
#easybud-chat-root .easybud-chat-panel{left:auto!important;right:0!important;margin:0!important;padding:0!important;transform-origin:bottom right!important}
#easybud-chat-root .easybud-chat-panel[aria-hidden="false"]{transform:none!important}
#easybud-chat-root .easybud-chat-form{display:block!important;position:relative!important;inset:auto!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:100%!important;height:auto!important;min-width:0!important;max-width:none!important;margin:0!important;transform:none!important;float:none!important;overflow:visible!important}
#easybud-chat-root .easybud-chat-contact-fields{position:static!important;width:100%!important;min-width:0!important;margin:0 0 8px!important;transform:none!important}
#easybud-chat-root .easybud-chat-contact-fields input{display:block!important;position:static!important;min-width:0!important;max-width:100%!important;margin:0!important;transform:none!important;float:none!important}
#easybud-chat-root .easybud-chat-compose{display:flex!important;position:static!important;width:100%!important;min-width:0!important;margin:0!important;transform:none!important;float:none!important}
#easybud-chat-root .easybud-chat-compose textarea{display:block!important;position:static!important;flex:1 1 auto!important;min-width:0!important;max-width:none!important;margin:0!important;transform:none!important;float:none!important}
#easybud-chat-root .easybud-chat-compose button{display:flex!important;position:static!important;inset:auto!important;align-items:center!important;justify-content:center!important;min-width:42px!important;max-width:42px!important;padding:0!important;transform:none!important;float:none!important}
#easybud-chat-root .easybud-chat-status{position:static!important;width:100%!important;transform:none!important}

/* v1.1.3: styles run inside Shadow DOM; repeated opening cannot be changed by theme scripts */
:host{all:initial!important;font-family:inherit!important;position:fixed!important;right:22px!important;bottom:22px!important;z-index:2147483000!important;display:block!important;width:auto!important;height:auto!important;contain:style!important}
@media(max-width:600px){:host{right:12px!important;bottom:12px!important}}
#easybud-chat-root{position:static!important;right:auto!important;bottom:auto!important;display:block!important}
#easybud-chat-root .easybud-chat-panel{display:flex!important;flex-direction:column!important;width:350px!important;height:390px!important;max-width:calc(100vw - 28px)!important;max-height:calc(100vh - 100px)!important}
#easybud-chat-root .easybud-chat-header,#easybud-chat-root .easybud-chat-messages,#easybud-chat-root .easybud-chat-form{left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:100%!important;max-width:100%!important}
@media(max-width:600px){#easybud-chat-root .easybud-chat-panel{width:min(350px,calc(100vw - 16px))!important;height:380px!important;max-height:calc(100vh - 88px)!important}}


/* v1.1.5: Easybud palette, site font inheritance and safe launcher pulse */
:host, #easybud-chat-root, #easybud-chat-root button, #easybud-chat-root input,
#easybud-chat-root textarea, #easybud-chat-root strong, #easybud-chat-root small {
  font-family: inherit !important;
}
#easybud-chat-root { --easybud-primary:#0e3f36 !important; --easybud-accent:#f8981d !important; }
#easybud-chat-root .easybud-chat-toggle {
  position:relative !important;
  isolation:isolate !important;
  overflow:visible !important;
  background:#0e3f36 !important;
  color:#f8981d !important;
}
#easybud-chat-root .easybud-chat-toggle::before {
  content:"";
  position:absolute;
  z-index:-1;
  inset:-3px;
  border:2px solid #f8981d;
  border-radius:999px;
  pointer-events:none;
  animation:easybudChatPulse 1.8s ease-out infinite;
}
#easybud-chat-root .easybud-chat-dot {
  background:#f8981d !important;
  box-shadow:0 0 0 4px rgba(248,152,29,.22) !important;
}
#easybud-chat-root .easybud-chat-header,
#easybud-chat-root .easybud-chat-msg--visitor,
#easybud-chat-root .easybud-chat-compose button { background:#0e3f36 !important; }
#easybud-chat-root .easybud-chat-title strong,
#easybud-chat-root .easybud-chat-title small { color:#f8981d !important; }
#easybud-chat-root .easybud-chat-contact-fields input:focus,
#easybud-chat-root .easybud-chat-compose textarea:focus { border-color:#f8981d !important; }
@keyframes easybudChatPulse {
  0% { transform:scale(1); opacity:.9; }
  75%,100% { transform:scale(1.16); opacity:0; }
}
@media (prefers-reduced-motion:reduce) {
  #easybud-chat-root .easybud-chat-toggle::before { animation:none; }
}
