/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-127fd2be] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-127fd2be] {
  scrollbar-color: #d62828 #ffd9d4;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-127fd2be]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-127fd2be]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #d62828;
}
.beauty-scroll[data-v-127fd2be]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #fcb1a9;
}
.split-right[data-v-127fd2be]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-127fd2be] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-127fd2be] {
  pointer-events: none;
}
#nprogress .bar[data-v-127fd2be] {
  background: #d62828;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-127fd2be] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #d62828, 0 0 5px #d62828;
          box-shadow: 0 0 10px #d62828, 0 0 5px #d62828;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-127fd2be] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-127fd2be] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #d62828;
  border-left-color: #d62828;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-127fd2be 400ms linear infinite;
  animation: nprogress-spinner-127fd2be 400ms linear infinite;
}
.nprogress-custom-parent[data-v-127fd2be] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-127fd2be],
.nprogress-custom-parent #nprogress .bar[data-v-127fd2be] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-127fd2be {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-127fd2be {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.recharge-item-container[data-v-127fd2be] {
  padding: 24px;
  background: #f0f2f5;
  min-height: calc(100vh - 120px);
}
.recharge-item-container .header-summary[data-v-127fd2be] {
  margin-bottom: 24px;
}
.recharge-item-container .summary-card[data-v-127fd2be] {
  height: 180px;
  border-radius: 16px;
  padding: 24px 32px;
  color: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recharge-item-container .summary-card.income-theme[data-v-127fd2be] {
  background: linear-gradient(135deg, #D62828 0%, #B91C1C 100%);
}
.recharge-item-container .summary-card .banner-top[data-v-127fd2be] {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.recharge-item-container .summary-card .banner-top .back-btn-ghost[data-v-127fd2be] {
  color: rgba(255, 255, 255, 0.8);
  padding: 0;
  height: auto;
  font-size: 16px;
}
.recharge-item-container .summary-card .banner-top .back-btn-ghost[data-v-127fd2be]:hover {
  color: #fff;
}
.recharge-item-container .summary-card .banner-top .banner-title-group[data-v-127fd2be] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recharge-item-container .summary-card .banner-top .banner-title-group .main-title[data-v-127fd2be] {
  font-size: 18px;
  font-weight: 800;
}
.recharge-item-container .summary-card .banner-top .banner-title-group .sub-title[data-v-127fd2be] {
  font-size: 12px;
  opacity: 0.7;
}
.recharge-item-container .summary-card .deco-bg-icon[data-v-127fd2be] {
  position: absolute;
  right: -15px;
  top: -15px;
  font-size: 140px;
  color: rgba(255, 255, 255, 0.1);
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  z-index: 1;
}
.recharge-item-container .summary-card .card-content[data-v-127fd2be] {
  position: relative;
  z-index: 2;
}
.recharge-item-container .summary-card .label-group[data-v-127fd2be] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}
.recharge-item-container .summary-card .label-group .theme-icon[data-v-127fd2be] {
  font-size: 18px;
  opacity: 0.8;
}
.recharge-item-container .summary-card .label-group .label[data-v-127fd2be] {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.9;
}
.recharge-item-container .summary-card .amount-row .unit[data-v-127fd2be] {
  font-size: 20px;
  font-weight: 600;
  margin-right: 6px;
}
.recharge-item-container .summary-card .amount-row .amount[data-v-127fd2be] {
  font-size: 30px;
  font-weight: 800;
}
.recharge-item-container .record-list[data-v-127fd2be] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.recharge-item-container .record-item[data-v-127fd2be] {
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  border: 1px solid #e2e8f0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recharge-item-container .record-item[data-v-127fd2be]:hover {
  border-color: #D62828;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.recharge-item-container .record-item .item-content[data-v-127fd2be] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recharge-item-container .record-item .item-content .left-info[data-v-127fd2be] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.recharge-item-container .record-item .item-content .left-info .avatar[data-v-127fd2be] {
  border-radius: 8px;
  border: 1px solid #f1f5f9;
}
.recharge-item-container .record-item .item-content .left-info .user-body .user-name[data-v-127fd2be] {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 4px;
}
.recharge-item-container .record-item .item-content .left-info .user-body .order-time[data-v-127fd2be] {
  font-size: 13px;
  color: #cbd5e1;
}
.recharge-item-container .record-item .item-content .right-info[data-v-127fd2be] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.recharge-item-container .record-item .item-content .order-price[data-v-127fd2be] {
  font-size: 20px;
  font-weight: 800;
  color: #D62828;
  font-family: 'DIN Alternate';
}
.recharge-item-container .record-item .item-content .arrow[data-v-127fd2be] {
  color: #e2e8f0;
  font-size: 16px;
}
.recharge-item-container .pagination-wrapper[data-v-127fd2be] {
  text-align: right;
  margin-top: 32px;
  padding-bottom: 24px;
}
.detail-modal-content .amount-display[data-v-127fd2be] {
  text-align: center;
  padding: 32px 0;
  background: #f8fafc;
  border-radius: 20px;
  margin-bottom: 24px;
}
.detail-modal-content .amount-display .label[data-v-127fd2be] {
  font-size: 14px;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 8px;
}
.detail-modal-content .amount-display .val[data-v-127fd2be] {
  font-size: 40px;
  font-weight: 800;
  color: #D62828;
  font-family: 'DIN Alternate';
}
.detail-modal-content .amount-display .val small[data-v-127fd2be] {
  font-size: 18px;
  margin-right: 4px;
}
.detail-modal-content .info-list .info-item[data-v-127fd2be] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #f1f5f9;
}
.detail-modal-content .info-list .info-item.stack[data-v-127fd2be] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.detail-modal-content .info-list .info-item.stack .val-row[data-v-127fd2be] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.detail-modal-content .info-list .info-item .lbl[data-v-127fd2be] {
  color: #94a3b8;
  font-weight: 600;
  font-size: 14px;
}
.detail-modal-content .info-list .info-item .val[data-v-127fd2be] {
  color: #1e293b;
  font-weight: 700;
  font-size: 14px;
}
.detail-modal-content .info-list .info-item .mono[data-v-127fd2be] {
  font-family: 'Courier New', Courier, monospace;
  color: #64748b;
}
.detail-modal-content .info-list .info-item .copy-btn[data-v-127fd2be] {
  color: #D62828;
  cursor: pointer;
  padding: 4px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.detail-modal-content .info-list .info-item .copy-btn[data-v-127fd2be]:hover {
  opacity: 0.7;
}
/* Entry Animation */
.entry-animation[data-v-127fd2be] {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: slideUpFadeIn-127fd2be 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
          animation: slideUpFadeIn-127fd2be 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
@-webkit-keyframes slideUpFadeIn-127fd2be {
from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes slideUpFadeIn-127fd2be {
from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}

