:root {
  /* Power / Metro — neon + elektrik + koyu zemin */
  --fm-bg: #070708;
  --fm-bg-elevated: #101014;
  --fm-surface: #16161c;
  --fm-border: rgba(255, 255, 255, 0.08);
  --fm-neon: #eeff00;
  --fm-neon-dim: #c8d900;
  --fm-blue: #00d4ff;
  --fm-red: #ff2d55;
  --fm-text: #e8eaed;
  --fm-muted: #9aa0a6;
  --fm-nav-h: 4.85rem;
  /* Metin marka: çubuk içi kullanılabilir yükseklik (padding düşülmüş) */
  --fm-nav-brand-slot-h: calc(var(--fm-nav-h) - 0.92rem);
  /* Üst çubuk — görsel logo (assets/img/tempo-fm-banner-logo.png) veya metin marka */
  --fm-brand-logo-max-h: min(3.72rem, calc(var(--fm-nav-h) - 0.55rem));
  --fm-brand-logo-max-w: min(58vw, 18.6rem);
  --fm-brand-logo-zoom: 1;
  --fm-brand-logo-max-h-md: min(4.02rem, calc(var(--fm-nav-h) - 0.48rem));
  --fm-brand-logo-max-w-md: min(46vw, 22.2rem);
  --fm-brand-logo-zoom-md: 1;
  --fm-brand-logo-max-h-lg: min(4.26rem, calc(var(--fm-nav-h) - 0.42rem));
  --fm-brand-logo-max-w-lg: min(33.6rem, 46vw);
  --fm-brand-logo-zoom-lg: 1;
  /* Reklam çerçevesi — tüm slotlarda aynı 25:3 oranı; genişlik sütunun tamamı */
  --fm-spot-frame-max-w: 100%;
  /* geriye uyumluluk */
  --tfm-bg-deep: var(--fm-bg);
  --tfm-bg-card: var(--fm-surface);
  --tfm-accent: var(--fm-neon);
  --tfm-accent-dim: var(--fm-neon-dim);
  --tfm-glow: rgba(238, 255, 0, 0.35);
}

/* Sabit navbar: menü / #hash ile gelince başlık çubuğun altında kalmaz */
.fm-section[id] {
  scroll-margin-top: calc(var(--fm-nav-h) + 0.75rem);
}

/* İç sayfalar: ilk içerik bloğu (container üstü) hash / odak kaydırmasında */
body:not([data-fm-page="home"]):not(.tfm-shell-parent) .site-main .container > :first-child {
  scroll-margin-top: calc(var(--fm-nav-h) + 0.5rem);
}

html {
  scroll-behavior: smooth;
}

.fm-body,
.site-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  background: var(--fm-bg);
  background-image:
    radial-gradient(ellipse 100% 80% at 50% -30%, rgba(0, 212, 255, 0.08), transparent 55%),
    radial-gradient(ellipse 60% 50% at 100% 20%, rgba(255, 45, 85, 0.06), transparent 50%),
    linear-gradient(180deg, #0a0a0e 0%, var(--fm-bg) 40%);
  color: var(--fm-text);
  touch-action: manipulation;
}

.site-body.has-sticky-player {
  /* Sabit oynatıcı + güvenli alan; parmak dostu yükseklik için ek pay */
  padding-bottom: calc(6.25rem + env(safe-area-inset-bottom, 0px));
}

/* ——— Sabit şeffaf header ——— */
.fm-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  min-height: var(--fm-nav-h);
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  background: transparent;
  border: none;
  transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

body[data-fm-page="home"] .fm-site-header.fm-site-header--scrolled,
body[data-fm-page="inner"] .fm-site-header {
  background: rgba(7, 7, 8, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.45);
}

body[data-fm-page="home"] .fm-site-header.fm-site-header--scrolled {
  border-bottom: 1px solid var(--fm-border);
}

.fm-nav-inner {
  max-width: 1200px;
}

.fm-brand {
  font-family: "Bebas Neue", "Outfit", sans-serif;
  font-size: clamp(0.65rem, 2.5vw, 0.7rem);
  letter-spacing: 0.06em;
  line-height: 1.15;
  color: #fff !important;
}

@keyframes fm-brand-rgb-flow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* Tüm gökkuşağı tonlarının yavaşça dönmesi (gradient kaydırmayla birlikte) */
@keyframes fm-brand-hue-roam {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}

/* Metin marka (banner logosu yoksa) */
.fm-brand.fm-brand--text-only {
  gap: 0 !important;
  font-size: unset;
  letter-spacing: normal;
  filter: drop-shadow(0 2px 14px rgba(0, 0, 0, 0.7));
}

