.player-card video {
  width: 100%;
  border-radius: 20px;
  background: #050505;
  aspect-ratio: 16 / 9;
}

.player-status {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.5;
}

.placeholder-stack {
  display: grid;
  gap: 14px;
}

.placeholder-item {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.52);
}

.placeholder-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
}

.placeholder-item span {
  color: var(--muted);
  line-height: 1.5;
}

.empty-player {
  display: grid;
  place-items: center;
  min-height: 230px;
  border-radius: 20px;
  border: 1px dashed rgba(38, 28, 14, 0.18);
  background: rgba(255, 255, 255, 0.42);
  text-align: center;
  padding: 24px;
}

.empty-player p {
  max-width: 32ch;
  color: var(--muted);
  line-height: 1.6;
}
