﻿:root {
  --bg: #05020a;
  --bg-2: #10051a;
  --panel: rgba(20, 9, 32, 0.86);
  --panel-strong: rgba(28, 12, 44, 0.95);
  --line: rgba(195, 140, 255, 0.28);
  --line-strong: rgba(215, 170, 255, 0.6);
  --text: #f7efff;
  --muted: #bcafd6;
  --primary: #bf3bff;
  --primary-2: #6c1fff;
  --cyan: #d26bff;
  --danger: #ff52bf;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: "Rajdhani", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% -5%, rgba(191, 59, 255, 0.38), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(114, 49, 255, 0.24), transparent 24%),
    radial-gradient(circle at 18% 78%, rgba(204, 96, 255, 0.16), transparent 28%),
    radial-gradient(circle at 84% 84%, rgba(82, 34, 255, 0.18), transparent 32%),
    linear-gradient(140deg, #04020a 0%, #090411 42%, #12051c 100%);
  overflow-x: hidden;
}

body.app-locked .promo,
body.app-locked .header,
body.app-locked main,
body.app-locked .site-footer {
  visibility: hidden;
  pointer-events: none;
}

body.app-locked .creator-badge {
  display: none;
}

.access-gate {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: none;
  place-items: center;
  padding: 22px;
  background:
    radial-gradient(circle at 12% 12%, rgba(210, 103, 255, 0.38), transparent 24%),
    radial-gradient(circle at 84% 14%, rgba(102, 44, 255, 0.2), transparent 22%),
    radial-gradient(circle at 18% 82%, rgba(156, 76, 255, 0.16), transparent 26%),
    radial-gradient(circle at 86% 88%, rgba(194, 98, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(9, 5, 21, 0.84), rgba(3, 4, 12, 0.96)),
    rgba(4, 5, 14, 0.95);
  overflow: hidden;
  backdrop-filter: blur(14px);
}

body.app-locked .access-gate {
  display: grid;
}

.access-gate::before,
.access-gate::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
}

.access-gate::before {
  width: min(92vw, 1080px);
  height: 1px;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(212, 120, 255, 0.48), transparent);
  box-shadow: 0 0 54px rgba(196, 86, 255, 0.3);
}

.access-gate::after {
  width: min(94vw, 1180px);
  height: min(58vw, 430px);
  left: 50%;
  top: 52%;
  transform: translate(-50%, -46%);
  border-radius: 44px;
  border: 1px solid rgba(199, 130, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0, rgba(255, 255, 255, 0.018) 1px, transparent 1px, transparent 90px);
  opacity: 0.72;
}

.access-card {
  position: relative;
  width: min(680px, 96vw);
  border-radius: 32px;
  border: 1px solid rgba(192, 125, 255, 0.38);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 18%),
    radial-gradient(circle at top left, rgba(199, 106, 255, 0.12), transparent 34%),
    linear-gradient(155deg, rgba(24, 10, 40, 0.97), rgba(8, 10, 24, 0.99));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 38px rgba(177, 78, 255, 0.2),
    0 36px 100px rgba(0, 0, 0, 0.55);
  padding: 32px 34px 28px;
  text-align: center;
  overflow: hidden;
}

.access-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(191, 59, 255, 0.4), rgba(255, 255, 255, 0.08));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.access-card::after {
  content: "";
  position: absolute;
  inset: 92px 0 86px;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.045), transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 22%, transparent 78%, rgba(255, 255, 255, 0.03));
  opacity: 0.6;
}

.access-card-orb {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  filter: blur(16px);
  pointer-events: none;
  opacity: 0.5;
}

.access-card-orb-left {
  top: -92px;
  left: -96px;
  background: radial-gradient(circle, rgba(214, 117, 255, 0.34), transparent 68%);
}

.access-card-orb-right {
  right: -88px;
  bottom: -104px;
  background: radial-gradient(circle, rgba(101, 44, 255, 0.24), transparent 68%);
}

.access-topline {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
  z-index: 1;
}

.access-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(205, 154, 255, 0.3);
  background: rgba(255, 255, 255, 0.045);
  color: #eed8ff;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.access-pill-soft {
  color: #d8b2ff;
  background: rgba(191, 59, 255, 0.14);
}

.access-brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: min(100%, 380px);
  padding: 14px 18px;
  margin: 0 auto 24px;
  border-radius: 24px;
  border: 1px solid rgba(209, 161, 255, 0.16);
  background: rgba(255, 255, 255, 0.035);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 26px rgba(0, 0, 0, 0.16);
  z-index: 1;
}

.access-logo {
  width: 92px;
  height: 92px;
  padding: 7px;
  border-radius: 22px;
  object-fit: contain;
  background: linear-gradient(180deg, rgba(18, 12, 31, 0.96), rgba(8, 7, 18, 0.98));
  border: 1px solid rgba(201, 142, 255, 0.5);
  box-shadow:
    0 0 24px rgba(164, 69, 255, 0.38),
    0 0 0 10px rgba(191, 59, 255, 0.05);
}

.access-brand-copy {
  display: grid;
  text-align: left;
  gap: 5px;
  min-width: 0;
}

.access-brand-copy strong {
  font-family: "Orbitron", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.access-brand-copy span {
  color: #bca9d7;
  font-size: 0.98rem;
  line-height: 1.35;
}

.access-card h2 {
  font-family: "Orbitron", sans-serif;
  position: relative;
  z-index: 1;
  max-width: 11ch;
  margin: 0 auto 14px;
  font-size: clamp(2.25rem, 4.6vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-shadow: 0 0 26px rgba(191, 59, 255, 0.2);
}

.access-card p {
  position: relative;
  z-index: 1;
  color: #c6b7de;
  max-width: 34rem;
  margin: 0 auto 18px;
  font-size: 1.06rem;
  line-height: 1.65;
}

.access-highlights {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.access-highlights span {
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(190, 123, 255, 0.28);
  background: rgba(191, 59, 255, 0.08);
  color: #f0ddff;
  font-weight: 700;
  font-size: 0.92rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.access-actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  justify-items: center;
}

.access-step-status {
  position: relative;
  z-index: 1;
  margin: 0 auto 14px;
  padding: 12px 14px;
  max-width: 34rem;
  border-radius: 16px;
  border: 1px solid rgba(120, 224, 255, 0.22);
  background: rgba(9, 16, 34, 0.72);
  color: #9eeaff;
  font-size: 0.98rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.access-cta[disabled] {
  opacity: 0.56;
  pointer-events: none;
  filter: grayscale(0.1);
}

.access-cta {
  position: relative;
  min-width: min(100%, 320px);
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 28px;
  border-radius: 18px;
  background: linear-gradient(90deg, #8d37ff 0%, #b34cff 46%, #d27dff 100%);
  box-shadow:
    0 0 26px rgba(178, 59, 255, 0.46),
    0 16px 42px rgba(111, 32, 191, 0.34);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.access-cta:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 30px rgba(178, 59, 255, 0.52),
    0 20px 48px rgba(111, 32, 191, 0.38);
  filter: brightness(1.04);
}

.access-ghost {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(207, 156, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 14px 32px rgba(6, 7, 19, 0.24);
  color: #e6d5ff;
}

.access-ghost:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 34px rgba(6, 7, 19, 0.3);
}

.access-cta-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.access-note {
  margin-top: 18px;
  padding-top: 18px;
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #a996c5;
  font-size: 0.98rem;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 24%, rgba(232, 219, 255, 0.95) 0 1px, transparent 1.7px),
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.88) 0 1px, transparent 1.7px),
    radial-gradient(circle at 66% 72%, rgba(225, 204, 255, 0.78) 0 1px, transparent 1.8px),
    radial-gradient(circle at 12% 64%, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.7px),
    radial-gradient(circle at 42% 38%, rgba(230, 210, 255, 0.7) 0 1px, transparent 1.6px),
    repeating-linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.025) 0,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px,
      transparent 4px
    );
  background-size:
    280px 280px,
    340px 340px,
    320px 320px,
    380px 380px,
    300px 300px,
    auto;
  opacity: 0.34;
  z-index: -1;
  animation: siteGalaxyDrift 36s linear infinite;
}

body::after {
  content: "";
  position: fixed;
  inset: -10%;
  pointer-events: none;
  z-index: -1;
  opacity: 0.5;
  background:
    radial-gradient(circle at 18% 18%, rgba(168, 76, 255, 0.18), transparent 16%),
    radial-gradient(circle at 72% 24%, rgba(94, 38, 255, 0.16), transparent 14%),
    radial-gradient(circle at 82% 78%, rgba(196, 95, 255, 0.14), transparent 18%),
    radial-gradient(circle at 24% 84%, rgba(117, 52, 255, 0.14), transparent 16%);
  filter: blur(28px);
  animation: siteNebulaPulse 18s ease-in-out infinite alternate;
}

@keyframes siteGalaxyDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-1.2%, 1.4%, 0) scale(1.03);
  }
  100% {
    transform: translate3d(1.6%, -1.4%, 0) scale(1.06);
  }
}

@keyframes siteNebulaPulse {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.42;
  }
  100% {
    transform: translate3d(1.5%, -1%, 0) scale(1.08);
    opacity: 0.62;
  }
}

