.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}}
.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}
.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}}
.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)}}
.TipTapEditor-module__25k-kG__editor{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-secondary);overflow:hidden}.TipTapEditor-module__25k-kG__toolbar{border-bottom:1px solid var(--border);background:var(--bg-tertiary);flex-wrap:wrap;align-items:center;gap:.25rem;padding:.5rem .75rem;display:flex}.TipTapEditor-module__25k-kG__group{gap:2px;display:flex}.TipTapEditor-module__25k-kG__divider{background:var(--border);width:1px;height:24px;margin:0 .375rem}.TipTapEditor-module__25k-kG__btn{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition);background:0 0;border:none;justify-content:center;align-items:center;font-size:.8125rem;display:flex}.TipTapEditor-module__25k-kG__btn:hover{background:var(--bg-secondary);color:var(--text)}.TipTapEditor-module__25k-kG__active{background:var(--accent-light);color:var(--accent)}.TipTapEditor-module__25k-kG__bubble{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);gap:2px;padding:.25rem;display:flex}.TipTapEditor-module__25k-kG__bubbleBtn{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}.TipTapEditor-module__25k-kG__bubbleBtn:hover{background:var(--bg-secondary)}.TipTapEditor-module__25k-kG__content{min-height:200px;max-height:500px;padding:1rem 1.25rem;overflow-y:auto}.TipTapEditor-module__25k-kG__content .tiptap{min-height:180px;color:var(--text);outline:none;font-size:.9375rem;line-height:1.7}.TipTapEditor-module__25k-kG__content .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--text-muted);pointer-events:none;float:left;height:0}.TipTapEditor-module__25k-kG__content .tiptap h2{margin:1rem 0 .5rem;font-size:1.375rem}.TipTapEditor-module__25k-kG__content .tiptap h3{margin:.75rem 0 .375rem;font-size:1.125rem}.TipTapEditor-module__25k-kG__content .tiptap blockquote{border-left:3px solid var(--accent);color:var(--text-secondary);margin:.75rem 0;padding-left:1rem}:is(.TipTapEditor-module__25k-kG__content .tiptap ul,.TipTapEditor-module__25k-kG__content .tiptap ol){margin:.5rem 0;padding-left:1.5rem}.TipTapEditor-module__25k-kG__content .tiptap img{border-radius:var(--radius-md);max-width:100%;margin:.5rem 0}.TipTapEditor-module__25k-kG__content .tiptap mark{background:var(--warning-light);border-radius:2px;padding:0 .125rem}.TipTapEditor-module__25k-kG__content .tiptap hr{border:none;border-top:1px solid var(--border);margin:1rem 0}
.MathKeyboard-module__VjKe8W__keyboard{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-md);flex-wrap:wrap;gap:.375rem;margin-top:.75rem;padding:.625rem;display:flex}.MathKeyboard-module__VjKe8W__key{min-width:2.25rem;height:2.25rem;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);padding:0 .5rem;font-size:1rem;font-weight:600}.MathKeyboard-module__VjKe8W__key:hover{background:var(--accent-light);color:var(--accent);border-color:var(--accent)}.MathKeyboard-module__VjKe8W__key:active{transform:translateY(1px)}
.QuestionRenderer-module__jRYuZG__wrapper{flex-direction:column;gap:2rem;display:flex}.QuestionRenderer-module__jRYuZG__content{color:var(--text);font-size:1.0625rem;line-height:1.75}.QuestionRenderer-module__jRYuZG__content img{border-radius:var(--radius-md);max-width:100%}.QuestionRenderer-module__jRYuZG__content iframe{border-radius:var(--radius-md);aspect-ratio:16/9;max-width:100%}.QuestionRenderer-module__jRYuZG__content video{border-radius:var(--radius-md);max-width:100%}.QuestionRenderer-module__jRYuZG__answer{flex-direction:column;display:flex}.QuestionRenderer-module__jRYuZG__options{flex-direction:column;gap:.625rem;display:flex}.QuestionRenderer-module__jRYuZG__option{background:var(--bg-secondary);border:2px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition);align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex}.QuestionRenderer-module__jRYuZG__option:hover,.QuestionRenderer-module__jRYuZG__selected{border-color:var(--accent);background:var(--accent-light)}.QuestionRenderer-module__jRYuZG__radio,.QuestionRenderer-module__jRYuZG__checkbox{width:18px;height:18px;accent-color:var(--accent);cursor:pointer;flex-shrink:0}.QuestionRenderer-module__jRYuZG__optionText{color:var(--text);font-size:.9375rem;line-height:1.5}.QuestionRenderer-module__jRYuZG__inputField{width:100%;max-width:400px;color:var(--text);background:var(--bg-secondary);border:2px solid var(--border);border-radius:var(--radius-md);transition:all var(--transition);padding:.75rem 1rem;font-family:inherit;font-size:1rem}.QuestionRenderer-module__jRYuZG__inputField:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light);outline:none}.QuestionRenderer-module__jRYuZG__textarea{width:100%;color:var(--text);background:var(--bg-secondary);border:2px solid var(--border);border-radius:var(--radius-md);resize:vertical;min-height:180px;transition:all var(--transition);padding:.875rem 1rem;font-family:inherit;font-size:.9375rem;line-height:1.6}.QuestionRenderer-module__jRYuZG__textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light);outline:none}
.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}
.ProgressBar-module__OlDGkG__wrapper{flex:1;align-items:center;gap:.75rem;display:flex}.ProgressBar-module__OlDGkG__bar{background:var(--bg-tertiary);border-radius:100px;flex:1;height:8px;overflow:hidden}.ProgressBar-module__OlDGkG__fill{background:linear-gradient(90deg, var(--accent), #a78bfa);border-radius:100px;height:100%;transition:width .4s}.ProgressBar-module__OlDGkG__text{color:var(--text-secondary);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:.8125rem;font-weight:600}
.examEdit-module__sDqtYW__tabs{gap:.75rem;margin-bottom:2rem;display:flex}
.pay-module__t-0CFq__page{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.pay-module__t-0CFq__themeToggle{z-index:10;position:fixed;top:1rem;right:1rem}.pay-module__t-0CFq__card{width:100%;max-width:440px}.pay-module__t-0CFq__header{text-align:center;margin-bottom:2rem}.pay-module__t-0CFq__icon{margin-bottom:.75rem;font-size:2.5rem;display:block}.pay-module__t-0CFq__title{margin-bottom:.375rem;font-size:1.5rem;font-weight:700}.pay-module__t-0CFq__subtitle{color:var(--text-muted);font-size:.875rem}.pay-module__t-0CFq__form{flex-direction:column;gap:1.25rem;display:flex}.pay-module__t-0CFq__error{color:var(--danger);background:var(--danger-light);border:1px solid var(--danger);border-radius:var(--radius-md);padding:.625rem .875rem;font-size:.8125rem}.pay-module__t-0CFq__submit{width:100%;margin-top:.5rem}.pay-module__t-0CFq__hint{text-align:center;color:var(--text-muted);font-size:.75rem}.pay-module__t-0CFq__resultIcon{text-align:center;margin-bottom:.75rem;font-size:3rem;display:block}.pay-module__t-0CFq__resultCard{text-align:center;width:100%;max-width:440px}.pay-module__t-0CFq__resultTitle{margin-bottom:.5rem;font-size:1.375rem;font-weight:700}.pay-module__t-0CFq__resultText{color:var(--text-muted);margin-bottom:1.25rem;font-size:.875rem}
.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}}
.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}
.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__payLinkCell{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.SettingsView-module__XkgqoG__switchRow{border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;align-items:flex-start;gap:.75rem;padding:.75rem;font-size:.875rem;display:flex}.SettingsView-module__XkgqoG__switchRow b{font-weight:600}.SettingsView-module__XkgqoG__switchRow input{opacity:0;width:0;height:0;position:absolute}.SettingsView-module__XkgqoG__switchTrack{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:999px;flex:none;width:2.25rem;height:1.25rem;margin-top:.1rem;transition:background .15s;position:relative}.SettingsView-module__XkgqoG__switchTrack:after{content:"";background:var(--text-muted);border-radius:50%;width:1rem;height:1rem;transition:transform .15s,background .15s;position:absolute;top:1px;left:1px}.SettingsView-module__XkgqoG__switchRow input:checked+.SettingsView-module__XkgqoG__switchTrack{background:var(--success,#16a34a);border-color:var(--success,#16a34a)}.SettingsView-module__XkgqoG__switchRow input:checked+.SettingsView-module__XkgqoG__switchTrack:after{background:#fff;transform:translate(1rem)}.SettingsView-module__XkgqoG__switchRow input:disabled+.SettingsView-module__XkgqoG__switchTrack{opacity:.45;cursor:not-allowed}.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)}
.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}
.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}
.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}
.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}
.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%}
.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}}
.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}}
