/**
 * SOSYALVADI YAZAR DETAY SAYFASI 2026 (EEAT FAZ-3)
 * /yazar/<slug> — Chef/Editor profili + tarif grid
 * Genel kutu sistemi: sv-wrap uyumlu, glass paneller
 * @version 2026.2.19
 */

/* ============================================
   SAYFA CONTAINER — sv-wrap uyumlu kutu sistemi
   ============================================ */
/* Breadcrumb profil sayfasında arka planla uyumlu */
.sv-page--profil-detail .sv-breadcrumb-row,
.sv-page--yazar-detail .sv-breadcrumb-row {
  background: transparent;
}
.sv-page--profil-detail .sv-breadcrumb,
.sv-page--yazar-detail .sv-breadcrumb {
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(66, 133, 244, 0.12);
}
[data-theme="dark"] .sv-page--profil-detail .sv-breadcrumb,
[data-theme="dark"] .sv-page--yazar-detail .sv-breadcrumb {
  background: rgba(30, 36, 48, 0.6);
  border-color: rgba(255, 255, 255, 0.08);
}

.sv-page--yazar-detail .sv-module--yazar {
  padding: 0;
  max-width: var(--sv-site-width, 1280px);
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  /* Arka plan: body --bg inherit (tema uyumlu, zorlamasız) */
  background: transparent;
}

.yazar-detay-page.yazar-page-inner {
  width: 100%;
  max-width: 100%;
  padding: 0 0 var(--space-8, 48px);
  box-sizing: border-box;
}

/* Ortak bölüm kutusu — hero + tarifler aynı hizada */
.yazar-section-box {
  width: 100%;
  box-sizing: border-box;
}

/* ============================================
   YAZAR HERO — Glassmorphism kart
   ============================================ */
.yazar-detay-page .yazar-hero {
  padding: calc(var(--header-h, 64px) + 2rem) 0 var(--space-6, 24px);
  max-width: var(--sv-detail-max, 1120px);
  margin: 0 auto;
}

/* Profil hero arka plan — Google renkleri hafif gradient */
.profil-hero.yazar-hero {
  position: relative;
}
.profil-hero.yazar-hero::before {
  content: '';
  position: absolute;
  inset: -40px -20px -60px;
  background: linear-gradient(135deg, rgba(66, 133, 244, 0.14) 0%, rgba(52, 168, 83, 0.1) 25%, rgba(251, 188, 4, 0.08) 50%, rgba(139, 92, 246, 0.1) 75%, rgba(236, 72, 153, 0.06) 100%);
  border-radius: 24px;
  z-index: -1;
  pointer-events: none;
  box-shadow: 0 4px 24px rgba(66, 133, 244, 0.08);
}
[data-theme="dark"] .profil-hero.yazar-hero::before {
  background: linear-gradient(135deg, rgba(66, 133, 244, 0.15) 0%, rgba(52, 168, 83, 0.1) 25%, rgba(251, 188, 4, 0.08) 50%, rgba(139, 92, 246, 0.1) 75%, rgba(236, 72, 153, 0.06) 100%);
}
.yazar-hero-card {
  background: var(--glass-bg, rgba(255, 255, 255, 0.92));
  backdrop-filter: blur(var(--glass-blur, 20px));
  -webkit-backdrop-filter: blur(var(--glass-blur, 20px));
  border: 1px solid var(--glass-border-edge, rgba(0, 0, 0, 0.1));
  border-radius: var(--radius-glass, 20px);
  padding: var(--space-6, 24px) var(--space-6, 24px);
  box-shadow: var(--glass-shadow, 0 4px 20px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(66, 133, 244, 0.06));
  text-align: center;
  transition: box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s ease, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  animation: svProfilFadeInUp 0.5s ease-out forwards;
}

.yazar-hero-card:hover {
  box-shadow: var(--glass-shadow-hover, 0 12px 40px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.06));
}

[data-theme="dark"] .yazar-hero-card {
  background: var(--glass-bg, rgba(30, 36, 48, 0.92));
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}
[data-theme="dark"] .yazar-hero-card:hover {
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.yazar-hero-avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--space-4, 16px);
  background: linear-gradient(135deg, #34a853, #0d652d);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(52, 168, 83, 0.35);
}

[data-theme="dark"] .yazar-hero-avatar {
  box-shadow: 0 4px 16px rgba(52, 168, 83, 0.5);
}

/* Profil paylaş */
.profil-share-wrap {
  margin-top: var(--space-4, 16px);
}
.profil-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 0.875rem;
  border-radius: var(--radius-2, 10px);
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.profil-share-btn:hover {
  background: rgba(27, 87, 255, 0.08);
  border-color: rgba(27, 87, 255, 0.3);
}

