/* Forum UI enhancements */
.search-warp .search-title,
.search-warp .search-desc,
.search-warp .search-title *,
.search-warp .search-desc * {
  color: #fff !important;
  font-weight: 700;
}

.search-warp .search-desc {
  opacity: 1 !important;
}

.search-form .search-fields {
  position: relative;
  display: flex;
  align-items: stretch;
}

.search-form .search-fields button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  padding: 0 18px;
  background: #9ca3af !important;
  border: none !important;
  border-radius: 0 8px 8px 0;
  box-shadow: none;
}

.search-form .search-fields button:hover,
.search-form .search-fields button:focus {
  background: #8b949e !important;
}

.search-form .search-fields button i,
.search-form .search-fields button .fa,
.search-form .search-fields button .fas {
  color: #fff !important;
}

.search-warp .search-hots,
.search-warp .search-hots span,
.search-warp .search-hots a {
  text-align: left !important;
}

.search-warp .search-hots {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  align-items: center;
  gap: 8px;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.home-last-post .section-cat-navbtn,
.section-cat-navbtn {
  text-align: left !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.home-last-post .section-cat-navbtn .btn,
.section-cat-navbtn .btn {
  margin-left: 0 !important;
  color: #111111 !important;
  background: linear-gradient(135deg, #f2f9ff 0%, #dceeff 52%, #c6e2ff 100%) !important;
  border: 1px solid rgba(122, 174, 231, 0.58) !important;
  border-radius: 26px 12px 30px 10px / 18px 28px 14px 26px !important;
  box-shadow: 0 10px 20px rgba(94, 155, 220, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transform: rotate(-2.2deg) translateY(-1px);
  transition: all 0.2s ease;
}

.home-last-post .section-cat-navbtn .btn:nth-child(even),
.section-cat-navbtn .btn:nth-child(even) {
  border-radius: 12px 30px 14px 32px / 26px 16px 28px 18px !important;
  transform: rotate(2deg) translateY(1px);
}

.home-last-post .section-cat-navbtn .btn:nth-child(3n),
.section-cat-navbtn .btn:nth-child(3n) {
  border-radius: 30px 16px 24px 8px / 20px 30px 12px 24px !important;
  transform: rotate(-3deg) translateY(0);
}

.home-last-post .section-cat-navbtn .btn:hover,
.section-cat-navbtn .btn:hover,
.home-last-post .section-cat-navbtn .btn:focus,
.section-cat-navbtn .btn:focus {
  color: #000000 !important;
  background: linear-gradient(135deg, #e7f4ff 0%, #d3eaff 55%, #bddcff 100%) !important;
  border-color: rgba(96, 158, 225, 0.75) !important;
  box-shadow: 0 14px 24px rgba(94, 155, 220, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transform: translateY(-2px) rotate(-1deg);
}

.site-header .logo-wrapper {
  display: flex;
  align-items: center;
  transform: translateX(48px);
}

.site-header .logo-wrapper .logo.regular,
.site-header .logo-wrapper .logo.text {
  transform: scale(0.82);
  transform-origin: left center;
}

.site-header .logo-wrapper img.logo.regular {
  max-width: 82%;
  height: auto;
}

.site-header .main-menu .nav-list > li > a .menu-item-label {
  display: inline-block;
}

.site-header .main-menu .nav-list > li > a .menu-item-icon-image.menu-item-icon-auto {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 0px;
  vertical-align: middle;
  background-color: currentColor;
  -webkit-mask-image: var(--menu-icon-image);
  mask-image: var(--menu-icon-image);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  filter: drop-shadow(0 4px 10px rgba(255, 170, 0, 0.22));
}

.site-header .main-menu .nav-list > li > a:hover .menu-item-icon-image.menu-item-icon-auto,
.site-header .main-menu .nav-list > li.current-menu-item > a .menu-item-icon-image.menu-item-icon-auto,
.site-header .main-menu .nav-list > li.current-menu-parent > a .menu-item-icon-image.menu-item-icon-auto,
.site-header .main-menu .nav-list > li.current-menu-ancestor > a .menu-item-icon-image.menu-item-icon-auto {
  filter: drop-shadow(0 10px 20px rgba(255, 145, 0, 0.32));
}

.action-hover-menu .hover-info-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.action-hover-menu .hover-user-summary {
  flex: 1 1 auto;
  min-width: 0;
}

.action-hover-menu .hover-balance-inline-wrap {
  flex: 0 0 154px;
  margin-left: auto;
}

.action-hover-menu .hover-balance-inline-wrap .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0.35rem;
}

.action-hover-menu .hover-item {
  padding: 0.75rem 1rem 0 !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 255, 0.98) 100%);
  border: 1px solid rgba(76, 110, 245, 0.08);
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(31, 45, 61, 0.10), 0 2px 8px rgba(76, 110, 245, 0.08);
  backdrop-filter: blur(10px);
}

.action-hover-menu .balance-qiandao a,
.action-hover-menu .hover-balance-card {
  min-height: 30px;
  padding: 0.3rem 0.6rem !important;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 12px;
  border: 1px solid rgba(76, 110, 245, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.action-hover-menu .balance-qiandao a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 247, 237, 0.96) 0%, rgba(255, 239, 213, 0.96) 100%);
  color: #b45309;
}

.action-hover-menu .hover-balance-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(239, 244, 255, 0.98) 0%, rgba(228, 238, 255, 0.98) 100%);
  color: #3554d1;
}

