.mv-join {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
  max-width: 28rem;
}
.mv-join .gw-join-kicker,
.mv-join-kicker {
  font-family: "Share Tech Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #00ffc8;
  margin: 0 0 0.2rem;
}
.mv-join label {
  display: grid;
  gap: 0.28rem;
}
.mv-join label span {
  font-family: "Share Tech Mono", ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8fa39b;
}
.gw-join-roles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
}
.gw-join-role {
  min-height: 44px;
  border: 1px solid rgba(0, 255, 200, 0.45);
  background: rgba(0, 0, 0, 0.45);
  color: #e8eeea;
  font-family: "Share Tech Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.55rem 0.4rem;
  cursor: pointer;
  color-scheme: light;
  appearance: none;
  -webkit-appearance: none;
}
.gw-join-role:hover,
.gw-join-role:focus-visible {
  border-color: #00ffc8;
  color: #00ffc8;
}
.gw-join-role.is-on {
  background: #00ffc8;
  border-color: #00ffc8;
  color: #04070a;
  font-weight: 700;
}
.mv-join .gw-join-more[hidden] { display: none !important; }
.mv-join .gw-join-more {
  display: grid;
  gap: 0.7rem;
}
.mv-join input[type="email"],
.mv-join input[type="text"],
.mv-join input[type="tel"],
.mv-join select {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(0, 255, 200, 0.35);
  background: rgba(0, 0, 0, 0.45);
  color: #e8eeea;
  font: 500 0.95rem/1.3 Inter, system-ui, sans-serif;
  padding: 0.55rem 0.7rem;
}
.mv-join input:focus,
.mv-join select:focus {
  outline: none;
  border-color: #00ffc8;
}
.mv-join button[type="submit"] {
  min-height: 44px;
  border: 1px solid #00ffc8;
  background: #00ffc8;
  color: #041108;
  font-family: "Share Tech Mono", ui-monospace, monospace;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
}
.mv-join button[type="submit"]:hover { background: #9fe8d8; }
.mv-join button[type="submit"]:disabled { opacity: 0.55; cursor: wait; }
.mv-join [data-join-status] {
  min-height: 1.2em;
  margin: 0;
  font-size: 0.85rem;
  color: #8fa39b;
}
.mv-join [data-join-status].ok { color: #00ffc8; }
.mv-join [data-join-status].err { color: #ff8a8a; }
.mv-join .gw-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.join-modal[hidden] { display: none !important; }
.join-modal {
  position: fixed;
  inset: 0;
  z-index: 280;
  display: grid;
  place-items: center;
  padding: 1.2rem 1rem calc(1.2rem + env(safe-area-inset-bottom, 0px));
}
.join-modal__scrim {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.78);
  cursor: pointer;
}
.join-modal__card {
  position: relative;
  z-index: 1;
  width: min(440px, 100%);
  max-height: min(92dvh, 720px);
  overflow: auto;
  padding: 1.3rem 1.15rem 1.25rem;
  border: 1px solid rgba(0, 255, 200, 0.4);
  background: #070c0b;
  color: #e8eeea;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.7);
}
.join-modal__x {
  position: absolute;
  top: 0.65rem;
  right: 0.75rem;
  min-height: 44px;
  border: 0;
  background: none;
  color: #8fa39b;
  font-family: "Share Tech Mono", ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}
.join-modal__x:hover { color: #00ffc8; }
.join-modal__card h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.8rem, 5vw, 2.4rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #00ffc8;
  margin: 0 2.8rem 0.4rem 0;
}
.join-modal__copy {
  color: #b7c7c1;
  line-height: 1.45;
  margin: 0 0 1.1rem;
}
body.join-modal-open { overflow: hidden; }
body.join-modal-open #bts-cookie,
body.join-modal-open #bts-cookie-manage { display: none !important; }

.gw-join-done[hidden] { display: none !important; }
.gw-join-done {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(0, 255, 200, 0.18);
}
.gw-join-done-copy {
  margin: 0;
  color: #b7c7c1;
  font-size: 0.9rem;
}
.gw-join-socials {
  display: grid;
  gap: 0.4rem;
  margin: 0;
}
.gw-join-socials a {
  color: #00ffc8;
  font-size: 0.88rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 255, 200, 0.28);
  width: fit-content;
}
.gw-join-socials a:hover { border-bottom-color: #00ffc8; }
