.blog-float-element{animation:20s ease-in-out infinite blogFloatSlow}.blog-float-element-delayed{animation:25s ease-in-out 2s infinite blogFloatSlow}@keyframes blogFloatSlow{0%,to{opacity:.3;transform:translate(0)scale(1)}25%{opacity:.5;transform:translate(30px,-30px)scale(1.1)}50%{opacity:.4;transform:translate(-20px,-60px)scale(1.15)}75%{opacity:.45;transform:translate(-40px,-30px)scale(1.05)}}.blog-grid-bg{background-image:linear-gradient(#10b9811a 1px,#0000 1px),linear-gradient(90deg,#10b9811a 1px,#0000 1px);background-size:50px 50px;animation:20s linear infinite blogGridMove}@keyframes blogGridMove{0%{background-position:0 0}to{background-position:50px 50px}}.blog-badge{animation:3s ease-in-out infinite blogBadgePulse}@keyframes blogBadgePulse{0%,to{transform:scale(1);box-shadow:0 0 #10b98166}50%{transform:scale(1.05);box-shadow:0 0 20px 10px #10b98100}}.blog-hero-title{animation:1s ease-out blogTitleSlideUp}@keyframes blogTitleSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.blog-hero-subtitle{animation:1.2s ease-out .2s both blogSubtitleFade}@keyframes blogSubtitleFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.blog-search-bar{animation:.8s ease-out .4s both blogSearchGrow}@keyframes blogSearchGrow{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.blog-stats{animation:1s ease-out .6s both blogStatsAppear}.blog-stats>*{animation:.6s ease-out both blogStatsBounce}.blog-stats>:first-child{animation-delay:.8s}.blog-stats>:nth-child(2){animation-delay:.9s}.blog-stats>:nth-child(3){animation-delay:1s}.blog-stats>:nth-child(4){animation-delay:1.1s}.blog-stats>:nth-child(5){animation-delay:1.2s}@keyframes blogStatsAppear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes blogStatsBounce{0%{opacity:0;transform:scale(0)translateY(20px)}60%{transform:scale(1.1)translateY(-5px)}to{opacity:1;transform:scale(1)translateY(0)}}.blog-featured-card{position:relative;overflow:hidden}.blog-featured-card:before{content:"";background:linear-gradient(45deg,#0000 30%,#ffffff1a 50%,#0000 70%);width:200%;height:200%;animation:8s linear infinite blogShimmer;position:absolute;top:-50%;left:-50%;transform:rotate(45deg)}@keyframes blogShimmer{0%{transform:translate(-100%)translateY(-100%)rotate(45deg)}to{transform:translate(100%)translateY(100%)rotate(45deg)}}.blog-category-pill{animation:.5s ease-out both blogCategoryAppear}@keyframes blogCategoryAppear{0%{opacity:0;transform:scale(.8)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.blog-card{transition:all .3s}.blog-card:hover{transform:translateY(-8px)scale(1.02)}.latest-pulse-ring{animation:4s ease-out infinite latestPulseRing}.latest-pulse-ring-delayed{animation:5s ease-out 1s infinite latestPulseRing}@keyframes latestPulseRing{0%{opacity:0;transform:scale(.8)}50%{opacity:.5}to{opacity:0;transform:scale(1.5)}}.latest-badge{animation:2s ease-in-out infinite latestBadgeFlicker}@keyframes latestBadgeFlicker{0%,to{box-shadow:0 0 10px #10b9814d}50%{box-shadow:0 0 20px #10b98199}}.latest-hero-title{animation:.8s cubic-bezier(.34,1.56,.64,1) latestTitlePop}@keyframes latestTitlePop{0%{opacity:0;transform:scale(.5)translateY(30px)}to{opacity:1;transform:scale(1)translateY(0)}}.latest-hero-subtitle{animation:1s ease-out .2s both latestSubtitleSlide}@keyframes latestSubtitleSlide{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.latest-filter-tabs{animation:.8s ease-out .4s both latestTabsRise}@keyframes latestTabsRise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.latest-timeline-card{position:relative}.latest-timeline-card:before{content:"";transform-origin:top;background:linear-gradient(#10b981,#14b8a6);width:4px;transition:transform .6s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.latest-timeline-card:hover:before{transform:scaleY(1)}.latest-stat-card{animation:3s ease-in-out infinite latestStatFloat}.latest-stat-card:first-child{animation-delay:.2s}.latest-stat-card:nth-child(2){animation-delay:.4s}.latest-stat-card:nth-child(3){animation-delay:.6s}.latest-stat-card:nth-child(4){animation-delay:.8s}@keyframes latestStatFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.categories-grid-pattern{background-image:repeating-linear-gradient(45deg,#0000,#0000 35px,#10b9810d 35px 70px);animation:20s linear infinite categoriesGridShift}@keyframes categoriesGridShift{0%{background-position:0 0}to{background-position:70px 70px}}.categories-gradient-orb{animation:15s ease-in-out infinite categoriesOrbMove}.categories-gradient-orb-delayed{animation:18s ease-in-out 2s infinite categoriesOrbMove}@keyframes categoriesOrbMove{0%,to{transform:translate(0)scale(1)}25%{transform:translate(50px,-30px)scale(1.1)}50%{transform:translate(-30px,-50px)scale(.9)}75%{transform:translate(-50px,30px)scale(1.05)}}.categories-badge{animation:10s linear infinite categoriesBadgeSpin}@keyframes categoriesBadgeSpin{0%{transform:rotate(0);box-shadow:0 0 15px #10b9814d}50%{box-shadow:0 0 30px #10b98180}to{transform:rotate(360deg);box-shadow:0 0 15px #10b9814d}}.categories-hero-title{animation:1s cubic-bezier(.68,-.55,.265,1.55) categoriesTitleExpand}@keyframes categoriesTitleExpand{0%{opacity:0;transform:scale(.3)rotateX(90deg)}to{opacity:1;transform:scale(1)rotateX(0)}}.categories-hero-subtitle{animation:1.2s ease-out .3s both categoriesSubtitleBlur}@keyframes categoriesSubtitleBlur{0%{opacity:0;filter:blur(10px);transform:translateY(20px)}to{opacity:1;filter:blur();transform:translateY(0)}}.categories-stats{animation:1s ease-out .5s both categoriesStatsReveal}.categories-stats>*{animation:.6s cubic-bezier(.68,-.55,.265,1.55) both categoriesStatPop}.categories-stats>:first-child{animation-delay:.75s}.categories-stats>:nth-child(2){animation-delay:.9s}.categories-stats>:nth-child(3){animation-delay:1.05s}@keyframes categoriesStatsReveal{0%{opacity:0}to{opacity:1}}@keyframes categoriesStatPop{0%{opacity:0;transform:scale(0)rotate(-180deg)}to{opacity:1;transform:scale(1)rotate(0)}}.categories-card{transform-style:preserve-3d;transition:transform .6s;position:relative}.categories-card:hover{transform:rotateY(5deg)rotateX(-5deg)scale(1.02)}.categories-popular-card{position:relative;overflow:hidden}.categories-popular-card:after{content:"";background:linear-gradient(90deg,#0000,#10b9811a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.categories-popular-card:hover:after{left:100%}.categories-stat-item{animation:2s ease-in-out infinite categoriesStatItemPulse}.categories-stat-item:first-child{animation-delay:.3s}.categories-stat-item:nth-child(2){animation-delay:.6s}.categories-stat-item:nth-child(3){animation-delay:.9s}@keyframes categoriesStatItemPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.author-float-circle{animation:20s ease-in-out infinite authorCircleFloat}.author-float-circle-delayed{animation:25s ease-in-out 3s infinite authorCircleFloat}@keyframes authorCircleFloat{0%,to{opacity:.3;transform:translate(0)scale(1)}33%{opacity:.5;transform:translate(40px,-40px)scale(1.2)}66%{opacity:.4;transform:translate(-40px,-60px)scale(.9)}}.author-sparkle-bg{background-image:radial-gradient(circle,#ffffff1a 1px,#0000 1px);background-size:50px 50px;animation:30s linear infinite authorSparkleMove}@keyframes authorSparkleMove{0%{background-position:0 0}to{background-position:100px 100px}}.author-badge{animation:3s ease-in-out infinite authorBadgeGlow}@keyframes authorBadgeGlow{0%,to{box-shadow:0 0 20px #a855f766}50%{box-shadow:0 0 40px #a855f7b3}}.author-hero-title{animation:1s cubic-bezier(.34,1.56,.64,1) authorTitleFlip}@keyframes authorTitleFlip{0%{opacity:0;transform:perspective(1000px)rotateY(90deg)translateY(30px)}to{opacity:1;transform:perspective(1000px)rotateY(0)translateY(0)}}.author-hero-subtitle{animation:1.2s ease-out .3s both authorSubtitleWave}@keyframes authorSubtitleWave{0%{opacity:0;transform:translate(-50px)rotate(-5deg)}60%{transform:translate(10px)rotate(2deg)}to{opacity:1;transform:translate(0)rotate(0)}}.author-stats{animation:1s ease-out .5s both authorStatsSlide}.author-stats>*{animation:.8s cubic-bezier(.68,-.55,.265,1.55) both authorStatBounce}.author-stats>:first-child{animation-delay:.8s}.author-stats>:nth-child(2){animation-delay:1s}.author-stats>:nth-child(3){animation-delay:1.2s}@keyframes authorStatsSlide{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes authorStatBounce{0%{opacity:0;transform:scale(0)translateY(50px)}60%{transform:scale(1.15)translateY(-10px)}80%{transform:scale(.95)translateY(5px)}to{opacity:1;transform:scale(1)translateY(0)}}.author-card{transition:all .4s}.author-card:hover{transform:translateY(-12px)scale(1.02)}.author-stat-card{animation:3s ease-in-out infinite authorStatCardPulse}.author-stat-card:first-child{animation-delay:.3s}.author-stat-card:nth-child(2){animation-delay:.6s}.author-stat-card:nth-child(3){animation-delay:.9s}.author-stat-card:nth-child(4){animation-delay:1.2s}@keyframes authorStatCardPulse{0%,to{transform:scale(1);box-shadow:0 4px 6px #0000001a}50%{transform:scale(1.05);box-shadow:0 10px 20px #00000026}}.gradient-shift{background-size:200% 200%;animation:5s infinite gradientShift}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.hover-gradient-text{background:linear-gradient(90deg,currentColor 50%,#10b981 50%) 0 0/200% 100%;-webkit-background-clip:text;background-clip:text;transition:background-position .3s;position:relative}.hover-gradient-text:hover{color:#0000;background-position:-100% 0}.hover-scale{transition:transform .3s}.hover-scale:hover{transform:scale(1.05)}@keyframes ripple{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(2)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.fade-in{animation:.6s ease-out both fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in-up{animation:.6s ease-out both fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-down{animation:.6s ease-out both fadeInDown}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.slide-in-left{animation:.6s ease-out both slideInLeft}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.slide-in-right{animation:.6s ease-out both slideInRight}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.rotate-in{animation:.6s ease-out both rotateIn}@keyframes rotateIn{0%{opacity:0;transform:rotate(-180deg)scale(.5)}to{opacity:1;transform:rotate(0)scale(1)}}@media (max-width:768px){.blog-float-element,.blog-float-element-delayed,.categories-gradient-orb,.author-float-circle{animation-duration:30s}.author-sparkle-bg,.categories-grid-pattern,.blog-grid-bg{animation:none}}
