@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&family=Montserrat:wght@300;400;600&display=swap";.app-container{min-height:100vh;position:relative;overflow-x:hidden;background:linear-gradient(to bottom,#87cefa,#e0f6ff,#f0fdf4);color:#2d3748}.cloud{position:absolute;background:#fff;border-radius:50px;opacity:.8;animation:float 30s linear infinite;z-index:0}.cloud:before,.cloud:after{content:"";position:absolute;background:#fff;border-radius:50%}.cloud1{width:120px;height:40px;top:10%;left:-10%;animation-duration:45s}.cloud1:before{width:60px;height:60px;top:-30px;left:15px}.cloud1:after{width:50px;height:50px;top:-20px;right:20px}.cloud2{width:180px;height:60px;top:30%;right:-20%;animation-duration:60s;animation-direction:reverse;opacity:.6}.cloud2:before{width:80px;height:80px;top:-40px;left:25px}.cloud2:after{width:70px;height:70px;top:-30px;right:25px}.cloud3{width:100px;height:35px;top:60%;left:-15%;animation-duration:35s}.cloud3:before{width:50px;height:50px;top:-25px;left:15px}.cloud3:after{width:40px;height:40px;top:-15px;right:15px}@keyframes float{0%{transform:translate(0)}to{transform:translate(120vw)}}.content-wrapper{position:relative;z-index:10;max-width:800px;margin:0 auto;padding:2rem 1rem;display:flex;flex-direction:column;gap:4rem}.section{background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2.5rem;box-shadow:0 10px 30px #0000000d;text-align:center}h2{font-family:Caveat,cursive;font-size:3rem;color:#4a5568;margin-top:0;margin-bottom:2rem}.hero-section{text-align:center;padding:4rem 1rem;background:transparent!important;box-shadow:none!important}.hero-subtitle{font-size:1.2rem;text-transform:uppercase;letter-spacing:3px;color:#4a5568;margin-bottom:1rem}.hero-title{font-family:Caveat,cursive;font-size:6rem;color:#2d3748;line-height:1.1;margin:0 0 1rem;text-shadow:2px 2px 4px rgba(255,255,255,.8)}.hero-date{font-size:1.5rem;font-weight:600;color:#4a5568;background:#ffffffb3;display:inline-block;padding:.5rem 2rem;border-radius:30px;margin-bottom:2rem}.telegram-btn{display:inline-flex;align-items:center;gap:.5rem;background:#08c;color:#fff;text-decoration:none;font-weight:600;padding:1rem 2rem;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #08c6}.telegram-btn:hover{background:#0099e6;transform:translateY(-2px);box-shadow:0 6px 20px #08c9}.balloons{position:relative;height:150px;width:100%;margin:0 auto 2rem;display:flex;justify-content:center}.balloon{width:40px;height:50px;border-radius:50%/40% 40% 60% 60%;position:absolute;box-shadow:inset -5px -5px 10px #0000001a}.balloon:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent}.b1{background:#ff4757;left:calc(50% - 40px);top:20px}.b1:after{border-bottom:8px solid #ff4757}.b2{background:#1e90ff;left:calc(50% - 15px);top:5px;z-index:2}.b2:after{border-bottom:8px solid #1e90ff}.b3{background:#2ed573;left:calc(50% + 15px);top:15px}.b3:after{border-bottom:8px solid #2ed573}.b4{background:#ffa502;left:calc(50% - 60px);top:40px}.b4:after{border-bottom:8px solid #ffa502}.b5{background:#ff6348;left:calc(50% + 35px);top:35px}.b5:after{border-bottom:8px solid #ff6348}.string{width:1px;background:#ccc;position:absolute;height:60px;bottom:-60px;left:50%}.countdown-grid{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.countdown-item{display:flex;flex-direction:column;align-items:center;background:#fff;padding:1rem;border-radius:15px;min-width:90px;box-shadow:0 4px 15px #0000000d}.countdown-value{font-size:2.5rem;font-weight:700;color:#1e90ff;line-height:1}.countdown-label{font-size:.8rem;color:#718096;text-transform:uppercase;margin-top:.5rem;letter-spacing:1px}.calendar-wrapper{max-width:400px;margin:0 auto;background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 4px 15px #0000000d}.calendar-header{font-size:1.25rem;font-weight:600;text-align:center;margin-bottom:1rem;color:#2d3748}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem;text-align:center}.calendar-day-name{font-size:.8rem;color:#a0aec0;font-weight:600;padding-bottom:.5rem}.calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:.9rem;border-radius:50%;color:#4a5568}.calendar-day.empty{visibility:hidden}.calendar-day.selected{background:#ff4757;color:#fff;font-weight:700;box-shadow:0 4px 10px #ff475766;transform:scale(1.1)}.timeline{position:relative;max-width:600px;margin:0 auto;padding:2rem 0}.timeline:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;background:#cbd5e0;transform:translate(-50%)}.timeline-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;position:relative}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-time{width:45%;text-align:right;font-size:1.5rem;font-weight:600;color:#1e90ff;font-family:Caveat,cursive}.timeline-item:nth-child(2n) .timeline-time{text-align:left}.timeline-dot{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:16px;height:16px;border-radius:50%;background:#ff4757;border:4px solid white;box-shadow:0 0 0 2px #ff4757}.timeline-content{width:45%;text-align:left;background:#fff;padding:1rem;border-radius:10px;box-shadow:0 2px 10px #0000000d}.timeline-item:nth-child(2n) .timeline-content{text-align:right}.timeline-title{font-weight:600;color:#2d3748}.timeline-desc{font-size:.9rem;color:#718096;margin-top:.25rem}@media(max-width:600px){.timeline:before{left:20px}.timeline-item,.timeline-item:nth-child(2n){flex-direction:column;align-items:flex-start;padding-left:50px;margin-bottom:1.5rem}.timeline-time,.timeline-content,.timeline-item:nth-child(2n) .timeline-time,.timeline-item:nth-child(2n) .timeline-content{width:100%;text-align:left}.timeline-time{margin-bottom:.5rem;font-size:1.2rem}.timeline-dot{left:20px;top:0;transform:translate(-50%)}}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;padding:1rem 0}.gallery-item{background:#fff;padding:10px 10px 40px;box-shadow:0 4px 15px #0000001a;transform:rotate(-2deg);transition:transform .3s ease;position:relative}.gallery-item:nth-child(2n){transform:rotate(2deg)}.gallery-item:hover{transform:scale(1.05) rotate(0);z-index:2}.gallery-placeholder{width:100%;aspect-ratio:1;background:#e2e8f0;display:flex;align-items:center;justify-content:center;color:#a0aec0;font-size:.9rem;overflow:hidden}.gallery-caption{font-family:Caveat,cursive;font-size:1.5rem;position:absolute;bottom:5px;left:0;width:100%;text-align:center;color:#4a5568}.rsvp-form{max-width:500px;margin:0 auto;text-align:left;display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#2d3748}.form-input,.form-select,.form-textarea{width:100%;padding:.8rem 1rem;border:1px solid #cbd5e0;border-radius:8px;font-family:Montserrat,sans-serif;font-size:1rem;transition:border-color .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#1e90ff;box-shadow:0 0 0 3px #1e90ff1a}.radio-group{display:flex;gap:1rem}.radio-label{display:flex;align-items:center;gap:.5rem;font-weight:400!important;cursor:pointer}.submit-btn{background:#ff4757;color:#fff;border:none;padding:1rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:background .2s;margin-top:1rem}.submit-btn:hover{background:#ff6b81}.success-message{text-align:center;color:#38a169;padding:2rem;background:#f0fff4;border-radius:10px;border:1px solid #c6f6d5}.success-message h3{margin-top:0;font-family:Caveat,cursive;font-size:2.5rem}.location-card{display:flex;flex-direction:column;align-items:center;gap:1rem}.location-icon{background:#e2e8f0;padding:1rem;border-radius:50%;color:#ff4757;display:flex;align-items:center;justify-content:center}.location-address{font-size:1.2rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.location-desc{color:#718096;line-height:1.6}
