
.league-wrapper {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 30px;
    max-width: 1440px;
    background: rgb(255, 255, 255);
    padding: 32px;
    border-radius: 10px;
    margin: 10px auto;
}

.game-header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
}

.team {
    display: flex;
    align-items: center;
}

.team-home {
    justify-content: flex-end;
    text-align: right;
}

.team-away {
    justify-content: flex-start;
    text-align: left;
}

.score {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
}

.score-number {
    font-size: 1.5rem;
    font-weight: 600;
}

.score-separator {
    margin: 0 6px;
}

/* escalação */

.lineup-light {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.team-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 16px;
    border: 1px solid #ececec;
}

.team-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111;
}

.team-header img {
    max-width: 24px;
    height: 24px;
}

.player-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.player-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14px;
}

.player-row:nth-child(odd) {
    background: #f7f7f8;
}

.player-row:nth-child(even) {
    background: #ffffff;
}

.player-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shirt {
    width: 26px;
    height: 26px;
    background: #e5e7eb;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
}

.name {
    font-weight: 500;
    color: #111;
}

.event {
    font-size: 12px;
    margin-left: 4px;
}

.rating {
    font-weight: 600;
    font-size: 13px;
    color: #374151;
}



/* fim escalação */

.stats-section {
    background: #ffffff;
    border-radius: 8px;
    padding: 14px 16px;
}

.stats-title {
    background: #f2f2f2;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 8px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
    text-align: center;
}

.stats-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    font-size: 0.85rem;
    padding: 6px 0;
}

.stats-row span:first-child {
    text-align: left;
}

.stats-row span:last-child {
    text-align: right;
}

.stats-label {
    color: #666;
    font-weight: 500;
}

.stats-subgroup {
    background: #e6f6ec;
    border-radius: 6px;
    padding: 8px;
    margin: 8px 0;
}

.stats-row.highlight {
    background: #0ca94a;
    color: #ffffff;
    border-radius: 4px;
    padding: 6px;
}

.stats-row.highlight .stats-label {
    color: #ffffff;
}



.xsports-game {
  background-color: #f5f6f8;
}

.xs-card {
  border: 1px solid #e4e6eb;
  border-radius: 8px;
  background: #fff;
}

.xs-card-header {
  background: #fff;
  border-bottom: 1px solid #e4e6eb;
  font-size: 14px;
  padding: 12px 16px;
}

.xs-lineup {
  padding: 8px 16px;
}

.xs-player {
  display: flex;
  align-items: center;
  padding: 6px 0;
  font-size: 13px;
}

.xs-player:not(:last-child) {
  border-bottom: 1px solid #f0f1f3;
}

.xs-number {
  width: 28px;
  color: #6c757d;
  font-weight: 600;
}

.xs-name {
  flex: 1;
}

.xs-subtitle {
  padding: 8px 16px;
  font-size: 12px;
  text-transform: uppercase;
  color: #6c757d;
  border-top: 1px solid #e4e6eb;
}

.xs-info p {
  font-size: 13px;
  margin-bottom: 6px;
}

.xs-table th {
  font-size: 12px;
  text-transform: uppercase;
  color: #6c757d;
}

.xs-table td {
  font-size: 13px;
}

.xs-highlight {
  background-color: #f0f4ff;
  font-weight: 600;
}

.card {
  border-radius: 10px;
  border: 1px solid #e6e9ef;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.match-header {
  padding: 16px 0;
}

.match-header img {
  width: 56px;
  height: 56px;
}

.match-score {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.match-teams {
  font-size: 15px;
  font-weight: 500;
}

.nav-tabs {
  border-bottom: 1px solid #e6e9ef;
}

.nav-tabs .nav-link {
  color: #6c757d;
  font-weight: 500;
  padding: 12px 20px;
}

.nav-tabs .nav-link.active {
  color: #d32f2f;
  border: none;
  border-bottom: 3px solid #d32f2f;
  background: transparent;
}


.stat-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.stat-row span {
    width: 24px;
    text-align: center;
    font-weight: 600;
}

.progress {
    height: 6px;
}
/* Base geral */
body {
    background-color: #f4f6f8;
    font-size: 14px;
    color: #1f2933;
}

/* Cards */
.card {
    border: 1px solid #e6e9ee;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,.04);
}

.card-header {
    background-color: #fff;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid #eef1f5;
}

/* Estatísticas */
.stat-row {
    display: grid;
    grid-template-columns: 24px 1fr auto 1fr 24px;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.stat-row small {
    font-size: 12px;
    color: #6b7280;
    text-align: center;
    white-space: nowrap;
}

/* Progress */
.progress {
    height: 4px;
    background-color: #edf0f4;
    border-radius: 50px;
}

.progress-bar {
    border-radius: 50px;
}

.progress-bar.left {
    background-color: #dc2626;
}

.progress-bar.right {
    background-color: #f59e0b;
}

/* Tabelas */
.table {
    margin-bottom: 0;
}

.table td,
.table th {
    padding: 10px 14px;
    vertical-align: middle;
    border-color: #eef1f5;
    font-size: 13px;
}

.table tbody tr:hover {
    background-color: #fafbfc;
}

/* Destaque classificação */
.table .highlight {
    background-color: #fff7d6;
}
