.play-frame {
  background: radial-gradient(circle at top, #19151f 0, #08070b 65%);
  border-radius: 14px;
  border: 2px solid rgba(120, 100, 160, 0.7);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.9),
    0 16px 35px rgba(0, 0, 0, 0.85);
  padding: 0.9rem 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.play-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.85;
}

.play-title { color: #fce9c5; }
.play-subtitle { font-size: 0.7rem; opacity: 0.7; }

.play-viewport {
  position: relative;
  flex: 1;
  min-height: 260px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,.02), rgba(255,255,255,.02) 2px, transparent 2px, transparent 4px),
    radial-gradient(circle at center, #151015 0, #050406 70%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem;
}

.play-placeholder {
  font-size: 0.9rem;
  opacity: 0.7;
  text-align: center;
  max-width: 18rem;
}
