/* Yazar detay — yazar-detay.html mockup */
.author-detail-page {
  --art-brand: #E6511D;
  --art-brand-2: #ff7849;
  --art-ink: #101828;
  --art-muted: #667085;
  --art-soft: #f7f8fb;
  --art-line: #e6e9f0;
  --art-card: #fff;
  --art-blue: #2563eb;
  --art-green: #12b76a;
  --art-shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
  --art-radius: 22px;
  --al-brand: #E6511D;
  --al-brand-2: #ff7849;
  --al-ink: #101828;
  --al-muted: #667085;
  --al-line: #e6e9f0;
  --al-card: #fff;
  --al-soft: #eef1f6;
  background: linear-gradient(180deg, #fff 0%, #fbfcff 60%, #fff 100%);
  color: var(--art-ink);
  padding: 34px 0 64px;
}

.dark .author-detail-page {
  --art-ink: #f9fafb;
  --art-muted: #9ca3af;
  --art-soft: #374151;
  --art-line: #374151;
  --art-card: #1f2937;
  --al-ink: #f9fafb;
  --al-muted: #9ca3af;
  --al-line: #374151;
  --al-card: #1f2937;
  --al-soft: #374151;
  background: linear-gradient(180deg, #111827 0%, #1f2937 60%, #111827 100%);
  color: var(--art-ink);
}

.author-detail-page a {
  color: inherit;
  text-decoration: none;
}

.author-detail-page img {
  max-width: 100%;
  display: block;
}

.author-detail-page .art-container {
  width: min(1180px, calc(100% - 44px));
  margin-inline: auto;
}

.author-detail-page .art-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: #7b8496;
  font-size: 13px;
  margin-bottom: 22px;
}

.dark .author-detail-page .art-breadcrumb {
  color: #9ca3af;
}

.author-detail-page .art-breadcrumb i {
  font-size: 10px;
}

.author-detail-page .art-profile-hero {
  border: 1px solid var(--art-line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 45px rgba(16, 24, 40, 0.08);
  margin-bottom: 26px;
}

.dark .author-detail-page .art-profile-hero {
  background: #1f2937;
  border-color: #374151;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.25);
}

.author-detail-page .art-hero-cover {
  min-height: 225px;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.72), rgba(15, 23, 42, 0.22)), center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 38px 42px;
}

.author-detail-page .art-hero-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #fff;
  min-width: 0;
}

.author-detail-page .art-hero-text {
  min-width: 0;
}

.author-detail-page .art-profile-avatar {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
}

.author-detail-page .art-hero-text h1 {
  font-size: 36px;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0 0 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.dark .author-detail-page .art-hero-text h1 {
  color: #fff;
}

.author-detail-page .art-role-badge {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 9px;
  background: #fff2ec;
  color: var(--art-brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.author-detail-page .art-hero-lead {
  margin: 0;
  max-width: 42rem;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
}

.author-detail-page .art-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.author-detail-page .art-social-row a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  color: var(--art-blue);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}

.author-detail-page .art-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
}

.dark .author-detail-page .art-stats {
  background: #1f2937;
}

.author-detail-page .art-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 96px;
  border-right: 1px solid var(--art-line);
}

.author-detail-page .art-stat:last-child {
  border-right: 0;
}

.author-detail-page .art-stat-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff2ec;
  color: var(--art-brand);
  font-size: 18px;
  flex-shrink: 0;
}

.author-detail-page .art-stat small {
  display: block;
  color: #667085;
  font-weight: 700;
  margin-bottom: 4px;
}

.author-detail-page .art-stat strong {
  font-size: 26px;
  letter-spacing: -0.03em;
  color: var(--art-ink);
}

.dark .author-detail-page .art-stat strong {
  color: #f9fafb;
}

.author-detail-page .art-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.author-detail-page .art-card {
  background: #fff;
  border: 1px solid var(--art-line);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(16, 24, 40, 0.06);
}

.dark .author-detail-page .art-card {
  background: #1f2937;
  border-color: #374151;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
}

.author-detail-page .art-main-card {
  padding: 28px;
}

