.hero-progress { padding: 16px 16px 14px; background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%); color: #fff; border: 2px solid var(--scvfs-red); }

.stacked-bar {
  display: flex;
  width: 100%;
  height: 22px;
  background: #3a3a3a;
  border-radius: 8px;
  overflow: hidden;
  margin: 6px 0 8px;
}
.stacked-bar .seg {
  height: 100%;
  transition: width 0.4s ease;
}
.stacked-bar .seg.gap { background: transparent; }

.stacked-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-size: 11px;
  color: rgba(255,255,255,0.85);
}
.stacked-legend .dot {
  display: inline-block;
  width: 9px; height: 9px;
  border-radius: 2px;
  margin-right: 3px;
  vertical-align: -1px;
}
.stacked-legend .gap-legend { color: rgba(255,255,255,0.55); }

.bucket-dot {
  display: inline-block;
  width: 10px; height: 10px;
  border-radius: 2px;
  vertical-align: 0px;
  margin-right: 3px;
}
.hero-progress-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; text-align: center; margin-bottom: 12px; }
.hero-progress .hero-num { font-size: 32px; font-weight: 800; line-height: 1; letter-spacing: -1px; color: #fff; }
.hero-progress .hero-num.red { color: var(--scvfs-red); }
.hero-progress .hero-label { font-size: 10px; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 0.8px; font-weight: 700; margin-top: 5px; }

.bucket-card { margin: 0 0 12px; }
.bucket-card.clickable { cursor: pointer; transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease; }
.bucket-card.clickable:hover { transform: translateY(-1px); box-shadow: var(--shadow-lg); border-color: var(--scvfs-red); }
.bucket-card.clickable:active { transform: translateY(0); }
.bucket-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.bucket-title { font-size: 15px; font-weight: 700; color: var(--ink); }
.bucket-pct { font-size: 22px; font-weight: 800; color: var(--scvfs-red); line-height: 1; }
.bucket-numbers { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 8px; font-size: 14px; }
.bucket-pts { font-weight: 700; font-size: 13px; color: var(--scvfs-black); }
.bucket-hint { margin-top: 8px; font-size: 11px; }
.bucket-list { margin-top: 4px; font-size: 11px; line-height: 1.4; color: var(--scvfs-red); font-weight: 600; }

.progress-card { padding: 22px 22px 18px; }
.progress-bar.big { height: 14px; }

.progress-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 14px;
}

.pstat { text-align: center; }
.pstat-num {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--scvfs-black);
  line-height: 1;
}
.pstat-num.red { color: var(--scvfs-red); }
.pstat-label {
  font-size: 11px;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-top: 6px;
}
.pstat-sub { margin-top: 2px; font-size: 11px; }

.progress-bar {
  height: 10px;
  background: var(--grey-100);
  border-radius: 999px;
  overflow: hidden;
  margin: 12px 0 8px;
}
.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--scvfs-red) 0%, var(--scvfs-red-dark) 100%);
  transition: width 0.4s ease;
}
.progress-breakdown { text-align: center; }

.roster-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) { .roster-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 880px) { .roster-grid { grid-template-columns: 1fr 1fr 1fr; } }

.rs-card {
  padding: 12px 14px;
  background: var(--grey-50);
  border-radius: 8px;
  border: 1px solid var(--grey-100);
}
.rs-card.coach {
  background: #fff;
  border-color: var(--scvfs-red);
  border-width: 2px;
}
.rs-card.open {
  background: repeating-linear-gradient(45deg, #fafafa, #fafafa 6px, #f3f4f6 6px, #f3f4f6 12px);
  text-align: center;
  padding: 14px;
}
.rs-num {
  position: absolute;
  top: 12px; left: 12px;
  width: 26px; height: 26px;
  background: var(--scvfs-black);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}
.rs-card.coach .rs-num { background: var(--scvfs-red); }
.rs-card.open .rs-num { position: static; margin: 0 auto 8px; background: var(--grey-300); color: var(--muted); }

.rs-name { font-weight: 700; font-size: 15px; }
.rs-name .coach-tag {
  display: inline-block;
  background: var(--scvfs-red);
  color: #fff;
  font-size: 9px;
  letter-spacing: 1px;
  padding: 1px 5px;
  border-radius: 3px;
  margin-left: 6px;
  vertical-align: 2px;
}
.rs-meta { margin-top: 1px; }

.rs-counts {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
}
.count-pill {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 4px;
  background: var(--grey-100);
  color: var(--grey-700);
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.count-pill.team { background: var(--scvfs-black); color: #fff; }
.count-pill.optin { background: #fef3c7; color: #92400e; }
.count-pill.personal { background: var(--scvfs-red-tint); color: var(--scvfs-red-dark); }
.count-pill.total { background: var(--scvfs-red); color: #fff; }

.rs-details { margin-top: 8px; }
.rs-details summary {
  cursor: pointer;
  font-size: 12px;
  color: var(--scvfs-red);
  font-weight: 600;
  user-select: none;
}
.rs-event-list {
  list-style: none;
  padding: 6px 0 0;
  margin: 0;
  font-size: 12px;
}
.rs-event-list li { padding: 3px 0; }
