@keyframes masonryFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes masonryStagger{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes gridTransition{0%{opacity:0}to{opacity:1}}.masonry-item{animation:.6s cubic-bezier(.4,0,.2,1) forwards masonryFadeIn}.masonry-item:first-child{animation-delay:50ms}.masonry-item:nth-child(2){animation-delay:.1s}.masonry-item:nth-child(3){animation-delay:.15s}.masonry-item:nth-child(4){animation-delay:.2s}.masonry-item:nth-child(5){animation-delay:.25s}.masonry-item:nth-child(6){animation-delay:.3s}.masonry-item:nth-child(7){animation-delay:.35s}.masonry-item:nth-child(8){animation-delay:.4s}.masonry-item:nth-child(n+9){animation-delay:.45s}.masonry-grid{animation:.3s ease-out gridTransition}.masonry-item-hover{transition:all .3s cubic-bezier(.4,0,.2,1)}.masonry-item-hover:hover{transform:translateY(-4px);box-shadow:0 20px 40px #8451e133}.masonry-skeleton{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@media (max-width:768px){.masonry-item{animation-duration:.4s}.masonry-item:nth-child(n){animation-delay:50ms}.masonry-item:nth-child(2n){animation-delay:.1s}.masonry-item:nth-child(3n){animation-delay:.15s}}@media (prefers-reduced-motion:reduce){.masonry-item,.masonry-item-hover,.masonry-grid{transition:none;animation:none}}.masonry-loading{opacity:.7;pointer-events:none}.masonry-empty{animation:.5s ease-out gridTransition}.masonry-placeholder{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a 50%,#1a1a1a 75%) 0 0/200% 100%;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes insertItem{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.masonry-insert{animation:.4s cubic-bezier(.4,0,.2,1) insertItem}@keyframes removeItem{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.masonry-remove{animation:.3s cubic-bezier(.4,0,.2,1) removeItem}
