body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{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}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;margin:0 auto;max-width:1200px;padding:20px;width:100%}.navbar{background-color:#2c3e50;box-shadow:0 2px 4px #0000001a;color:#fff;padding:1rem 2rem}.navbar-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.logo{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-links{align-items:center;display:flex;gap:2rem;list-style:none}.nav-links a{border-radius:4px;color:#fff;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s}.nav-links a:hover{background-color:#ffffff1a}.page{margin:0 auto;max-width:800px;padding:2rem}.page h1{color:#2c3e50;margin-bottom:2rem}.form-container{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:2rem auto;max-width:400px;padding:2rem}.form-group{margin-bottom:1rem}.form-group label{color:#333;display:block;font-weight:500;margin-bottom:.5rem}.form-group input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;width:100%}.form-group input:focus{border-color:#3498db;box-shadow:0 0 0 2px #3498db33;outline:none}.btn{border:none;border-radius:4px;cursor:pointer;display:inline-block;font-size:1rem;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:background-color .3s}.btn-primary{background-color:#3498db;color:#fff}.btn-primary:hover{background-color:#2980b9}.btn-secondary{background-color:#95a5a6;color:#fff}.btn-secondary:hover{background-color:#7f8c8d}.btn-danger{background-color:#e74c3c;color:#fff}.btn-danger:hover{background-color:#c0392b}.btn-full-width{width:100%}.card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:1.5rem}.card,.card h2{margin-bottom:1rem}.card h2{color:#2c3e50}.card h3{color:#34495e;margin-bottom:.5rem}.quiz-container{margin:0 auto;max-width:600px}.question-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem;padding:2rem}.question-number{color:#7f8c8d;font-size:.9rem;margin-bottom:1rem}.question-text{color:#2c3e50;font-size:1.2rem;margin-bottom:2rem}.answer-options{list-style:none;margin-bottom:2rem}.answer-option{margin-bottom:.5rem}.answer-option label{align-items:center;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;padding:.75rem;transition:background-color .3s}.answer-option label:hover{background-color:#f8f9fa}.answer-option input[type=radio]{margin-right:.75rem}.quiz-navigation{align-items:center;display:flex;justify-content:space-between}.progress-bar{background-color:#ecf0f1;border-radius:4px;height:8px;margin-bottom:2rem;overflow:hidden;width:100%}.progress-fill{background-color:#3498db;height:100%;transition:width .3s ease}.error-message{background-color:#ffebee;border-left:4px solid #f44336;color:#c62828}.error-message,.success-message{border-radius:4px;margin-bottom:1rem;padding:1rem}.success-message{background-color:#e8f5e8;border-left:4px solid #4caf50;color:#2e7d32}.loading{padding:2rem}@media (max-width:768px){.nav-links,.navbar-content{flex-direction:column;gap:1rem}.nav-links{width:100%}.main-content,.page{padding:1rem}.form-container{margin:1rem;padding:1.5rem}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:40px;margin:0 auto;width:40px}.card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px);transition:all .3s ease}.btn-small{font-size:.9rem;padding:.5rem 1rem}.welcome-gradient{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}@media (max-width:768px){.page{padding:1rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}}.loading{align-items:center;color:#7f8c8d;display:flex;flex-direction:column;justify-content:center;min-height:200px}.empty-state{color:#7f8c8d;padding:3rem;text-align:center}.empty-state svg{margin-bottom:1rem;opacity:.5}.mastery-indicator{border-radius:12px;display:inline-block;font-size:.8rem;font-weight:500;padding:.25rem .5rem}.mastery-expert{background:#d5f4e6;color:#27ae60}.mastery-advanced{background:#dbeafe;color:#3498db}.mastery-intermediate{background:#fef3cd;color:#f39c12}.mastery-beginner{background:#fdeaa7;color:#e67e22}.mastery-needs-practice{background:#fadbd8;color:#e74c3c}.edit-container .edit-control,.edit-container:hover .edit-control{visibility:visible}
/*# sourceMappingURL=main.76384c1a.css.map*/