:root {
  color: #172033;
  background: #f5f7fb;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
body { min-width: 320px; margin: 0; background: #f5f7fb; }
a { color: inherit; }
.legal-header { background: #050712; border-bottom: 1px solid rgba(255,255,255,.1); }
.legal-nav { display: flex; align-items: center; justify-content: space-between; width: min(calc(100% - 40px), 880px); min-height: 76px; margin: 0 auto; }
.legal-brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; }
.legal-brand span { display: flex; flex-direction: column; gap: 3px; }
.legal-brand b { font-size: 14px; letter-spacing: .08em; }
.legal-brand small { color: #858da2; font-size: 11px; letter-spacing: .14em; }
.legal-back { color: #aab2c4; font-size: 13px; text-decoration: none; }
.legal-back:hover { color: #fff; }
.legal-main { width: min(calc(100% - 40px), 880px); padding: 76px 0 100px; margin: 0 auto; }
.legal-kicker { margin: 0 0 18px; color: #4258de; font-size: 12px; font-weight: 750; letter-spacing: .13em; }
h1 { margin: 0; color: #0b1221; font-size: clamp(40px, 7vw, 62px); line-height: 1.08; letter-spacing: -.05em; }
.legal-meta { margin: 20px 0 0; color: #6c768a; font-size: 13px; }
.legal-summary { padding: 24px; margin: 42px 0; color: #3d485e; background: #eaf0ff; border: 1px solid #d4def8; border-radius: 12px; font-size: 15px; line-height: 1.8; }
.legal-content { display: grid; gap: 40px; }
.legal-content section { padding-top: 34px; border-top: 1px solid #dce1ea; }
h2 { margin: 0 0 15px; color: #131b2c; font-size: 23px; letter-spacing: -.025em; }
p, li { color: #566176; font-size: 15px; line-height: 1.85; }
p { margin: 0; }
ul { display: grid; gap: 8px; padding-left: 22px; margin: 13px 0 0; }
.legal-content a { color: #2d4adf; overflow-wrap: anywhere; }
.legal-footer { padding: 25px 0; color: #7b8496; background: #050712; font-size: 12px; text-align: center; }
@media (max-width: 600px) { .legal-main { padding: 58px 0 76px; } .legal-summary { padding: 20px; } .legal-nav, .legal-main { width: min(calc(100% - 28px), 880px); } }