.action-hover-menu .hover-item .balance-qiandao a:hover,
.action-hover-menu .hover-item .hover-balance-card:hover {
  border-color: rgba(76, 110, 245, 0.18);
  box-shadow: 0 10px 20px rgba(76, 110, 245, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.action-hover-menu .balance-qiandao .qiandao-status .fa {
  position: absolute;
  left: 2.3rem;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  color: #f59e0b;
  text-shadow: 0 1px 2px rgba(245, 158, 11, 0.18);
}

.action-hover-menu .balance-qiandao .user-qiandao-action {
  color: #f59e0b !important;
}

.action-hover-menu .balance-qiandao .user-qiandao-action i {
  color: #f59e0b !important;
  position: relative;
  top: 3px;
}

.action-hover-menu .balance-qiandao .qiandao-claim-text {
  color: #f59e0b;
  font-weight: 600;
  letter-spacing: 0.01em;
  position: relative;
  top: -7px;
  display: inline-block;
  transform: translateY(10px) !important;
}

.action-hover-menu .qiandao-text {
  color: #f59e0b;
  font-weight: 600;
  letter-spacing: 0.01em;
  position: relative;
  top: 3px;
  left: 6px;
}

.action-hover-menu .hover-balance-title {
  color: #6b7280;
}

.action-hover-menu .hover-balance-amount,
.action-hover-menu .hover-balance-value i {
  color: #3554d1;
}

.action-hover-menu .hover-link a {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  color: #4b5563;
  border-radius: 10px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.action-hover-menu .hover-link a:hover {
  background: rgba(76, 110, 245, 0.08);
  color: #3554d1;
}

.action-hover-menu .hover-balance-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

.action-hover-menu .hover-balance-value {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.action-hover-menu .hover-balance-amount {
  display: inline-block;
}

/* 93bbk cursor clone */
body {
  cursor: url("../img/cursor-default.cur"), default;
}

a:hover,
button:hover,
.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
[role="button"]:hover,
.cursor-pointer:hover {
  cursor: url("../img/cursor-pointer.cur"), pointer;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  pointer-events: none;
  border-radius: 50%;
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 1;
  mix-blend-mode: normal;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background: #22d3ee;
  transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -18px;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  background: #22d3ee;
  opacity: .3;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #06b6d4;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: .6;
  transition: all .08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.main-wrapper[data-magic-cursor="hide"] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

@media (pointer: coarse) {
  .mouse-cursor {
    display: none !important;
  }
}

/* Gaming portal overrides */
body.home,
body.blog {
  background:
    radial-gradient(circle at 50% -10%, rgba(34, 211, 238, 0.20) 0%, rgba(34, 211, 238, 0) 30%),
    radial-gradient(circle at 85% 15%, rgba(168, 85, 247, 0.18) 0%, rgba(168, 85, 247, 0) 24%),
    radial-gradient(circle at 15% 78%, rgba(59, 130, 246, 0.16) 0%, rgba(59, 130, 246, 0) 26%),
    linear-gradient(180deg, #050816 0%, #090d1f 28%, #0b1024 62%, #060913 100%) !important;
  color: #d8e3ff;
}

body.home .main-wrapper,
body.blog .main-wrapper {
  position: relative;
  overflow: hidden;
}

body.home .main-wrapper::before,
body.blog .main-wrapper::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.16));
  opacity: 0.34;
  z-index: 0;
}

body.home .main-wrapper::after,
body.blog .main-wrapper::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 20%, rgba(34, 211, 238, 0.14) 0%, rgba(34, 211, 238, 0) 22%),
    radial-gradient(circle at 80% 12%, rgba(168, 85, 247, 0.14) 0%, rgba(168, 85, 247, 0) 22%),
    radial-gradient(circle at 50% 100%, rgba(59, 130, 246, 0.14) 0%, rgba(59, 130, 246, 0) 28%);
  z-index: 0;
}

body.home .site-main,
body.blog .site-main,
body.home section.container,
body.blog section.container {
  position: relative;
  z-index: 1;
}

body.home section.container,
body.blog section.container {
  margin-top: 1px;
  margin-bottom: 1px;
}

.search-bg {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(103, 232, 249, 0.16);
  box-shadow: none;
  width: 100%;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  min-height: 420px;
}

.search-bg .jarallax-img,
.search-bg img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.search-bg::before {
  content: none;
  display: none;
}

.search-bg::after {
  content: none;
  display: none;
}

.search-bg .search-bg-overlay {
  display: none !important;
  background: none !important;
}

.search-bg .search-warp {
  position: relative;
  z-index: 3;
  padding-top: clamp(145px, 16.5vw, 220px);
  padding-bottom: clamp(40px, 6vw, 72px);
  background: transparent !important;
}

.search-bg .search-warp::before,
.search-bg .search-warp::after,
.search-form::before,
.search-form::after,
.search-form .search-fields::before,
.search-form .search-fields::after,
.search-form .search-fields button::before,
.search-form .search-fields button::after,
.search-warp .search-hots::before,
.search-warp .search-hots::after,
.search-warp .search-hots span::before,
.search-warp .search-hots span::after,
.search-warp .search-hots a::before,
.search-warp .search-hots a::after {
  content: none !important;
  display: none !important;
}

.search-bg .search-content,
.search-bg .search-main,
.search-bg .search-box,
.search-bg .home-search-box,
.search-form,
.search-form form,
.search-form .search-select,
.search-form .search-fields,
.search-form .search-fields input,
.search-form .search-fields .form-control,
.search-form .search-fields input[type="search"],
.search-form .search-fields input[type="text"],
.search-form .search-fields button,
.search-warp .search-hots,
.search-warp .search-hots span,
.search-warp .search-hots a {
  background-image: none !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

.search-warp .search-title {
  font-size: clamp(2.4rem, 4.8vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  color: #f8fbff !important;
  text-shadow:
    0 0 18px rgba(34, 211, 238, 0.32),
    0 0 40px rgba(168, 85, 247, 0.16),
    0 14px 40px rgba(2, 6, 23, 0.72);
}

.search-warp .search-desc {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.85;
  color: rgba(216, 227, 255, 0.86) !important;
  text-shadow: 0 8px 24px rgba(2, 6, 23, 0.48);
}

.search-form {
  margin-top: 30px;
}

.search-form .search-fields {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  border: 1px solid rgba(103, 232, 249, 0.24);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(7, 12, 28, 0.86) 0%, rgba(12, 18, 38, 0.74) 100%) !important;
  box-shadow:
    0 24px 70px rgba(2, 6, 23, 0.55),
    0 0 0 1px rgba(34, 211, 238, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 0 28px rgba(34, 211, 238, 0.05);
  backdrop-filter: blur(18px) saturate(160%);
}

.search-form .search-fields input,
.search-form .search-fields .form-control,
.search-form .search-fields input[type="search"],
.search-form .search-fields input[type="text"] {
  min-height: 30px;
  border: 1px solid rgba(103, 232, 249, 0.08) !important;
  background: linear-gradient(180deg, rgba(14, 20, 39, 0.96) 0%, rgba(8, 13, 28, 0.98) 100%) !important;
  color: #eef6ff !important;
  border-radius: 12px 0 0 12px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.search-form .search-fields input::placeholder,
.search-form .search-fields .form-control::placeholder {
  color: #7f8fb0;
}

.search-form .search-fields button {
  min-width: 52px;
  min-height: 30px;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #22d3ee 0%, #3b82f6 52%, #8b5cf6 100%) !important;
  box-shadow:
    0 14px 30px rgba(34, 211, 238, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.search-form .search-fields button:hover,
.search-form .search-fields button:focus {
  background: linear-gradient(135deg, #67e8f9 0%, #60a5fa 50%, #a78bfa 100%) !important;
}

.search-form .search-fields button i,
.search-form .search-fields button .fa,
.search-form .search-fields button .fas {
  color: #04111f !important;
}

.search-warp .search-hots {
  margin-top: 20px;
  justify-content: center !important;
  gap: 10px;
}

.search-warp .search-hots span,
.search-warp .search-hots a {
  color: rgba(216, 227, 255, 0.84) !important;
}

.search-warp .search-hots a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(10, 16, 34, 0.72) !important;
  border: 1px solid rgba(103, 232, 249, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
}

.search-warp .search-hots a:hover {
  transform: translateY(-2px);
  color: #ecfeff !important;
  border-color: rgba(103, 232, 249, 0.42);
  box-shadow: 0 10px 22px rgba(34, 211, 238, 0.12);
}

.section-title {
  margin-bottom: 1.8rem !important;
}

.section-title h3,
.section-title h3 a {
  color: #f8fbff !important;
  font-size: clamp(1.55rem, 2.05vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  text-shadow: 0 0 14px rgba(34, 211, 238, 0.14);
}

.section-title p,
.section-title .text-muted {
  color: rgba(160, 174, 208, 0.88) !important;
  font-size: 1rem;
  line-height: 1.75;
}

.section-title h3::after {
  content: "";
  display: block;
  width: 92px;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #22d3ee 0%, #3b82f6 45%, #a855f7 100%);
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.35);
}

.home-last-post .section-cat-navbtn,
.section-cat-navbtn {
  gap: 10px;
}

.home-last-post .section-cat-navbtn .btn,
.section-cat-navbtn .btn {
  color: #e8f7ff !important;
  background: linear-gradient(135deg, rgba(8, 13, 28, 0.92) 0%, rgba(15, 23, 42, 0.92) 100%) !important;
  border: 1px solid rgba(34, 211, 238, 0.20) !important;
  box-shadow:
    0 10px 22px rgba(2, 6, 23, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 0 14px rgba(34, 211, 238, 0.04);
}

.home-last-post .section-cat-navbtn .btn:hover,
.section-cat-navbtn .btn:hover,
.home-last-post .section-cat-navbtn .btn:focus,
.section-cat-navbtn .btn:focus {
  color: #ffffff !important;
  background: linear-gradient(135deg, rgba(14, 23, 54, 0.96) 0%, rgba(10, 16, 36, 0.96) 100%) !important;
  border-color: rgba(103, 232, 249, 0.42) !important;
  box-shadow:
    0 14px 28px rgba(2, 6, 23, 0.46),
    0 0 18px rgba(34, 211, 238, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.posts-warp article,
.cms-post-warp article,
.home-title-posts .list-group-item,
.home-overview .card,
.home-dynamic .card,
.home-scratch-card .card,
.price-card,
.widget-catbox-item {
  border: 1px solid rgba(103, 232, 249, 0.10) !important;
  border-radius: 24px !important;
  background: linear-gradient(180deg, rgba(8, 13, 28, 0.90) 0%, rgba(11, 18, 36, 0.94) 100%) !important;
  box-shadow:
    0 18px 44px rgba(2, 6, 23, 0.52),
    0 0 0 1px rgba(34, 211, 238, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 0 28px rgba(59, 130, 246, 0.03);
  backdrop-filter: blur(16px);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.posts-warp article:hover,
.cms-post-warp article:hover,
.home-title-posts .list-group-item:hover,
.home-overview .card:hover,
.home-dynamic .card:hover,
.home-scratch-card .card:hover,
.price-card:hover,
.widget-catbox-item:hover {
  transform: translateY(-8px);
  border-color: rgba(103, 232, 249, 0.22) !important;
  box-shadow:
    0 24px 54px rgba(2, 6, 23, 0.62),
    0 0 24px rgba(34, 211, 238, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.entry-title,
.entry-title a,
.price-plan,
.home-title-posts .list-group-item a {
  color: #f8fbff !important;
}

.entry-title,
.entry-title a {
  font-weight: 700;
  letter-spacing: -0.015em;
}

.entry-excerpt,
.entry-meta,
.price-desc,
.home-title-posts .list-group-item small,
.home-overview .text-muted,
.home-dynamic .text-muted {
  color: rgba(160, 174, 208, 0.84) !important;
}

.entry-media,
.entry-media .media-img,
.widget-catbox-item,
.price-card {
  overflow: hidden;
}

.entry-media .media-img::after,
.widget-catbox-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 13, 28, 0.02) 0%, rgba(8, 13, 28, 0.55) 100%),
    linear-gradient(135deg, rgba(34, 211, 238, 0.04) 0%, rgba(168, 85, 247, 0.08) 100%);
  pointer-events: none;
}

.widget-catbox-item {
  position: relative;
  min-height: 100%;
}

.widget-catbox-item .catbox-content {
  position: relative;
  z-index: 1;
  padding: 28px 22px;
  background: linear-gradient(180deg, rgba(4, 10, 24, 0.12) 0%, rgba(4, 10, 24, 0.78) 100%);
}

.widget-catbox-item .catbox-content h3,
.widget-catbox-item .catbox-content p,
.widget-catbox-item .catbox-content a,
.widget-catbox-item .badge {
  color: #f8fbff !important;
  text-shadow: 0 8px 24px rgba(2, 6, 23, 0.42);
}

.widget-catbox-item .badge {
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 16px rgba(34, 211, 238, 0.12);
}

.price-card {
  color: #d8e3ff;
}

.price-card .price-header {
  position: relative;
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(103, 232, 249, 0.10);
}

.price-card .price-header::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0) 0%, rgba(34, 211, 238, 0.55) 50%, rgba(168, 85, 247, 0) 100%);
}

.price-card .price-body,
.price-card .price-footer {
  padding-left: 24px;
  padding-right: 24px;
}

.price-card .price-ammount {
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  text-shadow: 0 0 18px rgba(34, 211, 238, 0.14);
}

.price-card .price-desc li {
  border-color: rgba(103, 232, 249, 0.10);
}

.site-header {
  background: transparent !important;
  backdrop-filter: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  transition: background 0.3s ease, backdrop-filter 0.3s ease;
}

.site-header.navbar-now,
.site-header.navbar-sticky {
  background: rgba(5, 8, 22, 0.92) !important;
  backdrop-filter: blur(16px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
  border-bottom: 1px solid rgba(103, 232, 249, 0.08) !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.28), 0 1px 0 rgba(103, 232, 249, 0.04) inset !important;
}

.site-header .logo-wrapper img.logo.regular {
  filter: drop-shadow(0 0 16px rgba(34, 211, 238, 0.12));
}

.site-header .main-menu .nav-list > li > a {
  color: rgba(222, 234, 255, 0.84);
}

.site-header .main-menu .nav-list > li > a:hover,
.site-header .main-menu .nav-list > li.current-menu-item > a,
.site-header .main-menu .nav-list > li.current-menu-parent > a,
.site-header .main-menu .nav-list > li.current-menu-ancestor > a {
  color: #ffffff;
  text-shadow: 0 0 12px rgba(34, 211, 238, 0.18);
}

.site-header .main-menu .nav-list > li > a .menu-item-icon-image.menu-item-icon-auto {
  filter: drop-shadow(0 0 10px rgba(34, 211, 238, 0.14));
}

.site-header .main-menu .nav-list > li > a:hover .menu-item-icon-image.menu-item-icon-auto,
.site-header .main-menu .nav-list > li.current-menu-item > a .menu-item-icon-image.menu-item-icon-auto,
.site-header .main-menu .nav-list > li.current-menu-parent > a .menu-item-icon-image.menu-item-icon-auto,
.site-header .main-menu .nav-list > li.current-menu-ancestor > a .menu-item-icon-image.menu-item-icon-auto {
  filter: drop-shadow(0 0 16px rgba(34, 211, 238, 0.26)) drop-shadow(0 0 24px rgba(168, 85, 247, 0.18));
}

.site-footer {
  background: linear-gradient(180deg, rgba(6, 9, 19, 0.92) 0%, rgba(3, 6, 15, 0.98) 100%);
  border-top: 1px solid rgba(103, 232, 249, 0.08);
}

body.home .text-dark,
body.blog .text-dark {
  color: #eef6ff !important;
}

body.home .text-muted,
body.blog .text-muted {
  color: rgba(160, 174, 208, 0.84) !important;
}

/* 首页右下角悬浮栏样式 */
body.home .rollbar,
body.blog .rollbar {
  background: rgba(8, 13, 28, 0.85);
  border: 1px solid rgba(34, 211, 238, 0.2);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

body.home .rollbar .actions,
body.blog .rollbar .actions {
  box-shadow: none;
}

body.home .rollbar .actions li,
body.blog .rollbar .actions li {
  background: rgba(8, 13, 28, 0.85);
  border-bottom-color: rgba(34, 211, 238, 0.12);
}

body.home .rollbar .actions li a,
body.blog .rollbar .actions li a {
  background: transparent;
  color: rgba(160, 174, 208, 0.85);
  border-color: rgba(34, 211, 238, 0.12);
  border-radius: 8px;
  transition: all 0.2s ease;
}

body.home .rollbar .actions li a > span,
body.blog .rollbar .actions li a > span {
  color: rgba(160, 174, 208, 0.85);
}

body.home .rollbar .actions li a:hover,
body.blog .rollbar .actions li a:hover {
  color: #22d3ee;
  background: rgba(34, 211, 238, 0.15);
}

body.home .back-top,
body.blog .back-top {
  background: rgba(8, 13, 28, 0.85);
  border: 1px solid rgba(34, 211, 238, 0.2);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  color: rgba(160, 174, 208, 0.85);
}

body.home .back-top:hover,
body.blog .back-top:hover {
  background: rgba(34, 211, 238, 0.15);
  border-color: rgba(34, 211, 238, 0.4);
  color: #22d3ee;
}

body.home .back-top-show,
body.blog .back-top-show {
  background: rgba(8, 13, 28, 0.85);
  border-color: rgba(34, 211, 238, 0.2);
}

@media (min-width: 768px) {
  .search-bg {
    min-height: 420px;
  }

  .search-bg .jarallax-img,
  .search-bg img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transform: translateY(-65px) !important;
  }
}

@media (max-width: 991.98px) {
  body.home section.container,
  body.blog section.container {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .search-bg .search-warp {
    padding-top: 72px;
    padding-bottom: 52px;
  }

  .search-form .search-fields {
    border-radius: 20px;
  }
}

@media (max-width: 767.98px) {
  body.home section.container,
  body.blog section.container {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .search-bg {
    min-height: auto !important;
  }

  .search-bg .search-warp {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .search-bg .jarallax-img,
  .search-bg img {
    object-fit: cover !important;
    object-position: center top !important;
    width: 100% !important;
    height: auto !important;
    min-height: 280px;
    transform: translateY(-50px) !important;
    position: relative !important;
  }

  .search-warp .search-title {
    font-size: 2.2rem;
  }

  .search-warp .search-desc {
    font-size: 0.96rem;
    line-height: 1.72;
  }

  .search-form .search-fields {
    padding: 7px;
    border-radius: 18px;
  }

  .posts-warp article,
  .cms-post-warp article,
  .home-title-posts .list-group-item,
  .home-overview .card,
  .home-dynamic .card,
  .home-scratch-card .card,
  .price-card,
  .widget-catbox-item {
    border-radius: 18px !important;
  }
}

/* Gaming home modules */
.game-shelf-section,
.home-battlepass-section,
.game-category-hub-section {
  position: relative;
}

.game-shelf-frame,
.battlepass-shell,
.game-category-hub {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(103, 232, 249, 0.10);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(5, 10, 24, 0.82) 0%, rgba(8, 13, 28, 0.92) 100%);
  box-shadow:
    0 24px 60px rgba(2, 6, 23, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 0 24px rgba(34, 211, 238, 0.03);
}

.game-shelf-frame::before,
.battlepass-shell::before,
.game-category-hub::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0) 0%, rgba(34, 211, 238, 0.52) 45%, rgba(168, 85, 247, 0.38) 100%);
}

.game-shelf-headline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding: 0 8px;
}

.game-shelf-kicker,
.game-hub-chip,
.battlepass-tier-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #04111f;
  background: linear-gradient(135deg, #67e8f9 0%, #60a5fa 55%, #a78bfa 100%);
  box-shadow: 0 10px 20px rgba(34, 211, 238, 0.18);
}

.game-shelf-copy,
.game-hub-meta,
.battlepass-subline {
  color: rgba(191, 204, 234, 0.82) !important;
}

.game-shelf-grid .post-item {
  position: relative;
  overflow: hidden;
}

.game-shelf-grid .post-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(34, 211, 238, 0.04) 0%, rgba(168, 85, 247, 0.02) 100%);
  pointer-events: none;
}

.game-shelf-grid .tips-badge .badge {
  border: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(8px);
}

.game-shelf-grid .entry-cat-dot a,
.game-shelf-grid .entry-cat-dot span,
.game-shelf-grid .entry-cat-dot {
  color: #7dd3fc !important;
}

.game-shelf-grid .entry-wrapper {
  padding-top: 4px;
}

.game-shelf-grid .entry-title {
  font-size: 1.02rem;
}

.game-shelf-grid .entry-title a:hover {
  color: #67e8f9 !important;
}

.game-shelf-grid .entry-desc {
  color: rgba(160, 174, 208, 0.78) !important;
}

.game-shelf-grid .entry-meta,
.game-shelf-grid .entry-meta span,
.game-shelf-grid .entry-footer {
  color: rgba(148, 163, 184, 0.86) !important;
}

.home-battlepass-section .battlepass-shell {
  padding-top: 24px;
  padding-bottom: 24px;
}

.battlepass-card {
  position: relative;
  overflow: hidden;
}

.battlepass-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.14) 0%, rgba(34, 211, 238, 0) 30%),
    radial-gradient(circle at bottom left, rgba(168, 85, 247, 0.12) 0%, rgba(168, 85, 247, 0) 30%);
  pointer-events: none;
}

.battlepass-header,
.battlepass-body,
.battlepass-footer {
  position: relative;
  z-index: 1;
}

.battlepass-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.battlepass-header .price-plan {
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}

.battlepass-header .price-sub {
  color: rgba(216, 227, 255, 0.84) !important;
}

.battlepass-body .price-ammount sup {
  color: #7dd3fc;
}

.battlepass-perks {
  margin-top: 18px;
}

.battlepass-perks li {
  position: relative;
  padding-left: 18px;
}

.battlepass-perks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22d3ee 0%, #a855f7 100%);
  box-shadow: 0 0 10px rgba(34, 211, 238, 0.32);
  transform: translateY(-50%);
}

.battlepass-footer .btn {
  min-width: 148px;
  border-width: 1px;
}

.game-category-hub-head {
  margin-bottom: 18px !important;
}

.game-category-hub .owl-stage {
  display: flex;
}

.game-category-hub .owl-item {
  display: flex;
}

.game-category-hub .item {
  width: 100%;
}

.game-hub-card {
  min-height: 218px;
  display: flex;
  align-items: stretch;
}

.game-hub-card > a {
  display: flex;
  width: 100%;
}

.game-hub-card .catbox-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}

