.rank-panel {
  --bg: #0b0d18;
  --bg-alt: #0e1020;
  --accent: #4a7dff;
  --accent-light: #6c9bff;

  --text: #fff;
  --text-2: #c8ccd8;
  --text-muted: #8b90a5;
  --text-subtle: #5a5e72;
  --text-dark: #3a3e52;

  --card-border: rgba(255, 255, 255, 0.06);
  --card-border-hover: rgba(74, 125, 255, 0.22);

  --c-common: #b1c3d9;
  --c-uncommon: #5e98d7;
  --c-rare: #4b69ff;
  --c-mythical: #8846ff;
  --c-legendary: #d22ce6;
  --c-ancient: #eb4b4b;
  --c-unusual: #fed700;

  --fl1: #eeeeee;
  --fl2: #1ce400;
  --fl4: #ffc800;
  --fl8: #ff6309;
  --fl10: #fe1f00;

  --panel: 300px;
}
.rank-panel {
  --rk-h: 20px;
}

.rank-panel .cs2rating {
  width: 56px;
  height: var(--rk-h);
  display: flex;
  font-size: 11.5px;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0 0.3rem 0 0.8rem;
  text-shadow: 0 1px 0 black;
  font-weight: bold;
  margin: auto;
  font-variant-numeric: tabular-nums;
}
.rank-panel .cs2rating span {
  transform: skew(-15deg);
  -webkit-transform: skew(-10deg);
}
.rank-panel .cs2rating small {
  font-size: 9.5px !important;
}
.rank-panel .cs2rating.lg {
  width: 84px;
  height: 30px;
  padding: 0 0.35rem 0 1.15rem;
  font-size: 17px;
}
.rank-panel .cs2rating.lg small {
  font-size: 13px !important;
}
.rank-panel .cs2rating.xs {
  width: 56px;
  height: var(--rk-h);
  padding: 0 0.3rem 0 0.8rem;
  font-size: 11.5px;
}
.rank-panel .cs2rating.xs small {
  font-size: 9.5px !important;
}
.rank-panel .medal {
  height: var(--rk-h);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  flex: none;
}
.rank-panel .lvlic {
  height: var(--rk-h);
  width: var(--rk-h);
  object-fit: contain;
  flex: none;
}
.rank-panel .cs2rating.ancient {
  color: var(--c-ancient);
}
.rank-panel .cs2rating.legendary {
  color: var(--c-legendary);
}
.rank-panel .cs2rating.unusual {
  color: var(--c-unusual);
}
.rank-panel .cs2rating.mythical {
  color: var(--c-mythical);
}
.rank-panel .cs2rating.rare {
  color: var(--c-rare);
}
.rank-panel .cs2rating.uncommon {
  color: var(--c-uncommon);
}
.rank-panel .cs2rating.common {
  color: var(--c-common);
}
.rank-panel .sec {
  padding: 12px 2px;
}
.rank-panel .sec + .sec {
  border-top: 1px solid var(--b1);
}
.rank-panel .sec-h {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 1px;
  min-height: 15px;
}
.rank-panel .sec-t {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--text-2);
}
.rank-panel .sec-s {
  font-size: 10px;
  font-weight: 600;
  color: var(--text-subtle);
  white-space: nowrap;
}
.rank-panel .sec-s .ago {
  font-style: normal;
  font-weight: 500;
  color: var(--text-muted);
  cursor: help;
}
.rank-panel .sec-s .ago::before {
  content: "·";
  margin: 0 4px 0 0;
  color: var(--text-subtle);
}

