.xq-quiz{ border:1px solid #eee; padding:16px; max-width:720px; margin:16px auto; }
.xq-progress{ background:#f0f0f0; height:6px; border-radius:3px; overflow:hidden; margin-bottom:16px; }
.xq-progress .xq-step{ background:#666; height:100%; width:0; transition:width .3s ease; display:block; }
.xq-card{ padding:8px 0; }
.xq-q-title{ font-weight:bold; margin-bottom:8px; }
.xq-option{ margin:8px 0; }
.xq-actions{ display:flex; gap:8px; }
.xq-results .xq-score{ font-weight:bold; margin:12px 0; }
.xq-review{ border-top:1px solid #eee; padding:8px 0; }
.xq-review.ok .xq-r-res{ color:green; }
.xq-review.ko .xq-r-res{ color:#c00; }
