/**
 * Profil paylaşım grid + modallar (firma-profil @ embed, neleroluyor).
 * uye-profil.php inline stillerle uyumlu; kurumsal @ profiller bu dosyaya bağlı.
 */

/* ── Paylaşım grid ── */
.paylasim-wrap { padding-bottom: 8px; }
.paylasim-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 2px;
}
.pg-item {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: var(--bg, #f5f5f5);
}
.pg-item--hidden { display: none !important; }
.pg-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #1a1a1a;
}
.pg-video-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  overflow: hidden;
}
.pg-video-wrap .pg-video-src,
.pg-video-wrap .pg-video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.pg-video-wrap .pg-video-src { opacity: 0; z-index: 0; }
.pg-video-wrap.is-poster-ready .pg-video-src,
.pg-video-wrap.is-poster-fail .pg-video-src { display: none; }
.pg-video-wrap .pg-video-poster { z-index: 1; }
.pg-video-wrap .pg-video-poster[hidden] { display: none; }
.pg-video-wrap .pg-video-mask { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.pg-video-wrap .pg-play { z-index: 3; }
.pg-video-src::-webkit-media-controls,
.pg-video-src::-webkit-media-controls-enclosure,
.pg-video-src::-webkit-media-controls-panel,
.pg-video-src::-webkit-media-controls-play-button,
.pg-video-src::-webkit-media-controls-start-playback-button,
.pg-video-src::-webkit-media-controls-overlay-play-button {
  display: none !important;
  opacity: 0 !important;
  -webkit-appearance: none;
}
.pg-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  transition: background .2s;
  pointer-events: none;
}
.pg-item:hover .pg-item-overlay,
.pg-item:active .pg-item-overlay { background: rgba(0, 0, 0, .4); }
.pg-item-overlay span {
  display: flex;
  align-items: center;
  gap: 4px;
  opacity: 0;
  transition: opacity .2s;
}
.pg-item:hover .pg-item-overlay span,
.pg-item:active .pg-item-overlay span { opacity: 1; }
.pg-play,
.pg-vid-play {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, .5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .62rem;
  pointer-events: none;
}
.pg-metin {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a237e 0%, #283593 50%, #1565C0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  box-sizing: border-box;
}
.pg-metin-text {
  font-size: .74rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.pg-metin-icon {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: .7rem;
  color: rgba(255, 255, 255, .6);
}
.pg-empty,
.pg-filter-empty {
  text-align: center;
  padding: 40px 20px;
  color: var(--text-soft, #757575);
}
.pg-empty i,
.pg-filter-empty i {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 10px;
  opacity: .3;
}
.pg-empty p,
.pg-filter-empty p { font-size: .84rem; margin: 0; }

/* Medya filtre sekmeleri */
.pg-media-tabs {
  display: flex;
  gap: 6px;
  padding: 0 12px 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.pg-media-tabs::-webkit-scrollbar { display: none; }
.pg-media-tab {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1.5px solid var(--border, #e0e0e0);
  background: var(--card-bg, #fff);
  color: var(--text-soft, #757575);
  font-family: var(--font, inherit);
  font-size: .74rem;
  font-weight: 700;
  cursor: pointer;
  transition: all .15s;
}
.pg-media-tab.active,
.pg-media-tab[aria-pressed="true"] {
  border-color: var(--text-dark, #1a1a1a);
  color: var(--text-dark, #1a1a1a);
  background: var(--bg, #f5f5f5);
}
.pg-media-tab-label { white-space: nowrap; }

/* Harici / IG kart rozetleri */
.pg-ext-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .62rem;
  z-index: 2;
  pointer-events: none;
}
.pg-ext-badge--yt { background: #ff0000; }
.pg-ext-card {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1a1a, #333);
}
.pg-ext-card--firm { background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045); }
.pg-firm-watermark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}
.pg-firm-watermark--card { position: relative; inset: auto; padding: 16px; }
.pg-firm-watermark__ring {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .85);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .15);
  font-size: .72rem;
  font-weight: 800;
  color: #fff;
}
.pg-firm-watermark__ring img { width: 100%; height: 100%; object-fit: cover; }
.pg-firm-watermark__ring--init { font-size: .68rem; }

/* Profil aksiyon butonları (embed kullanan sayfalar) */
.btn-paylasim-yap,
.btn-profil-share {
  padding: 9px 12px;
  border-radius: var(--radius-sm, 8px);
  font-family: var(--font, inherit);
  font-size: .8rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all .15s;
  white-space: nowrap;
}
.btn-paylasim-yap {
  background: var(--primary, #D10024);
  color: #fff;
  border: none;
}
.btn-paylasim-yap:hover { background: var(--primary-dark, #9A001D); }
.btn-profil-share {
  border: 1.5px solid var(--border, #e0e0e0);
  background: var(--card-bg, #fff);
  color: var(--text-mid, #424242);
}
.btn-profil-share:hover {
  border-color: var(--blue, #1565C0);
  color: var(--blue, #1565C0);
}
.btn-follow {
  padding: 7px 14px;
  border-radius: var(--radius-sm, 8px);
  background: var(--primary, #D10024);
  color: #fff;
  font-family: var(--font, inherit);
  font-size: .78rem;
  font-weight: 700;
  border: 1.5px solid var(--primary, #D10024);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.btn-follow.following {
  background: var(--card-bg, #fff);
  color: var(--text-mid, #424242);
  border-color: var(--border, #e0e0e0);
}

/* İlan paneli */
.profil-panel { display: none; }
.uye-ilan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.uye-ilan-card {
  background: var(--bg, #f5f5f5);
  border: 1px solid var(--border, #e0e0e0);
  border-radius: var(--radius-md, 12px);
  overflow: hidden;
  text-decoration: none;
  display: block;
}
.uye-ilan-card img,
.uye-ilan-card .placeholder {
  width: 100%;
  height: 80px;
  object-fit: cover;
  display: block;
}
.uye-ilan-card .placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
.uye-ilan-card-body { padding: 6px; }
.uye-ilan-card-body h4 {
  font-size: .72rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--text-dark, #1a1a1a);
  margin: 0;
}
.uye-ilan-price {
  font-size: .76rem;
  font-weight: 800;
  color: var(--primary, #D10024);
  margin-top: 1px;
}

/* ── Modal sistemi ── */
.kp-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1050;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}
.kp-modal-overlay.open { display: flex; }
.kp-modal {
  background: var(--card-bg, #fff);
  border-radius: 16px;
  width: calc(100% - 32px);
  max-width: 500px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: kpModalIn .22s ease;
}
@keyframes kpModalIn {
  from { transform: translateY(-14px) scale(.97); opacity: 0; }
  to { transform: none; opacity: 1; }
}
.kp-modal--post {
  max-width: min(935px, calc(100vw - 24px));
  width: calc(100% - 24px);
  max-height: min(90vh, 720px);
  border-radius: 12px;
}
.kp-modal-head {
  display: flex;
  align-items: center;
  padding: 14px 16px 12px;
  border-bottom: 1px solid var(--border, #e0e0e0);
  flex-shrink: 0;
}
.kp-modal-title {
  flex: 1;
  font-size: .95rem;
  font-weight: 800;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kp-modal-close,
.detail-post-close--desktop {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bg, #f5f5f5);
  border: none;
  cursor: pointer;
  color: var(--text-soft, #757575);
  font-size: .95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.detail-post-close--desktop {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  background: rgba(0, 0, 0, .45);
  color: #fff;
}
.kp-modal-tabs { display: flex; border-bottom: 1px solid var(--border, #e0e0e0); flex-shrink: 0; }
.kp-modal-tab {
  flex: 1;
  padding: 10px 8px;
  border: none;
  background: none;
  font-family: var(--font, inherit);
  font-size: .78rem;
  font-weight: 700;
  color: var(--text-soft, #757575);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.kp-modal-tab.active { color: var(--text-dark, #1a1a1a); border-bottom-color: var(--text-dark, #1a1a1a); }
.kp-modal-tab-count {
  font-size: .68rem;
  font-weight: 800;
  background: var(--bg, #f5f5f5);
  padding: 2px 6px;
  border-radius: 10px;
}
.kp-modal-search-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--border, #e0e0e0);
}
.kp-modal-search {
  flex: 1;
  border: none;
  background: var(--bg, #f5f5f5);
  border-radius: 10px;
  padding: 9px 12px;
  font-family: var(--font, inherit);
  font-size: .84rem;
  outline: none;
}
.kp-modal-body { padding: 16px; overflow-y: auto; flex: 1; }
#detailModal .kp-modal-body { padding: 0; position: relative; }
.kp-takip-load-more { text-align: center; padding: 12px 0 4px; font-size: .78rem; color: var(--text-soft, #757575); }

/* Tip seçim / oluşturma formu */
.type-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 6px; }
.type-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 18px 8px;
  border-radius: var(--radius-md, 12px);
  border: 2px solid var(--border, #e0e0e0);
  background: var(--bg, #f5f5f5);
  cursor: pointer;
  font-family: var(--font, inherit);
  font-size: .78rem;
  font-weight: 700;
  color: var(--text-mid, #424242);
}
.type-btn:hover,
.type-btn.selected {
  border-color: var(--primary, #D10024);
  color: var(--primary, #D10024);
  background: var(--primary-light, #FFEBEF);
}
.create-form { display: none; margin-top: 14px; }
.create-form.show { display: block; }
.create-input,
.create-textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1.5px solid var(--border, #e0e0e0);
  border-radius: var(--radius-sm, 8px);
  font-family: var(--font, inherit);
  font-size: .86rem;
  color: var(--text-dark, #1a1a1a);
  background: var(--bg, #f5f5f5);
  box-sizing: border-box;
  margin-bottom: 10px;
}
.create-textarea { min-height: 100px; resize: vertical; }
.create-file-wrap { position: relative; margin-bottom: 12px; }
.create-file-input { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; height: 100%; }
.create-file-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 28px 16px;
  border: 2px dashed var(--border, #e0e0e0);
  border-radius: var(--radius-sm, 8px);
  color: var(--text-soft, #757575);
  font-size: .84rem;
  cursor: pointer;
  background: var(--bg, #f5f5f5);
}
.create-preview { width: 100%; max-height: 200px; object-fit: contain; border-radius: 8px; margin-bottom: 10px; display: none; }
.create-preview.show { display: block; }
.create-submit {
  width: 100%;
  padding: 13px;
  border-radius: var(--radius-sm, 8px);
  background: var(--primary, #D10024);
  color: #fff;
  font-family: var(--font, inherit);
  font-size: .92rem;
  font-weight: 800;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.char-count { font-size: .7rem; color: var(--text-soft, #757575); text-align: right; margin-top: 4px; }

/* ── Instagram tarzı gönderi detayı ── */
.detail-post-layout {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: min(80vh, 560px);
  max-height: min(90vh, 720px);
  background: var(--card-bg, #fff);
}
.detail-post-media {
  flex: 1 1 55%;
  min-width: 0;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.detail-post-panel {
  flex: 0 0 340px;
  max-width: 42%;
  display: flex;
  flex-direction: column;
  min-width: 280px;
  border-left: 1px solid var(--border, #e0e0e0);
}
.detail-media-wrap,
.detail-embed-wrap {
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.detail-media,
.detail-video {
  width: 100%;
  max-height: min(80vh, 720px);
  object-fit: contain;
  display: block;
}
.detail-embed-wrap iframe {
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: min(80vh, 720px);
  border: 0;
}
.detail-embed-wrap--yt iframe { aspect-ratio: 16 / 9; }
.detail-metin-card {
  width: 100%;
  min-height: 280px;
  background: linear-gradient(135deg, #1a237e, #283593);
  padding: 32px 24px;
  color: #fff;
  font-size: .94rem;
  line-height: 1.8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.detail-ig-fallback { padding: 40px 20px; text-align: center; }
.detail-ig-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #833ab4, #fd1d1d);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: .84rem;
}
.detail-post-mobile-bar {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--border, #e0e0e0);
  flex-shrink: 0;
}
.detail-post-back,
.detail-post-close-mobile {
  width: 36px;
  height: 36px;
  border: none;
  background: none;
  cursor: pointer;
  color: var(--text-dark, #1a1a1a);
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-post-mobile-title {
  flex: 1;
  text-align: center;
  font-size: .88rem;
  font-weight: 800;
}
.detail-post-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--border, #e0e0e0);
  flex-shrink: 0;
}
.detail-user-link {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  flex: 1;
  min-width: 0;
}
.detail-user-av,
.detail-user-av-init {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}
.detail-user-av-init {
  background: var(--primary-light, #FFEBEF);
  color: var(--primary, #D10024);
  font-weight: 800;
  font-size: .78rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-user-meta { min-width: 0; }
.detail-user-nm {
  font-size: .88rem;
  font-weight: 800;
  color: var(--text-dark, #1a1a1a);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detail-ig-followers {
  display: block;
  font-size: .68rem;
  color: var(--text-soft, #757575);
  margin-top: 1px;
}
.detail-follow-btn {
  padding: 6px 12px;
  border-radius: 8px;
  background: var(--primary, #D10024);
  color: #fff;
  border: none;
  font-family: var(--font, inherit);
  font-size: .72rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.detail-follow-btn.is-muted {
  background: var(--bg, #f5f5f5);
  color: var(--text-mid, #424242);
  border: 1px solid var(--border, #e0e0e0);
}
.detail-post-more {
  border: none;
  background: none;
  color: var(--text-soft, #757575);
  cursor: pointer;
  padding: 6px;
  font-size: .9rem;
}
.detail-post-scroll {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 0;
}
.detail-post-caption {
  display: flex;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--border, #e0e0e0);
}
.detail-post-caption-av img,
.detail-post-caption-av .detail-user-av-init { width: 32px; height: 32px; }
.detail-post-caption-user {
  font-weight: 800;
  font-size: .82rem;
  color: var(--text-dark, #1a1a1a);
  text-decoration: none;
}
.detail-post-caption-text { font-size: .82rem; color: var(--text-mid, #424242); line-height: 1.55; }
.detail-post-caption-date,
.detail-post-date {
  display: block;
  font-size: .68rem;
  color: var(--text-soft, #757575);
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: .3px;
}
.detail-post-caption-ig,
.dc-ig-badge {
  display: inline-flex;
  align-items: center;
  padding: 1px 6px;
  border-radius: 4px;
  background: linear-gradient(135deg, #833ab4, #fd1d1d);
  color: #fff;
  font-size: .58rem;
  font-weight: 800;
  vertical-align: middle;
  margin-left: 4px;
}
.detail-post-footer {
  border-top: 1px solid var(--border, #e0e0e0);
  flex-shrink: 0;
  background: var(--card-bg, #fff);
}
.detail-post-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px 4px;
}
.detail-act-btn {
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 1.25rem;
  color: var(--text-dark, #1a1a1a);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.detail-act-btn:hover { background: var(--bg, #f5f5f5); }
.detail-act-like.is-liked,
.detail-act-like.is-liked i { color: #E53935; }
.detail-post-meta { padding: 0 14px 8px; }
.detail-post-likes {
  font-size: .84rem;
  font-weight: 800;
  color: var(--text-dark, #1a1a1a);
  cursor: pointer;
  margin-bottom: 4px;
}
.detail-post-views,
.detail-post-ig-comments {
  font-size: .74rem;
  color: var(--text-soft, #757575);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.detail-post-compose { border-top: 1px solid var(--border, #e0e0e0); }

/* Yorumlar */
.dc-list { padding: 0 14px; }
.dc-item,
.dc-reply-item { display: flex; gap: 9px; padding: 9px 0; border-bottom: 1px solid var(--border, #e0e0e0); }
.dc-av,
.dc-reply-av {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary-light, #FFEBEF);
  color: var(--primary, #D10024);
  font-weight: 800;
  font-size: .68rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.dc-av img,
.dc-reply-av img { width: 100%; height: 100%; object-fit: cover; }
.dc-av--ig { background: linear-gradient(135deg, #833ab4, #fd1d1d); color: #fff; }
.dc-body { flex: 1; min-width: 0; }
.dc-name { font-size: .76rem; font-weight: 800; color: var(--text-dark, #1a1a1a); text-decoration: none; }
.dc-text { font-size: .8rem; color: var(--text-mid, #424242); line-height: 1.5; margin-top: 1px; word-break: break-word; }
.dc-meta { display: flex; align-items: center; gap: 10px; margin-top: 4px; }
.dc-date { font-size: .65rem; color: var(--text-soft, #757575); }
.dc-action {
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font, inherit);
  font-size: .65rem;
  color: var(--text-soft, #757575);
  padding: 0;
  display: flex;
  align-items: center;
  gap: 3px;
}
.dc-action.liked { color: #E53935; }
.dc-replies { padding-left: 38px; }
.dc-empty { text-align: center; font-size: .78rem; color: var(--text-soft, #757575); padding: 16px 0; }
.dc-form {
  display: flex;
  gap: 8px;
  padding: 10px 14px 12px;
  align-items: center;
}
.dc-input {
  flex: 1;
  padding: 8px 12px;
  border: 1.5px solid var(--border, #e0e0e0);
  border-radius: 999px;
  font-family: var(--font, inherit);
  font-size: .82rem;
  background: var(--bg, #f5f5f5);
  outline: none;
}
.dc-send {
  flex-shrink: 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--primary, #D10024);
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: var(--font, inherit);
  font-size: .8rem;
  font-weight: 700;
}
.dc-notice { padding: 10px 14px; font-size: .78rem; color: var(--text-soft, #757575); text-align: center; }
.dc-notice--inline { padding: 8px 14px 12px; border-top: 1px solid var(--border, #e0e0e0); }
.dc-notice a { color: var(--primary, #D10024); font-weight: 700; }

/* Takipçi / bildirim listeleri */
.takip-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--border, #e0e0e0);
}
.takip-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--primary-light, #FFEBEF);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
  overflow: hidden;
  color: var(--primary, #D10024);
}
.takip-avatar img { width: 100%; height: 100%; object-fit: cover; }
.takip-info { flex: 1; min-width: 0; }
.takip-name { font-size: .84rem; font-weight: 700; text-decoration: none; color: var(--text-dark, #1a1a1a); }
.takip-sub { font-size: .7rem; color: var(--text-soft, #757575); }
.notif-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px 10px;
  border-bottom: 1px solid var(--border, #e0e0e0);
}
.notif-header h2 { flex: 1; font-size: .95rem; font-weight: 900; margin: 0; }
.notif-body { overflow-y: auto; flex: 1; }

@keyframes heartPop {
  0% { transform: translate(-50%, -50%) scale(0); opacity: 1; }
  60% { transform: translate(-50%, -50%) scale(1.4); }
  100% { transform: translate(-50%, -50%) scale(1.2); opacity: 0; }
}
.heart-pop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-size: 4rem;
  color: #fff;
  pointer-events: none;
  z-index: 5;
  animation: heartPop .7s ease forwards;
}

/* ── Mobil ── */
@media (max-width: 767px) {
  .paylasim-grid { gap: 1px; }
  .detail-post-layout {
    flex-direction: column;
    min-height: 100vh;
    max-height: 100vh;
  }
  .detail-post-media {
    flex: 0 0 auto;
    min-height: 42vh;
    max-height: 52vh;
  }
  .detail-post-panel {
    flex: 1 1 auto;
    max-width: 100%;
    min-width: 0;
    border-left: none;
    border-top: 1px solid var(--border, #e0e0e0);
  }
  .detail-post-mobile-bar { display: flex; }
  .detail-post-close--desktop { display: none; }
  .kp-modal-overlay { align-items: flex-end; }
  .kp-modal {
    border-radius: 20px 20px 0 0;
    width: 100%;
    max-width: 100%;
    max-height: 88vh;
  }
  .kp-modal--post {
    border-radius: 0;
    max-height: 100vh;
    height: 100%;
    width: 100%;
  }
  #detailModal { align-items: stretch; }
  #detailModal .kp-modal { border-radius: 0; max-height: 100vh; height: 100%; }
}
