*{box-sizing:border-box;margin:0;padding:0}:root{--nequi-pink:#ff2d87;--nequi-purple:#da00ff;--nequi-text:#1a1a1a;--nequi-text-muted:#6b6b73;--nequi-bg-assistant:#f3f3f4;--nequi-bg-page:#f6f1ff;--nequi-online:#23c05b;--nequi-border:#e5e5ea;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html,body{width:100%;min-height:100%;font-family:var(--font-body);color:var(--nequi-text);background:var(--nequi-bg-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}.chat-widget{z-index:1000;background:#fff;border-radius:20px;flex-direction:column;width:380px;max-width:calc(100vw - 32px);height:600px;max-height:calc(100vh - 48px);display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 18px 48px #22003c2e}.chat-header{color:#fff;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.chat-header-brand{align-items:center;gap:10px;display:flex}.chat-header-logo{letter-spacing:.5px;background:#ffffff2e;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;display:inline-flex}.chat-header-title{letter-spacing:.2px;font-size:15px;font-weight:600}.chat-header-status{background:var(--nequi-online);color:#fff;letter-spacing:.4px;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.chat-header-status-dot{background:#fff;border-radius:50%;width:6px;height:6px;display:inline-block}.message-list{background:#fff;flex-direction:column;flex:auto;gap:10px;padding:16px;display:flex;overflow-y:auto}.message-row{justify-content:flex-start;display:flex}.message-row-user{justify-content:flex-end}.message-bubble{word-wrap:break-word;border-radius:16px;flex-direction:column;gap:6px;max-width:75%;padding:10px 14px;font-size:14px;line-height:1.35;display:flex;box-shadow:0 1px 2px #0000000a}.message-bubble-user{background:var(--nequi-pink);color:#fff;border-bottom-right-radius:4px}.message-bubble-assistant{background:var(--nequi-bg-assistant);color:var(--nequi-text);border-bottom-left-radius:4px}.message-text{white-space:pre-wrap}.message-timestamp{color:inherit;opacity:.7;align-self:flex-end;font-size:10px}.message-bubble-assistant .message-timestamp{color:var(--nequi-text-muted);opacity:1}.extracto-link{background:var(--nequi-pink);border-radius:999px;align-self:flex-start;padding:6px 12px;font-size:12px;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-block;color:#fff!important}.extracto-link:hover{transform:translateY(-1px);box-shadow:0 4px 10px #ff2d874d}.typing-indicator{align-items:center;padding:12px 14px;flex-direction:row!important;gap:4px!important}.typing-dot{background:var(--nequi-text-muted);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite typingPulse}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}@keyframes typingPulse{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.chat-widget-footer{border-top:1px solid var(--nequi-border);background:#fff;align-items:flex-end;gap:8px;padding:10px 12px;display:flex}.audio-recorder{border:1px solid var(--nequi-border);width:40px;height:40px;color:var(--nequi-text);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex;position:relative}.audio-recorder:hover:not(:disabled){background:var(--nequi-bg-assistant)}.audio-recorder:disabled{opacity:.5;cursor:not-allowed}.audio-recorder-active{color:#e01a44;background:#ffe5ec;border-color:#f5b5c2}.audio-recorder-dot{background:#e01a44;border-radius:50%;width:8px;height:8px;animation:1s ease-in-out infinite recordingPulse;position:absolute;top:6px;right:6px}@keyframes recordingPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.message-input{background:var(--nequi-bg-assistant);border-radius:20px;flex:auto;align-items:flex-end;gap:8px;padding:6px 8px 6px 14px;display:flex}.message-input-textarea{resize:none;font-family:var(--font-body);min-height:22px;max-height:120px;color:var(--nequi-text);background:0 0;border:none;outline:none;flex:auto;padding:6px 0;font-size:14px;line-height:1.35}.message-input-textarea::placeholder{color:var(--nequi-text-muted)}.message-input-send{background:var(--nequi-pink);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .15s,box-shadow .15s;display:inline-flex}.message-input-send:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 14px #ff2d8759}.message-input-send:disabled{cursor:not-allowed;background:#d6d6dc}@media (width<=480px){.chat-widget{border-radius:0;width:100vw;max-width:none;height:100vh;max-height:none;inset:0}}