.fm-brand-text--wordmark-title {
  font-family: "Bebas Neue", "Outfit", sans-serif;
  /* Üst şeridin iç yüksekliği kadar büyük; uzun isimlerde vw ile daralır */
  font-size: clamp(
    1.4rem,
    min(12vw, var(--fm-nav-brand-slot-h)),
    var(--fm-nav-brand-slot-h)
  );
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  /* Uzun tekrar: kaydırınca renkler sürekli akar */
  background-image: linear-gradient(
    90deg,
    #ff3366 0%,
    #ff9f1c 8%,
    #f7ff00 16%,
    #2af598 24%,
    #08d9ff 32%,
    #7b61ff 40%,
    #ff2fd8 48%,
    #ff3366 56%,
    #ff9f1c 64%,
    #f7ff00 72%,
    #2af598 80%,
    #08d9ff 88%,
    #7b61ff 94%,
    #ff3366 100%
  );
  background-size: 520% 100%;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  animation:
    fm-brand-rgb-flow 4.5s linear infinite,
    fm-brand-hue-roam 18s linear infinite;
  will-change: background-position, filter;
  white-space: nowrap;
  max-width: min(calc(100vw - 5.5rem), 36rem);
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (prefers-reduced-motion: reduce) {
  .fm-brand-text--wordmark-title {
    animation: none;
    filter: none;
    will-change: auto;
    background-image: none;
    -webkit-text-fill-color: #fff;
    color: #fff !important;
    background-clip: border-box;
    -webkit-background-clip: border-box;
  }
}

@media (min-width: 992px) {
  .fm-brand-text--wordmark-title {
    max-width: min(calc(100vw - 22rem), 42rem);
  }
}

@media (min-width: 576px) {
  .fm-brand {
    font-size: 0.72rem;
  }
}

@media (min-width: 992px) {
  .fm-brand {
    font-size: 0.7rem;
  }
}

/* Marka hizası */
a.navbar-brand.fm-brand.gap-2 {
  gap: 0.35rem !important;
}

a.navbar-brand.fm-brand.fm-brand--has-image.gap-2 {
  gap: 0.65rem !important;
}

.fm-brand-logo-wrap {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-height: var(--fm-brand-logo-max-h);
  max-width: var(--fm-brand-logo-max-w);
  border-radius: 0.35rem;
}

/* Yüklenen logo: nötr “cam” rozet — sarı neon halka kaldırıldı (çok renkli logolarla çatışıyordu) */
.fm-brand-logo-wrap--upload {
  overflow: hidden;
  padding: 0.22rem 0.5rem;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 55%, rgba(0, 0, 0, 0.12) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 2px 18px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  border-radius: 0.55rem;
}

.fm-brand-logo-wrap .fm-brand-logo {
  display: block;
  width: auto;
  height: var(--fm-brand-logo-max-h);
  max-width: var(--fm-brand-logo-max-w);
  object-fit: contain;
  object-position: center center;
  transform: scale(var(--fm-brand-logo-zoom));
  transform-origin: center center;
}

.fm-brand-logo-wrap--upload .fm-brand-logo {
  transform: none;
  height: calc(var(--fm-brand-logo-max-h) - 0.44rem);
  max-width: calc(var(--fm-brand-logo-max-w) - 1rem);
}

/* Sabit TEMPO FM daire logosu — sol üst banner */
.fm-brand-logo-wrap--banner {
  padding: 0;
  border-radius: 50%;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

.fm-brand-logo-wrap--banner .fm-brand-logo--banner {
  display: block;
  width: auto;
  height: min(3.35rem, calc(var(--fm-nav-h) - 0.95rem));
  max-width: min(3.35rem, calc(var(--fm-nav-h) - 0.95rem));
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
  transform: none;
}

@media (min-width: 576px) {
  .fm-brand-logo-wrap--banner .fm-brand-logo--banner {
    height: min(3.55rem, calc(var(--fm-nav-h) - 0.88rem));
    max-width: min(3.55rem, calc(var(--fm-nav-h) - 0.88rem));
  }
}

@media (min-width: 992px) {
  .fm-brand-logo-wrap--banner .fm-brand-logo--banner {
    height: min(3.75rem, calc(var(--fm-nav-h) - 0.82rem));
    max-width: min(3.75rem, calc(var(--fm-nav-h) - 0.82rem));
  }
}

@keyframes fm-brand-logo-spin {
  to {
    transform: rotate(360deg);
  }
}

.fm-brand-logo-spin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 50%;
  transform-origin: center center;
  animation: fm-brand-logo-spin 14s linear infinite;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .fm-brand-logo-spin {
    animation: none;
    will-change: auto;
  }
}

/* Dönen logo + yanında eski gradyan kelime markası */
.fm-brand--has-image .fm-brand-text--wordmark-title.fm-brand-text--with-banner-logo {
  max-width: min(calc(100vw - 11rem), 40rem);
  min-width: 0;
  flex: 1 1 auto;
}

@media (min-width: 576px) {
  .fm-brand--has-image .fm-brand-text--wordmark-title.fm-brand-text--with-banner-logo {
    max-width: min(calc(100vw - 14rem), 42rem);
  }
}

@media (min-width: 992px) {
  .fm-brand--has-image .fm-brand-text--wordmark-title.fm-brand-text--with-banner-logo {
    max-width: min(calc(100vw - 22rem), 44rem);
  }
}

/* Yatay kelime logosu (varsayılan SVG) */
.fm-brand-logo-wrap--wordmark {
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  max-width: min(84vw, 17.1rem);
  overflow: visible;
}

.fm-brand-logo-wrap--wordmark .fm-brand-logo--wordmark {
  max-width: min(84vw, 17.1rem);
  height: auto;
  max-height: var(--fm-brand-logo-max-h);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

@media (min-width: 576px) {
  .fm-brand-logo-wrap {
    max-height: var(--fm-brand-logo-max-h-md);
    max-width: var(--fm-brand-logo-max-w-md);
  }

  .fm-brand-logo-wrap .fm-brand-logo {
    height: var(--fm-brand-logo-max-h-md);
    max-width: var(--fm-brand-logo-max-w-md);
    transform: scale(var(--fm-brand-logo-zoom-md));
  }

  .fm-brand-logo-wrap--upload .fm-brand-logo {
    height: calc(var(--fm-brand-logo-max-h-md) - 0.44rem);
    max-width: calc(var(--fm-brand-logo-max-w-md) - 1rem);
  }

  .fm-brand-logo-wrap--wordmark {
    max-width: min(70vw, 19.5rem);
  }

  .fm-brand-logo-wrap--wordmark .fm-brand-logo--wordmark {
    max-width: min(70vw, 19.5rem);
    max-height: var(--fm-brand-logo-max-h-md);
  }
}

@media (min-width: 992px) {
  .fm-brand-logo-wrap {
    max-height: var(--fm-brand-logo-max-h-lg);
    max-width: var(--fm-brand-logo-max-w-lg);
  }

  .fm-brand-logo-wrap .fm-brand-logo {
    height: var(--fm-brand-logo-max-h-lg);
    max-width: var(--fm-brand-logo-max-w-lg);
    transform: scale(var(--fm-brand-logo-zoom-lg));
  }

  .fm-brand-logo-wrap--upload .fm-brand-logo {
    transform: none;
    height: calc(var(--fm-brand-logo-max-h-lg) - 0.44rem);
    max-width: calc(var(--fm-brand-logo-max-w-lg) - 1rem);
  }

  .fm-brand-logo-wrap--wordmark {
    max-width: min(52vw, 24rem);
  }

  .fm-brand-logo-wrap--wordmark .fm-brand-logo--wordmark {
    max-width: min(52vw, 24rem);
    max-height: var(--fm-brand-logo-max-h-lg);
  }
}

.fm-brand-mark {
  width: var(--fm-brand-logo-max-h);
  height: var(--fm-brand-logo-max-h);
  min-width: var(--fm-brand-logo-max-h);
  min-height: var(--fm-brand-logo-max-h);
  font-size: clamp(0.5rem, 1.55vw, 0.62rem);
  background: linear-gradient(135deg, var(--fm-neon), var(--fm-blue));
  color: #0a0a0c !important;
  box-shadow: 0 0 14px rgba(238, 255, 0, 0.35);
}

@media (min-width: 576px) {
  .fm-brand-mark {
    width: var(--fm-brand-logo-max-h-md);
    height: var(--fm-brand-logo-max-h-md);
    min-width: var(--fm-brand-logo-max-h-md);
    min-height: var(--fm-brand-logo-max-h-md);
  }
}

@media (min-width: 992px) {
  .fm-brand-mark {
    width: var(--fm-brand-logo-max-h-lg);
    height: var(--fm-brand-logo-max-h-lg);
    min-width: var(--fm-brand-logo-max-h-lg);
    min-height: var(--fm-brand-logo-max-h-lg);
  }
}

.fm-brand-text {
  text-shadow: 0 0 20px rgba(238, 255, 0, 0.2);
}

/* Yüklü logonun yanındaki istasyon adı — Outfit, daha okunaklı; mobilde gizli (yer + aria-label) */
.fm-brand-text--after-logo {
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  /* Önceki boyutun %150’si */
  font-size: clamp(1.05rem, 3.15vw, 1.23rem);
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  max-width: min(52vw, 16.5rem);
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  .fm-brand-text--after-logo {
    max-width: min(44vw, 21rem);
  }
}

/* Biyografi dizini — arama */
.fm-bio-search .input-group .form-control:focus {
  border-color: rgba(0, 212, 255, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(0, 212, 255, 0.12);
  z-index: 1;
}

/* Biyografi dizini — Kral Müzik tarzı: kare görsel + altta isim, responsive kart ızgarası */
.fm-bio-letter-title {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.fm-bio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.25rem, 1fr));
  gap: 1rem 0.85rem;
}

@media (min-width: 576px) {
  .fm-bio-grid {
    grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
    gap: 1.15rem 1rem;
  }
}

@media (min-width: 992px) {
  .fm-bio-grid {
    grid-template-columns: repeat(auto-fill, minmax(10.75rem, 1fr));
    gap: 1.35rem 1.15rem;
  }
}

@media (min-width: 1200px) {
  .fm-bio-grid {
    grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
  }
}

.fm-bio-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  background: var(--fm-surface);
  border: 1px solid var(--fm-border);
  border-radius: 0.65rem;
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.fm-bio-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 212, 255, 0.35);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(238, 255, 0, 0.08);
}

.fm-bio-card:focus-visible {
  outline: 2px solid var(--fm-neon);
  outline-offset: 2px;
}

.fm-bio-card-media {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  background: #0c0c10;
  overflow: hidden;
}

