*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f0f9ff,#e0e7ff);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.min-h-screen{min-height:100vh}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.w-full{width:100%}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.mx-auto{margin-left:auto;margin-right:auto}.card{box-shadow:0 25px 50px -12px #00000040;padding:2rem}.card,.card-lg{background:#fff;border-radius:1rem}.card-lg{box-shadow:0 10px 15px -3px #0000001a;padding:1.5rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-xl{font-size:1.25rem}.text-lg,.text-xl{line-height:1.75rem}.text-lg{font-size:1.125rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.text-gray-800{color:#1f2937}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-blue-600{color:#2563eb}.text-white{color:#fff}.text-red-700{color:#b91c1c}.text-green-700{color:#15803d}.text-yellow-600{color:#ca8a04}.form-group{margin-bottom:1.5rem}.form-label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-input{border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;padding:.75rem 1rem;transition:all .2s;width:100%}.form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-select{background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;padding:.75rem 1rem;transition:all .2s;width:100%}.form-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover{background-color:#1d4ed8;transform:scale(1.05)}.btn-primary:disabled{cursor:not-allowed;opacity:.5;transform:none}.btn-secondary{background-color:#6b7280;color:#fff}.btn-secondary:hover{background-color:#4b5563;transform:scale(1.05)}.btn-lg{font-size:1.125rem;padding:1rem 1.5rem}.btn-full{width:100%}.progress-container{background-color:#e5e7eb;border-radius:9999px;height:.75rem;overflow:hidden;width:100%}.progress-bar{background:linear-gradient(90deg,#3b82f6,#4f46e5);border-radius:9999px;height:100%;transition:width .5s ease-out}.answer-option{background:#fff;border:2px solid #d1d5db;border-radius:.5rem;cursor:pointer;margin-bottom:.75rem;padding:1rem 1.5rem;text-align:left;transition:all .2s;width:100%}.answer-option:hover{background-color:#f9fafb;border-color:#60a5fa}.answer-option.selected{background-color:#eff6ff;border-color:#2563eb;color:#1e3a8a}.answer-option:disabled{cursor:not-allowed;opacity:.5}.radio-indicator{align-items:center;border:2px solid #9ca3af;border-radius:50%;display:flex;flex-shrink:0;height:1.25rem;justify-content:center;margin-right:1rem;width:1.25rem}.radio-indicator.selected{border-color:#2563eb}.radio-dot{background-color:#2563eb;border-radius:50%;height:.75rem;width:.75rem}.alert{border-radius:.5rem;margin-bottom:1rem;padding:.75rem 1rem}.alert-error{background-color:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.alert-success{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.alert-warning{background-color:#fffbeb;border:1px solid #fde68a;color:#92400e}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gap-4{gap:1rem}.stat-card{border:2px solid;border-radius:.75rem;padding:1rem;text-align:center}.stat-card-green{background-color:#f0fdf4;border-color:#bbf7d0;color:#15803d}.stat-card-red{background-color:#fef2f2;border-color:#fecaca;color:#b91c1c}.stat-card-yellow{background-color:#fffbeb;border-color:#fed7aa;color:#ca8a04}.result-icon{align-items:center;border-radius:50%;display:flex;height:6rem;justify-content:center;margin:0 auto 1rem;width:6rem}.result-icon-success{background-color:#dcfce7}.result-icon-warning{background-color:#fef3c7}.icon{height:3rem;width:3rem}.icon-success{color:#16a34a}.icon-warning{color:#ca8a04}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f4f6;border-radius:50%;border-top-color:#2563eb;height:3rem;margin:0 auto;width:3rem}.btn-spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:1.25rem;margin-right:.5rem;width:1.25rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.space-y-3>*+*{margin-top:.75rem}.space-y-6>*+*{margin-top:1.5rem}.flex-1{flex:1 1}.bg-gray-50{background-color:#f9fafb}.bg-gradient-primary{background:linear-gradient(135deg,#3b82f6,#4f46e5)}.text-6xl{font-size:3.75rem;line-height:1}.text-3xl{font-size:1.875rem;line-height:2.25rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}
/*# sourceMappingURL=main.26db164d.css.map*/