.Header-module__arFiJq__Header{justify-content:space-between;align-items:center;width:100%;height:50px;padding:0 30px;font-family:Monstserrat;font-weight:700;display:flex}
.VocabularyEditor-module__lhe3MG__overlay{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;animation:.2s ease-out VocabularyEditor-module__lhe3MG__fadeIn;display:flex;position:fixed;inset:0}@keyframes VocabularyEditor-module__lhe3MG__fadeIn{0%{opacity:0}to{opacity:1}}.VocabularyEditor-module__lhe3MG__modal{background:#fff;border-radius:16px;flex-direction:column;width:90%;max-width:900px;max-height:90vh;animation:.3s ease-out VocabularyEditor-module__lhe3MG__slideUp;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}@keyframes VocabularyEditor-module__lhe3MG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.VocabularyEditor-module__lhe3MG__header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:24px;display:flex}.VocabularyEditor-module__lhe3MG__header h2{margin:0;font-size:20px;font-weight:600}.VocabularyEditor-module__lhe3MG__closeButton{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:24px;transition:background .2s;display:flex}.VocabularyEditor-module__lhe3MG__closeButton:hover{background:#ffffff4d}.VocabularyEditor-module__lhe3MG__instructions{background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-shrink:0;padding:16px 24px}.VocabularyEditor-module__lhe3MG__instructions p{color:#6b7280;margin:0;font-size:14px}.VocabularyEditor-module__lhe3MG__vocabularyList{flex:1;min-height:200px;padding:16px 24px;overflow-y:auto}.VocabularyEditor-module__lhe3MG__vocabItem{background:#fff;border:2px solid #e5e7eb;border-radius:8px;gap:16px;margin-bottom:12px;padding:16px;transition:all .2s;display:flex}.VocabularyEditor-module__lhe3MG__vocabItem:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea1a}.VocabularyEditor-module__lhe3MG__vocabContent{flex:1;min-width:0}.VocabularyEditor-module__lhe3MG__vocabHeader{align-items:baseline;gap:12px;margin-bottom:8px;display:flex}.VocabularyEditor-module__lhe3MG__vocabWord{color:#1f2937;font-size:24px;font-weight:600}.VocabularyEditor-module__lhe3MG__vocabTranslit{color:#6b7280;font-size:14px;font-style:italic}.VocabularyEditor-module__lhe3MG__vocabPos{color:#6b7280;background:#f3f4f6;border-radius:4px;margin-left:auto;padding:2px 8px;font-size:12px}.VocabularyEditor-module__lhe3MG__vocabDefinition{color:#374151;margin-bottom:8px;font-size:14px;line-height:1.5}.VocabularyEditor-module__lhe3MG__vocabMeta{color:#6b7280;gap:16px;font-size:12px;display:flex}.VocabularyEditor-module__lhe3MG__vocabMeta span{align-items:center;gap:4px;display:flex}.VocabularyEditor-module__lhe3MG__actions{flex-direction:column;flex-shrink:0;gap:4px;display:flex}.VocabularyEditor-module__lhe3MG__btnEdit,.VocabularyEditor-module__lhe3MG__btnDelete{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:all .2s;display:flex}.VocabularyEditor-module__lhe3MG__btnEdit{color:#2563eb;background:#eff6ff}.VocabularyEditor-module__lhe3MG__btnEdit:hover{background:#dbeafe}.VocabularyEditor-module__lhe3MG__btnDelete{color:#dc2626;background:#fef2f2}.VocabularyEditor-module__lhe3MG__btnDelete:hover{background:#fee2e2}.VocabularyEditor-module__lhe3MG__emptyState{text-align:center;color:#9ca3af;padding:40px 20px}.VocabularyEditor-module__lhe3MG__emptyState p{margin:0;font-size:14px}.VocabularyEditor-module__lhe3MG__addVocabulary{border-top:1px solid #e5e7eb;flex-shrink:0;padding:16px 24px}.VocabularyEditor-module__lhe3MG__btnAdd{color:#6b7280;cursor:pointer;background:#f3f4f6;border:2px dashed #d1d5db;border-radius:8px;width:100%;padding:10px;font-size:14px;font-weight:600;transition:all .2s}.VocabularyEditor-module__lhe3MG__btnAdd:hover:not(:disabled){color:#374151;background:#e5e7eb;border-color:#9ca3af}.VocabularyEditor-module__lhe3MG__btnAdd:disabled{opacity:.5;cursor:not-allowed}.VocabularyEditor-module__lhe3MG__errorBox{color:#991b1b;background:#fee2e2;border-top:1px solid #fecaca;flex-shrink:0;padding:12px 24px;font-size:14px}.VocabularyEditor-module__lhe3MG__errorBox strong{font-weight:600}.VocabularyEditor-module__lhe3MG__footer{border-top:1px solid #e5e7eb;flex-shrink:0;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.VocabularyEditor-module__lhe3MG__buttonCancel,.VocabularyEditor-module__lhe3MG__buttonSave{cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.VocabularyEditor-module__lhe3MG__buttonCancel{color:#4b5563;background:#f3f4f6}.VocabularyEditor-module__lhe3MG__buttonCancel:hover:not(:disabled){background:#e5e7eb}.VocabularyEditor-module__lhe3MG__buttonSave{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.VocabularyEditor-module__lhe3MG__buttonSave:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.VocabularyEditor-module__lhe3MG__buttonCancel:disabled,.VocabularyEditor-module__lhe3MG__buttonSave:disabled{opacity:.5;cursor:not-allowed}.VocabularyEditor-module__lhe3MG__confirmOverlay{background:#00000080;border-radius:16px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.VocabularyEditor-module__lhe3MG__confirmDialog{background:#fff;border-radius:12px;width:90%;max-width:400px;padding:24px;box-shadow:0 12px 40px #0000004d}.VocabularyEditor-module__lhe3MG__confirmDialog h3{color:#1f2937;margin:0 0 12px;font-size:18px}.VocabularyEditor-module__lhe3MG__confirmDialog p{color:#6b7280;margin:8px 0;font-size:14px}.VocabularyEditor-module__lhe3MG__warning{font-weight:600;color:#dc2626!important}.VocabularyEditor-module__lhe3MG__confirmActions{justify-content:flex-end;gap:12px;margin-top:20px;display:flex}.VocabularyEditor-module__lhe3MG__buttonDanger{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.VocabularyEditor-module__lhe3MG__buttonDanger:hover{background:#b91c1c;transform:translateY(-1px)}.VocabularyEditor-module__lhe3MG__editForm{background:#f9fafb;border:2px solid #667eea;border-radius:8px;margin-bottom:12px;padding:16px}.VocabularyEditor-module__lhe3MG__formRow{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;display:grid}.VocabularyEditor-module__lhe3MG__formGroup{flex-direction:column;gap:4px;display:flex}.VocabularyEditor-module__lhe3MG__formGroupFull{grid-column:1/-1}.VocabularyEditor-module__lhe3MG__label{color:#374151;font-size:12px;font-weight:600}.VocabularyEditor-module__lhe3MG__required{color:#ef4444}.VocabularyEditor-module__lhe3MG__input,.VocabularyEditor-module__lhe3MG__textarea,.VocabularyEditor-module__lhe3MG__select{border:1px solid #d1d5db;border-radius:6px;padding:8px 10px;font-family:inherit;font-size:14px;transition:border-color .2s}.VocabularyEditor-module__lhe3MG__input:focus,.VocabularyEditor-module__lhe3MG__textarea:focus,.VocabularyEditor-module__lhe3MG__select:focus{border-color:#667eea;outline:none}.VocabularyEditor-module__lhe3MG__textarea{resize:vertical;min-height:60px}.VocabularyEditor-module__lhe3MG__hint{color:#6b7280;font-size:11px}.VocabularyEditor-module__lhe3MG__errorText{color:#ef4444;font-size:11px}.VocabularyEditor-module__lhe3MG__formActions{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.VocabularyEditor-module__lhe3MG__btnFormCancel,.VocabularyEditor-module__lhe3MG__btnFormSave{cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.VocabularyEditor-module__lhe3MG__btnFormCancel{color:#4b5563;background:#e5e7eb}.VocabularyEditor-module__lhe3MG__btnFormCancel:hover{background:#d1d5db}.VocabularyEditor-module__lhe3MG__btnFormSave{color:#fff;background:#667eea}.VocabularyEditor-module__lhe3MG__btnFormSave:hover{background:#5568d3}@media (max-width:640px){.VocabularyEditor-module__lhe3MG__modal{width:95%;max-height:95vh}.VocabularyEditor-module__lhe3MG__header,.VocabularyEditor-module__lhe3MG__instructions,.VocabularyEditor-module__lhe3MG__vocabularyList,.VocabularyEditor-module__lhe3MG__addVocabulary,.VocabularyEditor-module__lhe3MG__footer{padding-left:16px;padding-right:16px}.VocabularyEditor-module__lhe3MG__vocabItem{flex-direction:column}.VocabularyEditor-module__lhe3MG__actions{flex-direction:row}.VocabularyEditor-module__lhe3MG__footer{flex-direction:column}.VocabularyEditor-module__lhe3MG__buttonCancel,.VocabularyEditor-module__lhe3MG__buttonSave{width:100%}.VocabularyEditor-module__lhe3MG__formRow{grid-template-columns:1fr}}
.LessonView-module__2pgG5W__lesson-view{width:100%;max-width:900px;margin:0 auto;padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;overflow-x:hidden}.LessonView-module__2pgG5W__lesson-loading{color:#666;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.LessonView-module__2pgG5W__loading-spinner{border:4px solid #f0f0f0;border-top-color:#3498db;border-radius:50%;width:50px;height:50px;margin-bottom:1rem;animation:1s linear infinite LessonView-module__2pgG5W__spin}@keyframes LessonView-module__2pgG5W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.LessonView-module__2pgG5W__lesson-error,.LessonView-module__2pgG5W__lesson-not-found{text-align:center;color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;max-width:600px;margin:2rem auto;padding:3rem 1rem}.LessonView-module__2pgG5W__error-icon{margin-bottom:1rem;font-size:3rem}.LessonView-module__2pgG5W__btn-back{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:6px;margin-top:1.5rem;padding:.75rem 1.5rem;font-size:1rem;transition:background-color .3s}.LessonView-module__2pgG5W__btn-back:hover{background-color:#0056b3}.LessonView-module__2pgG5W__course-banner{margin:0 0 .5rem}.LessonView-module__2pgG5W__course-banner-link{color:#007bff;font-size:3rem;font-weight:700;line-height:1.2;transition:color .2s;display:inline-block}.LessonView-module__2pgG5W__course-banner-link:hover{color:#0056b3}.LessonView-module__2pgG5W__lesson-header{border-bottom:3px solid #e9ecef;margin-bottom:3rem;padding-bottom:2rem}.LessonView-module__2pgG5W__lesson-meta{color:#6c757d;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.9rem;display:flex}.LessonView-module__2pgG5W__lesson-number{color:#fff;background-color:#007bff;border-radius:20px;padding:.25rem .75rem;font-weight:600}.LessonView-module__2pgG5W__lesson-time{color:#6c757d}.LessonView-module__2pgG5W__lesson-title{color:#2c3e50;margin:.5rem 0 1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.LessonView-module__2pgG5W__lesson-abstract{background-color:#f8f9fa;border-left:4px solid #007bff;border-radius:4px;margin-top:1.5rem;padding:1.5rem}.LessonView-module__2pgG5W__lesson-abstract p{color:#495057;margin:0 0 .75em;font-size:1.1rem;line-height:1.7}.LessonView-module__2pgG5W__lesson-abstract strong{font-weight:700}.LessonView-module__2pgG5W__lesson-abstract em{font-style:italic}:is(.LessonView-module__2pgG5W__lesson-abstract .md-h1,.LessonView-module__2pgG5W__lesson-abstract .md-h2,.LessonView-module__2pgG5W__lesson-abstract .md-h3){color:#2c3e50;margin:.75em 0 .35em;font-weight:700}.LessonView-module__2pgG5W__lesson-abstract .md-h1{font-size:1.3rem}.LessonView-module__2pgG5W__lesson-abstract .md-h2{font-size:1.15rem}.LessonView-module__2pgG5W__lesson-abstract .md-h3{font-size:1rem}:is(.LessonView-module__2pgG5W__lesson-abstract .md-ul,.LessonView-module__2pgG5W__lesson-abstract .md-ol){color:#495057;margin:.5em 0 .5em 1.4em;padding:0;font-size:1.05rem;line-height:1.7}.LessonView-module__2pgG5W__lesson-abstract .md-table{border-collapse:collapse;width:100%;margin:.75em 0;font-size:1rem}:is(.LessonView-module__2pgG5W__lesson-abstract .md-table th,.LessonView-module__2pgG5W__lesson-abstract .md-table td){text-align:left;border:1px solid #dee2e6;padding:.4em .75em}.LessonView-module__2pgG5W__lesson-abstract .md-table th{background:#e9ecef;font-weight:700}.LessonView-module__2pgG5W__lesson-abstract .inline-code{background:#e9ecef;border-radius:3px;padding:.1em .35em;font-family:monospace;font-size:.9em}.LessonView-module__2pgG5W__lesson-abstract .lesson-link{color:#2563eb;border-radius:3px;font-weight:600;text-decoration:none;transition:color .2s,background .2s}.LessonView-module__2pgG5W__lesson-abstract .lesson-link:hover{color:#1d4ed8;background:#eff6ff;text-decoration:underline}.LessonView-module__2pgG5W__lesson-content,.LessonView-module__2pgG5W__lesson-content>section{margin-bottom:3rem}.LessonView-module__2pgG5W__lesson-vocabulary{background-color:#fff9e6;border:2px solid gold;border-radius:8px;margin:3rem 0;padding:2rem}.LessonView-module__2pgG5W__lesson-vocabulary h2{color:#2c3e50;margin-top:0;margin-bottom:1.5rem;font-size:1.8rem}.LessonView-module__2pgG5W__vocabulary-list{gap:1.5rem;display:grid}.LessonView-module__2pgG5W__vocabulary-item{background-color:#fff;border:1px solid #e9ecef;border-radius:6px;padding:1.5rem;transition:box-shadow .3s}.LessonView-module__2pgG5W__vocabulary-item:hover{box-shadow:0 4px 12px #0000001a}.LessonView-module__2pgG5W__vocab-word{align-items:baseline;gap:1rem;margin-bottom:.75rem;display:flex}.LessonView-module__2pgG5W__vocab-word .LessonView-module__2pgG5W__greek-text{color:#2c3e50;font-size:1.8rem;font-weight:600}.LessonView-module__2pgG5W__vocab-word .LessonView-module__2pgG5W__transliteration{color:#6c757d;font-style:italic}.LessonView-module__2pgG5W__vocab-details{flex-direction:column;gap:.5rem;display:flex}.LessonView-module__2pgG5W__part-of-speech{color:#6c757d;font-size:.85rem;font-style:italic}.LessonView-module__2pgG5W__definition{color:#495057;margin:0;font-size:1rem}.LessonView-module__2pgG5W__frequency{color:#6c757d;font-size:.85rem;font-weight:500}@media (max-width:768px){.LessonView-module__2pgG5W__lesson-view{max-width:100%;padding:1rem}.LessonView-module__2pgG5W__lesson-title{font-size:2rem}.LessonView-module__2pgG5W__lesson-abstract{margin-left:-.5rem;margin-right:-.5rem;padding:1rem}.LessonView-module__2pgG5W__lesson-abstract p{font-size:1rem}.LessonView-module__2pgG5W__lesson-vocabulary{margin-left:-.5rem;margin-right:-.5rem;padding:1.5rem}.LessonView-module__2pgG5W__vocab-word{flex-direction:column;gap:.5rem}.LessonView-module__2pgG5W__vocab-word .LessonView-module__2pgG5W__greek-text{font-size:1.5rem}}@media (max-width:480px){.LessonView-module__2pgG5W__lesson-view{padding:.5rem}.LessonView-module__2pgG5W__lesson-title{font-size:1.75rem}.LessonView-module__2pgG5W__lesson-header{padding-bottom:1.5rem}.LessonView-module__2pgG5W__lesson-abstract{padding:.75rem}}.LessonView-module__2pgG5W__auth-status{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);border-radius:8px;justify-content:flex-end;align-items:center;margin-bottom:20px;padding:12px 16px;display:flex;box-shadow:0 2px 4px #0000000d}.LessonView-module__2pgG5W__user-info{align-items:center;gap:8px;display:flex}.LessonView-module__2pgG5W__user-badge{color:#374151;background:#fff;border-radius:20px;align-items:center;padding:6px 12px;font-size:14px;font-weight:500;display:inline-flex;box-shadow:0 1px 3px #0000001a}.LessonView-module__2pgG5W__anonymous-badge{color:#92400e;background:#fef3c7;border-radius:12px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.LessonView-module__2pgG5W__not-logged-in{align-items:center;gap:12px;display:flex}.LessonView-module__2pgG5W__login-prompt{color:#6b7280;font-size:14px;font-weight:500}@media (max-width:640px){.LessonView-module__2pgG5W__auth-status{flex-direction:column;align-items:flex-start;gap:12px}.LessonView-module__2pgG5W__not-logged-in{flex-direction:column;align-items:stretch;width:100%}.LessonView-module__2pgG5W__login-prompt{text-align:center}}.LessonView-module__2pgG5W__admin-badge{color:#78350f;cursor:pointer;background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);border-radius:12px;align-items:center;padding:4px 10px;font-size:12px;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-flex;box-shadow:0 2px 4px #f59e0b4d}.LessonView-module__2pgG5W__admin-badge:hover{opacity:.85}.LessonView-module__2pgG5W__profile-wrapper{position:relative}.LessonView-module__2pgG5W__profile-btn{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 1px 3px #00000014}.LessonView-module__2pgG5W__profile-btn:hover{border-color:#007bff;box-shadow:0 2px 8px #007bff33}.LessonView-module__2pgG5W__profile-dropdown{z-index:100;background:#fff;border:1px solid #e5e7eb;border-radius:10px;min-width:200px;padding:12px 16px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 24px #0000001f}.LessonView-module__2pgG5W__profile-name{color:#1f2937;margin:0 0 4px;font-size:.95rem;font-weight:600}.LessonView-module__2pgG5W__profile-email{color:#6b7280;margin:0;font-size:.82rem}.LessonView-module__2pgG5W__progress-btn{color:#0056b3;cursor:pointer;background:#e7f3ff;border:1px solid #b8d9f8;border-radius:20px;align-items:center;gap:4px;padding:5px 12px;font-size:13px;font-weight:600;transition:background .2s;display:inline-flex}.LessonView-module__2pgG5W__progress-btn:hover{background:#d0e8ff}.LessonView-module__2pgG5W__activities-wrapper{position:relative}.LessonView-module__2pgG5W__brackets-toggle-btn{color:#6d28d9;cursor:pointer;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:20px;justify-content:center;align-items:center;padding:5px 8px;transition:background .2s,color .2s;display:inline-flex}.LessonView-module__2pgG5W__brackets-toggle-btn:hover{background:#ede9fe}.LessonView-module__2pgG5W__brackets-toggle-btn[aria-pressed=true]{color:#fff;background:#7c3aed;border-color:#7c3aed}.LessonView-module__2pgG5W__activities-btn{color:#166534;cursor:pointer;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:20px;align-items:center;gap:4px;padding:5px 12px;font-size:13px;font-weight:600;transition:background .2s;display:inline-flex}.LessonView-module__2pgG5W__activities-btn:hover{background:#dcfce7}.LessonView-module__2pgG5W__activities-dropdown{z-index:200;background:#fff;border:1px solid #e2e8f0;border-radius:10px;min-width:210px;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 8px 24px #0000001f}.LessonView-module__2pgG5W__activities-title{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;border-bottom:1px solid #f1f5f9;margin:0;padding:10px 14px 8px;font-size:11px;font-weight:700}.LessonView-module__2pgG5W__activity-item{color:#1e293b;align-items:center;gap:10px;padding:10px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.LessonView-module__2pgG5W__activity-item:hover{color:#059669;background:#f8fafc}.LessonView-module__2pgG5W__activity-icon{flex-shrink:0;font-size:16px}.LessonView-module__2pgG5W__activities-loading{color:#94a3b8;margin:0;padding:10px 14px;font-size:13px;font-style:italic}.LessonView-module__2pgG5W__author-info{background:#f0f4ff;border-left:4px solid #4f46e5;border-radius:6px;margin-top:1.25rem;padding:1rem 1.25rem}.LessonView-module__2pgG5W__author-name{color:#1e1b4b;margin:0 0 2px;font-size:1rem;font-weight:700}.LessonView-module__2pgG5W__author-position{color:#4338ca;margin:0 0 6px;font-size:.88rem;font-style:italic}.LessonView-module__2pgG5W__author-bio{color:#374151;margin:0 0 8px;font-size:.9rem;line-height:1.5}.LessonView-module__2pgG5W__author-bio .lesson-link{color:#2563eb;font-weight:600;text-decoration:none}.LessonView-module__2pgG5W__author-bio .lesson-link:hover{color:#1d4ed8;text-decoration:underline}.LessonView-module__2pgG5W__author-url{color:#4f46e5;font-size:.88rem;font-weight:500;text-decoration:none}.LessonView-module__2pgG5W__author-url:hover{text-decoration:underline}.LessonView-module__2pgG5W__top-lesson-nav{margin-top:1.5rem}.LessonView-module__2pgG5W__new-lesson-notice{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:2px solid #3b82f6;border-radius:12px;align-items:flex-start;gap:12px;margin:16px 0;padding:16px;animation:.3s ease-out LessonView-module__2pgG5W__slideDown;display:flex}@keyframes LessonView-module__2pgG5W__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.LessonView-module__2pgG5W__notice-icon{flex-shrink:0;font-size:24px}.LessonView-module__2pgG5W__notice-content{flex:1}.LessonView-module__2pgG5W__notice-content strong{color:#1e40af;margin-bottom:4px;font-size:16px;font-weight:700;display:block}.LessonView-module__2pgG5W__notice-content p{color:#1e3a8a;margin:0;font-size:14px;line-height:1.5}.LessonView-module__2pgG5W__lesson-quick-nav{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.LessonView-module__2pgG5W__quick-nav-link{color:#007bff;background-color:#e7f3ff;border:1px solid #007bff;border-radius:20px;align-items:center;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.LessonView-module__2pgG5W__quick-nav-link:hover{color:#fff;background-color:#007bff;transform:translateY(-1px);box-shadow:0 2px 8px #007bff4d}@media (max-width:480px){.LessonView-module__2pgG5W__lesson-quick-nav{gap:.5rem}.LessonView-module__2pgG5W__quick-nav-link{padding:.4rem 1rem;font-size:.8rem}}
.Loader-module__ciLxHG__loader{aspect-ratio:1;color:#2563eb;box-sizing:border-box;transform-origin:0;border:2px solid;border-radius:50%;width:40px;animation:1s linear infinite Loader-module__ciLxHG__l2;position:relative}.Loader-module__ciLxHG__loaderDark{color:#3b82f6}.Loader-module__ciLxHG__loader:before,.Loader-module__ciLxHG__loader:after{content:"";aspect-ratio:1;box-sizing:content-box;transform-origin:50% calc(100% - 4px);width:50%;animation:Loader-module__ciLxHG__inherit;border:2px solid;border-radius:50%;margin:auto;position:absolute;inset:0 0 auto}.Loader-module__ciLxHG__loader:after{transform-origin:50% calc(200% - 2px);animation-duration:.5s;animation-direction:reverse;inset:auto 0 calc(100% + 2px)}@keyframes Loader-module__ciLxHG__l2{to{transform:rotate(1turn)}}
