.fr-chatbot{position:fixed;z-index:var(--fr-z,999999);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--fr-text,#111);box-sizing:border-box}
.fr-chatbot *,.fr-chatbot *::before,.fr-chatbot *::after{box-sizing:border-box}
.fr-chatbot.bottom-right{right:24px;bottom:24px}.fr-chatbot.bottom-left{left:24px;bottom:24px}.fr-chatbot.top-right{right:24px;top:24px}.fr-chatbot.top-left{left:24px;top:24px}
.fr-chatbot-launcher{width:66px;height:66px;border:0;border-radius:var(--fr-launcher-radius,20px);background:var(--fr-primary,#111);box-shadow:0 16px 40px rgba(0,0,0,.20);cursor:pointer;padding:12px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease;touch-action:manipulation}
.fr-chatbot-launcher:hover{transform:translateY(-2px);box-shadow:0 22px 54px rgba(0,0,0,.28)}
.fr-chatbot-launcher img{width:100%;height:100%;object-fit:contain;display:block}
.fr-chatbot-panel{width:min(var(--fr-width,370px),calc(100vw - 28px));height:min(590px,calc(100vh - 28px));height:min(590px,calc(100dvh - 28px));background:var(--fr-secondary,#fff);border:1px solid rgba(0,0,0,.08);border-radius:var(--fr-radius,24px);overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.20);backdrop-filter:blur(8px);display:flex;flex-direction:column}.fr-chatbot-panel[hidden]{display:none!important}
.fr-chatbot-header{background:var(--fr-primary,#111);color:#fff;padding:15px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex:0 0 auto}.fr-chatbot-brand{display:flex;align-items:center;gap:12px;min-width:0}.fr-chatbot-brand img{width:44px;height:44px;object-fit:contain;background:#fff;border-radius:15px;padding:6px;flex:0 0 auto}.fr-chatbot-brand div{min-width:0}.fr-chatbot-brand strong{display:block;font-size:15px;line-height:1.15;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fr-chatbot-brand small{display:block;font-size:12px;opacity:.75;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fr-chatbot-close{width:36px;height:36px;border:0;border-radius:14px;background:rgba(255,255,255,.13);color:#fff;font-size:24px;line-height:1;cursor:pointer;flex:0 0 auto;touch-action:manipulation}
.fr-chatbot-messages{flex:1;overflow:auto;-webkit-overflow-scrolling:touch;padding:16px;background:linear-gradient(180deg,#fafafa,#fff);min-height:0}.fr-msg{display:flex;margin:0 0 10px}.fr-msg.user{justify-content:flex-end}.fr-bubble{max-width:86%;padding:11px 13px;border-radius:17px;font-size:14px;line-height:1.45;background:var(--fr-bubble,#f5f5f5);color:var(--fr-text,#111);word-break:break-word;overflow-wrap:anywhere}.fr-msg.user .fr-bubble{background:var(--fr-primary,#111);color:#fff}.fr-msg.fr-welcome .fr-bubble{width:100%;max-width:100%;min-height:46px;display:flex;align-items:center}.fr-bubble p{margin:0 0 8px}.fr-bubble p:last-child{margin-bottom:0}.fr-link-button{display:inline-flex;align-items:center;justify-content:center;background:var(--fr-primary,#111);color:#fff!important;text-decoration:none;border-radius:999px;padding:9px 13px;font-size:13px;font-weight:700;box-shadow:0 8px 20px rgba(0,0,0,.12)}
.fr-chatbot-options{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:11px 13px;background:#fff;border-top:1px solid rgba(0,0,0,.06);flex:0 0 auto}.fr-chatbot-options button{white-space:nowrap;border:1px solid rgba(0,0,0,.1);background:#fff;color:var(--fr-text,#111);border-radius:999px;padding:8px 12px;font-size:13px;cursor:pointer;transition:border-color .2s ease,background .2s ease;touch-action:manipulation}.fr-chatbot-options button:hover{border-color:var(--fr-primary,#111);background:#fafafa}
.fr-chatbot-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;padding:13px;background:#fff;border-top:1px solid rgba(0,0,0,.08);flex:0 0 auto}.fr-chatbot-form textarea{resize:none;min-height:44px;max-height:110px;border:1px solid rgba(0,0,0,.12);border-radius:16px;padding:12px;outline:none;font:inherit;font-size:14px;width:100%;min-width:0}.fr-chatbot-form textarea:focus{border-color:var(--fr-primary,#111);box-shadow:0 0 0 3px rgba(0,0,0,.04)}.fr-chatbot-form button{border:0;border-radius:16px;background:var(--fr-primary,#111);color:#fff;padding:0 17px;font-weight:800;cursor:pointer;min-height:44px;touch-action:manipulation}
@media(max-width:640px){
  .fr-chatbot{max-width:none!important}
  .fr-chatbot:not(.is-open){right:16px!important;bottom:16px!important;left:auto!important;top:auto!important}
  .fr-chatbot.is-open{left:8px!important;right:8px!important;bottom:8px!important;top:auto!important;width:auto!important;max-width:none!important}
  .fr-chatbot-panel{width:100%!important;height:calc(100vh - 16px)!important;height:calc(100dvh - 16px)!important;max-height:none!important;border-radius:min(var(--fr-radius,24px),22px)!important}
  .fr-chatbot-launcher{width:62px;height:62px;border-radius:var(--fr-launcher-radius,20px)}
  .fr-chatbot-header{padding:12px;gap:10px}.fr-chatbot-brand{gap:10px}.fr-chatbot-brand img{width:40px;height:40px;border-radius:13px;padding:5px}.fr-chatbot-brand strong{font-size:14px}.fr-chatbot-brand small{font-size:11px}.fr-chatbot-close{width:34px;height:34px;border-radius:13px}
  .fr-chatbot-messages{padding:12px}.fr-bubble{max-width:90%;font-size:14px;padding:10px 12px;border-radius:16px}.fr-msg.fr-welcome .fr-bubble{max-width:100%;width:100%}
  .fr-chatbot-options{padding:10px 12px}.fr-chatbot-options button{font-size:12.5px;padding:8px 11px}
  .fr-chatbot-form{grid-template-columns:1fr;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom))}.fr-chatbot-form textarea{min-height:46px}.fr-chatbot-form button{width:100%;height:44px;padding:0 14px}
}
@media(max-width:380px){.fr-chatbot.is-open{left:6px!important;right:6px!important;bottom:6px!important}.fr-chatbot-panel{height:calc(100dvh - 12px)!important}.fr-chatbot-messages{padding:10px}.fr-bubble{max-width:92%}}
/* 🔥 FIX mensaje de bienvenida */
.fr-msg.fr-welcome .fr-bubble {
  font-size: 15.5px;
  line-height: 1.5;
  font-weight: 500;
}

/* SOLO MOBILE */
@media (max-width:640px){
  .fr-msg.fr-welcome .fr-bubble {
    font-size: 16px;
    line-height: 1.55;
    font-weight: 600;
  }
}