.promo {
  text-align: center;
  padding: 9px 12px;
  border-bottom: 1px solid rgba(255, 174, 96, 0.3);
  background: linear-gradient(90deg, #3a1307 0%, #4d1b0b 60%, #3a1307 100%);
  font-weight: 700;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.promo-tag-icon {
  font-size: 0.95rem;
  color: #ffad5f;
  margin-right: 2px;
}

.promo.hidden {
  display: none;
}

.promo strong {
  color: #ffe9d2;
  background: rgba(255, 176, 95, 0.18);
  border: 1px solid rgba(255, 180, 109, 0.38);
  padding: 3px 10px;
  border-radius: 8px;
  font-family: "Orbitron", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

.promo a {
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(90deg, #8a2bff 0%, #bf3bff 100%);
  border: 1px solid rgba(213, 150, 255, 0.5);
  border-radius: 9px;
  padding: 6px 14px;
  box-shadow: 0 0 14px rgba(191, 59, 255, 0.45);
}

.promo a::after {
  content: " ↗";
}

.promo-close {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: #f8eeff;
  border-radius: 8px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  line-height: 1;
}

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(205, 144, 255, 0.4);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    linear-gradient(90deg, rgba(21, 9, 34, 0.58), rgba(10, 10, 24, 0.52));
  backdrop-filter: blur(16px);
  box-shadow:
    inset 0 -1px 0 rgba(225, 172, 255, 0.18),
    0 0 0 1px rgba(161, 87, 255, 0.08),
    0 0 22px rgba(176, 86, 255, 0.18),
    0 10px 24px rgba(8, 6, 19, 0.28);
}

.header-inner {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr) minmax(0, auto);
  align-items: center;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text);
  min-width: 0;
}

.brand-logo {
  width: 46px;
  height: 46px;
  padding: 0;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  filter:
    drop-shadow(0 0 6px rgba(168, 77, 255, 0.5))
    drop-shadow(0 0 14px rgba(114, 45, 255, 0.32));
}

.brand h1,
.brand-text h1 {
  font-family: "Orbitron", sans-serif;
  font-size: 1.45rem;
  letter-spacing: 0.01em;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0 auto;
  min-width: 0;
  flex-wrap: wrap;
}

nav a {
  position: relative;
  color: rgba(243, 233, 255, 0.78);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  padding: 8px 0;
  line-height: 1;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(164, 77, 255, 0), rgba(212, 141, 255, 0.95), rgba(164, 77, 255, 0));
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

nav a:hover {
  color: #fff7ff;
  transform: translateY(-1px);
}

nav a:hover::after {
  opacity: 0.7;
  transform: scaleX(1);
}

nav a.active-link {
  color: #ffffff;
  text-shadow: 0 0 16px rgba(191, 98, 255, 0.16);
}

nav a.active-link::after {
  opacity: 1;
  transform: scaleX(1);
  box-shadow: 0 0 14px rgba(191, 98, 255, 0.3);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
  margin-left: auto;
  min-width: 0;
  flex-wrap: nowrap;
}

.social-link {
  color: #efe1ff;
  text-decoration: none;
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  border: 1px solid rgba(184, 120, 255, 0.35);
  background: rgba(33, 13, 52, 0.62);
  font-size: 0.82rem;
  flex: 0 0 auto;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.social-link svg {
  width: 17px;
  height: 17px;
  display: block;
}

.social-link:hover {
  background: rgba(61, 24, 95, 0.82);
  border-color: rgba(214, 163, 255, 0.52);
  transform: translateY(-1px);
}

.discord-join {
  text-decoration: none;
  color: #f8eeff;
  font-weight: 700;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #9b3fff, #cf7dff);
  box-shadow: 0 0 14px rgba(181, 87, 255, 0.45);
  white-space: nowrap;
  flex: 0 0 auto;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.discord-join:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 18px rgba(181, 87, 255, 0.5);
  filter: brightness(1.03);
}

.header-discord-user {
  width: min(250px, 100%);
  min-height: 46px;
  color: #e8d8ff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 8px 14px;
  border-radius: 12px;
  border: 1px solid rgba(191, 59, 255, 0.36);
  background: rgba(29, 12, 45, 0.72);
  display: inline-grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  text-align: left;
  flex: 0 1 250px;
  white-space: normal;
}

.header-discord-user:hover {
  transform: translateY(-1px);
  border-color: rgba(208, 131, 255, 0.58);
  box-shadow: 0 0 16px rgba(167, 80, 255, 0.2);
}

.header-discord-user:focus-visible {
  outline: 2px solid rgba(215, 163, 255, 0.9);
  outline-offset: 2px;
}

.header-discord-avatar {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  object-fit: cover;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.header-discord-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  line-height: 1.08;
}

.header-discord-name {
  width: 100%;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.95rem;
}

.header-discord-action {
  color: #b891eb;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  opacity: 0.9;
}

.header-wallet-balance {
  min-height: 46px;
  min-width: 118px;
  padding: 8px 14px;
  border-radius: 12px;
  border: 1px solid rgba(106, 221, 255, 0.32);
  background: rgba(14, 23, 38, 0.8);
  color: #eff9ff;
  display: inline-grid;
  gap: 2px;
  align-content: center;
  justify-items: start;
  font-family: inherit;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
  flex: 0 0 auto;
}

.header-wallet-balance:hover {
  transform: translateY(-1px);
  border-color: rgba(137, 231, 255, 0.56);
  box-shadow: 0 0 16px rgba(68, 181, 255, 0.16);
}

.header-wallet-balance.is-live {
  border-color: rgba(137, 231, 255, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.header-wallet-balance.is-loading {
  opacity: 0.75;
}

.header-wallet-label {
  color: #9ed9f1;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-wallet-value {
  color: #ffffff;
  font-size: 0.98rem;
  line-height: 1.1;
}

.lang-pill {
  color: #f3e9ff;
  font-weight: 700;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(181, 124, 255, 0.45);
  background: rgba(33, 13, 52, 0.78);
  font-size: 0.9rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.lang-pill:hover {
  background: rgba(48, 18, 76, 0.88);
  border-color: rgba(214, 163, 255, 0.56);
  transform: translateY(-1px);
}

.lang-code {
  font-size: 0.78rem;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(191, 59, 255, 0.2);
  border: 1px solid rgba(191, 59, 255, 0.4);
}

.lang-caret {
  font-size: 0.8rem;
}

.lang-dropdown {
  position: relative;
  flex: 0 0 auto;
}

@media (max-width: 1320px) {
  .header-inner {
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
    grid-template-areas:
      "brand actions"
      "nav nav";
    row-gap: 12px;
  }

  .brand {
    grid-area: brand;
  }

  nav {
    grid-area: nav;
    justify-self: start;
    margin: 0;
    flex-wrap: wrap;
    gap: 18px;
  }

  .header-actions {
    grid-area: actions;
  }

  .header-discord-user {
    width: min(230px, 100%);
    flex-basis: 230px;
  }
}

.lang-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 170px;
  border-radius: 12px;
  border: 1px solid rgba(181, 124, 255, 0.35);
  background: rgba(18, 8, 29, 0.95);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.35), 0 0 14px rgba(191, 59, 255, 0.2);
  padding: 6px;
  display: none;
  z-index: 60;
}

.lang-dropdown.open .lang-menu {
  display: grid;
  gap: 4px;
}

.lang-option {
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
  color: #eaddff;
  text-align: left;
  padding: 8px 10px;
  font-weight: 700;
  cursor: pointer;
}

.lang-option:hover {
  background: rgba(191, 59, 255, 0.14);
  border-color: rgba(191, 59, 255, 0.3);
}

.lang-option.active {
  color: #b972ff;
  background: rgba(191, 59, 255, 0.12);
  border-color: rgba(191, 59, 255, 0.35);
}

.lang-opt-code {
  display: inline-block;
  width: 22px;
  margin-right: 8px;
  color: #d7a8ff;
}

.check {
  float: right;
  color: #b972ff;
}

.menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.menu-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(220, 170, 255, 0.56);
  box-shadow: 0 0 18px rgba(178, 83, 255, 0.2);
}

.menu-btn.is-open {
  background: linear-gradient(180deg, rgba(88, 30, 138, 0.56), rgba(38, 15, 66, 0.9));
  border-color: rgba(214, 153, 255, 0.72);
  box-shadow: 0 0 22px rgba(181, 83, 255, 0.28);
}

main {
  max-width: 1160px;
  margin: 0 auto;
  padding: 24px;
  display: grid;
  gap: 18px;
  transition: filter 0.25s ease;
}

.card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(155deg, var(--panel), var(--panel-strong));
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.45);
}

.app-section {
  display: none !important;
}

.app-section.active-section {
  display: block !important;
  animation: sectionIn 0.24s ease;
}

.hero.app-section.active-section {
  display: grid !important;
}

.hero {
  padding: 26px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  right: -70px;
  top: -70px;
  background: radial-gradient(circle, rgba(191, 59, 255, 0.26), transparent 65%);
  pointer-events: none;
}

.home-screen {
  display: grid;
  gap: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -24px;
}

.hero-home {
  min-height: 80vh;
  display: grid;
  place-items: center;
  grid-template-columns: 1fr;
  text-align: center;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(188, 94, 255, 0.18), transparent 22%),
    radial-gradient(circle at 80% 18%, rgba(89, 45, 255, 0.16), transparent 20%),
    radial-gradient(circle at 50% 80%, rgba(201, 109, 255, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(3, 6, 16, 0.72), rgba(4, 4, 11, 0.88)),
    url("assets/logo-animado.gif");
  background-size: auto, auto, auto, auto, cover;
  background-position: center, center, center, center, center center;
  box-shadow: none;
  padding-top: 72px;
  position: relative;
  overflow: hidden;
}

.hero-home::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 22%, rgba(255, 255, 255, 0.16) 0 1px, transparent 1.8px),
    radial-gradient(circle at 74% 20%, rgba(255, 255, 255, 0.18) 0 1px, transparent 1.8px),
    radial-gradient(circle at 68% 68%, rgba(238, 223, 255, 0.16) 0 1px, transparent 1.9px),
    radial-gradient(circle at 30% 72%, rgba(255, 255, 255, 0.14) 0 1px, transparent 1.9px);
  background-size: 220px 220px, 260px 260px, 300px 300px, 340px 340px;
  opacity: 0.34;
  animation: siteGalaxyDrift 34s linear infinite;
}

.hero-center {
  max-width: 900px;
  padding: 10px 16px;
}

.status {
  color: #f4f1ff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(189, 157, 255, 0.48);
  background: rgba(16, 13, 31, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 0 14px rgba(122, 66, 255, 0.25);
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #c248ff;
  box-shadow: 0 0 8px rgba(194, 72, 255, 0.9);
}

.hero h2 {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.95rem, 4.8vw, 3.2rem);
  line-height: 1.1;
  margin-bottom: 12px;
  text-shadow: 0 0 20px rgba(191, 59, 255, 0.35);
}

.hero h2 span {
  color: #d987ff;
  text-shadow: 0 0 18px rgba(180, 74, 255, 0.7);
}

.hero-text {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 650px;
  margin: 0 auto;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  justify-content: center;
}

.btn {
  border: 0;
  border-radius: 11px;
  padding: 11px 16px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-main {
  color: #1a0227;
  background: linear-gradient(90deg, #b23bff, #d98cff);
  box-shadow: 0 0 18px rgba(178, 59, 255, 0.55);
}

.btn-alt {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.ticker {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.ticker span {
  border: 1px solid rgba(219, 170, 255, 0.34);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(191, 59, 255, 0.14);
  text-align: center;
  font-weight: 700;
}

.hero-right {
  display: grid;
  gap: 10px;
}

.logo-frame {
  padding: 9px;
  border: 1px solid rgba(227, 184, 255, 0.4);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 0 0 1px rgba(191, 59, 255, 0.16);
}

.hero-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(227, 184, 255, 0.45);
  box-shadow:
    0 0 28px rgba(191, 59, 255, 0.28),
    0 0 12px rgba(191, 59, 255, 0.35);
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.highlight-grid article {
  border: 1px solid rgba(219, 170, 255, 0.32);
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  background: rgba(191, 59, 255, 0.1);
}

.highlight-grid strong {
  display: block;
  font-family: "Orbitron", sans-serif;
  font-size: 1rem;
}

.highlight-grid span { color: var(--muted); font-size: 0.9rem; }

.hero-features-inline {
  margin-top: 16px;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-features-inline li {
  border: 1px solid rgba(183, 121, 255, 0.42);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(23, 12, 40, 0.56);
}

.home-reviews-panel {
  text-align: center;
  border: 1px solid rgba(197, 138, 255, 0.2);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(20, 8, 34, 0.88), rgba(11, 7, 21, 0.86));
  box-shadow:
    inset 0 0 0 1px rgba(191, 59, 255, 0.14),
    0 18px 40px rgba(0, 0, 0, 0.35);
  padding: 24px 18px 22px;
}

.section { padding: 22px; }

#productos {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.products-head {
  display: grid;
  gap: 28px;
  margin-bottom: 28px;
}

.products-head-copy {
  text-align: center;
}

.products-head-copy h3 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.products-subtitle {
  color: #7d8594;
  font-size: 1.1rem;
  font-weight: 600;
}

.products-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 290px) 1fr;
  gap: 20px;
  align-items: center;
}

.products-search input {
  width: 100%;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: #f3ecff;
  padding: 0 16px;
  font: inherit;
  font-size: 1rem;
}

.products-search input::placeholder {
  color: #697181;
}

.products-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.products-filter {
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(205, 154, 255, 0.24);
  background: rgba(191, 59, 255, 0.08);
  color: #ead9ff;
  font: inherit;
  font-weight: 700;
}

.products-filter.active {
  background: linear-gradient(90deg, #8d3cff, #c559ff);
  border-color: rgba(212, 155, 255, 0.44);
  color: #fff8ff;
}

.products-filter-highlight {
  color: #f3e7ff;
  border-color: rgba(212, 155, 255, 0.36);
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  margin-bottom: 14px;
}

.eyebrow {
  color: #d8a9ff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 4px;
}

h3 {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.25rem, 3vw, 2rem);
}

.mini-link {
  color: #e8beff;
  text-decoration: none;
  font-weight: 700;
}

.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.product {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(219, 170, 255, 0.2);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(11, 13, 19, 0.98), rgba(8, 10, 15, 0.98));
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 32px rgba(0, 0, 0, 0.38);
}

