html.arena-map-profile-clean .arena-map-uploaded-mini {
  margin-top: 6px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: fit-content;
  padding: 4px 10px;
  border: 1px solid rgba(150, 190, 255, .24);
  border-radius: 999px;
  background: rgba(4, 8, 20, .52);
  color: rgba(235, 245, 255, .94);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .02em;
  white-space: nowrap;
  box-shadow: 0 0 16px rgba(80, 170, 255, .08);
}

.arena-split-leaderboards {
  width: min(100%, 1320px) !important;
  max-width: calc(100vw - 320px) !important;
  margin: 18px auto 36px auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr) !important;
  gap: 18px !important;
  align-items: start !important;
  box-sizing: border-box !important;
}

.arena-local-board-panel,
.arena-tmx-board-panel {
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.arena-tmx-board-panel {
  border: 1px solid rgba(150, 190, 255, .13);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(15, 22, 43, .92), rgba(7, 11, 24, .93));
  box-shadow: 0 18px 50px rgba(0, 0, 0, .34);
  padding: 22px;
}

.arena-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.arena-board-head h2 {
  margin: 0;
  color: rgba(244, 248, 255, .98);
  font-size: 20px;
  line-height: 1.1;
  font-weight: 950;
}

.arena-board-link {
  flex: 0 0 auto;
  color: #aee2ff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.arena-tmx-board-body {
  min-width: 0;
  overflow: hidden;
}

.arena-loading,
.arena-empty {
  padding: 26px 14px;
  border: 1px solid rgba(150, 190, 255, .12);
  border-radius: 18px;
  color: rgba(230, 239, 255, .74);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.arena-local-board-panel table,
.arena-tmx-table {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  table-layout: fixed !important;
  border-collapse: collapse !important;
}

.arena-local-board-panel th,
.arena-local-board-panel td,
.arena-tmx-table th,
.arena-tmx-table td {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

.arena-local-board-panel th,
.arena-tmx-table th {
  font-size: 11px !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: rgba(228, 236, 255, .76) !important;
}

.arena-local-board-panel td,
.arena-tmx-table td {
  font-size: 14px !important;
  color: rgba(245, 248, 255, .94) !important;
}

.arena-local-board-panel th:nth-child(1),
.arena-local-board-panel td:nth-child(1) {
  width: 72px !important;
}

.arena-local-board-panel th:nth-child(2),
.arena-local-board-panel td:nth-child(2) {
  width: 31% !important;
}

.arena-local-board-panel th:nth-child(3),
.arena-local-board-panel td:nth-child(3) {
  width: 18% !important;
}

.arena-local-board-panel th:nth-child(4),
.arena-local-board-panel td:nth-child(4) {
  width: 86px !important;
  text-align: center !important;
}

.arena-local-board-panel th:nth-child(5),
.arena-local-board-panel td:nth-child(5) {
  width: 84px !important;
  text-align: center !important;
}

.arena-local-board-panel th:nth-child(6),
.arena-local-board-panel td:nth-child(6) {
  width: 132px !important;
}

.arena-tmx-table th:nth-child(1),
.arena-tmx-table td:nth-child(1) {
  width: 64px !important;
}

.arena-tmx-table th:nth-child(3),
.arena-tmx-table td:nth-child(3) {
  width: 86px !important;
  text-align: center !important;
}

.arena-tmx-table th:nth-child(4),
.arena-tmx-table td:nth-child(4) {
  width: 122px !important;
}

.arena-tmx-table th:nth-child(5),
.arena-tmx-table td:nth-child(5) {
  width: 62px !important;
  text-align: center !important;
}

.arena-cell-player {
  font-weight: 900;
}

.arena-cell-time {
  font-weight: 950;
}

.arena-cell-date {
  color: rgba(230, 239, 255, .72) !important;
  font-size: 13px !important;
}

.arena-rank-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 30px;
  padding: 0 9px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d7e8ff, #c6c6ff);
  color: #071121;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

.arena-play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 30px;
  border-radius: 12px;
  background: rgba(120, 190, 255, .16);
  border: 1px solid rgba(150, 215, 255, .26);
  color: #dff5ff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 950;
}

.arena-play-btn:hover {
  background: rgba(120, 190, 255, .27);
  box-shadow: 0 0 18px rgba(120, 190, 255, .26);
}

@media (max-width: 1450px) {
  .arena-split-leaderboards {
    max-width: calc(100vw - 250px) !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 900px) {
  .arena-split-leaderboards {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .arena-tmx-board-panel {
    padding: 16px;
  }

  .arena-local-board-panel th:nth-child(3),
  .arena-local-board-panel td:nth-child(3),
  .arena-local-board-panel th:nth-child(6),
  .arena-local-board-panel td:nth-child(6),
  .arena-tmx-table th:nth-child(4),
  .arena-tmx-table td:nth-child(4) {
    display: none !important;
  }
}