.game-hub-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.game-hub-card .catbox-title {
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.game-hub-meta {
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.game-hub-card .badge {
  border: 1px solid rgba(255, 255, 255, 0.14);
}

@media (max-width: 991.98px) {
  .game-shelf-frame,
  .battlepass-shell,
  .game-category-hub {
    padding: 14px;
    border-radius: 22px;
  }
}

@media (max-width: 767.98px) {
  .game-hub-card {
    min-height: 176px;
  }

  .game-hub-card .catbox-title {
    font-size: 1.06rem;
  }
}

/* Game cover card visuals */
.game-cover-card {
  position: relative;
}

.game-cover-card .entry-media {
  overflow: hidden;
}

.game-cover-card .media-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #0f172a;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.game-cover-card .entry-title,
.game-cover-card .entry-title a {
  position: relative;
  z-index: 1;
}

.game-cover-card .post-format-icon {
  z-index: 2;
}

.game-cover-card .entry-title {
  margin-top: 2px;
  margin-bottom: 10px;
}

.game-cover-card .entry-title a {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.game-cover-card .entry-desc {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.game-cover-card .entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.game-cover-card .entry-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0;
}

.game-cover-card.item-list {
  display: flex;
  gap: 16px;
  align-items: stretch;
}

.game-cover-card.item-list .entry-media {
  flex: 0 0 220px;
  width: 220px;
}

.game-cover-card.item-list .entry-wrapper {
  flex: 1 1 auto;
  min-width: 0;
}

/* =====================
   Mobile Menu Styles
   ===================== */
.off-canvas {
  background: linear-gradient(180deg, rgba(8, 13, 28, 0.98) 0%, rgba(4, 9, 24, 0.99) 100%) !important;
}

.off-canvas .canvas-close {
  color: #22d3ee;
}

.off-canvas .site-logo img,
.off-canvas .site-logo-text {
  filter: brightness(0) invert(1);
}

.mobile-menu {
  background: transparent;
}

.mobile-menu li a {
  color: #111827;
  border-bottom: 1px solid rgba(34, 211, 238, 0.12);
  text-align: center;
}

.mobile-menu li a:hover {
  color: #000;
  background: rgba(34, 211, 238, 0.12);
}

/* 用户中心样式 - 适配首页风格 */
body.user-center {
  background:
    radial-gradient(circle at 50% -10%, rgba(34, 211, 238, 0.20) 0%, rgba(34, 211, 238, 0) 30%),
    radial-gradient(circle at 85% 15%, rgba(168, 85, 247, 0.18) 0%, rgba(168, 85, 247, 0) 24%),
    radial-gradient(circle at 15% 78%, rgba(59, 130, 246, 0.16) 0%, rgba(59, 130, 246, 0) 26%),
    linear-gradient(180deg, #050816 0%, #090d1f 28%, #0b1024 62%, #060913 100%) !important;
  color: #d8e3ff;
}

body.user-center .main-wrapper {
  position: relative;
  overflow: hidden;
}

body.user-center .main-wrapper::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.16));
  opacity: 0.34;
  z-index: 0;
}

body.user-center .main-wrapper::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 20%, rgba(34, 211, 238, 0.14) 0%, rgba(34, 211, 238, 0) 22%),
    radial-gradient(circle at 80% 12%, rgba(168, 85, 247, 0.14) 0%, rgba(168, 85, 247, 0) 22%),
    radial-gradient(circle at 50% 100%, rgba(59, 130, 246, 0.14) 0%, rgba(59, 130, 246, 0) 28%);
  z-index: 0;
}

