@import"https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600;700&family=Playfair+Display:wght@400;600;700&display=swap";:root{font-family:Playfair Display,serif;line-height:1.6;font-weight:400;color-scheme:light;color:#d63384;background:linear-gradient(135deg,#ff9a9e,#fecfef 50% 100%);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#ff9a9e,#fecfef 50% 100%);overflow-x:hidden}#root{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{background:linear-gradient(135deg,#ff9a9e,#fecfef 50% 100%);min-height:100vh;font-family:Playfair Display,serif;overflow-x:hidden;position:relative}.love-container{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;z-index:1}.hearts{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.heart{position:absolute;width:20px;height:20px;background:#ff6b9d;transform:rotate(45deg);animation:float 6s ease-in-out infinite}.heart:before,.heart:after{content:"";width:20px;height:20px;position:absolute;left:-10px;top:0;background:#ff6b9d;border-radius:10px;transform:rotate(-45deg);transform-origin:10px 10px}.heart:after{left:0;top:-10px}.heart:nth-child(1){left:10%;animation-delay:0s}.heart:nth-child(2){left:20%;animation-delay:1s}.heart:nth-child(3){left:30%;animation-delay:2s}.heart:nth-child(4){left:40%;animation-delay:3s}.heart:nth-child(5){left:50%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(100vh) rotate(45deg);opacity:0}10%,90%{opacity:1}50%{transform:translateY(-20vh) rotate(45deg)}}.main-content{text-align:center;max-width:800px;z-index:2;position:relative}.main-title{font-family:Dancing Script,cursive;font-size:4rem;font-weight:700;color:#d63384;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.1);animation:fadeInUp 1s ease-out}.subtitle{font-size:1.5rem;color:#6f42c1;margin-bottom:2rem;font-style:italic;animation:fadeInUp 1s ease-out .3s both}.message-container{background:#ffffffe6;padding:2rem;border-radius:20px;margin:2rem 0;box-shadow:0 10px 30px #0000001a;animation:fadeInUp 1s ease-out .6s both}.love-message{font-size:1.3rem;color:#d63384;font-weight:600;transition:all .5s ease}.poem-section,.reasons-section,.promise-section{background:#fffc;padding:2rem;border-radius:15px;margin:1.5rem 0;box-shadow:0 5px 20px #0000001a;animation:fadeInUp 1s ease-out}.poem-section h2,.reasons-section h2,.promise-section h2{color:#d63384;font-size:2rem;margin-bottom:1rem;font-family:Dancing Script,cursive}.poem p{font-size:1.2rem;color:#6f42c1;margin:.5rem 0;font-style:italic;line-height:1.6}.reasons-list{list-style:none;text-align:left}.reasons-list li{font-size:1.1rem;color:#6f42c1;margin:.8rem 0;padding-left:1.5rem;position:relative}.reasons-list li:before{content:"💕";position:absolute;left:0;top:0}.promise{font-size:1.2rem;color:#d63384;font-style:italic;line-height:1.6}.floating-hearts{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.floating-heart{position:absolute;color:#ff6b9d;font-size:2rem;animation:floatUp 8s linear infinite}.floating-heart:nth-child(1){left:10%;animation-delay:0s}.floating-heart:nth-child(2){left:30%;animation-delay:2s}.floating-heart:nth-child(3){left:50%;animation-delay:4s}.floating-heart:nth-child(4){left:70%;animation-delay:6s}.floating-heart:nth-child(5){left:90%;animation-delay:8s}@keyframes floatUp{0%{transform:translateY(100vh) rotate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100vh) rotate(360deg);opacity:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.main-title{font-size:2.5rem}.subtitle{font-size:1.2rem}.message-container,.poem-section,.reasons-section,.promise-section{padding:1.5rem;margin:1rem 0}.love-message{font-size:1.1rem}}
