.animate-optimized{will-change:opacity,transform;backface-visibility:hidden;transform:translateZ(0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.modal-enter{animation:fade-in .3s ease-out,scale-in .3s ease-out}.modal-exit{animation:fade-out .2s ease-out}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.image-fade-in{animation:fade-in .4s ease-in-out}.list-item-animated{opacity:0;animation:fade-in-up .6s ease-out forwards}.list-item-animated:first-child{animation-delay:.05s}.list-item-animated:nth-child(2){animation-delay:.1s}.list-item-animated:nth-child(3){animation-delay:.15s}.list-item-animated:nth-child(4){animation-delay:.2s}.list-item-animated:nth-child(5){animation-delay:.25s}.list-item-animated:nth-child(6){animation-delay:.3s}.list-item-animated:nth-child(7){animation-delay:.35s}.list-item-animated:nth-child(8){animation-delay:.4s}.list-item-animated:nth-child(9){animation-delay:.45s}.list-item-animated:nth-child(10){animation-delay:.5s}.section-reveal{opacity:0;transform:translateY(40px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.section-reveal.in-view{opacity:1;transform:translateY(0)}@keyframes page-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page-fade-in{animation:page-fade-in .5s ease-out forwards}@keyframes grid-item-reveal{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.grid-item-animated{animation:grid-item-reveal .6s ease-out forwards;opacity:0}@keyframes bounce-in{0%{opacity:0;transform:scale(.3)}50%{opacity:1}70%{transform:scale(1.05)}to{transform:scale(1)}}.bounce-in{animation:bounce-in .6s cubic-bezier(.68,-.55,.265,1.55)}.hover-lift-smooth{transition:all .3s cubic-bezier(.25,.46,.45,.94);will-change:transform,box-shadow}.hover-lift-smooth:hover{transform:translateY(-6px);box-shadow:0 12px 24px rgba(0,0,0,.15)}@keyframes pulse-smooth{0%,to{opacity:1}50%{opacity:.5}}.pulse-smooth{animation:pulse-smooth 2s ease-in-out infinite}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.image-skeleton{background:linear-gradient(90deg,#1a1a2e 25%,#2a2a4e 50%,#1a1a2e 75%);background-size:1000px 100%;animation:shimmer 2s infinite}@keyframes text-reveal{0%{opacity:0;filter:blur(10px)}to{opacity:1;filter:blur(0)}}.text-reveal{animation:text-reveal .8s ease-out forwards}.navbar-item-animate{opacity:0;animation:fade-in-down .5s ease-out forwards}.navbar-item-animate:first-child{animation-delay:.1s}.navbar-item-animate:nth-child(2){animation-delay:.2s}.navbar-item-animate:nth-child(3){animation-delay:.3s}.navbar-item-animate:nth-child(4){animation-delay:.4s}.navbar-item-animate:nth-child(5){animation-delay:.5s}.route-transition{animation:page-fade-in .4s ease-out}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}