/* GNOSI · First-run tour shell — overlay only, does not restyle live screens */

.gn-tour-on {
  overflow: hidden !important;
}

body.gn-tour-home {
  overflow: auto !important;
}

/* Match lock: dim everything except the tour ticket */
body.gn-tour-home #hv2-hero,
body.gn-tour-home .ticker,
body.gn-tour-home .tb-profile,
body.gn-tour-home .zone-hdr,
body.gn-tour-home .discover-card,
body.gn-tour-home .hv2-ticket:not(.gn-tour-match) {
  opacity: 0.2;
  pointer-events: none !important;
  filter: grayscale(0.35) brightness(0.42);
}

body.gn-tour-home .gn-tour-pin {
  position: relative;
  z-index: 3;
  margin: 160px 12px 20px;
}

body.gn-tour-home .gn-tour-match {
  opacity: 1 !important;
  filter: none !important;
  pointer-events: auto !important;
  box-shadow:
    0 0 0 2px rgba(0, 245, 160, 0.55),
    0 0 36px rgba(0, 245, 160, 0.32);
}

body.gn-tour-home .gn-tour-match .hv2-stub-cta {
  animation: gnTourCtaBlink 1.15s ease-in-out infinite;
}

body.gn-tour-home .gn-tour-match .hv2-stub-plate {
  animation: gnTourCtaBlink 1.15s ease-in-out infinite;
}

@keyframes gnTourCtaBlink {
  0%, 100% {
    filter: brightness(1);
    box-shadow: 0 0 0 0 rgba(0, 245, 160, 0.15);
  }
  50% {
    filter: brightness(1.45);
    box-shadow: 0 0 18px 4px rgba(0, 245, 160, 0.55);
  }
}

body.gn-guest-demo #splashScreen {
  opacity: 0 !important;
  pointer-events: none !important;
}

.gn-tour-intro {
  position: fixed;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 22px calc(36px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(5, 7, 12, 0.18) 0%, rgba(5, 7, 12, 0.72) 58%, rgba(5, 7, 12, 0.88) 100%);
  pointer-events: auto;
  animation: gnTourIntroIn 0.5s ease both;
}

.gn-tour-intro.is-out {
  animation: gnTourIntroOut 0.4s ease forwards;
  pointer-events: none;
}

@keyframes gnTourIntroIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes gnTourIntroOut {
  to { opacity: 0; }
}

.gn-tour-intro-card {
  width: 100%;
  max-width: 360px;
  padding: 6px 4px 0;
  text-align: left;
  animation: gnTourIntroCardIn 0.55s cubic-bezier(0.22, 0.08, 0.28, 1) 0.08s both;
}

@keyframes gnTourIntroCardIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

.gn-tour-intro-k {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #00f5a0;
  margin-bottom: 10px;
}

.gn-tour-intro-t {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.1rem, 9vw, 2.7rem);
  letter-spacing: 0.04em;
  line-height: 0.92;
  margin: 0 0 10px;
}

.gn-tour-intro-card p {
  font-family: Barlow, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(232, 236, 244, 0.78);
  margin: 0 0 20px;
  max-width: 20em;
}

.gn-tour-intro .gn-tour-cta {
  animation: none;
}

