.go-author-archive {
  --go-author-bg: #f3f6fb;
  --go-author-bg-2: #e9eef6;
  --go-author-surface: #ffffff;
  --go-author-surface-2: #f7f9fc;
  --go-author-text: #10131a;
  --go-author-text-soft: #5f6b7a;
  --go-author-line: rgba(16, 19, 26, 0.08);
  --go-author-line-strong: rgba(16, 19, 26, 0.14);
  --go-author-accent: #2800f0;
  --go-author-accent-soft: rgba(40, 0, 240, 0.08);
  --go-author-shadow: 0 18px 40px rgba(16, 19, 26, 0.08);
  background:
    radial-gradient(circle at top right, rgba(40, 0, 240, 0.08), transparent 28%),
    linear-gradient(180deg, #f7f9fc 0%, #eef3f9 100%);
  color: var(--go-author-text);
}

html.dark .go-author-archive,
body.dark .go-author-archive,
body.is-dark-theme .go-author-archive,
body.dark-mode .go-author-archive,
[data-theme="dark"] .go-author-archive,
body.newsx-dark-mode .go-author-archive,
html[class*="dark"] .go-author-archive,
body[class*="dark"] .go-author-archive {
  --go-author-bg: #06080d;
  --go-author-bg-2: #0f131c;
  --go-author-surface: #0d1118;
  --go-author-surface-2: #131925;
  --go-author-text: #f5f7fa;
  --go-author-text-soft: #a7b1c0;
  --go-author-line: rgba(255, 255, 255, 0.08);
  --go-author-line-strong: rgba(255, 255, 255, 0.16);
  --go-author-accent-soft: rgba(199, 240, 0, 0.08);
  --go-author-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  background:
    radial-gradient(circle at top right, rgba(199, 240, 0, 0.08), transparent 24%),
    linear-gradient(180deg, #05070b 0%, #090d14 100%);
}

html.dark .go-author-archive .go-author-stat,
html.dark .go-author-archive .go-author-aside-card,
body.dark .go-author-archive .go-author-stat,
body.dark .go-author-archive .go-author-aside-card,
body.is-dark-theme .go-author-archive .go-author-stat,
body.is-dark-theme .go-author-archive .go-author-aside-card,
body.dark-mode .go-author-archive .go-author-stat,
body.dark-mode .go-author-archive .go-author-aside-card,
[data-theme="dark"] .go-author-archive .go-author-stat,
[data-theme="dark"] .go-author-archive .go-author-aside-card,
body.newsx-dark-mode .go-author-archive .go-author-stat,
body.newsx-dark-mode .go-author-archive .go-author-aside-card,
html[class*="dark"] .go-author-archive .go-author-stat,
html[class*="dark"] .go-author-archive .go-author-aside-card,
body[class*="dark"] .go-author-archive .go-author-stat,
body[class*="dark"] .go-author-archive .go-author-aside-card {
  background:
    linear-gradient(180deg, rgba(19, 25, 37, 0.92), rgba(11, 15, 24, 0.92)),
    var(--go-author-surface-2);
}

.go-author-shell {
  width: min(100% - 32px, 1240px);
  margin: 0 auto;
  padding: 34px 0 72px;
}

#go-author-specialties,
#go-author-featured,
#go-author-archive {
  scroll-margin-top: 110px;
}

.go-author-hero,
.go-author-categories,
.go-author-featured,
.go-author-posts-panel,
.go-author-empty-state {
  border: 1px solid var(--go-author-line);
  border-radius: 28px;
  background: var(--go-author-surface);
  box-shadow: var(--go-author-shadow);
}

.go-author-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 26px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.7), transparent 34%),
    linear-gradient(135deg, var(--go-author-accent-soft), transparent 55%),
    var(--go-author-surface);
}

.go-author-hero::after {
  content: "";
  position: absolute;
  inset: auto -80px -80px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(199, 240, 0, 0.12);
  filter: blur(12px);
}

