/* Registro — cache-busted vía asset() */
body { font-family: 'Poppins', Helvetica, Arial, sans-serif; }
.modal-animate-in { animation: scaleIn 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
@keyframes scaleIn {
    from { opacity: 0; transform: scale(0.95) translateY(10px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}
