.app{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}header{margin-bottom:3rem}h1{font-size:2.5rem;color:#2c3e50;margin-bottom:1rem}p{font-size:1.2rem;color:#34495e}.download-buttons{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.store-button{transition:transform .2s ease}.store-button:hover{transform:scale(1.05)}@media (max-width: 600px){.download-buttons{flex-direction:column;gap:1rem}}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh}
