/* Sentto 静态法务/首页共用样式（极简、无第三方脚本）。
   注：privacy/terms 页面由 build.py 生成时把这份 CSS 内联进 <style>，
   本文件供 index.html 引用（也可直接复制同一份规则，保持视觉一致）。 */
:root { color-scheme: light; }
* { box-sizing: border-box; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans",
    "Noto Sans JP", "PingFang SC", "Microsoft YaHei", sans-serif;
  margin: 0; padding: 0; background: #fff; color: #1a1a1a; line-height: 1.75;
}
.wrap { max-width: 720px; margin: 0 auto; padding: 32px 20px 80px; }
a { color: #A78BFA; text-decoration: none; }
a:hover { text-decoration: underline; }
header.site-header {
  border-bottom: 1px solid #eee; padding: 20px; text-align: center;
}
header.site-header .brand { font-size: 20px; font-weight: 700; color: #1a1a1a; text-decoration: none; }
header.site-header .brand span { color: #A78BFA; }
h1 { font-size: 24px; margin-top: 8px; }
.home-lede { color: #444; font-size: 16px; }
.home-links { list-style: none; padding: 0; margin: 32px 0; }
.home-links li {
  margin: 12px 0; font-size: 17px; border: 1px solid #eee; border-radius: 10px;
}
.home-links a {
  display: block; padding: 14px 18px; color: #1a1a1a;
}
.home-links a:hover { background: #faf8ff; text-decoration: none; }
.home-links .arrow { color: #A78BFA; float: right; }
footer.site-footer {
  text-align: center; color: #888; font-size: 13px; padding: 24px 20px 40px;
}
footer.site-footer a { color: #888; }
