.authors-grid.svelte-f08a28{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding:1rem;display:grid}.author-card.svelte-f08a28{background:hsl(var(--secondary));color:inherit;border-radius:.5rem;gap:1rem;padding:1rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.author-card.svelte-f08a28:hover{box-shadow:0 4px 12px hsl(var(--shadow) / .15);transform:translateY(-4px)}.author-image-container.svelte-f08a28{flex-shrink:0;width:100px;height:100%}.author-image.svelte-f08a28{object-fit:scale-down;border-radius:.25rem;width:100%;height:100%}.author-info.svelte-f08a28{flex-grow:1}.author-info.svelte-f08a28 h2:where(.svelte-f08a28){color:hsl(var(--foreground));margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.book-count.svelte-f08a28{color:hsl(var(--primary));margin-bottom:.5rem;font-size:.9rem}.biography.svelte-f08a28{color:hsl(var(--muted-foreground));font-size:.9rem;line-height:1.4}@media (width<=640px){.authors-grid.svelte-f08a28{grid-template-columns:1fr}}
