body {
  background: #f4f7fb url("./images/bg.png") center top / cover no-repeat fixed;
}

.glass {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.12);
  backdrop-filter: blur(10px);
}

.chip {
  border-radius: 999px;
}

.top-nav {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
  backdrop-filter: blur(10px);
}

.brand-block {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
}

.brand-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  color: #111827;
}

.brand-subtitle {
  font-size: 12px;
  line-height: 1.1;
  color: rgba(17, 24, 39, 0.6);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.nav-pill-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
  border-radius: 999px;
  border: 1px solid rgba(17, 24, 39, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(17, 24, 39, 0.7);
  font-size: 13px;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.nav-pill-link:hover {
  background: rgba(243, 244, 246, 0.9);
  border-color: rgba(17, 24, 39, 0.24);
  color: rgba(17, 24, 39, 0.85);
}

.nav-pill-link.is-active {
  background: linear-gradient(180deg, #ff8a1c, #ff6a00);
  border-color: rgba(255, 106, 0, 0.6);
  color: #ffffff;
  box-shadow: 0 10px 18px rgba(255, 106, 0, 0.22);
}

.brand-logo {
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.65);
  padding: 4px;
}

.advantage-img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.game-thumb-title {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #111827;
  text-align: center;
}

.game-thumb {
  cursor: pointer;
}

.game-thumb img:not(.select-badge) {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.game-thumb:hover img:not(.select-badge) {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.14);
}

.game-thumb.is-active img:not(.select-badge) {
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25), 0 10px 24px rgba(16, 24, 40, 0.16);
}

.hero-carousel .carousel-item img {
  height: 360px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.hero-carousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230d6efd' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.hero-carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230d6efd' viewBox='0 0 16 16'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.hero-overlay {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(16, 24, 40, 0.82), rgba(16, 24, 40, 0.08));
}

.hero-caption {
  left: 6% !important;
  right: 6% !important;
  bottom: 10% !important;
  padding-left: 0;
  padding-right: 0;
}

.hero-caption-box {
  max-width: 560px;
  padding: 14px 16px;
  border-radius: 14px;
  color: #ffffff;
  background: rgba(16, 24, 40, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.22);
}

.hero-caption-box p {
  color: rgba(255, 255, 255, 0.9);
}

.store-btn img {
  height: 44px;
}

.game-card img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 18px;
}

.news-media {
  border-radius: 14px;
  overflow: hidden;
}

.news-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon-pill {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef3ff;
}

.feature-num {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 18px;
  color: #0d6efd;
  background: linear-gradient(180deg, rgba(13, 110, 253, 0.18), rgba(13, 110, 253, 0.06));
  border: 1px solid rgba(13, 110, 253, 0.22);
  box-shadow: 0 10px 18px rgba(13, 110, 253, 0.12);
}

.team-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}

.timeline {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.65));
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.65);
}

.timeline-step {
  position: relative;
  padding-left: 18px;
}

.timeline-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #0d6efd;
}

.future-timeline {
  position: relative;
  overflow: hidden;
  --pad: 1rem;
}

.future-steps {
  position: relative;
  z-index: 1;
}

.future-step {
  position: relative;
  padding-bottom: 34px;
}

.future-step::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 2px;
  height: 18px;
  transform: translateX(-50%);
  background: rgba(13, 110, 253, 0.32);
  border-radius: 999px;
}

.future-bar {
  position: absolute;
  left: var(--pad);
  right: var(--pad);
  bottom: 18px;
  height: 22px;
  z-index: 0;
}

.future-bar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 18px;
  top: 50%;
  height: 18px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(124, 192, 245, 0.95), rgba(13, 110, 253, 0.98));
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(13, 110, 253, 0.22);
}

.future-bar::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 18px solid rgba(13, 110, 253, 0.98);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.future-dot {
  position: absolute;
  left: var(--x);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.22), 0 8px 16px rgba(16, 24, 40, 0.18);
}

.game-thumb-media {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(17, 24, 39, 0.14);
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.12);
}

.game-thumb-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 160ms ease;
  background: linear-gradient(180deg, rgba(13, 110, 253, 0.38), rgba(13, 110, 253, 0.18));
  box-shadow: inset 0 0 0 2px rgba(13, 110, 253, 0.28);
}

.game-thumb.is-active .game-thumb-media::after {
  opacity: 1;
}

.game-thumb .select-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 28px;
  height: 28px;
  display: none;
  pointer-events: none;
  box-shadow: none !important;
  z-index: 2;
}

