:root{--table-accent:#8b5a00;--table-border:rgba(139, 90, 0, 0.3);--table-header-bg:rgba(139, 90, 0, 0.08);--table-row-hover:rgba(139, 90, 0, 0.05);--table-text:#333;--table-text-dim:#666}@media(prefers-color-scheme:dark){:root{--table-accent:#80580a;--table-border:rgba(128, 88, 10, 0.4);--table-header-bg:rgba(128, 88, 10, 0.15);--table-row-hover:rgba(128, 88, 10, 0.1);--table-text:#e0e0e0;--table-text-dim:#888}}article table:not(.header){border-collapse:collapse;border:none;width:100%;margin:1.5rem 0;overflow:hidden}article table:not(.header) thead tr{background:var(--table-header-bg)}article table:not(.header) th{font-family:departure mono,ibm plex mono,monospace;font-weight:400;font-size:.8rem;color:var(--table-accent);text-transform:uppercase;letter-spacing:.1em;padding:.6rem 1rem;border:none;border-bottom:1px solid var(--table-border);text-align:left}article table:not(.header) td{padding:.6rem 1rem;border:none;border-bottom:1px solid var(--table-border);vertical-align:top;color:var(--table-text)}article table:not(.header) tbody tr:last-child td{border-bottom:none}article table:not(.header) tbody tr:hover{background:var(--table-row-hover)}article table:not(.header) tbody tr:hover td:first-child{box-shadow:inset 2px 0 0 var(--table-accent)}@media(max-width:768px){article table:not(.header) th,article table:not(.header) td{padding:.5rem .75rem;font-size:.85rem}}