*{box-sizing:border-box;margin:0;padding:0}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}button{font-family:inherit}.app-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 2rem 7rem;background:linear-gradient(135deg,#667eea,#764ba2)}.fixed-buttons{margin-top:2rem;text-align:center;display:flex;flex-direction:column;gap:1rem;justify-content:space-between;width:100%}.topic-selection{margin-bottom:2rem;max-width:900px;width:100%;text-align:center}.topic-selection h1{font-size:3rem;font-weight:700;color:#fff;margin-bottom:.5rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.subtitle{font-size:1.2rem;color:#ffffffe6;margin-bottom:3rem}.topics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.topic-card{background:#fff;border-radius:16px;padding:2rem;cursor:pointer;transition:all .3s ease;border:none;box-shadow:0 4px 6px #0000001a;text-align:left}.topic-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0003}.topic-card h2{font-size:1.5rem;color:#333;margin:0 0 .5rem}.topic-card p{color:#666;margin:0;font-size:.9rem}.quiz-container{max-width:800px;width:100%;background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 20px 60px #0000004d}.quiz-header{margin-bottom:2rem}.quiz-header h2{font-size:1.8rem;color:#333;margin:0 0 1rem}.progress-bar{width:100%;height:8px;background:#e0e0e0;border-radius:10px;overflow:hidden;margin-bottom:1rem}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease;border-radius:10px}.question-counter{color:#666;font-size:.9rem;margin:0}.question-container{margin-bottom:2rem}.question-text{font-size:1.3rem;color:#333;margin-bottom:1.5rem;line-height:1.6;font-weight:600}.question-content{margin-top:1.5rem}.answer-input{width:100%;min-height:150px;padding:1rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;font-family:inherit;resize:vertical;transition:border-color .3s ease}.answer-input:focus{outline:none;border-color:#667eea}.answer-input:disabled{background:#f5f5f5;cursor:not-allowed}.options-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.option-label{display:flex;align-items:center;padding:1rem 1.25rem;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;transition:all .2s ease;background:#fff}.option-label:hover:not(:has(input:disabled)){border-color:#667eea;background:#f8f9ff}.option-label.selected{border-color:#667eea;background:#f0f2ff}.option-label input[type=checkbox],.option-label input[type=radio]{margin-right:.75rem;width:20px;height:20px;cursor:pointer;accent-color:#667eea}.option-label input:disabled{cursor:not-allowed}.option-label span{flex:1;color:#333;font-size:1rem}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.875rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea66}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea80}.submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.answer-display{margin-top:1.5rem;padding:1.5rem;background:#f8f9ff;border-radius:12px;border-left:4px solid #667eea}.answer-display h4{margin:0 0 .75rem;color:#667eea;font-size:1.1rem}.answer-display p{margin:.5rem 0;color:#333;line-height:1.6}.answer-display ul{margin:.5rem 0;padding-left:1.5rem;color:#333}.answer-display li{margin:.5rem 0;line-height:1.6}.explanation{margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0;color:#555;line-height:1.6}.explanation strong{color:#333}.info-text{color:#666;font-style:italic;margin-bottom:1rem}.answers-table{margin-top:1rem;overflow-x:auto}.answers-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}.answers-table th,.answers-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e0e0e0}.answers-table th{background:#667eea;color:#fff;font-weight:600}.answers-table tr:last-child td{border-bottom:none}.answers-table tr:hover{background:#f8f9ff}.quiz-navigation{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0}.nav-btn{padding:.75rem 1.5rem;border:2px solid #e0e0e0;background:#fff;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;color:#333}.nav-btn:hover:not(:disabled){border-color:#667eea;color:#667eea;transform:translateY(-2px)}.nav-btn:disabled{opacity:.5;cursor:not-allowed}.nav-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;box-shadow:0 4px 12px #667eea66}.nav-btn.primary:hover:not(:disabled){box-shadow:0 6px 16px #667eea80}.results-screen{max-width:600px;width:100%;background:#fff;border-radius:20px;padding:3rem;text-align:center;box-shadow:0 20px 60px #0000004d}.results-screen h1{font-size:2.5rem;color:#333;margin-bottom:2rem}.score-display{margin:2rem 0}.score-circle{display:inline-flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:1rem}.score-number{font-size:4rem;font-weight:700;color:#667eea}.score-total{font-size:2rem;color:#999}.score-percentage{font-size:2rem;font-weight:600;color:#333;margin:0}.results-info{margin:2rem 0;color:#666;font-size:1.1rem}.restart-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2.5rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea66;margin-top:1rem}.restart-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea80}.feedback-btn{text-align:center;max-width:300px;width:100%;margin:0 auto;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;border-radius:999px;font-weight:700;text-decoration:none;box-shadow:0 8px 20px #00000040;transition:transform .2s ease,box-shadow .2s ease;letter-spacing:.01em}.feedback-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0000004d}.feedback-btn:focus-visible{outline:3px solid #cbd2ff;outline-offset:4px}.back-home-btn{max-width:300px;width:100%;margin:0 auto;background:#fff;color:#4b4b4b;padding:.75rem 1.25rem;border-radius:12px;border:2px solid #e0e0e0;font-weight:700;cursor:pointer;box-shadow:0 8px 20px #00000026;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;letter-spacing:.01em}.back-home-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px #00000038;border-color:#667eea;color:#667eea}.back-home-btn:focus-visible{outline:3px solid #cbd2ff;outline-offset:4px}@media(max-width:768px){.app-container{flex-direction:column;padding:1rem 1rem 10rem}.fixed-buttons,.feedback-btn{margin-top:20px}.topic-selection h1{font-size:2rem}.quiz-container{padding:1.5rem}.question-text{font-size:1.1rem}.quiz-navigation{flex-direction:column}.nav-btn{width:100%}.score-number{font-size:3rem}.feedback-btn{bottom:9rem}.back-home-btn{bottom:5rem}}
