.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 3px;
  background: transparent;
}

.reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--accent-dark), var(--gold));
}

.article-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 44px;
  align-items: start;
  margin-top: 26px;
}

.article-main {
  min-width: 0;
}

.article-aside {
  position: sticky;
  top: 96px;
  display: grid;
  align-content: start;
  gap: 22px;
  max-height: calc(100vh - 116px);
  padding-right: 4px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: var(--line-container) transparent;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
}

.report-title-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: start;
  margin-bottom: 32px;
}

.report-title-block {
  min-width: 0;
  max-width: 920px;
  margin-top: 0;
}

.report-title-block h1 {
  margin: 10px 0 14px;
  font-size: clamp(42px, 3.4vw, 52px);
  line-height: 1.06;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.report-title-block .lead {
  max-width: 760px;
  color: var(--ink-soft);
  font-size: 18px;
}

.report-cover {
  min-width: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line-container);
  border-radius: var(--radius-panel);
  background: var(--surface-subtle);
}

.report-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.article-mobile-contents {
  display: none;
}

.report-illustration {
  margin: 28px 0 32px;
}

.report-illustration figure {
  margin: 0;
}

.report-illustration-frame {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: var(--radius-md);
  border-image: var(--rough-border-image) 8 stretch;
  padding: clamp(8px, 1.25vw, 16px);
  background: #f5eedc;
}

.report-illustration img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  border: 0;
  background: transparent;
}

.report-illustration figcaption {
  max-width: 900px;
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.55;
}

.illustration-stages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.illustration-stages li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 4px 0 14px;
  background-image: var(--rough-line-image);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 180px 8px;
}

.illustration-stage-number {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: var(--accent);
  font-family: var(--font-mono);
  font-weight: 700;
  transform: rotate(-2deg);
}

.illustration-stage-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 4px;
}

.illustration-stages li p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.5;
}

.illustration-stages li strong {
  color: var(--ink);
}

.evidence-level {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 2px 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.evidence-level-A,
.evidence-level-B { color: var(--green); }
.evidence-level-C { color: var(--accent-2); }
.evidence-level-D { color: var(--orange); }

.report-meta-block {
  margin: 28px 0 26px;
}

.report-dateline {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid var(--line-emphasis);
  border-bottom: 1px solid var(--line-hairline);
}

.report-dateline p {
  display: flex;
  flex: 0 1 auto;
  gap: 8px;
  align-items: baseline;
  margin: 0;
  padding: 11px 20px 11px 0;
  color: var(--ink);
  font-size: 13px;
}

.report-dateline p + p {
  padding-left: 20px;
}

.report-dateline strong,
.research-scope strong,
.report-source-line strong {
  color: var(--ink-soft);
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.research-scope,
.report-source-line {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  margin: 0;
  padding: 11px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.55;
}

.report-source-line {
  padding-top: 6px;
}

.research-scope span,
.report-source-line span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.evidence-method {
  margin: 0 0 30px;
  border: 1px solid var(--line-container);
  border-radius: var(--radius-panel);
  background: var(--surface-panel);
}

.evidence-method summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 18px;
  align-items: center;
  min-height: 54px;
  padding: 10px 14px;
  cursor: pointer;
}

.evidence-method summary span {
  color: var(--ink);
  font-weight: 700;
}

.evidence-method summary small {
  color: var(--ink-soft);
  font-size: 12px;
  text-align: right;
}

.evidence-method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line-hairline);
}

.evidence-method-grid p {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  margin: 0;
  padding: 12px 14px;
  border-right: 1px solid var(--line-hairline);
  border-bottom: 1px solid var(--line-hairline);
}

.evidence-method-grid p:nth-child(2n) {
  border-right: 0;
}

.evidence-method-grid strong {
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 16px;
}

.evidence-method-grid span,
.section-context-note {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.5;
}

.section-context-note {
  max-width: 880px;
  margin: -8px 0 16px;
}

.investigation-context-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.investigation-context-grid article {
  min-width: 0;
  border: 1px solid var(--line-container);
  border-radius: var(--radius-control);
  padding: 14px;
  background: var(--surface-panel);
}