.rank-panel .see-all {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  color: var(--text-subtle);
  font: inherit;
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  background: none;
  border: 0;
  padding: 0;
  white-space: nowrap;
}
.rank-panel .see-all:hover {
  color: var(--accent);
}
.rank-panel .see-all svg {
  width: 10px;
  height: 10px;
  transition: transform 0.2s;
}
.rank-panel .sec.open .see-all svg {
  transform: rotate(180deg);
}
.rank-panel .pm-now {
  display: grid;
  grid-template-columns: 0.55fr 1fr 1fr;
  gap: 9px;
  align-items: end;
  margin-top: 6px;
  padding: 10px 9px 11px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--card-border);
}
.rank-panel .pm-c {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  min-width: 0;
}
.rank-panel .pm-c .k {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--csx-label, #5a5e72);
}
.rank-panel .pm-c .v {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
}
.rank-panel .pm-c .num {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  color: var(--text);
  font-variant-numeric: tabular-nums;
}
.rank-panel .pm-now .cs2rating {
  margin: 0;
}
.rank-panel .pm-now.is-none .num {
  color: var(--text-subtle);
}
.rank-panel .rk-head,
.rank-panel .rk-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22px 60px 60px 10px;
  gap: 5px;
  align-items: center;
  padding-left: 9px;
  padding-right: 9px;
}

.rank-panel .rk-head {
  padding-top: 9px;
  padding-bottom: 3px;
  font-size: 8.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--csx-label, #5a5e72);
}
.rank-panel .rk-head span {
  text-align: center;
}
.rank-panel .rk-head span:first-child {
  text-align: left;
}

.rank-panel .rk-row {
  min-height: 32px;
}
.rank-panel .rk-l {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  overflow: hidden;
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
}
.rank-panel .rk-l .nm {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rank-panel .rk-l .rk-n {
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--text-2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rank-panel .rk-l .yr,
.rank-panel .rk-l .ago {
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  color: var(--text-subtle);
  white-space: nowrap;
}
.rank-panel .rk-l .ago {
  cursor: help;
  flex: none;
  margin-left: auto;
}

.rank-panel .rk-w {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: var(--text-2);
  font-variant-numeric: tabular-nums;
}
.rank-panel .rk-v {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--rk-h);
}
.rank-panel .rk-v .cs2rating {
  margin: 0;
}
.rank-panel .rk-v .dash {
  font-size: 11px;
  color: var(--text-subtle);
}
.rank-panel .rk-v .cpx {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 15px;
  padding: 0 4px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  background: var(--accent);
  color: #fff;
  line-height: 1;
  box-shadow: 0 0 0 2px var(--csx-base, #0b0d18);
  font-size: 9.5px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.rank-panel .rk-x {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--text-subtle);
}
.rank-panel .rk-x svg {
  width: 11px;
  height: 11px;
  transition: transform 0.2s;
}
.rank-panel .rk-row.is-none {
  opacity: 0.42;
}
.rank-panel .rk-row.is-x {
  display: none;
}
.rank-panel .sec.open .rk-row.is-x {
  display: grid;
}
.rank-panel .rk-row.is-legacy {
  margin-top: 7px;
  padding-top: 9px;
  margin-bottom: 20px;
  border-top: 1px solid var(--b1);
}
.rank-panel details summary {
  list-style: none;
  cursor: pointer;
}
.rank-panel details summary::-webkit-details-marker {
  display: none;
}
.rank-panel details summary:focus {
  outline: none;
}
.rank-panel .cp-det > summary:hover .rk-x {
  color: var(--accent);
}
.rank-panel .cp-det[open] > summary .rk-x svg {
  transform: rotate(180deg);
}
.rank-panel .rk-row.is-map {
  min-height: 22px;
}
.rank-panel .rk-row.is-map .rk-l {
  font-size: 10.5px;
  font-weight: 500;
  color: var(--text-subtle);
}
.rank-panel .rk-row.is-map .mi {
  width: 15px;
  height: 15px;
  object-fit: contain;
  flex: none;
  opacity: 0.85;
}
.rank-panel .rk-row.is-map .rk-w {
  font-size: 10px;
  font-weight: 500;
  color: var(--text-subtle);
}
.rank-panel .rk-row.is-map .medal {
  height: 18px;
}
.rank-panel .rk-row.is-map .rk-v {
  min-height: 18px;
}
.rank-panel .csgo-logo {
  height: 16px;
  width: auto;
  object-fit: contain;
  opacity: 0.9;
  flex: none;
}
.rank-panel .fc-logo {
  height: 9px;
  width: auto;
  object-fit: contain;
  flex: none;
}
.rank-panel .fc {
  --fc: var(--fl4);
}
.rank-panel .fc.l1 {
  --fc: var(--fl1);
}
.rank-panel .fc.l2,
.rank-panel .fc.l3 {
  --fc: var(--fl2);
}
.rank-panel .fc.l4,
.rank-panel .fc.l5,
.rank-panel .fc.l6,
.rank-panel .fc.l7 {
  --fc: var(--fl4);
}
.rank-panel .fc.l8,
.rank-panel .fc.l9 {
  --fc: var(--fl8);
}
.rank-panel .fc.l10 {
  --fc: var(--fl10);
}

body #player #player-profile {
  width: 300px;
  flex: 0 1 300px;
  border: 0;
  border-radius: 0;
}
.rank-panel {
  padding: 2px 10px 12px;
}
.rank-panel.id-panel {
  padding: 2px 10px 0;
}

body #player #player-profile > .rank-panel:last-of-type {
  padding-bottom: 0;
}
.rank-panel .sec:last-child {
  padding-bottom: 0;
}

