* { box-sizing: border-box; }
body {
  margin: 0;
  background: #f8fafc;
  color: #111827;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.65;
}
.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px clamp(18px, 5vw, 56px);
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
}
.legal-header a { color: #2563eb; }
.legal-main {
  width: min(760px, calc(100% - 32px));
  margin: 36px auto 64px;
  padding: clamp(22px, 5vw, 44px);
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
}
h1 { margin-top: 0; line-height: 1.2; }
h2 { margin-top: 2rem; line-height: 1.3; }
a { color: #1d4ed8; }
.owner-action {
  padding: 14px 16px;
  border: 2px solid #f59e0b;
  border-radius: 9px;
  background: #fffbeb;
}
.legal-meta { color: #6b7280; font-size: 14px; }
code { padding: 2px 4px; border-radius: 4px; background: #f3f4f6; }
