body[data-route="home"][data-auth="signed-out"] .topbar{
  display:none;
}

body[data-route="home"][data-auth="signed-out"] #app{
  width:100%;
  max-width:none;
  margin:0;
  padding-top:0;
}

body[data-route="home"][data-auth="signed-out"] .home-page{
  width:100%;
  max-width:none;
  padding:0;
}

.fox-questr-coming-soon{
  position:relative;
  min-height:100vh;
  overflow:hidden;
  display:grid;
  align-items:center;
  isolation:isolate;
  padding:34px clamp(12px,3vw,56px);
  background:#06000f;
}

.fox-questr-hero-bg,
.fox-questr-hero-bg img,
.fox-questr-sparkles,
.fox-questr-scan{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

.fox-questr-hero-bg img,
.fox-questr-sparkles,
.fox-questr-scan{
  object-fit:cover;
}

.fox-questr-hero-bg{
  z-index:-5;
}

.fox-questr-hero-bg::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:18%;
  background:linear-gradient(180deg, rgba(6,0,15,0), rgba(6,0,15,.92) 72%, #06000f);
  pointer-events:none;
}

.fox-questr-sparkles{
  z-index:-4;
  opacity:.56;
  mix-blend-mode:screen;
  pointer-events:none;
}

.fox-questr-scan{
  z-index:-3;
  opacity:.18;
  mix-blend-mode:screen;
  pointer-events:none;
}

.fox-questr-coming-soon::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(180deg, rgba(4,0,12,.08), rgba(4,0,12,.72)),
    radial-gradient(circle at 20% 20%, rgba(255,36,205,.18), transparent 24%),
    radial-gradient(circle at 84% 16%, rgba(0,212,255,.16), transparent 20%);
  pointer-events:none;
}

.fox-questr-coming-soon::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:repeating-linear-gradient(0deg, rgba(255,255,255,.035) 0, rgba(255,255,255,.035) 1px, transparent 1px, transparent 5px);
  opacity:.46;
  pointer-events:none;
}

.fox-questr-frame{
  position:relative;
  width:min(1780px,100%);
  margin:0 auto;
  min-height:min(760px,calc(100vh - 48px));
  border:5px solid #ff27cf;
  border-radius:56px;
  overflow:hidden;
  padding:28px clamp(22px,3.8vw,56px) 34px;
  background:linear-gradient(180deg, rgba(12,0,27,.56), rgba(8,0,22,.48));
  box-shadow:
    0 0 0 1px rgba(255,255,255,.16) inset,
    0 0 22px rgba(255,39,207,.88),
    0 0 42px rgba(0,218,255,.54),
    0 28px 70px rgba(0,0,0,.48);
}

.fox-questr-topline{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:18px;
  align-items:center;
}

.fox-questr-mark-card{
  display:grid;
  place-items:center;
  width:clamp(88px,8vw,150px);
  aspect-ratio:1;
  border:2px solid rgba(255,39,207,.86);
  border-radius:24px;
  background:rgba(12,0,27,.62);
  box-shadow:0 0 24px rgba(0,218,255,.34), inset 0 0 26px rgba(255,39,207,.15);
}

.fox-questr-mark-card img{
  width:78%;
  height:78%;
  object-fit:contain;
  filter:drop-shadow(0 0 16px rgba(255,39,207,.82));
}

.fox-questr-brand-text{
  display:grid;
  gap:2px;
  min-width:0;
}

.fox-questr-brand-text strong{
  color:#fff;
  font-family:var(--font-display);
  font-size:clamp(2rem,3.3vw,4rem);
  line-height:.9;
  text-transform:uppercase;
  text-shadow:0 0 18px rgba(255,39,207,.42);
}

.fox-questr-brand-text span{
  color:#ff9dea;
  font-size:clamp(1.05rem,1.8vw,1.8rem);
  font-weight:1000;
  text-transform:lowercase;
}

.fox-questr-layout-nav{
  display:flex;
  gap:22px;
  align-items:center;
  justify-content:flex-end;
  min-width:0;
  flex-wrap:wrap;
}

