/* ============================================================
   Identidade visual — lockup Serasa Distribuidor Hub.
   Compartilhado entre login (auth) e shell interno.
   ============================================================ */

.brand-lockup-v2 {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    line-height: 1.1;
}

.brand-mark-v2 {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
}

.brand-word-v2 {
    display: flex;
    flex-direction: column;
}

.brand-word-v2 strong {
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.brand-word-v2 > span {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.brand-word-v2 em {
    font-style: normal;
    font-weight: 700;
    background: linear-gradient(90deg, #ff2e8e 0%, #5b2eff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Variante para fundos escuros (sidebar) */
.brand-lockup-v2.is-light .brand-word-v2 strong {
    color: #fff;
}

.brand-lockup-v2.is-light .brand-word-v2 > span {
    color: rgba(255, 255, 255, 0.75);
}

/* Variante para fundos claros (login) */
.brand-lockup-v2.is-dark .brand-word-v2 strong {
    color: var(--navy, #0a0f2c);
}

.brand-lockup-v2.is-dark .brand-word-v2 > span {
    color: var(--navy, #0a0f2c);
}

/* Tamanho grande (login) */
.brand-lockup-v2.is-lg {
    gap: 14px;
}

.brand-lockup-v2.is-lg .brand-mark-v2 {
    width: 52px;
    height: 52px;
}

.brand-lockup-v2.is-lg .brand-word-v2 strong {
    font-size: 1.45rem;
}

.brand-lockup-v2.is-lg .brand-word-v2 > span {
    font-size: 1.05rem;
}
