.author-page{background:#f6f4f8;color:#2b2730;min-height:100vh;display:flex;flex-direction:column}.author-page__main{width:min(1120px,calc(100% - 32px));margin:0 auto;min-height:100vh;min-height:100svh;padding:130px 0 80px;flex:1}.author-page__state{min-height:360px;display:grid;place-content:center;text-align:center}.author-skeleton__profile{display:grid;grid-template-columns:160px 1fr;gap:32px;padding:36px;background:#fff;border-radius:24px}.author-skeleton__avatar,.author-skeleton__line,.author-skeleton__image{display:block;background:linear-gradient(90deg,#ebe7e9 25%,#f7f4f5,#ebe7e9 75%);background-size:200% 100%;animation:author-skeleton-shimmer 1.4s ease-in-out infinite}.author-skeleton__avatar{width:160px;height:160px;border-radius:50%}.author-skeleton__details{padding-top:8px}.author-skeleton__line{width:100%;height:14px;margin-bottom:14px;border-radius:999px}.author-skeleton__line--eyebrow{width:110px;height:11px}.author-skeleton__line--name{width:min(360px,70%);height:36px}.author-skeleton__line--role{width:180px}.author-skeleton__line--short{width:62%}.author-skeleton__line--heading{width:min(380px,68%);height:28px;margin:48px 0 24px}.author-skeleton__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.author-skeleton__card{overflow:hidden;background:#fff;border-radius:18px}.author-skeleton__image{width:100%;aspect-ratio:16 / 9}.author-skeleton__card>div{padding:20px}.author-skeleton__line--date{width:90px;height:11px}.author-skeleton__line--title{width:82%;height:24px;margin:18px 0}@keyframes author-skeleton-shimmer{to{background-position:-200% 0}}.author-profile{display:grid;grid-template-columns:160px 1fr;gap:32px;align-items:start;background:#fff;border-radius:24px;padding:36px;box-shadow:0 14px 40px #30164614}.author-profile img,.author-profile__placeholder{border-radius:50%;object-fit:cover;width:160px;height:160px}.author-profile img.author-profile__team-image{object-fit:contain;padding:18px;background:#fff;border:1px solid #eee3e3}.author-profile__placeholder{display:grid;place-content:center;background:#b71a18;color:#fff;font-size:64px;font-weight:700}.author-profile__eyebrow{margin:0 0 6px;color:#b71a18;font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.author-profile h1{margin:0 0 6px;font-size:clamp(2rem,4vw,3.2rem)}.author-profile__role{font-weight:600;color:#5c5662}.author-profile__links{display:flex;flex-wrap:wrap;gap:10px}.author-profile__links a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid #e5ddeb;border-radius:50%;color:#b71a18;background:#fff;font-size:18px;text-decoration:none;transition:background .2s ease,color .2s ease,transform .2s ease}.author-profile__links a:hover{background:#b71a18;color:#fff;transform:translateY(-2px)}.author-profile__links a:focus-visible{outline:3px solid #b71a18;outline-offset:3px}.author-articles{margin-top:48px}.author-articles h2{margin-bottom:24px}.author-articles__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;min-height:300px;padding:24px 16px;text-align:center}.author-articles__empty img{width:min(240px,38vw);height:auto;border-radius:18px}.author-articles__empty h3{margin:0 0 8px;font-size:clamp(1.35rem,3vw,1.8rem)}.author-articles__empty p{margin:0;color:#6f6874}.author-articles__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.author-article-card{overflow:hidden;background:#fff;border-radius:18px;box-shadow:0 8px 26px #30164612;display:flex;flex-direction:column;height:100%}.author-article-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.author-article-card>div{padding:20px;flex:1}.author-article-card p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.author-article-card time{color:#6f6874;font-size:14px}.author-article-card h3{font-size:20px;margin:8px 0}.author-article-card a{color:inherit;text-decoration:none}.author-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:32px}.author-pagination button{border:1px solid #b71a18;border-radius:999px;padding:8px 18px;background:#fff;color:#b71a18}.author-pagination button:disabled{opacity:.45}@media(max-width:800px){.author-page__main{padding-top:110px}.author-profile{grid-template-columns:1fr;text-align:center}.author-skeleton__profile{grid-template-columns:1fr}.author-skeleton__avatar{margin:0 auto}.author-skeleton__cards{grid-template-columns:1fr}.author-profile img,.author-profile__placeholder{margin:0 auto}.author-profile__links{justify-content:center}.author-articles__grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.author-skeleton__avatar,.author-skeleton__line,.author-skeleton__image{animation:none}}