.fm-bio-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.fm-bio-card-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", "Outfit", sans-serif;
  font-size: clamp(1.75rem, 8vw, 2.35rem);
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.92);
  background: linear-gradient(145deg, rgba(0, 174, 239, 0.4), rgba(27, 54, 93, 0.85));
}

.fm-bio-card-title {
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.92) !important;
  padding: 0.65rem 0.5rem 0.75rem;
  min-height: 3.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: balance;
}

.fm-bio-card:hover .fm-bio-card-title {
  color: var(--fm-neon) !important;
}

/* Biyografi detay: küçük dosyalar küçük kalır, büyükler üst sınırda */
.fm-bio-detail-figure {
  margin: 0;
}

.fm-bio-detail-photo {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: min(420px, 52vh);
  object-fit: contain;
  vertical-align: middle;
}

.fm-nav-link {
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.88) !important;
  border-radius: 0.35rem;
  padding: 0.45rem 0.65rem !important;
  transition: color 0.2s, background 0.2s;
}

.fm-nav-link:hover,
.fm-nav-link:focus {
  color: var(--fm-neon) !important;
  background: rgba(238, 255, 0, 0.08);
}

.fm-btn-social {
  border: 1px solid rgba(0, 212, 255, 0.45);
  color: var(--fm-blue) !important;
  font-size: 0.75rem;
}

.fm-btn-social:hover {
  background: rgba(0, 212, 255, 0.12);
  color: #fff !important;
}

/* Üst menü hamburger — yeşil vurgu */
.fm-site-header .navbar-toggler.fm-toggler {
  filter: none;
  border: 1px solid rgba(52, 211, 153, 0.82) !important;
  border-radius: 0.5rem;
  background: rgba(52, 211, 153, 0.12);
  box-shadow: 0 0 14px rgba(52, 211, 153, 0.2);
}

.fm-site-header .navbar-toggler.fm-toggler:hover {
  border-color: rgba(74, 222, 128, 0.95) !important;
  background: rgba(52, 211, 153, 0.2);
  box-shadow: 0 0 18px rgba(52, 211, 153, 0.28);
}

.fm-site-header .navbar-toggler.fm-toggler:focus-visible {
  border-color: rgba(74, 222, 128, 0.95) !important;
  background: rgba(52, 211, 153, 0.2);
  box-shadow: 0 0 18px rgba(52, 211, 153, 0.28);
  outline: 2px solid rgba(74, 222, 128, 0.65);
  outline-offset: 3px;
}

.fm-site-header .navbar-toggler.fm-toggler .navbar-toggler-icon {
  width: 1.35em;
  height: 1.35em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%234ade80' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.fm-dropdown {
  background: var(--fm-surface);
  border: 1px solid var(--fm-border);
}

.site-main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

/* SPA yalnızca bu kapsayıcıyı değiştirir; <main> sabit kalır (radyo kesilmesin diye). */
.spa-inner {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

body[data-fm-page="home"] .site-main {
  padding-top: 0;
}

/* Ana sayfa: site-main + spa-inner zincirinde min-height:0 bazı tarayıcılarda içeriği dar kutuda bırakabiliyordu */
body[data-fm-page="home"] .site-main,
body[data-fm-page="home"] .spa-inner {
  min-height: auto;
}

.site-main--inner {
  padding-top: calc(var(--fm-nav-h) + 1.5rem);
}

/* Haberler, sponsorlar, slug sayfalar: menü altı boşluk + içerik üstü sıkı */
.site-main--inner.site-main--inner-tight {
  padding-top: calc(var(--fm-nav-h) + 0.35rem);
}

/*
 * Kabuk + iframe: gömülü belgede üst menü yok; nav yüksekliği kadar boşluk siyah şerit yapıyordu.
 * Tüm sıkı iç sayfalar için embed’de üst payı düşür.
 */
body.tfm-embed-doc .site-main--inner.site-main--inner-tight {
  padding-top: 0.65rem;
}

/* Sponsorlar tam sayfa: sabit menü altı — ekstra boşluk yok */
body[data-fm-page="sponsors"]:not(.tfm-embed-doc) .site-main--inner.site-main--inner-tight {
  padding-top: var(--fm-nav-h);
}

/* Haberler arşivi: menü altı boşluğu biraz daha sıkı */
body[data-fm-page="news"]:not(.tfm-embed-doc) .site-main--inner.site-main--inner-tight {
  padding-top: calc(var(--fm-nav-h) + 0.1rem);
}

body[data-fm-page="live_cameras"]:not(.tfm-embed-doc) .site-main--inner.site-main--inner-tight {
  padding-top: calc(var(--fm-nav-h) + 0.1rem);
}

body.tfm-embed-doc[data-fm-page="live_cameras"] .site-main--inner.site-main--inner-tight {
  padding-top: 0.45rem;
}

/* Canlı kameralar — YouTube embed */
.fm-yt-embed {
  background: #0a0a0e;
}

.fm-yt-embed-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Canlı kamera başlıkları: genel bölüm başlığından küçük, tek satır … */
.fm-live-cam .fm-section-title {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(0.95rem, 2.2vw, 1.15rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3;
}

.fm-live-cams-ad-gap .fm-spot-region[data-fm-spot="live_cameras_between_rows"] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

body.tfm-embed-doc[data-fm-page="news"] .site-main--inner.site-main--inner-tight {
  padding-top: 0.45rem;
}

.fm-sponsors-page {
  margin-top: -0.85rem;
}

body[data-fm-page="sponsors"]:not(.tfm-embed-doc) .fm-sponsors-page {
  margin-top: -1.1rem;
}

.fm-sponsors-page .fm-spot-region[data-fm-spot="inner_top"] {
  padding-bottom: 0.5rem;
}

.fm-sponsors-page > header .fm-section-title {
  margin-top: 0;
}

/* ——— Hero ——— */
.fm-hero {
  position: relative;
  min-height: min(88vh, 920px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(-1 * var(--fm-nav-h));
  padding-top: calc(var(--fm-nav-h) + 2rem);
  padding-bottom: 3rem;
  background-color: #050506;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(7, 7, 8, 0.55) 0%,
    rgba(7, 7, 8, 0.35) 35%,
    rgba(7, 7, 8, 0.85) 85%,
    var(--fm-bg) 100%
  );
  pointer-events: none;
}

.fm-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 40%, rgba(238, 255, 0, 0.06), transparent 70%);
  pointer-events: none;
}

.fm-hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 52rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.fm-hero-kicker {
  font-family: var(--hero-home-kicker-font, inherit);
  font-size: var(--hero-home-kicker-size, 0.75rem);
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--hero-home-kicker-color, var(--fm-blue));
  margin-bottom: 0.75rem;
}

.fm-hero-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.75rem, 8vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 4px 48px rgba(0, 0, 0, 0.6);
  margin-bottom: 0.5rem;
}

/* Ana sayfa: daha büyük istasyon adı + frekans (~yarım punto) */
.fm-hero-title--station {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.15em 0.4em;
  font-family: var(--hero-home-title-font, "Bebas Neue", sans-serif);
  font-size: var(--hero-home-title-size, clamp(3.35rem, 9.8vw, 6.5rem));
  color: var(--hero-home-title-color, #fff);
}

.fm-hero-neon {
  color: var(--hero-home-neon-color, var(--fm-neon));
  text-shadow: 0 0 60px rgba(238, 255, 0, 0.45);
}

.fm-hero-freq {
  font-family: var(--hero-home-freq-font, "Outfit", system-ui, sans-serif);
  font-size: var(--hero-home-freq-size, 0.5em);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hero-home-freq-color, var(--fm-blue));
  text-shadow: 0 0 28px rgba(0, 212, 255, 0.35);
  white-space: nowrap;
}

