.post-container {
  min-width: 0;
}
.post-header {
  margin-bottom: 1.5rem;
}
.category-tag {
  margin: 0 0 0.7rem;
  font-family: var(--font-mono);
  color: var(--accent-code);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.8rem;
}
.post-header h1 {
  margin: 0 0 0.75rem;
  line-height: 1.12;
  font-size: 2.45rem;
}
.post-meta,
.post-deck {
  color: var(--text-muted);
}
.post-hero {
  margin: 0 0 1.5rem;
}
.post-hero img {
  border: 1px solid var(--border-color);
}
.post-body {
  font-size: 1.07rem;
}
.post-body p,
.post-body ul,
.post-body ol,
.post-body pre,
.post-body blockquote {
  margin: 0 0 1.25rem;
}
.post-body h2,
.post-body h3 {
  margin: 2rem 0 0.9rem;
  font-family: var(--font-mono);
  color: var(--accent-primary);
}
.post-body code {
  background: var(--bg-soft);
  border: 1px solid var(--border-color);
  padding: 0.1rem 0.35rem;
}
.post-body pre {
  overflow: auto;
  padding: 1rem;
  background: var(--bg-soft);
  border: 1px solid var(--border-color);
}
.post-body blockquote {
  padding-left: 1rem;
  border-left: 3px solid var(--accent-primary);
  color: var(--text-muted);
}