/* Public /legal/* page styles — referenced from server/legal-public.js wrap().
 * Lives here (and served as a real file) so helmet's CSP can be enabled
 * without needing 'unsafe-inline' for style-src. */

:root { color-scheme: light; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, sans-serif;
  color: #0F172A;
  background: #FAFAF7;
  margin: 0;
  padding: 24px;
  line-height: 1.55;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

h1 { font-size: 28px; margin: 8px 0 4px; }

h2 {
  font-size: 20px;
  margin-top: 36px;
  border-bottom: 1px solid #E5E7EB;
  padding-bottom: 6px;
}

h3 { font-size: 16px; margin-top: 24px; }

a { color: #FF5B5B; }

table {
  border-collapse: collapse;
  width: 100%;
  margin: 16px 0;
  font-size: 14px;
}

th, td {
  border: 1px solid #E5E7EB;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}

th { background: #FFFFFF; }

hr {
  border: 0;
  border-top: 1px solid #E5E7EB;
  margin: 32px 0;
}

code {
  background: #F3F4F6;
  padding: 1px 4px;
  border-radius: 4px;
  font-size: 0.92em;
}

.brand {
  font-weight: 700;
  color: #FF5B5B;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.brand a {
  color: inherit;
  text-decoration: none;
}
