/* 只影响 item.html 的样式 */
.item-promo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  min-width: 200px;
  transform: translateY(5px);
}

.item-promo-imgs {
  flex: 1;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.item-promo-imgs-box {
  max-width: 100%;
  height: 210px;
  opacity: 0;
  pointer-events: none;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.item-promo-imgs-box a {
  height: 100%;
  flex: 1;
}

.item-promo-imgs-box:nth-child(2) {
  margin-right: -26px;
}
.item-promo-imgs-box:nth-child(1) {
  margin-right: -26px;
}

.item-promo-imgs-box .num {
  width: fit-content;
  position: absolute;
  bottom: 20%;
  left: 23%;
  font-family:
    Passion One,
    Passion One;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
  background: linear-gradient(180deg, #feda4c 0%, #ecad26 34%, #db5b00 67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-stroke: 1px #ffffff;
  paint-order: stroke fill;
  -webkit-paint-order: stroke fill;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.36));
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.36);
  letter-spacing: 1px;
}

.item-promo-img {
  width: 100%;
  height: auto;
  height: 100%;
}
/* 有链接的广告位可以点击 */
.item-promo-imgs-box.has-link {
  pointer-events: auto;
  cursor: pointer;
}

.item-promo-imgs-box.has-link a {
  display: block;
  width: 100%;
  height: 100%;
}

