.specialAwards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
  margin: 0 auto 10px;
}
.specialAwards.no_login {
  display: none;
}
.specialAwards__card {
  position: relative;
  display: grid;
  grid-template-columns: 40% 1fr;
  min-height: 137px;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 96%, rgba(86, 166, 139, 0.52) 0, rgba(86, 166, 139, 0) 42%),
    linear-gradient(160deg, rgba(20, 111, 86, 0.78) 0%, rgba(0, 45, 35, 0.92) 42%, rgba(0, 25, 21, 1) 100%),
    #052f27;
}

.specialAwards__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(154deg, rgba(34, 162, 126, 0.28), transparent 36%),
    repeating-conic-gradient(from -12deg at 0% 100%, rgba(42, 163, 128, 0.16) 0deg 7deg, transparent 7deg 17deg);
  pointer-events: none;
}

.specialAwards__card.is-complete {
  border: 1px solid rgba(255, 222, 99, 0.55);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 180, 0.08);
}

.specialAwards__card.is-complete::before {
  background:
    linear-gradient(132deg, rgba(255, 235, 133, 0.18), transparent 29%),
    repeating-linear-gradient(118deg, transparent 0 46px, rgba(255, 235, 133, 0.1) 47px, transparent 49px);
}

.specialAwards__card:not(.is-complete) {
  min-height: 158px;
}

.specialAwards__card:not(.is-complete) .specialAwards__content {
  gap: 5px;
}

.specialAwards__art,
.specialAwards__content {
  position: relative;
  z-index: 1;
}

.specialAwards__art {
  align-self: center;
  justify-self: center;
  width: 200px;
  height: 155px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 40px;
}

.specialAwards__card--gold .specialAwards__art {
  background-image: url("../img/icons/gold-static-dec.webp");
}

.specialAwards__card--silver .specialAwards__art {
  background-image: url("../img/icons/silver-static-dec.webp");
}

.specialAwards__card--bronze .specialAwards__art {
  background-image: url("../img/icons/bronze-static-dec.webp");
}

.specialAwards__content {
  display: grid;
  align-content: center;
  gap: 8px;
  min-width: 0;
  padding: 12px 10px 12px 0;
}

.specialAwards__content h3 {
  margin: 0;
  color: #f6e64b;
  font-family: 'AdjaraRegular';
  font-size: 13px;
  line-height: 1.32;
  text-align: center;
}

.specialAwards__card--silver .specialAwards__content h3 {
  color: #fff;
}

.specialAwards__card--bronze .specialAwards__content h3 {
  color: #C79672;
}

.specialAwards__completeText {
  display: none;
}

.specialAwards__card.is-complete .specialAwards__content h3 {
  color: #ffe96a;
  font-size: 14px;
  line-height: 1.32;
  text-transform: none;
}

