.stat-value {
    font-size: 2rem;
    font-weight: bold;
    margin: 0.5rem 0;
}

nav a.active {
    font-weight: bold;
    text-decoration: underline;
}

table {
    font-size: 0.9rem;
}

mark {
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
}

nav ul:last-child {
    gap: 1rem;
}
