*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Georgia,Times New Roman,serif;line-height:1.5;font-weight:400;color:#4a2040;background:linear-gradient(135deg,#fce4ec,#f8bbd0,#f48fb1);min-height:100vh}body{margin:0;min-height:100vh;display:flex;align-items:center;justify-content:center}#root{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center}.content-page{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:2rem;text-align:center;animation:fadeIn .6s ease-out;position:relative}.content-page.has-background{min-height:100vh;width:100vw;padding:0}.page-background{position:fixed;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.content-body{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:2rem}.content-text{font-size:2.5rem;color:#880e4f;text-shadow:0 2px 10px rgba(136,14,79,.15)}.content-text p{margin:0 0 1rem}.content-text p:last-child{margin-bottom:0}.text-on-bg{color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.6),0 0 40px rgba(0,0,0,.3);font-size:1.5rem;max-width:650px;line-height:1.7;padding:2rem;background:#00000059;border-radius:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.content-images{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;max-width:600px}.content-image{max-width:250px;max-height:250px;border-radius:12px;object-fit:cover;box-shadow:0 4px 20px #00000026}.has-background .content-image{max-width:350px;max-height:350px;border-radius:16px;box-shadow:0 6px 30px #0006;border:3px solid rgba(255,255,255,.3)}.next-button{margin-top:1rem;padding:.8rem 2.5rem;font-size:1.2rem;font-family:inherit;background:#e91e63;color:#fff;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #e91e6366}.next-button:hover{background:#c2185b;transform:translateY(-2px);box-shadow:0 6px 20px #e91e6380}.valentine-question{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100vw;position:relative;animation:fadeIn .6s ease-out}.question-background{position:fixed;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.question-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:2.5rem;padding:2rem;text-align:center}.question-text{font-size:1.6rem;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.6),0 0 40px rgba(0,0,0,.3);max-width:650px;line-height:1.7;padding:2rem;background:#00000059;border-radius:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.buttons-container{display:flex;gap:2rem;align-items:center;justify-content:center}.yes-button{padding:1rem 3rem;font-size:1.4rem;font-family:inherit;background:#e91e63;color:#fff;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #e91e6366}.yes-button:hover{background:#c2185b;box-shadow:0 6px 20px #e91e6380}.no-button{padding:1rem 3rem;font-size:1.4rem;font-family:inherit;background:#b0bec5;color:#37474f;border:none;border-radius:50px;cursor:pointer;transition:all .2s ease;z-index:10}.no-button:hover{background:#90a4ae}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.celebration{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;text-align:center;min-height:100vh;width:100%;overflow:hidden;position:relative;animation:fadeIn .6s ease-out}.celebration-text{font-size:3.5rem;color:#880e4f;z-index:1}.celebration-subtext{font-size:1.8rem;color:#ad1457;z-index:1}.hearts-bg{position:fixed;inset:0;pointer-events:none;overflow:hidden}.floating-heart{position:absolute;bottom:-10%;animation:floatUp linear infinite}@keyframes floatUp{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(-110vh) rotate(720deg);opacity:0}}@keyframes fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}
