*{box-sizing:border-box;}
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);}
h1{font-size:22px;font-weight:700;margin:0;letter-spacing:-0.01em;}
.hidden{display:none !important;}

table{width:100%;border-collapse:collapse;}
thead th{text-align:left;font-size:10.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-soft);padding:10px 12px;border-bottom:1px solid var(--line);cursor:pointer;white-space:nowrap;user-select:none;}
thead th:hover{color:var(--ink);}
thead th.num, tbody td.num{text-align:right;}
thead th.grp{color:var(--ink-soft);border-bottom:none;padding-bottom:2px;font-size:9px;}
tbody td{padding:11px 12px;font-size:12.5px;border-bottom:1px solid var(--line);font-family:var(--mono);white-space:nowrap;}
tbody td.nombre{font-family:var(--sans);font-weight:500;}
tbody tr{cursor:pointer;}
tbody tr:hover{background:var(--bg);}
tbody tr:last-child td{border-bottom:none;}
tfoot td{font-family:var(--sans);font-size:11px;color:var(--ink-soft);padding:10px 12px;}