html.dark .go-author-archive .go-author-hero,
body.dark .go-author-archive .go-author-hero,
body.is-dark-theme .go-author-archive .go-author-hero,
body.dark-mode .go-author-archive .go-author-hero,
[data-theme="dark"] .go-author-archive .go-author-hero,
body.newsx-dark-mode .go-author-archive .go-author-hero,
html[class*="dark"] .go-author-archive .go-author-hero,
body[class*="dark"] .go-author-archive .go-author-hero {
  background:
    linear-gradient(180deg, rgba(16, 20, 29, 0.98), rgba(10, 13, 20, 0.98)),
    var(--go-author-surface);
}

html.dark .go-author-archive .go-author-hero::after,
body.dark .go-author-archive .go-author-hero::after,
body.is-dark-theme .go-author-archive .go-author-hero::after,
body.dark-mode .go-author-archive .go-author-hero::after,
[data-theme="dark"] .go-author-archive .go-author-hero::after,
body.newsx-dark-mode .go-author-archive .go-author-hero::after,
html[class*="dark"] .go-author-archive .go-author-hero::after,
body[class*="dark"] .go-author-archive .go-author-hero::after {
  display: none;
}

.go-author-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) minmax(280px, 320px);
  gap: 28px;
  align-items: start;
  padding: 34px;
}

.go-author-avatar-wrap {
  position: relative;
}

.go-author-avatar {
  position: sticky;
  top: 110px;
}

.go-author-avatar-mark {
  position: absolute;
  right: 10px;
  bottom: -18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 72px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 24px;
  background: rgba(16, 19, 26, 0.84);
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 20px 36px rgba(16, 19, 26, 0.2);
  backdrop-filter: blur(14px);
}

.go-author-avatar-image,
.go-author-avatar img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(16, 19, 26, 0.14);
}

.go-author-kicker,
.go-author-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--go-author-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.go-author-kicker::before,
.go-author-section-kicker::before {
  content: "";
  width: 18px;
  height: 2px;
  background: currentColor;
}

.go-author-name,
.go-author-section-head h2,
.go-author-posts-header h2,
.go-author-featured-title,
.go-author-empty-state h2 {
  margin: 0;
  color: var(--go-author-text);
  font-family: "Sora", sans-serif;
  letter-spacing: -0.04em;
}

.go-author-name {
  margin-top: 16px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 0.98;
}

.go-author-meta,
.go-author-featured-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
  color: var(--go-author-text-soft);
  font-size: 14px;
  font-weight: 600;
}

.go-author-meta-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.5;
}

.go-author-bio {
  max-width: 760px;
  margin-top: 22px;
  color: var(--go-author-text-soft);
  font-size: 1rem;
  line-height: 1.8;
}

.go-author-bio p:last-child {
  margin-bottom: 0;
}

.go-author-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.go-author-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 20px;
  border: 1px solid var(--go-author-line);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.58));
}

.go-author-stat-value {
  color: var(--go-author-text);
  font-family: "Sora", sans-serif;
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 800;
  line-height: 1;
}

.go-author-stat-label {
  color: var(--go-author-text-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.go-author-favorites {
  margin-top: 26px;
}

.go-author-favorites h2 {
  margin: 0 0 14px;
  color: var(--go-author-text);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.go-author-jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.go-author-jump-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: transparent;
  color: var(--go-author-text-soft);
  font-size: 13px;
  font-weight: 700;
  border: 1px dashed var(--go-author-line-strong);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    background 0.2s ease;
}

.go-author-jump-link:hover {
  transform: translateY(-2px);
  border-color: var(--go-author-accent);
  background: var(--go-author-accent-soft);
  color: var(--go-author-accent);
}

.go-author-favorites-list,
.go-author-links,
.go-author-category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.go-author-favorite-pill,
.go-author-link,
.go-author-category-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--go-author-line);
  border-radius: 999px;
  background: var(--go-author-surface-2);
  color: var(--go-author-text);
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.go-author-link:hover,
.go-author-category-pill:hover {
  transform: translateY(-2px);
  border-color: var(--go-author-line-strong);
  color: var(--go-author-text);
}

.go-author-links {
  margin-top: 28px;
}

.go-author-aside {
  min-width: 0;
}

.go-author-aside-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--go-author-line);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.68)),
    var(--go-author-surface-2);
  box-shadow: 0 18px 36px rgba(16, 19, 26, 0.08);
}

