/* Home-only taste layer: keep base/admin separate, push the landing page toward anime-game product UI. */
:root {
  --home-ink: #151b2f;
  --home-muted: #65708a;
  --home-blue: #2b6de8;
  --home-cyan: #14b8c7;
  --home-pink: #e94f86;
  --home-violet: #7c5cff;
  --home-line: rgba(48, 64, 108, 0.16);
  --home-radius: 12px;
}

body {
  color: var(--home-ink);
  background:
    radial-gradient(circle at 12% 10%, rgba(43, 109, 232, 0.18), transparent 28rem),
    radial-gradient(circle at 88% 8%, rgba(233, 79, 134, 0.16), transparent 24rem),
    linear-gradient(180deg, rgba(247, 250, 255, 0.86), rgba(244, 247, 253, 0.94)) !important;
  font-family: "Segoe UI Variable", "Segoe UI", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif !important;
}

body::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(245, 248, 255, 0.9)) !important;
}

.stars-wrap {
  opacity: 0.34;
}

.star-dot {
  width: 6px !important;
  height: 6px !important;
  background: rgba(43, 109, 232, 0.72) !important;
  box-shadow: 0 0 18px rgba(43, 109, 232, 0.35) !important;
}

.star-dot.star-2,
.star-dot.star-5 {
  background: rgba(233, 79, 134, 0.72) !important;
  box-shadow: 0 0 18px rgba(233, 79, 134, 0.32) !important;
}

.star-dot.star-3,
.star-dot.star-4 {
  background: rgba(20, 184, 199, 0.72) !important;
  box-shadow: 0 0 18px rgba(20, 184, 199, 0.28) !important;
}

.navbar {
  position: sticky !important;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.78) !important;
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
  box-shadow: 0 10px 30px rgba(27, 42, 92, 0.08);
}

.navbar-brand {
  color: var(--home-ink) !important;
  font-weight: 850;
}

.hero-section {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.74) !important;
  border-radius: 20px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(241, 247, 255, 0.78) 48%, rgba(255, 238, 246, 0.74)) !important;
  box-shadow: 0 24px 70px rgba(39, 60, 118, 0.16) !important;
  text-align: left !important;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(43, 109, 232, 0.10), transparent 38%),
    repeating-linear-gradient(90deg, rgba(43, 109, 232, 0.055) 0 1px, transparent 1px 56px);
}

.hero-section > * {
  position: relative;
  z-index: 1;
}

.hero-section h1 {
  color: var(--home-ink) !important;
  font-size: clamp(1.75rem, 3.4vw, 3.4rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-section p {
  color: var(--home-muted) !important;
  max-width: 760px;
  line-height: 1.75;
}

.hero-section .btn-hero,
.home-nav-price,
.login-btn {
  border: 0 !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, var(--home-blue), #5b7cff) !important;
  box-shadow: 0 12px 26px rgba(43, 109, 232, 0.22) !important;
}

.hero-section .btn-hero-news,
.home-nav-news {
  border: 0 !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, var(--home-pink), #b45cff) !important;
  box-shadow: 0 12px 26px rgba(233, 79, 134, 0.20) !important;
}

.home-nav-dispute {
  border: 0 !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, var(--home-cyan), var(--home-blue)) !important;
  box-shadow: 0 12px 26px rgba(20, 184, 199, 0.18) !important;
}

.content-group,
.trust-banner,
.home-card,
.price-card,
.member-card {
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.76) !important;
  box-shadow: 0 18px 48px rgba(39, 60, 118, 0.10) !important;
  -webkit-backdrop-filter: blur(14px) saturate(135%);
  backdrop-filter: blur(14px) saturate(135%);
}

.section-title {
  color: var(--home-ink) !important;
  letter-spacing: 0;
}

.section-title i {
  color: var(--home-blue) !important;
}

.trust-banner .trust-icon {
  color: var(--home-blue) !important;
}

.game-category-card {
  border-radius: 14px !important;
  border: 1px solid rgba(48, 64, 108, 0.12) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 14px 34px rgba(39, 60, 118, 0.10) !important;
}

.game-category-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 24px 52px rgba(39, 60, 118, 0.16) !important;
}

.game-category-card .card-body {
  border-radius: 14px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(239, 248, 255, 0.82)) !important;
}

.game-category-card .game-icon-wrap {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(48, 64, 108, 0.10);
}

.game-category-card .view-price-btn {
  border-radius: 10px !important;
}

.order-flow-step {
  border-radius: 14px !important;
  border-color: rgba(43, 109, 232, 0.14) !important;
  box-shadow: 0 14px 34px rgba(39, 60, 118, 0.08) !important;
}

.order-flow-step i {
  border-radius: 12px !important;
  background: linear-gradient(135deg, var(--home-blue), var(--home-cyan)) !important;
}

.flash-sale-float,
.new-user-float {
  border-radius: 14px !important;
  border-color: rgba(48, 64, 108, 0.14) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 18px 44px rgba(39, 60, 118, 0.14) !important;
}

.back-to-top {
  border-radius: 12px !important;
  border: 0 !important;
  background: var(--home-blue) !important;
}

@media (max-width: 576px) {
  .hero-section {
    text-align: left !important;
  }
}
