.notification-page .app-viewport {
  height: calc(var(--app-visible-height, 1003px) * var(--app-scale, 1));
}

.notification-shell {
  height: var(--app-visible-height, 1003px);
  min-height: 1003px;
  background:
    radial-gradient(circle at 50% 25%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.11) 18%, rgba(0, 0, 0, 0) 42%),
    #000;
  overflow: hidden;
}

.notify-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%);
}

.notify-back-hit {
  position: absolute;
  left: 24px;
  top: 30px;
  width: 28px;
  height: 28px;
  pointer-events: auto;
}

.notify-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);
}

.notify-card-link,
.notify-bell,
.notify-card-btn,
.notify-service-btn {
  position: absolute;
  object-fit: fill;
}

.notify-bell {
  left: 75px;
  top: 20px;
  width: 40px;
  height: 40px;
}

.notify-title {
  position: absolute;
  left: 50%;
  top: 25px;
  margin: 0;
  transform: translateX(-50%);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.notify-card-link {
  right: 48px;
  top: 20px;
  width: 40px;
  height: 40px;
  pointer-events: auto;
}

.notify-card-btn {
  inset: 0;
  width: 40px;
  height: 40px;
}

.notify-service-btn {
  right: 20px;
  top: 19px;
  width: 28px;
  height: 42px;
}

.balance-bar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 41px;
  padding-left: 29px;
  background: linear-gradient(90deg, #b8b8ba 0%, #e5e5e7 52%, #aaa 100%);
  color: #0d0d0d;
}

.balance-label {
  font-size: 18px;
  line-height: 1;
}

.balance-mask {
  width: 34px;
  height: 23px;
  margin-left: 0;
  background: rgba(218, 218, 220, 0.78);
  filter: blur(2px);
}

.notify-empty {
  position: relative;
  height: calc(100% - 121px);
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.1) 21%, rgba(0, 0, 0, 0) 45%),
    linear-gradient(180deg, rgba(22, 22, 24, 0.6) 0%, #000 52%);
}

.notify-empty p {
  position: absolute;
  left: 0;
  right: 0;
  top: 382px;
  margin: 0;
  color: #d8bd7a;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
