/* === OPMYA Estrenos Modern === */
.opmya-estrenos {
  max-width: 960px;
  margin: 30px auto;
  padding: 20px;
  background: rgba(0,0,0,.85);
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(0,255,255,.15);
  color: #fff;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial;
}

.opmya-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.opmya-tab {
  flex: 1;
  padding: 10px;
  background: #111;
  border: 1px solid #00cfff;
  color: #00cfff;
  cursor: pointer;
  text-align: center;
  border-radius: 8px;
  font-weight: bold;
}

.opmya-tab.active {
  background: #00cfff;
  color: #000;
}

.opmya-player {
  display: none;
}

.opmya-player.active {
  display: block;
}

.opmya-player video {
  width: 100%;
  max-height: 540px;
  background: black;
  border-radius: 10px;
}
