.landing-page{
  min-height:100vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:30px;
}

.landing-actions{
  margin-top:28px;
  display:flex;
  gap:12px;
}

.landing-pill,
#landing-login-btn{
  border:none;
  border-radius:999px;
  padding:12px 18px;
  background:#dfe5ec;
  color:#000;
  font-size:14px;
  font-weight:600;
}

.landing-pill.active{
  background:#94F22A;
}

.landing-panel{
  width:100%;
  max-width:360px;
  margin-top:24px;
  text-align:center;
}

.hidden{
  display:none;
}

.landing-copy{
  width:100%;
  max-width:340px;
  margin:18px auto 0 auto;
  text-align:center;
  font-size:13px;
  line-height:1.6;
  opacity:.58;
}

.join-sidekicks-img{
  width:100%;
  max-width:280px;
  margin:0 auto 14px auto;
  display:block;
}

.join-copy{
  font-size:13px;
  line-height:1.5;
  opacity:.65;
  margin:0 0 20px 0;
}

#landing-email,
#result-email{
  width:100%;
  padding:14px 16px;
  border:none;
  border-radius:16px;
  margin-bottom:12px;
  font-size:15px;
}

#landing-login-message,
#result-login-message{
  margin-top:12px;
  font-size:12px;
  opacity:.7;
}

#test-step{
  font-size:16px;
  font-weight:800;
  color:#9B6DFF;
  margin-bottom:14px;
  opacity:1;
  text-align:center;
}

#test-question{
  font-size:24px;
  line-height:1.15;
  text-align:left;
}

.answer-btn{
  width:100%;
  margin:8px 0;
  padding:14px 16px;
  border:none;
  border-radius:16px;
  background:#dfe5ec;
  font-size:14px;
  text-align:left;
}

.result-submit{
  text-align:center;
  background:#94F22A;
}

.result-img{
  width:180px;
  margin:0 auto 18px auto;
  display:block;
}

.result-name{
  font-size:22px;
  font-weight:700;
  margin-bottom:8px;
}

.result-copy{
  font-size:13px;
  opacity:.7;
  margin-bottom:18px;
}

.landing-test-actions{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:18px;
}

.landing-test-pill{
  border:none;
  border-radius:999px;
  padding:10px 16px;
  background:#dfe5ec;
  color:#000;
  font-size:13px;
  font-weight:600;
}

.result-img,
.result-name,
.result-copy,
#result-email,
.result-submit{
  user-select:none;
}


#verify-code-btn{
  width:100%;
  padding:14px 16px;
  border:none;
  border-radius:999px;
  background:#94F22A;
  color:#000;
  font-size:14px;
  font-weight:600;
}

#login-code-input{
  width:100%;
  padding:14px 16px;
  border:none;
  border-radius:16px;
  margin-bottom:12px;
  font-size:15px;
}

.install-banner{
  position:fixed;

  left:16px;
  right:16px;
  bottom:16px;

  z-index:9999;

  display:flex;
  align-items:center;
  gap:12px;

  padding:14px;

  border-radius:20px;

  background:#dfe5ec;

  box-shadow:0 10px 30px rgba(0,0,0,.18);
}



.install-dismiss{
  position:absolute;
  top:8px;
  right:8px;

  width:44px;
  height:44px;

  z-index:999999;
  pointer-events:auto;

  border:none;
  background:transparent;

  color:#000;
  font-size:24px;
  font-weight:700;
  line-height:1;
}

.install-app-icon{
  width:46px;
  height:46px;
  border-radius:12px;
  flex-shrink:0;
}

.install-text{
  flex:1;
  text-align:left;
}

.install-title{
  font-size:14px;
  font-weight:700;
  color:#000;
  margin-bottom:3px;
}

.install-copy{
  font-size:12px;
  line-height:1.35;
  color:#000;
  opacity:.7;
  margin:0;
}

.install-icon-btn{
  width:42px;
  height:42px;

  border:none;
  border-radius:999px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:#94F22A;
  flex-shrink:0;
}

.install-icon-btn img{
  width:18px;
  height:18px;
  filter:brightness(0);
}


.install-expanded{
  max-height:none;
  padding:16px 48px 16px 14px;
}

.install-inline-icon{
  width:14px;
  height:14px;
  display:inline-block;
  vertical-align:-2px;
  margin:0 2px;
}


.resend-wrap{
  margin-top:20px;
  text-align:center;
}

.resend-copy{
  font-size:13px;
  opacity:.6;
  margin-bottom:6px;
}

#resend-code-btn{
  background:none;
  border:none;
  padding:0;
  margin:0 auto;

  display:block;

  color:#000;
  font-size:14px;
  font-weight:600;
  text-decoration:underline;
  cursor:pointer;
  opacity:.85;
}

#code-message{
  margin-top:12px;
  text-align:center;
  font-size:13px;
}

#verify-code-btn{
  width:100%;
  margin-top:10px;
  padding:14px 16px;
  border:none;
  border-radius:999px;
  background:#94F22A;
  color:#000;
  font-size:14px;
  font-weight:600;
}
