*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#005ea9;color:#fff;display:flex;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding:24px}.container{max-width:380px;width:100%}.logo{width:256px;height:256px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center}h1{font-size:22px;font-weight:700;margin-bottom:8px}p{font-size:14px;color:#c1c1c7;margin-bottom:32px;line-height:1.5}.spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.15);border-top-color:#ffe366;border-radius:50%;animation:.8s linear infinite spin;margin:0 auto 16px}@keyframes spin{to{transform:rotate(360deg)}}.redirect-msg{font-size:13px;color:#b2b2c0}.noscript-msg{font-size:13px;color:#b2b2c0;margin-bottom:16px}.buttons{display:none}.buttons.visible{display:flex;flex-direction:column;gap:12px}.btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;border-radius:12px;font-size:16px;font-weight:600;text-decoration:none;transition:250ms;box-shadow:0 0 0 transparent}.btn:hover{box-shadow:0 4px 6px rgba(0,0,0,.25)}.btn:active{opacity:.8}.btn-android{background:#07b24c;color:#fff}.btn-ios{background:#000;color:#fff}.btn svg{width:22px;height:22px;fill:currentColor}