.store-page {
  --store-yellow: #f8e71c;
  --store-green: #0bb783;
  --store-blue: #5091ff;
  --store-coral: #ff725e;
  --store-copy: #f7f7f2;
  --store-muted: #858585;
  --store-line: rgba(255, 255, 255, 0.09);
  --store-line-strong: rgba(255, 255, 255, 0.16);
  position: relative;
  display: grid;
  gap: 20px;
  min-height: calc(100vh - 131px);
  padding-bottom: 24px;
  isolation: isolate;
}

.store-page .hidden { display: none !important; }

.store-shell.body-bg::before { display: none; }

.store-page::before {
  position: fixed;
  z-index: -1;
  inset: 83px 0 0;
  background:
    radial-gradient(circle at 82% 3%, rgba(248, 231, 28, 0.045), transparent 27%),
    radial-gradient(circle at 18% 45%, rgba(80, 145, 255, 0.028), transparent 24%),
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: auto, auto, 32px 32px, 32px 32px;
  content: "";
  pointer-events: none;
}

.store-hero,
.store-catalog,
.store-promise-strip {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--store-line);
  border-radius: 7px;
  background: linear-gradient(145deg, #181818, #0f0f0f 76%);
}

.store-hero::before,
.store-catalog::before,
.store-promise-strip::before {
  position: absolute;
  z-index: 4;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--store-yellow);
  content: "";
}

.store-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(370px, 0.58fr);
  min-height: 400px;
  background:
    linear-gradient(108deg, rgba(248, 231, 28, 0.105), transparent 37%),
    linear-gradient(145deg, #191919, #0c0c0c 78%);
}

.store-hero::after {
  position: absolute;
  top: -160px;
  left: 43%;
  width: 210px;
  height: 760px;
  background: linear-gradient(90deg, transparent, rgba(248, 231, 28, 0.04), transparent);
  content: "";
  pointer-events: none;
  transform: rotate(22deg);
}

.store-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
}

.store-kicker,
.store-section-heading > div > span {
  color: var(--store-yellow);
  font-family: "Sora", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.store-hero h1 {
  max-width: 800px;
  margin: 12px 0 16px;
  color: var(--store-copy);
  font-size: clamp(43px, 5vw, 72px);
  font-weight: 850;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.store-hero h1 span { color: var(--store-yellow); }

.store-hero-copy > p {
  max-width: 720px;
  margin: 0;
  color: #979797;
  font-size: 14px;
  line-height: 1.78;
}

.store-route {
  display: flex;
  max-width: 720px;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  background: rgba(7, 7, 7, 0.55);
}

.store-route > div {
  position: relative;
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  gap: 11px;
  padding: 13px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.25s ease;
}

.store-route > div:last-child { border-right: 0; }
.store-route > div.is-active { background: rgba(248, 231, 28, 0.065); }

.store-route > div.is-active::after {
  position: absolute;
  right: 11px;
  bottom: 8px;
  width: 18px;
  height: 2px;
  background: var(--store-yellow);
  box-shadow: 0 0 10px rgba(248, 231, 28, 0.5);
  content: "";
}

.store-route strong {
  color: #555;
  font-size: 19px;
  font-weight: 850;
}

.store-route .is-active strong { color: var(--store-yellow); }

.store-route span {
  overflow: hidden;
  color: #777;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.store-hero-art {
  position: relative;
  z-index: 2;
  display: grid;
  min-width: 0;
  place-items: center;
  overflow: hidden;
  border-left: 1px solid rgba(248, 231, 28, 0.13);
  background:
    radial-gradient(ellipse 78% 58% at 70% 44%, rgba(248, 231, 28, 0.075), transparent 65%),
    linear-gradient(115deg, transparent 0 43%, rgba(248, 231, 28, 0.022) 43% 58%, transparent 58%),
    rgba(7, 7, 7, 0.45);
}

.store-hero-art::before,
.store-hero-art::after {
  position: absolute;
  width: 55px;
  height: 55px;
  border-color: rgba(248, 231, 28, 0.42);
  content: "";
}

.store-hero-art::before { top: 24px; right: 24px; border-top: 1px solid; border-right: 1px solid; }
.store-hero-art::after { bottom: 24px; left: 24px; border-bottom: 1px solid; border-left: 1px solid; }

.store-deck {
  position: relative;
  width: 340px;
  height: 286px;
  filter: drop-shadow(0 30px 34px rgba(0, 0, 0, 0.42));
  transform: scale(var(--deck-scale, 1));
  transform-origin: center;
  animation: storeDeckFloat 5.8s ease-in-out infinite;
}

.store-deck-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 218px;
  height: 218px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 231, 28, 0.13), rgba(248, 231, 28, 0.025) 48%, transparent 72%);
  transform: translate(-50%, -50%);
  animation: storeDeckGlow 4.2s ease-in-out infinite;
}

