*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:#f8fafc}.demo-page{min-height:100vh;display:grid;place-items:center;padding:32px;color:#111827}.demo-card{max-width:720px;background:#fff;border-radius:24px;padding:32px;box-shadow:0 20px 50px rgba(15,23,42,.12)}.demo-card h1{margin:0 0 8px}.demo-card code{background:#eef2ff;color:#3730a3;padding:2px 6px;border-radius:6px}.agent-chat-launcher{position:fixed;bottom:var(--agent-chat-bottom,20px);width:var(--agent-chat-launcher-size,60px);height:var(--agent-chat-launcher-size,60px);border:none;border-radius:999px;background:var(--agent-chat-launcher-color,#4F46E5);display:flex;align-items:center;justify-content:center;box-shadow:0 12px 28px rgba(0,0,0,.25);cursor:pointer;z-index:9998;transition:transform .25s ease,opacity .25s ease,box-shadow .25s ease}.agent-chat-position-bottom-right{right:var(--agent-chat-side-offset,20px)}.agent-chat-position-bottom-left{left:var(--agent-chat-side-offset,20px)}.agent-chat-launcher:hover{transform:scale(1.08);box-shadow:0 16px 32px rgba(0,0,0,.3)}.agent-chat-launcher img,.agent-chat-launcher svg{width:32px;height:32px;display:block}.agent-chat-launcher-hidden{opacity:0;transform:scale(0);pointer-events:none}.agent-chat-widget{position:fixed;bottom:var(--agent-chat-bottom,20px);width:var(--agent-chat-width,420px);height:var(--agent-chat-height,680px);max-height:var(--agent-chat-max-height,80vh);border-radius:18px;background:#fff;display:flex;flex-direction:column;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;box-shadow:0 20px 50px rgba(0,0,0,.25);z-index:9999;opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--agent-chat-animation-duration,280ms) ease,transform var(--agent-chat-animation-duration,280ms) ease,visibility var(--agent-chat-animation-duration,280ms) ease}.agent-chat-widget.agent-chat-position-bottom-right{right:var(--agent-chat-side-offset,20px)}.agent-chat-widget.agent-chat-position-bottom-left{left:var(--agent-chat-side-offset,20px)}.agent-chat-widget-open{opacity:1;visibility:visible;pointer-events:auto}.agent-chat-animation-slide-up{transform:translateY(24px)}.agent-chat-animation-slide-up.agent-chat-widget-open{transform:translateY(0)}.agent-chat-animation-scale{transform:scale(.92)}.agent-chat-animation-scale.agent-chat-widget-open{transform:scale(1)}.agent-chat-animation-fade,.agent-chat-animation-none,.agent-chat-animation-none.agent-chat-widget-open{transform:none}.agent-chat-animation-none{transition:none}.agent-chat-widget-fullscreen{inset:0;width:100%;height:100%;max-height:none;border-radius:0;opacity:1;visibility:visible;pointer-events:auto;transform:none}.agent-chat-header{padding:15px 16px;background:var(--agent-chat-header-color,#111827);color:var(--agent-chat-header-text-color,#fff);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.agent-chat-title{font-size:16px;font-weight:700}.agent-chat-status{margin-top:4px;font-size:11px;opacity:.75;display:flex;align-items:center;gap:6px}.agent-chat-status span:first-child{width:7px;height:7px;border-radius:999px;background:#ef4444;display:inline-block}.agent-chat-online .agent-chat-status span:first-child{background:#22c55e}.agent-chat-close-btn{width:32px;height:32px;border:none;border-radius:999px;background:rgba(255,255,255,.12);color:inherit;font-size:24px;line-height:1;cursor:pointer}.agent-chat-messages{flex:1;padding:16px;overflow-y:auto;background:#F3F4F6;display:flex;flex-direction:column;gap:12px}.agent-chat-bubble{max-width:82%;padding:11px 14px;border-radius:18px;font-size:14px;line-height:1.45;word-break:break-word;animation:agentChatMessageIn .2s ease both}@keyframes agentChatMessageIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.agent-chat-user-message{align-self:flex-end;background:var(--agent-chat-user-color,#4F46E5);color:var(--agent-chat-user-text-color,#fff);border-bottom-right-radius:5px}.agent-chat-bot-message{align-self:flex-start;background:var(--agent-chat-bot-color,#E5E7EB);color:var(--agent-chat-bot-text-color,#111827);border-bottom-left-radius:5px}.agent-chat-waiting-message{display:inline-flex;align-items:center;gap:8px;width:fit-content}.agent-chat-waiting-dots{display:inline-flex;gap:4px}.agent-chat-waiting-dots span{width:6px;height:6px;border-radius:999px;background:currentColor;opacity:.45;animation:agentChatWaitingDot 1.2s infinite ease-in-out both}.agent-chat-waiting-dots span:nth-child(1){animation-delay:-.24s}.agent-chat-waiting-dots span:nth-child(2){animation-delay:-.12s}@keyframes agentChatWaitingDot{0%,80%,100%{transform:scale(.55);opacity:.35}40%{transform:scale(1);opacity:1}}.agent-chat-input-area{display:flex;align-items:center;gap:10px;padding:12px;border-top:1px solid #E5E7EB;background:#fff;flex-shrink:0}.agent-chat-input-area input{flex:1;min-width:0;padding:11px 14px;border:1px solid #D1D5DB;border-radius:999px;outline:none;font-size:14px}.agent-chat-input-area input:focus{border-color:var(--agent-chat-send-color,#10B981);box-shadow:0 0 0 3px rgba(16,185,129,.18)}.agent-chat-input-area button{width:42px;height:42px;border:none;border-radius:999px;background:var(--agent-chat-send-color,#10B981);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:transform .18s ease,filter .18s ease,opacity .18s ease}.agent-chat-input-area button:hover{transform:scale(1.05);filter:brightness(1.05)}.agent-chat-input-area button:disabled{cursor:not-allowed;opacity:.6;transform:none}.agent-chat-input-area button svg{width:20px;height:20px}.agent-chat-toast-container{position:absolute;left:12px;right:12px;bottom:76px;display:flex;flex-direction:column;gap:8px;pointer-events:none}.agent-chat-toast{padding:10px 12px;border-radius:12px;font-size:13px;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease;box-shadow:0 8px 18px rgba(0,0,0,.18)}.agent-chat-toast-visible{opacity:1;transform:translateY(0)}.agent-chat-toast-error{background:#FEE2E2;color:#991B1B;border:1px solid #FCA5A5}@media(max-width:520px){.agent-chat-widget{width:calc(100vw - 24px);height:calc(100vh - 96px);right:12px!important;left:12px!important;bottom:12px}.agent-chat-launcher{right:16px;bottom:16px}}
.agent-chat-bubble{
  max-width:82%;
  padding:11px 14px;
  border-radius:18px;
  font-size:14px;
  line-height:1.5;
  word-break:break-word;
  white-space: pre-wrap; /* ✅ importante */
  animation:agentChatMessageIn .2s ease both
}

/* ✅ estilos markdown */
.agent-chat-bubble pre {
  background: #111827;
  color: #e5e7eb;
  padding: 10px;
  border-radius: 8px;
  overflow-x: auto;
  font-size: 13px;
}

.agent-chat-bubble code {
  background: #e5e7eb;
  padding: 2px 5px;
  border-radius: 6px;
  font-family: monospace;
}

.agent-chat-bubble a {
  color: #2563eb;
  text-decoration: underline;
}

.agent-chat-bubble ul,
.agent-chat-bubble ol {
  padding-left: 18px;
  margin: 6px 0;
}