.rank-panel .id {
  position: relative;
  margin-top: 10px;
  border: 1px solid var(--card-border);
  border-radius: var(--csx-radius, 12px);
  overflow: hidden;
  isolation: isolate;
  background: var(--csx-surface, #252936);
}

.rank-panel .id-bg {
  position: absolute;
  inset: -30%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(30px) saturate(2.9) brightness(1.24);
  transform: scale(1.28);
  opacity: 1;
}

.rank-panel .id.has-glow::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(
      135% 115% at 33% 34%,
      rgba(11, 13, 24, 0) 0%,
      rgba(11, 13, 24, 0.42) 46%,
      rgba(11, 13, 24, 0.84) 100%
    ),
    linear-gradient(
      180deg,
      rgba(11, 13, 24, 0.04) 0%,
      rgba(11, 13, 24, 0.42) 55%,
      rgba(11, 13, 24, 0.86) 100%
    );
}
.rank-panel .id-inner {
  position: relative;
  z-index: 1;
}
.rank-panel .id.is-supporter {
  --spark-color: #ff5a3c;
  --spark-glow: rgba(255, 90, 60, 0.85);
}
.rank-panel .id.is-supporter .id-inner {
  z-index: 2;
}
.rank-panel .id-bubbles {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.rank-panel .id-bubbles i {
  position: absolute;
  bottom: -8px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--spark-color);
  box-shadow: 0 0 3px 0 var(--spark-glow);
  opacity: 0;
  will-change: transform, opacity, box-shadow;
  animation:
    idSparkRise var(--dur, 8s) ease-in-out infinite,
    idSparkGlint var(--gl, 2.4s) ease-in-out infinite;
  animation-delay: var(--d, 0s), var(--gd, 0s);
}
@keyframes idSparkRise {
  0% {
    transform: translate(0, 0) scale(0.5);
    opacity: 0;
  }
  10% {
    opacity: 0.9;
  }
  25% {
    transform: translate(var(--sx1, 5px), -30px) scale(1);
  }
  50% {
    transform: translate(var(--sx2, -5px), -64px) scale(0.95);
    opacity: 0.85;
  }
  75% {
    transform: translate(var(--sx1, 5px), -98px) scale(0.8);
  }
  90% {
    opacity: 0.55;
  }
  100% {
    transform: translate(var(--sx2, -4px), -138px) scale(0.45);
    opacity: 0;
  }
}
@keyframes idSparkGlint {
  0%,
  58%,
  100% {
    box-shadow: 0 0 3px 0 var(--spark-glow);
  }
  12% {
    box-shadow:
      0 0 9px 2px var(--spark-glow),
      0 0 3px 0 rgba(255, 255, 255, 0.6);
  }
}
.rank-panel .id-bubbles i:nth-child(1) {
  left: 9%;
  width: 4px;
  height: 4px;
  --sx1: 6px;
  --sx2: -4px;
  --dur: 6.5s;
  --d: 0s;
  --gl: 2.2s;
  --gd: 0s;
}
.rank-panel .id-bubbles i:nth-child(2) {
  left: 20%;
  width: 2px;
  height: 2px;
  --sx1: -5px;
  --sx2: 6px;
  --dur: 8s;
  --d: 1.3s;
  --gl: 2.9s;
  --gd: 0.6s;
}
.rank-panel .id-bubbles i:nth-child(3) {
  left: 33%;
  width: 3px;
  height: 3px;
  --sx1: 7px;
  --sx2: -6px;
  --dur: 7.2s;
  --d: 2.6s;
  --gl: 1.8s;
  --gd: 1.1s;
}
.rank-panel .id-bubbles i:nth-child(4) {
  left: 45%;
  width: 4px;
  height: 4px;
  --sx1: -6px;
  --sx2: 5px;
  --dur: 9s;
  --d: 0.6s;
  --gl: 2.6s;
  --gd: 0.3s;
}
.rank-panel .id-bubbles i:nth-child(5) {
  left: 57%;
  width: 2px;
  height: 2px;
  --sx1: 5px;
  --sx2: -7px;
  --dur: 6.8s;
  --d: 3.4s;
  --gl: 3.1s;
  --gd: 1.7s;
}
.rank-panel .id-bubbles i:nth-child(6) {
  left: 69%;
  width: 3px;
  height: 3px;
  --sx1: -7px;
  --sx2: 6px;
  --dur: 8.4s;
  --d: 1.9s;
  --gl: 2s;
  --gd: 0.9s;
}
.rank-panel .id-bubbles i:nth-child(7) {
  left: 81%;
  width: 4px;
  height: 4px;
  --sx1: 6px;
  --sx2: -5px;
  --dur: 7.6s;
  --d: 4.2s;
  --gl: 2.7s;
  --gd: 2.1s;
}
.rank-panel .id-bubbles i:nth-child(8) {
  left: 91%;
  width: 2px;
  height: 2px;
  --sx1: -5px;
  --sx2: 7px;
  --dur: 8.8s;
  --d: 2.9s;
  --gl: 2.3s;
  --gd: 1.4s;
}
@media (prefers-reduced-motion: reduce) {
  .rank-panel .id-bubbles {
    display: none;
  }
}
.rank-panel .id-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  gap: 12px;
  padding: 10px 12px;
}
.rank-panel .id-avatar {
  position: relative;
  width: 80px;
  height: 80px;
  flex: none;
}
.rank-panel .id-avatar img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid var(--card-border);
  box-shadow: none;
}

