/* Two-state market lists: fitted desktop table, compact tablet/mobile cards. */
.table-scroll-hint { display: none !important; }

@media (min-width: 1100px) {
  html body.statistic-page main,
  html body.targets-page main {
    width: calc(100% - 32px) !important;
    max-width: 1480px !important;
  }

  html body.statistic-page.statistic-page .table-wrap.table-wrap,
  html body.targets-page.targets-page .table-wrap.table-wrap {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px !important;
    overflow: hidden !important;
    background-position: center top !important;
  }

  html body.statistic-page.statistic-page .table-wrap.table-wrap table,
  html body.targets-page.targets-page .table-wrap.table-wrap table {
    display: table !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    table-layout: fixed !important;
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
  }

  html body.statistic-page.statistic-page .table-wrap.table-wrap thead,
  html body.targets-page.targets-page .table-wrap.table-wrap thead { display: table-header-group !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap tbody,
  html body.targets-page.targets-page .table-wrap.table-wrap tbody { display: table-row-group !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap tr,
  html body.targets-page.targets-page .table-wrap.table-wrap tr {
    display: table-row !important;
    width: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html body.statistic-page.statistic-page .table-wrap.table-wrap th,
  html body.statistic-page.statistic-page .table-wrap.table-wrap td,
  html body.targets-page.targets-page .table-wrap.table-wrap th,
  html body.targets-page.targets-page .table-wrap.table-wrap td {
    position: static !important;
    display: table-cell !important;
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 72px !important;
    min-height: 0 !important;
    padding: 10px 7px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
  }

  html body.statistic-page.statistic-page .table-wrap.table-wrap th,
  html body.targets-page.targets-page .table-wrap.table-wrap th { height: 44px !important; }

  html body.statistic-page.statistic-page .table-wrap.table-wrap tr > :nth-child(1),
  html body.targets-page.targets-page .table-wrap.table-wrap tr > :nth-child(1) { width: 20% !important; min-width: 0 !important; max-width: none !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap tr > :nth-child(2),
  html body.targets-page.targets-page .table-wrap.table-wrap tr > :nth-child(2) { width: 9% !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap tr > :nth-child(3),
  html body.targets-page.targets-page .table-wrap.table-wrap tr > :nth-child(3) { width: 19% !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap tr > :nth-child(4) { width: 8% !important; }
  html body.targets-page.targets-page .table-wrap.table-wrap tr > :nth-child(4) { width: 18% !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap tr > :nth-child(5) { width: 18% !important; }
  html body.targets-page.targets-page .table-wrap.table-wrap tr > :nth-child(5) { width: 10% !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap tr > :nth-child(6),
  html body.targets-page.targets-page .table-wrap.table-wrap tr > :nth-child(6) { width: 10% !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap tr > :nth-child(7),
  html body.targets-page.targets-page .table-wrap.table-wrap tr > :nth-child(7) { width: 8% !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap tr > :nth-child(8),
  html body.targets-page.targets-page .table-wrap.table-wrap tr > :nth-child(8) { width: 8% !important; }

  html body.statistic-page .dashboard-token-copy strong,
  html body.targets-page .dashboard-token-copy strong {
    max-width: 145px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  html body.statistic-page .metric-combo,
  html body.targets-page .metric-combo {
    max-width: 100% !important;
    gap: 4px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 1099px) {
  html body.statistic-page,
  html body.targets-page {
    overflow-x: hidden !important;
    background-attachment: fixed !important;
  }
  html body.statistic-page main,
  html body.targets-page main {
    width: calc(100% - 24px) !important;
    max-width: 920px !important;
    min-width: 0 !important;
    margin-inline: auto !important;
  }

  html body.statistic-page.statistic-page .table-wrap.table-wrap,
  html body.targets-page.targets-page .table-wrap.table-wrap {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
  }

  html body.statistic-page.statistic-page .table-wrap.table-wrap table,
  html body.targets-page.targets-page .table-wrap.table-wrap table {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    table-layout: auto !important;
    border: 0 !important;
    border-spacing: 0 !important;
    background: transparent !important;
  }

  html body.statistic-page.statistic-page .table-wrap.table-wrap thead,
  html body.targets-page.targets-page .table-wrap.table-wrap thead { display: none !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap tbody,
  html body.targets-page.targets-page .table-wrap.table-wrap tbody {
    display: grid !important;
    width: 100% !important;
    gap: 10px !important;
  }

  html body.statistic-page.statistic-page .table-wrap.table-wrap tbody tr,
  html body.targets-page.targets-page .table-wrap.table-wrap tbody tr {
    position: relative !important;
    display: grid !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 132px !important;
    margin: 0 !important;
    padding: 12px 14px !important;
    grid-template-columns: minmax(190px, 1.35fr) minmax(92px, .65fr) minmax(110px, .78fr) !important;
    grid-template-rows: repeat(3, minmax(30px, auto)) !important;
    gap: 5px 10px !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: #1b2a43 !important;
    background-image: none !important;
    box-shadow: none !important;
  }

  html body.statistic-page.statistic-page .table-wrap.table-wrap tbody tr {
    grid-template-areas: "token call gain" "token ath current" "token migrated status" !important;
  }
  html body.targets-page.targets-page .table-wrap.table-wrap tbody tr {
    grid-template-areas: "token call volume" "token ath current" "token migrated status" !important;
  }

  html body.statistic-page.statistic-page .table-wrap.table-wrap tbody td,
  html body.targets-page.targets-page .table-wrap.table-wrap tbody td {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 3px 4px !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    white-space: normal !important;
  }

  html body.statistic-page.statistic-page .table-wrap.table-wrap tbody td::before,
  html body.targets-page.targets-page .table-wrap.table-wrap tbody td::before {
    content: attr(data-label) !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 3px !important;
    color: #8fa2c0 !important;
    font-size: 8px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
  }

  html body.statistic-page.statistic-page .table-wrap.table-wrap tbody td:nth-child(1),
  html body.targets-page.targets-page .table-wrap.table-wrap tbody td:nth-child(1) {
    grid-area: token !important;
    align-self: stretch !important;
    justify-content: center !important;
    padding: 2px 8px 2px 0 !important;
  }
  html body.statistic-page.statistic-page .table-wrap.table-wrap tbody td:nth-child(1)::before,
  html body.targets-page.targets-page .table-wrap.table-wrap tbody td:nth-child(1)::before { content: none !important; display: none !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap tbody td:nth-child(2),
  html body.targets-page.targets-page .table-wrap.table-wrap tbody td:nth-child(2) { grid-area: call !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap tbody td:nth-child(3),
  html body.targets-page.targets-page .table-wrap.table-wrap tbody td:nth-child(3) { grid-area: ath !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap tbody td:nth-child(4) { grid-area: gain !important; }
  html body.targets-page.targets-page .table-wrap.table-wrap tbody td:nth-child(4) { grid-area: current !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap tbody td:nth-child(5) { grid-area: current !important; }
  html body.targets-page.targets-page .table-wrap.table-wrap tbody td:nth-child(5) { grid-area: volume !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap tbody td:nth-child(6),
  html body.targets-page.targets-page .table-wrap.table-wrap tbody td:nth-child(6) { display: none !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap tbody td:nth-child(7),
  html body.targets-page.targets-page .table-wrap.table-wrap tbody td:nth-child(7) { grid-area: migrated !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap tbody td:nth-child(8),
  html body.targets-page.targets-page .table-wrap.table-wrap tbody td:nth-child(8) { grid-area: status !important; }

  html body.statistic-page.statistic-page .table-wrap.table-wrap tbody td:nth-child(4) {
    align-items: center !important;
    border-radius: 10px !important;
    color: #82f6ae !important;
    background: rgba(20, 103, 82, .22) !important;
    font-size: 21px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }
  html body.statistic-page.statistic-page .table-wrap.table-wrap tbody td:nth-child(4)::before { display: none !important; content: none !important; }

  html body.statistic-page .dashboard-token,
  html body.targets-page .dashboard-token {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  html body.statistic-page .dashboard-token-copy,
  html body.targets-page .dashboard-token-copy { min-width: 0 !important; }
  html body.statistic-page .dashboard-token-copy strong,
  html body.targets-page .dashboard-token-copy strong {
    max-width: 150px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
  html body.statistic-page .dashboard-token-ca,
  html body.targets-page .dashboard-token-ca {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    min-height: 22px !important;
    margin-top: 4px !important;
    font-size: 0 !important;
  }
  html body.statistic-page .dashboard-token-ca::before,
  html body.targets-page .dashboard-token-ca::before {
    content: "CA:" !important;
    display: inline !important;
    color: #8fa2c0 !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    letter-spacing: .05em !important;
  }
  html body.statistic-page .dashboard-token-ca .arbital-copy-contract-btn,
  html body.targets-page .dashboard-token-ca .arbital-copy-contract-btn {
    display: inline-flex !important;
    flex: 0 0 auto !important;
  }

  html body.statistic-page .metric-combo,
  html body.targets-page .metric-combo,
  html body.targets-page .target-metric-value .metric-combo {
    max-width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 2px 5px !important;
    white-space: normal !important;
  }
  html body.targets-page .target-metric-label { display: none !important; }
  html body.targets-page .target-metric-value { width: 100% !important; min-width: 0 !important; }

  html body.statistic-page.statistic-page .table-wrap.table-wrap tbody tr:hover,
  html body.targets-page.targets-page .table-wrap.table-wrap tbody tr:hover {
    transform: none !important;
    filter: none !important;
    background: #223650 !important;
    background-image: none !important;
    box-shadow: none !important;
  }
}

@media (max-width: 560px) {
  html body.statistic-page main,
  html body.targets-page main { width: calc(100% - 16px) !important; }

  html body.statistic-page.statistic-page .table-wrap.table-wrap tbody tr,
  html body.targets-page.targets-page .table-wrap.table-wrap tbody tr {
    min-height: 126px !important;
    padding: 10px !important;
    grid-template-columns: minmax(112px, 1.22fr) minmax(63px, .64fr) minmax(78px, .78fr) !important;
    gap: 4px 6px !important;
    border-radius: 14px !important;
  }
  html body.statistic-page .dashboard-token-avatar,
  html body.targets-page .dashboard-token-avatar {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
  }
  html body.statistic-page .dashboard-token,
  html body.targets-page .dashboard-token { gap: 7px !important; }
  html body.statistic-page .dashboard-token-copy strong,
  html body.targets-page .dashboard-token-copy strong {
    max-width: 75px !important;
    font-size: 12px !important;
  }
  html body.statistic-page.statistic-page .table-wrap.table-wrap tbody td,
  html body.targets-page.targets-page .table-wrap.table-wrap tbody td {
    padding: 2px !important;
    font-size: 10px !important;
  }
  html body.statistic-page.statistic-page .table-wrap.table-wrap tbody td:nth-child(4) { font-size: 16px !important; }
  html body.statistic-page .metric-combo,
  html body.targets-page .metric-combo { gap: 1px 3px !important; }
}

/* Home Recent Winners uses the same compact visual language below desktop. */
@media (max-width: 1100px) {
  body.home-no-js .home-v2-winners-inline .winner-dashboard-row,
  body.home-no-js .home-v2-winners-inline .winner-dashboard-row-live {
    grid-template-areas: "token call gain" "token ath gain" !important;
  }
  body.home-no-js .home-v2-winners-inline .winner-dashboard-row .winner-time { display: none !important; }
  body.home-no-js .home-v2-winners-inline .winner-dashboard-row .winner-call-metric,
  body.home-no-js .home-v2-winners-inline .winner-dashboard-row .winner-ath-metric {
    padding-inline: 5px !important;
    background: transparent !important;
    background-image: none !important;
  }
  body.home-no-js .home-v2-winners-inline .winner-gain-metric {
    align-self: stretch !important;
  }
  body.home-no-js .home-v2-winners-inline .winner-ca {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    min-height: 21px !important;
    font-size: 0 !important;
  }
  body.home-no-js .home-v2-winners-inline .winner-ca::before {
    content: "CA:" !important;
    color: rgba(180, 188, 210, .72) !important;
    font-size: 8px !important;
    font-weight: 800 !important;
  }
  body.home-no-js .home-v2-winners-inline .winner-ca-value { display: none !important; }
  body.home-no-js .home-v2-winners-inline .winner-ca .arbital-copy-contract-btn { display: inline-flex !important; }
}

/* Older page-local rules are intentionally very specific. Anchor the final
   two-state layout to the stable tbody IDs so those legacy rules cannot win. */
@media (min-width: 1100px) {
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tbody#rows,
  html body.targets-page.targets-page .table-wrap.table-wrap table tbody#targetRows { display: table-row-group !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tbody#rows > tr:nth-child(n),
  html body.targets-page.targets-page .table-wrap.table-wrap table tbody#targetRows > tr:nth-child(n) {
    display: table-row !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
    width: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tbody#rows > tr:nth-child(n) > td:nth-child(n),
  html body.targets-page.targets-page .table-wrap.table-wrap table tbody#targetRows > tr:nth-child(n) > td:nth-child(n) {
    display: table-cell !important;
    float: none !important;
    grid-area: auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 72px !important;
    min-height: 0 !important;
    padding: 10px 7px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
  }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tr:nth-child(n) > :nth-child(1),
  html body.targets-page.targets-page .table-wrap.table-wrap table tr:nth-child(n) > :nth-child(1) { width: 20% !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tr:nth-child(n) > :nth-child(2),
  html body.targets-page.targets-page .table-wrap.table-wrap table tr:nth-child(n) > :nth-child(2) { width: 9% !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tr:nth-child(n) > :nth-child(3),
  html body.targets-page.targets-page .table-wrap.table-wrap table tr:nth-child(n) > :nth-child(3) { width: 19% !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tr:nth-child(n) > :nth-child(4) { width: 8% !important; }
  html body.targets-page.targets-page .table-wrap.table-wrap table tr:nth-child(n) > :nth-child(4) { width: 18% !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tr:nth-child(n) > :nth-child(5) { width: 18% !important; }
  html body.targets-page.targets-page .table-wrap.table-wrap table tr:nth-child(n) > :nth-child(5) { width: 10% !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tr:nth-child(n) > :nth-child(6),
  html body.targets-page.targets-page .table-wrap.table-wrap table tr:nth-child(n) > :nth-child(6) { width: 10% !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tr:nth-child(n) > :nth-child(7) { width: 8% !important; }
  html body.targets-page.targets-page .table-wrap.table-wrap table tr:nth-child(n) > :nth-child(7) { width: 7% !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tr:nth-child(n) > :nth-child(8) { width: 8% !important; }
  html body.targets-page.targets-page .table-wrap.table-wrap table tr:nth-child(n) > :nth-child(8) { width: 7% !important; }
}

@media (max-width: 1099px) {
  html body.statistic-page.statistic-page .table-wrap.table-wrap table > thead:nth-child(1),
  html body.targets-page.targets-page .table-wrap.table-wrap table > thead:nth-child(1) { display: none !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tbody#rows,
  html body.targets-page.targets-page .table-wrap.table-wrap table tbody#targetRows {
    display: grid !important;
    width: 100% !important;
    gap: 10px !important;
  }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tbody#rows > tr:nth-child(n),
  html body.targets-page.targets-page .table-wrap.table-wrap table tbody#targetRows > tr:nth-child(n) {
    position: relative !important;
    display: grid !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 132px !important;
    margin: 0 !important;
    padding: 12px 14px !important;
    grid-template-columns: minmax(190px, 1.35fr) minmax(92px, .65fr) minmax(110px, .78fr) !important;
    grid-template-rows: repeat(3, minmax(30px, auto)) !important;
    gap: 5px 10px !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: #1b2a43 !important;
    background-image: none !important;
    box-shadow: none !important;
  }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tbody#rows > tr:nth-child(n) {
    grid-template-areas: "token call gain" "token ath current" "token migrated status" !important;
  }
  html body.targets-page.targets-page .table-wrap.table-wrap table tbody#targetRows > tr:nth-child(n) {
    grid-template-areas: "token call volume" "token ath current" "token migrated status" !important;
  }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tbody#rows > tr:nth-child(n) > td:nth-child(n),
  html body.targets-page.targets-page .table-wrap.table-wrap table tbody#targetRows > tr:nth-child(n) > td:nth-child(n) {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 3px 4px !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    white-space: normal !important;
  }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tbody#rows > tr:nth-child(n) > td:nth-child(n)::before,
  html body.targets-page.targets-page .table-wrap.table-wrap table tbody#targetRows > tr:nth-child(n) > td:nth-child(n)::before {
    content: attr(data-label) !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 3px !important;
    color: #8fa2c0 !important;
    font-size: 8px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
  }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tbody#rows > tr:nth-child(n) > td:nth-child(1),
  html body.targets-page.targets-page .table-wrap.table-wrap table tbody#targetRows > tr:nth-child(n) > td:nth-child(1) {
    grid-area: token !important;
    align-self: stretch !important;
    justify-content: center !important;
    padding: 2px 8px 2px 0 !important;
  }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tbody#rows > tr:nth-child(n) > td:nth-child(1)::before,
  html body.targets-page.targets-page .table-wrap.table-wrap table tbody#targetRows > tr:nth-child(n) > td:nth-child(1)::before { content: none !important; display: none !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tbody#rows > tr:nth-child(n) > td:nth-child(2),
  html body.targets-page.targets-page .table-wrap.table-wrap table tbody#targetRows > tr:nth-child(n) > td:nth-child(2) { grid-area: call !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tbody#rows > tr:nth-child(n) > td:nth-child(3),
  html body.targets-page.targets-page .table-wrap.table-wrap table tbody#targetRows > tr:nth-child(n) > td:nth-child(3) { grid-area: ath !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tbody#rows > tr:nth-child(n) > td:nth-child(4) { grid-area: gain !important; }
  html body.targets-page.targets-page .table-wrap.table-wrap table tbody#targetRows > tr:nth-child(n) > td:nth-child(4) { grid-area: current !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tbody#rows > tr:nth-child(n) > td:nth-child(5) { grid-area: current !important; }
  html body.targets-page.targets-page .table-wrap.table-wrap table tbody#targetRows > tr:nth-child(n) > td:nth-child(5) { grid-area: volume !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tbody#rows > tr:nth-child(n) > td:nth-child(6),
  html body.targets-page.targets-page .table-wrap.table-wrap table tbody#targetRows > tr:nth-child(n) > td:nth-child(6) { display: none !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tbody#rows > tr:nth-child(n) > td:nth-child(7),
  html body.targets-page.targets-page .table-wrap.table-wrap table tbody#targetRows > tr:nth-child(n) > td:nth-child(7) { grid-area: migrated !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tbody#rows > tr:nth-child(n) > td:nth-child(8),
  html body.targets-page.targets-page .table-wrap.table-wrap table tbody#targetRows > tr:nth-child(n) > td:nth-child(8) { grid-area: status !important; }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tbody#rows > tr:nth-child(n) > td:nth-child(4) {
    align-items: center !important;
    border-radius: 10px !important;
    color: #82f6ae !important;
    background: rgba(20, 103, 82, .22) !important;
    font-size: 21px !important;
    font-weight: 900 !important;
  }
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tbody#rows > tr:nth-child(n) > td:nth-child(4)::before { content: none !important; display: none !important; }
  html body.statistic-page #rows .dashboard-token-ca,
  html body.targets-page #targetRows .dashboard-token-ca { font-size: 0 !important; }
  html body.statistic-page #rows .dashboard-token-ca::before,
  html body.targets-page #targetRows .dashboard-token-ca::before {
    content: "CA:" !important;
    display: inline !important;
    font-size: 9px !important;
  }
  html body.targets-page #targetRows td:nth-child(n)::before {
    content: none !important;
    display: none !important;
  }
  html body.targets-page #targetRows .target-metric-label {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 3px !important;
    padding: 0 !important;
    color: #8fa2c0 !important;
    font-size: 8px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
  }
  html body.targets-page.targets-page .table-wrap.table-wrap table tbody#targetRows > tr:nth-child(n) > td:nth-child(n)::before {
    content: none !important;
    display: none !important;
  }
}

@media (max-width: 560px) {
  html body.statistic-page.statistic-page .table-wrap.table-wrap table tbody#rows > tr:nth-child(n),
  html body.targets-page.targets-page .table-wrap.table-wrap table tbody#targetRows > tr:nth-child(n) {
    min-height: 126px !important;
    padding: 10px !important;
    grid-template-columns: minmax(112px, 1.22fr) minmax(63px, .64fr) minmax(78px, .78fr) !important;
    gap: 4px 6px !important;
    border-radius: 14px !important;
  }
}
