@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";body,h1,p,a,div{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}:root{--primary-color: #007aff;--background-color: #f9f9f9;--text-color: #333;--card-background: #ffffff;--shadow-color: rgba(0, 0, 0, .1)}.download-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:var(--background-color);font-family:Inter,sans-serif;text-align:center;padding:20px;box-sizing:border-box}.download-header .logo{font-size:4rem;margin-bottom:1rem}.download-header h1{font-size:2.5rem;font-weight:700;color:var(--text-color);margin:0 0 .5rem}.download-header p{font-size:1.2rem;color:#666;margin-bottom:3rem}.download-main{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:320px}.store-button{display:flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:8px;text-decoration:none;color:#fff;font-size:1rem;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px var(--shadow-color)}.store-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000026}.store-button.apple{background-color:#000}.store-button.google{background-color:#333}.store-icon{font-size:2rem;margin-right:15px}.store-text{text-align:left;line-height:1.2}.store-text strong{font-size:1.25rem;font-weight:600}.download-footer{position:absolute;bottom:20px;font-size:.8rem;color:#999}