.go-author-aside-text,
.go-author-section-description {
  margin: 0;
  color: var(--go-author-text-soft);
  line-height: 1.7;
}

.go-author-insights-list {
  display: grid;
  gap: 12px;
}

.go-author-insight {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid var(--go-author-line);
  border-radius: 18px;
  background: var(--go-author-surface);
}

.go-author-insight-label {
  color: var(--go-author-text-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.go-author-insight-value {
  color: var(--go-author-text);
  font-size: 15px;
  line-height: 1.45;
}

.go-author-highlight-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(40, 0, 240, 0.12), transparent 65%),
    var(--go-author-surface);
  color: var(--go-author-text);
  border: 1px solid var(--go-author-line);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.go-author-highlight-card:hover {
  transform: translateY(-3px);
  border-color: var(--go-author-line-strong);
  color: var(--go-author-text);
  box-shadow: 0 20px 34px rgba(16, 19, 26, 0.1);
}

.go-author-highlight-label,
.go-author-highlight-link {
  color: var(--go-author-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.go-author-highlight-title {
  color: var(--go-author-text);
  font-family: "Sora", sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}

.go-author-link-primary {
  border-color: transparent;
  background: var(--go-author-accent);
  color: #ffffff;
}

.go-author-link-primary:hover {
  color: #ffffff;
  background: #1f00c8;
}

.go-author-categories,
.go-author-featured,
.go-author-posts-panel {
  padding: 28px;
  margin-bottom: 26px;
}

.go-author-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.go-author-section-head > div,
.go-author-posts-header > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.go-author-section-description {
  max-width: 420px;
}

.go-author-section-head h2,
.go-author-posts-header h2,
.go-author-featured-title {
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.04;
}

.go-author-category-pills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.go-author-category-pill {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;
  min-height: 0;
  padding: 22px;
  border-radius: 24px;
}

.go-author-category-main {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.go-author-category-meta {
  color: var(--go-author-text-soft);
  font-size: 13px;
  font-weight: 600;
}

.go-author-category-count {
  align-self: flex-start;
  min-width: 0;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(16, 19, 26, 0.08);
  font-size: 12px;
  line-height: 1;
}

.go-author-category-bar {
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(16, 19, 26, 0.08);
  overflow: hidden;
}

.go-author-category-bar-fill {
  display: block;
  width: var(--go-author-category-share, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--go-author-accent), #6b56ff);
}

.go-author-featured-card {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(0, 0.95fr);
  overflow: hidden;
  border: 1px solid var(--go-author-line);
  border-radius: 24px;
  background: var(--go-author-surface-2);
  color: inherit;
}

.go-author-featured-card:hover {
  color: inherit;
}

.go-author-featured-media {
  position: relative;
  min-height: 360px;
  background: linear-gradient(180deg, var(--go-author-bg-2), var(--go-author-bg));
}

.go-author-featured-media img,
.go-author-featured-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.go-author-featured-placeholder {
  background:
    linear-gradient(135deg, rgba(40, 0, 240, 0.12), transparent 55%),
    linear-gradient(180deg, var(--go-author-bg-2), var(--go-author-bg));
}

.go-author-featured-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.72);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.go-author-featured-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
}

.go-author-featured-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.go-author-featured-cats a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--go-author-accent-soft);
  color: var(--go-author-accent);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.go-author-featured-excerpt {
  margin: 16px 0 0;
  color: var(--go-author-text-soft);
  line-height: 1.8;
}

.go-author-posts-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
}

