.AssignmentPlayerPage-module__BOLpta__playerLayout{background-color:#f7f8fa;grid-template-columns:1fr 300px;height:100%;display:grid}.AssignmentPlayerPage-module__BOLpta__mainContent{flex-direction:column;display:flex;overflow-y:auto}.AssignmentPlayerPage-module__BOLpta__loadingState{justify-content:center;align-items:center;height:100%;font-size:18px;display:flex}.AssignmentPlayerPage-module__BOLpta__aside{background-color:var(--student-white);border-left:1px solid var(--border-color)}
.PlayerHeader-module__u__b9a__header{background-color:var(--student-white);border-bottom:1px solid var(--student-border);z-index:10;justify-content:space-between;align-items:center;padding:16px 24px;display:flex;position:sticky;top:0}.PlayerHeader-module__u__b9a__title{font-size:20px;font-weight:600}.PlayerHeader-module__u__b9a__timer{color:var(--student-primary);align-items:center;gap:8px;font-size:16px;font-weight:500;display:flex}
.QuestionViewer-module__tDCvBG__viewerContainer{flex-grow:1;padding:32px 48px}.QuestionViewer-module__tDCvBG__questionHeader{border-bottom:1px solid var(--student-border);margin-bottom:24px;padding-bottom:16px}.QuestionViewer-module__tDCvBG__questionType{background-color:var(--student-primary-light-bg);color:var(--student-primary);border-radius:99px;margin-bottom:16px;padding:4px 12px;font-size:14px;font-weight:500;display:inline-block}.QuestionViewer-module__tDCvBG__questionStem{color:var(--student-text-primary);font-size:18px;line-height:1.8}.QuestionViewer-module__tDCvBG__optionsList{flex-direction:column;gap:16px;margin-top:24px;padding:0;list-style:none;display:flex}.QuestionViewer-module__tDCvBG__optionItem{border:2px solid var(--student-border);cursor:pointer;border-radius:12px;align-items:center;gap:16px;padding:16px;transition:all .2s ease-in-out;display:flex}.QuestionViewer-module__tDCvBG__optionItem:hover{background-color:#f5f3ff;border-color:#a5b4fc}.QuestionViewer-module__tDCvBG__optionItem.QuestionViewer-module__tDCvBG__selected{border-color:var(--student-primary);background-color:var(--student-primary-light-bg);box-shadow:0 4px 12px -4px #2f7bff33}.QuestionViewer-module__tDCvBG__optionLabel{border:2px solid var(--student-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-weight:600;transition:all .2s ease-in-out;display:flex}.QuestionViewer-module__tDCvBG__optionItem.QuestionViewer-module__tDCvBG__selected .QuestionViewer-module__tDCvBG__optionLabel{background-color:var(--student-primary);color:#fff;border-color:var(--student-primary)}.QuestionViewer-module__tDCvBG__textareaAnswer{border:2px solid var(--student-border);border-radius:12px;width:100%;min-height:200px;margin-top:16px;padding:16px;font-size:16px;line-height:1.7;transition:all .2s ease-in-out}.QuestionViewer-module__tDCvBG__textareaAnswer:focus{border-color:var(--student-primary);box-shadow:0 0 0 3px var(--student-primary-light-bg);outline:none}.QuestionViewer-module__tDCvBG__checkboxLabel{border:2px solid var(--student-border);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-weight:600;transition:all .2s ease-in-out;display:flex}.QuestionViewer-module__tDCvBG__optionItem.QuestionViewer-module__tDCvBG__selected .QuestionViewer-module__tDCvBG__checkboxLabel{background-color:var(--student-primary);color:#fff;border-color:var(--student-primary)}.QuestionViewer-module__tDCvBG__trueFalseContainer{gap:24px;margin-top:24px;display:flex}.QuestionViewer-module__tDCvBG__trueFalseButton{border:2px solid var(--student-border);cursor:pointer;border-radius:12px;flex-grow:1;justify-content:center;align-items:center;gap:12px;padding:20px;font-size:18px;font-weight:600;transition:all .2s ease-in-out;display:flex}.QuestionViewer-module__tDCvBG__trueFalseButton.QuestionViewer-module__tDCvBG__true{color:#16a34a}.QuestionViewer-module__tDCvBG__trueFalseButton.QuestionViewer-module__tDCvBG__false{color:#ef4444}.QuestionViewer-module__tDCvBG__trueFalseButton.QuestionViewer-module__tDCvBG__true:hover{background-color:#f0fdf4;border-color:#a7f3d0}.QuestionViewer-module__tDCvBG__trueFalseButton.QuestionViewer-module__tDCvBG__false:hover{background-color:#fef2f2;border-color:#fecaca}.QuestionViewer-module__tDCvBG__trueFalseButton.QuestionViewer-module__tDCvBG__selected.QuestionViewer-module__tDCvBG__true{background-color:#dcfce7;border-color:#16a34a}.QuestionViewer-module__tDCvBG__trueFalseButton.QuestionViewer-module__tDCvBG__selected.QuestionViewer-module__tDCvBG__false{background-color:#fee2e2;border-color:#ef4444}.QuestionViewer-module__tDCvBG__fillBlankInput{border:none;border-bottom:2px solid var(--student-text-tertiary);text-align:center;width:120px;color:var(--student-primary);background:0 0;margin:0 8px;padding:4px 0;font-size:18px;font-weight:600;display:inline-block}.QuestionViewer-module__tDCvBG__fillBlankInput:focus{border-bottom-color:var(--student-primary);outline:none}
.AnswerSheet-module__zI171W__sheetContainer{background-color:var(--student-white);flex-direction:column;padding:24px;display:flex}.AnswerSheet-module__zI171W__title{margin-bottom:24px;font-size:16px;font-weight:600}.AnswerSheet-module__zI171W__grid{grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:12px;display:grid}
.AnswerSheetItem-module__eyGseq__item{border:2px solid var(--student-border);background-color:var(--student-white);width:42px;height:42px;color:var(--student-text-secondary);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;font-size:15px;font-weight:600;transition:all .2s ease-in-out;display:flex}.AnswerSheetItem-module__eyGseq__item:hover{border-color:#a5b4fc;transform:scale(1.05)}.AnswerSheetItem-module__eyGseq__item.AnswerSheetItem-module__eyGseq__current{border-color:var(--student-primary);color:var(--student-primary);background-color:var(--student-primary-light-bg);box-shadow:0 0 0 3px var(--student-primary-light-bg)}.AnswerSheetItem-module__eyGseq__item.AnswerSheetItem-module__eyGseq__answered{background-color:var(--student-primary);border-color:var(--student-primary);color:#fff}.AnswerSheetItem-module__eyGseq__item.AnswerSheetItem-module__eyGseq__answered.AnswerSheetItem-module__eyGseq__current{box-shadow:0 0 0 3px #2f7bff4d}.AnswerSheetItem-module__eyGseq__item:disabled{cursor:not-allowed;opacity:.7}
.ControlPanel-module__oHKVIW__panel{border-top:1px solid var(--student-border);background-color:var(--student-white);z-index:10;justify-content:space-between;align-items:center;padding:16px 24px;display:flex;position:sticky;bottom:0}.ControlPanel-module__oHKVIW__button{cursor:pointer;border:1px solid var(--student-border);border-radius:8px;align-items:center;gap:8px;padding:12px 28px;font-size:15px;font-weight:600;transition:all .2s ease-in-out;display:flex}.ControlPanel-module__oHKVIW__prevNextButton{background-color:var(--student-white);color:var(--student-text-primary)}.ControlPanel-module__oHKVIW__prevNextButton:hover:not(:disabled){border-color:var(--student-primary);color:var(--student-primary);background-color:var(--student-primary-light-bg)}.ControlPanel-module__oHKVIW__submitButton{background-color:var(--student-primary);border-color:var(--student-primary);color:#fff}.ControlPanel-module__oHKVIW__submitButton:hover:not(:disabled){opacity:.9;box-shadow:0 4px 12px #2f7bff33}.ControlPanel-module__oHKVIW__button:disabled{color:#9ca3af;cursor:not-allowed;box-shadow:none;background-color:#f3f4f6;border-color:#e5e7eb;transform:none}
