:root{--cream: #f3efe7;--ink: #16130f;--text: #2c2a26;--muted: #7a7468;--line: #e6e0d3;--card: #ffffff;--accent: #c0603c;--accent-on: #ffffff;--serif: "Newsreader", Georgia, serif;--sans: "Inter", system-ui, sans-serif}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--cream);color:var(--text);font-family:var(--sans)}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.shell{min-height:100vh;display:flex;flex-direction:column}.nav{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;max-width:880px;margin:0 auto;width:100%}.brand{display:flex;align-items:center;gap:10px;color:var(--text);font-weight:600;letter-spacing:-.02em}.brand:hover{text-decoration:none}.brand img{width:36px;height:36px;border-radius:9px}.nav-links{display:flex;gap:18px;font-size:14px;font-weight:500}.nav-links a{color:var(--muted)}.nav-links a:hover,.nav-links a.active{color:var(--text);text-decoration:none}.hero{flex:1;max-width:880px;margin:0 auto;padding:48px 24px 80px;width:100%;text-align:center}.hero-icon{width:96px;height:96px;border-radius:22px;margin-bottom:28px;box-shadow:0 12px 32px #16130f14}.kicker{font-size:12px;font-weight:600;letter-spacing:1.6px;text-transform:uppercase;color:var(--accent);margin:0 0 12px}h1{font-family:var(--serif);font-size:clamp(40px,8vw,64px);font-weight:500;line-height:1.05;margin:0 0 16px;letter-spacing:-.03em}.lede{font-size:18px;line-height:1.55;color:var(--muted);max-width:460px;margin:0 auto 32px}.stores{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:48px}.store-btn{display:inline-flex;transition:transform .15s ease}.store-btn:hover{transform:translateY(-1px);text-decoration:none}.store-btn img{height:48px;width:auto;display:block}.store-btn.play img{height:72px;margin:-12px 0}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;text-align:left}.feature{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:18px 16px}.feature h2{font-size:14px;font-weight:600;margin:0 0 6px}.feature p{font-size:13px;line-height:1.45;color:var(--muted);margin:0}.footer{border-top:1px solid var(--line);padding:20px 24px 32px;max-width:880px;margin:0 auto;width:100%;display:flex;justify-content:space-between;gap:12px;font-size:13px;color:var(--muted)}.legal{max-width:720px;margin:0 auto;padding:24px 24px 80px;width:100%}.legal h1{font-size:clamp(32px,6vw,44px);margin-bottom:8px}.updated{color:var(--muted);font-size:13px;margin:0 0 32px}.legal h2{font-family:var(--serif);font-size:22px;font-weight:500;margin:32px 0 10px}.legal p,.legal li{font-size:15px;line-height:1.65;color:var(--text)}.legal ul{padding-left:18px}@media(max-width:640px){.features{grid-template-columns:1fr}.footer{flex-direction:column}}