body.user-center .container,
body.user-center .site-main {
  position: relative;
  z-index: 1;
}

body.user-center .uc-section {
  margin-bottom: 1.5rem;
}

body.user-center .uc-section .section-title {
  margin-bottom: 1rem !important;
  text-align: center;
}

body.user-center .uc-section .section-title h3 {
  color: #f8fbff;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 0 0 14px rgba(34, 211, 238, 0.14);
}

body.user-center .uc-section .section-title h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #22d3ee 0%, #3b82f6 45%, #a855f7 100%);
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.35);
}

body.user-center .uc-section .section-title .d-flex {
  justify-content: center;
}

body.user-center .uc-section .section-body {
  background: rgba(8, 13, 28, 0.80) !important;
  border: 1px solid rgba(34, 211, 238, 0.15) !important;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.user-center .uc-section .section-body .form-control,
body.user-center .uc-section .section-body .form-select {
  background: rgba(15, 23, 42, 0.9) !important;
  border-color: rgba(34, 211, 238, 0.25) !important;
  color: #d8e3ff;
}

body.user-center .uc-section .section-body .form-control:focus,
body.user-center .uc-section .section-body .form-select:focus {
  background: rgba(15, 23, 42, 0.95) !important;
  border-color: rgba(34, 211, 238, 0.5) !important;
  color: #f8fbff;
}

body.user-center .uc-section .section-body .form-control::placeholder {
  color: rgba(160, 174, 208, 0.6);
}

body.user-center .uc-section .section-body .form-label {
  color: rgba(160, 174, 208, 0.9);
}

body.user-center .uc-section .section-body .text-muted {
  color: rgba(160, 174, 208, 0.7) !important;
}

body.user-center .uc-section .list-group-item {
  background: transparent !important;
  border-color: rgba(34, 211, 238, 0.12) !important;
  color: #d8e3ff;
}

body.user-center .uc-section .list-group-item:hover {
  background: rgba(34, 211, 238, 0.08) !important;
}

body.user-center .uc-section .btn {
  border-color: rgba(34, 211, 238, 0.3);
}

body.user-center .uc-section .avatar img {
  border-color: rgba(34, 211, 238, 0.3) !important;
}

body.user-center .uc-section .badge {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* 用户中心侧边栏样式 */
body.user-center .uc-profile-card,
body.user-center div.uc-profile-card,
body.user-center aside.uc-profile-card {
  background: rgba(8, 13, 28, 0.80) !important;
  border: 1px solid rgba(34, 211, 238, 0.15) !important;
  border-radius: 12px;
  padding: 1rem;
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

body.user-center .uc-profile-card div,
body.user-center .uc-profile-card section {
  background: transparent !important;
}

body.user-center .uc-profile-card > div.card,
body.user-center .uc-profile-card > div.card,
body.user-center div.uc-profile-card div.card,
body.user-center aside.uc-profile-card div.card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: #d8e3ff;
}

body.user-center .uc-profile-card .card-body,
body.user-center .uc-profile-card > .card > .card-body {
  padding: 0 !important;
}

body.user-center .uc-profile-card h5,
body.user-center .uc-profile-card p,
body.user-center .uc-profile-card sub {
  color: #d8e3ff;
}

body.user-center .uc-profile-card .bg-success {
  background: rgba(34, 211, 238, 0.1) !important;
}

body.user-center .uc-profile-card .text-success {
  color: #22d3ee !important;
}

body.user-center .uc-profile-card .text-primary {
  color: #60a5fa !important;
}

body.user-center .uc-menu-warp {
  background: rgba(8, 13, 28, 0.80);
  border: 1px solid rgba(34, 211, 238, 0.15);
  border-radius: 12px;
  padding: 0.5rem;
  backdrop-filter: blur(12px);
}

body.user-center .uc-menu-warp ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.user-center .uc-menu-warp li {
  margin: 2px 0;
}

body.user-center .uc-menu-warp li a {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  color: rgba(160, 174, 208, 0.85);
  border-radius: 8px;
  transition: all 0.2s ease;
}

body.user-center .uc-menu-warp li a:hover {
  color: #f8fbff;
  background: rgba(34, 211, 238, 0.1);
}

body.user-center .uc-menu-warp li.current-menu-item a {
  color: #22d3ee;
  background: rgba(34, 211, 238, 0.15);
  border-left: 3px solid #22d3ee;
}

body.user-center .bg-white,
body.user-center div.bg-white,
body.user-center section.bg-white,
body.user-center .section-body,
body.user-center div.section-body {
  background: rgba(8, 13, 28, 0.80) !important;
  border: 1px solid rgba(34, 211, 238, 0.15) !important;
}

body.user-center .card,
body.user-center div.card,
body.user-center section.card,
body.user-center .sidebar .card {
  background: rgba(8, 13, 28, 0.85) !important;
  border: 1px solid rgba(34, 211, 238, 0.15) !important;
  border-radius: 24px !important;
}

body.user-center .card .card-header {
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.1), rgba(59, 130, 246, 0.1)) !important;
  border-bottom: 1px solid rgba(34, 211, 238, 0.1);
}