.investigation-context-grid article > span {
  display: block;
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.investigation-context-grid article > strong,
.investigation-context-grid article > p {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.investigation-context-grid article > strong {
  margin-top: 5px;
  color: var(--ink);
  font-size: 15px;
}

.investigation-context-grid article > p {
  margin: 5px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.5;
}

.report-meta-title {
  margin: 0 0 10px;
  color: var(--accent);
  font-family: var(--font-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.report-meta-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 0;
  margin: 0;
  border: 0;
  background-image: var(--rough-line-image), var(--rough-line-image);
  background-repeat: repeat-x, repeat-x;
  background-position: left top, left bottom;
  background-size: 180px 8px, 180px 8px;
}

.report-meta-cell {
  display: grid;
  gap: 4px;
  min-height: 76px;
  border-right: 0;
  background-image: var(--rough-vline-image);
  background-repeat: repeat-y;
  background-position: right top;
  background-size: 8px 180px;
  padding: 14px 18px;
}

.report-meta-cell:last-child {
  border-right: 0;
}

.report-meta-source {
  grid-column: 1 / -1;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: baseline;
  min-height: 0;
  background-image: var(--rough-line-image);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 180px 8px;
}

.report-meta-source span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.report-meta-cell strong {
  color: var(--ink-soft);
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.report-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.report-meta-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}

.report-print-button {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 9px;
  align-items: center;
  min-height: 44px;
  border: 1px solid var(--line-container);
  border-radius: 999px;
  padding: 8px 15px;
  background: var(--surface-panel);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.report-print-button:hover,
.report-print-button:focus-visible {
  border-color: var(--ink-soft);
  background: var(--surface-subtle);
}

.report-print-icon {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 17px;
  height: 12px;
  border: 1.5px solid currentColor;
  border-radius: 2px;
}

.report-print-icon::before,
.report-print-icon::after {
  position: absolute;
  left: 2px;
  width: 10px;
  border: 1.5px solid currentColor;
  background: var(--surface-panel);
  content: "";
}

.report-print-icon::before {
  top: -7px;
  height: 7px;
  border-bottom: 0;
}

.report-print-icon::after {
  bottom: -6px;
  height: 7px;
}

.sosec-perspective {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin: 24px 0 28px;
  border: 2px solid transparent;
  border-radius: var(--radius-md);
  border-image: var(--rough-border-image) 8 stretch;
  padding: 22px 28px;
  background: rgba(255, 252, 244, 0.56);
}

.sosec-perspective::before {
  content: "\201C";
  color: var(--accent);
  font-family: var(--font-serif);
  font-size: 64px;
  line-height: 0.8;
}

.sosec-perspective strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sosec-perspective p {
  margin: 0;
  font-style: italic;
}

.report-action-panel {
  display: grid;
  gap: 14px;
  margin: 24px 0 28px;
}

.report-action-panel > p {
  max-width: 780px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.5;
}

.report-action-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.report-action-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  min-height: 86px;
  padding: 10px 0 12px;
  background-image: var(--rough-line-image);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 180px 8px;
  color: var(--ink);
  text-decoration: none;
}

.report-action-card:hover {
  color: var(--accent);
}

.report-action-card strong,
.report-action-card small {
  display: block;
  overflow-wrap: anywhere;
}

.report-action-card small {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 12px;
}

.article-section {
  scroll-margin-top: 96px;
  margin-top: 26px;
  border: 0;
  border-radius: 0;
  padding: 0 0 24px;
  background-color: transparent;
  background-image: var(--rough-line-image);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 180px 8px;
}

.article-section h2 {
  margin: 0 0 10px;
  font-size: 28px;
}

.article-section p {
  max-width: 840px;
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.62;
  overflow-wrap: anywhere;
  word-break: normal;
}

.technical-note {
  margin: 18px 0 0;
  border-left: 3px solid var(--accent);
  padding: 12px 16px;
  background: var(--accent-soft);
  color: var(--ink-soft);
}

.technical-note strong {
  display: block;
  margin-bottom: 5px;
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.technical-note p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

/* Free-form editorial HTML. The article owns its structure; these rules only
   provide a calm research-publication baseline and reusable image treatments. */
.article-prose {
  min-width: 0;
  max-width: 100%;
  margin-top: 30px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.75;
}

.article-prose::after,
.article-prose section::after {
  display: block;
  clear: both;
  content: "";
}

.article-prose section {
  min-width: 0;
  max-width: 100%;
  scroll-margin-top: 96px;
  margin: 0;
  padding: 0 0 30px;
}

.article-prose section + section {
  border-top: 1px solid var(--line-hairline);
  padding-top: 30px;
}

.article-prose h2,
.article-prose h3,
.article-prose h4 {
  color: var(--ink);
  overflow-wrap: anywhere;
  scroll-margin-top: 112px;
  text-wrap: balance;
}

.article-prose h2 {
  margin: 0 0 14px;
  font-size: clamp(25px, 3vw, 31px);
  line-height: 1.22;
}

.article-prose h3 {
  margin: 24px 0 10px;
  font-size: 21px;
  line-height: 1.3;
}

.article-heading-number {
  margin-right: 0.34em;
  color: var(--gold-dark);
  font-family: var(--font-mono);
  font-size: 0.78em;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.article-prose p {
  margin: 0 0 15px;
  color: var(--ink);
  font-size: inherit;
  line-height: inherit;
  overflow-wrap: anywhere;
}

.article-prose > section > p,
.article-prose > section > ul,
.article-prose > section > ol,
.article-prose > section > blockquote {
  max-width: 56rem;
}

.article-prose > section > .article-code-response {
  max-width: 100%;
}

.article-prose .research-byline {
  margin: -6px 0 24px;
  color: var(--ink-soft);
  font-family: var(--font-sans);
  font-size: 14.5px;
  font-weight: 650;
  letter-spacing: 0.015em;
  line-height: 1.5;
  text-indent: 0;
}

.article-research-record {
  margin-top: 42px;
  border-top: 1px solid var(--line-emphasis);
  padding-top: 24px;
}

.article-research-record-head {
  max-width: 760px;
  margin-bottom: 26px;
}

.article-research-record-head h2 {
  margin: 5px 0 8px;
  font-family: var(--font-serif);
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 550;
  line-height: 1.25;
}

.article-research-record-head > p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

.article-record-section {
  scroll-margin-top: 96px;
  border-top: 1px solid var(--line-hairline);
  padding: 22px 0 10px;
}

.article-record-section h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 21px;
  font-weight: 600;
}

html[lang="zh-CN"] .article-prose p:not(.article-deck):not(.research-byline):not(.figure-caption) {
  text-indent: 2em;
}

.article-prose a {
  display: inline;
  min-height: 0;
  margin: 0;
  padding: 0;
  text-decoration-line: underline;
  text-decoration-color: color-mix(in srgb, var(--gold) 72%, transparent);
  text-decoration-thickness: 0.07em;
  text-underline-offset: 3px;
  text-decoration-skip-ink: auto;
  overflow-wrap: anywhere;
  word-break: normal;
}

.article-prose a:hover,
.article-prose a:focus-visible {
  text-decoration-color: currentColor;
}

.article-prose a > code {
  display: inline;
  margin: 0;
  padding: 0;
}

.article-code-response {
  box-sizing: border-box;
  margin: 30px 0 10px;
  border-top: 1px solid var(--line-emphasis);
  border-bottom: 1px solid var(--line-hairline);
  padding: 22px 0 8px;
}

.article-code-response > h3 {
  max-width: 30em;
  margin-top: 0;
}

.article-code-response > p {
  max-width: 56rem;
  color: var(--ink-soft);
  text-indent: 0 !important;
}

.article-code-response :is(p, li, dd) {
  max-width: 56rem;
  text-indent: 0 !important;
}

.article-code-response-grid {
  margin: 18px 0 0;
}

.article-code-response-grid > section,
.article-code-response-grid > section + section {
  margin: 0;
  border-top: 1px dotted var(--line-hairline);
  padding: 15px 0 2px;
}

.article-code-response h4 {
  margin: 0 0 8px;
  color: var(--ink-soft);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.035em;
  line-height: 1.45;
}

.article-code-response dl {
  margin: 18px 0 0;
}

.article-code-response dl > div {
  display: grid;
  grid-template-columns: minmax(10.5rem, 0.34fr) minmax(0, 1fr);
  gap: 10px 22px;
  border-top: 1px dotted var(--line-hairline);
  padding: 14px 0;
}

.article-code-response dt {
  color: var(--ink-soft);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-transform: uppercase;
}

.article-code-response dd {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  line-height: 1.68;
  overflow-wrap: anywhere;
}

.article-code-response dd > :first-child {
  margin-top: 0;
}

.article-code-response dd > :last-child {
  margin-bottom: 0;
}

.article-code-response ol,
.article-code-response ul {
  margin: 7px 0 0;
}

@media (max-width: 720px) {
  .article-code-response dl > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }
}

.article-prose figure {
  margin: 8px 0 20px;
  break-inside: avoid;
}

.article-prose .article-figure--right,
.article-prose .article-figure--left {
  width: min(58%, 620px);
  margin-top: 4px;
}

.article-prose .article-figure--right {
  float: right;
  margin-left: 24px;
}

.article-prose .article-figure--left {
  float: left;
  margin-right: 24px;
}

.article-prose .article-figure--wide {
  width: 100%;
  margin: 24px 0 28px;
}

.article-prose figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line-hairline);
  border-radius: var(--radius-card);
  background: var(--surface-panel);
  object-fit: contain;
}

.article-figure-pan {
  max-width: 100%;
}

.article-table-pan,
.article-table-scroll {
  max-width: 100%;
}

.article-figure-pan-hint,
.article-table-pan-hint {
  display: none;
}

.article-prose figcaption,
.article-prose .figure-caption {
  margin-top: 8px;
  color: var(--ink-soft);
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.5;
  text-indent: 0;
}

.article-prose ul,
.article-prose ol {
  margin: 14px 0 20px;
  padding-left: 1.4em;
}

.article-prose li {
  min-width: 0;
  max-width: 100%;
  margin: 8px 0;
  padding-left: 0.25em;
  overflow-wrap: anywhere;
}

.article-prose code {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.article-prose .research-steps {
  list-style: decimal;
  border-top: 1px solid var(--line-hairline);
  border-bottom: 1px solid var(--line-hairline);
  padding: 12px 0 12px 1.8em;
}

.article-prose .research-steps li {
  margin: 0;
  padding: 10px 6px;
}

.article-prose .research-steps li + li {
  border-top: 1px dotted var(--line-hairline);
}

.article-prose .research-steps strong {
  display: inline;
}

.article-prose blockquote,
.article-prose .research-note {
  margin: 20px 0;
  border-left: 2px solid var(--ink-soft);
  padding: 2px 0 2px 18px;
  color: var(--ink-soft);
  background: transparent;
}

.article-prose .research-note p,
.article-prose blockquote p {
  color: inherit;
  text-indent: 0;
}

.article-prose pre {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 18px 0 24px;
  border: 1px solid var(--line-hairline);
  border-radius: var(--radius-control);
  padding: 16px;
  background: var(--surface-panel);
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
}

.article-prose table {
  width: 100%;
  margin: 20px 0 26px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.55;
}

.article-prose th,
.article-prose td {
  border-bottom: 1px solid var(--line-hairline);
  padding: 10px 9px;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.article-prose th {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.04em;
}

@media (max-width: 720px) {
	.report-dateline {
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	}

	.report-dateline p,
	.report-dateline p + p {
	  display: grid;
	  gap: 3px;
	  padding: 10px 10px 10px 0;
	}

	.research-scope,
	.report-source-line {
	  grid-template-columns: 1fr;
	  gap: 3px;
	}

  .article-prose {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.72;
  }

  .article-prose section,
  .article-prose section + section {
    padding-bottom: 24px;
  }

  .article-prose section + section {
    padding-top: 24px;
  }

  .article-prose .article-figure--right,
  .article-prose .article-figure--left {
    float: none;
    width: 100%;
    margin: 18px 0 22px;
  }

  .article-prose .article-figure-pan {
    max-width: 100%;
    padding-bottom: 0;
    overflow: visible;
  }

  .article-prose .article-figure-pan img {
    width: 100%;
    max-width: 100%;
  }

  .article-prose .article-figure-pan[tabindex] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding-bottom: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scrollbar-color: var(--line-container) transparent;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .article-prose .article-figure-pan[tabindex] img {
    width: 900px;
    max-width: none;
  }

  .article-prose .article-figure-pan-hint {
    display: block;
    margin: 3px 0 0;
    color: var(--ink-soft);
    font-family: var(--font-sans);
    font-size: 12px;
    line-height: 1.45;
  }

  .article-prose table {
    max-width: 100%;
  }

  .article-prose .article-table-pan,
  .article-prose .article-table-scroll {
    max-width: 100%;
    margin: 20px 0 26px;
    padding-bottom: 0;
    overflow: visible;
  }

  .article-prose .article-table-responsive,
  .article-prose table:not(.article-table-responsive) {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 20px 0 26px;
    border-collapse: separate;
    overflow: visible;
  }

  .article-prose .article-table-pan .article-table-responsive,
  .article-prose .article-table-pan table:not(.article-table-responsive),
  .article-prose .article-table-scroll .article-table-responsive,
  .article-prose .article-table-scroll table:not(.article-table-responsive) {
    margin: 0;
  }

  .article-prose .article-table-responsive thead {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .article-prose .article-table-responsive tbody,
  .article-prose table:not(.article-table-responsive) tbody {
    display: grid;
    gap: 14px;
    width: 100%;
  }

  .article-prose .article-table-responsive tbody tr,
  .article-prose table:not(.article-table-responsive) tbody tr {
    display: block;
    width: 100%;
    border: 1px solid var(--line-container);
    border-radius: var(--radius-control);
    padding: 8px 12px;
    background: var(--surface-panel);
  }

  .article-prose .article-table-responsive tbody td,
  .article-prose .article-table-responsive tbody th,
  .article-prose table:not(.article-table-responsive) tbody td,
  .article-prose table:not(.article-table-responsive) tbody th {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    min-width: 0;
    border-bottom: 1px dotted var(--line-hairline);
    padding: 9px 0;
    overflow-wrap: anywhere;
    white-space: normal;
    word-break: normal;
  }

  .article-prose .article-table-responsive tbody td:last-child,
  .article-prose .article-table-responsive tbody th:last-child,
  .article-prose table:not(.article-table-responsive) tbody td:last-child,
  .article-prose table:not(.article-table-responsive) tbody th:last-child {
    border-bottom: 0;
  }

  .article-prose .article-table-responsive tbody td::before,
  .article-prose .article-table-responsive tbody th::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    color: var(--ink-soft);
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.4;
    text-transform: uppercase;
  }
}

.analysis-block {
  margin: 24px 0 4px;
  border-top: 1px solid var(--line-container);
  border-bottom: 1px solid var(--line-container);
  background: transparent;
}

.analysis-block-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
  border-bottom: 1px solid var(--line-hairline);
  padding: 13px 0 11px;
  background: transparent;
}

.analysis-block-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 16px;
  align-items: baseline;
  min-width: 0;
}

.analysis-block-heading > span {
  color: var(--ink-soft);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.analysis-block-heading strong {
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.analysis-block-header .copy-button {
  flex: 0 0 auto;
  min-height: 32px;
  border-color: var(--line-container);
  background: transparent;
  color: var(--ink-soft);
  font-size: 12px;
}

.analysis-block-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.analysis-block-items li {
  min-width: 0;
  border-bottom: 1px solid var(--line-hairline);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.6;
}

.analysis-block-items li:last-child {
  border-bottom: 0;
}

.analysis-flow-list {
  counter-reset: analysis-step;
}

.analysis-flow-list li {
  position: relative;
  counter-increment: analysis-step;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px 0;
}

.analysis-flow-list li::before {
  content: counter(analysis-step, decimal-leading-zero);
  position: relative;
  z-index: 1;
  display: block;
  border-top: 2px solid var(--accent);
  padding-top: 5px;
  color: var(--ink-soft);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.analysis-flow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 32px;
  bottom: -1px;
  left: 5px;
  width: 1px;
  background: var(--line-hairline);
}

.analysis-block-items li > div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.analysis-block-items li > div > strong {
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.analysis-block-items li > div > span {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.62;
  overflow-wrap: anywhere;
}

.analysis-checklist li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px 0;
}

.analysis-checklist li::before {
  content: "✓";
  margin-top: 1px;
  color: var(--accent);
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.35;
}

.code-block {
  position: relative;
  margin-top: 14px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: var(--radius-md);
  border-image: var(--rough-border-image) 8 stretch;
  background: rgba(255, 252, 244, 0.68);
}

.code-block pre {
  margin: 0;
  padding: 44px 18px 18px;
  overflow-x: auto;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.55;
}

.code-block code[data-language="text"] {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: normal;
}

.code-block .copy-button {
  position: absolute;
  top: 8px;
  right: 10px;
  min-height: 30px;
  font-size: 12px;
}

.code-language {
  position: absolute;
  top: 11px;
  left: 16px;
  border-left: 2px solid var(--accent);
  border-radius: 2px;
  padding: 2px 6px;
  background: var(--accent-soft);
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.toc {
  display: block;
  min-height: 0;
  padding: 22px;
  overflow: visible;
  counter-reset: toc-item;
}

.toc strong {
  display: block;
  margin-bottom: 12px;
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.toc a {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 33px;
  padding: 0 2px;
  color: var(--ink);
  text-decoration: none;
}

.toc a > span {
  min-width: 0;
  padding: 5px 0;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.toc a + a {
  margin-top: 8px;
}

.toc a::before {
  content: counter(toc-item, decimal-leading-zero);
  counter-increment: toc-item;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 22px;
  border: 1px solid var(--line-container);
  border-left: 3px solid var(--gold);
  border-radius: 3px;
  background: var(--surface-subtle);
  color: var(--gold-dark);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  opacity: 0.82;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease, box-shadow 140ms ease;
}

.toc a[data-heading-number] {
  grid-template-columns: 40px minmax(0, 1fr);
}

.toc a[data-heading-number]::before {
  content: attr(data-heading-number);
  width: 40px;
  font-variant-numeric: tabular-nums;
}

.toc a[data-toc-level="3"] {
  margin-top: 4px;
  margin-left: 18px;
  color: var(--ink-soft);
  font-size: 13px;
}

.toc a[data-toc-level="3"]::before {
  height: 20px;
  border-left-width: 1px;
  background: transparent;
  font-size: 12px;
  font-weight: 650;
}

.toc a:hover,
.toc a:focus-visible,
.toc a[aria-current="true"] {
  color: var(--accent-dark);
}

.toc a[aria-current="true"] {
  font-weight: 650;
}

.toc a:hover::before,
.toc a:focus-visible::before,
.toc a[aria-current="true"]::before {
  border-color: var(--gold);
  background: var(--accent-soft);
  color: var(--gold-dark);
  box-shadow: inset 0 0 0 1px rgba(143, 105, 40, 0.2);
  opacity: 1;
}

.ioc-table {
  table-layout: fixed;
}

.ioc-table th:nth-child(1),
.ioc-table td:nth-child(1) {
  width: 104px;
}

.ioc-table th:nth-child(2),
.ioc-table td:nth-child(2) {
  width: 38%;
}

.ioc-table th:nth-child(4),
.ioc-table td:nth-child(4) {
  width: 104px;
}

.ioc-table code {
  display: block;
  max-width: 100%;
  font-size: 12px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: none;
  font-variant-ligatures: none;
}

.ioc-hash-value {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 0.7em;
  max-width: 100%;
}

.ioc-hash-group {
  white-space: nowrap;
}

.vulnerability-table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  min-width: 0;
}

body[data-page="radar-vulnerabilities"] main .vulnerability-table-wrap {
  overflow-x: clip;
  overscroll-behavior-x: auto;
  -webkit-overflow-scrolling: auto;
  scrollbar-gutter: auto;
}

.vulnerability-table th:nth-child(1),
.vulnerability-table td:nth-child(1) {
  width: 25%;
}

.vulnerability-table th:nth-child(2),
.vulnerability-table td:nth-child(2) {
  width: 23%;
}

.vulnerability-table th:nth-child(3),
.vulnerability-table td:nth-child(3) {
  width: 12%;
}

.vulnerability-table th:nth-child(5),
.vulnerability-table td:nth-child(5) {
  width: 14%;
}

body[data-page="radar-vulnerabilities"] .vulnerability-table th,
body[data-page="radar-vulnerabilities"] .vulnerability-table td,
body[data-page="radar-vulnerabilities"] .vulnerability-table .catalog-report-link > span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.data-table.vulnerability-table td:first-child,
.data-table.vulnerability-table td:first-child code,
.vulnerability-table code {
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
}

.vulnerability-table th:nth-child(5),
.vulnerability-table td:nth-child(5) {
  white-space: nowrap;
}

.blockchain-table th:last-child,
.blockchain-table td:last-child {
  white-space: nowrap;
}

.blockchain-table {
  table-layout: fixed;
}

.blockchain-table th:nth-child(1),
.blockchain-table td:nth-child(1) {
  width: 38%;
}

.blockchain-table th:nth-child(2),
.blockchain-table td:nth-child(2) {
  width: 10%;
}

.blockchain-table th:nth-child(3),
.blockchain-table td:nth-child(3) {
  width: 18%;
}

.blockchain-table th:nth-child(4),
.blockchain-table td:nth-child(4) {
  width: 12%;
}

.blockchain-table th:nth-child(5),
.blockchain-table td:nth-child(5) {
  width: 10%;
}

.blockchain-table th:nth-child(6),
.blockchain-table td:nth-child(6) {
  width: 12%;
}

.malware-table th:nth-child(3),
.malware-table td:nth-child(3) {
  white-space: nowrap;
}

.catalog-report-link {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  color: var(--ink);
  text-decoration: none;
}

.catalog-report-cover {
  display: block;
  box-sizing: border-box;
  width: 64px;
  height: 43px;
  border: 1px solid var(--line-container);
  border-radius: var(--radius-control);
  background: var(--surface-subtle);
  object-fit: cover;
}

@media (max-width: 1080px) {
  .vulnerability-table-wrap,
  .malware-table-wrap,
  .blockchain-table-wrap {
    overflow-x: visible;
  }

  .vulnerability-table,
  .malware-table,
  .blockchain-table {
    display: block;
    width: 100%;
    min-width: 0;
    border-collapse: separate;
  }

  .vulnerability-table thead,
  .malware-table thead,
  .blockchain-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .vulnerability-table tbody,
  .vulnerability-table tr,
  .vulnerability-table td,
  .malware-table tbody,
  .malware-table tr,
  .malware-table td,
  .blockchain-table tbody,
  .blockchain-table tr,
  .blockchain-table td {
    display: block;
    width: auto !important;
  }

  .vulnerability-table tbody,
  .malware-table tbody,
  .blockchain-table tbody {
    display: grid;
    gap: 12px;
  }

  .vulnerability-table tr,
  .malware-table tr,
  .blockchain-table tr {
    border: 1px solid var(--line-container);
    border-radius: var(--radius-control);
    padding: 10px 12px;
    background: var(--surface-panel);
  }

  .data-table.vulnerability-table td,
  .data-table.malware-table td,
  .data-table.blockchain-table td {
    display: block;
    padding: 8px 0;
    background-image: none;
  }

  .vulnerability-table td::before,
  .malware-table td::before,
  .blockchain-table td::before {
    content: attr(data-label);
    color: var(--ink-soft);
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
  }

  .catalog-report-link {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .catalog-report-cover {
    width: 72px;
    height: 48px;
  }
}

.timeline {
  display: grid;
  gap: 12px;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  min-width: 0;
  max-width: 100%;
  border-left: 0;
  background-image: var(--rough-vline-image);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 8px 180px;
  padding-left: 14px;
  overflow-wrap: anywhere;
}

.timeline time {
  display: block;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 12px;
}

.timeline strong {
  display: block;
  margin: 3px 0 4px;
}

.timeline p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
}

.reference-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 24px;
}

.reference-list li {
  padding-left: 4px;
}

.reference-list a,
.reference-list small {
  display: block;
  overflow-wrap: anywhere;
}

.reference-list a {
  color: var(--accent);
  font-weight: 650;
  text-decoration-line: underline;
  text-decoration-color: color-mix(in srgb, var(--gold) 72%, transparent);
  text-decoration-thickness: 0.07em;
  text-underline-offset: 3px;
  text-decoration-skip-ink: auto;
}

.reference-list a:hover,
.reference-list a:focus-visible {
  text-decoration-color: currentColor;
}

.reference-list small {
  margin-top: 3px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 12px;
}

.related-report-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}

.related-report-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  min-height: 0;
  border: 1px solid var(--line-container);
  border-radius: var(--radius-panel);
  padding: 12px;
  background: var(--surface-panel);
  color: var(--ink);
  text-decoration: none;
}

.related-report-card > [data-visual-mode] {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  border-radius: var(--radius-control);
  object-fit: cover;
}

.related-report-card:hover {
  color: var(--accent);
}

.related-report-card .severity {
  justify-self: start;
}

.related-report-card strong,
.related-report-card small {
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

.related-report-card small {
  align-self: end;
  color: var(--ink-soft);
}

.related-report-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
}

.related-report-meta span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.related-report-meta time {
  flex: none;
  white-space: nowrap;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}

.flow-step {
  display: grid;
  gap: 8px;
  min-height: 132px;
  border: 2px solid transparent;
  border-radius: var(--radius-md);
  border-image: var(--rough-border-image) 8 stretch;
  padding: 14px;
  background: rgba(255, 252, 244, 0.58);
}

.flow-step strong {
  color: var(--accent);
  font-size: 22px;
}

.flow-step span {
  color: var(--ink);
  font-weight: 600;
}

.flow-step small {
  color: var(--ink-soft);
}

@media (max-width: 1040px) {
  .article-shell {
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: static;
    max-height: none;
    padding-right: 0;
    overflow: visible;
  }

  .article-aside > .toc {
    display: none;
  }

  .article-mobile-contents {
    display: block;
    margin: 0 0 28px;
    border-top: 1px solid var(--line-container);
    border-bottom: 1px solid var(--line-container);
    background: var(--surface-panel);
  }

  .article-mobile-contents > summary {
    position: relative;
    min-height: 48px;
    padding: 14px 42px 14px 4px;
    color: var(--ink);
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    list-style: none;
    cursor: pointer;
  }

  .article-mobile-contents > summary::-webkit-details-marker {
    display: none;
  }

  .article-mobile-contents > summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 28px;
    height: 28px;
    border: 1px solid var(--line-container);
    border-radius: 6px;
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    transform: translateY(-50%);
  }

  .article-mobile-contents[open] > summary::after {
    content: "−";
  }

  .article-mobile-toc {
    max-height: min(60vh, 520px);
    border: 0;
    border-top: 1px solid var(--line-hairline);
    border-radius: 0;
    padding: 14px 4px 18px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: transparent;
    box-shadow: none;
    scrollbar-color: var(--line-container) transparent;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
  }

  .report-meta-strip,
  .report-action-grid,
  .flow-grid,
  .illustration-stages,
  .related-report-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 640px) {
  .toc a[data-toc-level="3"] {
    margin-left: 12px;
  }

  .report-title-hero {
    gap: 18px;
  }

  .report-title-block h1 {
    font-size: clamp(28px, 8.5vw, 38px);
    line-height: 1.05;
  }

  .report-meta-strip,
  .report-action-grid,
  .flow-grid,
  .illustration-stages,
  .related-report-grid,
  .evidence-method-grid,
  .investigation-context-grid {
    grid-template-columns: 1fr;
  }

  .evidence-method summary {
    grid-template-columns: 1fr;
  }

  .evidence-method summary small {
    text-align: left;
  }

  .evidence-method-grid p,
  .evidence-method-grid p:nth-child(2n) {
    border-right: 0;
  }

  .report-meta-cell {
    border-right: 0;
    background-image: var(--rough-line-image);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 180px 8px;
  }

  .sosec-perspective {
    grid-template-columns: 1fr;
  }

  #ioc .data-table-wrap {
    overflow-x: visible;
  }

  .ioc-table,
  .ioc-table tbody {
    display: block;
    width: 100%;
  }

  .ioc-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .ioc-table tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 13px 14px;
    width: 100%;
    padding: 18px 0;
    background-image: var(--rough-line-image);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 180px 8px;
  }

  .report-meta-source {
    grid-template-columns: 1fr;
  }

  .ioc-table td,
  .ioc-table td:nth-child(n) {
    display: block;
    width: auto;
    min-width: 0;
    padding: 0;
    background: none;
  }

  .ioc-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 5px;
    color: var(--ink-soft);
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .ioc-table .ioc-kind {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    font-weight: 700;
  }

  .ioc-table .ioc-action {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
  }

  .ioc-table .ioc-action::before {
    display: none;
  }

  .ioc-table .ioc-action .copy-button {
    min-height: 40px;
    white-space: nowrap;
  }

  .ioc-table .ioc-value,
  .ioc-table .ioc-context {
    grid-column: 1 / -1;
  }

  .ioc-table .ioc-value {
    grid-row: 2;
  }

  .ioc-table .ioc-context {
    grid-row: 3;
    color: var(--ink-soft);
    font-size: 14px;
    line-height: 1.55;
  }

  .ioc-table .ioc-value code {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid var(--line-hairline);
    border-radius: var(--radius-control);
    padding: 10px 12px;
    background: var(--surface-panel);
    font-size: 12px;
    line-height: 1.65;
    overflow-x: auto;
    overflow-y: hidden;
    overflow-wrap: normal;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    white-space: nowrap;
    word-break: normal;
  }

  .ioc-table .ioc-value code .ioc-hash-value {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    width: 100%;
    max-width: 100%;
    gap: 4px 0.45em;
  }

  .ioc-table .ioc-value code:has(.ioc-hash-value) {
    overflow-x: hidden;
    white-space: normal;
  }
}

