.mtc-quiz{max-width:900px;margin:30px auto}.mtc-quiz-header{background:#f3e8f8;border-radius:18px;padding:30px;margin-bottom:20px}.mtc-quiz-header h1{font-size:clamp(28px,5vw,42px);margin:8px 0;color:#4A126B}.mtc-quiz-meta{display:flex;gap:10px;flex-wrap:wrap}.mtc-quiz-meta span{background:#fff;padding:7px 11px;border-radius:8px}.mtc-quiz-area{background:#fff}.mtc-question{border:1px solid #e4e8eb;border-radius:14px;padding:20px;margin:16px 0}.mtc-question legend{font-weight:700;font-size:18px;padding:0 5px}.mtc-question-num{display:inline-grid;place-items:center;width:30px;height:30px;background:#6A1B9A;color:#fff;border-radius:50%;margin-right:9px}.mtc-option{display:block;border:1px solid #e2e5e8;border-radius:9px;padding:13px;margin:10px 0;cursor:pointer}.mtc-option:hover{background:#faf7fc;border-color:#c9a5d8}.mtc-timer{position:sticky;top:10px;background:#6A1B9A;color:#fff;padding:10px 14px;border-radius:8px;text-align:center;margin-bottom:14px}.mtc-quiz-message{margin-top:15px;padding:14px;border-radius:9px;font-weight:700}.mtc-quiz-message.pass{background:#edf8f1;color:#166534}.mtc-quiz-message.fail{background:#fff1f2;color:#9f1239}