body.user-center .card .card-body,
body.user-center div.card > .card-body,
body.user-center .card-body,
body.user-center div.card-body {
  background: transparent !important;
}

body.user-center .uc-menu-warp li.menu-item a {
  border-radius: 8px;
  margin: 2px 0;
}

/* 用户中心表格样式 */
body.user-center .table {
  color: #d8e3ff;
  --bs-table-bg: transparent;
  --bs-table-striped-bg: rgba(34, 211, 238, 0.05);
  --bs-table-hover-bg: rgba(34, 211, 238, 0.1);
}

body.user-center .table > :not(caption) > * > * {
  border-bottom-color: rgba(34, 211, 238, 0.12);
}

body.user-center .table-dark {
  --bs-table-bg: rgba(15, 23, 42, 0.8);
  background-color: transparent;
}

body.user-center hr {
  border-color: rgba(34, 211, 238, 0.15);
}

/* 用户中心支付卡片样式 */
body.user-center .price-card {
  background: rgba(8, 13, 28, 0.85) !important;
  border: 1px solid rgba(34, 211, 238, 0.2) !important;
}

body.user-center .price-header {
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.15), rgba(59, 130, 246, 0.15)) !important;
}

/* 用户中心VIP板块样式 */
body.user-center .vip-section {
  background: rgba(8, 13, 28, 0.85);
  border: 1px solid rgba(34, 211, 238, 0.15);
  border-radius: 24px;
  padding: 1.5rem;
}

