.warrior {
  border-left-color: #deb632 !important;
  background: linear-gradient(110deg, #31270d, #1b1b21);
}
.warrior b {
  color: #f0cc4b;
}
.chart-key {
  font-size: 10px;
  color: #9999a4;
  margin: 3px 0 0 12px;
}
.chart-key b {
  color: #eec83d;
}
.barunit {
  cursor: help;
}
.barunit:hover .bar {
  filter: brightness(1.25);
  box-shadow: 0 0 14px #ee463866;
}
.profile-note {
  font-size: 10px;
  color: #9999a4;
  margin: 5px 12px;
}
.profile-note b {
  color: #ee4638;
}
.playstyle-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
}
.radar-wrap,
.stance-wrap {
  text-align: center;
  color: #aaaab4;
  font-size: 9px;
}
.radar-wrap svg {
  width: 100%;
  height: 155px;
}
.radar-grid {
  fill: none;
  stroke: #3a3a46;
  stroke-width: 1;
}
.radar-player {
  fill: #ee463844;
  stroke: #ee4638;
  stroke-width: 2;
}
.radar-clan {
  fill: #9999a61c;
  stroke: #9999a6;
  stroke-width: 2;
}
.stance-ring {
  width: 125px;
  height: 125px;
  margin: 12px auto;
  border-radius: 50%;
  position: relative;
}
.stance-ring:after {
  content: "STANCE";
  position: absolute;
  inset: 34px;
  background: #141419;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 9px;
}
.stance-legend {
  display: grid;
  gap: 5px;
  text-align: left;
  margin: 0 auto;
  width: 130px;
}
.stance-legend i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 5px;
}
@media (max-width: 800px) {
  .playstyle-duo {
    grid-template-columns: 1fr;
  }
}
