@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&family=Cinzel:wght@400..900&display=swap";.bg-gradient{position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#e8c994,#ddb67d 28%,#b8894f 62%,#8a5c28);z-index:0}.container{position:relative;z-index:1;max-width:480px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;text-align:center}.app-icon{width:100px;height:100px;border-radius:24px;overflow:hidden;box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffffff14;margin-bottom:24px;background:#fff;animation:iconPop .6s cubic-bezier(.175,.885,.32,1.275) both;animation-delay:.2s}.app-icon img{width:100%;height:100%;object-fit:contain;padding:12px}@keyframes iconPop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.app-name{font-family:Cinzel,serif;font-size:28px;font-weight:700;letter-spacing:-.5px;margin-bottom:4px;animation:fadeUp .6s ease both;animation-delay:.35s}.app-name span{color:#013d09}.app-subtitle{font-size:13px;color:#333;text-transform:uppercase;letter-spacing:2px;font-weight:600;margin-bottom:20px;animation:fadeUp .6s ease both;animation-delay:.45s}.app-desc{font-size:16px;line-height:1.6;color:#333;margin-bottom:36px;max-width:340px;animation:fadeUp .6s ease both;animation-delay:.55s}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.redirect-status{margin-bottom:28px;animation:fadeUp .6s ease both;animation-delay:.6s}.redirect-status__text{font-size:14px;color:#333;margin-bottom:12px}.progress-bar{width:200px;height:3px;background:#ffffff1a;border-radius:3px;margin:0 auto;overflow:hidden}.progress-bar__fill{height:100%;background:linear-gradient(90deg,#fff,#ffffffb3);border-radius:3px;transition:width 2s linear}.store-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:100%;max-width:320px;padding:16px 32px;border-radius:50px;background:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;font-weight:700;text-decoration:none;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);animation:fadeUp .6s ease both;animation-delay:.7s}.open-app-btn{margin-bottom:12px;background:#c2a364;color:#fff}.store-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #c2a3644d}.store-btn:active{transform:translateY(0)}.store-btn__icon{width:24px;height:24px;flex-shrink:0}.store-btn__text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.store-btn__text small{font-size:10px;font-weight:800;opacity:.8;text-transform:uppercase;letter-spacing:.5px}.store-btn__text strong{font-size:16px}.store-btn--group{max-width:none;padding:14px 28px;font-size:15px;animation:none}.store-btn--group .store-btn__icon{width:22px;height:22px}.store-btn--group .store-btn__text small{font-size:9px;opacity:.7}.store-btn--group .store-btn__text strong{font-size:15px}.btn-group{display:flex;flex-direction:column;gap:12px;width:100%;max-width:320px;animation:fadeUp .6s ease both;animation-delay:.7s}.btn-group .store-btn:hover{box-shadow:0 6px 20px #0003}.footer{margin-top:48px;animation:fadeUp .6s ease both;animation-delay:.95s}.footer__text{font-size:12px;color:#333}@media(min-width:768px){.container{padding:60px 24px}.app-icon{width:120px;height:120px;border-radius:28px}.app-name{font-size:34px}.app-desc{font-size:17px}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Playfair Display,serif;background:#ddb67d;color:#333;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased}#root{min-height:100vh}
