/* ==========================================================================
 * 40 - Root /shop picker
 *
 * Sole owner of the normal /shop game-selection page.
 * The game pages are owned by 70-shop-v2.css.
 * ========================================================================== */

#alv-shop-app.alv-shop-picker-mode .alv-shop-root-stub {
  --root-bg: #080910;
  --root-panel: rgba(15, 16, 22, .78);
  --root-panel-strong: rgba(18, 19, 26, .95);
  --root-line: rgba(255, 255, 255, .105);
  --root-line-soft: rgba(255, 255, 255, .065);
  --root-text: #fff7eb;
  --root-muted: rgba(255, 247, 235, .65);
  --root-dim: rgba(255, 247, 235, .42);
  --root-gold: #f4c76d;
  --root-gold-rgb: 244, 199, 109;
  --root-green: #37d992;
  --root-green-rgb: 55, 217, 146;
  --root-ease: cubic-bezier(.22, 1, .36, 1);
  color: var(--root-text);
}

body.alv-shop-page:has(#alv-shop-app.alv-shop-picker-mode) {
  width: 100% !important;
  min-width: 0 !important;
  overflow-x: hidden !important;
  background:
    radial-gradient(ellipse 68% 52% at 10% -12%, rgba(116, 84, 255, .15), transparent 58%),
    radial-gradient(ellipse 54% 42% at 92% 2%, rgba(244, 199, 109, .14), transparent 58%),
    radial-gradient(ellipse 44% 38% at 84% 92%, rgba(55, 217, 146, .07), transparent 62%),
    linear-gradient(180deg, #111219 0%, #090a0f 58%, #07080d 100%) !important;
  background-color: #080910 !important;
}

body.alv-shop-root-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: transparent;
  opacity: 0;
}

body.alv-shop-page:has(#alv-shop-app.alv-shop-picker-mode)::before {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  opacity: .5 !important;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, .04) 0 1px, transparent 1px 72px),
    linear-gradient(0deg, rgba(255, 255, 255, .03) 0 1px, transparent 1px 72px),
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, .055), transparent 1px) !important;
  background-size: 72px 72px, 72px 72px, 24px 24px !important;
}

body.alv-shop-page:has(#alv-shop-app.alv-shop-picker-mode)::after {
  content: "" !important;
  display: none !important;
  background: none !important;
  opacity: 0 !important;
}

body.alv-shop-page #page,
body.alv-shop-page #content,
body.alv-shop-page .site,
body.alv-shop-page .site-content,
body.alv-shop-page .content-area,
body.alv-shop-page .entry-content,
body.alv-shop-page .wp-site-blocks,
body.alv-shop-page .wp-block-post-content,
body.alv-shop-page .wp-block-template-part,
body.alv-shop-page main.site-main {
  background: transparent !important;
  background-color: transparent !important;
}

body.alv-shop-page #alv-shop-app.alv-shop-picker-mode {
  position: relative;
  z-index: 1;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 100svh;
  overflow-x: clip;
  padding-top: clamp(34px, 4vh, 48px) !important;
  padding-inline: clamp(28px, 3vw, 40px) !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

#alv-shop-app.alv-shop-picker-mode .alv-shop-bg,
#alv-shop-app.alv-shop-picker-mode .alv-shop-noise {
  display: none !important;
}

#alv-shop-app.alv-shop-picker-mode > .alv-shop-container {
  display: none !important;
}

#alv-shop-app:not(.alv-shop-picker-mode) > .alv-shop-picker-shell {
  display: none !important;
}

#alv-shop-app.alv-shop-picker-mode .alv-shop-root-stub {
  width: min(1360px, 100%) !important;
  margin-inline: auto !important;
  padding: clamp(58px, 7vh, 78px) 0 72px;
}

#alv-shop-app.alv-shop-picker-mode .alv-shop-root-layout {
  display: grid;
  gap: clamp(14px, 2vw, 22px);
  min-height: calc(100svh - 170px);
  align-content: start;
}

.alv-shop-root-stub .alv-shop-root-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: clamp(22px, 3vw, 38px);
  align-items: stretch;
  overflow: hidden;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--root-line);
  border-radius: 12px;
  background:
    radial-gradient(ellipse 54% 88% at 0% 0%, rgba(244, 199, 109, .12), transparent 60%),
    radial-gradient(ellipse 52% 72% at 100% 10%, rgba(55, 217, 146, .07), transparent 60%),
    linear-gradient(120deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .018) 62%),
    rgba(11, 12, 17, .9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .06),
    0 28px 90px rgba(0, 0, 0, .34);
}