.game-thumb-img {
  display: block;
  width: 100%;
  height: 92px;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.game-thumb.is-active .select-badge {
  display: block;
}

.package-card {
  cursor: pointer;
  transition: transform 0.2s, border-color 0.2s;
  border: 2px solid transparent;
}

.package-card:hover {
  transform: translateY(-5px);
}

.package-card.selected {
  border-color: #0d6efd;
  background-color: rgba(13, 110, 253, 0.05);
}

.package-img {
  max-height: 80px;
  object-fit: contain;
}

.payment-method {
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s;
}

.payment-method.selected {
  border-color: #0d6efd;
  background-color: rgba(13, 110, 253, 0.05);
}

.payment-logo {
  height: 30px;
  object-fit: contain;
}

.package-scroll {
  max-height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
  scrollbar-gutter: stable;
}

.package-scroll::-webkit-scrollbar {
  width: 8px;
}

.package-scroll::-webkit-scrollbar-track {
  background: rgba(16, 24, 40, 0.06);
  border-radius: 999px;
}

.package-scroll::-webkit-scrollbar-thumb {
  background: rgba(13, 110, 253, 0.35);
  border-radius: 999px;
}

.package-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(13, 110, 253, 0.5);
}

.currency-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(232, 242, 255, 0.95), rgba(244, 248, 255, 0.95));
  border: 1px solid rgba(17, 24, 39, 0.12);
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
}

.currency-info-left {
  min-width: 0;
}

.currency-info-title {
  display: grid;
  gap: 2px;
  margin-bottom: 8px;
}

.currency-info-kicker {
  font-weight: 900;
  letter-spacing: 0.5px;
  color: rgba(17, 24, 39, 0.8);
}

.currency-info-name {
  font-weight: 900;
  font-size: 22px;
  line-height: 1.05;
  color: #111827;
  text-transform: uppercase;
}

.currency-info-list {
  margin: 0;
  padding-left: 18px;
  color: rgba(17, 24, 39, 0.78);
  font-size: 13px;
  line-height: 1.35;
}

.currency-info-right {
  flex: 0 0 auto;
}

.currency-info-img {
  width: 120px;
  height: 70px;
  object-fit: contain;
}

.currency-info-list li + li {
  margin-top: 4px;
}

.currency-info-list a {
  color: #2563eb;
  text-decoration: none;
}

.currency-info-list a:hover {
  text-decoration: underline;
}

.currency-info.is-compact .currency-info-list {
  display: none;
}

.currency-info.is-compact .currency-info-img {
  width: 110px;
  height: 64px;
}

.shop-form {
  max-width: 560px;
  margin: 0 auto;
  padding: 14px 16px 16px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(248, 249, 251, 0.92));
  border: 1px solid rgba(120, 130, 150, 0.25);
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.08);
}

.shop-form-title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 6px;
  color: #111827;
}

.shop-form-select,
.shop-form-input {
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(120, 130, 150, 0.4);
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: inset 0 1px 1px rgba(16, 24, 40, 0.06);
}

.shop-form-box {
  border-radius: 10px;
  border: 1px solid rgba(120, 130, 150, 0.35);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(245, 246, 248, 0.95));
  padding: 10px 12px;
}

.shop-form-box-line {
  font-size: 13px;
  color: #111827;
  line-height: 1.35;
}

.shop-pay-option {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #111827;
  user-select: none;
}

.shop-pay-radio {
  width: 16px;
  height: 16px;
  margin: 0;
}

.shop-form-check {
  font-size: 12.5px;
  color: #111827;
}

.shop-form-check a {
  color: #2563eb;
}

.shop-pay-btn {
  height: 44px;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 700;
  border: 0;
  background: linear-gradient(180deg, #ff8a1c, #ff6a00);
  box-shadow: 0 10px 18px rgba(255, 106, 0, 0.25);
}

.shop-pay-btn:disabled {
  opacity: 0.55;
  box-shadow: none;
}

.carousel-control-next, .carousel-control-prev
{
	width:5% !important;
}
@media (min-width: 992px) {
  .future-timeline {
    --pad: 1.5rem;
  }
  .future-step {
    padding-bottom: 38px;
  }
  .future-step::after {
    height: 22px;
  }
}

@media (max-width: 576px) {
  .hero-carousel .carousel-item img {
    height: 260px;
  }
  .game-thumb-img {
    height: 78px;
  }
  .currency-info {
    padding: 12px 12px;
  }
  .currency-info-img {
    width: 100px;
    height: 60px;
  }
  .currency-info-name {
    font-size: 18px;
  }
}