.fox-questr-layout-nav a,
.fox-questr-signal-card,
.fox-questr-notify{
  border:2px solid rgba(255,39,207,.9);
  background:rgba(8,0,22,.58);
  box-shadow:0 0 22px rgba(255,39,207,.28), inset 0 0 20px rgba(255,255,255,.04);
}

.fox-questr-layout-nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:clamp(44px,4.2vw,58px);
  padding:0 clamp(18px,1.7vw,28px);
  border-radius:999px;
  color:#faeaff;
  font-size:clamp(1rem,1.5vw,1.7rem);
  font-weight:1000;
  text-transform:lowercase;
  white-space:nowrap;
}

.fox-questr-layout-nav a:hover,
.fox-questr-signal-card:hover{
  border-color:#fff;
  transform:translateY(-2px);
}

.fox-questr-stage{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr);
  gap:clamp(18px,3vw,52px);
  align-items:end;
  min-height:clamp(380px,54vh,560px);
  padding-top:8px;
  min-width:0;
}

.fox-questr-art-stack{
  position:relative;
  align-self:end;
  min-height:clamp(330px,50vh,520px);
}

.fox-questr-heart,
.fox-questr-mascot,
.fox-questr-bolt{
  position:absolute;
  display:block;
  filter:drop-shadow(0 0 24px rgba(255,39,207,.52));
}

.fox-questr-heart{
  width:min(210px,32%);
  left:22%;
  top:0;
}

.fox-questr-mascot{
  width:min(600px,112%);
  left:-4%;
  bottom:-8px;
  z-index:2;
}

.fox-questr-bolt{
  width:min(132px,21%);
  left:4%;
  bottom:30px;
  z-index:3;
}

.fox-questr-copy{
  display:grid;
  gap:clamp(14px,1.6vw,22px);
  padding-bottom:18px;
  min-width:0;
  width:100%;
}

.fox-questr-wordmark{
  display:block;
  width:min(620px,82%);
  margin:0 auto 2px;
  filter:drop-shadow(0 0 24px rgba(255,39,207,.58)) drop-shadow(0 0 20px rgba(0,218,255,.28));
}

.fox-questr-coming-text{
  justify-self:end;
  width:min(720px,88%);
  max-width:100%;
  min-height:clamp(48px,4.6vw,64px);
  margin:0;
  display:grid;
  place-items:center;
  border:4px solid #ff27cf;
  border-radius:999px;
  background:rgba(8,0,22,.44);
  color:#ffc4f4;
  font-family:var(--font-display);
  font-size:clamp(1.15rem,2vw,2.2rem);
  font-weight:1000;
  line-height:1;
  text-transform:lowercase;
  text-shadow:0 0 10px rgba(255,255,255,.8),0 0 20px rgba(255,39,207,.82);
  box-shadow:0 0 24px rgba(0,218,255,.38),0 0 28px rgba(255,39,207,.32) inset;
}

.fox-questr-signal-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  min-width:0;
}

.fox-questr-signal-card{
  min-width:0;
  min-height:clamp(88px,8vw,116px);
  border-radius:22px;
  display:grid;
  grid-template-columns:96px 1fr;
  align-items:center;
  gap:16px;
  padding:16px 26px;
  color:#fff;
  transition:.18s transform,.18s border-color;
}

.fox-questr-signal-card img{
  width:82px;
  height:82px;
  object-fit:contain;
}

.fox-questr-signal-card b,
.fox-questr-notify strong{
  display:block;
  color:#fff;
  font-family:var(--font-display);
  font-size:clamp(1.45rem,2.3vw,2.5rem);
  line-height:.96;
  text-transform:lowercase;
}

.fox-questr-signal-card small,
.fox-questr-notify span{
  display:block;
  margin-top:4px;
  color:#e9c4f6;
  font-size:clamp(.95rem,1.3vw,1.4rem);
  font-weight:900;
  text-transform:lowercase;
}

.fox-questr-notify{
  display:grid;
  grid-template-columns:minmax(240px,.68fr) minmax(300px,1fr) max-content;
  gap:20px;
  align-items:center;
  min-width:0;
  width:100%;
  max-width:100%;
  min-height:clamp(88px,7vw,104px);
  padding:16px 20px 16px 26px;
  border-radius:28px;
}

