.marquee-wrapper{overflow:hidden;width:100%;position:relative;max-width:100vw;margin:0 auto}.marquee-content{display:flex;align-items:stretch;width:-moz-max-content;width:max-content;animation:marquee-scroll 24s linear infinite}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.announcement-card{flex:0 0 auto;box-sizing:border-box;margin:0 12px}.marquee-wrapper::-webkit-scrollbar{display:none}.marquee-wrapper{-ms-overflow-style:none;scrollbar-width:none}@keyframes fadeIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:scale(.8) translateY(-100px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3) rotate(-10deg)}50%{opacity:1;transform:scale(1.1) rotate(5deg)}70%{transform:scale(.95) rotate(-2deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}@keyframes pulseIn{0%{opacity:0;transform:scale(.5)}50%{opacity:.8;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.1) rotate(180deg)}50%{opacity:.8;transform:scale(1.1) rotate(10deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}@keyframes magicalAppear{0%{opacity:0;transform:scale(.3) rotateY(90deg);filter:blur(10px)}50%{opacity:.7;transform:scale(1.05) rotateY(0deg);filter:blur(2px)}to{opacity:1;transform:scale(1) rotateY(0deg);filter:blur(0)}}.animate-fade-in{animation:fadeIn .8s cubic-bezier(.25,.46,.45,.94) forwards}.animate-slide-down{animation:slideDown 1s cubic-bezier(.25,.46,.45,.94) forwards}.animate-bounce-in{animation:bounceIn 1.2s cubic-bezier(.68,-.55,.265,1.55) forwards}.animate-pulse-in{animation:pulseIn 1s cubic-bezier(.25,.46,.45,.94) forwards}.animate-zoom-in{animation:zoomIn 1.2s cubic-bezier(.68,-.55,.265,1.55) forwards}.animate-magical-appear{animation:magicalAppear 1.5s cubic-bezier(.25,.46,.45,.94) forwards}.festival-sparkle{position:relative;overflow:hidden}.festival-sparkle:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);animation:sparkle 3s infinite}@keyframes sparkle{0%{left:-100%}to{left:100%}}.christmas-theme{background-image:radial-gradient(circle at 20% 80%,hsla(0,0%,100%,.1) 1px,transparent 0),radial-gradient(circle at 80% 20%,hsla(0,0%,100%,.1) 1px,transparent 0),radial-gradient(circle at 40% 40%,hsla(0,0%,100%,.1) 1px,transparent 0)}.diwali-theme{background-image:radial-gradient(circle at 25% 25%,rgba(255,215,0,.2) 2px,transparent 0),radial-gradient(circle at 75% 75%,rgba(255,165,0,.2) 2px,transparent 0)}.newyear-theme{background-image:linear-gradient(45deg,hsla(0,0%,100%,.1) 25%,transparent 0),linear-gradient(-45deg,hsla(0,0%,100%,.1) 25%,transparent 0);background-size:20px 20px}@media (max-width:768px){.animate-slide-down{animation:slideDown .6s ease-out forwards}.animate-bounce-in{animation:bounceIn .8s ease-out forwards}}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.text-shadow-lg{text-shadow:2px 2px 4px rgba(0,0,0,.3)}.festival-sparkle:before{animation-duration:2s}.festival-sparkle:after{content:"";position:absolute;top:0;right:-100%;width:100%;height:100%;background:linear-gradient(-90deg,transparent,hsla(0,0%,100%,.1),transparent);animation:sparkle 4s infinite;animation-delay:1s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 3s ease-in-out infinite}.festival-glow{box-shadow:0 0 20px rgba(255,215,0,.3),0 0 40px rgba(255,215,0,.2),0 0 60px rgba(255,215,0,.1)}.finger-click-container{position:relative;display:inline-block;margin:0 auto;overflow:visible}.finger-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;pointer-events:none;animation:centerClick 3s ease-in-out infinite;display:flex;align-items:center;justify-content:center}.finger-icon .finger-svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));transition:transform .1s ease}@keyframes centerClick{0%{opacity:0;transform:translate(-50%,-50%) scale(0)}30%{opacity:0;transform:translate(-50%,-50%) scale(0)}35%{opacity:1;transform:translate(-50%,-50%) scale(1)}38%{opacity:1;transform:translate(-50%,-50%) scale(.85)}40%{opacity:1;transform:translate(-50%,-50%) scale(1)}45%{opacity:0;transform:translate(-50%,-50%) scale(1.2)}to{opacity:0;transform:translate(-50%,-50%) scale(0)}}.finger-click-button{position:relative;overflow:hidden;transition:transform .1s ease}.finger-click-button:before{background:hsla(0,0%,100%,.4)}.finger-click-button:after,.finger-click-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;animation:waveRipple 3s ease-out infinite;z-index:1}.finger-click-button:after{background:hsla(0,0%,100%,.3);animation-delay:.1s}@keyframes waveRipple{0%{width:0;height:0;opacity:.8}30%{width:0;height:0;opacity:0}35%{width:0;height:0;opacity:.8}40%{width:20px;height:20px;opacity:.6}50%{width:80px;height:80px;opacity:.4}65%{width:150px;height:150px;opacity:.2}80%{width:250px;height:250px;opacity:0}to{width:250px;height:250px;opacity:0}}@keyframes buttonPress{0%,to{transform:scale(1)}38%{transform:scale(.98)}40%{transform:scale(1)}}.finger-click-button{animation:buttonPress 3s ease-in-out infinite}.finger-click-button span{position:relative;z-index:2}@media (max-width:640px){.finger-icon{font-size:28px}@keyframes waveRipple{0%{width:0;height:0;opacity:.8}30%{width:0;height:0;opacity:0}35%{width:0;height:0;opacity:.8}40%{width:15px;height:15px;opacity:.6}50%{width:60px;height:60px;opacity:.4}65%{width:120px;height:120px;opacity:.2}80%{width:200px;height:200px;opacity:0}to{width:200px;height:200px;opacity:0}}}