
/* Redeem — auth theme */
.page-pad.redeem.kx-rd,
.redeem-page.kx-rd,
body.kx-on-rd,
body.kx-on-rd .shell,
body.kx-on-rd .shell-main {
  background: radial-gradient(120% 80% at 50% 0%, #FFF1D6 0%, #FFD9A3 100%) !important;
}
body.kx-on-rd .shell-main { padding-top: 0 !important; }
.kx-rd {
  padding: calc(12px + env(safe-area-inset-top)) 16px calc(28px + var(--nav-h, 64px)) !important;
  font-family: "Space Grotesk", Inter, sans-serif !important;
}
.kx-rd > *:not(.kx-rdm) { display: none !important; }

.kx-rdm { color: #14213D; }
.kx-rd-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.kx-rd-back {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #14213D url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M15 18l-6-6 6-6'/></svg>") center/18px no-repeat;
}
.kx-rd-top .kh-logo { width: 40px; height: 40px; object-fit: contain; }
.kx-rd-top b {
  display: block;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.kx-rd-top span { display: block; color: #8A7A5E; font-size: 12px; }

.kx-rd-hero {
  background: #14213D;
  color: #fff;
  border-radius: 20px;
  padding: 18px 16px 16px;
}
.kx-rd-kicker {
  color: #FF6B1A;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.kx-rd-hero > b {
  display: block;
  margin: 8px 0 6px;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 22px;
  font-weight: 400;
}
.kx-rd-hero p { color: #ffffffb8; font-size: 13px; margin: 0 0 16px; }
.kx-rd-in {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 12px;
  background: #0d1628;
  color: #fff;
  padding: 0 14px;
  font-family: "Archivo Black", Impact, sans-serif;
  letter-spacing: .08em;
  font-size: 16px;
  margin-bottom: 10px;
}
.kx-rd-go {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #FF8A3D 0%, #FF6B1A 100%);
  color: #fff;
  font-family: "Archivo Black", Impact, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(255,107,26,.28);
}
.kx-rd-go:disabled { opacity: .45; }

.kx-rd-won {
  margin-top: 14px;
  background: #fff;
  border: 1.5px solid #E5D6B5;
  border-radius: 16px;
  padding: 18px 16px;
  text-align: center;
}
.kx-rd-won b {
  display: block;
  color: #2FBF71;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 6px;
}
.kx-rd-won span { display: block; color: #8A7A5E; font-size: 13px; margin-bottom: 12px; }
.kx-rd-ok {
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 12px;
  background: #14213D;
  color: #fff;
  font-weight: 800;
}

body.kx-on-rd .bottomnav {
  background: #FFF1D6 !important;
  border-top: 1px solid #E5D6B5 !important;
}
body.kx-on-rd .nav-pill { background: #14213D !important; }
body.kx-on-rd .nav-content.active,
body.kx-on-rd .nav-item:has(.active) .nav-content,
body.kx-on-rd .nav-content.active .nav-label { color: #FF6B1A !important; }