.product-hidden {
  display: none !important;
}

.product-card-cyan {
  border-color: rgba(0, 213, 255, 0.42);
  box-shadow: inset 0 0 0 1px rgba(0, 213, 255, 0.08), 0 16px 36px rgba(0, 0, 0, 0.34);
}

.product-card-yellow {
  border-color: rgba(255, 212, 45, 0.42);
  box-shadow: inset 0 0 0 1px rgba(255, 212, 45, 0.08), 0 16px 36px rgba(0, 0, 0, 0.34);
}

.product-card-purple {
  border-color: rgba(191, 89, 255, 0.34);
  box-shadow: inset 0 0 0 1px rgba(191, 89, 255, 0.08), 0 16px 36px rgba(0, 0, 0, 0.34);
}

.product.best {
  box-shadow:
    inset 0 0 0 1px rgba(255, 212, 45, 0.1),
    0 18px 36px rgba(0, 0, 0, 0.42);
}

.product-visual {
  position: relative;
  min-height: 280px;
  padding: 14px 14px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 8%, rgba(255,255,255,0.08), transparent 20%),
    linear-gradient(180deg, rgba(0, 11, 20, 0.35), rgba(0, 0, 0, 0.12)),
    linear-gradient(180deg, rgba(12, 25, 43, 0.98), rgba(7, 10, 16, 0.98));
}

.product-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 204, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 204, 255, 0.12) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.24;
  mask-image: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.28));
  pointer-events: none;
}

.product-card-yellow .product-visual::after {
  background:
    linear-gradient(rgba(255, 212, 45, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 212, 45, 0.12) 1px, transparent 1px);
}

.product-card-purple .product-visual::after {
  background:
    linear-gradient(rgba(191, 89, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(191, 89, 255, 0.12) 1px, transparent 1px);
}

.product-visual-grid {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 162, 255, 0.34), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(0, 113, 255, 0.16), transparent 28%);
  pointer-events: none;
}

.product-card-yellow .product-visual-grid {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 212, 45, 0.18), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(255, 146, 21, 0.12), transparent 28%);
}

.product-card-purple .product-visual-grid {
  background:
    radial-gradient(circle at 100% 0%, rgba(191, 89, 255, 0.22), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(108, 31, 255, 0.16), transparent 28%);
}

.product-top-tags {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.product-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(11, 17, 24, 0.55);
  font-size: 0.78rem;
  font-weight: 700;
}

.product-chip-green {
  color: #86f59f;
  border-color: rgba(110, 255, 145, 0.3);
}

.product-chip-cyan {
  color: #5de2ff;
  border-color: rgba(93, 226, 255, 0.28);
}

