/* Minimal animations placeholder */
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
.a-fade-in{animation:fadeIn .6s ease both}