.go-author-archive .content-area.primary {
  width: 100%;
}

.go-author-archive .newsx-posts-feed {
  margin-top: 0;
}

.go-author-empty-state {
  padding: 36px;
  text-align: center;
}

.go-author-empty-state p {
  max-width: 560px;
  margin: 14px auto 0;
  color: var(--go-author-text-soft);
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .go-author-hero-inner {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .go-author-aside {
    grid-column: 1 / -1;
  }

  .go-author-stats,
  .go-author-category-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .go-author-hero-inner,
  .go-author-featured-card {
    grid-template-columns: 1fr;
  }

  .go-author-avatar {
    position: static;
  }

  .go-author-avatar-wrap {
    max-width: 220px;
  }

  .go-author-avatar-image,
  .go-author-avatar img {
    max-width: 180px;
  }

  .go-author-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .go-author-featured-media {
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  .go-author-shell {
    width: min(100% - 20px, 1240px);
    padding: 20px 0 56px;
  }

  .go-author-hero-inner,
  .go-author-categories,
  .go-author-featured,
  .go-author-posts-panel,
  .go-author-empty-state {
    padding: 22px;
  }

  .go-author-section-head,
  .go-author-posts-header {
    align-items: start;
    flex-direction: column;
  }

  .go-author-name {
    font-size: clamp(30px, 10vw, 46px);
  }

  .go-author-avatar-wrap {
    max-width: 180px;
  }

  .go-author-avatar-mark {
    right: -4px;
    min-width: 58px;
    min-height: 58px;
    font-size: 18px;
  }

  .go-author-stats,
  .go-author-category-pills {
    grid-template-columns: 1fr;
  }

  .go-author-stat,
  .go-author-aside-card,
  .go-author-category-pill {
    padding: 18px;
  }

  .go-author-link,
  .go-author-jump-link,
  .go-author-favorite-pill {
    width: 100%;
    justify-content: space-between;
  }

  .go-author-category-pill {
    width: 100%;
  }
}

.go-author-hero-inner {
  grid-template-columns: 200px minmax(0, 1fr) minmax(260px, 300px);
}

.go-author-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.go-author-posts-panel {
  margin-top: 26px;
}

.go-author-posts-header {
  padding: 30px 30px 0;
}

.go-author-posts-panel #primary {
  padding: 0 30px 30px;
}

.go-author-links {
  margin-top: 22px;
}

@media (max-width: 1100px) {
  .go-author-hero-inner {
    grid-template-columns: 1fr;
  }

  .go-author-avatar {
    position: static;
  }
}

.go-author-shell {
  padding: 22px 0 52px;
}

.go-author-hero {
  margin-bottom: 18px;
}

.go-author-hero-inner {
  gap: 20px;
  padding: 26px;
}

.go-author-name {
  margin-top: 12px;
}

.go-author-meta {
  margin-top: 14px;
}

.go-author-bio {
  margin-top: 16px;
}

.go-author-details {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  padding: 20px 22px;
  border: 1px solid var(--go-author-line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.52)),
    var(--go-author-surface-2);
}

.go-author-details-copy {
  display: grid;
  gap: 10px;
}

.go-author-details-copy h2 {
  margin: 0;
  color: var(--go-author-text);
  font-family: "Sora", sans-serif;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.05;
}

.go-author-details-text {
  color: var(--go-author-text-soft);
  line-height: 1.75;
}

.go-author-details-text p:last-child {
  margin-bottom: 0;
}

.go-author-details-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.go-author-detail-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px;
  border: 1px solid var(--go-author-line);
  border-radius: 18px;
  background: var(--go-author-surface);
}

