@keyframes reveal-in{0%{opacity:0;transform:translateY(var(--reveal-y,24px))}to{opacity:1;transform:none}}@supports (animation-timeline:view()){.reveal{animation:linear both reveal-in;animation-timeline:view();animation-range:entry calc(0% + var(--reveal-stagger,0%))entry calc(32% + var(--reveal-stagger,0%))}}@media (prefers-reduced-motion:reduce){.reveal{animation:none}}