.fox-questr-notify input{
  width:100%;
  min-height:58px;
  border:2px solid rgba(255,39,207,.88);
  border-radius:14px;
  background:rgba(3,0,10,.78);
  color:#fff;
  padding:0 22px;
  font-size:1.08rem;
  box-shadow:inset 0 0 18px rgba(255,255,255,.04);
}

.fox-questr-notify input::placeholder{
  color:rgba(255,255,255,.6);
}

.fox-questr-notify .button{
  min-height:58px;
  border-radius:14px;
  padding-inline:30px;
  white-space:nowrap;
  text-transform:lowercase;
  letter-spacing:0;
}

.fox-questr-launch-preview{
  width:min(1680px,calc(100% - 32px));
  margin:46px auto 0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:32px;
}

.fox-questr-launch-preview article{
  min-height:150px;
  border-radius:18px;
  border-color:rgba(171,84,255,.78);
  display:grid;
  grid-template-columns:94px minmax(0,1fr);
  align-items:center;
  gap:20px;
  padding:22px 30px 24px;
}

.fox-questr-launch-preview article>img{
  width:82px;
  height:82px;
  object-fit:contain;
  justify-self:center;
  filter:
    drop-shadow(0 0 12px rgba(255,39,207,.82))
    drop-shadow(0 0 20px rgba(0,218,255,.34));
}

.fox-questr-launch-preview b{
  display:block;
  margin:0;
  color:#fff;
  font-family:var(--font-display);
  font-size:clamp(1.55rem,2vw,2.05rem);
  line-height:.95;
  text-transform:lowercase;
  text-shadow:
    0 2px 0 rgba(14,0,28,.82),
    0 0 14px rgba(255,39,207,.54),
    0 0 22px rgba(0,218,255,.18);
}

.fox-questr-launch-preview span{
  max-width:28rem;
  color:#f0d7ff;
  font-size:clamp(.98rem,1.08vw,1.12rem);
  font-weight:950;
  line-height:1.38;
  text-shadow:0 0 10px rgba(255,39,207,.22);
}

.public-how-strip article{
  grid-template-columns:64px minmax(0,1fr);
  align-items:center;
  align-content:center;
}

.public-how-strip article>img{
  width:54px;
  height:54px;
  object-fit:contain;
  justify-self:center;
  filter:
    drop-shadow(0 0 10px rgba(255,39,207,.8))
    drop-shadow(0 0 16px rgba(0,218,255,.28));
}

@media (max-width:1180px){
  .fox-questr-coming-soon{
    padding:20px;
  }

  .fox-questr-frame{
    min-height:auto;
    padding:22px;
    border-radius:42px;
  }

  .fox-questr-topline{
    grid-template-columns:auto 1fr;
  }

  .fox-questr-layout-nav{
    grid-column:1 / -1;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
  }

  .fox-questr-layout-nav a{
    min-height:48px;
    padding:0 20px;
  }

  .fox-questr-stage{
    grid-template-columns:1fr;
    min-height:0;
    align-items:center;
  }

  .fox-questr-art-stack{
    order:1;
    min-height:440px;
  }

  .fox-questr-copy{
    order:2;
  }

  .fox-questr-mascot{
    width:min(560px,86%);
    left:50%;
    transform:translateX(-50%);
  }

  .fox-questr-heart{
    left:16%;
  }

  .fox-questr-bolt{
    left:16%;
    bottom:34px;
  }

  .fox-questr-wordmark,
  .fox-questr-coming-text{
    justify-self:center;
  }

  .fox-questr-notify{
    grid-template-columns:minmax(220px,.7fr) minmax(280px,1fr) max-content;
  }
}

