/* styles.css */
@font-face{font-family:General;src:url('/assets/general.woff2') format('woff2');font-display:swap}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#0d0f12;color:#f5f5f7;font:15px/1.5 General,Inter,ui-sans-serif,system-ui,sans-serif}.shell{width:min(1380px,calc(100% - 64px));margin-inline:auto}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:5}.brand{color:#fff;text-decoration:none;font-size:21px;font-weight:800;letter-spacing:-.8px}.brand span{color:#8067ff}.nav nav{display:flex;gap:6px;background:#171a1f;border:1px solid #262a31;padding:5px;border-radius:12px}.nav nav a{color:#9297a1;text-decoration:none;padding:8px 16px;border-radius:8px}.nav nav a:hover,.nav nav a.active{background:#282c34;color:#fff}.nav-actions{display:flex;gap:8px}.country,.icon-button{border:1px solid #292d34;background:#171a1f;color:#ddd;border-radius:10px;padding:10px 13px}.count{display:inline-grid;place-items:center;background:#8067ff;color:#fff;border-radius:20px;min-width:19px;height:19px;margin-left:6px;font-size:11px}.hero{min-height:620px;border-radius:22px;overflow:hidden;margin-top:8px;padding:76px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;background:radial-gradient(circle at 82% 38%,rgba(128,103,255,.34),transparent 27%),radial-gradient(circle at 78% 65%,rgba(28,205,195,.14),transparent 26%),linear-gradient(135deg,#171a20,#111318 65%);position:relative}.hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(to left,#000,transparent 65%)}.hero-content{position:relative;z-index:1}.eyebrow{font-size:11px;letter-spacing:2.2px;font-weight:800;color:#8b74ff;margin:0 0 13px}.hero h1{font-size:clamp(54px,6.4vw,96px);line-height:.92;letter-spacing:-6px;margin:0 0 28px;max-width:760px}.hero-content>p:not(.eyebrow){color:#aeb2ba;max-width:540px;font-size:17px}.primary-button,.secondary-button{display:inline-flex;align-items:center;gap:28px;background:#8067ff;color:#fff;border:0;border-radius:10px;text-decoration:none;font-weight:750;padding:14px 18px;margin-top:25px}.primary-button span{font-size:20px}.hero-card{justify-self:center;width:min(390px,35vw);aspect-ratio:.78;border-radius:28px;transform:rotate(7deg);background:linear-gradient(145deg,#8b74ff,#4635a4 58%,#1a1731);box-shadow:0 45px 90px #0009,0 0 0 1px #ffffff1f inset;display:flex;flex-direction:column;justify-content:space-between;padding:34px;color:#dcd6ff;font-size:14px;letter-spacing:3px;font-weight:800;position:relative;z-index:1}.hero-card b{font-size:112px;line-height:.8;letter-spacing:-13px;color:#fff}.trust-strip{border-block:1px solid #25282e;margin:28px 0 0;background:#121419}.trust-grid{min-height:74px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;color:#aaadb4;font-size:13px}.trust-grid span{text-align:center;border-right:1px solid #282b31}.trust-grid span:last-child{border:0}.section{padding-block:88px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:30px}.section-heading h2{font-size:39px;line-height:1;margin:0;letter-spacing:-2px}.section-heading>a{color:#c5c7cc;text-decoration:none}.featured-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px}.game-card{min-width:0;text-decoration:none;color:#fff;display:flex;flex-direction:column;gap:10px}.cover{aspect-ratio:4/5;border-radius:14px;background:linear-gradient(145deg,#292d35,#181b21);overflow:hidden;position:relative;border:1px solid #ffffff0c}.featured-grid .game-card:first-child .cover{aspect-ratio:1.62/1}.cover img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.game-card:hover img{transform:scale(1.035)}.cover:after{content:"";position:absolute;inset:auto 0 0;height:35%;background:linear-gradient(transparent,#0d0f12aa)}.product-meta{display:flex;justify-content:space-between;gap:12px}.product-title{font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.product-platform{display:block;color:#777d87;font-size:12px;margin-top:2px}.price{font-weight:800;white-space:nowrap}.price.provisional{color:#aaa}.skeleton{animation:pulse 1.4s infinite;background:#1b1e24}@keyframes pulse{50%{background:#242832}}.platform-section{padding:52px 0;background:#15181d;border-block:1px solid #272a31}.platforms{display:flex;gap:10px;flex-wrap:wrap}.platform-chip{border:1px solid #363a43;background:#1b1e24;color:#d6d7db;border-radius:10px;padding:12px 18px;cursor:pointer}.platform-chip:hover,.platform-chip.active{background:#8067ff;border-color:#8067ff;color:#fff}.catalog-heading{align-items:center}.search{display:flex;gap:8px;align-items:center;border:1px solid #32363e;background:#16191e;border-radius:11px;padding:11px 14px}.search input{border:0;outline:0;background:transparent;color:white;width:220px}.catalog-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:28px 16px}.secondary-button{display:block;margin:50px auto 0;background:#20242b;border:1px solid #363b44;cursor:pointer}.empty{grid-column:1/-1;padding:70px;text-align:center;color:#8d929c;background:#15181d;border-radius:14px}footer{background:#15181d;border-top:1px solid #292c32;padding:64px 0 22px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px}.footer-grid p{color:#7d828c}.footer-grid div:not(:first-child){display:flex;flex-direction:column;gap:9px}.footer-grid b{margin-bottom:8px}.footer-grid a:not(.brand){color:#858a93;text-decoration:none}.copyright{border-top:1px solid #292c32;margin-top:55px;padding-top:20px;color:#6f747d;display:flex;justify-content:space-between}@media(max-width:900px){.shell{width:min(100% - 32px,1380px)}.nav nav{display:none}.country span{display:none}.hero{min-height:560px;padding:42px 28px;grid-template-columns:1fr}.hero h1{letter-spacing:-4px}.hero-card{display:none}.featured-grid{grid-template-columns:1fr 1fr}.featured-grid .game-card:first-child{grid-column:1/-1}.catalog-grid{grid-template-columns:repeat(3,1fr)}.trust-grid{grid-template-columns:1fr 1fr;gap:20px;padding-block:20px}.trust-grid span{border:0}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.hero{min-height:500px}.hero h1{font-size:50px}.featured-grid,.catalog-grid{grid-template-columns:1fr 1fr}.section{padding-block:58px}.section-heading h2{font-size:31px}.catalog-heading{align-items:flex-start;gap:22px;flex-direction:column}.search,.search input{width:100%}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.copyright span{display:none}}

/* country.css */
.country select {
  appearance: none;
  border: 0;
  background: transparent;
  color: #ddd;
  font: inherit;
  outline: 0;
  max-width: 150px;
}

.country select option {
  background: #171a1f;
}

