/* Shared fielding board — same classes as 390 Live scorekeeper. Scoped under .lfs so coach portal chrome is untouched. */
.lfs {
  --navy: #0A2540;
  --gold: #C9A227;
  --text-secondary: #666;
  font-family: inherit;
}
.lfs .inn-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 10px;
  margin-bottom: 4px;
}
.lfs .inn-chip {
  flex: 0 0 auto;
  min-width: 64px;
  min-height: 44px;
  border-radius: 10px;
  border: 2px solid #cfd6e4;
  background: #fff;
  font-family: inherit;
  font-weight: 700;
  font-size: 13px;
  color: var(--navy);
  cursor: pointer;
}
.lfs .inn-chip.on {
  border-color: var(--gold);
  background: rgba(201, 162, 39, 0.18);
}
.lfs .field-pick-hint {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 600;
  color: #0d7a5f;
  text-align: center;
}
.lfs .field-pull-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 8px;
  padding: 6px 8px;
  border-radius: 10px;
  background: #eef1f6;
  border: 1px solid #d0d6e2;
}
.lfs .field-pull-bar .src-inn-scroll {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  flex: 1;
  justify-content: flex-start;
}
.lfs .field-pull-bar .inn-chip {
  min-width: 44px;
  min-height: 30px;
  font-size: 11px;
  padding: 4px 8px;
}
.lfs .field-pull-btn {
  flex: 0 0 auto;
  width: auto !important;
  min-width: 0;
  min-height: 30px !important;
  height: 30px;
  padding: 0 12px !important;
  font-size: 11px !important;
  font-weight: 700;
  white-space: nowrap;
  border-radius: 999px;
  border: none;
  background: var(--navy);
  color: var(--gold);
  cursor: pointer;
  font-family: inherit;
}
.lfs .field-side-by-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 10px;
  align-items: start;
}
.lfs .field-side {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.lfs .field-side-hdr {
  font-size: 11px;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 4px;
  text-align: center;
  min-height: 22px;
  line-height: 22px;
}
.lfs .field-side-prev .field-side-hdr { color: #667; }
.lfs .ro-badge, .lfs .edit-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 1px 5px;
  border-radius: 999px;
  vertical-align: middle;
}
.lfs .ro-badge { background: #dfe3eb; color: #5c667a; }
.lfs .edit-badge { background: rgba(201, 162, 39, 0.25); color: #6a5200; }
.lfs .field-side-prev {
  background: #e8ebf1;
  border-radius: 10px;
  padding: 6px 4px;
  border: 1px dashed #b8c0d0;
}
.lfs .field-side-next {
  background: #fffdf5;
  border-radius: 10px;
  padding: 6px 4px;
  border: 2px solid var(--gold);
}
.lfs .field-side-prev .pos-slot {
  background: #dde2eb;
  border-style: solid;
  border-color: #c5ccd8;
}
.lfs .field-side-prev .pos-chip-ro {
  background: #7a8496 !important;
  cursor: grab;
  box-shadow: none;
}
.lfs .field-side-next .pos-slot.pos-editable {
  border-style: solid;
  border-color: #c9b06a;
  background: #fff;
}
.lfs .field-side-next .pos-chip-edit {
  background: var(--navy) !important;
  cursor: grab;
  box-shadow: none;
}
.lfs .field-pos-col {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 10px;
}
.lfs .field-side .field-pos-col {
  margin-bottom: 0;
  flex: 1;
}
.lfs .field-pos-col .pos-slot {
  min-height: 32px;
  border-radius: 8px;
  border: 1px dashed #c5cddd;
  background: #f7f9fc;
  padding: 3px 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.lfs .field-pos-col .pos-slot.filled {
  border-style: solid;
  border-color: #b8c2d6;
  background: #fff;
}
.lfs .field-pos-col .pos-slot.pos-p {
  border-color: var(--gold);
  background: rgba(201, 162, 39, 0.08);
}
.lfs .field-pos-col .pos-slot.drag-over,
.lfs .sitting-bucket.drag-over {
  border-color: var(--navy);
  background: rgba(10, 31, 68, 0.06);
}
.lfs .field-pos-col .pos-lbl,
.lfs .sitting-bucket .pos-lbl {
  flex: 0 0 22px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--navy);
  text-transform: uppercase;
}
.lfs .field-pos-col .pos-empty,
.lfs .sitting-bucket .pos-empty {
  font-size: 10px;
  color: #99a;
  padding: 2px 0;
}
.lfs .field-pos-col .pos-chip,
.lfs .sitting-bucket .pos-chip {
  flex: 1;
  min-height: 26px;
  height: 26px;
  border-radius: 6px;
  border: none;
  background: var(--navy);
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  font-size: 11px;
  padding: 2px 8px;
  cursor: grab;
  text-align: left;
  line-height: 1.2;
}
.lfs .sitting-bucket {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  min-height: 48px;
  border-radius: 10px;
  border: 1px solid #d8a0a0;
  background: #fff6f6;
  padding: 6px 8px;
  margin-bottom: 8px;
}
.lfs .sitting-bucket .sitting-chips {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 0;
}
.lfs .sitting-bucket .pos-chip {
  height: auto;
  min-height: 28px;
}
.lfs .sitting-bucket .pos-chip.sitting { background: #5c6b82; }
.lfs .field-pos-col .pos-chip.picked,
.lfs .sitting-bucket .pos-chip.picked {
  background: #0d7a5f !important;
  color: #fff !important;
  outline: 2px solid #0d7a5f;
  box-shadow: 0 0 0 2px rgba(13, 122, 95, 0.25);
}
.lfs .field-pos-col .pos-slot.slot-picked {
  border-color: #0d7a5f !important;
  background: rgba(13, 122, 95, 0.1) !important;
}
.lfs .field-pos-col.is-swapping .pos-slot.slot-swap,
.lfs .field-pos-col.is-swapping .pos-slot.slot-drop {
  border-color: #7aa89a;
  border-style: dashed;
  background: rgba(13, 122, 95, 0.04);
}
.lfs .sitting-bucket.is-swapping {
  border-color: #0d7a5f;
  border-style: dashed;
}
.lfs .field-clear-btn {
  width: 100%;
  min-height: 36px !important;
  margin: 0 0 8px;
  font-size: 12px !important;
  font-weight: 600;
  border: none;
  background: none;
  color: #64748B;
  cursor: pointer;
  font-family: inherit;
}
.lfs .fielding-note {
  font-size: 12px;
  color: var(--text-secondary);
  margin: 0 0 10px;
  line-height: 1.4;
}
.lfs .pos-chip.sit-warn {
  background: #e6b800 !important;
  color: #1a1400 !important;
  outline: 2px solid #c49200;
}
.lfs .lfs-clear-ask {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1.5px solid #C9A227;
  background: #FFFBEB;
  font-size: 13px;
  color: #0F3460;
}
.lfs .lfs-clear-ask button {
  min-height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  font: 700 13px inherit;
  cursor: pointer;
}
