:root {
  --ink: #1a1a1a;
  --gray-1: #f4f3ef;
  --gray-2: #e6e3dc;
  --gray-3: #c8c4ba;
  --gray-4: #908a7d;
  --gray-5: #5a5650;
  --paper: #fdfbf6;
  --rule: #d8d3c8;
  --accent: #a8201a;
  --accent-soft: #f4e6e4;
  --up: #b91c1c;
  --down: #1e3a8a;
}
* { box-sizing: border-box; -webkit-font-smoothing: antialiased; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Noto Serif KR', serif; line-height: 1.6; letter-spacing: -0.005em; font-feature-settings: 'tnum'; }
.sans { font-family: 'Pretendard Variable', system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
.masthead { border-bottom: 3px double var(--ink); padding: 18px 0 14px; }
.masthead-inner { max-width: 1080px; margin: 0 auto; padding: 0 28px; display: flex; justify-content: space-between; align-items: baseline; }
.wordmark { font-family: 'Pretendard Variable', system-ui, sans-serif; font-weight: 900; font-size: 24px; letter-spacing: -0.04em; }
.wordmark .dot { color: var(--accent); }
.crumb { font-family: 'Pretendard Variable', system-ui, sans-serif; font-size: 12px; color: var(--gray-5); }
.crumb a:hover { color: var(--accent); }
.article-head { max-width: 760px; margin: 0 auto; padding: 56px 28px 32px; border-bottom: 1px solid var(--rule); }
.article-head .kicker { font-family: 'Pretendard Variable', system-ui, sans-serif; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin-bottom: 14px; }
.article-head h1 { font-family: 'Noto Serif KR', serif; font-size: 44px; font-weight: 700; line-height: 1.2; letter-spacing: -0.025em; margin: 0 0 16px; }
.article-head .deck { font-size: 19px; color: var(--gray-5); line-height: 1.55; margin: 0 0 20px; }
.article-head .byline { font-family: 'Pretendard Variable', system-ui, sans-serif; font-size: 12px; color: var(--gray-4); letter-spacing: 0.04em; padding-top: 14px; border-top: 1px solid var(--rule); }
.article-head .byline strong { color: var(--ink); font-weight: 600; }
.quote { max-width: 760px; margin: 0 auto; padding: 24px 28px; border-bottom: 1px solid var(--rule); display: grid; grid-template-columns: 2fr 3fr; gap: 32px; align-items: end; }
.quote-price .label { font-family: 'Pretendard Variable', system-ui, sans-serif; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gray-4); margin-bottom: 4px; }
.quote-price .value { font-family: 'Pretendard Variable', system-ui, sans-serif; font-size: 36px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.quote-price .change { font-family: 'Pretendard Variable', system-ui, sans-serif; font-size: 14px; color: var(--up); margin-top: 6px; font-weight: 600; }
.quote-price .change.down { color: var(--down); }
.quote-meta { font-family: 'Pretendard Variable', system-ui, sans-serif; font-size: 13px; color: var(--gray-5); line-height: 1.7; display: grid; grid-template-columns: auto 1fr; gap: 4px 16px; }
.quote-meta dt { color: var(--gray-4); }
.quote-meta dd { margin: 0; color: var(--ink); font-weight: 500; }
.body { max-width: 760px; margin: 0 auto; padding: 40px 28px 24px; }
.body p { font-size: 17px; line-height: 1.8; margin: 0 0 18px; color: var(--ink); }
.body p.lead { font-size: 19px; color: var(--ink); font-weight: 500; border-left: 3px solid var(--accent); padding: 4px 0 4px 18px; margin-bottom: 24px; }
.section { max-width: 760px; margin: 32px auto; padding: 0 28px; }
.section-title { font-family: 'Pretendard Variable', system-ui, sans-serif; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 800; padding-bottom: 12px; border-bottom: 2px solid var(--ink); margin: 0 0 20px; display: flex; justify-content: space-between; align-items: baseline; }
.section-title small { font-weight: 500; letter-spacing: 0.02em; text-transform: none; color: var(--gray-5); font-size: 12px; }
.points { list-style: none; padding: 0; margin: 0; counter-reset: pt; }
.points li { counter-increment: pt; padding: 18px 0 18px 56px; border-bottom: 1px solid var(--rule); position: relative; font-size: 16px; line-height: 1.7; }
.points li:last-child { border-bottom: none; }
.points li::before { content: counter(pt, decimal-leading-zero); position: absolute; left: 0; top: 18px; font-family: 'Pretendard Variable', system-ui, sans-serif; font-weight: 700; font-size: 13px; color: var(--accent); letter-spacing: 0.08em; }
.filings { width: 100%; border-collapse: collapse; }
.filings th, .filings td { padding: 14px 0; text-align: left; border-bottom: 1px solid var(--rule); font-size: 14px; }
.filings th { font-family: 'Pretendard Variable', system-ui, sans-serif; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gray-4); font-weight: 700; padding-bottom: 10px; border-bottom: 1px solid var(--ink); }
.filings td.date { font-family: 'Pretendard Variable', system-ui, sans-serif; color: var(--gray-5); width: 90px; }
.filings td.title { font-weight: 500; }
.filings td.tag { width: 80px; text-align: right; }
.filings .tag-pill { font-family: 'Pretendard Variable', system-ui, sans-serif; font-size: 11px; letter-spacing: 0.04em; color: var(--gray-5); border: 1px solid var(--gray-3); padding: 2px 8px; font-weight: 500; }
.filings .tag-pill.major { color: var(--accent); border-color: var(--accent); }
.filings .tag-pill.alert { color: #b45309; border-color: #d4a05b; }
.facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 32px; font-family: 'Pretendard Variable', system-ui, sans-serif; }
.facts-row { padding: 12px 0; border-bottom: 1px solid var(--rule); display: flex; justify-content: space-between; font-size: 13.5px; }
.facts-row .k { color: var(--gray-5); }
.facts-row .v { color: var(--ink); font-weight: 600; }
.source { max-width: 760px; margin: 0 auto; padding: 16px 28px 0; font-family: 'Pretendard Variable', system-ui, sans-serif; font-size: 12px; color: var(--gray-5); letter-spacing: 0.02em; }
.source a { color: var(--accent); font-weight: 600; }
.disclaimer { max-width: 760px; margin: 56px auto 0; padding: 20px 28px; border-top: 3px double var(--ink); border-bottom: 1px solid var(--rule); font-family: 'Pretendard Variable', system-ui, sans-serif; font-size: 11.5px; color: var(--gray-5); line-height: 1.7; }
.disclaimer strong { color: var(--ink); font-weight: 700; }
.related { max-width: 760px; margin: 0 auto; padding: 32px 28px; border-bottom: 1px solid var(--rule); }
.related h4 { font-family: 'Pretendard Variable', system-ui, sans-serif; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 800; margin: 0 0 16px; }
.related-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 32px; }
.related-item { padding: 14px 0; border-bottom: 1px solid var(--rule); cursor: pointer; }
.related-item:hover .h { text-decoration: underline; text-underline-offset: 3px; }
.related-item .k { font-family: 'Pretendard Variable', system-ui, sans-serif; font-size: 11px; color: var(--gray-4); letter-spacing: 0.04em; }
.related-item .h { font-size: 16px; font-weight: 600; margin-top: 4px; line-height: 1.4; }
footer { max-width: 1080px; margin: 32px auto 0; padding: 24px 28px 40px; font-family: 'Pretendard Variable', system-ui, sans-serif; font-size: 12px; color: var(--gray-4); border-top: 1px solid var(--rule); display: flex; justify-content: space-between; }
@media (max-width: 720px) {
  .article-head { padding: 40px 22px 24px; }
  .article-head h1 { font-size: 30px; }
  .quote { grid-template-columns: 1fr; gap: 16px; }
  .body, .section, .related, .source, .disclaimer { padding-left: 22px; padding-right: 22px; }
  .facts, .related-list { grid-template-columns: 1fr; gap: 0; }
}
