.bangit-producer-panel {
  background: linear-gradient(180deg, #121a2e 0%, #0a1020 100%);
  border: 1px solid #7dffb2;
  border-radius: 10px;
  padding: 0.85rem 0.95rem;
  margin-bottom: 0.85rem;
  box-shadow: 0 0 18px rgba(125, 255, 178, 0.08);
}

.bangit-producer-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.65rem;
}

.bangit-producer-title {
  font-size: 0.88rem;
  font-weight: 900;
  color: #7dffb2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bangit-producer-title::before {
  content: "🧬 ";
}

.bangit-producer-meta {
  font-size: 0.72rem;
  color: #8aa8c8;
  flex: 1 1 200px;
}

.bangit-producer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.bangit-producer-btn {
  background: #0a1a2e;
  border: 1px solid #3a6a5a;
  color: #c8f0dc;
  border-radius: 6px;
  padding: 0.4rem 0.75rem;
  font-size: 0.74rem;
  font-weight: 800;
  cursor: pointer;
}

.bangit-producer-btn:hover {
  border-color: #7dffb2;
  color: #7dffb2;
}

.bangit-producer-btn.is-primary {
  background: linear-gradient(180deg, #1a4a32 0%, #0f2a1c 100%);
  border-color: #7dffb2;
  color: #e8fff0;
}

.bangit-producer-btn.is-xfactor {
  background: linear-gradient(180deg, #3d2a00 0%, #1a1200 100%);
  border-color: #f5a623;
  color: #ffe8c2;
}

.bangit-producer-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  margin-bottom: 0.55rem;
}

.bangit-producer-toolbar label {
  font-size: 0.68rem;
  font-weight: 800;
  color: #6b8aab;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.bangit-producer-select {
  background: #07111f;
  border: 1px solid #2a4a6a;
  color: #e8f4ff;
  border-radius: 6px;
  padding: 0.32rem 0.5rem;
  font-size: 0.74rem;
}

.bangit-producer-lineup {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.4rem;
  margin-bottom: 0.55rem;
}

.bangit-producer-slot {
  background: #081424;
  border: 1px dashed #2a4a6a;
  border-radius: 8px;
  padding: 0.4rem 0.5rem;
  min-height: 3.2rem;
  font-size: 0.68rem;
  color: #6f91b5;
}

.bangit-producer-slot.is-filled {
  border-style: solid;
  border-color: #7dffb2;
  color: #e8fff0;
}

.bangit-producer-slot strong {
  display: block;
  font-size: 0.72rem;
  color: #f5c76a;
}

.bangit-producer-slot.is-filled {
  cursor: pointer;
}

.bangit-producer-slot-pos {
  font-size: 0.58rem;
  font-weight: 700;
  color: #9fd0ff;
}

.bangit-producer-pos-modal {
  position: fixed;
  inset: 0;
  z-index: 12500;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(2, 8, 18, 0.82);
}

.bangit-producer-pos-modal.is-open {
  display: flex;
}

.bangit-producer-pos-panel {
  position: relative;
  width: min(420px, 100%);
  border: 1px solid #3a6a5a;
  border-radius: 12px;
  background: linear-gradient(180deg, #0d1524 0%, #060c14 100%);
  padding: 1rem 1rem 0.85rem;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
}

.bangit-producer-pos-close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  background: transparent;
  border: 1px solid #2a4a6a;
  color: #9fd0ff;
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
}

.bangit-producer-pos-kicker {
  margin: 0;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7dffb2;
}

.bangit-producer-pos-title {
  margin: 0.35rem 2rem 0.25rem 0;
  font-size: 0.95rem;
  font-weight: 900;
  color: #e8fff0;
}

.bangit-producer-pos-sub {
  margin: 0 0 0.75rem;
  font-size: 0.74rem;
  color: #8aa8c8;
  line-height: 1.45;
}

.bangit-producer-pos-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.bangit-producer-pos-btn {
  background: linear-gradient(180deg, #1a4a32 0%, #0f2a1c 100%);
  border: 1px solid #7dffb2;
  color: #e8fff0;
  border-radius: 8px;
  padding: 0.5rem 0.9rem;
  font-size: 0.82rem;
  font-weight: 900;
  cursor: pointer;
  min-width: 3.5rem;
}

.bangit-producer-pos-btn:hover {
  filter: brightness(1.08);
}

.bangit-producer-report {
  background: #07111f;
  border: 1px solid #1a2744;
  border-radius: 8px;
  padding: 0.65rem 0.75rem;
  max-height: 220px;
  overflow: auto;
  font-size: 0.72rem;
  color: #b8c8dc;
  line-height: 1.45;
  margin-top: 0.5rem;
}

.bangit-producer-report h5 {
  margin: 0.35rem 0 0.25rem;
  font-size: 0.68rem;
  color: #7dffb2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bangit-producer-report ul {
  margin: 0.2rem 0 0.5rem;
  padding-left: 1.1rem;
}

.bangit-card.is-lineup-pick {
  outline: 2px solid rgba(125, 255, 178, 0.55);
  box-shadow: 0 0 12px rgba(125, 255, 178, 0.15);
}

.bangit-lineup-pick-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0 0 0.4rem;
  padding: 0.2rem 0.45rem;
  border-radius: 5px;
  border: 1px solid #3a6a5a;
  background: #0a1a14;
  color: #7dffb2;
  font-size: 0.62rem;
  font-weight: 900;
  cursor: pointer;
  letter-spacing: 0.04em;
}

.bangit-lineup-pick-btn.is-on {
  background: #1a4a32;
  border-color: #7dffb2;
}

.bangit-lineup-pick-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}