.badge {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  font-size: 0.74rem;
  font-weight: 800;
  border-radius: 999px;
  padding: 7px 12px;
  color: #16120a;
  border: 1px solid rgba(255, 231, 144, 0.55);
  background: linear-gradient(90deg, #ffd332, #ffcf1f);
}

.badge-alt {
  color: #fff7ff;
  border-color: rgba(206, 148, 255, 0.4);
  background: linear-gradient(90deg, rgba(191, 89, 255, 0.85), rgba(108, 31, 255, 0.78));
}

.product-media {
  width: 100%;
  object-fit: cover;
  display: block;
}

.product-media-float {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  object-position: center center;
  mix-blend-mode: normal;
  filter: saturate(1.04) contrast(1.04);
}

.product-media-bypass {
  object-position: left center;
}

.product-lockup {
  position: absolute;
  right: 14px;
  bottom: 26px;
  z-index: 2;
  display: grid;
  justify-items: start;
}

.product-lockup-main {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  color: #171717;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 800;
  letter-spacing: 0.03em;
}

.product-lockup-sub {
  margin-top: 6px;
  padding-left: 10px;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.product-lockup-sub-cyan {
  color: #c874ff;
}

.product-lockup-sub-yellow {
  color: #ffd32e;
}

.product-lockup-sub-purple {
  color: #d780ff;
}

.product-body {
  padding: 18px 18px 14px;
}

.product h4 {
  font-size: 1.7rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.product p {
  color: #7f8796;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.product ul {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
}

.product ul li {
  position: relative;
  padding-left: 24px;
  color: #e5eaf3;
  font-size: 1.05rem;
  font-weight: 600;
}

.product ul li::before {
  content: "◉";
  position: absolute;
  left: 0;
  top: 0;
  color: #08d7ff;
  font-size: 0.82rem;
}

.product-card-yellow ul li::before {
  color: #ffd32e;
}

.product-card-purple ul li::before {
  color: #c874ff;
}

.product-more {
  color: #ffd32e;
  font-weight: 700;
}

.product-bottom {
  margin: 0 18px 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(191, 89, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(5, 6, 12, 0.82);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.product-price-block small {
  display: block;
  margin-bottom: 4px;
  color: #757d8e;
  text-transform: uppercase;
  font-weight: 700;
}

.product-price-block strong {
  display: block;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  font-family: "Orbitron", sans-serif;
}

.btn-buy {
  width: auto;
  background: rgba(191, 59, 255, 0.2);
  color: #f8e8ff;
  border: 1px solid rgba(191, 59, 255, 0.55);
}

.product-view-btn {
  min-width: 122px;
  min-height: 56px;
  padding: 0 20px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  font-size: 1.12rem;
  font-weight: 800;
  text-align: center;
}

.product-view-btn-cyan {
  background: linear-gradient(90deg, #8d3cff, #c559ff);
  border-color: rgba(212, 155, 255, 0.44);
  color: #fff8ff;
  box-shadow: 0 14px 30px rgba(177, 84, 255, 0.24);
}

.product-view-btn-yellow {
  background: linear-gradient(90deg, #8d3cff, #c559ff);
  border-color: rgba(212, 155, 255, 0.46);
  color: #fff8ff;
}

.product-view-btn-purple {
  background: linear-gradient(90deg, #8d3cff, #c559ff);
  border-color: rgba(212, 155, 255, 0.46);
  color: #fff8ff;
}

.btn-buy:hover { filter: brightness(1.06); }

.cart-layout {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 12px;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(460px, 96vw);
  height: 100vh;
  z-index: 110;
  border-left: 1px solid rgba(186, 124, 255, 0.32);
  background: linear-gradient(180deg, rgba(8, 10, 21, 0.98), rgba(6, 8, 18, 0.99));
  box-shadow: -14px 0 44px rgba(0, 0, 0, 0.5), 0 0 18px rgba(184, 95, 255, 0.22);
  transform: translateX(105%);
  transition: transform 0.28s ease;
  overflow: hidden;
  padding: 22px 18px 0;
}

.cart-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px 18px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(214, 158, 255, 0.12);
}

.cart-drawer h3 {
  font-family: "Orbitron", sans-serif;
  font-size: 1.95rem;
  position: relative;
  padding-bottom: 8px;
  letter-spacing: -0.03em;
  line-height: 0.94;
  color: #fbf6ff;
  text-shadow: 0 0 18px rgba(187, 100, 255, 0.1);
}

.cart-drawer h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #a844ff, #dd8fff);
}

.cart-drawer-close {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(214, 170, 255, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  color: #efe3ff;
  cursor: pointer;
  font-size: 1.2rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.cart-drawer .cart-layout {
  grid-template-columns: 1fr;
  height: calc(100vh - 88px);
  gap: 0;
}

.cart-drawer .help-box {
  display: none;
}

.cart-drawer .cart-box {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.cart-drawer .cart-list {
  flex: 1;
  overflow-y: auto;
  padding: 12px 4px 14px;
  display: grid;
  gap: 12px;
}

.cart-drawer .cart-list li {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 22%),
    linear-gradient(165deg, rgba(28, 29, 38, 0.96), rgba(20, 22, 31, 0.98));
  border-color: rgba(214, 170, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 34px rgba(0, 0, 0, 0.2);
}

.cart-drawer .cart-list .empty {
  border: 0;
  background: transparent;
  color: #7f7696;
  min-height: 56vh;
  display: grid;
  place-content: center;
  text-align: center;
  gap: 10px;
  font-size: 1.1rem;
}

.cart-drawer .cart-list .empty::before {
  content: "🛒";
  font-size: 3rem;
  opacity: 0.45;
}

.cart-drawer .cart-footer {
  margin-top: auto;
  border-top: 1px solid rgba(214, 170, 255, 0.1);
  padding: 20px 6px 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 18%),
    linear-gradient(180deg, rgba(9, 11, 22, 0.92), rgba(6, 8, 16, 0.99));
  display: grid;
  gap: 14px;
}

.cart-drawer .coupon-box {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr auto;
}

.cart-drawer .coupon-box input {
  min-width: 0;
  height: 46px;
  border-radius: 14px;
  border-color: rgba(214, 170, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.025));
  padding: 0 14px;
  color: #f0edf7;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.cart-drawer .coupon-box .btn {
  height: 46px;
  border-radius: 14px;
  padding: 8px 18px;
  border-color: rgba(214, 170, 255, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  font-weight: 700;
  color: #f6f3fb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.cart-drawer .cart-totals {
  margin-top: 0;
  gap: 8px;
  padding-top: 2px;
}

.cart-drawer .cart-totals p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #cfc3e6;
  font-size: 1rem;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(214, 170, 255, 0.08);
}

.cart-drawer .cart-totals p:nth-child(2) {
  display: none;
}

.cart-drawer .cart-totals p:last-child {
  color: #ffffff;
  font-size: 1.18rem;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 0;
  padding-bottom: 0;
}

.cart-drawer .cart-totals strong {
  color: #fff9ff;
  font-size: 1.15rem;
}

.cart-drawer .actions {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr;
}

.cart-drawer #clearCart {
  display: none;
}

.cart-drawer #checkoutDiscord {
  width: 100%;
  border-radius: 18px;
  padding: 16px 18px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0) 32%),
    linear-gradient(90deg, #8b42ff 0%, #c95cff 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 16px 34px rgba(170, 79, 255, 0.3);
  font-size: 1.15rem;
  font-weight: 800;
}

.cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  border: 0;
  background: rgba(2, 3, 10, 0.58);
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

body.cart-open .cart-overlay {
  opacity: 1;
  pointer-events: auto;
}

body.cart-open .cart-drawer {
  transform: translateX(0);
}

body.app-locked .cart-drawer,
body.app-locked .cart-overlay {
  display: none;
}

.cart-box,
.help-box {
  border: 1px solid rgba(219, 170, 255, 0.24);
  border-radius: 12px;
  padding: 12px;
  background: rgba(17, 9, 27, 0.9);
}

.cart-list { list-style: none; display: grid; gap: 8px; }

.cart-list li {
  border: 1px solid rgba(219, 170, 255, 0.2);
  border-radius: 20px;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}

.cart-main {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.cart-thumb {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(227, 184, 255, 0.34);
}

.cart-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.cart-item-name {
  font-family: "Orbitron", sans-serif;
  font-size: 1.05rem;
  text-transform: uppercase;
  line-height: 1.05;
  color: #fcf7ff;
}

.cart-meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.cart-item-price {
  color: #20d9ff;
  font-weight: 800;
  font-size: 1rem;
}

.cart-item-plan {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 235, 150, 0.12);
  background: rgba(255, 234, 155, 0.08);
  color: #ece5f7;
  font-size: 0.9rem;
  font-weight: 700;
}

.cart-item-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  flex-shrink: 0;
  margin-top: 2px;
}

.cart-entry {
  min-height: 94px;
}

.cart-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(214, 170, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 14px;
  overflow: hidden;
}

.cart-qty-btn {
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #eee7fb;
  font-size: 1.15rem;
  font-weight: 700;
  cursor: pointer;
}

.cart-qty-value {
  display: inline-grid;
  place-items: center;
  min-width: 32px;
  height: 32px;
  text-align: center;
  color: #ffffff;
  font-weight: 800;
  font-size: 0.96rem;
}

.empty { color: var(--muted); }

.remove-item {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 122, 142, 0.22);
  color: #ffbbc5;
  background: linear-gradient(180deg, rgba(132, 30, 43, 0.42), rgba(79, 20, 31, 0.34));
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.cart-entry {
  min-height: 76px;
}

.cart-footer {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.cart-totals {
  display: grid;
  gap: 4px;
}

.coupon-box {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.coupon-box input {
  min-width: 180px;
  border-radius: 9px;
  border: 1px solid rgba(219, 170, 255, 0.32);
  background: rgba(12, 8, 22, 0.9);
  color: #f2e9ff;
  padding: 8px 10px;
  font-family: "Rajdhani", sans-serif;
}

.actions { display: flex; gap: 8px; }

.help-box h4 { margin-bottom: 8px; }
.help-box ol { color: var(--muted); padding-left: 18px; }

.reviews-sub {
  color: var(--muted);
  margin-bottom: 8px;
}

.reviews-status {
  display: inline-block;
  margin-bottom: 14px;
  border: 1px solid rgba(191, 59, 255, 0.34);
  background: rgba(191, 59, 255, 0.12);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 0.9rem;
  color: #dfc4ff;
}

.review-form {
  max-width: 620px;
  margin: 0 auto 18px;
  display: grid;
  gap: 10px;
}

.review-auth {
  max-width: 620px;
  margin: 0 auto 12px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(191, 59, 255, 0.28);
  background: rgba(19, 10, 30, 0.72);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.review-auth span {
  color: #e8d9ff;
  text-align: left;
}

body.user-authenticated .review-auth,
body.user-authenticated #accessGate {
  display: none !important;
}

.review-form input,
.review-form textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(219, 170, 255, 0.36);
  background: rgba(14, 9, 25, 0.94);
  color: #f3e8ff;
  padding: 12px 14px;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.03rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.review-form input:focus,
.review-form textarea:focus {
  outline: none;
  border-color: rgba(216, 145, 255, 0.76);
  box-shadow: 0 0 0 3px rgba(191, 59, 255, 0.16);
}

.review-form textarea {
  min-height: 104px;
  resize: vertical;
}

.review-rating-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(219, 170, 255, 0.26);
  border-radius: 12px;
  background: rgba(14, 9, 25, 0.74);
  padding: 9px 12px;
}

.rating-stars-input {
  display: inline-flex;
  gap: 4px;
}

.star-btn {
  border: 0;
  background: transparent;
  color: rgba(232, 197, 255, 0.45);
  font-size: 1.2rem;
  cursor: pointer;
}

.star-btn.active {
  color: #ffda6b;
  text-shadow: 0 0 8px rgba(255, 209, 85, 0.6);
}

.review-form input[type="file"] {
  padding: 8px 10px;
  font-size: 0.95rem;
}

.review-form .btn-main {
  width: 100%;
  padding: 12px 16px;
  font-size: 1.02rem;
}

.reviews-scroller {
  --reviews-speed: 16s;
  position: relative;
  overflow: hidden;
  padding: 8px 18px;
  border-radius: 14px;
  border: 1px solid rgba(219, 170, 255, 0.16);
  background: rgba(11, 8, 20, 0.7);
}

.reviews-scroller::before,
.reviews-scroller::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 54px;
  z-index: 2;
  pointer-events: none;
}

.reviews-scroller::before {
  left: 0;
  background: linear-gradient(90deg, rgba(10, 7, 19, 0.95), rgba(10, 7, 19, 0));
}

.reviews-scroller::after {
  right: 0;
  background: linear-gradient(270deg, rgba(10, 7, 19, 0.95), rgba(10, 7, 19, 0));
}

.reviews-track {
  display: flex;
  align-items: stretch;
  gap: 12px;
  width: max-content;
  animation: reviewsMarquee var(--reviews-speed) linear infinite;
  will-change: transform;
}

.reviews-scroller:hover .reviews-track {
  animation-play-state: paused;
}

.review-card {
  width: min(290px, 80vw);
  flex: 0 0 auto;
  border: 1px solid rgba(219, 170, 255, 0.28);
  border-radius: 12px;
  padding: 12px;
  background: linear-gradient(180deg, rgba(30, 13, 46, 0.94), rgba(18, 10, 30, 0.94));
  min-height: 170px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.review-card:hover {
  transform: translateY(-3px);
  border-color: rgba(223, 172, 255, 0.58);
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.32);
}

.review-head {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.avatar {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 0.85rem;
  font-weight: 800;
  border: 1px solid rgba(200, 150, 255, 0.45);
  background: rgba(191, 59, 255, 0.2);
  overflow: hidden;
}

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

.review-meta {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.review-author-wrap {
  display: grid;
  justify-items: center;
  gap: 3px;
}

.review-author-top {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.review-author-link {
  color: #f5edff;
  text-decoration: none;
  transition: color 0.18s ease, text-shadow 0.18s ease;
}

.review-author-link:hover {
  color: #ffffff;
  text-shadow: 0 0 12px rgba(198, 127, 255, 0.3);
}

.review-author-name {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.15;
}

.review-discord-mark {
  width: 19px;
  height: 14px;
  object-fit: contain;
}

.review-text {
  color: #eee3ff;
  line-height: 1.56;
  font-size: 1rem;
  text-align: center;
  text-wrap: pretty;
  max-width: 24ch;
  margin: 0 auto;
}

.review-rating {
  color: #ffd56a;
  margin-bottom: 10px;
  font-size: 1.02rem;
  letter-spacing: 0.08em;
  text-align: center;
}

.review-image {
  width: 100%;
  height: 105px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(219, 170, 255, 0.26);
  margin-top: 8px;
}

.skeleton {
  opacity: 0.7;
}

.discord-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.terms-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.terms {
  color: var(--muted);
  margin-top: 8px;
}

.terms-updated {
  color: #b995dd;
  margin-top: 8px;
  margin-bottom: 14px;
  font-size: 0.95rem;
}

.terms-list {
  list-style: none;
  display: grid;
  gap: 12px;
}

.terms-list li {
  border-top: 1px solid rgba(206, 145, 255, 0.22);
  padding-top: 12px;
}

.terms-list h4 {
  font-family: "Orbitron", sans-serif;
  font-size: 1.03rem;
  color: #edd6ff;
  margin-bottom: 7px;
}

.terms-list p {
  color: #c3b2dd;
  line-height: 1.55;
}

.terms-list ul {
  margin-top: 8px;
  padding-left: 18px;
  color: #baa7d8;
  display: grid;
  gap: 4px;
}

.reviews-manager-sub {
  color: var(--muted);
  margin-bottom: 12px;
}

.reviews-manager-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
}

.reviews-manager-empty {
  color: var(--muted);
}

.admin-panel {
  max-width: 1160px;
  margin: 0 auto;
}

.admin-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.admin-panel-subtitle {
  margin-top: 10px;
  max-width: 760px;
  color: #d5c6ea;
  line-height: 1.55;
}

.admin-panel-header-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-header-pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 15px;
  border-radius: 999px;
  border: 1px solid rgba(219, 170, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: #eddcff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  font-weight: 700;
}

.admin-header-pill-soft {
  background: rgba(103, 228, 255, 0.12);
  border-color: rgba(103, 228, 255, 0.24);
  color: #d8f8ff;
}

.admin-unlock-form {
  display: grid;
  gap: 18px;
  border: 1px solid rgba(219, 170, 255, 0.2);
  border-radius: 24px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 26%),
    linear-gradient(150deg, rgba(20, 10, 34, 0.94), rgba(8, 10, 24, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 22px 42px rgba(0, 0, 0, 0.28);
}

.admin-access-copy {
  display: grid;
  gap: 8px;
}

.admin-access-title {
  color: #fff4ff;
  font-size: 1.22rem;
  font-weight: 700;
}

.admin-access-subtitle {
  color: #cdbde2;
  line-height: 1.55;
}

.admin-access-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.admin-access-user-card {
  border: 1px solid rgba(219, 170, 255, 0.18);
  border-radius: 18px;
  background: rgba(14, 9, 24, 0.82);
  padding: 16px;
  display: grid;
  gap: 8px;
}

.admin-access-label {
  color: rgba(233, 218, 255, 0.64);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 700;
}

.admin-access-user-card strong {
  color: #ffffff;
  font-size: 1.18rem;
  line-height: 1.1;
}

.admin-access-user-card p {
  color: #d0c1e5;
  line-height: 1.45;
}

.admin-role-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.admin-role-card {
  border: 1px solid rgba(219, 170, 255, 0.14);
  border-radius: 18px;
  background: rgba(16, 10, 28, 0.84);
  padding: 16px;
  display: grid;
  gap: 10px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.admin-role-card.is-assigned {
  border-color: rgba(106, 221, 255, 0.38);
  box-shadow: 0 0 0 1px rgba(106, 221, 255, 0.14), 0 16px 34px rgba(19, 40, 55, 0.18);
  transform: translateY(-2px);
}

.admin-role-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.admin-role-card-top strong {
  color: #fdf8ff;
  font-size: 1.02rem;
}

.admin-role-card p {
  color: #cab9df;
  line-height: 1.45;
}

.admin-role-state {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(106, 221, 255, 0.14);
  border: 1px solid rgba(106, 221, 255, 0.24);
  color: #d7f7ff;
  font-size: 0.72rem;
  font-weight: 700;
}

.admin-role-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-role-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(219, 170, 255, 0.14);
  color: #eddcff;
  font-size: 0.78rem;
}

.admin-module-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.95fr;
  gap: 16px;
}

.admin-content {
  display: grid;
  gap: 16px;
}

.admin-top-actions {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.admin-session-card {
  flex: 1 1 420px;
  border: 1px solid rgba(219, 170, 255, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 28%),
    linear-gradient(145deg, rgba(17, 10, 29, 0.94), rgba(7, 9, 19, 0.96));
  padding: 18px 20px;
  display: grid;
  gap: 10px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.admin-session-label {
  color: rgba(233, 218, 255, 0.62);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 700;
}

.admin-session-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-session-role {
  font-size: 1.24rem;
  color: #ffffff;
}

.admin-session-user {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(106, 221, 255, 0.12);
  border: 1px solid rgba(106, 221, 255, 0.2);
  color: #dff7ff;
  font-weight: 700;
}

.admin-permission-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-permission-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(191, 59, 255, 0.08);
  border: 1px solid rgba(191, 59, 255, 0.18);
  color: #f1ddff;
  font-size: 0.8rem;
  font-weight: 700;
}

.admin-top-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-back-home {
  text-decoration: none;
}

.admin-top-actions p {
  color: #dbc4ff;
}

.manager-card {
  border: 1px solid rgba(219, 170, 255, 0.24);
  border-radius: 16px;
  background: rgba(18, 10, 30, 0.84);
  padding: 14px;
  display: grid;
  gap: 10px;
}

.manager-image {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(219, 170, 255, 0.28);
}

.manager-top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: var(--muted);
}

.manager-top strong {
  color: #f3e5ff;
}

.manager-text {
  width: 100%;
  min-height: 90px;
  resize: vertical;
  border-radius: 10px;
  border: 1px solid rgba(219, 170, 255, 0.3);
  background: rgba(12, 8, 23, 0.92);
  color: #f2e8ff;
  padding: 10px;
  font-family: "Rajdhani", sans-serif;
}

.manager-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.manager-readonly-note {
  color: #b9dce9;
  font-size: 0.9rem;
  line-height: 1.4;
}

.manager-actions label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #dbc4ff;
}

.manager-rating {
  border-radius: 8px;
  border: 1px solid rgba(191, 59, 255, 0.38);
  background: rgba(20, 10, 31, 0.92);
  color: #f5ecff;
  padding: 6px 8px;
}

.control-center-panel {
  border: 1px solid rgba(219, 170, 255, 0.22);
  border-radius: 24px;
  background: rgba(15, 9, 26, 0.9);
  padding: 20px;
  display: grid;
  gap: 14px;
  min-width: 0;
}

.control-center-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.control-center-head h4 {
  margin: 4px 0 0;
  color: #f6ecff;
  font-size: 1.22rem;
}

.admin-module-copy {
  margin-top: 8px;
  max-width: 620px;
  color: #cdbde2;
  line-height: 1.5;
}

.control-summary-status {
  color: #d7c1f4;
}

.control-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 12px;
}

.control-stat-card {
  border: 1px solid rgba(191, 59, 255, 0.24);
  border-radius: 18px;
  background: rgba(24, 12, 40, 0.88);
  padding: 16px;
  display: grid;
  gap: 4px;
}

.control-stat-card small {
  color: rgba(233, 218, 255, 0.64);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
}

.control-stat-card strong {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
}

.control-feed-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
}

.control-feed-card {
  border: 1px solid rgba(219, 170, 255, 0.16);
  border-radius: 18px;
  background: rgba(20, 12, 32, 0.84);
  padding: 16px;
  display: grid;
  gap: 10px;
  min-width: 0;
}

.control-feed-card h5 {
  margin: 0;
  color: #f5ecff;
  font-size: 1rem;
}

.control-feed-list {
  display: grid;
  gap: 10px;
}

.control-feed-item {
  border: 1px solid rgba(219, 170, 255, 0.12);
  border-radius: 14px;
  background: rgba(10, 6, 19, 0.76);
  padding: 12px;
  display: grid;
  gap: 6px;
}

.control-feed-top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: rgba(233, 218, 255, 0.66);
}

.control-feed-top strong {
  color: #ffffff;
}

.wallet-admin-panel {
  border: 1px solid rgba(106, 221, 255, 0.2);
  border-radius: 24px;
  background: rgba(10, 15, 28, 0.88);
  padding: 20px;
  display: grid;
  gap: 14px;
  align-content: start;
}

.wallet-admin-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.wallet-admin-head h4 {
  margin: 4px 0 0;
  color: #f5fbff;
  font-size: 1.22rem;
}

.wallet-admin-copy {
  color: #bcd7e5;
  max-width: 360px;
  line-height: 1.5;
}

.wallet-admin-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.wallet-admin-grid input {
  border-radius: 14px;
  border: 1px solid rgba(106, 221, 255, 0.24);
  background: rgba(8, 12, 23, 0.94);
  color: #eef8ff;
  padding: 12px 14px;
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem;
}

.wallet-admin-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.wallet-admin-status {
  color: #d4e7f1;
  line-height: 1.45;
}

.admin-reviews-panel {
  border: 1px solid rgba(219, 170, 255, 0.2);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 24%),
    linear-gradient(150deg, rgba(18, 10, 30, 0.94), rgba(8, 9, 20, 0.96));
  padding: 20px;
  display: grid;
  gap: 16px;
}

