.aui-table{width:100%;border-collapse:collapse;font-size:var(--ds-font-size-13);line-height:var(--ds-leading-13);color:var(--ds-text-primary)}.aui-table__caption{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.aui-table__head{height:40px;padding:0 var(--ds-space-4);font-size:var(--ds-font-size-12);line-height:var(--ds-leading-12);font-weight:500;color:var(--ds-text-secondary);text-align:left;border-bottom:1px solid var(--ds-border-hairline)}.aui-table[data-density=compact] .aui-table__head{height:32px}.aui-table__cell{height:44px;padding:0 var(--ds-space-4)}.aui-table[data-density=compact] .aui-table__cell{height:36px}.aui-table__body .aui-table__row:not(:last-child) .aui-table__cell{border-bottom:1px solid var(--ds-border-hairline)}.aui-table__cell:first-child,.aui-table__head:first-child{padding-left:var(--ds-space-5)}.aui-table__cell:last-child,.aui-table__head:last-child{padding-right:var(--ds-space-5)}[data-align=right].aui-table__cell,[data-align=right].aui-table__head{text-align:right}[data-align=center].aui-table__cell,[data-align=center].aui-table__head{text-align:center}[data-numeric].aui-table__cell{font-variant-numeric:tabular-nums}.aui-table__row[data-interactive]{cursor:pointer;transition:background-color var(--ds-duration-fast) var(--ds-ease-standard)}.aui-table__row[data-interactive]:hover:not([data-selected]){background:var(--ds-fill-1)}.aui-table__row[data-selected]{background:var(--ds-fill-2)}.aui-table__row[data-interactive]:focus-visible{outline:2px solid var(--ds-accent);outline-offset:-2px}@media (prefers-reduced-motion:reduce){.aui-table__row[data-interactive]{transition:none}}.aui-table__empty td{height:auto;padding:var(--ds-space-7) var(--ds-space-5);text-align:center;color:var(--ds-text-tertiary)}