.page-investors {
  --invest-purple: #a85cff;
  --invest-purple-2: #7b35d9;
  --invest-violet: #d6a4ff;
  --invest-gold: #ffc85a;
  --invest-bg: #08070d;
  --invest-panel: #0d0b14;
  --invest-line: rgba(183, 117, 255, .23);
  background: #07070b;
}

.page-investors .rankHero {
  min-height: 420px;
  overflow: hidden;
  border-bottom: 1px solid rgba(174, 98, 255, .13);
  background:
    radial-gradient(700px 330px at 72% 44%, rgba(126, 49, 203, .2), transparent 72%),
    linear-gradient(180deg, #09070f 0%, #07070b 100%);
}

.page-investors .rankHero::before {
  background:
    radial-gradient(720px 340px at 18% 18%, rgba(145, 63, 221, .09), transparent 62%),
    radial-gradient(760px 360px at 88% 22%, rgba(104, 37, 169, .12), transparent 65%);
}

.page-investors .rankHero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .35;
  background-image:
    linear-gradient(rgba(190, 111, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(190, 111, 255, .045) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 74%, transparent);
}

.page-investors .rankHero__inner {
  position: relative;
  z-index: 1;
  min-height: 420px;
}

.page-investors .rankHero__content {
  position: relative;
  z-index: 2;
}

.page-investors .rankHero__content .kicker {
  color: #c88cff;
  letter-spacing: .2em;
}

.page-investors .rankHero__content h1 {
  color: #fff;
  text-shadow: 0 0 38px rgba(156, 74, 240, .2);
}

.page-investors .rankHero__lead {
  max-width: 620px;
  color: rgba(234, 229, 245, .72);
}

.page-investors .rankHero__art {
  filter: saturate(.75) hue-rotate(228deg) drop-shadow(0 0 45px rgba(142, 65, 225, .27));
}

.page-investors .section--investors {
  position: relative;
  padding: clamp(42px, 6vw, 80px) 0 clamp(54px, 7vw, 96px);
  background:
    radial-gradient(800px 360px at 50% 4%, rgba(124, 45, 196, .14), transparent 70%),
    #08070d;
}

.page-investors .section--investors::before,
.page-investors .section--investors::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.page-investors .section--investors::before {
  inset: 0;
  opacity: .2;
  background-image: radial-gradient(rgba(190, 116, 255, .65) .6px, transparent .8px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to bottom, #000 0, transparent 64%);
}

.page-investors .section--investors::after {
  top: 0;
  left: 50%;
  width: 1px;
  height: 88px;
  background: linear-gradient(to bottom, rgba(168, 92, 255, .7), transparent);
}

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

.page-investors .investorIntro__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #c47bff;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.page-investors .investorIntro__brand::before,
.page-investors .investorIntro__brand::after {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(190, 120, 255, .65));
}

.page-investors .investorIntro__brand::after {
  transform: scaleX(-1);
}

.page-investors .investorIntro h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 6vw, 4.7rem);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .94;
  text-shadow: 0 0 34px rgba(174, 84, 255, .21);
}

.page-investors .investorIntro__subtitle {
  margin: 14px 0 0;
  color: #cfa3ef;
  font-size: clamp(.75rem, 1.6vw, .93rem);
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.page-investors .investorRanking {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 40px);
  overflow: hidden;
  border: 1px solid rgba(184, 116, 255, .2);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(20, 14, 29, .97), rgba(10, 8, 15, .985)),
    #0d0b14;
  box-shadow:
    0 40px 110px rgba(0, 0, 0, .46),
    inset 0 1px 0 rgba(255, 255, 255, .035),
    0 0 0 1px rgba(97, 37, 142, .04);
}

.page-investors .investorRanking::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16%;
  right: 16%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c57aff, transparent);
  box-shadow: 0 0 22px rgba(180, 93, 255, .38);
}

.page-investors .investorRanking::after {
  content: "S";
  position: absolute;
  top: 92px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(166, 86, 227, .027);
  font-family: Georgia, serif;
  font-size: min(44vw, 410px);
  font-weight: 900;
  line-height: .8;
  pointer-events: none;
}

.page-investors .investorPodium {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 14px;
  padding: 30px 0 34px;
}

.page-investors .investorPodium::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: 17px;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(193, 120, 255, .4), transparent);
  box-shadow: 0 0 14px rgba(177, 92, 255, .2);
}

