*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.min-h-screen{min-height:100vh}.container{max-width:1200px;margin:0 auto}.mx-auto{margin-left:auto;margin-right:auto}.flex{display:flex}.grid{display:grid}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.text-left{text-align:left}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.m-0{margin:0}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-16{margin-top:4rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.w-2{width:.5rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-12{width:3rem}.w-16{width:4rem}.w-24{width:6rem}.w-full{width:100%}.h-2{height:.5rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-12{height:3rem}.h-16{height:4rem}.h-24{height:6rem}.max-w-2xl{max-width:42rem}.max-w-6xl{max-width:72rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-6xl{font-size:3.75rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.leading-relaxed{line-height:1.625}.text-white{color:#fff}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-blue-600{color:#2563eb}.text-green-700{color:#15803d}.text-green-800{color:#166534}.text-yellow-700{color:#a16207}.text-yellow-800{color:#92400e}.text-red-600{color:#dc2626}.text-red-700{color:#b91c1c}.text-red-800{color:#991b1b}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-200{background-color:#e5e7eb}.bg-gray-600{background-color:#4b5563}.bg-blue-50{background-color:#eff6ff}.bg-blue-100{background-color:#dbeafe}.bg-blue-500{background-color:#3b82f6}.bg-green-50{background-color:#f0fdf4}.bg-green-100{background-color:#dcfce7}.bg-green-500{background-color:#22c55e}.bg-yellow-100{background-color:#fef3c7}.bg-red-50{background-color:#fef2f2}.bg-red-100{background-color:#fee2e2}.bg-red-500{background-color:#ef4444}.border{border-width:1px;border-style:solid;border-color:#e5e7eb}.border-2{border-width:2px;border-style:solid;border-color:#e5e7eb}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-blue-500{border-color:#3b82f6}.border-green-200{border-color:#bbf7d0}.border-green-300{border-color:#86efac}.border-green-500{border-color:#22c55e}.border-yellow-300{border-color:#fde047}.border-red-200{border-color:#fecaca}.border-red-300{border-color:#fca5a5}.border-red-500{border-color:#ef4444}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-2xl{border-radius:1rem}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.bg-gradient-to-br{background:linear-gradient(to bottom right,#e0e7ff,#f3e8ff,#fce7f3)}.bg-gradient-to-r.from-blue-600{background:linear-gradient(to right,#2563eb,#8b5cf6)}.bg-gradient-to-r.from-blue-500{background:linear-gradient(to right,#3b82f6,#8b5cf6)}.bg-gradient-to-r.from-green-500{background:linear-gradient(to right,#22c55e,#14b8a6)}.bg-gradient-to-r.from-orange-500{background:linear-gradient(to right,#f97316,#ef4444)}button{border:none;cursor:pointer;outline:none;font-family:inherit}button:disabled{cursor:not-allowed;opacity:.6}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hover\:scale-105:hover{transform:scale(1.05)}.hover\:scale-110:hover{transform:scale(1.1)}.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover\:bg-gray-700:hover{background-color:#374151}.hover\:border-gray-300:hover{border-color:#d1d5db}.hover\:text-gray-800:hover{color:#1f2937}.hover\:text-blue-600:hover{color:#2563eb}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.opacity-60{opacity:.6}@media (min-width: 640px){.sm\:flex-row{flex-direction:row}}@media (min-width: 768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}}.radio-button{width:100%;padding:1rem;text-align:left;border-radius:.5rem;border:2px solid #e5e7eb;background-color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:space-between}.radio-button:hover:not(:disabled){border-color:#d1d5db;background-color:#f9fafb}.radio-button.selected{border-color:#3b82f6;background-color:#eff6ff;box-shadow:0 4px 6px -1px #0000001a}.radio-button.correct{border-color:#22c55e;background-color:#f0fdf4;box-shadow:0 4px 6px -1px #0000001a}.radio-button.incorrect{border-color:#ef4444;background-color:#fef2f2;box-shadow:0 4px 6px -1px #0000001a}.radio-button:disabled{background-color:#f3f4f6;border-color:#e5e7eb;cursor:not-allowed;opacity:.6}.radio-circle{width:1.5rem;height:1.5rem;border-radius:50%;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;flex-shrink:0}.radio-button.selected .radio-circle{border-color:#3b82f6;background-color:#3b82f6}.radio-button.correct .radio-circle{border-color:#22c55e;background-color:#22c55e}.radio-button.incorrect .radio-circle{border-color:#ef4444;background-color:#ef4444}.radio-dot{width:.5rem;height:.5rem;background-color:#fff;border-radius:50%}.radio-content{display:flex;align-items:center;gap:1rem;flex:1}.radio-text{font-size:1.125rem;color:#374151}.radio-button.correct .radio-text{color:#166534;font-weight:600}.radio-button.incorrect .radio-text{color:#991b1b;font-weight:600}.feedback-icon{font-size:1.125rem;font-weight:700}.feedback-icon.correct{color:#22c55e}.feedback-icon.incorrect{color:#ef4444}.progress-bar{width:100%;background-color:#e5e7eb;border-radius:9999px;height:.5rem;overflow:hidden}.progress-fill{height:100%;border-radius:9999px;transition:width .3s ease;width:var(--progress-width, 0%)}.progress-fill.from-blue-500{background:linear-gradient(to right,#3b82f6,#8b5cf6)}.progress-fill.from-green-500{background:linear-gradient(to right,#22c55e,#14b8a6)}.progress-fill.from-orange-500{background:linear-gradient(to right,#f97316,#ef4444)}.flex-col{flex-direction:column}.space-y-4>*+*{margin-top:1rem}.group{position:relative}.group:hover .group-hover\:scale-110{transform:scale(1.1)}.group:hover .group-hover\:text-blue-600{color:#2563eb}
