/* ============================================================
 * v1.8 第三批续做 07：选教练界面简化 + 删除 hitMod 假信息
 * ============================================================ */

body:not(.match-started) #header,
body:not(.match-started) #momentum-row,
body:not(.match-started) #intent-row,
body:not(.match-started) #result-box,
body:not(.match-started) #hand-bar,
body:not(.match-started) #cards.hand-overlap,
body:not(.match-started) #team-profile,
body:not(.match-started) #coach-scout {
  display: none !important;
}

body:not(.match-started) #cards {
  position: static;
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 80px auto 0;
  padding: 0 16px;
  width: auto;
  height: auto;
  transform: none;
  bottom: auto;
  left: auto;
  right: auto;
  z-index: auto;
}

body:not(.match-started) #cards .pick-coach {
  flex: 1 1 220px;
  max-width: 260px;
  background: var(--bg-panel, #181b22);
  border: 1px solid var(--border, #2a2f3a);
  border-radius: 0;
  padding: 24px 20px;
  cursor: pointer;
  transition: all 180ms ease;
  text-align: center;
}

body:not(.match-started) #cards .pick-coach:hover,
body:not(.match-started) #cards .pick-coach:focus-visible {
  background: rgba(212, 166, 74, .08);
  border-color: rgba(212, 166, 74, .6);
  transform: translateY(-2px);
}

body:not(.match-started) #cards .pc-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--gold-primary, #f0d99b);
  letter-spacing: .8px;
  margin-bottom: 8px;
}

body:not(.match-started) #cards .pc-desc {
  font-size: 12px;
  color: var(--text-muted, #8b94a3);
  line-height: 1.6;
}

.hud-tooltip,
.hud-info-hint {
  display: none !important;
}
