:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif; color: #202124; background: #fff; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #202124; font-size: 16px; line-height: 1.8; overflow-wrap: anywhere; }
.site-header { border-bottom: 1px solid #e5e7eb; }
.site-header > div { width: min(calc(100% - 40px), 960px); min-height: 60px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-header a, footer a { color: #a61b2b; text-decoration: none; }
.header-legal-nav { display: flex; gap: 18px; flex-wrap: wrap; }
.header-legal-nav a[aria-current="page"] { color: #202124; font-weight: 700; }
main, footer { width: min(calc(100% - 40px), 760px); margin: 0 auto; }
main { padding: 40px 0 68px; }
h1 { margin: 0 0 22px; font-size: 28px; line-height: 1.35; letter-spacing: 0; }
h2 { margin: 42px 0 14px; font-size: 21px; line-height: 1.45; letter-spacing: 0; scroll-margin-top: 20px; }
h3 { margin: 28px 0 10px; font-size: 18px; line-height: 1.5; letter-spacing: 0; }
p { margin: 0 0 16px; }
li + li { margin-top: 7px; }
ul, ol { padding-left: 1.5em; }
strong { color: #111827; }
a { color: #a61b2b; overflow-wrap: anywhere; }
.legal-toc { margin: 30px 0 36px; padding: 20px 0; border-top: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb; }
.legal-toc-title { margin-bottom: 12px; color: #111827; font-size: 18px; font-weight: 700; }
.legal-toc ol { margin: 0; columns: 2; column-gap: 36px; }
.legal-toc li { break-inside: avoid; margin: 0 0 8px; }
.legal-table { width: 100%; margin: 22px 0; overflow-x: auto; }
.legal-table[id] { scroll-margin-top: 20px; }
table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 1.65; }
th, td { min-width: 120px; padding: 10px 12px; border: 1px solid #d1d5db; text-align: left; vertical-align: top; }
th { background: #f6f7f8; }
footer { padding: 24px 0 36px; border-top: 1px solid #e5e7eb; color: #6b7280; font-size: 14px; line-height: 1.8; }
.footer-legal-nav { display: none; }
@media (max-width: 640px) {
  .site-header { display: none; }
  main, footer { width: min(calc(100% - 32px), 760px); }
  main { padding: 22px 0 48px; }
  h1 { margin-bottom: 18px; font-size: 24px; }
  h2 { margin-top: 34px; font-size: 20px; scroll-margin-top: 12px; }
  h3 { margin-top: 24px; font-size: 17px; }
  p { margin-bottom: 15px; }
  .legal-toc { margin: 24px 0 30px; padding: 18px 0; }
  .legal-toc ol { columns: 1; }
  .legal-table { overflow: visible; }
  .legal-table[id] { scroll-margin-top: 12px; }
  table, tbody, tr, td { display: block; width: 100%; }
  thead { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
  tbody tr { padding: 10px 0; border-top: 1px solid #d1d5db; }
  tbody tr:last-child { border-bottom: 1px solid #d1d5db; }
  td { display: grid; grid-template-columns: minmax(96px, 36%) minmax(0, 1fr); gap: 12px; min-width: 0; padding: 9px 0; border: 0; border-bottom: 1px solid #eef0f2; }
  td:last-child { border-bottom: 0; }
  td::before { content: attr(data-label); color: #4b5563; font-weight: 700; overflow-wrap: anywhere; }
  .footer-legal-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; margin-bottom: 18px; }
  .footer-legal-nav a[aria-current="page"] { color: #4b5563; font-weight: 700; }
}
