.stats-container-f714171e {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
	margin: 20px 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.stats-card-f714171e {
	background: #ffffff;
	border-radius: 12px;
	padding: 24px;
	display: flex;
	align-items: center;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
	border: 1px solid #eef2f6;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stats-card-f714171e:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.02);
}

.stats-icon-f714171e {
	width: 56px;
	height: 56px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	flex-shrink: 0;
}

.stats-icon-f714171e svg {
	width: 28px;
	height: 28px;
}

.bg-blue-f714171e {
	background-color: #ebf5ff;
	color: #1a56db;
}

.bg-green-f714171e {
	background-color: #f0fdf4;
	color: #16a34a;
}

.bg-purple-f714171e {
	background-color: #faf5ff;
	color: #7e3af2;
}

.stats-info-f714171e {
	flex-grow: 1;
}

.stats-number-f714171e {
	font-size: 28px;
	font-weight: 700;
	color: #111827;
	line-height: 1.2;
	margin-bottom: 4px;
}

.stats-label-f714171e {
	font-size: 14px;
	color: #6b7280;
	font-weight: 500;
}