.gn-tour-welcome {
  position: absolute;
  top: calc(52px + env(safe-area-inset-top));
  left: 12px;
  right: 12px;
  z-index: 2;
  pointer-events: none;
  max-width: 26rem;
  margin: 0 auto;
  padding: 14px 16px 15px;
  border-radius: 16px;
  background: rgba(5, 7, 12, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.gn-tour-welcome-k {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.85rem;
  letter-spacing: 0.04em;
  line-height: 0.95;
  margin-bottom: 8px;
  color: #e8ecf4;
}

.gn-tour-welcome p {
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(232, 236, 244, 0.78);
  margin: 0 0 8px;
}

.gn-tour-welcome-q {
  color: #00f5a0 !important;
  font-weight: 600;
  margin-bottom: 0 !important;
}

.gn-tour-hint {
  position: absolute;
  top: calc(52px + env(safe-area-inset-top));
  left: 18px;
  right: 88px;
  z-index: 2;
  pointer-events: none;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #00f5a0;
}

.gn-tour-hint--foot {
  top: auto;
  bottom: calc(28px + env(safe-area-inset-bottom));
  left: 18px;
  right: 18px;
  text-align: center;
}

/* Purple Mini Reveal: only Αρχική */
body.gn-tour-purple #fp2RolesObs,
body.gn-tour-purple #fp2RolesMemory {
  opacity: 0.18 !important;
  pointer-events: none !important;
  filter: grayscale(0.55) brightness(0.55);
}

body.gn-tour-purple #fp2RolesHome {
  pointer-events: none !important;
  position: relative;
  z-index: 6;
  animation: none;
  box-shadow: none;
  opacity: 0.45;
}

body.gn-tour-purple.gn-tour-cd-done #fp2RolesHome {
  pointer-events: auto !important;
  opacity: 1 !important;
  animation: gnTourCtaBlink 1.15s ease-in-out infinite;
  box-shadow: 0 0 0 2px rgba(0, 245, 160, 0.55), 0 0 28px rgba(0, 245, 160, 0.4);
}

body.gn-tour-purple .gn-tour-reel {
  display: inline-block;
  overflow: hidden;
  height: 1em;
  min-width: 1.28em;
  vertical-align: baseline;
}

body.gn-tour-purple .gn-tour-reel-window {
  display: block;
  height: 1em;
  overflow: hidden;
}

body.gn-tour-purple .gn-tour-reel-strip {
  display: flex;
  flex-direction: column;
  will-change: transform;
}

body.gn-tour-purple .gn-tour-reel-cell {
  height: 1em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.gn-tour-purple .gn-tour-reel.is-spinning .gn-tour-reel-strip {
  filter: blur(0.55px);
}

body.gn-tour-purple.gn-tour-cd-done .fp2-roles-cd-ring {
  border-color: rgba(0, 245, 160, 0.7);
  box-shadow:
    0 0 18px rgba(0, 245, 160, 0.35),
    inset 0 0 18px rgba(0, 245, 160, 0.08);
}

body.gn-tour-purple.gn-tour-cd-done .fp2-roles-cd-lbl {
  color: #00f5a0;
}

body.gn-tour-memory #view-teams .mode-btn:not([data-mode="memory"]),
body.gn-tour-memory #scopeRow,
body.gn-tour-memory #view-teams .gn-search-wrap,
body.gn-tour-memory #memStateRow,
body.gn-tour-memory #libLineBtn {
  opacity: 0.22;
  pointer-events: none !important;
}

body.gn-tour-memory {
  overflow: auto !important;
}

body.gn-tour-memory .mem-ticket:not(.gn-tour-mem-ticket),
body.gn-tour-memory .sx-empty {
  opacity: 0.2;
  pointer-events: none !important;
  filter: grayscale(0.35) brightness(0.42);
}

body.gn-tour-memory .gn-tour-mem-ticket {
  opacity: 1 !important;
  filter: none !important;
  pointer-events: auto !important;
  box-shadow:
    0 0 0 2px rgba(0, 245, 160, 0.55),
    0 0 36px rgba(0, 245, 160, 0.32);
}

body.gn-tour-memory #view-teams .gn-tour-mem-ticket.is-open .mem-stub-cta {
  animation: gnTourCtaBlink 1.15s ease-in-out infinite !important;
  background: #00f5a0 !important;
  color: #05070c !important;
  box-shadow: 0 0 0 2px rgba(0, 245, 160, 0.55), 0 0 18px rgba(0, 245, 160, 0.55) !important;
}

body.gn-tour-on #view-reveal-lab-glass.view--active {
  z-index: 100001 !important;
}

body.gn-tour-on #view-reveal-lab-glass .gw-chapter--knowledge_mode .gw-player.gw-player--explore {
  pointer-events: auto !important;
  cursor: pointer !important;
}

