/* Sourced deep-dive answer within the shared compact conversation. */
.bz-thesis { max-width: 76ch; }
.bz-thesis h3 { font-size: 20px; margin: 0 0 6px; }
.bz-thesis .bz-thesis-date, .bz-thesis .bz-thesis-meta { font-size: 12px; line-height: 1.6; margin: 0 0 16px; color: #aeb4bf; }
.bz-thesis .bz-thesis-lead { font-size: 16px; line-height: 1.75; color: #e4e6eb; margin: 20px 0; }
.bz-thesis-mentions { display: flex; flex-wrap: wrap; gap: 6px 22px; padding: 12px 0; border-block: 1px solid var(--bz-border); font-size: 12px; color: #b9bfc8; margin-bottom: 8px; }
.bz-thesis-mentions strong { color: var(--bz-text); font-size: 14px; font-variant-numeric: tabular-nums; margin-right: 4px; }
.bz-thesis-change { white-space: nowrap; }
.bz-thesis-section { margin-top: 28px; padding-top: 23px; border-top: 1px solid var(--bz-border); }
.bz-thesis-section h4 { font: 500 19px/1.4 var(--bz-sans); margin: 0 0 6px; }
.bz-thesis-section h5 { font: 500 15px/1.55 var(--bz-sans); color: var(--bz-text); margin: 0 0 5px; }
.bz-thesis-section p { font-size: 14px; line-height: 1.75; color: #c7cbd3; margin: 0 0 8px; }
.bz-thesis-points { padding-left: 21px; margin: 0; }
.bz-thesis-points > li { padding-left: 7px; margin: 0 0 22px; }
.bz-thesis-points > li:last-child { margin-bottom: 0; }
.bz-thesis-points > li::marker { color: #aeb4bf; font-size: 13px; }
.bz-thesis-sources { display: flex; flex-wrap: wrap; gap: 7px 20px; list-style: none; padding: 0; margin: 9px 0 0; }
.bz-thesis-sources li { display: flex; flex-direction: column; gap: 1px; }
.bz-thesis a { text-decoration: underline; text-decoration-color: #696a64; text-underline-offset: 3px; }
.bz-thesis-sources a { font-size: 12px; color: #ddd6c4; }
.bz-thesis-sources span { font-size: 11px; color: #a6adb8; }
.bz-thesis-facts { list-style: none; padding: 0; margin: 0; }
.bz-thesis-facts li { margin-top: 18px; }
.bz-thesis-facts a { font-size: 12px; color: #ddd6c4; }
.bz-thesis-method { border-top: 1px solid var(--bz-border); margin-top: 24px; padding-top: 10px; }
.bz-thesis-method summary { font-size: 12px; color: #b9bfc8; padding-block: 8px; cursor: pointer; }
.bz-thesis-method p { font-size: 12px; line-height: 1.7; margin: 8px 0; }
@media (max-width: 650px) {
  .bz-thesis .bz-thesis-lead { font-size: 15px; line-height: 1.75; }
  .bz-thesis-section p { font-size: 15px; line-height: 1.75; }
  .bz-thesis-section h5 { font-size: 16px; }
  .bz-thesis-section h4 { font-size: 19px; }
  .bz-thesis-section .bz-thesis-meta { font-size: 12px; }
  .bz-thesis-points { padding-left: 18px; }
  .bz-thesis-points > li { padding-left: 4px; }
  .bz-thesis-sources { gap: 8px 18px; }
  .bz-thesis-sources a { display: inline-flex; align-items: center; min-height: 32px; font-size: 13px; }
  .bz-thesis-method summary { min-height: 44px; padding-block: 12px; }
}
