#zworld-native-gate-v1 {
  position: fixed;
  inset: 0;
  z-index: 2147483600;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  padding: 24px;
  overflow: auto;
  background:
    radial-gradient(
      circle at 50% 15%,
      rgba(120, 84, 255, 0.22),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      #08090d,
      #11121a 55%,
      #07080b
    );
  color: #f7f7fb;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

#zworld-native-gate-v1[hidden] {
  display: none !important;
}

body.zworld-native-gate-open {
  overflow: hidden !important;
}

.zworld-native-gate-card-v1 {
  width: min(100%, 420px);
  box-sizing: border-box;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  background: rgba(17, 18, 26, 0.95);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.52),
    inset 0 1px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
}

.zworld-native-gate-brand-v1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 750;
  letter-spacing: -1.6px;
}

.zworld-native-gate-z-v1 {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-right: 5px;
  border-radius: 17px;
  background:
    linear-gradient(
      145deg,
      #8b5cf6,
      #5b37cb
    );
  box-shadow:
    0 14px 34px rgba(110, 75, 230, 0.34);
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.zworld-native-gate-brand-v1 em {
  color: #9b7cff;
  font-style: normal;
}

.zworld-native-gate-subtitle-v1 {
  margin: 0 0 25px;
  color: #aaaebd;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

.zworld-native-gate-form-v1 {
  display: grid;
  gap: 17px;
}

.zworld-native-gate-label-v1 {
  display: grid;
  gap: 8px;
  color: #d9dbe5;
  font-size: 13px;
  font-weight: 650;
}

.zworld-native-gate-input-v1 {
  width: 100%;
  min-height: 50px;
  box-sizing: border-box;
  padding: 0 15px;
  border: 1px solid #343746;
  border-radius: 13px;
  outline: none;
  background: #0d0e14;
  color: #fff;
  font: inherit;
  font-size: 16px;
  transition:
    border-color 140ms ease,
    box-shadow 140ms ease;
}

.zworld-native-gate-input-v1:focus {
  border-color: #8b6cff;
  box-shadow:
    0 0 0 3px rgba(139, 108, 255, 0.18);
}

.zworld-native-gate-submit-v1 {
  min-height: 51px;
  margin-top: 2px;
  border: 0;
  border-radius: 13px;
  background:
    linear-gradient(
      135deg,
      #8b6cff,
      #6d46e5
    );
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 750;
  box-shadow:
    0 13px 30px rgba(108, 70, 229, 0.28);
}

.zworld-native-gate-submit-v1:hover,
.zworld-native-gate-submit-v1:focus-visible {
  filter: brightness(1.08);
}

.zworld-native-gate-submit-v1:disabled {
  cursor: wait;
  opacity: 0.62;
}

.zworld-native-gate-status-v1 {
  min-height: 20px;
  margin: 1px 0 0;
  color: #aeb2c1;
  text-align: center;
  font-size: 13px;
  line-height: 1.45;
}

.zworld-native-gate-status-v1[data-kind="error"] {
  color: #ff858e;
}

.zworld-native-gate-status-v1[data-kind="success"] {
  color: #68dfa2;
}

.zworld-native-gate-note-v1 {
  margin: 20px 0 0;
  color: #777c8d;
  text-align: center;
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 520px) {
  #zworld-native-gate-v1 {
    padding: 15px;
  }

  .zworld-native-gate-card-v1 {
    padding: 27px 21px;
    border-radius: 20px;
  }
}
