.cqr-shell{max-width:1180px;margin:24px auto;color:#172033}
.cqr-card,.cqr-question,.cqr-sticky{background:#fff;border:1px solid #d9e2ef;border-radius:10px;padding:18px;box-shadow:0 6px 20px rgba(15,23,42,.05)}
.cqr-hero{display:flex;align-items:center;justify-content:space-between;gap:16px}
.cqr-hero h2{margin:0;font-size:26px}
.cqr-start,.cqr-submit{border:0;border-radius:8px;background:#0b6bcb;color:#fff;font-weight:700;padding:12px 18px;cursor:pointer}
.cqr-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}
.cqr-info div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px}
.cqr-info span{display:block;color:#64748b;font-size:12px}
.cqr-quiz{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px;margin-top:18px}
.cqr-question{margin-bottom:14px}
.cqr-question legend{display:flex;justify-content:space-between;width:100%;font-weight:700;margin-bottom:10px}
.cqr-question legend em{font-style:normal;color:#0b6bcb;background:#e8f2ff;border-radius:999px;padding:3px 8px;font-size:12px}
.cqr-question-text{margin-bottom:12px}
.cqr-answers{display:grid;gap:8px}
.cqr-choice{display:flex;gap:10px;align-items:flex-start;border:1px solid #e2e8f0;border-radius:8px;padding:10px;cursor:pointer}
.cqr-choice:hover{border-color:#0b6bcb;background:#f6faff}
.cqr-choice b{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#edf2f7;flex:0 0 auto}
.cqr-sidebar{position:relative}
.cqr-sticky{position:sticky;top:20px}
.cqr-timer,.cqr-progress{display:flex;justify-content:space-between;margin-bottom:12px}
.cqr-timer strong{font-size:22px;color:#d92d20}
.cqr-nav{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:14px}
.cqr-nav a{height:34px;display:flex;align-items:center;justify-content:center;border:1px solid #d9e2ef;border-radius:6px;text-decoration:none;color:#172033}
.cqr-nav a.is-done{background:#e8f2ff;border-color:#0b6bcb}
.cqr-submit{width:100%}
.cqr-result{margin-top:18px}
.cqr-incomplete{border-color:#fdb022;background:#fffbeb}
@media(max-width:860px){.cqr-quiz{grid-template-columns:1fr}.cqr-sticky{position:static}.cqr-hero{align-items:flex-start;flex-direction:column}}
