*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0f0f1a;--bg-card: #1a1a2e;--accent: #e94560;--accent-hover: #ff6b81;--text-primary: #f5f5f5;--text-secondary: #a0a0b8;--border: rgba(255, 255, 255, .08)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-primary);color:var(--text-primary);min-height:100vh;display:flex;align-items:center;justify-content:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:radial-gradient(ellipse at 20% 50%,rgba(233,69,96,.08) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(72,52,212,.08) 0%,transparent 50%)}.container{width:100%;max-width:480px;padding:24px;display:flex;flex-direction:column;align-items:center;min-height:100vh;justify-content:center}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:24px;padding:48px 32px 40px;text-align:center;width:100%;box-shadow:0 4px 24px #0000004d,0 1px 2px #0003}.logo-wrapper{width:96px;height:96px;margin:0 auto 24px;background:linear-gradient(135deg,var(--accent),#4834d4);border-radius:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #e945604d}.logo{width:64px;height:64px;filter:brightness(0) invert(1)}h1{font-size:2rem;font-weight:800;letter-spacing:-.02em;margin-bottom:8px;background:linear-gradient(135deg,#fff,#a0a0b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{color:var(--text-secondary);font-size:1rem;margin-bottom:32px;line-height:1.5}.redirecting{color:var(--accent);font-size:.9rem;font-weight:500;margin-bottom:24px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.store-buttons{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.store-btn{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 24px;border-radius:14px;text-decoration:none;color:#fff;font-weight:500;transition:all .2s ease;border:1px solid var(--border)}.store-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.store-btn:active{transform:translateY(0)}.google-play{background:linear-gradient(135deg,#1a7a3a,#0d5c28);border-color:#1a7a3a4d}.google-play:hover{background:linear-gradient(135deg,#1f8c43,#11712f)}.app-store{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#2563eb4d}.app-store:hover{background:linear-gradient(135deg,#3b82f6,#2563eb)}.store-btn-text{display:flex;flex-direction:column;align-items:flex-start}.store-btn-small{font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;opacity:.85;line-height:1}.store-btn-large{font-size:1.15rem;font-weight:600;line-height:1.3}.description{color:var(--text-secondary);font-size:.875rem;line-height:1.7}footer{margin-top:32px;text-align:center}footer p{color:var(--text-secondary);font-size:.8rem}footer a{color:var(--accent);text-decoration:none;transition:color .2s}footer a:hover{color:var(--accent-hover)}@media(max-width:480px){.container{padding:16px}.card{padding:36px 24px 32px;border-radius:20px}.logo-wrapper{width:80px;height:80px}.logo{width:52px;height:52px}h1{font-size:1.75rem}}
