/* Sanatçılarımız — premium tam ekran modal */
:root {
  --st-purple: #5b21b6;
  --st-purple-dark: #4c1d95;
  --st-purple-deep: #3b0764;
  --st-bg: #f8f5fc;
  --st-card: #fff;
  --st-border: #ebe4f3;
  --st-text: #1e293b;
  --st-muted: #64748b;
  --st-green: #16a34a;
}

.st-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 12000;
  background: rgba(8, 14, 28, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
}
.st-modal-overlay.open { display: flex; }

.st-modal {
  flex: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100dvh;
  background: var(--st-bg);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: stSlideUp .28s ease;
}
@keyframes stSlideUp {
  from { transform: translateY(12px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.st-modal-body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
.st-modal-body--liste,
.st-modal-body--detail { padding: 0; }
.st-modal-body--detail { background: #fff; }

.st-detail-page {
  background: #fff;
}
.st-detail-scroll {
  background: #fff;
}

.st-detay-root {
  background: #fff;
}

/* Nav buttons */
.st-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  z-index: 3;
}
.st-nav--overlay { padding: max(12px, env(safe-area-inset-top)) 14px 0; }
.st-nav-btn {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}
.st-nav-btn:active { background: rgba(255, 255, 255, 0.28); }
.st-nav-btn--brand {
  background: rgba(255, 255, 255, 0.2);
  cursor: default;
}

/* Liste — hero (beyaz + Kırıkkale Plus logosu, hastane modalı ile uyumlu) */
.st-list-page { min-height: 100%; }
.st-list-hero {
  position: relative;
  padding: max(14px, env(safe-area-inset-top)) 14px 20px;
  overflow: hidden;
}
.st-list-hero--kp {
  background: #fff;
  border-bottom: 1px solid #e8ecf2;
  padding-bottom: 16px;
}
.st-list-hero--kp::before { display: none; }
.st-nav-spacer {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}
.st-nav--on-light .st-nav-btn {
  background: rgba(15, 23, 42, 0.06);
  color: #1e293b;
  border: 1px solid #e2e8f0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.st-nav--on-light .st-nav-btn:active {
  background: rgba(15, 23, 42, 0.1);
}
.st-cover-kp-panel {
  width: 100%;
  max-width: 340px;
  margin: 8px auto 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}
.st-cover-kp-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.st-cover-kp-logo-frame {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: min(220px, 78vw);
  height: 42px;
  margin: 0 auto;
}
.st-cover-kp-logo-img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.st-cover-kp-tagline {
  margin: 0;
  width: 100%;
  font-size: clamp(0.88rem, 3.4vw, 1rem);
  font-weight: 700;
  line-height: 1.45;
  color: #455a64;
  text-align: center;
}
.st-cover-kp-tagline-hl {
  display: block;
  margin-top: 4px;
  font-size: clamp(0.95rem, 3.8vw, 1.12rem);
  font-weight: 800;
  color: #b71c1c;
  letter-spacing: -0.02em;
}
.st-list-hero-copy {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 4px;
}
.st-list-hero--kp .st-list-hero-title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--st-text);
  letter-spacing: -.02em;
}
.st-list-hero--kp .st-list-hero-sub {
  margin: 6px 0 0;
  font-size: .82rem;
  color: var(--st-muted);
  font-weight: 500;
}

/* Liste — kurumsal hero (beyaz arka plan, logo sol, öne çıkan görsel sağ) */
.st-list-page--corp { min-height: 100%; background: #fff; }
.st-list-hero--corp {
  background: #fff;
  border-bottom: 1px solid #e8ecf2;
  padding: max(12px, env(safe-area-inset-top)) 14px 20px;
  position: relative;
  overflow: hidden;
}
.st-list-hero--corp::before { display: none; }
.st-list-hero--corp .st-nav { position: relative; z-index: 4; margin-bottom: 4px; }

.st-hero-corp-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr min(148px, 40vw);
  gap: 6px 10px;
  align-items: end;
  margin-top: 2px;
}
.st-hero-corp-left { min-width: 0; padding-bottom: 4px; }
.st-list-hero--corp .st-cover-kp-panel {
  margin: 0 0 14px;
  max-width: none;
  align-items: flex-start;
  text-align: left;
  gap: 8px;
}
.st-list-hero--corp .st-cover-kp-logo { justify-content: flex-start; }
.st-list-hero--corp .st-cover-kp-logo-frame {
  width: min(168px, 52vw);
  height: 36px;
  margin: 0;
}
.st-list-hero--corp .st-cover-kp-tagline {
  color: #455a64;
  text-align: left;
  font-size: clamp(0.78rem, 3vw, 0.92rem);
  font-weight: 700;
}
.st-list-hero--corp .st-cover-kp-tagline-hl {
  display: block;
  margin-top: 4px;
  color: #b71c1c;
  font-size: clamp(0.88rem, 3.5vw, 1.05rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.st-hero-corp-title {
  margin: 0;
  font-size: clamp(1.35rem, 5.2vw, 1.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--st-text);
}
.st-hero-corp-hl {
  background: linear-gradient(90deg, #7c3aed 0%, #db2777 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.st-hero-corp-desc {
  margin: 10px 0 0;
  font-size: clamp(0.78rem, 3.1vw, 0.88rem);
  line-height: 1.5;
  color: var(--st-muted);
  max-width: 28em;
}
.st-hero-corp-spot {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 150px;
}
.st-hero-corp-spot--empty { min-height: 80px; }
.st-hero-corp-spot-link {
  display: block;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}
.st-hero-corp-spot-link:focus-visible {
  outline: 2px solid var(--st-purple);
  outline-offset: 4px;
  border-radius: 18px;
}
.st-hero-corp-artist-frame {
  display: block;
  transition: opacity 0.32s ease, transform 0.32s ease;
  transform-origin: center bottom;
}
.st-hero-corp-artist-frame.is-fading {
  opacity: 0;
  transform: scale(0.94) translateY(6px);
}
.st-hero-corp-artist-img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(210px, 34vh);
  object-fit: contain;
  object-position: bottom center;
  border-radius: 16px;
  box-shadow:
    0 14px 36px rgba(91, 33, 182, 0.2),
    0 6px 16px rgba(15, 23, 42, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.st-hero-corp-spot-link:hover .st-hero-corp-artist-img,
.st-hero-corp-spot-link:active .st-hero-corp-artist-img {
  transform: translateY(-3px);
  box-shadow:
    0 18px 42px rgba(91, 33, 182, 0.28),
    0 8px 20px rgba(15, 23, 42, 0.14);
}
.st-hero-corp-artist-ph {
  width: 96px;
  height: 96px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 8px;
  box-shadow:
    0 14px 36px rgba(91, 33, 182, 0.2),
    0 6px 16px rgba(15, 23, 42, 0.12);
}

.st-list-content--corp {
  margin-top: 0;
  padding: 16px 14px max(24px, env(safe-area-inset-bottom));
  background: #fff;
  position: relative;
  z-index: 3;
}

@media (prefers-reduced-motion: reduce) {
  .st-hero-corp-artist-frame,
  .st-hero-corp-artist-img { transition: none; }
}

.st-search-row--corp { margin-bottom: 14px; }
.st-search--corp {
  padding: 12px 14px;
  border-radius: 14px;
  border-color: #e2e8f0;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}
.st-filter-btn--corp {
  width: auto;
  height: 48px;
  padding: 0 16px;
  border-radius: 14px;
  gap: 8px;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  background: #0f172a;
  color: #fff;
  border-color: #0f172a;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.18);
}
.st-filter-btn--corp span { display: inline; }
.st-filter-btn--corp.is-active {
  background: var(--st-purple);
  border-color: var(--st-purple);
}

.st-cat-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 2px 2px 12px;
  margin-bottom: 6px;
  touch-action: pan-x pan-y;
  overscroll-behavior-x: contain;
}
.st-cat-strip::-webkit-scrollbar { display: none; }
.st-cat-item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 64px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}
.st-cat-ico {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.st-cat-lbl {
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--st-muted);
  text-align: center;
  line-height: 1.2;
  max-width: 72px;
}
.st-cat-item.is-active .st-cat-ico {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--st-purple);
  transform: scale(1.04);
}
.st-cat-item.is-active .st-cat-lbl { color: var(--st-purple-dark); }

.st-sec-link {
  border: none;
  background: transparent;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--st-purple);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 0;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}

.st-feat-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 2px 2px 8px;
  margin: 0 -2px;
  touch-action: pan-x pan-y;
  overscroll-behavior-x: contain;
}
.st-feat-scroll::-webkit-scrollbar { display: none; }
.st-feat-corp-card {
  flex: 0 0 min(78vw, 280px);
  scroll-snap-align: start;
  position: relative;
  display: block;
  min-height: 200px;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  background: linear-gradient(135deg, #4c1d95, #312e81) center/cover no-repeat;
  box-shadow: 0 10px 28px rgba(76, 29, 149, 0.22);
  -webkit-tap-highlight-color: transparent;
}
.st-feat-corp-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.82) 100%);
  pointer-events: none;
}
.st-feat-corp-play {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(4px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  padding-left: 2px;
}
.st-feat-corp-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 1;
}
.st-feat-corp-name {
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.25;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.st-feat-corp-name .st-verified { color: #60a5fa; font-size: 0.82rem; }
.st-feat-corp-sub {
  font-size: 0.72rem;
  opacity: 0.92;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.st-feat-corp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}
.st-feat-corp-tag {
  font-size: 0.65rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
}
.st-feat-corp-tag--muted {
  background: rgba(255, 255, 255, 0.16) !important;
  color: #fff !important;
}
.st-feat-corp-loc {
  font-size: 0.72rem;
  opacity: 0.88;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.st-artist-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.st-artist-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--st-border);
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.st-artist-row:has(.st-artist-row-main:hover),
.st-artist-row:has(.st-artist-row-main:focus-visible) {
  border-color: #c4b5fd;
  box-shadow: 0 4px 16px rgba(91, 33, 182, 0.1);
}
.st-artist-row-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.st-artist-row-main:focus-visible {
  outline: 2px solid var(--st-purple);
  outline-offset: 2px;
  border-radius: 12px;
}
.st-artist-row-av {
  position: relative;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}
.st-artist-row-av img,
.st-artist-row-av .eb-muni-thumb-fallback {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.st-artist-row-av .eb-muni-thumb-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.st-artist-row-dot {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  border: 2px solid #fff;
}
.st-artist-row-copy { min-width: 0; }
.st-artist-row-name {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--st-text);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  line-height: 1.25;
}
.st-artist-row-name .st-verified { color: #2563eb; font-size: 0.78rem; }
.st-artist-row-sub {
  margin-top: 2px;
  font-size: 0.72rem;
  color: var(--st-muted);
  display: flex;
  align-items: center;
  gap: 4px;
}
.st-artist-row-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 5px;
}
.st-artist-row-tag {
  font-size: 0.65rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
}
.st-artist-row-tag--muted {
  background: #f1f5f9 !important;
  color: #64748b !important;
}
.st-artist-row-loc {
  margin-top: 4px;
  font-size: 0.72rem;
  color: var(--st-muted);
  display: flex;
  align-items: center;
  gap: 4px;
}
.st-artist-row-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.st-artist-row-act {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.st-artist-row-act--wa {
  background: #dcfce7;
  color: #16a34a;
}
.st-artist-row-act--tel {
  background: #fce7f3;
  color: #db2777;
}
.st-artist-row-act--go {
  background: #ede9fe;
  color: var(--st-purple);
}

.st-list-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 55%, #a855f7 100%);
  color: #fff;
  box-shadow: 0 10px 28px rgba(91, 33, 182, 0.28);
}
.st-list-cta-ico {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
}
.st-list-cta-copy {
  flex: 1;
  min-width: 0;
}
.st-list-cta-copy strong {
  display: block;
  font-size: 0.88rem;
  line-height: 1.25;
}
.st-list-cta-copy p {
  margin: 4px 0 0;
  font-size: 0.72rem;
  line-height: 1.4;
  opacity: 0.9;
}
.st-list-cta-btn {
  flex-shrink: 0;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: var(--st-purple-dark);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 10px 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 400px) {
  .st-list-cta { flex-wrap: wrap; }
  .st-list-cta-btn { width: 100%; justify-content: center; }
  .st-artist-row-actions { gap: 6px; }
  .st-artist-row-act { width: 34px; height: 34px; font-size: 0.85rem; }
}

@media (min-width: 1024px) {
  .st-list-hero--corp { border-radius: 28px 28px 0 0; }
  .st-hero-corp-grid { grid-template-columns: 1fr 160px; }
  .st-feat-corp-card { flex-basis: 260px; }
}

.st-list-content {
  margin-top: 0;
  padding: 12px 14px max(24px, env(safe-area-inset-bottom));
  position: relative;
  z-index: 2;
  background: var(--st-bg);
}

/* Search + filter */
.st-search-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.st-search {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  background: var(--st-card);
  border: 1px solid var(--st-border);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}
.st-search i { color: #94a3b8; font-size: .92rem; flex-shrink: 0; }
.st-search input {
  flex: 1;
  border: none;
  outline: none;
  font: inherit;
  font-size: .9rem;
  color: var(--st-text);
  background: transparent;
  min-width: 0;
}
.st-search input::placeholder { color: #94a3b8; }
.st-filter-btn {
  width: 48px;
  height: 48px;
  border: 1px solid var(--st-border);
  border-radius: 50%;
  background: #fff;
  color: var(--st-purple);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  flex-shrink: 0;
}
.st-filter-btn.is-active {
  background: var(--st-purple);
  color: #fff;
  border-color: var(--st-purple);
  box-shadow: 0 6px 18px rgba(91, 33, 182, 0.28);
}

.st-filter-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  padding: 12px;
  background: var(--st-card);
  border-radius: 14px;
  border: 1px solid var(--st-border);
  box-shadow: 0 4px 16px rgba(76, 29, 149, 0.06);
}
.st-filter-panel[hidden] { display: none; }
.st-filter-chip {
  border: 1px solid var(--st-border);
  background: #faf8fc;
  color: var(--st-text);
  font: inherit;
  font-size: .78rem;
  font-weight: 600;
  padding: 7px 12px;
  border-radius: 999px;
  cursor: pointer;
}
.st-filter-chip.active {
  background: #f3e8ff;
  border-color: #c4b5fd;
  color: var(--st-purple-dark);
}

/* Sections */
.st-sec { margin-bottom: 20px; }
.st-sec-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.st-sec-tit {
  margin: 0;
  font-size: .92rem;
  font-weight: 800;
  color: var(--st-text);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.st-sec-tit i { color: var(--st-purple); font-size: .85rem; }

.st-sort {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.st-sort select {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid var(--st-border);
  background: var(--st-card);
  border-radius: 10px;
  padding: 6px 28px 6px 10px;
  font: inherit;
  font-size: .78rem;
  font-weight: 700;
  color: var(--st-muted);
  cursor: pointer;
}
.st-sort i {
  position: absolute;
  right: 8px;
  pointer-events: none;
  font-size: .65rem;
  color: var(--st-muted);
}

/* Featured carousel */
.st-featured-track { position: relative; }
.st-featured-slide {
  display: none;
}
.st-featured-slide.is-active { display: block; }

.st-featured-card {
  position: relative;
  border: none;
  width: 100%;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  color: inherit;
  box-shadow: 0 12px 36px rgba(76, 29, 149, 0.18);
  -webkit-tap-highlight-color: transparent;
  background: var(--st-card);
  border: 1px solid var(--st-border);
}
.st-featured-inner--banner {
  display: flex;
  align-items: stretch;
  gap: 10px;
  padding: 10px;
  min-height: 132px;
}
.st-featured-panel {
  flex: 1;
  min-width: 0;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, #6a1b9a 0%, #4a148c 100%);
  background-size: cover;
  background-position: center;
  isolation: isolate;
}
.st-featured-panel--kapak {
  background-color: #e8ecf3;
}
.st-featured-panel--kapak::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(104deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.82) 38%, rgba(248, 245, 252, 0.55) 68%, rgba(248, 245, 252, 0.15) 100%);
}
.st-featured-fg {
  position: relative;
  z-index: 1;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-height: 100%;
}
.st-featured-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 16px;
}
.st-featured-avatar {
  position: relative;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: visible;
  flex-shrink: 0;
  border: 3px solid rgba(255,255,255,.85);
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
}
.st-featured-avatar img,
.st-detail-avatar img,
.st-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.st-avatar-fallback {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
.st-avatar-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a855f7, #7c3aed);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .55rem;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
}
.st-featured-copy { flex: 1; min-width: 0; }
.st-featured-name {
  margin: 0 0 4px;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--st-text);
  line-height: 1.2;
}
.st-featured-panel--kapak .st-featured-name {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.98), 0 2px 10px rgba(255, 255, 255, 0.85);
}
.st-featured-desc {
  margin: 8px 0 0;
  font-size: .78rem;
  line-height: 1.45;
  color: rgba(255,255,255,.88);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.st-featured-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 8px 14px;
  background: var(--st-purple);
  color: #fff;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
}
.st-artist-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 2px 0;
}
.st-artist-meta-line {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: .72rem;
  font-weight: 700;
  color: var(--st-muted);
  line-height: 1.35;
}
.st-artist-meta-line i {
  color: var(--st-purple);
  font-size: .68rem;
  flex-shrink: 0;
}
.st-artist-meta--light .st-artist-meta-line { color: rgba(255,255,255,.9); }
.st-artist-meta--light .st-artist-meta-line i { color: rgba(255,255,255,.95); }
.st-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: .7rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
}
.st-badge--light {
  background: rgba(255,255,255,.2) !important;
  color: #fff !important;
  backdrop-filter: blur(4px);
}

