@keyframes chatbot-pop{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}@keyframes chatbot-status-dot{0%,80%,to{transform:translateY(0);opacity:.35}40%{transform:translateY(-3px);opacity:1}}#chatbot-widget{position:fixed;bottom:1.6rem;right:1.6rem;width:360px;max-width:calc(100vw - 2rem);z-index:9999;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}#chatbot-toggle{position:relative;width:60px;height:60px;border-radius:50%;border:1px solid color-mix(in srgb,var(--accent, #334155) 76%,black);background:var(--accent, #334155);color:#fff;box-shadow:0 10px 25px -3px #0f172a59,0 4px 6px -4px #0f172a33;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease,background-color .2s ease,border-color .2s ease;margin-left:auto;outline:none}#chatbot-toggle:hover{background:var(--accent-strong, #1e293b);border-color:color-mix(in srgb,var(--accent, #334155) 60%,black);transform:scale(1.06) translateY(-2px);box-shadow:0 16px 32px -4px #0f172a6b,0 6px 10px -4px #0f172a40}#chatbot-toggle:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--accent, #334155) 35%,white),0 10px 25px -3px #0f172a59}#chatbot-toggle i,#chatbot-toggle svg{width:28px;height:28px;font-size:1.6rem;line-height:1;display:flex;align-items:center;justify-content:center;color:#fff}#chatbot-panel{position:absolute;bottom:72px;right:0;width:360px;max-width:calc(100vw - 2rem);background:linear-gradient(180deg,#fff,#f8fafc);border-radius:18px;border:1px solid #e4e7ec;box-shadow:0 20px 44px #0f172a3d;overflow:hidden;transform:translateY(14px) scale(.97);opacity:0;visibility:hidden;pointer-events:none;transition:transform .25s ease,opacity .25s ease,visibility 0s linear .25s}#chatbot-panel.is-open{transform:translateY(0) scale(1);opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s;animation:chatbot-pop .2s ease}#chat-log{height:380px;overflow-y:auto;padding:18px 14px 12px;font-size:.9rem;background:radial-gradient(110% 60% at 30% 10%,rgba(37,99,235,.08),transparent 40%),radial-gradient(90% 50% at 80% 0%,rgba(99,102,241,.06),transparent 35%),#fff}#chatbot-input-area{border-top:1px solid #e5e7eb;padding:10px 12px;background:#f1f5f9}#chatbot-form{display:flex;align-items:center;gap:8px}#chatbot-input{flex:1;border-radius:12px;border:1px solid #d1d5db;padding:10px 12px;font-size:.9rem;outline:none;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}#chatbot-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}#chatbot-input:disabled{background:#f8fafc;color:#64748b;cursor:not-allowed}#chatbot-send-btn{width:44px;height:44px;border-radius:12px;border:1px solid color-mix(in srgb,var(--accent, #334155) 76%,black);background:var(--accent, #334155);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0f172a2e;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease,background-color .2s ease;font-size:1.05rem}#chatbot-send-btn:hover{background:var(--accent-strong, #1e293b);border-color:color-mix(in srgb,var(--accent, #334155) 60%,black);transform:translateY(-1px);box-shadow:0 6px 16px #0f172a40}#chatbot-send-btn:active{transform:translateY(0);box-shadow:0 2px 8px #0f172a38;opacity:.95}#chatbot-send-btn:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.chat-message{margin-bottom:10px}.chat-bubble{max-width:90%;padding:8px 10px;border-radius:12px;white-space:pre-wrap}.chat-bubble--bot{background:#f3f4f6;color:#111827;border-top-left-radius:2px}.chat-bubble--user{margin-left:auto;background:#1d4ed8;color:#fff;border-top-right-radius:2px}.chat-bubble--status{display:flex;flex-direction:column;gap:8px}.chat-status-copy{line-height:1.45}.chat-status-indicator{display:inline-flex;align-items:center;gap:4px;min-height:12px}.chat-status-dot{width:6px;height:6px;border-radius:999px;background:#111827b3;animation:chatbot-status-dot 1s infinite ease-in-out}.chat-status-dot:nth-child(2){animation-delay:.15s}.chat-status-dot:nth-child(3){animation-delay:.3s}.chat-verificacion-text{font-size:.82rem;color:#111827;margin-bottom:8px}.chat-verificacion-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.chat-verificacion-item{position:relative;border:1px solid #e5e7eb;border-radius:14px;background:#fff;padding:0;overflow:hidden;display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;width:100%;min-height:104px;cursor:pointer}.chat-verificacion-item img{width:100%;height:100%;object-fit:cover;display:block}.chat-verificacion-numero{position:absolute;top:6px;left:6px;background:#111827d9;color:#fff;font-size:.7rem;line-height:1;padding:3px 6px;border-radius:999px;z-index:1}.chat-verificacion-item:disabled{cursor:wait;opacity:.85}.chat-options{margin:6px 0 10px;display:flex;flex-wrap:wrap;gap:6px}.chat-option-btn{border-radius:999px;padding:6px 10px;font-size:.8rem;border:1px solid #d1d5db;background:#fff;cursor:pointer}@media (max-width: 640px){#chatbot-widget{bottom:1.2rem;right:1.2rem;max-width:calc(100vw - 2.4rem)}#chatbot-toggle{width:54px;height:54px}#chatbot-toggle i,#chatbot-toggle svg{width:24px;height:24px;font-size:1.4rem}#chatbot-panel{bottom:66px;width:calc(100vw - 2.4rem)}}
