/* Stage1048 approved unified premium header shell */
:root {
  --stage1048-ivory: #fffdfc;
  --stage1048-blush: #fff6f7;
  --stage1048-plum: #402133;
  --stage1048-muted: #705866;
  --stage1048-rose: #a0476a;
  --stage1048-line: rgba(154, 76, 106, .17);
  --stage1048-shadow: 0 16px 44px rgba(91, 43, 67, .09);
}

body.lt-en-shell .lt-header.lt-en-header[data-stage1048-header-shell="premium-light"] {
  position: sticky !important;
  top: 0 !important;
  z-index: 3600 !important;
  box-sizing: border-box !important;
  padding: 8px 12px 10px !important;
  overflow: visible !important;
  border: 0 !important;
  background: rgba(255, 253, 252, .94) !important;
  box-shadow: none !important;
  backdrop-filter: saturate(1.04) blur(14px) !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(142px, 188px) minmax(0, 1fr) 44px auto !important;
  grid-template-areas: "logo nav search auth" !important;
  align-items: center !important;
  width: min(1500px, calc(100vw - 24px)) !important;
  max-width: 1500px !important;
  min-height: 70px !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 9px 16px !important;
  gap: 12px !important;
  overflow: visible !important;
  border: 1px solid var(--stage1048-line) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 94% 12%, rgba(235, 185, 201, .12), transparent 26%),
    rgba(255, 255, 255, .88) !important;
  box-shadow: var(--stage1048-shadow) !important;
  isolation: isolate !important;
  contain: none !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-logo {
  grid-area: logo !important;
  display: flex !important;
  align-items: center !important;
  justify-self: start !important;
  width: min(174px, 100%) !important;
  max-width: 174px !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-logo-img {
  display: block !important;
  width: 100% !important;
  max-width: 174px !important;
  height: auto !important;
  max-height: 48px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav {
  grid-area: nav !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none !important;
  overscroll-behavior-x: contain !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav::-webkit-scrollbar {
  display: none !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav ul {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  min-width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: clamp(12px, 1.45vw, 25px) !important;
  overflow: visible !important;
  white-space: nowrap !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav li,
body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-nav .lt-nav-mobile-dock-only {
  display: list-item !important;
  flex: 0 0 auto !important;
  list-style: none !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 16px !important;
  color: #653852 !important;
  background: transparent !important;
  font-size: clamp(12px, 1vw, 13.5px) !important;
  font-weight: 600 !important;
  letter-spacing: -.012em !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
  transition: color .18s ease, background .18s ease, padding .18s ease !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a:hover {
  color: var(--stage1048-rose) !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a.active,
body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a[aria-current="page"] {
  padding: 0 15px !important;
  color: #9f3f67 !important;
  background: #fae9ef !important;
  font-weight: 800 !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-search {
  grid-area: search !important;
  position: relative !important;
  z-index: 8 !important;
  display: block !important;
  justify-self: end !important;
  width: 44px !important;
  max-width: none !important;
  min-width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(154, 76, 106, .15) !important;
  border-radius: 15px !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 8px 24px rgba(91, 43, 67, .075) !important;
  transition: width .2s ease, box-shadow .2s ease, border-color .2s ease !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-search:focus-within {
  width: min(310px, 32vw) !important;
  border-color: rgba(160, 71, 106, .34) !important;
  box-shadow: 0 12px 34px rgba(91, 43, 67, .14) !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-search > span {
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  z-index: 2 !important;
  display: block !important;
  width: 44px !important;
  height: 44px !important;
  pointer-events: none !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-search > span::before {
  content: "" !important;
  position: absolute !important;
  left: 13px !important;
  top: 12px !important;
  width: 13px !important;
  height: 13px !important;
  border: 2px solid #7b405f !important;
  border-radius: 50% !important;
  background: transparent !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-search > span::after {
  content: "" !important;
  position: absolute !important;
  left: 27px !important;
  top: 27px !important;
  width: 8px !important;
  height: 2px !important;
  border-radius: 2px !important;
  background: #7b405f !important;
  transform: rotate(45deg) !important;
  transform-origin: left center !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-search input {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 12px 0 43px !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: transparent !important;
  caret-color: transparent !important;
  font-size: 13px !important;
  cursor: pointer !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-search input::placeholder {
  color: transparent !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-search:focus-within input {
  color: var(--stage1048-plum) !important;
  caret-color: var(--stage1048-plum) !important;
  cursor: text !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-search:focus-within input::placeholder {
  color: #9a7a89 !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-auth {
  grid-area: auth !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  justify-self: end !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: visible !important;
  white-space: nowrap !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-auth.is-signed-in {
  flex: 0 0 auto !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-account-cluster {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 9px !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-header-coin-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  min-width: 72px !important;
  height: 44px !important;
  padding: 0 13px !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(154, 76, 106, .15) !important;
  border-radius: 15px !important;
  color: #5a2e47 !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 8px 24px rgba(91, 43, 67, .07) !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-header-coin-link:hover {
  border-color: rgba(160, 71, 106, .3) !important;
  background: #fff8fa !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-header-coin-mark {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  flex: 0 0 22px !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  color: #a0476a !important;
  background:
    radial-gradient(circle at 30% 25%, #fff8f0 0 18%, transparent 19%),
    linear-gradient(145deg, #f8d9d8, #efb9c5) !important;
  box-shadow: inset 0 0 0 1px rgba(160, 71, 106, .14) !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-header-coin-mark::before {
  content: "✦" !important;
  font-size: 10px !important;
  line-height: 1 !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-account-menu {
  width: 64px !important;
  max-width: 64px !important;
  min-width: 64px !important;
  overflow: visible !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-account-trigger {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 64px !important;
  max-width: 64px !important;
  min-width: 64px !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 20px 0 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--stage1048-plum) !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-account-trigger-avatar {
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  flex: 0 0 44px !important;
  border: 1px solid rgba(154, 76, 106, .15) !important;
  border-radius: 50% !important;
  color: #5a2e47 !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 8px 24px rgba(91, 43, 67, .075) !important;
  font-family: var(--sans) !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  line-height: 1 !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-account-trigger::after {
  content: "" !important;
  position: absolute !important;
  right: 2px !important;
  top: 18px !important;
  width: 7px !important;
  height: 7px !important;
  border-right: 1.75px solid #74415d !important;
  border-bottom: 1.75px solid #74415d !important;
  background: transparent !important;
  opacity: .9 !important;
  transform: rotate(45deg) !important;
  transition: transform .18s ease !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-account-menu.is-open .lt-account-trigger::after,
body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-account-menu:focus-within .lt-account-trigger::after {
  transform: translateY(4px) rotate(225deg) !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-account-dropdown {
  top: calc(100% + 10px) !important;
  right: 0 !important;
  width: 304px !important;
  max-width: min(304px, calc(100vw - 24px)) !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-account-trigger-email,
body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-account-trigger-coins {
  display: none !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-dailynav,
body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-horoscope-strip {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  box-sizing: border-box !important;
  width: min(1500px, calc(100vw - 24px)) !important;
  max-width: 1500px !important;
  min-height: 42px !important;
  height: auto !important;
  margin: 8px auto 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  border: 1px solid rgba(154, 76, 106, .12) !important;
  border-radius: 18px !important;
  background: rgba(255, 249, 250, .9) !important;
  box-shadow: 0 8px 26px rgba(91, 43, 67, .045) !important;
  scrollbar-width: none !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-dailynav::-webkit-scrollbar,
body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-horoscope-strip::-webkit-scrollbar {
  display: none !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-dailynav ul,
body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-horoscope-strip ul {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  min-width: max-content !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  gap: clamp(18px, 2vw, 34px) !important;
  white-space: nowrap !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-dailynav a,
body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-horoscope-strip a {
  color: #75405c !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] :where(a, button, input):focus-visible {
  outline: 3px solid #3c7898 !important;
  outline-offset: 3px !important;
}

@media (max-width: 1240px) and (min-width: 1025px) {
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar {
    grid-template-columns: minmax(134px, 166px) minmax(0, 1fr) 42px auto !important;
    gap: 9px !important;
    padding-inline: 13px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-logo,
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-logo-img {
    max-width: 158px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav ul {
    gap: 12px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a {
    font-size: 12px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a.active,
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a[aria-current="page"] {
    padding-inline: 11px !important;
  }
}

@media (max-width: 1024px) {
  html body.lt-en-shell .lt-header.lt-en-header[data-stage1048-header-shell="premium-light"] > .lt-mainbar {
    grid-template-columns: minmax(0, 1fr) 44px auto !important;
    grid-template-areas:
      "logo search auth"
      "nav nav nav" !important;
    grid-template-rows: 60px auto !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
  }

  body.lt-en-shell .lt-header.lt-en-header[data-stage1048-header-shell="premium-light"] {
    position: relative !important;
    top: auto !important;
    padding: 8px 10px 10px !important;
    background: var(--stage1048-ivory) !important;
    backdrop-filter: none !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar {
    grid-template-columns: minmax(0, 1fr) 44px auto !important;
    grid-template-areas:
      "logo search auth"
      "nav nav nav" !important;
    grid-template-rows: 60px auto !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 10px 9px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar::before {
    content: "" !important;
    position: absolute !important;
    z-index: -1 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    height: 60px !important;
    border: 1px solid var(--stage1048-line) !important;
    border-radius: 24px !important;
    background:
      radial-gradient(circle at 94% 12%, rgba(235, 185, 201, .14), transparent 30%),
      rgba(255, 255, 255, .92) !important;
    box-shadow: var(--stage1048-shadow) !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-logo {
    align-self: center !important;
    width: min(168px, 100%) !important;
    max-width: 168px !important;
    margin-left: 12px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-logo-img {
    max-width: 168px !important;
    max-height: 45px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-search {
    align-self: center !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    border-radius: 14px !important;
  }

  html body.lt-en-shell .lt-header.lt-en-header[data-stage1048-header-shell="premium-light"] > .lt-mainbar > .lt-search {
    grid-area: search !important;
    display: block !important;
    visibility: visible !important;
    width: 42px !important;
    min-width: 42px !important;
    max-width: none !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-search > span,
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-search input {
    height: 42px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-search:focus-within {
    position: absolute !important;
    z-index: 30 !important;
    left: 8px !important;
    right: auto !important;
    top: 8px !important;
    width: calc(100vw - 44px) !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-auth {
    align-self: center !important;
    margin-right: 10px !important;
  }

  html body.lt-en-shell .lt-header.lt-en-header[data-stage1048-header-shell="premium-light"] > .lt-mainbar > .lt-auth,
  html body.lt-en-shell .lt-header.lt-en-header[data-stage1048-header-shell="premium-light"] > .lt-mainbar > .lt-auth.is-signed-in {
    grid-area: auth !important;
    display: flex !important;
    visibility: visible !important;
    width: auto !important;
    min-width: 72px !important;
    max-width: none !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-auth.is-signed-in {
    display: flex !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-account-cluster {
    gap: 0 !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-account-menu {
    display: none !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-header-coin-link {
    min-width: 72px !important;
    height: 42px !important;
    padding-inline: 12px !important;
    border-radius: 14px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-header-coin-link > span {
    display: inline-flex !important;
    visibility: visible !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-lang-switcher {
    display: none !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-auth:not(.is-signed-in) {
    display: none !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav {
    align-self: start !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav ul {
    justify-content: flex-start !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: 8px !important;
    padding: 0 1px 2px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav li {
    display: list-item !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav li.lt-nav-mobile-dock-only {
    display: none !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a {
    min-height: 38px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(154, 76, 106, .13) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .86) !important;
    box-shadow: 0 7px 20px rgba(91, 43, 67, .045) !important;
    font-size: 12.5px !important;
    font-weight: 750 !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-dailynav,
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-horoscope-strip {
    width: 100% !important;
    min-height: 40px !important;
    margin-top: 8px !important;
    border-radius: 17px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-dailynav ul,
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-horoscope-strip ul {
    justify-content: flex-start !important;
    width: max-content !important;
    min-width: max-content !important;
    height: 38px !important;
    padding-inline: 16px 42px !important;
    gap: 28px !important;
  }

  body.lt-en-shell .lt-mobile-top-actions {
    gap: 8px !important;
    padding: 8px !important;
    overflow-x: auto !important;
    border: 1px solid var(--stage1048-line) !important;
    border-radius: 20px !important;
    background: rgba(255, 253, 252, .96) !important;
    box-shadow: var(--stage1048-shadow) !important;
    backdrop-filter: blur(14px) !important;
  }

  body.lt-en-shell .lt-mobile-top-actions__item {
    min-height: 38px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(154, 76, 106, .13) !important;
    border-radius: 999px !important;
    color: #653852 !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  body.lt-en-shell .lt-mobile-action-dock[data-stage1048-mobile-dock="unified"] {
    left: 50% !important;
    right: auto !important;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
    width: min(720px, calc(100% - 20px)) !important;
    max-width: 720px !important;
    min-height: 72px !important;
    padding: 8px !important;
    overflow: hidden !important;
    border: 1px solid rgba(86, 52, 72, .14) !important;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 -10px 34px rgba(45, 24, 39, .13) !important;
    backdrop-filter: blur(16px) !important;
    transform: translateX(-50%) !important;
  }

  body.lt-en-shell .lt-mobile-action-dock[data-stage1048-mobile-dock="unified"] .lt-mobile-action-dock__item {
    min-height: 54px !important;
    border-radius: 16px !important;
    color: #68415f !important;
  }

  body.lt-en-shell .lt-mobile-action-dock[data-stage1048-mobile-dock="unified"] .lt-mobile-action-dock__icon {
    background: #f7edf3 !important;
    color: #7b4466 !important;
  }

  body.lt-en-shell .lt-mobile-action-dock[data-stage1048-mobile-dock="unified"] .lt-mobile-action-dock__item.is-active {
    color: #9f3f67 !important;
    background: #fae9ef !important;
    box-shadow: 0 8px 20px rgba(122, 63, 103, .1) !important;
  }

  body.lt-en-shell .lt-mobile-action-dock[data-stage1048-mobile-dock="unified"] .lt-mobile-action-dock__item.is-active .lt-mobile-action-dock__icon {
    background: #f7dbe7 !important;
    color: #9f3f67 !important;
  }
}

@media (max-width: 620px) {
  body.lt-en-shell .lt-header.lt-en-header[data-stage1048-header-shell="premium-light"] {
    padding-inline: 8px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-logo {
    width: min(154px, 100%) !important;
    max-width: 154px !important;
    margin-left: 10px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-logo-img {
    max-width: 154px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-auth {
    margin-right: 8px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-header-coin-link {
    min-width: 68px !important;
    padding-inline: 10px !important;
    font-size: 13px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-header-coin-mark {
    flex-basis: 20px !important;
    width: 20px !important;
    height: 20px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a {
    min-height: 36px !important;
    padding-inline: 13px !important;
    font-size: 12px !important;
  }

  body.lt-en-shell .lt-mobile-action-dock[data-stage1048-mobile-dock="unified"] {
    bottom: calc(8px + env(safe-area-inset-bottom, 0px)) !important;
    width: calc(100% - 16px) !important;
    border-radius: 22px !important;
  }
}

@media (max-width: 370px) {
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar {
    grid-template-columns: minmax(0, 1fr) 40px auto !important;
    gap: 7px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-logo,
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-logo-img {
    max-width: 140px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-search {
    width: 40px !important;
    min-width: 40px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-header-coin-link {
    min-width: 62px !important;
    padding-inline: 8px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.lt-en-shell .lt-header[data-stage1048-header-shell] *,
  body.lt-en-shell .lt-mobile-action-dock[data-stage1048-mobile-dock="unified"] * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* /Stage1048 approved unified premium header shell */

/* Stage1048 owner-reference fidelity correction */
body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-header-coin-mark {
  overflow: hidden !important;
  background-color: #fff4ee !important;
  background-image: url("/logo-icon.svg") !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: cover !important;
  box-shadow: none !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-search > span {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-header-coin-mark::before {
  content: none !important;
}

@media (min-width: 1025px) {
  /* Stage1048 desktop warm ivory blush */
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar {
    min-height: 76px !important;
    padding: 10px 18px !important;
    gap: 14px !important;
    border-radius: 30px !important;
    border-color: rgba(154, 76, 106, .22) !important;
    background:
      radial-gradient(circle at 91% 12%, rgba(223, 150, 176, .22), transparent 31%),
      linear-gradient(108deg, #fff8f6 0%, #fdf1f3 57%, #fbecef 100%) !important;
    box-shadow:
      0 16px 42px rgba(91, 43, 67, .11),
      inset 0 1px 0 rgba(255, 255, 255, .78) !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav ul {
    gap: clamp(14px, 1.3vw, 23px) !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a {
    min-height: 44px !important;
    font-size: 14px !important;
    font-weight: 560 !important;
    letter-spacing: -.018em !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a.active,
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a[aria-current="page"] {
    padding-inline: 17px !important;
    border-radius: 17px !important;
    background: linear-gradient(180deg, #fceef3, #f9e5ed) !important;
    box-shadow: 0 8px 22px rgba(145, 66, 98, .08) !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-search {
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    border-radius: 17px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-search > span,
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-search input {
    width: 48px !important;
    height: 48px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-search > span::before {
    left: 15px !important;
    top: 14px !important;
    width: 12px !important;
    height: 12px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-search > span::after {
    left: 28px !important;
    top: 28px !important;
    width: 8px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-header-coin-link {
    min-width: 84px !important;
    height: 48px !important;
    padding-inline: 14px !important;
    gap: 8px !important;
    border-radius: 17px !important;
    font-size: 15px !important;
    font-weight: 760 !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-header-coin-mark {
    flex-basis: 23px !important;
    width: 23px !important;
    height: 23px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-account-menu,
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-account-trigger {
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    height: 48px !important;
    min-height: 48px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-account-trigger {
    padding-right: 22px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-account-trigger-avatar {
    width: 48px !important;
    height: 48px !important;
    flex-basis: 48px !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    box-shadow: 0 9px 25px rgba(91, 43, 67, .08) !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-account-trigger::after {
    right: 1px !important;
    top: 19px !important;
    width: 8px !important;
    height: 8px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-dailynav,
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-horoscope-strip {
    min-height: 50px !important;
    border-radius: 25px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-dailynav a,
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-horoscope-strip a {
    font-size: 13.5px !important;
    font-weight: 540 !important;
  }
}

@media (max-width: 1024px) {
  body.lt-en-shell .lt-header.lt-en-header[data-stage1048-header-shell="premium-light"] {
    padding: 12px 14px 12px !important;
    background: #fffdfc !important;
  }

  html body.lt-en-shell .lt-header.lt-en-header[data-stage1048-header-shell="premium-light"] > .lt-mainbar {
    grid-template-columns: minmax(0, 1fr) 40px 68px !important;
    grid-template-areas:
      "logo search auth"
      "nav nav nav" !important;
    grid-template-rows: 62px 40px !important;
    column-gap: 9px !important;
    row-gap: 14px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar::before {
    height: 62px !important;
    border-radius: 25px !important;
    background:
      radial-gradient(circle at 91% 8%, rgba(235, 185, 201, .15), transparent 34%),
      rgba(255, 255, 255, .94) !important;
    box-shadow: 0 14px 40px rgba(91, 43, 67, .085) !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-logo {
    width: min(158px, 100%) !important;
    max-width: 158px !important;
    margin-left: 15px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-logo-img {
    max-width: 158px !important;
    max-height: 42px !important;
  }

  html body.lt-en-shell .lt-header.lt-en-header[data-stage1048-header-shell="premium-light"] > .lt-mainbar > .lt-search {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    border-radius: 15px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-search > span,
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-search input {
    width: 40px !important;
    height: 40px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-search > span::before {
    left: 13px !important;
    top: 12px !important;
    width: 11px !important;
    height: 11px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-search > span::after {
    left: 25px !important;
    top: 25px !important;
    width: 7px !important;
  }

  html body.lt-en-shell .lt-header.lt-en-header[data-stage1048-header-shell="premium-light"] > .lt-mainbar > .lt-auth,
  html body.lt-en-shell .lt-header.lt-en-header[data-stage1048-header-shell="premium-light"] > .lt-mainbar > .lt-auth.is-signed-in {
    width: 68px !important;
    min-width: 68px !important;
    max-width: 68px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    margin-right: 10px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-header-coin-link {
    width: 68px !important;
    min-width: 68px !important;
    height: 40px !important;
    padding-inline: 9px !important;
    gap: 6px !important;
    border-radius: 15px !important;
    font-size: 14px !important;
    font-weight: 760 !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-header-coin-mark {
    flex-basis: 21px !important;
    width: 21px !important;
    height: 21px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav {
    height: 40px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav ul {
    justify-content: flex-start !important;
    width: max-content !important;
    min-width: 100% !important;
    height: 40px !important;
    padding: 0 !important;
    gap: 8px !important;
  }

  html body.lt-en-shell .lt-header.lt-en-header[data-stage1048-header-shell="premium-light"] > .lt-mainbar > nav.lt-nav > ul {
    display: flex !important;
    grid-template-columns: none !important;
    justify-content: flex-start !important;
    width: max-content !important;
    min-width: max-content !important;
  }

  html body.lt-en-shell .lt-header.lt-en-header[data-stage1048-header-shell="premium-light"] > .lt-mainbar > nav.lt-nav > ul > li {
    display: list-item !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  html body.lt-en-shell .lt-header.lt-en-header[data-stage1048-header-shell="premium-light"] > .lt-mainbar > nav.lt-nav > ul > li.lt-nav-mobile-dock-only {
    display: none !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav li {
    flex: 0 0 auto !important;
    width: auto !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a {
    box-sizing: border-box !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 40px !important;
    padding-inline: 17px !important;
    border: 1px solid rgba(154, 76, 106, .15) !important;
    border-radius: 17px !important;
    color: #4f2a42 !important;
    background: rgba(255, 255, 255, .72) !important;
    box-shadow: 0 8px 22px rgba(91, 43, 67, .055) !important;
    font-size: 15px !important;
    font-weight: 520 !important;
    line-height: 1 !important;
    letter-spacing: -.018em !important;
    white-space: nowrap !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a[data-vt-route="readingsReportsTarotReadings"],
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a[data-vt-route="tarot"],
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a[data-vt-route="horoscopes"] {
    font-size: 0 !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a[data-vt-route="readingsReportsTarotReadings"]::before {
    content: "Readings" !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a[data-vt-route="tarot"]::before {
    content: "Guide" !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a[data-vt-route="horoscopes"]::before {
    content: "Horoscope" !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a[data-vt-route="readingsReportsTarotReadings"]::after,
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a[data-vt-route="tarot"]::after,
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a[data-vt-route="horoscopes"]::after {
    content: none !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a[data-vt-route="readingsReportsTarotReadings"] {
    min-width: 98px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a[data-vt-route="tarot"] {
    min-width: 76px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a[data-vt-route="loveAndCompatibility"] {
    min-width: 72px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a[data-vt-route="horoscopes"] {
    min-width: 112px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a[data-vt-route="astrology"] {
    min-width: 94px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a[data-vt-route="readingsReportsTarotReadings"]::before,
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a[data-vt-route="tarot"]::before,
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a[data-vt-route="horoscopes"]::before {
    font-size: 15px !important;
    line-height: 1 !important;
    color: #4f2a42 !important;
    -webkit-text-fill-color: #4f2a42 !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-dailynav,
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-horoscope-strip {
    position: relative !important;
    min-height: 42px !important;
    height: 42px !important;
    margin-top: 16px !important;
    overflow: hidden !important;
    border-radius: 17px !important;
    background: rgba(255, 255, 255, .74) !important;
    box-shadow: 0 10px 30px rgba(91, 43, 67, .05) !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-dailynav::after,
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-horoscope-strip::after {
    content: "›" !important;
    position: absolute !important;
    z-index: 3 !important;
    right: 0 !important;
    top: 0 !important;
    display: grid !important;
    place-items: center !important;
    width: 42px !important;
    height: 42px !important;
    border: 0 !important;
    color: #b694a2 !important;
    background: linear-gradient(90deg, rgba(255, 253, 252, 0), #fffdfc 42%) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 29px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    pointer-events: none !important;
    transform: none !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-dailynav ul,
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-horoscope-strip ul {
    height: 40px !important;
    padding-inline: 20px 52px !important;
    gap: 42px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-dailynav a,
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-horoscope-strip a {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #553049 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-weight: 520 !important;
    letter-spacing: -.015em !important;
  }

  body.lt-en-shell .lt-mobile-action-dock[data-stage1048-mobile-dock="unified"] {
    bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
    width: calc(100% - 20px) !important;
    max-width: 720px !important;
    min-height: 78px !important;
    padding: 7px 6px !important;
    border-color: rgba(92, 54, 75, .13) !important;
    border-radius: 27px !important;
    background: rgba(255, 255, 255, .97) !important;
    box-shadow: 0 -11px 38px rgba(45, 24, 39, .12) !important;
  }

  body.lt-en-shell .lt-mobile-action-dock[data-stage1048-mobile-dock="unified"] .lt-mobile-action-dock__item {
    min-height: 64px !important;
    gap: 3px !important;
    border-radius: 19px !important;
    color: #4d2942 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.lt-en-shell .lt-mobile-action-dock[data-stage1048-mobile-dock="unified"] .lt-mobile-action-dock__icon {
    width: 29px !important;
    height: 29px !important;
    min-width: 29px !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #4d2942 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.lt-en-shell .lt-mobile-action-dock[data-stage1048-mobile-dock="unified"] .lt-mobile-action-dock__icon svg {
    width: 27px !important;
    height: 27px !important;
    stroke-width: 1.65 !important;
  }

  body.lt-en-shell .lt-mobile-action-dock[data-stage1048-mobile-dock="unified"] .lt-mobile-action-dock__label {
    font-size: 13px !important;
    font-weight: 560 !important;
    line-height: 1 !important;
  }

  body.lt-en-shell .lt-mobile-action-dock[data-stage1048-mobile-dock="unified"] .lt-mobile-action-dock__item.is-active {
    color: #b5456f !important;
    background: linear-gradient(180deg, #fceef3, #fae4ec) !important;
    box-shadow: 0 8px 22px rgba(145, 66, 98, .09) !important;
  }

  body.lt-en-shell .lt-mobile-action-dock[data-stage1048-mobile-dock="unified"] .lt-mobile-action-dock__item.is-active .lt-mobile-action-dock__icon {
    color: #b5456f !important;
    background: transparent !important;
  }

  html body.lt-en-shell .lt-mobile-top-actions {
    border-radius: 22px !important;
    background: rgba(255, 255, 255, .97) !important;
  }

  html body.lt-en-shell .lt-mobile-top-actions__item {
    border-radius: 16px !important;
    font-size: 14px !important;
    font-weight: 540 !important;
  }
}

@media (max-width: 390px) {
  html body.lt-en-shell .lt-header.lt-en-header[data-stage1048-header-shell="premium-light"] > .lt-mainbar {
    grid-template-columns: minmax(0, 1fr) 38px 65px !important;
    column-gap: 7px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-logo,
  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-logo-img {
    max-width: 150px !important;
  }

  body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-mainbar > .lt-nav a {
    padding-inline: 16px !important;
  }
}
/* /Stage1048 owner-reference fidelity correction */

/* Stage1048 search pointer-target repair */
body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-search input {
  position: relative !important;
  z-index: 3 !important;
  pointer-events: auto !important;
}

body.lt-en-shell .lt-header[data-stage1048-header-shell] .lt-search:focus-within input {
  width: 100% !important;
  max-width: none !important;
}

html body.lt-en-shell .lt-header.lt-en-header[data-stage1048-header-shell="premium-light"] > .lt-mainbar > .lt-search:focus-within input {
  width: 100% !important;
  max-width: none !important;
}

html body.lt-en-shell .lt-header.lt-en-header[data-stage1048-header-shell="premium-light"] > .lt-mainbar > .lt-search:focus-within {
  width: min(310px, 32vw) !important;
  min-width: 0 !important;
  max-width: none !important;
}

@media (max-width: 1024px) {
  html body.lt-en-shell .lt-header.lt-en-header[data-stage1048-header-shell="premium-light"] > .lt-mainbar > .lt-search:focus-within {
    position: fixed !important;
    z-index: 2147482500 !important;
    left: 22px !important;
    right: auto !important;
    top: 20px !important;
    width: calc(100vw - 44px) !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}
/* /Stage1048 search pointer-target repair */
