/* Tweaks que no resuelve Tailwind por defecto */

/* Mejor scroll en móvil con safe-area */
html, body { overscroll-behavior-y: contain; }

/* Anti-zoom en inputs iOS (mantener tamaño >= 16px en font) */
input, select, textarea { font-size: 16px; }

/* Tap highlight discreto */
* { -webkit-tap-highlight-color: transparent; }
