:root{--transition-fast:.2s cubic-bezier(.4, 0, .2, 1)}.qcm-module__hA3yka__quizContainer{max-width:800px;color:var(--exams-text-primary,#111827);margin:2rem auto;padding:0;font-family:Fira Sans,system-ui,-apple-system,sans-serif}.qcm-module__hA3yka__info{background-color:var(--exams-bg-row-hover,#f9fafb);border-left:5px solid var(--link-color);color:var(--link-color);white-space:pre-line;border-radius:8px;margin-bottom:24px;padding:12px 20px;font-size:1.05rem}.qcm-module__hA3yka__info .katex-display{display:inline-block}.qcm-module__hA3yka__info p{margin:0;display:inline}.qcm-module__hA3yka__card{background:var(--exams-bg-card,#fff);box-shadow:0 4px 6px -1px var(--exams-shadow-color), 0 2px 4px -1px var(--exams-shadow-color);border:1px solid var(--exams-border-light,#e5e7eb);transition:transform var(--transition-fast), box-shadow var(--transition-fast), background-color .3s ease, border-color .3s ease;border-radius:1rem;margin-bottom:2rem;padding:2rem}.qcm-module__hA3yka__card:hover{box-shadow:0 10px 15px -3px var(--exams-shadow-hover-color)}.qcm-module__hA3yka__questionHeader{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.qcm-module__hA3yka__questionHeader ol{list-style:none}.qcm-module__hA3yka__questionNumber{background:var(--exams-brand-primary,#0d9488);color:#fff;border-radius:.5rem;flex-shrink:0;padding:.25rem .75rem;font-size:.9rem;font-weight:700;transition:background-color .3s}.qcm-module__hA3yka__questionText{color:var(--exams-text-primary,#111827);font-size:1.15rem;font-weight:600;line-height:1.5}.qcm-module__hA3yka__questionText ol{padding-left:0}.qcm-module__hA3yka__questionText p{margin:0}.qcm-module__hA3yka__svgContainer{text-align:center;justify-content:center;align-items:center;max-width:100%;margin:1.5rem 0;display:flex}.qcm-module__hA3yka__svgContainer svg{width:100%;height:90%}.qcm-module__hA3yka__answerSection{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.qcm-module__hA3yka__optionBtn{text-align:left;background-color:var(--exams-bg-card,#fff);border:2px solid var(--exams-border-light,#e5e7eb);width:100%;color:var(--exams-text-secondary,#374151);cursor:pointer;transition:all var(--transition-fast), background-color .3s ease, border-color .3s ease;border-radius:.75rem;align-items:center;padding:1rem 1.25rem;font-size:1rem;font-weight:500;display:flex}.qcm-module__hA3yka__optionBtn:hover:not(:disabled){border-color:var(--exams-border-hover,#94a3b8);background-color:var(--exams-bg-row-hover,#f9fafb);transform:translate(4px)}.qcm-module__hA3yka__optionBtn:focus-visible{outline:2px solid var(--exams-brand-primary,#0d9488);outline-offset:2px}.qcm-module__hA3yka__optionSelected{border-color:var(--exams-brand-primary,#0d9488);background-color:var(--exams-brand-light,#0d94880d);color:var(--exams-brand-primary,#0d9488);font-weight:600}.qcm-module__hA3yka__optionCorrect{font-weight:600;color:#065f46!important;background-color:#10b9811a!important;border-color:#10b981!important}.qcm-module__hA3yka__optionWrong{color:#991b1b!important;background-color:#ef44441a!important;border-color:#ef4444!important}.qcm-module__hA3yka__optionBtn:disabled{cursor:not-allowed;opacity:.6}.qcm-module__hA3yka__tfContainer{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.qcm-module__hA3yka__tfContainer .qcm-module__hA3yka__optionBtn{text-align:center;justify-content:center}.qcm-module__hA3yka__matchVisualContainer{background-color:var(--exams-bg-main,#f8fafc);border:1px solid var(--exams-border-light,#e2e8f0);border-radius:12px;margin-top:0;padding:1.25rem;transition:background-color .3s,border-color .3s}.qcm-module__hA3yka__matchInstruction{color:var(--exams-text-muted,#64748b);margin-bottom:1.5rem;font-size:.875rem}.qcm-module__hA3yka__matchDrawArea{width:100%;position:relative}.qcm-module__hA3yka__matchSvgLayer{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0;overflow:visible}.qcm-module__hA3yka__animatedLine{stroke-dasharray:8}.qcm-module__hA3yka__matchSvgLayer path,.qcm-module__hA3yka__matchSvgLayer line,.qcm-module__hA3yka__animatedLine{stroke-linecap:round;stroke-dasharray:4;stroke-width:2px!important}.qcm-module__hA3yka__matchVisualColumns{z-index:2;justify-content:space-between;gap:2.5rem;display:flex;position:relative}.qcm-module__hA3yka__matchVisualCol{flex-direction:column;flex:1;gap:1rem;display:flex}.qcm-module__hA3yka__matchVisualItem{background-color:var(--exams-bg-card,#fff);border:2px solid var(--exams-border-light,#e2e8f0);cursor:pointer;border-radius:8px;align-items:center;min-height:50px;padding:.75rem 1.25rem;transition:all .2s,background-color .3s,border-color .3s;display:flex;position:relative}.qcm-module__hA3yka__matchVisualItem:hover{border-color:var(--exams-border-default,#cbd5e1);background-color:var(--exams-bg-row-hover,#f1f5f9)}.qcm-module__hA3yka__matchVisualItemActive{box-shadow:0 0 0 3px var(--exams-brand-light,#0d948826);border-color:var(--exams-brand-primary,#0d9488)!important;background-color:var(--exams-brand-light,#0d94880d)!important}.qcm-module__hA3yka__matchVisualItemLinked{border-color:var(--exams-border-hover,#94a3b8);background-color:var(--exams-bg-main,#f8fafc)}.qcm-module__hA3yka__matchItemContent{color:var(--exams-text-secondary,#334155);flex:1;font-size:.95rem}.qcm-module__hA3yka__matchDot{background-color:var(--exams-border-default,#cbd5e1);border-radius:50%;width:8px;height:8px;transition:all .2s;position:absolute;top:50%;transform:translateY(-50%)}.qcm-module__hA3yka__matchDotRightSide{right:-4px}.qcm-module__hA3yka__matchDotLeftSide{left:-4px}.qcm-module__hA3yka__matchDotActive,.qcm-module__hA3yka__matchVisualItemActive .qcm-module__hA3yka__matchDot{background-color:var(--exams-brand-primary,#0d9488);transform:translateY(-50%)scale(1.3)}.qcm-module__hA3yka__clearMatchBtn{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef444433;border-radius:6px;margin-top:1.25rem;padding:.4rem .75rem;font-size:.8rem;transition:all .2s}.qcm-module__hA3yka__clearMatchBtn:hover{background-color:#ef444414;border-color:#ef444466}.qcm-module__hA3yka__fillModernWrapper{background-color:var(--exams-bg-main,#f9fafb);border:1px dashed var(--exams-border-light,#e5e7eb);border-radius:12px;margin-top:1rem;padding:1.25rem;transition:background-color .3s,border-color .3s}.qcm-module__hA3yka__fillInstruction{color:var(--exams-text-muted,#6b7280);font-size:.85rem}.qcm-module__hA3yka__fillTextParagraph{color:var(--exams-text-primary,#1f2937);white-space:pre-line;font-size:1.05rem;line-height:2.2rem;display:block}.qcm-module__hA3yka__fillTextSegment{align-items:center;display:inline}.qcm-module__hA3yka__fillBlankDropzone{background-color:var(--exams-bg-card,#fff);border:2px dashed var(--exams-border-default,#cbd5e1);vertical-align:middle;cursor:pointer;border-radius:6px;justify-content:center;align-items:center;min-width:80px;height:32px;margin:0 .4rem;padding:0 .75rem;transition:all .2s,background-color .3s,border-color .3s;display:inline-flex}.qcm-module__hA3yka__fillBlankDropzone:hover{border-color:var(--exams-brand-primary,#0d9488);background-color:var(--exams-brand-light,#0d94880d)}.qcm-module__hA3yka__fillBlankPlaceholder{color:var(--exams-border-default,#cbd5e1);font-weight:700}.qcm-module__hA3yka__fillBlankFilled{background-color:var(--exams-brand-light,#0d94881a);border:2px solid var(--exams-brand-primary,#0d9488);color:var(--exams-brand-primary,#0d9488);box-shadow:0 2px 4px var(--exams-shadow-color);font-weight:500}.qcm-module__hA3yka__fillBlankCorrect{color:#065f46!important;background-color:#d1fae5!important;border-color:#10b981!important}.qcm-module__hA3yka__fillBlankWrong{color:#991b1b!important;background-color:#fee2e2!important;border-color:#ef4444!important}.qcm-module__hA3yka__fillWordBank{border-top:1px solid var(--exams-border-light,#e5e7eb);flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;display:flex}.qcm-module__hA3yka__fillBankWord{background-color:var(--exams-bg-card,#fff);border:1px solid var(--exams-border-default,#d1d5db);cursor:grab;box-shadow:0 1px 3px var(--exams-shadow-color);color:var(--exams-text-primary);-webkit-user-select:none;user-select:none;border-radius:8px;padding:.4rem .9rem;font-size:.95rem;font-weight:500;transition:all .2s,background-color .3s,border-color .3s}.qcm-module__hA3yka__fillBankWord:active{cursor:grabbing}.qcm-module__hA3yka__fillBankWord:hover:not(.qcm-module__hA3yka__fillBankWordUsed){border-color:var(--exams-brand-primary,#0d9488);color:var(--exams-brand-primary,#0d9488);box-shadow:0 4px 6px -1px var(--exams-shadow-hover-color);transform:translateY(-1px)}.qcm-module__hA3yka__fillBankWordSelected{border-color:var(--exams-brand-primary,#0d9488)!important;background-color:var(--exams-brand-light,#eff6ff)!important;color:var(--exams-brand-primary,#1d4ed8)!important;box-shadow:0 0 0 3px var(--exams-brand-light,#0d94884d)!important}.qcm-module__hA3yka__fillBankWordUsed{opacity:.3;background-color:var(--exams-bg-main,#f3f4f6);border-color:var(--exams-border-light,#e5e7eb);color:var(--exams-text-muted,#9ca3af);cursor:not-allowed;box-shadow:none!important;transform:none!important}.qcm-module__hA3yka__orderContainer{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.qcm-module__hA3yka__orderItem{background-color:var(--exams-bg-card,#fff);border:2px solid var(--exams-border-light,#e5e7eb);cursor:grab;-webkit-user-select:none;user-select:none;transition:all var(--transition-fast), background-color .3s ease, border-color .3s ease;box-shadow:0 2px 4px var(--exams-shadow-color);border-radius:.75rem;align-items:center;gap:1rem;margin:.5rem 0;padding:1rem;display:flex}.qcm-module__hA3yka__orderItem:active{cursor:grabbing}.qcm-module__hA3yka__orderItem:hover{border-color:var(--exams-border-hover,#9ca3af);background-color:var(--exams-bg-row-hover,#f9fafb);box-shadow:0 4px 6px -1px var(--exams-shadow-hover-color);transform:translateY(-2px)}.qcm-module__hA3yka__orderItem>div:nth-child(2){flex-grow:1}.qcm-module__hA3yka__orderItem.qcm-module__hA3yka__sortable-ghost,.qcm-module__hA3yka__orderItem.qcm-module__hA3yka__is-dragging{opacity:.4;background-color:var(--exams-bg-main,#f3f4f6);border-style:dashed}.qcm-module__hA3yka__orderBadge{background-color:var(--exams-bg-main,#f3f4f6);width:2rem;height:2rem;color:var(--exams-text-secondary,#374151);transition:all var(--transition-fast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:inline-flex}.qcm-module__hA3yka__orderItem:hover .qcm-module__hA3yka__orderBadge{background-color:var(--exams-brand-light,#0d94881a);color:var(--exams-brand-primary,#0284c7)}.qcm-module__hA3yka__orderContent{color:var(--exams-text-primary,#111827);flex-grow:1;font-size:1rem;font-weight:500}.qcm-module__hA3yka__orderHandle{color:var(--exams-text-muted,#9ca3af);cursor:grab;flex-shrink:0;align-items:center;margin-left:auto;display:flex}.qcm-module__hA3yka__orderItemCorrect{background-color:#10b9810d!important;border-color:#10b981!important}.qcm-module__hA3yka__orderItemCorrect .qcm-module__hA3yka__orderBadge{color:#fff!important;background-color:#10b981!important}.qcm-module__hA3yka__orderItemWrong{background-color:#ef44440d!important;border-color:#ef4444!important}.qcm-module__hA3yka__orderItemWrong .qcm-module__hA3yka__orderBadge{color:#fff!important;background-color:#ef4444!important}.qcm-module__hA3yka__textInputAnswer{max-width:500px;color:var(--exams-text-primary,#1f2937);background-color:var(--exams-bg-card,#fff);border:2px solid var(--exams-border-light,#e5e7eb);box-shadow:0 1px 2px var(--exams-shadow-color);border-radius:8px;outline:none;margin-top:.5rem;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s,background-color .3s,border-color .3s}.qcm-module__hA3yka__textInputAnswer:hover:not(:disabled){border-color:var(--exams-border-default,#cbd5e1)}.qcm-module__hA3yka__textInputAnswer:focus:not(:disabled){border-color:var(--exams-brand-primary,#3b82f6);background-color:var(--exams-bg-card,#fff);box-shadow:0 0 0 4px var(--exams-brand-light,#0d948826)}.qcm-module__hA3yka__textInputAnswer::placeholder{color:var(--exams-text-muted,#9ca3af);font-style:italic}.qcm-module__hA3yka__textInputAnswer:disabled{cursor:not-allowed;background-color:var(--exams-bg-main,#f3f4f6);color:var(--exams-text-secondary,#4b5563);border-color:var(--exams-border-light,#d1d5db);font-weight:500}.qcm-module__hA3yka__cardHasCorrectAnswer .qcm-module__hA3yka__textInputAnswer:disabled{color:#14532d;background-color:#f0fdf4;border-color:#10b981}.qcm-module__hA3yka__cardHasWrongAnswer .qcm-module__hA3yka__textInputAnswer:disabled{color:#7f1d1d;background-color:#fef2f2;border-color:#ef4444}.qcm-module__hA3yka__feedbackBox{border-left:5px solid #0000;border-radius:.75rem;margin-top:1.5rem;padding:1.25rem}.qcm-module__hA3yka__feedbackBoxSuccess{background-color:#10b9810f;border-color:#10b981}.qcm-module__hA3yka__feedbackBoxError{background-color:#ef44440f;border-color:#ef4444}.qcm-module__hA3yka__feedbackTitleSuccess{color:#065f46;margin:0 0 .5rem;font-size:1.05rem;font-weight:700}.qcm-module__hA3yka__feedbackTitleError{color:#991b1b;margin:0 0 .5rem;font-size:1.05rem;font-weight:700}.qcm-module__hA3yka__explanation{color:var(--exams-text-secondary,#4b5563);white-space:pre-line;font-size:.95rem;line-height:1.5}.qcm-module__hA3yka__scoreContainer{background:var(--exams-bg-card,#fff);border:1px solid var(--exams-border-light,#e5e7eb);text-align:center;box-shadow:0 10px 25px -5px var(--exams-shadow-hover-color);border-radius:1rem;flex-direction:column;align-items:center;margin-bottom:2.5rem;padding:2rem;display:flex}.qcm-module__hA3yka__scoreDashboard{background:linear-gradient(135deg, var(--exams-brand-primary) 0%, var(--exams-brand-hover,#0f766e) 100%);color:#fff;text-align:center;width:100%;box-shadow:0 4px 14px var(--exams-brand-light,#0d94884d);border-radius:.75rem;padding:2.5rem}.qcm-module__hA3yka__scoreTitle{margin:0 0 1rem;font-size:1.35rem;font-weight:700}.qcm-module__hA3yka__scoreValue{margin-bottom:0;font-size:4rem;font-weight:800;line-height:1}.qcm-module__hA3yka__scoreValue span{opacity:.7;font-size:1.75rem;font-weight:500}.qcm-module__hA3yka__scoreMessage{color:var(--exams-text-primary,#111827);margin:1.5rem 0;font-size:1.15rem;font-weight:600;line-height:1.5}.qcm-module__hA3yka__restartBtn{background-color:var(--exams-brand-primary,#0d9488);color:#fff;cursor:pointer;transition:transform var(--transition-fast), background-color var(--transition-fast);box-shadow:0 4px 10px var(--exams-brand-light,#0d94884d);border:none;border-radius:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:700}.qcm-module__hA3yka__restartBtn:hover{background-color:var(--exams-brand-hover,#0f766e);transform:scale(1.03)}.qcm-module__hA3yka__globalSubmitSection{text-align:center;margin-top:3rem;margin-bottom:5rem}.qcm-module__hA3yka__globalSubmitBtn{background-color:var(--exams-brand-primary,#0d9488);color:#fff;cursor:pointer;box-shadow:0 4px 14px var(--exams-brand-light,#0d948866);transition:all var(--transition-fast);border:none;border-radius:.75rem;padding:1.1rem 2.5rem;font-size:1.1rem;font-weight:700}.qcm-module__hA3yka__globalSubmitBtn:hover:not(:disabled){background-color:var(--exams-brand-hover,#115e59);box-shadow:0 6px 20px var(--exams-brand-light,#0d948899);transform:translateY(-2px)}.qcm-module__hA3yka__globalSubmitBtn:disabled{background-color:var(--exams-text-muted,#9ca3af);box-shadow:none;cursor:not-allowed;opacity:.6}@media (max-width:640px){.qcm-module__hA3yka__card{margin-bottom:1rem;padding:1rem}.qcm-module__hA3yka__questionHeader{display:block}.qcm-module__hA3yka__questionHeader ol{padding-left:0}.qcm-module__hA3yka__questionNumber{margin-bottom:.5rem;display:inline-block}.qcm-module__hA3yka__tfContainer{grid-template-columns:1fr}.qcm-module__hA3yka__matchVisualContainer{padding:.75rem}.qcm-module__hA3yka__matchVisualColumns{gap:1.5rem}.qcm-module__hA3yka__matchVisualItem{min-height:4.5rem;padding:.5rem;font-size:.85rem}.qcm-module__hA3yka__matchItemContent{margin-left:0}.qcm-module__hA3yka__fillBlankDropzone{min-width:70px;height:28px;padding:0 .4rem}.qcm-module__hA3yka__orderItem{gap:.5rem;padding:.75rem}.qcm-module__hA3yka__scoreContainer{padding:1.25rem}.qcm-module__hA3yka__scoreDashboard{padding:1.5rem 1rem}.qcm-module__hA3yka__scoreValue{font-size:3rem}}
.qcmPage-module__3JPfnq__main{background-color:var(--exams-bg-main,#f9fafb);min-height:100vh;color:var(--exams-text-primary,#111827);padding:6.5rem 1.5rem}.qcmPage-module__3JPfnq__container{max-width:56rem;margin:0 auto}.qcmPage-module__3JPfnq__breadcrumb{color:var(--exams-text-muted,#9ca3af);flex-wrap:nowrap;align-items:center;gap:.5rem;margin-bottom:0;font-size:.875rem;display:flex}.qcmPage-module__3JPfnq__breadcrumbLink{color:var(--exams-text-secondary,#4b5563);text-transform:uppercase;font-weight:500;text-decoration:none;transition:color .2s,transform .2s}.qcmPage-module__3JPfnq__breadcrumbLink:hover{color:var(--exams-brand-primary,#0d9488);transform:translateY(-1px)}.qcmPage-module__3JPfnq__breadcrumbCurrent{color:var(--exams-brand-primary,#0d9488);background-color:var(--exams-brand-light,#0d94881a);border-radius:99px;padding:.25rem .75rem;font-weight:600;box-shadow:inset 0 0 0 1px #0d94881a}.qcmPage-module__3JPfnq__pageHeader{text-align:center;flex-direction:column;align-items:center;margin-top:1rem;margin-bottom:1rem;animation:.5s ease-out qcmPage-module__3JPfnq__fadeInDown;display:flex}.qcmPage-module__3JPfnq__levelBadge{color:var(--exams-brand-primary,#0d9488);letter-spacing:.1em;border-bottom:2px solid var(--exams-brand-primary,#0d9488);text-align:center;width:fit-content;max-width:700px;margin:auto;padding-bottom:.25rem;font-size:1.5rem;font-weight:700;display:block}.qcmPage-module__3JPfnq__pageTitle{letter-spacing:-.04em;background:linear-gradient(135deg, var(--exams-text-primary,#111827) 0%, var(--exams-brand-primary,#0d9488) 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.qcmPage-module__3JPfnq__pageDescription{color:var(--exams-text-muted,#6b7280);max-width:600px;margin:0 auto;font-size:1.125rem;font-weight:400;line-height:1.6}.qcmPage-module__3JPfnq__navDetails{background:var(--exams-bg-card,#fff);border:1px solid var(--exams-border-light,#e5e7eb);border-radius:1rem;max-width:810px;margin:1rem auto 3rem;transition:box-shadow .2s;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.qcmPage-module__3JPfnq__navDetails:hover{box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000006}.qcmPage-module__3JPfnq__navSummary{cursor:pointer;color:var(--exams-text-primary,#111827);-webkit-user-select:none;user-select:none;background-color:var(--exams-bg-card,#fff);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-weight:600;list-style:none;transition:background-color .2s;display:flex}.qcmPage-module__3JPfnq__navSummary::-webkit-details-marker{display:none}.qcmPage-module__3JPfnq__navSummary:hover{background-color:var(--exams-bg-main,#f9fafb)}.qcmPage-module__3JPfnq__navSummaryText{align-items:center;gap:.5rem;display:flex}.qcmPage-module__3JPfnq__navSummaryIcon{color:var(--exams-text-muted,#9ca3af);font-size:.75rem;transition:transform .3s}.qcmPage-module__3JPfnq__navDetails[open] .qcmPage-module__3JPfnq__navSummaryIcon{transform:rotate(-180deg)}.qcmPage-module__3JPfnq__navDetails[open] .qcmPage-module__3JPfnq__navSummary{border-bottom:1px solid var(--exams-border-light,#e5e7eb)}.qcmPage-module__3JPfnq__navBar{background-color:var(--exams-bg-main,#f9fafb);grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;padding:1.5rem;animation:.3s ease-in-out qcmPage-module__3JPfnq__fadeIn;display:grid}.qcmPage-module__3JPfnq__navLink{border:1px solid #0000;border-radius:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.qcmPage-module__3JPfnq__navLinkInactive{color:var(--exams-text-secondary,#4b5563);background-color:var(--exams-bg-card,#fff);border-color:var(--exams-border-light,#e5e7eb);text-align:center}.qcmPage-module__3JPfnq__navLinkInactive:hover{border-color:var(--exams-brand-primary,#0d9488);color:var(--exams-brand-primary,#0d9488);transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.qcmPage-module__3JPfnq__navLinkActive{background-color:var(--exams-brand-primary,#0d9488);color:#fff;pointer-events:none;box-shadow:0 4px 6px -1px #0d94884d}.qcmPage-module__3JPfnq__errorWrapper{justify-content:center;align-items:center;min-height:80vh;padding:3rem 1rem;display:flex}.qcmPage-module__3JPfnq__errorCard{background-color:var(--exams-bg-card,#fff);text-align:center;border:1px solid #ef444433;border-radius:1rem;width:100%;max-width:500px;padding:3rem 2rem;box-shadow:0 20px 25px -5px #ef44441a,0 10px 10px -5px #ef44440a}.qcmPage-module__3JPfnq__errorTitle{color:#ef4444;letter-spacing:-.02em;margin:0 0 1rem;font-size:1.5rem;font-weight:800}.qcmPage-module__3JPfnq__errorPath{background-color:var(--exams-bg-main,#f9fafb);color:var(--exams-text-muted,#6b7280);border:1px dashed var(--exams-border-light,#e5e7eb);word-break:break-all;border-radius:.5rem;margin-top:1.5rem;padding:1rem;font-size:.85rem}@keyframes qcmPage-module__3JPfnq__fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes qcmPage-module__3JPfnq__fadeInDown{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.qcmPage-module__3JPfnq__main{padding:6.5rem 1rem}.qcmPage-module__3JPfnq__breadcrumb{gap:5px}.qcmPage-module__3JPfnq__pageHeader{margin-top:1rem}.qcmPage-module__3JPfnq__pageTitle{font-size:2rem}.qcmPage-module__3JPfnq__navBar{padding:1rem}}
