/* The privacy policy (2026-09-14): a reading page in the shell's column.
   Inter, ink on paper, the report's measures — nothing the status pages do
   not already do, minus their badges and buttons. */
.legal { max-width: 680px; }
.legal-eyebrow { margin: 0; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--brand, #2563EB); }
.legal h1 { margin: 8px 0 0; font-size: 30px; font-weight: 700; line-height: 1.15; letter-spacing: -.025em; }
.legal-updated { margin: 8px 0 24px; font-size: 13px; color: var(--muted, #5b6470); }
.legal h2 { margin: 30px 0 8px; font-size: 18px; font-weight: 600; line-height: 1.25; letter-spacing: -.01em; }
.legal p { margin: 0 0 12px; font-size: 15px; line-height: 1.6; }
.legal ul { margin: 0 0 12px; padding-left: 20px; font-size: 15px; line-height: 1.6; }
.legal li + li { margin-top: 6px; }
.legal a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.legal .muted { color: var(--muted, #5b6470); }
@media (max-width: 760px) {
  .legal h1 { font-size: 26px; }
  .legal h2 { margin-top: 24px; font-size: 17px; }
  .legal p, .legal ul { font-size: 14.5px; }
}
