/* 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-01af3fc7] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-01af3fc7] {
  scrollbar-color: #d62828 #ffd9d4;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-01af3fc7]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-01af3fc7]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #d62828;
}
.beauty-scroll[data-v-01af3fc7]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #fcb1a9;
}
.split-right[data-v-01af3fc7]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-01af3fc7] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-01af3fc7] {
  pointer-events: none;
}
#nprogress .bar[data-v-01af3fc7] {
  background: #d62828;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-01af3fc7] {
  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-01af3fc7] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-01af3fc7] {
  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-01af3fc7 400ms linear infinite;
  animation: nprogress-spinner-01af3fc7 400ms linear infinite;
}
.nprogress-custom-parent[data-v-01af3fc7] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-01af3fc7],
.nprogress-custom-parent #nprogress .bar[data-v-01af3fc7] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-01af3fc7 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-01af3fc7 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.shop-wallet-container[data-v-01af3fc7] {
  padding: 24px;
  background-color: #F8FAFC;
  min-height: calc(100vh - 120px);
}
.shop-wallet-container .content-wrapper[data-v-01af3fc7] {
  max-width: 1000px;
  margin: 0 auto;
}
.shop-wallet-container .wallet-header[data-v-01af3fc7] {
  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;
  margin-bottom: 24px;
}
.shop-wallet-container .wallet-header .title[data-v-01af3fc7] {
  font-size: 24px;
  font-weight: bold;
  color: #1E293B;
  margin: 0;
}
.shop-wallet-container .wallet-header .recharge-btn[data-v-01af3fc7] {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.shop-wallet-container .wallet-header .recharge-btn[data-v-01af3fc7]:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.shop-wallet-container .balance-card-wrap[data-v-01af3fc7] {
  margin-bottom: 32px;
}
.shop-wallet-container .balance-card[data-v-01af3fc7] {
  border-radius: 20px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.shop-wallet-container .balance-card[data-v-01af3fc7]:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.shop-wallet-container .balance-card .card-content[data-v-01af3fc7] {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.shop-wallet-container .balance-card .card-content .label[data-v-01af3fc7] {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 12px;
}
.shop-wallet-container .balance-card .card-content .amount[data-v-01af3fc7] {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 24px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.shop-wallet-container .balance-card .card-content .security-tip[data-v-01af3fc7] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 20px;
  border-radius: 100px;
  backdrop-filter: blur(4px);
}
.shop-wallet-container .balance-card .card-content .security-tip span[data-v-01af3fc7] {
  font-size: 14px;
}
.shop-wallet-container .balance-card .circle-decor[data-v-01af3fc7] {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.shop-wallet-container .balance-card .circle-decor.c1[data-v-01af3fc7] {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
}
.shop-wallet-container .balance-card .circle-decor.c2[data-v-01af3fc7] {
  width: 200px;
  height: 200px;
  bottom: -80px;
  left: -40px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
}
.shop-wallet-container .transaction-section[data-v-01af3fc7] {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.shop-wallet-container .transaction-section .section-title[data-v-01af3fc7] {
  margin-bottom: 24px;
}
.shop-wallet-container .transaction-section .section-title .title-text[data-v-01af3fc7] {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  border-left: 4px solid #3999FE;
  padding-left: 12px;
}
.shop-wallet-container .transaction-section .trans-list[data-v-01af3fc7] {
  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;
}
.shop-wallet-container .transaction-section .trans-item[data-v-01af3fc7] {
  border: 1px solid #F1F5F9;
  border-radius: 12px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fafafa;
}
.shop-wallet-container .transaction-section .trans-item[data-v-01af3fc7]:hover {
  background: #fff;
  border-color: #E2E8F0;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.shop-wallet-container .transaction-section .trans-item .item-left .icon-box[data-v-01af3fc7] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  /* opacity and background moved to inline style */
}
.shop-wallet-container .transaction-section .trans-item .item-right[data-v-01af3fc7] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.shop-wallet-container .transaction-section .trans-item .item-right .info-row[data-v-01af3fc7] {
  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;
}
.shop-wallet-container .transaction-section .trans-item .item-right .info-row.main-row .type-name[data-v-01af3fc7] {
  font-size: 16px;
  font-weight: bold;
  color: #1E293B;
}
.shop-wallet-container .transaction-section .trans-item .item-right .info-row.main-row .money[data-v-01af3fc7] {
  font-size: 18px;
  font-weight: bold;
}
.shop-wallet-container .transaction-section .trans-item .item-right .info-row.sub-row[data-v-01af3fc7] {
  font-size: 14px;
  color: #64748B;
}
.shop-wallet-container .transaction-section .trans-item .item-right .info-row.sub-row .balance[data-v-01af3fc7] {
  background: #F1F5F9;
  padding: 2px 8px;
  border-radius: 4px;
}
.shop-wallet-container .transaction-section .pagination-wrap[data-v-01af3fc7] {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* 
 * 优雅的进场动效 (Entry Animation) - Slide Up Fade In
 * 视觉感觉接近 iOS 原生的减速缓冲 (Ease-out) 质感
 */
.staggered-list[data-v-01af3fc7] {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.staggered-item[data-v-01af3fc7] {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  /* 使用 cubic-bezier(0.16, 1, 0.3, 1) 实现原生级饱满缓冲手感 */
  -webkit-animation: slideUpFadeIn-01af3fc7 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: slideUpFadeIn-01af3fc7 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  /* 预设延迟变量由行内样式动态注入 v-for 的 index */
  -webkit-animation-delay: var(--delay, 0s);
          animation-delay: var(--delay, 0s);
}
@-webkit-keyframes slideUpFadeIn-01af3fc7 {
0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes slideUpFadeIn-01af3fc7 {
0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}

