:root{--bg: #2D232E;--card: #474448;--text: #F1F0EA;--muted: #E0DDCF;--accent: #8B2635;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}.page{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;padding:24px;background:radial-gradient(circle at 50% 30%,#3a2d3b 0%,var(--bg) 70%);color:var(--text)}.card{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:560px;width:100%}.logo{width:360px;max-width:85vw;height:auto}.tagline{margin:16px 0 44px;font-size:1.5rem;color:var(--muted);line-height:1.5}.buttons{display:flex;flex-direction:column;gap:18px;width:100%;max-width:360px}.store-btn{display:flex;align-items:center;justify-content:center;gap:16px;padding:18px 26px;border:1px solid var(--muted);border-radius:16px;background:var(--text);color:#1a1418;text-decoration:none;cursor:pointer;font:inherit;transition:transform .12s ease,box-shadow .12s ease}.store-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000059}.store-btn:active{transform:translateY(0)}.store-btn__text{display:flex;flex-direction:column;align-items:center;line-height:1.1}.store-btn__text small{font-size:.78rem;letter-spacing:.08em;opacity:.7}.store-btn__text strong{font-size:1.35rem}.store-btn--disabled{background:var(--card);color:var(--muted);border-color:transparent;cursor:not-allowed;opacity:.75}.store-btn--disabled:hover{transform:none;box-shadow:none}.footer{font-size:.85rem;color:var(--muted);opacity:.6}