.admin-reviews-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.control-feed-item p,
.control-empty {
  margin: 0;
  color: #cbb8e6;
  line-height: 1.45;
}

.affiliate {
  display: grid;
  gap: 28px;
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 22px;
}

.affiliate-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 20px;
  align-items: stretch;
}

.affiliate-copy,
.affiliate-spotlight,
.affiliate-block,
.affiliate-cta,
.affiliate-stats article {
  border: 1px solid rgba(197, 138, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 22%),
    linear-gradient(160deg, rgba(18, 9, 31, 0.94), rgba(9, 9, 22, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 20px 42px rgba(0, 0, 0, 0.3);
}

.affiliate-copy {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  padding: 38px 34px;
}

.affiliate-copy::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  top: -140px;
  left: -80px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(191, 59, 255, 0.24), transparent 70%);
  pointer-events: none;
}

.affiliate-tag {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(191, 59, 255, 0.45);
  color: #e7c8ff;
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 0.86rem;
  margin-bottom: 18px;
  background: rgba(191, 59, 255, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.affiliate-hero h3 {
  font-size: clamp(1.9rem, 5vw, 3.4rem);
  line-height: 1.14;
  margin-bottom: 18px;
  text-wrap: balance;
  max-width: 10ch;
}

.affiliate-copy h3 span:last-child {
  color: #d676ff;
  display: block;
  text-shadow: 0 0 18px rgba(191, 59, 255, 0.35);
}

.affiliate-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 620px;
  line-height: 1.6;
  margin: 0 0 22px;
}

.affiliate-inline-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.affiliate-inline-points span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(197, 138, 255, 0.24);
  background: rgba(191, 59, 255, 0.08);
  color: #f1deff;
  font-weight: 700;
}

.affiliate-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.affiliate-spotlight {
  border-radius: 26px;
  padding: 30px 28px;
  display: grid;
  gap: 22px;
}

.affiliate-spotlight-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
}

.affiliate-spotlight-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(197, 138, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
  color: #e8ccff;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.affiliate-spotlight-top strong {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(2.6rem, 8vw, 4.4rem);
  line-height: 1;
  color: #f6e8ff;
}

.affiliate-spotlight-text {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.affiliate-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.affiliate-spotlight-grid article {
  border: 1px solid rgba(197, 138, 255, 0.18);
  border-radius: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.affiliate-spotlight-grid small {
  display: block;
  color: var(--muted);
  margin-bottom: 4px;
}

.affiliate-spotlight-grid strong {
  font-size: 1.2rem;
  color: #f6e9ff;
}

.affiliate-stats {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.affiliate-stats article {
  border-radius: 20px;
  padding: 20px 18px;
  min-height: 132px;
}

.affiliate-stats small {
  display: block;
  color: var(--muted);
  margin-bottom: 6px;
}

.affiliate-stats strong {
  display: block;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  margin: 0 0 6px;
}

.affiliate-stats span {
  color: #b9f6d8;
  font-size: 0.9rem;
}

.affiliate-shell {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.affiliate-block h4,
.affiliate-cta h4 {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.35rem, 3.4vw, 2.1rem);
  margin-bottom: 4px;
}

.affiliate-sub {
  color: var(--muted);
  margin-bottom: 10px;
}

.affiliate-block {
  border-radius: 24px;
  padding: 26px 24px;
}

.affiliate-block-head {
  margin-bottom: 20px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.steps-grid article,
.benefits-grid article {
  border: 1px solid rgba(197, 138, 255, 0.18);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.steps-grid b {
  display: inline-block;
  font-size: 2.8rem;
  color: rgba(255, 255, 255, 0.12);
  margin-bottom: 8px;
}

.steps-grid h5,
.benefits-grid h5 {
  font-size: 1.15rem;
  margin-bottom: 6px;
}

.steps-grid p,
.benefits-grid p {
  color: var(--muted);
  line-height: 1.45;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.faq-block {
  width: 100%;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid rgba(197, 138, 255, 0.25);
  border-radius: 16px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.03);
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.08rem;
  padding: 14px 0;
  position: relative;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "▾";
  position: absolute;
  right: 0;
  color: #d676ff;
  transition: transform 0.2s ease;
}

.faq-list details[open] summary::after {
  transform: rotate(180deg);
}

.faq-list details p {
  color: var(--muted);
  padding: 0 0 14px;
}

.affiliate-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  border-radius: 26px;
  padding: 24px 26px;
}

.affiliate-cta p {
  color: var(--muted);
  margin-bottom: 0;
}

.site-footer {
  text-align: center;
  color: var(--muted);
  padding: 36px 18px 34px;
  border-top: 1px solid rgba(196, 126, 255, 0.32);
  background: linear-gradient(180deg, rgba(21, 9, 36, 0.92), rgba(10, 7, 22, 0.94));
  box-shadow: inset 0 1px 0 rgba(214, 150, 255, 0.15);
}

.coupon-modal.hidden {
  display: none;
}

.coupon-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  place-items: center;
  padding: 16px;
}

.coupon-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 6, 14, 0.65);
  backdrop-filter: blur(3px);
}

.coupon-modal-card {
  position: relative;
  z-index: 1;
  width: min(420px, 94vw);
  border-radius: 20px;
  border: 1px solid rgba(195, 126, 255, 0.32);
  background: linear-gradient(180deg, rgba(18, 10, 35, 0.96), rgba(12, 8, 25, 0.96));
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45), 0 0 22px rgba(184, 79, 255, 0.25);
  padding: 22px;
  text-align: center;
}

.coupon-close {
  position: absolute;
  right: 12px;
  top: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #f0dfff;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  cursor: pointer;
}