.fm-hero-tagline {
  font-family: var(--hero-home-tagline-font, inherit);
  font-size: var(--hero-home-tagline-size, 1.1rem);
  color: var(--hero-home-tagline-color, var(--fm-muted));
  margin-bottom: 2rem;
}

.fm-btn-live {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 2rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0a0a0c !important;
  background: linear-gradient(105deg, var(--fm-neon) 0%, #fff95a 50%, var(--fm-neon) 100%);
  background-size: 200% auto;
  border: none;
  border-radius: 3rem;
  box-shadow:
    0 0 0 2px rgba(238, 255, 0, 0.5),
    0 8px 40px rgba(238, 255, 0, 0.35);
  transition: transform 0.2s, box-shadow 0.2s, background-position 0.4s;
  animation: fm-live-glow 3s ease-in-out infinite;
}

.fm-btn-live:hover {
  transform: translateY(-2px) scale(1.02);
  background-position: 100% center;
  color: #0a0a0c !important;
  box-shadow:
    0 0 0 2px var(--fm-blue),
    0 12px 48px rgba(0, 212, 255, 0.35);
}

.fm-btn-live .fm-live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--fm-red);
  box-shadow: 0 0 12px var(--fm-red);
  animation: fm-blink 1.2s ease-in-out infinite;
}

@keyframes fm-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

@keyframes fm-live-glow {
  0%, 100% { box-shadow: 0 0 0 2px rgba(238, 255, 0, 0.45), 0 8px 40px rgba(238, 255, 0, 0.25); }
  50% { box-shadow: 0 0 0 2px rgba(0, 212, 255, 0.5), 0 8px 48px rgba(0, 212, 255, 0.2); }
}

.fm-btn-cameras {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1.75rem;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff !important;
  background: linear-gradient(115deg, #ff4d4d 0%, #ff6b35 45%, #ff3d71 100%);
  background-size: 200% auto;
  border: none;
  border-radius: 3rem;
  box-shadow:
    0 0 0 2px rgba(255, 77, 77, 0.45),
    0 8px 36px rgba(255, 77, 77, 0.35);
  transition: transform 0.2s, box-shadow 0.2s, background-position 0.4s;
  animation: fm-cam-glow 3.5s ease-in-out infinite;
}

.fm-btn-cameras:hover {
  transform: translateY(-2px) scale(1.02);
  background-position: 100% center;
  color: #fff !important;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.55),
    0 12px 44px rgba(255, 107, 53, 0.45);
}

.fm-btn-cameras:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.75);
  outline-offset: 3px;
  color: #fff !important;
}

.fm-btn-cameras .fm-cam-dot {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.85);
  animation: fm-blink 1.2s ease-in-out infinite;
}

@keyframes fm-cam-glow {
  0%, 100% { box-shadow: 0 0 0 2px rgba(255, 77, 77, 0.4), 0 8px 32px rgba(255, 77, 77, 0.28); }
  50% { box-shadow: 0 0 0 2px rgba(255, 140, 80, 0.55), 0 8px 40px rgba(255, 107, 53, 0.38); }
}

@media (prefers-reduced-motion: reduce) {
  .fm-btn-cameras {
    animation: none;
  }
}

.fm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  margin-top: 0.25rem;
}

/* Hero — ana düğmelerin altı (yönetim → Sosyal medya) */
.fm-hero-social {
  margin-top: 1.75rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.fm-hero-social__heading {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.15rem, 3.2vw, 1.45rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 1rem;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.45);
}

.fm-hero-social__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 0.65rem 0.85rem;
}

.fm-hero-social__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  text-decoration: none;
  min-width: 5.5rem;
  max-width: 9.5rem;
  padding: 0.65rem 0.5rem 0.55rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 8, 12, 0.45);
  backdrop-filter: blur(8px);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.fm-hero-social__link:hover,
.fm-hero-social__link:focus-visible {
  border-color: rgba(0, 212, 255, 0.45);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
  transform: translateY(-2px);
}

.fm-hero-social__link:focus-visible {
  outline: 2px solid rgba(238, 255, 0, 0.55);
  outline-offset: 2px;
}

.fm-hero-social-svg {
  width: 1.65rem;
  height: 1.65rem;
  display: block;
}

.fm-hero-social__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 50%;
  margin-bottom: 0.45rem;
  background: rgba(255, 255, 255, 0.07);
}

.fm-hero-social__icon--instagram {
  color: #e4405f;
}

.fm-hero-social__icon--facebook {
  color: #1877f2;
}

.fm-hero-social__icon--youtube {
  color: #ff0000;
}

.fm-hero-social__icon--tiktok {
  color: #25f4ee;
}

.fm-hero-social__icon--x {
  color: #f5f5f5;
}

.fm-hero-social__icon--other {
  color: var(--fm-blue);
}

.fm-hero-social__platform {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.2;
  margin-bottom: 0;
}

.fm-btn-partner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.35rem;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 3rem;
  border: 2px solid rgba(255, 255, 255, 0.55);
  color: #07080c !important;
  background: linear-gradient(
    115deg,
    #00f5c8 0%,
    #48f0ff 38%,
    #00e8ff 62%,
    #5dffa7 100%
  );
  background-size: 220% auto;
  background-position: 0% center;
  box-shadow:
    0 0 0 1px rgba(0, 245, 255, 0.35),
    0 0 32px rgba(0, 232, 255, 0.55),
    0 0 48px rgba(0, 255, 200, 0.25),
    0 8px 28px rgba(0, 0, 0, 0.35);
  transition: background-position 0.45s ease, box-shadow 0.25s ease, transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  animation: fm-partner-glow 5s ease-in-out infinite;
}

@keyframes fm-partner-glow {
  0%, 100% {
    background-position: 0% center;
    box-shadow:
      0 0 0 1px rgba(0, 245, 255, 0.4),
      0 0 28px rgba(0, 232, 255, 0.5),
      0 0 44px rgba(0, 255, 200, 0.2),
      0 8px 26px rgba(0, 0, 0, 0.32);
  }
  50% {
    background-position: 100% center;
    box-shadow:
      0 0 0 1px rgba(120, 255, 230, 0.55),
      0 0 40px rgba(0, 245, 255, 0.65),
      0 0 56px rgba(93, 255, 167, 0.35),
      0 10px 32px rgba(0, 0, 0, 0.28);
  }
}

.fm-btn-partner:hover {
  animation: none;
  border-color: rgba(255, 255, 255, 0.85);
  background-position: 100% center;
  color: #030305 !important;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.45),
    0 0 36px rgba(0, 250, 255, 0.75),
    0 0 64px rgba(93, 255, 167, 0.4),
    0 12px 36px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px) scale(1.02);
}

.fm-btn-partner:focus-visible {
  outline: 2px solid #00ffe7;
  outline-offset: 3px;
  color: #07080c !important;
  animation: none;
}

@media (prefers-reduced-motion: reduce) {
  .fm-btn-partner {
    animation: none;
    background-position: 50% center;
  }
}

/* Görüş ve öneriler — iş birliği butonundan ayrı, sıcak mor / fuşya tonları */
.fm-btn-feedback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.35rem;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 3rem;
  border: 2px solid rgba(255, 240, 252, 0.5);
  color: #100818 !important;
  background: linear-gradient(
    118deg,
    #9d7af5 0%,
    #d946ef 34%,
    #f472b6 66%,
    #fda4af 100%
  );
  background-size: 220% auto;
  background-position: 0% center;
  box-shadow:
    0 0 0 1px rgba(217, 70, 239, 0.35),
    0 0 28px rgba(168, 85, 247, 0.45),
    0 0 44px rgba(244, 114, 182, 0.28),
    0 8px 28px rgba(0, 0, 0, 0.35);
  transition: background-position 0.45s ease, box-shadow 0.25s ease, transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  animation: fm-feedback-glow 5.2s ease-in-out infinite;
}