.item-promo-box .promo-line1 {
  font-family:
    DM Serif Display,
    DM Serif Display;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  text-shadow:
    0px 2px 4px rgba(0, 0, 0, 0.1),
    0px -2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-style: normal;
  text-transform: none;
  background: linear-gradient(180deg, #d4af37 0%, #fff4d6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.item-promo-box .promo-line2 {
  font-family:
    DM Serif Display,
    DM Serif Display;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  text-shadow:
    0px 2px 4px rgba(0, 0, 0, 0.1),
    0px -2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-style: normal;
  text-transform: none;
  background: linear-gradient(180deg, #d4af37 0%, #fff4d6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.item-promo-box .promo-btn {
  width: 240px;
  height: 54px;
  background: url("../image/header_btn.png") no-repeat
    center;
  background-size: 100% 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
}

.item-promo-box .promo-btn span {
  font-family:
    DM Serif Display,
    DM Serif Display;
  font-weight: 400;
  font-size: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background: linear-gradient(180deg, #d6cd6d 0%, #fffdeb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border: none !important;
  margin-bottom: 6px;
}

/* Ascendancy Service Section Styles */
.ascendancy-section {
  max-width: calc(100vw - 20px);
  margin: auto;
  background: #1e2235;
  padding: 20px;
  margin-top: 80px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.ascendancy-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ascendancy-content {
  display: flex;
  gap: 30px;
  align-items: stretch;
  flex-wrap: wrap;
}

.ascendancy-image-wrapper {
  flex: 0 0 auto;
  width: 446px;
  max-width: 446px;
  height: 302px;
  border-radius: 8px;
  background: url('../image/img_v3_02t8_ef3865a9-b9eb-409c-8229-56fc3cdd1a7g\ 1.png') no-repeat center center / cover;
}

.ascendancy-benefits-tag {
  width: 201px;
  position: absolute;
  top: 40px;
  left: -40px;
  background: linear-gradient(-90deg, #53fecd 0%, #2c74c9 100%);

  transform: rotate(-45deg);
  z-index: 2;
  font-family: Montserrat, Montserrat;
  font-weight: 600;
  font-size: 26px;
  color: #ffffff;
  font-style: normal;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}

.lang-ar .ascendancy-benefits-tag {
  right: -40px;
  transform: rotate(45deg);
}

.ascendancy-benefits-tag span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ascendancy-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.ascendancy-image-overlay {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 90%;
}

.ascendancy-image-overlay h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.ascendancy-details {
  flex: 1;
  min-width: 320px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ascendancy-details h2 {
  margin: 0 0 12px 0;
  font-family: Oswald, Oswald;
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.ascendancy-details > p {
  margin: 0 0 8px 0;
  font-family: Montserrat, Montserrat;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.ascendancy-live-data-header {
  margin-bottom: 18px;
}

.ascendancy-live-data-header h3 {
  font-family: Oswald, Oswald;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background: linear-gradient(0deg, #53fecd 0%, #2c74c9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ascendancy-stats-row {
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.ascendancy-stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ascendancy-stat-circle {
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ascendancy-stat-circle img {
  width: 100%;
  height: auto;
}

.ascendancy-stat-label {
  margin-bottom: 4px;
  font-family: Oswald, Oswald;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background: linear-gradient(0deg, #53fecd 0%, #2c74c9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ascendancy-stat-value {
  line-height: 1;
  font-family: Oswald, Oswald;
  font-weight: bold;
  font-size: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background: linear-gradient(0deg, #53fecd 0%, #2c74c9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}

.ascendancy-stat-value span {
  font-weight: 600;
  font-size: 16px;
}

.ascendancy-buttons {
  display: flex;
  gap: 15px;
}

.ascendancy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
  height: 58px;
  background: url("../image/jion_btn.png") no-repeat
    center;
  background-size: 100% 100%;
  min-width: 243.39px;
  text-align: center;
  font-family: Oswald, Oswald;
  font-weight: 600;
  font-size: 24px;
  color: #1a1814;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

/* Poe-Vous Section Styles */
.poevous-content {
  flex: 1;
  height: 417px;
  max-height: 417px;
  display: flex;
  flex-direction: column;
  min-width: 320px;
  max-width: 100%;
  position: relative;
}

.poevous-header {
  height: 54px;
  height: auto;
  background: #5865f2;
  border-radius: 12px 12px 0px 0px;
  padding: 3px 14px;
  display: flex;
  align-items: baseline;
  gap: 11px;
}

.poevous-header h2 {
  font-family: Oswald, Oswald;
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  white-space: nowrap;
}

.poevous-header span {
  font-family: Montserrat, Montserrat;
  font-weight: bold;
  font-size: 24px;
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.poevous-grid {
  /* height: 327px; */
  flex: 1;
  display: flex;
  gap: 15px;
  padding: 15px;
  background: #161e29;
  overflow-y: auto;
}

.poevous-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.poevous-images {
  display: none !important;
}

.poevous-grid img {
  width: 100%;
  height: auto;
  display: block;
}

.poevous-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.poevous-card-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
}

.poevous-card-info {
  flex: 1;
  min-width: 0;
}

.poevous-card-user {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}

.poevous-card-time {
  color: #b5bac1;
  font-size: 12px;
}

.poevous-card-message {
  color: #dbdee1;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.poevous-card-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(45px, 1fr));
  gap: 4px;
  margin-bottom: 8px;
}

.poevous-card-items img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
  display: block;
}

.poevous-card-reactions {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}

.poevous-reaction {
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(79, 84, 92, 0.4);
  padding: 4px 8px;
  border-radius: 12px;
  border: 1px solid rgba(79, 84, 92, 0.6);
}

.poevous-reaction img {
  width: 16px;
  height: 16px;
}

.poevous-reaction span {
  color: #b5bac1;
  font-size: 12px;
}

.poevous-member-badge {
  height: auto;
  width: fit-content;
  position: absolute;
  bottom: 46px;
  right: 10px;
  background: url("../image/member_bg.png") no-repeat
    bottom center;
  display: flex;
  align-items: center;
  background-size: 100% 100%;
  padding: 4px 10px;
  padding-left: 50px;
}

.poevous-member-badge img {
  width: 54.73px;
  height: auto;
  position: absolute;
  left: 0;
  top: -20px;
}

.poevous-member-badge span {
  font-family: Montserrat, Montserrat;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  white-space: nowrap;
  margin-bottom: 12px;
}

.poevous-bottom {
  height: 36px;
  background: #46474c;
  border-radius: 0px 0px 12px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 0 12px;
}

.poevous-desc {
  flex: 1;
  font-family: Montserrat, Montserrat;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  font-style: normal;
  text-transform: none;
}

.poevous-discord-btn {
  min-width: 111px;
  height: 21px;
  padding: 2px 8px;
  background: #5865f2;
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
  font-family: Montserrat, Montserrat;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Trustpilot Reviews Section Styles - from home.css */
.trustpilot-reviews-section {
  padding: 60px 0;
  margin: 0 auto;
  max-width: calc(100vw - 50px);
  overflow: hidden;
}

.trustpilot-reviews-section .reviews-title {
  color: #ffffff;
  font-family: Oswald, Oswald;
  font-weight: bold;
  font-size: 42px;
}

.trustpilot-reviews-section .reviews-stats {
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.trustpilot-reviews-section .stat-item {
  flex: 1;
}

.trustpilot-reviews-section .stat-label {
  font-family: Oswald, Oswald;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.trustpilot-reviews-section .stat-value {
  line-height: 1.2;
  background: linear-gradient(0deg, #53fecd 0%, #2c74c9 100%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.trustpilot-reviews-section .stat-value .label {
  font-family: Oswald, Oswald;
  font-weight: bold;
  font-size: 36px;
}

.trustpilot-reviews-section .stat-suffix {
  font-size: 20px;
  margin-left: 5px;
  font-weight: bold;
}

.trustpilot-reviews-section .stat-value img {
  height: 12px;
  width: auto;
  margin-left: 5px;
}

.footer-more {
  margin-top: 80px !important;
  max-width: calc(100vw - 20px);
}

.footer-more .footer-more-mobileimg {
  display: none;
}

@media (max-width: 767px) {
  /* Poe-Vous Section Mobile Styles */
  .poevous-content {
    min-width: 100%;
  }

  .poevous-header {
    height: auto;
    padding: 10px 14px;
    flex-wrap: wrap;
    gap: 6px;
  }

  .poevous-header h2 {
    font-size: 12px;
  }

  .poevous-header span {
    font-size: 10px;
    white-space: unset;
  }

  .poevous-grid {
    height: 219px;
    min-height: 219px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px;
  }

  .poevous-column {
    flex: 0 0 calc(50% - 4px);
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .poevous-images {
    display: none !important;
  }

  .poevous-member-badge {
    padding-left: 30px;
  }

  .poevous-member-badge img {
    width: 45px;
    left: -5px;
    top: -15px;
  }

  .poevous-member-badge span {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .poevous-bottom {
    height: auto;
    padding: 8px;
    gap: 2px;
  }

  .poevous-desc {
    font-size: 9px;
  }

  .poevous-discord-btn {
    font-size: 12px;
  }

  /* Ascendancy Section Mobile Styles */
  .ascendancy-section {
    max-width: calc(100vw - 20px);
    margin: auto;
    padding: 15px;
    margin-top: 30px;
    border-radius: 12px;
  }

  .ascendancy-content {
    flex-direction: column;
    gap: 20px;
  }

  .ascendancy-image-wrapper {
    width: 100%;
    max-width: 100%;
    height: 117px;
    border-radius: 4px;
    background: url('../image/free_img@2x.png') no-repeat center center / cover;
  }

  .ascendancy-benefits-tag {
    width: 150px;
    top: 30px;
    left: -30px;
    font-size: 20px;
    padding: 3px 0;
  }

  .ascendancy-benefits-tag span {
    font-size: 14px;
  }

  .ascendancy-details {
    min-width: 100%;
  }

  .ascendancy-details h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .ascendancy-details > p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .ascendancy-live-data-header {
    margin-bottom: 12px;
  }

  .ascendancy-live-data-header h3 {
    font-size: 16px;
  }

  .ascendancy-stats-row {
    gap: 15px;
    margin-bottom: 15px;
    justify-content: space-between;
  }

  .ascendancy-stat-item {
    gap: 8px;
    flex: 1;
    min-width: 0;
  }

  .ascendancy-stat-circle {
    width: 24px;
    height: 24px;
  }

  .ascendancy-stat-circle img {
    width: 24px;
    height: auto;
  }

  .ascendancy-stat-label {
    font-size: 10px;
    margin-bottom: 2px;
  }

  .ascendancy-stat-value {
    font-size: 12px;
  }

  .ascendancy-stat-value span {
    font-size: 10px;
  }

  .ascendancy-buttons {
    gap: 10px;
  }

  .ascendancy-btn {
    min-width: 45%;
    height: 39px;
    font-size: 14px;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .item-title-wrapper {
    flex-direction: column;
    gap: 8px;
    margin-top: 0;
  }

  .item-h1-title {
    display: block;
    margin-bottom: 10px;
  }

  .item-coupon-row {
    display: block;
    margin-left: 0;
  }

  .item-tags-row {
    font-size: 10px !important;
    gap: 4px;
  }

  .CouponHD .lis {
    /* position: absolute;
    top: 6px !important;
    right: 15px !important; */
  }

  .item-promo-box {
    margin-top: 8px;
    width: 100%;
    border-radius: 12px;
    position: relative;
    overflow: visible;
    padding: 20px 20px 5px;
    display: none;
  }

  .item-promo-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../image/Frame 845.png") no-repeat
      center;
    background-size: contain;
    z-index: 0;
  }

  .item-promo-box > * {
    position: relative;
    z-index: 1;
  }

  .item-promo-box .promo-line1 {
    font-size: 20px;
    line-height: 20px;
  }

  .item-promo-box .promo-line2 {
    font-size: 18px;
    line-height: 18px;
  }

  .item-promo-box .promo-btn {
    width: 148.62px;
    height: 34px;
  }

  .item-promo-box .promo-btn span {
    font-size: 18px;
  }

  .item-promo-imgs {
    margin-top: 20px;
  }

  /* Trustpilot Reviews Mobile Styles */
  .trustpilot-reviews-section .reviews-title {
    font-size: 24px !important;
  }

  .trustpilot-reviews-section .stat-label {
    font-size: 12px !important;
  }

  .trustpilot-reviews-section .stat-value .label {
    font-size: 24px !important;
  }

  .trustpilot-reviews-section .stat-suffix {
    font-size: 10px !important;
  }

  .footer-more {
    margin: 0 auto;
    margin-top: 30px !important;
    max-width: calc(100vw - 20px) !important;
  }

  .footer-more .footer-more-pcimg {
    display: none;
  }

  .footer-more .footer-more-mobileimg {
    display: block;
  }
}

.filter-bar {
  /* max-height: 250px; */
  display: flex;
  align-items: stretch;
  background: #161e29;
  position: relative;
  overflow: hidden;
}

.filter-bar .parseCategory {
  width: 100%;
  /* height: 117px; */
  position: relative; /* 使折叠按钮定位相对于此容器 */
}

/* 折叠状态限制高度为 55px，并隐藏溢出内容 */
.filter-bar .parseCategory.collapsed {
  max-height: 35px;
  overflow: hidden;
}

/* 折叠/展开按钮 */
.filter-bar .parseCategory .category-collapse-toggle {
  position: absolute;
  top: 10px;
  right: 15px;
  text-align: center;
  color: #0F88E8;
  font-family: Montserrat, Montserrat;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  z-index: 10;
}

.lang-ar .parent-cate.common-box-select {
  padding: 10px 15px 10px 70px !important;
  padding-left: 70px !important;
}

.lang-ar .filter-bar .parseCategory .category-collapse-toggle {
  right: auto;
  left: 15px;
}

.filter-bar .parseCategory .category-collapse-toggle i {
    vertical-align: middle;
}

.filter-bar .parseCategory.collapsed .category-collapse-toggle i {
  transform: rotate(180deg);
  vertical-align: baseline;
}

/* 隐藏按钮时使用 display:none */

.newsGolds__main .common-box-select {
  /* max-height: 205px; */
  max-height: fit-content;
}

.common-box-select {
  margin: 0;
}

.common-box-select ul li {
  /* min-width: 25%; */
}

.newsGolds__main .common-box-select:first-child ul {
  /* grid-template-columns: repeat(1, 1fr); */
}

.newsGolds__main .common-box-select:nth-child(2) {
  /* position: absolute;
  left: 260px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9; */
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  border-radius: 0;
}

.newsGolds__main .common-box-select:nth-child(2).collapsed {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* 展开/关闭图标样式 */
.newsGolds__main .common-box-select:first-child ul li {
  position: relative;
}

.newsGolds__main .common-box-select:first-child ul li .toggle-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease;
  z-index: 10;
  display: none;
}

.newsGolds__main .common-box-select:first-child ul li .toggle-icon:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 2px 8px rgba(83, 254, 205, 0.4);
  /* background: linear-gradient(135deg, #53FECD 0%, #2C74C9 100%); */
}

.newsGolds__main .common-box-select:first-child ul li .toggle-icon i {
  background: linear-gradient(90deg, rgb(48 221 251) 0%, #0071f7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 16px;
  transition: all 0.3s ease;
}

/* iPad端样式 (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .newsGolds__main .common-box-select:first-child ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .poevous-header h2 {
    font-size: 16px;
  }
  .poevous-header span {
    font-size: 14px;
  }

  /* Ascendancy Section iPad 适配 */
  .ascendancy-section {
    max-width: calc(100vw - 40px);
    padding: 20px;
    margin-top: 50px;
  }

  .ascendancy-content {
    gap: 25px;
  }

  .ascendancy-image-wrapper {
    width: 100%;
    max-width: 100%;
    height: 248px;
    background: url(../image/free_img@2x.png) no-repeat center center / cover;
  }

  .ascendancy-benefits-tag {
    width: 180px;
    top: 35px;
    left: -35px;
    font-size: 22px;
  }

  .ascendancy-benefits-tag span {
    font-size: 15px;
  }

  .ascendancy-details {
    min-width: 100%;
  }

  .ascendancy-details h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .ascendancy-details > p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .ascendancy-live-data-header {
    margin-bottom: 15px;
  }

  .ascendancy-live-data-header h3 {
    font-size: 17px;
  }

  .ascendancy-stats-row {
    gap: 20px;
    margin-bottom: 20px;
  }

  .ascendancy-stat-item {
    gap: 10px;
  }

  .ascendancy-stat-circle {
    width: 60px;
    height: 60px;
  }

  .ascendancy-stat-circle img {
    width: 60px;
    height: auto;
  }

  .ascendancy-stat-label {
    font-size: 16px;
    margin-bottom: 3px;
  }

  .ascendancy-stat-value {
    font-size: 26px;
  }

  .ascendancy-stat-value span {
    font-size: 14px;
  }

  .ascendancy-buttons {
    gap: 12px;
    flex-wrap: wrap;
  }

  .ascendancy-btn {
    min-width: 200px;
    height: 50px;
    font-size: 20px;
    padding: 0 25px;
  }

  .poevous-grid {
    height: auto;
    min-height: 250px;
  }

  .poevous-member-badge {
    bottom: 40px;
    right: 8px;
  }

  .poevous-member-badge span {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .poevous-bottom {
    height: auto;
    min-height: 36px;
    padding: 8px 12px;
  }

  .poevous-desc {
    font-size: 12px;
  }

  .poevous-discord-btn {
    font-size: 13px;
    min-width: 100px;
  }
}
/* Promo Popup - screenshot style: large centered banner, subtle shadow, circular close button centered below */
#promoPopup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
}
#promoPopup .promo-content {
  background: transparent;
  border: none;
  padding: 0;
  display: block;
  position: relative;
  line-height: 0;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  min-height: 714px;
}
#promoPopup .promo-content .promo-body-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
/* circular close button centered below image */
#promoPopup .promo-close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -28px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.95);
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
}
#promoPopup .promo-close:before {
  content: "✕";
  line-height: 1;
}
#promoPopup .promo-body {
  width: 1161.9px;
  height: 714px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  transition: transform 0.3s ease;
}
#promoPopup .promo-body .promo-items-img {
  position: absolute;
  bottom: 202px;
  right: 180px;
  display: flex;
  align-items: center;
  gap: 38px;
  z-index: 1;
}
#promoPopup .promo-body .promo-confirm-button {
  position: absolute;
  bottom: 80px;
  right: 150px;
  height: 119px;
  width: 420px;
  object-fit: cover;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 260ms cubic-bezier(0.2, 0.9, 0.2, 1),
    box-shadow 260ms ease,
    filter 260ms ease;
  transform-origin: center center;
  z-index: 2;
}

#promoPopup .promo-body .promo-confirm-button img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
  transition:
    transform 300ms cubic-bezier(0.2, 0.9, 0.2, 1),
    filter 300ms ease;
  pointer-events: none;
}

/* Hover / focus / active states */
#promoPopup .promo-body .promo-confirm-button:hover {
  transform: translateY(-6px) scale(1.04);
  filter: brightness(1.04);
}

#promoPopup .promo-body .promo-confirm-button:active {
  transform: translateY(-2px) scale(0.995);
}

#promoPopup .promo-body .promo-confirm-button:hover img {
  transform: scale(1.06) rotate(-1deg);
}

/* Responsive adjustment */
@media (max-width: 768px) {
  #promoPopup .promo-body .promo-confirm-button {
    bottom: 60px;
    right: 110px;
    height: 92px;
    padding: 4px;
  }
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  #promoPopup .promo-body .promo-confirm-button,
  #promoPopup .promo-body .promo-confirm-button img {
    transition: none !important;
    animation: none !important;
  }
}
#promoPopup .promo-body .promo-items-img img {
  height: 175px;
  width: 175px;
  object-fit: cover;
  transform-origin: center center;
  /* 连续放大缩小动画 */
  animation: promo-pulse 1s ease-in-out infinite alternate;
  will-change: transform;
}

/* 缩放关键帧 */
@keyframes promo-pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.12);
  }
}

/* 如果用户偏好减少动画，则禁用 */
@media (prefers-reduced-motion: reduce) {
  #promoPopup .promo-body .promo-items-img img {
    animation: none !important;
    transition: none !important;
  }
}

#promoPopup .promo-body .promo-timer {
  width: 120px;
  height: 28px;
  background: url("../image/lottery/times_bg.png")
    no-repeat center/100% 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: auto;
}

