/* casino881 20260606: remove duplicate activity header spacing and keep first paint nonblank. */
#app:empty {
  min-height: 100vh;
  background:
    linear-gradient(#111, #111) top / 100% 50px no-repeat,
    linear-gradient(90deg, #f5f5f5 25%, #fafafa 37%, #f5f5f5 63%) 0 80px / 400% 96px no-repeat,
    #fff;
  animation: casino881-shell-pulse 1.1s ease-in-out infinite;
}

#app:empty::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 71px;
  background: #fff;
  border-top: 1px solid #f1f1f1;
}

.activity-new-page[data-v-76d65451] {
  padding-top: 0 !important;
}

.activity-new-page[data-v-76d65451] .main-content[data-v-76d65451] {
  height: 100% !important;
}

.tab-interest[data-v-76d559fe] .top-section[data-v-76d559fe] {
  padding-top: 12px !important;
}

.tab-interest[data-v-76d559fe] .info-header[data-v-76d559fe] {
  align-items: center !important;
  gap: 8px !important;
}

.tab-interest[data-v-76d559fe] .deposit-info[data-v-76d559fe] {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  flex-wrap: wrap !important;
  row-gap: 1px !important;
}

.tab-interest[data-v-76d559fe] .deposit-info .label[data-v-76d559fe],
.tab-interest[data-v-76d559fe] .deposit-info .val[data-v-76d559fe] {
  white-space: nowrap !important;
}

.tab-interest[data-v-76d559fe] .action-group-top[data-v-76d559fe] {
  flex: 0 0 clamp(160px, 49vw, 188px) !important;
  display: flex !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  min-width: 0 !important;
}

.tab-interest[data-v-76d559fe] .action-group-top[data-v-76d559fe] .van-button {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  padding: 0 7px !important;
}

.tab-interest[data-v-76d559fe] .action-group-top[data-v-76d559fe] .van-button__content,
.tab-interest[data-v-76d559fe] .action-group-top[data-v-76d559fe] .van-button__text {
  min-width: 0 !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1 !important;
}

@media (max-width: 360px) {
  .tab-interest[data-v-76d559fe] .action-group-top[data-v-76d559fe] {
    flex-basis: 152px !important;
    gap: 6px !important;
  }

  .tab-interest[data-v-76d559fe] .action-group-top[data-v-76d559fe] .van-button {
    padding: 0 5px !important;
    font-size: 12px !important;
  }
}

@keyframes casino881-shell-pulse {
  0% { background-position: top, 100% 80px, 0 0; }
  100% { background-position: top, 0 80px, 0 0; }
}
