.live-score-stats {
  margin: 26px 32px 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.live-score-stats article {
  min-height: 94px;
  padding: 17px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
}
.live-score-stats article > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 14px;
  color: #13200c;
  background: var(--gold);
}
.live-score-stats article > span svg { width: 21px; height: 21px; }
.live-score-stats article div { display: grid; gap: 3px; }
.live-score-stats small { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.live-score-stats strong { font-size: 25px; }
.live-score-panel { margin: 0 32px 34px; }
.live-score-filter { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 10px; }
.live-score-filter select {
  min-height: 40px;
  padding: 0 34px 0 12px;
  border: 1px solid var(--line);
  border-radius: 11px;
  outline: 0;
  color: var(--text);
  background: #123326;
  font-weight: 800;
}
.live-score-list { display: grid; gap: 14px; }
.live-score-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(18, 55, 40, .86), rgba(6, 27, 19, .94));
}
.live-score-card.is-finished { border-color: rgba(255, 211, 49, .24); }
.live-score-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
}
.live-score-card__head > div { display: grid; gap: 3px; }
.live-score-card__head small { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.live-score-card__head strong { font-size: 14px; }
.live-score-stage-badge {
  min-height: 30px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 211, 49, .22);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255, 211, 49, .07);
  font-size: 9px;
  font-weight: 900;
  white-space: nowrap;
}
.live-score-stage-badge svg { width: 13px; height: 13px; }
.live-score-card__body {
  padding: 17px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr);
  align-items: center;
  gap: 22px;
}
.live-score-teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 13px;
}
.live-score-team { min-width: 0; display: grid; justify-items: center; gap: 8px; text-align: center; }
.live-score-team img { width: 64px; height: 64px; object-fit: contain; padding: 7px; border-radius: 17px; background: rgba(255,255,255,.95); }
.live-score-team strong { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.live-score-versus { color: var(--gold); font-family: Impact, "Arial Black", sans-serif; font-size: 25px; }
.live-score-controls { display: grid; gap: 12px; }
.live-score-score-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 10px; }
.live-score-number { display: grid; gap: 5px; }
.live-score-number span, .live-score-stage-field span { color: var(--muted); font-size: 9px; font-weight: 800; }
.live-score-number input {
  width: 100%;
  height: 52px;
  border: 1px solid rgba(255, 211, 49, .3);
  border-radius: 13px;
  outline: 0;
  color: #14200c;
  background: #fff;
  text-align: center;
  font-size: 23px;
  font-weight: 1000;
}
.live-score-score-row > b { padding-bottom: 14px; color: var(--gold); font-size: 19px; }
.live-score-stage-field { display: grid; gap: 5px; }
.live-score-stage-field select {
  width: 100%;
  height: 46px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: 0;
  color: var(--text);
  background: #123326;
  font-weight: 800;
}
.live-score-card__foot {
  padding-top: 13px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(250px, .85fr) minmax(190px, auto);
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--line);
}
.live-score-prize { display: grid; gap: 3px; }
.live-score-prize small { color: var(--muted); font-size: 9px; }
.live-score-prize strong { color: var(--gold); font-size: 18px; }
.live-score-prize span { color: #b8c9c0; font-size: 9px; }
.live-score-winner-note { margin-top: 8px; display: flex; align-items: center; gap: 6px; color: #8affbb; font-size: 10px; font-weight: 800; }
.live-score-winner-note svg { width: 15px; height: 15px; }
.live-score-reset-slot { min-height: 48px; display: grid; place-items: stretch; }
.live-score-reset-slot:empty { visibility: hidden; }
.live-score-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.live-score-actions .button { min-width: 190px; }
.live-score-reopen { color: #ffe47a; border-color: rgba(255, 211, 49, .28); }
.live-score-reopen svg { width: 16px; height: 16px; }
.live-score-save { min-width: 190px; }
.live-score-empty { min-height: 150px; display: grid; place-items: center; color: var(--muted); text-align: center; }

@media (max-width: 1000px) {
  .live-score-card__body { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .live-score-stats { margin: 16px 14px 13px; grid-template-columns: 1fr; }
  .live-score-stats article { min-height: 78px; }
  .live-score-panel { margin: 0 14px 28px; }
  .live-score-card { padding: 14px; }
  .live-score-card__head { align-items: flex-start; flex-direction: column; }
  .live-score-card__foot { grid-template-columns: 1fr; align-items: stretch; }
  .live-score-reset-slot { width: 100%; min-height: 0; }
  .live-score-actions { width: 100%; flex-direction: column; }
  .live-score-actions .button,
  .live-score-save { width: 100%; }
  .live-score-filter { align-items: stretch; flex-direction: column; }
}


/* RESETAR PARA PRÉ-JOGO SEM SUMIR */
.live-score-reopen { min-width: 210px; }
.live-score-reopen:disabled {
  opacity: .58;
  cursor: not-allowed;
  color: #91a59a;
  border-color: rgba(255,255,255,.1);
  background: rgba(255,255,255,.035);
  box-shadow: none;
}
@media (max-width: 760px) {
  .live-score-reopen { width: 100%; min-width: 0; min-height: 46px; }
}
