@charset "UTF-8";
:root {
  --color-common: #c0c0c0;
  --color-uncommon: #45b127;
  --color-rare: #377dbe;
  --color-epic: #ba55d3;
  --color-legendary: #dd9911;
  --color-mythic: #c25353;
  --color-unique: #18a6a4;
  --color-copper: #eb783f;
  --color-bronze: #a86019;
  --color-silver: #bfbfcf;
  --color-gold: #ccb310;
  --color-platinum: #6fafaf;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

section {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.badges {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fefefe;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  font-family: "Cabin Condensed", sans-serif;
}
.badges::before {
  content: attr(data-title);
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0.1em 0.3em;
  line-height: 1;
  border-radius: 0.3em;
  color: #f0f0f0;
  background: #272727;
  background: linear-gradient(135deg, rgb(39, 39, 39) 0%, rgba(39, 39, 39, 0) 80%);
  margin: 1.5em 0 0.5em 0;
}
.badges:first-child::before {
  margin: 0 0 0.5em 0;
}
.badges::after {
  content: "*" attr(data-desc);
  display: block;
  width: 100%;
  font-size: 9px;
  text-transform: lowercase;
  padding: 0.1em 0.3em;
  line-height: 1;
  border-radius: 0.3em;
  font-style: italic;
  color: #272727;
}

.common {
  background-color: var(--color-common);
  border-color: rgb(60.2941176471%, 60.2941176471%, 60.2941176471%);
}
.common::before {
  background-color: var(--color-common);
}
.common > div::before {
  content: "";
}
.common:hover > div {
  color: rgb(45.2941176471%, 45.2941176471%, 45.2941176471%) !important;
}

.uncommon {
  background-color: var(--color-uncommon);
  border-color: rgb(17.4754901961%, 44.8284313725%, 9.8774509804%);
}
.uncommon::before {
  background-color: var(--color-uncommon);
}
.uncommon > div::before {
  content: "★";
}
.uncommon:hover > div {
  color: rgb(17.4754901961%, 44.8284313725%, 9.8774509804%) !important;
}

.rare {
  background-color: var(--color-rare);
  border-color: rgb(14.8339335734%, 33.7134853942%, 51.2444977991%);
}
.rare::before {
  background-color: var(--color-rare);
}
.rare > div::before {
  content: "★ ★";
}
.rare:hover > div {
  color: rgb(8.0992396959%, 18.4073629452%, 27.9791916767%) !important;
}

.epic {
  background-color: var(--color-epic);
  border-color: rgb(58.3241707898%, 17.6983690673%, 68.3800623053%);
}
.epic::before {
  background-color: var(--color-epic);
}
.epic > div::before {
  content: "★ ★ ★";
}
.epic:hover > div {
  color: rgb(37.9970679861%, 11.5301447682%, 44.5482866044%) !important;
}

.legendary {
  background-color: var(--color-legendary);
  border-color: rgb(58.8095238095%, 40.7142857143%, 4.5238095238%);
}
.legendary::before {
  background-color: var(--color-legendary);
}
.legendary > div::before {
  content: "★ ★ ★ ★";
}
.legendary:hover > div {
  color: rgb(58.8095238095%, 40.7142857143%, 4.5238095238%) !important;
}

.mythic {
  background-color: var(--color-mythic);
  border-color: rgb(58.0425818396%, 20.5848691408%, 20.5848691408%);
}
.mythic::before {
  background-color: var(--color-mythic);
}
.mythic > div::before {
  content: "★ ★ ★ ★ ★";
}
.mythic:hover > div {
  color: rgb(58.0425818396%, 20.5848691408%, 20.5848691408%) !important;
}

.unique {
  background-color: var(--color-unique);
  border-color: rgb(5.6222910217%, 38.8875128999%, 38.4189886481%);
}
.unique::before {
  background-color: var(--color-unique);
}
.unique > div::before {
  content: "★ ★ ★ ★ ★ ★";
}
.unique:hover > div {
  color: rgb(5.6222910217%, 38.8875128999%, 38.4189886481%) !important;
}

.copper {
  background-color: var(--color-copper);
  border-color: rgb(78.6681465039%, 31.5492045875%, 8.1945985942%);
}
.copper::before {
  background-color: var(--color-copper);
}
.copper > div::before {
  content: "★";
}
.copper:hover > div {
  color: rgb(51.4983351831%, 20.6529781724%, 5.3644099149%) !important;
}

.bronze {
  background-color: var(--color-bronze);
  border-color: rgb(39.7683633039%, 22.7247790308%, 5.9179112059%);
}
.bronze::before {
  background-color: var(--color-bronze);
}
.bronze > div::before {
  content: "★ ★";
}
.bronze:hover > div {
  color: rgb(39.7683633039%, 22.7247790308%, 5.9179112059%) !important;
}

.silver {
  background-color: var(--color-silver);
  border-color: rgb(57.7591036415%, 57.7591036415%, 68.3193277311%);
}
.silver::before {
  background-color: var(--color-silver);
}
.silver > div::before {
  content: "★ ★ ★";
}
.silver:hover > div {
  color: #69698c !important;
}

.gold {
  background-color: var(--color-gold);
  border-color: rgb(52.1818181818%, 45.7869875223%, 4.0926916221%);
}
.gold::before {
  background-color: var(--color-gold);
}
.gold > div::before {
  content: "★ ★ ★ ★";
}
.gold:hover > div {
  color: rgb(52.1818181818%, 45.7869875223%, 4.0926916221%) !important;
}

.platinum {
  background-color: var(--color-platinum);
  border-color: rgb(29.3417366947%, 52.8151260504%, 52.8151260504%);
}
.platinum::before {
  background-color: var(--color-platinum);
}
.platinum > div::before {
  content: "★ ★ ★ ★ ★";
}
.platinum:hover > div {
  color: rgb(18.6274509804%, 33.5294117647%, 33.5294117647%) !important;
}

.badge {
  font-family: "Cabin Condensed", sans-serif;
  background: transparent;
  width: 128px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.badge::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: inherit;
  position: absolute;
  z-index: 0;
  clip-path: polygon(0 0, 20% 0, 25% 5%, 30% 0, 70% 0, 75% 5%, 80% 0, 100% 0, 100% 45%, 95% 50%, 100% 55%, 100% 80%, 50% 100%, 0 80%, 0 55%, 5% 50%, 0 45%);
}
.badge::after {
  content: attr(data-tooltip);
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  z-index: 2;
  position: absolute;
  background: rgba(39, 39, 39, 0.8);
  width: 100%;
  border-radius: 0.5em;
  bottom: 80%;
  padding: 0.5em 0.8em;
  color: #f0f0f0;
  font-size: 9px;
  border: 1px solid #f0f0f0;
  text-align: center;
  opacity: 0;
  transition: inherit;
  word-break: break-word;
}
.badge:hover {
  cursor: pointer;
  transform: scale(105%);
}
.badge:hover::after {
  opacity: 1;
  bottom: 100%;
}
.badge > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1882352941);
  width: 100%;
  aspect-ratio: 1;
  flex-direction: column;
  color: #f0f0f0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 0 0.2em rgba(39, 39, 39, 0.4);
  position: relative;
  transition: all 0.5s ease-in-out;
  clip-path: polygon(5% 5%, 20% 5%, 25% 10%, 30% 5%, 70% 5%, 75% 10%, 80% 5%, 95% 5%, 95% 45%, 90% 50%, 95% 55%, 95% 77%, 50% 95%, 5% 77%, 5% 55%, 10% 50%, 5% 45%);
}
.badge > div > span {
  font-size: 40px;
}
.badge > div::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(102, 102, 102, 0.1254901961);
  transform: translateY(50%);
  z-index: -1;
}
.badge > div::before {
  font-size: 10px;
  white-space: pre;
  line-height: 1;
  position: absolute;
  top: 16px;
  word-spacing: 0.3em;
}

