:root { color-scheme: light; font-family: Arial, Helvetica, sans-serif; color: #102c25; background: #f3f3e9; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; display: grid; place-items: center; padding: 32px 24px; border-top: 8px solid #c6ea65; }
main { width: 100%; max-width: 440px; }
.brand { font-size: 17px; font-weight: 800; letter-spacing: .16em; margin: 0 0 64px; }
.eyebrow { font-size: 11px; letter-spacing: .14em; font-weight: 700; }
h1 { font-size: clamp(52px, 12vw, 76px); letter-spacing: -.06em; line-height: 1; margin: 20px 0 24px; }
.intro { font-size: 18px; line-height: 1.6; color: #435c53; }
nav { display: grid; gap: 12px; margin-top: 32px; }
a { display: flex; align-items: center; gap: 16px; text-decoration: none; padding: 17px 24px; border-radius: 12px; color: white; background: #102c25; font-size: 24px; font-weight: 700; }
.store-icon { width: 32px; height: 36px; flex: 0 0 32px; }
.store-label { display: block; }
.store-caption { display: block; font-size: 12px; font-weight: 400; margin-bottom: 4px; }
a b { margin-left: auto; color: #c6ea65; }
a:hover { background: #254e3f; }
a:focus-visible { outline: 3px solid #386c22; outline-offset: 4px; }
.help, .unavailable { font-size: 14px; line-height: 1.6; color: #52675f; }
.help { margin-top: 32px; }