.st-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
}
.st-dot {
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background: #d8b4fe;
  padding: 0;
  cursor: pointer;
}
.st-dot.is-active {
  width: 22px;
  border-radius: 999px;
  background: var(--st-purple);
}

/* List cards */
.st-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.st-card {
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  padding: 10px;
  border: 1px solid var(--st-border);
  border-radius: 16px;
  background: var(--st-card);
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  box-shadow: 0 4px 14px rgba(76, 29, 149, 0.05);
  -webkit-tap-highlight-color: transparent;
}
.st-card--banner { min-height: 88px; }
.st-card-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.st-card-panel {
  flex: 1;
  min-width: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  overflow: hidden;
  background: #faf5ff;
  background-size: cover;
  background-position: center;
  isolation: isolate;
  padding-right: 8px;
}
.st-card-panel--kapak {
  background-color: #e8ecf3;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}
.st-card-panel--kapak::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(104deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.82) 34%, rgba(248, 245, 252, 0.55) 62%, rgba(248, 245, 252, 0.2) 100%);
}
.st-card-fg {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  padding: 10px 8px 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.st-card:active { transform: scale(.995); }
.st-card-photo {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: visible;
  flex-shrink: 0;
  background: #f3e8ff;
  border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(76, 29, 149, 0.12);
}
.st-card-name {
  display: block;
  font-size: .88rem;
  font-weight: 900;
  color: var(--st-text);
  line-height: 1.25;
}
.st-card-panel--kapak .st-card-name {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.98), 0 2px 10px rgba(255, 255, 255, 0.85);
}
.st-card-go {
  position: relative;
  z-index: 1;
  color: #94a3b8;
  font-size: .82rem;
  flex-shrink: 0;
  padding-right: 4px;
}

