
.authors-page{background:#fff;color:#0b2f5b}
.authors-header{border-bottom:1px solid #d9e4f2;background:#fff;position:sticky;top:0;z-index:10}
.authors-header-inner{max-width:1440px;margin:0 auto;padding:16px 24px;display:grid;grid-template-columns:280px minmax(320px,1fr) auto;gap:24px;align-items:center}
.authors-brand img{max-width:250px;height:auto;display:block}
.authors-search{display:flex;border:1px solid #bdd1e8;border-radius:999px;overflow:hidden;background:#fff}
.authors-search input{flex:1;border:0;padding:14px 18px;font-size:16px;outline:none}
.authors-search button{border:0;background:#0b67c2;color:#fff;padding:0 26px;font-weight:700}
.authors-nav{display:flex;gap:18px;flex-wrap:wrap}
.authors-nav a{color:#0b2f5b;text-decoration:none;font-weight:700}
.authors-hero{background:linear-gradient(180deg,#f1f7fd 0%,#fff 100%);border-bottom:1px solid #e0eaf5}
.authors-hero>div{max-width:1440px;margin:0 auto;padding:42px 24px}
.authors-hero .eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:#0b67c2;margin:0 0 10px}
.authors-hero h1{font-size:clamp(38px,5vw,64px);line-height:1;margin:0 0 14px}
.authors-hero p{font-size:18px;max-width:720px}
.authors-shell{max-width:1440px;margin:0 auto;padding:30px 24px 48px}
.authors-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:18px}
.authors-toolbar h2{font-size:30px;margin:0}
.authors-toolbar p{margin:5px 0 0;color:#58708f}
.authors-toolbar button{padding:10px 16px;border:1px solid #0b67c2;background:#fff;color:#0b67c2;border-radius:8px;font-weight:700}
.authors-status{min-height:24px;color:#a23b32}
.authors-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.author-card{border:1px solid #dce7f2;border-radius:14px;background:#fff;overflow:hidden;display:flex;flex-direction:column}
.author-photo{aspect-ratio:1/1;background:#edf3f9;display:flex;align-items:center;justify-content:center;overflow:hidden;text-decoration:none}
.author-photo img{width:100%;height:100%;object-fit:cover}
.author-placeholder{width:42%;aspect-ratio:1/1;border-radius:50%;background:#d3e2f2;display:flex;align-items:center;justify-content:center;font-size:42px;font-weight:800;color:#597798}
.author-card-body{padding:17px;display:flex;flex-direction:column;gap:8px;flex:1}
.author-card h3{font-size:21px;line-height:1.2;margin:0}
.author-card h3 a{color:#0b2f5b;text-decoration:none}
.author-location,.author-bio,.author-count{margin:0}
.author-location,.author-bio{color:#5b6f87}
.author-bio{line-height:1.5}
.author-count{margin-top:auto;font-weight:800;color:#0b67c2}
.authors-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:30px}
.authors-pagination button{padding:10px 18px;border-radius:8px;border:1px solid #0b67c2;background:#fff;color:#0b67c2;font-weight:700}
.authors-pagination button:disabled{opacity:.4}
@media(max-width:1100px){.authors-header-inner{grid-template-columns:220px 1fr}.authors-nav{grid-column:1/-1}.authors-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:800px){.authors-header-inner{grid-template-columns:1fr}.authors-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.authors-grid{grid-template-columns:1fr}.authors-shell,.authors-hero>div{padding-left:14px;padding-right:14px}.authors-toolbar{align-items:start;flex-direction:column}}
