
:root { --ink: #1a1c1e; --muted: #696f76; --clay: #b8422e; --paper: #f7f5f2; --rule: #d8d4cd;
  --kr: "Noto Serif KR", "AppleMyungjo", ui-serif, Georgia, serif;
  --en: "Public Sans", ui-sans-serif, "Helvetica Neue", Arial, sans-serif;
  --grot: "Space Grotesk", ui-sans-serif, "Helvetica Neue", Arial, sans-serif; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--kr); font-size: 16px; line-height: 1.8;
  word-break: keep-all; overflow-wrap: break-word; -webkit-font-smoothing: antialiased; }
html[lang="en"] body { font-family: var(--en); }
.page { max-width: 760px; margin: 0 auto; padding-inline: 16px; padding-block: 28px 56px; }
header { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; align-items: baseline;
  border-bottom: 2px solid var(--ink); padding-bottom: 12px; }
.brand { font-weight: 900; font-size: 30px; letter-spacing: -0.02em; color: var(--ink); text-decoration: none; }
.sub, .meta, footer { font-family: var(--grot); font-size: 13px; color: var(--muted); }
a { color: inherit; }
main { display: grid; gap: 28px; padding-top: 24px; }
h1 { font-size: 26px; line-height: 1.35; margin: 0; }
h2 { font-size: 18px; margin: 0 0 6px; }
p, ul { margin: 0 0 10px; }
.world + .world { border-top: 1px solid var(--rule); padding-top: 16px; }
.world h2 a { text-decoration: none; }
.headline { font-size: 22px; font-weight: 700; line-height: 1.45; margin: 4px 0 8px; }
.headline a { text-decoration: none; }
.go { font-family: var(--grot); font-weight: 600; color: var(--clay); text-decoration: none; }
.dek { color: #4a4e54; }
h3 { font-family: var(--grot); font-size: 13px; font-weight: 600; letter-spacing: .06em; color: var(--clay); margin: 14px 0 4px; }
.rising { list-style: none; margin: 0 0 12px; padding: 0; counter-reset: r; }
.rising li { counter-increment: r; display: flex; justify-content: space-between; gap: 12px; padding: 6px 0;
  border-bottom: 1px solid var(--rule); font-family: var(--grot); font-size: 15px; }
.rising li::before { content: counter(r); color: var(--muted); width: 1.4em; }
.rising.plain li::before { content: none; }
.rising .note { display: inline-block; color: var(--muted); }  /* a narrow row moves it whole to the next line */
.rising li a { flex: 1; text-decoration: none; overflow-wrap: anywhere; }
.fig { color: var(--clay); font-weight: 600; font-variant-numeric: tabular-nums; }
dl { display: grid; grid-template-columns: minmax(7em, 38%) 1fr; gap: 6px 16px; margin: 14px 0; }
dt { color: var(--muted); font-family: var(--grot); font-size: 13px; padding-top: 3px; }
dd { margin: 0; font-variant-numeric: tabular-nums; }
section h2 { border-bottom: 1px solid var(--rule); padding-bottom: 4px; margin-top: 8px; }
footer { border-top: 1px solid var(--rule); margin-top: 36px; padding-top: 12px; display: flex; flex-wrap: wrap; gap: 6px 14px; }
