
/* Toque dinámico: feedback táctil al pulsar + scroll suave + sin flash gris en móvil */
*{ -webkit-tap-highlight-color: transparent; }
html{ scroll-behavior: smooth; }
button:active, .btn:active, .nav-item:active, .tab-btn:active, .shortcut:active{ transform: scale(0.96); }
