/* =========================================================
   PODCAST THEME — MIDNIGHT VIOLET × PETAL ROUGE × CREAM
   Design profissional com gradiente metálico e sistema de cores estruturado
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap');

/* ---- GOCHI HAND EM ABSOLUTAMENTE TUDO ---- */
/* Seletores explícitos para garantir que nada escape do estilo.css */
body.page-podcast-isablack,
body.page-podcast-isablack h1,
body.page-podcast-isablack h2,
body.page-podcast-isablack h3,
body.page-podcast-isablack h4,
body.page-podcast-isablack h5,
body.page-podcast-isablack h6,
body.page-podcast-isablack p,
body.page-podcast-isablack a,
body.page-podcast-isablack span,
body.page-podcast-isablack li,
body.page-podcast-isablack ul,
body.page-podcast-isablack ol,
body.page-podcast-isablack button,
body.page-podcast-isablack input,
body.page-podcast-isablack label,
body.page-podcast-isablack textarea,
body.page-podcast-isablack select,
body.page-podcast-isablack div,
body.page-podcast-isablack article,
body.page-podcast-isablack section,
body.page-podcast-isablack nav,
body.page-podcast-isablack footer,
body.page-podcast-isablack header,
body.page-podcast-isablack strong,
body.page-podcast-isablack em,
body.page-podcast-isablack small,
body.page-podcast-isablack time,
body.page-podcast-isablack figcaption,
body.page-podcast-isablack blockquote,
body.page-podcast-isablack cite,
body.page-podcast-isablack * {
  font-family: 'Gochi Hand', cursive !important;
}

/* --- VARIÁVEIS DE MARCA --- */
body.page-podcast-isablack {
  --pc-cream: #FDFBF7;
  --pc-violet: #442030;
  --pc-violet-dark: #2E1520;
  --pc-violet-light: #5E2D42;
  --pc-rouge: #DE7DA0;
  --pc-rouge-light: #F0B3C8;
  --pc-rouge-dark: #C0607F;

  /* GRADIENTE METÁLICO DE FUNDO — efeito acetinado/veludo */
  --pc-gradient-bg:
    radial-gradient(ellipse at 20% 0%, #6B2D46 0%, transparent 55%),
    radial-gradient(ellipse at 80% 100%, #2E1520 0%, transparent 55%),
    linear-gradient(160deg,
      #3A1A2A 0%,
      #442030 30%,
      #4E2438 55%,
      #3A1A2A 80%,
      #2C1620 100%
    );

  background: var(--pc-gradient-bg) !important;
  min-height: 100vh !important;
  color: var(--pc-cream) !important;
  font-family: 'Gochi Hand', cursive !important;
}

body.page-podcast-isablack * {
  font-family: 'Gochi Hand', cursive !important;
}

/* ---- LOGO EM PETAL ROUGE ---- */
/* Filtro CSS calculado para transformar preto em #DE7DA0 */
body.page-podcast-isablack .logo1-nav-img,
body.page-podcast-isablack .logo-loader-img,
body.page-podcast-isablack .vignette-logo-img,
body.page-podcast-isablack footer img {
  filter: brightness(0) saturate(100%) invert(64%) sepia(38%) saturate(432%) hue-rotate(296deg) brightness(99%) contrast(91%) !important;
}

/* ---- LOADER ---- */
body.page-podcast-isablack .loader {
  background: var(--pc-gradient-bg) !important;
}

body.page-podcast-isablack .loader-bar {
  background: rgba(222, 125, 160, 0.15) !important;
  width: 140px !important;
}

body.page-podcast-isablack .loader-bar::after {
  background: linear-gradient(90deg, var(--pc-rouge-dark), var(--pc-rouge), var(--pc-rouge-light)) !important;
}

/* ---- NAVEGAÇÃO ---- */
body.page-podcast-isablack .podcast-nav {
  background: rgba(44, 22, 32, 0.88) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-bottom: 1px solid rgba(222, 125, 160, 0.25) !important;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.35) !important;
}

body.page-podcast-isablack .nav-link-isa {
  color: var(--pc-cream) !important;
  opacity: 0.85;
  letter-spacing: 0.06em;
  transition: color 0.25s ease, opacity 0.25s ease !important;
}

body.page-podcast-isablack .nav-link-isa:hover {
  color: var(--pc-rouge) !important;
  opacity: 1;
}

body.page-podcast-isablack .nav-toggle span {
  background: var(--pc-rouge) !important;
}

/* ---- HERO FULLSCREEN ---- */
body.page-podcast-isablack .podcast-hero-fullscreen {
  background: transparent !important;
}

/* Overlay sutil sobre a imagem do hero */
body.page-podcast-isablack .podcast-hero-bg-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
    rgba(44, 22, 32, 0.3) 0%,
    rgba(44, 22, 32, 0.0) 40%,
    rgba(44, 22, 32, 0.7) 100%
  ) !important;
}

