/* 返水中心 — 与交易/投注记录页 UI 一致 */
.fanshui-page[data-v-4d1af460] {
  width: 100%;
  min-height: 100vh;
  background: #f1f1f1;
  padding-bottom: 24px;
  box-sizing: border-box;
}

.fanshui-page[data-v-4d1af460] .fanshui-main {
  width: 92%;
  max-width: 480px;
  margin: 12px auto 0;
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 14px 12px 20px;
  min-height: calc(100vh - 70px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.fanshui-page[data-v-4d1af460] .fanshui-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.fanshui-page[data-v-4d1af460] .fanshui-section-title {
  font-size: 16px;
  font-weight: 600;
  color: #3d3428;
}

.fanshui-page[data-v-4d1af460] .fanshui-claim-btn {
  min-width: 88px;
  height: 36px;
  padding: 0 16px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(180deg, #e6cbb0 0%, #cf9e56 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 2px 8px rgba(207, 158, 86, 0.25);
}

.fanshui-page[data-v-4d1af460] .fanshui-claim-btn:active {
  opacity: 0.9;
}

.fanshui-page[data-v-4d1af460] .fanshui-stats {
  display: flex;
  align-items: stretch;
  margin-bottom: 14px;
  background: #faf8f6;
  border: 1px solid #ede9e7;
  border-radius: 10px;
  overflow: hidden;
}

.fanshui-page[data-v-4d1af460] .fanshui-stat-item {
  flex: 1;
  padding: 12px 10px;
  text-align: center;
}

.fanshui-page[data-v-4d1af460] .fanshui-stat-item-highlight {
  border-left: 1px solid #ede9e7;
  background: linear-gradient(180deg, #fffaf5 0%, #faf8f6 100%);
}

.fanshui-page[data-v-4d1af460] .fanshui-stat-label {
  font-size: 12px;
  color: #8a7a68;
  margin-bottom: 6px;
}

.fanshui-page[data-v-4d1af460] .fanshui-stat-value {
  font-size: 18px;
  font-weight: 700;
  color: #cf9e56;
  line-height: 1.2;
}

.fanshui-page[data-v-4d1af460] .fanshui-filter-wrap {
  position: relative;
  margin-bottom: 8px;
  z-index: 20;
}

.fanshui-page[data-v-4d1af460] .saibox {
  display: flex;
  gap: 8px;
  padding: 0;
  background: transparent;
  border: none;
}

.fanshui-page[data-v-4d1af460] .fanshui-filter-trigger {
  flex: 1;
  min-width: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #3d3428 !important;
  padding: 10px 4px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.fanshui-page[data-v-4d1af460] .fanshui-filter-trigger-text {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fanshui-page[data-v-4d1af460] .fanshui-filter-arrow {
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #8a7a68;
  transition: transform 0.2s;
}

.fanshui-page[data-v-4d1af460] .fanshui-filter-trigger.is-open {
  color: #cf9e56 !important;
}

.fanshui-page[data-v-4d1af460] .fanshui-filter-trigger.is-open .fanshui-filter-arrow {
  transform: rotate(180deg);
  border-top-color: #cf9e56;
}

.fanshui-page[data-v-4d1af460] .fanshui-filter-dropdown-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 30;
  background: #fff;
  border: 1px solid #e6cbb0;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.fanshui-page[data-v-4d1af460] .fanshui-filter-dropdown-list {
  max-height: 260px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fanshui-page[data-v-4d1af460] .fanshui-filter-dropdown-platform {
  max-height: 280px;
}

.fanshui-page[data-v-4d1af460] .fanshui-filter-option {
  padding: 13px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  border-bottom: 1px solid #f5f0ea;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.fanshui-page[data-v-4d1af460] .fanshui-filter-option:last-child {
  border-bottom: none;
}

.fanshui-page[data-v-4d1af460] .fanshui-filter-option.is-active {
  color: #cf9e56;
  font-weight: 600;
  background: #fffaf5;
}

.fanshui-page[data-v-4d1af460] .fanshui-list-wrap {
  margin-top: 12px;
}

.fanshui-page[data-v-4d1af460] .fanshui-list {
  padding-bottom: 80px;
}

.fanshui-page[data-v-4d1af460] .fanshui-list .van-list__finished-text,
.fanshui-page[data-v-4d1af460] .fanshui-list .van-list__loading {
  font-size: 13px;
  color: #999;
  padding: 16px 0;
}

.fanshui-page[data-v-4d1af460] .fanshui-item {
  padding: 14px 12px;
  margin-bottom: 10px;
  background: linear-gradient(180deg, #fff 0%, #faf8f6 100%);
  border: 1px solid #ede9e7;
  border-radius: 10px;
  box-sizing: border-box;
}

.fanshui-page[data-v-4d1af460] .fanshui-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.fanshui-page[data-v-4d1af460] .fanshui-item-row-sub {
  margin-top: 8px;
}

.fanshui-page[data-v-4d1af460] .fanshui-item-game {
  font-size: 15px;
  font-weight: 600;
  color: #3d3428;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fanshui-page[data-v-4d1af460] .fanshui-item-money {
  font-size: 16px;
  font-weight: 700;
  color: #cf9e56;
  flex-shrink: 0;
}

.fanshui-page[data-v-4d1af460] .fanshui-item-state {
  font-size: 12px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
}

.fanshui-page[data-v-4d1af460] .fanshui-item-state.is-pending {
  background: #fff8ee;
  color: #cf9e56;
}

.fanshui-page[data-v-4d1af460] .fanshui-item-state.is-success {
  background: #eef8f0;
  color: #2a9d4b;
}

.fanshui-page[data-v-4d1af460] .fanshui-item-time {
  font-size: 12px;
  color: #999;
}

.fanshui-page[data-v-4d1af460] .fanshui-item-claim-time {
  margin-top: 6px;
  font-size: 12px;
  color: #8a7a68;
}

.fanshui-page[data-v-4d1af460] .fanshui-empty {
  margin-top: 48px;
  padding: 24px 16px 40px;
  text-align: center;
}

.fanshui-page[data-v-4d1af460] .fanshui-empty img {
  width: 42%;
  max-width: 160px;
  opacity: 0.85;
}

.fanshui-page[data-v-4d1af460] .fanshui-empty-text {
  margin: 16px 0 0;
  font-size: 14px;
  color: #999;
}
