@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceLight{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-fadeInUp{animation:fadeInUp .8s cubic-bezier(.33,1,.68,1) forwards}.animate-bounce-light{animation:bounceLight 2s ease-in-out infinite}.animation-delay-100{animation-delay:.1s}.animation-delay-200{animation-delay:.2s}.animation-delay-300{animation-delay:.3s}.animation-delay-500{animation-delay:.5s}.animation-delay-700{animation-delay:.7s}.scroll-container{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.gpu-accelerate{transform:translateZ(0);backface-visibility:hidden;perspective:1000px}.no-select{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.touch-active:active{opacity:.7;transition:opacity .2s}@media (max-width:768px){.mobile-full-height{height:calc(100vh - env(safe-area-inset-bottom))}.mobile-touch-area{min-height:44px;min-width:44px}}