.article-page .terminal__close { cursor: pointer; }
.article-title { font-family: var(--mono); color: var(--accent); font-weight: 600; margin: 0 0 .5rem; font-size: 1.5rem; }
.article-meta { display: block; font-family: var(--mono); color: var(--muted); margin-bottom: 1.5rem; font-size: .85rem; }
.article-tag { white-space: nowrap; }
.article-body { font-family: var(--sans); font-size: 1.05rem; line-height: 1.75; color: var(--text); }
.article-body code, .article-body pre { font-family: var(--mono); }
.table-wrap { overflow-x: auto; }
.article-prev-next { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; margin-top: 2rem; font-family: var(--mono); }
.video-embed iframe { border: 0; }
