/* ─── PROFİL BAŞLIK ─── */
.profil-baslik {
  background: var(--lacivert);
  padding: 24px 0;
}
.profil-baslik-ic {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.profil-baslik h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
  line-height: 1.3;
}
.profil-baslik-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.profil-baslik-meta span {
  color: rgba(255,255,255,.65);
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* ─── STAT BAR ─── */
.profil-stat-bar {
  background: #fff;
  border-bottom: 1px solid var(--kenar);
}
.profil-stat-ic {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.psb-item {
  text-align: center;
  padding: 14px 20px;
  border-right: 1px solid var(--kenar);
  flex-shrink: 0;
}
.psb-item:last-child {
  border-right: none;
}
.psb-sayi {
  font-size: 20px;
  font-weight: 800;
  color: var(--lacivert);
  line-height: 1.2;
}
.psb-etiket {
  font-size: 11px;
  color: var(--yazi3);
  font-weight: 700;
  margin-top: 3px;
  white-space: nowrap;
}
.psb-kilitli {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 10px;
  font-weight: 800;
  padding: 1px 6px;
  border-radius: 8px;
  margin-top: 3px;
  white-space: nowrap;
}
.psb-kilitli.standart { background: var(--bg2); color: var(--yazi3); }
.psb-kilitli.pro      { background: var(--turuncu-ac); color: #92400e; }
.psb-kilitli.premium  { background: var(--mor-ac); color: #4c1d95; }
.psb-kilitli.kurumsal { background: var(--lacivert); color: #fff; }

/* ─── SAYFA YAPISI ─── */
.profil-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.profil-icerik {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 20px;
  margin-top: 20px;
  align-items: start;
}
.profil-yan {
  position: sticky;
  top: 120px;
}
.profil-yan-kart {
  background: #fff;
  border: 1px solid var(--kenar);
  border-radius: var(--radius-lg);
  padding: 16px;
  margin-bottom: 14px;
  box-shadow: var(--golge-sm);
}
.profil-yan-kart h3 {
  font-size: 11px;
  font-weight: 800;
  color: var(--yazi4);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 12px;
}

/* ─── FİLTRELER ─── */
.filtre-satir {
  display: flex;
  gap: 8px;
  align-items: stretch;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.filtre-satir .f-sec {
  flex: 1;
  min-width: 120px;
}
.filtre-input-tarih {
  flex: 1;
  min-width: 120px;
  background: var(--bg);
  border: 1px solid var(--kenar);
  border-radius: 7px;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--yazi);
  outline: none;
  font-family: 'Nunito', sans-serif;
  transition: border-color .15s;
}
.filtre-input-tarih:focus { border-color: var(--mavi); }
.filtre-input-tarih::-webkit-datetime-edit-text,
.filtre-input-tarih::-webkit-datetime-edit-month-field,
.filtre-input-tarih::-webkit-datetime-edit-day-field,
.filtre-input-tarih::-webkit-datetime-edit-year-field {
  font-family: 'Nunito', sans-serif;
}
.filtre-btn-grup {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

/* ─── BLUR / KİLİT ─── */
.blur-wrap { position: relative; }
.blur-icerik-idare {
  filter: blur(5px);
  user-select: none;
  pointer-events: none;
}
.blur-cta-idare {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(245,247,250,0) 0%, rgba(245,247,250,.97) 25%);
  padding: 20px;
}
.blur-cta-idare p {
  font-size: 14px;
  font-weight: 700;
  color: var(--yazi2);
  text-align: center;
  max-width: 360px;
  line-height: 1.6;
}

/* ─── YAN PANEL BUTONLARI ─── */
.btn-yan {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--kenar);
  color: var(--yazi2);
  padding: 9px 12px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all .15s;
  font-family: 'Nunito', sans-serif;
  width: 100%;
  margin-bottom: 7px;
  text-align: center;
}
.btn-yan:last-child { margin-bottom: 0; }
.btn-yan:hover { border-color: var(--mavi); color: var(--mavi); }
.btn-wa { background: #25d366; color: #fff !important; border-color: #25d366; }
.btn-wa:hover { background: #1ebe57 !important; border-color: #1ebe57; color: #fff !important; }

/* ─── MOBİL ─── */
@media (max-width: 768px) {
  .profil-icerik {
    grid-template-columns: 1fr;
  }
  .profil-yan {
    position: static;
    order: -1;
  }
  .psb-item {
    padding: 10px 14px;
    border-right: none;
    border-bottom: 1px solid var(--kenar);
    width: 50%;
    box-sizing: border-box;
  }
  .psb-item:nth-child(odd) {
    border-right: 1px solid var(--kenar);
  }
  .psb-item:last-child,
  .psb-item:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
  .filtre-satir {
    flex-direction: column;
  }
  .filtre-satir .f-sec,
  .filtre-input-tarih {
    width: 100%;
    min-width: unset;
  }
  .filtre-btn-grup {
    width: 100%;
  }
  .filtre-btn-grup .btn-filtrele,
  .filtre-btn-grup .btn-kaydet-arama {
    flex: 1;
    margin-top: 0;
  }
}
