.card-survivor-page {
  --renaiss-hover-rainbow: linear-gradient(90deg, #ffe96e 0%, #ff6863 22%, #ff579a 50%, #6e68ff 80%, #405dff 100%);
  overflow: hidden;
  background: #050719;
}
.card-survivor-page .card-survivor-embed {
  display: block;
  width: 100%;
  min-height: 760px;
  border: 0;
  background: #050719;
}
.card-survivor-page .survivor-shell {
  min-height: 100vh;
  min-height: 100dvh;
}
.card-survivor-page .survivor-main {
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
}
.card-survivor-page .survivor-stage {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 0;
  overflow: hidden;
  background: #070b22;
  isolation: isolate;
}
.card-survivor-page .survivor-canvas {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: none;
  image-rendering: pixelated;
}
.card-survivor-page .survivor-hud {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  z-index: 3;
  display: flex;
  align-items: stretch;
  gap: 10px;
  pointer-events: none;
}
.card-survivor-page .survivor-stat,
.card-survivor-page .survivor-health,
.card-survivor-page .survivor-exp {
  min-width: 112px;
  border: 1px solid rgba(121, 224, 255, 0.24);
  border-radius: 8px;
  padding: 9px 12px;
  background: rgba(5, 8, 24, 0.62);
  color: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24), inset 0 0 20px rgba(80, 120, 255, 0.08);
  backdrop-filter: blur(8px);
}
.card-survivor-page .survivor-stat span,
.card-survivor-page .survivor-health span,
.card-survivor-page .survivor-exp span {
  display: block;
  margin-bottom: 3px;
  color: #89dfff;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0;
}
.card-survivor-page .survivor-stat strong {
  display: block;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
}
.card-survivor-page .survivor-health {
  flex: 1 1 220px;
  max-width: 320px;
}
.card-survivor-page .survivor-hearts {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 20px;
  margin: 0 0 5px;
}
.card-survivor-page .survivor-hearts span {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ff4f7b;
  font-size: 17px;
  line-height: 1;
  text-shadow: 2px 0 #5b1028, -2px 0 #5b1028, 0 2px #5b1028, 0 -2px #5b1028;
}
.card-survivor-page .survivor-hearts span.is-empty {
  color: rgba(255, 255, 255, 0.16);
  text-shadow: none;
}
.card-survivor-page .survivor-exp {
  flex: 1 1 180px;
  max-width: 260px;
}
.card-survivor-page .survivor-health-track,
.card-survivor-page .survivor-exp-track {
  height: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.card-survivor-page .survivor-health-track i,
.card-survivor-page .survivor-exp-track i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transition: width 0.16s ease;
}
.card-survivor-page .survivor-health-track i {
  background: linear-gradient(90deg, #45f080, #ffe95e, #ff4fa3);
}
.card-survivor-page .survivor-exp-track i {
  width: 0%;
  background: linear-gradient(90deg, #19cfff, #b45cff);
}
.card-survivor-page .survivor-upgrade-log {
  position: absolute;
  left: 18px;
  top: 94px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: min(480px, calc(100vw - 36px));
  pointer-events: none;
}
.card-survivor-page .survivor-upgrade-log span {
  min-width: 34px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 1px solid rgba(137, 223, 255, 0.24);
  border-radius: 999px;
  background: rgba(5, 8, 24, 0.58);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  box-shadow: inset 0 0 16px rgba(137, 223, 255, 0.08);
}
.card-survivor-page .survivor-boss-alert {
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  padding: 12px 28px;
  border: 3px solid rgba(255, 47, 95, 0.95);
  border-radius: 6px;
  background: rgba(25, 0, 12, 0.86);
  color: #ff2f5f;
  font-size: 54px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(255, 47, 95, 0.95), 3px 3px 0 rgba(0, 0, 0, 0.92);
  box-shadow: 0 0 28px rgba(255, 47, 95, 0.58), inset 0 0 24px rgba(255, 47, 95, 0.18);
  pointer-events: none;
  animation: survivorBossWarning 0.48s steps(2, end) infinite;
}
.card-survivor-page .survivor-boss-alert[hidden] {
  display: none;
}
@keyframes survivorBossWarning {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.58;
    transform: translate(-50%, -50%) scale(1.08);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.card-survivor-page .survivor-boss-bar {
  position: absolute;
  top: 82px;
  left: 50%;
  z-index: 3;
  width: min(520px, calc(100vw - 44px));
  transform: translateX(-50%);
  display: grid;
  gap: 6px;
  pointer-events: none;
}
.card-survivor-page .survivor-boss-bar[hidden] {
  display: none;
}
.card-survivor-page .survivor-boss-bar span {
  color: #ffe95e;
  font-size: 12px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}
.card-survivor-page .survivor-boss-bar div {
  height: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 233, 94, 0.48);
  border-radius: 999px;
  background: rgba(5, 8, 24, 0.7);
  box-shadow: inset 0 0 16px rgba(255, 79, 163, 0.1), 0 10px 28px rgba(0, 0, 0, 0.24);
}
.card-survivor-page .survivor-boss-bar i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff4fa3, #ffe95e);
  transition: width 0.12s ease;
}
.card-survivor-page .survivor-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}
.card-survivor-page .survivor-overlay.is-start {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.32);
  backdrop-filter: none;
}
.card-survivor-page .survivor-overlay[hidden] {
  display: none;
}
.card-survivor-page .survivor-panel {
  position: relative;
  width: min(92vw, 460px);
  min-height: 0;
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(7, 7, 7, 0.98);
  color: var(--text);
  text-align: center;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.56);
}
.card-survivor-page .survivor-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: var(--collectibles-gradient-soft);
  opacity: 0.54;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.card-survivor-page .survivor-overlay.is-start .survivor-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(22px, 4vh, 36px);
  width: min(380px, 92vw);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.card-survivor-page .survivor-overlay.is-start .survivor-panel::before {
  content: none;
}
.card-survivor-page .survivor-panel p {
  margin: 14px 0;
  color: #aeb6c4;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
  text-align: left;
}
.card-survivor-page .survivor-panel h1 {
  margin: 0 0 10px;
  color: #fff;
  font-family: inherit;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
  overflow-wrap: anywhere;
  white-space: normal;
}
.card-survivor-page #survivorOverlayTitle {
  font-size: 48px !important;
  line-height: 1.2;
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
}
.card-survivor-page .survivor-overlay.is-start #survivorOverlayTitle {
  width: max-content;
  max-width: none;
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 7vw, 58px) !important;
  line-height: 1;
  font-weight: 950;
  text-align: center;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.55);
  white-space: nowrap;
}
.card-survivor-page .survivor-panel .player-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 32px;
  margin: -20px auto 0;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.32);
  color: rgba(255, 248, 223, 0.82);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.card-survivor-page .survivor-panel .player-badge[hidden] {
  display: none;
}
.card-survivor-page .survivor-panel .player-badge.is-user {
  color: #65e6c9;
}
.card-survivor-page #survivorOverlayKicker {
  display: none;
}
.card-survivor-page .survivor-overlay.is-start #survivorOverlayText {
  display: none;
}
.card-survivor-page .survivor-menu-actions {
  display: grid;
  gap: 12px;
  width: 100%;
}
.card-survivor-page .survivor-panel button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  background:
    linear-gradient(#0d0d0d, #0d0d0d) padding-box,
    var(--collectibles-gradient) border-box;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  cursor: pointer;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}
