/* [project]/src/app/home-v4.css [app-client] (css) */
.v4h {
  z-index: 100;
  background: var(--v4-bg);
  align-items: center;
  gap: 16px;
  height: 64px;
  padding: 0 24px;
  display: flex;
  position: sticky;
  top: 0;
}

@supports (color: color-mix(in lab, red, red)) {
  .v4h {
    background: color-mix(in srgb, var(--v4-bg) 82%, transparent);
  }
}

.v4h {
  border-bottom: 1px solid var(--v4-border);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  font-family: var(--v4-font-sans);
}

.v4h-logo {
  flex-shrink: 0;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  display: flex;
}

.v4h-logo-mark {
  background: var(--gs-green-grad);
  width: 38px;
  height: 38px;
  box-shadow: 0 0 20px #10b98180, var(--v4-shadow-logo);
  transition: box-shadow var(--v4-dur-fast) var(--v4-ease), transform var(--v4-dur-fast) var(--v4-ease);
  border-radius: 11px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.v4h-logo:hover .v4h-logo-mark {
  box-shadow: 0 0 28px #10b98199, var(--v4-shadow-logo);
  transform: translateY(-1px);
}

.v4h-logo-name {
  font-family: var(--v4-font-display);
  color: var(--v4-fg);
  letter-spacing: var(--v4-tracking-tight);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.v4h-logo-name em {
  color: var(--gs-green);
  font-style: normal;
}

.v4h-logo-sub {
  color: var(--gs-green);
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .85;
  margin-top: 2px;
  font-size: 8.5px;
  font-weight: 700;
}

.v4h-nav {
  align-items: center;
  gap: 4px;
  display: flex;
}

.v4h-nav-link {
  border-radius: var(--v4-r-sm);
  color: var(--v4-fg-2);
  transition: color var(--v4-dur-fast) var(--v4-ease), background var(--v4-dur-fast) var(--v4-ease);
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.v4h-nav-link:hover {
  color: var(--v4-fg);
  background: var(--v4-panel-2);
}

.v4h-icon-btn {
  border: 1px solid var(--v4-border);
  background: var(--v4-panel-2);
  color: var(--v4-fg-3);
  cursor: pointer;
  transition: color var(--v4-dur-fast), border-color var(--v4-dur-fast), background var(--v4-dur-fast), transform var(--v4-dur-fast);
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.v4h-icon-btn:hover {
  color: var(--v4-fg);
  border-color: var(--v4-border-hover);
  transform: translateY(-1px);
}

.v4h-icon-btn--lang {
  letter-spacing: .04em;
  text-transform: uppercase;
  min-width: 34px;
  font-size: 11px;
  font-weight: 800;
}

.v4h-icon-btn--auth-on {
  color: var(--v4-emerald-3);
  border-color: var(--gs-green);
}

@supports (color: color-mix(in lab, red, red)) {
  .v4h-icon-btn--auth-on {
    border-color: color-mix(in srgb, var(--gs-green) 40%, transparent);
  }
}

.v4h-icon-btn--auth-on {
  background: var(--gs-green);
}

@supports (color: color-mix(in lab, red, red)) {
  .v4h-icon-btn--auth-on {
    background: color-mix(in srgb, var(--gs-green) 10%, transparent);
  }
}

.v4h-icon-btn--wish-on {
  color: var(--gs-red);
  border-color: var(--gs-red);
}

@supports (color: color-mix(in lab, red, red)) {
  .v4h-icon-btn--wish-on {
    border-color: color-mix(in srgb, var(--gs-red) 40%, transparent);
  }
}

.v4h-dot {
  background: var(--v4-emerald);
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 2px var(--v4-bg);
  border-radius: 50%;
  position: absolute;
  top: 4px;
  right: 4px;
}

.v4h-count {
  background: var(--v4-danger);
  color: #fff;
  min-width: 15px;
  height: 15px;
  box-shadow: 0 0 0 2px var(--v4-bg);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 0 3px;
  font-size: 9px;
  font-weight: 800;
  display: flex;
  position: absolute;
  top: 1px;
  right: 1px;
}

.v4h-cart {
  border-radius: var(--v4-r-md);
  background: var(--gs-green-grad);
  color: #fff;
  transition: box-shadow var(--v4-dur-fast) var(--v4-ease), transform var(--v4-dur-fast) var(--v4-ease);
  flex-shrink: 0;
  align-items: center;
  gap: 7px;
  padding: 9px 15px;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 8px 26px -8px #10b9818c;
}

.v4h-cart:hover {
  box-shadow: var(--v4-shadow-btn-emerald-hover);
  transform: translateY(-1px);
}

.v4h-cart .v4h-count {
  box-shadow: none;
  background: #00000040;
  position: static;
}

.v4h-cart-label {
  text-align: center;
  white-space: nowrap;
  width: 58px;
  display: inline-block;
}

.v4h-search-wrap {
  flex: 1;
  max-width: 380px;
  position: relative;
}

.v4h-search {
  border-radius: var(--v4-r-md);
  border: 1px solid var(--v4-border-strong);
  background: var(--v4-panel-3);
  height: 40px;
  transition: border-color var(--v4-dur-fast), box-shadow var(--v4-dur-fast), background var(--v4-dur-fast);
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  display: flex;
}

.v4h-search--open, .v4h-search:focus-within {
  border-color: var(--gs-green);
}

@supports (color: color-mix(in lab, red, red)) {
  .v4h-search--open, .v4h-search:focus-within {
    border-color: color-mix(in srgb, var(--gs-green) 45%, transparent);
  }
}

.v4h-search--open, .v4h-search:focus-within {
  background: var(--v4-bg-elev);
  box-shadow: 0 0 0 3px var(--gs-green);
}

@supports (color: color-mix(in lab, red, red)) {
  .v4h-search--open, .v4h-search:focus-within {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--gs-green) 15%, transparent);
  }
}

.v4h-search input {
  min-width: 0;
  color: var(--v4-fg);
  background: none;
  border: none;
  outline: none;
  flex: 1;
  font-family: inherit;
  font-size: 13px;
}

.v4h-search input::placeholder {
  color: var(--v4-fg-4);
}

.v4h-search-clear {
  background: var(--v4-panel-2);
  width: 18px;
  height: 18px;
  color: var(--v4-fg-3);
  cursor: pointer;
  border: none;
  border-radius: 999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.v4h-drop {
  border-radius: var(--v4-r-lg);
  border: 1px solid var(--v4-border-hover);
  background: var(--v4-bg-elev);
  z-index: 120;
  max-height: 70vh;
  padding: 6px;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  overflow-y: auto;
  box-shadow: 0 24px 60px -24px #000000b3;
}

.v4h-drop-mobile {
  max-height: none;
  margin-top: 12px;
  position: static;
}

.v4h-drop-item {
  border-radius: var(--v4-r-md);
  width: 100%;
  color: var(--v4-fg);
  cursor: pointer;
  text-align: left;
  transition: background var(--v4-dur-fast);
  background: none;
  border: none;
  align-items: center;
  gap: 11px;
  padding: 8px 10px;
  display: flex;
}

.v4h-drop-item.active, .v4h-drop-item:hover {
  background: var(--v4-panel);
}

.v4h-drop-cover {
  background: var(--v4-panel-2);
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
  overflow: hidden;
}

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

.v4h-drop-info {
  flex: 1;
  min-width: 0;
}

.v4h-drop-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 600;
  display: block;
  overflow: hidden;
}

.v4h-drop-meta {
  color: var(--v4-fg-3);
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  font-size: 11px;
  display: flex;
}

.v4h-drop-plats {
  gap: 4px;
  display: flex;
}

.v4h-drop-plat {
  background: var(--v4-panel-2);
  border: 1px solid var(--v4-border);
  color: var(--v4-fg-2);
  border-radius: 4px;
  padding: 1px 5px;
  font-size: 9px;
  font-weight: 800;
}

.v4h-drop-plat.p-xsx, .v4h-drop-plat.p-xone {
  color: #6cd45a;
  background: var(--gs-green);
  border-color: #52b04380;
}

@supports (color: color-mix(in lab, red, red)) {
  .v4h-drop-plat.p-xsx, .v4h-drop-plat.p-xone {
    background: color-mix(in srgb, var(--gs-green) 8%, transparent);
  }
}

.v4h-drop-plat.p-pc {
  color: #5cb8ff;
  background: #0078d414;
  border-color: #0078d480;
}

.v4h-drop-side {
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-end;
  gap: 3px;
  display: flex;
}

.v4h-drop-price {
  color: var(--gs-price);
  font-size: 12.5px;
  font-weight: 700;
}

.v4h-drop-sale {
  color: var(--gs-price-old);
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
}

.v4h-drop-badge {
  letter-spacing: .04em;
  border: 1px solid var(--v4-border-strong);
  color: var(--v4-fg-3);
  border-radius: 5px;
  padding: 1px 6px;
  font-size: 9px;
  font-weight: 800;
}

.v4h-drop-badge.is-game {
  color: #6cd45a;
  background: var(--gs-green);
  border-color: #52b04380;
}

@supports (color: color-mix(in lab, red, red)) {
  .v4h-drop-badge.is-game {
    background: color-mix(in srgb, var(--gs-green) 10%, transparent);
  }
}

.v4h-drop-badge.is-dlc {
  color: #fb923c;
  background: #fb923c1a;
  border-color: #fb923c80;
}

.v4h-drop-empty {
  color: var(--v4-fg-3);
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 26px;
  font-size: 13px;
  display: flex;
}

.v4h-drop-skel {
  border-radius: var(--v4-r-md);
  background: linear-gradient(90deg, var(--v4-panel-2) 25%, var(--v4-panel) 37%, var(--v4-panel-2) 63%);
  background-size: 400% 100%;
  height: 44px;
  animation: 1.4s infinite v4h-shimmer;
}

@keyframes v4h-shimmer {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

.v4h-drop-all {
  border: none;
  border-top: 1px solid var(--v4-border);
  border-radius: 0 0 var(--v4-r-md) var(--v4-r-md);
  width: 100%;
  color: var(--v4-fg-2);
  cursor: pointer;
  background: none;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  padding: 10px 12px;
  font-size: 12.5px;
  display: flex;
}

.v4h-drop-all.active, .v4h-drop-all:hover {
  background: var(--v4-panel);
  color: var(--v4-fg);
}

.v4h-drop-all strong {
  color: var(--gs-green);
}

.v4h-drop-count {
  background: var(--gs-green);
  border-radius: 999px;
  margin-left: 6px;
  padding: 1px 7px;
}

@supports (color: color-mix(in lab, red, red)) {
  .v4h-drop-count {
    background: color-mix(in srgb, var(--gs-green) 15%, transparent);
  }
}

.v4h-drop-count {
  color: var(--gs-green);
  font-size: 10px;
  font-weight: 800;
}

.v4h-spacer {
  flex: 1;
}

.v4h-mobile-search-btn, .v4h-burger {
  display: none;
}

@media (max-width: 1100px) {
  .v4h-nav {
    display: none;
  }

  .v4h-burger {
    display: inline-flex;
  }
}

@media (max-width: 860px) {
  .v4h {
    gap: 10px;
    padding: 0 14px;
  }

  .v4h-search-wrap {
    display: none;
  }

  .v4h-mobile-search-btn {
    display: inline-flex;
  }

  .v4h-cart-label, .v4h-logo-text {
    display: none;
  }
}

.v4h-msearch-ov {
  z-index: 200;
  background: var(--v4-bg);
  position: fixed;
  inset: 0;
}

@supports (color: color-mix(in lab, red, red)) {
  .v4h-msearch-ov {
    background: color-mix(in srgb, var(--v4-bg) 88%, transparent);
  }
}

.v4h-msearch-ov {
  -webkit-backdrop-filter: blur(14px);
  padding: 14px;
}

.v4h-msearch-bar {
  border-radius: var(--v4-r-md);
  border: 1px solid var(--v4-border-hover);
  background: var(--v4-bg-elev);
  align-items: center;
  gap: 10px;
  height: 46px;
  padding: 0 14px;
  display: flex;
}

.v4h-msearch-bar input {
  min-width: 0;
  color: var(--v4-fg);
  background: none;
  border: none;
  outline: none;
  flex: 1;
  font-size: 15px;
}

.v4h-msearch-close {
  color: var(--gs-green);
  cursor: pointer;
  background: none;
  border: none;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
}

.v4h-mmenu {
  z-index: 150;
  background: var(--v4-bg);
  position: fixed;
  inset: 64px 0 0;
}

@supports (color: color-mix(in lab, red, red)) {
  .v4h-mmenu {
    background: color-mix(in srgb, var(--v4-bg) 60%, transparent);
  }
}

.v4h-mmenu {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.v4h-mnav {
  background: var(--v4-bg-elev);
  border-bottom: 1px solid var(--v4-border);
  flex-direction: column;
  gap: 2px;
  padding: 12px;
  display: flex;
}

.v4h-mnav-link {
  border-radius: var(--v4-r-md);
  color: var(--v4-fg);
  padding: 13px 14px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.v4h-mnav-link:hover {
  background: var(--v4-panel);
}

.v4h-mnav-divider {
  background: var(--v4-border);
  height: 1px;
  margin: 8px 0;
}

.v4h-mnav-row {
  gap: 8px;
  display: flex;
}

.v4h-mnav-btn {
  border-radius: var(--v4-r-md);
  border: 1px solid var(--v4-border);
  background: var(--v4-panel-2);
  color: var(--v4-fg-2);
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding: 12px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.v4f {
  background: var(--v4-bg);
  border-top: 1px solid var(--v4-border);
  font-family: var(--v4-font-sans);
  margin-top: 56px;
  padding: 40px 24px 30px;
  position: relative;
  overflow: hidden;
}

.v4f-inner {
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}

.v4f-contacts {
  border-bottom: 1px solid var(--v4-border);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px 28px;
  margin-bottom: 28px;
  padding-bottom: 26px;
  display: flex;
}

.v4f-contact {
  color: var(--v4-fg-2);
  transition: color var(--v4-dur-fast);
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.v4f-contact:hover {
  color: var(--v4-fg);
}

.v4f-grid {
  grid-template-columns: 1.2fr 3fr;
  gap: 40px;
  display: grid;
}

.v4f-brand {
  flex-direction: column;
  gap: 14px;
  display: flex;
}

.v4f-brand-tag {
  color: var(--v4-fg-3);
  max-width: 250px;
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.v4f-cols {
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  display: grid;
}

.v4f-col-title {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gs-green);
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 800;
}

.v4f-link {
  width: fit-content;
  color: var(--v4-fg-3);
  transition: color var(--v4-dur-fast);
  margin-bottom: 11px;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.v4f-link:hover {
  color: var(--v4-fg);
}

.v4f-legal {
  border-top: 1px solid var(--v4-border);
  color: var(--v4-fg-4);
  margin-top: 36px;
  padding-top: 20px;
  font-size: 11.5px;
  line-height: 1.7;
}

@media (max-width: 860px) {
  .v4f-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .v4f-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}

.v4home {
  background: var(--v4-bg);
  color: var(--v4-fg);
  font-family: var(--v4-font-sans);
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.v4home-glow {
  pointer-events: none;
  z-index: 0;
  position: fixed;
  inset: 0;
}

.v4home-inner {
  z-index: 1;
  position: relative;
}

.v4home-sections {
  flex-direction: column;
  gap: 44px;
  max-width: 1560px;
  margin: 0 auto;
  padding: 8px 24px 40px;
  display: flex;
}

@media (max-width: 640px) {
  .v4home-sections {
    gap: 34px;
    padding-inline: 14px;
  }
}

.v4home-sec-hd {
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 18px;
  display: flex;
}

.v4home-eyebrow {
  text-transform: uppercase;
  letter-spacing: .28em;
  color: var(--gs-green);
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 500;
}

.v4home-sec-title {
  font-family: var(--v4-font-display);
  letter-spacing: var(--v4-tracking-tight);
  color: var(--v4-fg);
  margin: 0;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
}

.v4home-sec-link {
  border-radius: var(--v4-r-pill);
  border: 1px solid var(--v4-border);
  background: var(--v4-panel-2);
  color: var(--v4-fg-2);
  transition: color var(--v4-dur-fast), border-color var(--v4-dur-fast), background var(--v4-dur-fast);
  flex-shrink: 0;
  align-items: center;
  gap: 5px;
  padding: 7px 14px;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.v4home-sec-link:hover {
  color: var(--v4-fg);
  border-color: var(--v4-border-hover);
  background: var(--v4-panel);
}

.v4home-car-wrap {
  position: relative;
}

.v4home-car-track {
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  align-items: stretch;
  gap: 16px;
  padding: 4px 2px 12px;
  scroll-padding: 0;
  display: flex;
  overflow-x: auto;
}

.v4home-car-track::-webkit-scrollbar {
  display: none;
}

.v4home-car-cell {
  scroll-snap-align: start;
  flex: 0 0 200px;
  width: 200px;
  min-width: 0;
  display: flex;
}

.v4home-car-cell--po, .v4home-car-cell.v4home-car-cell--po, .v4home-car-cell--hero, .v4home-car-cell.v4home-car-cell--hero {
  flex-basis: 300px;
  width: 300px;
}

.v4home-car-cell > * {
  width: 100%;
  min-width: 0;
}

.v4home-car-cell .cat-card, .v4home-car-cell .po2-card {
  flex: 1;
  height: 100%;
}

.v4home-car-cell .cat-art-wrap {
  aspect-ratio: 2 / 3;
  flex-shrink: 0;
  width: 100%;
  height: auto;
}

.v4home-car-cell .cat-art-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.v4home-car-cell .cat-art-bg img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
}

.v4home-car-cell--po, .v4home-car-cell--hero {
  flex-basis: 300px;
}

@media (max-width: 640px) {
  .v4home-car-cell {
    flex-basis: 150px;
  }

  .v4home-car-cell--po, .v4home-car-cell--hero {
    flex-basis: 240px;
  }
}

.v4home-car-arrow {
  z-index: 3;
  border: 1px solid var(--v4-border-hover);
  background: var(--v4-bg-elev);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
}

@supports (color: color-mix(in lab, red, red)) {
  .v4home-car-arrow {
    background: color-mix(in srgb, var(--v4-bg-elev) 90%, transparent);
  }
}

.v4home-car-arrow {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--v4-fg);
  cursor: pointer;
  box-shadow: var(--v4-shadow-card);
  transition: background var(--v4-dur-fast), transform var(--v4-dur-fast);
}

.v4home-car-arrow:hover {
  background: var(--v4-bg-elev);
  transform: translateY(-50%)scale(1.06);
}

.v4home-car-arrow--l {
  left: -10px;
}

.v4home-car-arrow--r {
  right: -10px;
}

@media (max-width: 900px) {
  .v4home-car-arrow {
    display: none;
  }
}

.v4home-genre-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  display: grid;
}

@media (max-width: 900px) {
  .v4home-genre-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 560px) {
  .v4home-genre-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

.v4home-genre-tile {
  border-radius: var(--v4-r-lg);
  border: 1px solid var(--v4-border);
  background: var(--v4-panel);
  color: var(--v4-fg-2);
  transition: transform var(--v4-dur-fast) var(--v4-ease), border-color var(--v4-dur-fast), color var(--v4-dur-fast);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.v4home-genre-tile:hover {
  border-color: var(--v4-border-hover);
  color: var(--v4-fg);
  transform: translateY(-3px);
}

.v4home-genre-tile:before {
  content: "";
  background: radial-gradient(120px 80px at 50% 0%, var(--g-color), transparent 70%);
  position: absolute;
  inset: 0;
}

@supports (color: color-mix(in lab, red, red)) {
  .v4home-genre-tile:before {
    background: radial-gradient(120px 80px at 50% 0%, color-mix(in srgb, var(--g-color) 22%, transparent), transparent 70%);
  }
}

.v4home-genre-tile:before {
  opacity: 0;
  transition: opacity var(--v4-dur-base);
}

.v4home-genre-tile:hover:before {
  opacity: 1;
}

.v4home-genre-icon {
  background: var(--g-color);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
  position: relative;
}

@supports (color: color-mix(in lab, red, red)) {
  .v4home-genre-icon {
    background: color-mix(in srgb, var(--g-color) 14%, transparent);
  }
}

.v4home-genre-icon {
  color: var(--g-color);
  border: 1px solid var(--g-color);
}

@supports (color: color-mix(in lab, red, red)) {
  .v4home-genre-icon {
    border: 1px solid color-mix(in srgb, var(--g-color) 30%, transparent);
  }
}

.v4home-genre-label {
  text-align: center;
  font-size: 12.5px;
  font-weight: 600;
  position: relative;
}

.v4home-sub-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  display: grid;
}

@media (max-width: 720px) {
  .v4home-sub-grid {
    grid-template-columns: 1fr;
  }
}

.v4home-sub {
  border-radius: var(--v4-r-xl);
  border: 1px solid var(--v4-border);
  background: var(--v4-panel);
  flex-direction: column;
  gap: 12px;
  min-height: 200px;
  padding: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.v4home-sub__glow {
  filter: blur(70px);
  opacity: .6;
  pointer-events: none;
  border-radius: 999px;
  width: 200px;
  height: 200px;
  position: absolute;
  top: -60px;
  right: -60px;
}

.v4home-sub-badge {
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid var(--v4-border-strong);
  background: var(--v4-panel-2);
  color: var(--v4-fg-3);
  border-radius: 999px;
  align-self: flex-start;
  padding: 3px 9px;
  font-size: 10px;
  font-weight: 800;
}

.v4home-sub-logo {
  font-family: var(--v4-font-display);
  letter-spacing: -.02em;
  font-size: 26px;
  font-weight: 800;
  line-height: .95;
}

.v4home-sub-title {
  color: var(--v4-fg);
  margin: 4px 0 0;
  font-size: 18px;
  font-weight: 700;
}

.v4home-sub-desc {
  color: var(--v4-fg-3);
  flex: 1;
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.v4home-sub-btn {
  border-radius: var(--v4-r-md);
  border: 1px solid var(--v4-border);
  background: var(--v4-panel-2);
  color: var(--v4-fg-3);
  cursor: not-allowed;
  align-self: flex-start;
  margin-top: 6px;
  padding: 9px 16px;
  font-size: 12.5px;
  font-weight: 600;
}

.v4po {
  border-radius: var(--v4-r-xl);
  border: 1px solid var(--v4-border);
  background: var(--v4-panel);
  height: 100%;
  color: var(--v4-fg);
  transition: transform var(--v4-dur-fast) var(--v4-ease), border-color var(--v4-dur-fast), box-shadow var(--v4-dur-fast);
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.v4po:hover {
  border-color: var(--v4-border-hover);
  box-shadow: var(--v4-shadow-card-hover);
  transform: translateY(-3px);
}

.v4po-art {
  aspect-ratio: 16 / 9;
  background: var(--v4-panel-2);
  position: relative;
  overflow: hidden;
}

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

.v4po-date {
  background: var(--v4-bg-elev);
  border-radius: 999px;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  display: inline-flex;
  position: absolute;
  top: 10px;
  left: 10px;
}

@supports (color: color-mix(in lab, red, red)) {
  .v4po-date {
    background: color-mix(in srgb, var(--v4-bg-elev) 80%, transparent);
  }
}

.v4po-date {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid var(--v4-border-strong);
  color: var(--v4-fg);
  font-size: 10px;
  font-weight: 700;
}

.v4po-disc {
  background: var(--gs-green-grad);
  color: #fff;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 800;
  position: absolute;
  top: 10px;
  right: 10px;
}

.v4po-plats {
  gap: 4px;
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.v4po-plat {
  background: var(--v4-bg-elev);
  border-radius: 5px;
  padding: 2px 6px;
  font-size: 9px;
  font-weight: 700;
}

@supports (color: color-mix(in lab, red, red)) {
  .v4po-plat {
    background: color-mix(in srgb, var(--v4-bg-elev) 80%, transparent);
  }
}

.v4po-plat {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--v4-fg-2);
}

.v4po-body {
  padding: 14px 16px 16px;
}

.v4po-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
}

.v4po-desc {
  color: var(--v4-fg-3);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 34px;
  margin: 6px 0 12px;
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
}

.v4po-footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.v4po-price {
  color: var(--gs-price);
  font-size: 16px;
  font-weight: 800;
}

.v4po-msrp {
  color: var(--gs-price-old);
  font-size: 12px;
  text-decoration: line-through;
}

.v4po-tba {
  color: var(--v4-fg-3);
  font-size: 13px;
  font-weight: 700;
}

.v4hero {
  height: clamp(430px, 44vw, 500px);
  font-family: var(--v4-font-sans);
  isolation: isolate;
  position: relative;
  overflow: hidden;
}

.v4hero-slide {
  opacity: 0;
  transition: opacity .7s var(--v4-ease);
  position: absolute;
  inset: 0;
}

.v4hero-slide.active {
  opacity: 1;
}

.v4hero-img {
  object-fit: cover;
  filter: saturate(1.05);
  width: 100%;
  height: 100%;
  transform: scale(1.06);
}

.v4hero-img-fallback {
  background: linear-gradient(135deg, #14142a, #0a0a0f);
  width: 100%;
  height: 100%;
}

.v4hero-ov {
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.v4hero-ov--l {
  background: linear-gradient(90deg, var(--v4-bg) 8%, var(--v4-bg) 40%, transparent 72%);
}

@supports (color: color-mix(in lab, red, red)) {
  .v4hero-ov--l {
    background: linear-gradient(90deg, var(--v4-bg) 8%, color-mix(in srgb, var(--v4-bg) 78%, transparent) 40%, transparent 72%);
  }
}

.v4hero-ov--b {
  background: linear-gradient(0deg, var(--v4-bg) 2%, transparent 42%);
}

.v4hero-ov--glow {
  background: radial-gradient(48rem 34rem at 12% 20%, #52b04326, #0000 60%), radial-gradient(40rem 30rem at 88% 90%, #0078d41f, #0000 60%);
}

.v4hero-inner {
  z-index: 2;
  align-items: center;
  gap: 40px;
  max-width: 1560px;
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  position: relative;
}

@media (max-width: 640px) {
  .v4hero-inner {
    padding: 0 16px;
  }
}

.v4hero-body {
  max-width: 540px;
}

.v4hero-meta {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  display: flex;
}

.v4hero-cat {
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--gs-plat-xbox);
  font-size: 11px;
  font-weight: 700;
}

.v4hero-rating, .v4hero-plat {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  text-shadow: 0 1px 3px #0000008c;
  background: #0000008c;
  border: 1px solid #ffffff29;
  border-radius: 999px;
  align-items: center;
  gap: 4px;
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
}

.v4hero-rating {
  color: var(--v4-warn);
}

.v4hero-plat {
  text-shadow: 0 1px 3px #000000e6;
  background: #000000b8;
  border-color: #ffffff24;
}

.v4hero-plat.ptag-xsx, .v4hero-plat.ptag-xone {
  color: var(--gs-plat-xbox);
  border-color: var(--gs-plat-xbox);
}

@supports (color: color-mix(in lab, red, red)) {
  .v4hero-plat.ptag-xsx, .v4hero-plat.ptag-xone {
    border-color: color-mix(in srgb, var(--gs-plat-xbox) 55%, transparent);
  }
}

.v4hero-plat.ptag-pc {
  color: var(--gs-plat-pc);
  border-color: var(--gs-plat-pc);
}

@supports (color: color-mix(in lab, red, red)) {
  .v4hero-plat.ptag-pc {
    border-color: color-mix(in srgb, var(--gs-plat-pc) 55%, transparent);
  }
}

.v4hero-plat.ptag-cloud {
  color: var(--gs-plat-cloud);
  border-color: var(--gs-plat-cloud);
}

@supports (color: color-mix(in lab, red, red)) {
  .v4hero-plat.ptag-cloud {
    border-color: color-mix(in srgb, var(--gs-plat-cloud) 45%, transparent);
  }
}

html[data-theme="light"] .v4hero-rating, html[data-theme="light"] .v4hero-plat {
  text-shadow: none;
  background: #ffffffd1;
  border-color: #0000001f;
}

html[data-theme="light"] .v4hero-rating {
  color: #b45309;
}

html[data-theme="light"] .v4hero-plat.ptag-cloud {
  color: #334155;
}

.v4hero-title {
  font-family: var(--v4-font-display);
  letter-spacing: -.03em;
  color: var(--v4-fg);
  text-shadow: 0 6px 40px #00000080;
  margin: 0;
  font-size: clamp(30px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.02;
}

.v4hero-desc {
  color: var(--v4-fg-2);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 460px;
  min-height: 2.9em;
  max-height: 2.9em;
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
}

.v4hero-price-row {
  align-items: baseline;
  gap: 12px;
  margin: 22px 0;
  display: flex;
}

.v4hero-disc {
  border-radius: var(--v4-r-sm);
  background: var(--gs-green-grad);
  color: #fff;
  box-shadow: var(--v4-shadow-btn-emerald);
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 800;
}

.v4hero-price {
  color: var(--gs-price);
  letter-spacing: -.02em;
  font-size: 30px;
  font-weight: 800;
}

.v4hero-msrp {
  color: var(--gs-price-old);
  font-size: 16px;
  text-decoration: line-through;
}

.v4hero-actions {
  align-items: center;
  gap: 12px;
  display: flex;
}

.v4hero-cta {
  border-radius: var(--v4-r-md);
  background: var(--gs-green-grad);
  color: #fff;
  transition: box-shadow var(--v4-dur-fast), transform var(--v4-dur-fast);
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 10px 40px -10px #10b98199;
}

.v4hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 50px -8px #10b981cc;
}

.v4hero-wish {
  border-radius: var(--v4-r-md);
  border: 1px solid var(--v4-border-hover);
  background: var(--v4-panel-2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  width: 48px;
  height: 48px;
  color: var(--v4-fg-2);
  cursor: pointer;
  transition: color var(--v4-dur-fast), border-color var(--v4-dur-fast), transform var(--v4-dur-fast);
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.v4hero-wish:hover {
  color: var(--v4-fg);
  transform: translateY(-2px);
}

.v4hero-wish--on {
  color: var(--v4-danger);
  border-color: var(--v4-danger);
}

@supports (color: color-mix(in lab, red, red)) {
  .v4hero-wish--on {
    border-color: color-mix(in srgb, var(--v4-danger) 45%, transparent);
  }
}

.v4hero-art {
  animation: v4hero-art-in .6s var(--v4-ease) both;
  flex-shrink: 0;
  margin-left: auto;
}

.v4hero-art-img {
  object-fit: cover;
  border-radius: 16px;
  width: clamp(380px, 44vw, 640px);
  height: auto;
  max-height: 460px;
  display: block;
  box-shadow: 0 24px 60px #000000d9, 0 6px 18px #00000080, 0 0 0 1px #ffffff12, 0 0 70px -24px #52b0438c;
}

@keyframes v4hero-art-in {
  from {
    opacity: 0;
    transform: translateX(30px)scale(.96);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 860px) {
  .v4hero-art {
    display: none;
  }
}

.v4hero-arrow {
  z-index: 3;
  border: 1px solid var(--v4-border-hover);
  background: var(--v4-bg-elev);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@supports (color: color-mix(in lab, red, red)) {
  .v4hero-arrow {
    background: color-mix(in srgb, var(--v4-bg-elev) 70%, transparent);
  }
}

.v4hero-arrow {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--v4-fg);
  cursor: pointer;
  transition: background var(--v4-dur-fast), transform var(--v4-dur-fast);
}

.v4hero-arrow:hover {
  background: var(--v4-bg-elev);
  transform: translateY(-50%)scale(1.06);
}

.v4hero-arrow--l {
  left: 16px;
}

.v4hero-arrow--r {
  right: 16px;
}

@media (max-width: 640px) {
  .v4hero-arrow {
    display: none;
  }
}

.v4hero-dots {
  z-index: 3;
  gap: 8px;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.v4hero-dot {
  cursor: pointer;
  background: #ffffff40;
  border: none;
  border-radius: 999px;
  width: 26px;
  height: 5px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.v4hero-dot.active {
  background: #ffffff40;
}

.v4hero-dot-progress {
  transform-origin: 0;
  animation: v4hero-fill var(--dur) linear forwards;
  background: linear-gradient(90deg, #107c10, #16a34a);
  position: absolute;
  inset: 0;
}

@keyframes v4hero-fill {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

/*# sourceMappingURL=src_app_home-v4_138rrcp.css.map*/