:root {
  color-scheme: dark;
  font-family: "IBM Plex Sans", Inter, system-ui, sans-serif;
  color: #edf7fb;
  background: #05090d;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(rgba(121, 220, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 220, 255, 0.025) 1px, transparent 1px),
    #05090d;
  background-size: 48px 48px;
}

main {
  width: min(calc(100% - 32px), 820px);
  margin: 0 auto;
  padding: 58px 0 88px;
}

.legal-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 48px;
  color: #edf7fb;
  font-family: "Arial Narrow", sans-serif;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-decoration: none;
}

.legal-brand img {
  width: 38px;
  height: 38px;
  border: 1px solid #25495d;
  object-fit: contain;
}

.back-link,
.legal-links a {
  color: #79dcff;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
}

.back-link { display: block; margin-bottom: 42px; }
.back-link:hover,
.legal-links a:hover { color: #d9f7ff; }

.eyebrow {
  margin: 0 0 12px;
  color: #79dcff;
  font-family: Consolas, monospace;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-family: "Arial Narrow", sans-serif;
  font-size: clamp(2.9rem, 9vw, 5.4rem);
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.lead {
  max-width: 720px;
  margin: 28px 0 54px;
  color: #9bb0bc;
  font-size: 1.05rem;
  line-height: 1.75;
}

section {
  border-top: 1px solid #1f3544;
  padding: 28px 0 30px;
}

h2 {
  margin: 0 0 10px;
  font-family: "Arial Narrow", sans-serif;
  font-size: 1.45rem;
  letter-spacing: 0.01em;
}

p {
  margin: 0;
  color: #8497a4;
  line-height: 1.75;
}

section a {
  color: #79dcff;
}

.legal-links {
  display: flex;
  gap: 24px;
  margin-top: 36px;
  border-top: 1px solid #1f3544;
  padding-top: 24px;
}

@media (max-width: 600px) {
  main { padding-top: 30px; }
  .legal-brand { margin-bottom: 34px; }
  .lead { font-size: 0.95rem; }
}

html[data-theme='light'] {
  color-scheme: light;
  color: #17212b;
  background: #f5f7fb;
}

html[data-theme='light'] body {
  color: #17212b;
  background:
    radial-gradient(circle at 50% -20%, rgba(51, 90, 214, 0.08), transparent 40%),
    linear-gradient(rgba(31, 42, 107, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 42, 107, 0.035) 1px, transparent 1px),
    #f5f7fb;
  background-size: auto, 48px 48px, 48px 48px, auto;
}

html[data-theme='light'] .legal-brand,
html[data-theme='light'] h1,
html[data-theme='light'] h2 {
  color: #17212b;
}

html[data-theme='light'] .legal-brand img {
  border-color: #d6dee8;
}

html[data-theme='light'] .back-link,
html[data-theme='light'] .legal-links a,
html[data-theme='light'] .eyebrow,
html[data-theme='light'] section a {
  color: #075d82;
}

html[data-theme='light'] .back-link:hover,
html[data-theme='light'] .legal-links a:hover {
  color: #2746aa;
}

html[data-theme='light'] .lead,
html[data-theme='light'] p {
  color: #5c6977;
}

html[data-theme='light'] section,
html[data-theme='light'] .legal-links {
  border-color: #d6dee8;
}
