.kj-date-cta {
  position: sticky;
  bottom: 0;
  z-index: 20;
  padding: 3.2vw 4vw calc(3.2vw + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff 28%);
}
.kj-date-cta-btn {
  display: block;
  width: 100%;
  border: 0;
  color: #fff;
  font-size: 4.267vw;
  font-weight: 700;
  line-height: 12vw;
  border-radius: 2.133vw;
  background: linear-gradient(90deg, #df35ad, #4f1db5);
  box-shadow: 0 1.067vw 3.2vw rgba(79, 29, 181, 0.28);
}
.kj-date-cta-hint {
  margin-top: 1.6vw;
  text-align: center;
  color: #888;
  font-size: 3.2vw;
}
.kj-date-mask,
.kj-date-toast {
  position: fixed;
  z-index: 9999;
}
.kj-date-mask {
  inset: 0;
  background: rgba(20, 10, 30, 0.55);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.kj-date-sheet {
  width: 100%;
  max-width: 480px;
  max-height: 92vh;
  overflow: auto;
  background: #fff;
  border-radius: 5.333vw 5.333vw 0 0;
  padding: 4vw 4.8vw calc(4.8vw + env(safe-area-inset-bottom));
  box-sizing: border-box;
}
.kj-date-sheet h3 {
  margin: 0 0 1.067vw;
  font-size: 4.8vw;
  color: #222;
}
.kj-date-sheet .sub {
  margin: 0 0 4vw;
  color: #888;
  font-size: 3.2vw;
  line-height: 1.5;
}
.kj-date-sheet label {
  display: block;
  margin-bottom: 3.2vw;
  font-size: 3.467vw;
  color: #555;
}
.kj-date-sheet input,
.kj-date-sheet textarea {
  width: 100%;
  margin-top: 1.067vw;
  box-sizing: border-box;
  border: 1px solid #eadff3;
  border-radius: 2.133vw;
  padding: 2.667vw 3.2vw;
  font-size: 4vw;
  outline: none;
  background: #faf7ff;
}
.kj-date-sheet input:focus,
.kj-date-sheet textarea:focus {
  border-color: #9b59b6;
  background: #fff;
}
.kj-date-sheet textarea {
  min-height: 18.667vw;
  resize: vertical;
}
.kj-date-actions {
  display: flex;
  gap: 2.667vw;
  margin-top: 2.133vw;
}
.kj-date-actions button {
  flex: 1;
  border: 0;
  border-radius: 2.133vw;
  line-height: 11.2vw;
  font-size: 4vw;
  font-weight: 700;
}
.kj-date-cancel {
  background: #f3eef8;
  color: #666;
}
.kj-date-submit {
  background: linear-gradient(90deg, #df35ad, #4f1db5);
  color: #fff;
}
.kj-date-toast {
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  padding: 3.2vw 4.8vw;
  border-radius: 2.133vw;
  font-size: 3.733vw;
  max-width: 78vw;
  text-align: center;
  line-height: 1.5;
  pointer-events: none;
}
.nHome-detail.beautys-detail-div {
  padding-bottom: 2vw;
}
