.app-scroll.is-paid-case {
  background: radial-gradient(100% 100%, #225cd5 0%, #050e20 100%);
}

.screen-game.is-paid-case {
  padding:
    16px
    16px
    calc(20px + var(--tg-safe-bottom) + var(--tg-content-safe-bottom));
}

.pcase-screen {
  width: min(100%, 420px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

.pcase-hero {
  display: grid;
  place-items: center;
}

.pcase-hero img {
  width: min(72%, 220px);
  aspect-ratio: 1;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.45));
}

.pcase-reel {
  border-color: rgba(96, 165, 250, 0.4);
  background: linear-gradient(180deg, rgba(12, 28, 64, 0.95) 0%, rgba(4, 10, 28, 0.98) 100%);
  box-shadow:
    inset 0 0 30px rgba(0, 0, 0, 0.55),
    0 0 24px rgba(34, 92, 213, 0.2);
}

.pcase-reel .case-reel__pointer-line {
  background: linear-gradient(180deg, #93c5fd 0%, #2563eb 50%, #93c5fd 100%);
  box-shadow: 0 0 12px rgba(37, 99, 235, 0.85);
}

.pcase-screen .case-slot__art {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 4px;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
}

.pcase-screen .case-slot__art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pcase-screen .case-slot__name {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: #ffffffd0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pcase-loot__title,
.pcase-screen .rfeed__title {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 800;
}

.pcase-loot__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.pcase-prize {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 10px 6px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pcase-prize__art {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
}

.pcase-prize__art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pcase-prize__label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  color: #ffffffea;
  line-height: 1.2;
}

.pcase-prize__price {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  font-weight: 800;
  color: #93c5fd;
  line-height: 1;
}

.pcase-prize__star {
  width: 12px;
  height: 12px;
}

.pcase-code {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pcase-code__label {
  font-size: 13px;
  font-weight: 700;
  color: #ffffffd0;
}

.pcase-code__input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(147, 197, 253, 0.35);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 14px;
  outline: none;
}

.pcase-code__input::placeholder {
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: normal;
  font-weight: 600;
  text-transform: none;
}

.pcase-code__input:disabled {
  opacity: 0.55;
}

.rfeed__prize-img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 8px;
}

.rfeed__prize-name {
  font-size: 12px;
  font-weight: 700;
  color: #ffffffd0;
}