#promoPopup .promo-body .promo-timer .promo-timer-number {
  min-width: 30px;
  font-family: Montserrat, Montserrat;
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
  text-stroke: 0.1px #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
  -webkit-text-stroke: 0.1px #000000;
  display: inline-block;
  line-height: 28px;
  text-align: center;
}

#promoPopup .promo-body .promotion-titles {
  position: absolute;
  display: flex;
  align-items: end;
  bottom: 170px;
  right: 170px;
  gap: 21px;
  z-index: 1;
}

.promotion-title-text {
  width: 192px;
  height: 49px;
  background: linear-gradient(87deg, #ebc483 0%, #ce7214 100%);
  border-radius: 5px 5px 5px 5px;
  border: 2px solid #ddcb13;
  font-family: Impact, Impact;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  text-stroke: 1px #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
  -webkit-text-stroke: 1px #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #promoPopup {
    padding: 12px;
  }
  #promoPopup .promo-content img {
    max-width: 100%;
    border-radius: 4px;
  }
  #promoPopup .promo-close {
    width: 48px;
    height: 48px;
    bottom: -24px;
    font-size: 18px;
    border-width: 2px;
  }
}
@media (max-width: 420px) {
  #promoPopup .promo-close {
    width: 44px;
    height: 44px;
    bottom: -20px;
    font-size: 16px;
  }
}
/* 流星动画样式 */
.meteor-clone {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transition: none;
  will-change: transform;
}

