.post-body .lead {
  font-size: 1.15em;
  line-height: 1.6;
  color: #374151;
}
.post-body .ebook {
  margin: 2.5rem 0;
  padding: 1.4rem 1.5rem 1.25rem;
  border: 1px solid #ddd6fe;
  border-radius: 1rem;
  background: #f5f3ff;
}
.post-body .ebook p {
  margin-bottom: 0.85rem;
  font-size: 0.97em;
  color: #3b2a6b;
}
.post-body .ebook p:last-child {
  margin-bottom: 0;
}
.post-body .ebook-kicker {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6d28d9;
}
.post-body .ebook-note {
  padding-top: 0.85rem;
  border-top: 1px solid #ddd6fe;
  color: #4b5563;
}
.post-body .modindex {
  margin: 2.5rem 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .post-body .modindex {
    grid-template-columns: 1fr 1fr;
  }
}
.post-body .modindex li {
  display: flex;
  gap: 0.85rem;
  margin: 0;
  padding: 0.95rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.9rem;
  background: #ffffff;
}
.post-body .mod-n {
  flex: 0 0 auto;
  width: 1.9rem;
  height: 1.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #ede9fe;
  color: #5b21b6;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
}
.post-body .mod-t {
  display: block;
  font-size: 0.97em;
  font-weight: 600;
  line-height: 1.45;
}
.post-body .mod-d {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.88em;
  font-weight: 400;
  line-height: 1.5;
  color: #6b7280;
}
.post-body .mod-goal {
  padding: 0.15rem 0 0.15rem 0.95rem;
  border-left: 3px solid #c4b5fd;
  color: #4b5563;
}
.post-body .mod-goal strong {
  color: #4c1d95;
}
.post-body .stats {
  margin: 2.5rem 0;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 447px) {
  .post-body .stats {
    grid-template-columns: minmax(0, 1fr);
  }
}
.post-body .stat {
  padding: 1rem 1.05rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.9rem;
  background: #ffffff;
}
.post-body .stat-value {
  display: block;
  font-size: 1.85rem;
  font-weight: 800;
  line-height: 1.1;
  color: #7c3aed;
}
.post-body .stat-label {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.9em;
  line-height: 1.45;
  color: #374151;
}
.post-body .stat-source {
  display: block;
  margin-top: 0.55rem;
  padding-top: 0.5rem;
  border-top: 1px solid #f3f4f6;
  font-size: 0.78em;
  line-height: 1.4;
  color: #6b7280;
}
.post-body .chart {
  margin: 2.5rem 0;
  padding: 1.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: #ffffff;
}
.post-body .chart-shell {
  display: flex;
  justify-content: center;
}
.post-body .chart-svg {
  display: block;
  width: 100%;
  max-width: 460px;
  height: auto;
}
.post-body .chart figcaption {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid #f3f4f6;
  font-size: 0.88em;
  line-height: 1.55;
  color: #4b5563;
}
.post-body .callout {
  margin: 2rem 0;
  padding: 1.15rem 1.25rem;
  border-left: 4px solid #7c3aed;
  border-radius: 0 0.75rem 0.75rem 0;
  background: #f5f3ff;
  color: #3b2a6b;
  font-size: 0.97em;
}
.post-body .callout p:last-child {
  margin-bottom: 0;
}
.post-body .callout-warn {
  border-left-color: #ea580c;
  background: #fff7ed;
  color: #7c2d12;
}
.post-body .exercise {
  margin: 2.25rem 0;
  padding: 1.15rem 1.25rem;
  border: 2px dashed #c4b5fd;
  border-radius: 0.9rem;
  background: #ffffff;
}
.post-body .exercise p {
  margin-bottom: 0;
  font-size: 0.97em;
  color: #374151;
}
.post-body .ex-kicker {
  margin-bottom: 0.5rem !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6d28d9;
}
.post-body .anatomy {
  margin: 1.75rem 0 2rem;
  padding: 0;
  list-style: none;
  counter-reset: anat;
}
.post-body .anatomy li {
  position: relative;
  margin: 0 0 0.85rem;
  padding-left: 2.5rem;
  counter-increment: anat;
  line-height: 1.6;
}
.post-body .anatomy li::before {
  content: counter(anat);
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #7c3aed;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
}
.post-body .anatomy strong {
  color: #4c1d95;
}
.post-body .pdicard {
  margin: 2.25rem 0;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: #ffffff;
  overflow: hidden;
}
.post-body .pdicard-head {
  padding: 1.1rem 1.25rem 1rem;
  border-bottom: 1px solid #f3f4f6;
  background: #faf8ff;
}
.post-body .pdicard-head p {
  margin-bottom: 0;
}
.post-body .pdicard-cat {
  display: inline-block;
  margin-bottom: 0.6rem !important;
  padding: 0.2rem 0.65rem;
  border-radius: 9999px;
  background: #ede9fe;
  color: #5b21b6;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.post-body .pdicard-title {
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.4;
  color: #111827;
}
.post-body .pdicard-meta {
  margin-top: 0.45rem !important;
  font-size: 0.85em;
  color: #6b7280;
}
.post-body .pdicard-steps {
  margin: 0;
  padding: 0.4rem 0;
  list-style: none;
}
.post-body .pdicard-steps li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin: 0;
  padding: 0.7rem 1.25rem;
  border-bottom: 1px solid #f9fafb;
}
.post-body .pdicard-steps li:last-child {
  border-bottom: 0;
}
.post-body .tick {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #c4b5fd;
  border-radius: 0.35rem;
  background: #ffffff;
  font-size: 0.75rem;
  line-height: 1;
  color: transparent;
}
.post-body .pdicard-steps .done .tick {
  border-color: #7c3aed;
  background: #7c3aed;
  color: #ffffff;
}
.post-body .st {
  display: block;
  min-width: 0;
}
.post-body .st-title {
  display: block;
  font-size: 0.95em;
  line-height: 1.5;
  color: #1f2937;
}
.post-body .pdicard-steps .done .st-title {
  color: #6b7280;
}
.post-body .st-due {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.82em;
  color: #6b7280;
}
.post-body .pdicard-foot {
  padding: 1rem 1.25rem 1.15rem;
  border-top: 1px solid #f3f4f6;
  background: #fcfbff;
}
.post-body .bar {
  height: 0.5rem;
  border-radius: 9999px;
  background: #ede9fe;
  overflow: hidden;
}
.post-body .bar-fill {
  width: 50%;
  height: 100%;
  border-radius: 9999px;
  background: #7c3aed;
}
.post-body .bar-label {
  margin: 0.55rem 0 0;
  font-size: 0.85em;
  font-weight: 600;
  color: #4c1d95;
}
.post-body .post-scroller > table {
  min-width: 26rem;
}
.post-body .scroll-hint {
  display: none;
}
@media (max-width: 447px) {
  .post-body .scroll-hint {
    display: block;
    margin-top: -0.9rem;
    font-size: 0.85em;
    color: #6b7280;
  }
}
.post-body .sr-caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.post-body .rewrite {
  margin: 2rem 0 2.5rem;
  padding: 0;
  list-style: none;
  counter-reset: rw;
}
.post-body .rewrite > li {
  position: relative;
  margin: 0 0 1.5rem;
  padding: 1.15rem 1.25rem 1.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: #ffffff;
  counter-increment: rw;
}
.post-body .rewrite > li:last-child {
  margin-bottom: 0;
}
.post-body .rewrite p {
  margin-bottom: 0.7rem;
  font-size: 0.95em;
  line-height: 1.6;
}
.post-body .rewrite p:last-child {
  margin-bottom: 0;
}
.post-body .rw-bad {
  padding: 0.55rem 0.8rem;
  border-left: 3px solid #ea580c;
  border-radius: 0 0.5rem 0.5rem 0;
  background: #fff7ed;
  font-weight: 600;
  color: #7c2d12;
}
.post-body .rw-bad::before {
  content: counter(rw) ". ";
  font-weight: 700;
  color: #c2410c;
}
.post-body .rw-why {
  color: #4b5563;
}
.post-body .rw-why strong {
  color: #c2410c;
}
.post-body .rw-good {
  padding: 0.55rem 0.8rem;
  border-left: 3px solid #7c3aed;
  border-radius: 0 0.5rem 0.5rem 0;
  background: #f5f3ff;
  color: #3b2a6b;
}
.post-body .rw-good strong {
  color: #5b21b6;
}
.post-body .cta {
  margin: 2.75rem 0;
  padding: 1.6rem 1.5rem;
  border: 1px solid #ddd6fe;
  border-radius: 1.25rem;
  background: #f5f3ff;
}
.post-body .cta-kicker {
  margin-bottom: 0.35rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6d28d9;
}
.post-body .cta-title {
  margin-bottom: 0.6rem;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.3;
  color: #2e1065;
}
.post-body .cta p:not(.cta-kicker):not(.cta-title) {
  margin-bottom: 1.15rem;
  font-size: 0.97em;
  color: #4b5563;
}
.post-body .cta p:last-child {
  margin-bottom: 0;
}
.post-body .cta a {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  border-radius: 9999px;
  background: #c2410c;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}
.post-body .cta a:hover {
  background: #9a3412;
  color: #ffffff;
}
.post-body .cta-dark {
  border-color: #2e1065;
  background: #1a1145;
}
.post-body .cta-dark .cta-kicker {
  color: #c4b5fd;
}
.post-body .cta-dark .cta-title {
  color: #ffffff;
}
.post-body .cta-dark p:not(.cta-kicker):not(.cta-title) {
  color: #ddd6fe;
}
.post-body .faq {
  margin-top: 3rem;
  padding-top: 0.5rem;
  border-top: 1px solid #e5e7eb;
}
.post-body .faq h3 {
  font-size: 1.05em;
  color: #1f2937;
}