
/* My Plans locker — hide stock React chrome, show rebuilt layout */
.page-pad.kx-myplans,
body.kx-on-myplans,
body.kx-on-myplans .shell,
body.kx-on-myplans .shell-main {
  background: radial-gradient(120% 80% at 50% 0%, #FFF1D6 0%, #FFD9A3 100%) !important;
}
body.kx-on-myplans .shell-main { padding-top: 0 !important; }

.kx-myplans {
  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-myplans > *:not(.kx-mp) { display: none !important; }

.kx-mp { color: #14213D; }

.kx-mp-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.kx-mp-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-mp-top .kh-logo { width: 40px; height: 40px; object-fit: contain; }
.kx-mp-top b {
  display: block;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.kx-mp-top span { display: block; color: #8A7A5E; font-size: 12px; margin-top: 1px; }

.kx-mp-hero {
  background: #14213D;
  color: #fff;
  border-radius: 20px;
  padding: 18px 16px 16px;
  margin-bottom: 14px;
}
.kx-mp-kicker {
  color: #FF6B1A;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.kx-mp-big {
  margin: 6px 0 4px;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}
.kx-mp-big small { font-size: 14px; color: #ffffffb8; }
.kx-mp-sub { color: #ffffffb0; font-size: 13px; }

.kx-mp-tabs {
  display: flex;
  gap: 8px;
  margin: 0 0 16px;
}
.kx-mp-tabs button {
  background: #fff;
  color: #8A7A5E;
  border: 1.5px solid #E5D6B5;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
}
.kx-mp-tabs button.on {
  background: linear-gradient(180deg, #FF8A3D 0%, #FF6B1A 100%);
  border-color: transparent;
  color: #fff;
}

.kx-mp-list { display: flex; flex-direction: column; gap: 12px; }

.kx-mp-card {
  background: #fff;
  border: 1.5px solid #E5D6B5;
  border-radius: 18px;
  overflow: hidden;
}
.kx-mp-pic {
  height: 140px;
  background: #FFF1D6;
  display: grid;
  place-items: center;
}
.kx-mp-pic img {
  max-width: 72%;
  max-height: 120px;
  object-fit: contain;
}
.kx-mp-info { padding: 12px 14px 14px; }
.kx-mp-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}
.kx-mp-name b {
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.kx-mp-name em {
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
  border-radius: 999px;
  padding: 4px 9px;
}
.kx-mp-name em.on { background: #14213D; color: #fff; }
.kx-mp-name em.off { background: #F3E6C8; color: #8A7A5E; }

.kx-mp-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.kx-mp-stats span {
  display: block;
  color: #FF6B1A;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.kx-mp-stats b { display: block; font-size: 13px; color: #14213D; }
.kx-mp-note { margin-top: 8px; color: #8A7A5E; font-size: 12px; }

.kx-mp-claim {
  width: 100%;
  height: 46px;
  margin-top: 12px;
  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;
  font-size: 13px;
  box-shadow: 0 8px 18px rgba(255,107,26,.28);
}
.kx-mp-claim:disabled {
  background: #F3E6C8;
  color: #8A7A5E;
  box-shadow: none;
}

.kx-admodal {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: #000a;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.kx-admodal-sheet {
  width: 100%;
  max-width: 460px;
  background: #FFF8EC;
  border-radius: 22px 22px 0 0;
  padding: 12px 16px calc(18px + env(safe-area-inset-bottom));
}
.kx-admodal-handle {
  width: 40px; height: 4px; border-radius: 99px;
  background: #E5D6B5; margin: 4px auto 12px;
}
.kx-admodal h3 {
  font-family: "Archivo Black", Impact, sans-serif;
  font-weight: 400;
  color: #14213D;
  margin: 0 0 6px;
}
.kx-admodal p { color: #8A7A5E; font-size: 13px; }
.kx-adcard {
  display: block;
  background: #fff;
  border: 1.5px solid #E5D6B5;
  border-radius: 14px;
  padding: 12px;
  margin-bottom: 8px;
  color: #14213D;
  text-decoration: none;
}
.kx-adcard .tag { color: #FF6B1A; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.kx-adcard b { display: block; margin: 4px 0 2px; }
.kx-adcard small { color: #8A7A5E; }
.kx-admodal .go {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #FF8A3D 0%, #FF6B1A 100%);
  color: #fff;
  font-family: "Archivo Black", Impact, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-top: 8px;
}
.kx-admodal .go:disabled { opacity: .4; }
.kx-admodal .skip {
  width: 100%;
  height: 42px;
  border: 0;
  background: transparent;
  color: #8A7A5E;
  font-weight: 700;
  margin-top: 4px;
}
.kx-admodal .ok { color: #2FBF71; font-weight: 700; font-size: 13px; margin-bottom: 8px; }

.kx-mp-empty {
  background: #fff;
  border: 1.5px solid #E5D6B5;
  border-radius: 18px;
  padding: 28px 18px;
  text-align: center;
}
.kx-mp-empty b {
  display: block;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 6px;
}
.kx-mp-empty p { color: #8A7A5E; font-size: 13px; margin: 0 0 16px; }
.kx-mp-go {
  width: 100%;
  height: 50px;
  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);
}

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


/* Claim button on My Plans — force locker CTA look */
.kx-mp-card .kx-mp-claim,
button.kx-mp-claim,
.kx-myplans .kx-mp-claim {
  display: block !important;
  width: 100% !important;
  height: 48px !important;
  margin-top: 12px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, #FF8A3D 0%, #FF6B1A 100%) !important;
  color: #fff !important;
  font-family: "Archivo Black", Impact, sans-serif !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  box-shadow: 0 8px 18px rgba(255,107,26,.28) !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.kx-mp-card .kx-mp-claim:disabled,
button.kx-mp-claim:disabled {
  background: #F3E6C8 !important;
  color: #8A7A5E !important;
  box-shadow: none !important;
}
.kx-claim-btn {
  display: none !important;
}
.kx-claim-pending { display: none !important; }
