.authors-intro{margin-bottom:1.5rem}.authors-subtitle{color:var(--text-secondary,#57534e);margin:.35rem 0 0;font-size:.95rem}.authors-list{list-style:none;margin:0;padding:0 0 4rem;display:flex;flex-direction:column;gap:.85rem}.author-row{display:flex;align-items:center;gap:1rem;padding:1.1rem 1.25rem;background:var(--bg-card,#fff);border:1px solid var(--border-subtle,rgba(28,25,23,.08));border-radius:var(--radius-lg,16px);text-decoration:none;color:inherit;box-shadow:var(--shadow-sm,0 1px 3px rgba(28,25,23,.05));transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.author-row:hover{transform:translateY(-2px);border-color:var(--border-hover,rgba(28,25,23,.16));box-shadow:var(--shadow-lg,0 18px 40px rgba(28,25,23,.12))}.author-row-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;flex-shrink:0}.author-row-avatar--initial{display:inline-flex;align-items:center;justify-content:center;background:#16a34a;color:#fff;font-size:1.35rem;font-weight:700}.author-row-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.author-row-name{font-size:1.05rem;font-weight:700;color:var(--text-primary,#1c1917)}.author-row-count{font-size:.8rem;color:var(--text-muted,#a8a29e)}.author-row-about{margin:.35rem 0 0;font-size:.875rem;line-height:1.55;color:var(--text-secondary,#57534e);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.author-row-arrow{flex-shrink:0;font-size:1.2rem;color:var(--text-muted,#a8a29e);transition:transform .2s ease,color .2s ease}.author-row:hover .author-row-arrow{color:#16a34a;transform:translateX(3px)}