*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:#f6ecd6;color:#2a1d17;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px;text-align:center}main{max-width:480px;width:100%}.logo{display:block;margin:0 auto 18px;width:clamp(120px,28vw,168px);height:auto;border-radius:22%;box-shadow:0 8px 24px rgba(42,29,23,0.18)}.tagline{font-size:clamp(17px,4.5vw,22px);color:#2a1d17;margin:0 0 14px;font-weight:700;letter-spacing:-0.01em}.lede{font-size:15px;line-height:1.55;color:#3a2a22;margin:0 auto 26px;max-width:420px}.buttons{display:flex;gap:12px;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:26px}.store-badge{display:inline-block;height:48px;line-height:0}.store-badge img{height:100%;width:auto;display:block}.store-badge.disabled{opacity:0.5;pointer-events:none;filter:grayscale(0.4)}.footer{font-size:13px;color:#5c4a40}.footer a{color:#8a2e2a;text-decoration:none}.footer a:hover{text-decoration:underline}@media (prefers-color-scheme:dark){body{background:#1a1c20;color:#e6e8ec}.tagline{color:#e6e8ec}.lede{color:#c8ccd2}.footer{color:#8a8e94}.footer a{color:#c93a37}.logo{box-shadow:0 8px 24px rgba(0,0,0,0.45)}}