@keyframes slowZoom{0%{transform:scale(1.05)}to{transform:scale(1.15)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-slow-zoom{animation:slowZoom 20s ease-out infinite alternate}.animate-fade-in-up{animation:fadeInUp 1s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.2s}html{scroll-behavior:smooth}::selection{background-color:#d1fae5;color:#065f46}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f8fafc}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.slider-item{flex:0 0 85%;max-width:600px}@media (min-width: 1024px){.slider-item{flex:0 0 30%}}.glass-overlay{background:linear-gradient(to top,#000c,#0000);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.marquee-container{-webkit-mask-image:linear-gradient(to right,transparent,black 15%,black 85%,transparent);mask-image:linear-gradient(to right,transparent,black 15%,black 85%,transparent)}.marquee-content{animation:marquee-scroll 60s linear infinite}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-container:hover .marquee-content{animation-play-state:paused}
