
.tab-content {
	display: block;
	padding: 40px;
	min-height: 500px;
	animation: fadeIn 0.3s ease-in;
}

.tab-content.active {
	display: block;
}

.content-section {
	margin-bottom: 30px;
}

.content-section h3 {
	color: #2c3e50;
	margin-bottom: 15px;
	font-size: 1.4em;
	padding-bottom: 10px;
	border-bottom: 2px solid #4facfe;
}



.stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
}

.stat-card {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 25px;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.stat-number {
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 10px;
}

.stat-label {
	font-size: 1em;
	opacity: 0.9;
}