.author-detail-page .art-section-title {
  font-size: 22px;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  color: var(--art-ink);
}

.dark .author-detail-page .art-section-title {
  color: #f9fafb;
}

.author-detail-page .art-about p {
  color: #475467;
  line-height: 1.8;
  font-size: 16px;
  margin: 0 0 14px;
}

.dark .author-detail-page .art-about p {
  color: #d1d5db;
}

.author-detail-page .art-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.author-detail-page .art-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border-radius: 999px;
  background: #fff2ec;
  color: #7a3218;
  font-weight: 800;
  font-size: 13px;
}

.author-detail-page .art-chip i {
  color: var(--art-brand);
}

.author-detail-page .art-articles-head {
  border-top: 1px solid var(--art-line);
  margin: 28px -28px 0;
  padding: 24px 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.author-detail-page .art-select {
  height: 42px;
  border: 1px solid var(--art-line);
  border-radius: 10px;
  background: #fff;
  padding: 0 13px;
  font-weight: 700;
  color: #344054;
  font-family: inherit;
}

.dark .author-detail-page .art-select {
  background: #111827;
  border-color: #4b5563;
  color: #e5e7eb;
}

.author-detail-page .blog-article-list {
  margin-top: 28px;
  margin-bottom: 0;
}

.author-detail-page .art-load-wrap {
  text-align: center;
  margin-top: 28px;
}

.author-detail-page .art-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 320px;
  height: 48px;
  border: 1px solid #ffb79d;
  border-radius: 10px;
  color: var(--art-brand);
  font-weight: 800;
  background: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
}

.dark .author-detail-page .art-load-more {
  background: transparent;
  border-color: rgba(249, 115, 22, 0.45);
  color: #fb923c;
}

.author-detail-page .art-load-more:disabled {
  opacity: 0.6;
  cursor: wait;
}

.author-detail-page .art-load-more.is-hidden {
  display: none;
}

.author-detail-page .art-infinite-sentinel {
  height: 1px;
}

.author-detail-page .art-sidebar {
  position: sticky;
  top: 102px;
  display: grid;
  gap: 24px;
}

.author-detail-page .art-side-card {
  padding: 24px;
}

.author-detail-page .art-profile-list {
  display: grid;
  gap: 20px;
}

.author-detail-page .art-profile-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}

.author-detail-page .art-item-ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff2ec;
  color: var(--art-brand);
  display: grid;
  place-items: center;
  font-size: 18px;
}

.author-detail-page .art-profile-item > div > span:first-child {
  display: block;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 3px;
}

.author-detail-page .art-profile-item strong {
  display: block;
  color: #263246;
  font-size: 15px;
  line-height: 1.35;
}

.dark .author-detail-page .art-profile-item strong {
  color: #f3f4f6;
}

.author-detail-page .art-mini-list {
  display: grid;
  gap: 16px;
}

.author-detail-page .art-mini-post {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 13px;
  align-items: center;
}

.author-detail-page .art-mini-post > img {
  width: 78px;
  height: 66px;
  object-fit: cover;
  border-radius: 8px;
  background: var(--art-soft);
}

.author-detail-page .art-mini-post h4 {
  font-size: 15px;
  line-height: 1.32;
  margin: 0 0 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 700;
  color: var(--art-ink);
}

.dark .author-detail-page .art-mini-post h4 {
  color: #f9fafb;
}

.author-detail-page .art-mini-post .art-mini-date {
  font-size: 12px;
  color: #667085;
}