.meteor-clone img {
  width: 175px;
  height: 175px;
  object-fit: cover;
  filter: brightness(1.3) drop-shadow(0 0 20px rgba(83, 254, 205, 0.8));
}

/* 移动端流星缩小 */
@media (max-width: 1024px) {
  .meteor-clone img {
    width: 75px;
    height: 75px;
    filter: brightness(1.3) drop-shadow(0 0 10px rgba(83, 254, 205, 0.8));
  }

  .listheader .title .item-coupon-row .CouponHD span {
    color: #FF0000 !important;
  }
}

/* 流星尾迹效果 */
.meteor-trail {
  position: fixed;
  pointer-events: none;
  z-index: 9998;
  background: linear-gradient(
    135deg,
    rgba(83, 254, 205, 0.8) 0%,
    rgba(44, 116, 201, 0.6) 30%,
    rgba(83, 254, 205, 0.4) 60%,
    transparent 100%
  );
  border-radius: 50%;
  filter: blur(8px);
  opacity: 0;
  transform-origin: center;
}

@keyframes meteor-fly {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: translate(var(--tx-mid), var(--ty-mid)) scale(1.1) rotate(180deg);
  }
  100% {
    opacity: 0.3;
    transform: translate(var(--tx-end), var(--ty-end)) scale(0.3) rotate(360deg);
  }
}

