.perf-progress-wrapper-4900bae1 {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.perf-item-4900bae1 {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #e2e8f0;
}
.perf-item-4900bae1:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.perf-header-4900bae1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.perf-title-group-4900bae1 {
	display: flex;
	align-items: center;
	gap: 15px;
}
.perf-icon-4900bae1 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: #f8fafc;
	border-radius: 8px;
	color: #334155;
}
.perf-icon-4900bae1 i { font-size: 16px; }
.perf-icon-4900bae1 svg { width: 16px; height: 16px; fill: currentColor; }
.perf-title-4900bae1 {
	font-weight: 700;
	color: #0f172a;
	margin: 0;
	font-size: 15px;
}
.perf-stats-4900bae1 {
	display: flex;
	align-items: baseline;
	gap: 12px;
}
.perf-avg-4900bae1 {
	font-size: 11px;
	font-weight: 700;
	color: #64748b;
	text-transform: uppercase;
}
.perf-val-4900bae1 {
	font-size: 20px;
	font-weight: 700;
}
.perf-bar-bg-4900bae1 {
	width: 100%;
	height: 10px;
	background-color: #f1f5f9;
	border-radius: 5px;
	overflow: hidden;
}
.perf-bar-fill-4900bae1 {
	height: 100%;
	border-radius: 5px;
	transition: width 0.5s ease-in-out;
}