.alv-shop-root-stub .alv-shop-root-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--root-gold), rgba(var(--root-green-rgb), .6));
  opacity: .9;
  pointer-events: none;
}

.alv-shop-root-stub .alv-shop-root-hero::after {
  content: "ALVIRAN";
  position: absolute;
  right: clamp(22px, 4vw, 46px);
  bottom: -18px;
  color: rgba(255, 255, 255, .035);
  font-size: clamp(3.6rem, 9vw, 7.4rem);
  font-weight: 950;
  letter-spacing: .02em;
  line-height: .8;
  pointer-events: none;
}

.alv-shop-root-stub .alv-shop-root-copy,
.alv-shop-root-stub .alv-shop-root-checkout-panel {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.alv-shop-root-stub .alv-shop-root-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  max-width: 700px;
  background: transparent;
  text-align: left;
}

.alv-shop-root-stub .alv-shop-root-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  padding: 0 10px;
  border-left: 2px solid var(--root-gold);
  color: var(--root-gold);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}

.alv-shop-root-stub .alv-shop-root-title {
  min-width: 0;
  max-width: 700px;
  margin: 0;
  color: var(--root-text);
  font-size: clamp(2.45rem, 4.65vw, 4.35rem);
  font-weight: 920;
  letter-spacing: 0;
  line-height: .94;
  overflow-wrap: break-word;
}

.alv-shop-root-stub .alv-shop-root-sub {
  max-width: 590px;
  margin: 0;
  color: var(--root-muted);
  font-size: clamp(.95rem, 1.25vw, 1.04rem);
  font-weight: 610;
  line-height: 1.55;
}

.alv-shop-root-stub .alv-shop-root-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 2px;
}

.alv-shop-root-stub .alv-shop-root-flow span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid var(--root-line-soft);
  border-radius: 6px;
  background: rgba(255, 255, 255, .04);
  color: rgba(255, 247, 235, .74);
  font-size: .76rem;
  font-weight: 760;
  line-height: 1;
  white-space: nowrap;
}

.alv-shop-root-stub .alv-shop-root-flow strong {
  color: var(--root-gold);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.alv-shop-root-stub .alv-shop-root-checkout-panel {
  align-self: stretch;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .024)),
    rgba(7, 8, 12, .68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.alv-shop-root-stub .alv-shop-root-panel-head {
  display: grid;
  gap: 5px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--root-line-soft);
}

.alv-shop-root-stub .alv-shop-root-panel-head span {
  color: var(--root-gold);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.alv-shop-root-stub .alv-shop-root-panel-head strong {
  color: var(--root-text);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.alv-shop-root-stub .alv-shop-root-panel-rows {
  display: grid;
  gap: 7px;
}

.alv-shop-root-stub .alv-shop-root-panel-rows span {
  display: grid;
  gap: 2px;
  min-height: 48px;
  padding: 9px 11px;
  border: 1px solid var(--root-line-soft);
  border-radius: 7px;
  background: rgba(255, 255, 255, .035);
}

.alv-shop-root-stub .alv-shop-root-panel-rows strong {
  color: rgba(255, 247, 235, .9);
  font-size: .78rem;
  font-weight: 820;
  line-height: 1.15;
}

.alv-shop-root-stub .alv-shop-root-panel-rows small,
.alv-shop-root-stub .alv-shop-root-checkout-panel p {
  color: var(--root-muted);
  font-size: .71rem;
  font-weight: 620;
  line-height: 1.35;
}

.alv-shop-root-stub .alv-shop-root-checkout-panel p {
  margin: 0;
  padding-top: 2px;
}

.alv-shop-root-stub .alv-shop-root-standard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--root-line-soft);
  border-radius: 10px;
  background: var(--root-line-soft);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
}

.alv-shop-root-stub .alv-shop-root-standard span {
  display: grid;
  gap: 4px;
  min-height: 58px;
  padding: 12px 15px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .02)),
    rgba(11, 12, 17, .72);
}

.alv-shop-root-stub .alv-shop-root-standard strong {
  color: var(--root-text);
  font-size: .8rem;
  font-weight: 820;
  line-height: 1.2;
}

.alv-shop-root-stub .alv-shop-root-standard small {
  color: var(--root-dim);
  font-size: .71rem;
  font-weight: 650;
  line-height: 1.25;
}

