/*
 * 1.4.140 — somente Recém-chegado.
 * Em seções compostas, a cor de estágio deixa de preencher o contêiner inteiro
 * e permanece apenas nos cartões/blocos internos.
 */

/* 1) Onde você se destacou — mantém os três .anth-md-card coloridos. */
.anth-home--dashboard-recem-chegado
.anth-perfis-section--melhor-desempenho > :first-child,
.anth-home--dashboard-recem-chegado
.anth-perfis-section--melhor-desempenho .anth-md-wrap{
    background:transparent!important;
    background-color:transparent!important;
    box-shadow:none!important;
    border-color:transparent!important;
}
.anth-home--dashboard-recem-chegado
.anth-perfis-section--melhor-desempenho .anth-md-card{
    background-color:var(--anth-stage-bg-strong,rgba(62,45,8,.60))!important;
    border-color:var(--anth-stage-border,rgba(224,185,90,.44))!important;
    box-shadow:inset 0 0 22px var(--anth-stage-glow,rgba(224,185,90,.12))!important;
}

/* 2) Comunicação — o fundo fica apenas nos três itens Chat / Convites / Menções. */
.anth-home--dashboard-recem-chegado
.anth-perfis-section--interacoes > :first-child,
.anth-home--dashboard-recem-chegado
.anth-perfis-section--interacoes .anth-interacoes{
    background:transparent!important;
    background-color:transparent!important;
    box-shadow:none!important;
    border-color:transparent!important;
}
.anth-home--dashboard-recem-chegado
.anth-perfis-section--interacoes .anth-interacoes__item{
    background-color:rgba(5,14,18,.56)!important;
    border:1px solid rgba(255,255,255,.085)!important;
    border-radius:12px!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.012)!important;
}

/* 3) Pode avaliar este conto? — elimina a superfície externa, preserva os cards internos. */
.anth-home--dashboard-recem-chegado
.anth-perfis-section--avaliacao-conto > :first-child,
.anth-home--dashboard-recem-chegado
.anth-perfis-section--avaliacao-iniciante > :first-child,
.anth-home--dashboard-recem-chegado
.anth-perfis-section--avaliacao-intermediario > :first-child,
.anth-home--dashboard-recem-chegado :is(.anth-ini-avaliacao,.anth-int-avaliacao){
    background:transparent!important;
    background-color:transparent!important;
    box-shadow:none!important;
    border-color:transparent!important;
}
.anth-home--dashboard-recem-chegado
:is(.anth-perfis-section--avaliacao-conto,.anth-perfis-section--avaliacao-iniciante,.anth-perfis-section--avaliacao-intermediario)
:is([class*="card"],[class*="painel"],[class*="item"]){
    background-color:rgba(8,54,43,.56)!important;
    border-color:rgba(67,214,173,.38)!important;
}

/* 4) Destaque atual (chave histórica: reconhecimento) — sem fundo no contêiner externo. */
.anth-home--dashboard-recem-chegado
.anth-perfis-section--reconhecimento > :first-child,
.anth-home--dashboard-recem-chegado
.anth-perfis-section--reconhecimento .anth-rec{
    background:transparent!important;
    background-color:transparent!important;
    box-shadow:none!important;
    border-color:transparent!important;
}
.anth-home--dashboard-recem-chegado
.anth-perfis-section--reconhecimento :is([class*="card"],[class*="slide"],[class*="item"]){
    background-color:rgba(4,50,88,.56)!important;
    border-color:rgba(56,169,255,.42)!important;
}