body.user-center .vip-section-header {
  margin: -1.5rem -1.5rem 1.5rem -1.5rem;
  padding: 1rem 1.5rem;
}

body.user-center .vip-section-header h5 {
  color: #d8e3ff;
  margin: 0;
}

body.user-center .vip-section-body {
  color: #d8e3ff;
}

body.user-center .stat-card {
  background: rgba(34, 211, 238, 0.08);
  border: 1px solid rgba(34, 211, 238, 0.12);
  transition: all 0.3s ease;
}

body.user-center .stat-card:hover {
  background: rgba(34, 211, 238, 0.12);
  border-color: rgba(34, 211, 238, 0.2);
  transform: translateY(-2px);
}

body.user-center .stat-card h4 {
  color: #22d3ee;
}

body.user-center .list-group-item-light {
  background: rgba(34, 211, 238, 0.08) !important;
  border: 1px solid rgba(34, 211, 238, 0.12) !important;
  color: #d8e3ff !important;
}

body.user-center .list-group-numbered > li::marker {
  color: #22d3ee;
}

/* 用户中心通用文字颜色 */
body.user-center {
  color: #d8e3ff;
}

body.user-center h1,
body.user-center h2,
body.user-center h3,
body.user-center h4,
body.user-center h5,
body.user-center h6 {
  color: #f8fbff;
}

