.quiz-setup{padding:2rem;max-height:90vh;overflow-y:auto;display:flex;align-items:center;justify-content:center}.setup-card{width:100%;max-width:500px;color:#1f2937}.setup-card h2{color:#1f2937;font-size:1.75rem;margin-bottom:1.5rem;text-align:center}.setup-option{margin-bottom:1.25rem}.setup-option>label{display:block;color:#4b5563;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.setup-option input[type=number]{width:100%;padding:.75rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:10px;background:#fff;color:#1f2937!important;transition:border-color .3s ease}.setup-option input[type=number]:focus{outline:none;border-color:#667eea}.module-checkboxes{display:flex;flex-direction:column;gap:.4rem;padding:.75rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;max-height:200px;overflow-y:auto}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.35rem .5rem;border-radius:4px;transition:background-color .2s ease;color:#1f2937}.checkbox-label:hover{background:#f3f4f6}.checkbox-label:first-child{font-weight:600;padding-bottom:.5rem;border-bottom:1px solid #d1d5db;margin-bottom:.25rem}.checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#667eea;flex-shrink:0}.checkbox-label span{font-size:.9rem;color:#1f2937}.start-button{width:100%;padding:.85rem;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;margin-top:1rem;box-shadow:0 4px 15px #667eea66}.start-button:hover{box-shadow:0 6px 20px #667eea99}.info{margin-top:1rem;text-align:center;color:#6b7280;font-size:.85rem}.info strong{color:#667eea;font-size:1rem}.warning-text{color:#f59e0b;font-weight:600;margin-top:.5rem;padding:.4rem .6rem;background:#fef3c7;border-radius:4px;font-size:.8rem}@media (max-width: 768px){.quiz-setup{padding:1.5rem 1rem}.module-checkboxes{max-height:150px}}.question-container{padding:3rem;color:#1f2937!important}.question-container *{color:inherit}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.question-counter{color:#6b7280;font-weight:600;font-size:1rem}.module-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.question-content h2{font-size:1.5rem;margin-bottom:1rem;line-height:1.5;color:#1f2937}.instruction-text{color:#667eea;font-weight:600;font-style:italic;margin-bottom:1rem;font-size:.95rem}.question-image{margin:1.5rem 0;padding:1rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;text-align:center}.question-image img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a}.code-block{background:#1f2937;color:#e5e7eb;padding:1.5rem;border-radius:10px;margin:1.5rem 0;overflow-x:auto;font-size:.9rem;line-height:1.6}.code-block code{font-family:Monaco,Menlo,Ubuntu Mono,monospace}.options{display:flex;flex-direction:column;gap:1rem;margin:2rem 0}.option{display:flex;align-items:center;gap:1rem;padding:1.2rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;text-align:left;font-size:1rem;transition:all .3s ease;width:100%}.option:hover:not(:disabled){background:#f3f4f6;border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.option:disabled{cursor:not-allowed}.option.selected{background:#ede9fe;border-color:#667eea}.option.correct{background:#d1fae5;border-color:#22c55e}.option.incorrect{background:#fee2e2;border-color:#ef4444}.option-letter{font-weight:700;color:#667eea;min-width:25px}.option.correct .option-letter{color:#22c55e}.option.incorrect .option-letter{color:#ef4444}.option-text{flex:1;color:#1f2937}.option-checkbox{display:flex;align-items:center;min-width:25px}.option-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;pointer-events:none}.check-mark{color:#22c55e;font-size:1.2rem;font-weight:700;margin-left:auto}.submit-button{width:100%;padding:1rem;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;margin-top:1rem;box-shadow:0 4px 15px #667eea66}.submit-button:hover{box-shadow:0 6px 20px #667eea99}.correct-answer-display{color:#4b5563;padding:.75rem;background:#f3f4f6;border-radius:8px;margin-bottom:1rem;border-left:4px solid #22c55e}.correct-answer-display strong{color:#1f2937}.answer-feedback{margin-top:2rem;padding:1.5rem;background:#f9fafb;border-radius:10px}.feedback-message{font-size:1.2rem;font-weight:700;margin-bottom:1rem;padding:1rem;border-radius:8px;text-align:center}.feedback-message.success{background:#d1fae5;color:#22c55e}.feedback-message.error{background:#fee2e2;color:#ef4444}.next-button{width:100%;padding:1rem;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 15px #667eea66}.next-button:hover{box-shadow:0 6px 20px #667eea99}@media (max-width: 768px){.question-container{padding:2rem 1.5rem}.question-content h2{font-size:1.3rem}.code-block{font-size:.8rem;padding:1rem}.question-image{padding:.5rem}.question-image img{max-width:100%;height:auto}}.results-container{padding:3rem;color:#1f2937!important}.results-container *{color:inherit}.results-card{max-width:800px;margin:0 auto}.results-card h2{text-align:center;font-size:2rem;margin-bottom:2rem;color:#1f2937}.score-display{text-align:center;padding:2rem;margin-bottom:3rem;border-radius:15px;background:#f9fafb;border:4px solid}.score-percentage{font-size:4rem;font-weight:700;margin-bottom:.5rem}.score-fraction{font-size:1.2rem;color:#6b7280}.results-breakdown{margin-top:2rem}.results-breakdown h3{font-size:1.5rem;margin-bottom:1.5rem;color:#1f2937}.result-item{background:#f9fafb;padding:1.5rem;border-radius:10px;margin-bottom:1rem;border:2px solid #e5e7eb}.result-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.result-icon{font-size:1.5rem;font-weight:700;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%}.result-icon.correct{color:#22c55e;background:#d1fae5}.result-icon.incorrect{color:#ef4444;background:#fee2e2}.result-title{font-weight:600;color:#4b5563}.result-question{margin-bottom:.75rem;color:#1f2937;font-weight:500}.result-answers{display:flex;flex-direction:column;gap:.5rem}.answer-correct{color:#22c55e;font-weight:500}.answer-incorrect{color:#ef4444;font-weight:500}.retry-button{width:100%;padding:1rem;font-size:1.2rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;margin-top:2rem;box-shadow:0 4px 15px #667eea66}.retry-button:hover{box-shadow:0 6px 20px #667eea99}@media (max-width: 768px){.results-container{padding:2rem 1.5rem}.results-card h2{font-size:1.5rem}.score-percentage{font-size:3rem}.result-item{padding:1rem}}.App{width:100%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;min-height:100vh}header{text-align:center;margin-bottom:2rem}header h1{color:#fff;font-size:2.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.2);margin:0}main{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;overflow:hidden;color:#1f2937;flex:1}footer{text-align:center;padding:1.5rem 1rem;margin-top:2rem;color:#fff;font-size:.95rem}footer p{margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.3);font-weight:500}footer a{color:#fde68a;text-decoration:none;font-weight:600;transition:all .3s ease;border-bottom:2px solid transparent;padding-bottom:2px}footer a:hover{color:#fef3c7;border-bottom-color:#fef3c7;text-shadow:0 0 8px rgba(253,230,138,.5)}@media (max-width: 768px){header h1{font-size:2rem}footer{font-size:.85rem;padding:1rem;margin-top:1.5rem}#root{padding:1rem}}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#1f2937}#root{width:100%;min-height:100vh;padding:2rem}button{font-family:inherit;cursor:pointer;transition:all .3s ease;color:inherit}button:hover{transform:translateY(-2px)}button:active{transform:translateY(0)}code{font-family:Courier New,Courier,monospace}
