.cabecalho-predicoes {
    padding: 40px 0 32px;
    background-color: #EAEAF0;
    border-bottom: 1px solid #D0D0E0;
}

.abas-predicoes {
    background-color: #EAEAF0;
    border-bottom: 1px solid #D0D0E0;
    padding: 0;
    position: sticky;
    top: 64px;
    z-index: 100;
}

.abas-predicoes .nav-link {
    color: #555570;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 14px 20px;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    background: none;
    cursor: pointer;
    transition: color 0.2s ease;
}

.abas-predicoes .nav-link:hover {
    color: #1A1A2E;
}

.abas-predicoes .nav-link.ativo {
    color: #F75C03;
    border-bottom-color: #F75C03;
}

.area-predicoes {
    padding: 32px 0 48px;
}

.card-jogo-predicao {
    background-color: #FFFFFF;
    border: 1px solid #D0D0E0;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
}

.card-jogo-predicao .jogo-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background-color: #EAEAF0;
    border-bottom: 1px solid #D0D0E0;
    cursor: pointer;
    gap: 12px;
}

.card-jogo-predicao .jogo-times {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #1A1A2E;
}

.card-jogo-predicao .jogo-badge {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background-color: rgba(247, 92, 3, 0.10);
    color: #F75C03;
    border-radius: 20px;
    padding: 3px 10px;
    white-space: nowrap;
}

.card-jogo-predicao .jogo-seta {
    color: #888899;
    font-size: 0.85rem;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.card-jogo-predicao .jogo-seta.aberto {
    transform: rotate(180deg);
}

.tabela-predicoes {
    width: 100%;
    font-size: 0.85rem;
}

.tabela-predicoes thead th {
    font-family: 'Oswald', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #888899;
    padding: 8px 18px;
    border-bottom: 1px solid #D0D0E0;
    background-color: #EAEAF0;
    white-space: nowrap;
}

.tabela-predicoes tbody tr {
    border-bottom: 1px solid #D0D0E0;
}

.tabela-predicoes tbody tr:last-child {
    border-bottom: none;
}

.tabela-predicoes tbody tr:hover {
    background-color: #F0F0F7;
}

.tabela-predicoes tbody td {
    padding: 10px 18px;
    color: #1A1A2E;
    vertical-align: middle;
}

.tabela-predicoes .td-jogador {
    font-weight: 600;
}

.tabela-predicoes .td-jogador a {
    color: #1A1A2E;
    text-decoration: none;
}

.tabela-predicoes .td-jogador a:hover {
    color: #F75C03;
}

.tabela-predicoes .td-local {
    font-size: 0.72rem;
    color: #555570;
}

.tabela-predicoes .td-valor {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #F75C03;
    text-align: right;
    white-space: nowrap;
}

.tabela-predicoes .td-valor-sec {
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    color: #555570;
    text-align: right;
    white-space: nowrap;
}

.grafico-container {
    background-color: #FFFFFF;
    border: 1px solid #D0D0E0;
    border-radius: 12px;
    padding: 20px;
    overflow-x: auto;
}

.resumo-dia {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.resumo-dia .resumo-item {
    display: flex;
    flex-direction: column;
}

.resumo-dia .resumo-valor {
    font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #1A1A2E;
    line-height: 1;
}

.resumo-dia .resumo-rotulo {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #888899;
    margin-top: 2px;
}

.card-jogo-palpite {
    background: #FFFFFF;
    border: 1px solid #CCCCDD;
    border-radius: 14px;
    margin-bottom: 24px;
    overflow: hidden;
}
.jogo-titulo {
    background: #EEEEF5;
    border-bottom: 1px solid #CCCCDD;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    cursor: pointer;
}
.jogo-titulo:hover {
    background: #F0F0F8;
}
.jogo-titulo .times-nome {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1A1A2E;
    letter-spacing: .02em;
}
.jogo-titulo .times-nome span {
    color: #9999B0;
    margin: 0 6px;
}
.jogo-titulo .jogo-seta {
    color: #9999B0;
    transition: transform .2s;
}
.jogo-titulo .jogo-seta.aberto {
    transform: rotate(180deg);
}
.jogo-corpo {
    display: block;
}
.times-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}
.time-coluna {
    padding: 16px;
}
.time-coluna:first-child {
    border-right: 1px solid #CCCCDD;
}
.time-coluna-titulo {
    font-family: 'Oswald', sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #9999B0;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #CCCCDD;
}
.time-coluna-titulo.casa {
    color: #F75C03;
    border-color: #F75C03;
}
.linha-jogador {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px solid #F5F5FA;
    gap: 8px;
}
.linha-jogador:last-child {
    border-bottom: none;
}
.jogador-nome {
    font-size: .82rem;
    color: #1A1A2E;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jogador-nome a {
    color: #1A1A2E;
    text-decoration: none;
}
.jogador-nome a:hover {
    color: #F75C03;
}
.stats-inline {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}
.stat-pill {
    text-align: center;
    min-width: 32px;
}
.stat-pill .valor {
    font-family: 'Oswald', sans-serif;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1;
}
.stat-pill .rotulo {
    font-size: .58rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #9999B0;
    margin-top: 1px;
}
@media (max-width: 576px) {
    .times-grid {
        grid-template-columns: 1fr;
    }
    .time-coluna:first-child {
        border-right: none;
        border-bottom: 1px solid #CCCCDD;
    }
}