.go-author-detail-label,
.go-author-favorites-title,
.go-author-filter-title {
  color: var(--go-author-text-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.go-author-detail-value {
  color: var(--go-author-text);
  font-size: 15px;
  line-height: 1.45;
}

.go-author-favorites-inline {
  display: grid;
  gap: 10px;
}

.go-author-favorites-list {
  gap: 10px;
}

.go-author-favorite-pill {
  min-height: 40px;
  padding: 0 14px;
}

.go-author-links {
  margin-top: 18px;
}

.go-author-aside-card {
  gap: 14px;
  padding: 24px;
}

.go-author-insights-list {
  gap: 10px;
}

.go-author-insight {
  text-decoration: none;
}

.go-author-insight.is-link {
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.go-author-insight.is-link:hover {
  transform: translateY(-2px);
  border-color: var(--go-author-line-strong);
  background: var(--go-author-accent-soft);
  box-shadow: 0 16px 26px rgba(16, 19, 26, 0.08);
}

.go-author-posts-panel {
  margin-top: 18px;
  padding: 0 0 24px;
}

.go-author-posts-header {
  margin: 0;
  padding: 24px 24px 0;
}

.go-author-filter-wrap {
  display: grid;
  gap: 12px;
  padding: 18px 24px 20px;
}

.go-author-filter-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.go-author-filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--go-author-line);
  border-radius: 999px;
  background: var(--go-author-surface-2);
  color: var(--go-author-text-soft);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.go-author-filter-pill strong {
  color: var(--go-author-text);
  font-size: 12px;
}

.go-author-filter-pill:hover,
.go-author-filter-pill.is-active {
  transform: translateY(-1px);
  border-color: transparent;
  background: var(--go-author-accent);
  color: #ffffff;
}

.go-author-filter-pill:hover strong,
.go-author-filter-pill.is-active strong {
  color: #ffffff;
}

.go-author-posts-panel #primary {
  padding: 0 24px;
}

.go-author-archive .newsx-posts-feed {
  gap: 16px;
}

.go-author-posts-panel .newsx-grid-item {
  overflow: hidden;
  border: 1px solid var(--go-author-line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.58)),
    var(--go-author-surface);
  box-shadow: 0 16px 32px rgba(16, 19, 26, 0.06);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.go-author-posts-panel .newsx-grid-item:hover {
  transform: translateY(-3px);
  border-color: var(--go-author-line-strong);
  box-shadow: 0 24px 40px rgba(16, 19, 26, 0.1);
}

.go-author-posts-panel .newsx-list-layout .newsx-grid-item {
  gap: 18px;
  padding: 16px;
}

.go-author-posts-panel .newsx-grid-media {
  overflow: hidden;
  border-radius: 18px;
}

.go-author-posts-panel .newsx-list-layout-list-7 .newsx-grid-media,
.go-author-posts-panel .newsx-list-layout-list-8 .newsx-grid-media,
.go-author-posts-panel .newsx-list-layout-list-9 .newsx-grid-media {
  flex: 0 0 min(260px, 34%);
  max-width: min(260px, 34%);
}

.go-author-posts-panel .newsx-grid-image,
.go-author-posts-panel .newsx-grid-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
}

.go-author-posts-panel .newsx-grid-below-media {
  gap: 10px;
}

.go-author-posts-panel .newsx-grid-title > * {
  margin: 0;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.12;
}

.go-author-posts-panel .newsx-grid-title a,
.go-author-posts-panel .newsx-grid-author a,
.go-author-posts-panel .newsx-grid-categories a {
  color: var(--go-author-text);
}

.go-author-posts-panel .newsx-grid-title a:hover {
  color: var(--go-author-accent);
}

.go-author-posts-panel .newsx-grid-excerpt p,
.go-author-posts-panel .newsx-grid-date-time,
.go-author-posts-panel .newsx-grid-author-name {
  color: var(--go-author-text-soft);
}

.go-author-posts-panel .newsx-grid-post-meta {
  gap: 12px;
}

.go-author-posts-panel .newsx-post-categories {
  gap: 8px;
}