/* checkout.css */
.add-button{position:absolute;right:10px;bottom:10px;z-index:2;width:38px;height:38px;border:0;border-radius:50%;background:#8067ff;color:#fff;font-size:22px;cursor:pointer;box-shadow:0 8px 24px #0008}.drawer-backdrop{position:fixed;inset:0;background:#050608b8;backdrop-filter:blur(5px);z-index:20}.cart-drawer{position:fixed;inset:0 0 0 auto;width:min(480px,100%);z-index:21;background:#121419;border-left:1px solid #2c3038;padding:30px;transform:translateX(102%);transition:transform .25s;overflow:auto}.cart-drawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:start;justify-content:space-between;border-bottom:1px solid #292d34;padding-bottom:20px}.drawer-head h2{font-size:34px;margin:0}.close-button{border:0;background:#252932;color:#fff;border-radius:50%;width:40px;height:40px;font-size:25px;cursor:pointer}.cart-items{display:flex;flex-direction:column;gap:12px;padding:22px 0}.cart-line{display:grid;grid-template-columns:58px 1fr auto;gap:12px;align-items:center;background:#191c22;border:1px solid #292d35;border-radius:12px;padding:9px}.cart-line img,.cart-line-image{width:58px;height:70px;object-fit:cover;background:#292d35;border-radius:7px}.cart-line b{display:block;font-size:13px}.cart-line small{color:#777d87}.remove-item{border:0;background:transparent;color:#777d87;font-size:20px;cursor:pointer}.checkout-details{display:flex;flex-direction:column;gap:15px}.checkout-details label{font-size:12px;color:#999ea8;font-weight:700}.checkout-details input{display:block;width:100%;margin-top:7px;background:#191c22;border:1px solid #343842;color:#fff;border-radius:10px;padding:14px;font:inherit}.checkout-note{font-size:12px;color:#858a94}.cart-total{display:flex;justify-content:space-between;border-top:1px solid #292d34;padding-top:18px;font-size:19px}.checkout-button{width:100%;border:0;border-radius:10px;background:#8067ff;color:#fff;padding:15px;font-weight:800;font-size:15px;cursor:pointer}.checkout-button:disabled{opacity:.55;cursor:wait}.payment-form{margin-top:20px}.payment-message{color:#ff8989;font-size:13px;min-height:20px}.payment-form .checkout-button{margin-top:16px}.payment-success{text-align:center;padding:70px 20px}.payment-success span{display:inline-grid;place-items:center;width:62px;height:62px;border-radius:50%;background:#65d6a5;color:#10251d;font-size:32px}.payment-success h3{font-size:25px;margin-bottom:4px}.payment-success p{color:#9297a1}.cart-empty{text-align:center;color:#7f848d;padding:45px 10px}.test-badge{position:fixed;left:15px;bottom:15px;z-index:10;background:#8067ff;color:#fff;border-radius:8px;padding:7px 10px;font-size:11px;font-weight:800;letter-spacing:1px}@media(max-width:560px){.cart-drawer{padding:22px}}

/* product.css */
.game-card{cursor:pointer;overflow:hidden}.product-meta{align-items:flex-start}.product-meta>div{flex:1;min-width:0}.product-title{line-height:1.35}.price{flex:none;font-size:14px}.add-button:disabled{opacity:.4;cursor:not-allowed}.product-page{width:min(1380px,calc(100% - 64px));margin:8px auto 90px}.product-back{display:inline-flex;color:#9297a1;text-decoration:none;margin:26px 0}.product-hero{min-height:600px;border:1px solid #292d34;border-radius:22px;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 410px;position:relative;background:#15181d}.product-visual{position:relative;min-height:560px;background:#20242b}.product-visual>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.product-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 45%,#15181d),linear-gradient(0deg,#15181d88,transparent 45%)}.product-cover{position:absolute!important;z-index:2;left:42px;bottom:42px;width:210px!important;height:280px!important;border-radius:14px;box-shadow:0 25px 60px #000b;border:1px solid #ffffff26}.product-summary{padding:50px 42px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.product-summary h1{font-size:clamp(38px,4vw,62px);line-height:.98;letter-spacing:-3px;margin:0 0 20px}.product-summary-text{color:#9ca1aa;margin:0 0 25px}.product-pills{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:28px}.product-pill{font-size:11px;color:#bec2ca;border:1px solid #383d46;border-radius:20px;padding:6px 10px}.product-price{font-size:32px;font-weight:850;letter-spacing:-1px;margin:0 0 18px}.product-buy{display:flex;gap:10px}.product-buy .checkout-button{width:auto;flex:1}.product-meta-section{display:grid;grid-template-columns:1.5fr .5fr;gap:70px;padding:78px 32px 0}.product-meta-section h2{font-size:34px;letter-spacing:-1.5px}.product-description{color:#a1a6af;font-size:16px;line-height:1.75;white-space:pre-line}.product-facts{display:flex;flex-direction:column}.product-fact{border-bottom:1px solid #292d34;padding:17px 0}.product-fact span{display:block;color:#747a84;font-size:11px;text-transform:uppercase;letter-spacing:1.2px}.product-fact b{display:block;margin-top:4px}.screenshot-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:70px}.screenshot-grid img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:14px;border:1px solid #292d34}.product-loading{min-height:600px;display:grid;place-items:center;color:#868b94}.product-error{padding:100px 20px;text-align:center}.product-error h1{font-size:45px}@media(max-width:900px){.product-page{width:min(100% - 32px,1380px)}.product-hero{grid-template-columns:1fr}.product-visual{min-height:430px}.product-visual:after{background:linear-gradient(0deg,#15181d,transparent 60%)}.product-cover{width:150px!important;height:200px!important;left:24px;bottom:24px}.product-summary{padding:35px 25px 45px}.product-meta-section{grid-template-columns:1fr;gap:25px;padding:55px 10px 0}}@media(max-width:560px){.product-visual{min-height:320px}.product-cover{width:110px!important;height:150px!important}.product-summary h1{font-size:38px}.product-buy{flex-direction:column}.product-meta-section{padding-top:35px}.screenshot-grid{grid-template-columns:1fr}}

/* order.css */
.order-link{display:block;margin-top:24px;text-decoration:none}.order-page{margin-top:8px;margin-bottom:100px}.order-loading{min-height:620px;display:grid;place-items:center;color:#8f949e}.order-hero{min-height:310px;display:flex;align-items:center;justify-content:space-between;gap:40px;padding:58px 64px;overflow:hidden;position:relative;border:1px solid #2a2e36;border-radius:22px;background:radial-gradient(circle at 82% 40%,rgba(128,103,255,.3),transparent 24%),linear-gradient(135deg,#17191f,#111318)}.order-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:36px 36px;mask-image:linear-gradient(to left,#000,transparent 70%)}.order-heading{position:relative;z-index:1}.order-heading h1{margin:0 0 14px;font-size:clamp(44px,5vw,72px);line-height:.95;letter-spacing:-4px}.order-heading>p:last-child{max-width:610px;margin:0;color:#a4a9b2;font-size:17px}.order-status-mark{width:160px;height:160px;display:grid;place-items:center;flex:0 0 auto;position:relative;z-index:1;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:rgba(18,20,25,.78);box-shadow:0 24px 70px #0008}.order-status-mark span{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:#67d8a8;color:#10251d;font-size:30px;font-weight:900}.order-status-mark small{margin-top:-32px;color:#d9dbe0;font-weight:700}.order-status-mark.failed span{background:#ff7d82}.demo-warning{display:flex;align-items:center;gap:18px;margin:18px 0;padding:17px 20px;border:1px solid rgba(128,103,255,.38);border-radius:13px;background:rgba(128,103,255,.09)}.demo-warning b{color:#a899ff}.demo-warning span{color:#a9aeb8}.order-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.65fr);gap:22px;margin-top:22px}.order-card,.order-summary{padding:30px;border:1px solid #292d34;border-radius:17px;background:#15181d}.order-card-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:18px;border-bottom:1px solid #292d34}.order-card-head h2{margin:0;font-size:30px;letter-spacing:-1.2px}.order-refresh{padding:9px 12px;border:1px solid #363b44;border-radius:9px;background:#1d2026;color:#bec2ca;cursor:pointer}.order-item{display:flex;justify-content:space-between;gap:20px;padding:20px 0;border-bottom:1px solid #292d34}.order-item b,.order-item small{display:block}.order-item small{margin-top:5px;color:#7e848e}.order-key-area{margin-top:24px;padding:24px;border:1px solid #2d323b;border-radius:13px;background:#101216;text-align:center}.order-key-area>p{margin:10px 0 0;color:#858b95;font-size:13px}.reveal-key{max-width:320px}.delivered-key{display:grid;gap:12px;text-align:left}.delivered-key+ .delivered-key{margin-top:20px;padding-top:20px;border-top:1px solid #2d323b}.delivered-key>span{color:#9ea3ac;font-size:12px}.delivered-key code{padding:18px;border:1px solid rgba(128,103,255,.45);border-radius:10px;background:#171421;color:#fff;font:700 17px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:1px;overflow-wrap:anywhere}.delivered-key button{justify-self:start;padding:9px 14px;border:1px solid #3c414b;border-radius:8px;background:#242830;color:#fff;cursor:pointer}.delivered-key b{color:#a899ff;font-size:11px;letter-spacing:1.4px}.delivered-key img{max-width:100%;border-radius:10px}.order-summary{align-self:start}.order-summary dl{margin:0}.order-summary dl>div{display:flex;justify-content:space-between;gap:16px;padding:15px 0;border-bottom:1px solid #292d34}.order-summary dt{color:#818792}.order-summary dd{margin:0;text-align:right;font-weight:700;overflow-wrap:anywhere}.order-private{margin:24px 0 0;padding:14px;border-radius:10px;background:#101216;color:#8d929c;font-size:12px}.payment-success .order-link[hidden]{display:none}@media(max-width:800px){.order-hero{padding:42px 30px}.order-status-mark{width:120px;height:120px}.order-layout{grid-template-columns:1fr}.order-summary{order:-1}}@media(max-width:560px){.order-page{width:calc(100% - 28px)}.order-hero{min-height:360px;display:block;padding:34px 24px}.order-heading h1{font-size:44px}.order-status-mark{width:auto;height:auto;display:flex;gap:11px;justify-content:flex-start;margin-top:32px;padding:12px 14px;border-radius:12px}.order-status-mark span{width:34px;height:34px;font-size:20px}.order-status-mark small{margin:0}.demo-warning{align-items:flex-start;flex-direction:column;gap:5px}.order-card,.order-summary{padding:21px}.order-card-head{align-items:flex-start;flex-direction:column}.order-item{font-size:13px}.delivered-key code{font-size:14px}}

/* order-images.css */
.order-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding-block: 16px;
}

.order-item > img,
.order-item-placeholder {
  width: 58px;
  height: 70px;
  display: grid;
  place-items: center;
  flex: none;
  object-fit: cover;
  border: 1px solid #30343d;
  border-radius: 9px;
  background: linear-gradient(145deg, #302b49, #191c22);
  color: #9b88ff;
  font-size: 22px;
  font-weight: 900;
}

@media (max-width: 560px) {
  .order-item {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 11px;
    font-size: 12px;
  }

  .order-item > img,
  .order-item-placeholder {
    width: 48px;
    height: 58px;
  }
}

/* polish.css */
:root {
  --page: #0b0d10;
  --panel: #14171c;
  --panel-raised: #191c22;
  --line: rgba(255, 255, 255, 0.09);
  --muted: #9298a3;
  --purple: #7f66ff;
  --purple-bright: #9b88ff;
}

body {
  background:
    radial-gradient(circle at 50% -15%, rgba(127, 102, 255, 0.09), transparent 34rem),
    var(--page);
  overflow-x: hidden;
  letter-spacing: -0.01em;
}

.shell {
  width: min(1280px, calc(100% - 48px));
}

.nav {
  position: sticky;
  top: 18px;
  height: 64px;
  margin-top: 18px;
  padding: 0 13px 0 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(20, 22, 27, 0.93);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  display: block;
  width: 128px;
  height: auto;
}

.nav nav {
  border: 0;
  background: transparent;
  padding: 0;
}

.nav nav a {
  padding: 9px 17px;
  font-size: 14px;
  font-weight: 700;
}

.nav nav a.active {
  background: rgba(127, 102, 255, 0.13);
  color: #b8aaff;
}

.country,
.icon-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-color: var(--line);
  background: #20242b;
}

.icon-button img {
  width: 18px;
  height: 18px;
}

.count {
  background: var(--purple);
}

.hero {
  min-height: 630px;
  margin-top: 28px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #15171c;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 30px 80px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(10, 11, 14, 0.03) 20%, rgba(10, 11, 14, 0.42) 61%, #0b0d10 100%);
}

.hero::after { display: none; }

.hero-art {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(.9) contrast(1.03);
}

.hero-content {
  width: min(760px, calc(100% - 48px));
  margin-bottom: 38px;
  padding: 28px 38px 30px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background: rgba(12, 14, 18, .73);
  box-shadow: 0 24px 70px rgba(0,0,0,.38);
  backdrop-filter: blur(18px);
}

.hero h1 {
  max-width: none;
  margin-bottom: 13px;
  font-size: clamp(38px, 4.7vw, 62px);
  line-height: 1;
  letter-spacing: -0.052em;
}

.hero-content > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.55;
  color: #c4c6cd;
}

.hero .eyebrow { margin-bottom: 10px; color: #b7aaff; }

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.hero-actions .primary-button { margin-top: 0; padding-inline: 25px; }

.hero-secondary {
  display: inline-flex;
  align-items: center;
  padding: 13px 24px;
  color: #e8e8eb;
  font-weight: 750;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 10px;
  background: rgba(18,20,25,.7);
}

.eyebrow {
  color: #9a86ff;
}

.primary-button,
.checkout-button {
  background: linear-gradient(135deg, var(--purple-bright), #6548ef);
  box-shadow: 0 12px 30px rgba(101, 72, 239, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.primary-button:hover,
.checkout-button:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(101, 72, 239, 0.38);
}

.trust-strip {
  margin-top: 24px;
  border-color: var(--line);
  background: rgba(20, 23, 28, 0.7);
}

.trust-grid {
  min-height: 82px;
}

.trust-grid span {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-color: var(--line);
  font-size: 12px;
  font-weight: 650;
}

.trust-grid img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  opacity: 0.78;
}

.section {
  padding-block: 82px;
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading h2 {
  font-size: clamp(34px, 4vw, 46px);
  letter-spacing: -0.05em;
}

.section-heading > a {
  padding: 9px 13px;
  border-radius: 9px;
}

.section-heading > a:hover { background: #1a1d23; color: #fff; }

.featured-grid,
.catalog-grid {
  width: 100%;
}

.featured-grid {
  gap: 18px;
}

.catalog-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 34px 18px;
}

.game-card {
  position: relative;
  min-width: 0;
  gap: 12px;
  overflow: hidden;
}

.card-hit {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

.card-hit:focus-visible {
  outline: 3px solid #a897ff;
  outline-offset: -3px;
}

.cover {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #181b21;
  box-shadow: 0 14px 32px rgba(0,0,0,.18);
}

.cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.002);
}

.game-card:hover .cover {
  border-color: rgba(155, 136, 255, 0.48);
}

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

.product-meta > div {
  min-width: 0;
}

.product-title {
  min-height: 2.7em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.35;
}

.product-platform {
  margin-top: 6px;
  color: #858c98;
  font-size: 11px;
}

.price {
  padding-top: 1px;
  font-size: 14px;
  font-weight: 800;
}

.add-button {
  z-index: 2;
  right: 12px;
  bottom: 12px;
  width: 36px;
  height: 36px;
  background: var(--purple);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 10px 28px rgba(0,0,0,.45);
  transition: transform .18s ease, background .18s ease;
}

.add-button:hover:not(:disabled) {
  transform: scale(1.08);
  background: #927dff;
}

.platform-section {
  border-color: var(--line);
  background: #121419;
}

.platform-chip {
  padding: 11px 17px;
  border-color: var(--line);
  background: #1b1f25;
  font-weight: 650;
}

.search {
  border-color: var(--line);
  background: #171a1f;
}

.cart-drawer {
  border-color: var(--line);
  background: #121419;
  box-shadow: -30px 0 80px rgba(0,0,0,.5);
}

.cart-line {
  border-color: var(--line);
  background: #191c22;
}

.payment-marks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #6f7580;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.payment-marks img {
  width: auto;
  height: 18px;
  max-width: 52px;
  filter: grayscale(1) brightness(2);
  opacity: .58;
}

.payment-success-items {
  width: 100%;
  display: grid;
  gap: 8px;
  margin: 22px 0 14px;
}

.payment-success-items div {
  padding: 11px 13px;
  color: #dfe2e8;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #171a20;
}

.payment-success small {
  color: #747b87;
  overflow-wrap: anywhere;
}

footer {
  border-color: var(--line);
  background: #111318;
}

footer .brand img {
  width: 145px;
  aspect-ratio: 1470 / 413;
}

.route-home > .section,
.route-home > .editorial-section,
footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 850px;
}

@media (max-width: 1180px) {
  .catalog-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 30px, 1280px); }
  .nav { top: 8px; margin-top: 8px; }
  .brand img { width: 108px; }
  .hero:not(.hero-discovery) { min-height: 570px; margin-top: 18px; }
  .hero:not(.hero-discovery) .hero-content { margin-bottom: 26px; }
  .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .country { max-width: 48px; overflow: hidden; }
  .country select { width: 0; }
  .icon-button { font-size: 0; }
  .icon-button .count { font-size: 11px; }
  .hero { min-height: 500px; }
  .hero-art { object-position: 57% center; filter: none; }
  .hero-content { width: calc(100% - 22px); margin-bottom: 11px; padding: 24px 18px; border-radius: 15px; background: rgba(12, 14, 18, .9); backdrop-filter: none; }
  .hero h1 { font-size: 39px; }
  .hero-content > p:not(.eyebrow) { font-size: 14px; }
  .hero-actions { flex-direction: column; }
  .hero-actions a { justify-content: center; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 12px; }
  .product-meta { grid-template-columns: 1fr; gap: 3px; }
  .product-title { font-size: 13px; }
  .price { grid-row: 2; }
  .trust-grid span { justify-content: flex-start; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* pages.css */
:root { --site-max: 1600px; }
[hidden] { display: none !important; }
.shell { width: min(var(--site-max), calc(100% - 48px)); }
body { font-family: Outfit, Inter, ui-sans-serif, system-ui, sans-serif; }
.search-open { overflow: hidden; }
.product-page { width: min(var(--site-max), calc(100% - 48px)); }

.nav { z-index: 30; }
.nav nav { position: absolute; left: 50%; transform: translateX(-50%); }
.nav-actions { margin-left: auto; }
.country-picker { position: relative; }
.country-trigger { min-width: 170px; height: 42px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 9px; padding: 0 12px; color: #d8dae0; text-align: left; border: 1px solid var(--line); border-radius: 10px; background: #20242b; cursor: pointer; }
.country-trigger:hover, .country-trigger[aria-expanded="true"] { border-color: rgba(145,126,255,.5); background: #252a32; }
.country-trigger #countryLabel { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; font-weight: 650; }
.country-chevron { color: #7f858f; transform: translateY(-2px); }
.country-menu { width: 310px; position: absolute; z-index: 80; top: calc(100% + 9px); right: 0; overflow: hidden; padding: 9px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: #171a1f; box-shadow: 0 24px 70px rgba(0,0,0,.58); }
.country-search { height: 43px; display: flex; align-items: center; gap: 10px; padding: 0 12px; border: 1px solid #333842; border-radius: 9px; background: #101216; }
.country-search > span { color: #8e949e; }
.country-search input { min-width: 0; flex: 1; color: #fff; border: 0; outline: 0; background: transparent; font: 13px inherit; }
.country-options { max-height: 340px; margin-top: 8px; overflow-y: auto; scrollbar-color: #555b66 transparent; }
.country-option { width: 100%; display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; align-items: center; gap: 9px; padding: 9px 10px; color: #d8dae0; text-align: left; border: 0; border-radius: 8px; background: transparent; cursor: pointer; }
.country-option:hover { background: #23272e; }
.country-option.active { color: #fff; background: rgba(128,103,255,.2); }
.country-option b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; font-weight: 600; }
.country-option small { color: #717781; font-size: 10px; letter-spacing: .08em; }
.country-options > p { padding: 20px; color: #7d838d; text-align: center; }
.search-button { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 10px; background: #20242b; color: #e7e8eb; font-size: 20px; cursor: pointer; }
.search-button:hover { background: #292e36; }
.search-button > span,
.search > span:first-child,
.search-dialog-input > span {
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  overflow: visible;
  color: transparent;
  font-size: 0;
  border: 1.7px solid currentColor;
  border-color: #b5bac3;
  border-radius: 50%;
}
.search-button > span::after,
.search > span:first-child::after,
.search-dialog-input > span::after {
  content: "";
  width: 6px;
  height: 1.7px;
  position: absolute;
  right: -5px;
  bottom: -3px;
  border-radius: 2px;
  background: #b5bac3;
  transform: rotate(48deg);
  transform-origin: left center;
}
.search-dialog-input > span { border-color: #22252a; }
.search-dialog-input > span::after { background: #22252a; }
.mobile-nav { display: none; }
.platform-shortcuts { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.platform-shortcut { --platform-color: 128,103,255; min-height: 132px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 13px; overflow: hidden; padding: 19px 14px 16px; color: #f5f6f8; text-decoration: none; border: 1px solid var(--line); border-radius: 15px; background: #15181d; isolation: isolate; transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease; }
.platform-shortcut::before { content: ""; position: absolute; z-index: -1; width: 180px; height: 180px; left: 50%; top: 46%; border-radius: 50%; background: radial-gradient(circle, rgba(var(--platform-color),.7) 0, rgba(var(--platform-color),.3) 30%, rgba(var(--platform-color),.1) 52%, transparent 72%); opacity: .16; transform: translate(-50%,-50%) scale(.62); transition: opacity .28s ease, transform .28s cubic-bezier(.2,.8,.2,1); }
.platform-shortcut:hover { border-color: rgba(var(--platform-color),.72); transform: translateY(-1px); box-shadow: 0 13px 38px rgba(var(--platform-color),.16); }
.platform-shortcut:hover::before { opacity: .95; transform: translate(-50%,-50%) scale(1); }
.platform-shortcut-icon { width: 52px; height: 52px; display: block; object-fit: contain; color: #e8eaf0; filter: brightness(0) invert(.9); transition: filter .22s ease, transform .25s ease; }
.platform-shortcut:hover .platform-shortcut-icon { filter: brightness(0) invert(1) drop-shadow(0 0 12px rgba(var(--platform-color),.65)); transform: scale(1.08); }
.platform-shortcut b { position: relative; font-size: 13px; line-height: 1; letter-spacing: .015em; }
.platform-shortcut.steam { --platform-color: 50,138,195; }
.platform-shortcut.xbox { --platform-color: 16,183,80; }
.platform-shortcut.playstation { --platform-color: 42,110,255; }
.platform-shortcut.nintendo { --platform-color: 255,57,67; }
.platform-shortcut.meta { --platform-color: 151,98,255; }
.trust-strip { width: min(var(--site-max), calc(100% - 48px)); margin: 28px auto 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.trust-strip .shell { width: 100%; }

.editorial-section { padding-block: 18px 82px; }
.editorial-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.content-slider-actions { display: flex; align-items: center; gap: 10px; }
.content-slider-actions > a { min-height: 36px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 12px; color: #e4deff; white-space: nowrap; text-decoration: none; border: 1px solid rgba(145,123,255,.38); border-radius: 999px; background: rgba(121,94,239,.13); box-shadow: 0 0 20px rgba(112,82,236,.06); font-size: 12px; font-weight: 800; transition: color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.content-slider-actions > a:hover,.content-slider-actions > a:focus-visible { color: #fff; border-color: rgba(163,143,255,.78); background: rgba(121,94,239,.26); box-shadow: 0 0 24px rgba(112,82,236,.16); }
.content-slider-controls { display: flex; align-items: center; gap: 7px; }
.content-slider-controls button { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #191c22; color: #eef0f4; font-size: 16px; cursor: pointer; transition: border-color .18s ease, background .18s ease, opacity .18s ease; }
.content-slider-controls button:hover:not(:disabled) { border-color: #7862f5; background: rgba(120,98,245,.16); }
.content-slider-controls button:disabled { opacity: .3; cursor: default; }
.content-slider-track { overflow-x: auto; overscroll-behavior-x: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.content-slider-track::-webkit-scrollbar { display: none; }
.editorial-row.content-slider-track { display: flex; padding: 6px 2px 14px; }
.editorial-row.content-slider-track .story-card { flex: 0 0 calc((100% - 36px) / 3); scroll-snap-align: start; scroll-snap-stop: normal; }
.story-card { min-width: 0; padding: 8px 8px 17px; color: #fff; text-decoration: none; border: 1px solid var(--line); border-radius: 15px; background: var(--panel); }
.story-card img { width: 100%; height: 178px; display: block; object-fit: cover; border-radius: 10px; }
.story-card span, .news-item span, .guide-card span, .guide-feature span, .news-lead span { display: block; margin: 14px 10px 5px; color: #8f83cf; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.story-card h3 { margin: 0 10px; font-size: 17px; line-height: 1.25; }
.story-card small { display: block; margin: 9px 10px 0; color: #777d87; }
.story-card.landscape img { height: 206px; }

:is(.story-card,.guide-card,.guide-feature,.news-item,.editorial-related-grid>a) { --card-glow-x: 50%; --card-glow-y: 50%; position: relative; isolation: isolate; contain: paint; transition: border-color .22s ease, box-shadow .22s ease, background .22s ease; }
:is(.story-card,.guide-card,.guide-feature,.news-item,.editorial-related-grid>a)::before { content: ""; position: absolute; z-index: 3; inset: 0; pointer-events: none; border-radius: inherit; background: radial-gradient(250px circle at var(--card-glow-x) var(--card-glow-y), rgba(139,115,255,.2), rgba(99,79,224,.065) 40%, transparent 70%); opacity: 0; transform: translateZ(0); transition: opacity .2s ease; }
:is(.story-card,.guide-card,.guide-feature,.news-item,.editorial-related-grid>a):focus-visible { outline: 2px solid #8e7bff; outline-offset: 3px; }
@media (hover:hover) and (pointer:fine) {
  :is(.story-card,.guide-card,.guide-feature,.news-item,.editorial-related-grid>a):hover { z-index: 2; border-color: rgba(145,123,255,.62); box-shadow: 0 15px 38px rgba(0,0,0,.24), 0 0 28px rgba(115,88,255,.08); }
  :is(.story-card,.guide-card,.guide-feature,.news-item,.editorial-related-grid>a):hover::before { opacity: 1; }
}
@media (prefers-reduced-motion:reduce) {
  :is(.story-card,.guide-card,.guide-feature,.news-item,.editorial-related-grid>a) { transition: border-color .12s ease, background .12s ease; }
  :is(.story-card,.guide-card,.guide-feature,.news-item,.editorial-related-grid>a):hover { transform: none; }
}
.home-guides { padding-top: 8px; }
.home-categories { padding: 16px 0 70px; }
.home-categories .section-heading { margin-bottom: 22px; }
.home-categories .section-heading h2 { font-size: 34px; }
.home-category-track { display: flex; gap: 12px; padding: 5px 1px 9px; }
.home-category-card { min-height: 142px; flex: 0 0 calc((100% - 48px) / 5); position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 17px 18px; color: #fff; text-decoration: none; border: 1px solid var(--line); border-radius: 14px; background: radial-gradient(circle at 80% 12%, rgba(127,102,255,.3), transparent 42%), linear-gradient(145deg, #1b1e25, #121419); scroll-snap-align: start; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.home-category-card::before { content: ""; width: 92px; height: 92px; position: absolute; top: -30px; right: -15px; border: 1px solid rgba(255,255,255,.1); border-radius: 28px; transform: rotate(24deg); }
.home-category-card:hover { transform: translateY(-1px); border-color: rgba(146,125,255,.58); box-shadow: 0 10px 26px rgba(0,0,0,.24); }
.home-category-card span { margin-bottom: 6px; color: #9787f7; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.home-category-card b { position: relative; font-size: 21px; letter-spacing: -.035em; }
.home-category-card small { max-width: 30ch; position: relative; margin-top: 6px; color: #898f99; font-size: 11px; line-height: 1.35; }
.home-category-card.rpg { background: radial-gradient(circle at 80% 12%, rgba(55,172,255,.25), transparent 42%), linear-gradient(145deg, #1a2028, #111419); }
.home-category-card.coop { background: radial-gradient(circle at 80% 12%, rgba(255,93,161,.22), transparent 42%), linear-gradient(145deg, #211a23, #121318); }
.home-category-card.openworld { background: radial-gradient(circle at 80% 12%, rgba(59,214,151,.22), transparent 42%), linear-gradient(145deg, #18221f, #111418); }
.home-category-card.shooter { background: radial-gradient(circle at 80% 12%, rgba(255,119,74,.24), transparent 42%), linear-gradient(145deg, #241c19, #131416); }

.base-game-recommendation { margin: 46px 32px 0; display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.72fr); gap: 34px; align-items: center; padding: 26px 28px; border: 1px solid rgba(255,184,74,.3); border-radius: 17px; background: radial-gradient(circle at 12% 0,rgba(255,168,56,.12),transparent 38%),#15181d; }
.base-game-recommendation h2 { margin: 0 0 8px; font-size: 26px; letter-spacing: -.04em; }
.base-game-recommendation-copy>p:not(.eyebrow) { max-width: 68ch; margin: 0 0 14px; color: #9ca2ad; font-size: 13px; }
.base-game-recommendation-copy>a { color: #fff; text-decoration: none; font-size: 12px; font-weight: 800; }
.base-game-recommendation-copy>a span { margin-left: 6px; color: #a997ff; }
.base-game-recommendation-product { min-width: 0; display: grid; grid-template-columns: 72px minmax(0,1fr); align-items: center; gap: 14px; padding: 8px; color: #fff; text-decoration: none; border: 1px solid var(--line); border-radius: 13px; background: #101216; transition: border-color .18s ease, transform .18s ease; }
.base-game-recommendation-product:hover { border-color: rgba(145,126,255,.55); transform: translateY(-1px); }
.base-game-recommendation-product img { width: 72px; height: 82px; object-fit: cover; border-radius: 9px; }
.base-game-recommendation-product b,.base-game-recommendation-product small { display: block; overflow: hidden; text-overflow: ellipsis; }
.base-game-recommendation-product b { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 1.3; }
.base-game-recommendation-product small { margin-top: 7px; color: #858b96; white-space: nowrap; }

.system-requirements { margin: 46px 32px 0; overflow: clip; border: 1px solid var(--line); border-radius: 17px; background: #15181d; }
.system-requirements>summary { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 24px; cursor: pointer; list-style: none; }
.system-requirements>summary::-webkit-details-marker { display: none; }
.system-requirements>summary span { display: grid; gap: 3px; }
.system-requirements>summary small { color: #8f7cff; font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.system-requirements>summary b { font-size: 22px; }
.system-requirements>summary i { width: 10px; height: 10px; border: solid #b8bdc7; border-width: 0 2px 2px 0; transform: rotate(45deg); transition: transform .18s ease; }
.system-requirements[open]>summary i { transform: rotate(225deg); }
.system-requirements>div { padding: 0 24px 24px; }
.requirement-platform { padding: 21px; border: 1px solid var(--line); border-radius: 13px; background: #101216; }
.requirement-platform h3 { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; font-size: 18px; }
.requirement-platform h3 span { color: #8f7cff; }
.requirement-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.requirement-columns>div { padding: 17px; border-radius: 11px; background: #181b20; }
.requirement-columns span { display: block; margin-bottom: 9px; color: #858c98; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.requirement-columns p { margin: 0; color: #c4c8d0; font-size: 12px; line-height: 1.7; white-space: pre-line; }

.route-home .hero-discovery {
  width: min(1840px, calc(100% - 8px));
  min-height: clamp(650px, 72vh, 790px);
  margin: 8px auto 0;
  padding: clamp(44px, 6vw, 86px) clamp(24px, 6vw, 92px) 154px;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: #111318;
  box-shadow: 0 34px 90px rgba(0,0,0,.28);
  isolation: isolate;
}
.hero-discovery::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(4,5,8,.08), rgba(4,5,8,.12) 38%, rgba(5,6,9,.42) 64%, rgba(5,6,9,.88) 100%), radial-gradient(ellipse 60% 40% at 50% 72%, rgba(4,5,9,.38), transparent 72%), radial-gradient(circle at 50% 46%, transparent 0, rgba(5,6,9,.1) 48%, rgba(5,6,9,.42) 100%); pointer-events: none; }
.hero-discovery::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(8,10,14,.24), transparent 26%, transparent 74%, rgba(8,10,14,.24)); pointer-events: none; }
.hero-scenes,.hero-scene { position: absolute; z-index: -2; inset: -1px; width: calc(100% + 2px); height: calc(100% + 2px); }
.hero-scene { object-fit: cover; opacity: 0; transform: scale(1.035); transition: opacity .62s ease, transform 1.25s cubic-bezier(.2,.75,.25,1); }
.hero-scene:not([src]) { visibility: hidden; }
.hero-scene.active { opacity: 1; transform: scale(1); }
.hero-discovery .hero-content { width: min(760px, calc(100% - 30px)); position: absolute; z-index: 3; left: 50%; bottom: 159px; display: flex; flex-direction: column; align-items: center; padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; backdrop-filter: none; text-align: center; text-shadow: 0 3px 28px rgba(0,0,0,.96), 0 1px 5px rgba(0,0,0,1); transform: translateX(-50%); }
.hero-discovery .hero-content.is-changing { animation: heroCopyChange .34s ease both; }
.hero-discovery .hero-content .eyebrow { margin-bottom: 7px; }
.hero-discovery .hero-content h1 { max-width: 16ch; margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: .96; letter-spacing: -.05em; }
.hero-discovery .hero-content>p:not(.eyebrow) { max-width: 650px; margin: 11px 0 0; color: #d3d5db; font-size: clamp(13px, 1vw, 15px); }
.hero-discovery .hero-actions { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 15px; }
.hero-discovery .hero-actions a { min-width: 170px; justify-content: center; margin: 0; }
.hero-discovery .hero-secondary { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; color: #fff; text-decoration: none; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; background: rgba(12,14,18,.46); font-weight: 750; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.hero-discovery .hero-secondary:hover { border-color: rgba(151,128,255,.72); background: rgba(127,102,255,.12); transform: translateY(-1px); }
.hero-category-dock { width: min(1320px, calc(100% - 70px)); position: absolute; z-index: 4; left: 50%; bottom: 24px; display: grid; grid-template-columns: 46px minmax(0,1fr) 46px; align-items: center; gap: 12px; transform: translateX(-50%); }
.hero-category-track { --category-step: 246px; --category-step-two: 453px; --category-step-three: 738px; height: 124px; position: relative; overflow: hidden; padding: 6px 0; border: 0; border-radius: 18px; background: transparent; scrollbar-width: none; overscroll-behavior-x: contain; }
.hero-category-track::-webkit-scrollbar { display: none; }
.hero-category-tab { width: 280px; min-height: 112px; position: absolute; top: 6px; left: 50%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; padding: 17px 19px; color: #adb1ba; text-align: left; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(12,14,18,.72); box-shadow: 0 14px 34px rgba(0,0,0,.24); opacity: 0; visibility: hidden; pointer-events: none; backdrop-filter: blur(15px); cursor: pointer; transform: translateX(calc(-50% + var(--category-step-three))) scale(.78); transition: color .32s ease, border-color .32s ease, background .32s ease, opacity .32s ease, visibility .32s ease, transform .48s cubic-bezier(.2,.75,.2,1), box-shadow .32s ease; }
.hero-category-tab:nth-child(1) { z-index: 3; opacity: 1; transform: translateX(-50%) scale(1); }
.hero-category-tab:nth-child(2) { z-index: 1; opacity: .78; transform: translateX(calc(-50% + var(--category-step))) scale(.9); }
.hero-category-tab:nth-child(3) { z-index: 0; opacity: .5; transform: translateX(calc(-50% + var(--category-step-two))) scale(.82); }
.hero-category-tab:nth-child(5) { z-index: 0; opacity: .5; transform: translateX(calc(-50% - var(--category-step-two))) scale(.82); }
.hero-category-tab:nth-child(6) { z-index: 1; opacity: .78; transform: translateX(calc(-50% - var(--category-step))) scale(.9); }
.hero-category-tab[data-position="-2"] { z-index: 0; opacity: .5; visibility: visible; pointer-events: auto; transform: translateX(calc(-50% - var(--category-step-two))) scale(.82); }
.hero-category-tab[data-position="-1"] { z-index: 1; opacity: .78; visibility: visible; pointer-events: auto; transform: translateX(calc(-50% - var(--category-step))) scale(.9); }
.hero-category-tab[data-position="0"] { z-index: 3; opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) scale(1); }
.hero-category-tab[data-position="1"] { z-index: 1; opacity: .78; visibility: visible; pointer-events: auto; transform: translateX(calc(-50% + var(--category-step))) scale(.9); }
.hero-category-tab[data-position="2"] { z-index: 0; opacity: .5; visibility: visible; pointer-events: auto; transform: translateX(calc(-50% + var(--category-step-two))) scale(.82); }
.hero-category-tab[data-position="-6"],.hero-category-tab[data-position="-5"],.hero-category-tab[data-position="-4"],.hero-category-tab[data-position="-3"] { transform: translateX(calc(-50% - var(--category-step-three))) scale(.78); }
.hero-category-tab[data-position="3"],.hero-category-tab[data-position="4"],.hero-category-tab[data-position="5"],.hero-category-tab[data-position="6"] { transform: translateX(calc(-50% + var(--category-step-three))) scale(.78); }
.hero-category-tab span { color: #9384ed; font-size: 8px; font-weight: 850; letter-spacing: .13em; }
.hero-category-tab b { overflow: hidden; color: #fff; text-overflow: ellipsis; white-space: nowrap; font-size: 19px; letter-spacing: -.025em; }
.hero-category-tab small { color: #9096a1; font-size: 10px; line-height: 1.35; }
.hero-category-tab:hover { color: #fff; border-color: rgba(145,123,255,.48); background: rgba(24,22,33,.88); }
.hero-category-tab.active { color: #fff; border-color: rgba(159,138,255,.88); background: linear-gradient(135deg, rgba(112,82,235,.54), rgba(24,20,39,.94)); box-shadow: 0 18px 48px rgba(43,27,107,.48), 0 0 36px rgba(111,82,236,.18); }
.hero-category-tab.active span { color: #a797ff; }
.hero-category-arrow { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(11,13,17,.72); backdrop-filter: blur(12px); cursor: pointer; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.hero-category-arrow:hover { border-color: rgba(145,123,255,.72); background: rgba(109,82,235,.32); transform: scale(1.05); }
@keyframes heroCopyChange { from { opacity: .35; transform: translate(-50%,7px); } to { opacity: 1; transform: translate(-50%,0); } }
.route-home .section { padding-block: 82px 68px; }
.route-home .featured-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 30px 16px; }
.route-home .featured-grid .game-card {
  gap: 13px;
  padding: 7px 7px 15px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #15181d;
}
.route-home .featured-grid .game-card:first-child { grid-column: auto; }
.route-home .featured-grid .cover,
.route-home .featured-grid .game-card:first-child .cover { aspect-ratio: 4 / 3; }
.route-home .featured-grid .product-meta { padding: 0 6px; }
.route-home .featured-grid .product-title { min-height: 0; font-size: 15px; }
.route-home .featured-grid .product-platform { margin-top: 7px; }
.route-home .featured-grid .price { font-size: 15px; }
.card-actions { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 0 6px; color: #989eaa; font-size: 11px; }
.card-details { color: #c7c9cf; font-weight: 700; }
.card-type { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-transform: capitalize; }
.product-kind-badge { position: absolute; z-index: 3; top: 11px; left: 11px; max-width: calc(100% - 60px); padding: 6px 9px; overflow: hidden; color: #f4f5f7; text-overflow: ellipsis; white-space: nowrap; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; background: rgba(13,15,19,.82); box-shadow: 0 8px 24px rgba(0,0,0,.28); backdrop-filter: blur(8px); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.product-kind-badge.game { background: rgba(37,104,75,.88); }
.product-kind-badge.dlc { background: rgba(86,66,166,.9); }
.product-kind-badge.account { background: rgba(157,77,39,.92); }
.product-kind-badge.currency,.product-kind-badge.gift-card { background: rgba(40,91,137,.92); }
.product-kind-badge.subscription,.product-kind-badge.preorder { background: rgba(111,72,161,.92); }
.game-card:hover .card-details { color: #9f8cff; }
.variant-picker { margin: 22px 0 2px; }
.variant-picker > span { display: block; margin-bottom: 9px; color: #8d939e; font-size: 12px; font-weight: 700; }
.product-hero { overflow: visible; }
.product-visual { overflow: hidden; border-radius: 21px 0 0 21px; }
.variant-select { position: relative; z-index: 12; }
.variant-select[open] { z-index: 60; }
.variant-select > summary { display: grid; grid-template-columns: minmax(0,1fr) auto 18px; align-items: center; gap: 10px; min-height: 64px; padding: 11px 12px; border: 1px solid #8067ff; border-radius: 10px; background: rgba(128,103,255,.1); color: #fff; cursor: pointer; list-style: none; }
.variant-select > summary::-webkit-details-marker { display: none; }
.variant-current { min-width: 0; }
.variant-current b,.variant-current small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.variant-current small { margin-top: 4px; color: #a5aab4; font-size: 10px; }
.variant-select em,.variant-option em { color: #73ddb1; font-size: 9px; font-style: normal; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.variant-select em.better-price { color: #f3c86a; }
.variant-chevron { width: 9px; height: 9px; border: solid #cbc7de; border-width: 0 2px 2px 0; transform: rotate(45deg) translateY(-2px); transition: transform .18s; }
.variant-select[open] .variant-chevron { transform: rotate(225deg) translate(-2px,-2px); }
.variant-menu { position: absolute; z-index: 70; top: calc(100% + 7px); left: 0; right: 0; display: grid; gap: 6px; max-height: min(360px,52vh); overflow-y: auto; overscroll-behavior: contain; padding: 8px; border: 1px solid #353a45; border-radius: 12px; background: #11141a; box-shadow: 0 22px 60px #000d; scrollbar-width: thin; scrollbar-color: #595f6d #171a20; }
.variant-option { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 10px; min-width: 0; padding: 11px 12px; color: #d9dbe0; text-decoration: none; border: 1px solid transparent; border-radius: 9px; background: #191c22; }
.variant-option:hover, .variant-option.active { border-color: #8067ff; background: rgba(128,103,255,.12); }
.variant-option b, .variant-option small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.variant-option small { margin-top: 3px; color: #9298a4; font-size: 10px; }
.variant-picker > p { margin: 9px 0 0; color: #747b86; font-size: 10px; }
.purchase-clarity { margin: 56px 32px 0; padding: 27px; border: 1px solid #292e37; border-radius: 17px; background: linear-gradient(135deg,rgba(127,102,255,.09),rgba(21,24,29,.96) 42%); }
.purchase-clarity > .eyebrow { margin: 0 0 19px; }
.purchase-clarity-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.purchase-clarity-grid > div { min-width: 0; padding-right: 20px; border-right: 1px solid #2d323b; }
.purchase-clarity-grid > div:last-child { padding-right: 0; border-right: 0; }
.purchase-clarity-grid span,.purchase-clarity-grid strong,.purchase-clarity-grid small { display: block; }
.purchase-clarity-grid span { margin-bottom: 7px; color: #777f8b; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.purchase-clarity-grid strong { color: #f4f5f7; font-size: 17px; }
.purchase-clarity-grid small { margin-top: 7px; color: #9299a5; line-height: 1.45; }
.purchase-clarity-grid a { color: #b4a7ff; text-decoration: none; }
.purchase-warning { margin: 22px 0 0; padding: 13px 15px; color: #decda4; border: 1px solid rgba(211,168,72,.3); border-radius: 10px; background: rgba(140,97,29,.12); }
.purchase-warning.account { color: #efbba7; border-color: rgba(218,102,63,.34); background: rgba(152,64,35,.14); }

.footer-grid { grid-template-columns: minmax(210px, 1.65fr) repeat(5, minmax(105px, 1fr)); gap: 34px; }
.footer-grid a:not(.brand) { width: fit-content; }
.footer-grid a:not(.brand):hover { color: #fff; }
.route-home .section-heading h2,
.route-home .editorial-section .section-heading h2 { font-size: clamp(35px, 3vw, 48px); }

.route-page { min-height: 800px; padding: 78px 0 110px; }
.page-intro { max-width: 630px; margin-bottom: 52px; }
.page-intro h1, .page-intro > h2 { margin: 0 0 12px; font-size: clamp(44px, 5vw, 68px); line-height: 1; letter-spacing: -.055em; }
.page-intro p:last-child { max-width: 560px; margin: 0; color: #9298a3; font-size: 16px; }

.games-layout { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 38px; align-items: start; }
.games-layout > *, .catalog-content, .filter-panel { min-width: 0; }
.filter-panel, .guide-filter { position: sticky; top: 105px; }
.filter-panel { max-height: calc(100vh - 125px); padding-right: 10px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #4b515c transparent; }
.filter-panel::-webkit-scrollbar, .country-options::-webkit-scrollbar { width: 7px; }
.filter-panel::-webkit-scrollbar-thumb, .country-options::-webkit-scrollbar-thumb { border-radius: 10px; background: #4b515c; }
.filter-panel::-webkit-scrollbar-track, .country-options::-webkit-scrollbar-track { background: transparent; }
.filter-label { display: block; margin: 0 0 9px; color: #777e89; font-size: 11px; font-weight: 700; }
.filter-panel .search { width: 100%; }
.filter-panel .search input { width: 100%; }
.filter-rule { height: 1px; margin: 22px 0; background: var(--line); }
.filter-panel .platforms { display: flex; flex-direction: column; gap: 7px; }
.filter-panel .platform-chip { width: 100%; padding: 9px 11px; text-align: left; border-radius: 8px; }
.facet-list { display: flex; flex-direction: column; gap: 5px; }
.facet-button { width: 100%; padding: 8px 10px; text-align: left; color: #a8adb6; border: 1px solid transparent; border-radius: 8px; background: transparent; cursor: pointer; }
.facet-button:hover { color: #fff; background: #191c22; }
.facet-button.active { color: #fff; border-color: rgba(127,102,255,.38); background: rgba(127,102,255,.16); }
.clear-catalog-filters { width: 100%; margin-top: 22px; padding: 10px; color: #9ca2ac; border: 1px solid var(--line); border-radius: 9px; background: #15181d; cursor: pointer; }
.clear-catalog-filters:hover { color: #fff; border-color: rgba(255,255,255,.18); }
.games-page .catalog-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 16px; }
.games-page .cover { aspect-ratio: 4 / 3; }
.games-page .game-card,
.category-grid .game-card,
.related-grid .game-card {
  gap: 13px;
  padding: 7px 7px 15px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #15181d;
}
.games-page .product-meta,
.category-grid .product-meta,
.related-grid .product-meta { padding: 0 6px; }
.games-page .product-title,
.category-grid .product-title,
.related-grid .product-title { min-height: 2.7em; font-size: 15px; }
.games-page .product-platform,
.category-grid .product-platform,
.related-grid .product-platform { margin-top: 7px; }
.games-page .price,
.category-grid .price,
.related-grid .price { font-size: 15px; }
.games-page .secondary-button { margin-top: 46px; }

.category-page { min-height: 760px; margin-top: 8px; padding: 22px 0 105px; }
.category-hero { max-width: 820px; padding: 65px 0 54px; }
.category-hero h1 { margin: 0 0 18px; font-size: clamp(48px, 6vw, 78px); line-height: .98; letter-spacing: -.055em; }
.category-hero > p:last-child { max-width: 720px; margin: 0; color: #989eaa; font-size: 17px; line-height: 1.65; }
.category-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 25px; padding-top: 22px; border-top: 1px solid var(--line); color: #7f858f; }
.category-toolbar a { color: #d2d4d9; text-decoration: none; }
.category-grid, .related-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 30px 16px; }
.category-grid .cover, .related-grid .cover { aspect-ratio: 4 / 3; }

.platform-landing { --platform-accent: 128,103,255; padding-top: 10px; }
.platform-page-nav { min-height: 58px; position: sticky; z-index: 20; top: 8px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 8px 10px 8px 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(18,21,26,.88); box-shadow: 0 16px 45px rgba(0,0,0,.2); backdrop-filter: blur(18px); }
.platform-page-nav a { color: #8e949f; text-decoration: none; font-size: 12px; font-weight: 700; }
.platform-page-nav > div { display: flex; align-items: center; gap: 5px; }
.platform-page-nav > div a { padding: 9px 13px; border-radius: 9px; transition: color .18s ease, background .18s ease; }
.platform-page-nav > div a:hover { color: #fff; background: rgba(255,255,255,.06); }
.platform-page-nav > div a.active { color: #fff; background: rgba(var(--platform-accent),.18); box-shadow: inset 0 0 0 1px rgba(var(--platform-accent),.35); }
.platform-page-hero { min-height: 430px; position: relative; display: grid; grid-template-columns: minmax(0,1fr) 300px; align-items: center; gap: 40px; overflow: hidden; margin-top: 18px; padding: clamp(48px,7vw,94px); border: 1px solid rgba(var(--platform-accent),.32); border-radius: 22px; background: radial-gradient(circle at 82% 48%,rgba(var(--platform-accent),.4),transparent 25%),radial-gradient(circle at 81% 48%,rgba(var(--platform-accent),.14),transparent 47%),linear-gradient(130deg,#171a20,#101216 70%); isolation: isolate; }
.platform-page-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(90deg,transparent,#000 58%); }
.platform-page-hero > div { max-width: 820px; }
.platform-page-hero h1 { max-width: 11ch; margin: 0 0 20px; font-size: clamp(54px,7vw,92px); line-height: .9; letter-spacing: -.06em; }
.platform-page-hero > div > p:not(.eyebrow) { max-width: 650px; margin: 0; color: #b0b5be; font-size: clamp(15px,1.25vw,18px); line-height: 1.65; }
.platform-page-hero > img { width: min(230px,75%); max-height: 230px; justify-self: center; object-fit: contain; filter: brightness(0) invert(1) drop-shadow(0 0 34px rgba(var(--platform-accent),.75)); opacity: .95; }
.platform-hero-actions { display: flex; align-items: center; gap: 17px; margin-top: 26px; }
.platform-hero-actions .primary-button { margin: 0; }
.platform-hero-actions > a:not(.primary-button) { color: #d6d9df; text-decoration: none; font-weight: 700; }
.platform-hero-actions > a:not(.primary-button):hover { color: #fff; }
.platform-popular,.platform-discovery,.platform-catalog { padding-top: 78px; }
.platform-popular .section-heading,.platform-discovery .section-heading,.platform-catalog .section-heading { align-items: center; }
.platform-popular-grid { display: flex; gap: 16px; overflow-x: auto; padding: 4px 2px 14px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; }
.platform-popular-grid::-webkit-scrollbar { display: none; }
.platform-popular-grid .game-card { flex: 0 0 calc((100% - 64px)/5); scroll-snap-align: start; }
.platform-popular-grid .cover { aspect-ratio: 4/3; }
.platform-genre-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.platform-genre-card { min-height: 160px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 22px; color: #fff; text-decoration: none; border: 1px solid var(--line); border-radius: 15px; background: radial-gradient(circle at 90% 10%,rgba(var(--platform-accent),.28),transparent 43%),linear-gradient(145deg,#181b21,#121419); transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease; }
.platform-genre-card::after { content: ""; width: 150px; height: 150px; position: absolute; right: -45px; top: -70px; border: 1px solid rgba(var(--platform-accent),.24); border-radius: 50%; transition: transform .35s ease; }
.platform-genre-card:hover { border-color: rgba(var(--platform-accent),.62); box-shadow: 0 18px 45px rgba(var(--platform-accent),.12); transform: translateY(-2px); }
.platform-genre-card:hover::after { transform: scale(1.16); }
.platform-genre-card span { margin-bottom: 8px; color: rgb(var(--platform-accent)); font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.platform-genre-card b { font-size: 22px; }
.platform-genre-card small { max-width: 33ch; margin-top: 4px; color: #89909a; }
.platform-genre-card i { position: absolute; right: 21px; bottom: 20px; color: #fff; font-style: normal; font-size: 20px; }
.platform-catalog .category-toolbar { margin-top: -8px; }
.platform-guide { display: grid; grid-template-columns: minmax(280px,.8fr) minmax(0,1.4fr); gap: clamp(36px,6vw,90px); margin-top: 96px; padding: clamp(36px,5vw,70px); border: 1px solid rgba(var(--platform-accent),.24); border-radius: 20px; background: radial-gradient(circle at 6% 16%,rgba(var(--platform-accent),.15),transparent 35%),#13161b; }
.platform-guide-copy h2 { max-width: 12ch; margin: 0 0 20px; font-size: clamp(34px,4.5vw,58px); line-height: .98; letter-spacing: -.05em; }
.platform-guide-copy > p:not(.eyebrow) { color: #9ca2ad; line-height: 1.75; }
.platform-guide-copy > a { display: inline-block; margin-top: 12px; color: #fff; text-decoration: none; font-weight: 750; }
.platform-check-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.platform-check-grid article { min-height: 210px; padding: 23px; border: 1px solid var(--line); border-radius: 14px; background: rgba(10,12,16,.55); }
.platform-check-grid span { color: rgb(var(--platform-accent)); font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.platform-check-grid h3 { margin: 34px 0 10px; font-size: 18px; }
.platform-check-grid p { margin: 0; color: #8d949f; font-size: 13px; line-height: 1.65; }

.news-lead { display: grid; grid-template-columns: .75fr 1.5fr; gap: 28px; align-items: center; margin-bottom: 72px; }
.news-lead-copy { padding: 30px; }
.news-lead-copy span { margin-left: 0; }
.news-lead-copy h2 { margin: 0 0 16px; font-size: clamp(28px, 3.5vw, 46px); line-height: 1.05; letter-spacing: -.04em; }
.news-lead-copy p { color: #969ca6; }
.news-lead > img { width: 100%; height: 390px; object-fit: cover; border-radius: 18px; }
.page-section-title { margin: 0 0 28px; padding-top: 28px; border-top: 1px solid var(--line); }
.page-section-title h2 { margin: 0; font-size: 34px; letter-spacing: -.04em; }
.news-list { display: grid; gap: 0; }
.news-item { display: grid; grid-template-columns: 310px minmax(0, 1fr); gap: 28px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.news-item img { width: 100%; height: 170px; object-fit: cover; border-radius: 12px; }
.news-item span, .news-item h3, .news-item p { margin-left: 0; }
.news-item h3 { margin-top: 4px; margin-bottom: 7px; font-size: 21px; }
.news-item p { max-width: 650px; margin-top: 0; color: #838995; }
.news-item small, .guide-card small, .guide-feature small { color: #6f7580; }

.guide-feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 74px; }
.guide-feature { min-height: 300px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; }
.guide-feature::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, rgba(10,11,14,.96)); }
.guide-feature img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.guide-feature div { position: absolute; z-index: 1; inset: auto 26px 24px; }
.guide-feature span { margin-left: 0; }
.guide-feature h2 { margin: 0 0 6px; font-size: 28px; }
.guides-layout { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 38px; align-items: start; }
.guide-filter button { width: 100%; padding: 12px; text-align: left; color: #9298a3; border: 1px solid var(--line); border-radius: 9px; background: #171a1f; cursor: pointer; }
.guide-filter > span { display: block; padding: 7px 2px; color: #969ca6; }
.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 18px; }
.guide-card { overflow: hidden; padding-bottom: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); }
.guide-card img { width: calc(100% - 12px); height: 175px; margin: 6px; object-fit: cover; border-radius: 9px; }
.guide-card span, .guide-card h3, .guide-card small { margin-left: 16px; margin-right: 16px; }
.guide-card h3 { min-height: 2.7em; margin-top: 4px; margin-bottom: 10px; font-size: 16px; line-height: 1.35; }

.site-search-overlay { position: fixed; inset: 0; z-index: 100; padding: 13vh 20px 40px; background: rgba(4,5,7,.82); backdrop-filter: blur(8px); }
.search-dismiss { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: transparent; cursor: default; }
.search-dialog { position: relative; width: min(680px, 100%); max-height: min(650px, 75vh); margin: 0 auto; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: #f6f6f7; box-shadow: 0 35px 100px rgba(0,0,0,.65); }
.search-dialog-input { height: 68px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 0 20px; color: #16171a; background: #fff; }
.search-dialog-input > span { font-size: 22px; }
.search-dialog-input input { min-width: 0; border: 0; outline: 0; font: 17px/1.4 inherit; color: #16171a; background: transparent; }
.search-dialog-input button { border: 0; background: transparent; color: #777; font-size: 11px; text-transform: uppercase; cursor: pointer; }
.search-results { max-height: calc(min(650px, 75vh) - 68px); overflow-y: auto; border-top: 1px solid #e6e6e8; }
.search-results > p { margin: 0; padding: 30px 22px; color: #76787e; }
.search-results a { display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; align-items: center; gap: 13px; padding: 12px 18px; color: #25262a; text-decoration: none; border-bottom: 1px solid #e7e7e9; }
.search-results a:hover { background: #ececef; }
.search-results img, .result-icon { width: 52px; height: 52px; display: grid; place-items: center; object-fit: cover; border-radius: 8px; background: #6f52f5; color: #fff; font-weight: 900; }
.search-results b, .search-results small { display: block; }
.search-results b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.search-results small { margin-top: 3px; color: #8b8d93; }
.search-results i { font-style: normal; color: #8b8d93; }
.search-result-group + .search-result-group { border-top: 1px solid #dedee2; }
.search-result-group h3 { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0; padding: 10px 18px; background: #ececef; color: #555861; font-size: 11px; letter-spacing: 1.15px; text-transform: uppercase; }
.search-result-group h3 span { display: inline-grid; min-width: 21px; height: 21px; place-items: center; border-radius: 20px; background: #dedbe9; color: #6049d8; font-size: 10px; }

@media (max-width: 1120px) {
  .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-brand { grid-row: span 2; }
  .nav nav { position: static; transform: none; }
  .country-trigger { min-width: 52px; width: 52px; }
  .country-trigger #countryLabel, .country-chevron { display: none; }
  .games-page .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .category-grid, .related-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .route-home .hero-discovery { min-height: 640px; }
  .hero-category-dock { width: calc(100% - 38px); grid-template-columns: 40px minmax(0,1fr) 40px; gap: 8px; }
  .hero-category-track { --category-step: 220px; --category-step-two: 405px; --category-step-three: 660px; }
  .hero-category-tab { width: 250px; }
  .route-home .featured-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .platform-popular-grid .game-card { flex-basis: calc((100% - 32px)/3); }
  .platform-page-hero { grid-template-columns: minmax(0,1fr) 220px; }
  .platform-check-grid { grid-template-columns: 1fr; }
  .platform-check-grid article { min-height: 0; }
  .platform-check-grid h3 { margin-top: 18px; }
}

@media (max-width: 820px) {
  .route-home .hero-discovery { width: calc(100% - 20px); min-height: 590px; padding: 38px 18px 136px; border-radius: 21px; touch-action: pan-y; }
  .hero-discovery .hero-content { width: min(620px, calc(100% - 28px)); bottom: 140px; padding: 0 18px; }
  .hero-discovery .hero-content h1 { font-size: clamp(34px, 6.5vw, 44px); }
  .hero-discovery .hero-content>p:not(.eyebrow) { max-width: 48ch; }
  .hero-category-dock { width: calc(100% - 22px); bottom: 18px; grid-template-columns: 38px minmax(0,1fr) 38px; }
  .hero-category-arrow { width: 38px; height: 38px; }
  .hero-category-track { --category-step: 205px; --category-step-two: 377px; --category-step-three: 615px; height: 116px; }
  .hero-category-tab { width: 236px; min-height: 104px; padding: 14px 16px; }
  .platform-shortcuts { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .product-visual { border-radius: 21px 21px 0 0; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; grid-row: auto; }
  .shell { width: min(var(--site-max), calc(100% - 30px)); }
  .trust-strip { width: min(var(--site-max), calc(100% - 30px)); }
  .product-page { width: min(var(--site-max), calc(100% - 30px)); }
  .nav nav { display: none; }
  .mobile-nav { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 10px; border: 1px solid var(--line); border-radius: 13px; background: #14171c; }
  .mobile-nav a { padding: 8px 17px; color: #969ca6; text-decoration: none; border-radius: 8px; font-size: 13px; font-weight: 700; }
  .mobile-nav a.active { color: #fff; background: rgba(127,102,255,.17); }
  .route-page { padding-top: 54px; }
  .page-intro { margin-bottom: 38px; }
  .games-layout, .guides-layout { grid-template-columns: 1fr; gap: 28px; }
  .games-layout, .catalog-content, .filter-panel { width: 100%; max-width: 100%; min-width: 0; }
  .filter-panel, .guide-filter { position: static; }
  .filter-panel { max-height: none; padding-right: 0; overflow: visible; }
  .filter-panel .platforms, .filter-panel .facet-list { width: 100%; max-width: 100%; min-width: 0; }
  .filter-panel .platforms { flex-direction: row; overflow-x: auto; padding-bottom: 6px; }
  .filter-panel .platform-chip { width: auto; flex: 0 0 auto; }
  .filter-panel .platforms, .filter-panel .facet-list { scroll-snap-type: x proximity; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #4b515c transparent; -webkit-overflow-scrolling: touch; }
  .filter-panel .facet-list { flex-direction: row; overflow-x: auto; padding-bottom: 6px; }
  .filter-panel .facet-button { width: auto; flex: 0 0 auto; white-space: nowrap; border-color: var(--line); background: #181b20; }
  .filter-panel .platform-chip, .filter-panel .facet-button { scroll-snap-align: start; }
  .clear-catalog-filters { width: auto; }
  .guide-filter > span { display: inline-block; margin-right: 18px; }
  .news-lead { grid-template-columns: 1fr; }
  .news-lead-copy { padding: 0; }
  .news-lead > img { height: 340px; }
  .news-item { grid-template-columns: 220px minmax(0, 1fr); }
  .editorial-row.content-slider-track .story-card { flex-basis: calc((100% - 14px) / 2); }
  .home-category-card { flex-basis: calc((100% - 24px) / 3); }
  .route-home .featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-grid, .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .purchase-clarity { margin-inline: 10px; }
  .purchase-clarity-grid { grid-template-columns: 1fr; gap: 15px; }
  .purchase-clarity-grid > div { padding: 0 0 15px; border-right: 0; border-bottom: 1px solid #2d323b; }
  .purchase-clarity-grid > div:last-child { padding-bottom: 0; border-bottom: 0; }
  .platform-page-nav { position: relative; top: 0; align-items: flex-start; flex-direction: column; padding: 12px; }
  .platform-page-nav > div { width: 100%; overflow-x: auto; padding-bottom: 3px; scrollbar-width: none; }
  .platform-page-nav > div::-webkit-scrollbar { display: none; }
  .platform-page-nav > div a { flex: 0 0 auto; }
  .platform-page-hero { min-height: 400px; grid-template-columns: 1fr 130px; padding: 46px 34px; }
  .platform-page-hero > img { width: 120px; }
  .platform-popular,.platform-discovery,.platform-catalog { padding-top: 64px; }
  .platform-genre-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .platform-guide { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .platform-shortcuts { width: calc(100% - 15px); display: flex; gap: 10px; margin: 14px 0 0 15px; padding: 4px 15px 9px 0; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .platform-shortcuts::-webkit-scrollbar { display: none; }
  .platform-shortcut { min-height: 112px; flex: 0 0 155px; gap: 10px; padding: 14px; scroll-snap-align: start; }
  .platform-shortcut-icon { width: 42px; height: 42px; }
  footer { padding-top: 48px; }
  .footer-grid { gap: 34px 24px; }
  .nav { padding-left: 16px; }
  .nav .brand img { width: 102px; }
  .nav-actions { gap: 5px; }
  .country-trigger, .icon-button, .search-button { width: 39px; min-width: 39px; height: 39px; padding: 0; justify-content: center; }
  .country-trigger { display: grid; grid-template-columns: 1fr; place-items: center; }
  .country-menu { width: min(310px, calc(100vw - 30px)); right: -92px; }
  .icon-button { position: relative; }
  .icon-button img { margin: 0; }
  .icon-button .count { min-width: 16px; width: 16px; height: 16px; position: absolute; top: 3px; right: 2px; margin: 0; font-size: 9px; }
  .mobile-nav a { padding-inline: 14px; }
  .route-page { padding: 46px 0 78px; }
  .page-intro h1, .page-intro > h2 { font-size: 43px; }
  .games-page .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 11px; }
  .category-page { width: min(100% - 30px, var(--site-max)); padding-bottom: 75px; }
  .category-hero { padding: 42px 0 38px; }
  .category-hero h1 { font-size: 43px; }
  .category-grid, .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 11px; }
  .category-toolbar { align-items: flex-start; flex-direction: column; }
  .editorial-section { padding-bottom: 58px; }
  .content-slider-actions { gap: 9px; }
  .content-slider-actions > a { min-height: 34px; display: inline-flex; padding: 7px 10px; font-size: 11px; }
  .content-slider-controls button { width: 34px; height: 34px; }
  .editorial-row.content-slider-track {
    width: calc(100vw - 15px);
    gap: 12px;
    margin-right: -15px;
    padding: 2px 15px 12px 0;
  }
  .home-category-track.content-slider-track {
    width: calc(100vw - 15px);
    gap: 10px;
    margin-right: -15px;
    padding: 5px 15px 10px 0;
  }
  .editorial-row.content-slider-track .story-card { flex: 0 0 min(82vw, 350px); }
  .home-category-card { min-height: 132px; flex: 0 0 min(58vw, 225px); padding: 15px 16px; }
  .story-card img, .story-card.landscape img { height: 205px; }
  .news-lead { margin-bottom: 52px; }
  .news-lead > img { height: 230px; }
  .news-item { grid-template-columns: 1fr; gap: 14px; }
  .news-item img { height: 205px; }
  .guide-feature-row { grid-template-columns: 1fr; margin-bottom: 55px; }
  .guide-feature { min-height: 250px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card img { height: 205px; }
  .site-search-overlay { padding: 9vh 12px 25px; }
  .search-dialog-input { padding-inline: 14px; }
  .route-home .hero-discovery { width: calc(100% - 16px); min-height: 540px; height: min(570px, calc(100svh - 118px)); margin-top: 6px; padding: 24px 8px 118px; border-radius: 18px; }
  .hero-discovery::before { background: linear-gradient(180deg, rgba(4,5,8,.04), rgba(4,5,8,.08) 42%, rgba(5,6,9,.38) 67%, rgba(5,6,9,.84) 100%), radial-gradient(circle at 50% 48%, transparent 45%, rgba(5,6,9,.16) 100%); }
  .hero-discovery::after { background: linear-gradient(90deg, rgba(8,10,14,.08), transparent 18%, transparent 82%, rgba(8,10,14,.08)); }
  .hero-scene { object-position: center; filter: brightness(1.14) saturate(1.08); }
  .hero-scene[data-hero-scene="action"] { object-position: 72% center; }
  .hero-scene[data-hero-scene="rpg"] { object-position: 25% center; }
  .hero-scene[data-hero-scene="co-op"] { object-position: 72% center; }
  .hero-scene[data-hero-scene="open-world"] { object-position: 28% center; }
  .hero-scene[data-hero-scene="shooter"] { object-position: 58% center; }
  .hero-scene[data-hero-scene="racing"] { object-position: 70% center; }
  .hero-scene[data-hero-scene="adventure"] { object-position: 54% center; }
  .hero-scene[data-hero-scene="strategy"] { object-position: 67% center; }
  .hero-scene[data-hero-scene="sports"] { object-position: 50% center; }
  .hero-scene[data-hero-scene="horror"] { object-position: 50% center; }
  .hero-scene[data-hero-scene="simulation"] { object-position: 61% center; }
  .hero-scene[data-hero-scene="indie"] { object-position: 57% center; }
  .hero-discovery .hero-content { width: calc(100% - 30px); bottom: 116px; padding: 0 4px; }
  .hero-discovery .hero-content .eyebrow { margin-bottom: 5px; font-size: 9px; }
  .hero-discovery .hero-content h1 { max-width: 14ch; font-size: clamp(28px, 8.2vw, 36px); line-height: 1; }
  .hero-discovery .hero-content>p:not(.eyebrow) { max-width: 36ch; margin-top: 7px; font-size: 11px; line-height: 1.38; }
  .hero-discovery .hero-actions { width: 100%; flex-direction: row; gap: 7px; margin-top: 13px; }
  .hero-discovery .hero-actions a { width: auto; min-width: 0; min-height: 41px; padding: 9px 13px; font-size: 11px; }
  .hero-discovery .hero-actions .primary-button { flex: 1 1 58%; }
  .hero-discovery .hero-actions .hero-secondary { flex: 1 1 42%; }
  .hero-category-dock { width: calc(100% - 8px); bottom: 10px; grid-template-columns: 34px minmax(0,1fr) 34px; gap: 4px; }
  .hero-category-arrow { width: 36px; height: 36px; }
  .hero-category-track { --category-step: min(76vw,260px); --category-step-two: min(145vw,500px); --category-step-three: min(210vw,720px); height: 101px; padding: 4px 0; }
  .hero-category-tab { width: min(70vw,244px); min-height: 93px; padding: 11px 14px; }
  .hero-category-tab[data-position="-2"],.hero-category-tab[data-position="2"] { opacity: 0; visibility: hidden; pointer-events: none; }
  .hero-category-tab[data-position="-1"],.hero-category-tab[data-position="1"] { opacity: .38; }
  .hero-category-tab b { font-size: 16px; }
  .hero-category-tab small { max-width: 26ch; font-size: 8.5px; }
  .route-home .section { padding-block: 64px; }
  .route-home .featured-grid {
    width: calc(100vw - 15px);
    display: flex;
    gap: 12px;
    margin-right: -15px;
    padding: 2px 15px 12px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .route-home .featured-grid::-webkit-scrollbar { display: none; }
  .route-home .featured-grid .game-card,
  .route-home .featured-grid > .skeleton { width: min(82vw, 350px); flex: 0 0 min(82vw, 350px); scroll-snap-align: start; }
  .route-home .featured-grid .cover,
  .route-home .featured-grid .game-card:first-child .cover { aspect-ratio: 16 / 10; }
  .variant-select > summary { grid-template-columns: minmax(0,1fr) 16px; }
  .variant-select > summary > em { grid-column: 1; grid-row: 2; white-space: normal; }
  .variant-select > summary .variant-chevron { grid-column: 2; grid-row: 1 / span 2; }
  .variant-option { grid-template-columns: 1fr; }
  .variant-option em { white-space: normal; }
  .variant-menu { max-height: min(310px,45vh); }
  .variant-current b,
  .variant-option b { overflow: visible; text-overflow: clip; white-space: normal; line-height: 1.25; }
  .platform-landing { width: calc(100% - 20px); }
  .platform-page-nav { border-radius: 12px; }
  .platform-page-hero { min-height: 455px; display: block; padding: 42px 23px; border-radius: 18px; }
  .platform-page-hero h1 { max-width: 8ch; font-size: clamp(49px,15vw,68px); }
  .platform-page-hero > img { width: 98px; position: absolute; right: 20px; top: 28px; opacity: .22; }
  .platform-hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .platform-hero-actions .primary-button { justify-content: center; }
  .platform-hero-actions > a:not(.primary-button) { text-align: center; }
  .platform-popular .section-heading { align-items: flex-end; }
  .platform-popular-grid { width: calc(100vw - 10px); margin-right: -10px; }
  .platform-popular-grid .game-card { flex-basis: min(76vw,290px); }
  .platform-genre-grid { display: flex; overflow-x: auto; margin-right: -10px; padding-right: 10px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .platform-genre-grid::-webkit-scrollbar { display:none; }
  .platform-genre-card { min-height: 150px; flex: 0 0 min(76vw,280px); scroll-snap-align: start; }
  .platform-discovery .section-heading,.platform-catalog .section-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .platform-guide { margin-top: 72px; padding: 30px 22px; border-radius: 17px; }
}

@media (max-width: 820px) {
  /* iOS Safari zooms the page when a focused form control renders below 16px. */
  input,
  select,
  textarea,
  [contenteditable="true"] { font-size: 16px !important; }
  .base-game-recommendation { margin-inline: 10px; grid-template-columns: 1fr; gap: 18px; }
  .system-requirements { margin-inline: 10px; }
}

@media (max-width: 560px) {
  .base-game-recommendation { margin-top: 34px; padding: 21px 18px; }
  .base-game-recommendation h2 { font-size: 23px; }
  .base-game-recommendation-product { grid-template-columns: 62px minmax(0,1fr); }
  .base-game-recommendation-product img { width: 62px; height: 72px; }
  .system-requirements { margin-top: 34px; }
  .system-requirements>summary { min-height: 72px; padding: 17px 18px; }
  .system-requirements>summary b { font-size: 19px; }
  .system-requirements>div { padding: 0 14px 14px; }
  .requirement-platform { padding: 16px; }
  .requirement-columns { grid-template-columns: 1fr; }
}

/* legal.css */
.legal-page { padding-bottom: 100px; }
.legal-page .page-intro { max-width: 820px; }
.legal-notice { max-width: 900px; margin-bottom: 24px; padding: 14px 18px; border: 1px solid #574694; border-radius: 12px; background: #1d1930; color: #c5baff; }
.legal-copy { max-width: 900px; padding: 34px; border: 1px solid #292d35; border-radius: 18px; background: #14171b; color: #aeb3bc; }
.legal-copy h2 { margin: 30px 0 8px; color: #fff; font-size: 22px; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p { margin: 0; line-height: 1.75; }
.legal-copy a, .delivery-consent a { color: #a994ff; }
.delivery-consent { display: flex !important; align-items: flex-start; gap: 10px; margin: 14px 0 !important; color: #aeb3bc !important; font-size: 12px !important; line-height: 1.45; }
.delivery-consent input { flex: 0 0 18px; width: 18px !important; height: 18px; margin: 1px 0 0 !important; accent-color: #8067ff; }
@media (max-width: 640px) { .legal-copy { padding: 24px 20px; } }

/* seo-catalog.css */
.product-pill {
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.product-pill[href]:hover {
  color: #fff;
  border-color: #8067ff;
  background: rgba(128, 103, 255, .14);
}

.region-pill { color: #858b95; }

.related-products {
  margin-top: 86px;
  padding-top: 65px;
  border-top: 1px solid #292d34;
}

.related-products .section-heading h2 {
  font-size: clamp(34px, 3vw, 48px);
}

.related-heading-actions,
.slider-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.related-heading-actions > a {
  padding: 9px 13px;
  color: #c5c7cc;
  text-decoration: none;
  border-radius: 9px;
}

.related-heading-actions > a:hover { color: #fff; background: #1a1d23; }

.slider-buttons button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #f4f4f6;
  border: 1px solid #343943;
  border-radius: 50%;
  background: #191c22;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, opacity .2s ease;
}

.slider-buttons button:hover:not(:disabled) { border-color: #8067ff; background: #28233f; }
.slider-buttons button:disabled { opacity: .28; cursor: default; }

.related-slider-frame { min-width: 0; overflow: hidden; }

.related-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 4);
  grid-template-columns: none;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.related-grid::-webkit-scrollbar { display: none; }
.related-grid .game-card { scroll-snap-align: start; }

@media (max-width: 1120px) {
  .related-grid { grid-auto-columns: calc((100% - 32px) / 3); }
}

@media (max-width: 820px) {
  .related-grid { grid-auto-columns: calc((100% - 16px) / 2); }
}

@media (max-width: 560px) {
  .related-products { margin-top: 58px; padding-top: 45px; }
  .related-products .section-heading { align-items: flex-start; }
  .related-heading-actions { gap: 5px; }
  .related-heading-actions > a { display: none; }
  .slider-buttons { gap: 7px; }
  .slider-buttons button { width: 38px; height: 38px; }
  .related-grid { grid-auto-columns: 86%; gap: 12px; }
}

/* seo-runtime.css */
.seo-product-fallback {
  width: min(920px, calc(100% - 40px));
  margin: 70px auto;
  padding: 38px;
  border: 1px solid #292d34;
  border-radius: 18px;
  background: #15181d;
}

.seo-product-fallback h1 { font-size: 42px; }
.seo-product-fallback a { color: #a995ff; }

/* editorial.css */
body[data-editorial-route] > main { display: none; }

.news-lead a,
.news-item,
.guide-feature,
.guide-card { color: inherit; text-decoration: none; }
.news-lead-copy h2 a { color: #f5f5f7; text-decoration: none; }
.news-lead-copy h2 a:hover { color: #9d8bff; }
.news-lead > a { display: block; }
.news-lead > a img { width: 100%; height: 390px; display: block; object-fit: cover; border-radius: 18px; }
.editorial-read-link { display: inline-flex; margin-top: 16px; color: #a999ff !important; font-weight: 700; text-decoration: none; }
.news-item { border-radius: 14px; }
.guide-card { display: block; }

@media (hover: hover) and (pointer: fine) {
  .news-item:hover { background: #13161b; }
  .news-item:hover h3,
  .guide-card:hover h3 { color: #a999ff; }
}

.editorial-article { padding-top: 56px; padding-bottom: 120px; }
.editorial-breadcrumbs { display: flex; align-items: center; gap: 10px; margin: 0 0 34px; color: #6f7580; font-size: 12px; }
.editorial-breadcrumbs a { color: #9aa0aa; text-decoration: none; }
.editorial-breadcrumbs a:hover { color: #fff; }
.editorial-breadcrumbs > span:last-child { max-width: 50ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.editorial-hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); align-items: stretch; min-height: 520px; overflow: hidden; border: 1px solid #2b2f37; border-radius: 22px; background: #15181e; }
.editorial-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 5vw, 74px); }
.editorial-hero h1 { max-width: 14ch; margin: 10px 0 22px; font-size: clamp(46px, 5vw, 76px); line-height: .97; letter-spacing: -.055em; }
.editorial-hero-copy > p:not(.eyebrow) { max-width: 62ch; margin: 0; color: #a4a9b2; font-size: 17px; line-height: 1.65; }
.editorial-hero > img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.editorial-byline { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 28px; color: #737985; font-size: 12px; }
.editorial-byline span + span::before,
.editorial-byline time::before { content: ""; width: 3px; height: 3px; display: inline-block; margin: 0 10px 3px 0; border-radius: 50%; background: #7662f5; }

.editorial-layout { display: grid; grid-template-columns: minmax(0, 790px) 280px; justify-content: center; gap: 74px; margin-top: 72px; }
.editorial-copy { min-width: 0; }
.editorial-copy > section { margin-top: 54px; }
.editorial-copy h2 { margin: 0 0 18px; font-size: clamp(27px, 2.6vw, 38px); line-height: 1.12; letter-spacing: -.035em; }
.editorial-copy p,
.editorial-copy li { color: #a5aab3; font-size: 17px; line-height: 1.75; }
.editorial-copy p { margin: 0 0 18px; }
.editorial-copy ul,
.editorial-copy ol { display: grid; gap: 10px; margin: 20px 0 0; padding-left: 24px; }
.article-takeaways { margin: 0 !important; padding: 30px 34px; border: 1px solid rgba(132, 106, 255, .45); border-radius: 16px; background: linear-gradient(135deg, rgba(128, 102, 255, .13), rgba(20, 22, 29, .85)); }
.article-takeaways h2 { font-size: 27px; }
.article-takeaways li { color: #d1d3d9; }
.article-side { align-self: start; position: sticky; top: 112px; }
.article-side > div { padding: 25px; border: 1px solid #2d313a; border-radius: 15px; background: #15181d; }
.article-side h2 { margin: 8px 0 12px; font-size: 23px; }
.article-side p:not(.eyebrow) { color: #8d939e; font-size: 14px; line-height: 1.6; }
.article-side a { display: inline-block; margin-top: 10px; color: #a999ff; font-size: 13px; font-weight: 700; text-decoration: none; }
.article-links > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.article-links a { display: flex; justify-content: space-between; gap: 15px; padding: 16px 17px; color: #d7d9df; text-decoration: none; border: 1px solid #30343d; border-radius: 11px; background: #171a20; }
.article-links a:hover { border-color: #7862f5; background: rgba(120, 98, 245, .12); }
.article-sources { padding-top: 42px; border-top: 1px solid #292d34; }
.article-sources p { font-size: 14px; }
.article-sources a { color: #aaa0ed; text-underline-offset: 3px; }

.article-products,
.article-related { margin-top: 96px; padding-top: 72px; border-top: 1px solid #292d34; }
.article-product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 28px 16px; }
.article-product-grid.content-slider-track { display: flex; }
.article-product-grid.content-slider-track .game-card { flex: 0 0 calc((100% - 64px) / 5); scroll-snap-align: start; }
.article-product-grid .game-card { gap: 13px; padding: 7px 7px 15px; border: 1px solid #2b3038; border-radius: 15px; background: #15181d; }
.article-product-grid .cover { aspect-ratio: 4 / 3; }
.article-product-grid .product-meta { padding: 0 6px; }
.article-product-grid .product-title { min-height: 2.7em; font-size: 14px; }
.article-product-grid .price { font-size: 14px; }
.article-product-loading { grid-column: 1 / -1; padding: 45px; color: #838995; text-align: center; border: 1px dashed #30343c; border-radius: 13px; }
.editorial-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.editorial-related-grid > a { display: block; overflow: hidden; padding: 8px 8px 18px; color: #fff; text-decoration: none; border: 1px solid #2c3038; border-radius: 15px; background: #15181d; }
.editorial-related-grid img { width: 100%; height: 190px; display: block; object-fit: cover; border-radius: 10px; }
.editorial-related-grid span { display: block; margin: 14px 10px 5px; color: #9183db; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.editorial-related-grid h3 { margin: 0 10px 10px; font-size: 18px; line-height: 1.3; }
.editorial-related-grid small { margin: 0 10px; color: #737985; }

.footer-genres { margin-top: 46px; padding-top: 28px; border-top: 1px solid #282c33; }
.footer-genres summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 0 20px; color: #f1f1f3; font-size: 16px; font-weight: 800; cursor: pointer; list-style: none; }
.footer-genres summary::-webkit-details-marker { display: none; }
.footer-genres summary::after { content: "−"; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #333843; border-radius: 50%; color: #a79aff; transition: border-color .2s ease, background .2s ease, transform .22s ease; }
.footer-genres:not([open]) summary::after { content: "+"; }
.footer-genres summary:hover::after { border-color: #7564dc; background: rgba(117,100,220,.1); transform: scale(1.05); }
.footer-genres summary span { margin-left: auto; color: #737984; font-size: 11px; font-weight: 500; }
.footer-genres nav { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px 22px; padding: 4px 0 14px; }
.footer-genres a { width: fit-content; color: #828894; font-size: 12px; text-decoration: none; }
.footer-genres a:hover { color: #fff; }

@media (max-width: 1180px) {
  .editorial-hero { grid-template-columns: 1fr 1fr; }
  .editorial-layout { grid-template-columns: minmax(0, 720px) 250px; gap: 44px; }
  .article-product-grid.content-slider-track .game-card { flex-basis: calc((100% - 48px) / 4); }
  .footer-genres nav { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .editorial-hero { grid-template-columns: 1fr; }
  .editorial-hero > img { min-height: 360px; max-height: 460px; order: -1; }
  .editorial-layout { grid-template-columns: 1fr; }
  .article-side { position: static; }
  .article-side > div { display: grid; grid-template-columns: 1fr 1.5fr; gap: 0 25px; align-items: start; }
  .article-side .eyebrow { grid-column: 1 / -1; }
  .article-products,
  .article-related { margin-top: 72px; padding-top: 55px; }
  .article-product-grid.content-slider-track .game-card { flex-basis: calc((100% - 32px) / 3); }
  .footer-genres nav { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .editorial-article { padding-top: 32px; padding-bottom: 80px; }
  .editorial-breadcrumbs > span:last-child { display: none; }
  .editorial-hero { min-height: 0; border-radius: 16px; }
  .editorial-hero > img { min-height: 230px; height: 230px; }
  .editorial-hero-copy { padding: 30px 24px 34px; }
  .editorial-hero h1 { font-size: 42px; }
  .editorial-hero-copy > p:not(.eyebrow) { font-size: 15px; }
  .editorial-byline { display: grid; gap: 6px; }
  .editorial-byline span + span::before,
  .editorial-byline time::before { display: none; }
  .editorial-layout { margin-top: 42px; }
  .editorial-copy p,
  .editorial-copy li { font-size: 16px; }
  .article-takeaways { padding: 24px; }
  .article-side > div { display: block; }
  .article-links > div { grid-template-columns: 1fr; }
  .article-product-grid.content-slider-track { width: calc(100vw - 15px); gap: 11px; margin-right: -15px; padding: 2px 15px 12px 0; }
  .article-product-grid.content-slider-track .game-card { flex: 0 0 min(76vw, 310px); }
  .editorial-related-grid { grid-template-columns: 86% 86% 86%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .editorial-related-grid > a { scroll-snap-align: start; }
  .editorial-related-grid::-webkit-scrollbar { display: none; }
  .footer-genres nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; }
  .footer-genres summary span { display: none; }
}

/* performance.css */
/* Loading and responsive refinements kept last in the cascade. */
.hero-art,
.cover img,
.story-card img,
.guide-card img,
.news-item img { background: #181b21; }

.skeleton { min-height: 180px; aspect-ratio: 4 / 3; }
.story-card small { color: #858b95; }
.route-home .editorial-section { content-visibility: auto; contain-intrinsic-size: auto 540px; }
.copyright { color: #858b95; }

/* Keep the edition cover visually detached from the hero edges. The generic
   hero-image rule sets inset: 0, so these explicit insets must win. */
.product-visual > .product-cover {
  inset: auto !important;
  top: 38px !important;
  right: auto !important;
  bottom: auto !important;
  left: 38px !important;
}

@media (max-width: 820px) {
  .nav { height: 58px; }
  .route-home .hero:not(.hero-discovery) { min-height: 560px; }
  .trust-grid { min-height: 72px; }
  .story-card h3 { font-size: 16px; }
  .product-visual > .product-cover { top: 26px !important; left: 26px !important; }
}

@media (max-width: 560px) {
  .route-home .hero:not(.hero-discovery) { min-height: 500px; }
  .hero:not(.hero-discovery) .hero-content { padding: 22px 17px 24px; }
  .hero:not(.hero-discovery) h1 { font-size: clamp(36px, 10vw, 42px); }
  .hero-actions { gap: 9px; }
  .hero-actions a { min-height: 46px; }
  .trust-strip { margin-top: 14px; }
  .trust-grid { gap: 8px 12px; padding: 14px; }
  .trust-grid span { min-width: 0; }
  .section-heading { align-items: end; }
  .section-heading > a { flex: none; }
  .route-home .section { padding-block: 55px; }
  .product-page { width: calc(100% - 28px); margin-bottom: 64px; }
  .product-back { margin: 18px 0; }
  .product-hero { border-radius: 16px; }
  .product-visual { min-height: 310px; }
  .product-cover { width: 104px !important; height: 142px !important; }
  .product-visual > .product-cover { top: 18px !important; left: 18px !important; }
  .product-summary { padding: 30px 20px 36px; }
  .product-summary h1 { font-size: 36px; letter-spacing: -2px; }
  .product-summary-text { font-size: 14px; }
  .product-meta-section { padding: 36px 4px 0; }
  .product-meta-section h2 { font-size: 29px; }
  .product-description { font-size: 15px; }
  .screenshot-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .cart-drawer { width: 100%; padding: 20px 18px max(20px, env(safe-area-inset-bottom)); }
  .footer-genres summary { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 390px) {
  .mobile-nav a { padding-inline: 11px; }
  .games-page .catalog-grid,
  .category-grid { gap: 20px 9px; }
  .games-page .game-card,
  .category-grid .game-card { padding: 5px 5px 12px; }
  .card-actions { font-size: 10px; }
}
.product-skeleton{min-height:600px;display:grid;grid-template-columns:minmax(0,1fr) 410px;overflow:hidden;border:1px solid #292d34;border-radius:22px;background:#15181d}.product-skeleton-visual{min-height:600px;border-radius:0}.product-skeleton-copy{display:flex;flex-direction:column;justify-content:center;gap:18px;padding:50px 42px}.product-skeleton-copy .skeleton{display:block;height:18px;border-radius:7px}.product-skeleton-copy .skeleton:nth-child(2){height:62px}.product-skeleton-copy .skeleton:nth-child(3){width:78%}.product-skeleton-copy .skeleton:nth-child(4){width:45%;height:34px}.product-skeleton-copy .skeleton:nth-child(5){height:48px}@media(max-width:900px){.product-skeleton{grid-template-columns:1fr;min-height:780px}.product-skeleton-visual{min-height:430px}.product-skeleton-copy{padding:35px 25px}}