.page-investors .investorPodium__card {
  position: relative;
  display: flex;
  min-height: 270px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 16px 27px;
  border: 1px solid rgba(166, 102, 214, .22);
  border-radius: 13px 13px 3px 3px;
  background:
    linear-gradient(180deg, rgba(39, 23, 55, .7), rgba(15, 11, 22, .92));
  color: #d8b7f3;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}

.page-investors .investorPodium__card::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 12%;
  left: 12%;
  height: 1px;
  background: currentColor;
  opacity: .58;
  box-shadow: 0 0 15px currentColor;
}

.page-investors .investorPodium__card--1 {
  min-height: 316px;
  border-color: rgba(255, 190, 65, .34);
  background:
    radial-gradient(220px 120px at 50% 0, rgba(255, 188, 62, .11), transparent 72%),
    linear-gradient(180deg, rgba(50, 30, 56, .82), rgba(17, 11, 23, .96));
  color: var(--invest-gold);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 0 32px rgba(130, 59, 185, .12);
}

.page-investors .investorPodium__card--2 { color: #bf94ff; }
.page-investors .investorPodium__card--3 { color: #de79a8; }

.page-investors .investorPodium__avatarWrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.page-investors .investorPodium__card--1 .investorPodium__avatarWrap {
  margin-bottom: 18px;
}

.page-investors .investorPodium__crown {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 6;
  display: block;
  transform: translate(-50%, -100%);
  color: #ffd56a;
  font-size: 2.35rem;
  line-height: 1;
  filter: drop-shadow(0 0 10px rgba(255, 194, 69, .38));
  text-shadow: none;
  pointer-events: none;
}

.page-investors .investorPodium__place {
  position: absolute;
  top: 17px;
  right: 18px;
  color: currentColor;
  font-family: Georgia, serif;
  font-size: 1.24rem;
  font-weight: 800;
}

.page-investors .investorAvatar {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(196, 125, 255, .36);
  border-radius: 8px;
  background: #120e18;
  box-shadow: 0 0 0 3px rgba(119, 55, 176, .07), 0 0 18px rgba(141, 64, 216, .13);
  contain: paint;
}

.page-investors .investorAvatar::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.04);
}

.page-investors .investorAvatar__viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.page-investors .investorAvatar__avatarImage {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}


.page-investors .investorAvatar--lg {
  width: 74px;
  height: 74px;
  margin-bottom: 0;
  border-width: 2px;
  border-radius: 10px;
}

.page-investors .investorAvatar--xl {
  width: 92px;
  height: 92px;
  margin-bottom: 0;
  border: 2px solid rgba(255, 198, 82, .75);
  border-radius: 11px;
  box-shadow: 0 0 0 4px rgba(255, 190, 61, .07), 0 0 30px rgba(255, 177, 37, .16);
}

.page-investors .investorAvatar--sm {
  width: 38px;
  height: 38px;
  border-radius: 6px;
}

.page-investors .investorAvatar.is-empty {
  opacity: .28;
}

.page-investors .investorPodium__name {
  max-width: 100%;
  overflow: hidden;
  color: #fff;
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  font-weight: 950;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-investors .investorPodium__amount {
  margin-top: 8px;
  color: currentColor;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 2.3vw, 1.35rem);
  font-weight: 800;
}

.page-investors .investorPodium__card--1 .investorPodium__amount {
  font-size: clamp(1.15rem, 2.8vw, 1.58rem);
}

.page-investors .investorPodium__purchases {
  margin-top: 6px;
  color: rgba(224, 215, 233, .48);
  font-size: .68rem;
  letter-spacing: .02em;
}

.page-investors .investorList {
  position: relative;
  z-index: 2;
  margin-top: 8px;
  overflow: hidden;
  border: 1px solid rgba(183, 117, 255, .16);
  border-radius: 12px;
  background: rgba(4, 4, 8, .34);
}

.page-investors .investorList__row {
  display: grid;
  grid-template-columns: 48px 38px minmax(0, 1fr) minmax(125px, auto);
  align-items: center;
  gap: 13px;
  min-height: 62px;
  padding: 10px 16px;
  border-top: 1px solid rgba(181, 116, 231, .1);
  transition: background-color .18s ease, border-color .18s ease;
}

.page-investors .investorList__row:first-child { border-top: 0; }

