/* ============================================================
 *  * PÂNICO FUTEBOL CLUBE
 *   * Layout principal
 *    * Azul + Vermelho + Branco
 *     * ============================================================ */


/* ============================================================
 *  * RESET
 *   * ============================================================ */

* {
*     box-sizing: border-box;
*     }
*
*     html {
*         scroll-behavior: smooth;
*         }
*
*         body {
*             margin: 0;
*                 padding: 0;
*
*                     background:
*                             linear-gradient(
*                                         180deg,
*                                                     #eef3f8 0%,
*                                                                 #e7edf4 100%
*                                                                         );
*
*                                                                             color: #17202a;
*
*                                                                                 font-family:
*                                                                                         Arial,
*                                                                                                 Helvetica,
*                                                                                                         sans-serif;
*
*                                                                                                             line-height: 1.5;
*                                                                                                             }
*
*                                                                                                             a {
*                                                                                                                 color: inherit;
*                                                                                                                     text-decoration: none;
*                                                                                                                     }
*
*
*/* ============================================================
 * SITE
 *  * ============================================================ */

.site {
    min-height: 100vh;
}


/* ============================================================
 *  * CABEÇALHO
 *   * ============================================================ */

.topo {
    position: relative;

    background:
        linear-gradient(
            135deg,
            #071a3d 0%,
            #0b2b63 70%,
            #123d82 100%
        );

    border-bottom: 5px solid #d71920;

    color: #ffffff;

    box-shadow:
        0 5px 18px rgba(7, 26, 61, .18);
}

.topo::before {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    top: 0;

    height: 3px;

    background: #ffffff;

    opacity: .08;
}
    .topo-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.topo-inner .menu-principal {
    margin-left: auto;
}

/* ============================================================
 *  * LOGO
 *   * ============================================================ */

.logo-link {
    display: flex;

    align-items: center;

    gap: 14px;

    flex-shrink: 0;
}

.logo {
    width: 76px;
    height: 64px;

    object-fit: contain;

    display: block;

    padding: 4px;

    background: #ffffff;

    border-radius: 10px;

    border: 2px solid rgba(215, 25, 32, .9);

    box-shadow:
        0 4px 12px rgba(0, 0, 0, .20);
}

.logo-texto {
    display: flex;

    flex-direction: column;

    line-height: 1.1;
}

.logo-texto strong {
    color: #ffffff;

    font-size: 21px;

    letter-spacing: -.5px;
}

.logo-texto span {
    margin-top: 6px;

    color: #bfcce0;

    font-size: 11px;

    text-transform: uppercase;

    letter-spacing: 1.5px;
}


/* ============================================================
 *  * MENU
 *   * ============================================================ */

.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 4px;
}

.menu a {
    display: inline-block;
    padding: 8px 10px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.menu a:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

.menu a.ativo {
    background-color: rgba(255, 255, 255, 0.20);
}

/* ============================================================
 *  * CONTEÚDO
 *   * ============================================================ */

.conteudo {
    width: 100%;

    max-width: 1180px;

    margin: 0 auto;

    padding: 30px 24px 50px;
}


/* ============================================================
 *  * HERO
 *   * ============================================================ */

.hero {
    position: relative;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #071a3d 0%,
            #0b2b63 65%,
            #123d82 100%
        );

    color: #ffffff;

    border-radius: 16px;

    padding: 34px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 30px;

    box-shadow:
        0 12px 30px rgba(7, 26, 61, .18);
}

.hero::after {
    content: "";

    position: absolute;

    right: -100px;
    top: -120px;

    width: 280px;
    height: 280px;

    border-radius: 50%;

    background:
        rgba(215, 25, 32, .12);
}

.hero-texto {
    position: relative;

    z-index: 1;
}

.eyebrow {
    display: block;

    margin-bottom: 7px;

    color: #d71920;

    font-size: 11px;

    font-weight: bold;

    letter-spacing: 1.8px;

    text-transform: uppercase;
}

.hero .eyebrow {
    color: #ff6670;
}

.hero h1 {
    margin: 0;

    color: #ffffff;

    font-size: 36px;

    line-height: 1.1;

    letter-spacing: -1px;
}

.hero p {
    margin: 12px 0 0;

    max-width: 600px;

    color: #d8e1ed;

    font-size: 15px;
}

.hero-info {
    position: relative;

    z-index: 1;

    min-width: 160px;

    padding: 20px;

    border: 1px solid rgba(255, 255, 255, .16);

    border-radius: 12px;

    text-align: center;

    background:
        rgba(255, 255, 255, .08);
}

.hero-info span {
    display: block;

    color: #b9c8dc;

    font-size: 10px;

    letter-spacing: 1.5px;

    font-weight: bold;
}

.hero-info strong {
    display: block;

    margin: 2px 0;

    color: #ffffff;

    font-size: 38px;

    line-height: 1;
}

.hero-info small {
    color: #cbd6e5;

    font-size: 11px;
}


/* ============================================================
 *  * ATALHOS
 *   * ============================================================ */

.atalhos {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 14px;

    margin: 20px 0 34px;
}

