.exam-tabs{gap:.5rem;margin-bottom:1.25rem;display:flex}.exam-tab{border:1px solid var(--color-border);background:var(--surface-glass);color:var(--color-text-muted);border-radius:var(--radius-md);cursor:pointer;font-family:var(--font-family);transition:var(--transition);padding:.55rem 1.4rem;font-size:.95rem;font-weight:600}.exam-tab:hover{background:var(--color-primary-ghost);color:var(--color-primary-ink)}.exam-tab.active{background-color:var(--color-primary-ink);color:#fff;border-color:#0000;box-shadow:0 4px 12px #0f4c3a38}.exam-group{margin-bottom:2rem}.exams-gate-card{text-align:center;justify-items:center;gap:.75rem;max-width:480px;margin:3rem auto;display:grid}.loading{color:var(--color-text-muted);padding:.5rem 0;font-size:.95rem}.exam-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));gap:1rem;display:grid}.exam-group-title{color:var(--color-heading);margin:0 0 .75rem;font-size:1.05rem;font-weight:700}.exam-card{background:var(--surface-glass);border:1px solid var(--color-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:var(--transition);flex-direction:column;gap:.65rem;padding:1.25rem 1.35rem;display:flex;box-shadow:0 12px 30px #0f172a0d}.exam-card:hover{transform:translateY(-3px);box-shadow:0 10px 15px -3px #0f4c3a14,0 4px 6px -4px #0f4c3a0f}.exam-card-top{justify-content:space-between;align-items:flex-start;gap:.6rem;display:flex}.exam-card .exam-title{color:var(--color-heading);font-size:1.02rem;font-weight:700}.exam-meta{color:var(--color-text-muted);flex-wrap:wrap;gap:.35rem .5rem;font-size:.82rem;display:flex}.exam-meta span{background:var(--color-primary-ghost);color:var(--color-primary-ink);white-space:nowrap;border-radius:999px;padding:.18rem .7rem}.muted{color:var(--color-text-muted)}.exam-foot{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.6rem;margin-top:auto;display:flex}.score-chip{color:var(--color-accent-dark);white-space:nowrap;background:#10b98124;border:1px solid #10b98159;border-radius:999px;padding:.3rem .85rem;font-size:.85rem;font-weight:800}.exam-status{white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.24rem .85rem;font-size:.78rem;font-weight:700;display:inline-block}.exam-status.upcoming{color:var(--color-warning);background:#f59e0b26}.exam-status.active{color:var(--color-accent-dark);background:#10b98129}.exam-status.submitted{color:var(--color-accent-dark);background:#14b8a629}.exam-status.ended{background:var(--color-border);color:var(--color-text-muted)}.exam-status.actionable-active{border:1px solid #10b98166;align-items:center;gap:.35rem;font-weight:800;display:inline-flex;box-shadow:0 0 8px #10b98140;color:var(--color-accent-dark)!important;background:#10b98138!important}.pulse-dot{background-color:var(--color-accent);border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite pulse-animation;display:inline-block}@keyframes pulse-animation{0%{transform:scale(.85);box-shadow:0 0 #10b981b3}70%{transform:scale(1.1);box-shadow:0 0 0 6px #10b98100}to{transform:scale(.85);box-shadow:0 0 #10b98100}}.overlay{z-index:90;background:#09332773;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.overlay-panel{background:var(--surface-solid);border-radius:var(--radius-lg);width:min(720px,100%);max-height:92vh;padding:1.5rem;overflow-y:auto;box-shadow:0 12px 30px #0f172a0d}.overlay-panel-wide{width:min(860px,100%)}.overlay-close{float:left}.quiz-run-head{border-bottom:1px solid var(--color-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.quiz-timer{font-variant-numeric:tabular-nums;background:var(--color-primary-ghost);color:var(--color-primary-ink);border-radius:var(--radius-md);padding:.35rem .9rem;font-size:1.45rem;font-weight:800}.quiz-timer.timer-warning{color:var(--color-warning);background:#f59e0b2e}.quiz-timer.timer-danger{color:var(--color-danger);background:#ef444426;animation:1s infinite pulse}@keyframes pulse{50%{opacity:.65}}.question-block{border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:1rem;padding:1rem 1.1rem}.question-block .q-text{color:var(--color-heading);margin-bottom:.6rem;font-weight:700}.question-image{border-radius:var(--radius-sm);max-width:100%;max-height:260px;margin-bottom:.6rem}.choice-row{border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:.55rem;padding:.45rem .6rem;display:flex}.choice-row:hover{background:var(--color-primary-ghost)}.written-answer{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;min-height:90px;font-family:var(--font-family);resize:vertical;background:var(--input-bg);padding:.6rem .75rem}.quiz-run-actions{justify-content:flex-start;gap:.75rem;margin-top:1.25rem;display:flex}.exam-run-loading{text-align:center;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 1rem;display:flex}.exam-run-spinner{border:4px solid var(--color-border);border-top-color:var(--color-primary-ink);border-radius:50%;width:44px;height:44px;animation:.8s linear infinite exam-run-spin}@keyframes exam-run-spin{to{transform:rotate(360deg)}}.exam-run-loading p{margin:0;font-size:.95rem;font-weight:600}.result-section{margin-top:1.75rem}.score-circle-wrap{flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 1rem 1rem;display:flex}.score-ring{width:200px;height:200px;position:relative}.score-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.score-ring .ring-track{fill:none;stroke:var(--color-border);stroke-width:10px}.score-ring .ring-fill{fill:none;stroke-width:10px;stroke-linecap:round;stroke-dasharray:534.07;stroke-dashoffset:534.07px;transition:stroke-dashoffset 1.2s cubic-bezier(.4,0,.2,1)}.score-ring-label{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.score-ring-pct{color:var(--color-heading);font-size:2.8rem;font-weight:800;line-height:1}.score-ring-sub{color:var(--color-text-muted);margin-top:.2rem;font-size:.82rem;font-weight:600}.score-stats{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.score-stat{align-items:center;gap:.45rem;font-size:.95rem;font-weight:600;display:flex}.score-stat-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.3rem;height:1.3rem;font-size:.75rem;font-weight:900;display:inline-flex}.score-stat-correct .score-stat-icon{color:var(--color-accent-dark);background:#10b98126}.score-stat-wrong .score-stat-icon{color:var(--color-danger);background:#ef444426}.score-stat-grade{color:var(--color-text-muted);font-size:.9rem;font-weight:500}.score-ring--high .ring-fill{stroke:var(--color-accent)}.score-ring--mid .ring-fill{stroke:var(--color-warning)}.score-ring--low .ring-fill{stroke:var(--color-danger)}.score-ring--high .ring-fill{filter:drop-shadow(0 0 6px #10b9814d)}.score-ring--mid .ring-fill{filter:drop-shadow(0 0 6px #d977064d)}.score-ring--low .ring-fill{filter:drop-shadow(0 0 6px #ef44444d)}@media (width<=480px){.score-ring{width:160px;height:160px}.score-ring-pct{font-size:2.2rem}.score-stats{gap:1.25rem}.score-stat{font-size:.88rem}}.score-banner{text-align:center;color:var(--color-accent-dark);border-radius:var(--radius-md);background:#10b9811f;margin-top:1rem;padding:.9rem;font-size:1.15rem;font-weight:700}.lb-table{border-collapse:collapse;width:100%;font-size:.95rem}.lb-table th,.lb-table td{text-align:right;border-bottom:1px solid var(--color-border);padding:.55rem .6rem}.lb-table tr.me{background:var(--color-primary-ghost);font-weight:700}.rank-medal{font-size:1.05rem}.review-question{border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:1rem;padding:1rem 1.1rem}.review-question .q-text{color:var(--color-heading);margin-bottom:.6rem;font-size:1rem;font-weight:700}.review-choice{border-radius:var(--radius-sm);border:1px solid #0000;margin-bottom:.35rem;padding:.45rem .7rem;transition:all .2s}.review-choice.correct{color:var(--color-accent-dark);background:#10b98129;border-color:#10b98166;font-weight:600}.review-choice.wrong-pick{color:var(--color-danger);background:#ef444421;border-color:#ef444466;font-weight:600}.written-compare{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.6rem;display:grid}@media (width<=600px){.written-compare{grid-template-columns:1fr}}.written-box{border-radius:var(--radius-sm);padding:.75rem .85rem;font-size:.93rem}.written-box.student{background:var(--row-hover);border:1px solid var(--color-border)}.written-box.model{background:#06b6d414;border:1px solid #14b8a659}.written-box h5{color:var(--color-text-muted);margin-bottom:.35rem;font-size:.82rem}.review-answer-rows{flex-direction:column;gap:.5rem;margin-top:.6rem;display:flex}.review-answer-row{border-radius:var(--radius-sm);background:var(--row-hover);border:1px solid var(--color-border);align-items:center;gap:.6rem;padding:.6rem .8rem;font-size:.95rem;display:flex}.review-answer-row .answer-label{color:var(--color-text-muted);min-width:7.5rem;font-size:.82rem;font-weight:600}.review-answer-row .answer-value{font-weight:600}.review-answer-row .answer-value--na{color:var(--color-text-muted);font-weight:500}.review-answer-row .answer-value--correct{color:var(--color-accent-dark);border-radius:var(--radius-sm);background:#10b98124;border:1px solid #10b98166;padding:.15rem .55rem}.written-box .not-answered{color:var(--color-text-muted);opacity:.85;font-style:italic}.locked-note{color:var(--color-warning);border-radius:var(--radius-sm);background:#f59e0b1f;border:1px solid #f59e0b66;padding:.75rem .9rem;font-size:.92rem}#toast-container{z-index:120;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:fixed;bottom:1.25rem;right:50%;transform:translate(50%)}.toast{background:var(--color-text-main);color:#fff;border-radius:var(--radius-sm);padding:.7rem 1.2rem;font-size:.93rem;animation:.25s ease-out toast-in;box-shadow:0 8px 24px #0f4c3a2e}.toast.success{background:var(--color-accent-dark)}.toast.warning{background:var(--color-warning)}.toast.danger{background:var(--color-danger)}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}[data-theme=dark] .toast{color:#e6edf5;background:#16273a}[data-theme=dark] .toast.success{color:#34d399;background:#10b9812e}[data-theme=dark] .toast.warning{color:#fbbf24;background:#fbbf2429}[data-theme=dark] .toast.danger{color:#f87171;background:#ef44442e}.choice-edit{align-items:center;gap:.5rem;display:flex}.choice-edit input[type=radio]{width:1.15rem;height:1.15rem;accent-color:var(--color-accent);cursor:pointer;flex-shrink:0}.choice-edit input[type=text]{flex:1}.staged-card{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--row-hover);align-items:center;gap:.9rem;margin-bottom:.6rem;padding:.75rem .9rem;display:flex}.staged-thumb{object-fit:cover;border-radius:var(--radius-sm);width:64px;height:64px}.badge{background:var(--color-primary-ghost);color:var(--color-primary-ink);vertical-align:middle;border-radius:999px;margin-inline-start:.5rem;padding:.12rem .6rem;font-size:.72rem;font-weight:700;display:inline-block}.btn-sm{padding:.3rem .65rem!important;font-size:.85rem!important}.btn-danger{color:var(--color-danger)!important;background:#ef444421!important}.flatpickr-calendar{direction:rtl;font-family:inherit}#quiz-management-details{display:none}.quiz-management-card{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--surface-glass);margin-bottom:.8rem;padding:1rem;transition:all .25s}.quiz-management-card:hover{border-color:var(--color-accent);box-shadow:0 4px 12px #17895714}.quiz-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:.8rem;display:flex}.quiz-card-header h3{margin:0 0 .3rem;font-size:1.1rem;font-weight:600}.quiz-card-header .muted{margin:0;font-size:.85rem}.quiz-status-badge{white-space:nowrap;border-radius:999px;padding:.25rem .6rem;font-size:.75rem;font-weight:700}.quiz-status-badge.editable{color:var(--color-accent-dark);background:#22c55e26}.quiz-status-badge.locked{color:var(--color-text-muted);background:#6b728026}.quiz-card-actions{gap:.5rem;display:flex}.quiz-details-header{border-bottom:1px solid var(--color-border);align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.quiz-details-header h2{margin:0;font-size:1.4rem}.quiz-details-header .muted{margin:0;font-size:.85rem}.questions-editor{max-width:800px}.question-edit-block{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--surface-glass);margin-bottom:1rem;padding:1rem;transition:all .2s}.question-edit-block.locked{opacity:.75;background:var(--surface-default)}.question-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.95rem;font-weight:600;display:flex}.lock-badge{color:var(--color-text-muted);border-radius:var(--radius-sm);background:#6b728026;padding:.2rem .5rem;font-size:.8rem}.question-preview{border-radius:var(--radius-sm);background:#00000005;margin-bottom:.75rem;padding:.75rem}.question-preview p{margin:.5rem 0;font-size:.95rem}.question-preview strong{color:var(--color-primary-ink)}.question-preview-image{border-radius:var(--radius-sm);max-width:100%;max-height:200px;margin:.5rem 0}.choices-preview{margin-top:.5rem}.choices-preview ul{margin:.5rem 0 0;padding:0;list-style:none}.choices-preview li{border-radius:var(--radius-sm);background:#00000005;margin:.25rem 0;padding:.4rem .6rem;font-size:.9rem}.choices-preview li.correct{color:var(--color-accent-dark);background:#22c55e1a;font-weight:600}.model-answer-preview{margin-top:.5rem}.model-answer-preview p{border-radius:var(--radius-sm);background:#3b82f60d;margin:.5rem 0 0;padding:.6rem;font-size:.9rem}.question-actions{gap:.5rem;margin-top:.75rem;display:flex}.modal{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:none;position:fixed;top:0;left:0}.modal-content{background:var(--surface-default);border-radius:var(--radius-md);flex-direction:column;width:100%;max-width:600px;max-height:90vh;display:flex;overflow-y:auto;box-shadow:0 20px 25px #00000026}.modal-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.modal-header h3{margin:0;font-size:1.25rem;font-weight:600}.modal-close{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;font-size:1.5rem;display:flex}.modal-close:hover{color:var(--color-text)}.modal-body{flex:1;padding:1.25rem}.modal-footer{border-top:1px solid var(--color-border);justify-content:flex-end;gap:.75rem;padding:1.25rem;display:flex}.form-group{margin-bottom:1rem}.form-group label{margin-bottom:.4rem;font-size:.95rem;font-weight:600;display:block}.form-input{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--surface-glass);width:100%;color:var(--color-text);padding:.6rem;font-family:inherit;font-size:.95rem}.form-input:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #1789571a}.choice-input-group{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.choice-input-group input[type=text]{flex:1}.choice-input-group input[type=radio]{width:1.1rem;height:1.1rem;accent-color:var(--color-accent);cursor:pointer;flex-shrink:0}.choice-input-group label{cursor:pointer;align-items:center;gap:.3rem;margin:0;font-size:.9rem;font-weight:400;display:flex}.modal-close-btn{background:var(--surface-glass)!important;color:var(--color-text)!important;border:1px solid var(--color-border)!important}.modal-close-btn:hover{background:var(--surface-hover)!important}#quiz-run-overlay.exam-fullscreen{background:var(--color-bg);padding:0}#quiz-run-overlay.exam-fullscreen .overlay-panel{width:100%;max-width:none;height:100%;max-height:none;box-shadow:none;border-radius:0;flex-direction:column;padding:0;display:flex;overflow:hidden}#quiz-run-overlay.exam-fullscreen .quiz-run-head{background:var(--surface-solid);border-bottom:2px solid var(--color-border);flex-shrink:0;align-items:center;gap:1rem;padding:1rem 2.5rem}#quiz-run-overlay.exam-fullscreen .quiz-run-head>div:first-child{flex:1;min-width:0}#quiz-run-overlay.exam-fullscreen .quiz-run-head h2{color:var(--color-heading);margin:0;font-size:1.25rem}#quiz-run-overlay.exam-fullscreen .quiz-run-head .muted{font-size:.88rem}#quiz-run-overlay.exam-fullscreen .quiz-timer{border-radius:var(--radius-lg);background:var(--soft-tint);color:var(--color-primary-ink);letter-spacing:.04em;white-space:nowrap;border:2px solid #0f4c3a1f;flex-shrink:0;padding:.55rem 1.5rem;font-size:1.65rem;font-weight:800}#quiz-run-overlay.exam-fullscreen .quiz-timer.timer-warning{color:var(--color-warning);background:#f59e0b1f;border-color:#f59e0b4d}#quiz-run-overlay.exam-fullscreen .quiz-timer.timer-danger{color:var(--color-danger);background:#ef44441f;border-color:#ef44444d;animation:1s infinite pulse}#quiz-run-overlay.exam-fullscreen #run-questions{flex-direction:column;flex:1;gap:1.25rem;padding:1.75rem 2.5rem 2rem;display:flex;overflow-y:auto}#quiz-run-overlay.exam-fullscreen .question-block{border:1px solid var(--color-border);border-right:4px solid var(--color-accent);border-radius:var(--radius-lg);background:var(--surface-glass);box-shadow:var(--shadow-sm);break-inside:avoid;padding:1.35rem 1.5rem;transition:box-shadow .2s,border-color .2s}#quiz-run-overlay.exam-fullscreen .question-block:hover{box-shadow:var(--shadow-md)}#quiz-run-overlay.exam-fullscreen .q-head{align-items:flex-start;gap:.65rem;margin-bottom:.75rem;display:flex}#quiz-run-overlay.exam-fullscreen .q-number{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2rem;min-width:2rem;height:2rem;margin-top:.1rem;font-size:.88rem;font-weight:800;display:inline-flex}#quiz-run-overlay.exam-fullscreen .q-text{color:var(--color-heading);flex:1;font-size:1.1rem;font-weight:700;line-height:1.75}#quiz-run-overlay.exam-fullscreen .q-type-badge{white-space:nowrap;border-radius:999px;flex-shrink:0;margin-top:.2rem;padding:.15rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}#quiz-run-overlay.exam-fullscreen .q-type-mcq{color:var(--color-accent-dark);background:#10b9811f}#quiz-run-overlay.exam-fullscreen .q-type-written{color:var(--color-accent-blue);background:#14b8a61f}#quiz-run-overlay.exam-fullscreen .question-image{border-radius:var(--radius-md);border:1px solid var(--color-border);max-width:100%;max-height:320px;margin-bottom:.85rem}#quiz-run-overlay.exam-fullscreen .choices-grid{flex-direction:column;gap:.5rem;display:flex}#quiz-run-overlay.exam-fullscreen .choice-card{border:1.5px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;background:var(--surface-solid);align-items:center;gap:.7rem;padding:.7rem .9rem;transition:all .2s;display:flex}#quiz-run-overlay.exam-fullscreen .choice-card:hover{border-color:var(--color-accent);background:var(--color-primary-ghost)}#quiz-run-overlay.exam-fullscreen .choice-card.selected{border-color:var(--color-accent);background:#10b9811a;box-shadow:0 0 0 2px #10b98126}#quiz-run-overlay.exam-fullscreen .choice-card .mcq-choice{opacity:0;pointer-events:none;width:0;height:0;position:absolute}#quiz-run-overlay.exam-fullscreen .choice-key{background:var(--color-primary-ghost);width:1.85rem;min-width:1.85rem;height:1.85rem;color:var(--color-primary-ink);border-radius:50%;justify-content:center;align-items:center;font-size:.82rem;font-weight:800;transition:all .2s;display:inline-flex}#quiz-run-overlay.exam-fullscreen .choice-card.selected .choice-key{background:var(--color-accent);color:#fff}#quiz-run-overlay.exam-fullscreen .choice-text{color:var(--color-text-main);font-size:1rem;line-height:1.5}#quiz-run-overlay.exam-fullscreen .written-answer{border:1.5px solid var(--color-border);border-radius:var(--radius-md);width:100%;min-height:140px;font-family:var(--font-family);resize:vertical;background:var(--input-bg);color:var(--color-text-main);padding:.85rem 1rem;font-size:1rem;line-height:1.7;transition:border-color .2s,box-shadow .2s}#quiz-run-overlay.exam-fullscreen .written-answer:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #10b9811f}#quiz-run-overlay.exam-fullscreen .written-answer::placeholder{color:var(--color-text-muted)}#quiz-run-overlay.exam-fullscreen .quiz-run-actions{border-top:2px solid var(--color-border);background:var(--surface-solid);flex-shrink:0;justify-content:center;gap:1.25rem;padding:1rem 2.5rem;display:flex}#quiz-run-overlay.exam-fullscreen .quiz-run-actions .btn{border-radius:var(--radius-md);padding:.75rem 2.5rem;font-size:1.05rem;font-weight:700}#quiz-run-overlay.exam-fullscreen .quiz-run-actions .btn-primary{background:var(--color-primary-ink);box-shadow:0 4px 14px #0f4c3a33}#quiz-run-overlay.exam-fullscreen .quiz-run-actions .btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0f4c3a4d}@media (width<=1024px){#quiz-run-overlay.exam-fullscreen .quiz-run-head{padding:.9rem 1.5rem}#quiz-run-overlay.exam-fullscreen #run-questions{gap:1rem;padding:1.25rem 1.5rem 1.5rem}#quiz-run-overlay.exam-fullscreen .question-block{padding:1.1rem 1.25rem}#quiz-run-overlay.exam-fullscreen .quiz-run-actions{padding:.9rem 1.5rem}}@media (width<=768px){#quiz-run-overlay.exam-fullscreen .quiz-run-head{flex-wrap:wrap;gap:.6rem;padding:.75rem 1rem}#quiz-run-overlay.exam-fullscreen .quiz-run-head h2{font-size:1.05rem}#quiz-run-overlay.exam-fullscreen .quiz-timer{padding:.4rem 1rem;font-size:1.35rem}#quiz-run-overlay.exam-fullscreen #run-questions{gap:.9rem;padding:1rem}#quiz-run-overlay.exam-fullscreen .question-block{border-right-width:3px;padding:1rem 1.1rem}#quiz-run-overlay.exam-fullscreen .q-head{gap:.5rem}#quiz-run-overlay.exam-fullscreen .q-number{width:1.7rem;min-width:1.7rem;height:1.7rem;font-size:.8rem}#quiz-run-overlay.exam-fullscreen .q-text{font-size:1rem}#quiz-run-overlay.exam-fullscreen .question-image{max-height:240px}#quiz-run-overlay.exam-fullscreen .choice-card{padding:.6rem .8rem}#quiz-run-overlay.exam-fullscreen .choice-key{width:1.65rem;min-width:1.65rem;height:1.65rem;font-size:.78rem}#quiz-run-overlay.exam-fullscreen .choice-text{font-size:.93rem}#quiz-run-overlay.exam-fullscreen .written-answer{min-height:120px;font-size:.95rem}#quiz-run-overlay.exam-fullscreen .quiz-run-actions{gap:.75rem;padding:.75rem 1rem}#quiz-run-overlay.exam-fullscreen .quiz-run-actions .btn{padding:.65rem 1.5rem;font-size:.95rem}}@media (width<=420px){#quiz-run-overlay.exam-fullscreen .quiz-run-head{padding:.6rem .8rem}#quiz-run-overlay.exam-fullscreen .quiz-run-head h2{font-size:.95rem}#quiz-run-overlay.exam-fullscreen .quiz-timer{padding:.35rem .8rem;font-size:1.2rem}#quiz-run-overlay.exam-fullscreen #run-questions{gap:.75rem;padding:.75rem}#quiz-run-overlay.exam-fullscreen .question-block{border-right-width:3px;padding:.85rem .9rem}#quiz-run-overlay.exam-fullscreen .q-number{width:1.5rem;min-width:1.5rem;height:1.5rem;font-size:.72rem}#quiz-run-overlay.exam-fullscreen .q-text{font-size:.93rem}#quiz-run-overlay.exam-fullscreen .question-image{max-height:180px}#quiz-run-overlay.exam-fullscreen .choice-card{gap:.55rem;padding:.55rem .7rem}#quiz-run-overlay.exam-fullscreen .choice-key{width:1.5rem;min-width:1.5rem;height:1.5rem;font-size:.72rem}#quiz-run-overlay.exam-fullscreen .choice-text{font-size:.88rem}#quiz-run-overlay.exam-fullscreen .written-answer{min-height:100px;padding:.7rem .85rem;font-size:.9rem}#quiz-run-overlay.exam-fullscreen .quiz-run-actions{flex-wrap:wrap;padding:.65rem .75rem}#quiz-run-overlay.exam-fullscreen .quiz-run-actions .btn{text-align:center;flex:1;min-width:110px;padding:.6rem 1.2rem;font-size:.9rem}}.question-image{cursor:pointer;transition:transform .15s}.question-image:hover{transform:scale(1.02)}.exam-lightbox-overlay{z-index:10000;opacity:0;pointer-events:none;background:#000000d9;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:fixed;inset:0}.exam-lightbox-overlay.open{opacity:1;pointer-events:auto}.exam-lightbox-inner{justify-content:center;align-items:center;max-width:92vw;max-height:88vh;display:flex;position:relative}.exam-lightbox-img{object-fit:contain;border-radius:var(--radius-sm,6px);transform-origin:50%;touch-action:none;max-width:92vw;max-height:88vh;transition:transform .15s;box-shadow:0 8px 40px #0009}.exam-lightbox-close{background:var(--color-primary,#0f4c3a);color:#fff;cursor:pointer;z-index:10001;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.3rem;line-height:1;display:flex;position:absolute;top:-14px;right:-14px;box-shadow:0 2px 8px #0006}.exam-lightbox-zoom-controls{gap:.5rem;display:flex;position:absolute;bottom:-48px;left:50%;transform:translate(-50%)}.exam-lightbox-zoom-controls button{width:40px;height:40px;color:var(--color-primary,#0f4c3a);cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;display:flex;box-shadow:0 2px 8px #0000004d}.exam-lightbox-zoom-controls button:active{background:var(--color-accent,#10b981);color:#fff}@media (width<=600px){.exam-lightbox-img{max-width:96vw;max-height:80vh}.exam-lightbox-close{width:32px;height:32px;font-size:1.1rem;top:-10px;right:-10px}}