.page-investors .investorList__row:hover {
  background: rgba(131, 65, 185, .065);
  border-color: rgba(189, 123, 246, .18);
}

.page-investors .investorList__row.is-empty { opacity: .32; }

.page-investors .investorList__rank {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(190, 117, 255, .18);
  border-radius: 6px;
  color: #c993ee;
  font-family: Georgia, serif;
  font-size: .98rem;
  font-weight: 800;
}

.page-investors .investorList__identity {
  min-width: 0;
}

.page-investors .investorList__name,
.page-investors .investorList__purchases {
  display: block;
}

.page-investors .investorList__name {
  overflow: hidden;
  color: #f7f3fb;
  font-size: .95rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-investors .investorList__purchases {
  margin-top: 3px;
  color: rgba(219, 211, 229, .43);
  font-size: .67rem;
}

.page-investors .investorList__amount {
  color: #d7a5fb;
  font-family: Georgia, serif;
  font-size: .98rem;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}

.page-investors .investorRanking__motto {
  position: relative;
  z-index: 2;
  margin: 30px 0 0;
  color: rgba(220, 180, 247, .83);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(.83rem, 1.7vw, 1rem);
  font-weight: 700;
  letter-spacing: .17em;
  line-height: 1.65;
  text-align: center;
  text-transform: uppercase;
}

.page-investors .investorRanking__motto::before {
  content: "✦";
  display: block;
  margin-bottom: 7px;
  color: #b968f6;
  font-size: .85rem;
  text-shadow: 0 0 18px rgba(177, 91, 241, .6);
}

.page-investors .investorRanking__footer {
  position: relative;
  z-index: 2;
  margin: 13px 0 0;
  color: rgba(209, 200, 220, .4);
  font-size: .67rem;
  text-align: center;
}

.page-investors .investorRanking__footer.is-error { color: #ff9393; }

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

@media (max-width: 760px) {
  .page-investors .rankHero,
  .page-investors .rankHero__inner { min-height: 360px; }

  .page-investors .investorRanking { padding: 18px 14px 24px; }

  .page-investors .investorPodium {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 10px 0 25px;
  }

  .page-investors .investorPodium__card,
  .page-investors .investorPodium__card--1 {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) auto;
    grid-template-rows: auto auto auto;
    column-gap: 14px;
    min-height: 102px;
    padding: 13px 13px;
    text-align: left;
  }

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

  .page-investors .investorPodium__avatarWrap,
  .page-investors .investorPodium__card--1 .investorPodium__avatarWrap {
    grid-column: 1;
    grid-row: 1 / 4;
    align-self: center;
    width: 58px;
    height: 58px;
    margin: 0;
  }

  .page-investors .investorPodium__crown {
    top: 0;
    left: 50%;
    transform: translate(-50%, -90%);
    font-size: 1.55rem;
  }

  .page-investors .investorPodium__place {
    top: 8px;
    right: 10px;
    opacity: .32;
    font-size: 2rem;
  }

  .page-investors .investorAvatar--lg,
  .page-investors .investorAvatar--xl {
    width: 58px;
    height: 58px;
    margin: 0;
  }

  .page-investors .investorPodium__name {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    font-size: 1rem;
  }

  .page-investors .investorPodium__amount {
    grid-column: 2;
    grid-row: 2;
    margin-top: 4px;
    font-size: 1rem;
  }

  .page-investors .investorPodium__purchases {
    grid-column: 2 / 4;
    grid-row: 3;
    margin-top: 4px;
  }

  .page-investors .investorList__row {
    grid-template-columns: 34px 36px minmax(0, 1fr) auto;
    gap: 8px;
    padding-inline: 10px;
  }
}

@media (max-width: 460px) {
  .page-investors .investorIntro__brand::before,
  .page-investors .investorIntro__brand::after { width: 22px; }

  .page-investors .investorIntro h2 { font-size: clamp(2.1rem, 13vw, 3.4rem); }

  .page-investors .investorList__purchases { display: none; }
  .page-investors .investorList__amount { font-size: .82rem; }
  .page-investors .investorList__row { grid-template-columns: 30px 34px minmax(0, 1fr) auto; }
  .page-investors .investorList__rank { width: 29px; height: 29px; font-size: .84rem; }
  .page-investors .investorAvatar--sm { width: 34px; height: 34px; }
  .page-investors .investorRanking__motto { letter-spacing: .1em; }
}

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