.shield-outer {
  font-family: "Cabin Condensed", sans-serif;
  background: transparent;
  width: 128px;
  aspect-ratio: 9/10;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.shield-outer .shield {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 6px solid rgba(0, 0, 0, 0.2);
  border-radius: 10% 10% 60% 60%/10% 10% 100% 100%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.shield-outer .shield::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(10deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  transform: skew(-30deg, 30deg) translateX(35%);
  z-index: 1;
}
.shield-outer .shield > div {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
  text-transform: uppercase;
  position: relative;
  color: #f0f0f0;
}
.shield-outer .shield > div > span {
  font-size: 48px;
}
.shield-outer .shield > div::before {
  position: absolute;
  font-size: 12px;
  letter-spacing: 2px;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.shield-outer::after {
  content: attr(data-tooltip);
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  z-index: 2;
  position: absolute;
  background: rgba(39, 39, 39, 0.8);
  width: 100%;
  border-radius: 0.5em;
  bottom: 80%;
  padding: 0.5em 0.8em;
  color: #f0f0f0;
  font-size: 9px;
  border: 1px solid #f0f0f0;
  text-align: center;
  opacity: 0;
  transition: inherit;
  word-break: break-word;
}
.shield-outer:hover {
  cursor: pointer;
  transform: scale(105%);
  z-index: 5;
}
.shield-outer:hover::after {
  opacity: 1;
  bottom: 100%;
}

.medal-outer {
  font-family: "Cabin Condensed", sans-serif;
  background: transparent;
  width: 128px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-bottom: 32px;
  z-index: 1;
}
.medal-outer .medal {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 8px solid rgba(39, 39, 39, 0.2);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.medal-outer .medal::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(39, 39, 39, 0.1);
  transform: rotate(135deg) translateX(50%);
  z-index: 1;
}
.medal-outer .medal > div {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
  text-transform: uppercase;
  position: relative;
  color: #f0f0f0;
}
.medal-outer .medal > div > span {
  font-size: 48px;
}
.medal-outer .medal > div::before {
  position: absolute;
  font-size: 8px;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.medal-outer::after {
  content: attr(data-tooltip);
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  z-index: 2;
  position: absolute;
  background: rgba(39, 39, 39, 0.8);
  width: 100%;
  border-radius: 0.5em;
  bottom: 80%;
  padding: 0.5em 0.8em;
  color: #f0f0f0;
  font-size: 9px;
  border: 1px solid #f0f0f0;
  text-align: center;
  opacity: 0;
  transition: inherit;
  word-break: break-word;
}
.medal-outer:hover {
  cursor: pointer;
  transform: scale(105%);
  z-index: 5;
}
.medal-outer:hover::after {
  opacity: 1;
  bottom: 100%;
}

.ribbon {
  width: 16px;
  height: 36px;
  position: absolute;
  top: calc(100% - 8px);
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  background: none;
  border-bottom: 8px solid transparent;
  border-left-width: 32px;
  border-left-style: solid;
  border-left-color: inherit;
  border-right-width: 32px;
  border-right-style: solid;
  border-right-color: inherit;
}
.ribbon::before {
  content: "";
  width: 16px;
  height: 36px;
  position: absolute;
  top: 0%;
  left: 50%;
  box-sizing: border-box;
  background: none;
  border-bottom: 8px solid transparent;
  border-right-width: 32px;
  border-right-style: solid;
  border-right-color: rgba(0, 0, 0, 0.3);
}
.ribbon {
  z-index: -1;
}

.insignia-outer {
  font-family: "Cabin Condensed", sans-serif;
  width: 112px;
  aspect-ratio: 1;
  border-radius: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: 20px;
  z-index: 1;
}
.insignia-outer .insignia {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 8px solid rgba(39, 39, 39, 0.2);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.7);
  position: relative;
  overflow: hidden;
}
.insignia-outer .insignia::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(39, 39, 39, 0.1);
  transform: rotate(-45deg) translateY(50%);
  z-index: 1;
}
.insignia-outer .insignia > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
  text-transform: uppercase;
  position: relative;
  color: #f0f0f0;
}
.insignia-outer .insignia > div > span {
  font-size: 48px;
}
.insignia-outer .insignia > div::before {
  position: absolute;
  font-size: 8px;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.insignia-outer::after {
  content: attr(data-tooltip);
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  z-index: 2;
  position: absolute;
  background: rgba(39, 39, 39, 0.8);
  width: 100%;
  border-radius: 0.5em;
  bottom: 80%;
  padding: 0.5em 0.8em;
  color: #f0f0f0;
  font-size: 9px;
  border: 1px solid #f0f0f0;
  text-align: center;
  opacity: 0;
  transition: inherit;
  word-break: break-word;
}
.insignia-outer:hover {
  cursor: pointer;
  transform: scale(105%);
  z-index: 5;
}
.insignia-outer:hover::after {
  opacity: 1;
  bottom: 100%;
}

.flower {
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: 10%;
}
.flower::before, .flower::after {
  content: "";
  position: inherit;
  width: inherit;
  height: inherit;
  background: inherit;
  border-radius: inherit;
  rotate: 30deg;
}
.flower::after {
  rotate: -30deg;
}

.flexi {
  width: 100dvw;
  height: 100dvh;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

.colors {
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  color: #FFFFFF;
  border: none;
  display: grid;
  place-content: center;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  text-shadow: 0 0 0.3rem rgba(33, 33, 33, 0.7);
}
.colors.orange {
  background-color: #F69932;
}
.colors.orange.gradient {
  background: linear-gradient(135deg, #F69932 20%, #FFB347, #E65100 80%);
}
