
body.pagina-jogos .bonus-cadastro,
body.pagina-jogos .ref-header,
body.pagina-jogos .ref-slider-card,
body.pagina-jogos .ref-ticker,
body.pagina-jogos .ref-auth-split,
body.pagina-jogos .ref-jackpot,
body.pagina-jogos .ref-categories-bar,
body.pagina-jogos .ref-filters,
body.pagina-jogos .busca-container,
body.pagina-jogos .home-ref-games,
body.pagina-jogos .aovivo-resultados,
body.pagina-jogos .footer,
body.pagina-jogos .footer-line,
body.pagina-jogos .botao-esporte {
    display: none !important;
}

body.pagina-jogos {
    background: #121212 !important;
    padding-bottom: var(--shell-footer-h, 76px);
}

body.pagina-jogos::before {
    display: none !important;
}

.provedor-page {
    width: 100%;
    max-width: 100%;
    min-height: calc(100vh - var(--shell-footer-h, 76px));
    padding: 0 0 12px;
    box-sizing: border-box;
    background: #121212;
}

.provedor-page-top {
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #000;
    border-bottom: 1px solid #1a301a;
    position: sticky;
    top: 0;
    z-index: 900;
}

.provedor-voltar,
.provedor-busca-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: #39ff14;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    padding: 0;
}

.provedor-busca-btn {
    border: 1px solid #288a00;
    font-size: 14px;
}

.provedor-page-title {
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.provedor-busca-wrap {
    padding: 8px 10px 0;
}

.provedor-busca-wrap[hidden] {
    display: none !important;
}

.provedor-busca-input {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #0a0a0a;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 0 12px;
    height: 42px;
}

.provedor-busca-input i {
    color: #39ff14;
    font-size: 14px;
}

.provedor-busca-input input {
    flex: 1;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 14px;
    outline: none;
}

.provedor-busca-input input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.provedor-layout {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 8px;
    padding: 10px 10px 0;
    align-items: start;
}

.provedor-sidebar {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: sticky;
    top: 56px;
}

.provedor-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 68px;
    padding: 6px 4px;
    border-radius: 8px;
    background: #050505;
    border: 1px solid #288a00;
    text-decoration: none;
    color: #39ff14;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.provedor-nav-item.active {
    background: #0a1405;
    box-shadow: 0 0 10px rgba(57, 255, 20, 0.15);
    color: #39ff14;
}

.provedor-nav-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(40, 138, 0, 0.15);
    font-size: 14px;
    color: #39ff14;
}

.provedor-nav-item.active .provedor-nav-icon {
    background: #288a00;
    color: #000000;
}

.provedor-nav-label {
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
    letter-spacing: 0.2px;
}

.provedor-main {
    min-width: 0;
}

body.pagina-jogos .provedor-main .ref-filters {
    display: flex !important;
    margin: 0 0 10px;
    padding: 7px 10px;
}

.provedor-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.provedor-card {
    min-width: 0;
    background: transparent;
    border: none;
    cursor: pointer;
}

.provedor-card-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 10px;
    overflow: hidden;
    background: #1e1e1e;
    border: none;
}

.provedor-card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top center;
    display: block;
    border-radius: 10px;
}

.provedor-card-play {
    position: absolute;
    inset: 0;
    opacity: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 2;
}

.provedor-card-nome {
    margin-top: 5px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.25;
    padding: 0 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.pagina-jogos .provedor-ver-mais.btn-ver-mais {
    margin: 16px auto 8px;
    display: block;
    width: fit-content;
    min-width: 140px;
    border-radius: 5px;
    background-color: #288a00;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 24px;
}

body.pagina-jogos .provedor-ver-mais.btn-ver-mais:hover {
    background-color: #00B066;
}

@media (max-width: 380px) {
    .provedor-layout {
        grid-template-columns: 64px 1fr;
        gap: 6px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .provedor-nav-item {
        min-height: 62px;
    }

    .provedor-grid {
        gap: 6px;
    }

    .provedor-card-nome {
        font-size: 10px;
    }
}

@media (min-width: 768px) {
    .provedor-page {
        max-width: 100%;
        margin: 0 auto;
    }

    .provedor-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }
}
