/* Reviewer profile pages. */
.author-hero{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap;background:var(--bg-surface);border:1px solid rgba(0,0,0,.04);border-radius:var(--radius);padding:1.75rem;margin-bottom:1.5rem}
.author-hero img{width:128px;height:128px;border-radius:50%;object-fit:cover;flex-shrink:0}
.author-hero h1{margin:0}
.author-hero .role{color:var(--text-muted);font-size:1rem;margin:.35rem 0 .75rem}
.author-badges{display:flex;flex-wrap:wrap;gap:.5rem}
.author-badges span{background:var(--accent-soft);color:var(--accent);font-size:.8125rem;font-weight:600;padding:.25rem .625rem;border-radius:999px}
@media (max-width:560px){.author-hero{flex-direction:column;text-align:center}.author-badges{justify-content:center}}
