:root {
  --fg: #222;
  --muted: #666;
  --line: #e3ddd2;
  --accent: #6e7f55;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  color: var(--fg);
  line-height: 1.75;
  background: #fff;
}
article { max-width: 720px; margin: 0 auto; padding: 24px 18px 64px; }
article h1 { font-size: 1.7rem; line-height: 1.35; margin: .2em 0 .4em; }
article h2 { font-size: 1.3rem; margin: 1.9em 0 .5em; padding-top: .3em; border-top: 1px solid var(--line); }
article h3 { font-size: 1.1rem; margin: 1.4em 0 .4em; }
article p { margin: .7em 0; }
article img { max-width: 100%; height: auto; border-radius: 8px; display: block; }
figure { margin: 1.4em 0; }
figcaption { font-size: .85rem; color: var(--muted); margin-top: .4em; text-align: center; }
blockquote { margin: 1.2em 0; padding: .8em 1em; background: #f7f4ec; border-left: 3px solid var(--accent); border-radius: 4px; }
table { border-collapse: collapse; width: 100%; margin: 1.4em 0; font-size: .95rem; }
th, td { border: 1px solid var(--line); padding: .55em .7em; text-align: left; }
thead th { background: #f3efe6; }
article a { color: #1a6b4f; }
.post-meta { color: var(--muted); font-size: .9rem; margin: .2em 0 1.4em; }
.post-meta a { color: inherit; text-underline-offset: .16em; }
.post-answer { margin: 1.25em 0 1.8em; padding: 1.05em 1.15em 1.15em; border: 1px solid var(--line); border-left: 3px solid var(--accent); border-radius: 8px; background: #f7f4ec; }
.post-answer-kicker { margin: 0 0 .35em; font-family: "SFMono-Regular", Consolas, monospace; font-size: .72rem; line-height: 1.4; letter-spacing: .12em; color: var(--muted); }
.post-answer-title { margin: 0 0 .35em; font-weight: 700; line-height: 1.45; color: #18221e; }
.post-answer-copy { margin: 0; color: #34413b; }
.post-answer-pillar { display: inline-block; margin-top: .7em; font-size: .9rem; font-weight: 600; color: #1a6b4f; text-decoration: none; }
.post-answer-pillar:hover { text-decoration: underline; }
.geo-footer { margin-top: 2.4em; padding-top: 1.2em; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
.post-sources { margin: 2.4em 0 0; padding: 1.15em 1.2em; border: 1px solid var(--line); border-radius: 8px; background: #faf8f2; }
.post-sources .post-sources-kicker { margin: 0 0 .25em; font-family: "SFMono-Regular", Consolas, monospace; font-size: .7rem; letter-spacing: .12em; color: var(--muted); }
.post-sources h2 { margin: 0 0 .75em; padding: 0; border: 0; font-size: 1.05rem; }
.post-sources ul { margin: 0; padding-left: 1.2em; }
.post-sources li { margin: .55em 0; }
.post-sources li span { display: block; margin-top: .1em; color: var(--muted); font-size: .88rem; }
.post-sources-note { margin: .9em 0 0; padding-top: .75em; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }

article ul, article ol { margin: .7em 0; padding-left: 1.25em; }
article li { margin: .3em 0; }
.post-more { max-width: 720px; margin: 2.4em auto 0; padding: 1.4em 18px 2.8em; border-top: 1px solid var(--line); }
.post-more-h { font-size: .85rem; letter-spacing: .06em; color: var(--muted); margin: 0 0 .9em; }
.post-more-list { list-style: none; margin: 0 0 1.3em; padding: 0; display: flex; flex-wrap: wrap; gap: .55em 1.3em; }
.post-more-list a { color: #1a6b4f; text-decoration: none; font-size: .95rem; }
.post-more-list a:hover { text-decoration: underline; }
.post-related-list { list-style: none; margin: 0 0 1.5em; padding: 0; display: grid; gap: .55em; }
.post-related-list a { color: #18221e; text-decoration: none; font-size: .95rem; line-height: 1.55; }
.post-related-list a:hover { text-decoration: underline; }
.post-more-cta { display: inline-block; padding: .62em 1.15em; border: 1px solid var(--accent); border-radius: 999px; color: var(--accent); text-decoration: none; font-size: .95rem; }
.post-more-cta:hover { background: var(--accent); color: #fff; }
