:root {
    --dp-green: #1e5631;
    --dp-green-light: #2e7d46;
}

body {
    background-color: #f7f9f7;
}

.navbar-brand img {
    object-fit: contain;
}

.table-leaderboard th {
    white-space: nowrap;
}

.badge-award {
    font-size: 0.8rem;
}

.pick-slot.empty {
    opacity: 0.55;
    font-style: italic;
}

.gain-cell {
    font-weight: 600;
}

.gain-positive {
    color: #1e7e34;
}

.gain-negative {
    color: #b02a37;
}

.card-metric .display-6 {
    font-weight: 700;
}
