.Button-module__8RiFmG__button{border-radius:var(--radius);transition:var(--transition);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;font-weight:600;display:inline-flex}.Button-module__8RiFmG__button:disabled{opacity:.6;cursor:not-allowed}.Button-module__8RiFmG__button:active{transform:scale(.98)}.Button-module__8RiFmG__primary{background:var(--primary);color:#fff}.Button-module__8RiFmG__primary:hover:not(:disabled){background:var(--primary-hover);box-shadow:0 4px 12px #13603b33}.Button-module__8RiFmG__secondary{background:var(--secondary);color:#fff}.Button-module__8RiFmG__secondary:hover:not(:disabled){background:#475569}.Button-module__8RiFmG__outline{border:1px solid var(--border);color:var(--foreground);background:0 0}.Button-module__8RiFmG__outline:hover:not(:disabled){background:var(--muted)}.Button-module__8RiFmG__ghost{color:var(--foreground);background:0 0}.Button-module__8RiFmG__ghost:hover:not(:disabled){background:var(--muted)}.Button-module__8RiFmG__error{background:var(--error);color:#fff}.Button-module__8RiFmG__success{background:var(--success);color:#fff}.Button-module__8RiFmG__sm{padding:.4rem .8rem;font-size:.875rem}.Button-module__8RiFmG__md{padding:.6rem 1.2rem;font-size:1rem}.Button-module__8RiFmG__lg{padding:.8rem 1.6rem;font-size:1.125rem}.Button-module__8RiFmG__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:1.25rem;height:1.25rem;animation:.8s linear infinite Button-module__8RiFmG__spin}@keyframes Button-module__8RiFmG__spin{to{transform:rotate(360deg)}}
.Poll-module__XZru-G__container{background:var(--card);border:1px solid var(--border);border-radius:16px;width:100%;max-width:400px;margin:.75rem 0;padding:1.25rem}.Poll-module__XZru-G__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.Poll-module__XZru-G__question{color:var(--foreground);margin:0;font-size:1.05rem;font-weight:700;line-height:1.4}.Poll-module__XZru-G__closedBadge{background:var(--muted);color:var(--secondary);text-transform:uppercase;letter-spacing:.05em;border-radius:12px;flex-shrink:0;padding:.2rem .6rem;font-size:.65rem;font-weight:800}.Poll-module__XZru-G__options{flex-direction:column;gap:.85rem;display:flex}.Poll-module__XZru-G__optionWrapper{flex-direction:column;gap:.35rem;display:flex}.Poll-module__XZru-G__voterList{color:var(--secondary);padding:0 .5rem;font-size:.75rem;line-height:1.3}.Poll-module__XZru-G__option{background:var(--muted);border:1px solid var(--border);cursor:pointer;text-align:left;border-radius:10px;flex-direction:column;gap:.5rem;width:100%;padding:.75rem 1rem;transition:all .2s;display:flex;position:relative;overflow:hidden}.Poll-module__XZru-G__option:hover:not(:disabled){border-color:var(--primary);background:#13603b05}.Poll-module__XZru-G__selected{border-color:var(--primary);background:#13603b0d!important}.Poll-module__XZru-G__disabled{cursor:default}.Poll-module__XZru-G__optionContent{z-index:2;justify-content:space-between;align-items:center;display:flex;position:relative}.Poll-module__XZru-G__optionText{color:var(--foreground);align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;display:flex}.Poll-module__XZru-G__check{color:var(--primary)}.Poll-module__XZru-G__percentage{color:var(--primary);font-size:.875rem;font-weight:800}.Poll-module__XZru-G__progressContainer{z-index:1;background:#0000000d;border-radius:3px;width:100%;height:6px;position:relative}.Poll-module__XZru-G__progressBar{background:var(--primary);opacity:.3;border-radius:3px;height:100%;transition:width .6s cubic-bezier(.16,1,.3,1)}.Poll-module__XZru-G__selected .Poll-module__XZru-G__progressBar{opacity:.6}.Poll-module__XZru-G__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:1.25rem;padding-top:1rem;display:flex}.Poll-module__XZru-G__voteCount{color:var(--secondary);font-size:.75rem;font-weight:600}.Poll-module__XZru-G__loading{color:var(--secondary);padding:1rem;font-size:.875rem;font-style:italic}
.Card-module__b6YjYG__card{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);flex-direction:column;display:flex;overflow:hidden}.Card-module__b6YjYG__header{border-bottom:1px solid var(--border);background:#00000003;padding:1rem 1.25rem}.Card-module__b6YjYG__title{color:var(--foreground);margin:0;font-size:1rem;font-weight:700}.Card-module__b6YjYG__content{flex:1;padding:1.25rem}
.QuizGenerator-module__3btlqG__container{flex-direction:column;gap:1.5rem;display:flex}.QuizGenerator-module__3btlqG__header{align-items:center;gap:.75rem;display:flex}.QuizGenerator-module__3btlqG__header h3{margin:0;font-size:1.125rem}.QuizGenerator-module__3btlqG__tabs{border-bottom:1px solid var(--border);gap:.5rem;margin-bottom:1rem;display:flex}.QuizGenerator-module__3btlqG__tabBtn{color:var(--secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.5rem;margin-bottom:-1px;padding:.75rem 1.5rem;font-weight:500;display:flex}.QuizGenerator-module__3btlqG__tabBtn:hover{color:var(--foreground)}.QuizGenerator-module__3btlqG__activeTab{color:var(--primary);border-bottom-color:var(--primary)}.QuizGenerator-module__3btlqG__uploadArea{border:2px dashed var(--border);border-radius:var(--radius);text-align:center;transition:var(--transition);background:#00000003;padding:2.5rem}.QuizGenerator-module__3btlqG__uploadArea:hover{border-color:var(--primary);background:#3b82f60d}.QuizGenerator-module__3btlqG__fileInput{display:none}.QuizGenerator-module__3btlqG__uploadLabel{cursor:pointer;flex-direction:column;align-items:center;gap:.75rem;display:flex}.QuizGenerator-module__3btlqG__uploadLabel span{color:var(--foreground);font-weight:600}.QuizGenerator-module__3btlqG__uploadLabel p{color:var(--secondary);margin:0;font-size:.8rem}.QuizGenerator-module__3btlqG__status{border-radius:var(--radius);align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;display:flex}.QuizGenerator-module__3btlqG__success{color:var(--success);background:#22c55e1a}.QuizGenerator-module__3btlqG__error{color:var(--error);background:#ef44441a}.QuizGenerator-module__3btlqG__actionBtn{width:100%}.QuizGenerator-module__3btlqG__spinner{animation:1s linear infinite QuizGenerator-module__3btlqG__spin}@keyframes QuizGenerator-module__3btlqG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.QuizGenerator-module__3btlqG__reviewContainer{flex-direction:column;gap:1.5rem;display:flex}.QuizGenerator-module__3btlqG__reviewHeader{justify-content:space-between;align-items:center;display:flex}.QuizGenerator-module__3btlqG__reviewHeader h4{margin:0;font-size:1.1rem}.QuizGenerator-module__3btlqG__questionList{flex-direction:column;gap:1.5rem;max-height:500px;padding-right:.5rem;display:flex;overflow-y:auto}.QuizGenerator-module__3btlqG__questionCard{background:var(--card-hover);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.QuizGenerator-module__3btlqG__needsAttention{border-color:var(--error);box-shadow:0 0 0 1px var(--error)}.QuizGenerator-module__3btlqG__qCardHeader{justify-content:space-between;align-items:center;display:flex}.QuizGenerator-module__3btlqG__qCardHeader h5{color:var(--primary);margin:0}.QuizGenerator-module__3btlqG__deleteBtn{color:var(--secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem}.QuizGenerator-module__3btlqG__deleteBtn:hover{color:var(--error);background:#ef44441a}.QuizGenerator-module__3btlqG__qInput{border:1px solid var(--border);border-radius:var(--radius);background:var(--background);width:100%;color:var(--foreground);resize:vertical;padding:.75rem;font-family:inherit}.QuizGenerator-module__3btlqG__optionsList{flex-direction:column;gap:.75rem;display:flex}.QuizGenerator-module__3btlqG__optionRow{align-items:center;gap:.75rem;display:flex}.QuizGenerator-module__3btlqG__optInput{border:1px solid var(--border);border-radius:var(--radius);background:var(--background);color:var(--foreground);flex:1;padding:.5rem .75rem}.QuizGenerator-module__3btlqG__missingWarning{color:var(--error);align-items:center;gap:.5rem;margin-top:.5rem;font-size:.85rem;font-weight:500;display:flex}.QuizGenerator-module__3btlqG__reviewActions{border-top:1px solid var(--border);gap:1rem;padding-top:1.5rem;display:flex}.QuizGenerator-module__3btlqG__adminControls{background:var(--card-hover);border-radius:var(--radius);border:1px solid var(--border);flex-direction:column;gap:1.25rem;margin-bottom:1.5rem;padding:1.25rem;display:flex}.QuizGenerator-module__3btlqG__controlRow{flex-wrap:wrap;gap:1.5rem;display:flex}.QuizGenerator-module__3btlqG__controlGroup{flex-direction:column;flex:1;gap:.5rem;min-width:200px;display:flex}.QuizGenerator-module__3btlqG__controlGroup label{color:var(--secondary);font-size:.85rem;font-weight:600}.QuizGenerator-module__3btlqG__titleInput,.QuizGenerator-module__3btlqG__selectInput,.QuizGenerator-module__3btlqG__timeInput{border:1px solid var(--border);border-radius:var(--radius);background:var(--background);color:var(--foreground);padding:.75rem;font-family:inherit;font-size:.95rem}.QuizGenerator-module__3btlqG__titleInput{width:100%}.QuizGenerator-module__3btlqG__timeInputWrapper{align-items:center;gap:1rem;display:flex}.QuizGenerator-module__3btlqG__timeInput{width:80px}.QuizGenerator-module__3btlqG__checkboxLabel{cursor:pointer;color:var(--foreground);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.QuizGenerator-module__3btlqG__checkboxLabel input{cursor:pointer}
.QuizPlayer-module__1xl3aa__quizCard{width:100%;max-width:800px;margin:0 auto;overflow:hidden;padding:0!important}.QuizPlayer-module__1xl3aa__quizHeader{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}@media (min-width:640px){.QuizPlayer-module__1xl3aa__quizHeader{flex-wrap:nowrap;padding:1.25rem 1.75rem}}.QuizPlayer-module__1xl3aa__progress{color:var(--secondary);flex-direction:column;flex:1;gap:.4rem;min-width:0;font-size:.85rem;font-weight:700;display:flex}.QuizPlayer-module__1xl3aa__progressBar{background:var(--muted);border-radius:3px;width:100%;height:6px;overflow:hidden}.QuizPlayer-module__1xl3aa__progressFill{background:var(--primary);height:100%;transition:width .3s}.QuizPlayer-module__1xl3aa__timer{color:var(--foreground);background:var(--muted);border-radius:var(--radius);align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:monospace;font-size:1.25rem;font-weight:700;display:flex}.QuizPlayer-module__1xl3aa__timerWarning{color:var(--error);animation:1s infinite QuizPlayer-module__1xl3aa__pulse}@keyframes QuizPlayer-module__1xl3aa__pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.QuizPlayer-module__1xl3aa__questionSection{padding:1.25rem}@media (min-width:640px){.QuizPlayer-module__1xl3aa__questionSection{padding:2rem 1.75rem}}.QuizPlayer-module__1xl3aa__questionText{word-break:break-word;overflow-wrap:anywhere;margin-bottom:1.25rem;font-size:1rem;font-weight:700;line-height:1.5}@media (min-width:640px){.QuizPlayer-module__1xl3aa__questionText{margin-bottom:1.75rem;font-size:1.2rem}}.QuizPlayer-module__1xl3aa__optionsGrid{flex-direction:column;gap:1rem;display:flex}.QuizPlayer-module__1xl3aa__optionBtn{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);transition:var(--transition);text-align:left;cursor:pointer;box-sizing:border-box;align-items:flex-start;width:100%;min-width:0;padding:.85rem 1rem;display:flex}.QuizPlayer-module__1xl3aa__optionBtn:hover{border-color:var(--primary);background:#3b82f605}.QuizPlayer-module__1xl3aa__selected{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary);background:#3b82f60d}.QuizPlayer-module__1xl3aa__optionLabel{background:var(--muted);width:32px;height:32px;color:var(--secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-right:1.25rem;font-weight:800;display:flex}.QuizPlayer-module__1xl3aa__selected .QuizPlayer-module__1xl3aa__optionLabel{background:var(--primary);color:#fff}.QuizPlayer-module__1xl3aa__optionContent{word-break:break-word;overflow-wrap:anywhere;flex:1;min-width:0;font-size:.95rem;font-weight:500;line-height:1.5}.QuizPlayer-module__1xl3aa__quizFooter{border-top:1px solid var(--border);justify-content:space-between;gap:.75rem;padding:1rem 1.25rem;display:flex}@media (min-width:640px){.QuizPlayer-module__1xl3aa__quizFooter{padding:1.25rem 1.75rem}}.QuizPlayer-module__1xl3aa__resultsCard{text-align:center;overflow:hidden;padding:2rem 1.25rem!important}@media (min-width:640px){.QuizPlayer-module__1xl3aa__resultsCard{padding:3rem 2rem!important}}.QuizPlayer-module__1xl3aa__resultIcon{margin-bottom:1.5rem}.QuizPlayer-module__1xl3aa__scoreDisplay{margin:1.5rem 0}.QuizPlayer-module__1xl3aa__scoreNum{color:var(--primary);font-size:4rem;font-weight:900}.QuizPlayer-module__1xl3aa__scoreTotal{color:var(--secondary);font-size:1.5rem;font-weight:600}.QuizPlayer-module__1xl3aa__restartBtn{width:100%;margin-top:2rem}.QuizPlayer-module__1xl3aa__resultsHeader{text-align:left;border-bottom:1px solid var(--border);align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.QuizPlayer-module__1xl3aa__reviewSection{text-align:left}.QuizPlayer-module__1xl3aa__reviewSection h3{margin-bottom:1.5rem;font-size:1.1rem}.QuizPlayer-module__1xl3aa__reviewList{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.QuizPlayer-module__1xl3aa__reviewItem{border-radius:var(--radius);border:1px solid var(--border);background:var(--muted);padding:1.25rem}.QuizPlayer-module__1xl3aa__reviewCorrect{border-left:4px solid var(--success)}.QuizPlayer-module__1xl3aa__reviewIncorrect{border-left:4px solid var(--error)}.QuizPlayer-module__1xl3aa__reviewQHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.QuizPlayer-module__1xl3aa__reviewNum{color:var(--secondary);font-size:.85rem;font-weight:800}.QuizPlayer-module__1xl3aa__reviewText{margin-bottom:1.25rem;font-weight:600;line-height:1.5}.QuizPlayer-module__1xl3aa__reviewAnswers{flex-direction:column;gap:.5rem;display:flex}.QuizPlayer-module__1xl3aa__reviewAnsRow{word-break:break-word;flex-wrap:wrap;gap:.5rem;font-size:.875rem;display:flex}.QuizPlayer-module__1xl3aa__ansLabel{color:var(--secondary);font-weight:500}.QuizPlayer-module__1xl3aa__correctLabel{color:var(--success)}.QuizPlayer-module__1xl3aa__ansValue{font-weight:700}.QuizPlayer-module__1xl3aa__explanationArea{border-top:1px dashed var(--border);margin-top:1.25rem;padding-top:1rem;font-size:.875rem;line-height:1.6}.QuizPlayer-module__1xl3aa__explanationArea strong{color:var(--primary)}.QuizPlayer-module__1xl3aa__rankBanner{border-radius:var(--radius);color:var(--foreground);background:linear-gradient(135deg,#3b82f614,#ffd7000f);border:1px solid #ffd7004d;align-items:center;gap:.6rem;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;display:flex}.QuizPlayer-module__1xl3aa__rankBanner strong{color:var(--primary);font-weight:800}.QuizPlayer-module__1xl3aa__attemptErr{color:var(--secondary);text-align:center;margin-bottom:1rem;font-size:.8rem}
.LessonManager-module__---9Pa__container{flex-direction:column;gap:2rem;animation:.4s ease-out LessonManager-module__---9Pa__fadeIn;display:flex}.LessonManager-module__---9Pa__scheduleCard{max-width:600px}.LessonManager-module__---9Pa__form{flex-direction:column;gap:1.5rem;display:flex}.LessonManager-module__---9Pa__inputGroup{flex-direction:column;gap:.5rem;display:flex}.LessonManager-module__---9Pa__inputGroup label{color:var(--secondary);font-size:.875rem;font-weight:600}.LessonManager-module__---9Pa__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.LessonManager-module__---9Pa__iconInput{align-items:center;display:flex;position:relative}.LessonManager-module__---9Pa__iconInput svg{color:var(--secondary);pointer-events:none;position:absolute;left:1rem}.LessonManager-module__---9Pa__iconInput input{border:1px solid var(--border);background:var(--background);width:100%;color:var(--foreground);border-radius:8px;padding:.625rem 1rem .625rem 2.5rem;font-family:inherit;font-size:.875rem}.LessonManager-module__---9Pa__submitBtn{gap:.5rem;margin-top:.5rem}.LessonManager-module__---9Pa__lessonList{flex-direction:column;gap:1.25rem;display:flex}.LessonManager-module__---9Pa__listTitle{font-size:1.25rem;font-weight:700}.LessonManager-module__---9Pa__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;display:grid}.LessonManager-module__---9Pa__lessonCard{border-left:4px solid var(--border);flex-direction:column;justify-content:space-between;transition:transform .2s;display:flex}.LessonManager-module__---9Pa__lessonCard:hover{transform:translateY(-2px)}.LessonManager-module__---9Pa__live{border-left-color:var(--error);background:#dc262605}.LessonManager-module__---9Pa__completed{border-left-color:var(--success);opacity:.8}.LessonManager-module__---9Pa__scheduled{border-left-color:var(--primary)}.LessonManager-module__---9Pa__lessonInfo h4{margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.LessonManager-module__---9Pa__meta{color:var(--secondary);gap:1rem;margin-bottom:1rem;font-size:.75rem;display:flex}.LessonManager-module__---9Pa__meta span{align-items:center;gap:.35rem;display:flex}.LessonManager-module__---9Pa__statusBadge{background:var(--muted);color:var(--secondary);border-radius:4px;padding:.25rem .625rem;font-size:.625rem;font-weight:800;display:inline-block}.LessonManager-module__---9Pa__live .LessonManager-module__---9Pa__statusBadge{background:var(--error);color:#fff;animation:2s infinite LessonManager-module__---9Pa__pulse}.LessonManager-module__---9Pa__completed .LessonManager-module__---9Pa__statusBadge{background:var(--success);color:#fff}.LessonManager-module__---9Pa__actions{justify-content:space-between;align-items:center;margin-top:1.5rem;display:flex}.LessonManager-module__---9Pa__primaryActions{gap:.5rem;display:flex}.LessonManager-module__---9Pa__deleteBtn{opacity:.5;transition:all .2s}.LessonManager-module__---9Pa__deleteBtn:hover{opacity:1;color:var(--error);background:#dc26260d}.LessonManager-module__---9Pa__completedInfo{color:var(--secondary);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}@keyframes LessonManager-module__---9Pa__pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}@media (max-width:640px){.LessonManager-module__---9Pa__row{grid-template-columns:1fr}}
.LessonArchive-module___PzhkG__container{padding-bottom:5rem;animation:.4s ease-out LessonArchive-module___PzhkG__fadeIn}.LessonArchive-module___PzhkG__header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2rem;display:flex}.LessonArchive-module___PzhkG__headerInfo h2{margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.LessonArchive-module___PzhkG__headerInfo p{color:var(--secondary);font-size:.875rem}.LessonArchive-module___PzhkG__searchBar{align-items:center;width:100%;max-width:300px;display:flex;position:relative}.LessonArchive-module___PzhkG__searchBar svg{color:var(--secondary);z-index:10;position:absolute;left:1rem}.LessonArchive-module___PzhkG__searchBar input{padding-left:2.75rem!important}.LessonArchive-module___PzhkG__grid{flex-direction:column;gap:.75rem;display:flex}.LessonArchive-module___PzhkG__lessonItem{cursor:pointer;border:1px solid var(--border);justify-content:space-between;align-items:center;transition:all .2s;display:flex;flex-direction:row!important;padding:1rem 1.5rem!important}.LessonArchive-module___PzhkG__lessonItem:hover{border-color:var(--primary);background:#13603b05;transform:translate(4px)}.LessonArchive-module___PzhkG__lessonInfo{flex-direction:column;gap:.25rem;display:flex}.LessonArchive-module___PzhkG__topicRow{align-items:center;gap:.75rem;display:flex}.LessonArchive-module___PzhkG__icon{color:var(--primary)}.LessonArchive-module___PzhkG__lessonInfo h4{font-size:1rem;font-weight:700}.LessonArchive-module___PzhkG__meta{color:var(--secondary);gap:1rem;font-size:.75rem;display:flex}.LessonArchive-module___PzhkG__meta span{align-items:center;gap:.25rem;display:flex}.LessonArchive-module___PzhkG__arrow{color:var(--border)}.LessonArchive-module___PzhkG__empty{color:var(--secondary);background:var(--card);border:1px dashed var(--border);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:5rem 0;display:flex}.LessonArchive-module___PzhkG__viewer{flex-direction:column;height:calc(100vh - 120px);display:flex}.LessonArchive-module___PzhkG__viewerHeader{align-items:center;gap:2rem;margin-bottom:1.5rem;display:flex}.LessonArchive-module___PzhkG__backBtn{color:var(--primary);cursor:pointer;background:0 0;border:none;font-size:.875rem;font-weight:700}.LessonArchive-module___PzhkG__viewerTitle h3{font-size:1.25rem;font-weight:800}.LessonArchive-module___PzhkG__date{color:var(--secondary);font-size:.75rem}.LessonArchive-module___PzhkG__chatContainer{flex:1;min-height:0}@media (max-width:768px){.LessonArchive-module___PzhkG__header{flex-direction:column;align-items:flex-start;gap:1rem}.LessonArchive-module___PzhkG__searchBar{max-width:100%}}
.DirectChat-module__eF_fLG__container{background:var(--card);border:1px solid var(--border);border-radius:16px;flex-direction:column;height:100%;display:flex;overflow:hidden}.DirectChat-module__eF_fLG__header{background:var(--primary);color:#fff;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.DirectChat-module__eF_fLG__backBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;align-items:center;padding:.25rem;transition:background .15s;display:flex}.DirectChat-module__eF_fLG__backBtn:hover{background:#ffffff26}.DirectChat-module__eF_fLG__headerInfo{align-items:center;gap:.75rem;display:flex}.DirectChat-module__eF_fLG__avatar{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:700;display:flex}.DirectChat-module__eF_fLG__headerName{margin:0;font-size:1rem;font-weight:700}.DirectChat-module__eF_fLG__headerStatus{opacity:.8;font-size:.75rem}.DirectChat-module__eF_fLG__messages{flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex;overflow-y:auto}.DirectChat-module__eF_fLG__messageRow{align-items:center;gap:.25rem;max-width:82%;display:flex;position:relative}.DirectChat-module__eF_fLG__messageRowOwn{align-self:flex-end}.DirectChat-module__eF_fLG__msgActions{opacity:0;flex-direction:column;flex-shrink:0;gap:.2rem;transition:opacity .15s;display:flex}.DirectChat-module__eF_fLG__msgActionsVisible{opacity:1}.DirectChat-module__eF_fLG__msgActionBtn{background:var(--card);border:1px solid var(--border);cursor:pointer;width:26px;height:26px;color:var(--secondary);border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex;box-shadow:0 1px 4px #0000001f}.DirectChat-module__eF_fLG__msgActionBtn:hover{background:var(--muted);color:var(--primary);transform:scale(1.1)}.DirectChat-module__eF_fLG__msgActionDanger:hover{color:var(--error)!important;background:#ef444414!important}@media (max-width:640px){.DirectChat-module__eF_fLG__msgActions{opacity:0;flex-direction:row}.DirectChat-module__eF_fLG__msgActionsVisible{opacity:1}}.DirectChat-module__eF_fLG__message{min-width:0;display:flex;position:relative}.DirectChat-module__eF_fLG__swipeIcon{background:var(--primary);color:#fff;opacity:0;pointer-events:none;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:50%;left:-40px;transform:translateY(-50%)scale(.5);box-shadow:0 2px 8px #0003}.DirectChat-module__eF_fLG__own{justify-content:flex-end}.DirectChat-module__eF_fLG__bubble{background:var(--background);color:var(--foreground);border:1px solid var(--border);border-radius:4px 16px 16px;max-width:100%;padding:.75rem 1rem;position:relative}.DirectChat-module__eF_fLG__own .DirectChat-module__eF_fLG__bubble{background:var(--primary);color:#fff;border-color:var(--primary);border-radius:16px 16px 4px}.DirectChat-module__eF_fLG__text{word-break:break-word;margin:0;font-size:.95rem;line-height:1.5}.DirectChat-module__eF_fLG__time{opacity:.6;text-align:right;margin-top:.25rem;font-size:.65rem;display:block}.DirectChat-module__eF_fLG__mediaImage{cursor:pointer;object-fit:cover;border-radius:8px;max-width:250px;max-height:200px;margin-bottom:.25rem}.DirectChat-module__eF_fLG__audioPlayer{max-width:220px;height:36px}.DirectChat-module__eF_fLG__inputArea{border-top:1px solid var(--border);background:#00000003;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.DirectChat-module__eF_fLG__input{flex:1}.DirectChat-module__eF_fLG__mediaBtn{color:var(--secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:.4rem;transition:all .15s;display:flex}.DirectChat-module__eF_fLG__mediaBtn:hover{color:var(--primary);background:#0000000d}.DirectChat-module__eF_fLG__sendBtn{aspect-ratio:1;padding:.5rem!important}.DirectChat-module__eF_fLG__loadingMsg,.DirectChat-module__eF_fLG__emptyState{text-align:center;color:var(--secondary);padding:2rem;font-size:.875rem}.DirectChat-module__eF_fLG__voiceBtn{color:var(--secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.DirectChat-module__eF_fLG__voiceBtn:hover{background:var(--muted);color:var(--primary)}.DirectChat-module__eF_fLG__recordingOverlay{background:#13603b0d;border-radius:8px;flex:1;justify-content:space-between;align-items:center;padding:.25rem 1rem;animation:.3s DirectChat-module__eF_fLG__fadeIn;display:flex}.DirectChat-module__eF_fLG__recordingIndicator{color:var(--error);align-items:center;gap:.75rem;font-size:.875rem;font-weight:600;display:flex}.DirectChat-module__eF_fLG__pulse{background:var(--error);border-radius:50%;width:8px;height:8px;animation:1.5s infinite DirectChat-module__eF_fLG__pulse}.DirectChat-module__eF_fLG__recordingActions{gap:.5rem;display:flex}@keyframes DirectChat-module__eF_fLG__pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes DirectChat-module__eF_fLG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.DirectChat-module__eF_fLG__replyQuote{cursor:pointer;background:#00000014;border-radius:6px;align-items:stretch;gap:.5rem;margin-bottom:.5rem;padding:.4rem .6rem;transition:background .15s;display:flex;overflow:hidden}.DirectChat-module__eF_fLG__own .DirectChat-module__eF_fLG__replyQuote{background:#ffffff26}.DirectChat-module__eF_fLG__replyQuote:hover{background:#00000021}.DirectChat-module__eF_fLG__own .DirectChat-module__eF_fLG__replyQuote:hover{background:#ffffff38}.DirectChat-module__eF_fLG__replyQuoteBar{background:var(--primary);border-radius:2px;flex-shrink:0;width:3px}.DirectChat-module__eF_fLG__own .DirectChat-module__eF_fLG__replyQuoteBar{background:#ffffffb3}.DirectChat-module__eF_fLG__replyQuoteContent{flex-direction:column;gap:.1rem;min-width:0;display:flex}.DirectChat-module__eF_fLG__replyQuoteAuthor{color:var(--primary);font-size:.7rem;font-weight:700}.DirectChat-module__eF_fLG__own .DirectChat-module__eF_fLG__replyQuoteAuthor{color:#ffffffd9}.DirectChat-module__eF_fLG__replyQuoteText{opacity:.75;white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.DirectChat-module__eF_fLG__imageContainer{cursor:pointer;border-radius:8px;margin-bottom:.25rem;overflow:hidden}.DirectChat-module__eF_fLG__editedMark{opacity:.55;margin-left:.3rem;font-size:.65rem;font-style:italic}.DirectChat-module__eF_fLG__editArea{flex-direction:column;gap:.5rem;width:100%;display:flex}.DirectChat-module__eF_fLG__editActions{justify-content:flex-end;gap:.5rem;display:flex}.DirectChat-module__eF_fLG__replyPreview{background:var(--muted,#0000000a);border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem 1rem;animation:.2s DirectChat-module__eF_fLG__fadeIn;display:flex}.DirectChat-module__eF_fLG__replyPreviewContent{color:var(--primary);flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.DirectChat-module__eF_fLG__replyPreviewText{flex-direction:column;min-width:0;display:flex}.DirectChat-module__eF_fLG__replyPreviewAuthor{color:var(--primary);font-size:.72rem;font-weight:700}.DirectChat-module__eF_fLG__replyPreviewMsg{color:var(--secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.DirectChat-module__eF_fLG__replyPreviewClose{cursor:pointer;color:var(--secondary);background:0 0;border:none;border-radius:50%;flex-shrink:0;align-items:center;padding:.2rem;transition:color .15s;display:flex}.DirectChat-module__eF_fLG__replyPreviewClose:hover{color:var(--foreground)}.DirectChat-module__eF_fLG__deleteConfirmBar{background:#ef444414;border-top:1px solid #ef444433;justify-content:space-between;align-items:center;gap:1rem;padding:.6rem 1rem;animation:.2s DirectChat-module__eF_fLG__fadeIn;display:flex}.DirectChat-module__eF_fLG__deleteConfirmText{color:var(--foreground);font-size:.85rem;font-weight:500}.DirectChat-module__eF_fLG__deleteConfirmActions{flex-shrink:0;gap:.5rem;display:flex}.DirectChat-module__eF_fLG__cancelConfirmBtn{border:1px solid var(--border);cursor:pointer;color:var(--secondary);background:0 0;border-radius:6px;padding:.25rem .75rem;font-size:.8rem;transition:all .15s}.DirectChat-module__eF_fLG__cancelConfirmBtn:hover{background:var(--muted);color:var(--foreground)}.DirectChat-module__eF_fLG__deleteConfirmBtn{background:var(--error,#ef4444);cursor:pointer;color:#fff;border:none;border-radius:6px;padding:.25rem .75rem;font-size:.8rem;font-weight:600;transition:opacity .15s}.DirectChat-module__eF_fLG__deleteConfirmBtn:hover{opacity:.85}.DirectChat-module__eF_fLG__errorBar{color:#ef4444;background:#ef44441a;border-top:1px solid #ef444433;justify-content:space-between;align-items:center;padding:.5rem 1rem;font-size:.8rem;display:flex}.DirectChat-module__eF_fLG__errorBarClose{cursor:pointer;color:inherit;background:0 0;border:none;padding:0;font-size:1rem;line-height:1}.DirectChat-module__eF_fLG__highlighted{animation:2s DirectChat-module__eF_fLG__highlightFlash}@keyframes DirectChat-module__eF_fLG__highlightFlash{0%{background:rgba(var(--primary-rgb,19,96,59),.18);border-radius:10px}60%{background:rgba(var(--primary-rgb,19,96,59),.18);border-radius:10px}to{background:0 0}}
.AdminInbox-module__qU1qfq__container{background:var(--card);border:1px solid var(--border);border-radius:16px;flex-direction:column;height:100%;display:flex;overflow:hidden}.AdminInbox-module__qU1qfq__header{border-bottom:1px solid var(--border);color:var(--primary);align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.AdminInbox-module__qU1qfq__header h3{margin:0;font-size:1rem;font-weight:700}.AdminInbox-module__qU1qfq__totalBadge{color:#fff;text-align:center;background:#e53e3e;border-radius:10px;min-width:20px;padding:.15rem .5rem;font-size:.7rem;font-weight:700}.AdminInbox-module__qU1qfq__searchArea{border-bottom:1px solid var(--border);padding:.75rem 1rem}.AdminInbox-module__qU1qfq__list{flex:1;overflow-y:auto}.AdminInbox-module__qU1qfq__convItem{cursor:pointer;border-bottom:1px solid #0000000a;gap:.75rem;padding:.875rem 1.25rem;transition:background .15s;display:flex}.AdminInbox-module__qU1qfq__convItem:hover{background:#13603b0a}.AdminInbox-module__qU1qfq__convItem.AdminInbox-module__qU1qfq__unread{background:#13603b0f}.AdminInbox-module__qU1qfq__convAvatar{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;font-weight:700;display:flex}.AdminInbox-module__qU1qfq__convInfo{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.AdminInbox-module__qU1qfq__convTop{justify-content:space-between;align-items:center;display:flex}.AdminInbox-module__qU1qfq__convName{color:var(--foreground);font-size:.875rem;font-weight:600}.AdminInbox-module__qU1qfq__convTime{color:var(--secondary);flex-shrink:0;font-size:.7rem}.AdminInbox-module__qU1qfq__convBottom{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.AdminInbox-module__qU1qfq__convPreview{color:var(--secondary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.8rem;overflow:hidden}.AdminInbox-module__qU1qfq__unreadBadge{background:var(--primary);color:#fff;text-align:center;border-radius:10px;flex-shrink:0;min-width:18px;padding:.1rem .4rem;font-size:.65rem;font-weight:700}.AdminInbox-module__qU1qfq__convSchool{color:var(--secondary);opacity:.7;text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.AdminInbox-module__qU1qfq__empty{text-align:center;color:var(--secondary);padding:2rem;font-size:.875rem}
.StudyGroupChat-module__srKiqW__container{background:var(--card);border:1px solid var(--border);border-radius:16px;flex-direction:column;height:100%;display:flex;overflow:hidden}.StudyGroupChat-module__srKiqW__header{color:#fff;background:linear-gradient(135deg,#1a5c3e,#13603b);align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.StudyGroupChat-module__srKiqW__groupTabs{background:var(--card);border-bottom:1px solid var(--border);display:flex}.StudyGroupChat-module__srKiqW__tabBtn{cursor:pointer;color:var(--secondary);background:0 0;border:none;border-bottom:2px solid #0000;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.875rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.StudyGroupChat-module__srKiqW__tabBtn:hover{color:var(--foreground);background:#00000005}.StudyGroupChat-module__srKiqW__tabBtn.StudyGroupChat-module__srKiqW__activeTab{color:var(--primary);border-bottom-color:var(--primary);background:#13603b0d}.StudyGroupChat-module__srKiqW__headerInfo h3{margin:0;font-size:.95rem;font-weight:700;line-height:1.2}.StudyGroupChat-module__srKiqW__memberCount{opacity:.8;font-size:.75rem}.StudyGroupChat-module__srKiqW__messages{flex-direction:column;flex:1;gap:.4rem;padding:1rem;display:flex;overflow-y:auto}.StudyGroupChat-module__srKiqW__message{gap:.5rem;max-width:85%;display:flex}.StudyGroupChat-module__srKiqW__own{align-self:flex-end}.StudyGroupChat-module__srKiqW__avatar{background:var(--accent);width:30px;height:30px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1.2rem;font-size:.75rem;font-weight:700;display:flex}.StudyGroupChat-module__srKiqW__bubbleWrap{flex-direction:column;gap:.1rem;display:flex}.StudyGroupChat-module__srKiqW__senderName{color:var(--primary);padding-left:.5rem;font-size:.7rem;font-weight:700}.StudyGroupChat-module__srKiqW__bubble{background:var(--background);color:var(--foreground);border:1px solid var(--border);border-radius:4px 16px 16px;max-width:100%;padding:.75rem 1rem;position:relative}.StudyGroupChat-module__srKiqW__own .StudyGroupChat-module__srKiqW__bubble{background:var(--primary);color:#fff;border-color:var(--primary);border-radius:16px 4px 16px 16px}.StudyGroupChat-module__srKiqW__text{word-break:break-word;margin:0;font-size:.95rem;line-height:1.5}.StudyGroupChat-module__srKiqW__time{opacity:.6;text-align:right;margin-top:.2rem;font-size:.65rem;display:block}.StudyGroupChat-module__srKiqW__inputArea{border-top:1px solid var(--border);align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.StudyGroupChat-module__srKiqW__input{flex:1}.StudyGroupChat-module__srKiqW__mediaBtn{color:var(--secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:.4rem;transition:all .15s;display:flex}.StudyGroupChat-module__srKiqW__mediaBtn:hover{color:var(--primary);background:#0000000d}.StudyGroupChat-module__srKiqW__sendBtn{aspect-ratio:1;padding:.5rem!important}.StudyGroupChat-module__srKiqW__emptyState{text-align:center;color:var(--secondary);flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1rem;display:flex}.StudyGroupChat-module__srKiqW__emptyState h3{color:var(--foreground);margin:0}.StudyGroupChat-module__srKiqW__emptyState p{max-width:300px;margin:0;font-size:.875rem}.StudyGroupChat-module__srKiqW__imageContainer{cursor:pointer;border-radius:8px;margin-bottom:.25rem;position:relative;overflow:hidden}.StudyGroupChat-module__srKiqW__imageOverlay{color:#fff;text-align:center;opacity:0;background:#00000080;padding:.25rem;font-size:.65rem;transition:opacity .2s;position:absolute;bottom:0;left:0;right:0}.StudyGroupChat-module__srKiqW__imageContainer:hover .StudyGroupChat-module__srKiqW__imageOverlay{opacity:1}.StudyGroupChat-module__srKiqW__mediaImage{object-fit:cover;border-radius:8px;max-width:250px;max-height:200px;display:block}.StudyGroupChat-module__srKiqW__msgFooter{justify-content:space-between;align-items:flex-end;gap:.5rem;margin-top:.25rem;display:flex}.StudyGroupChat-module__srKiqW__ownActions,.StudyGroupChat-module__srKiqW__deleteBtn{opacity:.6;gap:.4rem;display:flex}.StudyGroupChat-module__srKiqW__ownActions button,.StudyGroupChat-module__srKiqW__deleteBtn{color:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-size:.65rem;text-decoration:underline}.StudyGroupChat-module__srKiqW__ownActions button:hover,.StudyGroupChat-module__srKiqW__deleteBtn:hover{opacity:1}.StudyGroupChat-module__srKiqW__deleteBtn{color:#ff4d4d;padding:0 .5rem}.StudyGroupChat-module__srKiqW__editArea{flex-direction:column;gap:.5rem;min-width:200px;display:flex}.StudyGroupChat-module__srKiqW__editTextarea{width:100%;min-height:60px;color:inherit;resize:vertical;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;padding:.5rem;font-family:inherit;font-size:.85rem}.StudyGroupChat-module__srKiqW__editActions{justify-content:flex-end;gap:.5rem;display:flex}.StudyGroupChat-module__srKiqW__lightbox{z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.StudyGroupChat-module__srKiqW__lightboxContent{max-width:90%;max-height:90%;position:relative}.StudyGroupChat-module__srKiqW__lightboxContent img{border-radius:8px;max-width:100%;max-height:90vh;box-shadow:0 10px 30px #00000080}.StudyGroupChat-module__srKiqW__closeLightbox{color:#fff;cursor:pointer;background:0 0;border:none;font-size:.9rem;font-weight:500;position:absolute;top:-30px;right:0}.StudyGroupChat-module__srKiqW__voiceBtn{color:var(--secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.StudyGroupChat-module__srKiqW__voiceBtn:hover{background:var(--muted);color:var(--primary)}.StudyGroupChat-module__srKiqW__recordingOverlay{background:#13603b0d;border-radius:8px;flex:1;justify-content:space-between;align-items:center;padding:.25rem 1rem;animation:.3s StudyGroupChat-module__srKiqW__fadeIn;display:flex}.StudyGroupChat-module__srKiqW__recordingIndicator{color:var(--error);align-items:center;gap:.75rem;font-size:.875rem;font-weight:600;display:flex}.StudyGroupChat-module__srKiqW__pulse{background:var(--error);border-radius:50%;width:8px;height:8px;animation:1.5s infinite StudyGroupChat-module__srKiqW__pulse}.StudyGroupChat-module__srKiqW__recordingActions{gap:.5rem;display:flex}@keyframes StudyGroupChat-module__srKiqW__pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes StudyGroupChat-module__srKiqW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.VideoClass-module__cymLMW__joinContainer{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);justify-content:center;align-items:center;height:100%;min-height:400px;padding:2rem;display:flex}.VideoClass-module__cymLMW__joinCard{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:400px;display:flex}.VideoClass-module__cymLMW__joinCard h2{color:var(--foreground);margin:0;font-size:1.5rem}.VideoClass-module__cymLMW__joinCard p{color:var(--secondary);margin:0;line-height:1.5}.VideoClass-module__cymLMW__videoContainer{border-radius:var(--radius);border:1px solid var(--border);background:#000;width:100%;height:100%;min-height:500px;position:relative;overflow:hidden}
.AdminReports-module__rZFseG__root{flex-direction:column;gap:1.25rem;display:flex}.AdminReports-module__rZFseG__setupCard{text-align:center;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;align-items:center;gap:1rem;max-width:700px;margin:2rem auto;padding:2.5rem 2rem;display:flex}.AdminReports-module__rZFseG__setupCard h2{margin:0;font-size:1.25rem}.AdminReports-module__rZFseG__setupCard p{color:var(--secondary);margin:0;font-size:.875rem;line-height:1.6}.AdminReports-module__rZFseG__setupCard code{background:var(--muted);border-radius:4px;padding:.1em .4em;font-family:monospace;font-size:.85em}.AdminReports-module__rZFseG__setupIcon{margin-bottom:.25rem}.AdminReports-module__rZFseG__setupActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.AdminReports-module__rZFseG__copyBtn{align-items:center;gap:.4rem;display:flex}.AdminReports-module__rZFseG__openLink{color:var(--primary);border:1px solid var(--primary);border-radius:var(--radius);transition:var(--transition);align-items:center;gap:.3rem;padding:.5rem .75rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.AdminReports-module__rZFseG__openLink:hover{background:#3b82f60f}.AdminReports-module__rZFseG__sqlBlock{background:var(--muted);border:1px solid var(--border);border-radius:var(--radius);text-align:left;white-space:pre-wrap;width:100%;max-height:220px;color:var(--foreground);padding:1rem;font-family:monospace;font-size:.7rem;line-height:1.6;overflow:auto}.AdminReports-module__rZFseG__setupNote{opacity:.7;margin:0;font-size:.8rem}.AdminReports-module__rZFseG__spinner{color:var(--secondary);justify-content:center;align-items:center;gap:.75rem;padding:4rem;font-size:.875rem;display:flex}.AdminReports-module__rZFseG__spinnerEl{border:3px solid var(--muted);border-top-color:var(--primary);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite AdminReports-module__rZFseG__spin}@keyframes AdminReports-module__rZFseG__spin{to{transform:rotate(360deg)}}.AdminReports-module__rZFseG__tabBar{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.25rem;padding-bottom:.5rem;display:flex}.AdminReports-module__rZFseG__tabBtn{color:var(--secondary);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:6px;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.8rem;font-weight:600;display:flex}.AdminReports-module__rZFseG__tabBtn:hover{background:var(--muted);color:var(--foreground)}.AdminReports-module__rZFseG__tabActive{background:var(--primary)!important;color:#fff!important}.AdminReports-module__rZFseG__riskBadge{background:var(--error);color:#fff;border-radius:99px;margin-left:.2rem;padding:.05rem .4rem;font-size:.65rem;font-weight:800}.AdminReports-module__rZFseG__overviewStrip{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:.5rem;display:grid}.AdminReports-module__rZFseG__stripCard{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.3rem;padding:1rem 1.25rem;display:flex}.AdminReports-module__rZFseG__stripLabel{color:var(--secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:600}.AdminReports-module__rZFseG__stripValue{color:var(--primary);font-size:1.6rem;font-weight:900;line-height:1}.AdminReports-module__rZFseG__riskValue{color:var(--error)!important}.AdminReports-module__rZFseG__simpleTable{flex-direction:column;gap:0;display:flex}.AdminReports-module__rZFseG__simpleHead{text-transform:uppercase;letter-spacing:.05em;color:var(--secondary);border-bottom:1px solid var(--border);grid-template-columns:2fr 1.5fr 1fr 1fr 1.2fr;gap:.5rem;padding:.5rem .75rem;font-size:.7rem;font-weight:700;display:grid}.AdminReports-module__rZFseG__simpleRow{border-bottom:1px solid var(--border);cursor:pointer;text-align:left;color:var(--foreground);background:0 0;border-top:none;border-left:none;border-right:none;grid-template-columns:2fr 1.5fr 1fr 1fr 1.2fr;align-items:center;gap:.5rem;padding:.6rem .75rem;font-size:.8rem;transition:background .15s;display:grid}.AdminReports-module__rZFseG__simpleRow:last-child{border-bottom:none}.AdminReports-module__rZFseG__simpleRow:hover{background:var(--muted)}.AdminReports-module__rZFseG__simpleRowStatic{border-bottom:1px solid var(--border);grid-template-columns:2fr 1.5fr 1fr 1fr 1.2fr;align-items:center;gap:.5rem;padding:.6rem .75rem;font-size:.8rem;display:grid}.AdminReports-module__rZFseG__simpleRowStatic:last-child{border-bottom:none}.AdminReports-module__rZFseG__nameCel{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.AdminReports-module__rZFseG__good{color:var(--success);font-weight:700}.AdminReports-module__rZFseG__poor{color:var(--error);font-weight:700}.AdminReports-module__rZFseG__atRiskRow{background:#ef44440a}.AdminReports-module__rZFseG__riskText{color:var(--error);font-weight:700}.AdminReports-module__rZFseG__atRiskRow:hover{background:#ef444414!important}.AdminReports-module__rZFseG__quizSelector{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.AdminReports-module__rZFseG__selectorLabel{color:var(--secondary);white-space:nowrap;font-size:.8rem;font-weight:700}.AdminReports-module__rZFseG__selectorInput{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);min-width:200px;color:var(--foreground);cursor:pointer;outline:none;flex:1;padding:.5rem .75rem;font-size:.875rem;transition:border-color .15s}.AdminReports-module__rZFseG__selectorInput:focus{border-color:var(--primary)}.AdminReports-module__rZFseG__leaderTable{flex-direction:column;display:flex}.AdminReports-module__rZFseG__leaderHead{text-transform:uppercase;letter-spacing:.05em;color:var(--secondary);border-bottom:1px solid var(--border);grid-template-columns:48px 2fr 1.5fr 1fr 1fr 1.2fr;gap:.5rem;padding:.5rem .75rem;font-size:.7rem;font-weight:700;display:grid}.AdminReports-module__rZFseG__leaderRow{border-bottom:1px solid var(--border);grid-template-columns:48px 2fr 1.5fr 1fr 1fr 1.2fr;align-items:center;gap:.5rem;padding:.65rem .75rem;font-size:.825rem;display:grid}.AdminReports-module__rZFseG__leaderRow:last-child{border-bottom:none}.AdminReports-module__rZFseG__rankCell{font-size:1rem;font-weight:800}.AdminReports-module__rZFseG__gold{background:#ffd70012}.AdminReports-module__rZFseG__silver{background:#c0c0c012}.AdminReports-module__rZFseG__bronze{background:#cd7f3212}.AdminReports-module__rZFseG__diffNote{color:var(--secondary);margin-bottom:1rem;font-size:.8rem}.AdminReports-module__rZFseG__diffRow{align-items:flex-start;gap:.75rem;margin-bottom:.85rem;display:flex}.AdminReports-module__rZFseG__diffNum{color:var(--secondary);min-width:30px;padding-top:.2rem;font-size:.75rem;font-weight:800}.AdminReports-module__rZFseG__diffContent{flex:1;min-width:0}.AdminReports-module__rZFseG__diffQ{text-overflow:ellipsis;white-space:nowrap;margin:0 0 .35rem;font-size:.8rem;font-weight:600;overflow:hidden}.AdminReports-module__rZFseG__diffBar{background:var(--muted);border-radius:4px;height:8px;margin-bottom:.25rem;overflow:hidden}.AdminReports-module__rZFseG__diffFill{border-radius:4px;height:100%;transition:width .5s}.AdminReports-module__rZFseG__diffEasy{background:var(--success)}.AdminReports-module__rZFseG__diffMed{background:#f59e0b}.AdminReports-module__rZFseG__diffHard{background:var(--error)}.AdminReports-module__rZFseG__diffPct{color:var(--secondary);font-size:.72rem}.AdminReports-module__rZFseG__detailHeader{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.AdminReports-module__rZFseG__detailName{margin:0;font-size:1.1rem;font-weight:800}.AdminReports-module__rZFseG__detailSub{color:var(--secondary);font-size:.8rem}.AdminReports-module__rZFseG__detailQuizCard{margin-bottom:1rem}.AdminReports-module__rZFseG__detailQuizHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.AdminReports-module__rZFseG__detailQuizTitle{margin:0 0 .2rem;font-size:.95rem;font-weight:700}.AdminReports-module__rZFseG__detailQuizCourse{color:var(--secondary);font-size:.75rem}.AdminReports-module__rZFseG__detailQuizBadges{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.AdminReports-module__rZFseG__rankPill{color:var(--foreground);background:#ffd7001f;border:1px solid #ffd7004d;border-radius:99px;align-items:center;gap:.3rem;padding:.25rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.AdminReports-module__rZFseG__pctPill{color:var(--primary);background:#3b82f61a;border:1px solid #3b82f640;border-radius:99px;padding:.25rem .6rem;font-size:.75rem;font-weight:700}.AdminReports-module__rZFseG__attemptsTable{background:var(--muted);border-radius:8px;flex-direction:column;margin-bottom:.75rem;font-size:.8rem;display:flex;overflow:hidden}.AdminReports-module__rZFseG__attemptsHead{text-transform:uppercase;letter-spacing:.04em;color:var(--secondary);border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr 1fr 1.5fr;gap:.5rem;padding:.4rem .75rem;font-size:.7rem;font-weight:700;display:grid}.AdminReports-module__rZFseG__attemptsRow{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr 1fr 1.5fr;align-items:center;gap:.5rem;padding:.45rem .75rem;display:grid}.AdminReports-module__rZFseG__attemptsRow:last-child{border-bottom:none}.AdminReports-module__rZFseG__qBreakdown{margin-top:.5rem}.AdminReports-module__rZFseG__qBreakdown h4{color:var(--secondary);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .6rem;font-size:.8rem;font-weight:700}.AdminReports-module__rZFseG__qRow{border-left:3px solid #0000;border-radius:6px;align-items:flex-start;gap:.75rem;margin-bottom:.4rem;padding:.5rem .6rem;display:flex}.AdminReports-module__rZFseG__qCorrect{border-left-color:var(--success);background:#22c55e0d}.AdminReports-module__rZFseG__qWrong{border-left-color:var(--error);background:#ef44440d}.AdminReports-module__rZFseG__qNum{color:var(--secondary);min-width:28px;padding-top:.15rem;font-size:.7rem;font-weight:800}.AdminReports-module__rZFseG__qText{flex:1;min-width:0}.AdminReports-module__rZFseG__qText p{margin:0 0 .2rem;font-size:.8rem;font-weight:600}.AdminReports-module__rZFseG__qText span{color:var(--secondary);font-size:.75rem;display:block}.AdminReports-module__rZFseG__qCorrectAns{color:var(--success)!important;font-weight:600!important}.AdminReports-module__rZFseG__atRiskDesc{color:var(--secondary);margin-bottom:.75rem;font-size:.85rem}.AdminReports-module__rZFseG__empty{text-align:center;color:var(--secondary);padding:2rem;font-size:.875rem}
.StudentReport-module__fgbKeW__root{flex-direction:column;gap:.75rem;display:flex}.StudentReport-module__fgbKeW__spinner{color:var(--secondary);justify-content:center;align-items:center;gap:.75rem;padding:3rem;font-size:.875rem;display:flex}.StudentReport-module__fgbKeW__spinnerEl{border:3px solid var(--muted);border-top-color:var(--primary);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite StudentReport-module__fgbKeW__spin}@keyframes StudentReport-module__fgbKeW__spin{to{transform:rotate(360deg)}}.StudentReport-module__fgbKeW__empty{text-align:center;color:var(--secondary);padding:1rem;font-size:.875rem}.StudentReport-module__fgbKeW__emptyCard{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex;padding:3rem 2rem!important}.StudentReport-module__fgbKeW__emptyCard h3{margin:0}.StudentReport-module__fgbKeW__emptyCard p{color:var(--secondary);margin:0;font-size:.875rem}.StudentReport-module__fgbKeW__summaryStrip{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.65rem;display:grid}.StudentReport-module__fgbKeW__stripCard{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.25rem;padding:.9rem 1rem;display:flex}.StudentReport-module__fgbKeW__stripLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--secondary);font-size:.67rem;font-weight:700}.StudentReport-module__fgbKeW__stripValue{color:var(--primary);font-size:1.5rem;font-weight:900;line-height:1}.StudentReport-module__fgbKeW__stripSmall{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:var(--foreground)!important;font-size:.82rem!important;font-weight:700!important}.StudentReport-module__fgbKeW__sectionTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--secondary);border-top:1px solid var(--border);margin:0;padding-top:.5rem;font-size:.85rem;font-weight:700}.StudentReport-module__fgbKeW__quizBlock{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.StudentReport-module__fgbKeW__quizHeader{cursor:pointer;text-align:left;width:100%;color:var(--foreground);background:0 0;border:none;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;transition:background .15s;display:flex}.StudentReport-module__fgbKeW__quizHeader:hover{background:var(--muted)}.StudentReport-module__fgbKeW__quizHeaderLeft{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.StudentReport-module__fgbKeW__quizTitle{text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:700;overflow:hidden}.StudentReport-module__fgbKeW__quizCourse{color:var(--secondary);font-size:.72rem}.StudentReport-module__fgbKeW__quizHeaderRight{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.StudentReport-module__fgbKeW__pctBadge{border-radius:99px;padding:.2rem .55rem;font-size:.8rem;font-weight:800}.StudentReport-module__fgbKeW__good{color:var(--success);background:#22c55e1a}.StudentReport-module__fgbKeW__poor{color:var(--error);background:#ef44441a}.StudentReport-module__fgbKeW__attCount{color:var(--secondary);font-size:.72rem}.StudentReport-module__fgbKeW__quizBody{border-top:1px solid var(--border);flex-direction:column;gap:1.25rem;padding:1rem;display:flex}.StudentReport-module__fgbKeW__attTable{background:var(--muted);border-radius:8px;overflow:hidden}.StudentReport-module__fgbKeW__attHead{text-transform:uppercase;letter-spacing:.04em;color:var(--secondary);border-bottom:1px solid var(--border);grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:.5rem;padding:.4rem .75rem;font-size:.68rem;font-weight:700;display:grid}.StudentReport-module__fgbKeW__attRow{border-bottom:1px solid var(--border);grid-template-columns:1.5fr 1fr 1fr 1.5fr;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8rem;display:grid}.StudentReport-module__fgbKeW__attRow:last-child{border-bottom:none}.StudentReport-module__fgbKeW__bestPill{color:#b45309;vertical-align:middle;background:#ffd70033;border-radius:99px;margin-left:.3rem;padding:.05rem .35rem;font-size:.6rem;font-weight:700;display:inline-block}.StudentReport-module__fgbKeW__qSection{flex-direction:column;gap:.6rem;display:flex}.StudentReport-module__fgbKeW__qSectionTitle{text-transform:uppercase;letter-spacing:.04em;color:var(--secondary);margin:0;font-size:.8rem;font-weight:700}.StudentReport-module__fgbKeW__diffSection{background:var(--muted);border-radius:8px;padding:.75rem}.StudentReport-module__fgbKeW__diffTitle{text-transform:uppercase;letter-spacing:.04em;color:var(--secondary);margin:0 0 .6rem;font-size:.72rem;font-weight:700}.StudentReport-module__fgbKeW__diffRow{align-items:flex-start;gap:.65rem;margin-bottom:.6rem;display:flex}.StudentReport-module__fgbKeW__diffRow:last-child{margin-bottom:0}.StudentReport-module__fgbKeW__diffNum{color:var(--secondary);min-width:26px;padding-top:.1rem;font-size:.68rem;font-weight:800}.StudentReport-module__fgbKeW__diffContent{flex:1;min-width:0}.StudentReport-module__fgbKeW__diffQ{text-overflow:ellipsis;white-space:nowrap;margin:0 0 .25rem;font-size:.75rem;font-weight:600;overflow:hidden}.StudentReport-module__fgbKeW__diffBar{background:var(--border);border-radius:3px;height:6px;margin-bottom:.2rem;overflow:hidden}.StudentReport-module__fgbKeW__diffFill{border-radius:3px;height:100%;transition:width .5s}.StudentReport-module__fgbKeW__diffEasy{background:var(--success)}.StudentReport-module__fgbKeW__diffMed{background:#f59e0b}.StudentReport-module__fgbKeW__diffHard{background:var(--error)}.StudentReport-module__fgbKeW__diffPct{color:var(--secondary);font-size:.68rem}.StudentReport-module__fgbKeW__qRow{border-left:3px solid #0000;border-radius:8px;padding:.65rem .75rem}.StudentReport-module__fgbKeW__qCorrect{border-left-color:var(--success);background:#22c55e0d}.StudentReport-module__fgbKeW__qWrong{border-left-color:var(--error);background:#ef44440d}.StudentReport-module__fgbKeW__qHeader{align-items:center;gap:.4rem;margin-bottom:.35rem;display:flex}.StudentReport-module__fgbKeW__qNum{color:var(--secondary);font-size:.68rem;font-weight:800}.StudentReport-module__fgbKeW__qText{margin:0 0 .35rem;font-size:.825rem;font-weight:600;line-height:1.45}.StudentReport-module__fgbKeW__qAnswers{flex-wrap:wrap;gap:.4rem;margin-top:.2rem;font-size:.775rem;display:flex}.StudentReport-module__fgbKeW__ansLabel{color:var(--secondary);font-weight:500}.StudentReport-module__fgbKeW__ansVal{font-weight:700}.StudentReport-module__fgbKeW__ansCorrect{color:var(--success)}.StudentReport-module__fgbKeW__ansWrong{color:var(--error)}
.Input-module__5jsJuW__container{flex-direction:column;gap:.375rem;width:100%;display:flex}.Input-module__5jsJuW__label{color:var(--secondary);font-size:.875rem;font-weight:500}.Input-module__5jsJuW__inputWrapper{align-items:center;display:flex;position:relative}.Input-module__5jsJuW__input{border-radius:var(--radius);border:1px solid var(--border);background:var(--card);width:100%;color:var(--foreground);transition:var(--transition);padding:.625rem .875rem;font-family:inherit;font-size:1rem}.Input-module__5jsJuW__input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #13603b14}.Input-module__5jsJuW__inputError{border-color:var(--error)}.Input-module__5jsJuW__inputError:focus{box-shadow:0 0 0 2px #ef44441a}.Input-module__5jsJuW__icon{color:var(--muted-foreground);pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;left:.875rem}.Input-module__5jsJuW__hasIcon{padding-left:2.5rem}.Input-module__5jsJuW__errorText{color:var(--error);font-size:.75rem}
.SearchableSelect-module__nPxkgW__container{flex-direction:column;gap:.375rem;width:100%;display:flex;position:relative}.SearchableSelect-module__nPxkgW__label{color:var(--secondary);font-size:.875rem;font-weight:500}.SearchableSelect-module__nPxkgW__required{color:var(--error)}.SearchableSelect-module__nPxkgW__selectWrapper{border-radius:var(--radius);border:1px solid var(--border);background:var(--card);cursor:pointer;transition:var(--transition);justify-content:space-between;align-items:center;min-height:42px;padding:.625rem .875rem;display:flex}.SearchableSelect-module__nPxkgW__selectWrapper:hover{border-color:var(--primary)}.SearchableSelect-module__nPxkgW__isOpen{border-color:var(--primary);box-shadow:0 0 0 2px #3b82f61a}.SearchableSelect-module__nPxkgW__error{border-color:var(--error)}.SearchableSelect-module__nPxkgW__currentValue{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:1rem;overflow:hidden}.SearchableSelect-module__nPxkgW__placeholder{color:var(--muted-foreground)}.SearchableSelect-module__nPxkgW__chevron{color:var(--secondary);transition:transform .2s}.SearchableSelect-module__nPxkgW__isOpen .SearchableSelect-module__nPxkgW__chevron{transform:rotate(180deg)}.SearchableSelect-module__nPxkgW__dropdown{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:1000;animation:.2s ease-out SearchableSelect-module__nPxkgW__fadeIn;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow:hidden}.SearchableSelect-module__nPxkgW__searchWrapper{border-bottom:1px solid var(--border);background:#f8fafc80;align-items:center;padding:.75rem;display:flex}.SearchableSelect-module__nPxkgW__searchIcon{color:var(--muted-foreground);margin-right:.5rem}.SearchableSelect-module__nPxkgW__searchInput{width:100%;color:var(--foreground);background:0 0;border:none;outline:none;font-size:.875rem}.SearchableSelect-module__nPxkgW__optionsList{max-height:250px;overflow-y:auto}.SearchableSelect-module__nPxkgW__optionItem{cursor:pointer;justify-content:space-between;align-items:center;padding:.75rem;transition:background .2s;display:flex}.SearchableSelect-module__nPxkgW__optionItem:hover{background:#3b82f60d}.SearchableSelect-module__nPxkgW__selected{background:#3b82f61a}.SearchableSelect-module__nPxkgW__optionContent{flex-direction:column;display:flex}.SearchableSelect-module__nPxkgW__optionName{color:var(--foreground);font-size:.875rem;font-weight:500}.SearchableSelect-module__nPxkgW__optionRegion{color:var(--secondary);text-transform:uppercase;letter-spacing:.02em;font-size:.7rem}.SearchableSelect-module__nPxkgW__checkIcon{color:var(--primary)}.SearchableSelect-module__nPxkgW__noResults{text-align:center;color:var(--secondary);padding:1.5rem;font-size:.875rem}.SearchableSelect-module__nPxkgW__errorText{color:var(--error);font-size:.75rem}@keyframes SearchableSelect-module__nPxkgW__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.SearchableSelect-module__nPxkgW__dropdown{z-index:2000;border-radius:0;flex-direction:column;display:flex;position:fixed;inset:0}.SearchableSelect-module__nPxkgW__optionsList{flex:1;max-height:none}.SearchableSelect-module__nPxkgW__searchWrapper{padding:1rem}.SearchableSelect-module__nPxkgW__searchInput{font-size:1rem}.SearchableSelect-module__nPxkgW__optionItem{padding:1rem}}
.Modal-module__7LRQSW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1.5rem;animation:.2s ease-out Modal-module__7LRQSW__fadeIn;display:flex;position:fixed;top:0;left:0}.Modal-module__7LRQSW__modal{background:var(--card);border:1px solid var(--border);border-radius:16px;flex-direction:column;width:100%;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) Modal-module__7LRQSW__slideUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.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{margin:0;font-size:1.1rem;font-weight:700}.Modal-module__7LRQSW__closeBtn{color:var(--secondary);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;display:flex}.Modal-module__7LRQSW__closeBtn:hover{background:var(--muted);color:var(--foreground)}.Modal-module__7LRQSW__content{flex:1;padding:1.5rem;overflow-y:auto}@keyframes Modal-module__7LRQSW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__7LRQSW__slideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:640px){.Modal-module__7LRQSW__overlay{padding:0}.Modal-module__7LRQSW__modal{border-radius:0;height:100%;max-height:100vh}}
.dashboard-module__XABe8G__container{background:var(--background);flex-direction:column;height:100vh;display:flex;overflow-x:hidden}@media (min-width:1024px){.dashboard-module__XABe8G__container{flex-direction:row}}.dashboard-module__XABe8G__sidebar{border-right:none;border-bottom:1px solid var(--border);background:var(--card);z-index:50;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1.25rem;display:flex}@media (min-width:1024px){.dashboard-module__XABe8G__sidebar{border-right:1px solid var(--border);border-bottom:none;flex-direction:column;justify-content:flex-start;width:260px;height:100vh;padding:1.5rem}}.dashboard-module__XABe8G__brandLogo{object-fit:cover;border-radius:6px}.dashboard-module__XABe8G__logo{font-weight:800;font-size:var(--font-base);align-items:center;gap:.75rem;margin-bottom:0;display:flex}@media (min-width:1024px){.dashboard-module__XABe8G__logo{margin-bottom:2.5rem}}.dashboard-module__XABe8G__nav{flex-direction:row;gap:.5rem;display:none}@media (min-width:1024px){.dashboard-module__XABe8G__nav{flex-direction:column;flex:1;display:flex}}.dashboard-module__XABe8G__mobileNav{background:var(--card);border-top:1px solid var(--border);z-index:100;justify-content:space-around;padding:.5rem;display:flex;position:fixed;bottom:0;left:0;right:0}@media (min-width:1024px){.dashboard-module__XABe8G__mobileNav{display:none}}.dashboard-module__XABe8G__navItem{color:var(--secondary);width:100%;font-weight:500;justify-content:flex-start!important;gap:1rem!important}.dashboard-module__XABe8G__active{color:var(--primary)!important;background:#13603b0d!important}.dashboard-module__XABe8G__sidebarFooter{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.dashboard-module__XABe8G__main{flex-direction:column;flex:1;min-height:0;display:flex}.dashboard-module__XABe8G__header{border-bottom:1px solid var(--border);background:var(--card);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}@media (min-width:1024px){.dashboard-module__XABe8G__header{padding:1.25rem 2rem}}.dashboard-module__XABe8G__headerInfo h1{font-size:var(--font-base);font-weight:700}.dashboard-module__XABe8G__headerInfo p{font-size:var(--font-xs);color:var(--secondary)}.dashboard-module__XABe8G__headerActions{align-items:center;gap:1rem;display:flex}.dashboard-module__XABe8G__iconBtn{width:40px;height:40px;border-radius:50%!important;padding:0!important}.dashboard-module__XABe8G__avatar{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.dashboard-module__XABe8G__contentGrid{flex:1;grid-template-columns:1fr 400px;gap:2rem;padding:2rem;display:grid;overflow:hidden auto}.dashboard-module__XABe8G__leftCol,.dashboard-module__XABe8G__adminTools{flex-direction:column;gap:1.5rem;display:flex}.dashboard-module__XABe8G__activityCard{margin-top:1rem}.dashboard-module__XABe8G__rankingList{flex-direction:column;gap:1rem;display:flex}.dashboard-module__XABe8G__rankingItem{background:var(--muted);border-radius:var(--radius);align-items:center;gap:1rem;padding:.75rem 1rem;transition:transform .2s;display:flex}.dashboard-module__XABe8G__rankingItem:hover{background:#13603b0d;transform:translate(4px)}.dashboard-module__XABe8G__rankBadge{background:var(--card);width:28px;height:28px;color:var(--secondary);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;display:flex}.dashboard-module__XABe8G__studentInfo{flex-direction:column;flex:1;display:flex}.dashboard-module__XABe8G__studentName{color:var(--foreground);font-size:.9375rem;font-weight:700}.dashboard-module__XABe8G__studentSchool{color:var(--secondary);font-size:.75rem;font-weight:500}.dashboard-module__XABe8G__points{color:var(--primary);margin-left:auto;font-size:.9375rem;font-weight:800}.dashboard-module__XABe8G__handRaisedCard{border:1px solid var(--primary);background:#13603b05;margin-top:1rem}.dashboard-module__XABe8G__handList{flex-direction:column;gap:1rem;display:flex}.dashboard-module__XABe8G__handItem{background:var(--card);border:1px dashed var(--primary);border-radius:8px;align-items:center;gap:1rem;padding:.5rem;display:flex}.dashboard-module__XABe8G__studentList{flex-direction:column;gap:.75rem;display:flex}.dashboard-module__XABe8G__studentRole{flex-direction:column;align-items:flex-end;display:flex}.dashboard-module__XABe8G__studentView{flex-direction:column;gap:1.5rem;display:flex}.dashboard-module__XABe8G__quizSection,.dashboard-module__XABe8G__overviewSection,.dashboard-module__XABe8G__impactSection,.dashboard-module__XABe8G__studentSection{flex-direction:column;gap:1.5rem;animation:.3s ease-out dashboard-module__XABe8G__fadeIn;display:flex}.dashboard-module__XABe8G__roleBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:4px;margin-left:.5rem;padding:.125rem .5rem;font-size:.65rem;font-weight:800}.dashboard-module__XABe8G__studentBadge{color:var(--primary);background:#13603b1a}.dashboard-module__XABe8G__taBadge{color:#7c3aed;background:#7c3aed33;border:1px solid #7c3aed33}.dashboard-module__XABe8G__adminBadge{color:#dc2626;background:#ef444426;border:1px solid #ef444440;font-weight:800}.dashboard-module__XABe8G__promoteBtn{background:var(--primary)!important;color:#fff!important;border-radius:6px!important;height:28px!important;font-size:.75rem!important;font-weight:700!important;transition:all .2s!important}.dashboard-module__XABe8G__demoteBtn{color:#ef4444!important;background:#ef44441a!important;border:1px solid #ef444433!important;border-radius:6px!important;height:28px!important;font-size:.75rem!important;font-weight:700!important}.dashboard-module__XABe8G__adminPromoteBtn{color:#d97706!important;background:#f59e0b26!important;border:1px solid #f59e0b4d!important;border-radius:6px!important;height:28px!important;font-size:.75rem!important;font-weight:700!important;transition:all .2s!important}.dashboard-module__XABe8G__adminPromoteBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #d977064d;color:#fff!important;background:#d97706!important}.dashboard-module__XABe8G__promoteBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #13603b33}.dashboard-module__XABe8G__demoteBtn:hover{color:#fff!important;background:#ef4444!important}.dashboard-module__XABe8G__statsGrid{flex-direction:column;gap:1.25rem;padding:.5rem 0;display:flex}.dashboard-module__XABe8G__impactCard{border-bottom:1px solid var(--border);flex-direction:column;gap:.75rem;padding-bottom:1.25rem;display:flex}.dashboard-module__XABe8G__impactCard:last-child{border-bottom:none;padding-bottom:0}.dashboard-module__XABe8G__impactInfo{align-items:center;gap:1rem;display:flex}.dashboard-module__XABe8G__impactIcon{color:var(--primary);background:#13603b1a;border-radius:8px;width:42px;height:42px;padding:.5rem}.dashboard-module__XABe8G__impactDetails{flex-direction:column;display:flex}.dashboard-module__XABe8G__schoolName{color:var(--foreground);font-weight:600}.dashboard-module__XABe8G__studentCount{color:var(--secondary);font-size:.875rem}.dashboard-module__XABe8G__impactBar{background:var(--border);border-radius:4px;width:100%;height:8px;overflow:hidden}.dashboard-module__XABe8G__impactProgress{background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:4px;height:100%;transition:width 1s ease-out}.dashboard-module__XABe8G__noData{text-align:center;color:var(--secondary);padding:2rem}.dashboard-module__XABe8G__placeholderIcon{height:100%;color:var(--secondary);opacity:.5;justify-content:center;align-items:center;display:flex}.dashboard-module__XABe8G__videoSection{flex-direction:column;gap:1.5rem;display:flex}.dashboard-module__XABe8G__videoPlayer{aspect-ratio:16/9;color:#334155;background:#0f172a;justify-content:center;align-items:center;display:flex;position:relative;padding:0!important}.dashboard-module__XABe8G__videoOverlay{color:#fff;align-items:center;gap:1rem;font-weight:600;display:flex;position:absolute;top:1.5rem;left:1.5rem}.dashboard-module__XABe8G__liveBadge{background:var(--error);border-radius:4px;padding:.25rem .75rem;font-size:.75rem;font-weight:800}.dashboard-module__XABe8G__stats{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.dashboard-module__XABe8G__statCard{align-items:center;gap:1rem;display:flex}.dashboard-module__XABe8G__statCard h4{margin:0;font-size:1.25rem;font-weight:800}.dashboard-module__XABe8G__toastContainer{z-index:9999;pointer-events:none;flex-direction:column;gap:.75rem;display:flex;position:fixed;top:2rem;left:50%;transform:translate(-50%)}.dashboard-module__XABe8G__toast{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;pointer-events:auto;background:#13603bf2;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:1rem;min-width:320px;padding:.75rem 1.25rem;animation:.4s cubic-bezier(.16,1,.3,1) dashboard-module__XABe8G__slideDownFade;display:flex;box-shadow:0 10px 25px -5px #0003}.dashboard-module__XABe8G__toastIcon{color:var(--primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;display:flex}.dashboard-module__XABe8G__toastContent{flex:1}.dashboard-module__XABe8G__toastContent strong{font-size:.9375rem;display:block}.dashboard-module__XABe8G__toastContent span{opacity:.8;font-size:.75rem}.dashboard-module__XABe8G__toastActions{gap:.5rem;display:flex}.dashboard-module__XABe8G__ackBtn{color:var(--primary)!important;background:#fff!important;height:32px!important;padding:0 .75rem!important;font-weight:700!important}@keyframes dashboard-module__XABe8G__slideDownFade{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__XABe8G__lowerAllBtn{width:100%;margin-top:1rem;border:1px solid var(--primary)!important;color:var(--primary)!important}.dashboard-module__XABe8G__lowerAllBtn:hover{background:#13603b0d!important}.dashboard-module__XABe8G__statCard span{color:var(--secondary);font-size:.8rem}.dashboard-module__XABe8G__loading{height:100vh;color:var(--secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.dashboard-module__XABe8G__spinner{border:4px solid var(--muted);border-top-color:var(--primary);border-radius:50%;width:2.5rem;height:2.5rem;animation:.8s linear infinite dashboard-module__XABe8G__spin}@keyframes dashboard-module__XABe8G__spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.dashboard-module__XABe8G__contentGrid{grid-template-columns:1fr;gap:1.25rem;margin-bottom:5rem;padding:1.25rem;overflow-y:auto}.dashboard-module__XABe8G__sidebarFooter{display:none}.dashboard-module__XABe8G__mobileNav .dashboard-module__XABe8G__navItem{flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:.1rem!important;width:auto!important;padding:.5rem!important}.dashboard-module__XABe8G__mobileNav .dashboard-module__XABe8G__navItem span{letter-spacing:.03em;text-transform:uppercase;font-size:.5rem;font-weight:700;line-height:1;display:none}.dashboard-module__XABe8G__mobileNav .dashboard-module__XABe8G__navItem.dashboard-module__XABe8G__active span{display:block}}@media (max-width:480px){.dashboard-module__XABe8G__headerInfo p,.dashboard-module__XABe8G__logo span{display:none}}.dashboard-module__XABe8G__settingsGrid{flex-direction:column;gap:1.25rem;display:flex}.dashboard-module__XABe8G__settingsItem{align-items:center;gap:1rem;padding:.5rem 0;display:flex}.dashboard-module__XABe8G__settingsIcon{width:40px;height:40px;color:var(--primary);background:#13603b0d;border-radius:8px;justify-content:center;align-items:center;display:flex}.dashboard-module__XABe8G__settingsInfo label{color:var(--secondary);text-transform:uppercase;letter-spacing:.025em;margin-bottom:.125rem;font-size:.75rem;font-weight:600;display:block}.dashboard-module__XABe8G__settingsInfo p{color:var(--foreground);margin:0;font-weight:600}.dashboard-module__XABe8G__chatSection{height:fit-content;position:sticky;top:2rem}@media (max-width:1024px){.dashboard-module__XABe8G__chatSection{margin-top:1rem;position:static}}.dashboard-module__XABe8G__navBadge{color:#fff;text-align:center;background:#e53e3e;border-radius:10px;min-width:18px;margin-left:auto;padding:.1rem .4rem;font-size:.65rem;font-weight:700}.dashboard-module__XABe8G__quizzesSection{flex-direction:column;gap:1.5rem;width:100%;min-width:0;animation:.3s ease-out dashboard-module__XABe8G__fadeIn;display:flex;overflow:hidden}.dashboard-module__XABe8G__quizPlayerWrapper{flex-direction:column;gap:1rem;width:100%;min-width:0;display:flex;overflow:hidden}.dashboard-module__XABe8G__quizPlayerHeader{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:1rem;min-width:0;padding-bottom:.75rem;display:flex;overflow:hidden}.dashboard-module__XABe8G__backBtn{flex-shrink:0;color:var(--secondary)!important}.dashboard-module__XABe8G__quizInfo{flex:1;min-width:0;overflow:hidden}.dashboard-module__XABe8G__quizInfo h2{word-break:break-all;overflow-wrap:anywhere;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.1rem;display:-webkit-box;overflow:hidden}.dashboard-module__XABe8G__quizInfo span{color:var(--primary);text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;font-weight:600;display:block;overflow:hidden}.dashboard-module__XABe8G__quizDashboard{flex-direction:column;gap:2rem;display:flex}.dashboard-module__XABe8G__quizContentHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.dashboard-module__XABe8G__searchBar{flex:1;max-width:400px}.dashboard-module__XABe8G__quizGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.dashboard-module__XABe8G__quizCardItem{transition:var(--transition);border:1px solid var(--border);flex-direction:column;gap:1.25rem;display:flex;position:relative;padding:1.5rem!important}.dashboard-module__XABe8G__quizCardItem:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-4px)}.dashboard-module__XABe8G__locked{opacity:.8;background:#00000005}.dashboard-module__XABe8G__quizIcon{background:#13603b0d;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.dashboard-module__XABe8G__quizMainInfo h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.dashboard-module__XABe8G__quizMeta{color:var(--secondary);gap:.5rem;font-size:.85rem;font-weight:500;display:flex}.dashboard-module__XABe8G__quizAction{margin-top:auto}.dashboard-module__XABe8G__timeBadge{background:var(--muted);color:var(--secondary);border-radius:20px;padding:.25rem .6rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1rem}@keyframes dashboard-module__XABe8G__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__XABe8G__statusToastContainer{z-index:9997;pointer-events:none;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:5.5rem;right:1.5rem}@media (min-width:1024px){.dashboard-module__XABe8G__statusToastContainer{bottom:1.5rem}}.dashboard-module__XABe8G__statusToast{pointer-events:auto;border-radius:10px;max-width:320px;padding:.875rem 1.25rem;font-size:.875rem;font-weight:500;animation:.3s cubic-bezier(.16,1,.3,1) dashboard-module__XABe8G__slideUpFade;box-shadow:0 10px 25px -5px #00000040}.dashboard-module__XABe8G__statusToastSuccess{background:var(--primary);color:#fff}.dashboard-module__XABe8G__statusToastError{color:#fff;background:#ef4444}.dashboard-module__XABe8G__statusToastInfo{background:var(--foreground);color:var(--background)}@keyframes dashboard-module__XABe8G__slideUpFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__XABe8G__bellBadge{color:#fff;text-align:center;background:#ef4444;border-radius:10px;min-width:16px;padding:.1rem .35rem;font-size:.6rem;font-weight:700;line-height:1.4;position:absolute;top:-4px;right:-4px}.dashboard-module__XABe8G__inputSelect{border:1px solid var(--border);border-radius:var(--radius);background:var(--background);color:var(--foreground);width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.95rem}.dashboard-module__XABe8G__confirmModalBody{flex-direction:column;gap:1.5rem;display:flex}.dashboard-module__XABe8G__confirmModalBody p{color:var(--secondary);line-height:1.6}.dashboard-module__XABe8G__confirmModalActions{justify-content:flex-end;gap:.75rem;display:flex}
.login-module__WEZH7G__container{background:var(--background);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.login-module__WEZH7G__backLink{color:var(--primary);z-index:10;align-items:center;gap:.75rem;font-weight:700;display:flex;position:absolute;top:2rem;left:2rem}.login-module__WEZH7G__loginCard{z-index:5;width:100%;max-width:450px;padding:2.5rem!important}.login-module__WEZH7G__header{text-align:center;margin-bottom:2.5rem}.login-module__WEZH7G__header h1{margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.login-module__WEZH7G__header p{color:var(--secondary);font-size:.875rem}.login-module__WEZH7G__form{flex-direction:column;gap:1.25rem;display:flex}.login-module__WEZH7G__error{color:var(--error);border-radius:var(--radius);text-align:center;background:#ef44441a;padding:.75rem;font-size:.875rem}.login-module__WEZH7G__submitBtn{margin-top:1rem}.login-module__WEZH7G__footer{text-align:center;color:var(--secondary);margin-top:2rem;font-size:.875rem}.login-module__WEZH7G__footer a{color:var(--primary);margin-left:.5rem;font-weight:600}.login-module__WEZH7G__pattern{pointer-events:none;background-image:radial-gradient(circle at 20% 20%,#3b82f60d 0%,#0000 40%),radial-gradient(circle at 80% 80%,#8b5cf60d 0%,#0000 40%);width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:480px){.login-module__WEZH7G__container{padding:1rem}.login-module__WEZH7G__loginCard{box-shadow:none;background:0 0;border:none;padding:1.5rem!important}.login-module__WEZH7G__backLink{align-self:flex-start;margin-bottom:2rem;position:relative;top:0;left:0}}
.page-module___8aEwW__container{flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#ffffffe6;justify-content:space-between;align-items:center;padding:1.25rem 5%;display:flex;position:sticky;top:0}.page-module___8aEwW__brandLogo{object-fit:cover;border-radius:6px}.page-module___8aEwW__logo{font-weight:800;font-size:var(--font-base);color:var(--primary);align-items:center;gap:.75rem;display:flex}.page-module___8aEwW__nav{align-items:center;gap:1.5rem;display:flex}.page-module___8aEwW__nav a{color:var(--secondary);transition:var(--transition);font-weight:500}.page-module___8aEwW__nav a:hover{color:var(--primary)}.page-module___8aEwW__hero{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;max-width:1400px;margin:0 auto;padding:6rem 5%;display:grid}.page-module___8aEwW__heroContent h1{font-size:var(--font-2xl);color:var(--foreground);margin-bottom:1.5rem;font-weight:800;line-height:1.1}.page-module___8aEwW__highlight{background:linear-gradient(120deg,var(--primary)0%,var(--accent)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-module___8aEwW__heroContent p{font-size:var(--font-base);color:var(--secondary);max-width:600px;margin-bottom:2.5rem}.page-module___8aEwW__actions{gap:1.5rem;display:flex}.page-module___8aEwW__heroImage{position:relative}.page-module___8aEwW__previewCard{aspect-ratio:16/10;width:100%;padding:0!important}.page-module___8aEwW__cardHeader{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:1rem;font-weight:600;display:flex}.page-module___8aEwW__liveIndicator{background:var(--error);color:#fff;border-radius:4px;margin-left:auto;padding:.2rem .6rem;font-size:.7rem;font-weight:800}.page-module___8aEwW__previewContent{color:#fff;background:linear-gradient(135deg,#13603b 0%,#0e4d2f 100%);flex-direction:column;flex:1;padding:1.5rem;display:flex}.page-module___8aEwW__lectureInfo{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.page-module___8aEwW__avatar{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.page-module___8aEwW__instructorName{font-size:1rem;font-weight:600}.page-module___8aEwW__subText{opacity:.8;font-size:.75rem}.page-module___8aEwW__chatPreview{background:#ffffff1a;border-radius:8px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.page-module___8aEwW__chatMessage{font-size:.8rem}.page-module___8aEwW__chatMessage span{color:var(--accent);margin-right:.5rem;font-weight:700}.page-module___8aEwW__features{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto;padding:4rem 5%;display:grid}.page-module___8aEwW__featureCard{text-align:center;transition:var(--transition)}.page-module___8aEwW__featureCard:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000000d,0 8px 10px -6px #0000000d}.page-module___8aEwW__featureIcon{width:3rem;height:3rem;color:var(--primary);margin-bottom:1.5rem}.page-module___8aEwW__featureCard h3{font-size:var(--font-lg);margin-bottom:1rem}.page-module___8aEwW__featureCard p{color:var(--secondary)}@media (max-width:1024px){.page-module___8aEwW__header{padding:1rem 5%}.page-module___8aEwW__hero{text-align:center;grid-template-columns:1fr;gap:2rem;padding:4rem 5%}.page-module___8aEwW__heroContent p{margin-left:auto;margin-right:auto}.page-module___8aEwW__actions{flex-direction:column;justify-content:center;gap:1rem}.page-module___8aEwW__actions button{width:100%}.page-module___8aEwW__features{grid-template-columns:1fr;padding:2rem 5%}}@media (max-width:480px){.page-module___8aEwW__logo span{display:none}}