.specialAwards__given {
  display: none;
  align-items: center;
  min-width: 0;
  gap: 4px;
  width: min(100%, 250px);
  height: 26px;
  padding: 0 10px;
  border-radius: 7px;
  background: linear-gradient(90deg, #ffe179, #efa64c);
  color: #111;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-style: italic;
  white-space: nowrap;
}

.specialAwards__card.is-complete .specialAwards__given {
  width: min(100%, 250px);
  height: 26px;
  font-size: 12px;
}

.specialAwards__trophy {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  background: linear-gradient(180deg, #82520a, #2d1e04);
  clip-path: polygon(28% 0, 72% 0, 68% 48%, 88% 18%, 100% 18%, 84% 58%, 61% 72%, 61% 86%, 78% 86%, 78% 100%, 22% 100%, 22% 86%, 39% 86%, 39% 72%, 16% 58%, 0 18%, 12% 18%, 32% 48%);
}

.specialAwards__progress {
  --special-awards-progress: 0%;
  --special-awards-progress-border: rgba(246, 231, 120, 0.86);
  --special-awards-progress-glow: rgba(245, 221, 104, 0.28);
  --special-awards-progress-fill: linear-gradient(90deg, #fff9c9 0%, #f6d875 58%, #b47c23 100%);
  --special-awards-progress-fill-glow: rgba(255, 236, 137, 0.72);
  --special-awards-progress-bubble: linear-gradient(180deg, #d9912c 0%, #a65f11 100%);
  --special-awards-progress-label: #f9e979;
  display: grid;
  gap: 2px;
  width: min(100%, 250px);
}

.specialAwards__progress--silver {
  --special-awards-progress-border: rgba(229, 234, 238, 0.9);
  --special-awards-progress-glow: rgba(219, 230, 236, 0.3);
  --special-awards-progress-fill: linear-gradient(90deg, #ffffff 0%, #dce5ea 55%, #8d9aa3 100%);
  --special-awards-progress-fill-glow: rgba(224, 235, 241, 0.72);
  --special-awards-progress-bubble: #434647;
  --special-awards-progress-label: #e6edf1;
}

.specialAwards__progress--bronze {
  --special-awards-progress-border: rgba(236, 164, 107, 0.9);
  --special-awards-progress-glow: rgba(236, 137, 75, 0.28);
  --special-awards-progress-fill: linear-gradient(90deg, #ffd9b8 0%, #d99055 58%, #8d4a24 100%);
  --special-awards-progress-fill-glow: rgba(234, 151, 91, 0.68);
  --special-awards-progress-bubble: linear-gradient(180deg, #df9a64 0%, #8f4d24 100%);
  --special-awards-progress-label: #f3bc92;
}

.specialAwards__progressTrack {
  position: relative;
  height: 20px;
  border: 2px solid var(--special-awards-progress-border);
  border-radius: 999px;
  background: rgba(0, 17, 14, 0.86);
  box-shadow:
    inset 0 1px 3px rgba(0, 0, 0, 0.72),
    0 0 8px var(--special-awards-progress-glow);
}

.specialAwards__progressFill {
  position: absolute;
  inset: 2px auto 2px 2px;
  width: max(0px, calc(var(--special-awards-progress) - 4px));
  border-radius: 999px;
  background: var(--special-awards-progress-fill);
  box-shadow: 0 0 8px var(--special-awards-progress-fill-glow);
  transition: width 180ms ease;
}

.specialAwards__progressBubble {
  position: absolute;
  top: 50%;
  left: clamp(12px, var(--special-awards-progress), calc(100% - 12px));
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--special-awards-progress-border);
  border-radius: 50%;
  background: var(--special-awards-progress-bubble);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.48);
  transform: translate(-50%, -50%);
  transition: left 180ms ease;
  z-index: 2;
}

.specialAwards__progressLabels {
  display: block;
  padding: 0 6px;
  color: var(--special-awards-progress-label);
  font-family: 'AdjaraRegular';
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  text-align: center;
}

.specialAwards__icons {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  align-items: center;
  gap: 4px;
  width: min(100%, 250px);
  min-height: 30px;
  padding: 6px 8px;
  border-radius: 8px;
  border: 1px solid rgba(83, 162, 137, 0.35);
  background: rgba(0, 18, 17, 0.72);
  box-shadow: inset 0 -3px 7px rgba(0, 0, 0, 0.36);
}

.specialAwards__card.is-complete .specialAwards__icons {
  width: min(100%, 250px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-color: rgba(255, 222, 99, 0.22);
  background: rgba(5, 5, 3, 0.82);
}

.specialAwards__card.is-complete .specialAwards__icons::before {
  content: "";
  width: 34px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.35));
}

.specialAwards__card--gold.is-complete .specialAwards__icons::before {
  background-image: url("../img/collectables/collectable-icon-gold.png");
}

.specialAwards__card--silver.is-complete .specialAwards__icons::before {
  background-image: url("../img/collectables/collectable-icon-silver.png");
}

.specialAwards__card--bronze.is-complete .specialAwards__icons::before {
  background-image: url("../img/collectables/collectable-icon-bronze.png");
}

.specialAwards__icon {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/collectables/collectable-icon-inactive.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

.specialAwards__icon.is-active {
  opacity: 1;
}

.specialAwards__card.is-complete .specialAwards__icon {
  display: none;
}

.specialAwards__card--gold.is-complete {
  grid-template-columns: 38% 1fr;
  min-height: 137px;
  border-color: rgba(191, 161, 67, 0.75);
  background:
    radial-gradient(circle at 8% 98%, rgba(128, 110, 55, 0.66) 0, rgba(128, 110, 55, 0) 44%),
    linear-gradient(112deg, rgba(60, 53, 31, 0.92) 0%, rgba(19, 17, 10, 0.96) 52%, #030303 100%);
}

.specialAwards__card--silver.is-complete {
  grid-template-columns: 38% 1fr;
  min-height: 137px;
  border-color: rgba(210, 210, 205, 0.68);
  background:
    radial-gradient(circle at 8% 98%, rgba(112, 108, 94, 0.62) 0, rgba(112, 108, 94, 0) 44%),
    linear-gradient(112deg, rgba(51, 49, 43, 0.92) 0%, rgba(20, 19, 17, 0.96) 52%, #030303 100%);
}

.specialAwards__card--bronze.is-complete {
  grid-template-columns: 38% 1fr;
  min-height: 137px;
  border-color: rgba(197, 119, 77, 0.72);
  background:
    radial-gradient(circle at 8% 98%, rgba(126, 69, 45, 0.62) 0, rgba(126, 69, 45, 0) 44%),
    linear-gradient(112deg, rgba(56, 35, 25, 0.92) 0%, rgba(18, 14, 12, 0.96) 52%, #030303 100%);
}

.specialAwards__card--gold.is-complete::before,
.specialAwards__card--silver.is-complete::before,
.specialAwards__card--bronze.is-complete::before {
  background:
    linear-gradient(118deg, transparent 0 36%, rgba(174, 145, 57, 0.22) 36.2%, transparent 36.8%),
    linear-gradient(131deg, transparent 0 68%, rgba(174, 145, 57, 0.18) 68.2%, transparent 68.8%),
    radial-gradient(circle at 14% 20%, rgba(255, 216, 89, 0.08), transparent 30%);
}

.specialAwards__card.is-complete .specialAwards__art {
  width: 180px;
  height: 135px;
  margin-left: -4px;
  align-self: end;
  justify-self: start;
}

.specialAwards__card.is-complete .specialAwards__content {
  display: grid;
  align-content: space-around;
  justify-items: center;
  gap: 5px;
  padding: 10px 14px 10px 0;
}

.specialAwards__card.is-complete .specialAwards__content h3,
.specialAwards__card.is-complete .specialAwards__given,
.specialAwards__card.is-complete .specialAwards__progress {
  display: none;
}

.specialAwards__card.is-complete .specialAwards__completeText {
  display: grid;
  justify-items: center;
  gap: 0;
  color: #fff2a0;
  font-family: Arial, sans-serif;
  font-style: italic;
  text-align: center;
  line-height: 1;
}

.specialAwards__card.is-complete .specialAwards__completeText strong {
  color: #E2A957;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.08;
}

.specialAwards__card.is-complete .specialAwards__completeText span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
}

.specialAwards__card.is-complete .specialAwards__completeText b {
  color: #e2a957;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
}

.specialAwards__card.is-complete .specialAwards__completeText em {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.05;
}

.specialAwards__card--silver.is-complete .specialAwards__completeText strong,
.specialAwards__card--silver.is-complete .specialAwards__completeText b {
  color: #f2f2ee;
}

.specialAwards__card--bronze.is-complete .specialAwards__completeText strong,
.specialAwards__card--bronze.is-complete .specialAwards__completeText b {
  color: #e2a181;
}

.specialAwards__card.is-complete .specialAwards__icons {
  display: grid;
  grid-template-columns: repeat(10, 15px);
  gap: 9px;
  justify-content: center;
  align-items: center;
  width: min(100%, 290px);
  min-height: 32px;
  padding: 5px 8px;
  border-radius: 9px;
  border: 1px solid rgba(176, 146, 48, 0.34);
  background: rgba(0, 0, 0, 0.68);
  box-shadow:
    inset 0 0 0 1px rgba(255, 224, 92, 0.06),
    0 4px 10px rgba(0, 0, 0, 0.32);
}

.specialAwards__card.is-complete .specialAwards__icons::before {
  content: none;
}

.specialAwards__card.is-complete .specialAwards__icon {
  display: block;
  width: 20px;
  height: 20px;
}

.specialAwards__card--gold.is-complete .specialAwards__icon {
  background-image: url("../img/collectables/collectable-icon-gold.png");
}

.specialAwards__card--silver.is-complete .specialAwards__icon {
  background-image: url("../img/collectables/collectable-icon-silver.png");
}

.specialAwards__card--bronze.is-complete .specialAwards__icon {
  background-image: url("../img/collectables/collectable-icon-bronze.png");
}

.specialAwards__icon--gold.is-active {
  background-image: url("../img/collectables/collectable-icon-gold.png");
}

.specialAwards__icon--silver.is-active {
  background-image: url("../img/collectables/collectable-icon-silver.png");
}

.specialAwards__icon--bronze.is-active {
  background-image: url("../img/collectables/collectable-icon-bronze.png");
}

@media screen and (min-width: 941px) {
  .specialAwards {
    grid-template-columns: repeat(2, 450px);
    justify-content: center;
    gap: 12px;
  }

  .specialAwards__card {
    width: 450px;
    min-height: 137px;
    grid-template-columns: 38% 1fr;
    justify-self: center;
  }

  .specialAwards__card--gold {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .specialAwards__card.is-complete {
    width: 450px;
    min-height: 138px;
  }

  .specialAwards__card--gold {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .specialAwards {
    gap: 2.133vw;
    width: 97%;
    margin: 0 auto;
  }

  .specialAwards__card {
    min-height: 36.533vw;
    grid-template-columns: 34vw minmax(0, 1fr);
    border-radius: 2.133vw;
    width: 100%;
  }

  .specialAwards__card:not(.is-complete) {
    min-height: 42.667vw;
  }

  .specialAwards__card:not(.is-complete) .specialAwards__content {
    gap: 3.067vw;
  }

  .specialAwards__content {
    gap: 1.867vw;
    padding: 4.667vw 2.133vw 4.667vw 0;
  }

  .specialAwards__content h3 {
    font-size: 3.467vw;
    line-height: 1.25;
  }

  .specialAwards__card.is-complete .specialAwards__content h3 {
    font-size: 3.467vw;
    line-height: 1.25;
  }

  .specialAwards__given {
    width: 100%;
    height: 6.933vw;
    gap: 1.067vw;
    padding: 0 1.867vw;
    border-radius: 1.867vw;
    font-size: 3.067vw;
    overflow: hidden;
  }

  .specialAwards__card.is-complete .specialAwards__given {
    width: 100%;
    height: 6.933vw;
    font-size: 3.067vw;
  }

  .specialAwards__progress {
    width: 100%;
    gap: 0.533vw;
  }

  .specialAwards__progressTrack {
    height: 5.333vw;
    border-width: 0.533vw;
  }

  .specialAwards__progressFill {
    inset: 0.533vw auto 0.533vw 0.533vw;
  }

  .specialAwards__progressBubble {
    width: 6.667vw;
    height: 6.667vw;
    border-width: 0.533vw;
    font-size: 3.733vw;
  }

  .specialAwards__progressLabels {
    padding: 0 1.6vw;
    font-size: 2.667vw;
    margin-top: 2vw;
  }

  .specialAwards__card.is-complete .specialAwards__icons {
    min-height: 10.667vw;
  }

  .specialAwards__card.is-complete .specialAwards__icons::before {
    width: 9.067vw;
    height: 9.067vw;
  }

  .specialAwards__card.is-complete {
    grid-template-columns: 34vw minmax(0, 1fr);
    width: 100%;
    min-height: 36.533vw;
  }

  .specialAwards__card.is-complete .specialAwards__art {
    width: 42vw;
    height: 36vw;
    margin-left: 0;
  }

  .specialAwards__card.is-complete .specialAwards__content {
    gap: 0.8vw;
    padding: 2vw 2vw 2vw 0;
  }

  .specialAwards__card.is-complete .specialAwards__completeText strong {
    font-size: 4.2vw;
  }

  .specialAwards__card.is-complete .specialAwards__completeText span,
  .specialAwards__card.is-complete .specialAwards__completeText em {
    font-size: 2.8vw;
  }

  .specialAwards__card.is-complete .specialAwards__completeText b {
    font-size: 5.8vw;
  }

  .specialAwards__card.is-complete .specialAwards__icons {
    grid-template-columns: repeat(10, 3.8vw);
    gap: 1.3vw;
    width: 100%;
    min-height: 6.8vw;
    padding: 0.9vw 1.4vw;
    border-radius: 1.8vw;
  }

  .specialAwards__card.is-complete .specialAwards__icon {
    width: 4.267vw;
    height: 4.267vw;
  }

  .specialAwards__trophy {
    width: 4vw;
    height: 4vw;
  }

  .specialAwards__icons {
    width: 100%;
    min-height: 8vw;
    gap: 0.533vw;
    padding: 1.333vw 1.6vw;
    border-radius: 2.133vw;
  }

  .specialAwards__card.is-complete .specialAwards__icons {
    width: 100%;
  }

  .specialAwards__icon {
    width: 4.267vw;
    height: 4.267vw;
    justify-self: center;
  }

  .specialAwards__art {
    width: 49.867vw;
    height: 35.867vw;
  }
}

@media screen and (min-width: 941px) {
  .specialAwards {
    width: 912px;
    max-width: 100%;
  }
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .specialAwards {
    width: 91.4vw;
    max-width: 91.4vw;
    margin-top: 11vw;
  }
}