.alv-shop-root-stub .alv-shop-root-stage {
  display: grid;
  gap: 15px;
}

.alv-shop-root-stub .alv-shop-root-stage-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}

.alv-shop-root-stub .alv-shop-root-stage-head div {
  display: grid;
  gap: 5px;
}

.alv-shop-root-stub .alv-shop-root-stage-head p {
  margin: 0;
  color: var(--root-text);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}

.alv-shop-root-stub .alv-shop-root-stage-head span,
.alv-shop-root-stub .alv-shop-root-stage-head > strong {
  color: var(--root-dim);
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.2;
}

.alv-shop-root-stub .alv-shop-root-stage-head > strong {
  color: rgba(255, 247, 235, .72);
}

.alv-shop-root-stub .alv-shop-root-game-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.alv-shop-root-stub .alv-shop-root-game-card {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 18px;
  min-height: 224px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--gc, var(--root-gold)) 24%, var(--root-line));
  border-radius: 8px;
  background:
    radial-gradient(ellipse 100% 70% at 0% 0%, color-mix(in srgb, var(--gc, var(--root-gold)) 18%, transparent), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .022)),
    #111219;
  color: var(--root-text);
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .065),
    0 18px 48px rgba(0, 0, 0, .24);
  isolation: isolate;
  max-width: 100%;
  transition:
    transform .2s var(--root-ease),
    border-color .2s var(--root-ease),
    box-shadow .2s var(--root-ease);
}

.alv-shop-root-stub .alv-shop-root-game-card::before {
  content: attr(data-game-short);
  position: absolute;
  right: -10px;
  bottom: 10px;
  z-index: 0;
  max-width: 100%;
  color: color-mix(in srgb, var(--gc, var(--root-gold)) 24%, transparent);
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  font-weight: 950;
  letter-spacing: -.04em;
  line-height: .8;
  opacity: .42;
  pointer-events: none;
  white-space: nowrap;
}

.alv-shop-root-stub .alv-shop-root-game-card::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 0;
  width: 3px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--gc, var(--root-gold)) 82%, transparent), transparent);
  pointer-events: none;
}

.alv-shop-root-stub .alv-shop-root-game-card > * {
  position: relative;
  z-index: 1;
}

.alv-shop-root-stub .alv-shop-root-game-card:hover,
.alv-shop-root-stub .alv-shop-root-game-card.is-active,
.alv-shop-root-stub .alv-shop-root-game-card:focus-visible {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--gc, var(--root-gold)) 58%, rgba(255, 255, 255, .22));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .075),
    0 30px 72px rgba(0, 0, 0, .36),
    0 0 0 1px color-mix(in srgb, var(--gc, var(--root-gold)) 20%, transparent);
  outline: none;
}

.alv-shop-root-stub .alv-shop-root-game-media {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.alv-shop-root-stub .alv-shop-root-game-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid color-mix(in srgb, var(--gc, var(--root-gold)) 38%, var(--root-line));
  border-radius: 8px;
  background:
    linear-gradient(160deg, color-mix(in srgb, var(--gc, var(--root-gold)) 30%, transparent), transparent 70%),
    rgba(255, 255, 255, .05);
  color: var(--gc, var(--root-gold));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .07),
    0 10px 28px color-mix(in srgb, var(--gc, var(--root-gold)) 18%, transparent);
}

.alv-shop-root-stub .alv-shop-root-game-mark img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .55));
}

.alv-shop-root-stub .alv-shop-root-game-mark svg {
  width: 28px;
  height: 28px;
}

.alv-shop-root-stub .alv-shop-root-stock {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(var(--root-green-rgb), .24);
  border-radius: 5px;
  background: rgba(var(--root-green-rgb), .07);
  color: #68f6b5;
  font-size: .66rem;
  font-weight: 880;
  letter-spacing: .035em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.alv-shop-root-stub .alv-shop-root-stock::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--root-green);
  box-shadow: 0 0 9px rgba(var(--root-green-rgb), .7);
}

.alv-shop-root-stub .alv-shop-root-game-body {
  display: grid;
  align-content: end;
  gap: 8px;
  min-width: 0;
}

.alv-shop-root-stub .alv-shop-root-game-body strong {
  color: var(--root-text);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 890;
  letter-spacing: 0;
  line-height: 1;
}

.alv-shop-root-stub .alv-shop-root-account-type {
  color: var(--root-muted);
  font-size: .9rem;
  font-weight: 720;
  line-height: 1.1;
}

