:root {
  color: #ece8df;
  background: #101318;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-synthesis: none;
  --night: #101318;
  --amber: #f2b84b;
  --muted: rgba(255, 255, 255, .62);
  --line: rgba(255, 255, 255, .14);
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 75% 0%, #2a241b 0, var(--night) 34%); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid #c9851c; outline-offset: 4px; }
.legal-header { width: min(1080px, calc(100% - 48px)); height: 92px; display: flex; align-items: center; justify-content: space-between; margin: 0 auto; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; padding: 8px; border-radius: 13px; background: rgba(242,184,75,.1); }
.brand > span:last-child { display: grid; line-height: 1; }
.brand strong { font-family: "Songti SC", STSong, serif; font-size: 21px; }
.brand small { margin-top: 7px; font-size: 9px; font-weight: 700; letter-spacing: .32em; opacity: .7; }
.back-link { padding: 9px 14px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; font-size: 13px; }
.back-link:hover { color: var(--night); border-color: var(--amber); background: var(--amber); }
main { width: min(1080px, calc(100% - 48px)); margin: 0 auto; padding: 92px 0 110px; }
article { max-width: 780px; }
.eyebrow { margin: 0 0 22px; color: var(--amber); font-size: 11px; font-weight: 700; letter-spacing: .18em; }
h1, h2 { font-family: "Songti SC", STSong, serif; font-weight: 600; }
h1 { margin: 0; font-size: clamp(54px, 7vw, 82px); letter-spacing: -.04em; }
.lead { margin: 28px 0 0; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.9; }
section { margin-top: 76px; padding-top: 28px; border-top: 1px solid var(--line); }
h2 { margin: 0 0 24px; font-size: 30px; }
h3 { margin: 0 0 9px; font-size: 16px; }
section > p, li, .item p, aside p { color: var(--muted); font-size: 15px; line-height: 1.9; }
section a { color: var(--amber); border-bottom: 1px solid rgba(242,184,75,.42); }
.item { display: grid; grid-template-columns: 38px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.item > span { color: var(--amber); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.item p { margin: 0; }
ul { margin: 0 0 20px; padding-left: 20px; }
li + li { margin-top: 5px; }
aside { margin-top: 76px; padding: 28px; color: var(--night); background: var(--amber); }
aside p { margin: 8px 0 0; color: rgba(16,19,24,.72); }
footer { width: min(1080px, calc(100% - 48px)); min-height: 110px; display: flex; align-items: center; justify-content: space-between; margin: 0 auto; color: rgba(255,255,255,.48); border-top: 1px solid var(--line); font-size: 12px; }
footer a:hover { color: var(--amber); }

@media (max-width: 620px) {
  .legal-header, main, footer { width: calc(100% - 32px); }
  .legal-header { height: 78px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand strong { font-size: 19px; }
  main { padding: 68px 0 80px; }
  h1 { font-size: 54px; }
  .lead { font-size: 16px; }
  section { margin-top: 58px; }
  .item { grid-template-columns: 1fr; gap: 8px; }
  aside { margin-top: 58px; padding: 22px; }
}
