.static-article .article-body a {
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.article-source-list {
  display: grid;
  gap: 12px;
  padding-left: 1.2em;
}

.article-source-list li {
  padding-left: 0.25em;
}

.article-source-list small {
  display: block;
  margin-top: 3px;
  color: #625b55;
  font-family: Inter, "Avenir Next", "PingFang TC", sans-serif;
  font-size: 12px;
}

.cornerstone-article .article-header h1 {
  max-width: 1120px;
  font-size: clamp(42px, 6.2vw, 82px);
}

.cornerstone-answer {
  margin: 2em 0;
  padding: clamp(24px, 4vw, 38px);
  background: var(--yellow);
  border: var(--line);
  box-shadow: 8px 8px 0 var(--ink);
  font-family: Inter, "Avenir Next", "PingFang TC", sans-serif;
}

.cornerstone-answer > strong {
  display: block;
  margin-bottom: 12px;
  font-size: clamp(22px, 3vw, 31px);
}

.cornerstone-answer p:last-child {
  margin-bottom: 0;
}

.article-toc {
  margin: 2.4em 0;
  padding: 26px;
  background: var(--surface);
  border: var(--line);
  font-family: Inter, "Avenir Next", "PingFang TC", sans-serif;
}

.article-toc strong {
  display: block;
  margin-bottom: 12px;
}

.article-toc ol {
  columns: 2;
  gap: 42px;
  margin: 0;
  padding-left: 1.25em;
}

.article-toc li {
  break-inside: avoid;
  margin-bottom: 8px;
}

.asidu-four-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 2em 0;
}

.asidu-four-checks article {
  min-height: 170px;
  padding: 24px;
  background: var(--surface);
  border: var(--line);
  font-family: Inter, "Avenir Next", "PingFang TC", sans-serif;
}

.asidu-four-checks article:nth-child(1) { background: var(--pink); }
.asidu-four-checks article:nth-child(2) { background: var(--yellow); }
.asidu-four-checks article:nth-child(3) { background: var(--green); }
.asidu-four-checks article:nth-child(4) { background: var(--blue); }

.asidu-four-checks small,
.asidu-four-checks strong {
  display: block;
}

.asidu-four-checks small {
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.asidu-four-checks strong {
  margin-bottom: 8px;
  font-size: 24px;
}

.asidu-four-checks p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

.article-data-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}

.article-data-table th,
.article-data-table td {
  padding: 15px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  text-align: left;
  vertical-align: top;
}

.article-data-table tr > :last-child {
  border-right: 0;
}

.article-data-table tbody tr:last-child > * {
  border-bottom: 0;
}

.article-data-table thead th {
  background: var(--ink);
  color: white;
  font-family: Inter, "Avenir Next", "PingFang TC", sans-serif;
  font-size: 12px;
}

.article-data-table tbody th {
  background: var(--yellow);
  font-family: Inter, "Avenir Next", "PingFang TC", sans-serif;
}

.article-faq {
  margin-top: 2.5em;
}

.article-faq details {
  padding: 20px 0;
  border-top: var(--line);
}

.article-faq details:last-child {
  border-bottom: var(--line);
}

.article-faq summary {
  cursor: pointer;
  font-family: Inter, "Avenir Next", "PingFang TC", sans-serif;
  font-size: 20px;
  font-weight: 820;
}

.article-faq details p {
  margin: 16px 0 0;
}

.article-related-links {
  display: grid;
  gap: 10px;
  margin: 2em 0;
  padding: 0;
  list-style: none;
  font-family: Inter, "Avenir Next", "PingFang TC", sans-serif;
}

.article-related-links a {
  display: block;
  padding: 16px 18px;
  background: var(--surface);
  border: var(--line);
  font-weight: 760;
}

@media (max-width: 680px) {
  .article-toc ol {
    columns: 1;
  }

  .asidu-four-checks {
    grid-template-columns: 1fr;
  }

  .cornerstone-answer {
    box-shadow: 5px 5px 0 var(--ink);
  }
}

.evidence-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 2.2em 0;
  padding: 0;
  list-style: none;
}

.evidence-gallery figure {
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--surface);
  border: var(--line);
}

.evidence-gallery a {
  display: block;
  padding: 14px;
  background: #eee8de;
  border-bottom: var(--line);
}

.evidence-gallery img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  background: white;
}

.evidence-gallery figcaption {
  padding: 18px;
  font-family: Inter, "Avenir Next", "PingFang TC", sans-serif;
}

.evidence-gallery figcaption strong,
.evidence-gallery figcaption span {
  display: block;
}

.evidence-gallery figcaption strong {
  font-size: 18px;
}

.evidence-gallery figcaption span {
  margin-top: 4px;
  color: #5d5750;
  font-size: 12px;
}

.article-correction-note {
  margin: 2em 0;
  padding: 24px;
  background: #e5e0d8;
  border: var(--line);
  font-family: Inter, "Avenir Next", "PingFang TC", sans-serif;
  font-size: 15px;
}

.article-correction-note strong {
  display: block;
  margin-bottom: 5px;
}

.article-aside .source-links {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.article-aside .source-links a {
  font-size: 12px;
  font-weight: 720;
}

.legacy-preserved-body > h2,
.legacy-quarantine > h2 {
  margin-top: 0;
}

.legacy-preserved-body > div {
  padding-top: 1.25em;
  border-top: var(--line);
}

.legacy-preserved-body table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-family: Inter, "Avenir Next", "PingFang TC", sans-serif;
  font-size: 14px;
}

.legacy-preserved-body th,
.legacy-preserved-body td {
  min-width: 130px;
  padding: 12px;
  border: 1px solid var(--ink);
  text-align: left;
  vertical-align: top;
}

.legacy-preserved-body blockquote,
.legacy-quarantine {
  margin: 1.8em 0;
  padding: 24px;
  background: #e5e0d8;
  border: var(--line);
  font-family: Inter, "Avenir Next", "PingFang TC", sans-serif;
  font-size: 16px;
}

.legacy-quarantine {
  background: var(--yellow);
}

.legacy-preserved-body pre {
  max-width: 100%;
  overflow-x: auto;
  padding: 18px;
  background: #e5e0d8;
  border: var(--line);
  font-size: 14px;
}

.legacy-route-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 56px;
  padding-top: 28px;
  border-top: var(--line);
}

.legacy-route-actions .button-light {
  background: var(--surface);
}

.legacy-exact-page[data-migration-mode="quarantine"] .reader-alert {
  background: var(--coral);
}

.article-table-wrap {
  overflow-x: auto;
  margin: 1.8em 0;
  border: var(--line);
  font-family: Inter, "Avenir Next", "PingFang TC", sans-serif;
}

.article-table-wrap:focus-visible {
  outline: 4px solid #6d4aff;
  outline-offset: 3px;
}

.campus-matrix {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.45;
}

.campus-matrix th,
.campus-matrix td {
  padding: 14px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  text-align: left;
  vertical-align: top;
}

.campus-matrix tr > :last-child {
  border-right: 0;
}

.campus-matrix tbody tr:last-child > * {
  border-bottom: 0;
}

.campus-matrix thead th {
  background: var(--ink);
  color: white;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.campus-matrix tbody th {
  min-width: 130px;
  background: var(--yellow);
}

@media (max-width: 680px) {
  .evidence-gallery {
    grid-template-columns: 1fr;
  }

  .evidence-gallery img {
    height: 180px;
  }

  .legacy-route-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .legacy-route-actions .button {
    justify-content: center;
    width: 100%;
  }
}
