*{box-sizing:border-box}:root{--brand:#4a90e2;--brand-600:#3b7dca;--bg:#f0f2f5;--panel:#fff;--muted:#eef2f5;--border:#e3e7ee;--text:#222;--text-muted:#6b7280;--user:#daf1ff;--bot:#f6f7f9;--danger:#e14b4b}#root,body,html{height:100%}body{background:#f0f2f5;background:var(--bg);color:#222;color:var(--text);font-family:Inter,system-ui,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0}.chat-header{background:#fff;background:var(--panel);border-bottom:1px solid #e3e7ee;border-bottom:1px solid var(--border);justify-content:space-between;padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:5}.chat-header,.chat-header-left{align-items:center;display:flex}.chat-header-left{gap:12px}.logo{font-size:22px}.title{font-size:16px;font-weight:700;letter-spacing:.3px}.subtitle{color:#6b7280;color:var(--text-muted);font-size:12px;margin-top:2px}.header-actions .ghost{background:#0000;border:1px solid #e3e7ee;border:1px solid var(--border);border-radius:10px;cursor:pointer;padding:8px 10px}.header-actions .ghost:disabled{cursor:not-allowed;opacity:.6}.chat-container{display:flex;flex-direction:column;height:100vh}.debug-container{background:#eef2f5;background:var(--muted);border-bottom:1px solid #e3e7ee;border-bottom:1px solid var(--border);display:flex;gap:10px;padding:10px 16px}.debug-box{background:#fff;background:var(--panel);border:1px solid #e3e7ee;border:1px solid var(--border);border-radius:10px;flex:1 1;max-height:160px;overflow:auto;padding:8px}.debug-box h4{color:#555;font-size:12px;margin:0 0 6px}.debug-box pre{font-size:12px;line-height:1.25;margin:0}#chat{background:linear-gradient(180deg,#fff,#fbfcfe);display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-y:auto;padding:18px}.mensaje{word-wrap:break-word;animation:fadeIn .2s ease;border-radius:16px;box-shadow:0 1px 1px #00000008;font-size:.98em;line-height:1.45;max-width:min(80%,780px);overflow-wrap:anywhere;padding:10px 14px}.yo{align-self:flex-end;background:#daf1ff;background:var(--user);border:1px solid #cde8fb}.bot,.yo{color:#111}.bot{align-self:flex-start;background:#f6f7f9;background:var(--bot);border:1px solid #eceff3}.mensaje a{color:#0b61d8;text-decoration:none}.mensaje a:hover{text-decoration:underline}.bubble-image{border-radius:12px;display:block;max-width:min(60vw,480px)}.bubble-caption{color:#6b7280;color:var(--text-muted);font-size:12px;margin-top:6px}.bubble-audio{width:260px}.bubble-file{align-items:center;background:#fff;border:1px solid #e3e7ee;border:1px solid var(--border);border-radius:10px;display:inline-flex;gap:6px;padding:8px 10px}.attachments-preview{background:#eef2f5;background:var(--muted);border-bottom:1px solid #e3e7ee;border-bottom:1px solid var(--border);border-top:1px solid #e3e7ee;border-top:1px solid var(--border);display:flex;gap:12px;padding:10px 16px}.preview-card{background:#fff;background:var(--panel);border:1px solid #e3e7ee;border:1px solid var(--border);border-radius:12px;display:inline-flex;flex-direction:column;gap:8px;padding:10px}.preview-card img{border-radius:10px;max-height:140px;max-width:220px}.preview-card audio{width:220px}.preview-meta{align-items:center;display:flex;gap:10px;justify-content:space-between}.preview-meta span{color:#6b7280;color:var(--text-muted);font-size:12px}.ghost{background:#fff;border:1px solid #e3e7ee;border:1px solid var(--border);border-radius:10px;cursor:pointer;padding:6px 10px}.ghost.danger{background:#e14b4b;background:var(--danger);border-color:#e14b4b;border-color:var(--danger);color:#fff}.composer{background:#fff;background:var(--panel);border-top:1px solid #e3e7ee;border-top:1px solid var(--border);padding:12px 16px}.composer-inner{align-items:flex-end;background:#fff;border:1px solid #e3e7ee;border:1px solid var(--border);border-radius:16px;display:flex;gap:10px;padding:8px}.composer .input{border:none;flex:1 1;font:inherit;line-height:1.4;max-height:200px;outline:none;padding:8px 10px;resize:none}.toolbar{align-items:center;display:flex;gap:8px}.icon{background:#f7f8fa;border:1px solid #e3e7ee;border:1px solid var(--border);border-radius:10px;cursor:pointer;padding:8px 10px}.icon.recording{background:#ffeaea;border-color:#ff7a7a}.send{background:#4a90e2;background:var(--brand);border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:600;padding:10px 14px}.send:hover{background:#3b7dca;background:var(--brand-600)}button{font:inherit}button:disabled{cursor:not-allowed;opacity:.6}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=main.aa559244.css.map*/