.detail-head {
  padding: 16px;
  border-bottom: 1px solid var(--border);
}

.detail-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 10px;
}

.scoreboard {
  display: grid;
  margin-top: 16px;
  grid-template-columns: 1fr 76px 1fr;
  align-items: center;
  text-align: center;
}

.club {
  min-width: 0;
  font-size: 13px;
  font-weight: 620;
}

.club .team-display {
  max-width: 100%;
  justify-content: center;
}

.club .team-display > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.club small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 450;
}

.score-main {
  font-size: 27px;
  font-weight: 720;
}

.score-main small {
  display: block;
  margin-top: 3px;
  color: var(--green);
  font-size: 10px;
  font-weight: 560;
}

.detail-body {
  padding: 12px 16px 94px;
}

.chart-panel {
  margin-top: 12px;
  padding: 13px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.chart-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.chart-head h2 {
  margin: 0;
  font-size: 13px;
}

.chart-head p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 10px;
}

.chart-value {
  text-align: right;
}

.chart-value strong {
  display: block;
  color: var(--gold-strong);
  font-size: 16px;
}

.chart-value span {
  color: var(--green);
  font-size: 10px;
}

.odds-chart {
  display: block;
  width: 100%;
  height: 112px;
  margin-top: 12px;
}

.chart-grid {
  stroke: #292a2b;
  stroke-width: 1;
}

.chart-line {
  fill: none;
  stroke: var(--gold-strong);
  stroke-width: 2.5;
}

.chart-line-secondary {
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.7;
  stroke-dasharray: 4 4;
}

.chart-point {
  fill: var(--bg);
  stroke: var(--gold-strong);
  stroke-width: 2;
}

.snapshot-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.snapshot-list li {
  display: grid;
  min-height: 38px;
  grid-template-columns: 45px 1fr 1fr 1fr;
  align-items: center;
  color: var(--muted-strong);
  border-bottom: 1px solid var(--border);
  font-size: 10px;
  text-align: right;
}

.snapshot-list li span:first-child {
  color: var(--muted);
  text-align: left;
}

.snapshot-list li.header {
  min-height: 30px;
  color: var(--muted);
}

.signal-box {
  margin-top: 12px;
  padding: 12px;
  background: #17150f;
  border: 1px solid #574922;
  border-left: 3px solid var(--gold);
  border-radius: 6px;
}

.signal-box strong {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--gold-strong);
  font-size: 12px;
}

.signal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.signal-action {
  display: inline-flex;
  min-height: 44px;
  padding: 0 10px;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  color: #100e08;
  background: var(--gold-strong);
  border: 1px solid var(--gold-strong);
  border-radius: 5px;
  font-size: 11px;
  font-weight: 650;
}

.signal-box p {
  margin: 7px 0 0;
  color: var(--text-soft);
  font-size: 11px;
  line-height: 1.55;
}