body.user-center .text-muted {
  color: rgba(160, 174, 208, 0.7) !important;
}

body.user-center a:not(.btn) {
  color: #60a5fa;
}

body.user-center a:not(.btn):hover {
  color: #22d3ee;
}

/* 用户中心徽章样式 */
body.user-center .badge {
  background: rgba(34, 211, 238, 0.15) !important;
  color: #22d3ee !important;
  border: 1px solid rgba(34, 211, 238, 0.25);
}

body.user-center .badge.bg-success {
  background: rgba(34, 197, 94, 0.15) !important;
  color: #4ade80 !important;
  border-color: rgba(34, 197, 94, 0.25);
}

body.user-center .badge.bg-danger {
  background: rgba(239, 68, 68, 0.15) !important;
  color: #f87171 !important;
  border-color: rgba(239, 68, 68, 0.25);
}

body.user-center .badge.bg-warning {
  background: rgba(251, 191, 36, 0.15) !important;
  color: #fbbf24 !important;
  border-color: rgba(251, 191, 36, 0.25);
}

body.user-center .badge.bg-dark {
  background: rgba(55, 65, 81, 0.5) !important;
  color: #d1d5db !important;
}

/* 用户中心头像样式 */
body.user-center .avatar img {
  border-color: rgba(34, 211, 238, 0.3) !important;
}

