*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#070606;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;padding:20px}code{background-color:#1a1818;border-radius:3px;color:#e1a200;font-family:Courier New,monospace;font-size:.9em;padding:2px 6px}pre{background-color:#070606;border:1px solid #00bbb3;border-radius:5px;color:#fff;margin:10px 0;overflow-x:auto;padding:15px}pre code{background:none;color:inherit;padding:0}.App{display:flex;flex-direction:column;min-height:100vh}.app-header{animation:slideInLeft .8s ease-out;background:linear-gradient(135deg,#d40924,#a00719);box-shadow:0 4px 6px #0000001a;color:#fff;padding:40px 20px;text-align:center}.header-content h1{animation:bounceIn 1s cubic-bezier(.68,-.55,.265,1.55);font-size:2.5em;font-weight:700;margin-bottom:10px;text-shadow:2px 2px 4px #0003}.header-subtitle{animation:fadeIn .8s ease-out .3s forwards;font-size:1.1em;font-weight:300;opacity:0}.container{flex:1 1;margin:0 auto;max-width:1200px;padding:40px 20px}.score-banner{animation:bounceIn .8s cubic-bezier(.68,-.55,.265,1.55);background:linear-gradient(135deg,#d40924,#a00719);border-radius:12px;box-shadow:0 4px 12px #00000026;color:#fff;margin-bottom:30px;overflow:hidden;padding:30px;position:relative}.score-banner:before{animation:shine 3s infinite;background:linear-gradient(45deg,#0000,#ffffff1a,#0000);content:"";height:200%;left:-50%;position:absolute;top:-50%;transform:rotate(45deg);width:200%}@keyframes shine{0%{transform:translateX(-100%) translateY(-100%) rotate(45deg)}to{transform:translateX(100%) translateY(100%) rotate(45deg)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.score-banner h2{animation:pulse 2s ease-in-out infinite;font-size:2em;margin-bottom:20px;text-align:center}.score-details{display:flex;flex-direction:column;gap:15px}.score-item{align-items:center;animation:slideInRight .5s ease-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:8px;display:flex;justify-content:space-between;opacity:0;padding:15px 20px}.score-item:first-child{animation-delay:.1s}.score-item:nth-child(2){animation-delay:.2s}.score-item:nth-child(3){animation-delay:.3s}.score-item.total{background:#ffffff4d;font-size:1.2em;font-weight:700}.score-label{font-size:1.1em}.score-value{font-size:1.3em;font-weight:700}.instructions-card{animation:fadeIn .6s ease-out .2s backwards;background:#1a1818;border:2px solid #d40924;border-radius:10px;box-shadow:0 2px 8px #d409244d;margin-bottom:30px;padding:25px;transition:all .3s ease}.instructions-card:hover{box-shadow:0 8px 20px #d4092480;transform:translateY(-5px)}.instructions-card h3{color:#d40924;font-size:1.5em;margin-bottom:15px}.instructions-card ul{color:#fff;line-height:1.8;list-style-position:inside}.instructions-card li{margin:8px 0}.section-navigation{background:#1a1818;border-radius:10px;box-shadow:0 2px 8px #0000001a;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px;padding:20px}.section-navigation button{background:#1a1818;border:2px solid #d40924;border-radius:8px;color:#d40924;cursor:pointer;font-size:1em;font-weight:600;overflow:hidden;padding:12px 24px;position:relative;transition:all .3s cubic-bezier(.68,-.55,.265,1.55)}.section-navigation button:before{background:#667eea1a;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.section-navigation button:hover:before{height:300px;width:300px}.section-navigation button:hover{background:#d40924;box-shadow:0 8px 16px #667eea66;color:#fff;transform:translateY(-4px) scale(1.05)}.section-navigation button.active{animation:pulse 1s ease-in-out infinite;background:#d40924;box-shadow:0 4px 8px #667eea4d;color:#fff}.section{margin-bottom:50px}.section-header{background:#1a1818;border-left:5px solid #a00719;border-radius:10px;box-shadow:0 2px 8px #0000001a;margin-bottom:25px;padding:25px}.section-header h2{color:#a00719;font-size:1.8em;margin-bottom:8px}.section-subtitle{color:#fff;font-size:1.1em;font-style:italic}.questions{display:flex;flex-direction:column;gap:20px}.question-wrapper{position:relative}.question-number{animation:bounceIn .6s cubic-bezier(.68,-.55,.265,1.55);background:#d40924;border-radius:20px;box-shadow:0 2px 4px #0003;color:#fff;font-size:.9em;font-weight:600;left:20px;padding:5px 15px;position:absolute;top:-10px;z-index:1}.action-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:50px 0}.reset-btn,.submit-btn{border:none;border-radius:10px;box-shadow:0 4px 12px #00000026;cursor:pointer;font-size:1.2em;font-weight:600;overflow:hidden;padding:18px 40px;position:relative;transition:all .4s cubic-bezier(.68,-.55,.265,1.55)}.reset-btn:before,.submit-btn:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .8s,height .8s;width:0}.reset-btn:active:before,.submit-btn:active:before{height:400px;width:400px}.submit-btn{animation:float 3s ease-in-out infinite;background:linear-gradient(135deg,#d40924,#a00719);color:#fff}.submit-btn:hover{animation:none;box-shadow:0 12px 24px #4caf5080;transform:translateY(-5px) scale(1.05)}.reset-btn{background:linear-gradient(135deg,#00bbb3,#008f89);color:#fff}.reset-btn:hover{box-shadow:0 12px 24px #ff6b6b80;transform:translateY(-5px) scale(1.05) rotate(2deg)}.app-footer{animation:footerGlow 3s ease-in-out infinite;background:linear-gradient(135deg,#070606,#1a1818);border-top:2px solid #d40924;box-shadow:0 -4px 20px #d4092466,0 0 30px #d409244d,inset 0 1px 0 #d4092480;color:#fff;margin-top:50px;padding:30px 20px;position:relative;text-align:center}@keyframes footerGlow{0%,to{box-shadow:0 -4px 20px #d4092466,0 0 30px #d409244d,inset 0 1px 0 #d4092480}50%{box-shadow:0 -6px 30px #d4092499,0 0 50px #d4092480,inset 0 1px 0 #d40924cc}}.app-footer p{margin:5px 0;text-shadow:0 0 10px #d4092480}.app-footer a{color:#e1a200;font-weight:600;text-decoration:none;text-shadow:0 0 8px #e1a20080;transition:all .3s ease}.app-footer a:hover{color:#00bbb3;text-shadow:0 0 15px #00bbb3cc;transform:scale(1.05)}.footer-note{animation:pulse 2s ease-in-out infinite;color:#00bbb3;font-size:.9em;opacity:.9;text-shadow:0 0 8px #00bbb366}@media (max-width:768px){.header-content h1{font-size:1.8em}.header-subtitle{font-size:.95em}.container{padding:20px 10px}.section-navigation{flex-direction:column}.section-navigation button{width:100%}.score-banner{padding:20px}.score-banner h2{font-size:1.5em}.action-buttons{flex-direction:column;width:100%}.reset-btn,.submit-btn{width:100%}}@media print{.action-buttons,.app-footer,.app-header,.section-navigation{display:none}.container{max-width:100%}.question-container{page-break-inside:avoid}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glow{0%,to{box-shadow:0 0 5px #667eea80}50%{box-shadow:0 0 20px #667eeacc,0 0 30px #667eea99}}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg) scale(.5)}to{opacity:1;transform:rotate(0) scale(1)}}@keyframes flipIn{0%{opacity:0;transform:perspective(400px) rotateY(90deg)}to{opacity:1;transform:perspective(400px) rotateY(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes celebrate{0%,to{transform:scale(1) rotate(0deg)}25%{transform:scale(1.1) rotate(5deg)}75%{transform:scale(1.1) rotate(-5deg)}}@keyframes progressFill{0%{width:0}to{width:100%}}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes ripple{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(4)}}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{50%{border-color:#0000}}@keyframes heartbeat{0%,to{transform:scale(1)}10%,30%{transform:scale(.9)}20%,40%{transform:scale(1.1)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes neonGlow{0%,to{text-shadow:0 0 10px #667eeacc,0 0 20px #667eea99,0 0 30px #667eea66}50%{text-shadow:0 0 20px #667eea,0 0 30px #667eeacc,0 0 40px #667eea99,0 0 50px #667eea66}}@keyframes reveal{0%{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}.animate-fade-in{animation:fadeIn .6s ease-out forwards}.animate-slide-left{animation:slideInLeft .5s ease-out forwards}.animate-slide-right{animation:slideInRight .5s ease-out forwards}.animate-bounce{animation:bounceIn .8s cubic-bezier(.68,-.55,.265,1.55) forwards}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-shake{animation:shake .5s ease-in-out}.animate-float{animation:float 3s ease-in-out infinite}.animate-glow{animation:glow 2s ease-in-out infinite}.animate-rotate{animation:rotateIn .6s ease-out forwards}.animate-flip{animation:flipIn .6s ease-out forwards}.animate-zoom{animation:zoomIn .5s ease-out forwards}.animate-celebrate{animation:celebrate .6s ease-in-out}.animate-gradient{animation:gradientShift 8s ease infinite;background:linear-gradient(270deg,#d40924,#00bbb3,#f093fb,#e1a200);background-size:400% 400%}.animate-neon{animation:neonGlow 2s ease-in-out infinite}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.stagger-5{animation-delay:.5s}.stagger-6{animation-delay:.6s}.stagger-7{animation-delay:.7s}.stagger-8{animation-delay:.8s}.hover-lift{transition:all .3s cubic-bezier(.25,.46,.45,.94)}.hover-lift:hover{box-shadow:0 12px 24px #00000026!important;transform:translateY(-8px) scale(1.02)}.hover-glow:hover{box-shadow:0 0 20px #667eea99,0 0 40px #667eea4d}.hover-scale{transition:transform .3s ease}.hover-scale:hover{transform:scale(1.05)}.hover-rotate{transition:transform .3s ease}.hover-rotate:hover{transform:rotate(5deg)}.btn-ripple{overflow:hidden;position:relative}.btn-ripple:after{background:#ffffff80;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.btn-ripple:active:after{height:300px;width:300px}@keyframes spin{to{transform:rotate(1turn)}}.spinner{animation:spin 1s linear infinite;border:4px solid #667eea1a;border-radius:50%;border-top-color:#d40924;height:40px;width:40px}@keyframes checkmark{0%{stroke-dashoffset:50}to{stroke-dashoffset:0}}.checkmark-path{stroke-dasharray:50;stroke-dashoffset:50;animation:checkmark .5s ease-in-out .3s forwards}html{scroll-behavior:smooth}.option-label,.question-container,button,input,select,textarea{transition:all .3s ease}.confetti-container{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:9999}.confetti-particle{animation:confettiFall linear forwards;border-radius:50%;height:10px;opacity:.8;position:absolute;top:-10px;width:10px}@keyframes confettiFall{0%{opacity:1;transform:translateY(-10vh) rotate(0deg)}to{opacity:0;transform:translateY(110vh) rotate(2turn)}}.confetti-particle:nth-child(2n){animation-name:confettiSpin;height:8px;width:8px}.confetti-particle:nth-child(3n){border-radius:4px;height:4px;width:12px}.confetti-particle:nth-child(4n){border-radius:2px;height:6px;width:6px}@keyframes confettiSpin{0%{opacity:1;transform:translateY(-10vh) rotate(0deg) scale(1)}50%{transform:translateY(50vh) rotate(1turn) scale(1.2)}to{opacity:0;transform:translateY(110vh) rotate(2turn) scale(.8)}}.sparkle{animation:sparkle 1s ease-in-out infinite;background:#fff;border-radius:50%;height:4px;position:absolute;width:4px}@keyframes sparkle{0%,to{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1)}}.question-container{animation:fadeInUp .6s ease-out backwards;background:#1a1818;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:15px 0;padding:20px;transition:all .4s cubic-bezier(.68,-.55,.265,1.55)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.question-container:hover{box-shadow:0 8px 16px #00000026;transform:translateY(-5px)}.question-container.correct{animation:successPulse .6s ease-out;background-color:#00bbb31a;border-left:5px solid #00bbb3}@keyframes successPulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.question-container.incorrect{animation:shake .5s ease-out;background-color:#d409241a;border-left:5px solid #f44336}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.question-text{color:#fff;font-size:1.1em;line-height:1.6;margin-bottom:15px}.marks-badge{background:#d40924;border-radius:12px;color:#fff;display:inline-block;font-size:.85em;font-weight:700;margin-left:10px;padding:3px 10px}.truefalse-options{display:flex;gap:20px;margin:10px 0}.option-label{align-items:center;background:#1a1818;border:2px solid #e0e0e0;border-radius:6px;cursor:pointer;display:flex;overflow:hidden;padding:12px 16px;position:relative;transition:all .3s cubic-bezier(.68,-.55,.265,1.55)}.option-label:before{background:linear-gradient(90deg,#0000,#667eea1a,#0000);content:"";height:100%;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:width .5s;width:0}.option-label:hover:before{width:100%}.option-label:hover:not(:has(input:disabled)){background-color:#00bbb326;border-color:#d40924;box-shadow:0 4px 12px #667eea33;transform:translateX(5px) scale(1.02)}.option-label.selected{animation:selectBounce .4s ease-out;background-color:#e8eaff;border-color:#d40924}@keyframes selectBounce{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.option-label.correct-option{background-color:#e8f5e9;border-color:#00bbb3}.option-label input[type=radio]{cursor:pointer;height:18px;margin-right:10px;width:18px}.option-label input[type=radio]:disabled{cursor:not-allowed}.option-text{flex:1 1;line-height:1.4}.multiple-choice-options{display:flex;flex-direction:column;gap:12px;margin:15px 0}.matching-container{overflow-x:auto}.matching-grid{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:1fr auto 2fr;margin:20px 0}.matching-left,.matching-middle,.matching-right{display:flex;flex-direction:column;gap:15px}.matching-middle{justify-content:flex-start;padding-top:40px}.matching-item{align-items:center;background:#1a1818;border-radius:6px;display:flex;line-height:1.5;min-height:60px;padding:12px}.matching-select select{border:2px solid #e0e0e0;border-radius:6px;cursor:pointer;font-size:1em;padding:8px;transition:border-color .2s;width:100px}.matching-select select:hover:not(:disabled){border-color:#d40924}.matching-select select:disabled{background-color:#1a1818;cursor:not-allowed}.matching-select select.correct-match{background-color:#e8f5e9;border-color:#00bbb3}.matching-select select.incorrect-match{background-color:#d4092426;border-color:#f44336}.correct-matches{background:#e8f5e9;border-radius:6px;font-size:.95em;margin-top:15px;padding:15px}.correct-matches>div{border-bottom:1px solid #c8e6c9;margin:5px 0;padding:5px 0}.correct-matches>div:last-child{border-bottom:none}.cloze-container .code-block{background:#2d2d2d;border-radius:6px;color:#f8f8f2;font-size:.9em;line-height:1.6;margin:15px 0;overflow-x:auto;padding:20px}.cloze-blanks{margin-top:20px}.cloze-blanks h4{color:#555;margin-bottom:15px}.blank-item{background:#1a1818;border-left:3px solid #e0e0e0;border-radius:6px;margin:15px 0;padding:15px}.blank-item.correct{background:#00bbb31a;border-left-color:#00bbb3}.blank-item.incorrect{background:#d409241a;border-left-color:#f44336}.blank-item label{display:block}.blank-item input{border:2px solid #e0e0e0;border-radius:6px;font-family:Courier New,monospace;font-size:1em;margin-top:8px;padding:10px;width:100%}.blank-item input:focus{border-color:#d40924;outline:none}.blank-item input:disabled{background-color:#1a1818;cursor:not-allowed}.blank-feedback{font-size:.95em;margin-top:10px}.essay-container{margin:20px 0}.essay-textarea{border:2px solid #e0e0e0;border-radius:6px;font-family:inherit;font-size:1em;line-height:1.6;padding:15px;resize:vertical;transition:border-color .2s;width:100%}.essay-textarea:focus{border-color:#d40924;outline:none}.essay-textarea:disabled{background-color:#1a1818;cursor:not-allowed}.essay-info{background:#e3f2fd;border-radius:6px;color:#1976d2;font-size:.95em;margin-top:10px;padding:10px}.user-answer-details{background:#1a1818;border:1px solid #90caf9;border-radius:6px;margin-top:10px;padding:10px}.user-answer-details summary{color:#1976d2;cursor:pointer;font-weight:700;padding:5px}.user-answer-details summary:hover{color:#1565c0}.user-answer-box{background:#1a1818;border-radius:4px;line-height:1.6;margin-top:10px;padding:15px;white-space:pre-wrap}.model-answer-details{background:#e8f5e9;border:2px solid #00bbb3;border-radius:8px;margin-top:15px;padding:15px}.model-answer-details summary{color:#2e7d32;cursor:pointer;font-size:1.1em;font-weight:700;padding:10px}.model-answer-details summary:hover{color:#1b5e20}.model-answer-box{background:#1a1818;border-radius:6px;margin-top:15px;padding:20px}.model-answer-content{color:#fff;line-height:1.8}.model-answer-content strong{color:#1b5e20;font-size:1.05em}.model-code-block{background:#2d2d2d;border-radius:6px;color:#f8f8f2;font-size:.9em;line-height:1.6;margin:15px 0;overflow-x:auto;padding:15px}.model-code-block code{background:none;color:inherit;padding:0}.practical-container{background:linear-gradient(180deg,#1a1818,#070606);margin:30px 0;padding:30px}.practical-requirements{background:#e1a2001a;border-left:4px solid #ff9800;border-radius:6px;margin:20px 0;padding:20px}.practical-requirements h4{color:#e65100;margin-bottom:10px}.practical-requirements ul{line-height:2;list-style-position:inside}.practical-work-area{background:#1a1818;border:2px dashed #d40924;border-radius:8px;margin:20px 0;padding:20px}.practical-work-area h4{color:#d40924;margin-bottom:10px}.instruction-text{color:#666;font-style:italic;line-height:1.6;margin-bottom:15px}.practical-textarea{border:2px solid #e0e0e0;border-radius:6px;font-family:Courier New,monospace;font-size:1em;line-height:1.6;padding:15px;resize:vertical;width:100%}.practical-textarea:focus{border-color:#d40924;outline:none}.practical-solution{background:#1a1818;border-radius:10px;box-shadow:0 4px 12px #0000001a;margin-top:30px;padding:25px}.solution-header{background:linear-gradient(135deg,#d40924,#00bbb3);border-radius:8px;color:#fff;margin-bottom:30px;padding:20px;text-align:center}.solution-header h3{font-size:1.8em;margin-bottom:10px}.user-code-details{background:#e3f2fd;border:2px solid #2196f3;border-radius:8px;margin:20px 0;padding:15px}.user-code-details summary{color:#1976d2;cursor:pointer;font-size:1.1em;font-weight:700;padding:10px}.user-code-details summary:hover{color:#0d47a1}.user-code-box{background:#1a1818;border-radius:6px;margin-top:15px;padding:15px}.user-code-box pre{word-wrap:break-word;margin:0;white-space:pre-wrap}.code-section{background:#1a1818;border:1px solid #e0e0e0;border-radius:8px;margin:20px 0;padding:15px;transition:all .3s ease}.code-section:hover{box-shadow:0 4px 12px #0000001a}.code-section summary{background:#1a1818;border-radius:6px;color:#fff;cursor:pointer;font-size:1.15em;font-weight:700;padding:10px;transition:background .2s}.code-section summary:hover{background:#e8eaff;color:#d40924}.code-wrapper{margin-top:15px;position:relative}.copy-btn{background:#00bbb3;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9em;font-weight:700;padding:8px 16px;position:absolute;right:10px;top:10px;transition:all .3s ease;z-index:10}.copy-btn:hover{background:#008f89;box-shadow:0 4px 8px #4caf504d;transform:translateY(-2px)}.code-wrapper pre{background:#2d2d2d;border-radius:6px;color:#f8f8f2;font-size:.9em;line-height:1.6;margin:0;overflow-x:auto;padding:50px 20px 20px}.code-explanation{background:#e8f5e9;border-left:4px solid #00bbb3;border-radius:6px;margin-top:15px;padding:15px}.code-explanation h5{color:#2e7d32;margin-bottom:10px}.code-explanation ul{color:#1b5e20;line-height:1.8;list-style-position:inside}.implementation-notes{background:#e1a2001a;border:2px solid #ffd54f;border-radius:8px;margin-top:30px;padding:25px}.implementation-notes h4{color:#f57f17;margin-bottom:20px;text-align:center}.note-box{background:#1a1818;border-radius:6px;box-shadow:0 2px 4px #0000000d;margin:15px 0;padding:20px}.note-box h5{color:#e65100;margin-bottom:10px}.note-box ol,.note-box ul{line-height:1.8;margin-left:20px}.note-box code{background:#1a1818;border-radius:3px;color:#d32f2f;font-weight:700;padding:2px 6px}.grading-note{background:linear-gradient(135deg,#00bbb3,#008f89);border-radius:8px;box-shadow:0 4px 12px #4caf504d;color:#fff;font-size:1.05em;margin-top:20px;padding:20px;text-align:center}.feedback{border-radius:6px;font-size:.95em;margin-top:15px;padding:12px}.correct-feedback{color:#2e7d32;font-weight:700}.incorrect-feedback{color:#c62828}.incorrect-feedback,.unanswered-feedback{display:block;font-weight:700;margin-bottom:10px}.unanswered-feedback{color:#f57c00}.explanation-box{background:#e1a2001a;border-left:4px solid #ff9800;border-radius:6px;color:#e65100;font-weight:400;line-height:1.6;margin-top:12px;padding:15px}@media (max-width:768px){.matching-grid{gap:10px;grid-template-columns:1fr}.matching-middle{padding-top:0}.truefalse-options{flex-direction:column}.option-label{width:100%}}
/*# sourceMappingURL=main.7d0d5b3e.css.map*/