*{margin:0;padding:0;box-sizing:border-box}.login-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f5f7fa;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.login-form,.forgot-password-form{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;width:100%;max-width:400px;transition:all .3s ease}.login-form:hover,.forgot-password-form:hover{box-shadow:0 8px 25px #00000026}.login-form h2,.forgot-password-form h2{color:#333;margin-bottom:1.5rem;text-align:center;font-size:1.8rem;font-weight:600}.login-form input,.forgot-password-form input{width:100%;padding:12px;margin-bottom:1rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;transition:border-color .3s}.login-form input:focus,.forgot-password-form input:focus{border-color:#4a90e2;outline:none}.login-form button,.forgot-password-form button{width:100%;padding:12px;background-color:#4a90e2;color:#fff;border:none;border-radius:5px;font-size:1rem;cursor:pointer;transition:background-color .3s;margin-top:.5rem}.login-form button:hover,.forgot-password-form button:hover{background-color:#3a7bc8}.login-form button:disabled,.forgot-password-form button:disabled{background-color:#a0c0e8;cursor:not-allowed}.login-links{margin-top:1.5rem;text-align:center}.login-link{color:#4a90e2;cursor:pointer;margin:.5rem 0;display:inline-block;transition:color .3s}.register-link{color:#27ae60;font-weight:600;cursor:pointer;transition:color .3s}.register-link:hover{color:#219653;text-decoration:underline}.back-button{background-color:#95a5a6!important}.back-button:hover{background-color:#7f8c8d!important}@media (max-width: 480px){.login-form,.forgot-password-form{padding:1.5rem;width:90%}}.register-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f5f7fa;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.register-form{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;width:100%;max-width:400px;transition:all .3s ease}.register-form:hover{box-shadow:0 8px 25px #00000026}.register-form h2{color:#333;margin-bottom:1.5rem;text-align:center;font-size:1.8rem;font-weight:600}.register-form input,.register-form select{width:100%;padding:12px;margin-bottom:1rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;transition:border-color .3s}.register-form input:focus,.register-form select:focus{border-color:#4a90e2;outline:none}.register-form button{width:100%;padding:12px;background-color:#27ae60;color:#fff;border:none;border-radius:5px;font-size:1rem;cursor:pointer;transition:background-color .3s;margin-top:.5rem}.register-form button:hover{background-color:#219653}.register-form button:disabled{background-color:#a0d9b9;cursor:not-allowed}.error-message{color:#e74c3c;margin-bottom:1rem;font-size:.9rem;text-align:center}.success-message{color:#27ae60;margin-bottom:1rem;font-size:.9rem;text-align:center}.login-link-container{margin-top:1.5rem;text-align:center}.login-link{color:#4a90e2;cursor:pointer;transition:color .3s;font-weight:600}.login-link:hover{color:#3a7bc8;text-decoration:underline}@media (max-width: 480px){.register-form{padding:1.5rem;width:90%}}.teacher-dashboard{width:100%;min-height:100vh;background-color:#f5f7fa;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.dashboard-header{background:linear-gradient(135deg,#6a11cb,#2575fc);color:#fff;padding:3rem 2rem;text-align:center;border-radius:0 0 20px 20px;margin-bottom:2rem;box-shadow:0 4px 20px #0000001a}.header-content p{font-size:1.2rem;opacity:.9;max-width:700px;margin:0 auto 1.5rem}.create-course-btn{background-color:#fff;color:#6a11cb;border:none;padding:.8rem 1.5rem;border-radius:30px;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #0000001a}.create-course-btn svg{margin-right:.5rem}.create-course-btn:hover{transform:translateY(-2px);box-shadow:0 6px 15px #00000026}.section-icon{margin-right:.5rem;color:#6a11cb}.course-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.course-card{background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #eee;display:flex;flex-direction:column}.course-image{height:160px;background-size:cover;background-position:center;background-color:#e9ecef}.course-content{padding:1.5rem;flex:1}.course-content h3{margin:0 0 .8rem;font-size:1.3rem;font-weight:600;color:#2c3e50}.course-content p{margin-bottom:1rem;color:#6c757d;font-size:.95rem;line-height:1.5}.course-meta{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.course-category{background-color:#f0f4f8;padding:.3rem .6rem;border-radius:20px;color:#6a11cb;font-weight:500;font-size:.85rem}.student-count{display:flex;align-items:center;color:#6c757d;font-size:.9rem}.student-count svg{margin-right:.3rem}.course-actions{display:flex;border-top:1px solid #eee}.action-btn{flex:1;padding:.8rem;border:none;background-color:#fff;color:#6c757d;font-weight:500;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.action-btn svg{margin-right:.3rem}.action-btn:not(:last-child){border-right:1px solid #eee}.view-btn:hover{background-color:#e3f2fd;color:#2196f3}.edit-btn:hover{background-color:#e8f5e9;color:#4caf50}.delete-btn:hover{background-color:#ffebee;color:#f44336}.loading-spinner{border:4px solid rgba(0,0,0,.1);border-radius:50%;border-top:4px solid #6a11cb;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background-color:#fff;border-radius:10px;padding:2rem;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0003}.modal-content h2{margin-top:0;margin-bottom:1.5rem;color:#2c3e50;font-size:1.5rem;border-bottom:1px solid #eee;padding-bottom:.8rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#2c3e50}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#6a11cb;box-shadow:0 0 0 2px #6a11cb1a}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}.modal-actions button{padding:.7rem 1.5rem;border-radius:5px;font-weight:500;cursor:pointer;transition:all .3s ease}.modal-actions button:first-child{background-color:#f8f9fa;color:#6c757d;border:1px solid #ddd}.modal-actions button:last-child{background-color:#6a11cb;color:#fff;border:none}.modal-actions button:hover{transform:translateY(-2px)}.students-modal{max-width:500px}.students-list{max-height:400px;overflow-y:auto}.student-item{display:flex;align-items:center;padding:1rem;border-bottom:1px solid #eee}.student-avatar{width:40px;height:40px;border-radius:50%;background-color:#6a11cb;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:1rem}.student-info h4{margin:0 0 .3rem;font-size:1rem}.student-info p{margin:0;color:#6c757d;font-size:.9rem}.no-students{text-align:center;padding:2rem;color:#7f8c8d}@media (max-width: 768px){.dashboard-header{padding:2rem 1rem}.header-content h1{font-size:2rem}.courses-section{margin:0 1rem 1.5rem;padding:1.5rem}.course-grid{grid-template-columns:1fr}.modal-content{width:95%;padding:1.5rem}}.slides-management{width:100%;margin-top:20px}.slides-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;border-bottom:1px solid #e1e1e1;padding-bottom:10px}.slide-list{margin-top:15px;max-height:300px;overflow-y:auto;border:1px solid #e1e1e1;border-radius:5px}.slide-item{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;border-bottom:1px solid #f0f0f0;background-color:#fff;transition:background-color .2s}.slide-item:hover{background-color:#f9f9f9}.slide-item:last-child{border-bottom:none}.slide-title{font-weight:500;flex:1}.slide-actions{display:flex;gap:10px;align-items:center}.slide-action-btn{background:none;border:none;cursor:pointer;color:#555;transition:color .2s;font-size:15px}.slide-action-btn:hover{color:#4a90e2}.slide-action-btn.delete:hover{color:#e74c3c}.slide-action-btn.edit:hover{color:#f39c12}.slide-form{margin-top:15px}.slide-form-header{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #e1e1e1;display:flex;justify-content:space-between;align-items:center}.resource-links{margin:15px 0}.resource-link-item{display:flex;gap:10px;margin-bottom:10px;align-items:center}.resource-link-actions{display:flex;align-items:center}.add-resource-btn{margin-top:5px;background:none;border:1px dashed #4a90e2;color:#4a90e2;padding:5px 10px;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:5px;font-size:14px}.add-resource-btn:hover{background-color:#4a90e21a}.slide-actions-container{display:flex;justify-content:flex-end;gap:10px;margin-top:15px}.slides-empty{padding:30px;text-align:center;color:#777}.slide-count{background-color:#4a90e2;color:#fff;border-radius:50%;padding:0 7px;font-size:12px;min-width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;margin-left:5px}.course-card .slide-info{margin-top:5px;font-size:.8rem;color:#666;display:flex;align-items:center;gap:5px}.modal-tabs{display:flex;border-bottom:1px solid #e1e1e1;margin-bottom:20px}.modal-tab{padding:10px 20px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s}.modal-tab.active{border-bottom:2px solid #4a90e2;color:#4a90e2}.modal-tab-content{display:none}.modal-tab-content.active{display:block}.dashboard-wrapper{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#2c3e50;background-color:#f5f7fa;min-height:100vh}.dashboard-header{background:linear-gradient(135deg,#4a90e2,#2c3e50);color:#fff;padding:3rem 2rem;border-radius:0 0 20px 20px;box-shadow:0 4px 20px #0000001a;margin-bottom:2rem}.header-content{max-width:1200px;margin:0 auto;text-align:center}.header-content h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.header-content p{font-size:1.2rem;margin-bottom:2rem;padding-bottom:40px}.header-actions{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.primary-button,.secondary-button{display:flex;align-items:center;padding:.8rem 1.5rem;border-radius:50px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease}.primary-button{background-color:#27ae60;color:#fff;box-shadow:0 4px 12px #27ae604d}.primary-button:hover{background-color:#219653;transform:translateY(-2px);box-shadow:0 6px 16px #27ae6066}.secondary-button{background-color:#fff3;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #0000001a}.secondary-button:hover{background-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.button-icon{margin-right:.5rem}.header-stats{display:flex;justify-content:center;gap:2rem;max-width:1200px;margin:0 auto}.stat-card{background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:10px;text-align:center;min-width:150px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-number{display:block;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.9}.dashboard-section{background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #0000000d;padding:2rem;margin:0 2rem 2rem}.view-all{color:#4a90e2;text-decoration:none;font-weight:500;transition:color .3s ease}.view-all:hover{color:#2c3e50;text-decoration:underline}.course-card{background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.course-card h3{padding:0 1rem;margin:1rem 0 .5rem;font-size:1.2rem;font-weight:600}.course-button{display:block;margin:1rem;padding:.7rem 0;background-color:#f8f9fa;color:#4a90e2;text-align:center;text-decoration:none;border-radius:5px;font-weight:500;transition:all .3s ease}.assignments-list{display:flex;flex-direction:column;gap:1rem}.assignment-card{display:flex;align-items:center;background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease}.assignment-card:hover{transform:translate(5px)}.assignment-status{width:8px;align-self:stretch}.assignment-status.urgent{background-color:#e74c3c}.assignment-status.upcoming{background-color:#f39c12}.assignment-content{flex:1;padding:1rem}.assignment-content h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.assignment-content p{margin:0 0 .5rem;color:#6c757d;font-size:.9rem}.assignment-meta{display:flex;justify-content:space-between;font-size:.8rem;color:#6c757d}.assignment-button{padding:.5rem 1rem;background-color:#f8f9fa;color:#4a90e2;text-decoration:none;font-weight:500;align-self:center;margin-right:1rem;border-radius:5px;transition:all .3s ease}.assignment-button:hover{background-color:#4a90e2;color:#fff}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:0 2rem 2rem}.focus-card,.quiz-card,.battles-card{background-color:#fff;border-radius:10px;padding:1.5rem;height:100%;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.focus-card:hover,.quiz-card:hover,.battles-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.focus-card h3,.quiz-card h3,.battles-card h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem}.focus-card p,.quiz-card p,.battles-card p{color:#6c757d;margin-bottom:1.5rem;line-height:1.5}.focus-button,.quiz-button,.battles-button{display:inline-block;padding:.8rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:500;color:#fff;transition:all .3s ease}.focus-button{background-color:#673ab7;box-shadow:0 4px 12px #673ab74d}.focus-button:hover{background-color:#5e35b1;box-shadow:0 6px 16px #673ab766}.quiz-button{background-color:#f39c12;box-shadow:0 4px 12px #f39c124d}.quiz-button:hover{background-color:#e67e22;box-shadow:0 6px 16px #f39c1266}.battles-button{background-color:#e74c3c;box-shadow:0 4px 12px #e74c3c4d}.battles-button:hover{background-color:#c0392b;box-shadow:0 6px 16px #e74c3c66}@media (max-width: 768px){.header-stats{flex-direction:column;gap:1rem;align-items:center}.stat-card{width:80%}.header-actions{flex-direction:column;align-items:center}.primary-button,.secondary-button{width:80%;justify-content:center}.dashboard-section{margin:0 1rem 1.5rem}.dashboard-grid{grid-template-columns:1fr;margin:0 1rem 1.5rem}.assignment-card{flex-direction:column;align-items:stretch}.assignment-status{width:auto;height:8px}.assignment-button{margin:1rem;text-align:center}.assignment-meta{flex-direction:column;gap:.5rem}}.courses-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#6c757d}.loading-icon{font-size:2rem;margin-bottom:1rem;animation:spin 1s linear infinite;color:#4a90e2}.no-courses-message{text-align:center;padding:3rem;color:#6c757d}.browse-courses-btn{display:inline-block;margin-top:1rem;padding:.7rem 1.5rem;background-color:#4a90e2;color:#fff;border-radius:5px;text-decoration:none;font-weight:500;transition:all .3s ease}.browse-courses-btn:hover{background-color:#3a7bc8;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.quizzes-container{display:flex;flex-direction:column;align-items:center;padding:2rem;background-color:#f5f7fa;min-height:80vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.quizzes-header{text-align:center;margin-bottom:1.5rem;width:100%;max-width:700px}.quizzes-title{color:#2c3e50;font-size:2rem;font-weight:700;margin-bottom:.5rem}.quizzes-form{display:flex;gap:1rem;margin-bottom:1.5rem;width:100%;max-width:700px}.quizzes-input{flex:1;padding:12px;border:1px solid #ddd;border-radius:5px;font-size:1rem;transition:border-color .3s}.quizzes-input:focus{border-color:#4a90e2;outline:none}.quizzes-button{padding:12px 20px;background-color:#4a90e2;color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.quizzes-button:hover{background-color:#3a7bc8}.quizzes-message{color:#e74c3c;margin:1rem 0;font-size:1rem;text-align:center;width:100%;max-width:700px}.quizzes-list{width:100%;max-width:700px;margin-top:1.5rem}.quiz-card{padding:1.5rem;margin-bottom:1rem;background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #00000014;cursor:pointer;transition:all .3s ease}.quiz-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001f}.quiz-card h4{color:#2c3e50;font-size:1.3rem;margin-bottom:.5rem}.quiz-card p{color:#7f8c8d;margin-bottom:.5rem;line-height:1.5}.quiz-card .attempt-link{color:#4a90e2;font-weight:600;margin-top:.5rem;display:inline-block;transition:color .3s}.quiz-card .attempt-link:hover{color:#3a7bc8;text-decoration:underline}.quizzes-select{flex:1;padding:12px 40px 12px 12px;border:1px solid #ddd;border-radius:5px;font-size:1rem;transition:border-color .3s;background-color:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.quizzes-select:focus{border-color:#4a90e2;outline:none}.quizzes-select option{padding:12px}@media (max-width: 768px){.quizzes-form{flex-direction:column}.quizzes-title{font-size:1.5rem}.quiz-card h4{font-size:1.1rem}}.attempt-quiz-container{display:flex;flex-direction:column;align-items:center;padding:2rem;background-color:#f5f7fa;min-height:80vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.quiz-content{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;width:100%;max-width:600px;transition:all .3s ease}.quiz-content:hover{box-shadow:0 8px 25px #00000026}.quiz-title{color:#2c3e50;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.quiz-question{color:#34495e;font-size:1.2rem;margin-bottom:1.5rem;line-height:1.5}.quiz-options{margin-bottom:1.5rem}.option-item{margin-bottom:1rem;padding:.8rem;border-radius:5px;transition:background-color .3s}.option-item:hover{background-color:#f0f7ff}.option-label{display:flex;align-items:center;cursor:pointer}.option-radio{margin-right:10px;cursor:pointer}.submit-button{width:100%;padding:12px;background-color:#27ae60;color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s;margin-top:1rem}.submit-button:hover{background-color:#219653}.submit-button:disabled{background-color:#a0d9b9;cursor:not-allowed}.error-message{color:#e74c3c;margin-top:1rem;font-size:.9rem;text-align:center}.loading-message{color:#3498db;font-size:1.2rem;text-align:center;margin:2rem 0}@media (max-width: 768px){.quiz-content{padding:1.5rem;width:90%}.quiz-title{font-size:1.5rem}.quiz-question{font-size:1.1rem}}.result-container{display:flex;flex-direction:column;align-items:center;padding:2rem;background-color:#f5f7fa;min-height:80vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.result-content{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;width:100%;max-width:600px;transition:all .3s ease}.result-content:hover{box-shadow:0 8px 25px #00000026}.result-title{color:#2c3e50;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.result-score{font-size:2.5rem;font-weight:700;text-align:center;margin:1.5rem 0;color:#27ae60}.result-score.low{color:#e74c3c}.result-score.medium{color:#f39c12}.result-details{margin:1.5rem 0;padding:1rem;background-color:#f8f9fa;border-radius:8px;border-left:4px solid #3498db}.result-summary{color:#34495e;line-height:1.6;margin-bottom:1.5rem}.result-button{width:100%;padding:12px;background-color:#3498db;color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s;margin-top:1rem}.result-button:hover{background-color:#2980b9}.result-error{color:#e74c3c;text-align:center;margin:2rem 0;font-size:1.2rem}@media (max-width: 768px){.result-content{padding:1.5rem;width:90%}.result-title{font-size:1.5rem}.result-score{font-size:2rem}}.assignment-upload-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#2c3e50;background-color:#f5f7fa;min-height:100vh;padding:2rem}.assignment-upload-header{background:linear-gradient(135deg,#4a90e2,#2c3e50);color:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 20px #0000001a;text-align:center;margin-bottom:2rem}.assignment-upload-header h1{font-size:2.2rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.assignment-upload-header p{font-size:1.1rem;opacity:.9;max-width:600px;margin:0 auto}.upload-section{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000000d;margin-bottom:2rem}.section-title{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;display:flex;align-items:center}.section-title svg{margin-right:.5rem;color:#4a90e2}.file-upload-area{border:2px dashed #4a90e2;border-radius:10px;padding:2rem;text-align:center;transition:all .3s ease;background-color:#4a90e20d;cursor:pointer;margin-bottom:1.5rem}.file-upload-area:hover{background-color:#4a90e21a}.file-upload-area svg{font-size:3rem;color:#4a90e2;margin-bottom:1rem}.file-upload-area p{color:#7f8c8d;margin-bottom:.5rem}.file-upload-area .file-types{font-size:.9rem;color:#95a5a6}.file-input{display:none}.selected-file{display:flex;align-items:center;background-color:#f8f9fa;padding:1rem;border-radius:8px;margin-bottom:1.5rem}.file-icon{font-size:2rem;margin-right:1rem;color:#4a90e2}.file-info{flex:1}.file-name{font-weight:600;margin-bottom:.25rem}.file-meta{font-size:.9rem;color:#7f8c8d}.upload-button{background-color:#27ae60;color:#fff;border:none;border-radius:5px;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.upload-button svg{margin-right:.5rem}.upload-button:hover{background-color:#219653;transform:translateY(-2px)}.upload-button:disabled{background-color:#95a5a6;cursor:not-allowed;transform:none}.history-section{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000000d}.assignment-list{list-style-type:none;padding:0}.empty-list{text-align:center;padding:2rem;color:#7f8c8d;background-color:#f8f9fa;border-radius:8px}.assignment-item{background-color:#f8f9fa;border-radius:8px;padding:1.5rem;margin-bottom:1rem;transition:all .3s ease;border-left:4px solid #4a90e2}.assignment-item:hover{transform:translateY(-3px);box-shadow:0 8px 15px #0000001a}.assignment-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.assignment-name{font-weight:600;font-size:1.1rem;color:#2c3e50;margin-bottom:.5rem}.assignment-date{font-size:.9rem;color:#7f8c8d}.assignment-meta{display:flex;gap:1rem;margin-bottom:1rem}.meta-item{display:flex;align-items:center;font-size:.9rem;color:#7f8c8d}.meta-item svg{margin-right:.25rem;font-size:1rem}.assignment-actions{display:flex;gap:.5rem}.action-button{padding:.5rem 1rem;border-radius:5px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;border:none}.action-button svg{margin-right:.25rem}.view-button{background-color:#3498db;color:#fff}.view-button:hover{background-color:#2980b9}.download-button{background-color:#27ae60;color:#fff}.download-button:hover{background-color:#219653}.share-button{background-color:#f39c12;color:#fff}.share-button:hover{background-color:#e67e22}.footer{text-align:center;margin-top:2rem;padding:1rem;color:#7f8c8d;font-size:.9rem}.footer a{color:#3498db;text-decoration:none}.footer a:hover{text-decoration:underline}@media (max-width: 768px){.assignment-upload-container{padding:1rem}.assignment-upload-header{padding:1.5rem}.assignment-upload-header h1{font-size:1.8rem}.assignment-header{flex-direction:column}.assignment-meta{flex-direction:column;gap:.5rem}.assignment-actions{flex-wrap:wrap}}.focus-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background-color:#f5f7fa;min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.focus-header{text-align:center;margin-bottom:1.5rem}.focus-title{color:#2c3e50;font-size:2rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.focus-subtitle{color:#27ae60;font-size:1.5rem;font-weight:600}.video-container{position:relative;margin:1rem auto;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #00000026;width:100%;max-width:720px}.focus-video{width:100%;height:auto;display:block;border-radius:12px;background-color:#000}.focus-canvas{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px}.focus-stats{margin-top:1.5rem;padding:1rem 1.5rem;background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #00000014;font-size:1.2rem;color:#2c3e50;display:flex;align-items:center;transition:all .3s ease}.focus-stats:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001f}.focus-time{font-weight:600;color:#27ae60;margin-left:.5rem}@media (max-width: 768px){.focus-title{font-size:1.5rem}.focus-subtitle{font-size:1.2rem}.video-container{max-width:100%}.focus-stats{font-size:1rem}}.courses-wrapper{width:100%;min-height:100vh;background-color:#f5f7fa;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.courses-header{background:linear-gradient(135deg,#4a90e2,#2c3e50);color:#fff;padding:3rem 2rem;text-align:center;border-radius:0 0 20px 20px;margin-bottom:2rem;box-shadow:0 4px 20px #0000001a}.header-content h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.header-icon{margin-right:.5rem;font-size:2rem}.header-content p{font-size:1.2rem;opacity:.9;max-width:700px;margin:0 auto}.courses-search-section{padding:0 2rem;margin-bottom:2rem}.search-container{display:flex;max-width:1000px;margin:0 auto;gap:1rem;flex-wrap:wrap}.search-input-container{flex:1;min-width:300px;position:relative}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#7f8c8d}.search-input{width:100%;padding:1rem 1rem 1rem 3rem;border-radius:10px;border:1px solid #e0e0e0;font-size:1rem;box-shadow:0 2px 10px #0000000d;transition:all .3s ease}.search-input:focus{outline:none;border-color:#4a90e2;box-shadow:0 2px 15px #4a90e233}.filter-container{position:relative;min-width:200px}.filter-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#7f8c8d}.category-select{width:100%;padding:1rem 1rem 1rem 3rem;border-radius:10px;border:1px solid #e0e0e0;font-size:1rem;background-color:#fff;box-shadow:0 2px 10px #0000000d;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:all .3s ease}.category-select:focus{outline:none;border-color:#4a90e2;box-shadow:0 2px 15px #4a90e233}.courses-section{background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #0000000d;padding:2rem;margin:0 2rem 2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #eee}.section-header h2{font-size:1.5rem;font-weight:600;color:#2c3e50;display:flex;align-items:center}.section-icon{margin-right:.5rem;color:#4a90e2}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.course-card{background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #eee}.course-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.course-card.enrolled{border-left:4px solid #27ae60}.course-image{height:160px;background-size:cover;background-position:center;overflow:hidden;display:flex;justify-content:center;align-items:center}.course-image img{width:100%;height:100%;object-fit:cover;display:block}.course-progress{padding:1rem;background-color:#f8f9fa}.progress-bar{height:8px;background-color:#e9ecef;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background-color:#4a90e2;border-radius:4px}.progress-text{font-size:.8rem;color:#6c757d}.course-card h3{padding:0 1rem;margin:1rem 0 .5rem;font-size:1.2rem;font-weight:600;color:#2c3e50}.course-card p{padding:0 1rem;margin-bottom:1rem;color:#6c757d;font-size:.9rem;line-height:1.5}.course-meta{display:flex;justify-content:space-between;padding:0 1rem;margin-bottom:1rem;font-size:.85rem}.course-category{background-color:#f0f4f8;padding:.3rem .6rem;border-radius:20px;color:#4a90e2;font-weight:500}.course-instructor{display:flex;align-items:center;color:#6c757d}.course-instructor svg{margin-right:.3rem}.course-button{display:block;margin:1rem;padding:.7rem 0;background-color:#f8f9fa;color:#4a90e2;text-align:center;text-decoration:none;border-radius:5px;font-weight:500;transition:all .3s ease;border:none;cursor:pointer;width:calc(100% - 2rem)}.course-button:hover{background-color:#4a90e2;color:#fff}.course-button.enrolled{background-color:#27ae60;color:#fff}.course-button.enrolled:hover{background-color:#219653}.course-button.enroll{background-color:#4a90e2;color:#fff}.course-button.enroll:hover{background-color:#3a7bc8}.course-button:disabled{background-color:#e0e0e0;color:#95a5a6;cursor:not-allowed}.course-button.enrolled.disabled{background-color:#27ae60;color:#fff;opacity:.8;cursor:not-allowed;pointer-events:none}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem}.loading-spinner{border:4px solid rgba(0,0,0,.1);border-radius:50%;border-top:4px solid #4a90e2;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem}.error-message{background-color:#ffebee;color:#e53935;padding:1rem;border-radius:5px;margin:0 2rem 2rem;text-align:center}.no-courses{text-align:center;padding:3rem;color:#7f8c8d}@media (max-width: 768px){.courses-header{padding:2rem 1rem}.header-content h1{font-size:2rem}.courses-section{margin:0 1rem 1.5rem;padding:1.5rem}.search-container{flex-direction:column}.search-input-container,.filter-container{width:100%}}.course-view-container{max-width:1400px;margin:0 auto;padding:2rem}.course-view-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e1e1e1}.course-view-header h1{display:flex;align-items:center;gap:10px;font-size:1.8rem;margin-bottom:.5rem;color:#2c3e50}.course-view-header p{color:#666;line-height:1.5;margin-bottom:1rem}.course-content-layout{display:flex;gap:2rem;min-height:500px}.slide-navigation{width:25%;min-width:250px;background-color:#f9f9f9;border-radius:8px;padding:1.5rem;max-height:600px;overflow-y:auto;border:1px solid #e1e1e1}.slide-navigation h3{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e1e1e1;font-size:1.2rem;color:#333}.slides-list{list-style:none;padding:0;margin:0}.slide-item{padding:12px 15px;margin-bottom:5px;background-color:#fff;border-radius:5px;cursor:pointer;transition:all .2s ease;border:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.slide-item:hover{background-color:#f0f7ff;border-color:#cce5ff}.slide-item.active{background-color:#4a90e2;color:#fff;border-color:#4a90e2;font-weight:500}.slide-item.viewed{border-left:4px solid #4caf50}.viewed-icon{color:#4caf50;font-size:14px}.no-slides-message{color:#888;font-style:italic;padding:1rem 0}.slide-content{flex:1;background-color:#fff;border-radius:8px;padding:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e1e1e1}.no-slide-selected{height:100%;display:flex;align-items:center;justify-content:center;color:#888;font-style:italic}.active-slide{height:100%}.active-slide h2{font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #e1e1e1;color:#2c3e50}.slide-description{line-height:1.6;color:#333;margin-bottom:2rem}.slide-description p{margin-bottom:1rem}.resource-links-section{margin-top:2rem;padding-top:1rem;border-top:1px solid #e1e1e1}.resource-links-section h3{margin-bottom:1rem;font-size:1.2rem;color:#333}.resource-links{list-style:none;padding:0}.resource-link{display:flex;align-items:center;margin-bottom:.75rem;padding:10px 15px;background-color:#f8f9fa;border-radius:5px;transition:all .2s ease}.resource-link:hover{background-color:#f0f7ff}.link-icon{color:#4a90e2;margin-right:10px}.resource-link a{color:#4a90e2;text-decoration:none;flex:1}.resource-link a:hover{text-decoration:underline}.course-view-loading,.course-view-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.spinner{font-size:2rem;margin-bottom:1rem;animation:spin 1s linear infinite;color:#4a90e2}.back-button{display:flex;align-items:center;gap:8px;padding:.6rem 1.2rem;margin-top:1rem;background-color:#4a90e2;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .2s}.back-button:hover{background-color:#3a7bc8}.course-progress-bar{margin-top:1rem}.progress-bar-outer{height:10px;background-color:#e1e1e1;border-radius:5px;overflow:hidden;margin-bottom:5px}.progress-bar-inner{height:100%;background:linear-gradient(to right,#4a90e2,#8ab4f8);border-radius:5px;transition:width .3s ease}.progress-text{display:block;font-size:.9rem;color:#666}@media (max-width: 768px){.course-content-layout{flex-direction:column}.slide-navigation{width:100%;min-width:100%;max-height:300px;margin-bottom:1rem}}.app-container{display:flex;flex-direction:column;min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.main-header{background-color:#fff;color:#1a1a1a;padding:0;box-shadow:0 2px 10px #00000014;position:sticky;top:0;z-index:1000}.header-container{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;height:70px}.logo-container{display:flex;align-items:center}.logo-container h1{font-size:1.4rem;font-weight:700;background:linear-gradient(135deg,#4a90e2,#036);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.main-nav{display:flex;align-items:center;gap:.5rem}.nav-link{color:#444;text-decoration:none;font-weight:500;font-size:.95rem;padding:.6rem 1rem;border-radius:6px;transition:all .2s ease;position:relative}.nav-link:hover{color:#4a90e2;background-color:#4a90e20f}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:#4a90e2;transition:all .3s ease;transform:translate(-50%)}.nav-link:hover:after{width:80%}.logout-btn{color:#fff;background:linear-gradient(135deg,#4a90e2,#036);text-decoration:none;font-weight:600;font-size:.9rem;padding:.6rem 1.2rem;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 12px #4a90e240;margin-left:1rem}.logout-btn:hover{transform:translateY(-2px);box-shadow:0 6px 15px #4a90e259}.main-content{flex:1}.main-footer{background-color:#036;color:#fff;text-align:center;padding:1.5rem 0;margin-top:auto}.mobile-menu-btn{display:none;background:none;border:none;color:#444;font-size:1.5rem;cursor:pointer}@media (max-width: 992px){.mobile-menu-btn{display:block}.main-nav{position:absolute;top:70px;left:0;right:0;flex-direction:column;background-color:#fff;box-shadow:0 10px 15px #0000001a;padding:1rem 0;gap:0;overflow:hidden;max-height:0;transition:max-height .3s ease}.main-nav.open{max-height:400px}.nav-link{width:100%;padding:1rem 2rem;border-radius:0}.nav-link:after{display:none}.nav-link:hover{background-color:#4a90e21a}.logout-btn{margin:1rem 2rem;display:block;text-align:center}}._messageContainer_nljd0_1{display:flex;margin-bottom:8px}._messageContainer_nljd0_1._userMessage_nljd0_5{justify-content:flex-end}._messageContainer_nljd0_1._botMessage_nljd0_8{justify-content:flex-start}._avatar_nljd0_12{width:32px;height:32px;border-radius:50%;overflow:hidden;margin-right:8px}._avatar_nljd0_12 img{width:100%;height:100%;object-fit:cover}._messageContent_nljd0_25{max-width:80%;padding:10px 14px;border-radius:18px;position:relative}._userMessage_nljd0_5 ._messageContent_nljd0_25{border-bottom-right-radius:4px}._botMessage_nljd0_8 ._messageContent_nljd0_25{border-bottom-left-radius:4px}._messageText_nljd0_38{font-size:14px;line-height:1.4;white-space:pre-wrap;word-break:break-word}._timestamp_nljd0_45{font-size:11px;opacity:.7;margin-top:4px;text-align:right}._inputContainer_1k65h_1{display:flex;gap:8px;padding:8px}._textInput_1k65h_7{flex:1;border:1px solid #e5e7eb;background-color:#f0f0f0;color:#333!important;border-radius:8px;padding:10px 12px;font-size:14px;resize:none;min-height:40px;max-height:120px;overflow-y:auto}._textInput_1k65h_7:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e533}._textInput_1k65h_7::placeholder{color:#9ca3af}._textInput_1k65h_7:disabled{background-color:#f3f4f6;cursor:not-allowed}._sendButton_1k65h_33{width:40px;height:40px;border-radius:8px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s}._sendButton_1k65h_33:disabled{opacity:.5;cursor:not-allowed}._sendButton_1k65h_33:hover:not(:disabled){opacity:.9}._sendButton_1k65h_33 svg{width:18px;height:18px}._suggestionsContainer_sgwh2_1{margin:12px 0}._suggestionsLabel_sgwh2_5{font-size:14px;color:#6b7280;margin-bottom:8px}._suggestionsList_sgwh2_11{display:flex;flex-wrap:wrap;gap:8px}._suggestionButton_sgwh2_17{background:transparent;border:1px solid;border-radius:16px;padding:6px 12px;font-size:13px;cursor:pointer;transition:background-color .2s}._suggestionButton_sgwh2_17:hover{background-color:#0000000d}._feedbackContainer_18q7e_1{margin-top:4px;font-size:13px}._ratingButtons_18q7e_6{display:flex;align-items:center;gap:8px}._feedbackLabel_18q7e_12{color:#6b7280}._ratingButton_18q7e_6{background:transparent;border:none;padding:4px;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center}._ratingButton_18q7e_6:hover{background-color:#0000000d}._ratingButton_18q7e_6 svg{color:#6b7280}._feedbackForm_18q7e_33{margin-top:8px}._feedbackForm_18q7e_33 textarea{width:100%;border:1px solid #e5e7eb;border-radius:6px;padding:8px;font-size:13px;margin-bottom:8px;resize:none}._feedbackForm_18q7e_33 textarea:focus{outline:none;border-color:#4f46e5}._feedbackForm_18q7e_33 button{background-color:#4f46e5;color:#fff;border:none;border-radius:6px;padding:6px 12px;font-size:13px;cursor:pointer}._feedbackForm_18q7e_33 button:hover{background-color:#4338ca}._feedbackThanks_18q7e_62{color:#6b7280;font-style:italic;font-size:13px;margin-top:4px}._fileUploadContainer_1kd1g_1{display:flex;align-items:center;margin-bottom:8px}._fileInput_1kd1g_7{display:none}._uploadButton_1kd1g_11{display:flex;align-items:center;gap:6px;background:transparent;border:none;font-size:14px;cursor:pointer;padding:6px 10px;border-radius:4px;transition:background-color .2s}._uploadButton_1kd1g_11:hover{background-color:#0000000d}._uploadButton_1kd1g_11 svg{width:16px;height:16px}._dropZone_1kd1g_31{border:2px dashed #e5e7eb;border-radius:8px;padding:16px;text-align:center;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:8px}._dropZone_1kd1g_31:hover{border-color:#4f46e5;background-color:#4f46e50d}._dropZone_1kd1g_31._dragging_1kd1g_47{border-color:#4f46e5;background-color:#4f46e51a}._dropZone_1kd1g_31._uploading_1kd1g_51{opacity:.7;cursor:not-allowed}._fileInfo_1kd1g_56{font-size:12px;color:#6b7280}._uploadingIndicator_1kd1g_61{display:flex;flex-direction:column;align-items:center;gap:8px}._spinner_1kd1g_68{width:24px;height:24px;border:3px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#4f46e5;animation:_spin_1kd1g_68 1s linear infinite}._errorMessage_1kd1g_77{color:#ef4444;font-size:12px;margin-top:8px;text-align:center}@keyframes _spin_1kd1g_68{to{transform:rotate(360deg)}}:root{--chatbot-primary: #4f46e5;--chatbot-text-light: #ffffff;--chatbot-text-dark: #1f2937;--chatbot-bg-light: #ffffff;--chatbot-bg-dark: #1f2937;--chatbot-border-radius: 8px;--chatbot-shadow: 0 4px 12px rgba(0, 0, 0, .15);--chatbot-transition: all .3s ease}._chatbotContainer_1vjdk_12{position:fixed;z-index:1000;font-family:var(--font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif)}._chatbotContainer_1vjdk_12._bottom-right_1vjdk_17{right:20px;bottom:20px}._chatbotContainer_1vjdk_12._bottom-left_1vjdk_21{left:20px;bottom:20px}._chatbotContainer_1vjdk_12._top-right_1vjdk_25{right:20px;top:20px}._chatbotContainer_1vjdk_12._top-left_1vjdk_29{left:20px;top:20px}._chatbotContainer_1vjdk_12[data-theme=dark] ._chatButton_1vjdk_33{background-color:var(--widget-color, var(--chatbot-primary));color:var(--text-color, var(--chatbot-text-light))}._chatbotContainer_1vjdk_12[data-theme=dark] ._chatWindow_1vjdk_37{background-color:var(--chat-background, var(--chatbot-bg-dark));color:#e5e7eb;border:1px solid #374151}._chatbotContainer_1vjdk_12[data-theme=dark] ._chatHeader_1vjdk_42{background-color:var(--widget-color, var(--chatbot-primary));color:var(--text-color, var(--chatbot-text-light))}._chatbotContainer_1vjdk_12[data-theme=dark] ._chatBody_1vjdk_46{scrollbar-color:#4b5563 #1f2937}._chatbotContainer_1vjdk_12[data-theme=dark] ._chatBody_1vjdk_46::-webkit-scrollbar-track{background:#1f2937}._chatbotContainer_1vjdk_12[data-theme=dark] ._chatBody_1vjdk_46::-webkit-scrollbar-thumb{background-color:#4b5563}._chatbotContainer_1vjdk_12[data-theme=dark] ._loadingIndicator_1vjdk_55{background-color:#374151}._chatbotContainer_1vjdk_12[data-theme=dark] ._loadingIndicator_1vjdk_55 ._typingDot_1vjdk_58{background-color:#9ca3af}._chatbotContainer_1vjdk_12[data-theme=dark] ._errorMessage_1vjdk_61{color:#f87171;background-color:#ef444433}._chatbotContainer_1vjdk_12[data-theme=dark] ._emptyState_1vjdk_65{color:#9ca3af}._chatbotContainer_1vjdk_12[data-theme=dark] ._chatFooter_1vjdk_68{border-top:1px solid #374151;background-color:#1f2937}._chatButton_1vjdk_33{width:60px;height:60px;border-radius:50%;background-color:var(--widget-color, var(--chatbot-primary));color:var(--text-color, var(--chatbot-text-light));display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;box-shadow:var(--box-shadow, var(--chatbot-shadow));transition:var(--chatbot-transition)}._chatButton_1vjdk_33:hover{transform:scale(1.05);box-shadow:0 6px 16px #0003}._chatButton_1vjdk_33:focus{outline:2px solid var(--chatbot-primary);outline-offset:2px}._chatButton_1vjdk_33 svg{width:28px;height:28px}._chatWindow_1vjdk_37{width:350px;max-height:500px;border-radius:var(--border-radius, var(--chatbot-border-radius));background-color:var(--chat-background, var(--chatbot-bg-light));box-shadow:var(--box-shadow, var(--chatbot-shadow));display:flex;flex-direction:column;overflow:hidden;animation:_slideIn_1vjdk_1 .3s ease-out}._chatHeader_1vjdk_42{padding:12px 16px;background-color:var(--widget-color, var(--chatbot-primary));color:var(--text-color, var(--chatbot-text-light));display:flex;justify-content:space-between;align-items:center}._chatHeader_1vjdk_42 h3{margin:0;font-size:16px;font-weight:600}._chatHeader_1vjdk_42 ._closeButton_1vjdk_125{background:transparent;border:none;color:inherit;font-size:24px;line-height:1;cursor:pointer;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}._chatHeader_1vjdk_42 ._closeButton_1vjdk_125:hover{background-color:#fff3}._chatHeader_1vjdk_42 ._closeButton_1vjdk_125:focus{outline:none;background-color:#fff3}._chatBody_1vjdk_46{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;min-height:200px;scrollbar-width:thin;scrollbar-color:#d1d5db #f3f4f6}._chatBody_1vjdk_46::-webkit-scrollbar{width:6px}._chatBody_1vjdk_46::-webkit-scrollbar-track{background:#f3f4f6}._chatBody_1vjdk_46::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:6px}._messageContainer_1vjdk_171{display:flex;flex-direction:column;gap:4px;animation:_fadeIn_1vjdk_1 .3s ease-out}._emptyState_1vjdk_65{text-align:center;padding:24px 16px;color:#6b7280;font-style:italic}._loadingIndicator_1vjdk_55{display:flex;gap:4px;padding:8px 12px;align-self:flex-start;background-color:#f3f4f6;border-radius:16px;margin:4px 0}._loadingIndicator_1vjdk_55 ._typingDot_1vjdk_58{width:8px;height:8px;background-color:#9ca3af;border-radius:50%;animation:_typingAnimation_1vjdk_1 1.4s infinite ease-in-out}._loadingIndicator_1vjdk_55 ._typingDot_1vjdk_58:nth-child(1){animation-delay:0s}._loadingIndicator_1vjdk_55 ._typingDot_1vjdk_58:nth-child(2){animation-delay:.2s}._loadingIndicator_1vjdk_55 ._typingDot_1vjdk_58:nth-child(3){animation-delay:.4s}._errorMessage_1vjdk_61{color:#ef4444;padding:12px;border-radius:8px;background-color:#fee2e2;font-size:14px;margin:8px 0;border-left:3px solid #ef4444}._chatFooter_1vjdk_68{padding:8px;border-top:1px solid #e5e7eb;background-color:#f9fafb}@keyframes _typingAnimation_1vjdk_1{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}@keyframes _fadeIn_1vjdk_1{0%{opacity:0;transform:translateY(10px)}}.battles-container{padding:2rem;max-width:1200px;margin:0 auto}.battles-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.battles-header h1{font-size:2.2rem;font-weight:700;color:#2c3e50;margin:0}.user-stats{display:flex;align-items:center;gap:1.5rem}.level-indicator{display:flex;align-items:center;gap:.5rem;background-color:#3498db;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600}.trophy-icon{color:gold}.points-indicator{background-color:#2ecc71;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600}.levels-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.level-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #00000014;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.level-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001f}.level-card.locked{opacity:.7;background-color:#f5f5f5}.level-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.level-header h3{margin:0;font-size:1.2rem;color:#2c3e50}.difficulty{font-size:.8rem;padding:.2rem .6rem;border-radius:12px;font-weight:600}.difficulty.easy{background-color:#e3fcef;color:#2ecc71}.difficulty.medium{background-color:#fff5e6;color:#f39c12}.difficulty.hard{background-color:#fee7e7;color:#e74c3c}.level-stars{display:flex;gap:.3rem;margin-bottom:1.2rem}.star{font-size:1.4rem}.star.filled{color:#f1c40f}.star.empty{color:#ddd}.battle-button{width:100%;padding:.8rem;border:none;background-color:#3498db;color:#fff;border-radius:5px;font-weight:600;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.5rem;transition:background-color .2s ease}.battle-button:hover{background-color:#2980b9}.locked-message{width:100%;padding:.8rem;text-align:center;background-color:#ecf0f1;color:#7f8c8d;border-radius:5px;font-weight:600;display:flex;justify-content:center;align-items:center;gap:.5rem}.battles-container.loading,.battles-container.error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.total-points{font-size:1.2rem;color:#2ecc71;margin-top:.5rem}.level-up{color:#f39c12;font-weight:600;font-size:1.2rem;margin-top:1rem;animation:bounce .5s ease infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.battle-game-container{max-width:800px;margin:0 auto;padding:2rem;background-color:#fff;border-radius:10px;box-shadow:0 4px 20px #0000001a}.battle-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;margin-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.question-counter{font-weight:600;color:#7f8c8d}.score-display{font-weight:700;font-size:1.1rem;color:#3498db}.timer{background-color:#3498db;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600}.question-container{display:flex;flex-direction:column;align-items:center}.question-icon{background-color:#e3f2fd;border-radius:50%;width:60px;height:60px;display:flex;justify-content:center;align-items:center;margin-bottom:1rem;color:#3498db}.question-container h2{text-align:center;margin-bottom:2rem;font-size:1.4rem;color:#2c3e50;line-height:1.4}.options-container{display:flex;flex-direction:column;width:100%;gap:.8rem;margin-bottom:1.5rem}.option-button{padding:1rem;border:2px solid #e0e0e0;border-radius:8px;background-color:#fff;cursor:pointer;font-size:1rem;text-align:left;transition:all .2s ease;position:relative;display:flex;justify-content:space-between;align-items:center}.option-button:hover:not(.correct):not(.incorrect){border-color:#3498db;background-color:#f5f9fc}.option-button.selected{border-color:#3498db;background-color:#e3f2fd}.option-button.correct{border-color:#2ecc71;background-color:#e3fcef}.option-button.incorrect{border-color:#e74c3c;background-color:#fee7e7}.feedback-icon{font-size:1.2rem}.feedback-icon.correct{color:#2ecc71}.feedback-icon.incorrect{color:#e74c3c}.feedback-container{background-color:#f8f9fa;border-left:4px solid #3498db;padding:1rem;border-radius:4px;margin-top:1rem;width:100%}.feedback-container p{margin:0;font-size:.95rem;color:#2c3e50}.results-container{text-align:center;padding:2rem}.results-header{margin-bottom:2rem}.results-header .trophy-icon{font-size:3rem;color:#f1c40f;margin-bottom:1rem}.results-header h2{font-size:2rem;color:#2c3e50;margin:0}.results-score{margin-bottom:2rem}.results-score p{font-size:1.5rem;font-weight:700;color:#3498db;margin-bottom:1rem}.earned-stars{display:flex;justify-content:center;gap:.5rem}.earned-stars .star{font-size:2.5rem}.results-message{margin-bottom:2rem}.results-message p{font-size:1.2rem;color:#7f8c8d}.results-actions{display:flex;justify-content:center;gap:1rem}.retry-button,.continue-button{padding:.8rem 2rem;border:none;border-radius:5px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.retry-button{background-color:#ecf0f1;color:#7f8c8d}.retry-button:hover{background-color:#d5dbdb}.continue-button{background-color:#3498db;color:#fff}.continue-button:hover{background-color:#2980b9}.battle-game-container.loading,.battle-game-container.error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.spinner{animation:spin 1s linear infinite;font-size:2rem;color:#3498db;margin-bottom:1rem}.error{color:#e74c3c}