.st-loading, .st-empty {
  text-align: center;
  padding: 48px 16px;
  color: var(--st-muted);
  font-size: .88rem;
}
.st-loading i { font-size: 1.5rem; color: var(--st-purple); display: block; margin-bottom: 10px; }

/* Detay — kapak + profil bindirme (muhtar modal mantığı) */
.st-detail-page {
  background: var(--st-bg);
}
.st-detail-page--corp {
  background: #fff;
}
.st-detail-body {
  position: relative;
  z-index: 3;
  background: #fff;
  padding: 0 16px max(20px, env(safe-area-inset-bottom));
}
.st-detail-cover-wrap {
  position: relative;
  background: #0f172a;
}
.st-detail-page--corp .st-detail-cover {
  height: min(280px, 46vh);
  min-height: 220px;
}
.st-nav--detay {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 8px;
}
.st-nav--detay .st-nav-btn:first-child { grid-column: 1; justify-self: start; }
.st-nav--detay .st-nav-btn--fav { grid-column: 2; justify-self: center; }
.st-nav--detay .st-nav-btn:last-child { grid-column: 3; justify-self: end; }
.st-nav-btn--fav {
  background: rgba(255, 255, 255, 0.92) !important;
  color: #64748b !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.st-nav-btn--fav.is-on {
  background: rgba(255, 255, 255, 0.95) !important;
  color: #ef4444 !important;
}
.st-nav-btn--fav.is-on i { color: #ef4444; }

.st-detail-profile {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: -46px;
  padding-bottom: 4px;
  position: relative;
  z-index: 4;
}
.st-detail-profile-main {
  flex: 1;
  min-width: 0;
  padding-top: 52px;
}
.st-detail-page--corp .st-detail-name {
  margin: 0 0 8px;
  font-size: clamp(1.2rem, 4.8vw, 1.45rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.st-detail-page--corp .st-detail-avatar-wrap--right {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  margin: 0;
}
.st-detail-page--corp .st-detail-avatar {
  width: 96px;
  height: 96px;
  border: 4px solid #fff;
  box-shadow: 0 10px 28px rgba(91, 33, 182, 0.18);
}
.st-detail-lead {
  margin: 0 0 12px;
  font-size: 0.86rem;
  line-height: 1.6;
  color: #475569;
  font-weight: 500;
}
.st-info-grid--corp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 14px 0 0;
  overflow: visible;
  padding-bottom: 0;
}
.st-info-grid--corp .st-info-chip {
  min-width: 0;
  max-width: none;
  flex: 1;
  background: #fff;
  border: 1px solid #e8ecf2;
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}
.st-info-grid--corp .st-info-chip-ico {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  margin-bottom: 6px;
}
.st-info-grid--corp .st-info-chip-val {
  font-size: 0.82rem;
}

.st-detail-actions--corp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 18px 0 20px;
  padding: 0;
}
.st-detail-actions--corp .st-action-btn {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 0.82rem;
  box-shadow: none;
}
.st-detail-actions--corp .st-action-btn i {
  font-size: 1.05rem;
}
.st-detail-actions--corp .st-action-btn span {
  line-height: 1;
}
.st-action-btn--outline {
  background: #fff;
  border: 2px solid #e9d5ff;
  color: var(--st-purple-dark);
  box-shadow: 0 2px 8px rgba(91, 33, 182, 0.06);
}
.st-action-btn--outline:active {
  background: #faf5ff;
}
.st-action-btn--wa.st-action-btn--outline {
  color: #128c7e;
  border-color: #bbf7d0;
}
.st-action-btn--wa.st-action-btn--outline i {
  color: #25d366;
}
.st-detail-actions--corp .st-action-btn--accent {
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
  border: none;
  color: #fff;
  box-shadow: 0 8px 22px rgba(91, 33, 182, 0.28);
}
.st-detail-actions--corp .st-action-btn.is-disabled {
  opacity: 0.42;
}

.st-panel--corp {
  border-radius: 16px;
  border-color: #e8ecf2;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
  margin-bottom: 14px;
}
.st-about-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #f1f5f9;
}
.st-about-meta-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.78rem;
  color: var(--st-muted);
}
.st-about-meta-item i {
  color: var(--st-purple);
  margin-top: 2px;
  flex-shrink: 0;
}
.st-about-meta-item strong {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #94a3b8;
  margin-bottom: 2px;
}

.st-concert-list--corp {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.st-concert-item--corp,
.st-concert-item--corp .st-concert-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: #faf8fc;
  border: 1px solid #ebe4f3;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  width: 100%;
}
.st-concert-date {
  flex-shrink: 0;
  min-width: 72px;
  padding: 8px 10px;
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
  border-radius: 12px;
  color: #fff;
  text-align: center;
  font-size: 0.72rem;
  line-height: 1.3;
}
.st-concert-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.st-concert-info strong {
  font-size: 0.86rem;
  color: var(--st-text);
}
.st-concert-info small {
  font-size: 0.72rem;
  color: var(--st-muted);
}
.st-concert-arrow {
  flex-shrink: 0;
  color: var(--st-purple);
  font-size: 0.85rem;
}

.st-detail-page--v2 .st-detail-body {
  padding-top: 6px;
}
.st-detail-page--v2 .st-detail-panels {
  padding-top: 0;
}

.st-detail-page--v2 .st-detail-cover {
  height: min(240px, 38vh);
  min-height: 200px;
}
.st-detail-page--v2 .st-detail-cover--brand {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}
.st-detail-page--v2 .st-detail-cover--brand .st-detail-cover-img {
  object-fit: contain;
  padding: 20px 28px;
  box-sizing: border-box;
}
.st-detail-page--v2 .st-detail-cover--brand::after {
  background: linear-gradient(180deg, transparent 55%, rgba(255, 255, 255, 0.95) 100%) !important;
}

.st-detail-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: -42px;
  position: relative;
  z-index: 5;
  padding-bottom: 4px;
}
.st-detail-avatar-col {
  flex-shrink: 0;
}
.st-detail-page--v2 .st-detail-avatar {
  width: 84px;
  height: 84px;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(91, 33, 182, 0.2);
  overflow: hidden;
  position: relative;
  background: #f3e8ff;
}
.st-detail-head-copy {
  flex: 1;
  min-width: 0;
  padding-top: 46px;
}
.st-detail-page--v2 .st-detail-name {
  margin: 0 0 4px;
  font-size: clamp(1.15rem, 4.5vw, 1.35rem);
  font-weight: 800;
  line-height: 1.2;
}
.st-detail-mgr,
.st-detail-loc {
  margin: 0 0 4px;
  font-size: 0.76rem;
  color: var(--st-muted);
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.35;
}
.st-detail-mgr i,
.st-detail-loc i {
  color: var(--st-purple);
  font-size: 0.72rem;
  flex-shrink: 0;
}
.st-detail-head-actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 42px;
  width: min(118px, 34vw);
}
.st-detail-pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 999px;
  border: none;
  font: inherit;
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}
.st-detail-pill-btn i { font-size: 0.82rem; flex-shrink: 0; }
.st-detail-pill-btn--primary {
  background: linear-gradient(90deg, #7c3aed 0%, #db2777 100%);
  color: #fff;
  box-shadow: 0 6px 18px rgba(124, 58, 237, 0.35);
}
.st-detail-pill-btn--wa {
  background: #fff;
  border: 1.5px solid #e2e8f0;
  color: #128c7e;
}
.st-detail-pill-btn--wa i { color: #25d366; }
.st-detail-pill-btn.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.st-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 14px;
}
.st-detail-tags .st-badge,
.st-detail-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.2;
}
.st-detail-tag--soft {
  background: #f3e8ff;
  color: #6d28d9;
  border: 1px solid #e9d5ff;
}

