.author-bio-container{display:flex;align-items:flex-start;gap:1.5rem;padding:2rem;margin:3rem 0;background-color:var(--color-background-elevated,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03)}.author-bio-avatar{flex-shrink:0;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#f43f5e,#8b5cf6);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px rgba(244,63,94,.2)}.author-bio-emoji{font-size:2rem}.author-bio-content{flex:1 1}.author-bio-header{margin-bottom:.5rem}.author-bio-name{margin:0;font-size:1.25rem;font-weight:700;color:var(--color-text-primary,#1e293b);font-family:var(--font-heading,inherit)}.author-bio-name span{color:#f43f5e}.author-bio-desc{margin:0 0 1rem;font-size:1rem;line-height:1.6;color:var(--color-text-secondary,#475569)}.author-bio-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.875rem;color:var(--color-text-tertiary,#64748b);border-top:1px solid var(--color-border,#e2e8f0);padding-top:1rem}.author-bio-meta-item{display:flex;align-items:center;gap:.375rem}.author-bio-meta-icon{font-size:1rem;opacity:.8}@media (max-width:640px){.author-bio-container{text-align:center;padding:1.5rem}.author-bio-container,.author-bio-meta{flex-direction:column;align-items:center}.author-bio-meta{justify-content:center;gap:.75rem}}