@keyframes trail-pulse {
  0%,
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 0.8;
    transform: scale(2);
  }
}

/* 隐藏状态 */
.promo-items-hidden {
  opacity: 0 !important;
  pointer-events: none;
}

/* 目标元素显示动画 */
.item-promo-imgs-box {
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.item-promo-imgs-box.show-animation {
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* 为每个子元素单独定义动画 */
.item-promo-imgs-box:nth-child(1).show-animation {
  animation: fadeInScale1 0.6s ease forwards;
}

.item-promo-imgs-box:nth-child(2).show-animation {
  animation: fadeInScale2 0.6s ease forwards;
}

.item-promo-imgs-box:nth-child(3).show-animation {
  animation: fadeInScale3 0.6s ease forwards;
}

@keyframes fadeInScale1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeInScale2 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeInScale3 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* 筛选弹窗样式 */
.filter-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh; /* 动态视口高度，自动排除浏览器原生底部导航栏 */
  z-index: 100000; /* 高于 .mobile-bottom-nav(9999) */
  display: none;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.filter-modal.show {
  display: flex;
  opacity: 1;
}

.filter-modal.show .filter-modal-content {
  animation: filterModalSlideIn 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.15s
    forwards;
}

.filter-modal.closing {
  opacity: 1;
}

.filter-modal.closing .filter-modal-overlay {
  opacity: 0;
}

.filter-modal.closing .filter-modal-content {
  animation: filterModalSlideOut 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53)
    forwards;
}

.filter-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.15s ease-out;
}

.filter-modal.show .filter-modal-overlay {
  opacity: 1;
}

.filter-modal-content {
  will-change: transform;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
  max-height: 90vh;
  max-height: 90svh;
  max-height: 90dvh; /* 动态视口高度，与 filter-modal 保持一致 */
  border-radius: 6px 6px 0 0;
  background: #19273a;
  transform: translateY(100%);
  display: flex;
  flex-direction: column;
}