.coupon-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  border: 1px solid rgba(211, 145, 255, 0.42);
  color: #ffd76d;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 235, 168, 0.18), transparent 58%),
    linear-gradient(180deg, rgba(191, 59, 255, 0.2), rgba(87, 26, 133, 0.18));
  box-shadow:
    0 0 20px rgba(191, 59, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 1.4rem;
}

.coupon-modal-card h3 {
  margin-bottom: 8px;
}

.coupon-modal-card p {
  color: #cdb4e3;
  margin-bottom: 12px;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 260;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  visibility: hidden;
}

.page-loader.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.page-loader-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 7, 18, 0.34);
  backdrop-filter: blur(10px);
}

.page-loader-panel {
  position: relative;
  z-index: 1;
  width: min(360px, 92vw);
  padding: 24px 22px;
  border-radius: 24px;
  border: 1px solid rgba(214, 132, 255, 0.3);
  background: linear-gradient(180deg, rgba(20, 11, 36, 0.82), rgba(12, 8, 24, 0.78));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42), 0 0 28px rgba(175, 94, 255, 0.18);
  text-align: center;
}

.page-loader-panel strong {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
}

.page-loader-panel p {
  margin: 10px 0 0;
  color: rgba(229, 217, 248, 0.82);
  font-size: 0.96rem;
  line-height: 1.6;
}

.page-loader-spinner {
  display: inline-block;
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.12);
  border-top-color: #d172ff;
  border-right-color: #9b6bff;
  box-shadow: 0 0 18px rgba(194, 102, 255, 0.22);
  animation: page-loader-spin 0.92s linear infinite;
}

@keyframes page-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

.coupon-code-btn {
  width: 100%;
  border: 1px dashed rgba(197, 124, 255, 0.6);
  background: rgba(24, 10, 43, 0.72);
  border-radius: 14px;
  padding: 12px;
  color: #edd8ff;
  margin-bottom: 12px;
  cursor: pointer;
}

.coupon-code-btn strong {
  display: block;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.12em;
  margin: 6px 0;
}

.coupon-code-btn small {
  color: #d18fff;
}

.footer-main {
  color: #f0dcff;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0 0 10px rgba(191, 59, 255, 0.35);
}

.footer-legal {
  max-width: 760px;
  margin: 0 auto 12px;
  line-height: 1.6;
  color: #b9a6d5;
}

.footer-link {
  color: #d39aff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-payments {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(197, 133, 255, 0.22);
}

.footer-payments-label {
  color: #ceb2ef;
  font-size: 0.86rem;
  margin-bottom: 8px;
}

.footer-payments-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-payment-logo {
  width: 120px;
  max-width: 38vw;
  opacity: 0.94;
  filter: drop-shadow(0 0 10px rgba(177, 70, 255, 0.28));
}

.footer-payment-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(117, 215, 255, 0.28);
  background: rgba(13, 20, 36, 0.8);
  color: #e7f8ff;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  max-width: min(420px, calc(100vw - 28px));
  border-radius: 16px;
  padding: 15px 18px;
  color: #fff7ff;
  background:
    linear-gradient(135deg, rgba(38, 15, 61, 0.96), rgba(17, 10, 31, 0.98));
  border: 1px solid rgba(224, 176, 255, 0.38);
  border-left: 4px solid #cf68ff;
  box-shadow:
    0 0 24px rgba(191, 59, 255, 0.28),
    0 22px 50px rgba(0, 0, 0, 0.34);
  opacity: 0;
  transform: translateY(14px) scale(0.98);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
  z-index: 1300;
  backdrop-filter: blur(12px);
}

.toast.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.floating-cart-btn {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  text-decoration: none;
  color: #171717;
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: linear-gradient(180deg, #ffffff 0%, #f3f3f3 100%);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.14),
    0 0 26px rgba(195, 94, 255, 0.26),
    0 10px 24px rgba(0, 0, 0, 0.42);
  z-index: 95;
  animation: floatingCartPulse 2.2s ease-in-out infinite;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.floating-cart-icon {
  font-size: 1.55rem;
  line-height: 1;
}

.floating-cart-count {
  position: absolute;
  top: -5px;
  right: -3px;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ff5f5f, #ff3e3e);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  border: 2px solid #ffffff;
  box-shadow: 0 8px 18px rgba(255, 62, 62, 0.35);
}

.floating-cart-btn:hover {
  transform: translateY(-2px) scale(1.04);
  filter: brightness(1.08);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.18),
    0 0 24px rgba(195, 94, 255, 0.34),
    0 14px 28px rgba(0, 0, 0, 0.45);
}

body.app-locked .floating-cart-btn {
  display: none;
}

@keyframes floatingCartPulse {
  0%,
  100% {
    box-shadow:
      0 0 0 3px rgba(255, 255, 255, 0.14),
      0 0 20px rgba(195, 94, 255, 0.3),
      0 10px 24px rgba(0, 0, 0, 0.42);
  }
  50% {
    box-shadow:
      0 0 0 5px rgba(255, 255, 255, 0.18),
      0 0 30px rgba(213, 129, 255, 0.42),
      0 12px 27px rgba(0, 0, 0, 0.45);
  }
}

@keyframes reviewsMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 6px));
  }
}

@keyframes sectionIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cart-layout { grid-template-columns: 1fr; }
  .affiliate-hero,
  .affiliate-shell,
  .affiliate-stats { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .promo {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px 8px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 0;
  }

  .promo-tag-icon {
    display: none;
  }

  .promo #promoText {
    grid-column: 1 / -1;
    font-size: 0.98rem;
    line-height: 1.35;
    text-align: center;
  }

  .promo strong {
    min-width: 0;
    width: 100%;
    justify-content: center;
    font-size: 0.95rem;
    padding: 10px 12px;
  }

  .promo a {
    min-width: 0;
    width: 100%;
    justify-content: center;
    padding: 10px 14px;
    font-size: 0.95rem;
  }

  .promo-close {
    grid-column: 2;
    grid-row: 2;
    width: 40px;
    height: 40px;
    justify-self: end;
  }

  .affiliate-copy,
  .affiliate-spotlight,
  .affiliate-block,
  .affiliate-cta {
    padding: 20px 16px;
    border-radius: 22px;
  }

  .affiliate-inline-points,
  .affiliate-actions,
  .affiliate-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .affiliate-inline-points span,
  .affiliate-actions .btn,
  .affiliate-cta .btn {
    width: 100%;
  }

  .affiliate-spotlight-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .affiliate-spotlight-grid,
  .steps-grid,
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .access-card {
    width: min(100%, 420px);
    padding: 22px 16px 18px;
    border-radius: 24px;
  }

  .access-topline {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 16px;
  }

  .access-pill {
    min-height: 34px;
    padding: 6px 10px;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .access-brand {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    padding: 12px;
    margin-bottom: 18px;
    border-radius: 20px;
    gap: 12px;
  }

  .access-brand-copy {
    text-align: left;
  }

  .access-logo {
    width: 68px;
    height: 68px;
    border-radius: 18px;
  }

  .access-brand-copy strong {
    font-size: 0.96rem;
  }

  .access-brand-copy span {
    font-size: 0.88rem;
    line-height: 1.3;
  }

  .access-card h2 {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: clamp(1.62rem, 7.6vw, 2.3rem);
    line-height: 0.98;
  }

  .access-card p {
    margin-bottom: 14px;
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .access-highlights {
    gap: 10px;
    margin-bottom: 18px;
  }

  .access-highlights span {
    width: 100%;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    font-size: 0.9rem;
  }

  .access-cta {
    width: 100%;
    min-width: 100%;
    min-height: 54px;
    padding: 14px 18px;
    border-radius: 16px;
    font-size: 0.98rem;
  }

  .access-actions {
    width: 100%;
    gap: 10px;
  }

  .access-note {
    margin-top: 14px;
    padding-top: 14px;
    font-size: 0.9rem;
  }

  .header {
    padding: 10px 12px;
  }

  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand menu"
      "nav nav"
      "actions actions";
    gap: 12px;
    align-items: start;
  }

  .brand {
    grid-area: brand;
    gap: 10px;
    min-width: 0;
    align-self: center;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .brand h1,
  .brand-text h1 {
    font-size: 1.18rem;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .menu-btn {
    grid-area: menu;
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    justify-self: end;
    align-self: start;
    margin: 0;
    z-index: 3;
  }

  nav {
    grid-area: nav;
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 8px;
    margin-top: 0;
    padding: 12px;
    border-radius: 22px;
    border: 1px solid rgba(198, 142, 255, 0.18);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 34%),
      linear-gradient(155deg, rgba(23, 10, 38, 0.95), rgba(11, 8, 22, 0.98));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 18px 38px rgba(0, 0, 0, 0.24);
  }

  nav.open { display: flex; }

  nav a {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 14px;
    border-radius: 16px;
    border: 1px solid rgba(191, 133, 255, 0.1);
    background: rgba(255, 255, 255, 0.025);
    color: rgba(247, 239, 255, 0.9);
  }

  nav a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    flex: 0 0 auto;
    background: rgba(214, 147, 255, 0.44);
    box-shadow: 0 0 12px rgba(195, 102, 255, 0.24);
  }

  nav a::after {
    content: "›";
    position: static;
    width: auto;
    height: auto;
    margin-left: auto;
    background: none;
    opacity: 0.68;
    transform: none;
    color: #ce97ff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: none;
  }

  nav a.active-link {
    background: linear-gradient(90deg, rgba(122, 46, 199, 0.3), rgba(65, 24, 106, 0.4));
    border-color: rgba(214, 153, 255, 0.34);
    box-shadow: 0 0 18px rgba(167, 70, 255, 0.14);
  }

  nav a.active-link::before {
    background: #f27eff;
    box-shadow: 0 0 16px rgba(235, 110, 255, 0.42);
  }

  nav a.active-link::after {
    opacity: 1;
    color: #f4d5ff;
  }

  .header-actions {
    grid-area: actions;
    display: none;
  }

  nav.open + .header-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin-top: 0;
    padding: 12px;
    border-radius: 22px;
    border: 1px solid rgba(198, 142, 255, 0.18);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 30%),
      linear-gradient(155deg, rgba(22, 10, 36, 0.94), rgba(10, 8, 20, 0.98));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 18px 38px rgba(0, 0, 0, 0.22);
  }

  nav.open + .header-actions::before {
    content: "Accesos rapidos";
    grid-column: 1 / -1;
    color: #bba8d6;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 0 2px 2px;
  }

  nav.open + .header-actions .social-link {
    min-height: 42px;
    width: 100%;
    border-radius: 14px;
  }

  nav.open + .header-actions .discord-join,
  nav.open + .header-actions .header-discord-user,
  nav.open + .header-actions .header-wallet-balance,
  nav.open + .header-actions .lang-dropdown {
    grid-column: 1 / -1;
    width: 100%;
  }

  nav.open + .header-actions .discord-join,
  nav.open + .header-actions .header-discord-user,
  nav.open + .header-actions .header-wallet-balance,
  nav.open + .header-actions .lang-pill {
    min-height: 46px;
  }

  nav.open + .header-actions .lang-pill {
    width: 100%;
    justify-content: center;
    border-radius: 15px;
  }

  main {
    padding: 0 0 18px;
    gap: 14px;
  }

  .products,
  .highlight-grid,
  .ticker { grid-template-columns: 1fr; }
  .steps-grid,
  .benefits-grid { grid-template-columns: 1fr; }

  .review-auth {
    flex-direction: column;
    align-items: stretch;
  }

  .review-rating-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .manager-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .manager-actions .btn {
    width: 100%;
  }

  .admin-top-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-access-summary,
  .admin-module-grid {
    grid-template-columns: 1fr;
  }

  .admin-role-grid {
    grid-template-columns: 1fr;
  }

  .wallet-admin-grid {
    grid-template-columns: 1fr;
  }

  .wallet-admin-actions {
    flex-direction: column;
  }

  .wallet-admin-actions .btn {
    width: 100%;
  }

  .payment-logo {
    width: 160px;
  }

  .reviews-scroller {
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .hero-home {
    min-height: calc(100svh - 118px);
    padding: 26px 18px 88px;
    padding-top: 48px;
    align-items: start;
  }

  .home-screen {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 0;
  }

  .hero-center {
    width: 100%;
    max-width: 100%;
    padding: 4px 12px 0;
  }

  .status {
    font-size: 0.92rem;
    padding: 10px 16px;
    margin-bottom: 16px;
  }

  .hero h2 {
    font-size: clamp(2.2rem, 9.5vw, 3.4rem);
    line-height: 0.98;
    margin-bottom: 14px;
  }

  .hero-text {
    max-width: 100%;
    font-size: 1.02rem;
    line-height: 1.55;
  }

  .hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .hero-actions .btn {
    width: 100%;
    padding: 13px 12px;
    text-align: center;
  }

  .hero-features-inline {
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
  }

  .hero-features-inline li {
    min-height: 42px;
    padding: 10px 14px;
    font-size: 0.94rem;
  }

  .actions {
    width: 100%;
    flex-direction: column;
  }

  .actions .btn { width: 100%; }

  .coupon-box {
    width: 100%;
    flex-direction: column;
  }

  .coupon-box input,
  .coupon-box .btn {
    width: 100%;
  }

  .footer-payment-logo {
    width: 106px;
  }

  .floating-cart-btn {
    width: 62px;
    height: 62px;
    right: 14px;
    bottom: 18px;
    font-size: 1.45rem;
  }

  .cart-drawer {
    width: 100vw;
    padding: 12px;
  }

  .creator-badge {
    left: 12px;
    bottom: 18px;
    max-width: 190px;
    padding: 10px 12px;
    border-radius: 14px;
  }

  .creator-badge-label {
    font-size: 0.67rem;
    letter-spacing: 0.1em;
  }

  .creator-badge-name {
    font-size: 1.1rem;
  }
}

