:root{--pastel-pink-light: #fff5f8;--pastel-pink-medium: #ffeef4;--pastel-pink-dark: #f8bbd0;--text-dark: #5c6b73;--text-accent: #880e4f;--text-gold: #c5a059;--font-title: "Great Vibes", cursive;--font-serif: "Playfair Display", serif;--font-main: "Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-serif);background-color:var(--pastel-pink-light);color:var(--text-dark);overflow:hidden;height:100vh;height:100dvh;line-height:1.6}#app{height:100vh;height:100dvh;display:flex;flex-direction:column;justify-content:space-evenly;position:relative;z-index:1;background:radial-gradient(circle at 50% 50%,#fffbfd,#fff0f5);padding:1rem 0;opacity:0;transition:opacity .3s ease}#app.loaded{opacity:1}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes float-gentle{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-15px) translate(5px)}}@keyframes float-gentle-reverse{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-15px) translate(-5px)}}.hero-image-section,.intro-text,.bautizo-title,.sub-intro-text,.regina-name{opacity:0}#app.loaded .hero-image-section{animation:scaleIn 1.5s ease-out forwards}#app.loaded .intro-text{animation:slideUp 1s ease-out forwards;animation-delay:.5s}#app.loaded .bautizo-title{animation:slideUp 1s ease-out forwards;animation-delay:.8s}#app.loaded .sub-intro-text{animation:slideUp 1s ease-out forwards;animation-delay:1.1s}#app.loaded .regina-name{animation:scaleIn 1.5s ease-out forwards;animation-delay:1.3s}@keyframes revealFade{0%{opacity:0}to{opacity:1}}.watercolor-stain{position:fixed;z-index:-2;background-size:contain;background-repeat:no-repeat;opacity:.4;pointer-events:none;mix-blend-mode:multiply;filter:blur(1px)}.stain-1{top:-5%;left:-5%;width:500px;height:500px;background-image:url(/resources/10.webp);transform:rotate(45deg);animation:float 10s ease-in-out infinite alternate;opacity:.3}.stain-2{bottom:-5%;right:-5%;width:600px;height:600px;background-image:url(/resources/11.webp);transform:rotate(-30deg);animation:float 12s ease-in-out infinite alternate-reverse;opacity:.3}.stain-3{top:40%;left:-15%;width:450px;height:450px;background-image:url(/resources/11.webp);transform:rotate(10deg);animation:float 14s ease-in-out infinite alternate;opacity:.6}.stain-4{top:10%;right:-10%;width:400px;height:400px;background-image:url(/resources/19.webp);transform:rotate(90deg);animation:float 11s ease-in-out infinite alternate-reverse;opacity:.6}.stain-5{bottom:20%;left:10%;width:350px;height:350px;background-image:url(/resources/10.webp);transform:rotate(-15deg);animation:float 13s ease-in-out infinite alternate;opacity:.25}.stain-6{top:50%;right:15%;width:400px;height:400px;background-image:url(/resources/19.webp);transform:rotate(180deg);animation:float 15s ease-in-out infinite alternate-reverse;opacity:.6}@media(max-width:768px){.stain-1,.stain-2,.stain-3,.stain-4,.stain-5,.stain-6{width:250px;height:250px;opacity:.3}}.event-date{text-align:center;font-family:var(--font-serif);font-size:1rem;font-weight:400;color:#880e4f;letter-spacing:.15rem;margin:0;opacity:0}#app.loaded .event-date{animation:slideUp 1s ease-out forwards;animation-delay:1.6s}.countdown-container,.footer{opacity:0}#app.loaded .countdown-container{animation:revealFade 1.5s ease-out 1.8s both}#app.loaded .footer{animation:revealFade 1s ease-out 2.2s both}.decoration{position:fixed;width:350px;height:350px;background-size:contain;background-repeat:no-repeat;opacity:.8;pointer-events:none;z-index:-1}.decoration-top{top:-20px;left:50%;margin-left:280px;background-image:url(/resources/5.webp);filter:blur(2px);animation:float-gentle 6s ease-in-out infinite}.decoration-bottom{bottom:-20px;left:50%;margin-left:-600px;background-image:url(/resources/7.webp);filter:blur(2px);animation:float-gentle-reverse 7s ease-in-out infinite;animation-delay:1s}.decoration-middle-left{top:25%;left:50%;margin-left:-650px;background-image:url(/resources/5.webp);filter:blur(3px);width:300px;height:300px;opacity:.6;animation:float-gentle 8s ease-in-out infinite;animation-delay:2s}.decoration-middle-right{bottom:25%;left:50%;margin-left:320px;background-image:url(/resources/7.webp);filter:blur(3px);width:300px;height:300px;opacity:.6;animation:float-gentle-reverse 9s ease-in-out infinite;animation-delay:.5s}@media(max-width:768px){.decoration{width:320px;height:320px;opacity:.6}.decoration-top{top:-60px;left:auto;right:-100px;margin-left:0}.decoration-bottom{bottom:-60px;left:-100px;margin-left:0}.decoration-middle-left{display:block;top:25%;left:-120px;margin-left:0;width:280px;height:280px}.decoration-middle-right{display:block;bottom:25%;left:auto;right:-120px;margin-left:0;width:280px;height:280px}}.hero-image-section{width:100%;display:flex;justify-content:center;flex-shrink:1;max-height:45vh;padding:0 1rem}.carousel-image-container{width:100%;max-width:600px;height:100%;display:flex;justify-content:center;align-items:center}.hero-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 10px 15px rgba(0,0,0,.05))}.invitation-header{text-align:center;padding:0 1rem;animation:fadeIn 2s ease-out;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;flex-shrink:0}.intro-text{font-size:2.5rem;font-family:var(--font-title);color:#d81b60;margin:0;font-weight:400;line-height:1.1}.sub-intro-text{font-size:2.5rem;font-family:var(--font-title);color:#d81b60;margin:0 0 0 7.5rem;font-weight:400;line-height:1.1;align-self:center;transform:translate(20px)}.bautizo-title{font-family:var(--font-serif);font-size:4.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.3rem;color:#880e4f;margin:0;line-height:1;padding:.2rem 0}.mobile-break{display:none}.regina-name{font-family:var(--font-title);font-size:8rem;font-weight:400;margin:-.5rem 0 0;color:#880e4f;line-height:.8;text-shadow:2px 2px 4px rgba(136,14,79,.1);padding-bottom:.5rem}.countdown-container{display:flex;justify-content:center;margin:0;animation:slideUp 1.5s ease-out;flex-shrink:0}.countdown{display:flex;gap:1rem}.time-block{background:#fff;padding:1.5rem .8rem;border-radius:50px 50px 0 0;min-width:80px;text-align:center;box-shadow:0 5px 15px #dc96b426;display:flex;flex-direction:column;justify-content:center;align-items:center}.time-block span{display:block;font-size:2.2rem;font-weight:400;font-family:var(--font-serif);color:#880e4f;line-height:1;margin-bottom:.2rem}.time-block small{font-size:.7rem;text-transform:uppercase;letter-spacing:1px;color:var(--text-dark);font-family:var(--font-serif)}.footer{margin-top:0;padding:.3rem 0;text-align:center;flex-shrink:0}.btn-proximamente{background:#fff;color:#880e4f;border:1px solid #fce4ec;padding:.6rem 2rem;font-size:.8rem;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #880e4f1a;font-family:var(--font-main);text-transform:uppercase;letter-spacing:2px}.btn-proximamente:hover{background-color:#fce4ec;transform:translateY(-2px);box-shadow:0 6px 15px #880e4f26}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-image-section{max-height:35vh}.bautizo-title{font-size:2.8rem;letter-spacing:.15rem}.mobile-break{display:block}.regina-name{font-size:5.5rem}.intro-text,.sub-intro-text{font-size:1.6rem}.time-block{min-width:55px;padding:.8rem .4rem}.time-block span{font-size:2rem}.footer{padding:.2rem 0}.btn-proximamente{padding:.5rem 1.5rem;font-size:.7rem;letter-spacing:2px}}@media(max-height:700px){.hero-image-section{max-height:35vh}.intro-text,.sub-intro-text{font-size:1.3rem}.bautizo-title{font-size:2rem;letter-spacing:.1rem}.regina-name{font-size:3.8rem;padding-bottom:.2rem}.time-block{min-width:50px;padding:.6rem .3rem}.time-block span{font-size:1.6rem}.time-block small{font-size:.6rem}.btn-proximamente{padding:.4rem 1.2rem;font-size:.65rem}.footer{padding:.1rem 0}}
