.app{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.main-content{text-align:center;z-index:10;padding:40px}.bear-emoji{font-size:80px;animation:bounce 2s ease-in-out infinite;margin-bottom:10px}.title{font-family:Dancing Script,cursive;font-size:clamp(2rem,6vw,3.5rem);color:#880e4f;text-shadow:0 2px 10px rgba(136,14,79,.2);margin-bottom:8px;animation:fadeInUp 1s ease-out}.sparkles{font-size:28px;margin-bottom:30px;animation:pulse 2s ease-in-out infinite}.hint-text{margin-top:24px;font-size:1.1rem;color:#ad1457;font-weight:600;animation:fadeInUp .4s ease-out}.buttons-container{display:flex;gap:24px;justify-content:center;align-items:center;min-height:80px}.btn{padding:14px 36px;border:none;border-radius:50px;font-family:Quicksand,sans-serif;font-size:1.2rem;font-weight:600;cursor:pointer;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease;outline:none}.btn-yes{background:linear-gradient(135deg,#e91e63,#c2185b);color:#fff;box-shadow:0 4px 20px #e91e6366;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease}.btn-yes:hover{box-shadow:0 6px 30px #e91e6399;filter:brightness(1.1)}.btn-yes-pulse{animation:yesPulse 1s ease-in-out infinite}@keyframes yesPulse{0%,to{box-shadow:0 4px 20px #e91e6366;filter:brightness(1)}50%{box-shadow:0 8px 40px #e91e63cc;filter:brightness(1.15)}}.btn-no{background:linear-gradient(135deg,#b0bec5,#90a4ae);color:#37474f;box-shadow:0 4px 15px #00000026;transition:left .25s cubic-bezier(.34,1.56,.64,1),top .25s cubic-bezier(.34,1.56,.64,1),transform .25s ease;z-index:100}.floating-emoji{position:fixed;bottom:-50px;font-size:48px;z-index:200;pointer-events:none;animation:floatUp 2s ease-out forwards}@keyframes floatUp{0%{opacity:1;transform:translateY(0) scale(.5) rotate(0)}50%{opacity:1;transform:translateY(-50vh) scale(1.2) rotate(-15deg)}to{opacity:0;transform:translateY(-100vh) scale(.8) rotate(15deg)}}.hearts-bg{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.bg-heart{position:absolute;font-size:30px;opacity:.15;animation:drift 8s ease-in-out infinite}.bg-heart-0{top:10%;left:5%;animation-delay:0s;font-size:40px}.bg-heart-1{top:20%;right:8%;animation-delay:1.2s;font-size:28px}.bg-heart-2{top:50%;left:12%;animation-delay:2.5s;font-size:35px}.bg-heart-3{top:70%;right:15%;animation-delay:.8s;font-size:44px}.bg-heart-4{top:85%;left:30%;animation-delay:3.1s;font-size:26px}.bg-heart-5{top:15%;left:50%;animation-delay:1.8s;font-size:32px}.bg-heart-6{top:60%;right:5%;animation-delay:4s;font-size:38px}@keyframes drift{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-20px) rotate(10deg)}50%{transform:translateY(-10px) rotate(-5deg)}75%{transform:translateY(-25px) rotate(8deg)}}.accepted-screen{background:linear-gradient(135deg,#fce4ec,#f8bbd0,#f48fb1 60%,#ec407a);flex-direction:column}.accepted-content{text-align:center;z-index:10;animation:fadeInUp .8s ease-out}.big-heart-container{margin-bottom:16px}.big-heart{font-size:100px;display:inline-block;animation:heartbeat 1s ease-in-out infinite}.accepted-title{font-family:Dancing Script,cursive;font-size:clamp(2.5rem,8vw,4.5rem);color:#880e4f;text-shadow:0 2px 15px rgba(136,14,79,.3);margin-bottom:8px}.accepted-subtitle{font-size:1.4rem;color:#ad1457;font-weight:600;margin-bottom:16px}.kiss-emoji{font-size:48px;animation:pulse 1.5s ease-in-out infinite}.falling-heart{position:fixed;top:-40px;z-index:1;pointer-events:none;animation:rain linear infinite}@keyframes rain{0%{transform:translateY(-40px) rotate(0);opacity:1}to{transform:translateY(105vh) rotate(360deg);opacity:.3}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@keyframes heartbeat{0%,to{transform:scale(1)}15%{transform:scale(1.25)}30%{transform:scale(1)}45%{transform:scale(1.2)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;overflow:hidden;background:linear-gradient(135deg,#fce4ec,#f8bbd0,#f48fb1 60%,#ec407a);font-family:Quicksand,sans-serif}#root{min-height:100vh}