.rank-panel .id-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.rank-panel .id-name {
  margin: 0;
  max-width: 100%;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}
.rank-panel .id-links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: nowrap;
  min-height: 32px;
  padding: 7px 13px;
  border-top: 1px solid var(--card-border);
  background: rgba(0, 0, 0, 0.22);
}
.rank-panel .id-links-l,
.rank-panel .id-links-r {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}
.rank-panel .id-links::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 18px;
  transform: translate(-50%, -50%);
  background: var(--card-border);
}
.rank-panel .id-links:empty::before,
.rank-panel .id-links-r:empty ~ .id-links-l::after {
  display: none;
}

.rank-panel .id-link {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  flex: none;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--card-border);
  border-radius: 7px;
  padding: 0;
  opacity: 0.85;
  cursor: pointer;
  transition:
    opacity 0.16s,
    background-color 0.16s,
    border-color 0.16s;
}
.rank-panel .id-link img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.rank-panel .id-link:hover {
  transform: none;
  opacity: 1;
  background: rgba(255, 255, 255, 0.09);
  border-color: var(--card-border-hover);
}
.rank-panel .id-link.booster {
  opacity: 0.9;
  cursor: default;
}
.rank-panel .id-link.booster:hover {
  opacity: 1;
}

.rank-panel .id-ban {
  align-self: flex-start;
  background: #d23939;
  color: #3b1c1c;
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
}
.rank-panel .id-link.xh-link {
  position: relative;
  opacity: 1;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--xh-bg, #12141f);
}
.rank-panel .id-link.xh-link:hover {
  background: var(--xh-bg, #12141f);
}
.rank-panel .id-link.xh-link:focus {
  outline: none;
}
.rank-panel .id-link[data-tip]::after {
  content: attr(data-tip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: #0b0d18;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  padding: 5px 8px;
  border-radius: 6px;
  border: 1px solid var(--card-border);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.14s ease,
    transform 0.14s ease;
  z-index: 30;
}
.rank-panel .id-link[data-tip]::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #0b0d18;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.14s ease;
  z-index: 30;
}
.rank-panel .id-link.xh-link:hover::after,
.rank-panel .id-link.xh-link:focus::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.rank-panel .id-link.xh-link:hover::before,
.rank-panel .id-link.xh-link:focus::before {
  opacity: 1;
}
.rank-panel .id-link.xh-link.copied::after {
  content: "Copied!";
  color: #fff;
}

.rank-panel .xh {
  --xh-c: #00ff3f;
  --xh-gap: 2px;
  --xh-len: 4px;
  --xh-th: 1px;
  --xh-dot: 0;
  --xh-ol: 0;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.rank-panel .xh i {
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--xh-c);
  box-shadow: 0 0 0 var(--xh-ol) rgba(0, 0, 0, 0.75);
}
.rank-panel .xh .l,
.rank-panel .xh .r {
  height: var(--xh-th);
  width: var(--xh-len);
  margin-top: calc(var(--xh-th) / -2);
}
.rank-panel .xh .t,
.rank-panel .xh .b {
  width: var(--xh-th);
  height: var(--xh-len);
  margin-left: calc(var(--xh-th) / -2);
}
.rank-panel .xh .l {
  transform: translateX(calc(-1 * (var(--xh-gap) + var(--xh-len))));
}
.rank-panel .xh .r {
  transform: translateX(var(--xh-gap));
}
.rank-panel .xh .t {
  transform: translateY(calc(-1 * (var(--xh-gap) + var(--xh-len))));
}
.rank-panel .xh .b {
  transform: translateY(var(--xh-gap));
}
.rank-panel .xh.t-style .t {
  display: none;
}
.rank-panel .xh .dot {
  width: var(--xh-th);
  height: var(--xh-th);
  margin: calc(var(--xh-th) / -2) 0 0 calc(var(--xh-th) / -2);
  opacity: var(--xh-dot);
}
body #player #player-filters > .filter > .dropdown.bootstrap-select > .btn,
body #player #player-filters > #filters-trigger {
  height: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  background: var(--l2) !important;
  border: 1px solid var(--b2) !important;
  border-radius: 7px !important;
  box-shadow: none !important;
  color: #c8ccd8 !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  transition:
    background 0.16s,
    border-color 0.16s,
    color 0.16s;
}
body #player #player-filters > .filter > .dropdown.bootstrap-select > .btn:hover,
body #player #player-filters > #filters-trigger:hover,
body #player #player-filters > .filter > .dropdown.bootstrap-select.open > .btn {
  background: var(--l3) !important;
  border-color: rgba(74, 125, 255, 0.4) !important;
  color: #fff !important;
}
:root {
  --csx-base: #0b0d18;
  --csx-slab: rgba(255, 255, 255, 0.02);
  --csx-surface: rgba(255, 255, 255, 0.035);
  --csx-inset: rgba(0, 0, 0, 0.28);
  --csx-radius: 12px;
  --csx-label: #5a5e72;
}
body #player #player-outer-section {
  --card-border: rgba(255, 255, 255, 0.06);
  --card-border-hover: rgba(74, 125, 255, 0.22);
  --accent: #4a7dff;
  --text-2: #c8ccd8;
  --text-subtle: #5a5e72;
  background-color: transparent;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
