.sort-header{
  appearance:none;
  border:0;
  background:transparent;
  color:inherit;
  font:inherit;
  font-weight:inherit;
  width:100%;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  cursor:pointer;
  text-align:left;
}
.sort-header:hover{color:#007AFF}
.sort-header:focus-visible{outline:2px solid #007AFF;outline-offset:4px;border-radius:4px}
.sort-btn{font-size:12px;line-height:1;opacity:.7;min-width:14px;text-align:center}
th[aria-sort="ascending"] .sort-btn,th[aria-sort="descending"] .sort-btn{color:#007AFF;opacity:1}
.student-full-form{display:grid;gap:18px}
.form-section{border:1px solid var(--border,#e5e7eb);border-radius:14px;padding:16px;background:var(--surface,#fff)}
.form-section-title{font-weight:700;margin-bottom:14px}
.status-auto-preview{padding:12px 14px;border-radius:12px;background:rgba(0,122,255,.06);display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.status-auto-preview .small:last-child{flex-basis:100%}
.supervisor-student-groups,.admin-student-groups,.admin-account-groups{display:grid;gap:22px}
.supervisor-student-group,.admin-status-group{border:1px solid var(--border,#e5e7eb);border-radius:16px;background:var(--surface,#fff);overflow:hidden}
.supervisor-group-head,.admin-status-head{padding:16px 18px 12px}
.supervisor-group-title-row,.admin-status-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.supervisor-group-title-row h3,.admin-status-title-row h3{margin:0}
.supervisor-group-head p,.admin-status-head p{margin:5px 0 0}
.supervisor-group-count,.admin-status-count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 9px;border-radius:999px;font-size:13px;font-weight:700}
.active-group{border-top:4px solid #34C759}
.active-group .supervisor-group-count,.active-group .admin-status-count{background:rgba(52,199,89,.12);color:#248A3D}
.completed-group{border-top:4px solid #8E8E93}
.completed-group .supervisor-group-count,.completed-group .admin-status-count{background:rgba(142,142,147,.14);color:#636366}
.unassigned-group{border-top:4px solid #FF9500}
.unassigned-group .admin-status-count{background:rgba(255,149,0,.14);color:#C65D00}
.other-account-group{border-top:4px solid #007AFF}
.other-account-group .admin-status-count{background:rgba(0,122,255,.12);color:#0062CC}
.supervisor-group-empty,.admin-status-empty{border-top:1px solid var(--border,#e5e7eb);border-radius:0}
.supervisor-student-toolbar,.admin-group-toolbar{margin-bottom:18px}
@media (max-width:640px){
  .sort-header{gap:5px}
  .form-section{padding:13px}
  .supervisor-group-head,.admin-status-head{padding:14px 14px 10px}
}
