/* Personalizaciones sobre daisyUI */

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-thumb { background: var(--fallback-bc, oklch(var(--bc)/.2)); border-radius: 4px; }

/* Punto de color para los tipos de trace */
.dotdot { display: inline-block; width: 10px; height: 10px; border-radius: 9999px; flex: none; }
.dotdot.nlu  { background: #a371f7; }
.dotdot.guard{ background: #d29922; }
.dotdot.trans{ background: #58a6ff; }
.dotdot.acc  { background: #3fb950; }
.dotdot.auto { background: #8b949e; }
.dotdot.estado{ background: #7c5cff; }
.dotdot.final { background: #f85149; }

/* Mensajes del bot con aparición suave */
.chat-bubble { transition: opacity .2s ease; }
