.relation-matrix{display:inline-flex;flex-direction:column;width:100%}.relation-matrix__table{background:var(--relationMatrix-table-background,var(--relationMatrix-table-background));border:1px solid var(--relationMatrix-table-borderColor,var(--relationMatrix-table-borderColor));border-collapse:separate;border-radius:var(--relationMatrix-table-borderRadius,var(--relationMatrix-table-borderRadius));border-spacing:0;overflow:hidden;table-layout:fixed;width:100%}.relation-matrix__col-header,.relation-matrix__corner,.relation-matrix__thead{background:var(--relationMatrix-header-background,var(--relationMatrix-header-background))}.relation-matrix__col-header,.relation-matrix__corner{border-bottom:1px solid var(--relationMatrix-header-borderColor,var(--relationMatrix-header-borderColor));color:var(--relationMatrix-header-color,var(--relationMatrix-header-color));font-size:12px;font-weight:var(--relationMatrix-header-fontWeight,var(--relationMatrix-header-fontWeight));letter-spacing:var(--relationMatrix-header-letterSpacing,var(--relationMatrix-header-letterSpacing));padding:var(--relationMatrix-header-padding-y,var(--relationMatrix-header-padding-y)) var(--relationMatrix-header-padding-x,var(--relationMatrix-header-padding-x));text-align:left;text-transform:uppercase}.relation-matrix__corner{white-space:nowrap;width:1%}.relation-matrix__col-header--totals{text-align:right}.relation-matrix__row-header,.relation-matrix__row-header--totals{background:var(--relationMatrix-rowHeader-background,var(--relationMatrix-rowHeader-background));border-bottom:1px solid var(--relationMatrix-cell-borderColor,var(--relationMatrix-cell-borderColor));color:var(--relationMatrix-rowHeader-color,var(--relationMatrix-rowHeader-color));font-weight:var(--relationMatrix-rowHeader-fontWeight,var(--relationMatrix-rowHeader-fontWeight));padding:var(--relationMatrix-rowHeader-padding-y,var(--relationMatrix-rowHeader-padding-y)) var(--relationMatrix-rowHeader-padding-x,var(--relationMatrix-rowHeader-padding-x));text-align:left;white-space:nowrap}.relation-matrix__row:last-of-type .relation-matrix__cell,.relation-matrix__row:last-of-type .relation-matrix__row-header,.relation-matrix__row:last-of-type .relation-matrix__totals-cell{border-bottom:none}.relation-matrix__cell{background:var(--relationMatrix-cell-background-default,var(--relationMatrix-cell-background-default));border-bottom:1px solid var(--relationMatrix-cell-borderColor,var(--relationMatrix-cell-borderColor));border-left:1px solid var(--relationMatrix-cell-borderColor,var(--relationMatrix-cell-borderColor));color:var(--relationMatrix-cell-glyph-default,var(--relationMatrix-cell-glyph-default));font-size:13px;line-height:1;padding:var(--relationMatrix-cell-padding-y,var(--relationMatrix-cell-padding-y)) var(--relationMatrix-cell-padding-x,var(--relationMatrix-cell-padding-x));text-align:center;vertical-align:middle}.relation-matrix__cell-button,.relation-matrix__cell-content{align-items:center;display:inline-flex;justify-content:center;min-height:var(--relationMatrix-size-md-cellMinHeight,var(--relationMatrix-size-md-cellMinHeight));width:100%}.relation-matrix__cell-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:inherit;cursor:pointer;font:inherit;margin:0;padding:0}.relation-matrix__cell-button:focus-visible{outline:2px solid var(--relationMatrix-cell-focusOutline,var(--relationMatrix-cell-focusOutline));outline-offset:-2px}.relation-matrix__cell--state-interactive{cursor:pointer}.relation-matrix__cell--state-interactive:hover{background:var(--relationMatrix-cell-hoverBackground,var(--relationMatrix-cell-hoverBackground))}.relation-matrix__glyph{display:inline-block;font-size:var(--relationMatrix-size-md-glyphSize,var(--relationMatrix-size-md-glyphSize));font-weight:700;line-height:1}.relation-matrix__cell--tone-neutral{background:var(--relationMatrix-cell-background-neutral,var(--relationMatrix-cell-background-neutral));color:var(--relationMatrix-cell-glyph-neutral,var(--relationMatrix-cell-glyph-neutral))}.relation-matrix__cell--tone-success{background:var(--relationMatrix-cell-background-success,var(--relationMatrix-cell-background-success));color:var(--relationMatrix-cell-glyph-success,var(--relationMatrix-cell-glyph-success))}.relation-matrix__cell--tone-warning{background:var(--relationMatrix-cell-background-warning,var(--relationMatrix-cell-background-warning));color:var(--relationMatrix-cell-glyph-warning,var(--relationMatrix-cell-glyph-warning))}.relation-matrix__cell--tone-danger{background:var(--relationMatrix-cell-background-danger,var(--relationMatrix-cell-background-danger));color:var(--relationMatrix-cell-glyph-danger,var(--relationMatrix-cell-glyph-danger))}.relation-matrix__cell--tone-info{background:var(--relationMatrix-cell-background-info,var(--relationMatrix-cell-background-info));color:var(--relationMatrix-cell-glyph-info,var(--relationMatrix-cell-glyph-info))}.relation-matrix__totals-cell{background:var(--relationMatrix-header-background,var(--relationMatrix-header-background));border-bottom:1px solid var(--relationMatrix-cell-borderColor,var(--relationMatrix-cell-borderColor));border-left:1px solid var(--relationMatrix-cell-borderColor,var(--relationMatrix-cell-borderColor));color:var(--relationMatrix-rowHeader-color,var(--relationMatrix-rowHeader-color));font-variant-numeric:tabular-nums;font-weight:600;padding:var(--relationMatrix-cell-padding-y,var(--relationMatrix-cell-padding-y)) var(--relationMatrix-cell-padding-x,var(--relationMatrix-cell-padding-x));text-align:right}.relation-matrix__row--totals .relation-matrix__row-header,.relation-matrix__row--totals .relation-matrix__totals-cell{border-top:1px solid var(--relationMatrix-header-borderColor,var(--relationMatrix-header-borderColor))}.relation-matrix__totals-cell--grand{font-weight:700}.relation-matrix--size-sm .relation-matrix__cell-button,.relation-matrix--size-sm .relation-matrix__cell-content{min-height:var(--relationMatrix-size-sm-cellMinHeight,var(--relationMatrix-size-sm-cellMinHeight))}.relation-matrix--size-sm .relation-matrix__glyph{font-size:var(--relationMatrix-size-sm-glyphSize,var(--relationMatrix-size-sm-glyphSize))}.relation-matrix--size-sm .relation-matrix__cell,.relation-matrix--size-sm .relation-matrix__row-header,.relation-matrix--size-sm .relation-matrix__totals-cell{font-size:var(--relationMatrix-size-sm-fontSize,var(--relationMatrix-size-sm-fontSize))}.relation-matrix--size-lg .relation-matrix__cell-button,.relation-matrix--size-lg .relation-matrix__cell-content{min-height:var(--relationMatrix-size-lg-cellMinHeight,var(--relationMatrix-size-lg-cellMinHeight))}.relation-matrix--size-lg .relation-matrix__glyph{font-size:var(--relationMatrix-size-lg-glyphSize,var(--relationMatrix-size-lg-glyphSize))}.relation-matrix--size-lg .relation-matrix__cell,.relation-matrix--size-lg .relation-matrix__row-header,.relation-matrix--size-lg .relation-matrix__totals-cell{font-size:var(--relationMatrix-size-lg-fontSize,var(--relationMatrix-size-lg-fontSize))}.relation-matrix__legend{color:var(--relationMatrix-legend-color,var(--relationMatrix-legend-color));display:flex;flex-wrap:wrap;font-size:var(--relationMatrix-legend-fontSize,var(--relationMatrix-legend-fontSize));gap:var(--relationMatrix-legend-gap,var(--relationMatrix-legend-gap));list-style:none;margin:var(--relationMatrix-legend-marginTop,var(--relationMatrix-legend-marginTop)) 0 0;padding:0}.relation-matrix__legend-item{align-items:center;display:inline-flex;gap:6px}.relation-matrix__legend-swatch{align-items:center;border-radius:var(--relationMatrix-legend-swatchRadius,var(--relationMatrix-legend-swatchRadius));display:inline-flex;font-size:11px;font-weight:700;height:var(--relationMatrix-legend-swatchSize,var(--relationMatrix-legend-swatchSize));justify-content:center;line-height:1;width:var(--relationMatrix-legend-swatchSize,var(--relationMatrix-legend-swatchSize))}.relation-matrix__legend-swatch--tone-neutral{background:var(--relationMatrix-cell-background-neutral,var(--relationMatrix-cell-background-neutral));color:var(--relationMatrix-cell-glyph-neutral,var(--relationMatrix-cell-glyph-neutral))}.relation-matrix__legend-swatch--tone-success{background:var(--relationMatrix-cell-background-success,var(--relationMatrix-cell-background-success));color:var(--relationMatrix-cell-glyph-success,var(--relationMatrix-cell-glyph-success))}.relation-matrix__legend-swatch--tone-warning{background:var(--relationMatrix-cell-background-warning,var(--relationMatrix-cell-background-warning));color:var(--relationMatrix-cell-glyph-warning,var(--relationMatrix-cell-glyph-warning))}.relation-matrix__legend-swatch--tone-danger{background:var(--relationMatrix-cell-background-danger,var(--relationMatrix-cell-background-danger));color:var(--relationMatrix-cell-glyph-danger,var(--relationMatrix-cell-glyph-danger))}.relation-matrix__legend-swatch--tone-info{background:var(--relationMatrix-cell-background-info,var(--relationMatrix-cell-background-info));color:var(--relationMatrix-cell-glyph-info,var(--relationMatrix-cell-glyph-info))}
