.author-page .prof{position:relative;z-index:2;display:grid;grid-template-columns:auto 1fr;gap:clamp(22px,3.5vw,40px);align-items:center;margin-top:26px}.author-page .prof-av{width:clamp(96px,14vw,140px);height:clamp(96px,14vw,140px);border-radius:32px;display:grid;place-items:center;font-family:DM Sans,sans-serif;font-weight:800;font-size:clamp(2.2rem,5vw,3.2rem);color:#fff;background:linear-gradient(150deg,#6a55f2,#4330b8);box-shadow:0 18px 40px rgba(84,60,218,.45);flex:none;overflow:hidden}.author-page .prof-av img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.author-page .prof h1{font-family:DM Sans,sans-serif;font-size:clamp(1.9rem,1.3rem + 2.4vw,3rem);font-weight:700;letter-spacing:-.02em;line-height:1.05}.author-page .roles{display:flex;gap:9px;flex-wrap:wrap;margin-top:14px}.author-page .role{font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:600;color:var(--purple-200,#dcd6f9);background:rgba(106,85,242,.18);border:1px solid rgba(106,85,242,.4);border-radius:8px;padding:7px 12px;letter-spacing:.02em}.author-page .prof .bio{color:rgba(255,255,255,.8);font-size:1.05rem;line-height:1.62;margin-top:18px;max-width:56ch}.author-page .prof-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px;list-style:none;padding:0}.author-page .prof-chips li{font-family:JetBrains Mono,monospace;font-size:.7rem;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.78);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:7px;padding:6px 10px}.author-page .prof-body{max-width:100%}.author-page .prof-body a{color:var(--purple-600,#543cda);text-decoration:underline}.author-page .prof-links{display:flex;gap:12px;margin-top:20px;flex-wrap:wrap}.author-page .plink{display:inline-flex;align-items:center;gap:9px;font-size:.88rem;font-weight:600;color:#fff;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:11px 16px;transition:background .15s}.author-page .plink:hover{background:rgba(255,255,255,.14)}.author-page .plink svg{width:17px;height:17px;fill:currentColor}.author-page .by-head{font-family:DM Sans,sans-serif;font-size:1.35rem;font-weight:700;letter-spacing:-.015em;line-height:1.25;margin-bottom:18px}.author-page .band+.band{padding-top:clamp(28px,3vw,44px)}@media (max-width:760px){.author-page .prof{grid-template-columns:1fr;text-align:center}.author-page .prof-av{margin:0 auto}.author-page .prof-chips,.author-page .prof-links,.author-page .roles{justify-content:center}.author-page .prof .bio{margin-left:auto;margin-right:auto}}