body.gn-tour-on #view-reveal-lab-glass .gw-done-pill:not([hidden]) {
  animation: gnTourCtaBlink 1.15s ease-in-out infinite;
  border-color: rgba(0, 245, 160, 0.75);
  color: #00f5a0;
  box-shadow:
    0 0 0 2px rgba(0, 245, 160, 0.5),
    0 0 22px rgba(0, 245, 160, 0.55);
}

body.gn-tour-reveal #gnFirstRunRoot .gn-tour-hud {
  display: none;
}

#gnFirstRunRoot {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  font-family: 'Barlow Condensed', sans-serif;
  color: var(--txt, #e8ecf4);
}

#gnFirstRunRoot.is-on {
  display: block;
}

.gn-tour-scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 45% at 50% 8%, rgba(0, 245, 160, 0.10), transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 90%, rgba(61, 91, 254, 0.12), transparent 50%),
    #05070c;
}

.gn-tour-skip {
  position: relative;
  top: auto;
  right: auto;
  z-index: 2;
  flex-shrink: 0;
  background: rgba(5, 7, 12, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 999px;
  color: rgba(232, 236, 244, 0.72);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 8px 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.gn-tour-skip:active {
  color: #e8ecf4;
}

/* Live Pitch: overlay lets taps through except chrome / skip / continue */
body.gn-tour-on .bottomnav,
body.gn-tour-on #gnSandboxFab,
body.gn-tour-on #gnMygnosisIxFab,
body.gn-tour-on #gnSandboxSheet,
body.gn-tour-on #gnSandboxScrim {
  visibility: hidden !important;
  pointer-events: none !important;
}

body.gn-tour-nav .bottomnav,
body.gn-tour-pickmem .bottomnav,
body.gn-tour-memory .bottomnav,
body.gn-tour-myg .bottomnav,
body.gn-tour-mygview .bottomnav {
  visibility: visible !important;
}

body.gn-tour-nav .nav-item:not(#nav-teams) {
  opacity: 0.22;
  pointer-events: none !important;
  filter: grayscale(0.4);
}

body.gn-tour-nav #nav-teams {
  pointer-events: auto !important;
  opacity: 1 !important;
  filter: none !important;
  color: #00f5a0;
  animation: gnTourCtaBlink 1.15s ease-in-out infinite;
}

body.gn-tour-nav #view-home-v2,
body.gn-tour-nav .ticker,
body.gn-tour-nav .tb-profile {
  pointer-events: none !important;
  opacity: 0.38;
  filter: grayscale(0.25) brightness(0.7);
}

body.gn-tour-pickmem .nav-item,
body.gn-tour-memory .nav-item {
  pointer-events: none !important;
  opacity: 0.22;
}

body.gn-tour-pickmem #view-teams .mode-btn:not([data-mode="memory"]),
body.gn-tour-pickmem #scopeRow,
body.gn-tour-pickmem #view-teams .gn-search-wrap,
body.gn-tour-pickmem #hubView,
body.gn-tour-pickmem #mode-archive {
  opacity: 0.22;
  pointer-events: none !important;
}

body.gn-tour-pickmem #memLineBtn {
  pointer-events: auto !important;
  opacity: 1 !important;
  animation: gnTourCtaBlink 1.15s ease-in-out infinite;
}

body.gn-tour-nav .gn-tour-hint--foot,
body.gn-tour-pickmem .gn-tour-hint--foot,
body.gn-tour-memory .gn-tour-hint--foot,
body.gn-tour-myg .gn-tour-hint--foot,
body.gn-tour-mygview .gn-tour-hint--foot {
  bottom: calc(78px + env(safe-area-inset-bottom));
}

body.gn-tour-myg .nav-item:not(#nav-mygnosis),
body.gn-tour-myg .nav-center-wrap {
  pointer-events: none !important;
  opacity: 0.22;
  filter: grayscale(0.4);
}

body.gn-tour-myg #nav-mygnosis {
  pointer-events: auto !important;
  opacity: 1 !important;
  filter: none !important;
  color: #00f5a0;
  animation: gnTourCtaBlink 1.15s ease-in-out infinite;
}