@keyframes fm-feedback-glow {
  0%, 100% {
    background-position: 0% center;
    box-shadow:
      0 0 0 1px rgba(192, 132, 252, 0.4),
      0 0 26px rgba(167, 139, 250, 0.48),
      0 0 40px rgba(244, 114, 182, 0.22),
      0 8px 26px rgba(0, 0, 0, 0.32);
  }
  50% {
    background-position: 100% center;
    box-shadow:
      0 0 0 1px rgba(244, 114, 182, 0.5),
      0 0 38px rgba(217, 70, 239, 0.55),
      0 0 52px rgba(253, 164, 175, 0.32),
      0 10px 32px rgba(0, 0, 0, 0.28);
  }
}

.fm-btn-feedback:hover {
  animation: none;
  border-color: rgba(255, 250, 255, 0.88);
  background-position: 100% center;
  color: #08040c !important;
  box-shadow:
    0 0 0 2px rgba(250, 232, 255, 0.45),
    0 0 34px rgba(217, 70, 239, 0.65),
    0 0 58px rgba(251, 113, 133, 0.38),
    0 12px 36px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px) scale(1.02);
}

.fm-btn-feedback:focus-visible {
  outline: 2px solid #e879f9;
  outline-offset: 3px;
  color: #100818 !important;
  animation: none;
}

@media (prefers-reduced-motion: reduce) {
  .fm-btn-feedback {
    animation: none;
    background-position: 50% center;
  }
}

.tfm-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

/* Reklam & iş birliği — tek ekranda sığsın; gerekiyorsa ince kaydırma (çok kısa ekran) */
.partnership-modal-dialog {
  width: min(100% - 1rem, 32rem);
  margin: 0.5rem auto;
  max-height: min(92vh, 38rem);
  max-height: min(92dvh, 38rem);
}

.partnership-modal-content {
  max-height: min(92vh, 38rem);
  max-height: min(92dvh, 38rem);
  display: flex;
  flex-direction: column;
}

.partnership-modal-header {
  padding: 0.45rem 0.65rem;
  flex-shrink: 0;
}

.partnership-modal-body {
  padding: 0.45rem 0.65rem 0.55rem;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.partnership-modal-intro {
  line-height: 1.32;
}

.partnership-modal-lead {
  font-size: clamp(0.8rem, 2.4vw, 0.95rem);
  line-height: 1.28;
}

.partnership-modal-copy {
  font-size: clamp(0.68rem, 2vw, 0.78rem);
  line-height: 1.35;
}

.partnership-modal-textarea {
  resize: none;
  min-height: 3.25rem;
  max-height: 4.5rem;
  line-height: 1.35;
}

@media (min-width: 768px) {
  .partnership-modal-dialog,
  .partnership-modal-content {
    max-height: min(88vh, 36rem);
    max-height: min(88dvh, 36rem);
  }

  .partnership-modal-textarea {
    min-height: 3.5rem;
    max-height: 5rem;
  }
}

@media (max-height: 620px) {
  .partnership-modal-dialog,
  .partnership-modal-content {
    max-height: calc(100vh - 0.5rem);
    max-height: calc(100dvh - 0.5rem);
  }

  .partnership-modal-lead {
    margin-bottom: 0.35rem !important;
  }

  .partnership-modal-copy {
    margin-bottom: 0.35rem !important;
    font-size: 0.68rem;
    line-height: 1.3;
  }

  .partnership-modal-textarea {
    min-height: 2.75rem;
    max-height: 3.5rem;
  }
}

/* ——— Bölüm başlıkları ——— */
.fm-section {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.fm-section-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 0.25rem;
}

.fm-section-title em {
  font-style: normal;
  color: var(--fm-blue);
}

.fm-section-title--chart {
  line-height: 1.15;
  text-wrap: balance;
  text-transform: none;
}

.fm-section-line {
  width: 4rem;
  height: 3px;
  background: linear-gradient(90deg, var(--fm-neon), var(--fm-blue));
  border-radius: 2px;
  margin-bottom: 1.5rem;
}

/* ——— On-air kartı ——— */
.fm-onair-card {
  background: linear-gradient(145deg, var(--fm-surface) 0%, rgba(22, 22, 28, 0.6) 100%);
  border: 1px solid var(--fm-border);
  border-radius: 1.25rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.fm-onair-card::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--fm-red), var(--fm-neon), var(--fm-blue));
}

/* ——— Yayın akışı kartları ——— */
.fm-schedule-card {
  background: var(--fm-surface);
  border: 1px solid var(--fm-border);
  border-radius: 1rem;
  height: 100%;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.fm-schedule-card:hover {
  border-color: rgba(0, 212, 255, 0.35);
  box-shadow: 0 8px 32px rgba(0, 212, 255, 0.08);
}

.fm-schedule-card .card-header {
  background: rgba(238, 255, 0, 0.06);
  border-bottom: 1px solid var(--fm-border);
  font-weight: 600;
  color: var(--fm-neon);
}

.fm-day-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.fm-day-pill {
  flex: 1 1 calc(14% - 0.5rem);
  min-width: 5rem;
  text-align: center;
  padding: 0.5rem 0.35rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 0.5rem;
  border: 1px solid var(--fm-border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--fm-muted);
  cursor: pointer;
  transition: all 0.2s;
}

.fm-day-pill.is-active {
  border-color: var(--fm-blue);
  color: #fff;
  background: rgba(0, 212, 255, 0.12);
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.15);
}

.fm-sched-pill {
  border-radius: 2rem !important;
  border: 1px solid var(--fm-border) !important;
  color: var(--fm-muted) !important;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.fm-sched-pill.active,
.fm-sched-pill.show {
  background: linear-gradient(105deg, rgba(238, 255, 0, 0.18), rgba(0, 212, 255, 0.12)) !important;
  border-color: var(--fm-blue) !important;
  color: #fff !important;
}

.fm-schedule-pane {
  display: none;
}

.fm-schedule-pane.is-active {
  display: block;
}

/* ——— Top 10 ——— */
.fm-chart-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.25rem;
  align-items: center;
  padding: 1rem 1.25rem;
  margin-bottom: 0.65rem;
  background: var(--fm-surface);
  border: 1px solid var(--fm-border);
  border-radius: 0.85rem;
  transition: transform 0.2s, border-color 0.2s;
}

.fm-chart-item:hover {
  transform: translateX(4px);
  border-color: rgba(238, 255, 0, 0.25);
}

.fm-chart-rank {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.5rem, 6vw, 3.75rem);
  line-height: 1;
  background: linear-gradient(180deg, var(--fm-neon) 0%, var(--fm-blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 12px rgba(238, 255, 0, 0.25));
  min-width: 3.5rem;
  text-align: center;
}

.fm-chart-meta strong {
  color: #fff;
  font-size: 1.05rem;
}

.fm-chart-meta span {
  color: var(--fm-muted);
  font-size: 0.9rem;
}

/* ——— DJ ——— */
.fm-dj-card {
  background: var(--fm-surface);
  border: 1px solid var(--fm-border);
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  transition: box-shadow 0.25s, border-color 0.25s;
}

.fm-dj-card:hover {
  border-color: rgba(255, 45, 85, 0.35);
  box-shadow: 0 12px 40px rgba(255, 45, 85, 0.12);
}

.fm-dj-photo-btn {
  cursor: pointer;
  display: block;
  line-height: 0;
}