@keyframes filterModalSlideIn {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes filterModalSlideOut {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}

.filter-modal-header {
  padding: 6px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

.filter-modal-header h3 {
  margin: 0 auto;
  font-family: Oswald, Oswald;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.filter-modal-close {
  width: 32px;
  height: 32px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.3s ease;
  margin-right: 10px;
}

.filter-modal-close:hover {
  border-color: #53fecd;
  background: rgba(83, 254, 205, 0.2);
  transform: rotate(90deg);
}

.filter-modal-body {
  padding: 24px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.filter-modal-body::-webkit-scrollbar {
  width: 6px;
}

.filter-modal-body::-webkit-scrollbar-track {
  background: rgba(44, 116, 201, 0.1);
  border-radius: 3px;
}

.filter-modal-body::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #53fecd, #2c74c9);
  border-radius: 3px;
}

.filter-section {
  margin-bottom: 24px;
}

.filter-section:last-child {
  margin-bottom: 0;
}

.filter-section-title {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #53fecd;
  margin-bottom: 12px;
  font-family: Oswald, Oswald;
  font-weight: 600;
  font-size: 13px;
  color: #ffffff;
  font-style: normal;
  text-transform: none;
}

/* Select_Server 样式 - 与 device-server 保持一致 */
.filter-section .Select_Server {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.filter-section .Select_Server li {
  display: flex;
  align-items: center;
  margin: 0 5px;
  cursor: pointer;
  padding: 8px 13px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-family: Oswald, Oswald;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.filter-section .Select_Server li img {
  width: 20px;
  min-width: 20px;
  margin-right: 10px;
}

.filter-section .Select_Server li.active {
  background: linear-gradient(90deg, #204e7f 0%, #0b142f 100%);
  border: 1px solid #ffffff;
}

#filterItemOptions .parent-cate.common-box-select {
  background: linear-gradient(135deg, #204e7f 0%, #0b142f 18%, #0b142f 100%);
  margin: 0 !important;
  padding: 12px !important;
  background: none;
}

#filterItemOptions .parent-cate.common-box-select:nth-child(2) {
  border-top: 1px solid #403f3f;
  padding-top: 25px !important;
}

#filterItemOptions .filter-modal-category .common-box-select ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 12px;
}

#filterItemOptions .common-box-select ul li label {
  display: block;
}

#filterItemOptions .common-box-select ul li::before {
  display: none;
}

.filter-modal-footer {
  padding: 10px 10px max(27px, env(safe-area-inset-bottom));
  display: flex;
  gap: 12px;
  justify-content: space-between;
  flex-shrink: 0;
  background: linear-gradient(
    90deg,
    rgba(83, 254, 205, 0.03),
    rgba(44, 116, 201, 0.03)
  );
  background: #19273a;
  box-shadow: 0px -4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 0px 0px;
}

.filter-reset-btn,
.filter-apply-btn {
  flex: 1;
  padding: 8px 0;
  border-radius: 4px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  outline: none;
  font-family: Montserrat, Montserrat;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.filter-reset-btn {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ffffff;
  background: transparent;
}

.filter-apply-btn {
  background: linear-gradient(90deg, #53fecd 0%, #2c74c9 100%);
}

.filter-apply-btn:active {
  transform: translateY(0);
}

/* 移动端适配 */
@media (max-width: 768px) {
  .filter-modal-body {
    padding: 16px;
  }

  .filter-option-item {
    font-size: 13px;
    padding: 6px 12px;
  }
}
/* 响应式显示控制 */
/* PC端：显示item-promo-imgs，隐藏item-banner-carousel */
.item-promo-imgs {
  display: flex;
}

.lang-ar .item-promo-imgs {
  flex-direction: row-reverse;
}

/* 阿拉伯语RTL模式下，banner轮播容器保持LTR方向以确保CSS translateX滑动逻辑正常工作 */
.lang-ar .banner-carousel-wrapper {
  direction: ltr;
}

.item-banner-carousel {
  display: none;
}

/* iPad和移动端：隐藏item-promo-imgs，显示item-banner-carousel */
@media (max-width: 1024px) {
  .item-promo-imgs {
    display: none !important;
  }

  .item-banner-carousel {
    display: block !important;
    margin-top: 15px;
  }
  .filter-bar {
    flex-direction: column;
    max-width: calc(100vw - 20px);
    margin: auto;
    background: transparent;
    display: none;
  }
  .filter-bar .parseCategory {
    max-width: 100%;
    position: relative;
  }

  .newsGolds__main .common-box-select:nth-child(2) {
    position: unset;
  }

  /* 移动端和iPad端隐藏toggle-icon */
  .newsGolds__main .common-box-select:first-child ul li .toggle-icon {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .newsGolds__main .common-box-select {
    max-height: none;
  }

  .item-banner-carousel::before {
    content: "";
    position: absolute;
    left: 9px;
    right: 9px;
    top: -1px;
    bottom: 0px;
    background: url('../image/lottery/celebration_bg.png')
      no-repeat center / 100% 100%;
  }

  .item-promo-imgs-box {
    display: none !important;
  }
}

/* Banner轮播样式 */
.item-banner-carousel {
  width: 100%;
  position: relative;
}

.banner-carousel-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.banner-carousel-container {
  position: relative;
  height: auto;
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.banner-slide {
  height: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* 导航按钮 */
.banner-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* background: rgba(255, 255, 255, 0.9); */
  background: transparent;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #2c74c9;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.banner-nav-btn:hover {
  background: linear-gradient(135deg, #53fecd 0%, #2c74c9 100%);
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}

.banner-prev {
  left: 20px;
}

.banner-next {
  right: 20px;
}

/* 指示器 */
.banner-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.banner-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.banner-indicator:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}

.banner-indicator.active {
  background: linear-gradient(135deg, #53fecd 0%, #2c74c9 100%);
  border-color: #fff;
  transform: scale(1.3);
}

/* 响应式设计 */
@media (max-width: 768px) {
  .banner-carousel-container {
    height: auto;
  }

  .banner-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .banner-prev {
    left: 10px;
  }

  .banner-next {
    right: 10px;
  }

  .banner-indicators {
    bottom: 10px;
    gap: 8px;
  }

  .banner-indicator {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 480px) {
  .banner-nav-btn {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  .listheader .title span.CouponHD {
    /* padding: 0 12px; */
    width: fit-content;
    min-width: 210px;
    font-size: 12px !important;
  }
}

/* 移动端item-banner-carousel的额外优化 */
@media (max-width: 1024px) {
  .item-banner-carousel {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .banner-carousel-wrapper {
    max-width: 100%;
  }

  .banner-carousel-container {
  }

  .banner-slide img {
  }

  .banner-nav-btn {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .banner-prev {
    left: 15px;
  }

  .banner-next {
    right: 15px;
  }

  .banner-indicators {
    bottom: 15px;
  }
}

.mobile-server-dropdown {
  width: 118px;
  position: relative;
}

.mobile-server-dropdown-trigger {
  width: 100%;
  height: 26px;
  background: #19273A;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 26px;
  text-align: center;
  padding-right: 20px;
  padding-left: 4px;
}

.mobile-server-dropdown-trigger img {
  position: absolute;
  right: 2px;
  top: 5px;
  transform: rotate(90deg);
  width: 18px;
}

.mobile-server-dropdown-menu li {
  min-height: 40px;
  padding: 6px 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 10px;
  display: flex;
  align-items: center;
}

.mobile-server-dropdown-menu li.active {
  background: linear-gradient( 4deg, #53FECD 0%, #2C74C9 100%);
}

.mobile-server-dropdown-trigger .mobile-server-dropdown-text {
  font-family: Oswald, Oswald;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.sort-dropdown-menu, .mobile-server-dropdown-menu {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  background: rgba(11, 20, 47, 0.95);
  border: 1px solid rgba(83, 254, 205, 0.3);
  border-radius: 8px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  backdrop-filter: blur(10px);
}

.mobile-server-dropdown-menu {
  border: 1px solid #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  background: #19273A;
}

.mobile-server-dropdown.open .mobile-server-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sort-dropdown-wrapper.active .sort-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sort-dropdown-item {
  padding: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #9c9ca1;
  font-size: 10px;
}

.sort-dropdown-item:hover {
  background: rgba(83, 254, 205, 0.1);
  color: #53fecd;
}

.sort-dropdown-item.active {
  background: linear-gradient(
    90deg,
    rgba(48, 221, 251, 0.1) 0%,
    rgba(0, 113, 247, 0.1) 100%
  );
  color: #53fecd;
  font-weight: 600;
}
/* 10K CELEBRATION Banner Styles */
.celebration-banner-section {
  width: 100%;
  background: transparent;
  margin-bottom: 40px;
}

/* Banner Header */
.celebration-banner-header {
  height: 250px;
  min-height: fit-content;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  background: url("../image/lottery/Frame 901.png") no-repeat center/100% 100%;
  overflow: hidden;
  text-align: center;
  font-family: Oswald, Oswald;
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.celebration-banner-title {
}

.celebration-banner-subtitle {
}

/* Main Content */
.celebration-banner-content {
  display: flex;
  margin-top: -20px;
  background: url("../image/lottery/celebration_bg.png")
    no-repeat center/100% 100%;
  padding: 3px;
  box-sizing: border-box;
  position: relative;
}

.lang-ar .celebration-banner-content {
  flex-direction: row-reverse;
}

.celebration-card {
  flex: 1;
  position: relative;
}

/* Welcome Card */
.celebration-welcome-card {
}

/* Lucky Draw Card */
.celebration-draw-card {
  margin-left: -26px;
}

.celebration-draw-card:first-child {
  margin-left: 0;
}

.celebration-community-card {
  margin-left: -26px;
}

.celebration-card-img {
  max-height: 250px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.celebration-banner-content .promo-timer {
  background: url("../image/lottery/times_bg.png")
    no-repeat center/100% 100%;
  width: 148px;
  height: 37px;
  font-family: Montserrat, Montserrat;
  font-weight: normal;
  font-size: 20px;
  color: #ffffff;
  text-stroke: 0.2px #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
  -webkit-text-stroke: 0.2px #000000;
  position: absolute;
  left: 230px;
  top: 17px;
  display: flex;
  gap: 21px;
  align-items: center;
}

.celebration-banner-content .celebration-hover-overlay a {
  display: block;
  height: 100%;
  width: 100%;
}

.celebration-banner-content .celebration-hover-overlay .promo-timer{
  right: 65px;
  left: unset;
}

.celebration-banner-content .promo-timer .promo-timer-number {
  min-width: 35px;
  text-align: center;
}

.celebration-welcome-card .num {
  width: fit-content;
  position: absolute;
  bottom: 70px;
  left: 100px;
  font-family:
    Passion One,
    Passion One;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 3px;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
  /* 渐变色填充 */
  background: linear-gradient(180deg, #feda4c 0%, #ecad26 34%, #db5b00 67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* 白色外描边 - 5px */
  -webkit-text-stroke: 2px #ffffff;
  /* 关键属性：控制绘制顺序，让描边在填充下方（外描边效果） */
  paint-order: stroke fill;
  -webkit-paint-order: stroke fill;
  /* 阴影增强效果 */
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.36));
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.36);
  letter-spacing: 3px;
}

.celebration-draw-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.celebration-draw-logo {
  height: 40px;
  width: auto;
}

.celebration-community-logo {
  height: 40px;
  width: auto;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .celebration-banner-content {
    overflow-x: auto;
    margin-top: 0;
  }

  .celebration-banner-title {
    font-size: 32px;
  }

  .celebration-banner-subtitle {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .celebration-banner-header {
    height: 130px;
    line-height: 1.5;
  }

  .celebration-banner-subtitle,
  .celebration-banner-title {
    font-size: 14px;
  }

  .celebration-banner-content {
    padding: 0;
    background: transparent;
    margin-top: -20px;
  }

  .celebration-banner-content .promo-timer {
    display: none;
  }
}

@media (max-width: 1024px) {
  .celebration-banner-subtitle,
  .celebration-banner-title {
    font-size: 10px;
  }

  /* 移动端隐藏celebration-card */
  .celebration-card {
    display: none !important;
  }

  /* 移动端隐藏celebration-hover-overlay */
  .celebration-hover-overlay {
    display: none !important;
  }

  /* 移动端显示item-banner-carousel */
  .item-banner-carousel {
    display: block !important;
  }
}

@media (max-width: 480px) {
  .celebration-banner-header {
    height: 78px;
  }
}

/* Hover浮动图片样式 */
.hover-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.1s ease,
    visibility 0.1s ease;
  pointer-events: none;
}

.hover-image-overlay.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hover-image-overlay img {
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
  transform-origin: center center;
  will-change: transform, opacity;
  animation: scrollUnfold 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Celebration card hover overlay */
.celebration-hover-overlay {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #000;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.1s ease,
    visibility 0.1s ease;
  pointer-events: none;
}

.celebration-hover-overlay.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  pointer-events: none; /* 允许点击穿透到下层的链接 */
}

.celebration-hover-overlay img {
  width: 100%;
  height: 100%;
  transform-origin: center center;
  will-change: transform, opacity;
  animation: scrollUnfold 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Celebration hover overlay 的 promo-timer */
.celebration-hover-overlay .promo-timer {
  position: absolute;
  right: 50px;
  top: 30px;
  background: url("../image/lottery/times_bg.png")
    no-repeat center/100% 100%;
  width: 148px;
  height: 37px;
  font-family: Montserrat, Montserrat;
  font-weight: normal;
  font-size: 20px;
  color: #ffffff;
  text-stroke: 0.2px #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
  -webkit-text-stroke: 0.2px #000000;
  display: flex;
  gap: 21px;
  align-items: center;
  justify-content: center;
}

.celebration-hover-overlay .promo-timer .promo-timer-number {
  min-width: 35px;
  text-align: center;
}

@keyframes scrollUnfold {
  0% {
    transform: scaleX(0) scaleY(0.98) translateZ(0);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scaleX(1) scaleY(1) translateZ(0);
    opacity: 1;
  }
}

.item-promo-imgs-box,
.celebration-card {
  cursor: pointer;
}

.placeholder-ad {
  cursor: default !important;
}

/* ===== MMOM社区专属礼品弹窗样式 开始 ===== */
#giftsPopup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.72);
  z-index: 99999;
  justify-content: center;
  align-items: center;
}
#giftsPopup.active {
  display: flex;
}
.ip-popup-wrap {
  width: 1323px;
  max-width: 100vw;
  height: 551.89px;
  height: auto;
  position: relative;
  animation: ipPopupIn .28s cubic-bezier(.4,0,.2,1);
}

#giftsPopupExplain {
  display: none;
}

@keyframes ipPopupIn {
  from { transform: scale(.88); }
  to   { transform: scale(1); }
}
.ip-popup-close {
  position: absolute;
  top: 30px;
  right: 90px;
  width: 45px; 
  height: 45px;
  border-radius: 50%;
  border: none;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  display: flex; align-items: center; justify-content: center;
  transition: transform .15s;
  background: url(../image/lottery/close_btn.png) no-repeat center/100% 100%;
}
.ip-popup-close:hover { 
  transform: scale(1.3);
}
.ip-popup-img {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
}
.ip-popup-img img {
  width: auto;
  height: auto;
  display: block;
}
.ip-popup-img .pc-img {
  display: block;
}
.ip-popup-img .mobile-img {
  display: none;
}
.ip-popup-btns {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}
.ip-popup-btn {
  width: 309px;
  height: 94px;
  padding: 10px 6px;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 260ms cubic-bezier(0.2, 0.9, 0.2, 1),
    box-shadow 260ms ease,
    filter 260ms ease;
  white-space: nowrap;
}
.ip-popup-btn:hover { transform: translateY(-6px) scale(1.04); }
.ip-popup-btn-primary {
  background: linear-gradient(90deg, #53FECD, #2C74C9);
  color: #fff;
  background: url(../image/lottery/tutorial_btn.png) no-repeat center/100% 100%;
}
.ip-popup-btn-secondary {
  background: #5865F2;
  color: #fff;
  background: url(../image/lottery/btn_dark.png) no-repeat center/100% 100%;
  margin-left: auto;
  margin-right: -30px;
}
.ip-popup-btn-cancel {
  width: 433px;
  height: 132px;
  color: #ccc;
  background: url(../image/lottery/btn_bright.png) no-repeat center/100% 100%;
}
#giftsPopupExplain .ip-popup-btns .ip-popup-btn-primary {
  background: url(../image/lottery/back_btn.png) no-repeat center/100% 100%;
}
@media only screen and (min-width: 1025px) and (max-width: 1323px){
  .ip-popup-img img {
    max-width: 100%;
  }
  .ip-popup-btns {
    max-width: 80%;
  }
}
@media (max-width: 1024px) {
  .ip-popup-img .pc-img {
    display: none;
  }
  .ip-popup-img .mobile-img {
    display: block;
  }
  .ip-popup-wrap {
    width: 316px;
    height: 518px;
  }
  #giftsPopupExplain {
    width: 326px;
  }
  .ip-popup-btns {
    flex-wrap: wrap;
    bottom: 60px;
  }
  .ip-popup-btn { 
    width: 154.5px;
    height: 47px;
  }

  .ip-popup-btn-cancel {
    width: 310px;
    height: 100.91px;
  }

  .ip-popup-btn-secondary {
    margin-right: 0;
  }

  .ip-popup-close {
    top: unset;
    bottom: -50px;
    right: unset;
    transform: translateX(-50%);
    left: 50%;
  }

  #giftsPopupExplain {
    background: url(../image/lottery/prize-bg.png) no-repeat center/100% 100%;
  }

  #giftsPopupExplain .ip-popup-img {
    overflow: auto;
    height: 280px;
    margin: auto;
    margin-top: 28px;
    padding: 15px;
    width: calc(100% - 10px);
  }
}
/* ===== MMOM社区专属礼品弹窗样式 结束 ===== */
