    .pager-meta {
      overflow-wrap: anywhere;
      margin-right: 10px;
    }

    .pager-controls {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 8px;
    }

    .pager-jump {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 8px;
      margin-left: 10px;
    }

    .route-pager input,
    .route-pager select {
      width: 74px;
      min-height: 30px;
      padding: 5px 8px;
      border-radius: 6px;
      font-size: 12px;
    }

    .route-pager select {
      width: 96px;
    }

    table {
      width: 2780px;
      min-width: 2780px;
      table-layout: fixed;
      border-collapse: collapse;
    }

    th,
    td {
      padding: 10px 11px;
      border-bottom: 1px solid var(--line);
      text-align: left;
      vertical-align: top;
    }

    th {
      position: sticky;
      top: 0;
      z-index: 3;
      background: #f2f5f8;
      color: var(--muted);
      font-size: 12px;
      font-weight: 650;
      cursor: pointer;
      user-select: none;
      overflow: visible;
    }

    .th-label {
      display: block;
      padding-right: 14px;
    }

    .col-resizer {
      position: absolute;
      top: 0;
      right: -7px;
      z-index: 4;
      width: 14px;
      height: 100%;
      cursor: col-resize;
      touch-action: none;
    }

    .col-resizer::after {
      content: "";
      position: absolute;
      top: 9px;
      right: 6px;
      bottom: 9px;
      width: 2px;
      border-radius: 999px;
      background: rgba(148, 163, 184, 0.36);
    }

    th:hover .col-resizer::after,
    th.column-resizing .col-resizer::after,
    body.resizing-columns .col-resizer::after {
      background: var(--accent);
    }

    body.resizing-columns,
    body.resizing-columns * {
      cursor: col-resize !important;
      user-select: none !important;
    }

    tbody tr {
      cursor: pointer;
    }

    tbody tr:hover {
      background: #f9fbfd;
    }

    tbody tr.route-expand-row:hover {
      background: transparent;
    }

    .route-expand-cell {
      padding-right: 6px;
    }

    .route-expand-toggle {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      min-height: 28px;
      padding: 0;
      border: 0;
      background: transparent;
      color: var(--text);
      font: inherit;
      font-weight: 700;
      cursor: pointer;
    }

    .route-expand-caret {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 14px;
      color: var(--muted);
      font-size: 12px;
    }

    .route-expand-panel {
      padding: 6px 0;
    }

    .route-expand-table-wrap {
      overflow-x: auto;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fbfcfd;
    }

    .route-expand-table {
      width: 100%;
      min-width: 1120px;
      table-layout: fixed;
      border-collapse: collapse;
    }

    .route-expand-table th,
    .route-expand-table td {
      padding: 10px 12px;
      border-bottom: 1px solid var(--line);
      vertical-align: top;
    }

    .route-expand-table th {
      position: static;
      background: #f8fafc;
      font-size: 12px;
      font-weight: 650;
      color: var(--muted);
      cursor: default;
    }

    .route-expand-table tbody tr {
      cursor: default;
    }

    .route-expand-table tbody tr:hover {
      background: #fbfcfd;
    }

    .route-quote-provider-fee {
      color: var(--muted);
      font-size: 12px;
      line-height: 1.45;
      overflow-wrap: anywhere;
    }

    .route-quote-error {
      color: var(--red);
      font-size: 12px;
      line-height: 1.45;
      overflow-wrap: anywhere;
    }

    .muted-text {
      color: var(--muted);
    }

    .vehicle-summary-cell {
      white-space: normal;
    }

    .route-vehicle-summary {
      display: grid;
      gap: 3px;
    }

    .address {
      color: #334155;
      overflow-wrap: anywhere;
      word-break: break-word;
      white-space: normal;
    }

    .poi-cell {
      color: #334155;
      overflow-wrap: anywhere;
      word-break: break-word;
      white-space: normal;
    }

    .poi-score {
      margin-top: 4px;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.25;
      white-space: nowrap;
    }

    .nowrap {
      white-space: nowrap;
    }

    .price {
      font-weight: 720;
      color: #0f172a;
    }

    .price-cell {
      white-space: normal;
    }

    .distance-cell {
      color: var(--muted);
      font-size: 13px;
      font-weight: 650;
    }

    .price-value {
      font-weight: 760;
      line-height: 1.25;
      white-space: nowrap;
    }

    .fee-list-preview {
      display: -webkit-box;
      margin-top: 5px;
      color: var(--muted);
      font-size: 12px;
      font-weight: 560;
      line-height: 1.35;
      overflow: hidden;
      overflow-wrap: anywhere;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }

    .runtime-cell {
      min-width: 220px;
      max-width: 300px;
    }

    .runtime-status {
      display: grid;
      gap: 5px;
      width: 100%;
      min-width: 0;
      max-width: 300px;
    }

    .runtime-title {
      display: inline-flex;
      align-items: center;
      width: fit-content;
      max-width: 100%;
    }

    .runtime-subtitle {
      min-width: 0;
      overflow: hidden;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.35;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      min-height: 24px;
      border-radius: 999px;
      border: 1px solid var(--line);
      padding: 2px 9px;
      font-size: 12px;
      white-space: nowrap;
    }

    .success { color: var(--green); background: var(--green-soft); border-color: #c9e7ce; }
    .device { color: var(--green); background: var(--green-soft); border-color: #c9e7ce; }
    .offline, .unauthorized { color: var(--red); background: var(--red-soft); border-color: #ffd0cc; }
    .pending { color: #475569; background: #f2f5f8; border-color: #dce3ec; }
    .error { color: var(--red); background: var(--red-soft); border-color: #ffd0cc; }
    .failed { color: var(--red); background: var(--red-soft); border-color: #ffd0cc; }
    .needs_manual_price { color: var(--amber); background: var(--amber-soft); border-color: #f0d695; }
    .partial { color: var(--amber); background: var(--amber-soft); border-color: #f0d695; }
    .not_ready { color: #64748b; background: #f8fafc; border-color: #dce3ec; }
    .ready { color: var(--green); background: var(--green-soft); border-color: #c9e7ce; }
    .needs_config { color: var(--amber); background: var(--amber-soft); border-color: #f0d695; }
    .runtime { color: var(--blue); background: var(--blue-soft); border-color: #cbdcff; }
    .operating, .waiting_price, .scrolling, .screenshot,
    .wechat_check, .wechat_origin_input, .wechat_destination_input, .wechat_vehicle, .wechat_cargo_type, .wechat_quote { color: var(--blue); background: var(--blue-soft); border-color: #cbdcff; }
    .wechat_origin_match, .wechat_destination_match, .ocr_queued, .ocr, .parsing, .price_guard { color: var(--accent); background: var(--accent-soft); border-color: #b9ded9; }
    .queued { color: #475569; background: #f2f5f8; border-color: #dce3ec; }
    .cancelled { color: #475569; background: #f2f5f8; border-color: #dce3ec; }
