thead .arrow {
	font-family: webdings;
	color: black;
	padding: 0;
	font-size: 10px;
	height: 15px;
	width: 10px;
	overflow: hidden;
	margin-bottom: 2;
	margin-top: -3;
	padding: 0;
	padding-top: 0;
	padding-bottom: 2;
}

@media (max-width: 600px) {
	.gender, .exp, .ath, .avail, .players, .regdate, .name, .edit {
		display: none;
	}
}

@media (max-width: 900px) {
	.exp, .ath, .avail, .edit {
		display: none;
	}
}

thead td {
	font-weight: bold;
}

.stats-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.2s ease;
}
.stats-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}