/* ---- SHOW HEADER (INFORMAÇÕES DO PODCAST) ---- */
body.page-podcast-isablack .spotify-show-header-section {
  background: rgba(36, 16, 26, 0.65) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border-top: 1px solid rgba(222, 125, 160, 0.18) !important;
  border-bottom: 1px solid rgba(222, 125, 160, 0.18) !important;
}

body.page-podcast-isablack .spotify-show-title {
  color: var(--pc-rouge) !important;
  text-shadow: 0 2px 20px rgba(222, 125, 160, 0.3) !important;
}

body.page-podcast-isablack .spotify-show-type {
  color: var(--pc-cream) !important;
  opacity: 0.6;
}

body.page-podcast-isablack .spotify-verified-badge {
  background: var(--pc-rouge) !important;
  color: var(--pc-violet-dark) !important;
  font-weight: 700 !important;
}

body.page-podcast-isablack .spotify-show-desc {
  color: var(--pc-cream) !important;
  opacity: 0.75;
  line-height: 1.7 !important;
}

body.page-podcast-isablack .spotify-author {
  color: var(--pc-cream) !important;
  opacity: 0.7;
}

body.page-podcast-isablack .spotify-author strong {
  color: var(--pc-rouge-light) !important;
  opacity: 1 !important;
}

body.page-podcast-isablack .spotify-bullet,
body.page-podcast-isablack .spotify-ep-count,
body.page-podcast-isablack .spotify-schedule {
  color: var(--pc-cream) !important;
  opacity: 0.55;
}

/* ---- BOTÕES DO SHOW HEADER ---- */
/* Botão principal: Rouge sólido com hover suave */
body.page-podcast-isablack .spotify-btn-primary {
  background: var(--pc-rouge) !important;
  color: var(--pc-violet-dark) !important;
  border: none !important;
  box-shadow: 0 4px 18px rgba(222, 125, 160, 0.45) !important;
  transition: all 0.25s ease !important;
}

body.page-podcast-isablack .spotify-btn-primary:hover {
  background: var(--pc-rouge-light) !important;
  box-shadow: 0 6px 28px rgba(222, 125, 160, 0.65) !important;
  transform: translateY(-1px) !important;
}

/* Botão secundário: contornado com cream */
body.page-podcast-isablack .spotify-btn-secondary {
  background: transparent !important;
  color: var(--pc-cream) !important;
  border: 1.5px solid rgba(253, 251, 247, 0.45) !important;
  transition: all 0.25s ease !important;
}

body.page-podcast-isablack .spotify-btn-secondary:hover {
  background: rgba(253, 251, 247, 0.08) !important;
  border-color: var(--pc-cream) !important;
  color: var(--pc-cream) !important;
}

/* Botão ícone: sutil, com hover rouge */
body.page-podcast-isablack .spotify-btn-icon {
  background: transparent !important;
  color: rgba(253, 251, 247, 0.55) !important;
  border: 1.5px solid rgba(253, 251, 247, 0.2) !important;
  transition: all 0.25s ease !important;
}

body.page-podcast-isablack .spotify-btn-icon:hover {
  color: var(--pc-rouge) !important;
  border-color: var(--pc-rouge) !important;
  background: rgba(222, 125, 160, 0.1) !important;
}

/* ---- SEÇÃO DE EPISÓDIOS ---- */
body.page-podcast-isablack .spotify-episodes-main-section {
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.45) 1.5px, transparent 1.5px) !important;
  background-size: 20px 20px !important;
  background-color: transparent !important;
}

body.page-podcast-isablack .spotify-heading {
  color: var(--pc-cream) !important;
}

body.page-podcast-isablack .spotify-sub-tag {
  color: var(--pc-rouge) !important;
  letter-spacing: 0.12em;
}

body.page-podcast-isablack .spotify-gochi-quote {
  color: rgba(253, 251, 247, 0.55) !important;
  font-style: italic !important;
}

/* ---- PILLS DE FILTRO ---- */
body.page-podcast-isablack .filter-pill {
  background: rgba(253, 251, 247, 0.06) !important;
  color: rgba(253, 251, 247, 0.70) !important;
  border: 1.5px solid rgba(253, 251, 247, 0.18) !important;
  transition: all 0.2s ease !important;
}

