body{background:linear-gradient(135deg,#ff9a9e,#fad0c4);font-family:Poppins,sans-serif;margin:0;overflow:hidden}.app{align-items:center;display:flex;height:100vh;justify-content:center}.card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff40;border-radius:25px;box-shadow:0 25px 50px #00000040;padding:40px;text-align:center;width:360px;z-index:2}.buttons,.card{position:relative}.buttons{height:160px;margin-top:35px}button{border:none;border-radius:30px;cursor:pointer;font-size:16px;padding:12px 28px;transition:all .25s ease}.yes{animation:pulse 1.2s infinite;background:#ff4d6d;color:#fff}.yes:hover{transform:scale(1.1)}.no{background:#e0e0e0;color:#333;position:absolute;transition:left .25s ease,top .25s ease,transform .25s ease}.success{animation:fadeIn .6s ease}.heart-big{animation:pop .6s ease;font-size:80px}.hearts-container{inset:0;overflow:hidden;position:fixed;z-index:0}.heart{animation:floatUp 6s linear infinite;bottom:-20px;font-size:20px;opacity:.7;position:absolute}.heart:first-child{animation-delay:0s;left:10%}.heart:nth-child(2){animation-delay:2s;left:20%}.heart:nth-child(3){animation-delay:4s;left:30%}.heart:nth-child(4){animation-delay:1s;left:40%}.heart:nth-child(5){animation-delay:3s;left:50%}.heart:nth-child(6){animation-delay:5s;left:60%}.heart:nth-child(7){animation-delay:2s;left:70%}.heart:nth-child(8){animation-delay:4s;left:80%}@keyframes floatUp{0%{opacity:0;transform:translateY(0) scale(.8)}10%{opacity:.7}to{opacity:0;transform:translateY(-110vh) scale(1.2)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes pop{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=main.4eed3659.css.map*/