.lobby-module__kPW5cG__lobbyPage{max-width:800px;min-height:100vh;margin:0 auto;padding:32px 24px}.lobby-module__kPW5cG__lobbyHeader{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.lobby-module__kPW5cG__lobbyHeader h1{font-family:var(--font-display);font-size:2rem}.lobby-module__kPW5cG__username{color:var(--text-secondary);font-weight:600}.lobby-module__kPW5cG__errorBanner{background:var(--accent-red-light);color:var(--accent-red);border-radius:10px;margin-bottom:24px;padding:10px 16px}.lobby-module__kPW5cG__roleCards{grid-template-columns:1fr 1fr;gap:16px;display:grid}.lobby-module__kPW5cG__roleCard{background:var(--bg-card);border:1px solid var(--border-color);text-align:center;cursor:pointer;border-radius:16px;padding:40px 24px;transition:all .25s}.lobby-module__kPW5cG__roleCard:hover{border-color:var(--border-color-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.lobby-module__kPW5cG__roleIcon{border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;display:flex}.lobby-module__kPW5cG__roleCard h3{margin-bottom:4px;font-size:1.15rem}.lobby-module__kPW5cG__roleCard p{color:var(--text-secondary);font-size:.9rem}.lobby-module__kPW5cG__levelSection{background:#fff;border:1px solid #e2e8f0;border-radius:20px;margin-bottom:24px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.lobby-module__kPW5cG__levelSection:hover{border-color:#cbd5e1;box-shadow:0 10px 30px -10px #0000000d}.lobby-module__kPW5cG__levelHeader{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:24px;transition:background .2s;display:flex}.lobby-module__kPW5cG__levelHeader:hover{background:#f8fafc}.lobby-module__kPW5cG__levelHeaderLeft{align-items:center;gap:14px;display:flex}.lobby-module__kPW5cG__levelChevron{color:#94a3b8;transition:transform .3s cubic-bezier(.4,0,.2,1)}.lobby-module__kPW5cG__levelChevron.lobby-module__kPW5cG__rotated{transform:rotate(180deg)}.lobby-module__kPW5cG__levelBadge{color:#fff;letter-spacing:.05em;border-radius:10px;padding:6px 14px;font-size:.85rem;font-weight:800;box-shadow:0 4px 12px #0000001a}.lobby-module__kPW5cG__levelHeader h2{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:800}.lobby-module__kPW5cG__lessonGridWrapper{grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.4,0,.2,1);display:grid}.lobby-module__kPW5cG__lessonGridWrapper.lobby-module__kPW5cG__expanded{grid-template-rows:1fr}.lobby-module__kPW5cG__lessonGridInner{overflow:hidden}.lobby-module__kPW5cG__lessonGrid{flex-direction:column;gap:12px;padding:0 24px 24px;display:flex}.lobby-module__kPW5cG__lessonCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:14px;transition:all .2s;overflow:hidden}.lobby-module__kPW5cG__lessonCard.lobby-module__kPW5cG__expanded{border-color:var(--accent-blue);box-shadow:var(--shadow-sm)}.lobby-module__kPW5cG__lessonCardHeader{text-align:left;cursor:pointer;background:0 0;align-items:center;gap:14px;width:100%;padding:16px 20px;transition:background .2s;display:flex}.lobby-module__kPW5cG__lessonCardHeader:hover{background:var(--bg-secondary)}.lobby-module__kPW5cG__lessonNum{color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:700;display:flex}.lobby-module__kPW5cG__lessonInfo{flex:1;min-width:0}.lobby-module__kPW5cG__lessonInfo strong{font-size:1rem;display:block}.lobby-module__kPW5cG__lessonInfo span{color:var(--text-muted);font-size:.8rem}.lobby-module__kPW5cG__chevron{color:var(--text-muted);flex-shrink:0;transition:transform .25s}.lobby-module__kPW5cG__chevron.lobby-module__kPW5cG__rotated{transform:rotate(180deg)}.lobby-module__kPW5cG__lessonOverview{flex-direction:column;gap:14px;padding:0 20px 20px;animation:.2s lobby-module__kPW5cG__slideDown;display:flex}@keyframes lobby-module__kPW5cG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.lobby-module__kPW5cG__lessonDesc{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.5}.lobby-module__kPW5cG__lessonMeta{gap:20px;display:flex}.lobby-module__kPW5cG__metaItem{color:var(--text-secondary);align-items:center;gap:6px;font-size:.82rem;font-weight:600;display:flex}.lobby-module__kPW5cG__metaItem svg{opacity:.6}.lobby-module__kPW5cG__taskChips{flex-wrap:wrap;gap:8px;display:flex}.lobby-module__kPW5cG__taskChip{background:var(--bg-secondary);color:var(--text-primary);border-radius:20px;align-items:center;gap:6px;padding:5px 12px;font-size:.78rem;font-weight:500;display:flex}.lobby-module__kPW5cG__chipDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.lobby-module__kPW5cG__startBtn{background:var(--btn-color,#3b82f6);color:#fff;box-shadow:0 4px 14px color-mix(in srgb, var(--btn-color,#3b82f6) 30%, transparent);border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:14px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.lobby-module__kPW5cG__startBtn:hover{box-shadow:0 6px 20px color-mix(in srgb, var(--btn-color,#3b82f6) 40%, transparent);color:#fff;transform:translateY(-2px)}.lobby-module__kPW5cG__startBtnSmall{color:#fff;border-radius:8px;align-items:center;gap:6px;margin-right:8px;padding:8px 14px;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 12px #0000001a}.lobby-module__kPW5cG__startBtnSmall:hover{opacity:.95;transform:translateY(-1px);box-shadow:0 6px 16px #00000026}.lobby-module__kPW5cG__startWithStudentsBtn{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:linear-gradient(135deg,#ede9fe,#dbeafe);border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.lobby-module__kPW5cG__startWithStudentsBtn:hover{border-color:var(--accent-blue);color:var(--accent-blue)}.lobby-module__kPW5cG__taskChipDone{background:#ecfdf5;border:1px solid #86efac}.lobby-module__kPW5cG__chipScore{color:#10b981;margin-left:2px;font-size:.72rem;font-weight:700}.lobby-module__kPW5cG__progressRow{align-items:center;gap:10px;display:flex}.lobby-module__kPW5cG__progressBar{background:var(--bg-secondary);border-radius:3px;flex:1;height:6px;overflow:hidden}.lobby-module__kPW5cG__progressFill{border-radius:3px;height:100%;transition:width .4s}.lobby-module__kPW5cG__progressLabel{color:var(--text-secondary);white-space:nowrap;font-size:.75rem;font-weight:700}.lobby-module__kPW5cG__shareLessonBtn{background:var(--accent-blue);color:#fff;border-radius:10px;padding:8px 16px;font-size:.8rem;font-weight:600;transition:all .2s}.lobby-module__kPW5cG__shareLessonBtn:hover{opacity:.9}.lobby-module__kPW5cG__formCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;max-width:440px;margin:0 auto;padding:32px}.lobby-module__kPW5cG__formCard h2{margin-bottom:20px}.lobby-module__kPW5cG__backBtn{color:var(--text-muted);background:0 0;margin-bottom:16px;padding:0;font-size:.9rem}.lobby-module__kPW5cG__backBtn:hover{color:var(--text-primary)}.lobby-module__kPW5cG__field{margin-bottom:16px}.lobby-module__kPW5cG__field label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:.8rem;font-weight:600;display:block}.lobby-module__kPW5cG__field input{background:var(--bg-secondary);border:1px solid var(--border-color);width:100%;color:var(--text-primary);border-radius:10px;padding:12px 16px;font-size:1rem;transition:all .2s}.lobby-module__kPW5cG__field input:focus{border-color:var(--accent-blue);box-shadow:0 0 0 3px #3b82f61a}.lobby-module__kPW5cG__codeInput{text-align:center!important;letter-spacing:.3em!important;font-size:1.5rem!important;font-weight:700!important;font-family:var(--font-display)!important}.lobby-module__kPW5cG__roomCreated{text-align:center;padding:40px 24px}.lobby-module__kPW5cG__bigCode{font-family:var(--font-display);letter-spacing:.2em;color:var(--accent-blue);margin:16px 0 24px;font-size:3rem;font-weight:800}.lobby-module__kPW5cG__participants{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:8px;display:flex}.lobby-module__kPW5cG__pChip{border-radius:9999px;align-items:center;gap:6px;padding:4px 14px;font-size:.8rem;font-weight:500;display:inline-flex}.lobby-module__kPW5cG__teacher{background:var(--accent-purple-light);color:var(--accent-purple)}.lobby-module__kPW5cG__student{background:var(--accent-green-light);color:var(--accent-green)}.lobby-module__kPW5cG__lessonList{flex-direction:column;gap:8px;max-width:400px;margin:0 auto;display:flex}.lobby-module__kPW5cG__lessonBtn{background:var(--bg-card);border:1px solid var(--border-color);text-align:left;cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:16px 20px;transition:all .2s;display:flex}.lobby-module__kPW5cG__lessonBtn:hover{border-color:var(--border-color-hover);box-shadow:var(--shadow-sm)}.lobby-module__kPW5cG__lessonBtn strong{font-size:1rem;display:block}.lobby-module__kPW5cG__lessonBtn small{color:var(--text-secondary);font-size:.8rem}.lobby-module__kPW5cG__lessonDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.lobby-module__kPW5cG__waiting{text-align:center;padding:80px 24px}.lobby-module__kPW5cG__spinner{border:3px solid var(--border-color);border-top-color:var(--accent-blue);border-radius:50%;width:40px;height:40px;margin:0 auto 24px;animation:1s linear infinite lobby-module__kPW5cG__spin}.lobby-module__kPW5cG__authPrompt{text-align:center;padding:80px 24px}.lobby-module__kPW5cG__sessionHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.lobby-module__kPW5cG__sessionTitle{font-family:var(--font-display);font-size:1.8rem}.lobby-module__kPW5cG__sessionSub{color:var(--text-secondary);font-size:.9rem}.lobby-module__kPW5cG__sessionMeta{align-items:center;gap:12px;display:flex}.lobby-module__kPW5cG__roomCode{font-family:var(--font-display);letter-spacing:.1em;background:var(--accent-blue-light);color:var(--accent-blue);border-radius:8px;padding:4px 14px;font-size:1.1rem;font-weight:800}.lobby-module__kPW5cG__skillsTitle{margin:32px 0 16px;font-size:1.2rem}.lobby-module__kPW5cG__skillGrid{flex-direction:column;gap:8px;display:flex}.lobby-module__kPW5cG__skillCard{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-primary);border-radius:12px;align-items:center;gap:16px;padding:16px 20px;text-decoration:none;transition:all .2s;display:flex}.lobby-module__kPW5cG__skillCard:hover{border-color:var(--border-color-hover);box-shadow:var(--shadow-sm);color:var(--text-primary);transform:translate(4px)}.lobby-module__kPW5cG__skillIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.lobby-module__kPW5cG__skillLabel{font-size:1rem;font-weight:600}@media (max-width:640px){.lobby-module__kPW5cG__roleCards{grid-template-columns:1fr}.lobby-module__kPW5cG__lobbyPage{padding:16px 12px}.lobby-module__kPW5cG__lobbyHeader{margin-bottom:24px}.lobby-module__kPW5cG__levelSection{border-radius:16px}.lobby-module__kPW5cG__levelHeader{padding:16px}.lobby-module__kPW5cG__levelHeader h2{font-size:1.1rem}.lobby-module__kPW5cG__lessonCardHeader{grid-template-columns:auto 1fr auto;grid-template-areas:"num info chevron"".btn.";align-items:start;gap:8px 12px;padding:12px 16px;display:grid}.lobby-module__kPW5cG__lessonNum{grid-area:num;margin-top:2px}.lobby-module__kPW5cG__lessonInfo{grid-area:info}.lobby-module__kPW5cG__chevron{grid-area:chevron;align-self:center}.lobby-module__kPW5cG__startBtnSmall{grid-area:btn;justify-self:start;margin-top:4px;margin-right:0}.lobby-module__kPW5cG__lessonGrid,.lobby-module__kPW5cG__lessonOverview{padding:0 16px 16px}.lobby-module__kPW5cG__taskChips{gap:6px}.lobby-module__kPW5cG__lessonMeta{flex-direction:column;gap:8px}}.lobby-module__kPW5cG__vocabLink{border:1px solid var(--border-color);color:var(--text-primary);background:linear-gradient(135deg,#f0f9ff,#ede9fe);border-radius:14px;align-items:center;gap:14px;margin-top:16px;padding:16px 20px;text-decoration:none;transition:all .2s;display:flex}.lobby-module__kPW5cG__vocabLink:hover{border-color:var(--accent-blue);box-shadow:var(--shadow-sm);color:var(--text-primary);transform:translateY(-1px)}.lobby-module__kPW5cG__vocabLink div{flex:1}.lobby-module__kPW5cG__vocabLink strong{font-size:.95rem;display:block}.lobby-module__kPW5cG__vocabLink span{color:var(--text-muted);font-size:.8rem}.lobby-module__kPW5cG__studentsSection{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;margin-top:40px;padding:24px}.lobby-module__kPW5cG__studentsHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.lobby-module__kPW5cG__studentsHeader h2{align-items:center;gap:10px;margin:0;font-size:1.1rem;display:flex}.lobby-module__kPW5cG__addStudentBtn{background:var(--accent-blue);color:#fff;border-radius:10px;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.lobby-module__kPW5cG__addStudentBtn:hover{background:var(--accent-blue-dark,#2563eb);box-shadow:var(--shadow-sm)}.lobby-module__kPW5cG__addStudentForm{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.lobby-module__kPW5cG__addStudentForm input{background:var(--bg-secondary);border:1px solid var(--border-color);min-width:140px;color:var(--text-primary);border-radius:10px;flex:1;padding:10px 16px;font-size:.95rem}.lobby-module__kPW5cG__addStudentForm input:focus{border-color:var(--accent-blue);box-shadow:0 0 0 3px #3b82f61a}.lobby-module__kPW5cG__credentialsCard{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;margin-bottom:16px;padding:16px}.lobby-module__kPW5cG__credentialsHeader{color:#047857;align-items:center;gap:8px;margin-bottom:12px;display:flex}.lobby-module__kPW5cG__credentialRow{align-items:center;gap:8px;padding:4px 0;font-size:.9rem;display:flex}.lobby-module__kPW5cG__credentialRow code{font-family:var(--font-display);color:var(--text-primary);background:#fff;border:1px solid #d1fae5;border-radius:6px;padding:4px 10px;font-weight:600}.lobby-module__kPW5cG__credentialRow span{color:var(--text-secondary);font-weight:500}.lobby-module__kPW5cG__addConfirmBtn,.lobby-module__kPW5cG__addCancelBtn{border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.lobby-module__kPW5cG__addConfirmBtn{background:var(--accent-green-light);color:var(--accent-green)}.lobby-module__kPW5cG__addConfirmBtn:hover{background:var(--accent-green);color:#fff}.lobby-module__kPW5cG__addCancelBtn{background:var(--bg-secondary);color:var(--text-muted)}.lobby-module__kPW5cG__addCancelBtn:hover{background:var(--accent-red-light);color:var(--accent-red)}.lobby-module__kPW5cG__emptyStudents{text-align:center;color:var(--text-muted);padding:32px 16px}.lobby-module__kPW5cG__emptyStudents p{margin-top:12px;font-size:.9rem}.lobby-module__kPW5cG__studentList{flex-direction:column;gap:8px;display:flex}.lobby-module__kPW5cG__studentItem{background:var(--bg-secondary);border-radius:10px;justify-content:space-between;align-items:center;padding:12px 16px;transition:all .2s;display:flex}.lobby-module__kPW5cG__studentItem:hover{background:var(--bg-primary);box-shadow:var(--shadow-sm)}.lobby-module__kPW5cG__studentInfo{align-items:center;gap:12px;display:flex}.lobby-module__kPW5cG__studentInfo strong{font-size:.95rem}.lobby-module__kPW5cG__statusBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;margin-left:8px;padding:2px 8px;font-size:.7rem;font-weight:600;display:inline-block}.lobby-module__kPW5cG__linked{background:var(--accent-green-light);color:var(--accent-green)}.lobby-module__kPW5cG__pending{background:var(--accent-yellow-light,#fef3c7);color:var(--accent-yellow,#d97706)}.lobby-module__kPW5cG__studentActions{align-items:center;gap:6px;display:flex}.lobby-module__kPW5cG__copyLinkBtn{background:var(--accent-blue-light);color:var(--accent-blue);border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.lobby-module__kPW5cG__copyLinkBtn:hover{background:var(--accent-blue);color:#fff}.lobby-module__kPW5cG__deleteStudentBtn{color:var(--text-muted);border-radius:8px;padding:6px;transition:all .2s}.lobby-module__kPW5cG__deleteStudentBtn:hover{background:var(--accent-red-light);color:var(--accent-red)}.lobby-module__kPW5cG__inviteNotification{border:1px solid var(--accent-purple-light);background:linear-gradient(135deg,#ede9fe,#dbeafe);border-radius:12px;align-items:center;gap:12px;margin-bottom:20px;padding:14px 20px;animation:.4s lobby-module__kPW5cG__slideDown;display:flex}.lobby-module__kPW5cG__inviteNotification strong{color:var(--accent-purple)}.lobby-module__kPW5cG__dismissBtn{color:var(--text-muted);border-radius:6px;margin-left:auto;padding:4px}.lobby-module__kPW5cG__dismissBtn:hover{color:var(--text-primary);background:#0000000d}.lobby-module__kPW5cG__hwCheck{cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex;position:relative}.lobby-module__kPW5cG__hwCheck input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.lobby-module__kPW5cG__hwCheckMark{background:#fff;border:2px solid #cbd5e1;border-radius:7px;justify-content:center;align-items:center;width:22px;height:22px;transition:all .25s cubic-bezier(.34,1.56,.64,1);display:flex}.lobby-module__kPW5cG__hwCheck input:checked+.lobby-module__kPW5cG__hwCheckMark{background:linear-gradient(135deg,#6366f1,#818cf8);border-color:#0000;transform:scale(1.05);box-shadow:0 2px 8px #6366f166}.lobby-module__kPW5cG__hwCheckMark svg{stroke:#fff;stroke-width:3px;fill:none;stroke-linecap:round;stroke-linejoin:round;opacity:0;width:13px;height:13px;transition:all .2s cubic-bezier(.34,1.56,.64,1);transform:scale(.5)}.lobby-module__kPW5cG__hwCheck input:checked+.lobby-module__kPW5cG__hwCheckMark svg{opacity:1;transform:scale(1)}.lobby-module__kPW5cG__hwCheckMark.lobby-module__kPW5cG__indeterminate{background:linear-gradient(135deg,#a5b4fc,#c4b5fd);border-color:#0000;box-shadow:0 2px 6px #a5b4fc66}.lobby-module__kPW5cG__hwCheckMark.lobby-module__kPW5cG__indeterminate svg{opacity:1;stroke:#fff;transform:scale(1)}.lobby-module__kPW5cG__hwStudentChip{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1.5px solid #e2e8f0;border-radius:50px;align-items:center;gap:10px;padding:8px 14px;font-size:.82rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.lobby-module__kPW5cG__hwStudentChip:hover{background:#fafaff;border-color:#c7d2fe}.lobby-module__kPW5cG__hwStudentChip.lobby-module__kPW5cG__selected{background:linear-gradient(135deg,#eef2ff,#f5f3ff);border-color:#818cf8;box-shadow:0 2px 10px #6366f11a}.lobby-module__kPW5cG__hwStudentAvatar{color:#fff;text-transform:uppercase;letter-spacing:.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.65rem;font-weight:800;display:flex}.lobby-module__kPW5cG__hwStudentChip.lobby-module__kPW5cG__selected .lobby-module__kPW5cG__hwStudentAvatar{box-shadow:0 2px 8px #6366f14d}.lobby-module__kPW5cG__hwStudentName{color:#334155;flex:1;font-weight:500}.lobby-module__kPW5cG__hwStudentChip.lobby-module__kPW5cG__selected .lobby-module__kPW5cG__hwStudentName{color:#312e81;font-weight:600}.lobby-module__kPW5cG__hwStudentCheck{border:2px solid #cbd5e1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:all .25s cubic-bezier(.34,1.56,.64,1);display:flex}.lobby-module__kPW5cG__hwStudentChip.lobby-module__kPW5cG__selected .lobby-module__kPW5cG__hwStudentCheck{background:#6366f1;border-color:#6366f1;transform:scale(1.05)}.lobby-module__kPW5cG__hwStudentCheck svg{stroke:#fff;stroke-width:3px;fill:none;opacity:0;width:10px;height:10px;transition:opacity .2s}.lobby-module__kPW5cG__hwStudentChip.lobby-module__kPW5cG__selected .lobby-module__kPW5cG__hwStudentCheck svg{opacity:1}.lobby-module__kPW5cG__hwAllToggle{cursor:pointer;color:#475569;-webkit-user-select:none;user-select:none;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:50px;align-items:center;gap:10px;padding:8px 14px;font-size:.82rem;font-weight:600;transition:background .15s;display:flex}.lobby-module__kPW5cG__hwAllToggle:hover{background:#f1f5f9;border-color:#c7d2fe}.lobby-module__kPW5cG__hwSkillRow{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;align-items:center;gap:0;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.lobby-module__kPW5cG__hwSkillRow:hover{border-color:#c7d2fe}.lobby-module__kPW5cG__hwSkillRow.lobby-module__kPW5cG__selected{background:linear-gradient(135deg,#eef2ff,#f5f3ff);border-color:#818cf8}.lobby-module__kPW5cG__hwSkillRow.lobby-module__kPW5cG__partial{background:#faf5ff;border-color:#c4b5fd}.lobby-module__kPW5cG__hwSkillLabel{cursor:pointer;-webkit-user-select:none;user-select:none;flex:1;align-items:center;gap:10px;padding:11px 14px;font-size:.84rem;display:flex}.lobby-module__kPW5cG__hwSkillLabel .lobby-module__kPW5cG__skillName{color:#1e293b;font-weight:600}.lobby-module__kPW5cG__hwSkillLabel .lobby-module__kPW5cG__skillCount{color:#94a3b8;font-size:.73rem;font-weight:500}.lobby-module__kPW5cG__hwSkillExpand{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-left:1px solid #e2e8f0;align-items:center;padding:11px 14px;transition:color .15s;display:flex}.lobby-module__kPW5cG__hwSkillExpand:hover{color:#6366f1}.lobby-module__kPW5cG__invitePicker{background:#fafaff;border:1px solid #e0e7ff;border-radius:12px;margin-top:8px;animation:.2s lobby-module__kPW5cG__slideDown;overflow:hidden}.lobby-module__kPW5cG__invitePickerHeader{border-bottom:1px solid #e0e7ff;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.lobby-module__kPW5cG__invitePickerTitle{color:#6366f1;align-items:center;gap:6px;font-size:.78rem;font-weight:700;display:flex}.lobby-module__kPW5cG__inviteStudentBtn{text-align:left;cursor:pointer;color:#334155;background:#fff;border:none;border-bottom:1px solid #f1f5f9;align-items:center;gap:8px;width:100%;padding:9px 14px;font-size:.82rem;font-weight:500;transition:background .15s;display:flex}.lobby-module__kPW5cG__inviteStudentBtn:last-child{border-bottom:none}.lobby-module__kPW5cG__inviteStudentBtn:hover{background:#eef2ff}.lobby-module__kPW5cG__inviteStudentBtn:active{background:#e0e7ff}.lobby-module__kPW5cG__inviteStudentDot{color:#fff;text-transform:uppercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.6rem;font-weight:800;display:flex}.lobby-module__kPW5cG__inviteStudentArrow{color:#c7d2fe;margin-left:auto;transition:color .15s}.lobby-module__kPW5cG__inviteStudentBtn:hover .lobby-module__kPW5cG__inviteStudentArrow{color:#6366f1}.lobby-module__kPW5cG__inviteWaitBtn{text-align:center;color:#94a3b8;cursor:pointer;background:#f8fafc;border:none;border-top:1px solid #e0e7ff;width:100%;padding:8px;font-size:.75rem;font-weight:600;transition:all .15s}.lobby-module__kPW5cG__inviteWaitBtn:hover{color:#64748b;background:#f1f5f9}.lobby-module__kPW5cG__inviteDropdown{z-index:100;background:#fff;border:1px solid #e0e7ff;border-radius:12px;min-width:180px;animation:.15s cubic-bezier(.16,1,.3,1) lobby-module__kPW5cG__inviteDropIn;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 8px 24px #0000001a}@keyframes lobby-module__kPW5cG__inviteDropIn{0%{opacity:0;transform:translateY(-4px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.lobby-module__kPW5cG__inviteDropItem{cursor:pointer;color:#334155;text-align:left;background:0 0;border:none;border-bottom:1px solid #f1f5f9;align-items:center;gap:8px;width:100%;padding:9px 12px;font-size:.82rem;font-weight:500;transition:background .12s;display:flex}.lobby-module__kPW5cG__inviteDropItem:hover{background:#eef2ff}.lobby-module__kPW5cG__inviteDropAvatar{color:#fff;text-transform:uppercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.55rem;font-weight:800;display:flex}.lobby-module__kPW5cG__inviteDropWait{color:#94a3b8;cursor:pointer;text-align:center;background:#f8fafc;border:none;border-top:1px solid #e0e7ff;width:100%;padding:7px 12px;font-size:.73rem;font-weight:600;transition:all .12s}.lobby-module__kPW5cG__inviteDropWait:hover{color:#64748b;background:#f1f5f9}
.auth-module__u5r3CG__authPage{background:var(--gradient-hero);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative}.auth-module__u5r3CG__authPageInShell{background:var(--gradient-hero);flex:1;justify-content:center;align-items:center;min-height:0;padding:48px 24px 56px;display:flex;position:relative}.auth-module__u5r3CG__authShell{flex-direction:column;min-height:100vh;display:flex}.auth-module__u5r3CG__langCorner{z-index:100;position:absolute;top:16px;right:24px}.auth-module__u5r3CG__authCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:24px;width:100%;max-width:460px;padding:48px 44px;box-shadow:0 4px 24px #0000000f,0 1px 3px #0000000a}.auth-module__u5r3CG__authLogo{align-items:center;gap:10px;margin-bottom:36px;text-decoration:none;display:flex}.auth-module__u5r3CG__authLogo span{font-family:var(--font-display);color:var(--text-primary);font-size:1.3rem;font-weight:800}.auth-module__u5r3CG__authTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:8px;font-size:1.75rem;font-weight:800;line-height:1.2}.auth-module__u5r3CG__authDesc{color:var(--text-secondary);margin-bottom:32px;font-size:.95rem;line-height:1.5}.auth-module__u5r3CG__authError{background:var(--accent-red-light);color:var(--accent-red);border-radius:10px;margin-bottom:20px;padding:12px 16px;font-size:.88rem;line-height:1.4}.auth-module__u5r3CG__authForm{flex-direction:column;gap:20px;margin-bottom:24px;display:flex}.auth-module__u5r3CG__field label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:.75rem;font-weight:700;display:block}.auth-module__u5r3CG__field input{background:var(--bg-secondary);border:1.5px solid var(--border-color);width:100%;color:var(--text-primary);border-radius:12px;outline:none;padding:14px 16px;font-size:.95rem;transition:all .2s}.auth-module__u5r3CG__field input:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.auth-module__u5r3CG__field input::placeholder{color:#b0b8c9}.auth-module__u5r3CG__roleSelector{grid-template-columns:1fr 1fr;gap:10px;display:grid}.auth-module__u5r3CG__roleBtn{background:var(--bg-secondary);border:1.5px solid var(--border-color);color:var(--text-secondary);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.auth-module__u5r3CG__roleBtn:hover{border-color:var(--border-color-hover)}.auth-module__u5r3CG__roleBtnActive{background:var(--accent-blue-light);border-color:var(--accent-blue);color:var(--accent-blue)}.auth-module__u5r3CG__authSwitch{text-align:center;color:var(--text-secondary);margin-top:24px;font-size:.9rem}.auth-module__u5r3CG__authSwitch a{color:#6366f1;font-weight:600;text-decoration:none;transition:color .15s}.auth-module__u5r3CG__authSwitch a:hover{color:#4f46e5}.auth-module__u5r3CG__authDivider{color:var(--text-secondary);text-transform:lowercase;align-items:center;gap:16px;margin:24px 0 20px;font-size:.82rem;display:flex}.auth-module__u5r3CG__authDivider:before,.auth-module__u5r3CG__authDivider:after{content:"";background:var(--border-color);flex:1;height:1px}.auth-module__u5r3CG__authLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:.75rem;font-weight:700;display:block}.auth-module__u5r3CG__authInput{background:var(--bg-secondary);border:1.5px solid var(--border-color);width:100%;color:var(--text-primary);box-sizing:border-box;border-radius:12px;outline:none;padding:14px 16px;font-size:.95rem;transition:all .2s}.auth-module__u5r3CG__authInput:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.auth-module__u5r3CG__authInput::placeholder{color:#b0b8c9}.auth-module__u5r3CG__authField{margin-bottom:20px}.auth-module__u5r3CG__yandexOAuthWrap{flex-direction:column;gap:8px;width:100%;display:flex}.auth-module__u5r3CG__yandexOAuthHint{color:var(--text-secondary);margin:0;font-size:.78rem;line-height:1.4}.auth-module__u5r3CG__yandexBtn{border:1.5px solid var(--border-color);color:#1e293b;box-sizing:border-box;background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:13px 16px;font-size:.93rem;font-weight:600;text-decoration:none;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.auth-module__u5r3CG__yandexBtn:hover{background:#fffaf9;border-color:#fc3f1d;box-shadow:0 0 0 3px #fc3f1d14}.auth-module__u5r3CG__yandexBtnIcon{border-radius:50%;flex-shrink:0;display:block}@media (max-width:520px){.auth-module__u5r3CG__authCard{border-radius:20px;padding:32px 24px}.auth-module__u5r3CG__authTitle{font-size:1.5rem}.auth-module__u5r3CG__authPageInShell{padding:24px 16px 32px}}
.StudentJournal-module__RCwQvq__journalContainer{max-width:800px;font-family:var(--font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif);margin:0 auto}.StudentJournal-module__RCwQvq__journalHeader{background:#fff;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:32px;padding:24px;display:flex;box-shadow:0 4px 20px #00000008}.StudentJournal-module__RCwQvq__userInfo{align-items:center;gap:16px;display:flex}.StudentJournal-module__RCwQvq__avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#3b82f6);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;font-weight:700;display:flex;box-shadow:0 4px 12px #6366f14d}.StudentJournal-module__RCwQvq__nameBlock h2{color:#1e293b;margin:0 0 4px;font-size:1.4rem;font-weight:800}.StudentJournal-module__RCwQvq__nameBlock span{color:#64748b;font-size:.9rem;font-weight:500}.StudentJournal-module__RCwQvq__overallProgress{flex:1;min-width:250px}.StudentJournal-module__RCwQvq__pbHeader{justify-content:space-between;align-items:baseline;margin-bottom:8px;display:flex}.StudentJournal-module__RCwQvq__pbHeader strong{color:#334155;text-transform:uppercase;letter-spacing:.05em;font-size:.9rem}.StudentJournal-module__RCwQvq__pbHeader span{color:#64748b;font-size:.85rem;font-weight:500}.StudentJournal-module__RCwQvq__pbTrack{background:#f1f5f9;border-radius:10px;height:10px;overflow:hidden}.StudentJournal-module__RCwQvq__pbFill{background:#10b981;border-radius:10px;height:100%;transition:width .5s}.StudentJournal-module__RCwQvq__timeline{background:#fff;border-radius:16px;padding:32px 24px;box-shadow:0 4px 20px #00000008}.StudentJournal-module__RCwQvq__timelineTitle{color:#1e293b;margin:0 0 24px;font-size:1.2rem;font-weight:800}.StudentJournal-module__RCwQvq__levelGroup{margin-bottom:32px}.StudentJournal-module__RCwQvq__levelLabel{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 24px 24px;font-size:1rem}.StudentJournal-module__RCwQvq__timelineItem{margin-bottom:32px;padding-left:48px;position:relative}.StudentJournal-module__RCwQvq__timelineItem:last-child{margin-bottom:0}.StudentJournal-module__RCwQvq__timelineLine{background:#e2e8f0;width:2px;position:absolute;top:32px;bottom:-32px;left:17px}.StudentJournal-module__RCwQvq__levelGroup:last-child .StudentJournal-module__RCwQvq__timelineItem:last-child .StudentJournal-module__RCwQvq__timelineLine{display:none}.StudentJournal-module__RCwQvq__timelineDot{z-index:2;background:#f1f5f9;border:2px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:absolute;top:0;left:0}.StudentJournal-module__RCwQvq__timelineItem:has(.StudentJournal-module__RCwQvq__scoreBadge) .StudentJournal-module__RCwQvq__timelineDot{background:#10b981;border-color:#10b981;box-shadow:0 4px 12px #10b98133}.StudentJournal-module__RCwQvq__timelineItem.StudentJournal-module__RCwQvq__activeItem .StudentJournal-module__RCwQvq__timelineDot{background:#fff;border-width:3px;border-color:#3b82f6;box-shadow:0 4px 12px #3b82f633}.StudentJournal-module__RCwQvq__pulseDot{background:#3b82f6;border-radius:50%;width:12px;height:12px;animation:2s infinite StudentJournal-module__RCwQvq__pulse}@keyframes StudentJournal-module__RCwQvq__pulse{0%{transform:scale(.95);box-shadow:0 0 #3b82f6b3}70%{transform:scale(1);box-shadow:0 0 0 6px #3b82f600}to{transform:scale(.95);box-shadow:0 0 #3b82f600}}.StudentJournal-module__RCwQvq__timelineContent{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;padding:16px 20px;transition:all .2s}.StudentJournal-module__RCwQvq__timelineItem.StudentJournal-module__RCwQvq__activeItem .StudentJournal-module__RCwQvq__timelineContent{background:#fff;border-color:#bfdbfe;box-shadow:0 12px 24px #3b82f614}.StudentJournal-module__RCwQvq__rowTop{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.StudentJournal-module__RCwQvq__lessonTitle{color:#1e293b;font-size:1.1rem;font-weight:700}.StudentJournal-module__RCwQvq__lessonMeta{align-items:center;gap:8px;display:flex}.StudentJournal-module__RCwQvq__scoreBadge{color:#047857;background:#d1fae5;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:700}.StudentJournal-module__RCwQvq__statusBadgeActive{color:#1d4ed8;background:#dbeafe;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:700}.StudentJournal-module__RCwQvq__statusBadgePartial{color:#475569;background:#f1f5f9;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:700}.StudentJournal-module__RCwQvq__activeDetails{border-top:1px dashed #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:16px;padding-top:16px;display:flex}.StudentJournal-module__RCwQvq__stoppedAt{color:#64748b;align-items:center;gap:6px;font-size:.9rem;display:flex}.StudentJournal-module__RCwQvq__stoppedAt strong{color:#1e293b}.StudentJournal-module__RCwQvq__continueBtn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:background .2s;display:flex}.StudentJournal-module__RCwQvq__continueBtn:hover{background:#2563eb}.StudentJournal-module__RCwQvq__hwWidget{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:16px;padding:12px 16px;display:flex}.StudentJournal-module__RCwQvq__hwInfo{align-items:center;gap:16px;display:flex}.StudentJournal-module__RCwQvq__hwChart{justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.StudentJournal-module__RCwQvq__circularChart{width:100%;height:100%}.StudentJournal-module__RCwQvq__circleBg{fill:none;stroke:#f1f5f9;stroke-width:3.8px}.StudentJournal-module__RCwQvq__circlePath{fill:none;stroke:#f59e0b;stroke-width:3.8px;stroke-linecap:round;transition:stroke-dasharray .5s}.StudentJournal-module__RCwQvq__circlePathDone{stroke:#10b981}.StudentJournal-module__RCwQvq__hwPercent{color:#334155;font-size:.65rem;font-weight:800;position:absolute;transform:translateY(1px)}.StudentJournal-module__RCwQvq__hwText{flex-direction:column;gap:2px;display:flex}.StudentJournal-module__RCwQvq__hwText strong{color:#1e293b;font-size:.9rem}.StudentJournal-module__RCwQvq__hwText span{color:#64748b;font-size:.8rem}.StudentJournal-module__RCwQvq__assignHwBtn{color:#3b82f6;cursor:pointer;background:0 0;border:1px solid #3b82f6;border-radius:6px;padding:6px 12px;font-size:.8rem;font-weight:600;transition:all .2s}.StudentJournal-module__RCwQvq__assignHwBtn:hover{background:#eff6ff}.StudentJournal-module__RCwQvq__startBtnSmall{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:#3b82f6;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:600;transition:background .2s;display:flex}.StudentJournal-module__RCwQvq__startBtnSmall:hover{background:#2563eb}.StudentJournal-module__RCwQvq__levelTabs::-webkit-scrollbar{height:4px}.StudentJournal-module__RCwQvq__levelTabs::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:4px}.StudentJournal-module__RCwQvq__tabActive{color:#fff;cursor:pointer;white-space:nowrap;background:#3b82f6;border:none;border-radius:40px;padding:8px 16px;font-size:.85rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #3b82f64d}.StudentJournal-module__RCwQvq__tabInactive{color:#64748b;cursor:pointer;white-space:nowrap;background:#f1f5f9;border:none;border-radius:40px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s}.StudentJournal-module__RCwQvq__tabInactive:hover{color:#334155;background:#e2e8f0}
.student-module__jqJ5VG__page{max-width:800px;margin:0 auto;padding:32px 20px 80px}.student-module__jqJ5VG__loading{text-align:center;color:var(--text-secondary);padding:48px}.student-module__jqJ5VG__header{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.student-module__jqJ5VG__backBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-size:.85rem;text-decoration:none;display:inline-flex}.student-module__jqJ5VG__backBtn:hover{color:var(--accent-blue)}.student-module__jqJ5VG__studentInfo{align-items:center;gap:16px;display:flex}.student-module__jqJ5VG__avatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.4rem;font-weight:800;display:flex}.student-module__jqJ5VG__studentInfo h1{margin:0;font-size:1.4rem;font-weight:700}.student-module__jqJ5VG__sub{color:var(--text-secondary);margin:2px 0 0;font-size:.82rem}.student-module__jqJ5VG__tabs{background:var(--bg-secondary);border-radius:12px;gap:4px;margin-bottom:24px;padding:4px;display:flex}.student-module__jqJ5VG__tab{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.student-module__jqJ5VG__tab.student-module__jqJ5VG__active{background:var(--bg-primary);color:var(--text-primary);box-shadow:0 1px 3px #0000001a}.student-module__jqJ5VG__progressSection{flex-direction:column;gap:16px;display:flex}.student-module__jqJ5VG__levelGroup{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;box-shadow:0 4px 12px #00000005}.student-module__jqJ5VG__levelTitle{color:#1e293b;align-items:center;gap:8px;margin:0 0 16px;font-size:.95rem;font-weight:800;display:flex}.student-module__jqJ5VG__levelTitle:before{content:"";background:#f1f5f9 url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"%2364748b\" stroke-width=\"2\"><path d=\"M4 19.5A2.5 2.5 0 0 1 6.5 17H20\"/><path d=\"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z\"/></svg>") 50%/14px no-repeat;border-radius:6px;width:24px;height:24px;display:inline-block}.student-module__jqJ5VG__lessonGrid{flex-direction:column;gap:12px;display:flex}.student-module__jqJ5VG__lessonCard{background:#fff;border:1px solid #f1f5f9;border-radius:14px;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 2px 8px #00000005}.student-module__jqJ5VG__lessonCard:hover{border-color:#e2e8f0;box-shadow:0 6px 16px #0000000d}.student-module__jqJ5VG__lessonCard.student-module__jqJ5VG__expanded{border-color:#cbd5e1;box-shadow:0 8px 24px #00000014}.student-module__jqJ5VG__lessonCardHeader{cursor:pointer;z-index:2;background:#fff;align-items:center;gap:14px;padding:16px;display:flex;position:relative}.student-module__jqJ5VG__lessonNum{color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.95rem;font-weight:800;display:flex;box-shadow:0 2px 8px #00000026}.student-module__jqJ5VG__lessonInfo{flex-direction:column;flex:1;justify-content:center;display:flex}.student-module__jqJ5VG__lessonInfo strong{color:#1e293b;margin-bottom:2px;font-size:.95rem;font-weight:700;display:block}.student-module__jqJ5VG__lessonInfo span{color:#94a3b8;font-size:.72rem;font-weight:500;display:block}.student-module__jqJ5VG__startBtnSmall{color:#fff;border-radius:8px;align-items:center;gap:4px;padding:6px 12px;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.student-module__jqJ5VG__startBtnSmall:hover{transform:scale(1.05)}.student-module__jqJ5VG__startBtnSmall:active{transform:scale(.95)}.student-module__jqJ5VG__chevron{color:#cbd5e1;transition:transform .3s cubic-bezier(.16,1,.3,1)}.student-module__jqJ5VG__chevron.student-module__jqJ5VG__rotated{color:#64748b;transform:rotate(180deg)}.student-module__jqJ5VG__lessonOverview{padding:0 16px 16px 66px;animation:.3s cubic-bezier(.16,1,.3,1) student-module__jqJ5VG__slideDown;position:relative}@keyframes student-module__jqJ5VG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.student-module__jqJ5VG__lessonDesc{color:#475569;margin:0 0 12px;font-size:.8rem;line-height:1.5}.student-module__jqJ5VG__lessonMeta{gap:16px;margin-bottom:16px;display:flex}.student-module__jqJ5VG__metaItem{color:#64748b;align-items:center;gap:6px;font-size:.75rem;font-weight:500;display:flex}.student-module__jqJ5VG__taskChips{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.student-module__jqJ5VG__taskChip{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #f1f5f9;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.student-module__jqJ5VG__taskChip:hover{background:#f1f5f9;border-color:#e2e8f0}.student-module__jqJ5VG__taskChipDone{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.student-module__jqJ5VG__chipDot{border-radius:50%;width:6px;height:6px}.student-module__jqJ5VG__chipScore{color:#16a34a;margin-left:4px;font-weight:800}.student-module__jqJ5VG__progressRow{background:#f8fafc;border-radius:10px;align-items:center;gap:12px;padding:8px 12px;display:flex}.student-module__jqJ5VG__progressBar{background:#e2e8f0;border-radius:3px;flex:1;height:6px;overflow:hidden}.student-module__jqJ5VG__progressFill{border-radius:3px;height:100%;transition:width .5s cubic-bezier(.16,1,.3,1)}.student-module__jqJ5VG__progressLabel{color:#334155;text-align:right;min-width:32px;font-size:.75rem;font-weight:700}.student-module__jqJ5VG__currentBadge{color:#fff;letter-spacing:.5px;z-index:10;background:#ef4444;border-radius:20px;align-items:center;gap:4px;padding:3px 10px;font-size:.65rem;font-weight:800;animation:2s infinite student-module__jqJ5VG__pulseRed;display:inline-flex;position:absolute;top:-8px;right:16px;box-shadow:0 4px 12px #ef44444d}@keyframes student-module__jqJ5VG__pulseRed{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 6px #ef444400}to{box-shadow:0 0 #ef444400}}.student-module__jqJ5VG__homeworkStatus{color:#854d0e;background:#fefce8;border:1px dashed #fde047;border-radius:8px;align-items:center;gap:8px;margin-bottom:12px;padding:8px 12px;font-size:.78rem;font-weight:600;display:flex}.student-module__jqJ5VG__homeworkStatus svg{flex-shrink:0}.student-module__jqJ5VG__homeworkStatus.student-module__jqJ5VG__hwCompleted{color:#166534;background:#f0fdf4;border-color:#86efac}.student-module__jqJ5VG__homeworkStatus.student-module__jqJ5VG__hwAssigned{color:#1e40af;background:#eff6ff;border-color:#bfdbfe}.student-module__jqJ5VG__exerciseList{flex-direction:column;gap:12px;display:flex}.student-module__jqJ5VG__exerciseCard{background:var(--bg-primary);border:1px solid var(--border);border-radius:14px;gap:14px;padding:16px 20px;display:flex}.student-module__jqJ5VG__exerciseCard.student-module__jqJ5VG__checked{border-color:#bbf7d0}.student-module__jqJ5VG__exNum{background:var(--bg-secondary);width:28px;height:28px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.student-module__jqJ5VG__exContent{flex:1}.student-module__jqJ5VG__exType{text-transform:uppercase;color:var(--text-secondary);letter-spacing:.5px;margin:0 0 4px;font-size:.7rem;font-weight:600}.student-module__jqJ5VG__exInstruction{margin:0 0 10px;font-size:.9rem;font-weight:500}.student-module__jqJ5VG__answerBlock{flex-direction:column;gap:6px;display:flex}.student-module__jqJ5VG__option{background:var(--bg-secondary);border-radius:8px;padding:8px 12px;font-size:.85rem}.student-module__jqJ5VG__option.student-module__jqJ5VG__correct{color:#166534;background:#dcfce7;font-weight:600}.student-module__jqJ5VG__option.student-module__jqJ5VG__incorrect{color:#b91c1c;background:#fee2e2;font-weight:600}.student-module__jqJ5VG__option.student-module__jqJ5VG__correctAnswer{border:1px dashed #86efac}.student-module__jqJ5VG__blankAnswer{background:var(--bg-secondary);border-radius:8px;align-items:center;gap:8px;padding:6px 10px;font-size:.85rem;display:flex}.student-module__jqJ5VG__blankAnswer.student-module__jqJ5VG__correct{background:#dcfce7}.student-module__jqJ5VG__blankAnswer.student-module__jqJ5VG__incorrect{background:#fee2e2}.student-module__jqJ5VG__blankLabel{color:var(--text-secondary);font-size:.8rem;font-weight:600}.student-module__jqJ5VG__studentAnswer{font-weight:600}.student-module__jqJ5VG__correctAns{color:#10b981;font-size:.8rem}.student-module__jqJ5VG__noAnswer{color:var(--text-secondary);font-size:.82rem;font-style:italic}.student-module__jqJ5VG__vocabSection{padding-top:8px}.student-module__jqJ5VG__emptyMsg{text-align:center;color:var(--text-secondary);padding:32px}.student-module__jqJ5VG__vocabGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.student-module__jqJ5VG__vocabCard{background:var(--bg-primary);border:1px solid var(--border);border-radius:12px;padding:14px;position:relative}.student-module__jqJ5VG__vocabCard.student-module__jqJ5VG__mastered{background:#f0fdf4;border-color:#86efac}.student-module__jqJ5VG__vocabWord{margin-bottom:2px;font-size:1rem;font-weight:700}.student-module__jqJ5VG__vocabTranslation{color:var(--text-secondary);margin-bottom:6px;font-size:.88rem}.student-module__jqJ5VG__vocabDef{color:var(--text-secondary);margin:4px 0;font-size:.8rem}.student-module__jqJ5VG__vocabExample{color:var(--accent-blue);margin:4px 0;font-size:.8rem;font-style:italic}.student-module__jqJ5VG__masteredBadge{font-size:.7rem;position:absolute;top:8px;right:8px}
