
.cash-modal-portal[data-v-643fe9ef] {
  /* Stable root element appended to <body> so descendants escape ancestor transforms */
  position: static;
}
.cash-modal[data-v-643fe9ef] {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(10, 10, 11, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  backdrop-filter: blur(2px);
}
.cash-modal__box[data-v-643fe9ef] {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-height: calc(100vh - 48px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.cash-modal__box--sm[data-v-643fe9ef] { max-width: 380px;
}
.cash-modal__box--md[data-v-643fe9ef] { max-width: 520px;
}
.cash-modal__box--lg[data-v-643fe9ef] { max-width: 720px;
}
.cash-modal__box--xl[data-v-643fe9ef] { max-width: 1280px;
}
.cash-modal__box--full[data-v-643fe9ef] { max-width: calc(100vw - 32px); max-height: calc(100vh - 32px);
}
.cash-modal__header[data-v-643fe9ef] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px 14px;
  border-bottom: 1px solid var(--line);
}
.cash-modal__title[data-v-643fe9ef] {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--text);
}
.cash-modal__close[data-v-643fe9ef] {
  background: transparent;
  border: none;
  width: 28px; height: 28px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mute);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}
.cash-modal__close[data-v-643fe9ef]:hover { background: var(--bg); color: var(--text);
}
.cash-modal__body[data-v-643fe9ef] {
  padding: 20px;
  overflow-y: auto;
}
.cash-modal__footer[data-v-643fe9ef] {
  padding: 14px 20px;
  border-top: 1px solid var(--line);
  background: var(--bg);
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.cash-modal-enter-active[data-v-643fe9ef], .cash-modal-leave-active[data-v-643fe9ef] { transition: opacity 0.18s;
}
.cash-modal-enter[data-v-643fe9ef], .cash-modal-leave-to[data-v-643fe9ef] { opacity: 0;
}
.cash-modal-enter-active .cash-modal__box[data-v-643fe9ef], .cash-modal-leave-active .cash-modal__box[data-v-643fe9ef] {
  transition: transform 0.18s, opacity 0.18s;
}
.cash-modal-enter .cash-modal__box[data-v-643fe9ef], .cash-modal-leave-to .cash-modal__box[data-v-643fe9ef] {
  transform: scale(0.97);
  opacity: 0;
}