.fm-dj-photo-btn:hover .fm-dj-photo,
.fm-dj-photo-btn:hover .fm-dj-placeholder {
  opacity: 0.92;
}

.fm-dj-photo-btn:focus-visible {
  outline: 2px solid var(--fm-neon);
  outline-offset: 2px;
}

.fm-dj-photo {
  aspect-ratio: 1;
  background: linear-gradient(160deg, #1a1a22, #0d0d10);
  object-fit: cover;
  width: 100%;
}

.fm-dj-placeholder {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(160deg, rgba(238, 255, 0, 0.08), rgba(0, 212, 255, 0.06));
}

/* ——— Haber ——— */
.fm-news-card {
  background: var(--fm-surface);
  border: 1px solid var(--fm-border);
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  transition: border-color 0.2s;
}

.fm-news-card:hover {
  border-color: rgba(0, 212, 255, 0.4);
}

.fm-news-thumb-link {
  color: inherit;
}

.fm-news-thumb-link:focus-visible {
  outline: 2px solid var(--fm-neon);
  outline-offset: 2px;
}

.fm-news-thumb-link:hover .fm-news-thumb {
  opacity: 0.94;
}

.fm-news-thumb {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  object-fit: cover;
  background: #1a1a20;
  display: block;
  transition: opacity 0.2s ease;
}

.fm-news-date {
  font-size: 0.75rem;
  color: var(--fm-blue);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fm-regional-rss-card {
  background: var(--fm-surface);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fm-regional-rss-card:hover {
  border-color: rgba(238, 255, 0, 0.2) !important;
  box-shadow: 0 0 0 1px rgba(238, 255, 0, 0.06);
}

.fm-regional-rss-thumb-link:focus-visible {
  outline: 2px solid var(--fm-neon);
  outline-offset: 2px;
}

.fm-regional-rss-thumb {
  width: 120px;
  height: 68px;
  object-fit: cover;
  background: #1a1a20;
  display: block;
}

/* ——— Eski yardımcılar ——— */
.letter-spacing {
  letter-spacing: 0.2em;
}

.player-card {
  background: var(--fm-surface);
  border: 1px solid var(--fm-border) !important;
}

.player-visual {
  min-height: 140px;
  border: 1px solid var(--fm-border);
}

.pulse-rings {
  position: relative;
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
}

.pulse-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--fm-neon);
  opacity: 0.6;
  animation: pulse-ring 2s ease-out infinite;
}

.pulse-ring.delay-1 { animation-delay: 0.5s; }
.pulse-ring.delay-2 { animation-delay: 1s; }

@keyframes pulse-ring {
  0% { transform: scale(0.5); opacity: 0.8; }
  100% { transform: scale(1.4); opacity: 0; }
}

.page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

/* Statik sayfa içeriği — editörden gelen tablolar ve biçim */
.page-content table {
  width: 100%;
  max-width: 100%;
  margin: 1.25rem 0;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.page-content table th,
.page-content table td {
  border: 1px solid var(--fm-border);
  padding: 0.55rem 0.85rem;
  vertical-align: top;
}

.page-content table th {
  background: rgba(0, 212, 255, 0.1);
  color: var(--fm-text);
  font-weight: 600;
}

.page-content table tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.02);
}

.page-content h2,
.page-content h3,
.page-content h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.65rem;
  color: var(--fm-text);
}

.page-content ul,
.page-content ol {
  padding-left: 1.35rem;
  margin-bottom: 1rem;
}

.page-content blockquote {
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  border-left: 3px solid var(--fm-neon);
  background: rgba(0, 0, 0, 0.25);
  color: var(--fm-muted);
}

.page-content a {
  color: var(--fm-blue);
  text-decoration: underline;
}

.page-content a:hover {
  color: var(--fm-neon);
}

.np-lyrics-body {
  white-space: pre-wrap;
  word-break: break-word;
}

.schedule-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.fm-accordion .accordion-button {
  background: var(--fm-surface) !important;
  color: #fff !important;
  border: 1px solid var(--fm-border);
}

.fm-accordion .accordion-button:not(.collapsed) {
  border-color: var(--fm-neon);
  color: var(--fm-neon) !important;
}

.fm-accordion .accordion-body {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid var(--fm-border);
  border-top: none;
}

/* Sticky player — neon uyumu */
.persistent-player {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1080;
  background: rgba(7, 7, 8, 0.97);
  border-top: 1px solid rgba(238, 255, 0, 0.15);
  box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.persistent-player--no-stream .player-live-badge {
  opacity: 0.45;
}

.persistent-player--no-stream .player-play-btn {
  opacity: 0.55;
  pointer-events: none;
}

.persistent-player-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Sıra: çerez → canlı → telif → şimdi çalıyor → oynat */
.persistent-player-inner .player-cookie-btn {
  order: 1;
}

.persistent-player-inner .player-live-badge {
  order: 2;
}

.persistent-player-inner .player-credit {
  order: 3;
}

.persistent-player-inner .player-np {
  order: 4;
}

.persistent-player-inner .player-bar-controls {
  order: 5;
}

.player-credit {
  flex: 0 1 auto;
  min-width: 0;
  font-size: 0.72rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.52);
  letter-spacing: 0.01em;
  max-width: 17rem;
}

.player-credit-line1 {
  display: block;
}

.player-credit-brand {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.15s ease, opacity 0.15s ease;
}

.player-credit-brand:hover {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: underline;
}

.player-credit-brand:focus-visible {
  outline: 2px solid rgba(238, 255, 0, 0.55);
  outline-offset: 2px;
  border-radius: 2px;
}

.player-credit-byline {
  display: block;
  margin-top: 0.1em;
  white-space: nowrap;
}

.player-credit-sep {
  margin: 0 0.2em;
  opacity: 0.75;
}

.player-credit-agency {
  font-weight: 600;
  color: #34d399;
  text-shadow: 0 0 12px rgba(52, 211, 153, 0.35);
  white-space: nowrap;
}

.player-credit-agency:hover {
  color: #6ee7b7;
  text-decoration: underline !important;
}

.player-credit-agency:focus-visible {
  outline: 2px solid #34d399;
  outline-offset: 2px;
  border-radius: 2px;
}

@media (max-width: 767.98px) {
  .persistent-player-inner .player-credit {
    order: 10;
    flex: 0 0 100%;
    width: 100%;
    max-width: none;
    text-align: center;
    font-size: clamp(0.62rem, 3.1vw, 0.72rem);
    padding-top: 0.2rem;
    margin-top: 0.05rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    line-height: 1.45;
  }

}

.player-play-btn {
  /* Dokunma hedefi; logo ile biraz daha geniş */
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
}

.player-play-btn--branded {
  background: transparent;
  border: 2px solid rgba(238, 255, 0, 0.45);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35),
    0 0 18px rgba(0, 212, 255, 0.2);
}

.player-play-btn--branded:hover {
  border-color: rgba(238, 255, 0, 0.85);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35),
    0 0 22px rgba(0, 212, 255, 0.35);
}

.player-play-btn--branded:focus-visible {
  outline: 2px solid var(--fm-blue);
  outline-offset: 2px;
}

.player-play-btn-stack {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.player-play-btn-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.player-play-btn-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(7, 7, 10, 0.4);
  color: #fff;
  font-size: 0.95rem;
  line-height: 1;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.85);
  pointer-events: none;
}

.player-play-btn--branded[aria-pressed='true'] .player-play-btn-overlay {
  background: rgba(7, 7, 10, 0.32);
}

.player-volume {
  width: 5.5rem;
  min-width: 4rem;
  min-height: 2.75rem;
}

.player-volume-pct {
  min-width: 2.65rem;
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--fm-blue);
  letter-spacing: 0.02em;
}