@page {
  size: A4 portrait;
  margin: 14mm 15mm 16mm;
}

@media print {
  html,
  body[data-page="radar-report-detail"] {
    background: #fff !important;
    color: #111 !important;
  }

  body[data-page="radar-vulnerabilities"] .vulnerability-table-wrap,
  body[data-page="radar-malware"] .malware-table-wrap,
  body[data-page="radar-blockchain"] .blockchain-table-wrap {
    overflow: visible;
  }

  body[data-page="radar-vulnerabilities"] .vulnerability-table,
  body[data-page="radar-malware"] .malware-table,
  body[data-page="radar-blockchain"] .blockchain-table {
    display: block;
    width: 100%;
    min-width: 0;
    border-collapse: separate;
    table-layout: auto;
    font-size: 9pt;
    line-height: 1.42;
  }

  body[data-page="radar-vulnerabilities"] .vulnerability-table thead,
  body[data-page="radar-malware"] .malware-table thead,
  body[data-page="radar-blockchain"] .blockchain-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  body[data-page="radar-vulnerabilities"] .vulnerability-table tbody,
  body[data-page="radar-vulnerabilities"] .vulnerability-table tr,
  body[data-page="radar-vulnerabilities"] .vulnerability-table td,
  body[data-page="radar-malware"] .malware-table tbody,
  body[data-page="radar-malware"] .malware-table tr,
  body[data-page="radar-malware"] .malware-table td,
  body[data-page="radar-blockchain"] .blockchain-table tbody,
  body[data-page="radar-blockchain"] .blockchain-table tr,
  body[data-page="radar-blockchain"] .blockchain-table td {
    display: block;
    width: auto !important;
  }

  body[data-page="radar-vulnerabilities"] .vulnerability-table tbody,
  body[data-page="radar-malware"] .malware-table tbody,
  body[data-page="radar-blockchain"] .blockchain-table tbody {
    display: grid;
    gap: 4mm;
  }

  body[data-page="radar-vulnerabilities"] .vulnerability-table tr,
  body[data-page="radar-malware"] .malware-table tr,
  body[data-page="radar-blockchain"] .blockchain-table tr {
    break-inside: avoid;
    page-break-inside: avoid;
    border: .4pt solid #999;
    padding: 3mm 4mm;
    background: #fff;
  }

  body[data-page="radar-vulnerabilities"] .data-table.vulnerability-table td,
  body[data-page="radar-malware"] .data-table.malware-table td,
  body[data-page="radar-blockchain"] .data-table.blockchain-table td {
    display: block;
    border: 0;
    border-bottom: .3pt dotted #aaa;
    padding: 1.8mm 0;
    background: none;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  body[data-page="radar-vulnerabilities"] .data-table.vulnerability-table td:last-child,
  body[data-page="radar-malware"] .data-table.malware-table td:last-child,
  body[data-page="radar-blockchain"] .data-table.blockchain-table td:last-child {
    border-bottom: 0;
  }

  body[data-page="radar-vulnerabilities"] .vulnerability-table td::before,
  body[data-page="radar-malware"] .malware-table td::before,
  body[data-page="radar-blockchain"] .blockchain-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 1mm;
    color: #444;
    font-family: var(--font-sans);
    font-size: 7.5pt;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  body[data-page="radar-vulnerabilities"] .catalog-report-link,
  body[data-page="radar-malware"] .catalog-report-link,
  body[data-page="radar-blockchain"] .catalog-report-link {
    grid-template-columns: 23mm minmax(0, 1fr);
    gap: 3mm;
  }

  body[data-page="radar-vulnerabilities"] .catalog-report-cover,
  body[data-page="radar-malware"] .catalog-report-cover,
  body[data-page="radar-blockchain"] .catalog-report-cover {
    width: 23mm;
    height: 15mm;
  }

  body[data-page="radar-report-detail"] {
    font-size: 10.5pt;
    print-color-adjust: economy;
    -webkit-print-color-adjust: economy;
  }

  body[data-page="radar-report-detail"] .article-prose {
    margin-top: 7mm;
    font-size: 10.5pt;
    line-height: 1.62;
  }

  body[data-page="radar-report-detail"] .article-prose section {
    padding-bottom: 5mm;
  }

  body[data-page="radar-report-detail"] .article-prose section + section {
    padding-top: 5mm;
  }

  body[data-page="radar-report-detail"] .article-prose h2 {
    font-size: 16pt;
  }

  body[data-page="radar-report-detail"] .article-prose h3 {
    font-size: 12.5pt;
  }

  body[data-page="radar-report-detail"] .article-prose h2,
  body[data-page="radar-report-detail"] .article-prose h3,
  body[data-page="radar-report-detail"] .article-prose h4 {
    break-inside: avoid;
    break-after: avoid;
    page-break-inside: avoid;
    page-break-after: avoid;
  }

  body[data-page="radar-report-detail"] .article-research-record-head h2,
  body[data-page="radar-report-detail"] .article-record-section > h3 {
    break-inside: avoid;
    break-after: avoid;
    page-break-inside: avoid;
    page-break-after: avoid;
  }

  body[data-page="radar-report-detail"] .article-research-record-head {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  body[data-page="radar-report-detail"] .article-prose figure,
  body[data-page="radar-report-detail"] .article-prose pre,
  body[data-page="radar-report-detail"] .article-prose blockquote {
    break-inside: avoid;
  }

  body[data-page="radar-report-detail"] .article-prose p,
  body[data-page="radar-report-detail"] .article-prose li,
  body[data-page="radar-report-detail"] .article-prose dd {
    break-inside: avoid;
    page-break-inside: avoid;
    orphans: 3;
    widows: 3;
  }

  body[data-page="radar-report-detail"] .article-prose table {
    display: table;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 4mm 0 6mm;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 8.5pt;
    line-height: 1.4;
    break-inside: auto;
    page-break-inside: auto;
  }

  body[data-page="radar-report-detail"] .article-prose thead {
    position: static;
    display: table-header-group;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    clip-path: none;
    white-space: normal;
  }

  body[data-page="radar-report-detail"] .article-prose tfoot {
    display: table-footer-group;
  }

  body[data-page="radar-report-detail"] .article-prose tbody {
    display: table-row-group;
  }

  body[data-page="radar-report-detail"] .article-prose tr,
  body[data-page="radar-report-detail"] .article-code-response dl > div {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  body[data-page="radar-report-detail"] .article-prose tr {
    display: table-row;
    width: auto;
    padding: 0;
    background: none;
  }

  body[data-page="radar-report-detail"] .article-prose th,
  body[data-page="radar-report-detail"] .article-prose td,
  body[data-page="radar-report-detail"] .article-prose th:nth-child(n),
  body[data-page="radar-report-detail"] .article-prose td:nth-child(n) {
    display: table-cell;
    width: auto;
    border: .4pt solid #aaa;
    padding: 2mm;
    background: #fff;
    vertical-align: top;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: none;
  }

  body[data-page="radar-report-detail"] .article-prose td::before,
  body[data-page="radar-report-detail"] .article-prose th::before {
    display: none;
    content: none;
  }

  body[data-page="radar-report-detail"] .article-prose th a,
  body[data-page="radar-report-detail"] .article-prose td a,
  body[data-page="radar-report-detail"] .article-prose tbody th code,
  body[data-page="radar-report-detail"] .article-prose td code {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body[data-page="radar-report-detail"] .article-prose thead th code {
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
  }

  body[data-page="radar-report-detail"] .article-prose .article-table-pan,
  body[data-page="radar-report-detail"] .article-prose .article-table-scroll {
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  body[data-page="radar-report-detail"] #references {
    break-before: auto;
    page-break-before: auto;
    padding-bottom: 0;
  }

  body[data-page="radar-report-detail"] #references .reference-list {
    display: block;
    padding-left: 6mm;
    font-size: 8.5pt;
    line-height: 1.28;
  }

  body[data-page="radar-report-detail"] #references .reference-list li {
    margin: 0 0 .4mm;
    padding-left: .75mm;
  }

  body[data-page="radar-report-detail"] #references .reference-list a {
    font-size: 8.5pt;
    line-height: 1.25;
  }

  body[data-page="radar-report-detail"] #references .reference-list small {
    margin-top: 0;
    font-size: 7.5pt;
    line-height: 1.2;
  }

  body[data-page="radar-report-detail"] .article-prose .article-figure--right,
  body[data-page="radar-report-detail"] .article-prose .article-figure--left {
    float: none;
    clear: both;
    width: min(100%, 120mm);
    margin: 4mm auto 6mm;
  }

  body[data-page="radar-report-detail"] .article-prose .article-figure--wide {
    float: none;
    clear: both;
    width: 100%;
    max-width: none;
    margin: 4mm 0 6mm;
  }

  body[data-page="radar-report-detail"] .article-prose figure img {
    width: 100%;
    max-height: 155mm;
    object-fit: contain;
  }

  body[data-page="radar-report-detail"] .article-prose a {
    display: inline !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #111 !important;
  }

  body[data-page="radar-report-detail"] .article-prose a > code {
    display: inline !important;
  }

  body[data-page="radar-report-detail"] .article-code-response {
    max-width: none;
    margin: 6mm 0 4mm;
    border-top: .7pt solid #666;
    border-bottom: .4pt solid #aaa;
    padding: 4mm 0 1mm;
    background: none;
  }

  body[data-page="radar-report-detail"] .article-code-response dl > div {
    grid-template-columns: 34mm minmax(0, 1fr);
    gap: 4mm;
    padding: 3mm 0;
  }

  body[data-page="radar-report-detail"] .article-code-response-grid > section,
  body[data-page="radar-report-detail"] .article-code-response-grid > section + section {
    border-top: .4pt dotted #999;
    padding: 3mm 0 1mm;
  }

  body[data-page="radar-report-detail"] .article-code-response dt {
    color: #444;
    font-size: 7.5pt;
  }

  body[data-page="radar-report-detail"] .article-code-response dd {
    color: #111;
    font-size: 9.5pt;
    line-height: 1.5;
  }

  body[data-page="radar-report-detail"] .site-header,
  body[data-page="radar-report-detail"] .skip-link,
  body[data-page="radar-report-detail"] .radar-subnav,
  body[data-page="radar-report-detail"] .breadcrumbs,
  body[data-page="radar-report-detail"] .reading-progress,
  body[data-page="radar-report-detail"] .article-mobile-contents,
  body[data-page="radar-report-detail"] .article-aside,
  body[data-page="radar-report-detail"] .report-action-panel,
  body[data-page="radar-report-detail"] #related-reports,
  body[data-page="radar-report-detail"] .copy-button,
  body[data-page="radar-report-detail"] .report-print-button,
  body[data-page="radar-report-detail"] footer {
    display: none !important;
  }

  body[data-page="radar-report-detail"] main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  body[data-page="radar-report-detail"] .article-shell {
    display: block;
    margin: 0;
  }

  body[data-page="radar-report-detail"] .article-main {
    background: #fff;
  }

  body[data-page="radar-report-detail"] .article-main::before {
    content: "SOSEC.IO / 研究报告";
    display: block;
    margin-bottom: 6mm;
    border-bottom: .4pt solid #777;
    padding-bottom: 2.5mm;
    color: #333;
    font-family: var(--font-mono);
    font-size: 8pt;
    font-weight: 700;
    letter-spacing: .12em;
  }

  html[lang="en-US"] body[data-page="radar-report-detail"] .article-main::before {
    content: "SOSEC.IO / RESEARCH REPORT";
  }

  body[data-page="radar-report-detail"] .article-main::after {
    display: none;
    content: none;
  }

  body[data-page="radar-report-detail"] .report-title-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 5mm;
    align-items: start;
    margin-bottom: 6mm;
  }

  body[data-page="radar-report-detail"] .report-title-block h1 {
    margin: 2mm 0 3mm;
    color: #111;
    font-size: 26pt;
    line-height: 1.08;
  }

  body[data-page="radar-report-detail"] .report-title-block .lead {
    color: #333;
    font-size: 10.5pt;
    line-height: 1.48;
  }

  body[data-page="radar-report-detail"] .report-cover,
  body[data-page="radar-report-detail"] .report-illustration-frame,
  body[data-page="radar-report-detail"] .evidence-method,
  body[data-page="radar-report-detail"] .investigation-context-grid article,
  body[data-page="radar-report-detail"] .ioc-table .ioc-value code {
    border: .6pt solid #888;
    border-radius: 0;
    background: #fff !important;
    box-shadow: none;
  }

  body[data-page="radar-report-detail"] .report-meta-block,
  body[data-page="radar-report-detail"] .report-cover,
  body[data-page="radar-report-detail"] .sosec-perspective,
  body[data-page="radar-report-detail"] .technical-note,
  body[data-page="radar-report-detail"] .analysis-block,
  body[data-page="radar-report-detail"] .report-illustration figure,
  body[data-page="radar-report-detail"] .timeline li,
  body[data-page="radar-report-detail"] .reference-list li,
  body[data-page="radar-report-detail"] .investigation-context-grid article {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  body[data-page="radar-report-detail"] .report-meta-block {
    margin: 5mm 0;
    border-top: .5pt solid #777;
    border-bottom: .5pt solid #777;
    padding: 0 0 3mm;
    background: none;
  }

  body[data-page="radar-report-detail"] .report-dateline {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border-bottom: .4pt solid #aaa;
  }

  body[data-page="radar-report-detail"] .report-dateline p {
    flex: 0 1 auto;
    min-height: 0;
    border-right: .4pt solid #aaa;
    padding: 2.5mm 4mm;
    background: none;
    color: #222;
    font-size: 9pt;
  }

  body[data-page="radar-report-detail"] .report-dateline p + p {
    padding-left: 4mm;
  }

  body[data-page="radar-report-detail"] .report-dateline p:last-child {
    border-right: 0;
  }

  body[data-page="radar-report-detail"] .report-dateline strong,
  body[data-page="radar-report-detail"] .research-scope strong,
  body[data-page="radar-report-detail"] .report-source-line strong,
  body[data-page="radar-report-detail"] .analysis-block-heading > span {
    color: #444;
    font-size: 7.5pt;
  }

  body[data-page="radar-report-detail"] .research-scope,
  body[data-page="radar-report-detail"] .report-source-line {
    grid-template-columns: 27mm minmax(0, 1fr);
    gap: 4mm;
    padding: 2.5mm 4mm 0;
    color: #222;
    font-size: 9pt;
  }

  body[data-page="radar-report-detail"] .report-meta-footer {
    padding: 2.5mm 4mm 0;
  }

  body[data-page="radar-report-detail"] .article-research-record {
    margin-top: 8mm;
    border-top: .7pt solid #555;
    padding-top: 5mm;
    background: none;
  }

  body[data-page="radar-report-detail"] .article-research-record-head h2 {
    color: #111;
    font-size: 16pt;
  }

  body[data-page="radar-report-detail"] .article-record-section {
    background: none;
  }

  body[data-page="radar-report-detail"] .report-tags,
  body[data-page="radar-report-detail"] .evidence-level {
    color: #222 !important;
  }

  body[data-page="radar-report-detail"] .evidence-method {
    margin-bottom: 5mm;
  }

  body[data-page="radar-report-detail"] .evidence-method > * {
    display: block !important;
  }

  body[data-page="radar-report-detail"] .evidence-method summary {
    min-height: 0;
    padding: 3mm;
  }

  body[data-page="radar-report-detail"] .evidence-method-grid {
    display: grid !important;
  }

  body[data-page="radar-report-detail"] .sosec-perspective {
    grid-template-columns: 12mm minmax(0, 1fr);
    gap: 4mm;
    margin: 5mm 0;
    border: .6pt solid #888;
    border-radius: 0;
    padding: 4mm 5mm;
    background: #fff;
  }

  body[data-page="radar-report-detail"] .sosec-perspective::before {
    color: #333;
    font-size: 34pt;
  }

  body[data-page="radar-report-detail"] .article-section {
    margin-top: 6mm;
    padding: 0 0 4mm;
    background: none;
  }

  body[data-page="radar-report-detail"] .article-section h2 {
    break-after: avoid;
    page-break-after: avoid;
    margin: 0 0 2.5mm;
    color: #111;
    font-size: 16pt;
    line-height: 1.2;
  }

  body[data-page="radar-report-detail"] .article-section p {
    max-width: none;
    margin-bottom: 2.5mm;
    color: #222;
    font-size: 10.5pt;
    line-height: 1.5;
  }

  body[data-page="radar-report-detail"] .technical-note {
    border-left: 1.5pt solid #555;
    padding: 3mm 4mm;
    background: #f5f5f5;
  }

  body[data-page="radar-report-detail"] .analysis-block {
    margin: 5mm 0 1mm;
    border-color: #777;
    background: transparent;
  }

  body[data-page="radar-report-detail"] .analysis-block-header {
    padding: 3mm 0 2.5mm;
    background: transparent;
  }

  body[data-page="radar-report-detail"] .analysis-block-heading strong {
    font-size: 13pt;
  }

  body[data-page="radar-report-detail"] .analysis-block-items li {
    padding: 2.8mm 0;
  }

  body[data-page="radar-report-detail"] .analysis-block-items li > div > strong {
    color: #111;
    font-size: 9.5pt;
  }

  body[data-page="radar-report-detail"] .analysis-block-items li > div > span {
    color: #333;
    font-size: 9pt;
    line-height: 1.48;
  }

  body[data-page="radar-report-detail"] .analysis-flow-list li::before,
  body[data-page="radar-report-detail"] .analysis-checklist li::before {
    color: #222;
    border-color: #555;
  }

  body[data-page="radar-report-detail"] .report-illustration {
    margin: 6mm 0;
  }

  body[data-page="radar-report-detail"] .report-illustration-frame {
    padding: 2mm;
  }

  body[data-page="radar-report-detail"] .report-illustration figcaption,
  body[data-page="radar-report-detail"] .illustration-stages li p {
    color: #444;
    font-size: 8.5pt;
    line-height: 1.45;
  }

  body[data-page="radar-report-detail"] .illustration-stages li {
    break-inside: avoid;
    page-break-inside: avoid;
    background: none;
  }

  body[data-page="radar-report-detail"] #ioc .data-table-wrap {
    overflow: visible;
  }

  body[data-page="radar-report-detail"] .ioc-table {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 8.3pt;
  }

  body[data-page="radar-report-detail"] .ioc-table thead {
    position: static;
    display: table-header-group;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    clip-path: none;
    white-space: normal;
  }

  body[data-page="radar-report-detail"] .ioc-table tbody {
    display: table-row-group;
  }

  body[data-page="radar-report-detail"] .ioc-table tr {
    display: table-row;
    break-inside: avoid;
    page-break-inside: avoid;
    padding: 0;
    background: none;
  }

  body[data-page="radar-report-detail"] .ioc-table th,
  body[data-page="radar-report-detail"] .ioc-table td,
  body[data-page="radar-report-detail"] .ioc-table td:nth-child(n) {
    display: table-cell;
    width: auto;
    border: .4pt solid #aaa;
    padding: 2mm;
    vertical-align: top;
    background: #fff;
  }

  body[data-page="radar-report-detail"] .ioc-table th:nth-child(1),
  body[data-page="radar-report-detail"] .ioc-table td:nth-child(1) { width: 16%; }
  body[data-page="radar-report-detail"] .ioc-table th:nth-child(2),
  body[data-page="radar-report-detail"] .ioc-table td:nth-child(2) { width: 38%; }
  body[data-page="radar-report-detail"] .ioc-table th:nth-child(3),
  body[data-page="radar-report-detail"] .ioc-table td:nth-child(3) { width: 46%; }
  body[data-page="radar-report-detail"] .ioc-table th:nth-child(4),
  body[data-page="radar-report-detail"] .ioc-table td:nth-child(4) { display: none; }

  body[data-page="radar-report-detail"] .ioc-table td::before {
    display: none;
  }

  body[data-page="radar-report-detail"] .ioc-table .ioc-value code {
    display: block;
    width: 100%;
    padding: 1.5mm;
    font-size: 7.5pt;
    line-height: 1.35;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body[data-page="radar-report-detail"] .timeline li,
  body[data-page="radar-report-detail"] .reference-list li {
    background: none;
  }

  body[data-page="radar-report-detail"] .reference-list a,
  body[data-page="radar-report-detail"] .reference-list small {
    color: #222;
    overflow-wrap: anywhere;
  }
}
