
*{box-sizing:border-box}
:root{
  --orange:#ff8900;
  --orange2:#ff7600;
  --gray:#666;
}
body{
  margin:0;
  background:#f3f3f3;
  font-family:Arial,Helvetica,sans-serif;
  color:#222;
}
.phone-shell{
  width:min(100%,395px);
  margin:0 auto;
  min-height:100vh;
  background:linear-gradient(#fff 0 67%,#ffb814 67% 100%);
}
.auth-card{
  position:relative;
  background:#fff;
  border-radius:0 0 27px 27px;
  padding:14px 20px 18px;
}
.back-btn{
  position:absolute;
  left:8px;
  top:10px;
  border:0;
  background:none;
  color:#777;
  font-size:34px;
  line-height:1;
}
.logo{
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:2px;
  color:var(--orange);
  font-size:45px;
  font-weight:800;
}
.logo span{
  font-size:41px;
  margin-left:-7px;
}
.brand-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin:7px 0 17px;
}
.brand-copy{
  display:flex;
  flex-direction:column;
  font-size:13px;
  line-height:1.05;
}
.brand-copy span{margin-top:7px}
.signature{
  font-family:"Brush Script MT","Segoe Script",cursive;
  font-size:31px;
  transform:rotate(-8deg);
}
.segmented{
  display:flex;
  height:37px;
  background:#666;
  border-radius:24px;
  overflow:hidden;
}
.segmented button{
  flex:1;
  border:0;
  background:transparent;
  color:#fff;
  font-weight:800;
  font-size:14px;
}
.segmented button.active{
  background:var(--orange);
  border-radius:24px;
}
.auth-form{
  display:none;
  margin-top:11px;
}
.auth-form.active{display:block}
.input-row{
  height:39px;
  display:flex;
  align-items:center;
  gap:7px;
  border:1.5px solid var(--orange2);
  border-radius:6px;
  margin:10px 0;
  padding:0 10px;
}
.input-row input{
  flex:1;
  height:100%;
  border:0;
  outline:0;
  font-size:13px;
  color:#333;
  min-width:0;
}
.input-row input::placeholder{
  color:#c9c9c9;
  font-weight:600;
}
.icon{font-size:16px;color:var(--orange)}
.eye-btn{
  border:0;
  background:none;
  color:var(--orange);
  font-size:18px;
}
.check-row{
  display:flex;
  align-items:flex-start;
  gap:7px;
  font-size:12px;
  margin:8px 0 14px;
}
.check-row input{
  width:17px;
  height:17px;
  accent-color:#0cb51d;
  margin:0;
}
.check-row a{color:var(--orange);text-decoration:none}
.primary-btn{
  display:block;
  width:61%;
  height:39px;
  margin:12px auto 10px;
  border:0;
  border-radius:24px;
  background:var(--orange);
  color:#fff;
  font-weight:800;
  font-size:15px;
  box-shadow:0 0 0 1px #f1f1f1;
}
.links{
  display:flex;
  justify-content:space-between;
  margin:9px 21px 12px;
  font-size:12px;
}
.links a{color:var(--orange);text-decoration:none}
.divider{
  display:flex;
  align-items:center;
  gap:10px;
  justify-content:center;
  color:#aaa;
  font-size:12px;
  margin:10px auto 14px;
}
.divider:before,.divider:after{
  content:"";
  width:38px;
  height:1px;
  background:#ddd;
}
.social-row{
  display:flex;
  justify-content:center;
  gap:18px;
  margin-bottom:11px;
}
.social{
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid #e7e7e7;
  background:#fff;
  box-shadow:0 2px 5px rgba(0,0,0,.08);
  font-size:24px;
}
.social.google{
  color:#4285f4;
  font-weight:900;
}
.social.face{color:var(--orange)}
.strength{
  margin:-3px 0 9px;
  font-size:12px;
}
.strength{
  display:flex;
  align-items:center;
  gap:7px;
}
.bars{
  display:flex;
  gap:7px;
  flex:1;
}
.bars i{
  height:6px;
  flex:1;
  background:#ddd;
  border-radius:5px;
}
.phone-row .prefix{
  color:#aaa;
  border-right:1px solid #ddd;
  padding-right:10px;
  font-size:13px;
}
.flag{font-size:15px}
.pink-note{
  color:#ff28d7;
  font-size:12px;
  margin:0 4px 17px;
}
.agree-row{line-height:1.3}
.app-banner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:58px;
  border:2px solid var(--orange);
  border-radius:30px;
  padding:0 8px;
  margin-top:4px;
}
.app-banner>div:nth-child(2){
  text-align:center;
  flex:1;
  line-height:1.2;
}
.app-banner strong{
  display:block;
  font-size:12px;
  color:var(--orange);
}
.app-banner span{
  display:block;
  font-size:12px;
}
.store-icon{
  width:43px;
  height:43px;
  border:3px solid var(--orange);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:linear-gradient(#ffc400,#ff8c00);
  font-size:25px;
  box-shadow:0 0 0 3px #fff5c5;
}
.android{font-size:20px}
.ambassador{
  height:280px;
  overflow:hidden;
}
.ambassador img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  display:block;
}
.toast{
  position:fixed;
  left:50%;
  bottom:20px;
  transform:translateX(-50%) translateY(30px);
  background:#222;
  color:#fff;
  padding:10px 14px;
  border-radius:8px;
  opacity:0;
  pointer-events:none;
  transition:.2s;
  font-size:13px;
}
.toast.show{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}
@media(min-width:396px){
  body{padding:10px 0}
  .phone-shell{box-shadow:0 6px 30px rgba(0,0,0,.12)}
}
