.authors-page .authors-page-wrapper{padding-bottom:3rem}.authors-page .authors-header{position:relative;min-height:280px;display:flex;align-items:flex-end;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;margin-bottom:2rem;border-radius:8px;overflow:hidden}.authors-page .authors-header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,rgba(0,0,0,.2) 50%,transparent 100%)}.authors-page .authors-header-inner{position:relative;z-index:1;text-align:center;padding:2rem 1.5rem;max-width:800px;width:100%}.authors-page .authors-header-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.75rem;line-height:1.2}@media (min-width: 640px){.authors-page .authors-header-title{font-size:2.5rem}}.authors-page .authors-header-desc{font-size:.9375rem;color:#fff;line-height:1.5}.authors-page .authors-tabs{display:flex;gap:2rem;border-bottom:2px solid #e5e7eb;margin-bottom:1rem}.authors-page .authors-tab{padding:.75rem 0;font-size:1rem;font-weight:500;color:#4b5563;background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color .2s,border-color .2s}.authors-page .authors-tab:hover{color:#374151}.authors-page .authors-tab.is-active{color:#c11f53;font-weight:700;border-bottom-color:#c11f53}.authors-page .authors-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem}.authors-page .authors-checkbox-wrap{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.authors-page .authors-checkbox{width:18px;height:18px;accent-color:#C11F53;cursor:pointer}.authors-page .authors-checkbox-label{font-size:.875rem;color:#374151}.authors-page .authors-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.authors-page .authors-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.authors-page .authors-grid{grid-template-columns:repeat(3,1fr)}}.authors-page .authors-card{background:#fff;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000a;padding:1.25rem;display:flex;flex-direction:column;align-items:stretch;text-align:left;transition:box-shadow .2s;justify-content:space-between}.authors-page .authors-card:hover{box-shadow:0 2px 8px #00000014}.authors-page .authors-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.authors-page .authors-card-avatar-wrap{flex-shrink:0}.authors-page .authors-card-avatar{width:64px;height:64px;border-radius:50%;-o-object-fit:cover;object-fit:cover;display:block;background:#f3f4f6}.authors-page .authors-card-name{font-size:1rem;font-weight:700;color:#202e3a;margin:0;line-height:1.3}.authors-page .authors-card-name a{color:inherit;text-decoration:none}.authors-page .authors-card-name a:hover{color:#c11f53}.authors-page .authors-card-desc{font-size:.8125rem;color:#6b7280;line-height:1.4;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.authors-page .authors-card-footer{display:flex;align-items:center;justify-content:space-between;width:100%;gap:.75rem;margin-bottom:.75rem}.authors-page .authors-card-social{display:flex;align-items:center;flex-wrap:wrap;gap:.375rem}.authors-page .authors-card-social a{display:inline-flex;color:#6b7280;transition:opacity .2s}.authors-page .authors-card-social a:hover{opacity:.8}.authors-page .authors-card-social img{width:20px;height:20px;display:block}.authors-page .authors-card-follow{flex-shrink:0;padding:.4rem 1rem;font-size:.8125rem;font-weight:600;color:#fff;background:#c11f53;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.authors-page .authors-card-follow:hover{background:#a01a47}.authors-page .authors-card-stats{display:flex;justify-content:space-between;align-items:center;margin:0 -1.25rem -1.25rem;padding:.75rem 1.25rem;background:#f3f4f6;border-radius:0 0 8px 8px;font-size:.75rem;color:#374151;line-height:1.5}.authors-page .authors-card-stats strong{font-weight:700;color:#202e3a}.authors-page .authors-loading{text-align:center;padding:1.5rem;font-size:.875rem;color:#6b7280}.authors-page .authors-loading-spinner{display:inline-block;width:24px;height:24px;border:2px solid #e5e7eb;border-top-color:#c11f53;border-radius:50%;animation:authors-spin .8s linear infinite;margin-bottom:.5rem;vertical-align:middle}.authors-page .authors-end{text-align:center;padding:1rem;font-size:.875rem;color:#9ca3af}@keyframes authors-spin{to{transform:rotate(360deg)}}