.store-deck-card {
  position: absolute;
  top: 39px;
  left: 83px;
  width: 174px;
  height: 208px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  background: linear-gradient(155deg, rgba(30, 30, 30, 0.98), rgba(8, 8, 8, 0.99));
  box-shadow: 0 22px 34px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.018);
}

.store-deck-card::before,
.store-deck-card::after {
  position: absolute;
  width: 24px;
  height: 24px;
  border-color: currentColor;
  content: "";
  opacity: 0.55;
}

.store-deck-card::before { top: 9px; left: 9px; border-top: 1px solid; border-left: 1px solid; }
.store-deck-card::after { right: 9px; bottom: 9px; border-right: 1px solid; border-bottom: 1px solid; }

.store-deck-card--left {
  z-index: 1;
  color: #5d92df;
  background: linear-gradient(155deg, rgba(80, 145, 255, 0.08), rgba(9, 9, 9, 0.99) 58%);
  transform: translateX(-52px) rotate(-12deg) scale(0.92);
  animation: storeDeckLeft 8s ease-in-out infinite;
}

.store-deck-card--right {
  z-index: 2;
  color: var(--store-green);
  background: linear-gradient(205deg, rgba(11, 183, 131, 0.075), rgba(9, 9, 9, 0.99) 58%);
  transform: translateX(52px) rotate(12deg) scale(0.92);
  animation: storeDeckRight 8s ease-in-out infinite;
}

.store-deck-card--front {
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--store-yellow);
  border-color: rgba(248, 231, 28, 0.32);
  background: linear-gradient(155deg, rgba(248, 231, 28, 0.09), rgba(17, 17, 17, 0.98) 46%, rgba(7, 7, 7, 0.99));
  box-shadow: 0 26px 42px rgba(0, 0, 0, 0.46), 0 0 34px rgba(248, 231, 28, 0.07), inset 0 0 0 1px rgba(248, 231, 28, 0.035);
  animation: storeDeckFront 4.8s ease-in-out infinite;
}

.store-deck-brand {
  position: absolute;
  top: 20px;
  left: 20px;
  color: rgba(248, 231, 28, 0.72);
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.store-deck-emblem {
  position: relative;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1px solid rgba(248, 231, 28, 0.32);
  transform: rotate(45deg);
  background: rgba(248, 231, 28, 0.055);
  box-shadow: 0 0 0 10px rgba(248, 231, 28, 0.022), 0 0 32px rgba(248, 231, 28, 0.1);
  animation: storeDeckEmblem 5.6s ease-in-out infinite;
}

.store-deck-emblem > i {
  color: var(--store-yellow);
  font-size: 31px;
  text-shadow: 0 0 20px rgba(248, 231, 28, 0.52);
  transform: rotate(-45deg);
}

.store-deck-emblem small {
  position: absolute;
  right: -10px;
  bottom: -10px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 3px solid #111;
  border-radius: 50%;
  color: #111;
  background: var(--store-yellow);
  font-size: 11px;
  transform: rotate(-45deg);
}

.store-deck-card-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 31px;
  opacity: 0.7;
  text-shadow: 0 0 20px currentColor;
  transform: translate(-50%, -64%);
}

