body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,.App{min-height:100vh}.App{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;justify-content:center;padding:20px}*{box-sizing:border-box;margin:0;padding:0}.start-page{margin:0 auto;max-width:900px;width:100%}.start-container{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden;padding:40px;text-align:center}.quiz-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:16px}.quiz-description{color:#718096;font-size:1.1rem;line-height:1.6;margin-bottom:32px}.quiz-info-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:32px}.info-card{align-items:center;background:#f7fafc;border-left:4px solid #667eea;border-radius:12px;display:flex;gap:12px;padding:16px}.info-icon{font-size:1.5rem}.info-content h3{color:#2d3748;font-size:1.1rem;font-weight:600;margin-bottom:4px}.info-content p{color:#718096;font-size:.875rem}.instructions{background:#edf2f7;border-radius:12px;margin-bottom:32px;padding:24px;text-align:left}.instructions h3{color:#2d3748;font-size:1.2rem;margin-bottom:16px}.instructions ul{list-style:none;padding-left:0}.instructions li{color:#4a5568;padding:8px 0 8px 24px;position:relative}.instructions li:before{color:#38a169;content:"✓";font-weight:700;left:0;position:absolute}.begin-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;padding:16px 48px;transition:all .3s ease}.begin-btn:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.quiz-question{margin:0 auto;max-width:900px;width:100%}.quiz-container{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden;padding:32px}.quiz-header{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:32px}.progress-section{flex:1 1}.question-counter{color:#718096;font-size:1rem;font-weight:500;margin-bottom:8px}.progress-bar{background:#e2e8f0;border-radius:4px;height:8px;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;height:100%;transition:width .3s ease}.timer{align-items:center;background:#f7fafc;border-radius:8px;color:#2d3748;display:flex;font-weight:600;gap:8px;padding:12px 16px;transition:all .3s ease}.timer.warning{animation:pulse 1s infinite;background:#fed7d7;color:#c53030}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.question-card{margin-bottom:32px}.question-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.question-text{color:#2d3748;flex:1 1;font-size:1.5rem;font-weight:600;line-height:1.4}.category-badge{border-radius:16px;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.category-frontend{background:#bee3f8;color:#2b6cb0}.category-backend{background:#c6f6d5;color:#2f855a}.category-database{background:#fbb6ce;color:#b83280}.category-general{background:#d6f5d6;color:#38a169}.options-container{display:flex;flex-direction:column;gap:12px}.option-button{align-items:center;background:#f7fafc;border:2px solid #0000;border-radius:12px;cursor:pointer;display:flex;font-size:1rem;gap:16px;padding:16px 20px;text-align:left;transition:all .2s ease}.option-button:hover:not(:disabled){background:#edf2f7;border-color:#cbd5e0}.option-button.selected{background:#ebf8ff;border-color:#667eea;color:#2b6cb0}.option-button:disabled{cursor:not-allowed;opacity:.6}.option-letter{align-items:center;background:#e2e8f0;border-radius:50%;color:#4a5568;display:flex;flex-shrink:0;font-size:.875rem;font-weight:600;height:32px;justify-content:center;width:32px}.option-button.selected .option-letter{background:#667eea;color:#fff}.option-text{flex:1 1;line-height:1.5}.quiz-navigation{gap:20px;justify-content:space-between}.nav-btn,.quiz-navigation{align-items:center;display:flex}.nav-btn{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s ease}.nav-btn.secondary{background:#e2e8f0;border:1px solid #cbd5e0;color:#4a5568}.nav-btn.secondary:hover:not(:disabled){background:#cbd5e0}.nav-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.nav-btn.primary:hover:not(:disabled){box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.nav-btn:disabled{cursor:not-allowed;opacity:.5;transform:none!important}.submit-btn{background:linear-gradient(135deg,#38a169,#2f855a)!important}.nav-center{align-items:center;display:flex;flex:1 1;justify-content:center}.submitting-indicator{align-items:center;color:#667eea;display:flex;font-weight:500;gap:12px}.spinner{animation:spin 1s linear infinite;border:2px solid #e2e8f0;border-radius:50%;border-top-color:#667eea;height:20px;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.quiz-results{margin:0 auto;max-width:1000px;width:100%}.results-container{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden;padding:40px}.results-header{gap:32px;margin-bottom:40px;text-align:left}.results-header,.score-circle{align-items:center;display:flex}.score-circle{border-radius:50%;color:#fff;flex-direction:column;flex-shrink:0;font-weight:700;height:140px;justify-content:center;position:relative;width:140px}.score-circle.excellent{background:linear-gradient(135deg,#38a169,#2f855a)}.score-circle.good{background:linear-gradient(135deg,#3182ce,#2c5282)}.score-circle.fair{background:linear-gradient(135deg,#d69e2e,#b7791f)}.score-circle.poor{background:linear-gradient(135deg,#e53e3e,#c53030)}.score-percentage{font-size:2rem;line-height:1}.score-fraction{font-size:.875rem;opacity:.9}.result-summary{flex:1 1}.result-title{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:8px}.result-message{color:#718096;font-size:1.25rem;margin-bottom:16px}.pass-status{align-items:center;border-radius:20px;display:inline-flex;font-size:.875rem;font-weight:600;padding:8px 16px}.pass-status.passed{background:#c6f6d5;color:#2f855a}.pass-status.failed{background:#fed7d7;color:#c53030}.stats-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:40px}.stat-item{align-items:center;background:#f7fafc;border-left:4px solid #667eea;border-radius:12px;display:flex;gap:16px;padding:20px}.stat-icon{font-size:2rem}.stat-details{display:flex;flex-direction:column}.stat-value{color:#2d3748;font-size:1.5rem;font-weight:700}.stat-label{color:#718096;font-size:.875rem;font-weight:500}.detailed-results{margin-bottom:40px}.detailed-results h3{color:#2d3748;font-size:1.5rem;font-weight:600;margin-bottom:24px}.questions-review{display:flex;flex-direction:column;gap:16px}.question-review{border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .2s ease}.question-review.correct{background:#f0fff4;border-color:#38a169}.question-review.incorrect{background:snow;border-color:#e53e3e}.question-review-header{align-items:center;background:#f7fafc;display:flex;justify-content:space-between;padding:12px 20px}.question-review.correct .question-review-header{background:#c6f6d5}.question-review.incorrect .question-review-header{background:#fed7d7}.question-number{color:#2d3748;font-weight:600}.result-icon{font-size:1.2rem}.question-review-content{padding:20px}.review-question{color:#2d3748;font-size:1.1rem;font-weight:600;line-height:1.4;margin-bottom:16px}.answer-comparison{margin-bottom:12px}.correct-answer,.user-answer{margin-bottom:8px}.answer-label{color:#718096;display:block;font-size:.875rem;font-weight:500;margin-bottom:4px}.answer-text{font-weight:600;padding:4px 0}.answer-text.correct{color:#2f855a}.answer-text.incorrect{color:#c53030}.explanation{background:#f7fafc;border-radius:8px;color:#4a5568;font-size:.875rem;line-height:1.5;margin-top:12px;padding:12px}.results-actions{text-align:center}.restart-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:8px;padding:16px 32px;transition:all .3s ease}.restart-btn:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.btn-icon{font-size:1.2rem}.loading-spinner{align-items:center;background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;display:flex;flex-direction:column;justify-content:center;min-height:400px;padding:40px}.spinner{height:80px;margin-bottom:24px;position:relative;width:80px}.spinner-ring{animation:spin 1.5s linear infinite;border:4px solid #0000;border-radius:50%;height:100%;position:absolute;width:100%}.spinner-ring:first-child{animation-delay:0s;border-top-color:#667eea}.spinner-ring:nth-child(2){animation-delay:-.5s;border-right-color:#764ba2}.spinner-ring:nth-child(3){animation-delay:-1s;border-bottom-color:#667eea}.loading-message{color:#718096;font-size:1.1rem;font-weight:500;text-align:center}.error-message{align-items:center;display:flex;justify-content:center;min-height:400px;padding:40px}.error-container{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;max-width:500px;padding:40px;text-align:center}.error-icon{font-size:4rem;margin-bottom:20px}.error-title{margin-button:12px;color:#2d3748;font-size:1.5rem;font-weight:600}.error-text{color:#718096;font-size:1rem;line-height:1.6;margin-bottom:24px}.retry-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .3s ease}.retry-btn:hover{box-shadow:0 4px 15px #667eea4d;transform:translateY(-2px)}@media (max-width:768px){.App{padding:16px}.quiz-container,.results-container,.start-container{margin:16px;padding:24px}.quiz-title{font-size:2rem}.quiz-info-grid{gap:12px;grid-template-columns:1fr}.quiz-header{flex-direction:column;gap:16px}.timer{align-self:stretch;justify-content:center}.question-text{font-size:1.25rem}.question-header{align-items:flex-start;flex-direction:column}.option-button{padding:12px 16px}.quiz-navigation{flex-direction:column;gap:12px}.nav-btn{justify-content:center;width:100%}.results-header{flex-direction:column;gap:20px;text-align:center}.result-title{font-size:2rem}.score-circle{height:120px;width:120px}.score-percentage{font-size:1.75rem}.stats-grid{gap:16px;grid-template-columns:1fr}.question-review-content{padding:16px}}
/*# sourceMappingURL=main.bcecb920.css.map*/