/* Work-tag color separation v122: visual only; scoring and saved values are unchanged. */
.production-label-picker>p .score-key,
.production-label-picker>p .detail-key{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:3px 8px;
  font-size:11px;
  font-weight:900;
}
.production-label-picker>p .score-key{background:#dbeafe;color:#174ea6}
.production-label-picker>p .detail-key{background:#ffedd5;color:#9a4b0b}

.production-label-picker>.production-label-group{
  padding:12px;
  border:1px solid transparent;
  border-radius:14px;
}
.production-label-group>b{
  display:flex;
  align-items:center;
  gap:7px;
  font-size:13px;
}
.production-label-group>b::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:50%;
  flex:0 0 10px;
  box-shadow:0 0 0 4px rgba(255,255,255,.72);
}

.production-label-picker>.is-score-group{
  border-color:#9fc2f8;
  background:linear-gradient(145deg,#eff6ff 0%,#e6f0ff 100%);
}
.is-score-group>b{color:#174ea6}
.is-score-group>b::before{background:#2563eb}
.is-score-group .production-label-option.is-score{
  border-color:#b7cff5;
  background:#fff;
  color:#183a69;
}
.is-score-group .production-label-option.is-score:hover{
  border-color:#6d9fec;
  background:#f6faff;
}
.is-score-group .production-label-option.is-score:has(input:checked){
  border-color:#2563eb;
  background:#dbeafe;
  color:#123f8c;
  box-shadow:0 0 0 2px rgba(37,99,235,.16);
}

.production-label-picker>.is-detail-group{
  border-color:#f4bd64;
  background:linear-gradient(145deg,#fffaf0 0%,#fff2d8 100%);
}
.is-detail-group>b{color:#91450a}
.is-detail-group>b::before{background:#f59e0b}
.is-detail-group .production-label-option.is-detail{
  border-color:#efc681;
  background:#fffdf8;
  color:#70400e;
}
.is-detail-group .production-label-option.is-detail:hover{
  border-color:#e89a25;
  background:#fff7e5;
}
.is-detail-group .production-label-option.is-detail input{accent-color:#059669}
.is-detail-group .production-label-option.is-detail:has(input:checked){
  border-color:#059669;
  background:#dff8ee;
  color:#086447;
  box-shadow:0 0 0 2px rgba(5,150,105,.16);
}

@media(max-width:520px){
  .production-label-picker>.production-label-group{padding:10px}
  .production-label-picker>p .score-key,
  .production-label-picker>p .detail-key{margin:2px 0}
}
