/* Long-form pages — support, privacy, terms. Loaded after style.css, which
   supplies the background, the palette and the self-hosted Press Start 2P
   face; this file only adds what prose needs.

   The display font stays on headings and nothing else on purpose. Press
   Start 2P is a 5x7 pixel face: gorgeous for "FIND YOUR PLAYER 2", unreadable
   for four hundred words about data retention. A privacy policy nobody can
   read is the same as not having one — and App Review reads these. */

.legal {
  max-width: 46rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem;
}

.legal-back {
  display: inline-block;
  margin-bottom: 2rem;
  color: #8f8cab;
  font-size: 0.85rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.legal-back:hover {
  color: var(--magenta);
  border-bottom-color: var(--magenta);
}

.legal h1 {
  margin: 0 0 0.75rem;
  font-size: 1.1rem;
  color: var(--gold);
  text-shadow: 2px 2px 0 var(--purple);
}

.legal h2 {
  margin: 2.5rem 0 0.75rem;
  font-size: 0.8rem;
  color: var(--magenta);
  line-height: 1.8;
}

.legal h3 {
  margin: 1.5rem 0 0.4rem;
  font-size: 1rem;
  color: var(--white);
}

.legal p,
.legal li {
  color: #cfcde0;
  line-height: 1.75;
  font-size: 1rem;
}

.legal ul {
  padding-left: 1.25rem;
}

.legal li {
  margin-bottom: 0.6rem;
}

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

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

.legal strong {
  color: var(--white);
}

.legal-updated {
  margin: 0 0 2rem;
  color: #6f6d85;
  font-size: 0.85rem;
}

/* For the sentences that carry the actual promise — the ones somebody
   skimming needs to land on. Used sparingly; a page where everything is
   emphasised emphasises nothing. */
.legal-callout {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid var(--magenta);
  background: rgba(122, 62, 106, 0.18);
}

.legal-callout p:last-child {
  margin-bottom: 0;
}

.legal-contact {
  display: inline-block;
  margin: 0.5rem 0 1.5rem;
  padding: 0.9rem 1.25rem;
  border: 2px solid var(--magenta);
  background: rgba(193, 61, 136, 0.12);
  color: var(--white);
  font-size: 1.05rem;
  text-decoration: none;
  word-break: break-all;
}

.legal-contact:hover {
  background: var(--magenta);
  color: var(--white);
}

.legal-footer {
  margin-top: 3.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #3a3850;
  color: #6f6d85;
  font-size: 0.85rem;
}

.legal-footer a {
  color: #8f8cab;
  margin-right: 1rem;
}

@media (max-width: 640px) {
  .legal h1 {
    font-size: 0.95rem;
  }

  .legal h2 {
    font-size: 0.72rem;
  }
}
