*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,Poppins,sans-serif}body{background:radial-gradient(circle at top,#1a1a1a,#0b0b0b,#000);min-height:100vh;color:#fff}.page{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;padding:40px 20px}.content{margin-top:10vh}.logo{width:clamp(140px,30vw,220px);margin-bottom:40px}.subtitle{font-size:clamp(1rem,2.8vw,1.3rem);color:#cfcfcf;margin-bottom:8px}.subtitle.light{opacity:.8}.coming{margin-top:50px;letter-spacing:4px;font-size:.9rem;color:#9e9e9e;animation:fade 2.5s infinite}.stores{margin-top:30px;display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.stores img{height:50px;cursor:pointer;transition:transform .3s ease,opacity .3s ease}.stores img:hover{transform:scale(1.05);opacity:.9}.footer{margin-top:auto;font-size:.75rem;color:#777;opacity:.8}@keyframes fade{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@media(max-width:480px){.content{margin-top:6vh}.stores img{height:44px}}
