html,body,#root{margin:0;padding:0;height:100%;width:100%}.coming-soon{height:100vh;width:100%;background:linear-gradient(135deg,#ffb6f9,#ffd6f5);display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.overlay{background:#fff0facc;padding:40px 60px;border-radius:25px;text-align:center;color:#c94f7c;box-shadow:0 8px 25px #0003;z-index:10}.overlay h1{font-size:3rem;margin:0}.overlay h2{font-size:1.8rem;margin:10px 0}.overlay p{font-size:1rem;margin-top:10px}.flower{position:absolute;top:-50px;font-size:1.8rem;animation:fall linear infinite;opacity:.8}@keyframes fall{0%{transform:translateY(-50px) rotate(0);opacity:1}to{transform:translateY(110vh) rotate(360deg);opacity:0}}.lang-switch{position:absolute;top:20px;right:20px;display:flex;gap:10px;z-index:20}.lang-switch button{padding:6px 12px;border:none;border-radius:8px;background:#fff0fae6;color:#c94f7c;font-weight:700;cursor:pointer;transition:.3s}.lang-switch button:hover{background:#ffb6f9;color:#fff}.lang-switch .active{background:#ff6f91;color:#fff}.flower:nth-child(1){left:5%;animation-duration:6s}.flower:nth-child(2){left:15%;animation-duration:7s}.flower:nth-child(3){left:25%;animation-duration:5s}.flower:nth-child(4){left:35%;animation-duration:8s}.flower:nth-child(5){left:45%;animation-duration:6s}.flower:nth-child(6){left:55%;animation-duration:9s}.flower:nth-child(7){left:65%;animation-duration:7s}.flower:nth-child(8){left:75%;animation-duration:6s}.flower:nth-child(9){left:85%;animation-duration:10s}.flower:nth-child(10){left:95%;animation-duration:8s}