.player-volume::-webkit-slider-thumb {
  width: 1.25rem;
  height: 1.25rem;
}

.player-volume::-moz-range-thumb {
  width: 1.25rem;
  height: 1.25rem;
}

.player-np {
  min-width: 0;
}

.player-live-badge {
  box-shadow: 0 0 16px rgba(255, 45, 85, 0.45);
}

.player-cookie-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border-color: rgba(255, 255, 255, 0.35);
}

.player-cookie-icon {
  display: block;
  flex-shrink: 0;
}

.cookie-policy-body.tfm-prose-dark a {
  color: var(--fm-neon);
}

.cookie-policy-body.tfm-prose-dark p:last-child {
  margin-bottom: 0;
}

/* Admin */
.admin-shell {
  min-height: 100vh;
  background: var(--fm-bg);
}

.admin-layout {
  min-height: 100vh;
}

.admin-sidebar {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.98) 0%, rgba(12, 12, 16, 1) 100%);
  border-bottom: 1px solid var(--fm-border);
  display: flex;
  flex-direction: column;
}

.admin-sidebar-brand {
  flex-shrink: 0;
  padding: 1rem 1.25rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.admin-sidebar-title {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  color: #fff;
  text-decoration: none;
  line-height: 1.15;
}

.admin-sidebar-title:hover {
  color: var(--fm-neon);
}

.admin-sidebar-badge {
  display: inline-block;
  margin-top: 0.35rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fm-muted);
}

