/*
  legal.css — 汉字学习（Hanzi Learn）法律文档公共样式
  由《隐私政策》《用户协议》《账号注销协议》中英文版共用。
  改版式只需改此文件，所有语言版本同步生效。
*/
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  background: #f5f6f8;
  color: #1f2329;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  padding: 0 0 48px;
}
.wrap { max-width: 760px; margin: 0 auto; padding: 24px 20px; }
header {
  background: linear-gradient(135deg, #4a6cf7 0%, #6a4af7 100%);
  color: #fff;
  padding: 32px 20px;
  text-align: center;
}
header h1 { font-size: 22px; font-weight: 600; letter-spacing: 1px; }
header p { font-size: 13px; opacity: .85; margin-top: 8px; }
h2 {
  font-size: 17px; font-weight: 600; color: #4a6cf7;
  margin: 28px 0 10px; padding-left: 10px;
  border-left: 4px solid #4a6cf7;
}
p, li { font-size: 14.5px; color: #383d44; }
.card {
  background: #fff; border-radius: 12px; padding: 18px 18px;
  margin-bottom: 14px; box-shadow: 0 1px 4px rgba(0,0,0,.04);
}
ul { padding-left: 20px; }
li { margin: 6px 0; }
.warn {
  background: #fff7e6; border: 1px solid #ffe1a8;
  border-radius: 10px; padding: 14px 16px; margin: 16px 0;
  font-size: 14px; color: #8a5a00;
}
.warn b { color: #b76e00; }
table { width: 100%; border-collapse: collapse; margin-top: 8px; font-size: 13.5px; }
th, td { border: 1px solid #e8eaed; padding: 10px 12px; text-align: left; }
th { background: #f0f3ff; color: #3a4a7a; font-weight: 600; }
td:first-child { color: #1f2329; font-weight: 500; }
.contact {
  background: #eef3ff; border-radius: 10px; padding: 14px 16px;
  font-size: 13.5px; color: #2a3a6a; margin-top: 8px;
}
.foot { text-align: center; font-size: 12px; color: #9aa0a6; margin-top: 28px; }
.date { text-align: right; font-size: 13px; color: #6b7280; margin-top: 10px; }

/* 联系入口 hub（客服中心）：每个渠道是可点链接，点一下直接跳转对应 App/网页 */
.contact-lead { font-size: 14.5px; color: #383d44; margin: 4px 0 18px; }
.contact-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 18px; }
a.contact-row {
  display: flex; align-items: center; justify-content: space-between;
  background: #fff; border-radius: 12px; padding: 16px 18px;
  box-shadow: 0 1px 4px rgba(0,0,0,.04);
  text-decoration: none; color: inherit;
}
a.contact-row:active { background: #f0f3ff; }
.contact-row .ch-main { display: flex; flex-direction: column; }
.contact-row .ch-name { font-size: 15.5px; font-weight: 600; color: #1f2329; }
.contact-row .ch-handle { font-size: 13px; color: #6b7280; margin-top: 3px; }
.contact-row .ch-go {
  color: #4a6cf7; font-size: 13px; font-weight: 600;
  white-space: nowrap; margin-left: 12px;
}
