.love-container{position:fixed;inset:0;pointer-events:none;overflow:hidden;z-index:9999}.love-item{position:absolute;bottom:-40px;animation-name:floatUp;animation-timing-function:linear;animation-fill-mode:forwards;opacity:0}@keyframes floatUp{0%{transform:translateY(0) scale(1);opacity:0}10%{opacity:1}to{transform:translateY(-110vh) scale(1.4);opacity:0}}