.trade-password-sheet[data-v-dabad0c8] {
  position: fixed;
  inset: 0;
  z-index: 3800;
}
.trade-password-sheet__mask[data-v-dabad0c8] {
  position: absolute;
  inset: 0;
  background: var(--Color-mask-87, rgba(16, 17, 18, 0.87));
}
.trade-password-sheet__panel[data-v-dabad0c8] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: calc(6.933333vw + env(safe-area-inset-top, 0px)) 3.2vw 3.2vw;
  box-sizing: border-box;
  background: var(--td-bg-1, #000);
}
.trade-password-sheet__back[data-v-dabad0c8] {
  display: grid;
  width: 6.4vw;
  height: 6.4vw;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.trade-password-sheet__back img[data-v-dabad0c8] {
  width: 5.333333vw;
  height: 5.333333vw;
}
.trade-password-sheet__copy[data-v-dabad0c8] {
  display: flex;
  flex-direction: column;
  margin-top: 7.466667vw;
}
.trade-password-sheet__title[data-v-dabad0c8] {
  margin: 0;
  color: var(--td-text-1, #fff);
  font-size: 4.533333vw;
  font-weight: 600;
  line-height: 1;
}
.trade-password-sheet__fields[data-v-dabad0c8] {
  margin-top: 8.533333vw;
  display: flex;
  flex-direction: column;
  gap: 4.266667vw;
}
.trade-password-sheet__field[data-v-dabad0c8] {
  display: flex;
  flex-direction: column;
  gap: 2.133333vw;
}
.trade-password-sheet__label[data-v-dabad0c8] {
  color: var(--td-text-2, #8b9699);
  font-size: 3.466667vw;
  line-height: 1;
}
.trade-password-sheet__actions[data-v-dabad0c8] {
  margin-top: 7.466667vw;
}
.trade-password-sheet__btn[data-v-dabad0c8] {
  width: 100%;
  height: 12.266667vw;
  border: 0;
  border-radius: 6.133333vw;
  background: var(--Color-background-level-3, #181b1d);
  color: var(--td-text-1, #fff);
  font-size: 4.266667vw;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}
.trade-password-sheet__btn[data-v-dabad0c8]:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.trade-password-sheet__btn--primary[data-v-dabad0c8] {
  background: var(--td-theme-1, #bcff31);
  color: var(--Color-text-level-4);
}
.trade-password-fade-enter-active[data-v-dabad0c8],
.trade-password-fade-leave-active[data-v-dabad0c8] {
  transition: opacity 0.24s ease;
}
.trade-password-fade-enter-from[data-v-dabad0c8],
.trade-password-fade-leave-to[data-v-dabad0c8] {
  opacity: 0;
}
.trade-password-slide-enter-active[data-v-dabad0c8],
.trade-password-slide-leave-active[data-v-dabad0c8] {
  transition: transform 0.32s cubic-bezier(0.32, 0.72, 0, 1);
}
.trade-password-slide-enter-from[data-v-dabad0c8],
.trade-password-slide-leave-to[data-v-dabad0c8] {
  transform: translateY(100%);
}
.trade-password-sheet__toast-layer[data-v-dabad0c8] {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.trade-password-sheet__toast-enter-active[data-v-dabad0c8],
.trade-password-sheet__toast-leave-active[data-v-dabad0c8] {
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.trade-password-sheet__toast-enter-from[data-v-dabad0c8],
.trade-password-sheet__toast-leave-to[data-v-dabad0c8] {
  opacity: 0;
  transform: scale(0.95);
}
@media (min-width: 768px) and (min-height: 0px) {
.trade-password-sheet[data-v-dabad0c8] {
    inset: 0;
    z-index: 3800;
}
.trade-password-sheet__mask[data-v-dabad0c8] {
    inset: 0;
}
.trade-password-sheet__panel[data-v-dabad0c8] {
    top: 0;
    bottom: 0;
    background: var(--td-bg-1, #000);
    left: 0;
    right: 0;
    padding: calc(78px + env(safe-area-inset-top, 0px)) 36px 36px;
}
.trade-password-sheet__back[data-v-dabad0c8] {
    height: 72px;
    border: 0;
    padding: 0;
    width: 72px;
}
.trade-password-sheet__back img[data-v-dabad0c8] {
    height: 60px;
    width: 60px;
}
.trade-password-sheet__copy[data-v-dabad0c8] {
    margin-top: 84px;
}
.trade-password-sheet__title[data-v-dabad0c8] {
    font-size: 51px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}
.trade-password-sheet__fields[data-v-dabad0c8] {
    gap: 48px;
    margin-top: 96px;
}
.trade-password-sheet__field[data-v-dabad0c8] {
    gap: 24px;
}
.trade-password-sheet__label[data-v-dabad0c8] {
    font-size: 39px;
    line-height: 1;
}
.trade-password-sheet__actions[data-v-dabad0c8] {
    margin-top: 84px;
}
.trade-password-sheet__btn[data-v-dabad0c8] {
    height: 138px;
    border: 0;
    border-radius: 69px;
    background: var(--Color-background-level-3, #181b1d);
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
}
.trade-password-sheet__btn[data-v-dabad0c8]:disabled {
    opacity: 0.45;
}
.trade-password-sheet__btn--primary[data-v-dabad0c8] {
    background: var(--td-theme-1, #bcff31);
}
.trade-password-fade-enter-from[data-v-dabad0c8],
.trade-password-fade-leave-to[data-v-dabad0c8] {
    opacity: 0;
}
.trade-password-sheet__toast-layer[data-v-dabad0c8] {
    inset: 0;
    z-index: 10;
}
.trade-password-sheet__toast-enter-from[data-v-dabad0c8],
.trade-password-sheet__toast-leave-to[data-v-dabad0c8] {
    opacity: 0;
}
}