.st-detail-stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}
.st-detail-stat-card {
  background: #fff;
  border: 1px solid #ebe4f3;
  border-radius: 14px;
  padding: 10px 6px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}
.st-detail-stat-ico {
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: #f3e8ff;
  color: var(--st-purple);
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  margin-bottom: 4px;
}
.st-detail-stat-card strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--st-text);
  line-height: 1.2;
}
.st-detail-stat-card > span:last-child {
  display: block;
  font-size: 0.62rem;
  font-weight: 600;
  color: var(--st-muted);
  margin-top: 2px;
  line-height: 1.2;
}

.st-contact-circles {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 12px;
  justify-content: flex-start;
}
.st-contact-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 58px;
  border: none;
  background: transparent;
  padding: 0;
  font: inherit;
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--st-muted);
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.st-contact-circle-ico {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f3e8ff;
  color: var(--st-purple);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: 0 4px 14px rgba(91, 33, 182, 0.1);
  border: 1px solid #ebe4f3;
}
.st-contact-circle--tel .st-contact-circle-ico {
  background: #ede9fe;
  color: #6d28d9;
}
.st-contact-circle--wa .st-contact-circle-ico {
  background: #dcfce7;
  color: #16a34a;
}
.st-contact-circle--share .st-contact-circle-ico {
  background: #f1f5f9;
  color: #64748b;
}

.st-clips-scroll--v2 .st-clip-card {
  flex: 0 0 min(68vw, 220px);
}
.st-clips-scroll--v2 .st-clip-frame {
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

@media (max-width: 380px) {
  .st-detail-head {
    flex-wrap: wrap;
  }
  .st-detail-head-actions {
    width: 100%;
    flex-direction: row;
    padding-top: 0;
  }
  .st-detail-pill-btn {
    flex: 1;
    font-size: 0.62rem;
  }
  .st-detail-stats-bar {
    grid-template-columns: repeat(2, 1fr);
  }
}

.st-detail-cover {
  height: min(240px, 42vh);
  min-height: 200px;
  position: relative;
  overflow: hidden;
}
.st-detail-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.st-detail-cover--slider {
  position: relative;
}
.st-cover-slides {
  position: absolute;
  inset: 0;
}
.st-cover-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.85s ease;
  pointer-events: none;
}
.st-cover-slide.is-active {
  opacity: 1;
  z-index: 1;
}
.st-cover-dots {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
  z-index: 3;
  pointer-events: none;
}
.st-cover-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  transition: background 0.25s ease, transform 0.25s ease;
}
.st-cover-dot.is-active {
  background: #fff;
  transform: scale(1.2);
}
.st-cover-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  color: var(--st-purple);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.st-cover-arrow--prev { left: 10px; }
.st-cover-arrow--next { right: 10px; }
.st-cover-arrow:active { transform: translateY(-50%) scale(0.96); }
@media (prefers-reduced-motion: reduce) {
  .st-cover-slide { transition: none; }
}
.st-detail-cover.is-placeholder {
  background-image: linear-gradient(135deg, #6a1b9a 0%, #4a148c 50%, #38006b 100%);
}
.st-detail-cover.has-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.35) 100%);
  pointer-events: none;
}
.st-detail-cover.is-placeholder::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 35%, rgba(0, 0, 0, 0.38) 100%);
  pointer-events: none;
}
.st-nav--overlay {
  position: absolute;
  top: max(12px, env(safe-area-inset-top));
  left: 14px;
  right: 14px;
  z-index: 4;
}

.st-detail-sheet--profile {
  position: relative;
  margin-top: 0;
  background: var(--st-card);
  border-radius: 0;
  padding: 14px 16px 8px;
  box-shadow: none;
  z-index: 2;
}

.st-detail-hero {
  margin-bottom: 4px;
}
.st-detail-hero-top {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.st-detail-hero-main {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.st-detail-avatar-wrap--right {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  margin: 0;
  align-self: flex-start;
}
.st-detail-avatar-wrap {
  position: relative;
}
.st-detail-avatar {
  position: relative;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 6px 20px rgba(76, 29, 149, 0.16);
  overflow: hidden;
  background: #f3e8ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.st-detail-avatar img,
.st-detail-avatar .st-avatar-fallback {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.st-detail-avatar .st-avatar-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.st-detail-avatar .st-avatar-badge {
  position: absolute;
  bottom: 2px;
  right: 2px;
  top: auto;
}

.st-detail-tur-badge {
  margin-top: 0;
}

.st-detail-badge-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}
.st-menajer-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  color: #5b21b6;
  background: #f3e8ff;
  border: 1px solid #ddd6fe;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.st-menajer-pill i {
  font-size: .68rem;
  flex-shrink: 0;
}

.st-info-grid {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding-bottom: 2px;
  scrollbar-width: none;
}
.st-info-grid::-webkit-scrollbar {
  display: none;
}
.st-info-chip {
  flex: 0 0 auto;
  min-width: 108px;
  max-width: 140px;
  scroll-snap-align: start;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 8px 10px;
}
.st-info-chip-ico {
  display: inline-flex;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  background: #f3e8ff;
  color: var(--st-purple);
  font-size: .72rem;
  margin-bottom: 4px;
}
.st-info-chip-lbl {
  display: block;
  font-size: .62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #94a3b8;
  line-height: 1.2;
}
.st-info-chip-val {
  display: block;
  font-size: .76rem;
  font-weight: 700;
  color: var(--st-text);
  line-height: 1.35;
  margin-top: 2px;
  word-break: break-word;
}

.st-detail-quote {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 14px 0 12px;
  padding: 14px 14px 14px 12px;
  background: linear-gradient(135deg, #eff6ff 0%, #f5f3ff 100%);
  border: 1px solid #dbeafe;
  border-radius: 14px;
}
.st-detail-quote > i {
  color: var(--st-purple);
  font-size: 1.1rem;
  opacity: 0.55;
  flex-shrink: 0;
  margin-top: 2px;
}
.st-detail-quote p {
  margin: 0;
  font-size: .82rem;
  line-height: 1.55;
  color: #334155;
}

.st-hero-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 12px 0 10px;
}
.st-hero-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.st-hero-cta--primary {
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
  color: #fff;
  border-color: transparent;
}
.st-hero-cta--outline {
  background: #fff;
  color: var(--st-purple);
  border-color: #c4b5fd;
}

.st-detail-stats {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 8px;
  padding: 12px 8px;
  margin-bottom: 6px;
  border-top: 1px solid var(--st-border, #e2e8f0);
  border-bottom: 1px solid var(--st-border, #e2e8f0);
}
.st-detail-stat {
  text-align: center;
  flex: 1;
  min-width: 0;
}
.st-detail-stat strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--st-text);
  line-height: 1.2;
}
.st-detail-stat span {
  display: block;
  font-size: .68rem;
  font-weight: 600;
  color: var(--st-muted);
  margin-top: 2px;
}
.st-detail-stats-sep {
  width: 1px;
  align-self: stretch;
  background: #e2e8f0;
  flex-shrink: 0;
}

.st-detail-identity {
  text-align: center;
  padding: 12px 0 4px;
}
.st-detail-name {
  margin: 0 0 6px;
  font-size: 1.22rem;
  font-weight: 800;
  color: var(--st-text);
  line-height: 1.2;
}
.st-detail-rating {
  margin-top: 4px;
  font-size: .78rem;
}
.st-detail-meta {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  text-align: left;
}
.st-detail-meta li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: .8rem;
  line-height: 1.45;
  color: var(--st-muted);
  margin-bottom: 6px;
}
.st-detail-meta i {
  width: 14px;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--st-purple);
}

.st-detail-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 14px 0 6px;
  margin-top: 0;
  position: static;
  z-index: auto;
}

