.hm-page {
  min-height: 100vh;
  color: #fff;
  background:
    radial-gradient(circle at 18% 12%, rgba(77, 154, 255, 0.16), transparent 34rem),
    radial-gradient(circle at 84% 20%, rgba(42, 235, 141, 0.12), transparent 30rem),
    #08090b;
  padding: 96px 18px 84px;
}

.hm-store-page {
  padding-top: 112px;
}

.hm-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.hm-category-head {
  text-align: center;
  margin: 8px auto 42px;
}

.hm-category-head h1 {
  margin: 0;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 0;
}

.hm-category-head p {
  max-width: 720px;
  margin: 16px auto 0;
  color: rgba(210, 226, 245, 0.72);
  font-size: 18px;
}

.hm-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
}

.hm-breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.hm-breadcrumb .text-white {
  color: #fff;
}

.hm-store-head,
.hm-detail-hero {
  display: grid;
  grid-template-columns: minmax(300px, 500px) minmax(320px, 1fr);
  gap: clamp(24px, 4vw, 48px);
  padding: clamp(22px, 4vw, 42px);
  align-items: start;
}

.hm-store-head {
  padding: clamp(28px, 4vw, 56px);
  margin-bottom: 28px;
  text-align: center;
}

.hm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4d9aff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.hm-title {
  margin: 0;
  font-size: clamp(38px, 7vw, 76px);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: 0;
}

.hm-title span,
.hm-blue {
  color: #4d9aff;
}

.hm-subtitle {
  max-width: 720px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
}

.hm-store-grid {
  display: grid;
  grid-template-columns: minmax(0, 620px);
  justify-content: center;
}

.hm-card {
  display: block;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(77, 154, 255, 0.22);
  background:
    radial-gradient(circle at 50% 0%, rgba(77, 154, 255, 0.12), transparent 46%),
    rgba(18, 19, 23, 0.92);
  border-radius: 20px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.hm-card:hover {
  transform: translateY(-3px);
  border-color: rgba(77, 154, 255, 0.58);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.38);
}

.hm-card-media {
  height: clamp(360px, 48vw, 560px);
  display: grid;
  place-items: center;
  background: transparent;
}

.hm-card-media img {
  max-width: 88%;
  max-height: 92%;
  object-fit: contain;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.45));
}

.hm-card-body {
  padding: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hm-card-title {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 0;
}

.hm-card-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.hm-card-title-row span {
  flex: 0 0 auto;
  color: #19e579;
  border: 1px solid rgba(25, 229, 121, 0.42);
  background: rgba(25, 229, 121, 0.12);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 900;
}

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

.hm-spec {
  min-height: 78px;
  padding: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hm-spec small {
  display: block;
  color: rgba(255, 255, 255, 0.42);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.hm-spec strong {
  color: #4d9aff;
  font-size: 18px;
}

.hm-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 26px;
  color: rgba(210, 226, 245, 0.72);
}

.hm-card-foot b {
  display: inline-grid;
  place-items: center;
  min-width: 128px;
  height: 54px;
  border-radius: 10px;
  background: linear-gradient(135deg, #13c6ff, #318cff);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(49, 140, 255, 0.28);
}

.hm-detail-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(24px, 4vw, 48px);
  padding: clamp(22px, 4vw, 42px);
  align-items: start;
}

.hm-product-art {
  min-height: auto;
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: transparent;
  overflow: visible;
}

.hm-product-art img {
  width: 100%;
  height: 100%;
  max-height: 720px;
  object-fit: contain;
  filter: drop-shadow(0 28px 38px rgba(0, 0, 0, 0.55));
}

.hm-buy-card {
  align-self: start;
}

.hm-buy-card h1 {
  margin: 0 0 20px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.96;
  font-weight: 900;
}

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

.hm-tier-grid button {
  min-height: 84px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
  cursor: pointer;
  font: inherit;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.hm-tier-grid button:hover {
  border-color: rgba(77, 154, 255, 0.62);
}

.hm-tier-grid button.border-\[\#4D9AFF\] {
  border-color: #4d9aff;
  background: rgba(77, 154, 255, 0.13);
}

.hm-tier-grid .hm-duration {
  display: block;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 6px;
}

.hm-tier-grid .hm-price {
  color: #4d9aff;
  font-size: 24px;
  font-weight: 900;
}

.hm-native-payments {
  display: none !important;
}

.hm-feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.hm-mini-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 12px 14px;
  border: 1px solid rgba(77, 154, 255, 0.16);
  background: rgba(255, 255, 255, 0.035);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
}

.hm-mini-feature svg,
.hm-feature-list svg,
.hm-home-service svg {
  flex: 0 0 auto;
  color: #4d9aff;
}

.hm-detail-section {
  margin-top: 60px;
}

.hm-section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  margin: 0 0 24px;
}

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

.hm-media-box {
  overflow: hidden;
  border: 1px solid rgba(77, 154, 255, 0.18);
  border-radius: 20px;
  background: rgba(18, 19, 23, 0.84);
}

.hm-media-box img,
.hm-media-box video {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  object-fit: cover;
  display: block;
}

.hm-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(22px, 4vw, 48px);
  margin-top: 56px;
}

