/**
 * Shadow Cipher Syndicate - Main Frontend Styles
 */

.scs-teacher-dashboard,
.scs-student-portal,
.scs-teacher-register,
.scs-student-join {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.scs-teacher-dashboard h1,
.scs-student-portal h1,
.scs-teacher-register h1,
.scs-student-join h1 {
  color: #333;
  font-size: 2rem;
  margin-bottom: 20px;
}
