*,*:before,*:after{box-sizing:border-box}html,body,#app{width:100%;min-height:100%;margin:0}body{min-width:320px}.container{--cursor-heart: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff3d81' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54z'/%3E%3C/svg%3E") 12 10, auto;--cursor-sunflower: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cg transform='translate(18 18)'%3E%3Cg fill='%23f4c60d'%3E%3Cellipse rx='4' ry='10'/%3E%3Cellipse rx='4' ry='10' transform='rotate(30)'/%3E%3Cellipse rx='4' ry='10' transform='rotate(60)'/%3E%3Cellipse rx='4' ry='10' transform='rotate(90)'/%3E%3Cellipse rx='4' ry='10' transform='rotate(120)'/%3E%3Cellipse rx='4' ry='10' transform='rotate(150)'/%3E%3C/g%3E%3Ccircle r='5' fill='%238b5a2b'/%3E%3C/g%3E%3C/svg%3E") 16 16, pointer;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:100vh;min-height:100dvh;padding:24px;background-color:#f0fff0;font-family:Dancing Script,cursive;color:#2e8b57;overflow:hidden;text-align:center;cursor:var(--cursor-heart)}.valentine-card{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.card-glow{display:none}.confetti-layer{position:fixed;inset:0;z-index:6;pointer-events:none;overflow:hidden}.confetti{position:absolute;top:-18px;opacity:0;animation-name:confetti-fall;animation-timing-function:ease-out;animation-fill-mode:forwards}.confetti-rect{border-radius:2px}.confetti-circle{border-radius:999px}.flower-layer{position:absolute;inset:0;z-index:0;pointer-events:none}.flower-item{position:absolute;animation:flower-float 6s ease-in-out infinite}.flower-item svg{width:var(--flower-size, 64px);height:var(--flower-size, 64px)}.text{font-size:24px;font-weight:700}.buttons-center{display:flex;gap:14px;margin-top:24px;justify-content:center;align-items:center;flex-wrap:nowrap}.button{padding:8px 16px;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:background-color .3s,transform .3s;color:#fff;font-family:Arial,sans-serif;cursor:var(--cursor-sunflower)}.yes-button{background-color:#4caf50}.yes-button:hover{background-color:#45a049}.no-button{background-color:#f44336}.no-button:hover{background-color:#e53935}.no-floating{position:fixed;z-index:4;min-width:128px}.icon-large{width:150px;height:150px;margin-bottom:20px;color:#ff69b4;transition:transform .12s ease-out}h1{font-size:48px;margin-bottom:20px;text-align:center;max-width:18ch}@keyframes flower-float{0%,to{transform:translate(-50%,-50%) scale(var(--flower-scale, 1))}50%{transform:translate(-50%,-58%) scale(calc(var(--flower-scale, 1) + .04))}}@keyframes confetti-fall{0%{transform:translateY(-16px) rotate(0);opacity:0}12%{opacity:1}to{transform:translateY(110vh) rotate(420deg);opacity:0}}@media(max-width:768px){.container{padding:18px}.button{min-width:110px}h1{font-size:32px}.icon-large{width:120px;height:120px}}
