body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.home-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:0 auto;max-width:600px;padding:2rem;text-align:center}.home-container h2{color:#2c3e50;margin-bottom:1.5rem}.home-container p{color:#555;line-height:1.6;margin-bottom:2rem}.create-exam-btn{background-color:#810303;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.8rem 2rem;transition:background-color .3s}.create-exam-btn:hover{background-color:#5f0202}.create-exam-btn:disabled{background-color:#f2c2c2;cursor:not-allowed}.error-message{color:#e74c3c;margin-top:1rem}.timer-container{display:flex;flex-direction:column;min-width:120px}.timer-display{color:#2c3e50;font-size:1.2rem;font-weight:700;margin-bottom:.5rem;text-align:center}.timer-display .warning{color:#e74c3c}.progress-bar{background-color:#eee;border-radius:3px;height:6px;overflow:hidden}.progress{background-color:#3498db;height:100%;transition:width 1s linear}.progress.warning{background-color:#e74c3c}.exam-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:0 auto;max-width:800px;overflow:hidden}.exam-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:1rem 1.5rem}.exam-header h2{color:#2c3e50;font-size:1.2rem;margin:0}.question-container{padding:2rem}.question-text{font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.options-container{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.option{border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;padding:1rem;transition:all .2s}.option:hover{background-color:#f0f7ff;border-color:#bbd6fb}.option.selected{background-color:#e3f2fd;border-color:#2196f3}.option-letter{align-items:center;background-color:#f0f0f0;border-radius:50%;display:flex;font-weight:700;height:24px;justify-content:center;margin-right:1rem;width:24px}.option.selected .option-letter{background-color:#2196f3;color:#fff}.option-text{flex:1 1}.submit-btn{background-color:#810303;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.8rem 2rem;transition:background-color .3s;width:100%}.submit-btn:hover{background-color:#5f0202}.submit-btn:disabled{background-color:#f2c2c2;cursor:not-allowed}.error,.loading{color:#555;font-size:1.2rem;padding:2rem;text-align:center}.error{color:#e74c3c}.result-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:0 auto;max-width:800px;padding:2rem}.result-container h2{color:#2c3e50;margin-bottom:1.5rem;text-align:center}.result-container h3{border-bottom:1px solid #eee;color:#2c3e50;margin-bottom:1rem;margin-top:2rem;padding-bottom:.5rem}.result-summary{align-items:center;background-color:#f8f9fa;border-radius:8px;display:flex;justify-content:center;margin-bottom:2rem;padding:1.5rem}.exam-info{display:none}.share-link{background-color:#f0f7ff;border-radius:4px;margin:2rem 0;padding:1rem;text-align:center}.share-link p{color:#2c3e50;margin-bottom:.5rem}.share-link input{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;color:#333;font-size:.9rem;padding:.8rem;width:100%}.answers-container{display:flex;flex-direction:column;gap:1.5rem}.answer-item{border:1px solid #ddd;border-radius:8px;overflow:hidden}.answer-item.correct{border-left:4px solid #27ae60}.answer-item.incorrect{border-left:4px solid #e74c3c}.answer-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:.8rem 1rem}.question-number{color:#2c3e50;font-weight:700}.answer-status{font-weight:700}.answer-item.correct .answer-status{color:#27ae60}.answer-item.incorrect .answer-status{color:#e74c3c}.time-spent{color:#7f8c8d;font-size:.9rem}.answer-content{padding:1rem}.answer-content p{line-height:1.6;margin:.5rem 0}.question-text{color:#333;font-weight:500}.correct-answer{color:#27ae60;font-weight:500}.new-exam-btn{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;display:block;font-size:1rem;margin:2rem auto 0;max-width:300px;padding:.8rem 2rem;text-align:center;transition:background-color .3s;width:100%}.new-exam-btn:hover{background-color:#2980b9}.exam-status{border-radius:8px;font-size:1.2rem;font-weight:700;padding:1.5rem;text-align:center;width:100%}.exam-status.approved{background-color:#e8f6ec;border-left:5px solid #2e7d32;color:#2e7d32}.exam-status.approved p{color:#2e7d32;font-size:1rem;font-weight:400;margin-top:.5rem}.exam-status.failed{background-color:#fdecea;border-left:5px solid #c62828;color:#c62828}.exam-status.failed p{color:#c62828;font-size:1rem;font-weight:400;margin-top:.5rem}.App{display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh}.App-header{align-items:center;background-color:#003b5c;color:#fff;display:flex;flex-wrap:wrap;gap:4rem;justify-content:center;padding:1rem 2rem;text-align:center}.header-logo{height:50px;width:auto}.header-title{font-size:1.8rem;margin:0}.App-header h1{font-size:3rem;margin:0}main{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}footer{background-color:#f5f5f5;color:#666;font-size:.9rem;margin-top:auto;padding:1rem;text-align:center}
/*# sourceMappingURL=main.1b907350.css.map*/