
#mrw-app {
  background:#0a0a0a;
  color:#fff;
  padding:40px;
  border-radius:32px;
  max-width:520px;
  margin:auto;
}
.mrw-title {
  font-size:32px;
  font-weight:900;
  margin-bottom:20px;
}
#mrw-email {
  width:100%;
  padding:18px;
  font-size:18px;
  border-radius:16px;
  border:2px solid #222;
  background:#000;
  color:#fff;
}
#mrw-email:focus {
  border-color:#f97316;
  outline:none;
}
#mrw-submit {
  margin-top:20px;
  width:100%;
  padding:20px;
  font-size:22px;
  font-weight:900;
  border-radius:20px;
  border:none;
  background:#555;
  color:#999;
  transition:all .2s ease;
}
#mrw-submit.enabled {
  background:#f97316;
  color:#000;
  cursor:pointer;
  box-shadow:0 0 25px rgba(249,115,22,.5);
}
#mrw-submit.enabled:hover {
  background:#fb923c;
}
.mrw-cta {
  display:block;
  margin-top:30px;
  padding:22px;
  background:#f97316;
  color:#000;
  text-align:center;
  border-radius:24px;
  font-size:26px;
  font-weight:900;
  text-decoration:none;
}