.store-deck-lines {
  position: absolute;
  right: 24px;
  bottom: 34px;
  left: 24px;
  display: grid;
  gap: 7px;
}

.store-deck-lines i { height: 2px; background: currentColor; opacity: 0.12; }
.store-deck-lines i:nth-child(2) { width: 72%; }
.store-deck-lines i:nth-child(3) { width: 42%; }

.store-deck-code {
  position: absolute;
  right: 21px;
  bottom: 23px;
  left: 21px;
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.store-deck-code i {
  flex: 1;
  height: 3px;
  background: rgba(248, 231, 28, 0.17);
  animation: storeDeckCode 2s ease-in-out infinite;
}

.store-deck-code i:nth-child(2) { animation-delay: 0.14s; }
.store-deck-code i:nth-child(3) { animation-delay: 0.28s; }
.store-deck-code i:nth-child(4) { animation-delay: 0.42s; }
.store-deck-code i:nth-child(5) { animation-delay: 0.56s; }

.store-deck-scan {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(248, 231, 28, 0.9), transparent);
  box-shadow: 0 0 14px rgba(248, 231, 28, 0.55);
  opacity: 0;
  animation: storeDeckScan 4.6s ease-in-out infinite;
}

.store-deck-rail {
  position: absolute;
  z-index: 5;
  top: 67px;
  width: 1px;
  height: 152px;
  background: linear-gradient(transparent, rgba(248, 231, 28, 0.65), transparent);
  opacity: 0.34;
  animation: storeDeckRail 3.6s ease-in-out infinite;
}

.store-deck-rail--left { left: 42px; }
.store-deck-rail--right { right: 42px; animation-delay: -1.8s; }

.store-deck-chip {
  position: absolute;
  z-index: 6;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: #111;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.28);
  font-size: 13px;
}

.store-deck-chip--game { top: 28px; left: 36px; color: #6ca7ff; animation: storeDeckChip 4.4s ease-in-out infinite; }
.store-deck-chip--shield { top: 48px; right: 25px; color: var(--store-green); animation: storeDeckChip 4.8s ease-in-out -1.4s infinite; }
.store-deck-chip--key { right: 42px; bottom: 19px; color: var(--store-yellow); animation: storeDeckChip 4.2s ease-in-out -2.5s infinite; }

.store-catalog { padding: 28px; }
.store-catalog::before { width: 2px; background: linear-gradient(var(--store-yellow), rgba(248, 231, 28, 0.08) 78%, transparent); }

.store-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 21px;
  color: #606060;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.store-breadcrumb a { color: var(--store-yellow); transition: color 0.2s ease; }
.store-breadcrumb a:hover { color: #fff48a; }
.store-breadcrumb i { font-size: 11px; }

.store-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 26px;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--store-line);
}

.store-section-heading h2 {
  margin: 6px 0 0;
  color: var(--store-copy);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 830;
  letter-spacing: -0.05em;
}

.store-section-heading p {
  max-width: 650px;
  margin: 8px 0 0;
  color: #777;
  font-size: 12px;
  line-height: 1.65;
}

