
.ud-downloads{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
.ud-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}
.ud-filters input,.ud-filters select{padding:6px 8px}
.ud-table{width:100%;border-collapse:collapse;table-layout:fixed}
.ud-table th,.ud-table td{border-bottom:1px solid #e0e0e0;padding:8px;text-align:left;vertical-align:top}
.ud-table thead th:nth-child(1){width:10%}
.ud-table thead th:nth-child(2){width:14%}
.ud-table thead th:nth-child(3){width:10%}
.ud-table thead th:nth-child(4){width:10%}
.ud-table thead th:nth-child(5){width:10%}
.ud-table thead th:nth-child(6){width:10%}
.ud-table thead th:nth-child(7){width:20%}
.ud-table thead th:nth-child(8){width:8%}
.ud-table thead th:nth-child(9){width:18%}
.ud-table thead th:nth-child(10){width:22%}
.ud-table thead th:nth-child(11){width:8%}
.ud-table tbody tr:hover{background:#fafafa}
.ud-count{margin:6px 0 12px;font-size:12px;color:#666}
.ud-download-btn{background:#2271b1;color:#fff;padding:6px 10px;border:none;border-radius:4px;cursor:pointer;text-decoration:none;display:inline-block}
.ud-download-btn:hover{background:#135e96}
.ud-hash{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace; font-size:12px}
.ud-hash-clip{max-width:100%;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ud-copy{margin-left:6px;padding:3px 6px;font-size:12px;border:1px solid #ccc;border-radius:3px;background:#f7f7f7;cursor:pointer}
.ud-copy:hover{background:#eee}
.ud-desc{font-size:13px;line-height:1.35;color:#333;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
@media (max-width:900px){
  .ud-table thead th:nth-child(7){width:26%}
  .ud-table thead th:nth-child(9){width:22%}
  .ud-table thead th:nth-child(10){width:26%}
}
@media (max-width:640px){
  .ud-filters{flex-direction:column}
  .ud-table thead{display:none}
  .ud-table, .ud-table tbody, .ud-table tr, .ud-table td{display:block;width:100%}
  .ud-table td{border:none;border-bottom:1px solid #eee}
  .ud-table td::before{content:attr(data-label);font-weight:600;display:block;color:#666;margin-bottom:4px}
}
