    .overview-page .table-panel {
      margin-top: 6px;
    }
    .overview-panel-head {
      align-items: center;
      flex-wrap: wrap;
    }
    .overview-panel-head .panel-sub {
      margin-top: 2px;
      text-align: left;
    }
    .overview-tools {
      width: min(560px, 100%);
      margin-left: auto;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 8px;
    }
    .overview-filter {
      position: relative;
      flex: 0 0 auto;
    }
    .overview-filter-button {
      height: 34px;
      min-width: 124px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: var(--panel2);
      color: var(--text);
      padding: 0 10px;
      font: inherit;
      font-size: 12px;
      font-weight: 760;
      cursor: pointer;
      white-space: nowrap;
    }
    .overview-filter-button:hover,
    .overview-filter-button:focus-visible,
    .overview-filter-button.is-active {
      border-color: var(--blue);
      outline: none;
    }
    .overview-filter-menu {
      position: absolute;
      z-index: 20;
      top: calc(100% + 7px);
      right: 0;
      width: 230px;
      max-height: 330px;
      overflow: auto;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: var(--panel);
      box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
      padding: 8px;
    }
    .overview-filter-actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 6px;
      margin-bottom: 6px;
    }
    .overview-filter-actions button {
      height: 28px;
      border: 1px solid var(--line);
      border-radius: 7px;
      background: var(--panel2);
      color: var(--muted);
      font: inherit;
      font-size: 12px;
      font-weight: 760;
      cursor: pointer;
    }
    .overview-filter-actions button:hover,
    .overview-filter-actions button:focus-visible {
      color: var(--text);
      border-color: var(--blue);
      outline: none;
    }
    .overview-filter-option {
      display: flex;
      align-items: center;
      gap: 8px;
      min-height: 30px;
      padding: 4px 3px;
      color: var(--text);
      font-size: 12px;
      font-weight: 720;
      cursor: pointer;
      user-select: none;
    }
    .overview-filter-option input {
      accent-color: var(--blue);
    }
    .overview-filter-count {
      margin-left: auto;
      color: var(--muted);
      font-size: 11px;
      font-variant-numeric: tabular-nums;
    }
    .overview-search {
      flex: 1 1 240px;
      min-width: 180px;
      height: 34px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: var(--panel2);
      color: var(--text);
      padding: 0 10px;
      font: inherit;
      outline: none;
    }
    .overview-search:focus {
      border-color: var(--blue);
    }
    @media (max-width: 720px) {
      .overview-tools {
        width: 100%;
        margin-left: 0;
        justify-content: stretch;
      }
      .overview-filter {
        flex: 0 0 auto;
      }
      .overview-filter-button {
        min-width: 112px;
      }
      .overview-filter-menu {
        left: 0;
        right: auto;
      }
    }
    .overview-table {
      min-width: 980px;
      font-size: 13px;
      table-layout: fixed;
    }
    .overview-table th,
    .overview-table td {
      padding: 8px 9px;
      vertical-align: middle;
    }
    .overview-table th:not(:first-child),
    .overview-table td:not(:first-child) {
      text-align: center;
    }
    .overview-table th:nth-child(1),
    .overview-table td:nth-child(1) {
      width: 25%;
    }
    .overview-table th:nth-child(2),
    .overview-table td:nth-child(2) {
      width: 10%;
    }
    .overview-table th:nth-child(3),
    .overview-table td:nth-child(3),
    .overview-table th:nth-child(4),
    .overview-table td:nth-child(4),
    .overview-table th:nth-child(5),
    .overview-table td:nth-child(5),
    .overview-table th:nth-child(6),
    .overview-table td:nth-child(6) {
      width: 11%;
    }
    .overview-table th:nth-child(7),
    .overview-table td:nth-child(7) {
      width: 16%;
    }
    .overview-table th:nth-child(8),
    .overview-table td:nth-child(8) {
      width: 5%;
    }
    .overview-sort-header {
      cursor: pointer;
      user-select: none;
      transition: color 0.12s ease;
    }
    .overview-sort-header:hover,
    .overview-sort-header:focus-visible {
      color: var(--text);
      outline: none;
    }
    .overview-sort-label {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      white-space: nowrap;
    }
    .overview-sort-indicator {
      width: 8px;
      height: 10px;
      position: relative;
      display: inline-block;
      margin-left: 5px;
      opacity: 0.45;
      vertical-align: -1px;
    }
    .overview-sort-indicator::before,
    .overview-sort-indicator::after {
      content: "";
      position: absolute;
      left: 1px;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
    }
    .overview-sort-indicator::before {
      top: 0;
      border-bottom: 4px solid currentColor;
    }
    .overview-sort-indicator::after {
      bottom: 0;
      border-top: 4px solid currentColor;
    }
    .overview-sort-header[data-sort-direction="desc"] .overview-sort-indicator,
    .overview-sort-header[data-sort-direction="asc"] .overview-sort-indicator {
      color: var(--blue);
      opacity: 1;
    }
    .overview-sort-header[data-sort-direction="desc"] .overview-sort-indicator::before {
      opacity: 0.2;
    }
    .overview-sort-header[data-sort-direction="asc"] .overview-sort-indicator::after {
      opacity: 0.2;
    }
    .table-number-cell,
    .table-funding-cell,
    .table-age-cell {
      font-variant-numeric: tabular-nums;
    }
    .pair-cell {
      display: grid;
      gap: 2px;
    }
    .pair-cell-main {
      color: var(--text);
      display: flex;
      align-items: center;
      gap: 6px;
      font-weight: 750;
      white-space: nowrap;
    }
    .pair-cell-exchange {
      color: var(--muted);
      font-size: 12px;
      font-weight: 650;
      line-height: 1;
    }
    .pair-cell-variant {
      color: var(--text);
      font-size: 12px;
      font-weight: 760;
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .best-cell {
      border-radius: 6px;
      color: var(--green);
      font-weight: 800;
    }
    .exchange-switch-link {
      color: var(--text);
      font-weight: 750;
      text-decoration: none;
    }
    .exchange-switch-link:hover {
      color: var(--green);
    }
    .funding-pair-cell {
      text-align: right;
    }
    .funding-pair-cell span {
      display: inline-block;
      margin-left: 5px;
    }
    .funding-pair-cell span:first-child {
      margin-left: 0;
    }
    .funding-pair-separator {
      color: var(--muted);
    }
    .overview-category-row {
      background: rgba(121, 160, 255, 0.055);
      cursor: pointer;
    }
    .overview-category-cell {
      color: var(--blue);
      font-size: 11px;
      font-weight: 850;
      letter-spacing: 0;
      text-transform: uppercase;
    }
    .overview-category-wrap {
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
      width: 100%;
      justify-content: space-between;
    }
    .overview-category-title {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
    }
    .overview-category-toggle {
      width: 7px;
      height: 7px;
      flex: 0 0 auto;
      border-right: 2px solid var(--blue);
      border-bottom: 2px solid var(--blue);
      transform: rotate(45deg) translateY(-2px);
      transition: transform 0.15s ease;
      opacity: 0.85;
    }
    .overview-category-row[aria-expanded="false"] .overview-category-toggle {
      transform: rotate(-45deg);
    }
    .overview-category-schedule {
      color: var(--muted);
      font-size: 11px;
      font-weight: 750;
      text-transform: none;
      white-space: nowrap;
    }
    .overview-group-row {
      background: rgba(255, 255, 255, 0.028);
    }
    .overview-group-row td {
      border-top: 1px solid rgba(255, 255, 255, 0.035);
      font-weight: 800;
    }
    .overview-group-row:hover {
      background: rgba(33, 197, 139, 0.075);
    }
    .overview-group-cell {
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
    }
    .overview-group-toggle {
      width: 8px;
      height: 8px;
      flex: 0 0 auto;
      border-right: 2px solid var(--muted);
      border-bottom: 2px solid var(--muted);
      transform: rotate(-45deg);
      transition: transform 0.15s ease;
    }
    .overview-group-row[aria-expanded="true"] .overview-group-toggle {
      transform: rotate(45deg) translateY(-2px);
    }
    .overview-group-main {
      color: var(--text);
      font-weight: 850;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .overview-group-count {
      flex: 0 0 auto;
      color: var(--muted);
      font-size: 11px;
      font-weight: 700;
      text-transform: lowercase;
    }
    .overview-detail-row td:first-child {
      padding-left: 28px;
    }
    .overview-detail-row .pair-cell-main {
      color: var(--muted);
      font-weight: 760;
    }
    .overview-empty-cell {
      color: var(--muted);
      text-align: center !important;
    }
    .overview-detail-row:hover .pair-cell-main {
      color: var(--text);
    }
    .overview-detail-row:hover .pair-cell-variant {
      color: var(--green);
    }
    .status-dot {
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 999px;
      margin-right: 5px;
      background: var(--amber);
      vertical-align: 1px;
    }
    .status-dot.ok {
      background: var(--green);
    }
    .status-dot.waiting {
      background: var(--amber);
    }
    .strategy-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
      margin-bottom: 8px;
    }
    .strategy-grid.single {
      grid-template-columns: 1fr;
    }
    .strategy {
      border: 1px solid var(--line);
      border-radius: 8px;
      background: var(--panel);
      padding: 10px;
      min-width: 0;
    }
    .strategy-head {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-bottom: 8px;
    }
    .strategy-title {
      font-size: 14px;
      font-weight: 700;
    }
    .strategy-values {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
    }
    .side-value {
      border: 1px solid var(--line);
      border-radius: 8px;
      background: var(--panel2);
      padding: 8px;
      min-height: 62px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .side-value .label {
      color: var(--muted);
      font-size: 12px;
      margin-bottom: 4px;
    }
    .side-value .value {
      font-size: 24px;
      font-weight: 760;
      letter-spacing: 0;
      overflow-wrap: anywhere;
    }
    .red { color: var(--red); }
    .green { color: var(--green); }
    .yellow { color: var(--amber); }
    .blue { color: var(--blue); }
    .violet { color: var(--violet); }
    .bad-text { color: var(--amber); }
    .admin-page .table-panel {
      margin-bottom: 8px;
    }
    .admin-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
      margin: 0 0 8px;
    }
    .admin-card {
      min-width: 0;
      min-height: 78px;
      display: grid;
      align-content: center;
      gap: 3px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: var(--panel);
      padding: 10px;
      text-align: center;
    }
    .admin-label,
    .admin-note {
      color: var(--muted);
      font-size: 12px;
      font-weight: 700;
      line-height: 1.2;
    }
    .admin-value {
      color: var(--text);
      font-size: 20px;
      font-weight: 830;
      line-height: 1.1;
      overflow-wrap: anywhere;
    }
    .admin-value.green {
      color: var(--green);
    }
    .admin-value.bad-text {
      color: var(--amber);
    }
    .admin-two-col {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
    }
    .admin-table {
      min-width: 640px;
      table-layout: fixed;
    }
    .access-table {
      margin-top: 8px;
      min-width: 1120px;
    }
    .access-table th:nth-child(1),
    .access-table td:nth-child(1) {
      width: 13%;
    }
    .access-table th:nth-child(2),
    .access-table td:nth-child(2) {
      width: 18%;
    }
    .access-table th:nth-child(3),
    .access-table td:nth-child(3) {
      width: 14%;
    }
    .access-table th:nth-child(4),
    .access-table td:nth-child(4) {
      width: 16%;
    }
    .access-table th:nth-child(5),
    .access-table td:nth-child(5) {
      width: 15%;
    }
    .access-table th:nth-child(6),
    .access-table td:nth-child(6) {
      width: 14%;
    }
    .access-table th:nth-child(7),
    .access-table td:nth-child(7) {
      width: 10%;
    }
    .access-ip,
    .access-device,
    .access-seen {
      font-size: 11px;
    }
    .admin-pairs-table {
      min-width: 760px;
      table-layout: fixed;
    }
    .admin-table th:not(:first-child),
    .admin-table td:not(:first-child),
    .admin-pairs-table th:not(:first-child),
    .admin-pairs-table td:not(:first-child) {
      text-align: center;
    }
    .admin-table th,
    .admin-table td,
    .admin-pairs-table th,
    .admin-pairs-table td {
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .admin-page .data-table tbody tr {
      cursor: default;
    }
    .admin-page .data-table tbody tr:hover {
      background: transparent;
    }
    .admin-action-row {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 8px;
      flex-wrap: wrap;
      min-width: 0;
    }
    .admin-action-row .panel-sub {
      text-align: right;
    }
    .admin-result {
      margin-top: 8px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: var(--panel2);
      color: var(--muted);
      padding: 8px 10px;
      font-size: 12px;
      font-weight: 700;
      overflow-wrap: anywhere;
    }
    .admin-result.ok {
      border-color: rgba(33, 197, 139, 0.36);
      color: var(--green);
      background: rgba(33, 197, 139, 0.07);
    }
    .admin-result.bad {
      border-color: rgba(243, 184, 76, 0.42);
      color: var(--amber);
      background: rgba(243, 184, 76, 0.08);
    }
