@charset "UTF-8";*{box-sizing:border-box;margin:0;padding:0;outline:none;border:none;text-decoration:none;list-style:none;background:none;letter-spacing:.02em}body{font-family:Montserrat,sans-serif;background:linear-gradient(135deg,var(--brand-bg) 0%,var(--brand-surface) 100%);min-height:100vh}.download-page{display:flex;align-items:center;justify-content:center;width:100vw;min-height:100vh;padding:2rem}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:600px;text-align:center}.logo{width:120px;height:120px;margin-bottom:2rem;border-radius:24px;box-shadow:0 8px 32px #0000001f;object-fit:contain}.logo-placeholder{display:flex;align-items:center;justify-content:center;width:120px;height:120px;margin-bottom:2rem;border-radius:24px;box-shadow:0 8px 32px #0000001f;background:var(--brand-primary);color:#fff;font-size:3rem;font-weight:700}.heading{font-size:2.5rem;font-weight:700;color:var(--brand-primary);margin-bottom:1rem;line-height:1.2}.sub-heading{font-size:1.1rem;font-weight:400;color:var(--brand-secondary);margin-bottom:3rem;line-height:1.6}.store-buttons{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:280px}.store-button{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 24px;border-radius:12px;font-size:1rem;font-weight:600;color:#fff;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.store-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.store-button svg{width:24px;height:24px;flex-shrink:0}.store-button--apple{background:#000}.store-button--google{background:linear-gradient(135deg,#4285f4,#34a853)}.store-button--rustore{background:linear-gradient(135deg,#07f,#00c2ff)}.store-button--rutube{background:#1c1c1e}.footer{margin-top:3rem;font-size:.85rem;color:var(--brand-muted)}@media only screen and (max-width:480px){.heading{font-size:1.8rem}.sub-heading{font-size:1rem}.logo,.logo-placeholder{width:100px;height:100px}}
