.table-sort-button{display:inline-flex;align-items:center;gap:5px;padding:0;border:0;background:transparent;color:#344054;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap}
.table-sort-button:hover,.table-sort-button:focus-visible{color:#2563eb;outline:none}
.table-sort-button span{display:inline-grid;width:18px;height:18px;place-items:center;border-radius:5px;background:#eff6ff;color:#2563eb;font-size:12px}
.table-sort-button.active{color:#1d4ed8}
.table-sort-button.active span{background:#dbeafe;color:#1d4ed8}
.model-sort-value,.category-sort-value{display:inline-flex;min-width:38px;justify-content:center;padding:5px 9px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-variant-numeric:tabular-nums}
.sort-rule-hint{align-self:center;color:#64748b;font-size:13px}
.model-upload-time{display:grid;gap:3px;min-width:150px;color:#101828;font-variant-numeric:tabular-nums;white-space:nowrap}
.model-upload-time small{color:#667085;font-size:11px}
.model-management-table th,.model-management-table td{padding:12px 9px}
.model-management-table th:first-child,.model-management-table td:first-child{width:34px;text-align:center}
.model-management-table th:nth-child(2),.model-management-table td:nth-child(2){width:84px}
.model-management-table .table-thumb{display:block;width:64px;height:64px;object-fit:contain;border-radius:9px;background:#f2f4f7}
#modelCoverPreview .media-card{width:min(320px,100%)}
#modelCoverPreview .media-card img{height:auto;aspect-ratio:1/1;object-fit:contain;background:#f2f4f7}
.model-management-table td:nth-child(3){min-width:155px;white-space:normal}
.model-management-table td:nth-child(4){min-width:120px;white-space:normal}
.model-management-table td:last-child{min-width:190px;white-space:normal;line-height:2.2}
.model-management-table td:last-child button{margin:2px 1px;padding:6px 8px}