.go-author-posts-panel .newsx-post-categories a {
  border-radius: 999px;
}

.go-author-posts-panel .newsx-blog-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  padding-top: 4px;
}

.go-author-posts-panel .newsx-blog-pagination > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--go-author-line);
  border-radius: 14px;
  background: var(--go-author-surface-2);
  color: var(--go-author-text);
}

.go-author-posts-panel .newsx-blog-pagination .current {
  border-color: transparent;
  background: var(--go-author-accent);
  color: #ffffff;
}

.go-author-archive .wp-block-group,
.go-author-archive .wp-block-code,
.go-author-archive pre {
  border-color: var(--go-author-line);
  background: var(--go-author-surface-2);
  color: var(--go-author-text);
}

html.dark .go-author-archive .go-author-details,
body.dark .go-author-archive .go-author-details,
body.is-dark-theme .go-author-archive .go-author-details,
body.dark-mode .go-author-archive .go-author-details,
[data-theme="dark"] .go-author-archive .go-author-details,
body.newsx-dark-mode .go-author-archive .go-author-details,
html[class*="dark"] .go-author-archive .go-author-details,
body[class*="dark"] .go-author-archive .go-author-details,
html.dark .go-author-posts-panel .newsx-grid-item,
body.dark .go-author-posts-panel .newsx-grid-item,
body.is-dark-theme .go-author-posts-panel .newsx-grid-item,
body.dark-mode .go-author-posts-panel .newsx-grid-item,
[data-theme="dark"] .go-author-posts-panel .newsx-grid-item,
body.newsx-dark-mode .go-author-posts-panel .newsx-grid-item,
html[class*="dark"] .go-author-posts-panel .newsx-grid-item,
body[class*="dark"] .go-author-posts-panel .newsx-grid-item,
html.dark .go-author-posts-panel .newsx-blog-pagination > *,
body.dark .go-author-posts-panel .newsx-blog-pagination > *,
body.is-dark-theme .go-author-posts-panel .newsx-blog-pagination > *,
body.dark-mode .go-author-posts-panel .newsx-blog-pagination > *,
[data-theme="dark"] .go-author-posts-panel .newsx-blog-pagination > *,
body.newsx-dark-mode .go-author-posts-panel .newsx-blog-pagination > *,
html[class*="dark"] .go-author-posts-panel .newsx-blog-pagination > *,
body[class*="dark"] .go-author-posts-panel .newsx-blog-pagination > * {
  background:
    linear-gradient(180deg, rgba(19, 25, 37, 0.96), rgba(11, 15, 24, 0.96)),
    var(--go-author-surface-2);
}

html.dark .go-author-posts-panel .newsx-grid-title a,
body.dark .go-author-posts-panel .newsx-grid-title a,
body.is-dark-theme .go-author-posts-panel .newsx-grid-title a,
body.dark-mode .go-author-posts-panel .newsx-grid-title a,
[data-theme="dark"] .go-author-posts-panel .newsx-grid-title a,
body.newsx-dark-mode .go-author-posts-panel .newsx-grid-title a,
html[class*="dark"] .go-author-posts-panel .newsx-grid-title a,
body[class*="dark"] .go-author-posts-panel .newsx-grid-title a,
html.dark .go-author-posts-panel .newsx-grid-author a,
body.dark .go-author-posts-panel .newsx-grid-author a,
body.is-dark-theme .go-author-posts-panel .newsx-grid-author a,
body.dark-mode .go-author-posts-panel .newsx-grid-author a,
[data-theme="dark"] .go-author-posts-panel .newsx-grid-author a,
body.newsx-dark-mode .go-author-posts-panel .newsx-grid-author a,
html[class*="dark"] .go-author-posts-panel .newsx-grid-author a,
body[class*="dark"] .go-author-posts-panel .newsx-grid-author a,
html.dark .go-author-posts-panel .newsx-post-categories a,
body.dark .go-author-posts-panel .newsx-post-categories a,
body.is-dark-theme .go-author-posts-panel .newsx-post-categories a,
body.dark-mode .go-author-posts-panel .newsx-post-categories a,
[data-theme="dark"] .go-author-posts-panel .newsx-post-categories a,
body.newsx-dark-mode .go-author-posts-panel .newsx-post-categories a,
html[class*="dark"] .go-author-posts-panel .newsx-post-categories a,
body[class*="dark"] .go-author-posts-panel .newsx-post-categories a {
  color: var(--go-author-text);
}

