:root { --accent:#4933fd; --ink:#171717; --muted:#737373; }
* { box-sizing: border-box; }
body {
  margin: 0; color: var(--ink); background: #fff;
  font-family: "General Sans", system-ui, -apple-system, sans-serif;
  line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
a { color: var(--accent); }

/* stealth landing */
.stealth { min-height: 100svh; display: grid; place-items: center; text-align: center; padding: 1.5rem; }
.stealth h1 { font-size: clamp(2.5rem, 9vw, 4.5rem); font-weight: 700; letter-spacing: -0.03em; margin: 0; }
.stealth .accent { color: var(--accent); }
.stealth p { color: var(--muted); margin-top: .5rem; }
.site-footer { position: fixed; bottom: 0; left: 0; right: 0; text-align: center; padding: 1.25rem; font-size: .85rem; }
.site-footer a { color: var(--muted); text-decoration: none; margin: 0 .35rem; }
.site-footer a:hover { color: var(--ink); }

/* legal pages */
.legal { max-width: 720px; margin: 0 auto; padding: 3.5rem 1.5rem 5rem; }
.legal a.back { font-size: .9rem; }
.legal .app-icon { display: block; width: 48px; height: 48px; border-radius: 10px; margin-top: 1.5rem; }
.legal h1 { font-size: 1.9rem; font-weight: 700; letter-spacing: -0.02em; margin: 1.25rem 0 .25rem; }
.legal h2 { font-size: 1.1rem; font-weight: 600; margin-top: 2rem; }
.legal .updated { color: var(--muted); font-size: .9rem; margin: 0 0 2rem; }
.legal p, .legal li { color: #2a2a2a; }
.legal ul { padding-left: 1.25rem; }
