*{margin:0;padding:0;box-sizing:border-box}:root{--color-bg: #1a1a1a;--color-text: #ffffff;--color-text-secondary: rgba(255, 255, 255, .85);--color-accent: #ff4081}html,body{height:100%}body{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.download-page{max-width:600px;text-align:center}.content{display:flex;flex-direction:column;gap:1.5rem}.title{font-size:clamp(2rem,5vw,3rem);font-weight:600;line-height:1.2;letter-spacing:-.02em}.accent-line{height:6px;width:180px;background-color:var(--color-accent);border-radius:3px;margin:0 auto}.description{display:flex;flex-direction:column;gap:.75rem}.description p{font-size:clamp(1rem,2.5vw,1.25rem);color:var(--color-text-secondary);margin:0}.store-buttons{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:1rem}@media (min-width: 480px){.store-buttons{flex-direction:row;justify-content:center}}.store-buttons a{display:block;transition:transform .2s ease,opacity .2s ease}.store-buttons a:hover{transform:scale(1.05)}.store-buttons a:active{transform:scale(.98);opacity:.9}.store-buttons img{height:50px;width:auto;display:block}.logo{margin-bottom:2.5rem}.logo img{height:100px;width:auto}