body.gn-tour-myg #view-home-v2,
body.gn-tour-myg .ticker,
body.gn-tour-myg .tb-profile {
  pointer-events: none !important;
  opacity: 0.38;
  filter: grayscale(0.25) brightness(0.7);
}

body.gn-tour-mygview .nav-item,
body.gn-tour-mygview .nav-center-wrap {
  pointer-events: none !important;
  opacity: 0.22;
}

body.gn-tour-mygview .gn-tour-hint--foot {
  bottom: calc(132px + env(safe-area-inset-bottom));
}

body.gn-tour-mygview .gn-tour-cta--bar {
  bottom: calc(78px + env(safe-area-inset-bottom));
  animation: gnTourCtaBlink 1.15s ease-in-out infinite;
}

body.gn-tour-myg-last .gn-tour-hud .gn-tour-skip {
  animation: gnTourCtaBlink 1.15s ease-in-out infinite;
}

#gnFirstRunRoot.is-live {
  pointer-events: none;
  background: none;
  /* Do not cover the pitch — a full-screen overlay steals taps on Q3 */
  inset: auto;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
}

#gnFirstRunRoot.is-live .gn-tour-hud,
#gnFirstRunRoot.is-live .gn-tour-skip,
#gnFirstRunRoot.is-live .gn-tour-chrome,
#gnFirstRunRoot.is-live .gn-tour-cta,
#gnFirstRunRoot.is-live .gn-tour-intro {
  pointer-events: auto;
}

body.gn-tour-live .fp-btn-x {
  display: none !important;
}

.gn-tour-hud {
  position: absolute;
  top: max(10px, env(safe-area-inset-top));
  left: 12px;
  right: 12px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  pointer-events: none;
}

.gn-tour-chrome {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 12px 7px 14px;
  background: rgba(5, 7, 12, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.gn-tour-hud .gn-tour-chrome,
.gn-tour-hud .gn-tour-skip {
  pointer-events: auto;
}

/* Ctx questions sit under the tour overlay — keep dots from eating taps */
body.gn-tour-live #view-pitch-v2.view--active {
  z-index: 90000;
}

body.gn-tour-live #fp2Canvas:has(#fp2CtxLayer) #fp2Players,
body.gn-tour-live #fp2Canvas:has(#fp2CtxLayer) .fp-player {
  pointer-events: none !important;
}

body.gn-tour-live #fp2CtxLayer,
body.gn-tour-live #fp2CtxLayer .fp-ctx-btn,
body.gn-tour-live #fp2CtxLayer .fp-ctx-driver-chip,
body.gn-tour-live #fp2CtxLayer .fp-ctx-drivers-next {
  pointer-events: auto !important;
}

.gn-tour-cta--bar {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: calc(22px + env(safe-area-inset-bottom));
  width: auto;
}

.gn-tour-stage {
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding:
    calc(52px + env(safe-area-inset-top)) 22px
    calc(28px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
}

.gn-tour-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.gn-tour-step {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(232, 236, 244, 0.82);
}

.gn-tour-demo-tag {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #00f5a0;
  padding: 3px 7px;
  border: 1px solid rgba(0, 245, 160, 0.35);
  border-radius: 999px;
  background: rgba(0, 245, 160, 0.10);
}

.gn-tour-dots {
  display: flex;
  gap: 6px;
}

.gn-tour-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--dot, #fff) 22%, transparent);
}