.st-detail-panels {
  padding-bottom: max(16px, env(safe-area-inset-bottom));
}
.st-action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 58px;
  padding: 8px 6px;
  border-radius: 14px;
  border: 1px solid var(--st-border);
  background: var(--st-card);
  text-decoration: none;
  color: var(--st-purple-dark);
  font: inherit;
  font-size: .68rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(76, 29, 149, 0.06);
  -webkit-tap-highlight-color: transparent;
}
.st-action-btn i { font-size: 1rem; }
.st-action-btn--primary {
  background: linear-gradient(135deg, var(--st-purple) 0%, var(--st-purple-dark) 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 6px 18px rgba(91, 33, 182, 0.3);
}
.st-action-btn.is-disabled {
  opacity: .45;
  pointer-events: none;
  cursor: default;
}

.st-panel {
  background: var(--st-card);
  border: 1px solid var(--st-border);
  border-radius: 18px;
  padding: 16px;
  margin-bottom: 12px;
  box-shadow: 0 4px 14px rgba(76, 29, 149, 0.04);
}
.st-panel-tit {
  margin: 0 0 12px;
  font-size: .88rem;
  font-weight: 800;
  color: var(--st-text);
  display: flex;
  align-items: center;
  gap: 8px;
}
.st-panel-tit i { color: var(--st-purple); font-size: .85rem; }
.st-panel-hd-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.st-panel-hd-row .st-panel-tit { margin: 0; }

.st-bio-wrap.is-collapsed .st-bio {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.st-bio {
  margin: 0;
  font-size: .86rem;
  line-height: 1.65;
  color: var(--st-text);
  white-space: pre-wrap;
}
.st-bio-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  margin-top: 10px;
  padding: 0;
  border: none;
  background: none;
  color: var(--st-purple);
  font: inherit;
  font-size: .82rem;
  font-weight: 700;
  cursor: pointer;
}

.st-manager-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: #faf8fc;
  border-radius: 14px;
}
.st-manager-ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f3e8ff;
  color: var(--st-purple);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.st-manager-copy { flex: 1; min-width: 0; }
.st-manager-name {
  display: block;
  font-size: .92rem;
  font-weight: 800;
  color: var(--st-text);
}
.st-manager-tel {
  display: block;
  font-size: .82rem;
  color: var(--st-purple);
  font-weight: 600;
  margin-top: 2px;
}
.st-manager-call {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #dcfce7;
  color: var(--st-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-decoration: none;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.15);
}