/* 用户中心分割线 */
body.user-center hr {
  border-color: rgba(34, 211, 238, 0.15);
  background: transparent;
}

/* 用户中心按钮样式 */
body.user-center .btn-primary,
body.user-center .btn-primary-soft {
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.2), rgba(59, 130, 246, 0.2)) !important;
  border-color: rgba(34, 211, 238, 0.4) !important;
  color: #22d3ee !important;
}

body.user-center .btn-primary:hover,
body.user-center .btn-primary-soft:hover {
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.35), rgba(59, 130, 246, 0.35)) !important;
  border-color: #22d3ee !important;
  color: #f8fbff !important;
}

body.user-center .btn-dark {
  background: rgba(15, 23, 42, 0.9) !important;
  border-color: rgba(34, 211, 238, 0.3) !important;
  color: #d8e3ff !important;
}

body.user-center .btn-dark:hover {
  background: rgba(34, 211, 238, 0.2) !important;
  border-color: #22d3ee !important;
  color: #f8fbff !important;
}

body.user-center .btn-danger {
  background: rgba(239, 68, 68, 0.2) !important;
  border-color: rgba(239, 68, 68, 0.4) !important;
  color: #f87171 !important;
}

body.user-center .btn-danger:hover {
  background: rgba(239, 68, 68, 0.35) !important;
  border-color: #f87171 !important;
}

body.user-center .btn-success {
  background: rgba(34, 197, 94, 0.2) !important;
  border-color: rgba(34, 197, 94, 0.4) !important;
  color: #4ade80 !important;
}

body.user-center .btn-success:hover {
  background: rgba(34, 197, 94, 0.35) !important;
  border-color: #4ade80 !important;
}

body.user-center .btn-warning {
  background: rgba(251, 191, 36, 0.2) !important;
  border-color: rgba(251, 191, 36, 0.4) !important;
  color: #fbbf24 !important;
}

body.user-center .btn-warning:hover {
  background: rgba(251, 191, 36, 0.35) !important;
  border-color: #fbbf24 !important;
}

body.user-center .btn-info {
  background: rgba(59, 130, 246, 0.2) !important;
  border-color: rgba(59, 130, 246, 0.4) !important;
  color: #60a5fa !important;
}

body.user-center .btn-outline-primary {
  background: transparent !important;
  border-color: rgba(34, 211, 238, 0.4) !important;
  color: #22d3ee !important;
}

body.user-center .btn-outline-primary:hover {
  background: rgba(34, 211, 238, 0.2) !important;
  border-color: #22d3ee !important;
  color: #f8fbff !important;
}

/* 用户中心链接样式 */
body.user-center .section-body a:not(.btn) {
  color: #60a5fa;
  transition: color 0.2s ease;
}

body.user-center .section-body a:not(.btn):hover {
  color: #22d3ee;
}

/* 用户中心信息框样式 */
body.user-center .bg-info,
body.user-center .bg-info.bg-opacity-25 {
  background: rgba(59, 130, 246, 0.15) !important;
}

body.user-center .bg-success.bg-opacity-25 {
  background: rgba(34, 197, 94, 0.15) !important;
}

/* 用户中心输入框图标 */
body.user-center .input-group-text {
  background: rgba(15, 23, 42, 0.9) !important;
  border-color: rgba(34, 211, 238, 0.25) !important;
  color: rgba(160, 174, 208, 0.8);
}

/* 用户中心头像列表 */
body.user-center .avatar-sm img,
body.user-center .avatar img {
  border-color: rgba(34, 211, 238, 0.4) !important;
  box-shadow: 0 0 10px rgba(34, 211, 238, 0.2) !important;
}

/* 用户中心右下角悬浮栏样式 */
body.user-center .rollbar {
  background: rgba(8, 13, 28, 0.85);
  border: 1px solid rgba(34, 211, 238, 0.2);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

body.user-center .rollbar .actions {
  box-shadow: none;
}

body.user-center .rollbar .actions li {
  background: rgba(8, 13, 28, 0.85);
  border-bottom-color: rgba(34, 211, 238, 0.12);
}

body.user-center .rollbar .actions li a {
  background: transparent;
  color: rgba(160, 174, 208, 0.85);
  border-color: rgba(34, 211, 238, 0.12);
  border-radius: 8px;
  transition: all 0.2s ease;
}

body.user-center .rollbar .actions li a > span {
  color: rgba(160, 174, 208, 0.85);
}

body.user-center .rollbar .actions li a:hover {
  color: #22d3ee;
  background: rgba(34, 211, 238, 0.15);
}

body.user-center .back-top {
  background: rgba(8, 13, 28, 0.85);
  border: 1px solid rgba(34, 211, 238, 0.2);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  color: rgba(160, 174, 208, 0.85);
}

body.user-center .back-top:hover {
  background: rgba(34, 211, 238, 0.15);
  border-color: rgba(34, 211, 238, 0.4);
  color: #22d3ee;
}

body.user-center .back-top-show {
  background: rgba(8, 13, 28, 0.85);
  border-color: rgba(34, 211, 238, 0.2);
}

/* 下级代理模态框样式 - 使用类选择器避免优先级冲突 */
.subAgentModal-container {
  display: none !important;
}
.subAgentModal-container.open {
  display: flex !important;
}

/* 提现弹窗样式 */
#withdrawModal {
  display: none;
}
#withdrawModal.open {
  display: flex !important;
}
  opacity: 1 !important;
}

#withdrawModal.open .custom-modal-dialog {
  margin: 1.75rem auto;
  max-width: 500px;
}