.alv-shop-root-stub .alv-shop-root-game-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  padding-top: 12px;
  border-top: 1px solid var(--root-line-soft);
}

.alv-shop-root-stub .alv-shop-root-enter {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  color: color-mix(in srgb, var(--gc, var(--root-gold)) 70%, var(--root-text));
  font-size: .8rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.alv-shop-root-stub .alv-shop-root-enter > span[aria-hidden] {
  display: inline-block;
  transition: transform .2s var(--root-ease);
}

.alv-shop-root-stub .alv-shop-root-game-card:hover .alv-shop-root-enter > span[aria-hidden],
.alv-shop-root-stub .alv-shop-root-game-card:focus-visible .alv-shop-root-enter > span[aria-hidden] {
  transform: translateX(4px);
}

@media (max-width: 1100px) {
  .alv-shop-root-stub .alv-shop-root-game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  #alv-shop-app.alv-shop-picker-mode .alv-shop-root-stub {
    width: min(720px, calc(100vw - 28px)) !important;
    max-width: calc(100vw - 28px) !important;
    padding: 62px 0 50px;
  }

  body.alv-shop-page #alv-shop-app.alv-shop-picker-mode {
    padding-top: 30px !important;
    padding-inline: 0 !important;
  }

  .alv-shop-root-stub .alv-shop-root-hero {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .alv-shop-root-stub .alv-shop-root-title {
    font-size: clamp(2.05rem, 8.6vw, 3.3rem);
  }

  .alv-shop-root-stub .alv-shop-root-sub {
    max-width: 34ch;
  }

  .alv-shop-root-stub .alv-shop-root-standard {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .alv-shop-root-stub .alv-shop-root-hero {
    padding: 18px;
  }

  .alv-shop-root-stub .alv-shop-root-title {
    font-size: clamp(1.95rem, 9.6vw, 2.6rem);
    line-height: 1;
  }

  .alv-shop-root-stub .alv-shop-root-flow,
  .alv-shop-root-stub .alv-shop-root-stage-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .alv-shop-root-stub .alv-shop-root-flow span {
    width: 100%;
  }

  .alv-shop-root-stub .alv-shop-root-game-grid {
    grid-template-columns: 1fr;
  }

  .alv-shop-root-stub .alv-shop-root-game-card {
    min-height: 188px;
    padding: 17px;
  }

  .alv-shop-root-stub .alv-shop-root-stock {
    font-size: .62rem;
  }
}

/* Modern consistency pass: flatter, quieter, closer to checkout. */
body.alv-shop-root-page {
  background-color: #090b10 !important;
  background-image:
    radial-gradient(ellipse 72% 42% at 50% -18%, rgba(244, 199, 109, .12), transparent 68%),
    linear-gradient(180deg, #11131a 0%, #0b0d12 46%, #08090d 100%) !important;
}

body.alv-shop-root-page::before {
  opacity: .4 !important;
}

.alv-shop-root-stub .alv-shop-root-hero {
  border-radius: 8px;
  border-color: rgba(255, 255, 255, .085);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .015)),
    rgba(13, 15, 21, .86);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.alv-shop-root-stub .alv-shop-root-hero::before,
.alv-shop-root-stub .alv-shop-root-hero::after {
  display: none;
}

.alv-shop-root-stub .alv-shop-root-kicker {
  min-height: 22px;
  padding: 0 0 0 10px;
  font-size: .61rem;
}

.alv-shop-root-stub .alv-shop-root-flow span,
.alv-shop-root-stub .alv-shop-root-panel-rows span,
.alv-shop-root-stub .alv-shop-root-standard span {
  border-radius: 6px;
  background: rgba(255, 255, 255, .033);
  box-shadow: none;
}

.alv-shop-root-stub .alv-shop-root-checkout-panel,
.alv-shop-root-stub .alv-shop-root-standard {
  border-radius: 8px;
  border-color: rgba(255, 255, 255, .085);
  background: rgba(7, 9, 14, .56);
  box-shadow: none;
}

.alv-shop-root-stub .alv-shop-root-game-card {
  min-height: 198px;
  border-radius: 8px;
  border-color: color-mix(in srgb, var(--gc, var(--root-gold)) 20%, rgba(255, 255, 255, .09));
  background: rgba(13, 15, 21, .94);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
}

.alv-shop-root-stub .alv-shop-root-game-card::before {
  display: none;
}

.alv-shop-root-stub .alv-shop-root-game-card::after {
  width: 2px;
  opacity: .55;
}

.alv-shop-root-stub .alv-shop-root-game-card:hover,
.alv-shop-root-stub .alv-shop-root-game-card.is-active,
.alv-shop-root-stub .alv-shop-root-game-card:focus-visible {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--gc, var(--root-gold)) 34%, rgba(255, 255, 255, .12));
  box-shadow: 0 14px 34px rgba(0, 0, 0, .28);
}