.hm-feature-list {
  display: grid;
  gap: 22px;
}

.hm-feature-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 16px;
}

.hm-feature-row strong {
  display: block;
  margin-bottom: 5px;
}

.hm-feature-row p,
.hm-games-card li {
  color: rgba(210, 226, 245, 0.8);
}

.hm-system-line {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.64);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hm-system-line span {
  color: #fff;
  border-bottom: 2px solid #4d9aff;
}

.hm-games-card {
  border: 1px solid rgba(77, 154, 255, 0.18);
  border-radius: 20px;
  background: rgba(18, 19, 23, 0.74);
  padding: 28px;
}

.hm-games-card h3 {
  margin: 0 0 18px;
  font-size: 22px;
  text-transform: uppercase;
}

.hm-games-card ul {
  columns: 2;
  column-gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hm-games-card li {
  break-inside: avoid;
  margin: 0 0 9px;
}

.hm-games-card li::before {
  content: ">";
  color: #4d9aff;
  margin-right: 8px;
}

@media (max-width: 900px) {
  .hm-detail-hero,
  .hm-media-grid,
  .hm-info-grid {
    grid-template-columns: 1fr;
  }

  .hm-product-art {
    min-height: 420px;
  }

  .hm-feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .hm-page {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hm-tier-grid,
  .hm-spec-grid,
  .hm-feature-strip {
    grid-template-columns: 1fr;
  }

  .hm-games-card ul {
    columns: 1;
  }
}


/* 202605260735 polish: keep feature rows clean; no accidental icon blocks inside product bullet cards. */
.hm-feature-list .door-benefit-icon,
.hm-feature-list .benefit-icon,
.hm-feature-list .polish-card-icon {
  display: none !important;
}

@media (max-width: 860px) {
  .hm-detail-hero {
    grid-template-columns: 1fr;
  }
  .hm-product-art {
    max-width: 520px;
    margin: 0 auto;
  }
  .hm-media-grid {
    grid-template-columns: 1fr;
  }
}


/* codex global black image background */
html,
body,
#root {
  min-height: 100%;
  background: #000 !important;
}

body {
  margin: 0;
  background-color: #000 !important;
}

#root {
  position: relative;
  isolation: isolate;
}

#root::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: #000 url('/jobs-bg.png') center center / cover no-repeat;
}

#root::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.42);
}

#root main.min-h-screen,
#root > .min-h-screen,
#root [class~="min-h-screen"][class*="bg-"],
#root [class~="min-h-screen"][class*="from-"],
#root [class~="min-h-screen"][class*="to-"] {
  background-color: transparent !important;
  background-image: none !important;
}

#root{background:transparent!important}#root:before{z-index:0!important}#root:after{z-index:0!important}#root>*{position:relative;z-index:1}

html,body,#root{background:#000!important}body:before{content:"";position:fixed;inset:0;background:#000 url(/jobs-bg.png) center/cover no-repeat!important;z-index:0;pointer-events:none}body:after{content:"";position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:0;pointer-events:none}#root{position:relative!important;z-index:1!important}main,main>*,#root>.min-h-screen,#root main.min-h-screen{background:transparent!important;background-image:none!important}

/* restored product media: removed broad image hiding rule */

/* restored product media: removed broad image hiding rule */main [style*=url]:not(body):not(#root){background-image:none!important}

/* restored product media: removed broad image hiding rule */section [style*=url],header [style*=url],[class*=Hero] [style*=url],[class*=hero] [style*=url],[class*=cover] [style*=url]{background-image:none!important}

/* restore product cards media */
html body #root main a[href^="/store/"] img, html body main a[href^="/store/"] img { display:block!important; visibility:visible!important; width:100%!important; height:100%!important; object-fit:cover!important; opacity:1!important; }
html body #root main a[href^="/store/"] picture, html body main a[href^="/store/"] picture { display:block!important; visibility:visible!important; }