body.page-podcast-isablack .filter-pill:hover {
  background: rgba(222, 125, 160, 0.12) !important;
  color: var(--pc-rouge-light) !important;
  border-color: rgba(222, 125, 160, 0.45) !important;
}

body.page-podcast-isablack .filter-pill.active {
  background: var(--pc-rouge) !important;
  color: var(--pc-violet-dark) !important;
  border-color: var(--pc-rouge) !important;
  font-weight: 700 !important;
  box-shadow: 0 2px 12px rgba(222, 125, 160, 0.4) !important;
}

/* ---- GRID DE MINIATURAS DE EPISÓDIOS ---- */
body.page-podcast-isablack .podcast-grid-section {
  padding: 60px 0 120px 0;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

body.page-podcast-isablack .podcast-grid-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;
}

body.page-podcast-isablack .podcast-thumbnail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 24px;
  margin-top: 40px;
  width: 100%;
}

@media (max-width: 640px) {
  body.page-podcast-isablack .podcast-thumbnail-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* Card Individual (que age como um botão) */
body.page-podcast-isablack .podcast-thumbnail-card {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: var(--pc-violet-dark) !important;
  background-size: cover !important;
  background-position: center !important;
  border: none !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  padding: 0 !important;
  cursor: pointer !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  outline: none !important;
  display: flex !important;
  flex-direction: column !important;
}

body.page-podcast-isablack .podcast-thumbnail-card.hidden {
  display: none !important;
}

body.page-podcast-isablack .podcast-thumbnail-card:hover {
  transform: translateY(-4px) scale(1.02) !important;
  box-shadow: 0 10px 30px rgba(222, 125, 160, 0.35) !important;
}

/* Overlay Escura com Degradê */
body.page-podcast-isablack .podcast-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(18, 9, 14, 0.95) 0%,
    rgba(18, 9, 14, 0.5) 50%,
    rgba(18, 9, 14, 0.1) 100%
  );
  z-index: 1;
  transition: opacity 0.3s ease;
}

body.page-podcast-isablack .podcast-thumbnail-card:hover .podcast-card-overlay {
  background: linear-gradient(
    to top,
    rgba(18, 9, 14, 0.98) 0%,
    rgba(222, 125, 160, 0.3) 60%,
    rgba(18, 9, 14, 0.2) 100%
  );
}

/* Ícone de Play central que aparece no hover */
body.page-podcast-isablack .podcast-card-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--pc-rouge);
  color: var(--pc-violet-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 0 20px rgba(222, 125, 160, 0.6);
}

body.page-podcast-isablack .podcast-thumbnail-card:hover .podcast-card-play-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Conteúdo de Texto no Card (Título e Meta) */
body.page-podcast-isablack .podcast-card-content {
  position: relative;
  z-index: 3;
  padding: 24px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}

body.page-podcast-isablack .podcast-card-meta {
  font-family: 'Azeret Mono', monospace !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  color: var(--pc-rouge-light) !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  display: block;
  margin-bottom: 8px;
}

body.page-podcast-isablack .podcast-card-title {
  font-family: 'Syne', sans-serif !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  color: var(--pc-cream) !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  letter-spacing: -0.01em !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  /* Truncamento elegante para caber em 3 linhas caso o título seja gigante */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 480px) {
  body.page-podcast-isablack .podcast-card-content {
    padding: 16px;
  }
  body.page-podcast-isablack .podcast-card-title {
    font-size: 1.05rem !important;
  }
}

/* =========================================================
   MODAL DE VÍDEO DO PODCAST (POPUP)
   ========================================================= */
body.page-podcast-isablack .podcast-video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background: rgba(18, 9, 14, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 15000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  box-sizing: border-box;
  padding: 20px;
}

body.page-podcast-isablack .podcast-video-modal.active {
  opacity: 1;
  pointer-events: auto;
}