.alv-shop-root-stub .alv-shop-root-game-mark {
  width: 52px;
  height: 52px;
  border-radius: 7px;
  background: rgba(255, 255, 255, .04);
  box-shadow: none;
}

.alv-shop-root-stub .alv-shop-root-stock {
  border-radius: 5px;
  background: rgba(var(--root-green-rgb), .055);
  box-shadow: none;
}

/* Character + trust rebalance for the normal /shop picker. */
body.alv-shop-root-page {
  background-color: #07090d !important;
  background-image:
    linear-gradient(135deg, rgba(244, 199, 109, .24) 0%, rgba(244, 199, 109, .10) 25%, transparent 50%),
    linear-gradient(222deg, rgba(55, 217, 146, .10) 0%, transparent 30%),
    linear-gradient(180deg, #171922 0%, #0d1016 42%, #08090d 100%) !important;
}

body.alv-shop-page:has(#alv-shop-app.alv-shop-picker-mode)::before {
  opacity: .58 !important;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, .042) 0 1px, transparent 1px 64px),
    linear-gradient(0deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 64px),
    linear-gradient(135deg, transparent 0 48%, rgba(244, 199, 109, .08) 48.1% 48.25%, transparent 48.35%) !important;
  background-size: 64px 64px, 64px 64px, 420px 420px !important;
}

.alv-shop-root-stub .alv-shop-root-hero {
  border-radius: 12px;
  border-color: rgba(244, 199, 109, .26);
  background:
    linear-gradient(140deg, rgba(244, 199, 109, .13) 0%, rgba(255, 255, 255, .045) 34%, rgba(255, 255, 255, .018) 100%),
    rgba(13, 15, 21, .9);
  box-shadow:
    0 22px 56px rgba(0, 0, 0, .34),
    inset 0 1px 0 rgba(255, 255, 255, .075);
}

.alv-shop-root-stub .alv-shop-root-hero::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, rgba(244, 199, 109, .9), rgba(55, 217, 146, .24));
  opacity: .9;
}

.alv-shop-root-stub .alv-shop-root-checkout-panel,
.alv-shop-root-stub .alv-shop-root-standard {
  border-radius: 11px;
  border-color: rgba(255, 255, 255, .105);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)),
    rgba(8, 10, 15, .72);
  box-shadow: 0 12px 36px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .055);
}

.alv-shop-root-stub .alv-shop-root-flow span,
.alv-shop-root-stub .alv-shop-root-panel-rows span,
.alv-shop-root-stub .alv-shop-root-standard span {
  border-radius: 8px;
}

.alv-shop-root-stub .alv-shop-root-game-card {
  min-height: 210px;
  border-radius: 11px;
  border-color: color-mix(in srgb, var(--gc, var(--root-gold)) 30%, rgba(255, 255, 255, .11));
  background:
    linear-gradient(155deg, color-mix(in srgb, var(--gc, var(--root-gold)) 12%, transparent), rgba(13, 15, 21, .96) 38%),
    rgba(13, 15, 21, .96);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, .32),
    inset 0 1px 0 rgba(255, 255, 255, .055);
}

.alv-shop-root-stub .alv-shop-root-game-card::before {
  display: block;
  content: attr(data-game-short);
  right: -6px;
  bottom: 10px;
  color: color-mix(in srgb, var(--gc, var(--root-gold)) 18%, transparent);
  opacity: .34;
}

.alv-shop-root-stub .alv-shop-root-game-card::after {
  width: 3px;
  opacity: .72;
}

.alv-shop-root-stub .alv-shop-root-game-mark {
  border-radius: 9px;
  background:
    linear-gradient(155deg, color-mix(in srgb, var(--gc, var(--root-gold)) 24%, transparent), rgba(255, 255, 255, .04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07);
}

.alv-shop-root-stub .alv-shop-root-stock {
  border-radius: 8px;
  background: rgba(var(--root-green-rgb), .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
}