.st-social-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.st-social-wide {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--st-border);
  border-radius: 14px;
  background: #fafafa;
  text-decoration: none;
  color: var(--st-text);
  font-size: .84rem;
  font-weight: 700;
  -webkit-tap-highlight-color: transparent;
}
.st-social-wide:active { background: #f5f5f5; }
.st-social-wide-ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.st-social-wide-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.st-social-wide-label {
  line-height: 1.2;
}
.st-social-wide-count {
  font-size: .72rem;
  font-weight: 600;
  color: var(--st-muted);
}

.st-gallery-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding-bottom: 4px;
}
.st-gallery-item {
  flex: 0 0 88px;
  width: 88px;
  height: 88px;
  border-radius: 14px;
  overflow: hidden;
  scroll-snap-align: start;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
.st-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Doğrulanmış rozet, puan, favori */
.st-verified { color: #2563eb; margin-left: 6px; font-size: .95rem; vertical-align: middle; }
.st-avatar-badge--verified { background: #2563eb !important; }
.st-detail-rating { display: flex; align-items: center; gap: 8px; margin-top: 6px; font-size: .82rem; color: var(--st-muted); }
.st-stars { color: #f59e0b; letter-spacing: 1px; }
.st-stars--lg { font-size: 1rem; }
.st-stars--sm { font-size: .72rem; }
.st-nav-btn--fav.is-on { background: rgba(239, 68, 68, 0.35); color: #fff; }

.st-detail-actions--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.st-action-btn--accent {
  background: linear-gradient(135deg, #7c3aed, #5b21b6);
  color: #fff;
  border: none;
}
.st-action-btn--accent.is-disabled,
.st-action-btn--full { width: 100%; }
.st-action-btn--full { margin-top: 4px; }

.st-detail-page--corp .st-clip-card {
  flex: 0 0 min(74vw, 268px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}
.st-detail-page--corp .st-clip-frame {
  border-radius: 16px;
}
.st-detail-page--corp .st-yorum-item {
  background: #fff;
  border-color: #e8ecf2;
  border-radius: 14px;
}
.st-detail-page--corp .st-manager-card {
  background: #fff;
  border: 1px solid #ebe4f3;
}
.st-detail-page--corp .st-social-wide {
  background: #fff;
  border-color: #e8ecf2;
}

/* Klipler */
.st-clips-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding-bottom: 4px;
}
.st-clip-card { flex: 0 0 240px; scroll-snap-align: start; }
.st-clip-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
}
.st-clip-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.st-clip-title { display: block; margin-top: 6px; font-size: .8rem; font-weight: 700; color: var(--st-text); }

/* Konserler */
.st-concert-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.st-concert-item {
  padding: 12px 14px;
  border: 1px solid var(--st-border);
  border-radius: 14px;
  background: #fafafa;
}
.st-concert-link { text-decoration: none; color: inherit; display: block; }
.st-concert-item strong { display: block; font-size: .9rem; }
.st-concert-item span { font-size: .82rem; color: var(--st-purple); font-weight: 600; }
.st-concert-item small { display: block; font-size: .75rem; color: var(--st-muted); margin-top: 2px; }

/* Müsaitlik takvimi */
.st-cal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 8px;
}
.st-cal-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 10px 6px;
  border-radius: 12px;
  font-size: .72rem;
  text-align: center;
}
.st-cal-day.is-free { background: #dcfce7; color: #166534; }
.st-cal-day.is-busy { background: #fee2e2; color: #991b1b; }
.st-cal-day strong { font-size: .88rem; }

/* Yorumlar */
.st-yorum-score { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.st-yorum-score strong { font-size: 1.1rem; color: var(--st-text); }
.st-yorum-count { font-size: .78rem; color: var(--st-muted); }
.st-yorum-list { list-style: none; margin: 0 0 12px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.st-yorum-item { padding: 12px; border: 1px solid var(--st-border); border-radius: 12px; background: #fafafa; }
.st-yorum-item-head { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 6px; font-size: .82rem; }
.st-yorum-item-head span { margin-left: auto; color: var(--st-muted); font-size: .72rem; }
.st-yorum-item p { margin: 0; font-size: .84rem; line-height: 1.45; color: var(--st-text); }
.st-yorum-form { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.st-yorum-stars-pick { display: flex; gap: 4px; }
.st-yorum-star-btn {
  border: none;
  background: none;
  font-size: 1.4rem;
  color: #cbd5e1;
  cursor: pointer;
  padding: 0 2px;
  line-height: 1;
}
.st-yorum-star-btn.is-on { color: #f59e0b; }
.st-yorum-text {
  width: 100%;
  border: 1px solid var(--st-border);
  border-radius: 12px;
  padding: 10px 12px;
  font: inherit;
  font-size: .88rem;
  resize: vertical;
  min-height: 72px;
}
.st-yorum-send {
  align-self: flex-start;
  border: none;
  border-radius: 999px;
  padding: 10px 18px;
  background: var(--st-purple);
  color: #fff;
  font-weight: 700;
  font-size: .84rem;
  cursor: pointer;
}
.st-yorum-done {
  padding: 12px;
  border-radius: 12px;
  background: #dcfce7;
  color: #166534;
  font-size: .84rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.st-muted { font-size: .82rem; color: var(--st-muted); margin: 0; }

/* Teklif sheet */
.st-teklif-sheet {
  position: fixed;
  inset: 0;
  z-index: 13000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.st-teklif-sheet[hidden] { display: none !important; }
.st-teklif-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
}
.st-teklif-panel {
  position: relative;
  width: 100%;
  max-width: 440px;
  max-height: 90dvh;
  overflow-y: auto;
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 16px 16px max(16px, env(safe-area-inset-bottom));
  animation: stSlideUp .25s ease;
}
.st-teklif-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.st-teklif-head h3 { margin: 0; font-size: 1rem; }
.st-teklif-close {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #f1f5f9;
  cursor: pointer;
}
.st-teklif-form label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: .78rem;
  font-weight: 600;
  color: var(--st-muted);
  margin-bottom: 10px;
}
.st-teklif-form input,
.st-teklif-form textarea {
  font: inherit;
  font-size: .88rem;
  padding: 10px 12px;
  border: 1px solid var(--st-border);
  border-radius: 10px;
  color: var(--st-text);
}

/* Paylaşım sheet */
.st-share-sheet {
  position: fixed;
  inset: 0;
  z-index: 2147483500;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.st-share-sheet[hidden] { display: none !important; }
.st-share-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
}
.st-share-panel {
  position: relative;
  width: 100%;
  max-width: 440px;
  max-height: min(88vh, 520px);
  overflow-y: auto;
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 10px 16px calc(18px + env(safe-area-inset-bottom));
  animation: stSlideUp .25s ease;
  box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.12);
}
.st-share-handle {
  width: 40px;
  height: 4px;
  border-radius: 99px;
  background: #e2e8f0;
  margin: 0 auto 12px;
}
.st-share-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}
.st-share-head h3 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--st-text);
  display: flex;
  align-items: center;
  gap: 8px;
}
.st-share-head h3 i { color: var(--st-purple); }
.st-share-close {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #f1f5f9;
  color: #64748b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}
.st-share-sub {
  margin: 0 0 14px;
  font-size: 0.78rem;
  color: var(--st-muted);
  line-height: 1.4;
}
.st-share-copy-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  border: 1.5px solid #c4b5fd;
  background: #f3e8ff;
  color: #6d28d9;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.st-share-copy-btn.is-copied,
.st-share-copy-btn:active {
  background: var(--st-purple);
  color: #fff;
  border-color: var(--st-purple);
}
.st-share-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px 10px;
  justify-items: center;
}
.st-share-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  max-width: 76px;
  -webkit-tap-highlight-color: transparent;
}
.st-share-item span:last-child {
  font-size: 0.58rem;
  font-weight: 600;
  color: var(--st-muted);
  text-align: center;
  line-height: 1.2;
}
.st-share-ic {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: #fff;
  transition: transform .12s ease;
}
.st-share-item:active .st-share-ic { transform: scale(0.92); }
.st-share-ic--wa { background: #25d366; }
.st-share-ic--ig { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.st-share-ic--fb { background: #1877f2; }
.st-share-ic--x { background: #0f1419; }
.st-share-ic--tg { background: #0088cc; }
.st-share-ic--native { background: var(--st-purple); }
@media (min-width: 900px) {
  .st-share-sheet { align-items: center; padding: 16px; }
  .st-share-panel { border-radius: 20px; }
}

/* Sanatçı listesi — E-Belediye eb-muni-card (aynı bileşenler) */
.st-modal-body .st-eb-artist-list {
  gap: 12px;
}
.st-modal-body .st-eb-tur-ico {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .62rem;
  border-radius: 50%;
}
.st-modal-body .eb-muni-parti-label.st-eb-genre {
  background: #ede9fe;
  color: #5b21b6;
}
.st-modal-body .eb-muni-name .st-verified {
  color: #2563eb;
  font-size: .82rem;
  margin-left: 4px;
  vertical-align: middle;
}
.st-featured-track .eb-muni-card {
  width: 100%;
}

@media (min-width: 1024px) {
  .st-modal-overlay {
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(8, 14, 28, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .st-modal {
    max-width: 440px;
    max-height: min(94dvh, 900px);
    border-radius: 28px;
    box-shadow: 0 28px 90px rgba(59, 7, 100, 0.4);
    overflow: hidden;
  }
  .st-modal.st-modal--desk-list {
    max-width: min(860px, 94vw);
    width: 100%;
    max-height: min(92dvh, 900px);
    height: min(92dvh, 900px);
    border-radius: 24px;
    box-shadow: 0 32px 100px rgba(15, 23, 42, 0.42);
  }
  .st-modal--desk-list .st-modal-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .st-modal--desk-list .st-list-hero--corp {
    padding: 18px 28px 22px;
  }
  .st-modal--desk-list .st-hero-corp-grid {
    grid-template-columns: 1fr 220px;
    gap: 12px 28px;
    align-items: end;
  }
  .st-modal--desk-list .st-hero-corp-title {
    font-size: 1.85rem;
  }
  .st-modal--desk-list .st-hero-corp-desc {
    font-size: 0.92rem;
    max-width: 36em;
  }
  .st-modal--desk-list .st-hero-corp-artist-img {
    max-height: 260px;
  }
  .st-modal--desk-list .st-list-content--corp {
    padding: 20px 28px 28px;
  }
  .st-modal--desk-list .st-feat-scroll {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    overflow: visible;
    scroll-snap-type: none;
    padding: 0;
    margin: 0;
  }
  .st-modal--desk-list .st-feat-corp-card {
    flex: none;
    width: 100%;
    min-height: 220px;
  }
  .st-modal--desk-list .st-artist-rows {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .st-modal.st-modal--desk-detail {
    max-width: min(1140px, 96vw);
    width: 100%;
    max-height: min(92dvh, 820px);
    height: min(92dvh, 820px);
    border-radius: 24px;
    box-shadow: 0 32px 100px rgba(15, 23, 42, 0.45);
  }
  .st-modal--desk-detail .st-modal-body {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .st-list-hero { border-radius: 28px 28px 0 0; }
  .st-social-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1023px) {
  .st-modal-overlay.open {
    align-items: stretch;
    justify-content: stretch;
    padding: 0;
    height: 100dvh;
    height: 100svh;
    width: 100vw;
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .st-modal-overlay.open .st-modal {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: 100dvh;
    max-height: 100svh;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
  }
}

@media (prefers-reduced-motion: reduce) {
  .st-modal { animation: none; }
}

/* Bağımsız sanatçı detay sayfası (sanatci-detay.php) */
body.st-detay-page {
  background: var(--st-bg);
}
body.st-detay-page .st-detay {
  max-width: 520px;
  margin: 0 auto;
  padding: 0;
  background: var(--st-bg);
}
body.st-detay-page .st-nav-btn {
  text-decoration: none;
}

@media (max-width: 1023px) {
  body.st-detay-page {
    padding-bottom: 0 !important;
  }
  body.st-detay-page .header,
  body.st-detay-page #mobileMenu,
  body.st-detay-page #mobSearchModal,
  body.st-detay-page .bottom-nav,
  body.st-detay-page .footer,
  body.st-detay-page .theme-switcher,
  body.st-detay-page .alert {
    display: none !important;
  }
  body.st-detay-page #main-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body.st-detay-page .st-detay {
    max-width: none;
    padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  }
  body.st-detay-page .st-detail-cover,
  body.st-detay-page .st-v3-gallery {
    height: min(300px, 46vh);
    min-height: 240px;
  }
  body.st-detay-page .st-nav.st-nav--overlay {
    top: max(12px, env(safe-area-inset-top, 0px));
    left: max(14px, env(safe-area-inset-left, 0px));
    right: max(14px, env(safe-area-inset-right, 0px));
    padding-top: 0;
  }
}

/* Masaüstü: ortalanmış kurumsal detay */
@media (min-width: 1024px) {
  body.st-detay-page {
    background: linear-gradient(180deg, #ede9fe 0%, #f5f3ff 220px, #f8fafc 100%);
  }
  body.st-detay-page #main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
  }
  body.st-detay-page .st-detay {
    width: min(1180px, calc(100% - 48px));
    max-width: 1180px;
    margin: 28px auto 48px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }
  body.st-detay-page .st-detay-root,
  body.st-detay-page .st-detay-root--desktop {
    width: 100%;
  }
  .st-detail-page--standalone {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: #fff;
  }
  .st-detail-page--standalone .st-desk-shell {
    min-height: 520px;
    grid-template-columns: minmax(300px, 340px) minmax(0, 1fr);
  }
  .st-detail-page--standalone .st-desk-page-head {
    padding: 20px 28px 16px;
    border-bottom: 1px solid #eef1f5;
    background: #fff;
  }
  .st-desk-crumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: 0 0 10px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #64748b;
  }
  .st-desk-crumb a {
    color: #4c1d95;
    text-decoration: none;
  }
  .st-desk-crumb a:hover { text-decoration: underline; }
  .st-desk-page-head-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
  }
  .st-desk-page-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.25;
  }
  .st-desk-page-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    color: #0f172a;
    text-decoration: none;
    flex-shrink: 0;
  }
  .st-desk-page-link:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
  }
  .st-detail-page--standalone .st-desk-main {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .st-detail-page--standalone .st-desk-main-scroll {
    overflow: visible;
    max-height: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.st-detay-page .st-detay {
    animation: none;
  }
}

/* —— Sanatçı detay v3 (mockup) —— */
.st-detail-page--v3 {
  background: #fff;
  min-height: 100%;
}
.st-detail-page--v3 .st-detail-scroll {
  background: #fff;
}

.st-v3-hero {
  position: relative;
}
.st-detail-page--v3 .st-v3-gallery {
  height: min(300px, 46vh);
  min-height: 240px;
  background: #0f172a;
}
.st-detail-page--v3 .st-v3-gallery .st-detail-cover-img,
.st-detail-page--v3 .st-v3-gallery .st-cover-slide {
  object-fit: cover;
  object-position: center;
  background: #0f172a;
}
.st-detail-page--v3 .st-detail-cover--brand .st-detail-cover-img,
.st-detail-page--v3 .st-detail-cover--brand .st-cover-slide {
  object-fit: contain;
  object-position: center;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}
.st-detail-page--v3 .st-v3-gallery.has-photo::after {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.08) 40%, rgba(255, 255, 255, 0.98) 100%);
}

.st-nav--v3 {
  position: absolute;
  inset: 0 0 auto 0;
  padding: max(10px, env(safe-area-inset-top)) 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 6;
  pointer-events: none;
}
.st-nav--v3 .st-nav-btn,
.st-nav-v3-tools .st-nav-btn {
  pointer-events: auto;
}
.st-nav-v3-tools {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.st-nav--v3 .st-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  color: #334155;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
.st-nav--v3 .st-nav-btn:active {
  transform: scale(0.96);
}

.st-v3-body {
  padding: 0 16px max(24px, env(safe-area-inset-bottom));
}

.st-v3-profile {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
  margin-top: -44px;
  position: relative;
  z-index: 4;
}
.st-v3-profile-main {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  padding-top: 48px;
}
.st-v3-avatar {
  grid-column: 1;
  grid-row: 1;
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 10px 28px rgba(91, 33, 182, 0.18);
  overflow: hidden;
  position: relative;
  background: #f3e8ff;
}
.st-v3-avatar img,
.st-v3-avatar .st-avatar-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.st-v3-avatar .st-avatar-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
.st-v3-identity {
  flex: 1 1 auto;
  min-width: 0;
  margin-top: 0;
  padding-top: 0;
}
.st-v3-name {
  margin: 0 0 4px;
  font-size: clamp(1.1rem, 4.2vw, 1.32rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--st-text);
}
.st-v3-mgr,
.st-v3-loc {
  margin: 0 0 3px;
  font-size: 0.74rem;
  color: var(--st-muted);
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.35;
}
.st-v3-mgr i,
.st-v3-loc i {
  color: var(--st-purple);
  font-size: 0.7rem;
  flex-shrink: 0;
}

.st-v3-actions {
  flex: 0 0 118px;
  width: 118px;
  max-width: 38vw;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: flex-start;
}
.st-v3-btn {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 40px;
  padding: 9px 8px;
  border-radius: 999px;
  border: none;
  font: inherit;
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}
.st-v3-btn i {
  flex-shrink: 0;
  font-size: 0.78rem;
}
.st-v3-btn--primary {
  background: linear-gradient(90deg, #7c3aed 0%, #db2777 100%);
  color: #fff;
  box-shadow: 0 6px 18px rgba(124, 58, 237, 0.32);
  border: 1.5px solid transparent;
}
.st-v3-btn--wa {
  background: #fff;
  border: 1.5px solid #e2e8f0;
  color: #128c7e;
}
.st-v3-btn--wa i { color: #25d366; }
.st-v3-btn.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.st-v3-follow-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 14px;
  padding: 0 2px;
}
.st-v3-follow-btn {
  flex: 1 1 auto;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1.5px solid #c4b5fd;
  background: #fff;
  color: #6d28d9;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(91, 33, 182, 0.08);
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.st-v3-follow-btn.is-on {
  background: linear-gradient(90deg, #7c3aed 0%, #9333ea 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 6px 18px rgba(124, 58, 237, 0.28);
}
.st-v3-follow-btn.is-pending {
  opacity: 0.72;
}
.st-v3-follow-btn:disabled {
  opacity: 0.6;
  cursor: wait;
}
.st-v3-follow-count {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--st-muted);
  white-space: nowrap;
}
.st-v3-follow-count i {
  color: var(--st-purple);
  font-size: 0.68rem;
}

.st-v3-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 18px;
}
.st-v3-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.2;
}
.st-v3-tag--soft {
  background: #f3e8ff;
  color: #6d28d9;
  border: 1px solid #e9d5ff;
}

.st-v3-panel {
  background: #fff;
  border: 1px solid #ebe4f3;
  border-radius: 18px;
  padding: 16px;
  margin-bottom: 14px;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}
.st-v3-panel-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.st-v3-panel-tit {
  margin: 0 0 12px;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--st-text);
  display: flex;
  align-items: center;
  gap: 8px;
}
.st-v3-panel-hd .st-v3-panel-tit { margin: 0; }
.st-v3-panel-tit i {
  color: var(--st-purple);
  font-size: 0.88rem;
}

.st-v3-media-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding-bottom: 4px;
  margin: 0 -4px;
}
.st-v3-media-scroll::-webkit-scrollbar { display: none; }
.st-v3-media-card {
  flex: 0 0 min(68vw, 240px);
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
}
.st-v3-media-thumb {
  display: block;
  position: relative;
  height: 140px;
  border-radius: 14px;
  overflow: hidden;
  background: #1e293b center/cover no-repeat;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.12);
}
.st-v3-media-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.25);
  color: #fff;
  font-size: 1.1rem;
}
.st-v3-media-play i {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--st-purple);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
}
.st-v3-media-label {
  display: block;
  margin-top: 8px;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--st-text);
  line-height: 1.3;
}

.st-v3-about-text {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.65;
  color: #475569;
}
.st-v3-about-more {
  margin-top: 10px;
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--st-purple);
  cursor: pointer;
}
.st-v3-about-meta {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #f1f5f9;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.78rem;
  color: var(--st-muted);
}
.st-v3-about-meta i {
  color: var(--st-purple);
  margin-top: 2px;
}
.st-v3-about-meta strong {
  color: var(--st-text);
  margin-right: 4px;
}

.st-v3-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 14px;
  justify-content: flex-start;
}
.st-v3-contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 56px;
  text-decoration: none;
  color: var(--st-text);
  font-size: 0.68rem;
  font-weight: 700;
  -webkit-tap-highlight-color: transparent;
}
.st-v3-contact-ico {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  background: #f3e8ff;
  color: var(--st-purple);
  box-shadow: 0 4px 12px rgba(91, 33, 182, 0.12);
}
.st-v3-contact-item--tel .st-v3-contact-ico {
  background: #ede9fe;
  color: #5b21b6;
}
.st-v3-contact-item--wa .st-v3-contact-ico {
  background: #dcfce7;
  color: #16a34a;
}

.st-v3-program-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.st-v3-program-item,
.st-v3-program-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 14px;
  background: #faf8ff;
  border: 1px solid #ebe4f3;
  text-decoration: none;
  color: inherit;
}
.st-v3-program-date {
  flex-shrink: 0;
  width: 56px;
  text-align: center;
  padding: 8px 6px;
  border-radius: 12px;
  background: linear-gradient(135deg, #7c3aed, #5b21b6);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.15;
}
.st-v3-program-date strong {
  font-size: 1rem;
  font-weight: 800;
}
.st-v3-program-date span {
  font-size: 0.58rem;
  font-weight: 600;
  opacity: 0.92;
}
.st-v3-program-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.st-v3-program-info strong {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--st-text);
}
.st-v3-program-info small {
  font-size: 0.72rem;
  color: var(--st-muted);
}
.st-v3-program-arrow {
  flex-shrink: 0;
  color: var(--st-purple);
  font-size: 0.82rem;
}