.card-survivor-page .survivor-overlay.is-start .survivor-panel button {
  min-height: 54px;
  padding: 15px 20px;
  border: 2px solid rgba(255, 255, 255, 0.38);
  border-radius: 14px;
  background: rgba(8, 14, 24, 0.42);
  color: #fff8df;
  font-size: clamp(16px, 2.8vw, 20px);
  font-weight: 900;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}
.card-survivor-page .survivor-overlay.is-start .survivor-menu-button-primary {
  border-color: rgba(255, 211, 79, 0.82);
  background: rgba(255, 211, 79, 0.1);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(255, 248, 223, 0.18);
}
.card-survivor-page .survivor-panel button:hover,
.card-survivor-page .survivor-panel button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(#0d0d0d, #0d0d0d) padding-box,
    var(--collectibles-gradient) border-box;
  color: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  outline: none;
}
.card-survivor-page .survivor-overlay.is-start .survivor-panel button:hover,
.card-survivor-page .survivor-overlay.is-start .survivor-panel button:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.58);
  transform: translateY(0);
}
.card-survivor-page .survivor-overlay.is-start .survivor-menu-button-primary:hover,
.card-survivor-page .survivor-overlay.is-start .survivor-menu-button-primary:focus-visible {
  background: rgba(255, 211, 79, 0.18);
  border-color: rgba(255, 211, 79, 0.82);
}
.card-survivor-page .survivor-howto-panel,
.card-survivor-page .survivor-leaderboard-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(520px, 92vw);
  padding: 18px 20px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(18, 24, 38, 0.88);
  color: #fff8df;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
}
.card-survivor-page .survivor-howto-panel[hidden],
.card-survivor-page .survivor-leaderboard-panel[hidden] {
  display: none;
}
.card-survivor-page .survivor-howto-panel h2,
.card-survivor-page .survivor-leaderboard-panel h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(24px, 5vw, 34px);
}
.card-survivor-page .survivor-howto-scroll {
  display: grid;
  gap: 12px;
  max-height: min(48vh, 360px);
  overflow-y: auto;
  text-align: left;
}
.card-survivor-page .survivor-howto-scroll section {
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}
.card-survivor-page .survivor-howto-scroll h3 {
  margin: 0 0 6px;
  color: #ffd34f;
  font-size: 15px;
  font-weight: 900;
}
.card-survivor-page .survivor-howto-scroll p {
  margin: 0;
  color: rgba(255, 248, 223, 0.92);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 600;
  text-align: left;
}
.card-survivor-page .survivor-leaderboard-hint {
  min-height: 18px;
  margin: 0 0 10px;
  color: rgba(255, 248, 223, 0.72);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}
