/* =====================================================
   P77 App — Legal pages (privacy, terms)
   ===================================================== */
.legal { max-width: 800px; margin-inline: auto; }
.legal .updated { font-family: var(--font-mono); font-size: var(--fs-sm); color: var(--clr-text-muted); margin-bottom: var(--sp-2xl); }
.legal h2 {
  font-size: var(--fs-xl); color: var(--clr-accent-gold);
  margin-top: var(--sp-2xl); margin-bottom: var(--sp-md);
  padding-bottom: var(--sp-sm); border-bottom: 1px solid var(--clr-border);
}
.legal h2:first-of-type { margin-top: 0; }
.legal p, .legal li { color: var(--clr-text-secondary); }
.legal ul { list-style: disc; padding-left: 1.4em; margin-bottom: var(--sp-md); display: grid; gap: 6px; }
.legal ul li { padding-left: 4px; }
.legal a { color: var(--clr-accent-gold); text-decoration: underline; }