@media (max-width: 520px) {
  .promo {
    grid-template-columns: 1fr 1fr auto;
  }

  .promo #promoText {
    font-size: 0.92rem;
  }

  .promo strong,
  .promo a {
    font-size: 0.88rem;
    min-height: 42px;
  }

  .header {
    padding: 8px 10px;
  }

  .brand h1,
  .brand-text h1 {
    font-size: 1.02rem;
  }

  .hero-home {
    padding: 22px 14px 92px;
    padding-top: 34px;
  }

  .hero-center {
    padding: 0 8px;
  }

  .status {
    font-size: 0.82rem;
    letter-spacing: 0.05em;
  }

  .hero h2 {
    font-size: clamp(1.95rem, 10vw, 2.8rem);
  }

  .hero-text {
    font-size: 0.96rem;
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero-features-inline li {
    width: 100%;
    justify-content: center;
  }

  .creator-badge {
    max-width: 165px;
    padding: 9px 10px;
  }

  .creator-badge-name {
    font-size: 1rem;
  }
}

html,
body {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3Cfilter id='g'%3E%3CfeDropShadow dx='0' dy='0' stdDeviation='1.5' flood-color='%238b52ff' flood-opacity='0.75'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23g)'%3E%3Cpath d='M7 5 L9 28 L16.5 21 L20.8 31 L24.8 29.2 L20.5 19.2 L31 19 Z' fill='%2311071f' stroke='%238d5bff' stroke-width='2.8' stroke-linejoin='round'/%3E%3Cpath d='M14.3 10.2c1.8-2.1 5.2-2.2 7.1-.3c1.3 1.2 1.6 3.4.7 5c-.8 1.5-2.6 2.4-4.3 2.3c1-1.4 1.2-3.2.4-4.6c-.8-1.4-2.5-2.2-4-2.4z' fill='%23d69aff'/%3E%3Ccircle cx='18.5' cy='18.4' r='0.8' fill='%23ffffff'/%3E%3Ccircle cx='21.4' cy='14.4' r='0.65' fill='%23ffffff'/%3E%3Ccircle cx='16.6' cy='13.8' r='0.55' fill='%23ffffff'/%3E%3Ccircle cx='20.8' cy='18.2' r='0.55' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E") 8 6, auto;
}

a,
button,
[role="button"],
input[type="submit"],
input[type="button"],
select,
label[for],
.btn,
.creator-badge {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3Cfilter id='g'%3E%3CfeDropShadow dx='0' dy='0' stdDeviation='1.5' flood-color='%238b52ff' flood-opacity='0.75'/%3E%3C/filter%3E%3C/filter id='g2'%3E%3CfeDropShadow dx='0' dy='0' stdDeviation='1.1' flood-color='%23c978ff' flood-opacity='0.65'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23g)'%3E%3Cpath d='M13 33c-3 0-5-1.8-5-4.6V17.2c0-1.8 1.2-3 2.7-3s2.7 1.2 2.7 3v5.3h1.3V11.5c0-1.8 1.2-3.1 2.8-3.1s2.8 1.3 2.8 3.1v9h1.2V9.4c0-1.8 1.2-3.1 2.8-3.1s2.8 1.3 2.8 3.1v11.1h1.2v-8.4c0-1.8 1.2-3 2.7-3s2.7 1.2 2.7 3v14.6c0 4.3-3.8 6.3-7.6 6.3z' fill='%2311081f' stroke='%238d5bff' stroke-width='2.6' stroke-linejoin='round'/%3E%3Cpath d='M20.6 12.4c1.6-2 4.8-2.2 6.7-.4c1.2 1.1 1.5 3.1.8 4.7c-.7 1.5-2.4 2.5-4 2.5c.9-1.3 1.1-3.1.3-4.5c-.8-1.4-2.3-2.1-3.8-2.3z' fill='%23d69aff' filter='url(%23g2)'/%3E%3Ccircle cx='17.4' cy='26' r='0.7' fill='%23ffffff'/%3E%3Ccircle cx='20.7' cy='23.7' r='0.55' fill='%23ffffff'/%3E%3Ccircle cx='24' cy='26.2' r='0.55' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E") 12 6, pointer;
}

.creator-badge {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 1200;
  display: grid;
  gap: 2px;
  padding: 14px 16px;
  border-radius: 16px;
  text-decoration: none;
  border: 1px solid rgba(201, 89, 255, 0.34);
  background:
    linear-gradient(180deg, rgba(25, 18, 39, 0.9), rgba(13, 11, 24, 0.95));
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.35),
    0 0 24px rgba(197, 85, 255, 0.14);
  backdrop-filter: blur(10px);
}

