.points-exchange-page .app-viewport {
  height: calc(var(--app-visible-height, 1003px) * var(--app-scale, 1));
}

.points-exchange-shell {
  height: var(--app-visible-height, 1003px);
  min-height: 1003px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 26%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.08) 19%, rgba(0, 0, 0, 0) 43%),
    linear-gradient(180deg, #050505 0%, #000 100%);
}

.exchange-header {
  position: relative;
  z-index: 2;
  height: 80px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.14), transparent 44%),
    linear-gradient(180deg, #151516 0%, #050506 100%);
}

.exchange-back-hit {
  position: absolute;
  left: 24px;
  top: 30px;
  width: 28px;
  height: 28px;
  pointer-events: auto;
}

.exchange-back-hit::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  width: 13px;
  height: 13px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.exchange-bell-link,
.exchange-card-link,
.exchange-bell,
.exchange-card-btn,
.exchange-service-btn {
  position: absolute;
  object-fit: fill;
}

.exchange-bell-link {
  left: 75px;
  top: 20px;
  width: 40px;
  height: 40px;
  pointer-events: auto;
}

.exchange-bell {
  inset: 0;
  width: 40px;
  height: 40px;
}

.exchange-title {
  position: absolute;
  left: 50%;
  top: 25px;
  margin: 0;
  transform: translateX(-50%);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.exchange-card-link {
  right: 48px;
  top: 20px;
  width: 40px;
  height: 40px;
  pointer-events: auto;
}

.exchange-card-btn {
  inset: 0;
  width: 40px;
  height: 40px;
}

.exchange-service-btn {
  right: 20px;
  top: 19px;
  width: 28px;
  height: 42px;
}

.exchange-balance {
  position: relative;
  z-index: 2;
  height: 41px;
  display: flex;
  align-items: center;
  padding-left: 29px;
  background: linear-gradient(90deg, #b8b8ba 0%, #e6e6e8 52%, #aaa 100%);
  color: #0d0d0d;
  font-size: 18px;
  line-height: 1;
}

.exchange-content {
  height: calc(100% - 121px);
  padding: 20px 0 124px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 6%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 20%, rgba(0, 0, 0, 0) 45%),
    #000;
}

.exchange-category-panel {
  width: 469px;
  height: 630px;
  max-width: none;
  margin: 0 auto;
  object-fit: fill;
}
