/* Shared styling for the legal pages. Deliberately standalone: these must render
   even if the app's bundle fails, and search engines should read them plainly. */
:root { color-scheme: light; }
* { box-sizing: border-box; }
body {
  margin: 0 auto; max-width: 46rem; padding: 3rem 1.5rem 5rem;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #0f172a; background: #fff; line-height: 1.65;
}
a { color: #1d4ed8; }
h1 { font-size: 1.75rem; letter-spacing: -0.02em; margin: 0 0 .25rem; }
h2 { font-size: 1.1rem; margin: 2.25rem 0 .5rem; }
h3 { font-size: .95rem; margin: 1.5rem 0 .25rem; }
p, li { font-size: .95rem; }
ul { padding-left: 1.25rem; }
table { border-collapse: collapse; width: 100%; margin: .75rem 0; font-size: .9rem; }
th, td { border: 1px solid #e2e8f0; padding: .5rem .625rem; text-align: left; vertical-align: top; }
th { background: #f8fafc; font-weight: 600; }
.updated { color: #64748b; font-size: .85rem; margin: 0 0 2rem; }
.nav { margin-bottom: 2.5rem; font-size: .875rem; }
.nav a { margin-right: 1rem; }
footer { margin-top: 3.5rem; padding-top: 1.5rem; border-top: 1px solid #e2e8f0; color: #64748b; font-size: .85rem; }