.card-survivor-page .survivor-leaderboard-list {
  list-style: none;
  display: grid;
  gap: 8px;
  max-height: min(42vh, 280px);
  margin: 12px 0 0;
  padding: 0;
  overflow-y: auto;
}
.card-survivor-page .survivor-leaderboard-list li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  font-weight: 800;
}
.card-survivor-page .survivor-leaderboard-rank {
  color: #ffd34f;
}
.card-survivor-page .survivor-leaderboard-name {
  overflow: hidden;
  color: rgba(255, 248, 223, 0.92);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-survivor-page .survivor-leaderboard-score {
  color: #ffffff;
  font-size: 18px;
  text-align: right;
}
.card-survivor-page .survivor-leaderboard-empty {
  display: block;
  padding: 16px 8px;
  color: rgba(255, 248, 223, 0.75);
  font-weight: 700;
  text-align: center;
}
.card-survivor-page .survivor-howto-panel .survivor-mini-button,
.card-survivor-page .survivor-leaderboard-panel .survivor-mini-button {
  width: auto;
  min-height: 38px;
  margin-top: 14px;
  padding: 8px 16px;
  border-radius: 12px;
  font-size: 13px;
}
.card-survivor-page .survivor-levelup {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}
.card-survivor-page .survivor-levelup[hidden] {
  display: none;
}
.card-survivor-page .survivor-levelup-panel {
  position: relative;
  width: min(760px, calc(100vw - 40px));
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(7, 7, 7, 0.98);
  color: #fff;
  text-align: left;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.56);
}
.card-survivor-page .survivor-levelup-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: var(--collectibles-gradient-soft);
  opacity: 0.54;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.card-survivor-page .survivor-levelup-panel p {
  margin: 0 0 8px;
  color: #aeb6c4;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  text-transform: none;
}
.card-survivor-page .survivor-levelup-panel h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 28px;
  line-height: 1.05;
}
.card-survivor-page .survivor-upgrade-choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.card-survivor-page .survivor-upgrade-card {
  position: relative;
  isolation: isolate;
  min-height: 168px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
  overflow: visible;
}
.card-survivor-page .survivor-upgrade-card::before,
.card-survivor-page .survivor-upgrade-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}
.card-survivor-page .survivor-upgrade-card::before {
  padding: 1px;
  background: var(--renaiss-hover-rainbow);
  z-index: 3;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.card-survivor-page .survivor-upgrade-card::after {
  z-index: -1;
  background: transparent;
  box-shadow:
    0 0 22px rgba(255, 233, 110, 0.14),
    0 0 30px rgba(255, 87, 154, 0.16),
    0 0 38px rgba(64, 93, 255, 0.18);
}
.card-survivor-page .survivor-upgrade-card > * {
  position: relative;
  z-index: 1;
}
.card-survivor-page .survivor-upgrade-card:hover,
.card-survivor-page .survivor-upgrade-card:focus-visible,
.card-survivor-page .survivor-upgrade-card.is-selected {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(9, 9, 9, 0.98);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.42);
  outline: none;
}
.card-survivor-page .survivor-upgrade-card:hover::before,
.card-survivor-page .survivor-upgrade-card:hover::after,
.card-survivor-page .survivor-upgrade-card:focus-visible::before,
.card-survivor-page .survivor-upgrade-card:focus-visible::after,
.card-survivor-page .survivor-upgrade-card.is-selected::before,
.card-survivor-page .survivor-upgrade-card.is-selected::after {
  opacity: 1;
}
.card-survivor-page .survivor-upgrade-card.is-selected {
  border-color: transparent;
  background: transparent;
}
.card-survivor-page .survivor-upgrade-card span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  box-shadow: none;
  font-size: 12px;
  font-weight: 950;
}
.card-survivor-page .survivor-upgrade-card strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 15px;
  line-height: 1.18;
}
.card-survivor-page .survivor-upgrade-card small {
  display: block;
  color: #aeb6c4;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}
.card-survivor-page .survivor-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 18px;
}
.card-survivor-page .survivor-results[hidden] {
  display: none;
}
.card-survivor-page .survivor-results div {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
}
.card-survivor-page .survivor-results dt {
  color: #aeb6c4;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.card-survivor-page .survivor-results dd {
  margin: 4px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}