/* Profil avatar: img veya harf */
.profil-hero-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.profil-hero-avatar span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}
.profil-badge-verified {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25em;
  height: 1.25em;
  margin-left: 0.25em;
  background: var(--primary, #1b57ff);
  color: white;
  border-radius: 50%;
  font-size: 0.7em;
  vertical-align: middle;
}

.profil-takip-wrap { margin: var(--space-4, 16px) 0; }
.profil-actions-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3, 12px);
  align-items: center;
  justify-content: center;
}
.profil-mesaj-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  font-size: 0.9rem;
  border-radius: var(--radius-1, 8px);
  background: var(--surface);
  color: var(--text);
  border: 1px solid var(--border);
  text-decoration: none;
  transition: opacity 0.2s, border-color 0.2s;
}
.profil-mesaj-btn:hover { opacity: 0.9; border-color: var(--primary); }
.profil-mesaj-btn--disabled { opacity: 0.5; cursor: not-allowed; pointer-events: none; }
.profil-takip-btn,
.profil-edit-btn {
  display: inline-block;
  padding: 10px 24px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 999px;
  border: 2px solid var(--primary, #1b57ff);
  background: var(--primary, #1b57ff);
  color: white;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s, background 0.2s, border-color 0.2s;
}
.profil-takip-btn:hover,
.profil-edit-btn:hover { opacity: 0.9; }
.profil-takip-btn.is-following {
  background: transparent;
  color: var(--primary, #1b57ff);
}
.profil-takip-btn:disabled { opacity: 0.6; cursor: not-allowed; }

/* Profil stats + Paylaş yan yana, kompakt */
.profil-stats-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-3, 12px);
  margin: var(--space-4, 16px) 0;
}
.profil-stats {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3, 12px);
  justify-content: center;
}
.profil-stats:not(.sv-stat-boxes) {
  display: flex;
  gap: var(--space-5, 20px);
  justify-content: center;
  flex-wrap: wrap;
}
.profil-share-btn.sv-stat-box {
  margin: 0;
}
.profil-stat {
  font-size: 0.95rem;
  color: var(--muted, rgba(12, 18, 28, 0.64));
}
.profil-stat:not(.sv-stat-box) strong {
  color: var(--text, rgba(12, 18, 28, 0.92));
  margin-right: 0.25em;
}
.sv-stat-box.profil-stat strong { margin-right: 0.2em; }
[data-theme="dark"] .profil-stat:not(.sv-stat-box) { color: rgba(255,255,255,0.65); }
[data-theme="dark"] .profil-stat:not(.sv-stat-box) strong { color: rgba(255,255,255,0.95); }
.profil-stat-link {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s, opacity 0.2s;
}
.profil-stat-link:not(.sv-stat-box):hover { color: var(--primary); opacity: 0.9; }