body.page-podcast-isablack .podcast-modal-box {
  background: #160b11;
  border: 1px solid rgba(222, 125, 160, 0.3);
  border-radius: 16px;
  width: 100%;
  max-width: 900px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(222, 125, 160, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: scale(0.92);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

body.page-podcast-isablack .podcast-video-modal.active .podcast-modal-box {
  transform: scale(1);
}

/* Botão Fechar */
body.page-podcast-isablack .podcast-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(18, 9, 14, 0.7);
  border: 1px solid rgba(253, 251, 247, 0.2);
  color: var(--pc-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
}

body.page-podcast-isablack .podcast-modal-close:hover {
  background: var(--pc-rouge);
  color: var(--pc-violet-dark);
  border-color: var(--pc-rouge);
  transform: scale(1.05);
}

/* Wrapper de Vídeo Responsivo (Proporção 16:9) */
body.page-podcast-isablack .podcast-modal-video-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  background: #000;
}

body.page-podcast-isablack .podcast-modal-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Informações do Episódio (Abaixo do Vídeo) */
body.page-podcast-isablack .podcast-modal-info {
  padding: 30px;
  text-align: left;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  body.page-podcast-isablack .podcast-modal-info {
    padding: 20px;
  }
}

body.page-podcast-isablack .podcast-modal-meta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

body.page-podcast-isablack .podcast-modal-badge {
  font-family: 'Syne', sans-serif !important;
  font-size: 0.65rem !important;
  font-weight: 700 !important;
  color: var(--pc-rouge-light) !important;
  background: rgba(222, 125, 160, 0.15);
  border: 1px solid rgba(222, 125, 160, 0.3);
  padding: 3px 12px;
  border-radius: 30px;
  text-transform: uppercase;
}

body.page-podcast-isablack .podcast-modal-date,
body.page-podcast-isablack .podcast-modal-duration {
  font-family: 'Azeret Mono', monospace !important;
  font-size: 0.68rem !important;
  color: rgba(253, 251, 247, 0.5);
}

body.page-podcast-isablack .podcast-modal-title {
  font-family: 'Syne', sans-serif !important;
  font-size: 1.45rem !important;
  font-weight: 800 !important;
  color: var(--pc-cream) !important;
  line-height: 1.3 !important;
  margin: 0 0 12px 0 !important;
  letter-spacing: -0.02em !important;
}

@media (max-width: 640px) {
  body.page-podcast-isablack .podcast-modal-title {
    font-size: 1.2rem !important;
  }
}

body.page-podcast-isablack .podcast-modal-desc {
  font-family: 'Syne', sans-serif !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
  color: rgba(253, 251, 247, 0.7) !important;
  margin: 0 !important;
}

/* ---- VINHETA DE TRANSIÇÃO ---- */
body.page-podcast-isablack .isablack-vignette {
  background: linear-gradient(135deg, #2E1520 0%, #442030 50%, #3A1A2A 100%) !important;
}

body.page-podcast-isablack .vignette-brand {
  color: var(--pc-rouge) !important;
  text-shadow: 0 0 30px rgba(222, 125, 160, 0.5) !important;
}

body.page-podcast-isablack .vignette-sub {
  color: rgba(253, 251, 247, 0.6) !important;
}

body.page-podcast-isablack .vignette-progress-line {
  background: rgba(253, 251, 247, 0.08) !important;
}

body.page-podcast-isablack .vignette-progress-line::after {
  background: linear-gradient(90deg, var(--pc-rouge-dark), var(--pc-rouge-light)) !important;
}

/* ---- RODAPÉ ---- */
body.page-podcast-isablack footer {
  background: rgba(30, 12, 22, 0.9) !important;
  border-top: 1px solid rgba(222, 125, 160, 0.2) !important;
  color: rgba(253, 251, 247, 0.65) !important;
}

body.page-podcast-isablack footer a {
  color: var(--pc-rouge) !important;
  opacity: 0.85;
  transition: opacity 0.2s ease, color 0.2s ease !important;
}

body.page-podcast-isablack footer a:hover {
  color: var(--pc-rouge-light) !important;
  opacity: 1;
}

/* ---- CORREÇÃO DE OVERFLOW GLOBAL DA PÁGINA ---- */
html, body.page-podcast-isablack {
  overflow-x: hidden !important;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  scroll-behavior: smooth;
}

body.page-podcast-isablack main {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

body.page-podcast-isablack .spotify-show-header-section {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

body.page-podcast-isablack .podcast-video-modal {
  width: 100% !important;
  height: 100% !important;
}

/* =========================================================
   CARDS DE EPISÓDIO ESPECIAIS & EFEITOS SONOROS DE LUXO
   ========================================================= */

/* Card 6 Especial (Sem imagem) */
body.page-podcast-isablack .podcast-thumbnail-card.special-sound-card {
  background: linear-gradient(135deg, #160b11 0%, #301622 100%) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
}

body.page-podcast-isablack .podcast-card-mic-graphic {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 2;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
}

body.page-podcast-isablack .podcast-thumbnail-card:hover .podcast-card-mic-graphic {
  transform: translate(-50%, -50%) scale(0.85);
  opacity: 0.15;
}

/* Micro Animadores de Ondas Sonoras */
body.page-podcast-isablack .sound-bars-mini {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 24px;
}

body.page-podcast-isablack .sound-bars-mini span {
  display: inline-block;
  width: 4px;
  height: 100%;
  background: var(--pc-rouge);
  border-radius: 4px;
  transform-origin: bottom;
  animation: soundWaveMini 1.2s ease-in-out infinite alternate;
}

body.page-podcast-isablack .sound-bars-mini span:nth-child(1) { height: 40%; animation-duration: 0.8s; }
body.page-podcast-isablack .sound-bars-mini span:nth-child(2) { height: 80%; animation-duration: 1.1s; animation-delay: 0.15s; }
body.page-podcast-isablack .sound-bars-mini span:nth-child(3) { height: 100%; animation-duration: 0.9s; animation-delay: 0.3s; }
body.page-podcast-isablack .sound-bars-mini span:nth-child(4) { height: 60%; animation-duration: 1.3s; animation-delay: 0.45s; }
body.page-podcast-isablack .sound-bars-mini span:nth-child(5) { height: 30%; animation-duration: 0.7s; animation-delay: 0.6s; }

@keyframes soundWaveMini {
  0% { transform: scaleY(0.15); }
  100% { transform: scaleY(1); }
}

/* Efeito Ripples de Ondas Sonoras no Play Button central dos cards */
body.page-podcast-isablack .podcast-card-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--pc-rouge);
  color: var(--pc-violet-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body.page-podcast-isablack .podcast-card-play-icon::before,
body.page-podcast-isablack .podcast-card-play-icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--pc-rouge);
  opacity: 0.4;
  z-index: -1;
  transform: scale(1);
}

body.page-podcast-isablack .podcast-thumbnail-card:hover .podcast-card-play-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

body.page-podcast-isablack .podcast-thumbnail-card:hover .podcast-card-play-icon::before {
  animation: soundRipple 1.6s linear infinite;
}

body.page-podcast-isablack .podcast-thumbnail-card:hover .podcast-card-play-icon::after {
  animation: soundRipple 1.6s linear infinite 0.8s;
}

@keyframes soundRipple {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.75);
    opacity: 0;
  }
}

/* Equalizador ativado no Modal ao assistir */
body.page-podcast-isablack .modal-playing-equalizer {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  width: 18px;
  height: 16px;
  margin-left: 4px;
}

body.page-podcast-isablack .modal-playing-equalizer span {
  display: inline-block;
  width: 3px;
  height: 100%;
  background: var(--pc-rouge);
  border-radius: 2px;
  animation: modalEqPlay 0.7s ease-in-out infinite alternate;
  transform-origin: bottom;
}

body.page-podcast-isablack .modal-playing-equalizer span:nth-child(1) { height: 40%; animation-duration: 0.6s; }
body.page-podcast-isablack .modal-playing-equalizer span:nth-child(2) { height: 90%; animation-duration: 0.8s; animation-delay: 0.15s; }
body.page-podcast-isablack .modal-playing-equalizer span:nth-child(3) { height: 100%; animation-duration: 0.7s; animation-delay: 0.3s; }
body.page-podcast-isablack .modal-playing-equalizer span:nth-child(4) { height: 60%; animation-duration: 0.9s; animation-delay: 0.1s; }

@keyframes modalEqPlay {
  0% { transform: scaleY(0.2); }
  100% { transform: scaleY(1); }
}

body.page-podcast-isablack .spotify-filter-pills {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* ---- CENTRALIZAÇÃO DO SHOW HEADER (IMAGEM E CONTEÚDO) ---- */
/* ---- DESKTOP LAYOUT LATERAL (IMAGEM ESQUERDA, CONTEÚDO DIREITA) ---- */
body.page-podcast-isablack .spotify-show-header-container {
  flex-direction: row !important;
  align-items: center !important;
  text-align: left !important;
  gap: 48px !important;
}

body.page-podcast-isablack .spotify-show-info {
  align-items: flex-start !important;
  text-align: left !important;
}

body.page-podcast-isablack .spotify-show-actions {
  justify-content: flex-start !important;
}

/* RESPONSIVIDADE PARA VOLTAR A EMPILHAR NO MOBILE */
@media (max-width: 900px) {
  body.page-podcast-isablack .spotify-show-header-container {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 24px !important;
  }
  
  body.page-podcast-isablack .spotify-show-info {
    align-items: center !important;
    text-align: center !important;
  }
  
  body.page-podcast-isablack .spotify-show-actions {
    justify-content: center !important;
  }
}

/* Efeito da Imagem "Solta" e Sem Card */
body.page-podcast-isablack .spotify-show-cover {
  width: 240px !important;
  height: 240px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

body.page-podcast-isablack .spotify-show-cover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  animation: neonOnAirPulse 3s ease-in-out infinite, microVibration 5s ease-in-out infinite;
}

/* Efeito Neon ON AIR - Pulso de Brilho */
@keyframes neonOnAirPulse {
  0%, 100% {
    filter: drop-shadow(0 0 8px rgba(222, 125, 160, 0.4)) 
            drop-shadow(0 0 16px rgba(222, 125, 160, 0.15));
  }
  50% {
    filter: drop-shadow(0 0 20px rgba(222, 125, 160, 0.9)) 
            drop-shadow(0 0 35px rgba(222, 125, 160, 0.45))
            brightness(1.18);
  }
}

/* Efeito de Vibração Sonora Periódica (a cada 5 segundos) */
@keyframes microVibration {
  0%, 92%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  93% {
    transform: translate(1px, 1px) rotate(0.3deg);
  }
  94% {
    transform: translate(-1px, -0.5px) rotate(-0.3deg);
  }
  95% {
    transform: translate(-1.5px, 0px) rotate(0.6deg);
  }
  96% {
    transform: translate(1px, -1px) rotate(-0.6deg);
  }
  97% {
    transform: translate(0px, 0.5px) rotate(0deg);
  }
  98% {
    transform: translate(-0.5px, -0.5px) rotate(0.3deg);
  }
  99% {
    transform: translate(0.5px, 0px) rotate(-0.3deg);
  }
}

/* Restauração do Efeito de Pontinhos no Fundo */
body.page-podcast-isablack .podcast-grid-section {
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.45) 1.5px, transparent 1.5px) !important;
  background-size: 20px 20px !important;
  background-color: transparent !important;
}

