.accolade-icon {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex: 0 0 auto;
}
.icon-reaper {
  background-image: url("assets/accolades/grim-reaper.png");
}
.icon-damage {
  background-image: url("assets/accolades/damage-dealer.png");
}
.icon-headhunter {
  background-image: url("assets/accolades/headhunter.png");
}
.icon-medic {
  background-image: url("assets/accolades/field-medic.png");
}
.icon-warrior {
  background-image: url("assets/accolades/weekly-warrior.png");
}
.icon-potato {
  background-image: url("assets/accolades/golden-potato.png");
}
.icon-pacifist {
  background-image: url("assets/accolades/pacifist.png");
}
.icon-tickler {
  background-image: url("assets/accolades/tickler.png");
}
.icon-shield {
  background-image: url("assets/accolades/meat-shield.png");
}
.icon-hall {
  background-image: url("assets/accolades/hall-of-fame.png");
}
.fame-title {
  align-items: center;
}
.fame-title > div {
  flex: 1;
}
.fame-title .icon-hall {
  width: 86px;
  height: 86px;
  filter: drop-shadow(0 0 18px rgba(255, 176, 0, 0.3));
}
.honour {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 18px 14px !important;
  min-height: 214px !important;
  border-color: #6d5220 !important;
  background:
    radial-gradient(
      circle at 50% 48%,
      rgba(255, 176, 0, 0.14),
      transparent 45%
    ),
    linear-gradient(145deg, #211b12, #141419 72%) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 176, 0, 0.08),
    0 10px 28px rgba(0, 0, 0, 0.22);
}
.honour:after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(255, 176, 0, 0.18);
  pointer-events: none;
}
.honour .accolade-icon {
  position: static;
  order: 2;
  width: 76px;
  height: 76px;
  margin: 12px auto 8px;
  transform: none;
  filter: drop-shadow(0 0 12px rgba(255, 176, 0, 0.25));
}
.honour span:not(.accolade-icon) {
  order: 1;
  color: #ffb000 !important;
  letter-spacing: 1.5px;
}
.honour b {
  order: 3;
  margin: 0 0 5px !important;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(13px, 1vw, 17px) !important;
  line-height: 1.15;
}
.honour small {
  order: 4;
}
.potato h3,
.honours + article h3 {
  display: flex;
  align-items: center;
  gap: 9px;
}
.potato h3:before,
.honours + article h3:before {
  display: none;
}
.potato h3 .accolade-icon,
.honours + article h3 .accolade-icon {
  width: 32px;
  height: 32px;
}
.card {
  position: relative;
  min-height: 98px;
  padding-left: 68px !important;
}
.card .accolade-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
}
.pod {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  padding-top: 92px !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}
.pod.first {
  min-height: 224px;
  padding-top: 110px !important;
  box-shadow:
    0 0 0 1px rgba(255, 226, 105, 0.45),
    0 18px 42px rgba(222, 182, 50, 0.22);
}
.pod-badge {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 110px;
  height: 78px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: drop-shadow(0 7px 8px rgba(0, 0, 0, 0.35));
}
.pod.first .pod-badge {
  width: 142px;
  height: 101px;
  background-image: url("assets/accolades/podium-first.png");
}
.pod.second .pod-badge {
  background-image: url("assets/accolades/podium-second.png");
}
.pod.third .pod-badge {
  background-image: url("assets/accolades/podium-third.png");
}
#form.all-time-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 7px;
  scrollbar-color: #deb632 #22222a;
}
#form.all-time-scroll .bars {
  width: max-content;
  min-width: 100%;
  padding-right: 16px;
}
#form.all-time-scroll .barunit {
  flex: 0 0 48px;
}
.match-log-scroll {
  max-height: 850px;
  overflow: auto;
  scrollbar-color: #deb632 #22222a;
}
.match-log-scroll h3,
.match-log-scroll thead {
  position: sticky;
  top: 0;
  background: #141419;
  z-index: 2;
}
.match-log-scroll thead {
  top: 43px;
}
#weaponsChart .donut {
  height: 245px;
  align-items: flex-end;
  padding-bottom: 10px;
}
#weaponsChart .ring {
  width: 205px;
  height: 205px;
}
#weaponsChart .ring:after {
  inset: 55px;
}
#weaponsChart .key {
  padding-bottom: 20px;
}
.rank-badge {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  clip-path: polygon(
    50% 0,
    88% 20%,
    100% 62%,
    76% 100%,
    24% 100%,
    0 62%,
    12% 20%
  );
  color: #111;
  font-weight: 900;
}
.rank-1 {
  background: #ffb000;
}
.rank-2 {
  background: #c9cbd2;
}
.rank-3 {
  background: #b87333;
}
@media (max-width: 720px) {
  .honour {
    padding: 18px 14px !important;
  }
  .pod {
    min-height: 176px;
  }
  .fame-title .icon-hall {
    width: 64px;
    height: 64px;
  }
  #weaponsChart .ring {
    width: 170px;
    height: 170px;
  }
}
