.page-rankings .section--investors {
  position: relative;
  padding-top: clamp(36px, 6vw, 76px);
  padding-bottom: clamp(42px, 7vw, 88px);
}

.page-rankings .section--investors::before {
  content: "";
  position: absolute;
  inset: 8% 0 4%;
  pointer-events: none;
  background:
    radial-gradient(620px 320px at 50% 12%, rgba(255, 191, 71, .11), transparent 68%),
    radial-gradient(520px 300px at 18% 62%, rgba(47, 210, 255, .08), transparent 72%),
    radial-gradient(520px 300px at 82% 62%, rgba(164, 91, 255, .08), transparent 72%);
}

.page-rankings .investorIntro {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.page-rankings .investorIntro__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: #ffd477;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.page-rankings .investorIntro__eyebrow::before,
.page-rankings .investorIntro__eyebrow::after {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 212, 119, .8));
}

.page-rankings .investorIntro__eyebrow::after {
  transform: scaleX(-1);
}

.page-rankings .investorIntro h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1;
  letter-spacing: -.045em;
}

.page-rankings .investorIntro p {
  max-width: 650px;
  margin: 15px auto 0;
  color: rgba(225, 229, 246, .72);
  line-height: 1.65;
}

.page-rankings .investorRanking {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 1040px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(19, 23, 42, .96), rgba(7, 10, 23, .98)),
    #080b18;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .04);
}

.page-rankings .investorRanking::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #2fd2ff, #ffd166 42%, #ffb32c 58%, #a45bff);
}

.page-rankings .investorRanking__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 25px clamp(20px, 4vw, 38px) 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.page-rankings .investorRanking__title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.page-rankings .investorRanking__crown {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid rgba(255, 205, 94, .34);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 206, 95, .18), rgba(255, 157, 22, .08));
  color: #ffd166;
}

.page-rankings .investorRanking__crown svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.page-rankings .investorRanking__title strong,
.page-rankings .investorRanking__title span {
  display: block;
}

.page-rankings .investorRanking__title strong {
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  letter-spacing: -.015em;
}

.page-rankings .investorRanking__title span {
  margin-top: 3px;
  color: rgba(222, 226, 244, .58);
  font-size: .83rem;
}

.page-rankings .investorRanking__live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(85, 255, 148, .18);
  border-radius: 999px;
  background: rgba(85, 255, 148, .055);
  color: #8affb5;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.page-rankings .investorRanking__live::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 12px rgba(85, 255, 148, .55);
}

.page-rankings .investorPodium {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 15px;
  padding: 34px clamp(18px, 4vw, 38px) 30px;
  background:
    radial-gradient(400px 180px at 50% 0%, rgba(255, 194, 72, .09), transparent 78%),
    linear-gradient(180deg, rgba(255, 255, 255, .018), transparent);
}

.page-rankings .investorPodium__card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 184px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 18px 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 21px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018));
  text-align: center;
}

.page-rankings .investorPodium__card::after {
  content: "";
  position: absolute;
  inset: auto 10% 0;
  height: 2px;
  opacity: .9;
  background: currentColor;
}

.page-rankings .investorPodium__card--1 {
  min-height: 208px;
  border-color: rgba(255, 209, 102, .34);
  background: linear-gradient(180deg, rgba(255, 209, 102, .12), rgba(255, 255, 255, .025));
  color: #ffd166;
  transform: translateY(-7px);
}

.page-rankings .investorPodium__card--2 {
  color: #cfd7e8;
}

.page-rankings .investorPodium__card--3 {
  color: #d69a62;
}

.page-rankings .investorPodium__place {
  position: absolute;
  top: 13px;
  right: 14px;
  color: currentColor;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
}



.page-rankings .investorPodium__name {
  max-width: 100%;
  overflow: hidden;
  color: #f8f9ff;
  font-size: clamp(1.12rem, 2.3vw, 1.48rem);
  font-weight: 950;
  letter-spacing: .015em;
  line-height: 1.16;
  text-overflow: ellipsis;
  text-shadow: 0 0 11px rgba(238, 244, 255, .14);
  white-space: nowrap;
}

.page-rankings .investorPodium__card--1 .investorPodium__name {
  font-size: clamp(1.24rem, 2.7vw, 1.68rem);
  text-shadow: 0 0 13px rgba(255, 209, 102, .24);
}

.page-rankings .investorPodium__card--2 .investorPodium__name {
  text-shadow: 0 0 11px rgba(207, 215, 232, .2);
}

.page-rankings .investorPodium__card--3 .investorPodium__name {
  text-shadow: 0 0 11px rgba(214, 154, 98, .2);
}

.page-rankings .investorPodium__amount {
  margin-top: 7px;
  color: currentColor;
  font-size: clamp(1rem, 2.4vw, 1.35rem);
  font-weight: 950;
}

.page-rankings .investorPodium__purchases {
  margin-top: 5px;
  color: rgba(222, 226, 244, .56);
  font-size: .73rem;
}

