/* Agente — conversaciones + sugerencias */
.ag-tabs { display: flex; gap: 6px; margin-bottom: 18px; }
.ag-tab { padding: 8px 16px; border: 1px solid var(--border); background: var(--surface); color: var(--ink-2); border-radius: 8px; cursor: pointer; font-family: var(--font-display); font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.ag-tab.is-active { background: var(--bg-1); color: var(--ink-0); border-color: var(--accent, #1ab3c6); }
.ag-msg { max-width: 340px; font-size: 12.5px; line-height: 1.45; }
.ag-resp { color: var(--ink-1, var(--ink-0)); opacity: 0.85; }
.ag-faq { display: flex; justify-content: space-between; gap: 14px; padding: 14px 16px; border-top: 1px solid var(--border); }
.ag-faq:first-of-type { border-top: none; }
.ag-faq-txt { flex: 1; min-width: 0; }
.ag-faq-p { font-weight: 700; font-size: 13px; margin-bottom: 6px; }
.ag-faq-r { font-size: 12.5px; line-height: 1.5; color: var(--ink-1, var(--ink-0)); opacity: 0.9; margin-bottom: 6px; white-space: pre-wrap; }
.ag-faq-acts { display: flex; flex-direction: column; gap: 6px; flex-shrink: 0; }
