.letitgo-container{position:relative;width:100vw;height:100vh;overflow:hidden;background-color:#87ceeb;background:linear-gradient(180deg,#87ceeb 0,#b0e0e6)}.letitgo-container:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100px;background-color:#90ee90;z-index:0}.angel-container{position:absolute;bottom:20px;left:50px;width:600px;height:600px;cursor:pointer;z-index:10;transition:transform .1s ease}.angel-container:active{transform:scale(.98)}.angel-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;pointer-events:none}.letitgo-container .heart{position:absolute;width:300px;height:300px;background-image:url(https://txvkqcitalfbjytmnawq.supabase.co/storage/v1/object/public/media/IMG_0920.png);background-size:contain;background-position:50%;background-repeat:no-repeat;z-index:5;pointer-events:none;animation:float-away 4s cubic-bezier(.4,0,.2,1) forwards}@keyframes float-away{0%{bottom:350px;left:350px;opacity:0;transform:scale(.2) rotate(0deg)}10%{opacity:1;transform:scale(1) rotate(10deg)}to{bottom:120vh;left:100vw;opacity:0;transform:scale(.8) rotate(45deg)}}.click-counter{position:absolute;top:30px;right:30px;font-family:monospace;font-size:24px;font-weight:700;color:#000;background-color:hsla(0,0%,100%,.8);padding:12px 24px;border:1px solid #000;box-shadow:4px 4px 0 #000;z-index:20}@media (max-width:1024px){.angel-container{left:50%;transform:translateX(-50%)}.angel-container:active{transform:translateX(-50%) scale(.95)}@keyframes float-away{0%{bottom:50%;left:50%;opacity:0;transform:translate(-50%) scale(.2)}10%{opacity:1;transform:translate(-50%) scale(1)}to{bottom:110vh;left:120%;opacity:0;transform:translate(0) scale(.5) rotate(45deg)}}}@media (max-width:768px){.angel-container{width:320px;height:320px;bottom:40px}.letitgo-container .heart{width:150px;height:150px;animation-name:float-away-mobile}@keyframes float-away-mobile{0%{bottom:220px;left:50%;opacity:0;transform:translateX(-50%) scale(.2)}15%{opacity:1;transform:translateX(-50%) scale(1)}to{bottom:100vh;left:100vw;opacity:0;transform:translateX(0) scale(.6) rotate(45deg)}}}