/* /css/stats.css - только для stats.php */
.stat-card {
    border-radius: 10px;
    padding: 20px;
    color: white;
    margin-bottom: 20px;
    text-align: center;
}

.stat-card-1 { 
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); 
}

.stat-card-2 { 
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); 
}

.stat-number {
    font-size: 2.5em;
    font-weight: bold;
}