.rb-redeem-shell {
  min-height: min(78vh, 720px);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;
  padding: 34px 18px;
  text-align: center;
}

.rb-redeem-logo {
  width: 118px;
  height: 118px;
  margin-bottom: 26px;
  border-radius: 999px;
  background: url("../../assets/images/ropebridge-wax-seal.svg") center / contain no-repeat;
}

.rb-redeem-title {
  max-width: 290px;
  margin: 0;
  color: var(--rb-text-primary);
  font-family: var(--rb-font-sans);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
}

.rb-redeem-copy,
.rb-redeem-button {
  display: none;
}

.rb-redeem-form {
  display: grid;
  gap: 12px;
  width: min(100%, 292px);
}

.rb-pin-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.rb-pin-input {
  width: 100%;
  height: 44px;
  min-height: 44px;
  box-sizing: border-box;
  border: 0;
  border-radius: 8px;
  background: rgba(63, 63, 59, 0.32);
  color: var(--rb-text-primary);
  font-family: var(--rb-font-sans);
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}

.rb-pin-input:focus {
  outline: none;
  box-shadow: var(--rb-shadow-focus);
  background: rgba(255, 250, 242, 0.92);
}

.rb-redeem-status {
  min-height: 20px;
  margin: 0;
  color: var(--rb-text-secondary);
  font-size: 13px;
  line-height: 1.35;
}

.rb-redeem-status.is-error {
  color: var(--rb-color-error);
}
