.demo-table-wrapper{border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.demo-table{border-collapse:collapse;width:100%;font-size:11px}.demo-table-th{color:#374151;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:8px 10px;font-weight:600}.demo-table-th.left{text-align:left}.demo-table-th.center{text-align:center}.demo-table-th.right{text-align:right}.demo-table-row{animation:.2s ease-out backwards demo-table-row-appear;animation-delay:calc(var(--row-index,0)*50ms)}@keyframes demo-table-row-appear{0%{opacity:0}to{opacity:1}}.demo-table-row.highlight{background:#fef9c3}.demo-table-td{color:#111827;border-bottom:1px solid #e5e7eb;padding:8px 10px}.demo-table-row:last-child .demo-table-td{border-bottom:none}.demo-table-td.left{text-align:left}.demo-table-td.center{text-align:center}.demo-table-td.right{text-align:right}