/* Darkpool legal pages — Privacy / Terms / Imprint typography
   plus the small site-footer with legal links shown on every
   non-landing page. */

/* ---- legal page body ---- */

body.legal-page main {
  max-width: 720px;
  margin: 24px auto;
  padding: 0 18px 60px;
}

.legal {
  color: var(--fg);
  line-height: 1.55;
  font-size: 14px;
}

.legal__title {
  font-family: 'Silkscreen', monospace;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: var(--magenta);
  margin: 0 0 6px;
  text-transform: uppercase;
}

.legal__meta {
  color: var(--ash);
  font-size: 12px;
  margin: 0 0 28px;
  letter-spacing: 0.02em;
}

.legal section {
  margin-bottom: 22px;
}

.legal h2 {
  font-family: 'Silkscreen', monospace;
  font-size: 14px;
  color: var(--cyan);
  margin: 22px 0 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.legal p,
.legal ul,
.legal ol {
  margin: 8px 0;
}

.legal ul,
.legal ol {
  padding-left: 22px;
}

.legal li {
  margin: 4px 0;
}

.legal code {
  background: rgba(255, 255, 255, 0.06);
  padding: 1px 5px;
  border-radius: 2px;
  font-size: 0.92em;
  color: var(--cyan);
}

.legal a {
  color: var(--cyan);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal a:hover {
  color: var(--magenta);
}

.legal__address {
  font-style: normal;
  background: var(--bg-panel);
  border-left: 2px solid var(--magenta);
  padding: 10px 14px;
  margin: 10px 0;
  font-family: 'VT323', monospace;
  font-size: 16px;
  line-height: 1.4;
}

.legal__hint {
  color: var(--ash);
  font-size: 12px;
  display: inline-block;
}

.legal__back {
  margin-top: 36px;
  font-family: 'Silkscreen', monospace;
  font-size: 12px;
}

.legal__back a {
  color: var(--magenta);
}

/* ---- site-wide legal footer (every non-landing page) ---- */

.site-footer {
  text-align: center;
  font-family: 'Silkscreen', monospace;
  font-size: 11px;
  color: var(--ash);
  padding: 32px 18px 24px;
  letter-spacing: 0.04em;
}

.site-footer__sep {
  margin: 0 6px;
  color: var(--ash);
  opacity: 0.5;
}

.site-footer a {
  color: var(--ash);
  text-decoration: none;
  margin: 0 2px;
  transition: color 0.12s ease;
}

.site-footer a:hover {
  color: var(--magenta);
}

/* ---- signup-form legal-acceptance line ---- */

.auth__legal {
  font-size: 11px;
  color: var(--ash);
  text-align: center;
  margin: 8px 0 0;
  line-height: 1.5;
  font-family: 'Silkscreen', monospace;
  letter-spacing: 0.02em;
}

.auth__legal a {
  color: var(--cyan);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.auth__legal a:hover {
  color: var(--magenta);
}

/* ---- mobile ---- */

@media (max-width: 640px) {
  body.legal-page main {
    padding: 0 14px 40px;
  }
  .legal {
    font-size: 13px;
  }
  .legal__title {
    font-size: 18px;
  }
  .legal h2 {
    font-size: 13px;
  }
  .legal__address {
    font-size: 14px;
  }
}
