.ezbot-root{
  --ezbot-panel:#0D2340;
  --ezbot-header:#183451;
  --ezbot-accent:#FFC107;
  --ezbot-text:#FFFFFF;
  --ezbot-border:rgba(255,255,255,.14);
  --ezbot-muted:rgba(255,255,255,.68);
  position:fixed;
  right:24px;
  bottom:20px;
  z-index:2147482000;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:15px;
  line-height:1.45;
  color:var(--ezbot-text);
  box-sizing:border-box;
}
.ezbot-root *{box-sizing:border-box}
.ezbot-root button,.ezbot-root textarea,.ezbot-root a{font:inherit}
.ezbot-panel{
  position:absolute;
  right:0;
  bottom:68px;
  width:min(385px,calc(100vw - 32px));
  height:min(650px,calc(100dvh - 112px));
  min-height:430px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  background:var(--ezbot-panel);
  border:1px solid rgba(255,255,255,.12);
  border-radius:15px;
  box-shadow:0 24px 70px rgba(0,0,0,.38),0 4px 14px rgba(0,0,0,.25);
  opacity:0;
  visibility:hidden;
  transform:translateY(14px) scale(.985);
  transform-origin:bottom right;
  transition:opacity .2s ease,transform .22s ease,visibility .2s ease;
}
.ezbot-root.is-open .ezbot-panel{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
.ezbot-header{
  flex:0 0 auto;
  min-height:74px;
  display:flex;
  align-items:center;
  padding:12px 17px;
  background:var(--ezbot-header);
  border-bottom:1px solid rgba(255,255,255,.10);
}
.ezbot-brand{display:flex;align-items:center;gap:11px;min-width:0}
.ezbot-brand-image-wrap{
  width:43px;height:43px;flex:0 0 43px;border-radius:50%;
  display:grid;place-items:center;overflow:hidden;background:#09192c;
  border:2px solid var(--ezbot-accent);box-shadow:0 0 0 1px rgba(255,255,255,.08)
}
.ezbot-brand-image{display:block;width:100%;height:100%;object-fit:cover}
.ezbot-brand-fallback{display:grid;place-items:center;width:100%;height:100%;font-weight:900;font-size:12px;color:#fff}
.ezbot-brand-copy{min-width:0;display:flex;flex-direction:column;gap:1px}
.ezbot-title{font-size:15px;line-height:1.2;color:var(--ezbot-text);font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ezbot-subtitle{display:flex;align-items:center;gap:7px;font-size:12px;line-height:1.3;color:var(--ezbot-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ezbot-subtitle i{width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:var(--ezbot-accent);box-shadow:0 0 8px color-mix(in srgb,var(--ezbot-accent) 60%,transparent)}
.ezbot-messages{
  flex:1 1 auto;
  min-height:0;
  overflow-y:auto;
  overflow-x:hidden;
  padding:16px 15px 17px;
  scroll-behavior:smooth;
  scrollbar-width:thin;
  scrollbar-color:rgba(255,255,255,.58) rgba(255,255,255,.05);
}
.ezbot-messages::-webkit-scrollbar{width:9px}
.ezbot-messages::-webkit-scrollbar-track{background:rgba(255,255,255,.04);border-left:1px solid rgba(255,255,255,.08)}
.ezbot-messages::-webkit-scrollbar-thumb{background:rgba(255,255,255,.62);border-radius:10px;border:2px solid var(--ezbot-panel)}
.ezbot-message{display:flex;flex-direction:column;margin:0 0 12px;max-width:84%}
.ezbot-message-bot{align-items:flex-start;margin-right:auto}
.ezbot-message-user{align-items:flex-end;margin-left:auto}
.ezbot-message-inner{
  white-space:pre-wrap;
  word-break:break-word;
  font-size:14.5px;
  line-height:1.42;
  color:#fff;
  border:1px solid rgba(255,255,255,.13);
  border-radius:4px;
  padding:11px 13px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
}
.ezbot-message-bot .ezbot-message-inner{background:#17314e}
.ezbot-message-user .ezbot-message-inner{background:#4d4b28;border-color:rgba(255,193,7,.42);color:#fff}
.ezbot-call-cta{
  display:inline-flex;align-items:center;justify-content:center;margin-top:8px;padding:8px 12px;border-radius:999px;
  background:var(--ezbot-accent);color:#061426!important;text-decoration:none!important;font-weight:800;font-size:13px;border:0
}
.ezbot-quick-actions{display:flex;flex-wrap:wrap;gap:7px;margin:2px 0 9px}
.ezbot-chip{
  appearance:none;border:1px solid rgba(255,255,255,.16);background:transparent;color:rgba(255,255,255,.82);
  border-radius:999px;padding:7px 11px;line-height:1.1;font-size:12.5px;cursor:pointer;transition:.17s ease
}
.ezbot-chip:hover,.ezbot-chip:focus{background:#4d4b28;border-color:rgba(255,193,7,.48);color:#fff;outline:none}
.ezbot-loading .ezbot-message-inner{display:flex;align-items:center;gap:4px;min-width:50px;padding:13px 14px}
.ezbot-loading span{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.72);animation:ezbot-bounce 1.1s infinite ease-in-out}
.ezbot-loading span:nth-child(2){animation-delay:.13s}.ezbot-loading span:nth-child(3){animation-delay:.26s}
@keyframes ezbot-bounce{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}
.ezbot-composer{
  flex:0 0 auto;
  display:flex;
  align-items:flex-end;
  gap:8px;
  padding:10px 11px 11px;
  background:#0b1d33;
  border-top:1px solid rgba(255,255,255,.11);
}
.ezbot-composer textarea{
  display:block;flex:1 1 auto;min-width:0;height:49px;max-height:96px;resize:none;overflow-y:auto;
  padding:13px 13px;background:#14283f!important;color:#fff!important;border:1px solid rgba(255,255,255,.17)!important;
  border-radius:5px!important;outline:0!important;box-shadow:none!important;font-size:13.5px!important;line-height:1.4!important
}
.ezbot-composer textarea::placeholder{color:rgba(255,255,255,.35)!important;opacity:1}
.ezbot-composer textarea:focus{border-color:var(--ezbot-accent)!important;box-shadow:0 0 0 2px color-mix(in srgb,var(--ezbot-accent) 85%,transparent)!important}
.ezbot-send{
  appearance:none;flex:0 0 49px;width:49px;height:49px;border-radius:5px;border:0;background:var(--ezbot-accent);color:#09182a;
  display:grid;place-items:center;cursor:pointer;transition:transform .15s ease,filter .15s ease;box-shadow:none
}
.ezbot-send:hover{filter:brightness(1.04)}.ezbot-send:active{transform:scale(.97)}.ezbot-send:disabled{opacity:.68;cursor:wait}
.ezbot-send svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.ezbot-launcher{
  appearance:none;width:58px;height:58px;padding:0;border-radius:50%;border:1px solid color-mix(in srgb,var(--ezbot-accent) 52%,#fff 0%);
  background:#173553;color:var(--ezbot-accent);display:grid;place-items:center;cursor:pointer;
  box-shadow:0 8px 28px rgba(0,0,0,.32);transition:transform .18s ease,background .18s ease;overflow:hidden
}
.ezbot-launcher:hover{transform:translateY(-2px)}
.ezbot-launcher-logo{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:#0b1a2e;color:#fff;font-size:11px;font-weight:900}
.ezbot-launcher-logo img{width:100%;height:100%;display:block;object-fit:cover}
.ezbot-close-icon{display:none;width:23px;height:23px;fill:none;stroke:var(--ezbot-accent);stroke-width:2;stroke-linecap:round}
.ezbot-root.is-open .ezbot-launcher-logo{display:none}.ezbot-root.is-open .ezbot-close-icon{display:block}
.ezbot-lead-confirm{margin:0 0 12px}
.ezbot-lead-confirm .ezbot-message{margin-bottom:8px}
.ezbot-lead-summary{border:1px solid rgba(255,255,255,.12);border-radius:6px;overflow:hidden;background:rgba(0,0,0,.10);margin-bottom:8px}
.ezbot-lead-summary>div{display:grid;grid-template-columns:78px 1fr;gap:8px;padding:7px 9px;border-bottom:1px solid rgba(255,255,255,.08);font-size:11.5px}
.ezbot-lead-summary>div:last-child{border-bottom:0}.ezbot-lead-summary span{color:rgba(255,255,255,.55)}.ezbot-lead-summary strong{color:#fff;font-weight:650;word-break:break-word}
.ezbot-confirm-controls{display:flex;gap:7px;flex-wrap:wrap}
.ezbot-confirm-controls button{border-radius:999px;padding:8px 11px;cursor:pointer;font-size:12px;font-weight:700}
.ezbot-confirm-primary{background:var(--ezbot-accent);color:#071525;border:1px solid var(--ezbot-accent)}
.ezbot-confirm-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.18)}
@media(max-width:600px){
  .ezbot-root{right:12px;bottom:14px}
  .ezbot-panel{right:0;bottom:68px;width:calc(100vw - 24px);height:min(640px,calc(100dvh - 102px));min-height:390px;border-radius:14px}
  .ezbot-launcher{width:56px;height:56px}
  .ezbot-message{max-width:86%}.ezbot-message-inner{font-size:14px}
}
@media(max-width:380px){
  .ezbot-panel{width:calc(100vw - 16px);right:-4px}.ezbot-root{right:8px}.ezbot-messages{padding-left:11px;padding-right:11px}.ezbot-header{padding-left:13px}
}
@media(prefers-reduced-motion:reduce){.ezbot-panel,.ezbot-launcher,.ezbot-chip,.ezbot-send{transition:none!important}.ezbot-loading span{animation:none!important}}
