/* Centro de Mensajes WhatsApp — estilos puntuales fuera de Tailwind CDN */

* { font-variant-numeric: tabular-nums; }

::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 9999px; }
::-webkit-scrollbar-track { background: transparent; }

textarea#composer-input { field-sizing: content; }
