.dx-chat{
  position:fixed;z-index:1300;bottom:22px;display:flex;flex-direction:column;align-items:flex-end;gap:12px;
  font-family:inherit;
}
.dx-chat[data-pos="right"]{right:22px;}
.dx-chat[data-pos="left"]{left:22px;align-items:flex-start;}
.dx-chat-launcher{
  appearance:none;border:0;cursor:pointer;
  background:var(--dx-chat,#557C96);color:#fff;
  border-radius:999px;min-width:56px;height:56px;padding:0 18px 0 16px;
  font:inherit;font-weight:750;font-size:14px;letter-spacing:.02em;
  box-shadow:0 16px 32px -16px rgba(17,24,32,.55);
  display:inline-flex;align-items:center;gap:8px;
}
.dx-chat-launcher:hover{filter:brightness(1.06);}
.dx-chat-dot{
  width:8px;height:8px;border-radius:50%;background:#3ecf8e;
  box-shadow:0 0 0 0 rgba(62,207,142,.7);
  animation:dxPulse 2s ease-out infinite;
}
.dx-chat-panel{
  width:min(392px,calc(100vw - 28px));
  background:#fff;color:#252B30;
  border:1px solid #DCE1E3;border-radius:22px;
  box-shadow:0 28px 60px -30px rgba(17,24,32,.6);
  overflow:hidden;display:flex;flex-direction:column;
  max-height:min(680px,calc(100vh - 110px));
}
.dx-chat-head{
  background:#111820;color:#fff;padding:14px 14px 14px 16px;
  display:flex;justify-content:space-between;align-items:center;gap:10px;
}
.dx-chat-id{display:flex;align-items:center;gap:10px;min-width:0;}
.dx-chat-id div{min-width:0;}
.dx-chat-avatar{
  width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#557C96;
  box-shadow:0 0 0 2px rgba(255,255,255,.12);
}
.dx-chat-avatar-fallback{
  display:grid;place-items:center;font-weight:800;font-size:14px;color:#fff;
}
.dx-chat-title{display:block;font-size:14px;font-weight:800;letter-spacing:-.01em;}
.dx-chat-role{
  display:block;font-size:11px;color:#9BA7AE;margin:.1rem 0 .25rem;font-weight:600;
}
.dx-chat-status{
  display:inline-flex;align-items:center;gap:6px;
  font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
  color:#D5DDE2;
}
.dx-chat-status::before{content:"";width:7px;height:7px;border-radius:50%;background:#9BA7AE;}
.dx-chat-status.is-on::before{background:#3ecf8e;}
.dx-chat-status.is-off::before{background:#c9a227;}
.dx-chat-tools{display:flex;align-items:center;gap:6px;}
.dx-chat-lang,.dx-chat-close{
  appearance:none;border:0;background:rgba(255,255,255,.1);color:#fff;
  border-radius:999px;cursor:pointer;font:inherit;font-size:11px;font-weight:800;
}
.dx-chat-lang{padding:6px 9px;}
.dx-chat-close{width:30px;height:30px;display:grid;place-items:center;}
.dx-chat-body{
  padding:16px;overflow:auto;display:flex;flex-direction:column;gap:10px;
  min-height:240px;background:#F7F7F4;
}
.dx-chat-bubble{
  max-width:88%;padding:11px 13px;border-radius:16px;font-size:14px;line-height:1.5;white-space:pre-wrap;
}
.dx-chat-bubble.is-bot{background:#fff;color:#111820;border:1px solid #E6EBEE;border-bottom-left-radius:5px;align-self:flex-start;box-shadow:0 1px 0 rgba(17,24,32,.04);}
.dx-chat-bubble.is-user{background:#111820;color:#fff;border-bottom-right-radius:5px;align-self:flex-end;}
.dx-chat-cta{
  display:inline-flex;margin-top:10px;color:#fff;background:var(--dx-chat,#557C96);
  font-weight:700;font-size:12.5px;text-decoration:none;border-radius:999px;padding:6px 12px;
}
.dx-chat-cta:hover{filter:brightness(1.06);}
.dx-chat-typing{
  align-self:flex-start;display:inline-flex;gap:5px;padding:12px 14px;
  background:#fff;border:1px solid #E6EBEE;border-radius:16px;border-bottom-left-radius:5px;
}
.dx-chat-typing i{
  width:6px;height:6px;border-radius:50%;background:#9BA7AE;
  animation:dxType 1.1s ease-in-out infinite;
}
.dx-chat-typing i:nth-child(2){animation-delay:.15s;}
.dx-chat-typing i:nth-child(3){animation-delay:.3s;}
.dx-chat-replies{
  display:flex;flex-wrap:wrap;gap:8px;padding:0 14px 12px;background:#F7F7F4;
}
.dx-chat-replies:empty{display:none;}
.dx-chat-chip{
  appearance:none;border:1px solid #DCE1E3;background:#fff;color:#252B30;
  border-radius:999px;padding:7px 12px;font:inherit;font-size:12.5px;font-weight:700;cursor:pointer;
}
.dx-chat-chip:hover{border-color:var(--dx-chat,#557C96);color:var(--dx-chat,#557C96);}
.dx-chat-lead{
  display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px 14px;background:#fff;border-top:1px solid #EEF1F2;
}
.dx-chat-lead-note{
  grid-column:1 / -1;margin:0;font-size:12px;font-weight:650;color:#667078;
}
.dx-chat-lead[hidden],.dx-chat-panel[hidden]{display:none !important;}
.dx-chat-lead input,.dx-chat-composer input{
  width:100%;border:1px solid #DCE1E3;border-radius:12px;padding:10px 12px;font:inherit;font-size:14px;background:#F7F7F4;
}
.dx-chat-lead input:focus,.dx-chat-composer input:focus{
  outline:none;border-color:var(--dx-chat,#557C96);background:#fff;
}
.dx-chat-composer{
  display:flex;gap:8px;padding:10px 12px 12px;background:#fff;border-top:1px solid #EEF1F2;
}
.dx-chat-composer input{flex:1;}
.dx-chat-composer button{
  appearance:none;border:0;background:var(--dx-chat,#557C96);color:#fff;
  width:42px;height:42px;border-radius:14px;display:grid;place-items:center;cursor:pointer;
}
.dx-chat-handoff{
  display:flex;gap:8px;justify-content:center;padding:0 12px 12px;background:#fff;
}
.dx-chat-handoff a{
  font-size:12px;font-weight:700;color:#667078;text-decoration:none;padding:6px 10px;border-radius:999px;background:#F3F5F6;
}
.dx-chat-handoff a:hover{color:#111820;}
body.has-dx-chat .wa-float{bottom:92px;}
@keyframes dxType{0%,80%,100%{transform:translateY(0);opacity:.35}40%{transform:translateY(-3px);opacity:1}}
@keyframes dxPulse{0%{box-shadow:0 0 0 0 rgba(62,207,142,.55)}70%{box-shadow:0 0 0 8px rgba(62,207,142,0)}100%{box-shadow:0 0 0 0 rgba(62,207,142,0)}}
@media (max-width:480px){
  .dx-chat{bottom:14px;}
  .dx-chat[data-pos="right"]{right:14px;}
  .dx-chat[data-pos="left"]{left:14px;}
  .dx-chat-lead{grid-template-columns:1fr;}
}
