.naraya-table-wrapper{width:100%;overflow-x:auto;border:1px solid rgb(var(--border-subtle)/.8);border-radius:.75rem}.naraya-table{width:100%;border-collapse:collapse;font-size:.875rem;line-height:1.25rem}.naraya-table thead{border-bottom:1px solid rgb(var(--border-subtle))}.naraya-table th{padding:.625rem 1rem;font-size:.75rem;font-weight:600;line-height:1rem;text-transform:uppercase;letter-spacing:.04em;color:rgb(var(--text-muted));text-align:left;background-color:rgb(var(--color-secondary)/.4);white-space:nowrap}.naraya-table td{padding:.625rem 1rem;color:rgb(var(--text-main));border-bottom:1px solid rgb(var(--border-subtle)/.5)}.naraya-table tbody tr:last-child td{border-bottom:0}.naraya-table tbody tr:hover td{background-color:rgb(var(--color-primary)/.08)}.naraya-table--striped tbody tr:nth-child(2n) td{background-color:rgb(var(--color-secondary)/.5)}.naraya-table--striped tbody tr:nth-child(2n):hover td{background-color:rgb(var(--color-primary)/.12)}.naraya-table-wrapper--sticky{max-height:24rem;overflow-y:auto}.naraya-table-wrapper--sticky thead th{position:sticky;top:0;z-index:2;background-color:rgb(var(--bg-surface)/.88);backdrop-filter:blur(8px) saturate(140%);-webkit-backdrop-filter:blur(8px) saturate(140%);box-shadow:inset 0 -1px 0 rgb(var(--border-subtle)/.95)}.naraya-table--compact td,.naraya-table--compact th{padding:.375rem .75rem}