*{margin:0;padding:0;box-sizing:border-box}#app{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;background-color:#fff;min-height:100vh}#app,.container{display:flex;align-items:center;justify-content:center}.container{padding:20px;max-width:600px;width:100%;aspect-ratio:1/1;flex-direction:column}.app-logo{width:250px;height:250px;max-width:100%;height:auto;margin-bottom:15px;border-radius:70px}.app-name{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:24px;font-weight:600;color:#333;margin-bottom:25px;text-align:center;width:100%;padding:0 20px}.store-buttons{display:flex;flex-direction:column;align-items:center;gap:15px}.store-button{display:block;width:180px;height:54px}.store-button img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media (min-width:768px){.store-buttons{flex-direction:row;justify-content:center}}.footer{position:fixed;bottom:20px;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;color:#666;font-size:14px}.footer:hover{opacity:.8}.footer-logo{height:20px;width:auto}