.atalho {
    background: #ffffff;

    border: 1px solid #dce3eb;

    border-radius: 12px;

    padding: 17px 18px;

    display: flex;

    align-items: center;

    gap: 13px;

    box-shadow:
        0 5px 18px rgba(7, 26, 61, .05);

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.atalho:hover {
    transform: translateY(-2px);

    border-color: #c5d1df;

    box-shadow:
        0 9px 24px rgba(7, 26, 61, .10);
}

.atalho.destaque {
    background:
        linear-gradient(
            135deg,
            #d71920,
            #b51218
        );

    border-color: #d71920;

    color: #ffffff;

    box-shadow:
        0 7px 20px rgba(215, 25, 32, .18);
}

.atalho-icone {
    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

    background: #e9eff6;

    color: #071a3d;

    font-size: 16px;

    font-weight: bold;
}

.destaque .atalho-icone {
    background: rgba(255, 255, 255, .18);

    color: #ffffff;
}

.atalho strong {
    display: block;

    font-size: 14px;
}

.atalho small {
    display: block;

    margin-top: 2px;

    color: #718096;

    font-size: 11px;
}

.destaque small {
    color: #ffe1e3;
}


/* ============================================================
 *  * SEÇÕES
 *   * ============================================================ */

.secao {
    margin-top: 34px;
}

.titulo-secao {
    position: relative;

    margin-bottom: 15px;

    padding-left: 14px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;
}

.titulo-secao::before {
    content: "";

    position: absolute;

    left: 0;
    top: 3px;
    bottom: 3px;

    width: 5px;

    border-radius: 5px;

    background: #d71920;
}

.titulo-secao .eyebrow {
    margin-bottom: 3px;
}

.titulo-secao h2 {
    margin: 0;

    color: #071a3d;

    font-size: 25px;

    letter-spacing: -.5px;
}

.badge {
    display: inline-block;

    padding: 6px 10px;

    background: #e7edf5;

    border-radius: 20px;

    color: #536273;

    font-size: 11px;

    font-weight: bold;
}


/* ============================================================
 *  * TABELA / CLASSIFICAÇÃO
 *   * ============================================================ */

.tabela-wrapper {
    width: 100%;

    overflow-x: auto;

    background: #ffffff;

    border: 1px solid #dce3eb;

    border-radius: 12px;

    box-shadow:
        0 6px 20px rgba(7, 26, 61, .06);
}

.tabela {
    width: 100%;

    border-collapse: collapse;

    min-width: 680px;
}

.tabela th {
    padding: 13px 10px;

    background: #071a3d;

    border-bottom: 0;

    color: #ffffff;

    font-size: 10px;

    letter-spacing: .8px;

    text-transform: uppercase;

    text-align: center;
}

.tabela th:first-child {
    border-radius: 11px 0 0 0;
}

.tabela th:last-child {
    border-radius: 0 11px 0 0;
}

.tabela td {
    padding: 14px 10px;

    border-bottom: 1px solid #edf0f4;

    text-align: center;

    font-size: 13px;
}

.tabela tbody tr:last-child td {
    border-bottom: 0;
}

.tabela tbody tr:nth-child(even) {
    background: #f7f9fc;
}

.tabela tbody tr:hover {
    background: rgba(215, 25, 32, .045);
}

.tabela .time-col {
    text-align: left;
}

.tabela .posicao {
    width: 40px;

    color: #8997a6;

    font-weight: bold;
}

.tabela .time-nome {
    text-align: left;

    color: #071a3d;

    font-weight: bold;
}

.tabela .pontos {
    color: #d71920;

    font-size: 15px;

    font-weight: bold;
}

.saldo-positivo {
    color: #148f3c;

    font-weight: bold;
}

.saldo-negativo {
    color: #d93025;

    font-weight: bold;
}

.legenda-tabela {
    padding: 10px 5px;

    display: flex;

    justify-content: flex-end;

    flex-wrap: wrap;

    gap: 13px;

    color: #818b93;

    font-size: 10px;
}

.legenda-tabela strong {
    color: #4e5860;
}


/* ============================================================
 *  * JOGOS
 *   * ============================================================ */

.jogos-lista {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 12px;
}

.jogo-card {
    padding: 17px;

    background: #ffffff;

    border: 1px solid #dce3eb;

    border-left: 4px solid #d71920;

    border-radius: 12px;

    display: flex;

    align-items: center;

    gap: 18px;

    box-shadow:
        0 5px 18px rgba(7, 26, 61, .05);

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.jogo-card:hover {
    transform: translateY(-2px);

    box-shadow:
        0 10px 24px rgba(7, 26, 61, .10);
}

.jogo-data {
    width: 60px;

    flex-shrink: 0;

    text-align: center;
}

.jogo-data strong {
    display: block;

    color: #d71920;

    font-size: 19px;

    line-height: 1;

    font-weight: 800;
}

.jogo-data span {
    display: block;

    margin-top: 5px;

    color: #8997a6;

    font-size: 11px;
}

.jogo-times {
    flex: 1;

    display: grid;

    grid-template-columns:
        1fr 25px 1fr;

    align-items: center;

    gap: 8px;
}

.jogo-times strong {
    font-size: 14px;

    color: #071a3d;
}

.jogo-times strong:last-child {
    text-align: right;
}

.jogo-times > span {
    color: #9aa6b3;

    text-align: center;

    font-size: 15px;

    font-weight: bold;
}

.jogo-time {
    min-width: 0;

    display: flex;

    align-items: center;

    gap: 9px;
}

.jogo-time strong {
    min-width: 0;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;
}

.jogo-time-direita {
    justify-content: flex-end;
}

.jogo-escudo {
    width: 34px;
    height: 34px;

    flex-shrink: 0;

    object-fit: contain;

    display: block;
}


/* ============================================================
 *  * RESULTADOS
 *   * ============================================================ */

.resultados-lista {
    background: #ffffff;

    border: 1px solid #dce3eb;

    border-radius: 12px;

    overflow: hidden;

    box-shadow:
        0 6px 20px rgba(7, 26, 61, .06);
}

.resultado-card {
    width: 100%;

    padding: 15px 18px;

    display: flex;

    align-items: center;

    gap: 20px;

    border-bottom: 1px solid #edf0f4;

    border-top: 3px solid #071a3d;

    transition:
        background .2s ease;
}

.resultado-card:hover {
    background: #f9fbfd;
}

.resultado-card:last-child {
    border-bottom: 0;
}

.resultado-data {
    width: 90px;

    flex-shrink: 0;

    color: #68737c;

    font-size: 11px;

    display: block;

    text-align: center;
}

.resultado-data span {
    display: block;

    margin-top: 2px;

    color: #a0a8ae;
}

.resultado-times {
    flex: 1;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        auto
        minmax(0, 1fr);

    align-items: center;

    width: 100%;

    column-gap: 20px;
}

.resultado-time {
    min-width: 0;

    width: 100%;

    display: flex;

    align-items: center;

    gap: 10px;
}

.resultado-time strong {
    min-width: 0;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    line-height: 1.2;

    color: #071a3d;

    font-size: 14px;
}

.resultado-time:first-child {
    justify-content: flex-end;

    text-align: right;
}

.resultado-time-direita {
    justify-content: flex-start;

    text-align: left;
}

.resultado-escudo {
    width: 32px;
    height: 32px;

    flex-shrink: 0;

    object-fit: contain;
}

.placar {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    min-width: 76px;

    padding: 8px 10px;

    border-radius: 10px;

    background:
        linear-gradient(
            135deg,
            #071a3d,
            #123d82
        );

    color: #ffffff;

    box-shadow:
        0 5px 12px rgba(7, 26, 61, .20);

    white-space: nowrap;
}

.placar b {
    min-width: 24px;

    text-align: center;

    color: #ffffff;

    font-size: 20px;

    line-height: 1;
}

.placar span {
    color: rgba(255, 255, 255, .65);

    font-size: 14px;

    font-weight: 600;
}


/* ============================================================
 *  * TIMES
 *   * ============================================================ */

.times-grid {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 18px;
}

.time-card {
    background: #ffffff;

    border: 1px solid #dce3eb;

    border-radius: 14px;

    overflow: hidden;

    box-shadow:
        0 6px 20px rgba(7, 26, 61, .07);

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.time-card:hover {
    transform: translateY(-2px);

    box-shadow:
        0 11px 27px rgba(7, 26, 61, .11);
}

.time-card-header {
    padding: 17px 18px;

    background:
        linear-gradient(
            135deg,
            #071a3d,
            #0b2b63
        );

    color: #ffffff;

    display: flex;

    align-items: center;

    gap: 14px;
}

.escudo-time-wrapper {
    width: 58px;
    height: 58px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: rgba(255, 255, 255, .10);

    border: 1px solid rgba(255, 255, 255, .16);

    padding: 5px;
}

.escudo-time {
    width: 48px;
    height: 48px;

    object-fit: contain;

    display: block;
}

.time-card-titulo {
    min-width: 0;

    flex: 1;
}

.time-card-header span {
    display: block;

    color: #aebed4;

    font-size: 9px;

    letter-spacing: 1.5px;
}

.time-card-header h3 {
    margin: 1px 0 0;

    color: #ffffff;

    font-size: 21px;

    letter-spacing: -.4px;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;
}


/* ============================================================
 *  * CAPITÃO NO CABEÇALHO DO TIME
 *   * ============================================================ */

.time-capitao {
    margin-left: auto;

    display: flex;

    align-items: center;

    gap: 9px;

    min-width: 120px;

    padding-left: 10px;

    border-left: 3px solid #d71920;
}

.capitao-foto-wrapper {
    position: relative;

    width: 48px;
    height: 48px;

    flex-shrink: 0;
}

.capitao-foto {
    width: 48px;
    height: 48px;

    display: block;

    object-fit: cover;

    border-radius: 50%;

    border: 2px solid rgba(255, 255, 255, .35);

    background: rgba(255, 255, 255, .08);
}

.capitao-estrela {
    position: absolute;

    right: -4px;
    bottom: -4px;

    width: 19px;
    height: 19px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f5c542;

    color: #071a3d;

    font-size: 11px;

    border: 2px solid #071a3d;
}

.capitao-info {
    display: flex;

    flex-direction: column;

    min-width: 0;
}

.capitao-info strong {
    color: #ffffff;

    font-size: 13px;

    line-height: 1.2;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;
}

.capitao-info span {
    margin-top: 3px;

    color: #ff7a81;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .08em;
}


/* ============================================================
 *  * ELENCO
 *   * ============================================================ */

.elenco {
    padding: 15px 17px 17px;
}

.elenco-titulo {
    margin-bottom: 8px;

    padding-bottom: 10px;

    border-bottom: 1px solid #e7ecf2;

    display: flex;

    justify-content: space-between;

    align-items: center;
}

.elenco-titulo strong {
    color: #071a3d;

    font-size: 13px;
}

.elenco-titulo span {
    color: #8997a6;

    font-size: 10px;
}

.jogadores {
    list-style: none;

    margin: 0;
    padding: 0;
}

.jogadores li {
    position: relative;

    min-height: 43px;

    padding: 7px 0;

    display: flex;

    align-items: center;

    gap: 10px;

    border-bottom: 1px solid #edf0f4;
}

.jogadores li:last-child {
    border-bottom: 0;
}

.jogador-foto-wrapper {
    position: relative;

    width: 42px;
    height: 42px;

    flex-shrink: 0;
}

.jogador-foto {
    width: 42px;
    height: 42px;

    display: block;

    object-fit: cover;

    border-radius: 50%;

    background: #eef2f6;

    border: 2px solid #dfe5ec;
}

.camisa {
    width: 30px;
    height: 30px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #071a3d;

    color: #ffffff;

    font-size: 10px;

    font-weight: bold;

    box-shadow:
        0 2px 6px rgba(7, 26, 61, .20);
}

.jogador-nome {
    min-width: 0;

    display: flex;

    flex-direction: column;
}

.jogador-nome strong {
    color: #29323a;

    font-size: 12px;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;
}

.jogador-nome small {
    margin-top: 1px;

    color: #929ba2;

    font-size: 9px;
}


/* ============================================================
 *  * JOGADOR CAPITÃO
 *   * ============================================================ */

.jogador-capitao {
    margin: 3px -7px;

    padding: 8px 7px !important;

    background: #fff8e1;

    border: 1px solid #f0d98a;

    border-radius: 9px;
}

.jogador-capitao .jogador-foto {
    border: 3px solid #e0a800;

    box-shadow:
        0 0 0 2px #fff8e1;
}

.icone-capitao {
    position: absolute;

    right: -5px;
    bottom: -4px;

    width: 18px;
    height: 18px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #d71920;

    color: #ffffff;

    font-size: 10px;

    font-weight: bold;

    border: 2px solid #ffffff;
}

.texto-capitao {
    color: #b77900 !important;

    font-size: 8px !important;

    font-weight: bold;

    letter-spacing: .5px;
}

.sem-elenco {
    padding: 20px 5px;

    color: #929ba2;

    text-align: center;

    font-size: 12px;
}


/* ============================================================
 *  * ESTADOS VAZIOS
 *   * ============================================================ */

.vazio {
    padding: 35px 20px;

    background: #ffffff;

    border: 1px solid #dce3eb;

    border-radius: 12px;

    text-align: center;

    color: #707a83;

    box-shadow:
        0 5px 18px rgba(7, 26, 61, .04);
}

.vazio > span {
    display: block;

    margin-bottom: 10px;

    font-size: 27px;
}

.vazio strong {
    display: block;

    color: #071a3d;

    font-size: 14px;
}

.vazio p {
    margin: 5px 0 0;

    font-size: 11px;
}


/* ============================================================
 *  * HISTÓRIA
 *   * ============================================================ */

.historia-card {
    margin-top: 34px;

    padding: 28px;

    background:
        linear-gradient(
            135deg,
            #071a3d,
            #0b2b63
        );

    border: 1px solid #0b2b63;

    border-radius: 14px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    color: #ffffff;

    box-shadow:
        0 8px 24px rgba(7, 26, 61, .14);
}

.historia-card h2 {
    margin: 0;

    color: #ffffff;

    font-size: 23px;
}

.historia-card p {
    max-width: 650px;

    margin: 7px 0 0;

    color: #cbd8e9;

    font-size: 13px;
}

.botao-secundario {
    padding: 11px 16px;

    flex-shrink: 0;

    border: 1px solid rgba(255, 255, 255, .35);

    border-radius: 8px;

    background: #ffffff;

    color: #071a3d;

    font-size: 12px;

    font-weight: bold;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease;
}

.botao-secundario:hover {
    background: #d71920;

    border-color: #d71920;

    color: #ffffff;
}


/* ============================================================
 *  * RODAPÉ
 *   * ============================================================ */

.rodape {
    margin-top: 20px;

    padding: 25px 24px;

    background: #071a3d;

    border-top: 5px solid #d71920;

    color: #ffffff;

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 20px;
}

.rodape > div:first-child {
    display: flex;

    flex-direction: column;
}

.rodape strong {
    font-size: 14px;
}

.rodape span {
    margin-top: 3px;

    color: #9eafc7;

    font-size: 10px;

    text-transform: uppercase;

    letter-spacing: 1px;
}

.rodape-links {
    display: flex;

    flex-wrap: wrap;

    gap: 15px;
}

.rodape-links a {
    color: #c4d0df;

    font-size: 11px;
}

.rodape-links a:hover {
    color: #ffffff;
}

/* ============================================================
 *  *  * RESPONSIVO - 1100px
 ** ============================================================ */


@media (max-width: 1100px) {

    .topo-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .logo-link {
        justify-content: center;
    }

    .menu {
        justify-content: center;
    }

}
/* ============================================================
 *  * RESPONSIVO - 900px
 *   * ============================================================ */

@media (max-width: 900px) {

    .topo-inner {
        flex-direction: column;

        align-items: stretch;
    }

    .logo-link {
        justify-content: center;
    }

    .menu {
        justify-content: center;
    }

    .hero {
        flex-direction: column;

        align-items: stretch;
    }

    .hero-info {
        width: 100%;
    }

    .times-grid {
        grid-template-columns: 1fr;
    }
}


/* ============================================================
 *  * RESPONSIVO - 700px
 *   * ============================================================ */

@media (max-width: 700px) {

    .conteudo {
        padding: 18px 14px 35px;
    }

    .topo-inner {
        padding: 14px;
    }

    .logo {
        width: 62px;
        height: 55px;
    }

    .logo-texto strong {
        font-size: 18px;
    }

    .menu {
        display: grid;
        width: 100%;
        grid-template-columns:
            repeat(2, 1fr);
    }

    .menu a {
        text-align: center;

        padding: 9px 5px;

        font-size: 13px;
    }

    .hero {
        padding: 25px 20px;

        border-radius: 12px;
    }

    .hero h1 {
        font-size: 29px;
    }

    .atalhos {
        grid-template-columns: 1fr;
    }

    .jogos-lista {
        grid-template-columns: 1fr;
    }

    .resultado-card {
        padding: 13px;

        gap: 10px;
    }

    .resultado-data {
        width: 70px;
    }

    .resultado-times {
        column-gap: 10px;
    }

    .resultado-time {
        gap: 6px;
    }

    .resultado-time strong {
        font-size: 13px;
    }

    .resultado-escudo {
        width: 28px;
        height: 28px;
    }
    
    .placar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 76px;
    padding: 8px 10px;
    border-radius: 10px;

    background: #ff0000 !important;
    color: #ffffff !important;

    font-size: 30px !important;
    font-weight: 900 !important;

    box-shadow: none !important;
    white-space: nowrap;
}

    .placar b {
        min-width: 20px;

        font-size: 18px;
    }

    .escudo-time-wrapper {
        width: 50px;
        height: 50px;
    }

    .escudo-time {
        width: 42px;
        height: 42px;
    }

    .jogador-foto-wrapper,
    .jogador-foto {
        width: 38px;
        height: 38px;
    }

    .jogo-escudo {
        width: 28px;
        height: 28px;
    }

    .jogo-time {
        gap: 5px;
    }

    .historia-card {
        flex-direction: column;

        align-items: flex-start;

        padding: 22px;
    }

    .botao-secundario {
        width: 100%;

        text-align: center;
    }

    .rodape {
        flex-direction: column;

        align-items: center;

        text-align: center;
    }

    .time-card-header {
        gap: 10px;
    }

    .time-capitao {
        min-width: auto;

        gap: 6px;

        padding-left: 7px;
    }

    .capitao-foto-wrapper,
    .capitao-foto {
        width: 40px;
        height: 40px;
    }

    .capitao-info strong {
        max-width: 65px;

        font-size: 11px;
    }

    .capitao-info span {
        font-size: 8px;
    }

    .capitao-estrela {
        width: 16px;
        height: 16px;

        font-size: 9px;
    }
}


/* ============================================================
 *  * RESPONSIVO - 480px
 *   * ============================================================ */

@media (max-width: 480px) {

    .menu {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .hero-info strong {
        font-size: 32px;
    }

    .jogo-card {
        gap: 10px;

        padding: 13px;
    }

    .jogo-times strong {
        font-size: 11px;
    }

    .jogo-data {
        width: 50px;
    }

    .resultado-data {
        width: 60px;

        font-size: 9px;
    }

    .resultado-times {
        grid-template-columns:
            minmax(0, 1fr)
            auto
            minmax(0, 1fr);

        column-gap: 6px;
    }

    .resultado-times strong {
        font-size: 10px;
    }

    .resultado-escudo {
        width: 25px;
        height: 25px;
    }

    .resultado-time {
        gap: 5px;
    }

    .placar {
        min-width: 58px;

        padding: 6px 5px;

        gap: 4px;
    }

    .placar b {
        min-width: 18px;

        font-size: 17px;
    }

    .placar span {
        font-size: 12px;
    }

    .escudo-time-wrapper {
        width: 46px;
        height: 46px;
    }

    .escudo-time {
        width: 38px;
        height: 38px;
    }

    .jogador-foto-wrapper,
    .jogador-foto {
        width: 35px;
        height: 35px;
    }

    .jogadores li {
        gap: 7px;
    }

    .camisa {
        width: 27px;
        height: 27px;
    }

    .jogo-escudo {
        width: 25px;
        height: 25px;
    }

    .time-card-header {
        padding: 14px;
    }

    .time-card-header h3 {
        font-size: 17px;
    }

    .time-capitao {
        padding-left: 5px;
    }

    .capitao-info strong {
        max-width: 52px;

        font-size: 10px;
    }
}
/* ============================================================
 *    LISTA DE ESPERA
 *       ============================================================ */

.lista-espera-secao {
    margin-top: 28px;
}

.lista-espera-secao .secao-titulo {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.lista-espera-secao .secao-kicker {
    display: block;
    margin-bottom: 3px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #d71920;
}

.lista-espera-contador {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 95px;
    padding: 8px 14px;
    border-radius: 20px;
    background: #0b1f3a;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.lista-espera-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 18px;
}

.espera-item {
    display: flex;
    align-items: center;
    min-height: 68px;
    padding: 10px 14px 10px 10px;
    background: #fff;
    border: 1px solid #dbe3ec;
    border-left: 4px solid #d71920;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(11, 31, 58, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.espera-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(11, 31, 58, 0.12);
}

.espera-numero {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    margin-right: 12px;
    border-radius: 50%;
    background: #0b1f3a;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.espera-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.espera-info strong {
    color: #0b1f3a;
    font-size: 15px;
    line-height: 1.2;
}

.espera-status {
    display: inline-flex;
    align-self: flex-start;
    margin-top: 5px;
    padding: 3px 8px;
    border-radius: 10px;
    background: #edf2f7;
    color: #526273;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
}

/* Novo */
.espera-novo {
    background: #e9f2ff;
    color: #174a8b;
}

/* Retorno */
.espera-retorno {
    background: #e8f7ee;
    color: #18733c;
}

/* Pokemon */
.espera-pokemon {
    background: #fff4d8;
    color: #8a5b00;
}

/* Bezerro */
.espera-bezerro {
    background: #f1e9ff;
    color: #6741a5;
}


/* RESPONSIVO */

@media (max-width: 900px) {

    .lista-espera-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 600px) {

    .lista-espera-secao .secao-titulo {
        align-items: flex-start;
        flex-direction: column;
    }

    .lista-espera-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 480px) {

    .espera-item {
        min-height: 62px;
    }

    .espera-numero {
        width: 34px;
        height: 34px;
        margin-right: 10px;
    }

    .espera-info strong {
        font-size: 14px;
    }

}

/* =========================================================
 *    NOVO MENU PRINCIPAL
 *       ========================================================= */
/* =========================================================
 *    NOVO MENU PRINCIPAL
 *       ========================================================= */

.menu-principal {
    display: grid;

    grid-template-columns: repeat(6, auto);

    justify-content: end;
    align-items: center;

    gap: 7px;

    max-width: 900px;
}


/* Botões */

.menu-principal-botao {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 36px;
    padding: 0 13px;

    box-sizing: border-box;

    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 7px;

    background: rgba(255, 255, 255, 0.07);

    color: #ffffff;
    text-decoration: none;

    font-size: 13px;
    font-weight: 600;

    white-space: nowrap;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}


.menu-principal-botao:hover {
    background: rgba(255, 255, 255, 0.16);

    border-color: rgba(255, 255, 255, 0.35);

    transform: translateY(-1px);
}


.menu-principal-botao.ativo {
    background: #ffffff;

    border-color: #ffffff;

    color: #111111;
}

/* =========================================================
 *    MENU PRINCIPAL
 *       ========================================================= */

.menu-principal {
    display: grid;

    /*
 *      * 5 botões por linha
 *           */
    grid-template-columns: repeat(5, 150px);

    justify-content: end;

    gap: 7px;

    max-width: 785px;
}


/* =========================================================
 *    BOTÕES
 *       ========================================================= */

.menu-principal-botao {
    width: 150px;
    height: 36px;

    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 7px;

    background: rgba(255, 255, 255, 0.07);

    color: #ffffff;
    text-decoration: none;

    font-size: 13px;
    font-weight: 600;

    white-space: nowrap;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}


/* =========================================================
 *    HOVER
 *       ========================================================= */

.menu-principal-botao:hover {
    background: rgba(255, 255, 255, 0.16);

    border-color: rgba(255, 255, 255, 0.35);

    transform: translateY(-1px);
}


/* =========================================================
 *    PÁGINA ATUAL
 *       ========================================================= */

.menu-principal-botao.ativo {
    background: #ffffff;

    border-color: #ffffff;

    color: #111111;
}


/* =========================================================
 *    TELAS MÉDIAS
 *       ========================================================= */

@media (max-width: 1200px) {

    .menu-principal {
        grid-template-columns: repeat(5, 125px);

        max-width: 655px;

        gap: 6px;
    }

    .menu-principal-botao {
        width: 125px;

        height: 35px;

        padding: 0 5px;

        font-size: 12px;
    }
}


/* =========================================================
 *    TABLET / CELULAR
 *       ========================================================= */

@media (max-width: 800px) {

    .menu-principal {
        width: 100%;

        max-width: none;

        grid-template-columns: repeat(2, 1fr);

        gap: 7px;
    }

    .menu-principal-botao {
        width: 100%;

        height: 40px;

        padding: 5px 6px;

        white-space: normal;

        text-align: center;
    }
}


/* =========================================================
 *    CELULAR PEQUENO
 *       ========================================================= */

@media (max-width: 420px) {

    .menu-principal {
        grid-template-columns: 1fr;
    }

    .menu-principal-botao {
        width: 100%;

        height: 38px;
    }
}

/* =========================================================
 *    RANKINGS - TOP 5
 *       ========================================================= */

.pagina-cabecalho {
    margin-bottom: 28px;
}

.pagina-cabecalho h1 {
    margin: 0 0 8px 0;
}

.pagina-cabecalho p {
    margin: 0;
    opacity: 0.75;
}


/* =========================================================
 *    DESTAQUE TOP 5
 *       ========================================================= */

.ranking-destaque {
    margin-bottom: 35px;
}

.ranking-destaque h2 {
    margin: 0 0 18px 0;
    font-size: 20px;
}

.ranking-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}


/* =========================================================
 *    CARD
 *       ========================================================= */

.ranking-card {
    min-width: 0;
    padding: 18px 12px;

    box-sizing: border-box;

    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 10px;

    background: rgba(255, 255, 255, 0.05);

    text-align: center;

    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.ranking-card:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.08);
}


/* =========================================================
 *    POSIÇÃO
 *       ========================================================= */

.ranking-posicao {
    margin-bottom: 10px;

    font-size: 14px;
    font-weight: 700;

    opacity: 0.75;
}


/* =========================================================
 *    FOTO DO TOP 5
 *       ========================================================= */

.ranking-foto {
    width: 130px;
    height: 130px;

    max-width: 100%;

    margin: 0 auto 12px auto;

    display: block;

    object-fit: cover;

    border-radius: 8px;

    border: 1px solid rgba(255, 255, 255, 0.15);
}


/* =========================================================
 *    INFORMAÇÕES DO CARD
 *       ========================================================= */

.ranking-info {
    min-width: 0;
}

.ranking-info strong {
    display: block;

    margin-bottom: 5px;

    font-size: 16px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ranking-numero {
    display: block;

    font-size: 22px;
    font-weight: 700;

    margin-bottom: 4px;
}

.ranking-status {
    display: block;

    font-size: 12px;

    opacity: 0.70;
}


/* =========================================================
 *    APOSENTADOS - TOP 5
 *       ========================================================= */

.ranking-card.aposentado .ranking-foto {
    filter: grayscale(100%);
}


/* =========================================================
 *    TABELA
 *       ========================================================= */

.tabela-container {
    width: 100%;

    overflow-x: auto;

    border-radius: 10px;
}

.tabela-ranking {
    width: 100%;

    border-collapse: collapse;

    font-size: 14px;
}

.tabela-ranking th {
    padding: 12px 10px;

    text-align: left;

    font-weight: 700;

    background: rgba(255, 255, 255, 0.07);

    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tabela-ranking td {
    padding: 9px 10px;

    vertical-align: middle;

    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.tabela-ranking tr:hover td {
    background: rgba(255, 255, 255, 0.04);
}


/* =========================================================
 *    FOTO DA TABELA
 *       ========================================================= */

.foto-tabela {
    width: 55px;
    height: 55px;

    display: block;

    object-fit: cover;

    border-radius: 7px;

    border: 1px solid rgba(255, 255, 255, 0.12);
}


/* =========================================================
 *    APOSENTADOS - TABELA
 *       ========================================================= */

.tabela-ranking tr.aposentado .foto-tabela {
    filter: grayscale(100%);
}


/* =========================================================
 *    STATUS
 *       ========================================================= */

.status.ativo {
    opacity: 1;
}

.status.aposentado {
    opacity: 0.65;
}


/* =========================================================
 *    TELAS MÉDIAS
 *       ========================================================= */

@media (max-width: 1100px) {

    .ranking-cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .ranking-foto {
        width: 120px;
        height: 120px;
    }
}


/* =========================================================
 *    TABLET
 *       ========================================================= */

@media (max-width: 800px) {

    .ranking-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .ranking-foto {
        width: 115px;
        height: 115px;
    }

    .tabela-ranking {
        min-width: 650px;
    }
}


/* =========================================================
 *    CELULAR
 *       ========================================================= */

@media (max-width: 500px) {

    .ranking-cards {
        grid-template-columns: 1fr;
    }

    .ranking-foto {
        width: 130px;
        height: 130px;
    }

    .tabela-ranking {
        font-size: 13px;
    }

    .foto-tabela {
        width: 50px;
        height: 50px;
    }
}

/* =====================================================
 *    LOGO + REDES SOCIAIS
 *       ===================================================== */

.logo-area {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.logo-coluna {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.logo-coluna .logo-link {
    display: block;
    line-height: 0;
}

.redes-sociais {
    width: 100%;
    margin-top: 8px;

    display: flex;
    flex-direction: column;
    gap: 5px;
}

.rede-social {
    width: 100%;
    height: 24px;

    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    border-radius: 5px;

    color: #ffffff;
    text-decoration: none;

    font-size: 11px;
    font-weight: 600;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.rede-social svg {
    width: 17px;
    height: 17px;

    flex-shrink: 0;

    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.rede-social .ponto {
    fill: currentColor;
    stroke: none;
}

.rede-social .youtube-play {
    fill: currentColor;
    stroke: none;
}

.rede-social.instagram:hover {
    background: rgba(225, 48, 108, 0.20);
}

.rede-social.youtube:hover {
    background: rgba(255, 0, 0, 0.20);
}


/* =====================================================
 *    TEXTO AO LADO DA LOGO
 *       ===================================================== */

.logo-area .logo-texto {
    margin-left: 15px;
}


/* =====================================================
 *    RESPONSIVO
 *       ===================================================== */

@media (max-width: 800px) {

    .logo-area {
        width: 100%;
        justify-content: center;
    }

    .logo-texto {
        display: none;
    }

}
/* =====================================================
 *    CABEÇALHO - POSICIONAMENTO FINAL
 *       ===================================================== */

.topo-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 12px 20px;

    display: flex;
    align-items: center;

    gap: 20px;
}

.logo-area {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.logo-coluna {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.logo-coluna .logo-link {
    display: block;
    line-height: 0;
}

.redes-sociais {
    width: 100%;
    margin-top: 8px;

    display: flex;
    flex-direction: column;
    gap: 5px;
}

.topo-inner > .menu-principal {
    margin-left: auto !important;
    flex-shrink: 0;
}
/* =========================================================
 *    DADOS DO TORNEIO
 *       ========================================================= */

.pagina-dados-torneio {
    width: 100%;
}

.dados-torneio-secao {
    margin-bottom: 40px;
}

.dados-torneio-secao > h2 {
    margin: 0 0 20px 0;
    font-size: 22px;
}

/* =========================================================
 *    DESTAQUE DO 1º COLOCADO
 *       ========================================================= */

.destaque-ranking {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 20px;
    align-items: stretch;
}

.destaque-primeiro {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.10);
}

.destaque-primeiro .numero-posicao {
    font-size: 32px;
    margin-bottom: 15px;
}

.destaque-primeiro .foto-destaque {
    width: 190px;
    height: 190px;
    margin: 0 auto 15px auto;
    border-radius: 50%;
    overflow: hidden;
    background: #eeeeee;
}

.destaque-primeiro .foto-destaque img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.destaque-primeiro .apelido-destaque {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

.destaque-primeiro .valor-destaque {
    font-size: 32px;
    font-weight: bold;
}

.destaque-primeiro .descricao-destaque {
    margin-top: 8px;
    font-size: 13px;
    opacity: 0.75;
}

.destaque-menores {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.destaque-menor {
    background: #ffffff;
    border-radius: 14px;
    padding: 15px 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.10);
}

.destaque-menor .numero-posicao {
    font-size: 18px;
    margin-bottom: 8px;
}

.destaque-menor .foto-destaque {
    width: 90px;
    height: 90px;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    overflow: hidden;
    background: #eeeeee;
}

.destaque-menor .foto-destaque img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.destaque-menor .apelido-destaque {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.destaque-menor .valor-destaque {
    font-size: 20px;
    font-weight: bold;
}

.destaque-menor .descricao-destaque {
    font-size: 11px;
    margin-top: 5px;
    opacity: 0.75;
}

/* =========================================================
 *    STATUS DOS JOGADORES
 *       ========================================================= */

.destaque-primeiro.aposentado img,
.destaque-menor.aposentado img {
    filter: grayscale(100%);
}

.destaque-primeiro.aposentado,
.destaque-menor.aposentado {
    opacity: 0.70;
}

/* =========================================================
 *    PENDURADOS / SUSPENSOS
 *       ========================================================= */

.bloco-alertas-torneio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.alerta-torneio {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.10);
}

.alerta-torneio h2 {
    margin: 0 0 18px 0;
    font-size: 20px;
}

.lista-alerta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.item-alerta {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 10px;
    background: #f5f5f5;
}

.item-alerta-foto {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    background: #eeeeee;
}

.item-alerta-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.item-alerta-info {
    min-width: 0;
}

.item-alerta-nome {
    font-size: 14px;
    font-weight: bold;
}

.item-alerta-motivo {
    font-size: 12px;
    opacity: 0.70;
    margin-top: 3px;
}

/* =========================================================
 *    TABELAS
 *       ========================================================= */

.tabela-torneio-wrapper {
    width: 100%;
    overflow-x: auto;
}

.tabela-torneio {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    font-size: 13px;
}

.tabela-torneio th {
    padding: 10px 8px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    background: #eeeeee;
    white-space: nowrap;
}

.tabela-torneio td {
    padding: 7px 8px;
    text-align: center;
    border-bottom: 1px solid #dddddd;
}

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

.tabela-torneio td.apelido {
    text-align: left;
    font-weight: bold;
}

.tabela-torneio td.numero {
    font-weight: bold;
}

.foto-tabela-torneio {
    width: 42px;
    height: 42px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    background: #eeeeee;
}

.foto-tabela-torneio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* =========================================================
 *    PAGINAÇÃO
 *       ========================================================= */

.paginacao-torneio {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.paginacao-torneio button {
    min-width: 34px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    background: #ffffff;
    color: #222222;
    cursor: pointer;
    font-size: 12px;
}

.paginacao-torneio button:hover {
    background: #eeeeee;
}

.paginacao-torneio button.ativo {
    background: #222222;
    color: #ffffff;
    border-color: #222222;
}

.paginacao-torneio button:disabled {
    opacity: 0.40;
    cursor: default;
}

/* =========================================================
 *    RESPONSIVO
 *       ========================================================= */

@media (max-width: 900px) {

    .destaque-ranking {
        grid-template-columns: 1fr;
    }

    .bloco-alertas-torneio {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {

    .destaque-menores {
        grid-template-columns: repeat(2, 1fr);
    }

    .destaque-primeiro {
        padding: 20px 15px;
    }

    .destaque-primeiro .foto-destaque {
        width: 150px;
        height: 150px;
    }

    .destaque-primeiro .apelido-destaque {
        font-size: 21px;
    }

    .destaque-primeiro .valor-destaque {
        font-size: 28px;
    }

    .tabela-torneio {
        font-size: 12px;
    }

    .tabela-torneio th {
        font-size: 11px;
    }

    .tabela-torneio th,
    .tabela-torneio td {
        padding: 6px 5px;
    }
}

@media (max-width: 400px) {

    .destaque-menores {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .destaque-menor {
        padding: 10px 5px;
    }

    .destaque-menor .foto-destaque {
        width: 75px;
        height: 75px;
    }

    .destaque-menor .apelido-destaque {
        font-size: 13px;
    }

    .destaque-menor .valor-destaque {
        font-size: 18px;
    }
}
/* =========================================================
 *    ÁREA ADMINISTRATIVA
 *       ========================================================= */

/* =========================================================
 * ÁREA ADMINISTRATIVA
 * ========================================================= */

.topo-inner {
position: relative;
}

.acesso-administrativo {
position: absolute;
top: 20px;
right: 20px;
z-index: 9999;
}

/* ---------------------------------------------------------
 * BOTÃO
 * --------------------------------------------------------- */

.acesso-administrativo .admin-login,
.acesso-administrativo .admin-logado {
display: flex;
align-items: center;
gap: 9px;

box-sizing: border-box;

min-height: 44px;
padding: 7px 14px;

background: #111111 !important;
color: #ffffff !important;

border: 2px solid #ffffff;
border-radius: 9px;

text-decoration: none !important;

font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;

box-shadow: 0 3px 10px rgba(0,0,0,0.45);

opacity: 1 !important;

transition: all 0.2s ease;

}

/* ---------------------------------------------------------
 * HOVER
 * --------------------------------------------------------- */

.acesso-administrativo .admin-login:hover,
.acesso-administrativo .admin-logado:hover {
background: #000000 !important;
color: #ffffff !important;

border-color: #ffd700;

transform: translateY(-2px);

box-shadow: 0 5px 15px rgba(0,0,0,0.60);

}

/* ---------------------------------------------------------
 * ÍCONE
 * --------------------------------------------------------- */

.acesso-administrativo .admin-icone {
display: flex;
align-items: center;
justify-content: center;

width: 32px;
height: 32px;

flex: 0 0 32px;

background: #ffffff;
color: #111111;

border-radius: 50%;

font-size: 18px;
line-height: 32px;

text-align: center;

}

/* ---------------------------------------------------------
 * NOME DO USUÁRIO
 * --------------------------------------------------------- */

.acesso-administrativo .admin-nome {
display: inline-block;
color: #ffd700 !important;

font-size: 14px;
font-weight: bold;

white-space: nowrap;
}

/* ---------------------------------------------------------
 * TEXTO ADMINISTRAÇÃO
 * --------------------------------------------------------- */

.acesso-administrativo .admin-label {
display: inline-block;

padding-left: 9px;

color: #ffffff !important;

font-size: 13px;
font-weight: normal;

white-space: nowrap;

border-left: 1px solid rgba(255,255,255,0.45);

}

/* =========================================================
 * RESPONSIVO
 * ========================================================= */

@media (max-width: 900px) {

.acesso-administrativo {
    top: 12px;
    right: 12px;
}

.acesso-administrativo .admin-login,
.acesso-administrativo .admin-logado {
    min-height: 40px;
    padding: 5px 10px;
}

.acesso-administrativo .admin-icone {
    width: 28px;
    height: 28px;
    flex-basis: 28px;

    font-size: 16px;
    line-height: 28px;
}

.acesso-administrativo .admin-label {
    display: none;
}

}

@media (max-width: 600px) {

.acesso-administrativo {
    position: static;

    width: 100%;

    display: flex;
    justify-content: center;

    margin: 10px 0;
}

.acesso-administrativo .admin-login,
.acesso-administrativo .admin-logado {
    min-height: 40px;
}

.acesso-administrativo .admin-label {
    display: inline-block;

    padding-left: 7px;

    border-left: 1px solid rgba(255,255,255,0.35);
}

}

/* =========================================================
 * ACESSO ADMINISTRATIVO - COMPACTO
 * ========================================================= */

/* =========================================================
 * ÁREA ADMINISTRATIVA - ALINHADA AO MENU
 * ========================================================= */

header.topo > .topo-inner {
position: relative !important;
}

/* Posicionamento */
header.topo > .topo-inner > .acesso-administrativo {
position: absolute !important;


top: 50% !important;
right: 145px !important;

transform: translateY(-50%) !important;

z-index: 99999 !important;

display: block !important;

width: auto !important;
height: auto !important;

margin: 0 !important;
padding: 0 !important;

visibility: visible !important;
opacity: 1 !important;


}

/* =========================================================
 * BOTÃO
 * ========================================================= */

header.topo > .topo-inner > .acesso-administrativo > .admin-login,
header.topo > .topo-inner > .acesso-administrativo > .admin-logado {
display: inline-flex !important;


align-items: center !important;
justify-content: center !important;

gap: 4px !important;

box-sizing: border-box !important;

width: auto !important;
min-width: 0 !important;

height: 30px !important;
min-height: 30px !important;

padding: 3px 8px !important;

margin: 0 !important;

background: #111111 !important;
color: #ffffff !important;

border: 1px solid rgba(255,255,255,0.65) !important;
border-radius: 5px !important;

text-decoration: none !important;

font-family: Arial, Helvetica, sans-serif !important;
font-size: 10px !important;
font-weight: bold !important;

line-height: 1 !important;

white-space: nowrap !important;

box-shadow: 0 2px 5px rgba(0,0,0,0.30) !important;

overflow: hidden !important;

visibility: visible !important;
opacity: 1 !important;


}

/* =========================================================
 * ÍCONE
 * ========================================================= */

header.topo > .topo-inner > .acesso-administrativo .admin-icone {
display: inline-block !important;


width: auto !important;
height: auto !important;
min-width: 0 !important;

padding: 0 !important;
margin: 0 !important;

background: transparent !important;
color: inherit !important;

border: 0 !important;
border-radius: 0 !important;

font-size: 13px !important;
line-height: 1 !important;

flex-shrink: 0 !important;


}

/* =========================================================
 * NOME
 * ========================================================= */

header.topo > .topo-inner > .acesso-administrativo .admin-nome {
display: inline-block !important;


width: auto !important;

color: #ffd700 !important;

font-size: 10px !important;
font-weight: bold !important;

line-height: 1 !important;

white-space: nowrap !important;

flex-shrink: 0 !important;


}

/* =========================================================
 * TEXTO ADMINISTRAÇÃO
 * ========================================================= */

header.topo > .topo-inner > .acesso-administrativo .admin-label {
display: inline-block !important;


width: auto !important;

margin: 0 !important;
padding: 0 0 0 5px !important;

color: #ffffff !important;

font-size: 9px !important;
font-weight: normal !important;

line-height: 1 !important;

white-space: nowrap !important;

border-left: 1px solid rgba(255,255,255,0.30) !important;

flex-shrink: 0 !important;


}

/* =========================================================
 * TEXTO DA ÁREA ADMINISTRATIVA QUANDO DESLOGADO
 * ========================================================= */

header.topo > .topo-inner > .acesso-administrativo .admin-login > span:not(.admin-icone) {
display: inline-block !important;


width: auto !important;

color: #ffffff !important;

font-size: 10px !important;
font-weight: bold !important;

line-height: 1 !important;

white-space: nowrap !important;

flex-shrink: 0 !important;


}

/* =========================================================
 * HOVER
 * ========================================================= */

header.topo > .topo-inner > .acesso-administrativo > .admin-login:hover,
header.topo > .topo-inner > .acesso-administrativo > .admin-logado:hover {
background: #000000 !important;


border-color: #ffd700 !important;

transform: none !important;


}

/* =========================================================
 * RESPONSIVO
 * ========================================================= */

@media (max-width: 1100px) {


header.topo > .topo-inner > .acesso-administrativo {
    right: 120px !important;
}


}

@media (max-width: 900px) {


header.topo > .topo-inner > .acesso-administrativo {
    right: 90px !important;
}

header.topo > .topo-inner > .acesso-administrativo .admin-label {
    display: none !important;
}


}

@media (max-width: 700px) {


header.topo > .topo-inner > .acesso-administrativo {
    position: relative !important;

    top: auto !important;
    right: auto !important;

    transform: none !important;

    width: 100% !important;

    display: flex !important;
    justify-content: center !important;

    margin: 5px 0 !important;
}


}

