/* Legacy compatibility shim.
 * The teacher dashboard was rebuilt as an LMS-style screen; all
 * structural/visual rules now live in style/teacher-lms.css
 * (class prefix `teacher-lms-`). This file only keeps the body-level
 * background hook so other code referencing `teacher-dashboard-active`
 * keeps working.
 */
body.teacher-dashboard-active {
  background: #eef1f7;
}