.st-v3-review-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin-bottom: 14px;
}
.st-v3-review-score {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--st-text);
  line-height: 1;
}
.st-v3-review-count {
  font-size: 0.76rem;
  color: var(--st-muted);
  font-weight: 600;
}
.st-v3-review-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.st-v3-review-item {
  padding: 12px;
  border-radius: 14px;
  background: #faf8ff;
  border: 1px solid #ebe4f3;
}
.st-v3-review-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  margin-bottom: 6px;
  font-size: 0.78rem;
}
.st-v3-review-head strong {
  font-weight: 800;
  color: var(--st-text);
}
.st-v3-review-head span:last-child {
  margin-left: auto;
  color: var(--st-muted);
  font-size: 0.72rem;
}
.st-v3-review-item p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #475569;
}
.st-v3-muted {
  margin: 0;
  font-size: 0.82rem;
  color: var(--st-muted);
}

@media (max-width: 380px) {
  .st-v3-profile {
    grid-template-columns: 72px minmax(0, 1fr);
    column-gap: 10px;
  }
  .st-v3-avatar {
    width: 72px;
    height: 72px;
  }
  .st-v3-profile-main {
    flex-wrap: wrap;
    padding-top: 38px;
    gap: 8px;
  }
  .st-v3-actions {
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
    flex-direction: row;
  }
  .st-v3-btn {
    flex: 1;
    width: auto;
    font-size: 0.62rem;
  }
}

body.st-detay-page .st-detail-page--v3 .st-v3-gallery {
  height: min(300px, 46vh);
  min-height: 240px;
}