body #player #player-filters {
  padding: 4px 8px 8px;
}
body #player-outer-section #tab-h-nav {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent), var(--l1-solid);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--b1);
}
body #player-outer-section #tab-h-nav .navbar {
  background-color: transparent;
  border: 0;
  min-height: 0;
  margin-bottom: 0;
}
body #player-outer-section #tab-h-nav ul {
  padding: 0 8px;
  align-items: stretch;
  gap: 2px;
  height: 45px;
}
body #player-outer-section #tab-h-nav ul li {
  position: relative;
  border: 0;
  display: flex;
}
body #player-outer-section #tab-h-nav ul li > span,
body #player-outer-section #tab-h-nav ul li > a {
  display: flex;
  align-items: center;
  padding: 12px 14px 13px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-subtle);
  border: 0;
  transition: color 0.16s;
}
@media (hover: hover) and (pointer: fine) {
  body #player-outer-section #tab-h-nav ul li:hover > span,
  body #player-outer-section #tab-h-nav ul li:hover > a {
    color: var(--text-2);
  }
}
body #player-outer-section #tab-h-nav ul li::after {
  content: "";
  display: block !important;
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 2px;
  width: auto;
  margin: 0;
  border-radius: 2px 2px 0 0;
  background: var(--accent);
  box-shadow: 0 0 10px 0 rgba(74, 125, 255, 0.7);
  opacity: 0;
  transform: scaleX(0.4);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}