.profil-website a,
.profil-location {
  font-size: 0.95rem;
  color: var(--primary, #1b57ff);
  text-decoration: none;
  margin: var(--space-1, 4px) 0;
}
.profil-website a:hover { text-decoration: underline; }

.profil-social-links {
  display: flex;
  gap: var(--space-2, 8px);
  margin-top: var(--space-3, 12px);
  flex-wrap: wrap;
}
.profil-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--text);
  background: var(--glass-bg, rgba(255, 255, 255, 0.7));
  border: 1px solid var(--glass-border-edge, rgba(0, 0, 0, 0.1));
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.profil-social-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.profil-social-facebook:hover { color: #1877f2; }
.profil-social-instagram:hover { color: #e4405f; }
.profil-social-x:hover { color: #000; }
[data-theme="dark"] .profil-social-x:hover { color: #fff; }
.profil-social-linkedin:hover { color: #0a66c2; }
.profil-social-youtube:hover { color: #ff0000; }

.profil-favori-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.profil-favori-list li {
  padding: var(--space-2, 8px) 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.profil-favori-list li:last-child { border-bottom: none; }
.profil-favori-list a {
  color: var(--text, rgba(12, 18, 28, 0.92));
  text-decoration: none;
}
.profil-favori-list a:hover { color: var(--primary, #1b57ff); }
/* Hero bölümleri — Google renkleri, modern kutu (kutusu olmayan hero'lara kutu) */
.favorilerim-hero, .bildirimler-hero, .takipcilerim-hero, .takip-ettiklerim-hero,
.gecmisim-hero, .mesajlar-hero, .okuma-listem-hero, .uyelik-hero, .abonelik-hero {
  padding: var(--space-6, 24px) var(--space-4, 16px) !important;
  background: linear-gradient(135deg, rgba(66, 133, 244, 0.06) 0%, rgba(52, 168, 83, 0.04) 40%, rgba(251, 188, 4, 0.04) 100%) !important;
  border: 1px solid rgba(66, 133, 244, 0.15);
  border-radius: var(--radius-glass, 16px);
  margin-bottom: var(--space-4, 16px);
  box-shadow: 0 2px 12px rgba(66, 133, 244, 0.06);
}
[data-theme="dark"] .favorilerim-hero,
[data-theme="dark"] .bildirimler-hero,
[data-theme="dark"] .takipcilerim-hero,
[data-theme="dark"] .takip-ettiklerim-hero,
[data-theme="dark"] .gecmisim-hero,
[data-theme="dark"] .mesajlar-hero,
[data-theme="dark"] .okuma-listem-hero,
[data-theme="dark"] .uyelik-hero,
[data-theme="dark"] .abonelik-hero {
  background: linear-gradient(135deg, rgba(66, 133, 244, 0.12) 0%, rgba(52, 168, 83, 0.08) 40%, rgba(251, 188, 4, 0.08) 100%) !important;
  border-color: rgba(66, 133, 244, 0.25);
}

/* Favorilerim / Okuma listem tabları — Google renkleri */
.favorilerim-tabs, .gecmisim-toolbar .gecmisim-filters { display: flex; flex-wrap: wrap; gap: var(--space-2, 8px); }
.favorilerim-tab {
  padding: 10px 16px;
  border: 1px solid rgba(66, 133, 244, 0.3);
  border-radius: var(--radius-2, 12px);
  background: linear-gradient(135deg, rgba(66, 133, 244, 0.08), rgba(52, 168, 83, 0.05));
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
}
.favorilerim-tab:hover {
  color: #1565c0;
  border-color: rgba(66, 133, 244, 0.5);
  background: linear-gradient(135deg, rgba(66, 133, 244, 0.15), rgba(52, 168, 83, 0.08));
  box-shadow: 0 2px 8px rgba(66, 133, 244, 0.15);
}
.favorilerim-tab.is-active {
  background: linear-gradient(135deg, #4285f4, #34a853);
  color: #fff;
  border-color: rgba(66, 133, 244, 0.6);
  box-shadow: 0 4px 12px rgba(66, 133, 244, 0.3);
}
[data-theme="dark"] .favorilerim-tab {
  background: linear-gradient(135deg, rgba(66, 133, 244, 0.15), rgba(52, 168, 83, 0.08));
  border-color: rgba(66, 133, 244, 0.35);
}
[data-theme="dark"] .favorilerim-tab.is-active {
  background: linear-gradient(135deg, rgba(66, 133, 244, 0.5), rgba(52, 168, 83, 0.4));
  border-color: rgba(66, 133, 244, 0.6);
}
.favorilerim-title { font-size: clamp(24px, 4vw, 32px); font-weight: 700; margin: 0 0 var(--space-2, 8px); }
.favorilerim-desc { color: var(--muted, rgba(12,18,28,.64)); margin: 0; }
.favorilerim-empty { text-align: center; padding: var(--space-8, 48px) var(--space-4, 16px); }
.favorilerim-empty-icon { font-size: 3rem; margin-bottom: var(--space-4, 16px); opacity: 0.7; }
.favorilerim-empty-hint { font-size: 0.9rem; color: var(--muted); margin: var(--space-2, 8px) 0; }

.profil-favori-tip {
  font-size: 0.75rem;
  color: var(--muted, rgba(12, 18, 28, 0.5));
  margin-left: 0.5rem;
}
[data-theme="dark"] .profil-favori-list li { border-color: rgba(255,255,255,0.1); }
[data-theme="dark"] .profil-favori-list a { color: rgba(255,255,255,0.92); }
[data-theme="dark"] .profil-favori-tip { color: rgba(255,255,255,0.5); }

/* Profil Hızlı Erişim — ana kutu stili ile uyumlu mini glass kartlar */
@keyframes svProfilFadeInUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.profil-hizli-erisim {
  padding: 0 0 var(--space-6, 24px);
  max-width: var(--sv-detail-max, 1120px);
  margin: 0 auto;
}
.profil-hizli-erisim .yazar-section-title {
  border-bottom-color: #8b5cf6;
}
[data-theme="dark"] .profil-hizli-erisim .yazar-section-title {
  border-bottom-color: rgba(139, 92, 246, 0.7);
}
.profil-hizli-erisim-desc {
  font-size: 0.95rem;
  color: var(--muted, rgba(12, 18, 28, 0.64));
  margin: 0 0 var(--space-4, 16px);
}
.profil-hizli-erisim-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: var(--space-3, 12px);
}
.profil-hizli-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--space-3, 12px);
  padding: var(--space-4, 16px);
  background: var(--glass-bg, rgba(255, 255, 255, 0.6));
  backdrop-filter: blur(var(--glass-blur, 12px));
  -webkit-backdrop-filter: blur(var(--glass-blur, 12px));
  border: 1px solid var(--glass-border-edge, rgba(0, 0, 0, 0.08));
  border-radius: var(--radius-2, 14px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  text-decoration: none;
  color: var(--text, rgba(12, 18, 28, 0.92));
  font-weight: 600;
  overflow: hidden;
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s ease;
  animation: svProfilFadeInUp 0.45s ease-out both;
}
.profil-hizli-link:nth-child(1) { animation-delay: 0.05s; }
.profil-hizli-link:nth-child(2) { animation-delay: 0.1s; }
.profil-hizli-link:nth-child(3) { animation-delay: 0.15s; }
.profil-hizli-link:nth-child(4) { animation-delay: 0.2s; }

.profil-hizli-link::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(27, 87, 255, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.profil-hizli-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(27, 87, 255, 0.18), 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: rgba(27, 87, 255, 0.25);
}
.profil-hizli-link:hover::before {
  opacity: 1;
}
/* Profil Merkezi — Google renkleri, modern kutular (varsayılan + hover) */
.profil-hizli-takipci { background: linear-gradient(135deg, rgba(66, 133, 244, 0.12) 0%, rgba(14, 165, 233, 0.08) 100%) !important; border-color: rgba(66, 133, 244, 0.25) !important; }
.profil-hizli-takipci:hover { border-color: rgba(66, 133, 244, 0.45) !important; box-shadow: 0 8px 24px rgba(66, 133, 244, 0.2) !important; }
.profil-hizli-takipci:hover::before { background: linear-gradient(135deg, rgba(66, 133, 244, 0.15) 0%, rgba(14, 165, 233, 0.1) 100%) !important; }
.profil-hizli-takip { background: linear-gradient(135deg, rgba(52, 168, 83, 0.12) 0%, rgba(16, 185, 129, 0.08) 100%) !important; border-color: rgba(52, 168, 83, 0.25) !important; }
.profil-hizli-takip:hover { border-color: rgba(52, 168, 83, 0.45) !important; box-shadow: 0 8px 24px rgba(52, 168, 83, 0.2) !important; }
.profil-hizli-takip:hover::before { background: linear-gradient(135deg, rgba(52, 168, 83, 0.15) 0%, rgba(16, 185, 129, 0.1) 100%) !important; }
.profil-hizli-favori { background: linear-gradient(135deg, rgba(251, 188, 4, 0.15) 0%, rgba(245, 158, 11, 0.1) 100%) !important; border-color: rgba(251, 188, 4, 0.3) !important; }
.profil-hizli-favori:hover { border-color: rgba(245, 158, 11, 0.5) !important; box-shadow: 0 8px 24px rgba(245, 158, 11, 0.2) !important; }
.profil-hizli-favori:hover::before { background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(251, 191, 36, 0.1) 100%) !important; }
.profil-hizli-ruya { background: linear-gradient(135deg, rgba(139, 92, 246, 0.12) 0%, rgba(99, 102, 241, 0.08) 100%) !important; border-color: rgba(139, 92, 246, 0.25) !important; }
.profil-hizli-ruya:hover { border-color: rgba(139, 92, 246, 0.45) !important; box-shadow: 0 8px 24px rgba(139, 92, 246, 0.2) !important; }
.profil-hizli-ruya:hover::before { background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(168, 85, 247, 0.1) 100%) !important; }
.profil-hizli-tarif { background: linear-gradient(135deg, rgba(236, 72, 153, 0.12) 0%, rgba(244, 63, 94, 0.08) 100%) !important; border-color: rgba(236, 72, 153, 0.25) !important; }
.profil-hizli-tarif:hover { border-color: rgba(236, 72, 153, 0.45) !important; box-shadow: 0 8px 24px rgba(236, 72, 153, 0.2) !important; }
.profil-hizli-tarif:hover::before { background: linear-gradient(135deg, rgba(236, 72, 153, 0.15) 0%, rgba(244, 114, 182, 0.1) 100%) !important; }
.profil-hizli-okuma { background: linear-gradient(135deg, rgba(14, 165, 233, 0.12) 0%, rgba(56, 189, 248, 0.08) 100%) !important; border-color: rgba(14, 165, 233, 0.25) !important; }
.profil-hizli-okuma:hover { border-color: rgba(14, 165, 233, 0.45) !important; box-shadow: 0 8px 24px rgba(14, 165, 233, 0.2) !important; }
.profil-hizli-okuma:hover::before { background: linear-gradient(135deg, rgba(14, 165, 233, 0.15) 0%, rgba(56, 189, 248, 0.1) 100%) !important; }
.profil-hizli-gecmis { background: linear-gradient(135deg, rgba(100, 116, 139, 0.1) 0%, rgba(71, 85, 105, 0.08) 100%) !important; border-color: rgba(100, 116, 139, 0.25) !important; }
.profil-hizli-gecmis:hover { border-color: rgba(100, 116, 139, 0.4) !important; box-shadow: 0 8px 24px rgba(100, 116, 139, 0.15) !important; }
.profil-hizli-dizi { background: linear-gradient(135deg, rgba(239, 68, 68, 0.12) 0%, rgba(220, 38, 38, 0.08) 100%) !important; border-color: rgba(239, 68, 68, 0.25) !important; }
.profil-hizli-dizi:hover { border-color: rgba(239, 68, 68, 0.45) !important; box-shadow: 0 8px 24px rgba(239, 68, 68, 0.2) !important; }
.profil-hizli-dizi:hover::before { background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, rgba(248, 113, 113, 0.1) 100%) !important; }
.profil-hizli-keşfet { background: linear-gradient(135deg, rgba(16, 185, 129, 0.12) 0%, rgba(52, 211, 153, 0.08) 100%) !important; border-color: rgba(16, 185, 129, 0.25) !important; }
.profil-hizli-keşfet:hover { border-color: rgba(16, 185, 129, 0.45) !important; box-shadow: 0 8px 24px rgba(16, 185, 129, 0.2) !important; }
.profil-hizli-keşfet:hover::before { background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(52, 211, 153, 0.1) 100%) !important; }
.profil-hizli-mesaj { background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(99, 102, 241, 0.06) 100%) !important; border-color: rgba(139, 92, 246, 0.2) !important; }
.profil-hizli-mesaj:hover { border-color: rgba(139, 92, 246, 0.4) !important; box-shadow: 0 8px 24px rgba(139, 92, 246, 0.18) !important; }
.profil-hizli-bildirim { background: linear-gradient(135deg, rgba(236, 72, 153, 0.1) 0%, rgba(244, 63, 94, 0.06) 100%) !important; border-color: rgba(236, 72, 153, 0.2) !important; }
.profil-hizli-bildirim:hover { border-color: rgba(236, 72, 153, 0.4) !important; box-shadow: 0 8px 24px rgba(236, 72, 153, 0.18) !important; }
.profil-hizli-edit, .profil-hizli-ayarlar { background: linear-gradient(135deg, rgba(71, 85, 105, 0.08) 0%, rgba(100, 116, 139, 0.06) 100%) !important; border-color: rgba(71, 85, 105, 0.2) !important; }
.profil-hizli-edit:hover, .profil-hizli-ayarlar:hover { border-color: rgba(71, 85, 105, 0.35) !important; box-shadow: 0 8px 24px rgba(71, 85, 105, 0.12) !important; }
.profil-hizli-icon,
.profil-hizli-text,
.profil-hizli-sayi {
  position: relative;
  z-index: 1;
}
.profil-hizli-icon {
  font-size: 1.5rem;
}
.profil-hizli-text {
  flex: 1;
}
.profil-hizli-sayi {
  font-size: 0.85rem;
  color: var(--muted, rgba(12, 18, 28, 0.55));
  font-weight: 500;
}
[data-theme="dark"] .profil-hizli-link {
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.92);
}
[data-theme="dark"] .profil-hizli-takipci { background: linear-gradient(135deg, rgba(66, 133, 244, 0.2) 0%, rgba(14, 165, 233, 0.15) 100%) !important; border-color: rgba(66, 133, 244, 0.35) !important; }
[data-theme="dark"] .profil-hizli-takip { background: linear-gradient(135deg, rgba(52, 168, 83, 0.2) 0%, rgba(16, 185, 129, 0.15) 100%) !important; border-color: rgba(52, 168, 83, 0.35) !important; }
[data-theme="dark"] .profil-hizli-favori { background: linear-gradient(135deg, rgba(251, 188, 4, 0.2) 0%, rgba(245, 158, 11, 0.15) 100%) !important; border-color: rgba(251, 188, 4, 0.35) !important; }
[data-theme="dark"] .profil-hizli-ruya { background: linear-gradient(135deg, rgba(139, 92, 246, 0.2) 0%, rgba(99, 102, 241, 0.15) 100%) !important; border-color: rgba(139, 92, 246, 0.35) !important; }
[data-theme="dark"] .profil-hizli-tarif { background: linear-gradient(135deg, rgba(236, 72, 153, 0.2) 0%, rgba(244, 63, 94, 0.15) 100%) !important; border-color: rgba(236, 72, 153, 0.35) !important; }
[data-theme="dark"] .profil-hizli-okuma { background: linear-gradient(135deg, rgba(14, 165, 233, 0.2) 0%, rgba(56, 189, 248, 0.15) 100%) !important; border-color: rgba(14, 165, 233, 0.35) !important; }
[data-theme="dark"] .profil-hizli-dizi { background: linear-gradient(135deg, rgba(239, 68, 68, 0.2) 0%, rgba(220, 38, 38, 0.15) 100%) !important; border-color: rgba(239, 68, 68, 0.35) !important; }
[data-theme="dark"] .profil-hizli-keşfet { background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(52, 211, 153, 0.15) 100%) !important; border-color: rgba(16, 185, 129, 0.35) !important; }
[data-theme="dark"] .profil-hizli-link:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .profil-hizli-link::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.03) 100%);
}
[data-theme="dark"] .profil-hizli-erisim-desc { color: rgba(255, 255, 255, 0.65); }
[data-theme="dark"] .profil-hizli-sayi { color: rgba(255, 255, 255, 0.5); }

