.page-module___8aEwW__page{flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__header{border-bottom:1px solid var(--border);background:var(--bg-secondary);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.page-module___8aEwW__logo{color:var(--text);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.page-module___8aEwW__logoIcon{font-size:1.5rem}.page-module___8aEwW__main{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.page-module___8aEwW__hero{text-align:center}.page-module___8aEwW__title{background:linear-gradient(135deg, var(--accent), #a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.page-module___8aEwW__subtitle{color:var(--text-secondary);font-size:1.125rem}.page-module___8aEwW__actions{justify-content:center;gap:1rem;margin-top:2rem;display:flex}.page-module___8aEwW__primaryBtn,.page-module___8aEwW__secondaryBtn{border-radius:var(--radius-md);border:1px solid #0000;padding:.75rem 1.75rem;font-size:1rem;font-weight:600;transition:opacity .15s}.page-module___8aEwW__primaryBtn{background:var(--accent);color:#fff}.page-module___8aEwW__secondaryBtn{color:var(--text);border-color:var(--border);background:0 0}.page-module___8aEwW__primaryBtn:hover,.page-module___8aEwW__secondaryBtn:hover{opacity:.85}
.ThemeToggle-module__BDCMra__toggle{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-secondary);cursor:pointer;width:40px;height:40px;transition:all var(--transition);justify-content:center;align-items:center;display:flex}.ThemeToggle-module__BDCMra__toggle:hover{background:var(--bg-tertiary);border-color:var(--accent)}.ThemeToggle-module__BDCMra__icon{font-size:1.2rem;line-height:1}
.Toast-module__dpyMdW__container{z-index:10000;pointer-events:none;flex-direction:column;gap:.5rem;max-width:calc(100vw - 2rem);display:flex;position:fixed;top:1rem;right:1rem}.Toast-module__dpyMdW__toast{pointer-events:auto;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);min-width:280px;max-width:420px;box-shadow:var(--shadow-lg);align-items:flex-start;gap:.625rem;padding:.75rem .875rem;font-size:.875rem;animation:.18s ease-out Toast-module__dpyMdW__slideIn;display:flex}.Toast-module__dpyMdW__icon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:700;display:inline-flex}.Toast-module__dpyMdW__success{border-color:var(--success)}.Toast-module__dpyMdW__success .Toast-module__dpyMdW__icon{background:var(--success)}.Toast-module__dpyMdW__error{border-color:var(--danger)}.Toast-module__dpyMdW__error .Toast-module__dpyMdW__icon{background:var(--danger)}.Toast-module__dpyMdW__info{border-color:var(--accent)}.Toast-module__dpyMdW__info .Toast-module__dpyMdW__icon{background:var(--accent)}.Toast-module__dpyMdW__message{color:var(--text);word-break:break-word;flex:1;line-height:1.4}.Toast-module__dpyMdW__close{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex-shrink:0;padding:.125rem;font-size:.875rem;line-height:1;transition:color .12s,background .12s}.Toast-module__dpyMdW__close:hover{color:var(--text);background:var(--bg-tertiary)}@keyframes Toast-module__dpyMdW__slideIn{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@media (max-width:640px){.Toast-module__dpyMdW__container{inset:auto 1rem 1rem}.Toast-module__dpyMdW__toast{width:100%;min-width:0}}
.test-module__jAzU5G__page{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.test-module__jAzU5G__header{background:var(--bg-secondary);border-bottom:1px solid var(--border);align-items:center;gap:1.5rem;padding:1rem 2rem;display:flex}.test-module__jAzU5G__content{flex:1;width:100%;max-width:800px;margin:0 auto;padding:2rem}.test-module__jAzU5G__questionNumber{color:var(--text-secondary);justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.875rem;font-weight:600;display:flex}.test-module__jAzU5G__points{background:var(--accent-light);color:var(--accent);border-radius:100px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.test-module__jAzU5G__shortcutsHint{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-muted);cursor:help;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:1rem;transition:color .12s,background .12s;display:inline-flex}.test-module__jAzU5G__shortcutsHint:hover{color:var(--text);background:var(--bg-tertiary)}@media (max-width:768px){.test-module__jAzU5G__shortcutsHint{display:none}}.test-module__jAzU5G__loading{min-height:100vh;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.test-module__jAzU5G__spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;animation:.7s linear infinite test-module__jAzU5G__spin}@keyframes test-module__jAzU5G__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.test-module__jAzU5G__header{flex-wrap:wrap;padding:.75rem 1rem}.test-module__jAzU5G__content{padding:1.25rem}}
.QuestionForm-module__nhzmPW__form{flex-direction:column;gap:1.5rem;display:flex}.QuestionForm-module__nhzmPW__section{flex-direction:column;gap:.5rem;display:flex}.QuestionForm-module__nhzmPW__label{color:var(--text);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.QuestionForm-module__nhzmPW__hint{color:var(--text-muted);font-size:.75rem;font-weight:400}.QuestionForm-module__nhzmPW__types{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.5rem;display:grid}.QuestionForm-module__nhzmPW__typeBtn{background:var(--bg-tertiary);border:2px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition);text-align:left;align-items:center;gap:.625rem;padding:.75rem 1rem;display:flex}.QuestionForm-module__nhzmPW__typeBtn:hover{border-color:var(--accent)}.QuestionForm-module__nhzmPW__typeActive{border-color:var(--accent);background:var(--accent-light)}.QuestionForm-module__nhzmPW__typeIcon{border-radius:var(--radius-sm);background:var(--bg-secondary);width:32px;height:32px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:flex}.QuestionForm-module__nhzmPW__typeActive .QuestionForm-module__nhzmPW__typeIcon{background:var(--accent);color:#fff}.QuestionForm-module__nhzmPW__typeLabel{color:var(--text);font-size:.75rem;font-weight:500;line-height:1.3}.QuestionForm-module__nhzmPW__options{flex-direction:column;gap:.5rem;display:flex}.QuestionForm-module__nhzmPW__optionRow{align-items:center;gap:.625rem;display:flex}.QuestionForm-module__nhzmPW__optionCheck{cursor:pointer;flex-shrink:0}.QuestionForm-module__nhzmPW__optionCheck input{width:18px;height:18px;accent-color:var(--success);cursor:pointer}.QuestionForm-module__nhzmPW__optionInput{color:var(--text);background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-sm);transition:border-color var(--transition);flex:1;padding:.5rem .75rem;font-family:inherit;font-size:.875rem}.QuestionForm-module__nhzmPW__optionInput:focus{border-color:var(--accent);outline:none}.QuestionForm-module__nhzmPW__removeBtn{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-muted);cursor:pointer;transition:all var(--transition);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;display:flex}.QuestionForm-module__nhzmPW__removeBtn:hover{background:var(--danger-light);color:var(--danger)}.QuestionForm-module__nhzmPW__addOption{color:var(--accent);border:1px dashed var(--accent);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);background:0 0;align-self:flex-start;padding:.375rem .75rem;font-family:inherit;font-size:.8125rem;font-weight:500}.QuestionForm-module__nhzmPW__addOption:hover{background:var(--accent-light)}.QuestionForm-module__nhzmPW__freeFormNote{background:var(--accent-light);color:var(--accent);border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.8125rem}.QuestionForm-module__nhzmPW__actions{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;padding-top:.75rem;display:flex}
.questions-module__rdswfG__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.questions-module__rdswfG__headerActions{gap:.5rem;display:flex}.questions-module__rdswfG__back{color:var(--text-muted);cursor:pointer;transition:color var(--transition);background:0 0;border:none;margin-bottom:.5rem;padding:0;font-size:.8125rem;display:inline-block}.questions-module__rdswfG__back:hover{color:var(--accent)}.questions-module__rdswfG__subtitle{color:var(--text-muted);margin-top:.25rem;font-size:.875rem}.questions-module__rdswfG__empty{text-align:center;color:var(--text-secondary);flex-direction:column;align-items:center;gap:.75rem;display:flex;padding:3rem!important}.questions-module__rdswfG__empty p:first-child{font-size:2.5rem}.questions-module__rdswfG__list{flex-direction:column;gap:.75rem;display:flex}.questions-module__rdswfG__dragRow{transition:opacity .12s,transform .12s}.questions-module__rdswfG__dragging{opacity:.4}.questions-module__rdswfG__dropTarget>.questions-module__rdswfG__questionCard{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-light)}.questions-module__rdswfG__questionCard{cursor:default}.questions-module__rdswfG__dragHandle{width:24px;height:24px;color:var(--text-muted);cursor:grab;-webkit-user-select:none;user-select:none;letter-spacing:-2px;border-radius:var(--radius-sm);justify-content:center;align-items:center;font-size:.9rem;transition:color .12s,background .12s;display:inline-flex}.questions-module__rdswfG__dragHandle:hover{color:var(--text);background:var(--bg-tertiary)}.questions-module__rdswfG__dragHandle:active{cursor:grabbing}.questions-module__rdswfG__cardTop{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.questions-module__rdswfG__order{color:var(--text-muted);font-size:.875rem;font-weight:700}.questions-module__rdswfG__typeBadge{background:var(--accent-light);color:var(--accent);text-transform:uppercase;border-radius:100px;padding:.15rem .5rem;font-size:.6875rem;font-weight:600}.questions-module__rdswfG__points{color:var(--text-secondary);margin-left:auto;font-size:.8125rem;font-weight:600}.questions-module__rdswfG__cardActions{gap:.25rem;display:flex}.questions-module__rdswfG__actionBtn{border-radius:var(--radius-sm);cursor:pointer;width:32px;height:32px;transition:all var(--transition);background:0 0;border:none;justify-content:center;align-items:center;font-size:.875rem;display:flex}.questions-module__rdswfG__actionBtn:hover{background:var(--bg-tertiary)}.questions-module__rdswfG__preview{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.questions-module__rdswfG__optionsPreview{flex-wrap:wrap;gap:.375rem;margin-top:.75rem;display:flex}.questions-module__rdswfG__optionChip{background:var(--bg-tertiary);border-radius:var(--radius-sm);color:var(--text-secondary);padding:.2rem .5rem;font-size:.6875rem}.questions-module__rdswfG__correctChip{background:var(--success-light);color:var(--success);font-weight:600}
.Modal-module__7LRQSW__overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;padding:1.5rem;animation:.2s Modal-module__7LRQSW__fadeIn;display:flex;position:fixed;inset:0}.Modal-module__7LRQSW__modal{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:520px;max-height:85vh;box-shadow:var(--shadow-lg);flex-direction:column;animation:.25s Modal-module__7LRQSW__slideUp;display:flex}.Modal-module__7LRQSW__sm{max-width:400px}.Modal-module__7LRQSW__md{max-width:520px}.Modal-module__7LRQSW__lg{max-width:800px}.Modal-module__7LRQSW__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.Modal-module__7LRQSW__title{color:var(--text);font-size:1.125rem;font-weight:600}.Modal-module__7LRQSW__close{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-muted);cursor:pointer;transition:all var(--transition);background:0 0;border:none;justify-content:center;align-items:center;font-size:1rem;display:flex}.Modal-module__7LRQSW__close:hover{background:var(--bg-tertiary);color:var(--text)}.Modal-module__7LRQSW__body{padding:1.5rem;overflow-y:auto}.Modal-module__7LRQSW__footer{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}@keyframes Modal-module__7LRQSW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__7LRQSW__slideUp{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}
.Button-module__8RiFmG__button{border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition);white-space:nowrap;-webkit-user-select:none;user-select:none;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;font-family:inherit;font-weight:500;display:inline-flex}.Button-module__8RiFmG__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__8RiFmG__sm{padding:.375rem .75rem;font-size:.8125rem}.Button-module__8RiFmG__md{padding:.5rem 1.25rem;font-size:.875rem}.Button-module__8RiFmG__lg{padding:.75rem 1.75rem;font-size:1rem}.Button-module__8RiFmG__primary{background:var(--accent);color:#fff;border-color:var(--accent)}.Button-module__8RiFmG__primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover);box-shadow:var(--shadow-md)}.Button-module__8RiFmG__secondary{background:var(--bg-secondary);color:var(--text);border-color:var(--border)}.Button-module__8RiFmG__secondary:hover:not(:disabled){background:var(--bg-tertiary);border-color:var(--accent)}.Button-module__8RiFmG__danger{background:var(--danger);color:#fff;border-color:var(--danger)}.Button-module__8RiFmG__danger:hover:not(:disabled){background:var(--danger-hover);border-color:var(--danger-hover)}.Button-module__8RiFmG__ghost{color:var(--text-secondary);background:0 0;border-color:#0000}.Button-module__8RiFmG__ghost:hover:not(:disabled){background:var(--bg-tertiary);color:var(--text)}.Button-module__8RiFmG__spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:1em;height:1em;animation:.6s linear infinite Button-module__8RiFmG__spin}@keyframes Button-module__8RiFmG__spin{to{transform:rotate(360deg)}}
.ExamNavigation-module__-I6uwW__footer{background:var(--bg-secondary);border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.ExamNavigation-module__-I6uwW__left,.ExamNavigation-module__-I6uwW__right{gap:.75rem;display:flex}@media (max-width:768px){.ExamNavigation-module__-I6uwW__footer{padding:.75rem 1rem}}
.Card-module__b6YjYG__card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition)}.Card-module__b6YjYG__sm{padding:.75rem 1rem}.Card-module__b6YjYG__md{padding:1.25rem 1.5rem}.Card-module__b6YjYG__lg{padding:1.75rem 2rem}.Card-module__b6YjYG__hoverable:hover{box-shadow:var(--shadow-md);border-color:var(--accent);transform:translateY(-1px)}
.ExamPreview-module__U8r-lW__wrapper{flex-direction:column;gap:1.25rem;display:flex}.ExamPreview-module__U8r-lW__banner{background:var(--warning-light);border:1px solid var(--warning);border-radius:var(--radius-md);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.ExamPreview-module__U8r-lW__bannerMain{align-items:center;gap:.875rem;min-width:0;display:flex}.ExamPreview-module__U8r-lW__badge{background:var(--warning);color:#fff;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:100px;padding:.2rem .625rem;font-size:.75rem;font-weight:700}.ExamPreview-module__U8r-lW__bannerTitle{color:var(--text);font-size:.9375rem;font-weight:600}.ExamPreview-module__U8r-lW__bannerMeta{color:var(--text-muted);margin-top:.125rem;font-size:.8125rem}.ExamPreview-module__U8r-lW__bannerActions{flex-shrink:0;gap:.5rem;display:flex}.ExamPreview-module__U8r-lW__testHeader{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem 1.25rem}.ExamPreview-module__U8r-lW__content{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem}.ExamPreview-module__U8r-lW__questionNumber{color:var(--text-secondary);justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.875rem;font-weight:600;display:flex}.ExamPreview-module__U8r-lW__points{background:var(--accent-light);color:var(--accent);border-radius:100px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.ExamPreview-module__U8r-lW__empty{text-align:center;color:var(--text-secondary);flex-direction:column;align-items:center;gap:.75rem;display:flex;padding:3rem!important}
.admins-module__ESr_Ea__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.admins-module__ESr_Ea__subtitle{color:var(--text-muted);margin-top:.25rem;font-size:.875rem}.admins-module__ESr_Ea__list{flex-direction:column;gap:.75rem;display:flex}.admins-module__ESr_Ea__row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.admins-module__ESr_Ea__info{flex:1;min-width:0}.admins-module__ESr_Ea__name{color:var(--text);align-items:center;gap:.625rem;margin-bottom:.25rem;font-size:1rem;font-weight:600;display:flex}.admins-module__ESr_Ea__badge{text-transform:uppercase;letter-spacing:.03em;border-radius:100px;padding:.15rem .5rem;font-size:.6875rem;font-weight:600}.admins-module__ESr_Ea__role_OWNER{background:var(--accent-light);color:var(--accent)}.admins-module__ESr_Ea__role_REVIEWER{background:var(--bg-tertiary);color:var(--text-secondary)}.admins-module__ESr_Ea__email{color:var(--text-secondary);font-size:.875rem}.admins-module__ESr_Ea__date{color:var(--text-muted);margin-top:.25rem;font-size:.75rem}.admins-module__ESr_Ea__actions{flex-shrink:0;gap:.5rem;display:flex}.admins-module__ESr_Ea__empty{text-align:center;color:var(--text-secondary);flex-direction:column;align-items:center;gap:.5rem;display:flex;padding:3rem!important}.admins-module__ESr_Ea__empty p:first-child{font-size:2.5rem}.admins-module__ESr_Ea__denied{text-align:center;max-width:500px;color:var(--text-secondary);margin:4rem auto}
.login-module__WEZH7G__page{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.login-module__WEZH7G__themeToggle{z-index:10;position:fixed;top:1rem;right:1rem}.login-module__WEZH7G__card{width:100%;max-width:420px}.login-module__WEZH7G__header{text-align:center;margin-bottom:2rem}.login-module__WEZH7G__icon{margin-bottom:.75rem;font-size:2.5rem;display:block}.login-module__WEZH7G__title{margin-bottom:.375rem;font-size:1.5rem;font-weight:700}.login-module__WEZH7G__subtitle{color:var(--text-muted);font-size:.875rem}.login-module__WEZH7G__form{flex-direction:column;gap:1.25rem;display:flex}.login-module__WEZH7G__error{color:var(--danger);background:var(--danger-light);border:1px solid var(--danger);border-radius:var(--radius-md);padding:.625rem .875rem;font-size:.8125rem}.login-module__WEZH7G__submit{width:100%;margin-top:.5rem}.login-module__WEZH7G__altLink{text-align:center;color:var(--text-muted);margin-top:1.25rem;font-size:.8125rem}.login-module__WEZH7G__altLink a{color:var(--accent);font-weight:600}
.ExamForm-module__m4VtRa__form{flex-direction:column;gap:1.5rem;max-width:700px;display:flex}.ExamForm-module__m4VtRa__section{border-bottom:1px solid var(--border);margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.125rem;font-weight:600}.ExamForm-module__m4VtRa__fields{flex-direction:column;gap:1.25rem;display:flex}.ExamForm-module__m4VtRa__toggleGroup{flex-direction:column;gap:.75rem;display:flex}.ExamForm-module__m4VtRa__toggle{color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.625rem;font-size:.875rem;display:flex}.ExamForm-module__m4VtRa__toggle input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent);cursor:pointer}.ExamForm-module__m4VtRa__error{color:var(--danger);background:var(--danger-light);border:1px solid var(--danger);border-radius:var(--radius-md);padding:.625rem .875rem;font-size:.8125rem}.ExamForm-module__m4VtRa__actions{justify-content:flex-end;gap:.75rem;display:flex}
.LessonManager-module__CvLeVa__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.LessonManager-module__CvLeVa__addGroup{align-items:flex-end;gap:.75rem;margin-bottom:1.5rem;display:flex}.LessonManager-module__CvLeVa__addGroup>:first-child{flex:1}.LessonManager-module__CvLeVa__empty{color:var(--text-muted);text-align:center}.LessonManager-module__CvLeVa__groups{flex-direction:column;gap:1rem;display:flex}.LessonManager-module__CvLeVa__groupHead{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.LessonManager-module__CvLeVa__groupTitle{font-size:1.125rem;font-weight:700}.LessonManager-module__CvLeVa__groupMeta{color:var(--text-muted);font-size:.8125rem}.LessonManager-module__CvLeVa__groupActions{gap:.25rem;display:flex}.LessonManager-module__CvLeVa__iconBtn{cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:.25rem .375rem;font-size:1rem}.LessonManager-module__CvLeVa__iconBtn:hover{background:var(--bg-tertiary)}.LessonManager-module__CvLeVa__lessons{flex-direction:column;gap:.375rem;margin:0 0 1rem;padding:0;list-style:none;display:flex}.LessonManager-module__CvLeVa__lessonRow{background:var(--bg-tertiary);border-radius:var(--radius-md);align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.LessonManager-module__CvLeVa__lessonTitle{flex:1;font-size:.875rem;font-weight:500}.LessonManager-module__CvLeVa__badge{text-transform:uppercase;letter-spacing:.02em;border-radius:999px;padding:.125rem .5rem;font-size:.6875rem;font-weight:600}.LessonManager-module__CvLeVa__badgeOn{background:var(--success-light,#dcfce7);color:var(--success,#16a34a)}.LessonManager-module__CvLeVa__badgeOff{background:var(--bg-secondary);color:var(--text-muted)}.LessonManager-module__CvLeVa__lessonActions{gap:.125rem;display:flex}.LessonManager-module__CvLeVa__form{flex-direction:column;gap:1rem;display:flex}.LessonManager-module__CvLeVa__mediaField{align-items:flex-end;gap:.5rem;display:flex}.LessonManager-module__CvLeVa__mediaField>:first-child{flex:1}.LessonManager-module__CvLeVa__uploadBtn{white-space:nowrap;color:var(--accent);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;align-items:center;padding:.625rem .875rem;font-size:.8125rem;font-weight:600;display:inline-flex}.LessonManager-module__CvLeVa__uploadBtn:hover{background:var(--accent-light)}.LessonManager-module__CvLeVa__fieldLabel,.LessonManager-module__CvLeVa__checkbox{color:var(--text-secondary);font-size:.8125rem;font-weight:600}.LessonManager-module__CvLeVa__fieldLabel{margin-bottom:.375rem;display:block}.LessonManager-module__CvLeVa__checkbox{cursor:pointer;align-items:center;gap:.5rem;display:flex}
.Input-module__5jsJuW__wrapper{flex-direction:column;gap:.375rem;display:flex}.Input-module__5jsJuW__label{color:var(--text);font-size:.875rem;font-weight:500}.Input-module__5jsJuW__input,.Input-module__5jsJuW__textarea{width:100%;color:var(--text);background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);transition:all var(--transition);padding:.625rem .875rem;font-family:inherit;font-size:.875rem}.Input-module__5jsJuW__textarea{resize:vertical;min-height:100px}.Input-module__5jsJuW__input:focus,.Input-module__5jsJuW__textarea:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px var(--accent-light);outline:none}.Input-module__5jsJuW__input::placeholder,.Input-module__5jsJuW__textarea::placeholder{color:var(--text-muted)}.Input-module__5jsJuW__error{border-color:var(--danger)!important}.Input-module__5jsJuW__error:focus{box-shadow:0 0 0 3px var(--danger-light)!important}.Input-module__5jsJuW__errorText{color:var(--danger);font-size:.75rem}
.learn-module__nctD2W__title{margin-bottom:1.25rem;font-size:1.5rem;font-weight:700}.learn-module__nctD2W__groupName{color:var(--text-muted);margin-bottom:1rem;font-size:.875rem}.learn-module__nctD2W__empty{color:var(--text-muted);text-align:center}.learn-module__nctD2W__lessons{flex-direction:column;gap:.75rem;display:flex}.learn-module__nctD2W__link{text-decoration:none}.learn-module__nctD2W__lessonCard{align-items:center;gap:1rem;display:flex}.learn-module__nctD2W__num{background:var(--accent-light);width:2rem;height:2rem;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.learn-module__nctD2W__lessonTitle{color:var(--text);flex:1;font-weight:500}.learn-module__nctD2W__doneBadge{color:var(--success,#16a34a);font-size:.75rem;font-weight:600}.learn-module__nctD2W__lessonPage{max-width:760px;margin:0 auto}.learn-module__nctD2W__back{color:var(--text-muted);margin-bottom:1rem;font-size:.875rem;display:inline-block}.learn-module__nctD2W__lessonHeading{margin-bottom:1rem;font-size:1.5rem;font-weight:700}
.AdminSidebar-module__V73VDG__sidebar{background:var(--bg-secondary);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:260px;padding:1.5rem 1rem;display:flex}.AdminSidebar-module__V73VDG__logo{border-bottom:1px solid var(--border);align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:0 .75rem 1.5rem;display:flex}.AdminSidebar-module__V73VDG__logoIcon{font-size:1.5rem}.AdminSidebar-module__V73VDG__logoText{color:var(--text);font-size:1.125rem;font-weight:700}.AdminSidebar-module__V73VDG__nav{flex-direction:column;flex:1;gap:.25rem;display:flex}.AdminSidebar-module__V73VDG__navItem{color:var(--text-secondary);border-radius:var(--radius-md);transition:all var(--transition);align-items:center;gap:.75rem;padding:.625rem .875rem;font-size:.875rem;font-weight:500;text-decoration:none;display:flex}.AdminSidebar-module__V73VDG__navItem:hover{background:var(--bg-tertiary);color:var(--text)}.AdminSidebar-module__V73VDG__active,.AdminSidebar-module__V73VDG__active:hover{background:var(--accent-light);color:var(--accent)}.AdminSidebar-module__V73VDG__navIcon{font-size:1.125rem}.AdminSidebar-module__V73VDG__footer{border-top:1px solid var(--border);flex-direction:column;gap:1rem;margin-top:auto;padding-top:1rem;display:flex}.AdminSidebar-module__V73VDG__user{justify-content:space-between;align-items:center;display:flex}.AdminSidebar-module__V73VDG__userName{color:var(--text);flex-direction:column;gap:.125rem;min-width:0;font-size:.8125rem;font-weight:500;display:flex}.AdminSidebar-module__V73VDG__userRole{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.6875rem;font-weight:400}.AdminSidebar-module__V73VDG__logout{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition);background:0 0;border:none;padding:.25rem .5rem;font-size:.75rem}.AdminSidebar-module__V73VDG__logout:hover{color:var(--danger);background:var(--danger-light)}@media (max-width:768px){.AdminSidebar-module__V73VDG__sidebar{border-right:none;border-bottom:1px solid var(--border);flex-direction:row;width:100%;padding:.75rem 1rem;overflow-x:auto}.AdminSidebar-module__V73VDG__logo{border-bottom:none;border-right:1px solid var(--border);margin-bottom:0;margin-right:.75rem;padding:0 1rem 0 .5rem}.AdminSidebar-module__V73VDG__nav{flex-direction:row}.AdminSidebar-module__V73VDG__footer{border-top:none;border-left:1px solid var(--border);flex-direction:row;align-items:center;margin-top:0;margin-left:auto;padding-top:0;padding-left:1rem}}
.KanbanBoard-module__pPYDEG__board{grid-template-columns:repeat(3,1fr);gap:1.5rem;min-height:400px;display:grid}.KanbanBoard-module__pPYDEG__column{background:var(--bg-tertiary);border-radius:var(--radius-lg);flex-direction:column;padding:1rem;display:flex}.KanbanBoard-module__pPYDEG__columnHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.KanbanBoard-module__pPYDEG__columnTitle{font-size:.9375rem;font-weight:600}.KanbanBoard-module__pPYDEG__count{background:var(--bg-secondary);color:var(--text-secondary);border-radius:100px;padding:.2rem .5rem;font-size:.75rem;font-weight:700}.KanbanBoard-module__pPYDEG__cards{flex-direction:column;flex:1;gap:.625rem;display:flex}.KanbanBoard-module__pPYDEG__cardLink{color:inherit;text-decoration:none}.KanbanBoard-module__pPYDEG__card{flex-direction:column;gap:.25rem;display:flex}.KanbanBoard-module__pPYDEG__cardName{color:var(--text);font-size:.9375rem;font-weight:600}.KanbanBoard-module__pPYDEG__cardCategory{color:var(--text-muted);font-size:.75rem}.KanbanBoard-module__pPYDEG__cardMeta{color:var(--text-secondary);justify-content:space-between;align-items:center;margin-top:.25rem;font-size:.75rem;display:flex}.KanbanBoard-module__pPYDEG__cardScore{color:var(--accent);font-weight:600}.KanbanBoard-module__pPYDEG__cardDate{color:var(--text-muted);margin-top:.25rem;font-size:.6875rem}.KanbanBoard-module__pPYDEG__empty{text-align:center;color:var(--text-muted);padding:2rem 0;font-size:.8125rem}@media (max-width:768px){.KanbanBoard-module__pPYDEG__board{grid-template-columns:1fr}}
.charts-module__RgAH6G__donutWrap{flex-shrink:0;position:relative}.charts-module__RgAH6G__donutCenter{flex-direction:column;justify-content:center;align-items:center;gap:.1rem;display:flex;position:absolute;inset:0}.charts-module__RgAH6G__donutTop{font-size:1.5rem;font-weight:800;line-height:1}.charts-module__RgAH6G__donutBottom{color:var(--text-muted);font-size:.6875rem}.charts-module__RgAH6G__legend{flex-direction:column;gap:.375rem;margin:0;padding:0;list-style:none;display:flex}.charts-module__RgAH6G__legendItem{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.charts-module__RgAH6G__dot{border-radius:50%;flex-shrink:0;width:.75rem;height:.75rem}.charts-module__RgAH6G__legendValue{color:var(--text);margin-left:auto}.charts-module__RgAH6G__bars{align-items:flex-end;gap:.5rem;display:flex}.charts-module__RgAH6G__barCol{flex-direction:column;flex:1;align-items:center;min-width:0;height:100%;display:flex}.charts-module__RgAH6G__barTrack{background:var(--bg-tertiary);border-radius:var(--radius-sm);flex:1;align-items:flex-end;width:100%;max-width:28px;display:flex;overflow:hidden}.charts-module__RgAH6G__barFill{border-radius:var(--radius-sm) var(--radius-sm) 0 0;width:100%;transition:height .3s}.charts-module__RgAH6G__barLabel{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-top:.375rem;font-size:.625rem;overflow:hidden}.charts-module__RgAH6G__empty{color:var(--text-muted);font-size:.8125rem}
.admin-module__uN-L_G__layout{min-height:100vh;display:flex}.admin-module__uN-L_G__main{flex:1;padding:2rem;overflow-y:auto}@media (max-width:768px){.admin-module__uN-L_G__layout{flex-direction:column}.admin-module__uN-L_G__main{padding:1.25rem}}
.dashboard-module__zHdRkq__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.dashboard-module__zHdRkq__section{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:2rem 0 .75rem;font-size:.875rem;font-weight:600}.dashboard-module__zHdRkq__section:first-of-type{margin-top:0}.dashboard-module__zHdRkq__sectionHeader{justify-content:space-between;align-items:baseline;display:flex}.dashboard-module__zHdRkq__sectionHeader .dashboard-module__zHdRkq__section{margin-bottom:.75rem}.dashboard-module__zHdRkq__link{color:var(--accent);font-size:.8125rem}.dashboard-module__zHdRkq__link:hover{color:var(--accent-hover)}.dashboard-module__zHdRkq__stats{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.dashboard-module__zHdRkq__stat{border-left:3px solid #0000;align-items:flex-start;gap:.875rem;display:flex}.dashboard-module__zHdRkq__accent_accent{border-left-color:var(--accent)}.dashboard-module__zHdRkq__accent_success{border-left-color:var(--success)}.dashboard-module__zHdRkq__accent_warning{border-left-color:var(--warning)}.dashboard-module__zHdRkq__accent_danger{border-left-color:var(--danger)}.dashboard-module__zHdRkq__statIcon{flex-shrink:0;font-size:1.75rem;line-height:1}.dashboard-module__zHdRkq__statBody{min-width:0}.dashboard-module__zHdRkq__statValue{color:var(--text);margin-bottom:.125rem;font-size:1.75rem;font-weight:700;line-height:1.1}.dashboard-module__zHdRkq__statLabel{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.dashboard-module__zHdRkq__statHint{color:var(--text-muted);margin-top:.25rem;font-size:.75rem;line-height:1.3}.dashboard-module__zHdRkq__recent{flex-direction:column;display:flex}.dashboard-module__zHdRkq__recentRow{border-bottom:1px solid var(--border);color:inherit;align-items:center;gap:.875rem;padding:.75rem .25rem;transition:background .12s;display:flex}.dashboard-module__zHdRkq__recentRow:last-child{border-bottom:none}.dashboard-module__zHdRkq__recentRow:hover{background:var(--bg-tertiary)}.dashboard-module__zHdRkq__statusDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.dashboard-module__zHdRkq__dot_PASSED{background:var(--success)}.dashboard-module__zHdRkq__dot_FAILED{background:var(--danger)}.dashboard-module__zHdRkq__dot_ON_REVIEW{background:var(--warning)}.dashboard-module__zHdRkq__dot_IN_PROGRESS{background:var(--accent)}.dashboard-module__zHdRkq__recentMain{flex:1;min-width:0}.dashboard-module__zHdRkq__recentName{color:var(--text);margin-bottom:.125rem;font-size:.9375rem;font-weight:500}.dashboard-module__zHdRkq__recentCategory{color:var(--text-muted);font-weight:400}.dashboard-module__zHdRkq__recentExam{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;overflow:hidden}.dashboard-module__zHdRkq__recentMeta{flex-shrink:0;align-items:center;gap:.75rem;font-size:.8125rem;display:flex}.dashboard-module__zHdRkq__statusBadge{white-space:nowrap;border-radius:100px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.dashboard-module__zHdRkq__badge_PASSED{background:var(--success-light);color:var(--success)}.dashboard-module__zHdRkq__badge_FAILED{background:var(--danger-light);color:var(--danger)}.dashboard-module__zHdRkq__badge_ON_REVIEW{background:var(--warning-light);color:var(--warning)}.dashboard-module__zHdRkq__badge_IN_PROGRESS{background:var(--accent-light);color:var(--accent)}.dashboard-module__zHdRkq__recentScore{color:var(--text-secondary);font-weight:600}.dashboard-module__zHdRkq__recentDate{color:var(--text-muted)}@media (max-width:640px){.dashboard-module__zHdRkq__recentMeta{gap:.5rem}.dashboard-module__zHdRkq__recentDate{display:none}}
.examEdit-module__sDqtYW__tabs{gap:.75rem;margin-bottom:2rem;display:flex}
.exams-module__JFF-ea__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.exams-module__JFF-ea__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem;display:grid}.exams-module__JFF-ea__link{color:inherit;text-decoration:none}.exams-module__JFF-ea__examCard{flex-direction:column;gap:.75rem;display:flex}.exams-module__JFF-ea__examHeader{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.exams-module__JFF-ea__examTitle{font-size:1.125rem;font-weight:600}.exams-module__JFF-ea__badge{white-space:nowrap;text-transform:uppercase;letter-spacing:.03em;border-radius:100px;padding:.25rem .625rem;font-size:.6875rem;font-weight:600}.exams-module__JFF-ea__badgeActive{background:var(--success-light);color:var(--success)}.exams-module__JFF-ea__badgeInactive{background:var(--bg-tertiary);color:var(--text-muted)}.exams-module__JFF-ea__examMeta{color:var(--text-secondary);gap:1.25rem;font-size:.8125rem;display:flex}.exams-module__JFF-ea__examDate{color:var(--text-muted);font-size:.75rem}.exams-module__JFF-ea__empty{text-align:center}.exams-module__JFF-ea__empty p{color:var(--text-muted)}
.result-module__3cYCrG__page{background:var(--bg);min-height:100vh;padding:2rem}.result-module__3cYCrG__themeToggle{z-index:10;position:fixed;top:1rem;right:1rem}.result-module__3cYCrG__container{flex-direction:column;gap:2rem;max-width:700px;margin:0 auto;display:flex}.result-module__3cYCrG__headerCard{text-align:center}.result-module__3cYCrG__title{margin-bottom:.375rem;font-size:1.75rem}.result-module__3cYCrG__examTitle{color:var(--text-secondary);margin-bottom:1.25rem;font-size:1rem}.result-module__3cYCrG__meta{color:var(--text-muted);justify-content:center;gap:1.5rem;margin-bottom:1.5rem;font-size:.875rem;display:flex}.result-module__3cYCrG__scoreBlock{justify-content:center;align-items:center;gap:2rem;display:flex}.result-module__3cYCrG__status{border-radius:var(--radius-md);padding:.5rem 1.5rem;font-size:1.25rem;font-weight:700}.result-module__3cYCrG__statusPassed{background:var(--success-light);color:var(--success)}.result-module__3cYCrG__statusFailed{background:var(--danger-light);color:var(--danger)}.result-module__3cYCrG__statusReview{background:var(--warning-light);color:var(--warning)}.result-module__3cYCrG__statusProgress{background:var(--accent-light);color:var(--accent)}.result-module__3cYCrG__score{flex-direction:column;align-items:center;display:flex}.result-module__3cYCrG__scoreValue{color:var(--text);font-size:2.5rem;font-weight:700;line-height:1}.result-module__3cYCrG__scoreLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.result-module__3cYCrG__reviewNote{background:var(--warning-light);border-radius:var(--radius-md);color:var(--warning);margin-top:1.25rem;padding:.75rem 1rem;font-size:.875rem}.result-module__3cYCrG__answers h2{margin-bottom:1rem}.result-module__3cYCrG__answerCard{border-left:3px solid #0000;margin-bottom:.75rem}.result-module__3cYCrG__answerCardCorrect{border-left-color:var(--success);box-shadow:0 0 0 1px var(--success-light)}.result-module__3cYCrG__answerCardIncorrect{border-left-color:var(--danger);box-shadow:0 0 0 1px var(--danger-light)}.result-module__3cYCrG__answerHeader{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.result-module__3cYCrG__answerNum{color:var(--text-muted);font-weight:700}.result-module__3cYCrG__answerBadge{border-radius:100px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.result-module__3cYCrG__correct{background:var(--success-light);color:var(--success)}.result-module__3cYCrG__incorrect{background:var(--danger-light);color:var(--danger)}.result-module__3cYCrG__pending{background:var(--warning-light);color:var(--warning)}.result-module__3cYCrG__answerScore{color:var(--text-secondary);margin-left:auto;font-size:.8125rem;font-weight:600}.result-module__3cYCrG__questionContent{color:var(--text-secondary);font-size:.9375rem;line-height:1.6}.result-module__3cYCrG__comment{background:var(--bg-tertiary);border-radius:var(--radius-sm);color:var(--text-secondary);margin-top:.75rem;padding:.625rem .875rem;font-size:.8125rem}.result-module__3cYCrG__explanation{background:var(--accent-light);border-left:3px solid var(--accent);border-radius:var(--radius-sm);margin-top:.75rem;padding:.75rem .875rem;font-size:.875rem}.result-module__3cYCrG__explanationBody{color:var(--text);margin-top:.375rem;line-height:1.6}.result-module__3cYCrG__explanationBody img{border-radius:var(--radius-sm);max-width:100%}
.attempt-module__ZJSSbG__page{max-width:760px;margin:0 auto}.attempt-module__ZJSSbG__back{color:var(--text-muted);margin-bottom:1rem;font-size:.875rem;display:inline-block}.attempt-module__ZJSSbG__head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.attempt-module__ZJSSbG__title{font-size:1.375rem;font-weight:700}.attempt-module__ZJSSbG__sub{color:var(--text-muted);margin-top:.25rem;font-size:.8125rem}.attempt-module__ZJSSbG__badge{white-space:nowrap;border-radius:999px;padding:.25rem .625rem;font-size:.75rem;font-weight:700}.attempt-module__ZJSSbG__progress{background:var(--bg-tertiary);color:var(--text-secondary)}.attempt-module__ZJSSbG__review{color:#a16207;background:#fef9c3}.attempt-module__ZJSSbG__passed{background:var(--success-light,#dcfce7);color:var(--success,#16a34a)}.attempt-module__ZJSSbG__failed{background:var(--danger-light);color:var(--danger)}.attempt-module__ZJSSbG__donutCard{align-items:center;gap:1.5rem;margin-bottom:1rem;display:flex}.attempt-module__ZJSSbG__stats{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.75rem;margin-bottom:1.5rem;display:grid}.attempt-module__ZJSSbG__stat{flex-direction:column;align-items:center;gap:.125rem;display:flex}.attempt-module__ZJSSbG__statValue{font-size:1.75rem;font-weight:800}.attempt-module__ZJSSbG__statMax{color:var(--text-muted);font-size:1rem;font-weight:600}.attempt-module__ZJSSbG__green{color:var(--success,#16a34a)}.attempt-module__ZJSSbG__red{color:var(--danger)}.attempt-module__ZJSSbG__statLabel{color:var(--text-muted);font-size:.75rem}.attempt-module__ZJSSbG__note{color:var(--text-muted);text-align:center}.attempt-module__ZJSSbG__section{margin-bottom:1rem;font-size:1.125rem;font-weight:700}.attempt-module__ZJSSbG__answers{flex-direction:column;gap:.75rem;display:flex}.attempt-module__ZJSSbG__answer{border-left:3px solid #0000}.attempt-module__ZJSSbG__answerOk{border-left-color:var(--success,#16a34a)}.attempt-module__ZJSSbG__answerWrong{border-left-color:var(--danger)}.attempt-module__ZJSSbG__answerHead{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.attempt-module__ZJSSbG__num{color:var(--text-muted);font-weight:700}.attempt-module__ZJSSbG__mark{font-size:.8125rem;font-weight:600}.attempt-module__ZJSSbG__qContent{margin-bottom:.5rem;line-height:1.5}.attempt-module__ZJSSbG__qContent img{border-radius:var(--radius-sm);max-width:100%}.attempt-module__ZJSSbG__row{margin-top:.25rem;font-size:.875rem}.attempt-module__ZJSSbG__explanation{background:var(--accent-light);border-left:3px solid var(--accent);border-radius:var(--radius-sm);margin-top:.625rem;padding:.75rem .875rem;font-size:.875rem}.attempt-module__ZJSSbG__explanationBody{margin-top:.375rem;line-height:1.6}.attempt-module__ZJSSbG__explanationBody img{border-radius:var(--radius-sm);max-width:100%}
.children-module__VurNqG__title{margin-bottom:1.25rem;font-size:1.5rem;font-weight:700}.children-module__VurNqG__empty{color:var(--text-muted);text-align:center}.children-module__VurNqG__children{flex-direction:column;gap:1rem;display:flex}.children-module__VurNqG__childHead{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.children-module__VurNqG__childName{font-size:1.125rem;font-weight:700}.children-module__VurNqG__childMeta{color:var(--text-muted);font-size:.8125rem}.children-module__VurNqG__childStats{color:var(--text-secondary);white-space:nowrap;gap:1rem;font-size:.8125rem;display:flex}.children-module__VurNqG__charts{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem;padding:1rem 0;display:flex}.children-module__VurNqG__chartBlock{flex:1;align-items:center;gap:1rem;min-width:220px;display:flex}.children-module__VurNqG__chartBlock:last-child{flex-direction:column;align-items:stretch;gap:.5rem}.children-module__VurNqG__chartTitle{color:var(--text-muted);font-size:.75rem}.children-module__VurNqG__attemptsTitle{margin-bottom:.625rem;font-size:.9375rem;font-weight:600}.children-module__VurNqG__muted{color:var(--text-muted);font-size:.875rem}.children-module__VurNqG__attemptList{flex-direction:column;gap:.375rem;margin:0;padding:0;list-style:none;display:flex}.children-module__VurNqG__attemptRow{background:var(--bg-tertiary);border-radius:var(--radius-md);color:inherit;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem .75rem;text-decoration:none;transition:background .15s;display:flex}.children-module__VurNqG__attemptRow:hover{background:var(--accent-light)}.children-module__VurNqG__chevron{color:var(--text-muted);font-size:1.125rem}.children-module__VurNqG__examTitle{font-size:.875rem;font-weight:500}.children-module__VurNqG__attemptRight{align-items:center;gap:.625rem;display:flex}.children-module__VurNqG__score{font-size:.875rem;font-weight:700}.children-module__VurNqG__badge{border-radius:999px;padding:.125rem .5rem;font-size:.6875rem;font-weight:600}.children-module__VurNqG__progress{background:var(--bg-secondary);color:var(--text-muted)}.children-module__VurNqG__review{color:#a16207;background:#fef9c3}.children-module__VurNqG__passed{background:var(--success-light,#dcfce7);color:var(--success,#16a34a)}.children-module__VurNqG__failed{background:var(--danger-light);color:var(--danger)}
.family-module__BuxXhW__title{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.family-module__BuxXhW__intro{color:var(--text-muted);max-width:640px;margin-bottom:1.25rem;font-size:.875rem}.family-module__BuxXhW__subTitle{margin:1.5rem 0 1rem;font-size:1.125rem;font-weight:700}.family-module__BuxXhW__panel{margin-bottom:1rem}.family-module__BuxXhW__panelHead{justify-content:space-between;align-items:center;margin-bottom:.75rem;font-weight:600;display:flex}.family-module__BuxXhW__muted{color:var(--text-muted);font-size:.875rem}.family-module__BuxXhW__codes{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.family-module__BuxXhW__codeRow{align-items:center;gap:.75rem;display:flex}.family-module__BuxXhW__code{letter-spacing:.15em;background:var(--bg-tertiary);border-radius:var(--radius-sm);padding:.375rem .75rem;font-size:1.125rem;font-weight:700}.family-module__BuxXhW__copyBtn{color:var(--accent);cursor:pointer;background:0 0;border:none;font-size:.8125rem;font-weight:600}.family-module__BuxXhW__empty{color:var(--text-muted);text-align:center}.family-module__BuxXhW__list{flex-direction:column;gap:.5rem;display:flex}.family-module__BuxXhW__row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.family-module__BuxXhW__name{font-weight:600}.family-module__BuxXhW__email{color:var(--text-muted);font-size:.8125rem}
.return-module__LFBmDa__wrap{justify-content:center;padding-top:3rem;display:flex}.return-module__LFBmDa__card{text-align:center;max-width:440px}.return-module__LFBmDa__icon{margin-bottom:.5rem;font-size:3rem}.return-module__LFBmDa__title{margin-bottom:.5rem;font-size:1.375rem;font-weight:700}.return-module__LFBmDa__text{color:var(--text-secondary);margin-bottom:1.25rem}
.progress-module__OKyK2G__title{margin-bottom:1.25rem;font-size:1.5rem;font-weight:700}.progress-module__OKyK2G__subTitle{margin:1.5rem 0 1rem;font-size:1.125rem;font-weight:700}.progress-module__OKyK2G__stats{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;display:grid}.progress-module__OKyK2G__stat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.progress-module__OKyK2G__statValue{color:var(--accent);font-size:2rem;font-weight:800}.progress-module__OKyK2G__statLabel{color:var(--text-muted);font-size:.8125rem}.progress-module__OKyK2G__empty{color:var(--text-muted);text-align:center}.progress-module__OKyK2G__list{flex-direction:column;gap:.625rem;display:flex}.progress-module__OKyK2G__row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.progress-module__OKyK2G__rowMain{flex-direction:column;gap:.125rem;min-width:0;display:flex}.progress-module__OKyK2G__examTitle{font-weight:600}.progress-module__OKyK2G__date{color:var(--text-muted);font-size:.75rem}.progress-module__OKyK2G__rowRight{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.progress-module__OKyK2G__score{font-weight:700}.progress-module__OKyK2G__badge{text-transform:uppercase;letter-spacing:.02em;border-radius:999px;padding:.125rem .5rem;font-size:.6875rem;font-weight:600}.progress-module__OKyK2G__progress{background:var(--bg-tertiary);color:var(--text-secondary)}.progress-module__OKyK2G__review{color:#a16207;background:#fef9c3}.progress-module__OKyK2G__passed{background:var(--success-light,#dcfce7);color:var(--success,#16a34a)}.progress-module__OKyK2G__failed{background:var(--danger-light);color:var(--danger)}
.store-module__z9YL0G__title{margin-bottom:1.25rem;font-size:1.5rem;font-weight:700}.store-module__z9YL0G__warn{color:var(--warning,#a16207);background:#fef9c3;margin-bottom:1rem;font-size:.875rem}.store-module__z9YL0G__empty{color:var(--text-muted);text-align:center}.store-module__z9YL0G__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.store-module__z9YL0G__card{flex-direction:column;gap:.5rem;display:flex}.store-module__z9YL0G__examTitle{font-size:1.0625rem;font-weight:700}.store-module__z9YL0G__meta{color:var(--text-muted);font-size:.8125rem}.store-module__z9YL0G__price{color:var(--accent);margin:.25rem 0 .5rem;font-size:1.5rem;font-weight:800}
.tests-module___suvpW__title{margin-bottom:1.25rem;font-size:1.5rem;font-weight:700}.tests-module___suvpW__empty{color:var(--text-muted);text-align:center}.tests-module___suvpW__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.tests-module___suvpW__cardHead{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;display:flex}.tests-module___suvpW__examTitle{font-size:1.0625rem;font-weight:700}.tests-module___suvpW__badge{background:var(--bg-tertiary);color:var(--text-secondary);white-space:nowrap;border-radius:999px;padding:.125rem .5rem;font-size:.6875rem;font-weight:600}.tests-module___suvpW__meta{color:var(--text-muted);flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;font-size:.8125rem;display:flex}.tests-module___suvpW__action{justify-content:flex-end;display:flex}
.register-module__jUGYdG__selectField{flex-direction:column;gap:.375rem;display:flex}.register-module__jUGYdG__selectLabel{color:var(--text-secondary);font-size:.8125rem;font-weight:600}.register-module__jUGYdG__select{width:100%;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);padding:.625rem .75rem;font-size:.9375rem}.register-module__jUGYdG__select:focus{border-color:var(--accent);outline:none}
.AttemptReview-module__AcCqpa__wrapper{flex-direction:column;gap:1.25rem;display:flex}.AttemptReview-module__AcCqpa__answerCard{overflow:hidden}.AttemptReview-module__AcCqpa__answerHeader{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.AttemptReview-module__AcCqpa__num{color:var(--text);font-weight:600}.AttemptReview-module__AcCqpa__type{background:var(--bg-tertiary);color:var(--text-muted);text-transform:uppercase;border-radius:100px;padding:.15rem .5rem;font-size:.6875rem;font-weight:600}.AttemptReview-module__AcCqpa__points{color:var(--accent);margin-left:auto;font-size:.8125rem;font-weight:600}.AttemptReview-module__AcCqpa__columns{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.AttemptReview-module__AcCqpa__left,.AttemptReview-module__AcCqpa__right{flex-direction:column;gap:.75rem;display:flex}.AttemptReview-module__AcCqpa__label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.75rem;font-weight:600}.AttemptReview-module__AcCqpa__questionContent{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.AttemptReview-module__AcCqpa__response{color:var(--text);background:var(--bg-tertiary);border-radius:var(--radius-sm);white-space:pre-wrap;padding:.75rem;font-size:.875rem;line-height:1.6}.AttemptReview-module__AcCqpa__noAnswer{color:var(--text-muted)}.AttemptReview-module__AcCqpa__autoResult{border-radius:var(--radius-sm);align-self:flex-start;padding:.375rem .75rem;font-size:.8125rem;font-weight:600;display:inline-block}.AttemptReview-module__AcCqpa__correct{background:var(--success-light);color:var(--success)}.AttemptReview-module__AcCqpa__incorrect{background:var(--danger-light);color:var(--danger)}.AttemptReview-module__AcCqpa__review{flex-direction:column;gap:.75rem;display:flex}.AttemptReview-module__AcCqpa__scoreInput{align-items:center;gap:.5rem;font-size:.875rem;display:flex}.AttemptReview-module__AcCqpa__scoreInput label{color:var(--text-secondary);white-space:nowrap}.AttemptReview-module__AcCqpa__scoreField{width:80px;color:var(--text);background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.375rem .5rem;font-family:inherit;font-size:.875rem}.AttemptReview-module__AcCqpa__scoreField:focus{border-color:var(--accent);outline:none}.AttemptReview-module__AcCqpa__actions{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;padding-top:1rem;display:flex}@media (max-width:768px){.AttemptReview-module__AcCqpa__columns{grid-template-columns:1fr}}
.ExamGroupManager-module__2yj-bG__header{justify-content:space-between;align-items:baseline;margin-bottom:.5rem;display:flex}.ExamGroupManager-module__2yj-bG__link{color:var(--accent);cursor:pointer;background:0 0;border:none;font-size:.8125rem}.ExamGroupManager-module__2yj-bG__intro{color:var(--text-muted);max-width:640px;margin-bottom:1.25rem;font-size:.875rem}.ExamGroupManager-module__2yj-bG__addGroup{align-items:flex-end;gap:.75rem;margin-bottom:1.5rem;display:flex}.ExamGroupManager-module__2yj-bG__addGroup>:first-child{flex:1}.ExamGroupManager-module__2yj-bG__empty{color:var(--text-muted);text-align:center}.ExamGroupManager-module__2yj-bG__groups{flex-direction:column;gap:1rem;display:flex}.ExamGroupManager-module__2yj-bG__groupHead{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.ExamGroupManager-module__2yj-bG__groupTitle{font-size:1.0625rem;font-weight:700}.ExamGroupManager-module__2yj-bG__count{color:var(--text-muted);font-size:.8125rem;font-weight:400}.ExamGroupManager-module__2yj-bG__actions{gap:.25rem;display:flex}.ExamGroupManager-module__2yj-bG__iconBtn{cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:.25rem .375rem;font-size:1rem}.ExamGroupManager-module__2yj-bG__iconBtn:hover{background:var(--bg-tertiary)}.ExamGroupManager-module__2yj-bG__exams{flex-direction:column;gap:.375rem;margin:0 0 .75rem;padding:0;list-style:none;display:flex}.ExamGroupManager-module__2yj-bG__examRow{background:var(--bg-tertiary);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.ExamGroupManager-module__2yj-bG__removeBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;font-size:.9375rem;line-height:1}.ExamGroupManager-module__2yj-bG__removeBtn:hover{color:var(--danger)}.ExamGroupManager-module__2yj-bG__addExam{gap:.5rem;display:flex}.ExamGroupManager-module__2yj-bG__select{color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);flex:1;padding:.5rem .625rem;font-size:.8125rem}
.ReviewToolbar-module__O6esEq__toolbar{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.ReviewToolbar-module__O6esEq__field{align-items:center;gap:.5rem;display:flex}.ReviewToolbar-module__O6esEq__label{color:var(--text-muted);font-size:.8125rem;font-weight:500}.ReviewToolbar-module__O6esEq__select{color:var(--text);background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;min-width:200px;padding:.5rem .75rem;font-family:inherit;font-size:.875rem}.ReviewToolbar-module__O6esEq__select:focus{border-color:var(--accent);outline:none}
.SettingsView-module__XkgqoG__title{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.SettingsView-module__XkgqoG__block{margin-bottom:1.25rem}.SettingsView-module__XkgqoG__section{margin-bottom:1rem;font-size:1.0625rem;font-weight:700}.SettingsView-module__XkgqoG__muted{color:var(--text-muted);font-size:.875rem}.SettingsView-module__XkgqoG__statusGrid{flex-direction:column;gap:.5rem;display:flex}.SettingsView-module__XkgqoG__statusRow{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:.5rem 0;font-size:.875rem;display:flex}.SettingsView-module__XkgqoG__statusRow>span:first-child{color:var(--text-muted)}.SettingsView-module__XkgqoG__ok{color:var(--success,#16a34a);font-weight:600}.SettingsView-module__XkgqoG__off{color:var(--danger);font-weight:600}.SettingsView-module__XkgqoG__code{background:var(--bg-tertiary);border-radius:var(--radius-sm);word-break:break-all;padding:.25rem .5rem;font-size:.75rem}.SettingsView-module__XkgqoG__hint{color:var(--text-muted);margin-top:1rem;font-size:.8125rem;line-height:1.5}.SettingsView-module__XkgqoG__form{flex-direction:column;gap:1rem;max-width:520px;display:flex}.SettingsView-module__XkgqoG__radioRow{border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;align-items:flex-start;gap:.625rem;padding:.75rem;font-size:.875rem;display:flex}.SettingsView-module__XkgqoG__radioRow input{margin-top:.2rem}.SettingsView-module__XkgqoG__radioRow b{font-weight:600}.SettingsView-module__XkgqoG__radioHint{color:var(--text-muted);margin-top:.25rem;font-size:.75rem;display:block}.SettingsView-module__XkgqoG__backupActions{flex-wrap:wrap;gap:.625rem;margin-top:.5rem;display:flex}.SettingsView-module__XkgqoG__tableWrap{overflow-x:auto}.SettingsView-module__XkgqoG__table{border-collapse:collapse;width:100%;font-size:.875rem}.SettingsView-module__XkgqoG__table th,.SettingsView-module__XkgqoG__table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:.625rem .75rem}.SettingsView-module__XkgqoG__table th{text-transform:uppercase;letter-spacing:.02em;color:var(--text-muted);font-size:.75rem}.SettingsView-module__XkgqoG__subEmail{color:var(--text-muted);font-size:.75rem;display:block}.SettingsView-module__XkgqoG__badge{border-radius:999px;padding:.125rem .5rem;font-size:.6875rem;font-weight:600}.SettingsView-module__XkgqoG__s_PENDING{color:#a16207;background:#fef9c3}.SettingsView-module__XkgqoG__s_SUCCEEDED{background:var(--success-light,#dcfce7);color:var(--success,#16a34a)}.SettingsView-module__XkgqoG__s_CANCELED{background:var(--danger-light);color:var(--danger)}
.StudentsManager-module__jX9bMG__header{align-items:baseline;gap:.75rem;margin-bottom:1.5rem;display:flex}.StudentsManager-module__jX9bMG__count{color:var(--text-muted);font-size:.875rem}.StudentsManager-module__jX9bMG__empty{color:var(--text-muted);text-align:center}.StudentsManager-module__jX9bMG__list{flex-direction:column;gap:.625rem;display:flex}.StudentsManager-module__jX9bMG__row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.StudentsManager-module__jX9bMG__info{flex-direction:column;gap:.125rem;min-width:0;display:flex}.StudentsManager-module__jX9bMG__name{font-weight:600}.StudentsManager-module__jX9bMG__email{color:var(--text-muted);font-size:.8125rem}.StudentsManager-module__jX9bMG__meta{color:var(--text-secondary);font-size:.75rem}.StudentsManager-module__jX9bMG__controls{flex-wrap:wrap;align-items:center;gap:.625rem;display:flex}.StudentsManager-module__jX9bMG__select{color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);padding:.5rem .625rem;font-size:.8125rem}.StudentsManager-module__jX9bMG__inviteBtn,.StudentsManager-module__jX9bMG__codeBtn{border-radius:var(--radius-md);border:1px solid var(--border);cursor:pointer;background:var(--bg);color:var(--accent);padding:.5rem .75rem;font-size:.8125rem;font-weight:600}.StudentsManager-module__jX9bMG__codeBtn{background:var(--accent-light);border-color:var(--accent)}.StudentsManager-module__jX9bMG__inviteBtn:hover,.StudentsManager-module__jX9bMG__codeBtn:hover{background:var(--accent-light)}.StudentsManager-module__jX9bMG__createForm{flex-direction:column;gap:1rem;display:flex}.StudentsManager-module__jX9bMG__fieldLabel{color:var(--text-secondary);flex-direction:column;gap:.375rem;font-size:.8125rem;font-weight:600;display:flex}.StudentsManager-module__jX9bMG__assignBox{flex-direction:column;gap:1rem;display:flex}.StudentsManager-module__jX9bMG__assignAdd{gap:.5rem;display:flex}.StudentsManager-module__jX9bMG__assignAdd .StudentsManager-module__jX9bMG__select{flex:1}.StudentsManager-module__jX9bMG__assignedTitle{font-size:.9375rem;font-weight:600}.StudentsManager-module__jX9bMG__muted{color:var(--text-muted);font-size:.875rem}.StudentsManager-module__jX9bMG__assignedList{flex-direction:column;gap:.375rem;margin:0;padding:0;list-style:none;display:flex}.StudentsManager-module__jX9bMG__assignedRow{background:var(--bg-tertiary);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.StudentsManager-module__jX9bMG__assignedRight{align-items:center;gap:.625rem;display:flex}.StudentsManager-module__jX9bMG__sourceBadge{background:var(--bg-secondary);color:var(--text-muted);border-radius:999px;padding:.125rem .5rem;font-size:.6875rem;font-weight:600}.StudentsManager-module__jX9bMG__removeBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;font-size:1rem;line-height:1}.StudentsManager-module__jX9bMG__removeBtn:hover{color:var(--danger)}
.NotificationsView-module__tVIsna__head{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.NotificationsView-module__tVIsna__title{font-size:1.5rem;font-weight:700}.NotificationsView-module__tVIsna__muted{color:var(--text-muted)}.NotificationsView-module__tVIsna__empty{color:var(--text-muted);text-align:center}.NotificationsView-module__tVIsna__list{flex-direction:column;gap:.625rem;display:flex}.NotificationsView-module__tVIsna__item{border-left:3px solid #0000}.NotificationsView-module__tVIsna__unread{border-left-color:var(--accent);background:var(--accent-light)}.NotificationsView-module__tVIsna__itemHead{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.NotificationsView-module__tVIsna__itemTitle{font-weight:600}.NotificationsView-module__tVIsna__date{color:var(--text-muted);white-space:nowrap;font-size:.75rem}.NotificationsView-module__tVIsna__body{color:var(--text-secondary);margin-top:.375rem;font-size:.875rem}
.ProfileView-module__a3o6pq__page{background:var(--bg);min-height:100vh}.ProfileView-module__a3o6pq__topbar{border-bottom:1px solid var(--border);background:var(--bg-secondary);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.ProfileView-module__a3o6pq__back{color:var(--text-muted);font-size:.875rem}.ProfileView-module__a3o6pq__brand{font-weight:700}.ProfileView-module__a3o6pq__container{flex-direction:column;gap:1.25rem;max-width:560px;margin:0 auto;padding:1.5rem;display:flex}.ProfileView-module__a3o6pq__section{margin-bottom:1rem;font-size:1.0625rem;font-weight:700}.ProfileView-module__a3o6pq__muted{color:var(--text-muted);font-size:.875rem}.ProfileView-module__a3o6pq__ok{color:var(--success,#16a34a);font-size:.9375rem;font-weight:600}.ProfileView-module__a3o6pq__info{flex-direction:column;gap:.75rem;display:flex}.ProfileView-module__a3o6pq__info>div{justify-content:space-between;gap:1rem;font-size:.9375rem;display:flex}.ProfileView-module__a3o6pq__label{color:var(--text-muted)}.ProfileView-module__a3o6pq__form{flex-direction:column;gap:1rem;display:flex}.ProfileView-module__a3o6pq__row{gap:.625rem;display:flex}.ProfileView-module__a3o6pq__qr{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;align-self:center;width:200px;height:200px}.ProfileView-module__a3o6pq__secretBox{color:var(--text-secondary);text-align:center;word-break:break-all;font-size:.8125rem}.ProfileView-module__a3o6pq__secretBox code{letter-spacing:.05em;font-weight:700}.ProfileView-module__a3o6pq__recoveryBox{border:1px solid var(--accent);background:var(--accent-light);border-radius:var(--radius-md);margin-bottom:1.25rem;padding:1rem}.ProfileView-module__a3o6pq__recoveryWarn{color:var(--text-secondary);margin-bottom:.75rem;font-size:.8125rem;line-height:1.5}.ProfileView-module__a3o6pq__recoveryGrid{grid-template-columns:repeat(2,1fr);gap:.375rem 1rem;margin-bottom:.875rem;display:grid}.ProfileView-module__a3o6pq__recoveryGrid code{letter-spacing:.08em;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9375rem;font-weight:700}
.LessonView-module__9EjXiG__media{margin-bottom:1.25rem}.LessonView-module__9EjXiG__media a{background:var(--accent-light);color:var(--accent);border-radius:var(--radius-md);padding:.625rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.LessonView-module__9EjXiG__content{color:var(--text);font-size:1rem;line-height:1.7}.LessonView-module__9EjXiG__content img{border-radius:var(--radius-md);max-width:100%}:is(.LessonView-module__9EjXiG__content h1,.LessonView-module__9EjXiG__content h2,.LessonView-module__9EjXiG__content h3){margin:1.25rem 0 .5rem;font-weight:700}.LessonView-module__9EjXiG__content p{margin:.5rem 0}.LessonView-module__9EjXiG__footer{border-top:1px solid var(--border);justify-content:flex-end;margin-top:2rem;padding-top:1.25rem;display:flex}.LessonView-module__9EjXiG__doneLabel{color:var(--success,#16a34a);font-weight:600}
