.valentine-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;overflow:hidden}.valentine-item{position:absolute;top:-30px;color:#e91e63;animation:float-down linear infinite;will-change:transform}@keyframes float-down{0%{transform:translateY(-30px) rotate(0deg) scale(1)}25%{transform:translateY(25vh) rotate(15deg) scale(1.05)}50%{transform:translateY(50vh) rotate(-10deg) scale(.95)}75%{transform:translateY(75vh) rotate(20deg) scale(1.02)}to{transform:translateY(110vh) rotate(5deg) scale(1)}}.valentine-item:nth-child(3n){color:#f06292}.valentine-item:nth-child(3n+1){color:#ec407a}.valentine-item:nth-child(5n){color:#ff80ab}.valentine-item:nth-child(7n){color:#ff4081}@media (prefers-reduced-motion:reduce){.valentine-item{animation:none;opacity:.1;top:50%}}@media (max-width:767px){.valentine-item{animation-duration:12s!important}}