.author-layout{max-width:900px;margin:2rem auto;display:grid;grid-template-columns:210px 1fr;grid-gap:3rem;gap:3rem;align-items:start}.author-photo img{width:100%;height:auto;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.author-bio{line-height:1.6}.author-bio h2{color:var(--primary-color);margin-bottom:1.5rem;margin-top:0}.author-bio p{margin-bottom:1.5rem;color:var(--text-color)}.author-links{display:flex;gap:1rem;margin-top:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.author-link{display:inline-flex;align-items:center;justify-content:center;color:var(--accent-color);text-decoration:none;padding:.5rem;border-radius:6px;transition:all .2s ease;width:44px;height:44px}.author-link:hover{background-color:var(--accent-color);color:#fff}.author-link svg{font-size:1.3em}@media(max-width:768px){.author-layout{grid-template-columns:1fr;gap:2rem;text-align:center}.author-photo{justify-self:center;max-width:175px}.author-links{justify-content:center;gap:1rem}.author-link{width:40px;height:40px;padding:.4rem}}:root.dark .content.about-page .author-bio h2{color:var(--primary-color-dark)}:root.dark .content.about-page .author-bio p{color:var(--text-color-dark)}:root.dark .content.about-page .author-photo img{box-shadow:0 4px 12px rgba(0,0,0,.2)}