:root {
  --paper: #f4f1e8;
  --paper-lift: #fbf9f2;
  --card: #fbf9f2;
  --ink: #161512;
  --muted: #6b6659;
  --faint: #a8a293;
  --line: #d5cfbe;
  --hair: #ded8c8;
  --accent: #0f5c4a;
  --accent-soft: #e6eee9;
  --seal: #b03030;
  --seal-soft: #f4e7e5;
  --grade-a: #157a4d;
  --grade-b: #557a1e;
  --grade-c: #8a6800;
  --grade-d: #b04a15;
  --grade-f: #b03030;
  --grade-q: #6e6a5e;
  --serif: "Noto Serif KR", "Apple SD Gothic Neo", "Malgun Gothic", serif;
  --sans: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --gutter: 68px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.78;
  font-size: 16.5px;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "tnum";
}
::selection { background: var(--ink); color: var(--paper); }

h1, h2, h3, .serif { font-family: var(--serif); line-height: 1.28; font-weight: 900; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
:focus-visible { outline: 2px solid var(--seal); outline-offset: 3px; }

.mono { font-family: var(--mono); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.muted { color: var(--muted); }
.small { font-size: 0.87rem; }

/* ---------- instrument frame: ruled left gutter ---------- */
.frame {
  max-width: 1000px; margin: 0 auto;
  padding-left: var(--gutter);
  position: relative;
  border-left: 1px solid var(--line);
  min-height: 100vh;
  background: var(--paper);
}
.scale {
  position: absolute; left: 0; top: 0; bottom: 0; width: var(--gutter);
  border-right: 1px solid var(--line); pointer-events: none;
  background-image:
    repeating-linear-gradient(to bottom, rgba(22,21,18,0.45) 0 1.4px, transparent 1.4px 120px),
    repeating-linear-gradient(to bottom, var(--line) 0 1px, transparent 1px 24px);
  background-size: 20px 100%, 10px 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: left top, left top;
}
@media (max-width: 720px) {
  :root { --gutter: 30px; }
  .frame { border-left: none; }
}

.wrap { padding: 0 28px; }
@media (max-width: 720px) { .wrap { padding: 0 18px; } }

/* ---------- header ---------- */
header.site {
  display: flex; align-items: center; gap: 12px;
  padding: 20px 28px; border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 10;
  background: var(--paper);
  flex-wrap: wrap;
}
header.site .brand { display: flex; align-items: center; gap: 10px; color: var(--ink); }
header.site .brand:hover { text-decoration: none; }
header.site .brand img { width: 25px; height: 25px; display: block; }
header.site .b-kr { font-family: var(--serif); font-weight: 900; font-size: 1.2rem; letter-spacing: -0.01em; }
header.site .b-en { font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.22em; color: var(--faint); align-self: flex-end; margin-bottom: 0.5em; }
header.site .links { display: flex; gap: 20px; font-size: 0.88rem; margin-left: auto; }
header.site .links a { color: var(--muted); white-space: nowrap; }
@media (max-width: 480px) { header.site .links { gap: 13px; font-size: 0.82rem; } }
header.site .links a[aria-current="page"] { color: var(--ink); font-weight: 700; }
header.site .links a:hover { color: var(--seal); text-decoration: none; }
header.site .lang-switch { display: flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 0.72rem; color: var(--faint); white-space: nowrap; }
header.site .lang-switch a { color: var(--muted); }
header.site .lang-switch a:hover { color: var(--seal); text-decoration: none; }
header.site .lang-switch [aria-current="true"] { color: var(--ink); font-weight: 700; }
@media (max-width: 480px) { header.site .lang-switch { font-size: 0.68rem; margin-left: auto; } }

/* ---------- hero ---------- */
.hero { padding: 78px 28px 52px; }
.hero .kicker {
  font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.2em;
  color: var(--seal); text-transform: uppercase; margin-bottom: 22px;
}
.hero h1 { font-size: clamp(2.1rem, 6vw, 3.15rem); font-weight: 900; letter-spacing: -0.03em; line-height: 1.16; }
.hero p.lead { margin-top: 26px; font-size: 1.07rem; color: var(--muted); max-width: 33em; }
.hero p.lead strong { color: var(--ink); font-weight: 700; }
.hero .tagline { margin-top: 30px; font-family: var(--mono); font-size: 0.76rem; color: var(--faint); letter-spacing: 0.04em; }
.hero .tagline b { color: var(--accent); font-weight: 500; }

/* ---------- gap gauge ---------- */
.gauge { margin: 40px 28px 8px; border: 1px solid var(--line); background: var(--card); padding: 24px 28px 28px; }
.gauge .gl { font-family: var(--mono); font-size: 0.63rem; letter-spacing: 0.16em; color: var(--faint); margin-bottom: 20px; text-transform: uppercase; }
.gauge .bars { position: relative; height: 78px; }
.gauge .bar { position: absolute; height: 11px; border-radius: 1px; }
.gauge .bar.claim { top: 4px; left: 0; right: 30%; background: var(--ink); }
.gauge .bar.evid { bottom: 4px; left: 0; right: 56%; background: var(--accent); }
.gauge .cap { position: absolute; left: 0; font-family: var(--mono); font-size: 0.6rem; color: var(--muted); letter-spacing: 0.02em; }
.gauge .cap.c1 { top: 20px; } .gauge .cap.c2 { bottom: 20px; }
.gauge .measure { position: absolute; top: 4px; bottom: 4px; left: 44%; right: 30%; border-left: 2px solid var(--seal); border-right: 2px dashed var(--seal); opacity: 0.85; }
.gauge .gaptag { position: absolute; top: 32px; left: 46%; font-family: var(--mono); font-size: 0.62rem; color: var(--seal); font-weight: 600; word-spacing: -0.22em; }

/* ---------- sections ---------- */
section { padding: 50px 28px; border-top: 1px solid var(--line); }
section .sec-no { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.16em; color: var(--faint); display: block; margin-bottom: 12px; }
section h2 { font-size: 1.5rem; margin-bottom: 20px; letter-spacing: -0.02em; }
section h3 { font-size: 1.05rem; margin: 30px 0 10px; font-weight: 900; }
section p + p { margin-top: 15px; }

/* ---------- receipt (five promises + verdict signature) ---------- */
.receipt { background: var(--card); border: 1px solid var(--line); margin: 28px 0; padding: 30px 28px 26px; position: relative; box-shadow: 0 1px 2px rgba(22,21,18,0.04), 0 10px 30px -22px rgba(22,21,18,0.3); }
.receipt::before, .receipt::after { content: ""; position: absolute; left: 0; right: 0; height: 7px; background-image: radial-gradient(circle at 6px 0, var(--paper) 4.5px, transparent 5px); background-size: 14px 7px; background-repeat: repeat-x; }
.receipt::before { top: -1px; } .receipt::after { bottom: -1px; transform: scaleY(-1); }
.receipt .r-title { text-align: center; font-family: var(--mono); letter-spacing: 0.38em; font-size: 0.7rem; color: var(--muted); margin-bottom: 4px; }
.receipt .r-sub { text-align: center; font-family: var(--mono); font-size: 0.6rem; color: var(--faint); letter-spacing: 0.14em; margin-bottom: 20px; }
.receipt ol { list-style: none; counter-reset: r; }
.receipt ol li { counter-increment: r; display: flex; gap: 16px; align-items: baseline; padding: 14px 0; border-bottom: 1px dashed var(--hair); line-height: 1.7; }
.receipt ol li:last-child { border-bottom: none; }
.receipt ol li::before { content: counter(r, decimal-leading-zero); font-family: var(--mono); font-size: 0.76rem; color: var(--seal); flex: 0 0 auto; }
.receipt ol li b { font-weight: 700; }
.receipt .r-total { margin-top: 20px; padding-top: 16px; border-top: 2px solid var(--ink); display: flex; justify-content: space-between; align-items: center; font-weight: 700; font-size: 1.02rem; }
.receipt .r-total .stamp { font-family: var(--serif); font-weight: 900; color: var(--seal); border: 2px solid var(--seal); border-radius: 3px; padding: 1px 12px; transform: rotate(-4deg); font-size: 0.95rem; letter-spacing: 0.1em; }

/* ---------- grade chips ---------- */
.grade { display: inline-flex; align-items: center; justify-content: center; width: 2em; height: 2em; border-radius: 3px; color: #fff; font-weight: 900; font-family: var(--serif); flex: 0 0 auto; font-size: 0.92rem; }
.g-a { background: var(--grade-a); } .g-b { background: var(--grade-b); } .g-c { background: var(--grade-c); }
.g-d { background: var(--grade-d); } .g-f { background: var(--grade-f); } .g-q { background: var(--grade-q); }
table.grades { width: 100%; border-collapse: collapse; margin: 20px 0; }
table.grades th, table.grades td { padding: 13px 10px; border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; font-weight: 400; }
table.grades th { width: 3.2em; }

/* ---------- tracks ---------- */
.tracks { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 26px; }
@media (max-width: 640px) { .tracks { grid-template-columns: 1fr; } }
.track { background: var(--card); border: 1px solid var(--line); padding: 26px 24px; transition: border-color .18s ease; }
.track:hover { border-color: var(--faint); }
.track .tag { font-family: var(--mono); display: inline-block; font-size: 0.64rem; letter-spacing: 0.14em; padding: 4px 10px; border-radius: 999px; margin-bottom: 14px; background: var(--accent-soft); color: var(--accent); }
.track.biz .tag { background: var(--seal-soft); color: var(--seal); }
.track h3 { margin: 0 0 10px; font-size: 1.12rem; }
.track p { font-size: 0.93rem; color: var(--muted); }
.track .go { display: inline-block; margin-top: 16px; font-weight: 700; font-size: 0.92rem; }

/* ---------- ledger status ---------- */
.status { border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); margin-top: 26px; display: grid; grid-template-columns: repeat(4, 1fr); }
@media (max-width: 640px) { .status { grid-template-columns: 1fr 1fr; } }
.status > div { padding: 20px 16px 18px; border-left: 1px dashed var(--hair); }
.status > div:first-child { border-left: none; }
@media (max-width: 640px) { .status > div:nth-child(3) { border-left: none; } .status > div:nth-child(n+3) { border-top: 1px dashed var(--hair); } }
.status .n { font-family: var(--mono); font-weight: 600; font-size: 1.85rem; display: block; letter-spacing: -0.02em; }
.status .l { font-size: 0.8rem; color: var(--muted); display: block; margin-top: 4px; }

.sev { display: inline-block; width: 0.72em; height: 0.72em; border-radius: 50%; margin-right: 9px; }
.sev.r { background: var(--seal); } .sev.o { background: var(--grade-d); } .sev.y { background: var(--grade-c); }

ul.plain { list-style: none; }
ul.plain li { padding: 11px 0; border-bottom: 1px dashed var(--hair); line-height: 1.72; }
ul.plain li:last-child { border-bottom: none; }
.state { font-family: var(--mono); display: inline-block; font-size: 0.64rem; letter-spacing: 0.04em; padding: 2px 9px; border-radius: 999px; margin-left: 8px; background: var(--accent-soft); color: var(--accent); vertical-align: middle; }
.state.wait { background: var(--paper); color: var(--faint); border: 1px solid var(--hair); }

blockquote { border-left: 2px solid var(--seal); padding: 6px 0 6px 20px; margin: 20px 0; color: var(--muted); font-size: 0.98rem; }
.notice { background: var(--accent-soft); padding: 20px 22px; margin: 26px 0; font-size: 0.94rem; }
.notice.warn { background: #f5ecd9; }
.btn { display: inline-block; background: var(--ink); color: var(--paper); padding: 13px 30px; font-weight: 700; font-size: 0.95rem; margin-top: 20px; transition: background .18s ease; }
.btn:hover { text-decoration: none; background: var(--seal); }
.dl-btn { display: inline-flex; align-items: center; gap: 7px; padding: 9px 16px; border: 1.5px solid var(--accent); border-radius: 6px; background: var(--accent); color: #fff; font-family: var(--sans); font-size: 0.9rem; font-weight: 700; text-decoration: none; }
.dl-btn:hover { background: var(--ink); border-color: var(--ink); text-decoration: none; }
.dl-btn.secondary { background: transparent; color: var(--accent); }
.dl-btn.secondary:hover { background: var(--accent-soft); color: var(--accent); }
.dl-btns { display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0; }
@media (max-width: 720px) { .dl-btn { padding: 11px 16px; font-size: 0.92rem; } .dl-btns { gap: 8px; } }

/* ---------- page head ---------- */
.pagehead { padding: 64px 28px 10px; }
.pagehead .kicker { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.2em; color: var(--seal); text-transform: uppercase; margin-bottom: 16px; display: block; }
.pagehead h1 { font-size: clamp(1.7rem, 4.5vw, 2.35rem); font-weight: 900; letter-spacing: -0.03em; }
.pagehead p { margin-top: 14px; color: var(--muted); max-width: 36em; }

/* ---------- verdict page ---------- */
.pending { margin: 22px 28px 0; background: #f5ecd9; border: 1px solid #e4d3a8; padding: 14px 20px; font-size: 0.9rem; }
.pending b { color: var(--grade-d); }
.signed { margin: 22px 28px 0; background: var(--accent-soft); border: 1px solid var(--line); padding: 14px 20px; font-size: 0.9rem; }
.signed b { color: var(--accent); }
.signed .stamp-mini { display: inline-block; font-family: var(--serif); font-weight: 900; color: var(--seal); border: 1.5px solid var(--seal); border-radius: 3px; padding: 0 7px; transform: rotate(-3deg); margin-right: 8px; font-size: 0.82rem; letter-spacing: 0.08em; }
.vhead { padding: 40px 28px 8px; }
.vhead .crumb { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.12em; color: var(--faint); margin-bottom: 14px; }
.vhead h1 { font-size: clamp(1.5rem, 4vw, 2.05rem); font-weight: 900; letter-spacing: -0.02em; line-height: 1.25; }
.vhead .claim-quote { margin-top: 16px; border-left: 2px solid var(--faint); padding: 6px 0 6px 18px; color: var(--muted); font-size: 0.95rem; }
.breadcrumb { margin: 18px 28px 0; font-family: var(--mono); font-size: 0.68rem; color: var(--faint); }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.breadcrumb li { display: inline-flex; align-items: center; gap: 7px; }
.breadcrumb li + li::before { content: ">"; color: var(--faint); }
.breadcrumb a { color: var(--muted); }
.summary { margin: 24px 28px 0; border: 1px solid var(--line); background: var(--card); }
.summary .row { display: flex; gap: 18px; align-items: center; padding: 18px 22px; border-bottom: 1px dashed var(--hair); }
.summary .row:last-child { border-bottom: none; }
.summary .lab { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.1em; color: var(--faint); flex: 0 0 88px; text-transform: uppercase; }
.summary .big-grade { display: flex; align-items: center; gap: 14px; }
.summary .big-grade .grade { width: 2.6em; height: 2.6em; font-size: 1.3rem; }
.summary .big-grade .safety { font-size: 0.9rem; color: var(--muted); }
.summary .val { font-size: 0.98rem; }
.cite { padding: 16px 0; border-bottom: 1px dashed var(--hair); }
.cite:last-child { border-bottom: none; }
.cite .ct { font-weight: 700; font-size: 0.96rem; }
.cite .cm { font-family: var(--mono); font-size: 0.75rem; color: var(--muted); margin-top: 4px; }
.cite .cf { font-size: 0.85rem; color: var(--muted); margin-top: 6px; }
.cite .ck { display: inline-block; font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.06em; padding: 2px 8px; border-radius: 999px; background: var(--accent-soft); color: var(--accent); margin-top: 8px; }
.cite .ck.lim { background: #f4ede0; color: #9a6a12; }
@media (prefers-color-scheme: dark) { .cite .ck.lim { background: #3a2f1c; color: #d9b25e; } }
ul.corrections li { margin-bottom: 0.5em; line-height: 1.55; }
ul.corrections a { text-decoration: underline; }
.cite .badge-fund { color: var(--grade-d); }
.xcheck { margin: 26px 0; background: var(--accent-soft); padding: 20px 22px; font-size: 0.94rem; }
.sigblock { margin: 26px 0 0; border-top: 2px solid var(--ink); padding-top: 18px; font-family: var(--mono); font-size: 0.82rem; color: var(--muted); }
.sigblock .pend { color: var(--grade-d); font-weight: 600; }
.evidence-table-wrap { overflow-x: auto; margin-top: 18px; border: 1px solid var(--line); background: var(--card); }
table.evidence-table { width: 100%; border-collapse: collapse; min-width: 780px; }
table.evidence-table th,
table.evidence-table td { padding: 12px 10px; border-bottom: 1px solid var(--line); border-right: 1px dashed var(--hair); vertical-align: top; text-align: left; font-size: 0.82rem; line-height: 1.6; }
table.evidence-table th:last-child,
table.evidence-table td:last-child { border-right: none; }
table.evidence-table th { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.08em; color: var(--muted); background: var(--paper-lift); white-space: nowrap; }
table.evidence-table tbody tr:last-child td { border-bottom: none; }
table.subclaim-table { width: 100%; border-collapse: collapse; min-width: 480px; }
table.subclaim-table th, table.subclaim-table td { padding: 11px 12px; border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; font-size: 0.85rem; line-height: 1.6; }
table.subclaim-table th { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.08em; color: var(--muted); background: var(--paper-lift); white-space: nowrap; }
table.subclaim-table tbody tr:last-child td { border-bottom: none; }
table.subclaim-table td:nth-child(1) { font-weight: 600; white-space: nowrap; }
table.subclaim-table td:nth-child(2) { white-space: nowrap; }
.subclaim-table .grade { display: inline-block; min-width: 1.4em; padding: 2px 9px; border-radius: 6px; font-family: var(--mono); font-weight: 700; font-size: 0.8rem; text-align: center; }
.tag-links { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-links a { display: inline-flex; align-items: center; min-height: 30px; padding: 3px 10px; border: 1px solid var(--line); background: var(--card); color: var(--accent); font-size: 0.86rem; }
.tag-links a:hover { border-color: var(--accent); text-decoration: none; }

/* ---------- citation kit ---------- */
.copybox {
  margin: 18px 0;
  padding: 16px 18px;
  border: 1px solid var(--line);
  background: var(--card);
  font-family: var(--mono);
  font-size: 0.82rem;
  line-height: 1.7;
  white-space: normal;
  overflow-wrap: anywhere;
}
.copybox code { font-family: inherit; }
.cite-steps {
  list-style: none;
  counter-reset: cite-step;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 20px;
}
.cite-steps li {
  counter-increment: cite-step;
  border: 1px solid var(--line);
  background: var(--card);
  padding: 18px 18px 16px;
}
.cite-steps li::before {
  content: counter(cite-step, decimal-leading-zero);
  display: block;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--seal);
  margin-bottom: 8px;
}
.cite-kit-card {
  max-width: 720px;
  margin: 20px 0 14px;
}
.cite-kit-card img,
.card-tile img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  background: var(--paper-lift);
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 24px;
}
.card-tile {
  border: 1px solid var(--line);
  background: var(--card);
  padding: 14px;
}
.card-tile h3 {
  font-family: var(--sans);
  font-size: 0.98rem;
  line-height: 1.45;
  margin: 13px 0 6px;
  letter-spacing: 0;
}
.card-tile .meta {
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.55;
}
.card-tile .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
  font-size: 0.86rem;
  font-weight: 700;
}
@media (max-width: 720px) {
  .cite-steps { grid-template-columns: 1fr; }
}

/* ---------- footer ---------- */
footer.site { border-top: 1px solid var(--line); margin-top: 60px; padding: 40px 28px 64px; font-size: 0.83rem; color: var(--muted); }
footer.site .links { margin-bottom: 18px; display: flex; gap: 18px; flex-wrap: wrap; }
footer.site p + p { margin-top: 9px; }
footer.site .colophon { margin-top: 22px; padding-top: 14px; border-top: 1px dashed var(--hair); font-family: var(--mono); font-size: 0.66rem; color: var(--faint); letter-spacing: 0.04em; }

/* ---------- 본문 양쪽 끝맞춤 (justify, 마지막 줄 제외) — 전 페이지 ---------- */
main p,
section p,
.summary .val,
section .plain li,
.cite .cf,
.cite .ct,
.xcheck,
.signed,
.pending,
.hero p,
.vhead .claim-quote,
blockquote,
footer.site p,
.card-tile .meta,
.copybox {
  text-align: justify;
  word-break: normal;
  line-break: strict;
  overflow-wrap: break-word;
}
/* 마지막 줄은 왼쪽 정렬(기본) 유지 */
main p, section p, .summary .val, .cite .cf, .xcheck, .hero p { text-align-last: left; }
/* 영어판 좌우정렬(justify) + 하이픈 자동분리 — 하이픈이 없으면 좁은 폭에서 단어 간격이 과하게 벌어짐(흰 강). 하이픈으로 음절 분리해 고르게 채움. 마지막 줄은 왼쪽. */
html[lang="en"] main p,
html[lang="en"] section p,
html[lang="en"] .summary .val,
html[lang="en"] section .plain li,
html[lang="en"] .cite .cf,
html[lang="en"] .cite .ct,
html[lang="en"] .xcheck,
html[lang="en"] .signed,
html[lang="en"] .pending,
html[lang="en"] .hero p,
html[lang="en"] .vhead .claim-quote,
html[lang="en"] blockquote,
html[lang="en"] footer.site p,
html[lang="en"] .card-tile .meta,
html[lang="en"] .copybox {
  text-align: left;
  -webkit-hyphens: manual;
  hyphens: manual;
}

/* ---------- mobile refinements (verdict page) ---------- */
@media (max-width: 720px) {
  /* 상단 헤더: 로고 한 줄, 메뉴는 그 아래 전체폭 균등 배치 */
  header.site { flex-wrap: wrap; padding: 15px 16px; gap: 10px 12px; }
  header.site .links { margin-left: 0; width: 100%; justify-content: space-between; gap: 6px; font-size: 0.84rem; }
  header.site .links a { flex: 0 0 auto; }

  /* 30초 요약·연구·광고 행: 라벨을 위로, 내용은 전체폭으로 */
  .summary { margin: 20px 16px 0; }
  .summary .row { flex-direction: column; align-items: flex-start; gap: 7px; padding: 15px 18px; }
  .summary .lab { flex: none; }
  .summary .val { font-size: 1rem; line-height: 1.64; }
  .summary .big-grade { flex-direction: row; align-items: center; gap: 13px; flex-wrap: wrap; }

  /* 갭 그래프: 광고 라벨↑ · 겹침 막대+△GAP · 근거 라벨↓ (라벨이 각 막대를 감쌈) */
  .gauge { margin: 30px 16px 8px; padding: 20px 18px 22px; }
  .gauge .bars { height: auto; position: relative; padding-top: 0; }
  .gauge .bar.claim { top: 25px; }
  .gauge .bar.evid { top: 48px; bottom: auto; }
  .gauge .measure { top: 46px; height: 15px; bottom: auto; }
  .gauge .gaptag { top: 47px; font-size: 0.6rem; }
  .gauge .cap { position: static; display: block; font-size: 0.68rem; line-height: 1.45; color: var(--muted); }
  .gauge .cap.c1 { margin: 0 0 52px; }
  .gauge .cap.c2 { margin: 12px 0 0; }

  /* 본문 좌우 여백 통일 (16px 라인) */
  .pending, .signed { margin: 18px 16px 0; }
  .vhead { padding: 30px 16px 8px; }
  section { padding: 38px 16px; }
}
