@layer components{.author-hero{background:linear-gradient(135deg,var(--color-az-forest)0%,var(--color-az-dark-green)100%);padding:4rem 0 5rem;position:relative;overflow:hidden}.author-hero__bg{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.author-hero__shape{opacity:.08;background:var(--theme-card-bg);border-radius:50%;position:absolute}.author-hero__shape--1{width:600px;height:600px;animation:20s ease-in-out infinite author-float-slow;top:-200px;right:-100px}.author-hero__shape--2{width:400px;height:400px;animation:25s ease-in-out infinite reverse author-float-slow;bottom:-150px;left:-100px}.author-hero__shape--3{width:200px;height:200px;animation:15s ease-in-out infinite author-float-slow;top:50%;left:30%}@keyframes author-float-slow{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-20px)scale(1.05)}}.author-hero__content{align-items:center;gap:3rem;display:flex;position:relative}.author-hero__avatar-wrap{flex-shrink:0;position:relative}.author-hero__avatar-ring{background:linear-gradient(135deg,var(--color-az-green),var(--color-az-accent));opacity:.6;border-radius:50%;animation:3s ease-in-out infinite author-pulse-ring;position:absolute;top:-8px;bottom:-8px;left:-8px;right:-8px}@keyframes author-pulse-ring{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.4;transform:scale(1.02)}}.author-hero__avatar{-o-object-fit:cover;object-fit:cover;border:4px solid #fff;border-radius:50%;width:180px;height:180px;position:relative;box-shadow:0 20px 60px #0000004d}.author-hero__info{color:#fff;flex:1}.author-hero__label{text-transform:uppercase;letter-spacing:.1em;color:var(--color-az-accent);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.8125rem;font-weight:700;display:inline-flex}.author-hero__label svg{opacity:.8}.author-hero__name{font-family:var(--font-display);color:#fff;margin:0 0 1rem;font-size:max(2rem,min(4vw,3rem));font-weight:700;line-height:1.1}.author-hero__name:before{display:none}.author-hero__bio{color:#ffffffd9;max-width:600px;margin:0 0 1.5rem;font-size:1.0625rem;line-height:1.6}.author-hero__stats{gap:2rem;margin-bottom:1.5rem;display:flex}.author-hero__stat{flex-direction:column;gap:.125rem;display:flex}.author-hero__stat-value{font-family:var(--font-display);color:#fff;font-size:1.5rem;font-weight:700}.author-hero__stat-label{text-transform:uppercase;letter-spacing:.08em;color:#fff9;font-size:.75rem;font-weight:400}.author-hero__socials{align-items:center;gap:.75rem;display:flex}.author-hero__socials-label{color:#fff9;margin-right:.25rem;font-size:.8125rem;font-weight:400}.author-hero__social{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .2s;display:flex}.author-hero__social:hover{background:var(--theme-card-bg);color:var(--theme-heading);text-decoration:none;transform:translateY(-2px)}.author-hero__social svg{width:1.125rem;height:1.125rem}.author-main{padding:3rem 0 4rem}.author-articles__header{border-bottom:1px solid var(--theme-border);justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.author-articles__title{font-family:var(--font-display);color:var(--theme-heading);align-items:center;gap:.75rem;margin:0;font-size:1.5rem;font-weight:700;display:flex}.author-articles__title:before{display:none}.author-articles__title-accent{background:var(--color-az-green);border-radius:2px;width:3px;height:1.25rem}.author-articles__count{color:var(--theme-text-muted);margin:0;font-size:.875rem}.author-articles__empty{text-align:center;color:var(--theme-text-muted);padding:4rem 2rem}@media (max-width:768px){.author-hero{padding:3rem 0 4rem}.author-hero__content{text-align:center;flex-direction:column}.author-hero__avatar{width:140px;height:140px}.author-hero__bio{max-width:none}.author-hero__stats{justify-content:center}.author-hero__socials{flex-wrap:wrap;justify-content:center}.author-hero__socials-label{text-align:center;width:100%;margin-bottom:.5rem}.author-articles__header{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width:639px){.author-hero__avatar{width:120px;height:120px}.author-hero__name{font-size:1.75rem}.author-hero__stats{gap:1.5rem}}}
