/* CurioSpark v8.55 — Admin-only bulk roster completion. */
.v855-roster-bulk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  flex-wrap: wrap;
  margin: 0 0 1rem;
  padding: .8rem 1rem;
  border: 1px solid rgba(95, 37, 121, .18);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 250, 235, .96), rgba(249, 242, 255, .96));
}
.v855-roster-bulk[hidden] { display: none !important; }
.v855-roster-select-all,
.v855-roster-card-select {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: #4b245f;
  font-weight: 800;
}
.v855-roster-select-all input,
.v855-roster-select-cell input,
.v855-roster-card-select input {
  width: 1.2rem;
  height: 1.2rem;
  accent-color: #64247f;
}
.v855-roster-bulk-count {
  color: #6a5a7a;
  font-weight: 800;
}
.v855-roster-select-cell { width: 3.25rem; text-align: center; }
.v855-roster-card-select {
  width: 100%;
  padding: .65rem .75rem;
  border-radius: 14px;
  background: rgba(100, 36, 127, .07);
}
@media (max-width: 720px) {
  .v855-roster-bulk { align-items: stretch; }
  .v855-roster-select-all,
  .v855-roster-bulk-count,
  .v855-roster-bulk .button { width: 100%; }
  .v855-roster-bulk .button { justify-content: center; }
}
