/* ═══ XPLAY λίστες: κατηγορίες, tags, αναζήτηση, αρθρογράφοι ═══ */

.cat-head { padding: 40px 0 8px; border-bottom: 3px solid var(--ink); margin-bottom: 8px; }
.cat-head h1 { font-size: 54px; }
.cat-head p { color: var(--ink-2); font-size: 16px; max-width: 68ch; margin: 12px 0 18px; }
.cat-sub { display: flex; gap: 26px; flex-wrap: wrap; font-size: 14px; font-weight: 600; padding: 4px 0 14px; }
.cat-sub a { color: var(--ink-2); }
.cat-sub a:hover, .cat-sub a.here { color: var(--ink); box-shadow: inset 0 -2px 0 var(--accent-2); }

.lead-story { border-bottom: 1px solid var(--line); padding-bottom: 26px; }
.lead-story .thumb { aspect-ratio: 16/8; border-radius: 8px; }
.lead-story h2 { font-size: 34px; margin: 16px 0 0; }
.lead-story h2 a:hover { color: var(--accent); }
.lead-story p { color: var(--ink-2); font-size: 16px; margin: 10px 0 0; max-width: 66ch; }
.lead-story .meta { margin-top: 8px; }

.author-head { display: grid; grid-template-columns: 110px 1fr auto; gap: 26px; align-items: center; padding: 40px 0 26px; border-bottom: 3px solid var(--ink); }
.author-head .avatar { width: 110px; height: 110px; border-radius: 50%; overflow: hidden; background: linear-gradient(135deg, var(--accent), var(--accent-2)); }
.author-head .avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }
.author-head h1 { font-size: 42px; }
.author-head p { color: var(--ink-2); font-size: 15px; max-width: 60ch; margin: 10px 0 0; }
.author-stats { text-align: right; font-variant-numeric: tabular-nums; }
.author-stats .n { font-family: var(--font-display); font-weight: 800; font-size: 40px; line-height: 1; }
.author-stats .l { font-size: 12px; color: var(--ink-2); }

/* Pagination */
.pagination, .nav-links { display: flex; gap: 8px; justify-content: center; margin: 32px 0 0; font-size: 14px; font-weight: 700; flex-wrap: wrap; }
.nav-links .page-numbers { border: 1px solid var(--line); border-radius: 8px; padding: 9px 15px; color: var(--ink-2); }
.nav-links .page-numbers.current { background: var(--accent); border-color: var(--accent); color: #fff; }
.nav-links .page-numbers:hover:not(.current) { border-color: var(--accent); color: var(--accent); }

@media (max-width: 900px) {
	.cat-head h1 { font-size: 38px; }
	.lead-story h2 { font-size: 26px; }
	.author-head { grid-template-columns: 72px 1fr; }
	.author-head .avatar { width: 72px; height: 72px; }
	.author-head h1 { font-size: 30px; }
	.author-stats { display: none; }
}