.store-catalog-count {
  display: flex;
  min-width: 112px;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

.store-catalog-count strong {
  color: var(--store-yellow);
  font-family: "JetBrains Mono", monospace;
  font-size: 28px;
  letter-spacing: -0.06em;
}

.store-catalog-count span {
  max-width: 76px;
  color: #626262;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.store-toolbar {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin: 19px 0 23px;
}

.store-search-console {
  position: relative;
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  min-height: 54px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  background: rgba(8, 8, 8, 0.58);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.store-search-console:focus-within { border-color: rgba(248, 231, 28, 0.42); box-shadow: 0 0 0 3px rgba(248, 231, 28, 0.045); }
.store-search-console > i { margin-left: 17px; color: var(--store-yellow); font-size: 18px; }

.store-search-console input {
  min-width: 0;
  flex: 1;
  padding: 16px 15px;
  border: 0;
  outline: 0;
  color: #ddd;
  background: transparent;
  font-size: 12px;
}

.store-search-console input::placeholder { color: #575757; }

.store-search-code {
  margin-right: 14px;
  padding-left: 14px;
  border-left: 1px solid var(--store-line);
  color: #484848;
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.11em;
}

.store-toolbar-actions { display: flex; gap: 8px; }

.store-all-games,
.store-sort {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  color: #8b8b8b;
  background: rgba(12, 12, 12, 0.72);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.store-all-games:hover,
.store-sort:hover,
.store-sort.is-active { border-color: rgba(248, 231, 28, 0.35); color: var(--store-yellow); background: rgba(248, 231, 28, 0.055); }
.store-all-games:active,
.store-sort:active { transform: translateY(1px); }

.store-category-grid,
.store-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  min-height: 190px;
}

[data-store-card] {
  opacity: 1;
  filter: none;
  transform: none;
}

[data-store-card].is-visible { opacity: 1; filter: none; transform: none; }

.store-category-card,
.store-product-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--store-line);
  border-radius: 6px;
  color: inherit;
  background: #111;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
  transition: border-color 0.28s ease, box-shadow 0.28s ease;
}

.store-category-card::before,
.store-product-card::before {
  position: absolute;
  z-index: 5;
  inset: 0 auto 0 0;
  width: 2px;
  background: var(--card-accent, var(--store-yellow));
  content: "";
  transform: scaleY(0.28);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

.store-category-card {
  --card-accent: var(--store-yellow);
  --card-accent-secondary: var(--store-yellow);
}

.store-category-card::before {
  background: linear-gradient(180deg, var(--card-accent), var(--card-accent-secondary));
}

.store-category-card[data-tone="rose"] { --card-accent: #ff5d7a; --card-accent-secondary: #ff8a9d; }
.store-category-card[data-tone="blue"] { --card-accent: #5091ff; --card-accent-secondary: #78b0ff; }
.store-category-card[data-tone="green"] { --card-accent: #0bb783; --card-accent-secondary: #50d8ae; }
.store-category-card[data-tone="purple"] { --card-accent: #a970ff; --card-accent-secondary: #d19cff; }
.store-category-card[data-tone="blue-green"] { --card-accent: #5091ff; --card-accent-secondary: #0bb783; }

.store-category-card:hover {
  border-color: color-mix(in srgb, var(--card-accent) 38%, transparent);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.28), 0 0 28px color-mix(in srgb, var(--card-accent) 8%, transparent);
}

.store-product-card:hover {
  border-color: rgba(248, 231, 28, 0.27);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.28), 0 0 28px rgba(248, 231, 28, 0.025);
}

.store-category-card:hover::before,
.store-product-card:hover::before { transform: scaleY(1); }

.store-category-visual {
  position: relative;
  display: grid;
  aspect-ratio: 1.38;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--store-line);
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.2), #0e0e0e 95%),
    var(--store-card-banner),
    linear-gradient(145deg, #1b1b1b, #0c0c0c);
  background-position: center;
  background-size: cover;
}

.store-category-visual::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    radial-gradient(circle at 36% 46%, color-mix(in srgb, var(--card-accent) 18%, transparent), transparent 37%),
    radial-gradient(circle at 72% 66%, color-mix(in srgb, var(--card-accent-secondary) 13%, transparent), transparent 34%);
  content: "";
  pointer-events: none;
}

.store-category-visual::after,
.store-product-visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 22px 22px;
  content: "";
  pointer-events: none;
}

.store-category-index,
.store-product-number {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 14px;
  color: rgba(255, 255, 255, 0.28);
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.store-category-radar {
  position: absolute;
  z-index: 1;
  width: 76%;
  height: 76%;
  fill: none;
  stroke: var(--card-accent, var(--store-yellow));
  stroke-opacity: 0.2;
  stroke-width: 1;
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.store-category-sweep { fill: var(--card-accent, var(--store-yellow)); fill-opacity: 0.045; stroke: none; transform-origin: 90px 90px; animation: storeRadar 5s linear infinite; }
.store-category-card:hover .store-category-radar { transform: scale(1.07) rotate(5deg); }

.store-category-logo {
  position: relative;
  z-index: 2;
  display: grid;
  width: 43%;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(32, 32, 32, 0.95), rgba(10, 10, 10, 0.94));
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.38), inset 0 0 0 7px rgba(255, 255, 255, 0.018);
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

.store-category-card:hover .store-category-logo { border-color: color-mix(in srgb, var(--card-accent, var(--store-yellow)) 48%, transparent); transform: translateY(-4px) scale(1.035); }
.store-category-logo img { z-index: 2; width: 68%; max-height: 68%; object-fit: contain; filter: drop-shadow(0 12px 16px rgba(0, 0, 0, 0.42)); }
.store-category-logo b { display: none; color: var(--card-accent, var(--store-yellow)); font-family: "JetBrains Mono", monospace; font-size: 23px; letter-spacing: -0.08em; }
.is-image-missing .store-category-logo img { display: none; }
.is-image-missing .store-category-logo b { display: block; }

.store-category-signal {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 11px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #777;
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  letter-spacing: 0.1em;
}

.store-category-signal i { width: 5px; height: 5px; border-radius: 50%; background: var(--card-accent-secondary); box-shadow: 0 0 8px color-mix(in srgb, var(--card-accent-secondary) 75%, transparent); animation: storeStatusPulse 1.8s ease-in-out infinite; }

.store-category-copy { padding: 18px; }
.store-category-copy > div { min-width: 0; }
.store-category-copy small,
.store-product-heading small { color: var(--card-accent, var(--store-yellow)); font-size: 8px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.store-category-copy h3,
.store-product-heading h3 { margin: 4px 0 0; overflow: hidden; color: #ededed; font-size: 20px; font-weight: 800; letter-spacing: -0.04em; text-overflow: ellipsis; white-space: nowrap; }

.store-category-copy > p {
  margin: 13px 0;
  color: #595959;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.store-category-copy > p strong { color: #bdbdbd; font-family: "JetBrains Mono", monospace; font-size: 13px; letter-spacing: -0.04em; }

.store-card-link,
.store-product-meta > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 13px;
  border-top: 1px solid var(--store-line);
  color: #7d7d7d;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.store-card-link i,
.store-product-meta > span i { color: var(--card-accent, var(--store-yellow)); font-size: 13px; transition: transform 0.25s ease; }
.store-category-card:hover .store-card-link,
.store-product-card:hover .store-product-meta > span { color: #d5d5d5; }
.store-category-card:hover .store-card-link i,
.store-product-card:hover .store-product-meta > span i { transform: translateX(4px); }

.store-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.store-product-visual {
  position: relative;
  display: grid;
  min-height: 250px;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--store-line);
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.28), #0d0d0d 96%),
    var(--store-product-banner),
    linear-gradient(145deg, #1a1a1a, #0b0b0b);
  background-position: center;
  background-size: cover;
}

.store-product-visual img {
  position: relative;
  z-index: 2;
  width: min(62%, 210px);
  max-height: 220px;
  object-fit: contain;
  filter: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.55));
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), filter 0.35s ease;
}

.store-product-card:hover .store-product-visual img { transform: translateY(-7px) scale(1.035); filter: drop-shadow(0 30px 28px rgba(0, 0, 0, 0.62)); }
.store-product-visual.is-image-missing img { opacity: 0; }

.store-product-crosshair {
  position: absolute;
  z-index: 1;
  width: 75%;
  max-height: 225px;
  fill: none;
  stroke: rgba(248, 231, 28, 0.17);
  stroke-width: 1;
  transition: transform 0.55s ease, stroke 0.3s ease;
}

.store-product-card:hover .store-product-crosshair { stroke: rgba(248, 231, 28, 0.3); transform: rotate(8deg) scale(1.04); }

.store-product-rating {
  position: absolute;
  z-index: 3;
  top: 11px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  color: #c9c9c9;
  background: rgba(8, 8, 8, 0.74);
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
}

.store-product-rating i { color: inherit; }
.store-product-rating.is-rated { color: #0bb783; }
.store-product-copy { padding: 18px; }
.store-product-heading { display: flex; min-width: 0; align-items: flex-start; justify-content: space-between; gap: 15px; }
.store-product-heading > div { min-width: 0; }

.store-status.nx-status-pill {
  flex: none;
  min-height: 29px;
  padding-inline: 10px;
}

.store-product-meta { display: grid; grid-template-columns: minmax(0, 1fr) minmax(110px, 0.72fr); gap: 18px; align-items: end; margin-top: 18px; }
.store-product-meta p { display: flex; flex-direction: column; margin: 0; }
.store-product-meta p small { color: #5f5f5f; font-size: 7px; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.store-product-meta p strong { color: #efefef; font-family: "JetBrains Mono", monospace; font-size: 22px; letter-spacing: -0.06em; }
.store-product-meta > span { align-self: stretch; padding-top: 0; border-top: 0; }

.store-empty {
  grid-column: 1 / -1;
  display: grid;
  min-height: 210px;
  place-items: center;
  align-content: center;
  gap: 9px;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  color: #696969;
  background: rgba(8, 8, 8, 0.34);
  text-align: center;
}

.store-empty > span { display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid rgba(248, 231, 28, 0.18); border-radius: 50%; color: var(--store-yellow); background: rgba(248, 231, 28, 0.04); font-size: 18px; }
.store-empty strong { color: #9a9a9a; font-size: 12px; }
.store-empty small { color: #454545; font-family: "JetBrains Mono", monospace; font-size: 7px; letter-spacing: 0.12em; }
.store-product-grid.is-loading { opacity: 0.45; pointer-events: none; transition: opacity 0.2s ease; }

.store-promise-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 17px 20px;
}

.store-promise-strip::before { width: 2px; background: linear-gradient(var(--store-yellow), transparent); }

.store-promise-strip > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 8px 18px;
  border-right: 1px solid var(--store-line);
}

.store-promise-strip > div:last-child { border-right: 0; }
.store-promise-strip > div > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(248, 231, 28, 0.18); border-radius: 5px; color: var(--store-yellow); background: rgba(248, 231, 28, 0.045); font-size: 18px; }
.store-promise-strip > div:nth-child(2) > span { color: var(--store-green); border-color: rgba(11, 183, 131, 0.2); background: rgba(11, 183, 131, 0.045); }
.store-promise-strip > div:nth-child(3) > span { color: var(--store-blue); border-color: rgba(80, 145, 255, 0.2); background: rgba(80, 145, 255, 0.045); }
.store-promise-strip p { display: flex; flex-direction: column; gap: 3px; margin: 0; color: #676767; font-size: 9px; line-height: 1.45; }
.store-promise-strip p strong { color: #cfcfcf; font-size: 10px; letter-spacing: 0.02em; }

@keyframes storeDeckFloat { 0%, 100% { transform: translateY(0) scale(var(--deck-scale, 1)); } 50% { transform: translateY(-6px) scale(var(--deck-scale, 1)); } }
@keyframes storeDeckGlow { 0%, 100% { opacity: 0.58; transform: translate(-50%, -50%) scale(0.92); } 50% { opacity: 1; transform: translate(-50%, -50%) scale(1.06); } }
@keyframes storeDeckLeft { 0%, 100% { transform: translateX(-52px) rotate(-12deg) scale(0.92); } 50% { transform: translateX(-58px) translateY(4px) rotate(-15deg) scale(0.9); } }
@keyframes storeDeckRight { 0%, 100% { transform: translateX(52px) rotate(12deg) scale(0.92); } 50% { transform: translateX(58px) translateY(-3px) rotate(15deg) scale(0.9); } }
@keyframes storeDeckFront { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
@keyframes storeDeckEmblem { 0%, 100% { box-shadow: 0 0 0 10px rgba(248, 231, 28, 0.022), 0 0 32px rgba(248, 231, 28, 0.1); transform: rotate(45deg) scale(0.97); } 50% { box-shadow: 0 0 0 13px rgba(248, 231, 28, 0.035), 0 0 42px rgba(248, 231, 28, 0.16); transform: rotate(45deg) scale(1.03); } }
@keyframes storeDeckCode { 0%, 100% { background: rgba(248, 231, 28, 0.14); transform: scaleY(1); } 50% { background: rgba(248, 231, 28, 0.72); transform: scaleY(1.7); } }
@keyframes storeDeckScan { 0%, 15% { opacity: 0; transform: translateY(0); } 34% { opacity: 0.85; } 75% { opacity: 0.48; } 88%, 100% { opacity: 0; transform: translateY(208px); } }
@keyframes storeDeckRail { 0%, 100% { opacity: 0.2; transform: scaleY(0.72); } 50% { opacity: 0.65; transform: scaleY(1); } }
@keyframes storeDeckChip { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-7px) rotate(4deg); } }
@keyframes storeStatusPulse { 0%, 100% { opacity: 0.45; } 50% { opacity: 1; } }
@keyframes storeRadar { to { transform: rotate(360deg); } }

@media (max-width: 1450px) {
  .store-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1180px) {
  .store-hero { grid-template-columns: minmax(0, 1fr) 360px; }
  .store-hero-copy { padding: 38px; }
  .store-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 920px) {
  .store-hero { grid-template-columns: 1fr; }
  .store-hero-art { min-height: 330px; border-top: 1px solid rgba(248, 231, 28, 0.13); border-left: 0; }
  .store-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .store-toolbar { flex-direction: column; }
  .store-toolbar-actions { width: 100%; }
  .store-all-games,
  .store-sort { flex: 1; }
}

@media (max-width: 720px) {
  .store-page { gap: 14px; }
  .store-hero-copy { padding: 30px 25px; }
  .store-hero h1 { font-size: clamp(38px, 12vw, 55px); }
  .store-route > div { padding: 11px 10px; gap: 7px; }
  .store-route span { font-size: 7px; letter-spacing: 0.08em; }
  .store-hero-art { min-height: 300px; }
  .store-catalog { padding: 22px 18px; }
  .store-section-heading { align-items: flex-start; }
  .store-catalog-count { min-width: auto; }
  .store-category-grid,
  .store-product-grid { grid-template-columns: 1fr; }
  .store-category-visual { aspect-ratio: 1.6; }
  .store-promise-strip { grid-template-columns: 1fr; }
  .store-promise-strip > div { border-right: 0; border-bottom: 1px solid var(--store-line); }
  .store-promise-strip > div:last-child { border-bottom: 0; }
}

@media (max-width: 480px) {
  .store-hero-copy { padding: 27px 20px; }
  .store-hero-copy > p { font-size: 12px; }
  .store-route strong { font-size: 15px; }
  .store-route span { max-width: 53px; white-space: normal; }
  .store-hero-art { min-height: 310px; }
  .store-deck { --deck-scale: 0.86; }
  .store-section-heading { display: block; }
  .store-catalog-count { justify-content: flex-start; margin-top: 14px; }
  .store-search-code { display: none; }
  .store-toolbar-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .store-all-games { grid-column: 1 / -1; }
  .store-product-heading { align-items: flex-start; }
  .store-status { max-width: 112px; white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
  .store-deck,
  .store-deck-glow,
  .store-deck-card,
  .store-deck-emblem,
  .store-deck-code i,
  .store-deck-scan,
  .store-deck-rail,
  .store-deck-chip,
  .store-deck .icon-key,
  .store-category-sweep,
  .store-category-signal i { animation: none !important; }
  [data-store-card] { opacity: 1; filter: none; transform: none; transition: none; }
}
