.djb-identity-box {
  max-width: 520px;
  margin: 24px auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.djb-identity-card {
  background: linear-gradient(135deg, #171021, #2a1638 55%, #111);
  color: #fff;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
}

.djb-identity-title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 16px;
}

.djb-identity-form {
  display: grid;
  gap: 12px;
}

.djb-identity-form input {
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  padding: 0 14px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 15px;
  outline: none;
}

.djb-identity-form input::placeholder {
  color: rgba(255,255,255,.48);
}

.djb-id-send-code,
.djb-id-verify-btn,
.djb-id-logout {
  height: 48px;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 900;
  font-size: 15px;
  color: #2a1400;
  background: linear-gradient(180deg, #ffe08a, #f3c548);
}

.djb-id-verify-wrap {
  display: grid;
  gap: 10px;
}

.djb-id-message {
  min-height: 20px;
  font-size: 13px;
  color: rgba(255,255,255,.78);
}

.djb-identity-name {
  font-size: 22px;
  font-weight: 900;
}

.djb-identity-location {
  margin-top: 4px;
  margin-bottom: 18px;
  color: rgba(255,255,255,.72);
}

.djb-id-logout {
  width: 100%;
}