/* --- FIX CRÍTICO DE VISIBILIDADE DO MENU MOBILE --- */
/* Força o texto a ser Branco com Sombra Preta (Legível em qualquer fundo) */
#mobile-user-info-container,
#mobile-user-info-container *,
#mobile-user-info-container span,
#mobile-user-info-container div,
#mobile-user-info-container i {
    color: #ffffff !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9) !important;
}

/* Garante que o botão de sair também siga a regra */
#mobile-user-info-container .logout-button,
#mobile-user-info-container .logout-button span {
    color: #ffffff !important;
    text-decoration: underline;
    opacity: 0.9;
}.pb-safe { padding-bottom: env(safe-area-inset-bottom); }

.pb-32 { padding-bottom: 8rem !important; }
.min-h-16 { min-height: 4rem !important; }
