/* Cluster Analysis Styles */
.cluster-profile-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 0.8rem;
}

.cluster-profile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 4px;
}

.cluster-bot-list {
    color: #cbd5e1;
    font-size: 0.75rem;
    margin-bottom: 10px;
    font-style: italic;
    line-height: 1.3;
}

.feature-bar-container {
    margin-bottom: 6px;
}

.feature-bar-label {
    display: flex;
    justify-content: space-between;
    font-size: 0.7rem;
    color: #e2e8f0;
    margin-bottom: 2px;
}

.feature-bar-bg {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    overflow: hidden;
    display: flex;
}

.feature-bar-fill {
    height: 100%;
    /* Use the cluster's color */
    background: var(--cluster-color, #0d9488); 
}

.feature-bar-global {
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.cluster-color-badge {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.5);
}