body #player-outer-section #tab-h-nav ul li.active-item::after,
body #player-outer-section #tab-h-nav ul li.active::after {
  opacity: 1;
  transform: scaleX(1);
}
body #player-outer-section #tab-h-nav ul li.active-item > span,
body #player-outer-section #tab-h-nav ul li.active-item > a,
body #player-outer-section #tab-h-nav ul li.active > span {
  color: #fff;
}
@media (min-width: 768px) {
  body #player-outer-section #tab-h-nav ul {
    overflow: visible;
  }
}
body #player-outer-section .content-sub-nav-outer {
  background-color: transparent;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
body #player-outer-section .content-sub-nav-outer .main-content {
  padding-bottom: 0;
}
body #player-outer-section .stat-panel {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--card-border);
  border-radius: var(--csx-radius);
  padding: 12px 14px;
  overflow: hidden;
}
body #player-outer-section .stat-panel[style*="url("] {
  background-clip: padding-box !important;
}
#player-outer-section .stat-heading {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
}

#player-outer-section .stat-panel [style*="border-bottom"] {
  border-bottom-color: rgba(255, 255, 255, 0.04) !important;
}
#player-outer-section .stat-panel [style*="border-top"] {
  border-top-color: rgba(255, 255, 255, 0.04) !important;
}
#player-outer-section .stat-panel [style*="border-left"] {
  border-left-color: rgba(255, 255, 255, 0.04) !important;
}

#player #player-profile #player-ranks .header {
  border-bottom: 0;
}
body #player-outer-section #tab-h-nav ul li > span,
body #player-outer-section #tab-h-nav ul li > a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body #player #player-outer-section {
  background: var(--l1);
  border: 1px solid var(--b1);
  border-radius: 14px;
  padding: 0;
}
body #player #player-filters {
  padding: 14px 14px 12px;
  gap: 8px;
}
body #player-outer-section #tab-h-nav {
  margin: 0 -1px;
  border-left: 1px solid var(--b1);
  border-right: 1px solid var(--b1);
}
body #player-outer-section .content-sub-nav-outer {
  padding: 14px 6px 0;
}
body #player-outer-section .table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 0;
}

body #player-outer-section .table > thead > tr > th {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--text-subtle);
  padding: 9px 12px;
  vertical-align: middle;
  background: var(--l2);
  border: 0;
  border-bottom: 1px solid var(--b1);
}
body #player-outer-section .table > thead > tr > th:first-child {
  border-radius: 9px 0 0 0;
}
body #player-outer-section .table > thead > tr > th:last-child {
  border-radius: 0 9px 0 0;
}

body #player-outer-section .table > tbody > tr > td {
  padding: 10px 12px;
  vertical-align: middle;
  border: 0;
  border-bottom: 1px solid var(--b1);
  font-variant-numeric: tabular-nums;
}
body #player-outer-section .table > tbody > tr:last-child > td {
  border-bottom: 0;
}
body #player-outer-section .table-striped > tbody > tr:nth-of-type(odd),
body #player-outer-section .table-striped > tbody > tr:nth-of-type(even) {
  background: transparent;
}
body #player-outer-section .table > tbody > tr {
  transition: background 0.14s;
}
body #player-outer-section .table > tbody > tr:hover {
  background: var(--l2);
}
body #player #player-filters > .filter > .dropdown.bootstrap-select {
  width: auto;
  min-width: 0;
  height: auto;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none;
}
body #player #player-filters > .filter > .dropdown.bootstrap-select .caret {
  position: static;
  margin: 0 0 0 2px;
  border-top-width: 4px;
  border-right-width: 4px;
  border-left-width: 4px;
  border-top-color: currentColor;
  opacity: 0.7;
  flex: none;
}
body #player #player-filters > .filter > .dropdown.bootstrap-select .filter-option {
  position: static;
  padding: 0;
  width: auto;
}

