.tc-grid-54732e9f {
	display: grid;
	gap: 20px;
}
.tc-card-54732e9f {
	background-color: #fff;
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	display: flex;
	flex-direction: column;
	gap: 20px;
	border: 1px solid #f0f0f0;
	transition: background-color 0.3s ease, color 0.3s ease;
}
.tc-card-54732e9f:hover {
	background-color: #0a3175;
}
.tc-card-54732e9f:hover .tc-content-54732e9f,
.tc-card-54732e9f:hover .tc-name-54732e9f {
	color: #fff;
}
.tc-card-54732e9f:hover .tc-role-54732e9f {
	color: rgba(255,255,255,0.8);
}
.tc-card-54732e9f:hover .tc-star-54732e9f {
	fill: #fff;
}
.tc-stars-54732e9f {
	display: flex;
	gap: 4px;
}
.tc-star-54732e9f {
	fill: #0a3175;
	transition: fill 0.3s ease;
}
.tc-content-54732e9f {
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	flex-grow: 1;
	transition: color 0.3s ease;
}
.tc-user-54732e9f {
	display: flex;
	align-items: center;
	gap: 15px;
}
.tc-avatar-54732e9f {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #124eb0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 18px;
}
.tc-name-54732e9f {
	font-weight: 700;
	color: #111;
	font-size: 15px;
	transition: color 0.3s ease;
}
.tc-role-54732e9f {
	color: #666;
	font-size: 13px;
	transition: color 0.3s ease;
}