.creator-badge-label {
  color: rgba(231, 219, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.creator-badge-name {
  color: #f5eaff;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 0 18px rgba(197, 85, 255, 0.22);
}

.creator-badge:hover {
  border-color: rgba(218, 142, 255, 0.48);
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  .creator-badge {
    left: 12px;
    bottom: 12px;
    padding: 12px 14px;
  }

  .creator-badge-name {
    font-size: 1.18rem;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 182px;
  }

  body.cart-open .site-music-widget,
  body.cart-open .creator-badge,
  body.cart-open .floating-cart-btn {
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px);
  }

  .promo {
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 12px 14px;
  }

  .promo-tag-icon,
  .promo #promoText {
    grid-column: 1 / -1;
  }

  .promo strong,
  .promo a,
  .promo .promo-close {
    min-height: 42px;
  }

  .header {
    padding: 8px 10px;
  }

  .header-inner {
    gap: 10px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 42px;
    height: 42px;
  }

  .brand h1,
  .brand-text h1 {
    font-size: 1.04rem;
  }

  nav {
    padding-top: 10px;
    gap: 4px;
  }

  nav.open + .header-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 10px 2px;
  }

  .hero-home {
    min-height: auto;
    padding: 28px 14px 34px;
    padding-top: 34px;
  }

  .hero-home::after {
    opacity: 0.16;
    background-size: cover;
    background-position: center bottom;
  }

  .hero-center {
    max-width: 100%;
    padding: 0;
  }

  .status {
    margin: 0 auto 14px;
    width: fit-content;
    max-width: 100%;
  }

  .hero h2 {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 0.96;
    text-align: center;
  }

  .hero-text {
    max-width: 32ch;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .hero-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-actions .btn {
    min-height: 52px;
  }

  .hero-features-inline {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .hero-features-inline li {
    width: 100%;
    justify-content: center;
    min-height: 50px;
    font-size: 1rem;
  }

  .section,
  .card.section {
    width: min(100vw - 20px, 100%);
    margin-left: auto;
    margin-right: auto;
    border-radius: 22px;
  }

  .products-head {
    gap: 18px;
    margin-bottom: 22px;
  }

  .products-toolbar {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: stretch;
  }

  .products-head-copy {
    padding: 0 6px;
  }

  .products-head-copy h3 {
    max-width: 8ch;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1.9rem, 9vw, 2.9rem);
    line-height: 0.94;
  }

  .products-subtitle {
    font-size: 0.98rem;
  }

  .products-search {
    width: 100%;
    order: 1;
  }

  .products-search input {
    min-height: 48px;
    border-radius: 14px;
    padding: 0 15px;
  }

  .products-filters {
    width: 100%;
    order: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    justify-content: stretch;
    padding: 2px 2px 6px;
    gap: 8px;
    scrollbar-width: none;
    scroll-snap-type: none;
  }

  .products-filter {
    width: 100%;
    min-height: 42px;
    padding: 0 14px;
    white-space: nowrap;
    text-align: center;
    scroll-snap-align: none;
  }

  .products-filters .products-filter:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .product {
    border-radius: 22px;
  }

  .product-visual {
    min-height: 220px;
  }

  .product-media {
    max-width: none;
  }

  .product-media-float {
    left: -14px;
    width: calc(100% + 28px);
    transform: scaleX(1.1) scaleY(1.03);
    transform-origin: center bottom;
  }

  .product-body,
  .product-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  .review-form .btn,
  .review-form input,
  .review-form textarea {
    width: 100%;
  }

  .reviews-scroller {
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .affiliate-hero,
  .affiliate-stats,
  .affiliate-shell,
  .faq-list,
  .affiliate-cta {
    gap: 14px;
  }

  .affiliate-cta {
    align-items: stretch;
  }

  .affiliate-cta .btn {
    width: 100%;
  }

  .cart-drawer {
    width: 100vw;
    max-width: none;
    height: 100svh;
    max-height: 100svh;
    border-radius: 0;
    padding: 10px 10px 14px;
  }

  .cart-drawer .cart-box,
  .cart-drawer .help-box {
    border-radius: 18px;
  }

  .cart-drawer-head {
    padding: 2px 4px 14px;
  }

  .cart-drawer h3 {
    font-size: 1.7rem;
    max-width: 8ch;
    line-height: 0.96;
  }

  .cart-drawer-close {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .cart-drawer .cart-layout {
    height: calc(100svh - 74px);
  }

  .cart-drawer .cart-list {
    padding: 10px 2px 12px;
    gap: 10px;
  }

  .cart-drawer .cart-list li {
    padding: 11px 12px;
    border-radius: 18px;
  }

  .cart-entry {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 10px;
  }

  .cart-main,
  .cart-copy {
    min-width: 0;
  }

  .cart-item-name {
    font-size: 0.88rem;
    line-height: 1;
  }

  .cart-meta-row {
    gap: 6px;
  }

  .cart-item-price {
    font-size: 0.88rem;
  }

  .cart-item-plan {
    min-height: 24px;
    padding: 2px 9px;
    font-size: 0.76rem;
  }

  .cart-item-actions {
    gap: 6px;
    margin-top: 0;
  }

  .cart-qty {
    border-radius: 11px;
  }

  .cart-qty-btn,
  .cart-qty-value {
    width: 28px;
    min-width: 28px;
    height: 28px;
    font-size: 0.88rem;
  }

  .remove-item {
    width: 30px;
    height: 30px;
    font-size: 0.96rem;
  }

  .cart-drawer .coupon-box,
  .coupon-box {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .floating-cart-btn {
    width: 60px;
    height: 60px;
    right: 12px;
    bottom: 16px;
  }

  .creator-badge {
    left: 12px;
    bottom: 16px;
    max-width: 144px;
    padding: 8px 10px;
    border-radius: 14px;
  }

  .creator-badge-label {
    font-size: 0.62rem;
  }

  .creator-badge-name {
    font-size: 0.96rem;
  }

  .site-footer {
    padding-bottom: 26px;
  }
}

@media (max-width: 520px) {
  .access-gate {
    padding: 14px 10px 94px;
    overflow-y: auto;
  }

  .access-card {
    width: min(100%, 396px);
    padding: 18px 14px 16px;
    border-radius: 22px;
  }

  .access-topline {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 14px;
  }

  .access-pill {
    width: 100%;
  }

  .access-brand {
    padding: 10px;
    margin-bottom: 16px;
    gap: 10px;
  }

  .access-logo {
    width: 58px;
    height: 58px;
    padding: 5px;
  }

  .access-brand-copy strong {
    font-size: 0.9rem;
  }

  .access-brand-copy span {
    font-size: 0.8rem;
  }

  .access-card h2 {
    font-size: clamp(1.52rem, 7.8vw, 2.05rem);
    margin-bottom: 8px;
  }

  .access-card p {
    font-size: 0.9rem;
    line-height: 1.46;
    margin-bottom: 12px;
  }

  .access-highlights {
    gap: 8px;
    margin-bottom: 16px;
  }

  .access-highlights span {
    min-height: 40px;
    font-size: 0.84rem;
  }

  .access-actions {
    gap: 8px;
  }

  .access-cta {
    min-height: 50px;
    font-size: 0.95rem;
  }

  .access-note {
    font-size: 0.84rem;
  }

  body {
    padding-bottom: 176px;
  }

  .promo {
    padding: 10px 12px;
  }

  .promo #promoText {
    font-size: 0.88rem;
  }

  .promo strong,
  .promo a {
    font-size: 0.84rem;
  }

  .brand h1,
  .brand-text h1 {
    font-size: 0.96rem;
  }

  .products-head {
    gap: 16px;
    margin-bottom: 18px;
  }

  .products-head-copy {
    padding: 0 2px;
  }

  .products-head-copy h3 {
    max-width: 7.4ch;
    font-size: clamp(1.78rem, 9.4vw, 2.45rem);
    margin-bottom: 8px;
  }

  .products-subtitle {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .products-toolbar {
    gap: 8px;
  }

  .products-search input {
    min-height: 46px;
    font-size: 0.95rem;
  }

  .products-filters {
    gap: 7px;
    padding-bottom: 4px;
  }

  .products-filter {
    min-height: 40px;
    padding: 0 13px;
    font-size: 0.92rem;
  }

  .cart-drawer {
    padding: 8px 6px 12px;
  }

  .cart-drawer-head {
    padding: 0 2px 12px;
  }

  .cart-drawer h3 {
    font-size: 1.48rem;
    max-width: 7ch;
  }

  .cart-drawer .cart-layout {
    height: calc(100svh - 68px);
  }

  .cart-drawer .cart-list {
    padding: 8px 0 10px;
    gap: 8px;
  }

  .cart-drawer .cart-footer {
    padding: 16px 2px 18px;
    gap: 12px;
  }

  .cart-drawer .cart-list li {
    padding: 10px 11px;
    border-radius: 16px;
  }

  .cart-entry {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 8px;
  }

  .cart-item-name {
    font-size: 0.84rem;
  }

  .cart-item-price {
    font-size: 0.84rem;
  }

  .cart-item-plan {
    min-height: 22px;
    padding: 2px 8px;
    font-size: 0.72rem;
  }

  .cart-item-actions {
    width: auto;
    justify-content: flex-end;
    align-self: start;
    flex-shrink: 0;
    gap: 6px;
  }

  .cart-qty {
    flex: 0 0 auto;
    justify-content: center;
    max-width: none;
  }

  .cart-qty-btn,
  .cart-qty-value {
    width: 26px;
    min-width: 26px;
    height: 26px;
    font-size: 0.82rem;
  }

  .remove-item {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
  }

  .cart-drawer .coupon-box input,
  .cart-drawer .coupon-box .btn {
    width: 100%;
    height: 44px;
    border-radius: 13px;
  }

  .cart-drawer .cart-totals p {
    font-size: 0.95rem;
  }

  .cart-drawer .cart-totals strong,
  .cart-drawer .cart-totals p:last-child {
    font-size: 1.05rem;
  }

  .cart-drawer #checkoutDiscord {
    min-height: 52px;
    width: 100%;
    padding: 14px 16px;
    font-size: 1rem;
  }

  .hero-home {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero h2 {
    font-size: clamp(1.9rem, 10.5vw, 2.7rem);
  }

  .hero-text {
    font-size: 0.93rem;
  }

  .products-head-copy h3,
  .section-head h3,
  .affiliate-block-head h4,
  .terms-wrap h3 {
    font-size: 1.65rem;
  }

  .product-bottom {
    gap: 12px;
  }

  .product-view-btn,
  .btn,
  .checkoutDiscord,
  #checkoutDiscord {
    min-height: 48px;
  }

  .creator-badge {
    left: 10px;
    bottom: 14px;
    max-width: 132px;
    padding: 7px 9px;
  }
}

@media (max-width: 760px) {
  :root {
    --mobile-shell-max: 430px;
    --mobile-edge-gap: 12px;
    --mobile-control-height: 48px;
    --mobile-body-size: 0.96rem;
  }

  .promo,
  .header-inner,
  .hero-center,
  .section,
  .card.section,
  .home-reviews-panel,
  .affiliate-hero,
  .affiliate-stats,
  .affiliate-shell,
  .faq-block,
  .affiliate-cta,
  .cart-drawer .cart-box {
    width: min(calc(100vw - (var(--mobile-edge-gap) * 2)), var(--mobile-shell-max));
    max-width: var(--mobile-shell-max);
    margin-left: auto;
    margin-right: auto;
  }

  .products {
    justify-items: center;
  }

  .product {
    width: min(100%, var(--mobile-shell-max));
  }

  .hero-text,
  .products-subtitle,
  .reviews-sub,
  .affiliate-copy p,
  .affiliate-sub,
  .terms,
  .cart-drawer .cart-totals p,
  .footer-legal {
    font-size: var(--mobile-body-size);
    line-height: 1.55;
  }

  .btn,
  .products-search input,
  .products-filter,
  .review-form input,
  .review-form textarea,
  .review-form .btn,
  .coupon-box input,
  .coupon-box .btn,
  .lang-pill,
  .discord-join,
  .header-discord-user {
    min-height: var(--mobile-control-height);
  }
}

@media (max-width: 520px) {
  :root {
    --mobile-shell-max: 400px;
    --mobile-edge-gap: 10px;
    --mobile-control-height: 46px;
    --mobile-body-size: 0.92rem;
  }
}

@media (min-width: 761px) {
  :root {
    --desktop-shell-max: 1160px;
    --desktop-header-max: 1240px;
    --desktop-control-height: 46px;
    --desktop-body-size: 1rem;
  }

  .header-inner {
    width: min(calc(100vw - 40px), var(--desktop-header-max));
    margin-left: auto;
    margin-right: auto;
  }

  main {
    width: min(calc(100vw - 40px), var(--desktop-shell-max));
    max-width: var(--desktop-shell-max);
    padding-left: 0;
    padding-right: 0;
  }

  .section,
  .card.section,
  .home-reviews-panel,
  .affiliate-hero,
  .affiliate-stats,
  .affiliate-shell,
  .faq-block,
  .affiliate-cta {
    width: 100%;
  }

  .hero-text,
  .products-subtitle,
  .reviews-sub,
  .affiliate-copy p,
  .affiliate-sub,
  .terms,
  .footer-legal {
    font-size: var(--desktop-body-size);
    line-height: 1.6;
  }

  .btn,
  .products-search input,
  .products-filter,
  .coupon-box input,
  .coupon-box .btn,
  .lang-pill,
  .discord-join,
  .header-discord-user {
    min-height: var(--desktop-control-height);
  }
}

@media (min-width: 1180px) {
  .header {
    padding: 8px 10px;
  }

  .header-inner {
    width: min(calc(100vw - 20px), 1680px);
    grid-template-columns: auto auto minmax(0, 1fr);
    gap: 16px;
  }

  .brand {
    justify-self: start;
    gap: 10px;
    padding-left: 2px;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
    object-fit: cover;
    object-position: center 24%;
  }

  .brand h1,
  .brand-text h1 {
    font-size: 1.28rem;
  }

  nav {
    justify-self: start;
    margin: 0 0 0 2px;
    gap: 16px;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  nav a {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-size: 0.95rem;
    padding: 6px 0;
  }

  .header-actions {
    justify-self: end;
    margin-left: auto;
    padding-left: 10px;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .social-link {
    width: 32px;
    height: 32px;
    border-radius: 9px;
  }

  .discord-join {
    min-height: 42px;
    padding: 9px 16px;
    font-size: 0.95rem;
  }

  .header-discord-user {
    width: 220px;
    min-height: 42px;
    padding: 7px 12px;
    grid-template-columns: 30px minmax(0, 1fr);
    column-gap: 9px;
    flex: 0 0 220px;
  }

  .header-discord-avatar {
    width: 30px;
    height: 30px;
  }

  .header-discord-name {
    font-size: 0.9rem;
  }

  .header-discord-action {
    font-size: 0.7rem;
  }

  .lang-dropdown {
    margin-left: 6px;
  }

  .lang-pill {
    min-height: 42px;
    padding: 9px 13px;
    font-size: 0.92rem;
  }
}