html.dark .go-author-posts-panel .newsx-grid-excerpt p,
body.dark .go-author-posts-panel .newsx-grid-excerpt p,
body.is-dark-theme .go-author-posts-panel .newsx-grid-excerpt p,
body.dark-mode .go-author-posts-panel .newsx-grid-excerpt p,
[data-theme="dark"] .go-author-posts-panel .newsx-grid-excerpt p,
body.newsx-dark-mode .go-author-posts-panel .newsx-grid-excerpt p,
html[class*="dark"] .go-author-posts-panel .newsx-grid-excerpt p,
body[class*="dark"] .go-author-posts-panel .newsx-grid-excerpt p,
html.dark .go-author-posts-panel .newsx-grid-date-time,
body.dark .go-author-posts-panel .newsx-grid-date-time,
body.is-dark-theme .go-author-posts-panel .newsx-grid-date-time,
body.dark-mode .go-author-posts-panel .newsx-grid-date-time,
[data-theme="dark"] .go-author-posts-panel .newsx-grid-date-time,
body.newsx-dark-mode .go-author-posts-panel .newsx-grid-date-time,
html[class*="dark"] .go-author-posts-panel .newsx-grid-date-time,
body[class*="dark"] .go-author-posts-panel .newsx-grid-date-time,
html.dark .go-author-posts-panel .newsx-grid-author-name,
body.dark .go-author-posts-panel .newsx-grid-author-name,
body.is-dark-theme .go-author-posts-panel .newsx-grid-author-name,
body.dark-mode .go-author-posts-panel .newsx-grid-author-name,
[data-theme="dark"] .go-author-posts-panel .newsx-grid-author-name,
body.newsx-dark-mode .go-author-posts-panel .newsx-grid-author-name,
html[class*="dark"] .go-author-posts-panel .newsx-grid-author-name,
body[class*="dark"] .go-author-posts-panel .newsx-grid-author-name {
  color: var(--go-author-text-soft);
}

@media (max-width: 991px) {
  .go-author-details-grid {
    grid-template-columns: 1fr;
  }

  .go-author-posts-panel .newsx-list-layout-list-7 .newsx-grid-media,
  .go-author-posts-panel .newsx-list-layout-list-8 .newsx-grid-media,
  .go-author-posts-panel .newsx-list-layout-list-9 .newsx-grid-media {
    flex: auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .go-author-hero-inner {
    padding: 22px;
  }

  .go-author-details {
    padding: 18px;
  }

  .go-author-posts-header,
  .go-author-filter-wrap,
  .go-author-posts-panel #primary {
    padding-left: 18px;
    padding-right: 18px;
  }

  .go-author-filter-pill {
    width: 100%;
    justify-content: space-between;
  }

  .go-author-posts-panel .newsx-list-layout .newsx-grid-item {
    padding: 14px;
  }
}

.go-author-shell {
  padding-top: 16px;
}

.go-author-hero {
  margin-bottom: 14px;
}

.go-author-hero-inner {
  gap: 18px;
  align-items: center;
}

.go-author-stats {
  margin-top: 20px;
}

.go-author-posts-panel {
  margin-top: 14px;
}

.go-author-posts-panel .content-area.primary,
.go-author-posts-panel #primary {
  margin-top: 0;
}