.yazar-hero-name {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  color: var(--text, rgba(12, 18, 28, 0.92));
  margin: 0 0 var(--space-1, 4px);
  letter-spacing: -0.02em;
}

[data-theme="dark"] .yazar-hero-name {
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.yazar-hero-job {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary, #1b57ff);
  margin: 0 0 var(--space-4, 16px);
}

[data-theme="dark"] .yazar-hero-job {
  color: rgba(120, 170, 255, 0.95);
}

.yazar-hero-bio {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--muted, rgba(12, 18, 28, 0.64));
  text-align: left;
  max-width: 540px;
  margin: 0 auto;
}

[data-theme="dark"] .yazar-hero-bio {
  color: rgba(255, 255, 255, 0.78);
}

/* ============================================
   TARİFLER BÖLÜMÜ — Glass kutu içinde
   ============================================ */
.yazar-tarifler-section {
  padding: 0 0 var(--space-8, 48px);
  max-width: 100%;
  margin: 0 auto;
}

/* Tarifler bölümü glass panel — site ana kutu stili, Google renk vurgusu */
.yazar-tarifler-inner.sv-glass-panel {
  background: var(--glass-bg, rgba(255, 255, 255, 0.92));
  backdrop-filter: blur(var(--glass-blur, 20px));
  -webkit-backdrop-filter: blur(var(--glass-blur, 20px));
  border: 1px solid var(--glass-border-edge, rgba(0, 0, 0, 0.1));
  border-left: 3px solid rgba(66, 133, 244, 0.4);
  border-radius: var(--radius-glass, 20px);
  padding: var(--space-6, 24px);
  box-shadow: var(--glass-shadow, 0 4px 20px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(66, 133, 244, 0.04));
  transition: box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s ease, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  animation: svProfilFadeInUp 0.5s ease-out 0.08s both;
}

