@import url('kai.css');

/* DJ Arcade — purple accent */
#hdr { background: #6A1B9A; border-bottom-color: #4A148C; }
.pill { background: #6A1B9A; }
.li:focus { background: #6A1B9A; color: #fff; }
.quiz-a:focus { background: #6A1B9A; color: #fff; }

/* Quiz feedback */
.quiz-a.right { background: #d4edda; color: #155724; }
.quiz-a.wrong { background: #f8d7da; color: #721c24; }
.quiz-a.right:focus { background: #155724; color: #fff; }
.quiz-a.wrong:focus { background: #721c24; color: #fff; }

/* Progress bar for a quiz run */
.qbar {
  padding: 4px 8px;
  font-size: 11px;
  color: #666666;
  background: #f4f4f4;
  border-bottom: 1px solid #eeeeee;
}

/* Final-score panel */
.qscore {
  text-align: center;
  padding: 24px 12px;
}
.qscore .big {
  font-size: 40px;
  color: #6A1B9A;
  font-weight: bold;
  line-height: 1.2;
}
.qscore .lbl {
  font-size: 13px;
  color: #666666;
  margin-top: 6px;
}
