:root {
  color-scheme: dark;
}
html,
body {
  margin: 0;
  padding: 0;
  background: #020617;
  color: #cbd5e1;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
}
.page-header {
  border-bottom: 1px solid #0f172a;
}
.page-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 24px;
}
.brand {
  display: inline-block;
  text-decoration: none;
}
.brand-mark {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #64748b;
}
.brand-sub {
  font-size: 12px;
  color: #475569;
  margin-top: 2px;
}
main.legal {
  max-width: 760px;
  margin: 0 auto;
  padding: 64px 24px;
  color: #cbd5e1;
}
.back {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #64748b;
  text-decoration: none;
}
.back:hover {
  color: #cbd5e1;
}
h1 {
  margin-top: 32px;
  font-size: 30px;
  font-weight: 600;
  color: #f1f5f9;
}
.meta {
  margin-top: 8px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #475569;
}
h2 {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 600;
  color: #f1f5f9;
}
p {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.7;
  color: #94a3b8;
}
ul {
  margin-top: 16px;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.7;
  color: #94a3b8;
}
ul li {
  margin-top: 8px;
}
strong {
  color: #cbd5e1;
}
footer.site {
  border-top: 1px solid #0f172a;
  background: #020617;
  color: #475569;
  font-size: 12px;
  padding: 32px 24px;
  margin-top: 48px;
}
footer.site .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
footer.site nav {
  display: flex;
  gap: 20px;
  align-items: center;
}
footer.site a {
  color: #475569;
  text-decoration: none;
}
footer.site a:hover {
  color: #cbd5e1;
}