#player-overview .stat-donut {
  position: relative;
  width: 100%;
  max-width: 230px;
  margin: auto;
  padding-top: 100%;
}

#player-overview .stat-col-third {
  float: left;
  width: 33.3333%;
}

#player-overview .stat-col-half {
  float: left;
  width: 50%;
}

#player-overview .stat-col-fifth {
  float: left;
  width: 20%;
}

#player-overview .stat-pie,
#player-overview .entry-js-pie,
#player-overview .stat-col-fifth canvas,
#player-overview div[style*="float:left; width:20%"] canvas,
#player-overview .stat-pie-wrap canvas,
#player-overview div[style*="margin:auto; max-height: 45px"] canvas {
  width: 42px !important;
  height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  margin: 0 auto;
  display: block;
}

#player-overview .stat-pie-wrap,
#player-overview div[style*="margin:auto; max-height: 45px"] {
  width: 42px;
  max-width: 42px;
  margin: auto;
}

#player-outer-section .total-stat {
  font-size: 13px;
  padding: 8px 0;
  border-bottom: 1px dotted #ffffff11;
}

#player-outer-section .total-label {
  float: left;
  width: 60%;
  font-weight: bold;
  text-transform: uppercase;
}

#player-outer-section .total-value {
  float: left;
  width: 40%;
  text-align: right;
}

#player-outer-section .match-dot-outer {
  width: 10%;
  float: left;
}

#player-outer-section .match-dot {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin: auto;
}

#player-outer-section .match-dot.match-win {
  background: #97e668;
}

#player-outer-section .match-dot.match-draw {
  background: #4a7dff;
}

#player-outer-section .match-dot.match-lose {
  background: #c72d2e;
}

#player-outer-section .table-striped > tbody > tr:nth-of-type(2n + 1) {
  background: rgba(0, 0, 0, 0.125);
}

#player-outer-section .table > thead > tr > th,
#player-outer-section .table > thead > tr > td {
  border-bottom: 0 solid #484c5a;
  text-align: center;
}

#player-outer-section .table > thead > tr > th:first-child,
#player-outer-section .table > thead > tr > td:first-child {
  text-align: left;
}

#player-outer-section .table > tbody > tr > th,
#player-outer-section .table > tbody > tr > td {
  border-color: transparent;
  padding: 10px;
  text-align: center;
}

#player-outer-section .table > tbody > tr > th:first-child,
#player-outer-section .table > tbody > tr > td:first-child {
  text-align: left;
}

#player-outer-section .table thead td.split,
#player-outer-section .table tbody tr:nth-child(2n + 1) td.split {
  border-left: 2px solid rgba(255, 255, 255, 0.05);
}

@supports (aspect-ratio: 1 / 1) {
  #player-overview .stat-donut,
  #player-overview .stat-panel > div[style*="padding-top: 100%"] {
    padding-top: 0 !important;
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 1200px) {
  #player-overview .col-sm-8 > .col-sm-7,
  #player-overview .col-sm-8 > .col-sm-5 {
    width: 100%;
  }
  #player-overview .stat-col-half,
  #player-overview .inner-col-2 div[style*="float:left; width:50%"] {
    float: none !important;
    width: 100% !important;
  }
}

@media (max-width: 990px) {
  #player-overview > .col-sm-8,
  #player-overview > .col-sm-4 {
    width: 100%;
  }
  #player-overview .stat-col-half,
  #player-overview .inner-col-2 div[style*="float:left; width:50%"] {
    float: left !important;
    width: 50% !important;
  }
}

@media (max-width: 768px) {
  #player-overview .stat-col-half,
  #player-overview .inner-col-2 div[style*="float:left; width:50%"] {
    float: none !important;
    width: 100% !important;
  }
  body #player {
    flex-flow: column;
    align-items: stretch;
  }
  body #player #player-profile {
    position: static;
    top: auto;
    width: auto;
    flex: 0 0 auto;
  }
  body #player #player-outer-section {
    width: auto;
    max-width: none;
  }
  body #player-overview .col-sm-6 > .stat-panel {
    height: 290px;
  }
}
