.shop-section {
  display: none;
  width: min(880px, 100%);
  margin-inline: auto;
}

body.shop-mode .hero-stage,
body.shop-mode .giveaway-total,
body.shop-mode .leaderboard-teaser,
body.shop-mode .leaderboard-section,
body.shop-mode .rewards-section,
body.shop-mode .raffles-section,
body.shop-mode .giveaways-section,
body.shop-mode .socials-section {
  display: none;
}

body.shop-mode .below-fold {
  min-height: 100vh;
  padding-top: 0;
}

body.shop-mode .shop-section {
  display: block;
  padding-top: 92px;
  padding-bottom: 122px;
}

.shop-head {
  text-align: center;
}

.shop-title {
  margin: 0;
  color: #f7f8ff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3rem, 4.4vw, 4.3rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-shadow: 0 0 24px rgba(48, 82, 190, 0.16);
}

.shop-title span {
  color: #f0b52e;
  text-shadow: 0 0 24px rgba(240, 181, 46, 0.23);
}

.shop-intro {
  max-width: 660px;
  margin: 15px auto 0;
  color: #969fb9;
  font-size: 1rem;
  line-height: 1.5;
}

.shop-signin-box {
  max-width: 560px;
  margin: 38px auto 0;
  padding: 19px;
  border: 1px solid rgba(93, 122, 207, 0.28);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(29, 39, 73, 0.98), rgba(12, 17, 38, 0.98));
}

.shop-signin {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(135deg, #365edd 0%, #203b95 100%);
  box-shadow: 0 9px 25px rgba(48, 96, 228, 0.42), inset 0 1px rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  font: 900 0.93rem/1 Arial, sans-serif;
  transition: filter 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.shop-signin:hover,
.shop-signin:focus-visible {
  filter: brightness(1.12);
  transform: translateY(-2px);
  box-shadow: 0 12px 31px rgba(48, 96, 228, 0.54), inset 0 1px rgba(255, 255, 255, 0.1);
}

.shop-signin:focus-visible {
  outline: 2px solid #8eabff;
  outline-offset: 3px;
}

.shop-signin__icon {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 5px;
  background: #9146ff;
  color: #fff;
  font: 900 0.82rem/1 Arial, sans-serif;
}

.shop-controls {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 12px;
  max-width: 720px;
  margin: 25px auto 0;
}

.shop-controls input,
.shop-controls select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(83, 105, 171, 0.3);
  border-radius: 0;
  background: rgba(7, 9, 16, 0.96);
  color: #edf0fa;
  font: 600 0.9rem/1.2 Arial, sans-serif;
}

.shop-controls input {
  padding: 0 15px;
}

.shop-controls select {
  padding: 0 41px 0 15px;
  cursor: pointer;
}

.shop-controls input::placeholder {
  color: #73798a;
}

.shop-controls input:focus,
.shop-controls select:focus {
  border-color: #4f75ef;
  outline: 1px solid #4f75ef;
  outline-offset: 0;
}

.shop-empty {
  display: grid;
  max-width: 428px;
  min-height: 118px;
  margin: 21px auto 0;
  padding: 25px;
  place-items: center;
  border: 1px dashed rgba(47, 91, 220, 0.5);
  border-radius: 14px;
  background: rgba(15, 21, 44, 0.42);
  color: #929bb6;
  font-size: 1rem;
  text-align: center;
}

.shop-subscribe {
  margin: 31px 0 0;
  color: #929bb6;
  font-size: 1rem;
  text-align: center;
}

.shop-subscribe a {
  color: #5e83ff;
  font-weight: 800;
  text-decoration: none;
}

.shop-subscribe a:hover,
.shop-subscribe a:focus-visible {
  color: #8eabff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 900px) {
  body.shop-mode .shop-section {
    padding-top: 68px;
    padding-bottom: 90px;
  }
}

@media (max-width: 620px) {
  .shop-title {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .shop-intro {
    font-size: 0.92rem;
  }

  .shop-signin-box {
    margin-top: 30px;
    padding: 13px;
  }

  .shop-controls {
    grid-template-columns: 1fr;
  }

  .shop-empty {
    min-height: 105px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shop-signin {
    transition: none;
  }
}
