body{-moz-osx-font-smoothing:grayscale;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,sans-serif;margin:0}code{background:#f5f5f5;border-radius:4px;font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;font-size:.85em;padding:.2rem .4rem}*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#ff6b9d;--accent:#e63946;--text-primary:#e63946;--light-pink:#ffb6c8;--bg-pink:pink;--bg:#fff;--text:#1a1a1a}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;background:pink;background:var(--bg-pink);color:#1a1a1a;color:var(--text);font-family:Space Grotesk,-apple-system,sans-serif}.App,body{overflow-x:hidden}.App{width:100%}h1,h2,h3{color:#e63946;color:var(--text-primary);font-family:Syne,sans-serif;font-weight:700}.hero{align-items:center;background:pink;background:var(--bg-pink);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:4rem 2rem;position:relative}.hero-content{max-width:1200px;padding:2rem;text-align:center;width:100%;z-index:10}.hero-title{font-size:clamp(3rem,12vw,8rem);font-weight:800;letter-spacing:-.02em;line-height:.9;margin-bottom:1.5rem}.hero-subtitle,.hero-title{color:#e63946;color:var(--text-primary)}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.5rem);font-weight:400;margin:0 auto 4rem;max-width:600px;opacity:.8}.hero-illustrations{flex-wrap:wrap;gap:clamp(1rem,3vw,3rem);margin-top:4rem}.hero-icon,.hero-illustrations{align-items:center;display:flex;justify-content:center}.hero-icon{height:clamp(80px,15vw,150px);width:clamp(80px,15vw,150px)}.hero-icon img{filter:drop-shadow(0 10px 30px rgba(230,57,70,.2));height:100%;object-fit:contain;width:100%}.scroll-hint{animation:bounce 2s infinite;bottom:4rem;font-size:.9rem;left:50%;opacity:.5;position:absolute;transform:translateX(-50%)}@keyframes bounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-10px)}}.question-section{align-items:center;background:pink;background:var(--bg-pink);display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:4rem 2rem;position:relative}.question-content{max-width:800px;text-align:center}.question-title{font-size:clamp(2.5rem,8vw,6rem);font-weight:800;line-height:1.1;margin-bottom:2rem}.question-subtitle,.question-title{color:#e63946;color:var(--text-primary)}.question-subtitle{font-size:clamp(1.2rem,3vw,1.8rem);font-weight:300;margin-bottom:4rem;opacity:.8}.buttons-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;min-height:120px;position:relative}.valentine-btn{border:none;border-radius:100px;cursor:pointer;font-family:Syne,sans-serif;font-size:1.5rem;font-weight:600;letter-spacing:-.01em;padding:1.5rem 3.5rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.yes-btn{background:linear-gradient(135deg,#e63946,#e63946);background:linear-gradient(135deg,var(--text-primary),var(--accent));box-shadow:0 20px 60px #e6394666;color:#fff;transform:scale(1)}.yes-btn:hover{box-shadow:0 25px 70px #e6394680;transform:scale(1.05)}.no-btn{background:#0000;border:2px solid #e63946;border:2px solid var(--text-primary);color:#e63946;color:var(--text-primary);position:relative;transition:all .3s ease}.no-btn:hover{border-color:#e63946;border-color:var(--accent);color:#e63946;color:var(--accent)}.feeling-section{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:4rem 2rem;position:relative}.feeling-container{grid-gap:6rem;align-items:center;display:grid;gap:6rem;grid-template-columns:1fr 1fr;max-width:1400px;width:100%}.feeling-visual{align-items:center;border-radius:40px;display:flex;height:600px;justify-content:center;overflow:hidden;position:relative;width:100%}.feeling-emoji{animation:float 3s ease-in-out infinite;font-size:15rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.feeling-content{padding:2rem}.feeling-number{font-size:1rem;font-weight:600;letter-spacing:.1em;margin-bottom:1.5rem}.feeling-number,.feeling-title{color:#e63946;color:var(--text-primary)}.feeling-title{font-size:clamp(3rem,6vw,5rem);font-weight:800;letter-spacing:-.02em;line-height:1;margin-bottom:2rem}.feeling-description{color:#e63946;color:var(--text-primary);font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:300;line-height:1.6;opacity:.9}.feeling-section:nth-child(2n) .feeling-container{direction:rtl}.feeling-section:nth-child(2n) .feeling-content{direction:ltr}.memory-wall{background:pink;background:var(--bg-pink);min-height:100vh;padding:8rem 2rem}.memory-header{margin-bottom:6rem;text-align:center}.memory-header h2{font-size:clamp(3rem,8vw,6rem);font-weight:800;margin-bottom:1.5rem}.memory-header h2,.memory-header p{color:#e63946;color:var(--text-primary)}.memory-header p{opacity:.8}.memory-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1400px}.memory-card{background:#fff;border-radius:30px;cursor:pointer;overflow:hidden;transition:transform .4s ease}.memory-card:hover{transform:translateY(-10px)}.memory-image{align-items:center;background:linear-gradient(135deg,#ffe5ec,#fff0f5);display:flex;font-size:6rem;height:400px;justify-content:center;width:100%}.memory-info{padding:2rem}.memory-info h3{font-size:1.8rem;margin-bottom:.5rem}.memory-info h3,.memory-info p{color:#e63946;color:var(--text-primary)}.memory-info p{font-size:1.1rem;font-weight:300;opacity:.8}.final-message{align-items:center;background:pink;background:var(--bg-pink);color:#e63946;color:var(--text-primary);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:4rem 2rem;text-align:center}.ring-canvas{background:#0000;height:500px;margin-bottom:4rem;max-width:700px;width:100%}.ring-loading{justifyContent:center;fontSize:1.2rem;fontWeight:500;align-items:center;color:#e63946;color:var(--text-primary);display:flex;height:100%}.final-text{max-width:800px}.final-text h2{color:#e63946;color:var(--text-primary);font-size:clamp(2.5rem,6vw,5rem);font-weight:800;margin-bottom:2rem}.final-text p{color:#fff;font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:400;line-height:1.6;opacity:.95}.final-love-text{color:#e63946!important;color:var(--text-primary)!important;font-size:2rem!important;font-weight:600!important;margin-top:2rem!important;opacity:1!important}@media (max-width:968px){.feeling-container{gap:3rem;grid-template-columns:1fr}.feeling-section:nth-child(2n) .feeling-container{direction:ltr}.feeling-visual{height:400px}.feeling-emoji{font-size:10rem}.memory-grid{grid-template-columns:1fr}.buttons-wrapper{flex-direction:column;min-height:200px}.hero{padding:3rem 1.5rem}.hero-title{font-size:clamp(2.5rem,10vw,4rem);margin-bottom:1rem}.hero-subtitle{font-size:clamp(1rem,4vw,1.2rem);margin-bottom:2rem}.hero-illustrations{gap:1.5rem;margin-top:2rem}.hero-icon{height:clamp(60px,12vw,100px);width:clamp(60px,12vw,100px)}.scroll-hint{bottom:2rem;font-size:.8rem}}@media (max-width:480px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:.95rem}.hero-illustrations{gap:1rem}.hero-icon{height:70px;width:70px}.question-title{font-size:2rem}.question-subtitle{font-size:1.1rem}.valentine-btn{font-size:1.2rem;padding:1rem 2rem}}*{transition:background-color .3s ease}.feeling-section,.memory-card,.valentine-btn{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);will-change:transform}.footer{background:var(--bg-pink);border-top:1px solid #e6394633;padding:3rem 2rem}.footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1400px}.footer-left{flex:1 1}.footer-love-icon{filter:drop-shadow(0 5px 20px rgba(230,57,70,.3));height:80px;transition:transform .3s ease;width:auto}.footer-love-icon:hover{transform:scale(1.1) rotate(5deg)}.footer-right{flex:1 1;text-align:right}.footer-text{align-items:center;color:var(--text-primary);display:flex;flex-wrap:wrap;font-size:1.1rem;font-weight:400;gap:.5rem;justify-content:flex-end}.footer-heart-icon{animation:heartbeat 2s ease-in-out infinite;display:inline-block;height:24px;vertical-align:middle;width:auto}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.footer-link{color:var(--text-primary);font-weight:600;position:relative;text-decoration:none;transition:all .3s ease}.footer-link:after{background:var(--text-primary);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-link:hover:after{width:100%}.footer-link:hover{transform:translateY(-2px)}@media (max-width:768px){.footer-content{flex-direction:column;text-align:center}.footer-left,.footer-right{text-align:center;width:100%}.footer-text{justify-content:center}.footer-love-icon{height:60px}}
/*# sourceMappingURL=main.ffa1c982.css.map*/