.admin-sidebar-scroll {
  padding: 0.5rem 0.75rem 1.25rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.admin-nav {
  display: flex;
  gap: 0;
}

.admin-nav-details {
  margin: 0.15rem 0 0.35rem;
}

.admin-nav-summary {
  list-style: none;
  cursor: pointer;
  padding: 0.45rem 0.65rem;
  border-radius: 0.4rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(245, 245, 250, 0.95);
  user-select: none;
  transition:
    background 0.12s ease,
    color 0.12s ease;
}

.admin-nav-summary::-webkit-details-marker {
  display: none;
}

.admin-nav-summary::marker {
  content: "";
}

.admin-nav-summary::before {
  content: "";
  display: inline-block;
  width: 0.35em;
  height: 0.35em;
  margin-right: 0.5em;
  border-style: solid;
  border-width: 0.12em 0.12em 0 0;
  transform: rotate(45deg);
  transition: transform 0.15s ease;
  vertical-align: 0.12em;
  opacity: 0.75;
}

.admin-nav-details[open] > .admin-nav-summary::before {
  transform: rotate(135deg);
  vertical-align: 0.08em;
}

.admin-nav-summary:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.admin-nav-summary:focus-visible {
  outline: 2px solid var(--fm-neon);
  outline-offset: 2px;
  border-radius: 0.4rem;
}

.admin-nav-details[open] > .admin-nav-summary {
  color: var(--fm-neon);
}

.admin-nav-nested {
  padding: 0.2rem 0 0.15rem 0.5rem;
  margin: 0 0 0 0.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.admin-nav-link--nested {
  font-size: 0.84rem;
  padding-left: 0.55rem;
}

.admin-nav-link {
  display: block;
  padding: 0.45rem 0.65rem;
  margin-bottom: 0.1rem;
  border-radius: 0.4rem;
  font-size: 0.9rem;
  color: rgba(228, 228, 231, 0.88);
  text-decoration: none;
  transition:
    background 0.12s ease,
    color 0.12s ease;
}

.admin-nav-link:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.admin-nav-link:focus-visible {
  outline: 2px solid var(--fm-neon);
  outline-offset: 2px;
}

.admin-nav-link--active {
  background: rgba(238, 255, 0, 0.12);
  color: var(--fm-neon);
  box-shadow: inset 0 0 0 1px rgba(238, 255, 0, 0.2);
}

.admin-nav-link--subtle {
  font-size: 0.8rem;
  color: rgba(161, 161, 170, 0.95);
}

.admin-nav-link--site {
  color: var(--fm-blue);
  font-weight: 600;
}

.admin-nav-link--site:hover {
  color: #7ae8ff;
}

.admin-nav-divider {
  margin: 0.85rem 0.5rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 1;
}

.admin-main {
  min-width: 0;
  background: var(--fm-bg);
}

.admin-main-body {
  max-width: 1200px;
}

.admin-page-title {
  font-weight: 700;
  letter-spacing: -0.02em;
}

@media (min-width: 992px) {
  .admin-sidebar {
    width: 268px;
    max-width: 268px;
    min-height: 100vh;
    position: sticky;
    top: 0;
    align-self: flex-start;
    border-bottom: none;
    border-right: 1px solid var(--fm-border);
  }

  .admin-sidebar-scroll {
    max-height: calc(100vh - 4.5rem);
    padding-bottom: 1.5rem;
  }
}

.admin-shell .tfm-chart-wrap canvas {
  cursor: pointer;
}

.admin-shell .admin-settings-logo-preview {
  width: 140px;
  height: 140px;
  max-width: 100%;
  object-fit: contain;
}

.admin-shell .tfm-hero-metin {
  flex: 1 1 18rem;
  min-width: 15rem;
  max-width: min(34rem, 100%);
  width: auto;
  min-height: 2.25rem;
  resize: vertical;
  font-size: 0.8125rem;
  line-height: 1.35;
}

.admin-shell .tfm-hero-metin--freq {
  flex: 1 1 14rem;
  min-width: 11rem;
  max-width: min(22rem, 100%);
  width: auto;
  min-height: 2rem;
  height: 2rem;
  resize: none;
}

.admin-shell .tfm-hero-inline {
  row-gap: 0.4rem;
}

.admin-shell .tfm-hero-color-pick.tfm-hero-appearance-swatch {
  width: 1.35rem;
  min-width: 1.35rem;
  height: 1.2rem;
  padding: 0.05rem;
  cursor: pointer;
  border-radius: 0.2rem 0 0 0.2rem;
  border-right: 0;
}

.admin-shell .tfm-hero-appearance-hex {
  width: 3.45rem;
  min-width: 3.45rem;
  max-width: 3.45rem;
  height: 1.2rem;
  padding: 0.1rem 0.25rem;
  font-size: 0.6875rem;
  border-radius: 0 0.2rem 0.2rem 0;
}

.admin-shell .tfm-hero-appearance-size {
  flex: 1 1 4.2rem;
  min-width: 3.6rem;
  max-width: 8.4rem;
  height: 1.2rem;
  padding: 0.1rem 0.35rem;
  font-size: 0.6875rem;
}

/* Ana sayfa hero — Word tarzı punto açılır listesi */
.admin-shell .tfm-hero-fontsize-pt {
  flex: 0 0 auto;
  width: auto;
  min-width: 4.85rem;
  max-width: 7.25rem;
  height: 1.2rem;
  padding: 0.1rem 1.5rem 0.1rem 0.35rem;
  font-size: 0.6875rem;
  line-height: 1.2;
}

.admin-shell .tfm-hero-appearance-font {
  flex: 1 1 4.8rem;
  min-width: 4.5rem;
  max-width: 6.6rem;
  height: 1.2rem;
  padding: 0.1rem 0.35rem;
  font-size: 0.6875rem;
  line-height: 1.2;
}

@media (max-width: 991.98px) {
  .fm-day-pill {
    flex: 1 1 calc(33% - 0.5rem);
  }
}

/* Sponsorlar */
.fm-sponsor-card {
  background: linear-gradient(165deg, rgba(22, 22, 28, 0.95) 0%, rgba(10, 10, 14, 0.98) 100%);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.fm-sponsor-logo-wrap {
  position: relative;
  height: 132px;
  padding: 0;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0.75rem;
  border: 1px solid var(--fm-border);
  overflow: hidden;
}

.fm-sponsor-logo,
.fm-sponsor-logo--svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  display: block;
}

.fm-sponsor-logo--cover {
  object-fit: cover !important;
}

.fm-sponsor-logo-link:focus-visible {
  outline: 2px solid var(--fm-neon);
  outline-offset: 3px;
  border-radius: 1rem;
}

.fm-sponsor-logo-link:hover .fm-sponsor-logo-wrap {
  border-color: rgba(238, 255, 0, 0.35);
}

/* Sponsor tanıtım: slogan (lead) ile aynı görünen tekrar yerine gövde metni */
.fm-sponsor-promo-body {
  font-size: 1rem;
  line-height: 1.65;
}

/* Sponsor form: önizleme kutusu yüksekliği = canlı kart (132px) */
.fm-admin-sponsor-preview-wrap {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 132px;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #111;
}

.fm-admin-sponsor-preview-wrap #sponsorLogoPreview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.fm-sponsor-desc {
  line-height: 1.55;
  color: var(--fm-muted);
}

/* Editör (TinyMCE) satır içi koyu renk — koyu zeminde görünmez; okunaklı metin */
.fm-sponsor-desc--html,
.fm-sponsor-desc--html p,
.fm-sponsor-desc--html li,
.fm-sponsor-desc--html div:not(.table-responsive),
.fm-sponsor-desc--html span:not(.badge),
.fm-sponsor-desc--html td,
.fm-sponsor-desc--html th,
.fm-sponsor-desc--html strong,
.fm-sponsor-desc--html em,
.fm-sponsor-desc--html h2,
.fm-sponsor-desc--html h3,
.fm-sponsor-desc--html h4 {
  color: var(--fm-text) !important;
}

.fm-sponsor-desc--html p:last-child {
  margin-bottom: 0;
}

.fm-sponsor-desc--html a {
  color: var(--fm-blue) !important;
}

.fm-sponsor-desc--html a:hover {
  color: var(--fm-neon) !important;
}

.fm-sponsor-desc--html table {
  font-size: 0.9em;
}

/* Anket popup */
.fm-survey-modal .modal-content {
  box-shadow: 0 0 0 1px rgba(238, 255, 0, 0.12), 0 24px 64px rgba(0, 0, 0, 0.55);
}

.fm-survey-modal .form-check-input:checked {
  background-color: var(--fm-neon);
  border-color: var(--fm-neon);
}

/* Reklam / iş ortağı alanları — sakin, tek satır etiket */
.fm-spot-label {
  letter-spacing: 0.14em;
  color: var(--fm-muted);
  opacity: 0.85;
}

.fm-spot-region .row > [class*="col-"] {
  display: flex;
  justify-content: center;
}

.fm-spot-card {
  width: 100%;
  max-width: 100%;
  background: rgba(22, 22, 28, 0.65);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fm-spot-card:hover {
  border-color: rgba(238, 255, 0, 0.2) !important;
  box-shadow: 0 0 16px rgba(0, 212, 255, 0.06);
}

/* İç sayfa üstü reklam: ekstra üst boşluk verme */
.fm-spot-region[data-fm-spot="inner_top"] {
  padding-top: 0;
  padding-bottom: 1.25rem;
}

/* Tüm reklam slotları: 25:3 (ör. 1120×134 px) — contain ile oran dışı boşluk mümkün */
.fm-spot-frame {
  width: 100%;
  max-width: var(--fm-spot-frame-max-w);
  margin-inline: auto;
  aspect-ratio: 25 / 3;
  overflow: hidden;
  border-radius: 0.2rem;
  background: rgba(0, 0, 0, 0.25);
}

.fm-spot-frame .fm-spot-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Paylaşım + ana sayfa sosyal akış */
.fm-btn-share-x {
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.fm-btn-share-x:hover {
  background: #1a1a1a;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.fm-social-embed {
  min-height: 200px;
}

.fm-instagram-card {
  background: linear-gradient(145deg, rgba(22, 22, 28, 0.95), rgba(14, 14, 18, 0.98));
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fm-instagram-card:hover {
  border-color: rgba(225, 48, 108, 0.45) !important;
  box-shadow: 0 0 32px rgba(225, 48, 108, 0.12);
}

.fm-instagram-card__badge {
  letter-spacing: 0.2em;
  color: #e1306c;
}

/* ——— Mobil: okunabilirlik (≥16px) + dokunma hedefleri (~44px) ——— */
@media (max-width: 767.98px) {
  html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
  }

  .page-content,
  .page-content p,
  .page-content li,
  .fm-sponsor-desc,
  .fm-onair-card .small,
  .fm-onair-card .np-line + p {
    font-size: 1rem !important;
  }

  .fm-chart-meta span {
    font-size: 1rem;
  }

  .fm-news-card .small {
    font-size: 1rem !important;
  }

  .fm-dj-card .small,
  .fm-dj-card .text-secondary {
    font-size: 1rem !important;
  }
}

@media (max-width: 991.98px) {
  .navbar-toggler {
    min-width: 2.75rem;
    min-height: 2.75rem;
    padding: 0.5rem;
  }

  /* Üst şerit şeffafken açılır menü tek renk siyah görünmesin — panel + kontrast */
  .fm-site-header .fm-nav-inner {
    flex-wrap: wrap;
    align-items: center;
  }

  .fm-site-header .navbar-collapse.fm-nav-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    margin-top: 0.35rem;
    padding: 0.85rem 1rem 1.1rem;
    border-radius: 0.75rem;
    background: linear-gradient(
      165deg,
      rgba(32, 32, 40, 0.98) 0%,
      rgba(12, 12, 16, 0.99) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
      0 18px 50px rgba(0, 0, 0, 0.55),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .fm-site-header .navbar-collapse.fm-nav-collapse .navbar-nav {
    width: 100%;
  }

  .fm-site-header .navbar-collapse.fm-nav-collapse .fm-nav-link,
  .fm-site-header .navbar-collapse.fm-nav-collapse .nav-link.fm-nav-link {
    color: rgba(255, 255, 255, 0.94) !important;
  }

  .fm-nav-link,
  .fm-nav-collapse .dropdown-item {
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    padding: 0.65rem 1rem !important;
    font-size: 1rem;
  }

  .fm-nav-collapse .fm-btn-social {
    min-height: 2.75rem;
    padding: 0.5rem 1rem !important;
    font-size: 0.95rem;
  }

  .fm-sched-pill.nav-link {
    min-height: 2.75rem;
    padding: 0.55rem 1.1rem !important;
    font-size: 1rem;
  }

  .fm-day-pill {
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    padding: 0.5rem 0.5rem;
  }

  .fm-accordion .accordion-button {
    min-height: 2.75rem;
    font-size: 1rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .fm-share-block .btn {
    min-height: 2.75rem;
    padding: 0.5rem 1.1rem;
    font-size: 1rem;
  }

  .fm-footer-admin-link {
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
  }
}

/* PWA kurulum şeridi — oynatıcının hemen üstünde */
.fm-pwa-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: calc(var(--fm-pwa-above-player, 0px) + env(safe-area-inset-bottom, 0px));
  z-index: 1090;
  background: rgba(16, 16, 22, 0.97);
  border-top: 1px solid rgba(238, 255, 0, 0.2);
  box-shadow: 0 -4px 32px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  max-width: 100%;
}

.fm-pwa-banner-inner {
  max-width: 1200px;
}

.fm-pwa-banner-text {
  font-size: 1rem;
  line-height: 1.45;
  color: var(--fm-text);
}

.fm-pwa-install-btn,
.fm-pwa-dismiss-btn {
  min-height: 2.75rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
