/**
 * KH Core — FAZ 1: Single post & footer polish
 */

/* ─── Reading progress (neon, fixed top) ─── */
.kh-reading-v45 {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  max-width: 100%;
  z-index: 10001;
  background: linear-gradient(90deg, #3b82f6, #00d4ff, #60a5fa);
  box-shadow:
    0 0 14px rgba(0, 212, 255, 0.75),
    0 0 4px rgba(59, 130, 246, 0.9);
  pointer-events: none;
  will-change: width;
  transition: width 0.08s linear;
}

body.kh-has-reading-bar.admin-bar .kh-reading-v45 {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.kh-has-reading-bar.admin-bar .kh-reading-v45 {
    top: 46px;
  }
}

.kh-article-header__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 13px;
  color: var(--muted, #94a3b8);
}

/* ─── Post-end stack spacing ─── */
.kh-chapter-nav,
.kh-similar,
.kh-article-footer,
.kh-comments {
  margin-top: 2rem;
}

/* ─── Footer FAZ 1: nav strip removed ─── */
.kh-ft-v45__inner {
  grid-template-columns: 1.4fr 1fr 1fr;
}

.kh-ft-v45__col--nav {
  display: none;
}