.card-survivor-page .survivor-stick {
  position: absolute;
  left: 28px;
  bottom: max(28px, env(safe-area-inset-bottom));
  z-index: 4;
  display: none;
  width: 126px;
  height: 126px;
  border: 1px solid rgba(137, 223, 255, 0.26);
  border-radius: 50%;
  background: rgba(7, 11, 34, 0.42);
  box-shadow: inset 0 0 22px rgba(137, 223, 255, 0.12), 0 14px 34px rgba(0, 0, 0, 0.24);
  touch-action: none;
  backdrop-filter: blur(8px);
}
.card-survivor-page .survivor-stick-knob {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  margin: -29px 0 0 -29px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(25, 207, 255, 0.9), rgba(255, 79, 163, 0.9));
  box-shadow: 0 0 22px rgba(25, 207, 255, 0.34);
}
@media (max-width: 900px) {
  .card-survivor-page .survivor-main {
    min-height: 100vh;
    min-height: 100dvh;
  }
  .card-survivor-page .survivor-stage {
    height: 100vh;
    height: 100dvh;
    min-height: 0;
  }
  .card-survivor-page .survivor-hud {
    top: 10px;
    left: 10px;
    right: 10px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
  .card-survivor-page .survivor-stat,
  .card-survivor-page .survivor-health,
  .card-survivor-page .survivor-exp {
    min-width: 0;
    padding: 7px 8px;
  }
  .card-survivor-page .survivor-stat strong {
    font-size: 17px;
  }
  .card-survivor-page .survivor-health {
    grid-column: 1 / -1;
    max-width: none;
  }
  .card-survivor-page .survivor-exp {
    grid-column: 1 / -1;
    max-width: none;
  }
  .card-survivor-page .survivor-upgrade-log {
    top: 118px;
    left: 10px;
    right: 10px;
    max-width: none;
  }
  .card-survivor-page .survivor-boss-bar {
    top: 154px;
    width: calc(100vw - 28px);
  }
  .card-survivor-page .survivor-boss-alert {
    top: 44%;
    width: max-content;
    max-width: calc(100vw - 28px);
    font-size: 40px;
    padding: 10px 22px;
  }
  .card-survivor-page .survivor-upgrade-choices {
    grid-template-columns: 1fr;
  }
  .card-survivor-page .survivor-upgrade-card {
    min-height: 112px;
  }
  .card-survivor-page .survivor-stick {
    position: fixed;
    display: block;
    width: 116px;
    height: 116px;
    left: 18px;
    bottom: max(20px, env(safe-area-inset-bottom));
  }
  .card-survivor-page .survivor-panel h1 {
    font-size: 48px;
  }
  .card-survivor-page #survivorOverlayTitle {
    font-size: 48px !important;
  }
}
