.author-page{background-color:var(--gray-50);min-height:100vh;font-family:var(--font-sans)}.author-header{text-align:center;max-width:1200px;margin:0 auto;padding:3.5rem 1.5rem 2.5rem}.author-header__name{color:var(--gray-900);margin:0 0 1rem;font-size:2rem;font-weight:600;line-height:1.2}.author-header__bio{color:var(--gray-600);max-width:600px;margin:0 auto;font-size:1rem;line-height:1.6}.author-books{max-width:1200px;margin:0 auto;padding:0 1.5rem 4rem}.author-books__title{color:var(--gray-700);margin:0 0 1.75rem;font-size:1.125rem;font-weight:500}.author-books__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.75rem;display:grid}.author-book-card{color:inherit;background:#fff;border-radius:12px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 1px 3px #00000014}.author-book-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.author-book-card__cover{aspect-ratio:3/4;background:var(--gray-100);position:relative;overflow:hidden}.author-book-card__cover-image{object-fit:cover;width:100%;height:100%}.author-book-card__price{border-radius:6px;align-items:center;gap:.25rem;padding:.375rem .625rem;font-size:.75rem;font-weight:600;display:flex;position:absolute;bottom:.75rem;right:.75rem}.author-book-card__price--free{background:var(--status-published);color:#fff}.author-book-card__price--paid{background:var(--accent-primary);color:#fff}.author-book-card__price-icon{width:12px;height:12px}.author-book-card__content{flex-direction:column;flex:1;padding:.875rem;display:flex}.author-book-card__title{color:var(--gray-900);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .375rem;font-size:.9375rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.author-book-card__description{color:var(--gray-600);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}.author-books__empty{text-align:center;border:1px dashed var(--gray-300);background:#fff;border-radius:12px;padding:4rem 2rem}.author-books__empty-icon{width:48px;height:48px;color:var(--gray-400);margin-bottom:1rem}.author-books__empty-text{color:var(--gray-500);margin:0;font-size:1rem}@media (prefers-color-scheme:dark){.author-page{background-color:var(--gray-900)}.author-header__name{color:var(--gray-100)}.author-header__bio{color:var(--gray-400)}.author-books__title{color:var(--gray-300)}.author-book-card{background:var(--gray-800);box-shadow:0 1px 3px #0000004d}.author-book-card:hover{box-shadow:0 8px 24px #0006}.author-book-card__cover{background:var(--gray-700)}.author-book-card__title{color:var(--gray-100)}.author-book-card__description{color:var(--gray-400)}.author-books__empty{background:var(--gray-800);border-color:var(--gray-700)}.author-books__empty-icon{color:var(--gray-500)}.author-books__empty-text{color:var(--gray-400)}}@media (min-width:1024px){.author-header{padding:4rem 2rem 3rem}.author-books{padding:0 2rem 5rem}.author-books__grid{gap:2rem}}@media (max-width:640px){.author-header{padding:2.5rem 1rem 2rem}.author-header__name{font-size:1.5rem}.author-header__bio{font-size:.9375rem}.author-books{padding:0 1rem 3rem}.author-books__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.author-book-card__content{padding:.625rem}.author-book-card__title{font-size:.875rem}.author-book-card__description{font-size:.75rem}}
