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

.score-record-shell {
  height: var(--app-visible-height, 1003px);
  min-height: 1003px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 21%, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0.08) 19%, rgba(0, 0, 0, 0) 43%),
    #000;
}

.record-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%);
}

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

.record-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);
}

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

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

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

.record-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;
}

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

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

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

.record-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;
}

.record-content {
  position: relative;
  height: calc(100% - 121px);
  padding-top: 29px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 4%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.08) 21%, rgba(0, 0, 0, 0) 45%),
    #000;
}

.record-caption {
  margin: 0 25px 36px 0;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-align: right;
}

.record-panel {
  width: 428px;
  height: 638px;
  margin: 0 auto;
  padding: 9px 9px 0;
  border-radius: 15px;
  border: 3px solid #8e8e91;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74) 0%, rgba(205, 205, 205, 0.94) 48%, rgba(178, 178, 178, 0.96) 100%);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.34),
    0 9px 18px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

.record-table-head {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: center;
  height: 62px;
  border-radius: 9px 9px 2px 2px;
  background:
    linear-gradient(180deg, #f8f8f8 0%, #cecece 63%, #a9a9a9 100%);
  color: #0d0d0d;
  font-size: 22px;
  text-align: center;
  box-shadow:
    inset 0 3px 4px rgba(255, 255, 255, 0.9),
    inset 0 -7px 8px rgba(0, 0, 0, 0.14);
}

.record-table-head i {
  width: 1px;
  height: 30px;
  background: #8d8d8d;
}

.record-row {
  display: grid;
  grid-template-columns: 1fr 64px 49px;
  align-items: center;
  height: 42px;
  padding: 0 39px 0 23px;
  border-bottom: 1px solid rgba(60, 60, 60, 0.45);
  color: #050505;
}

.record-row time,
.record-row strong {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.record-row strong {
  text-align: center;
}

.record-row button {
  justify-self: end;
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 34%, #8b7862 0%, #151515 55%, #030303 100%);
  box-shadow:
    0 0 0 2px #d2a949,
    inset 0 0 0 1px rgba(255, 255, 255, 0.35),
    0 2px 5px rgba(0, 0, 0, 0.62);
  color: #fff;
  pointer-events: auto;
}

.record-row button::before {
  content: "i";
  position: absolute;
  inset: 0;
  color: #fff;
  font-size: 20px;
  font-family: Georgia, serif;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
}

.record-note {
  position: absolute;
  left: 55px;
  right: 55px;
  bottom: 138px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
}