/* ===== CAMADA STANDBY / EM DESENVOLVIMENTO (OVERLAY) ===== */
.standby-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999990;
  background: rgba(22, 9, 16, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
  opacity: 1;
  visibility: visible;
}

.standby-card {
  background: rgba(30, 13, 22, 0.96);
  border: 1px solid rgba(222, 125, 160, 0.35);
  border-radius: 24px;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.85), 0 0 50px rgba(222, 125, 160, 0.15);
  max-width: 480px;
  width: 100%;
  padding: 42px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  animation: standbyScaleIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes standbyScaleIn {
  from {
    opacity: 0;
    transform: scale(0.92) translateY(12px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Spinner Animado Circular */
.standby-loader-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.standby-spinner {
  width: 44px;
  height: 44px;
  border: 3px solid rgba(222, 125, 160, 0.18);
  border-top-color: #DE7DA0;
  border-right-color: #DE7DA0;
  border-radius: 50%;
  animation: standbySpin 1s linear infinite;
  box-shadow: 0 0 15px rgba(222, 125, 160, 0.2);
}

@keyframes standbySpin {
  to { transform: rotate(360deg); }
}

.standby-status-label {
  font-family: 'Azeret Mono', monospace;
  font-size: 0.70rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #DE7DA0;
  text-transform: uppercase;
}

.standby-logo {
  max-height: 48px;
  width: auto;
  margin: 0 auto 18px auto;
  display: block;
  filter: brightness(0) invert(1);
}

.standby-title {
  font-family: 'Gochi Hand', cursive;
  font-size: 2.2rem;
  color: #F6F2ED;
  margin: 0 0 14px 0;
  line-height: 1.15;
}

.standby-desc {
  font-family: 'Syne', sans-serif;
  font-size: 1.0rem;
  color: rgba(246, 242, 237, 0.82);
  line-height: 1.6;
  margin: 0 0 30px 0;
}

.standby-desc strong {
  color: #DE7DA0;
  font-weight: 600;
}

.standby-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.standby-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 15px 24px;
  background: #DE7DA0;
  color: #1A0B13;
  font-family: 'Azeret Mono', monospace;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 8px 24px rgba(222, 125, 160, 0.35);
  transition: all 0.25s ease;
  box-sizing: border-box;
  border: none;
}

.standby-btn-primary:hover {
  background: #E895B3;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(222, 125, 160, 0.5);
  color: #1A0B13;
}
