@keyframes noscargoFloatY { 0% { transform: translateY(0); } 50% { transform: translateY(-2px); } 100% { transform: translateY(0); } }
@keyframes noscargoSoftGlow { 0% { box-shadow: 0 0 0 0 rgba(52,199,89,.60);} 65% { box-shadow: 0 0 0 16px rgba(52,199,89,0);} 100% { box-shadow: 0 0 0 0 rgba(52,199,89,0);} }
.noscargo-mm-animate { animation: noscargoFloatY 2.0s ease-in-out infinite, noscargoSoftGlow 1.9s ease-out infinite; will-change: transform, box-shadow; border-radius: 999px; }
@media (prefers-reduced-motion: reduce) { .noscargo-mm-animate { animation: none !important; } }
