.pst{display:grid;grid-template-columns:repeat(var(--pst-columns,1),auto);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);width:100%;overflow:auto;}.pst .pst-head{display:contents;}.pst .pst-head .pst-col{background:var(--bg-card);position:sticky;top:0;z-index:1;will-change:top;}.pst .pst-row{display:contents;}.pst .pst-row:nth-child(2n) .pst-col{background-color:var(--neutral-200);}.pst .pst-col{display:flex;align-items:center;gap:.25rem;font-size:.8em;padding:.5rem .25rem;vertical-align:middle;background-color:var(--neutral-100);}.pst .pst-col.end{justify-content:end;}.pst .pst-full{grid-column-start:1;grid-column-end:-1;}.theme-dark .pst .pst-head .pst-col{background:var(--bg-card);}.theme-dark .pst .pst-row{display:contents;}.theme-dark .pst .pst-row:nth-child(2n) .pst-col{background-color:var(--neutral-700);}.theme-dark .pst .pst-col{background-color:var(--neutral-600);}