/* Opt-in styles for independent analysis reports. Other posts retain the theme defaults. */
.analysis-report #main,
.analysis-report .masthead,
.analysis-report .page__footer { animation: none; }
.analysis-report .site-title { white-space: normal; line-height: 1.35; }
.analysis-report .greedy-nav { min-width: 0; }
.analysis-report #main {
  max-width: 1040px;
  padding-inline: clamp(20px, 4vw, 48px);
}
.analysis-report .page {
  float: none;
  width: 100%;
  min-width: 0;
  padding: 0;
}
.analysis-report .page__title {
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  line-height: 1.22;
  text-wrap: balance;
}
.analysis-report .page__content {
  font-size: 0.9rem;
  line-height: 1.75;
}
.independent-analysis { min-width: 0; overflow-wrap: anywhere; }
.independent-analysis section { scroll-margin-top: 24px; }
.independent-analysis h2 { margin-top: 2.5em; line-height: 1.3; }
.independent-analysis h3 { margin-top: 2em; line-height: 1.4; }
.independent-analysis h4 { margin-top: 1.8em; font-size: 1.05em; }
.independent-analysis p, .independent-analysis li { max-width: none; }
.independent-analysis a:focus-visible,
.independent-analysis [tabindex]:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 4px;
}
.independent-analysis .article-toc {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  border: 1px solid #60666d;
  border-radius: 4px;
}
.independent-analysis .article-toc h2 { margin: 0 0 0.65rem; font-size: 1em; }
.independent-analysis .article-toc ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem 1.75rem;
  margin: 0;
  padding-left: 1.2rem;
  font-size: 0.88em;
}
.independent-analysis .article-toc li { margin: 0; }
.independent-analysis .table-shell {
  max-width: 100%;
  overflow-x: auto;
  margin: 1.5rem 0;
  overscroll-behavior-x: contain;
}
.independent-analysis table {
  display: table;
  width: 100%;
  margin: 0;
  font-size: 0.83em;
  line-height: 1.6;
  border-collapse: collapse;
}
.independent-analysis th, .independent-analysis td {
  padding: 0.65rem 0.8rem;
  vertical-align: top;
  text-align: left;
  min-width: 6rem;
  border-bottom: 1px solid #60666d;
}
.independent-analysis th { background: rgba(255, 255, 255, 0.045); }
.independent-analysis .hash-row { display: block; min-width: 0; }
.independent-analysis .hash-value,
.independent-analysis .hash-value code,
.independent-analysis .article-table--sample code {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.independent-analysis code { font-size: 0.88em; overflow-wrap: anywhere; }
.independent-analysis pre {
  max-width: 100%;
  padding: 1rem;
  overflow-x: auto;
  line-height: 1.65;
  border: 1px solid #60666d;
  border-radius: 4px;
  white-space: pre;
}
.independent-analysis pre code { white-space: inherit; overflow-wrap: normal; }
.independent-analysis .article-figure {
  display: block;
  width: 100%;
  max-width: 920px;
  margin: 1.8rem auto 2.2rem;
}
.independent-analysis .article-figure > a { display: block; }
.independent-analysis .article-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  border: 1px solid #60666d;
  border-radius: 3px;
}
.independent-analysis figcaption {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.8em;
  font-family: inherit;
  line-height: 1.65;
  color: inherit;
  text-align: left;
}
.independent-analysis .figure-fullsize { display: block; margin-top: 0.35rem; }
.independent-analysis .evidence-gallery { display: block; }
.independent-analysis .command-evidence {
  margin-top: 2rem;
  padding-top: 0.25rem;
  border-top: 1px solid #60666d;
}
.independent-analysis .recorded-observation { margin: 1.2rem 0; }
.independent-analysis .article-backlinks { font-size: 0.8em; margin-top: 1.5rem; }
@media (max-width: 600px) {
  .analysis-report .page__content { font-size: 1rem; }
  .independent-analysis .article-toc { padding: 1rem; }
  .independent-analysis .article-toc ul { grid-template-columns: 1fr; }
  .independent-analysis table { font-size: 0.8em; }
  .independent-analysis th, .independent-analysis td { padding: 0.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  .analysis-report *, .analysis-report *::before, .analysis-report *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