.yazar-tarifler-inner.sv-glass-panel:hover {
  box-shadow: var(--glass-shadow-hover, 0 12px 40px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(66, 133, 244, 0.08));
  border-left-color: rgba(66, 133, 244, 0.6);
}

[data-theme="dark"] .yazar-tarifler-inner.sv-glass-panel {
  background: var(--glass-bg, rgba(30, 36, 48, 0.9));
  border-color: rgba(255, 255, 255, 0.12);
  border-left-color: rgba(66, 133, 244, 0.5);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(66, 133, 244, 0.08);
}
[data-theme="dark"] .yazar-tarifler-inner.sv-glass-panel:hover {
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.yazar-section-title {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 700;
  color: var(--text, rgba(12, 18, 28, 0.92));
  margin: 0 0 var(--space-5, 20px);
  padding-bottom: var(--space-3, 12px);
  border-bottom: 3px solid var(--primary);
}

[data-theme="dark"] .yazar-section-title {
  color: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(27, 87, 255, 0.6);
}

/* Empty state */
.yazar-empty-state {
  text-align: center;
  padding: var(--space-8, 48px) var(--space-4, 16px);
  background: var(--surface-2, rgba(255, 255, 255, 0.6));
  border-radius: var(--radius-glass, 16px);
  border: 1px dashed rgba(0, 0, 0, 0.12);
}

[data-theme="dark"] .yazar-empty-state {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.15);
}

