/**
 * Copyright © Grantha.lk. All rights reserved.
 *
 * /author/<key> — the registry author page.
 */
.author-page { max-width: 1200px; margin: 0 auto; padding: 16px 16px 48px; }
.author-page__crumbs { display: flex; gap: 8px; font-size: 13px; color: var(--g-muted, #6b6b6b); margin-bottom: 20px; flex-wrap: wrap; }
.author-page__crumbs a { color: inherit; text-decoration: none; }
.author-page__crumbs a:hover { text-decoration: underline; }
.author-page__head { margin-bottom: 32px; }
.author-page__name { font-size: 2rem; font-weight: 700; margin: 0 0 4px; line-height: 1.25; }
.author-page__name-en { font-size: 1.05rem; color: var(--g-muted, #6b6b6b); margin: 0 0 12px; }
.author-page__pending { display: inline-block; padding: 6px 12px; border-radius: 8px; background: #fdf3d0; color: #6a4f00; font-size: 13px; }
.author-page__bio { max-width: 72ch; line-height: 1.65; color: var(--g-text, #222); margin-top: 12px; }
.author-page__books-title { font-size: 1.25rem; font-weight: 700; margin: 0 0 16px; display: flex; align-items: center; gap: 10px; }
.author-page__count { font-size: 0.85rem; font-weight: 500; color: var(--g-muted, #6b6b6b); background: var(--g-surface-2, #f2f2f2); padding: 2px 10px; border-radius: 999px; }
.author-page__empty { color: var(--g-muted, #6b6b6b); }
.author-page__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 20px; }
@media (max-width: 600px) { .author-page__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } .author-page__name { font-size: 1.5rem; } }
