
#authors-hero {background:#0d1130;padding:80px 0 60px;padding-top:170px;text-align:center;position:relative;z-index:1}.authors-hero-content {position:relative;z-index:2;max-width:800px;margin:0 auto}.authors-hero-content h1 {font-size:48px;font-weight:600;margin-bottom:20px;background:linear-gradient(135deg, #fff 0%, #c2ceed 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.authors-hero-subtitle {font-size:20px;color:#c2ceed;max-width:800px;margin:0 auto 40px;line-height:1.6}#authors {padding:80px 0;background:linear-gradient(135deg, #1F2342 0%, #2d3561 100%)}.authors-grid {display:grid;grid-template-columns:repeat(auto-fill, minmax(320px, 1fr));gap:30px;margin:0}.author-card {padding:0;animation:fadeInUp 0.6s ease-out forwards;opacity:0}.author-card:nth-child(1) {animation-delay:0.1s}.author-card:nth-child(2) {animation-delay:0.2s}.author-card:nth-child(3) {animation-delay:0.3s}.author-card:nth-child(4) {animation-delay:0.4s}.author-card:nth-child(5) {animation-delay:0.5s}.author-card:nth-child(6) {animation-delay:0.6s}@keyframes fadeInUp {from {opacity:0;transform:translateY(30px)}to {opacity:1;transform:translateY(0)}}.author-card__inner {background:#0d1130;border:1px solid rgba(117, 106, 246, 0.2);border-radius:16px;height:100%;padding:30px 24px;text-align:center;transition:all 0.3s ease;position:relative;overflow:hidden}.author-card__inner::before {content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(117, 106, 246, 0.05) 0%, rgba(204, 125, 218, 0.05) 100%);opacity:0;transition:opacity 0.3s ease;z-index:0}.author-card__inner:hover {transform:translateY(-8px);border-color:rgba(117, 106, 246, 0.5);box-shadow:0 12px 40px rgba(117, 106, 246, 0.2)}.author-card__inner:hover::before {opacity:1}.author-card__inner > * {position:relative;z-index:1}.author-card__img {width:140px;height:140px;border-radius:50%;object-fit:cover;display:block;margin:0 auto 20px;border:3px solid rgba(117, 106, 246, 0.3);transition:all 0.3s ease}.author-card__inner:hover .author-card__img {border-color:rgba(117, 106, 246, 0.8);transform:scale(1.05)}.author-card__name {font-size:20px;font-weight:600;margin:0 0 12px}.author-card__name a {color:#fff;text-decoration:none;transition:color 0.2s ease}.author-card__name a:hover {background:linear-gradient(87.03deg, #756AF6 16.38%, #CC7DDA 62.94%, #F6BE85 97.64%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.author-card__stats {font-size:14px;color:#8e94b8;margin-bottom:16px;font-weight:500}.author-card__dot {margin:0 8px;opacity:0.6}.author-card__stars-wrapper {position:relative;display:inline-block;margin-left:4px;vertical-align:middle}.author-card__stars {height:16px;width:auto;display:block}.author-card__stars-tooltip {visibility:hidden;opacity:0;position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background:#1f2342;color:#c2ceed;padding:8px 12px;border-radius:8px;font-size:12px;white-space:nowrap;margin-bottom:8px;border:1px solid #262C57;transition:opacity 0.2s ease, visibility 0.2s ease;z-index:10}.author-card__stars-tooltip::after {content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:6px solid transparent;border-top-color:#262C57}.author-card__stars-wrapper:hover .author-card__stars-tooltip {visibility:visible;opacity:1}.author-card__about {font-size:14px;color:#c2ceed;line-height:1.6;margin:0 0 20px;min-height:65px}.author-card__links {display:flex;justify-content:center;gap:16px;padding-top:16px;border-top:1px solid rgba(117, 106, 246, 0.2)}.author-card__links a {display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(117, 106, 246, 0.1);transition:all 0.3s ease;margin:0}.author-card__links a:hover {background:linear-gradient(87.03deg, #756AF6 16.38%, #CC7DDA 62.94%, #F6BE85 97.64%);transform:translateY(-3px)}.author-card__links a img {filter:brightness(0) invert(1);opacity:0.8}.author-card__links a:hover img {opacity:1}@media (max-width:991px) {.authors-hero-content h1 {font-size:36px}.authors-hero-subtitle {font-size:18px}.authors-grid {grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:24px}}@media (max-width:767px) {.authors-hero-content h1 {font-size:28px}.authors-hero-subtitle {font-size:16px}.authors-grid {grid-template-columns:1fr;gap:20px}.author-card__img {width:120px;height:120px}}