﻿.lavender-events-loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg, #f8f4f9 0%, #e8d5e8 50%, #f0e6f0 100%);display:flex;justify-content:center;align-items:center;z-index:9999;opacity:1;transition:opacity 0.8s ease-out}.lavender-events-loading-overlay.fade-out{opacity:0;pointer-events:none}.lavender-events-spinner-container{text-align:center;position:relative}.lavender-events-spinner{position:relative;width:200px;height:200px;margin:0 auto 30px}.events-ring{position:absolute;border:4px solid transparent;border-radius:50%;animation:eventsRingRotate 3s linear infinite}.events-ring-1{width:120px;height:120px;top:40px;left:40px;border-top:4px solid #d4af37;border-right:4px solid #d4af37;animation-delay:0s}.events-ring-2{width:140px;height:140px;top:30px;left:30px;border-bottom:4px solid #e6b3e6;border-left:4px solid #e6b3e6;animation-delay:-1s}@keyframes eventsRingRotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.events-cake{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.cake-layer{background:linear-gradient(145deg, #fff 0%, #f9f9f9 100%);border:2px solid #e6b3e6;border-radius:8px;margin:0 auto 2px;animation:cakeGrow 2s ease-in-out infinite alternate}.cake-layer-1{width:60px;height:15px;animation-delay:0s}.cake-layer-2{width:45px;height:12px;animation-delay:0.3s}.cake-layer-3{width:30px;height:10px;animation-delay:0.6s}.cake-candle{width:3px;height:15px;background:#d4af37;margin:0 auto;border-radius:2px;position:relative}.cake-flame{width:8px;height:8px;background:radial-gradient(circle, #ff6b6b 0%, #ff9999 100%);border-radius:50%;position:absolute;top:-8px;left:-2.5px;animation:flameFlicker 1s ease-in-out infinite alternate}@keyframes cakeGrow{0%{transform:scaleY(0.8)}100%{transform:scaleY(1.1)}}@keyframes flameFlicker{0%{transform:scale(0.8) rotate(-2deg);opacity:0.8}100%{transform:scale(1.2) rotate(2deg);opacity:1}}.events-balloons{position:absolute;width:100%;height:100%}.balloon{position:absolute;width:20px;height:25px;border-radius:50% 50% 50% 50% / 60% 60% 40% 40%;animation:balloonFloat 4s ease-in-out infinite}.balloon-1{background:linear-gradient(145deg, #ff6b6b, #ff8e8e);top:20px;left:20px;animation-delay:0s}.balloon-2{background:linear-gradient(145deg, #4ecdc4, #6dd5d3);top:30px;right:20px;animation-delay:1s}.balloon-3{background:linear-gradient(145deg, #ffe66d, #ffed88);bottom:40px;left:30px;animation-delay:2s}.balloon-4{background:linear-gradient(145deg, #e6b3e6, #f0ccf0);bottom:30px;right:30px;animation-delay:3s}.balloon::after{content:'';position:absolute;bottom:-15px;left:50%;width:1px;height:15px;background:#666;transform:translateX(-50%)}@keyframes balloonFloat{0%, 100%{transform:translateY(0px) rotate(-2deg)}50%{transform:translateY(-15px) rotate(2deg)}}.events-confetti{position:absolute;width:100%;height:100%;overflow:hidden}.confetti-piece{position:absolute;width:6px;height:6px;border-radius:50%;animation:confettiFall 3s linear infinite}.confetti-1{background:#ff6b6b;left:10%;animation-delay:0s}.confetti-2{background:#4ecdc4;left:25%;animation-delay:0.5s}.confetti-3{background:#ffe66d;left:40%;animation-delay:1s}.confetti-4{background:#e6b3e6;left:55%;animation-delay:1.5s}.confetti-5{background:#ff8e8e;left:70%;animation-delay:2s}.confetti-6{background:#6dd5d3;left:85%;animation-delay:2.5s}@keyframes confettiFall{0%{transform:translateY(-100px) rotate(0deg);opacity:1}100%{transform:translateY(300px) rotate(720deg);opacity:0}}.events-hearts{position:absolute;width:100%;height:100%}.heart{position:absolute;width:12px;height:12px;animation:heartFloat 4s ease-in-out infinite}.heart::before, .heart::after{content:'';position:absolute;width:8px;height:12px;background:#ff69b4;border-radius:8px 8px 0 0;transform:rotate(-45deg);transform-origin:0 100%}.heart::after{left:4px;transform:rotate(45deg);transform-origin:100% 100%}.heart-1{top:15%;left:15%;animation-delay:0s}.heart-2{top:25%;right:15%;animation-delay:1s}.heart-3{bottom:25%;left:20%;animation-delay:2s}@keyframes heartFloat{0%, 100%{transform:translateY(0px) scale(1);opacity:0.7}50%{transform:translateY(-20px) scale(1.2);opacity:1}}.lavender-events-loading-text h3{font-family:'Playfair Display', serif;font-size:2.2rem;font-weight:700;color:#8e44ad;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,0.1);animation:textPulse 2s ease-in-out infinite}.lavender-events-loading-text p{font-family:'Playfair Display', serif;font-size:1.1rem;color:#663399;font-style:italic;animation:textFade 3s ease-in-out infinite}@keyframes textPulse{0%, 100%{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes textFade{0%, 100%{opacity:0.7}50%{opacity:1}}#main-content{opacity:0;transform:translateY(20px);transition:all 0.8s ease-out}#main-content.show{opacity:1;transform:translateY(0)}@media (max-width:768px){.lavender-events-spinner{width:150px;height:150px}.events-ring-1{width:90px;height:90px;top:30px;left:30px}.events-ring-2{width:110px;height:110px;top:20px;left:20px}.lavender-events-loading-text h3{font-size:1.8rem}.lavender-events-loading-text p{font-size:1rem}}