@media (max-height:720px) and (min-width:900px){
  .fox-questr-coming-soon{
    padding:12px 28px;
  }

  .fox-questr-frame{
    min-height:calc(100vh - 24px);
    padding:16px 40px 18px;
    border-width:4px;
    border-radius:40px;
  }

  .fox-questr-mark-card{
    width:96px;
    border-radius:18px;
  }

  .fox-questr-brand-text strong{
    font-size:2.35rem;
  }

  .fox-questr-brand-text span{
    font-size:1.18rem;
  }

  .fox-questr-layout-nav{
    gap:14px;
  }

  .fox-questr-layout-nav a{
    min-height:44px;
    padding:0 20px;
    font-size:1.12rem;
  }

  .fox-questr-stage{
    min-height:0;
    gap:28px;
    padding-top:0;
  }

  .fox-questr-art-stack{
    min-height:380px;
  }

  .fox-questr-heart{
    width:140px;
  }

  .fox-questr-mascot{
    width:min(480px,106%);
  }

  .fox-questr-bolt{
    width:110px;
  }

  .fox-questr-copy{
    gap:12px;
    padding-bottom:0;
  }

  .fox-questr-wordmark{
    width:min(430px,76%);
  }

  .fox-questr-coming-text{
    min-height:46px;
    border-width:3px;
    font-size:1.25rem;
  }

  .fox-questr-signal-grid{
    gap:16px;
  }

  .fox-questr-signal-card{
    grid-template-columns:58px 1fr;
    min-height:80px;
    padding:10px 16px;
    border-radius:18px;
  }

  .fox-questr-signal-card img{
    width:52px;
    height:52px;
  }

  .fox-questr-signal-card b,
  .fox-questr-notify strong{
    font-size:1.45rem;
  }

  .fox-questr-signal-card small,
  .fox-questr-notify span{
    font-size:.92rem;
  }

  .fox-questr-notify{
    grid-template-columns:minmax(180px,.62fr) minmax(220px,1fr) max-content;
    min-height:78px;
    gap:12px;
    padding:10px 16px;
    border-radius:20px;
  }

  .fox-questr-notify input,
  .fox-questr-notify .button{
    min-height:46px;
  }
}

@media (max-width:760px){
  .fox-questr-coming-soon{
    padding:0;
    align-items:start;
  }

  .fox-questr-frame{
    width:calc(100% - 28px);
    margin:16px auto 22px;
    padding:16px;
    border-width:4px;
    border-radius:34px;
  }

  .fox-questr-topline{
    grid-template-columns:72px 1fr;
    gap:12px;
  }

  .fox-questr-mark-card{
    width:72px;
    border-radius:16px;
  }

  .fox-questr-brand-text strong{
    font-size:1.75rem;
  }

  .fox-questr-brand-text span{
    font-size:1.05rem;
  }

  .fox-questr-layout-nav{
    display:none;
  }

  .fox-questr-stage{
    gap:8px;
  }

  .fox-questr-art-stack{
    min-height:330px;
  }

  .fox-questr-heart{
    width:116px;
    left:6%;
    top:10px;
  }

  .fox-questr-mascot{
    width:min(420px,100%);
    bottom:-6px;
  }

  .fox-questr-bolt{
    width:78px;
    left:4%;
    bottom:28px;
  }

  .fox-questr-copy{
    gap:14px;
    padding-bottom:0;
  }

  .fox-questr-wordmark{
    width:94%;
  }

  .fox-questr-coming-text{
    width:94%;
    min-height:54px;
    border-width:3px;
  }

  .fox-questr-signal-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .fox-questr-signal-card{
    grid-template-columns:58px 1fr;
    min-height:84px;
    padding:12px 16px;
    border-radius:18px;
  }

  .fox-questr-signal-card img{
    width:52px;
    height:52px;
  }

  .fox-questr-notify{
    grid-template-columns:1fr;
    gap:12px;
    min-height:0;
    padding:18px;
    border-radius:24px;
  }

  .fox-questr-notify .button,
  .fox-questr-notify input{
    width:100%;
  }

  .fox-questr-launch-preview{
    grid-template-columns:1fr;
    width:calc(100% - 28px);
    margin-top:26px;
  }

  .fox-questr-launch-preview article,
  .public-how-strip article{
    grid-template-columns:58px minmax(0,1fr);
  }

  .fox-questr-launch-preview article>img,
  .public-how-strip article>img{
    width:52px;
    height:52px;
  }
}
