.students-page-section{background-color:var(--color-light-gray-card);padding:var(--spacing-3xl) 0}.students-page-header{text-align:center;margin-bottom:var(--spacing-2xl)}.students-page-title{font-size:var(--font-size-3xl);font-weight:var(--font-weight-semibold);color:var(--color-gray-900);margin-bottom:var(--spacing-sm)}.students-page-subtitle{font-size:var(--font-size-base);color:var(--color-gray-600)}.students-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-md2);margin-bottom:var(--spacing-lg)}.student-card{background-color:var(--color-white);border-radius:var(--radius-lg);padding:var(--spacing-md2);display:flex;flex-direction:column;justify-content:space-between;min-height:160px;transition:box-shadow .2s ease}.student-card:hover{box-shadow:0 4px 12px #00000014}.student-card-title{font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--color-gray-900);line-height:1.4;margin-bottom:var(--spacing-md)}.student-card-footer{display:flex;align-items:center;justify-content:space-between}.student-card-profile{display:flex;align-items:center;gap:var(--spacing-sm)}.student-card-avatar{width:var(--size-40);height:var(--size-40);border-radius:var(--radius-full);overflow:hidden;flex-shrink:0}.student-card-avatar img{width:100%;height:100%;object-fit:cover}.student-card-avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#c4b5fd,#a78bfa)}.student-card-info{display:flex;flex-direction:column}.student-card-name{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--color-secondary);text-decoration:none;transition:color .2s ease}.student-card-name:hover{color:var(--color-purple-dark)}.student-card-course{font-size:var(--font-size-xs);color:var(--color-gray-500)}.student-card-arrow{width:var(--size-40);height:var(--size-40);border-radius:var(--radius-full);background-color:var(--color-purple-light);color:var(--color-secondary);display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.student-card-arrow:hover{background-color:var(--color-secondary);color:var(--color-white);transform:translate(4px)}@media(max-width:1024px){.students-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.students-page-section{padding:var(--spacing-2xl) 0}.students-page-title{font-size:var(--font-size-2xl)}.students-grid{grid-template-columns:1fr;gap:var(--spacing-md)}.student-card{min-height:auto}}