.yazar-empty-state p {
  margin: 0 0 var(--space-4, 16px);
  color: var(--muted, rgba(12, 18, 28, 0.64));
}

[data-theme="dark"] .yazar-empty-state p {
  color: rgba(255, 255, 255, 0.65);
}

.yazar-empty-link {
  display: inline-block;
  padding: 10px 20px;
  background: var(--primary, #1b57ff);
  color: #fff;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.yazar-empty-link:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}
.yazar-empty-link:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

[data-theme="dark"] .yazar-empty-link {
  background: rgba(120, 170, 255, 0.5);
}

/* Grid: tarifler sayfası ile aynı */
.yazar-detay-page .sv-tarif-grid {
  gap: var(--space-4, 20px);
  margin-top: var(--space-4, 16px);
}

/* Empty state glass kutusunun içinde */
.yazar-tarifler-inner .yazar-empty-state {
  margin-top: var(--space-4, 16px);
}

@media (max-width: 767px) {
  .yazar-hero-card {
    padding: var(--space-5, 20px);
  }
  .yazar-hero-avatar {
    width: 64px;
    height: 64px;
    font-size: 2rem;
  }
}

/* ═══ Profil Aktivite Grafiği — UX #281 ───────────────────────────────────── */
.profil-istatistik .yazar-section-title {
  border-bottom-color: #10b981;
}
[data-theme="dark"] .profil-istatistik .yazar-section-title {
  border-bottom-color: rgba(16, 185, 129, 0.7);
}
.profil-istatistik-desc {
  font-size: 0.9375rem;
  color: var(--muted, rgba(12, 18, 28, 0.64));
  margin: 0 0 var(--space-4, 16px);
}
.profil-aktivite-chart {
  min-height: 120px;
  margin-bottom: var(--space-4, 16px);
}
.profil-aktivite-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3, 12px);
  font-size: 0.9375rem;
  color: var(--muted);
  padding: var(--space-6, 24px) 0;
}
.profil-aktivite-empty {
  font-size: 0.9375rem;
  color: var(--muted);
  padding: var(--space-4) 0;
}
.profil-sekme-empty {
  text-align: center;
  padding: var(--space-6, 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3, 12px);
}
.profil-sekme-empty-icon { font-size: 2rem; opacity: 0.6; }
.profil-sekme-empty p { margin: 0; color: var(--muted); }
.profil-aktivite-bars {
  display: flex;
  flex-direction: column;
  gap: var(--space-2, 8px);
}
.profil-aktivite-bar-wrap {
  display: grid;
  grid-template-columns: 52px 1fr 28px;
  align-items: center;
  gap: var(--space-2, 8px);
}
.profil-aktivite-label {
  font-size: 0.75rem;
  color: var(--muted);
}
.profil-aktivite-bar {
  height: 20px;
  width: calc(var(--pct, 100) * 1%);
  min-width: 24px;
  max-width: 100%;
  background: color-mix(in srgb, var(--text) 8%, transparent);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.profil-aktivite-seg {
  min-width: 0;
  height: 100%;
  transition: width 0.3s ease;
}
.profil-aktivite-favori { background: var(--primary, #1b57ff); }
.profil-aktivite-ruya { background: #8b5cf6; }
.profil-aktivite-tarif { background: #f59e0b; }
.profil-aktivite-val {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text);
  text-align: right;
}
.profil-aktivite-legend {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: var(--space-3, 12px);
}
.legend-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 4px;
}
.legend-favori { background: var(--primary); }
.legend-ruya { background: #8b5cf6; }
.legend-tarif { background: #f59e0b; }

.profil-dist-title {
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 0 0 var(--space-3, 12px);
  color: var(--text);
}
.profil-dist-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.profil-dist-list li {
  display: grid;
  grid-template-columns: 70px 1fr 36px;
  align-items: center;
  gap: var(--space-2, 8px);
  margin-bottom: var(--space-2, 8px);
}
.profil-dist-label { font-size: 0.875rem; }
.profil-dist-bar {
  height: 8px;
  background: color-mix(in srgb, var(--text) 8%, transparent);
  border-radius: 4px;
  overflow: hidden;
}
.profil-dist-fill {
  display: block;
  height: 100%;
  background: var(--primary);
  border-radius: 4px;
  transition: width 0.4s ease;
}
.profil-dist-cnt {
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: right;
}

/* UX #282: Önerilen takipçiler — modern, renkli kutular */
.profil-onerilen-desc {
  font-size: 0.9375rem;
  color: var(--muted);
  margin: 0 0 var(--space-4, 16px);
}
.profil-onerilen-takipciler .yazar-section-title {
  border-bottom-color: #0ea5e9;
}

[data-theme="dark"] .profil-onerilen-takipciler .yazar-section-title {
  border-bottom-color: rgba(14, 165, 233, 0.8);
}
.profil-onerilen-list {
  list-style: none;
  margin: 0 0 var(--space-4, 16px);
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: var(--space-3, 12px);
}
.profil-onerilen-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--space-3, 12px);
  padding: var(--space-4, 16px);
  border-radius: var(--radius-2, 14px);
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.06) 0%, rgba(139, 92, 246, 0.04) 100%);
  border: 1px solid rgba(14, 165, 233, 0.15);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.profil-onerilen-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #0ea5e9, #8b5cf6);
  border-radius: 4px 0 0 4px;
}
.profil-onerilen-item:nth-child(1)::before { background: linear-gradient(180deg, #0ea5e9, #06b6d4); }
.profil-onerilen-item:nth-child(2)::before { background: linear-gradient(180deg, #8b5cf6, #a855f7); }
.profil-onerilen-item:nth-child(3)::before { background: linear-gradient(180deg, #ec4899, #f43f5e); }
.profil-onerilen-item:nth-child(4)::before { background: linear-gradient(180deg, #f59e0b, #eab308); }
.profil-onerilen-item:nth-child(5)::before { background: linear-gradient(180deg, #10b981, #14b8a6); }
.profil-onerilen-item:nth-child(6)::before { background: linear-gradient(180deg, #6366f1, #4f46e5); }
@media (min-width: 640px) {
.profil-onerilen-item::before { left: 0; top: auto; bottom: 0; width: 100%; height: 4px; border-radius: 0 0 4px 4px; }
.profil-onerilen-item:nth-child(1)::before { background: linear-gradient(90deg, #0ea5e9, #06b6d4); }
.profil-onerilen-item:nth-child(2)::before { background: linear-gradient(90deg, #8b5cf6, #a855f7); }
.profil-onerilen-item:nth-child(3)::before { background: linear-gradient(90deg, #ec4899, #f43f5e); }
.profil-onerilen-item:nth-child(4)::before { background: linear-gradient(90deg, #f59e0b, #eab308); }
.profil-onerilen-item:nth-child(5)::before { background: linear-gradient(90deg, #10b981, #14b8a6); }
.profil-onerilen-item:nth-child(6)::before { background: linear-gradient(90deg, #6366f1, #4f46e5); }
}
.profil-onerilen-item:hover {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.12) 0%, rgba(139, 92, 246, 0.08) 100%);
  border-color: rgba(14, 165, 233, 0.3);
  box-shadow: 0 4px 20px rgba(14, 165, 233, 0.12), 0 2px 8px rgba(139, 92, 246, 0.08);
  transform: translateY(-3px);
}
.profil-onerilen-avatar-link { flex-shrink: 0; }
.profil-onerilen-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(14, 165, 233, 0.25);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.profil-onerilen-avatar-initial {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 1.35rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.profil-onerilen-item:nth-child(1) .profil-onerilen-avatar-initial { background: linear-gradient(135deg, #0ea5e9, #06b6d4); }
.profil-onerilen-item:nth-child(2) .profil-onerilen-avatar-initial { background: linear-gradient(135deg, #8b5cf6, #a855f7); }
.profil-onerilen-item:nth-child(3) .profil-onerilen-avatar-initial { background: linear-gradient(135deg, #ec4899, #f43f5e); }
.profil-onerilen-item:nth-child(4) .profil-onerilen-avatar-initial { background: linear-gradient(135deg, #f59e0b, #eab308); }
.profil-onerilen-item:nth-child(5) .profil-onerilen-avatar-initial { background: linear-gradient(135deg, #10b981, #14b8a6); }
.profil-onerilen-item:nth-child(6) .profil-onerilen-avatar-initial { background: linear-gradient(135deg, #6366f1, #4f46e5); }
.profil-onerilen-item:nth-child(n+7) .profil-onerilen-avatar-initial { background: linear-gradient(135deg, var(--primary), #667eea); }
.profil-onerilen-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2, 8px);
}
.profil-onerilen-name {
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
  transition: color 0.2s;
}
.profil-onerilen-name:hover { color: var(--primary); text-decoration: underline; }
.profil-onerilen-meta {
  font-size: 0.8125rem;
  color: var(--muted);
}
.profil-onerilen-badge {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.2), rgba(139, 92, 246, 0.2));
  color: var(--primary);
}
[data-theme="dark"] .profil-onerilen-badge { background: rgba(139, 92, 246, 0.25); }
.profil-onerilen-follow-btn {
  background: linear-gradient(135deg, var(--primary), #4f46e5) !important;
  color: #fff !important;
  border: none !important;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(27, 87, 255, 0.3);
  transition: transform 0.2s, box-shadow 0.2s;
}
.profil-onerilen-follow-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(27, 87, 255, 0.4);
}
.profil-onerilen-follow-btn.is-following {
  opacity: 0.7;
  cursor: default;
  background: rgba(100, 116, 139, 0.4) !important;
  box-shadow: none;
}
.profil-onerilen-more {
  display: inline-block;
  margin-top: var(--space-2, 8px);
  background: linear-gradient(135deg, #0ea5e9, #8b5cf6) !important;
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(14, 165, 233, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}
.profil-onerilen-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(139, 92, 246, 0.35);
}
[data-theme="dark"] .profil-onerilen-item {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.12) 0%, rgba(139, 92, 246, 0.08) 100%);
  border-color: rgba(139, 92, 246, 0.2);
}
[data-theme="dark"] .profil-onerilen-item:hover {
  border-color: rgba(139, 92, 246, 0.35);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}
