#legend {
    background: rgba(255, 255, 255, 0.02);
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

#legend-difficulty {
    display: flex;
    align-items: center;
    gap: 22px;
    flex: none;
}

#legend-separator {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    flex: none;
    margin: 0 22px;
}

#legend-titles {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
}

.legend-label {
    font-family: var(--font-sans);
    font-size: 10px;
    letter-spacing: 2px;
    color: #5a5e63;
    flex: none;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 9px;
}

.legend-item-text {
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: 13px;
    color: #c8ccd0;
}

.legend-title-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    gap: 2px;
}

.legend-title-name {
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #e4e7ea;
}

.legend-title-cond {
    font-family: var(--font-sans);
    font-size: 11px;
    color: var(--color-muted);
}