:root {
  color-scheme: light;
  --ink: #111410;
  --paper: #f7f3e9;
  --sage: #aebda8;
  --muted: #667064;
  --accent: #d7ff75;
  --line: rgba(17, 20, 16, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.7 Arial, Helvetica, sans-serif; }
a { color: inherit; }
.legal-header { display: flex; justify-content: space-between; align-items: center; min-height: 72px; padding: 0 max(24px, 6vw); border-bottom: 1px solid var(--line); }
.legal-brand { text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .24em; }
.legal-header nav { display: flex; gap: 24px; font-size: 12px; }
.legal-header nav a { color: var(--muted); text-decoration: none; }
.legal-header nav a:hover { color: var(--ink); }
.legal-main { width: min(860px, calc(100% - 40px)); margin: 0 auto; padding: 96px 0 120px; }
.legal-kicker { margin: 0 0 24px; color: var(--muted); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.035em; }
h1 { max-width: 760px; margin: 0; font-size: clamp(56px, 8vw, 96px); line-height: .9; }
.legal-lead { max-width: 680px; margin: 34px 0 64px; color: #424b41; font-size: 19px; }
.notice { margin: 0 0 56px; padding: 22px 24px; border-left: 5px solid var(--accent); background: #e8eee2; font-size: 14px; }
.legal-section { padding: 40px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 18px; font-size: 34px; }
.legal-section p, .legal-section li { color: #465046; }
.legal-section ul, .legal-section ol { padding-left: 22px; }
.legal-section li + li { margin-top: 9px; }
.status-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 28px; }
.status-card { min-height: 150px; padding: 22px; background: #e8eee2; border-radius: 10px; }
.status-card span { color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.status-card strong { display: block; margin: 28px 0 7px; font: 400 26px Georgia, serif; }
.status-card p { margin: 0; font-size: 13px; }
code, pre { font-family: 'Courier New', monospace; }
pre { margin: 22px 0; padding: 22px; overflow-x: auto; color: #dfe6dc; background: var(--ink); border-radius: 10px; font-size: 12px; line-height: 1.8; }
table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 13px; }
th, td { padding: 14px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--muted); font-weight: 500; }
.legal-footer { display: flex; justify-content: space-between; gap: 30px; padding: 40px max(24px, 6vw); color: #aeb5ac; background: var(--ink); font-size: 12px; }
.legal-footer div { display: flex; flex-wrap: wrap; gap: 20px; }
.legal-footer a { text-decoration: none; }
@media (max-width: 640px) {
  .legal-header nav a:not(:last-child) { display: none; }
  .legal-main { padding-top: 70px; }
  .status-grid { grid-template-columns: 1fr; }
  .legal-footer { flex-direction: column; }
}