.go-author-feed-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.go-author-post-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--go-author-line);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 252, 0.96)),
    var(--go-author-surface);
  box-shadow: var(--go-author-shadow);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.go-author-post-card:hover {
  transform: translateY(-4px);
  border-color: rgba(40, 0, 240, 0.18);
  box-shadow: 0 22px 44px rgba(16, 19, 26, 0.12);
}

.go-author-post-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--go-author-surface-2);
}

.go-author-post-media img,
.go-author-post-media .go-author-featured-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.go-author-post-media img {
  transition: transform 0.32s ease;
}

.go-author-post-card:hover .go-author-post-media img {
  transform: scale(1.03);
}

.go-author-post-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
}

.go-author-post-topline,
.go-author-post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.go-author-post-kicker,
.go-author-post-time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
}

.go-author-post-kicker {
  background: rgba(40, 0, 240, 0.08);
  color: var(--go-author-accent);
  border: 1px solid rgba(40, 0, 240, 0.14);
}

.go-author-post-time {
  background: var(--go-author-surface-2);
  color: var(--go-author-text-soft);
  border: 1px solid var(--go-author-line);
}

.go-author-post-title {
  margin: 0;
  color: var(--go-author-text);
  font-family: "Sora", sans-serif;
  font-size: clamp(1.18rem, 1.8vw, 1.5rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.go-author-post-title a {
  color: inherit;
  text-decoration: none;
}

.go-author-post-excerpt {
  margin: 0;
  color: var(--go-author-text-soft);
  line-height: 1.7;
}

.go-author-post-meta {
  margin-top: auto;
  color: var(--go-author-text-soft);
  font-size: 13px;
  font-weight: 700;
}

.go-author-post-meta-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.5;
}

.go-author-post-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--go-author-accent), #5c42ff);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.go-author-post-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(40, 0, 240, 0.2);
}

.go-author-posts-pagination {
  margin-top: 28px;
}

.go-author-posts-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.go-author-posts-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--go-author-line);
  border-radius: 999px;
  background: var(--go-author-surface);
  color: var(--go-author-text);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.go-author-posts-pagination .page-numbers.current {
  border-color: transparent;
  background: linear-gradient(135deg, var(--go-author-accent), #5c42ff);
  color: #ffffff;
}

html.dark .go-author-post-card,
body.dark .go-author-post-card,
body.is-dark-theme .go-author-post-card,
body.dark-mode .go-author-post-card,
[data-theme="dark"] .go-author-post-card,
body.newsx-dark-mode .go-author-post-card,
html[class*="dark"] .go-author-post-card,
body[class*="dark"] .go-author-post-card {
  background:
    linear-gradient(180deg, rgba(15, 20, 29, 0.96), rgba(10, 13, 20, 0.96)),
    var(--go-author-surface);
}

html.dark .go-author-post-card:hover,
body.dark .go-author-post-card:hover,
body.is-dark-theme .go-author-post-card:hover,
body.dark-mode .go-author-post-card:hover,
[data-theme="dark"] .go-author-post-card:hover,
body.newsx-dark-mode .go-author-post-card:hover,
html[class*="dark"] .go-author-post-card:hover,
body[class*="dark"] .go-author-post-card:hover {
  border-color: rgba(199, 240, 0, 0.2);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.32);
}

html.dark .go-author-post-kicker,
body.dark .go-author-post-kicker,
body.is-dark-theme .go-author-post-kicker,
body.dark-mode .go-author-post-kicker,
[data-theme="dark"] .go-author-post-kicker,
body.newsx-dark-mode .go-author-post-kicker,
html[class*="dark"] .go-author-post-kicker,
body[class*="dark"] .go-author-post-kicker {
  background: rgba(199, 240, 0, 0.14);
  border-color: rgba(199, 240, 0, 0.24);
  color: #dff78f;
}

@media (max-width: 1080px) {
  .go-author-feed-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .go-author-feed-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .go-author-post-copy {
    padding: 18px;
  }
}
