.event-decorations.newyear-decorations{pointer-events:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;overflow:hidden}.newyear-fireworks{position:fixed;top:0;left:0;width:100%;height:100%}.firework{position:absolute;font-size:60px;animation:firework-explode 3s ease-out infinite;user-select:none}.firework-1{top:20%;left:20%;animation-delay:0s}.firework-2{top:30%;right:20%;animation-delay:1s}.firework-3{top:40%;left:50%;animation-delay:2s}.firework-4{top:25%;right:40%;animation-delay:1.5s}.firework-5{top:15%;left:60%;animation-delay:.5s}.firework-6{top:35%;right:15%;animation-delay:2.5s}.firework-7{top:10%;left:30%;animation-delay:1.2s;font-size:50px}.firework-8{top:45%;right:50%;animation-delay:1.8s;font-size:55px}@keyframes firework-explode {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    20% {
        opacity: 1;
        transform: scale(1);
    }
    40% {
        opacity: 0.8;
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}.newyear-balloons{position:fixed;bottom:-100px;left:0;width:100%;display:flex;justify-content:space-around}.balloon{font-size:70px;animation:balloon-float 8s ease-in-out infinite;filter:drop-shadow(0 5px 10px rgba(0,0,0,.3));user-select:none}.balloon-1{animation-delay:0s;animation-duration:7s}.balloon-2{animation-delay:2s;animation-duration:9s}.balloon-3{animation-delay:4s;animation-duration:8s}.balloon-4{animation-delay:1s;animation-duration:10s}.balloon-5{animation-delay:3s;animation-duration:7.5s}@keyframes balloon-float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-200px) rotate(-5deg);
    }
    50% {
        transform: translateY(-400px) rotate(5deg);
    }
    75% {
        transform: translateY(-600px) rotate(-3deg);
    }
    100% {
        transform: translateY(-800px) rotate(0deg);
        opacity: 0;
    }
}.newyear-confetti{position:fixed;top:0;left:0;width:100%;height:100%}.confetti{position:absolute;top:-20px;font-size:25px;animation:confetti-fall linear infinite;user-select:none}.confetti-1{left:5%;animation-duration:8s;animation-delay:0s}.confetti-2{left:15%;animation-duration:10s;animation-delay:1s}.confetti-3{left:25%;animation-duration:7s;animation-delay:2s}.confetti-4{left:35%;animation-duration:9s;animation-delay:.5s}.confetti-5{left:45%;animation-duration:11s;animation-delay:1.5s}.confetti-6{left:55%;animation-duration:8.5s;animation-delay:2.5s}.confetti-7{left:65%;animation-duration:9.5s;animation-delay:.8s}.confetti-8{left:75%;animation-duration:10.5s;animation-delay:1.8s}.confetti-9{left:85%;animation-duration:7.5s;animation-delay:2.2s}.confetti-10{left:95%;animation-duration:8.8s;animation-delay:1.2s}@keyframes confetti-fall {
    0% {
        top: -20px;
        transform: translateX(0) rotate(0deg);
    }
    25% {
        transform: translateX(30px) rotate(90deg);
    }
    50% {
        transform: translateX(-20px) rotate(180deg);
    }
    75% {
        transform: translateX(40px) rotate(270deg);
    }
    100% {
        top: 100vh;
        transform: translateX(0) rotate(360deg);
    }
}.newyear-champagne{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:40px;z-index:9999}.champagne{font-size:80px;animation:champagne-pop 2s ease-in-out infinite;filter:drop-shadow(0 5px 15px rgba(255,215,0,.5));user-select:none}.champagne-1{animation-delay:0s}.champagne-2{animation-delay:1s}@keyframes champagne-pop {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(5deg);
    }
}.newyear-clock{position:fixed;top:20%;right:30px;font-size:70px;animation:clock-tick 1s ease-in-out infinite;filter:drop-shadow(0 0 15px rgba(255,215,0,.6));z-index:9999;user-select:none}@keyframes clock-tick {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}.newyear-stars{position:fixed;top:0;left:0;width:100%;height:100%}.star{position:absolute;font-size:40px;animation:star-twinkle 2s ease-in-out infinite;user-select:none}.star-1{top:10%;left:10%;animation-delay:0s}.star-2{top:15%;right:20%;animation-delay:.5s}.star-3{top:50%;left:5%;animation-delay:1s}.star-4{top:60%;right:10%;animation-delay:1.5s}@keyframes star-twinkle {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.3);
    }
}@media (max-width:768px){.firework{font-size:40px}.balloon{font-size:50px}.confetti{font-size:20px}.newyear-champagne{gap:25px}.champagne{font-size:55px}.newyear-clock{font-size:50px;right:20px}.star{font-size:30px}}