@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Space+Grotesk:wght@400;500;600&display=swap";:root{font-family:Space Grotesk,sans-serif;line-height:1.5;font-weight:400;color:#3d1b28;background-color:#f7dfe6;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}h1,h2,h3{font-family:Playfair Display,serif;margin:0}p{margin:0}button{font-family:Space Grotesk,sans-serif}.page{min-height:100vh;display:grid;place-items:center;position:relative;overflow:hidden;padding:clamp(24px,4vw,56px);background:radial-gradient(circle at top,#ffe9ef,#f6d4dd 45%,#f0bac7)}.card{position:relative;z-index:2;max-width:560px;width:min(92vw,560px);padding:clamp(24px,4vw,40px);border-radius:28px;background:#ffffffe6;box-shadow:0 30px 80px #9b214738;border:1px solid rgba(255,255,255,.65);text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.24em;font-size:.72rem;font-weight:600;color:#b73c5f;background:#ffe0e9b3;padding:8px 16px;border-radius:999px}.card h1{margin:20px 0 8px;font-size:clamp(2rem,5vw,3rem);color:#3d1b28}.title{display:inline-block;position:relative}.question-mark{color:#e43d64;margin-left:6px}.subtitle{margin:0 0 24px;color:#5e2a3c;font-size:1rem}.yes-float{position:absolute;z-index:3;transition:transform .22s ease,top .22s ease,left .22s ease,right .22s ease}.yes-step-1{top:140px;right:-6px}.yes-step-2{top:260px;left:-10px}.yes-step-3{bottom:120px;right:20px}.yes-step-4{top:32px;right:32px}.cat-wrap{margin:18px 0 12px;display:flex;justify-content:center;position:relative;z-index:1}.cat-image{width:clamp(140px,30vw,200px);height:auto;border-radius:18px;box-shadow:0 18px 35px #9b214740;transform:scale(var(--cat-scale, 1));transition:transform .26s ease}.choice-row{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.btn{border:none;padding:14px 28px;border-radius:999px;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;min-width:120px}.btn.yes{background:linear-gradient(135deg,#e43d64,#ff7a8b);color:#fff;box-shadow:0 14px 30px #e43d6459}.btn.no{background:#fff;color:#512433;box-shadow:inset 0 0 0 1px #51243333}.no-step-1{transform:translateY(0)}.no-step-2{transform:translateY(10px)}.no-step-3{transform:translateY(20px)}.no-step-4{transform:translateY(30px)}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(1px) scale(.98)}.response{margin-top:24px;padding:16px;border-radius:18px;background:#fff4f7;color:#6b2b3c;font-weight:500;min-height:56px;display:flex;align-items:center;justify-content:center;animation:fadeIn .45s ease}.celebration{position:fixed;inset:0;z-index:6;display:grid;place-items:center;background:#ffe9efbf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.celebration-card{width:min(90vw,460px);background:#fff;border-radius:24px;padding:28px;text-align:center;box-shadow:0 30px 60px #9b21474d}.celebration-card h2{margin-bottom:8px;color:#3d1b28}.celebration-card p{color:#6b2b3c;margin-bottom:18px}.celebration-cat{width:min(70vw,260px);border-radius:20px;box-shadow:0 20px 35px #9b214740}.hearts{position:absolute;inset:0;overflow:hidden;pointer-events:none}.heart{position:absolute;font-size:1.6rem;opacity:.8;animation:floatUp 6s linear infinite}.heart-1{left:10%;animation-delay:0s}.heart-2{left:20%;animation-delay:1s}.heart-3{left:30%;animation-delay:2s}.heart-4{left:40%;animation-delay:.5s}.heart-5{left:50%;animation-delay:1.5s}.heart-6{left:60%;animation-delay:2.5s}.heart-7{left:70%;animation-delay:3s}.heart-8{left:80%;animation-delay:1.2s}.heart-9{left:15%;animation-delay:2.8s}.heart-10{left:35%;animation-delay:3.5s}.heart-11{left:55%;animation-delay:.8s}.heart-12{left:75%;animation-delay:2.1s}.heart-13{left:85%;animation-delay:3.1s}.heart-14{left:95%;animation-delay:1.8s}.shape{position:absolute;border-radius:28px;opacity:.35;filter:blur(1px);animation:float 14s ease-in-out infinite}.shape-1{width:180px;height:180px;top:-40px;left:-40px;background:linear-gradient(135deg,#ffb3c6,#ffd6e2)}.shape-2{width:140px;height:140px;bottom:10%;left:8%;background:linear-gradient(135deg,#ff95ad,#ffc3d2);animation-delay:-2s}.shape-3{width:220px;height:220px;top:10%;right:-60px;background:linear-gradient(135deg,#ffd2dd,#ff9fb5);animation-delay:-4s}.shape-4{width:160px;height:160px;bottom:-40px;right:14%;background:linear-gradient(135deg,#ff7f9d,#ffb3c6);animation-delay:-6s}.shape-5{width:120px;height:120px;top:50%;right:25%;background:linear-gradient(135deg,#f28ba3,#fdd0db);animation-delay:-8s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-18px) rotate(6deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes floatUp{0%{transform:translateY(110vh) scale(.8)}to{transform:translateY(-10vh) scale(1.1)}}@media(max-width:480px){.page{padding:20px 16px 32px}.card{padding:22px 18px 28px;border-radius:22px}.card h1{font-size:clamp(1.7rem,7vw,2.2rem)}.subtitle{margin-bottom:18px}.choice-row{flex-direction:column}.btn{width:100%}.cat-image{width:clamp(140px,48vw,190px)}.celebration-card{padding:22px 18px}.celebration-cat{width:min(78vw,220px)}.yes-step-1,.yes-step-2,.yes-step-3,.yes-step-4{inset:18px 12px auto auto}}@media(max-width:380px){.eyebrow{letter-spacing:.18em}.cat-image{width:clamp(130px,55vw,180px)}}
