/* Estilos responsivos para filmes, séries, canais */
body { font-family: 'Poppins', sans-serif; background: #0f172a; color: white; overflow-x: hidden; }

/* Nome do site no nav: branco, sem gradiente */
.nav-brand {
    color: #fff;
}

.card-hover { transition: transform 0.3s, box-shadow 0.3s; }
.card-hover:hover { transform: translateY(-8px); box-shadow: 0 20px 25px -5px rgba(0,0,0,0.3); }

/* Player: botões touch-friendly para mobile (min 44px) */
.player-btn-touch {
  min-height: 44px;
  min-width: 44px;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
@media (max-width: 640px) {
  .player-btn-touch { padding: 10px 12px; }
}

/* Seek bar Clappr (série): área de toque maior para mobile */
#playerSerie .media-control { min-height: 44px; }
#playerSerie .media-control-progressbar,
#playerSerie [class*="seek"],
#playerSerie [class*="progress"] {
  min-height: 36px;
  padding: 10px 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