/* ── Masaüstü detay modal (iki sütun kurumsal) ── */
.st-detail-page--desktop {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.st-desk-shell {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
}
.st-desk-sidebar {
  background: linear-gradient(180deg, #0f172a 0%, #1e1b4b 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}
.st-desk-featured {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 16px 16px 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.35);
  border: 1px solid rgba(167, 139, 250, 0.45);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.st-desk-cover {
  position: relative;
  height: 220px;
  margin: 12px 16px 0;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.06);
}
.st-desk-cover.is-placeholder {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.35), rgba(59, 7, 100, 0.5));
}
.st-desk-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.st-desk-sidebar-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 16px 16px 20px;
}
.st-desk-name {
  margin: 0 0 6px;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.st-desk-name .st-verified { color: #60a5fa; }
.st-desk-sub {
  margin: 0 0 14px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}
.st-desk-meta {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.st-desk-meta li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.4;
}
.st-desk-meta i {
  width: 18px;
  text-align: center;
  color: #c4b5fd;
  margin-top: 2px;
  flex-shrink: 0;
}
.st-desk-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}
.st-desk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 12px;
  border: none;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.12s ease, opacity 0.12s ease;
}
.st-desk-btn:active { transform: scale(0.98); }
.st-desk-btn--follow {
  grid-column: 1 / -1;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.22);
}
.st-desk-btn--follow.is-on {
  background: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%);
  border-color: transparent;
  box-shadow: 0 8px 22px rgba(124, 58, 237, 0.35);
}
.st-desk-btn--follow.is-pending {
  opacity: 0.72;
}
.st-desk-btn--follow:disabled {
  opacity: 0.6;
  cursor: wait;
}
.st-desk-btn--primary {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #a855f7 0%, #7c3aed 55%, #6d28d9 100%);
  color: #fff;
  box-shadow: 0 10px 28px rgba(124, 58, 237, 0.35);
}
.st-desk-btn--wa {
  background: #25d366;
  color: #fff;
}
.st-desk-btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.st-desk-social-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 10px;
}
.st-desk-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.st-desk-social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.st-desk-main {
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  background: #fff;
}
.st-desk-main-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px 0;
  border-bottom: 1px solid #eef2f7;
  flex-shrink: 0;
}
.st-desk-tabs {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  flex: 1;
  min-width: 0;
  scrollbar-width: none;
}
.st-desk-tabs::-webkit-scrollbar { display: none; }
.st-desk-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  border: none;
  background: none;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  color: #64748b;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  margin-bottom: -1px;
}
.st-desk-tab i { font-size: 0.82rem; }
.st-desk-tab.is-active {
  color: #6d28d9;
  border-bottom-color: #7c3aed;
}
.st-desk-head-tools {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.st-desk-tool {
  width: 38px;
  height: 38px;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  background: #fff;
  color: #64748b;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}
.st-desk-tool--fav.is-on {
  color: #ef4444;
  border-color: #fecaca;
  background: #fef2f2;
}
.st-desk-main-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 18px;
}
.st-desk-genel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  gap: 20px;
  align-items: start;
}
.st-desk-section {
  margin-bottom: 22px;
}
.st-desk-section:last-child { margin-bottom: 0; }
.st-desk-section-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.st-desk-section h2,
.st-desk-aside-title {
  margin: 0 0 12px;
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 8px;
}
.st-desk-section-hd h2 { margin: 0; }
.st-desk-section h2 i,
.st-desk-aside-title i { color: #7c3aed; font-size: 0.88rem; }
.st-desk-link-btn {
  border: none;
  background: none;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 700;
  color: #7c3aed;
  cursor: pointer;
}
.st-desk-about {
  margin: 0 0 14px;
  font-size: 0.84rem;
  line-height: 1.65;
  color: #475569;
}
.st-desk-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.st-desk-info-card {
  background: #f8fafc;
  border: 1px solid #e8ecf2;
  border-radius: 14px;
  padding: 12px;
}
.st-desk-info-ico {
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background: #f3e8ff;
  color: #7c3aed;
  font-size: 0.72rem;
  margin-bottom: 6px;
}
.st-desk-info-card strong {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #94a3b8;
  margin-bottom: 4px;
}
.st-desk-info-card span {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.35;
}
.st-desk-media-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.st-desk-media-card {
  text-decoration: none;
  color: inherit;
}
.st-desk-media-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  overflow: hidden;
  background: #0f172a center/cover no-repeat;
}
.st-desk-media-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.28);
}
.st-desk-media-play i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #6d28d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  padding-left: 2px;
}
.st-desk-media-more {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.55);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
}
.st-desk-media-cap {
  display: block;
  margin-top: 6px;
  font-size: 0.68rem;
  font-weight: 600;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.st-desk-aside-block {
  background: #faf8fc;
  border: 1px solid #ebe4f3;
  border-radius: 16px;
  padding: 14px;
  margin-bottom: 14px;
}
.st-desk-aside-block:last-child { margin-bottom: 0; }
.st-desk-program-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.st-desk-program-item,
.st-desk-program-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}
.st-desk-program-link { width: 100%; }
.st-desk-program-date {
  flex-shrink: 0;
  width: 44px;
  text-align: center;
  background: #fff;
  border: 1px solid #e8ecf2;
  border-radius: 10px;
  padding: 6px 4px;
  line-height: 1.1;
}
.st-desk-program-date strong {
  display: block;
  font-size: 1rem;
  color: #6d28d9;
}
.st-desk-program-date span {
  display: block;
  font-size: 0.58rem;
  font-weight: 800;
  color: #94a3b8;
}
.st-desk-program-body {
  flex: 1;
  min-width: 0;
}
.st-desk-program-body strong {
  display: block;
  font-size: 0.78rem;
  line-height: 1.3;
  margin-bottom: 2px;
}
.st-desk-program-body small {
  display: block;
  font-size: 0.68rem;
  color: #64748b;
  line-height: 1.35;
}
.st-desk-program-badge {
  display: inline-block;
  margin-top: 4px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 800;
}
.st-desk-program-badge--is-ok {
  background: #dcfce7;
  color: #166534;
}
.st-desk-program-badge--is-pending {
  background: #ffedd5;
  color: #c2410c;
}
.st-desk-review-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.st-desk-review-score {
  font-size: 1.8rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1;
}
.st-desk-review-count {
  width: 100%;
  font-size: 0.72rem;
  color: #64748b;
}
.st-desk-review-mini {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.st-desk-review-mini li {
  background: #fff;
  border: 1px solid #e8ecf2;
  border-radius: 12px;
  padding: 10px;
  font-size: 0.74rem;
}
.st-desk-review-mini p {
  margin: 6px 0 4px;
  color: #475569;
  line-height: 1.45;
}
.st-desk-review-mini span {
  color: #94a3b8;
  font-size: 0.66rem;
}
.st-desk-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}
.st-desk-gallery-item {
  aspect-ratio: 1;
  border-radius: 14px;
  overflow: hidden;
  display: block;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}
.st-desk-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.st-desk-empty {
  margin: 0;
  font-size: 0.82rem;
  color: #94a3b8;
}
.st-detail-page--desktop .st-v3-panel {
  border: 1px solid #e8ecf2;
  border-radius: 16px;
  box-shadow: none;
}
.st-detail-page--desktop .st-desk-tab-panel[data-tab="yorum"] .st-v3-panel {
  margin: 0;
}

@media (max-width: 1023px) {
  .st-detail-page--desktop { display: none !important; }
}

/* Medya kartları (button) + video oynatma sheet */
.st-v3-media-card,
.st-desk-media-card {
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.st-desk-media-card { width: 100%; }

.st-video-sheet,
.st-video-player {
  position: fixed;
  inset: 0;
  z-index: 2147483600;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.st-video-sheet[hidden],
.st-video-player[hidden] { display: none !important; }
.st-video-backdrop,
.st-video-player-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.5);
}
.st-video-panel {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 10px 16px calc(18px + env(safe-area-inset-bottom));
  animation: stSlideUp .25s ease;
  box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.14);
}
.st-video-handle {
  width: 40px;
  height: 4px;
  border-radius: 99px;
  background: #e2e8f0;
  margin: 0 auto 12px;
}
.st-video-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}
.st-video-head h3 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--st-text);
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.st-video-head h3 i { color: var(--st-purple); flex-shrink: 0; }
.st-video-close {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #f1f5f9;
  color: #64748b;
  cursor: pointer;
  flex-shrink: 0;
}
.st-video-sub {
  margin: 0 0 14px;
  font-size: 0.78rem;
  color: var(--st-muted);
}
.st-video-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.st-video-act {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 50px;
  border-radius: 14px;
  border: none;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
}
.st-video-act--inline {
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
  color: #fff;
  box-shadow: 0 8px 22px rgba(91, 33, 182, 0.28);
}
.st-video-act--yt {
  background: #fff;
  color: #c4302b;
  border: 1.5px solid #fecaca;
}
.st-video-act--yt i { font-size: 1.15rem; }

.st-video-player {
  align-items: center;
  padding: 16px;
  z-index: 2147483700;
}
.st-video-player-panel {
  position: relative;
  width: 100%;
  max-width: min(920px, 96vw);
  background: #0f172a;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}
.st-video-player-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.65);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
}
.st-video-player-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}
.st-video-player-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 900px) {
  .st-video-sheet { align-items: center; padding: 16px; }
  .st-video-panel { border-radius: 20px; }
}
