.leaderboard-hero {
    background: linear-gradient(135deg, #fffbeb 0%, #ffffff 55%, #fef3c7 100%);
}

.leaderboard-rank {
    display: inline-flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: #f1f5f9;
    font-weight: 800;
    color: #475569;
}

.leaderboard-rank--top {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
    box-shadow: 0 4px 12px rgb(245 158 11 / 35%);
}

.leaderboard-home-row {
    transition: background-color 0.15s ease;
}

.leaderboard-table tbody tr:last-child {
    border-bottom: none;
}

.leaderboard-hit-tag {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    padding: 0.125rem 0.5rem;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1.25rem;
}

.leaderboard-hit-tag--hit {
    color: #dc2626;
}

.leaderboard-hit-tag--miss {
    color: #94a3b8;
}

.leaderboard-predictions {
    max-width: 22rem;
}