.page-rankings .investorList {
  padding: 0 clamp(18px, 4vw, 38px) 28px;
}

.page-rankings .investorList__head,
.page-rankings .investorList__row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) minmax(94px, .55fr) minmax(120px, .7fr);
  align-items: center;
  gap: 14px;
}

.page-rankings .investorList__head {
  padding: 11px 15px;
  color: rgba(213, 218, 239, .45);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.page-rankings .investorList__head span:last-child {
  text-align: right;
}

.page-rankings .investorList__row {
  min-height: 58px;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, .065);
  transition: background-color .18s ease, border-color .18s ease;
}

.page-rankings .investorList__row:hover {
  border-color: rgba(47, 210, 255, .16);
  background: rgba(47, 210, 255, .035);
}

.page-rankings .investorList__row.is-empty {
  opacity: .35;
}

.page-rankings .investorList__rank {
  color: rgba(255, 212, 119, .8);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .88rem;
  font-weight: 950;
}

.page-rankings .investorList__name {
  min-width: 0;
  overflow: hidden;
  color: #f5f7ff;
  font-weight: 950;
  text-overflow: ellipsis;
  text-shadow: 0 0 9px rgba(143, 218, 255, .12);
  white-space: nowrap;
}

.page-rankings .investorList__purchases {
  color: rgba(218, 223, 243, .53);
  font-size: .8rem;
}

.page-rankings .investorList__amount {
  color: #ffd477;
  font-weight: 950;
  text-align: right;
  white-space: nowrap;
}

.page-rankings .investorRanking__footer {
  padding: 14px clamp(20px, 4vw, 38px) 17px;
  border-top: 1px solid rgba(255, 255, 255, .07);
  background: rgba(0, 0, 0, .12);
  color: rgba(215, 220, 240, .5);
  font-size: .73rem;
  text-align: center;
}

.page-rankings .investorRanking__footer.is-error {
  color: #ff9c9c;
}

.page-rankings .investorRanking[aria-busy="true"] .investorPodium__card,
.page-rankings .investorRanking[aria-busy="true"] .investorList__row {
  opacity: .55;
}

@media (max-width: 720px) {
  .page-rankings .investorRanking {
    border-radius: 22px;
  }

  .page-rankings .investorRanking__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-rankings .investorPodium {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 10px;
    padding-top: 22px;
  }

  .page-rankings .investorPodium__card,
  .page-rankings .investorPodium__card--1 {
    min-height: 128px;
    transform: none;
  }

  .page-rankings .investorPodium__card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    column-gap: 13px;
    padding: 17px 16px;
    text-align: left;
  }

  .page-rankings .investorPodium__card--1 {
    order: -1;
  }


  .page-rankings .investorPodium__name {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    font-size: 1.05rem;
    text-align: left;
  }

  .page-rankings .investorPodium__card--1 .investorPodium__name {
    font-size: 1.12rem;
  }

  .page-rankings .investorPodium__amount {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
    margin: 0;
    font-size: 1rem;
  }

  .page-rankings .investorPodium__purchases {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    margin: 2px 0 0;
  }

  .page-rankings .investorPodium__place {
    position: static;
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    justify-self: center;
    font-size: 1rem;
  }

  .page-rankings .investorList__head,
  .page-rankings .investorList__row {
    grid-template-columns: 38px minmax(0, 1fr) minmax(96px, auto);
    gap: 9px;
  }

  .page-rankings .investorList__head span:nth-child(3),
  .page-rankings .investorList__purchases {
    display: none;
  }
}

@media (max-width: 430px) {
  .page-rankings .investorIntro__eyebrow::before,
  .page-rankings .investorIntro__eyebrow::after {
    width: 18px;
  }

  .page-rankings .investorPodium__card {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .page-rankings .investorPodium__amount {
    grid-column: 2;
    grid-row: 3;
    justify-self: start;
    margin-top: 7px;
  }


  .page-rankings .investorList {
    padding-inline: 11px;
  }

  .page-rankings .investorList__row {
    padding-inline: 9px;
  }

  .page-rankings .investorList__amount {
    font-size: .83rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-rankings .investorList__row {
    transition: none;
  }
}


@supports not (display: grid) {
  .page-rankings .investorPodium {
    display: flex;
    align-items: stretch;
  }

  .page-rankings .investorPodium__card {
    width: 33.333%;
  }

  .page-rankings .investorList__head,
  .page-rankings .investorList__row {
    display: flex;
  }

  .page-rankings .investorList__rank {
    width: 52px;
  }

  .page-rankings .investorList__name {
    flex: 1 1 auto;
  }

  .page-rankings .investorList__purchases {
    width: 110px;
  }

  .page-rankings .investorList__amount {
    width: 140px;
  }
}

/* Dedicated Investors page */
.page-investors .section--investors {
  padding-top: clamp(28px, 4vw, 48px);
}
