*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.container{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:2rem;max-width:800px;padding:2rem;width:100%}.header{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.header h1{color:#333;font-size:1.8rem}.logout-btn{background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem}.logout-btn:hover{background-color:#c82333}.form-group{margin-bottom:1rem}.form-group label{color:#555;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:1rem;padding:.75rem;width:100%}.form-group textarea{min-height:100px;resize:vertical}.btn{border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover{background-color:#0056b3}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#5a6268}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#c82333}.btn-success{background-color:#28a745;color:#fff}.btn-success:hover{background-color:#218838}.questions-list{margin-top:2rem}.question-card{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;margin-bottom:1.5rem;padding:1.5rem}.question-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.question-text{color:#333;flex:1 1;font-size:1.1rem;font-weight:500;margin-right:1rem}.question-actions{display:flex;gap:.5rem}.options-list{margin-top:1rem}.option-item{align-items:center;background:#fff;border:1px solid #dee2e6;border-radius:4px;display:flex;margin-bottom:.5rem;padding:.75rem}.option-item.correct{background-color:#d4edda;border-color:#28a745}.option-number{color:#666;font-weight:700;margin-right:.75rem;min-width:30px}.option-text{color:#333;flex:1 1}.correct-badge{background-color:#28a745;border-radius:4px;color:#fff;font-size:.85rem;margin-left:.5rem;padding:.25rem .5rem}.empty-state{color:#666;padding:3rem;text-align:center}.empty-state h3{color:#333;margin-bottom:.5rem}.modal{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:8px;max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;width:90%}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.modal-header h2{color:#333}.close-btn{background:none;border:none;color:#666;cursor:pointer;font-size:1.5rem}.close-btn:hover{color:#333}.option-checkbox{cursor:pointer;flex-shrink:0}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24}.error-message,.success-message{margin-bottom:1rem;padding:.75rem}.success-message{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:4px;color:#155724}.incorrect-selected{background-color:#f8d7da!important;border-color:#dc3545!important}
/*# sourceMappingURL=main.cc0d9620.css.map*/