@import url('kai.css');

/* DJ Play — green accent (live TV) */
#hdr { background: #0F7A3C; border-bottom-color: #0B5F2E; }
.pill { background: #0F7A3C; }
.li:focus { background: #0F7A3C; }
.chan:focus { background: #0F7A3C; }
.quiz-a:focus { background: #0F7A3C; }

/* Full-screen video overlay */
.player {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 0;
  right: 0;
  background: #000000;
}
.player video, .player iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #000000;
}
.player .label {
  position: absolute;
  bottom: 4px;
  left: 6px;
  right: 6px;
  color: #ffffff;
  font-size: 11px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.9);
}

/* Player "cannot play" fallback */
.no-play {
  padding: 20px 12px;
  text-align: center;
  color: #666666;
  font-size: 13px;
}
.no-play .big { font-size: 32px; color: #cccccc; margin-bottom: 8px; }
