/* WODDI Quiz — Phase 2c: one-question stepper + score screen */
.wq-hidden { display:none !important; }
.wq-progress { margin:0 0 14px; }
.wq-progress > span { font-size:.875rem; color:#555; }
.wq-progress > span strong { color:#D4006A; font-size:1rem; }
.wq-count { float:right; font-size:.8125rem !important; color:#888 !important; }
.wq-bar { height:6px; border-radius:99px; background:rgba(0,0,0,.08); margin-top:8px; overflow:hidden; }
.wq-bar > div { height:100%; border-radius:99px; background:linear-gradient(90deg,#D4006A,#7CB518); transition:width .3s ease; }
body.dm-theme-dark .wq-bar { background:rgba(255,255,255,.12); }
body.dm-theme-dark .wq-progress > span { color:#bbb; }
.wq-nav { display:flex; align-items:center; justify-content:space-between; gap:12px; margin:16px 0 8px; }
.wq-nav button { min-height:48px; }
.wq-hint { font-size:.875rem; color:#7CB518; font-weight:700; }
.quiz-view .question-card .options label { min-height:52px; }
.wq-result { text-align:center; padding:28px 18px; border-radius:16px; margin:14px 0;
  border:2px solid; }
.wq-result.pass { border-color:#7CB518; background:rgba(124,181,24,.08); }
.wq-result.fail { border-color:#D4006A; background:rgba(212,0,106,.06); }
.wq-score { font-size:3rem; font-weight:900; line-height:1; margin-bottom:8px; }
.wq-result.pass .wq-score { color:#5F8E10; }
.wq-result.fail .wq-score { color:#D4006A; }
.wq-result h2 { margin:0 0 6px; font-size:1.25rem; }
.wq-result p { margin:0 auto 16px; max-width:420px; font-size:.9375rem; color:#555; }
body.dm-theme-dark .wq-result p { color:#bbb; }
.wq-result .primary-btn, .wq-review-btn { display:inline-flex; align-items:center; gap:8px; min-height:48px; }
.wq-review-btn { padding:.7rem 1.2rem; border-radius:10px; border:1.5px solid #D4006A;
  background:transparent; color:#D4006A; font-weight:700; font-size:.9375rem; cursor:pointer; }