.author-detail-page .art-outline-btn {
  height: 46px;
  border: 1px solid #ffd2c1;
  border-radius: 10px;
  color: var(--art-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 800;
  background: #fff;
  margin-top: 18px;
}

.dark .author-detail-page .art-outline-btn {
  background: transparent;
  border-color: rgba(249, 115, 22, 0.45);
  color: #fb923c;
}

.author-detail-page .art-newsletter {
  text-align: center;
  background: linear-gradient(135deg, #fbfbff 0%, #fff7f2 100%);
}

.dark .author-detail-page .art-newsletter {
  background: linear-gradient(135deg, rgb(30 41 59) 0%, rgb(55 48 40) 100%);
}

.author-detail-page .art-newsletter .art-mail-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: #fff;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  color: #2563eb;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.08);
  font-size: 24px;
}

.author-detail-page .art-newsletter h3 {
  margin: 0 0 8px;
  font-size: 21px;
}

.author-detail-page .art-newsletter p {
  color: #475467;
  line-height: 1.55;
  margin: 0 0 18px;
}

.dark .author-detail-page .art-newsletter p {
  color: #d1d5db;
}

.author-detail-page .art-newsletter input {
  width: 100%;
  height: 46px;
  border: 1px solid var(--art-line);
  border-radius: 10px;
  padding: 0 14px;
  margin-bottom: 12px;
  outline: none;
  font-family: inherit;
  background: #fff;
  color: var(--art-ink);
}

.dark .author-detail-page .art-newsletter input {
  background: #111827;
  border-color: #4b5563;
  color: #f9fafb;
}

.author-detail-page .art-mini-post .art-mini-post-placeholder {
  width: 78px;
  height: 66px;
  border-radius: 8px;
  background: var(--art-soft);
  display: block;
}

.author-detail-page .art-breadcrumb a:hover {
  color: var(--art-brand);
}

.author-detail-page .art-newsletter button {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 10px;
  background: var(--art-brand);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
}

.author-detail-page .art-newsletter-message {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
}

.author-detail-page .art-newsletter-message.is-success {
  color: #16a34a;
}

.author-detail-page .art-newsletter-message.is-error {
  color: #dc2626;
}

.dark .author-detail-page .art-newsletter-message.is-success {
  color: #4ade80;
}

.dark .author-detail-page .art-newsletter-message.is-error {
  color: #f87171;
}

.author-detail-page .art-empty {
  color: var(--art-muted);
  margin-top: 18px;
}

@media (max-width: 1050px) {
  .author-detail-page .art-layout {
    grid-template-columns: 1fr;
  }

  .author-detail-page .art-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }

  .author-detail-page .art-newsletter {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .author-detail-page {
    padding-top: 22px;
  }

  .author-detail-page .art-container {
    width: min(100% - 28px, 1180px);
  }

  .author-detail-page .art-breadcrumb {
    font-size: 12px;
    gap: 8px;
    margin-bottom: 16px;
  }

  .author-detail-page .art-hero-cover {
    padding: 22px 18px 24px;
    min-height: 0;
    align-items: center;
    justify-content: center;
  }

  .author-detail-page .art-hero-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    width: 100%;
  }

  .author-detail-page .art-profile-avatar {
    width: 96px;
    height: 96px;
    border-width: 3px;
  }

  .author-detail-page .art-hero-text {
    width: 100%;
  }

  .author-detail-page .art-hero-text h1 {
    font-size: 24px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    color: #fff;
  }

  .author-detail-page .art-role-badge {
    font-size: 11px;
    padding: 6px 10px;
  }

  .author-detail-page .art-hero-lead {
    font-size: 14px;
    line-height: 1.5;
  }

  .author-detail-page .art-social-row {
    justify-content: center;
    margin-top: 12px;
    gap: 10px;
  }

  .author-detail-page .art-social-row a {
    width: 36px;
    height: 36px;
  }

  .author-detail-page .art-stats {
    grid-template-columns: 1fr 1fr;
  }

  .author-detail-page .art-stat {
    border-right: 0;
    border-bottom: 1px solid var(--art-line);
    justify-content: flex-start;
    padding-left: 22px;
  }

  .author-detail-page .art-stat:nth-child(odd) {
    border-right: 1px solid var(--art-line);
  }

  .author-detail-page .art-stat strong {
    font-size: 22px;
  }

  .author-detail-page .art-main-card {
    padding: 22px;
  }

  .author-detail-page .art-articles-head {
    margin-left: -22px;
    margin-right: -22px;
    padding-left: 22px;
    padding-right: 22px;
    align-items: flex-start;
    flex-direction: column;
  }

  .author-detail-page .art-sidebar {
    grid-template-columns: 1fr;
  }

  .author-detail-page .art-load-more {
    min-width: 100%;
  }
}
