/* chatbot.css — Dr. Reyes v18.3.0 — Paleta Médica Integrada 2026 */.chatbot-trigger{position:fixed;bottom:24px;right:24px;z-index:9998;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#1a2e4d,#2a4a7f);color:#fff;border:none;cursor:pointer;box-shadow:0 6px 20px rgba(26,46,77,0.4);display:flex;align-items:center;justify-content:center;transition:transform 0.2s ease,box-shadow 0.2s ease}.chatbot-trigger svg{width:28px;height:28px}.chatbot-trigger:hover{transform:scale(1.08);box-shadow:0 8px 28px rgba(26,46,77,0.5)}.chatbot-trigger__badge{position:absolute;top:-2px;right:-2px;width:20px;height:20px;border-radius:50%;background:#c9a84c;border:2px solid #fff;animation:chatbot-pulse 2s infinite}@keyframes chatbot-pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:0.7}}.chatbot{position:fixed;bottom:100px;right:24px;z-index:9999;width:380px;max-width:calc(100vw - 32px);max-height:520px;border-radius:16px;background:#fff;box-shadow:0 12px 48px rgba(0,0,0,0.18);display:flex;flex-direction:column;overflow:hidden;transform:translateY(20px) scale(0.95);opacity:0;visibility:hidden;transition:transform 0.3s ease,opacity 0.3s ease,visibility 0.3s ease}.chatbot.is-open{transform:translateY(0) scale(1);opacity:1;visibility:visible}.chatbot__header{background:linear-gradient(135deg,#1a2e4d,#2a4a7f);color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.chatbot__title{font-family:'Outfit',sans-serif;font-size:15px;font-weight:600;margin:0;display:flex;align-items:center;gap:8px}.chatbot__title-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;flex-shrink:0}.chatbot__close{background:none;border:none;color:rgba(255,255,255,0.7);cursor:pointer;padding:4px;line-height:1;font-size:20px;transition:color 0.2s}.chatbot__close:hover{color:#fff}.chatbot__body{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}.chatbot__msg{max-width:85%;padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.5;animation:chatbot-fade-in 0.3s ease}.chatbot__msg--bot{background:#f0f4f8;color:#1a2e4d;align-self:flex-start;border-bottom-left-radius:4px}.chatbot__msg--user{background:#1a2e4d;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}@keyframes chatbot-fade-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chatbot__typing{display:flex;gap:4px;padding:12px 16px;background:#f0f4f8;border-radius:16px;border-bottom-left-radius:4px;align-self:flex-start;animation:chatbot-fade-in 0.2s ease}.chatbot__typing-dot{width:8px;height:8px;border-radius:50%;background:#94a3b8;animation:chatbot-typing 1.4s infinite ease-in-out}.chatbot__typing-dot:nth-child(2){animation-delay:0.2s}.chatbot__typing-dot:nth-child(3){animation-delay:0.4s}@keyframes chatbot-typing{0%,80%,100%{transform:scale(0.6);opacity:0.4}40%{transform:scale(1);opacity:1}}.chatbot__options{padding:12px 16px 16px;display:flex;flex-direction:column;gap:8px;flex-shrink:0;border-top:1px solid #e2e8f0;background:#fff}.chatbot__option{background:#fff;border:1.5px solid #cbd5e1;border-radius:12px;padding:10px 16px;font-size:14px;color:#1a2e4d;cursor:pointer;text-align:left;transition:all 0.2s ease;font-family:'Outfit',sans-serif}.chatbot__option:hover{border-color:#1a2e4d;background:#f0f4f8;transform:translateX(2px)}.chatbot__option:focus-visible{outline:2px solid #c9a84c;outline-offset:2px}.chatbot__result{background:linear-gradient(135deg,#f8f9ff,#f0f4f8);border:1px solid #c9a84c;border-radius:12px;padding:16px;margin:4px 0;animation:chatbot-fade-in 0.4s ease}.chatbot__result-title{font-weight:600;color:#1a2e4d;margin-bottom:6px;font-size:13px;text-transform:uppercase;letter-spacing:0.04em}.chatbot__result-score{font-size:24px;font-weight:700;color:#1a2e4d;margin:8px 0;line-height:1.2}.chatbot__result-text{font-size:13px;color:#374151;line-height:1.55;margin-bottom:4px}.chatbot__result-cta{display:inline-block;margin-top:14px;padding:10px 20px;background:linear-gradient(135deg,#1a2e4d,#2a4a7f);color:#fff;border-radius:8px;text-decoration:none;font-size:14px;font-weight:600;font-family:'Outfit',sans-serif;transition:opacity 0.2s;width:100%;text-align:center;box-sizing:border-box}.chatbot__result-cta:hover{opacity:0.9}.chatbot__restart{display:block;width:100%;margin-top:8px;padding:8px;background:none;border:none;color:#64748b;font-size:12px;font-family:'Outfit',sans-serif;cursor:pointer;text-align:center;transition:color 0.2s}.chatbot__restart:hover{color:#1a2e4d;text-decoration:underline}.chatbot__action{display:flex;flex-direction:column;gap:8px}.chatbot__action-text{font-size:13px;color:#374151;line-height:1.5;margin-bottom:4px}.chatbot__action-btn{display:block;padding:11px 16px;border-radius:10px;font-size:14px;font-weight:600;font-family:'Outfit',sans-serif;text-decoration:none;text-align:center;transition:opacity 0.2s,transform 0.15s;cursor:pointer;border:none}.chatbot__action-btn:hover{opacity:0.9;transform:translateY(-1px)}.chatbot__action-btn--primary{background:linear-gradient(135deg,#1a2e4d,#2a4a7f);color:#fff}.chatbot__action-btn--wa{background:#25d366;color:#fff}@media (max-width:680px){.chatbot-trigger{bottom:20px;right:16px}.chatbot{bottom:96px;right:8px}}@media (max-width:480px){.chatbot{bottom:0;right:0;width:100%;max-width:100%;max-height:85vh;border-radius:20px 20px 0 0}.chatbot-trigger{bottom:20px;right:16px}}.chatbot-trigger.is-hidden{opacity:0;pointer-events:none;transform:scale(0.8)}