:root {
  --green: #2f6f3e;
  --green-dark: #1e4a29;
  --bg: #F7F6F2;
  --card: #ffffff;
  --text: #21271f;
  --muted: #6b756c;
  --border: #e4e2da;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}
.wrap { max-width: 720px; margin: 0 auto; padding: 32px 22px 80px; }
header.site { display: flex; align-items: center; gap: 10px; padding: 22px; max-width: 720px; margin: 0 auto; }
header.site .logo { width: 38px; height: 38px; border-radius: 11px; background: #e3efe4; display: flex; align-items: center; justify-content: center; font-size: 20px; }
header.site .name { font-weight: 800; color: var(--green-dark); font-size: 18px; }
header.site a { margin-left: auto; color: var(--green); text-decoration: none; font-weight: 600; font-size: 14px; }
h1 { font-size: 30px; color: var(--green-dark); margin: 8px 0 4px; line-height: 1.2; }
h2 { font-size: 19px; color: var(--green-dark); margin: 30px 0 8px; }
.eff { color: var(--muted); font-size: 13px; margin-bottom: 8px; }
p, li { font-size: 15.5px; }
a { color: var(--green); }
ul { padding-left: 20px; }
li { margin: 4px 0; }
table { width: 100%; border-collapse: collapse; margin: 12px 0; background: var(--card); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
th, td { text-align: left; padding: 10px 12px; font-size: 14px; border-bottom: 1px solid var(--border); vertical-align: top; }
th { background: #eef2ec; color: var(--green-dark); }
tr:last-child td { border-bottom: none; }
.hero { text-align: center; padding: 28px 0 8px; }
.hero .badge { width: 84px; height: 84px; border-radius: 24px; background: #e3efe4; display: inline-flex; align-items: center; justify-content: center; font-size: 44px; margin-bottom: 10px; }
.hero p { color: var(--muted); font-size: 17px; max-width: 520px; margin: 8px auto 0; }
.links { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 26px; }
.links a { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 12px 18px; text-decoration: none; color: var(--green-dark); font-weight: 700; font-size: 15px; }
footer { text-align: center; color: var(--muted); font-size: 13px; padding: 30px 0; border-top: 1px solid var(--border); margin-top: 40px; }
footer a { color: var(--muted); margin: 0 8px; }
.back { display: inline-block; margin-bottom: 6px; color: var(--green); text-decoration: none; font-weight: 600; font-size: 14px; }
