/* Long-form pages (privacy policy, legal notice).
   Standalone: do not load alongside style.min.css, whose body rules centre
   a single hero and would collapse long text. */
:root {
  color-scheme: dark;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #000000;
  color: #ffffff;
  margin: 0;
  padding: 48px 24px 96px;
  line-height: 1.65;
  -webkit-text-size-adjust: 100%;
}
.container {
  max-width: 720px;
  margin: 0 auto;
}
.back {
  display: inline-block;
  color: #888;
  text-decoration: none;
  font-size: 0.95em;
  margin-bottom: 32px;
}
.back:hover {
  color: #fff;
}
h1 {
  font-size: 2.5em;
  line-height: 1.15;
  margin: 0 0 8px;
}
.updated {
  color: #888;
  font-size: 0.95em;
  margin: 0 0 40px;
}
h2 {
  font-size: 1.4em;
  line-height: 1.3;
  margin: 48px 0 12px;
  scroll-margin-top: 24px;
}
h3 {
  font-size: 1.1em;
  margin: 28px 0 8px;
}
p,
li {
  font-size: 1.05em;
}
ul {
  padding-left: 22px;
}
li {
  margin-bottom: 8px;
}
a {
  color: #fff;
}
strong {
  font-weight: 600;
}
.lead {
  border: 1px solid #333;
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 8px;
}
.lead ul {
  margin-bottom: 0;
}
.lead p:first-child {
  margin-top: 0;
}
.muted {
  color: #888;
}
/* Wide content must scroll inside itself, never the page. */
.table-wrap {
  overflow-x: auto;
  margin: 16px 0;
}
table {
  border-collapse: collapse;
  width: 100%;
  min-width: 480px;
  font-size: 0.98em;
}
th,
td {
  text-align: left;
  vertical-align: top;
  padding: 10px 14px;
  border-bottom: 1px solid #333;
}
th {
  font-weight: 600;
  white-space: nowrap;
}
footer {
  margin-top: 72px;
  padding-top: 24px;
  border-top: 1px solid #333;
  color: #888;
  font-size: 0.9em;
}
footer a {
  color: #888;
}
footer a:hover {
  color: #fff;
}
@media (max-width: 480px) {
  body {
    padding: 32px 18px 64px;
  }
  h1 {
    font-size: 2em;
  }
}
