.stats-container {
    max-width: 1140px;
    margin: 3rem auto;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

h1, h2 {
    color: #003366;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

th, td {
    padding: 1rem;
    text-align: center;
    border-bottom: 1px solid #eee;
}

th {
    background-color: #003366;
    color: white;
}

tr:nth-child(even) { background-color: #f9f9f9; }
tr:hover { background-color: #e6f2ff; }

canvas {
    max-width: 100%;
    height: auto;
    margin-top: 1.5rem;
}

@media (max-width: 768px) {
    h1 { font-size: 1.8rem; }
    th, td { font-size: 0.9rem; padding: 0.8rem; }
    .stats-container { padding: 1rem; }
}
