.sd-roster-row.is-open {
  border-color: #8df05aa3;
  box-shadow: 0 0 18px #8df05a24, inset 0 1px #ffffff14;
}

.sd-instructor-code-card {
  align-items: center;
  background: linear-gradient(135deg, #8df05a14, #ef10250a), #050505e8;
  border: 1px solid #8df05a66;
  border-radius: 8px;
  box-shadow: 0 0 22px #8df05a18, inset 0 1px #ffffff12;
  display: grid;
  gap: 6px 14px;
  grid-template-columns: minmax(0, 1fr) minmax(86px, auto);
  margin: 0 0 10px;
  padding: 12px 14px;
}

.sd-instructor-code-card span {
  color: var(--green);
  font-size: .68rem;
  font-weight: 950;
  line-height: 1;
  min-width: 0;
  text-transform: uppercase;
}

.sd-instructor-code-card strong {
  align-self: center;
  background: #8df05a17;
  border: 1px solid #8df05a55;
  border-radius: 7px;
  color: var(--foreground);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 1.65rem;
  font-variant-numeric: tabular-nums;
  font-weight: 950;
  grid-row: 1 / span 2;
  justify-self: end;
  line-height: 1;
  min-width: 86px;
  padding: 9px 12px;
  text-align: center;
}

.sd-instructor-code-card p {
  color: #f8f8f8c7;
  font-size: .8rem;
  font-weight: 760;
  line-height: 1.3;
  margin: 0;
  min-width: 0;
}

.sd-roster-filter-bar {
  align-items: center;
  background: #050505b8;
  border: 1px solid #8df05a38;
  border-radius: 8px;
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 8px;
}

.sd-roster-filter-bar label {
  align-items: center;
  background: #0c0c0ce0;
  border: 1px solid #ffffff1f;
  border-radius: 7px;
  color: #f8f8f8d8;
  display: grid;
  font-size: .66rem;
  font-weight: 950;
  gap: 6px;
  grid-template-columns: 16px minmax(0, 1fr);
  min-height: 34px;
  padding: 7px 8px;
  text-transform: uppercase;
}

.sd-roster-filter-bar input {
  accent-color: var(--green);
  height: 16px;
  width: 16px;
}

.sd-roster-filter-bar span {
  line-height: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sd-roster-summary {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: grid;
  gap: 7px;
  grid-template-columns: 58px minmax(88px, 1.35fr) minmax(74px, .9fr) minmax(74px, .9fr) 58px 22px;
  min-height: 42px;
  padding: 8px 9px;
  text-align: left;
  width: 100%;
}

.sd-roster-summary strong,
.sd-roster-summary small,
.sd-roster-status {
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sd-roster-summary strong {
  color: var(--foreground);
  font-size: .83rem;
  font-weight: 950;
}

.sd-roster-summary small {
  color: #f8f8f8a8;
  font-size: .63rem;
  font-weight: 850;
}

.sd-roster-summary:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: -2px;
}

.sd-roster-row.is-open .sd-roster-arrow {
  transform: rotate(-135deg);
}

.sd-roster-coaching-cue,
.sd-roster-practice-history {
  background: linear-gradient(135deg, #8df05a12, #ef10250a), #070707ed;
  border: 1px solid #8df05a3f;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 10px;
}

.sd-roster-coaching-cue span {
  color: var(--green);
  font-size: .62rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.sd-roster-coaching-cue strong {
  color: var(--foreground);
  font-size: .94rem;
  font-weight: 950;
  line-height: 1.15;
}

.sd-roster-coaching-cue p {
  color: #f8f8f8c9;
  font-size: .82rem;
  font-weight: 760;
  line-height: 1.35;
  margin: 0;
}

.sd-roster-coaching-cue .sd-secondary-action {
  min-height: 40px;
}

@media (width <= 430px) {
  .sd-roster-filter-bar {
    gap: 5px;
    padding: 7px;
  }

  .sd-roster-filter-bar label {
    font-size: .58rem;
    gap: 5px;
    padding: 6px;
  }

  .sd-roster-summary {
    gap: 5px;
    grid-template-columns: 50px minmax(72px, 1.25fr) minmax(60px, .8fr) 50px 18px;
    padding: 7px;
  }

  .sd-roster-summary small:nth-of-type(2) {
    display: none;
  }

  .sd-roster-summary strong {
    font-size: .78rem;
  }

  .sd-roster-summary small {
    font-size: .58rem;
  }

  .sd-instructor-code-card {
    grid-template-columns: 1fr;
    padding: 11px;
  }

  .sd-instructor-code-card strong {
    grid-row: auto;
    justify-self: start;
  }
}
