@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.fade-in{animation:fadeIn .7s ease-in-out}.slide-down{animation:slideDown .7s ease-out}.category-card,.post-card{animation:slideUp .6s ease-out forwards;opacity:0}.category-section{animation:fadeIn .8s ease-out forwards;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes revealText{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes arrowBounce{0%,to{transform:translateX(0)}50%{transform:translateX(-3px)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes avatarPop{0%{transform:scale(.8);opacity:0}70%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes imageReveal{0%{clip-path:inset(0 0 100% 0)}to{clip-path:inset(0)}}.fade-in-up{animation:fadeInUp .8s ease-out forwards}.fade-in-delay{opacity:0;animation:fadeIn .8s ease-out forwards;animation-delay:.3s}.slide-up-fade{opacity:0;animation:slideUp .7s ease-out forwards;animation-delay:.5s}.scale-in{opacity:0;animation:scaleIn 1s ease-out forwards;animation-delay:.2s}.content-appear>*{opacity:0;animation:fadeInUp .6s ease-out forwards}.content-appear>:first-child{animation-delay:.3s}.content-appear>:nth-child(2){animation-delay:.4s}.content-appear>:nth-child(3){animation-delay:.5s}.content-appear>:nth-child(4){animation-delay:.6s}.content-appear>:nth-child(5){animation-delay:.7s}.content-appear>:nth-child(n+6){animation-delay:.8s}.hover-lift{transition:transform .3s ease}.hover-lift:hover{transform:translateY(-2px)}.hover-pulse:hover{animation:pulse 1s ease infinite}.arrow-left{animation:arrowBounce 1.5s ease-in-out infinite}.reveal-text{animation:revealText 1s cubic-bezier(.77,0,.175,1) forwards}.stagger-fade{opacity:1}.stagger-item{opacity:0;animation:fadeIn .8s ease-out forwards}.stagger-fade .stagger-item:first-child{animation-delay:.1s}.stagger-fade .stagger-item:nth-child(2){animation-delay:.3s}.stagger-fade .stagger-item:nth-child(3){animation-delay:.5s}.delay-0{animation-delay:.05s}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.15s}.delay-3{animation-delay:.2s}.delay-4{animation-delay:.25s}.avatar-pop{opacity:0;animation:avatarPop .6s ease-out forwards;animation-delay:.7s}.author-details-reveal{opacity:0;transform:translateX(10px);animation:fadeInUp .6s ease-out forwards;animation-delay:.8s}.image-reveal{overflow:hidden}.image-reveal img{animation:imageReveal 1.2s cubic-bezier(.77,0,.175,1) forwards}