body {
    background: #f4f6f9;
}

.card {
    border: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.card-stat .valor {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
}

.card-stat .rotulo {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #6c757d;
}

.table td, .table th {
    vertical-align: middle;
}

.table-ranking .posicao {
    width: 3rem;
    font-weight: 700;
    color: #6c757d;
}

.table-ranking tr:nth-child(1) .posicao { color: #d4a017; }
.table-ranking tr:nth-child(2) .posicao { color: #9aa0a6; }
.table-ranking tr:nth-child(3) .posicao { color: #b0703c; }

.progress {
    height: 1.1rem;
}

/* Miniaturas de mídia */
.midia-mini {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: .375rem;
}

.galeria-item {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    border-radius: .5rem;
    background: #212529;
}

.galeria-video {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    background: #212529;
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
}

/* Lista de corretores em checkbox (roletas) */
.grade-checks {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: .25rem .75rem;
}

.login-box {
    max-width: 380px;
    margin: 8vh auto 0;
}

.navbar-nav .nav-link {
    text-transform: none;
}