.gn-tour-dot.is-done {
  background: var(--dot, #00f5a0);
  opacity: 0.72;
}

.gn-tour-dot.is-on {
  background: var(--dot, #00f5a0);
  box-shadow: 0 0 10px color-mix(in srgb, var(--dot, #00f5a0) 55%, transparent);
}

.gn-tour-kicker {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #00f5a0;
  margin-bottom: 8px;
}

.gn-tour-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.2rem, 10vw, 3.1rem);
  letter-spacing: 0.04em;
  line-height: 0.92;
  margin-bottom: 10px;
}

.gn-tour-copy {
  font-family: Barlow, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  color: var(--txt2, #8898b0);
  max-width: 22em;
}

.gn-tour-err {
  margin-top: 12px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  color: #ff5252;
}

.gn-tour-viz {
  flex: 1;
  min-height: 180px;
  margin: 22px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gn-tour-cta {
  position: relative;
  width: 100%;
  border: 1px solid rgba(0, 245, 160, 0.45);
  background: rgba(0, 245, 160, 0.12);
  color: #e8ecf4;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 16px 18px;
  border-radius: 2px;
  box-shadow:
    0 0 0 8px rgba(0, 245, 160, 0.06),
    0 0 28px rgba(0, 245, 160, 0.22);
  animation: gnTourPulse 1.8s ease-in-out infinite;
}

.gn-tour-cta:active {
  transform: scale(0.98);
}

@keyframes gnTourPulse {
  0%, 100% { box-shadow: 0 0 0 8px rgba(0, 245, 160, 0.06), 0 0 28px rgba(0, 245, 160, 0.22); }
  50% { box-shadow: 0 0 0 12px rgba(0, 245, 160, 0.10), 0 0 36px rgba(0, 245, 160, 0.34); }
}

/* ── Vote pitch stub ── */
.gn-tour-pitch {
  width: 100%;
  aspect-ratio: 3 / 3.4;
  max-height: 280px;
  border: 1px solid rgba(0, 230, 118, 0.22);
  background:
    radial-gradient(ellipse at 50% 50%, rgba(0, 230, 118, 0.10), transparent 60%),
    repeating-linear-gradient(
      0deg,
      rgba(0, 230, 118, 0.05) 0 1px,
      transparent 1px 28px
    ),
    #07140d;
  position: relative;
  overflow: hidden;
}

.gn-tour-pitch::before {
  content: '';
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.gn-tour-spot {
  position: absolute;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
  background: rgba(232, 236, 244, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.gn-tour-spot.is-hot {
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  background: #00f5a0;
  border-color: #00f5a0;
  box-shadow: 0 0 18px rgba(0, 245, 160, 0.7);
}

/* ── Memory ticket stub ── */
.gn-tour-ticket {
  width: 100%;
  padding: 18px 18px 16px;
  border: 1px solid rgba(0, 245, 160, 0.35);
  background: linear-gradient(180deg, rgba(0, 245, 160, 0.10), rgba(255, 255, 255, 0.03));
  box-shadow: 0 0 32px rgba(0, 245, 160, 0.18);
}

.gn-tour-ticket-k {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #00f5a0;
  margin-bottom: 8px;
}

.gn-tour-ticket-t {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.gn-tour-ticket-s {
  margin-top: 8px;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  color: var(--txt2, #8898b0);
}

/* ── Reveal stub ── */
.gn-tour-reveal {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.gn-tour-rev-card {
  padding: 16px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.gn-tour-rev-card.is-you {
  border-color: rgba(0, 245, 160, 0.4);
  background: rgba(0, 245, 160, 0.08);
}

.gn-tour-rev-l {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 8px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--txt2, #8898b0);
  margin-bottom: 8px;
}

.gn-tour-rev-n {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}

.gn-tour-rev-note {
  grid-column: 1 / -1;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  color: var(--txt2, #8898b0);
  padding-top: 4px;
}

/* ── My Gnosis stub ── */
.gn-tour-id {
  width: 100%;
  padding: 22px 18px;
  border: 1px solid rgba(155, 92, 255, 0.35);
  background:
    radial-gradient(ellipse at 20% 0%, rgba(155, 92, 255, 0.18), transparent 55%),
    rgba(255, 255, 255, 0.03);
}

.gn-tour-id-k {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #b388ff;
  margin-bottom: 10px;
}

.gn-tour-id-t {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 0.95;
}

.gn-tour-id-s {
  margin-top: 10px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  color: var(--txt2, #8898b0);
}
