/* Inventory objects stay a deliberate size; their cards carry the product details. */
.games-store-heading { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:30px; margin-bottom:20px; }
.games-store-heading h1 { margin:10px 0 12px; color:#f1f5fb; font-size:clamp(35px,4vw,58px); line-height:1.07; letter-spacing:-.05em; }
.games-store-heading p { max-width:750px; margin:0; color:#a3b3ca; font-size:13px; line-height:1.75; }
.games-store-heading .games-kicker { color:#8dcae5; font-size:9px; letter-spacing:.17em; }
.games-store-currencies { display:flex; align-items:center; flex-wrap:wrap; gap:22px; padding:16px 21px; border:1px solid #9cb9e524; border-radius:14px; background:#0c172799; }
.games-store-currencies > div { display:flex; align-items:center; gap:10px; }
.games-store-currencies .games-economy-art { width:44px; height:49px; object-fit:contain; flex:0 0 auto; filter:drop-shadow(0 4px 8px #72d2ff24); }
.games-store-currencies b, .games-store-currencies small { display:block; }
.games-store-currencies b { color:#dbe7f4; font-size:11px; }
.games-store-currencies small { margin-top:5px; color:#8f9fb6; font-size:9px; }
.games-store-purchase-info { margin:0 0 20px; max-width:900px; color:#a1b2ca; font-size:12px; }
.games-store-purchase-info summary { width:fit-content; cursor:pointer; color:#b2c1d5; font-size:11px; text-underline-offset:4px; }
.games-store-purchase-info summary:hover { color:#e2f7ff; text-decoration:underline; }
.games-store-purchase-info summary:focus-visible { outline:2px solid var(--games-cyan); outline-offset:4px; }
.games-store-purchase-info p { line-height:1.75; }
.games-store-purchase-info + .games-mode { margin-bottom:20px; border:1px solid #a4846236; border-radius:10px; background:#a8784010; }
.games-store-workshop { display:grid; grid-template-columns:minmax(250px,.9fr) minmax(0,1.15fr); align-items:stretch; gap:24px; margin:0 0 26px; overflow:hidden; border:1px solid #75cde43b; border-radius:22px; background:radial-gradient(ellipse at 20% 100%,#19607345,transparent 63%),linear-gradient(120deg,#122a40,#0d192c 70%); }
.games-store-workshop-stage { position:relative; display:flex; flex-direction:column; justify-content:center; min-width:0; min-height:285px; padding:30px 20px 20px; isolation:isolate; background:linear-gradient(180deg,#0c192e38,#0d2637a8),url('/assets/games/activity/maps/render-orbital-relay.webp') center/cover; }
.games-store-workshop-stage::after { content:""; position:absolute; z-index:-1; inset:0; background:linear-gradient(90deg,transparent 65%,#102036),linear-gradient(0deg,#0c1c30,transparent 70%); }
.games-store-workshop-roster { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); align-items:end; width:100%; min-height:184px; }
.games-store-workshop-roster > img { display:block; width:118%; max-width:none; height:156px; margin-left:-9%; object-fit:contain; object-position:center bottom; filter:drop-shadow(0 9px 9px #03091699); }
.games-store-workshop-roster > img:nth-child(3) { height:190px; }
.games-store-workshop-roster > img:nth-child(2) { height:169px; }
.games-store-workshop-roster > img:nth-child(5) { height:138px; }
.games-store-workshop-caption { align-self:center; margin-top:19px; color:#b3d3e2; font-size:8px; font-weight:800; letter-spacing:.16em; }
.games-store-workshop-copy { min-width:0; align-self:center; padding:27px 30px 27px 0; }
.games-store-workshop-copy .games-kicker { color:#8ddeeb; font-size:8px; letter-spacing:.17em; }
.games-store-workshop-copy h2 { margin:8px 0 10px; color:#eff8ff; font-size:clamp(27px,3vw,40px); line-height:1.1; letter-spacing:-.04em; }
.games-store-workshop-copy > p { max-width:560px; margin:0; color:#b1c0d5; font-size:12px; line-height:1.75; }
.games-store-workshop-paths { display:flex; flex-wrap:wrap; gap:7px; margin:17px 0 20px; }
.games-store-workshop-paths > span { padding:6px 10px; border:1px solid #88cbe82c; border-radius:6px; color:#bbdaea; background:#7ec9e009; font-size:10px; font-weight:700; }
.games-store-workshop-paths > span:nth-child(2) { color:#b6e7d0; border-color:#85cba22f; }
.games-store-workshop-paths > span:nth-child(3) { color:#d5c8f8; border-color:#b293e036; }
.games-store-workshop-copy .games-store-workshop-link { display:inline-flex; align-items:center; justify-content:space-between; gap:24px; min-height:47px; padding:12px 20px; border:1px solid #84e1ee; border-radius:10px; background:linear-gradient(110deg,#9ceded,#74c8ee); color:#082537; font-size:12px; font-weight:850; box-shadow:0 5px 18px #64d2e514; transition:background .18s ease,box-shadow .18s ease; }
.games-store-workshop-copy .games-store-workshop-link:hover { background:#b6f5f5; box-shadow:0 6px 24px #64d2e529; }
.games-store-workshop-link:focus-visible { outline:2px solid #d5ffff; outline-offset:4px; }
.games-store-workshop-copy > small { display:block; margin-top:12px; color:#8fa4be; font-size:9px; line-height:1.5; }
.games-shop-grid.games-store-inventory { grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.games-store-inventory > article { --store-accent:#81c3e4; --store-glow:#64bbd920; display:flex; flex-direction:column; padding:0; border-radius:19px; overflow:hidden; border:1px solid #8babd62a; background:linear-gradient(165deg,#15243b,#0e192b 54%,#0b1524); transition:border-color .2s ease,transform .2s ease; }
.games-store-inventory > article.tier-enhanced { --store-accent:#86dcf2; --store-glow:#64d1e023; }
.games-store-inventory > article.tier-advanced { --store-accent:#b3a1ff; --store-glow:#a88be027; }
.games-store-inventory > article.tier-resonant { --store-accent:#e9c184; --store-glow:#d5a35c22; }
.games-store-inventory > article:hover { border-color:color-mix(in srgb,var(--store-accent) 60%,transparent); transform:translateY(-3px); }
.games-store-inventory > article > .games-store-item-art { display:grid; grid-template-columns:minmax(0,1fr); justify-items:center; align-content:center; position:relative; isolation:isolate; min-height:250px; padding:12px 24px 18px; overflow:hidden; background:radial-gradient(ellipse at 50% 57%,var(--store-glow),transparent 69%),linear-gradient(140deg,#192a4033,#0c152500); border-bottom:1px solid #8babd618; }
.games-store-item-art::before { content:""; position:absolute; width:156px; height:156px; z-index:-1; border:1px solid color-mix(in srgb,var(--store-accent) 10%,transparent); border-radius:27px; transform:rotate(45deg); background:linear-gradient(145deg,transparent,var(--store-glow)); }
.games-store-item-art::after { content:""; position:absolute; left:30%; right:30%; height:15px; bottom:38px; z-index:-1; border-radius:50%; background:#01081090; filter:blur(10px); }
.games-store-item-art > img { display:block; width:min(100%,290px); max-width:290px; height:236px; margin:0; padding:0; aspect-ratio:auto; object-fit:contain; filter:drop-shadow(0 12px 15px #0006); background:none; transition:transform .25s ease; }
.games-store-inventory > article:hover .games-store-item-art > img { transform:translateY(-5px); }
.games-store-tier { position:absolute; left:20px; top:17px; padding:5px 7px; border:1px solid color-mix(in srgb,var(--store-accent) 25%,transparent); border-radius:5px; color:var(--store-accent); background:#0c1723a6; font-size:8px; font-weight:850; letter-spacing:.12em; }
.games-store-item-binding { position:absolute; right:20px; bottom:12px; display:flex; align-items:center; gap:5px; color:#8296ae; font-size:7px; font-weight:700; letter-spacing:.1em; }
.games-store-item-binding .games-icon { width:11px; height:11px; }
.games-store-inventory > article > .games-store-item-copy { display:flex; flex-direction:column; align-items:stretch; justify-content:flex-start; flex:1; gap:0; padding:22px; }
.games-store-kind { color:var(--store-accent); font-size:8px; font-weight:850; letter-spacing:.14em; }
.games-store-item-copy > h2 { margin:8px 0 10px; color:#eef4fc; font-size:23px; line-height:1.15; letter-spacing:-.035em; }
.games-store-inventory .games-store-item-copy > p { min-height:43px; margin:0; color:#9cacc3; font-size:12px; line-height:1.7; }
.games-store-inventory .games-shop-tags { display:flex; flex-wrap:wrap; align-items:center; gap:6px; margin:17px 0; }
.games-store-inventory .games-shop-tags small { border:0; border-radius:4px; padding:5px 7px; background:#9db7e00a; color:#9eb0c8; font-size:7px; letter-spacing:.04em; }
.games-store-inventory .games-dual-price { display:flex; flex-direction:column; align-items:stretch; justify-content:flex-start; gap:10px; margin-top:auto; padding-top:18px; border-top:1px solid #9db7e01c; }
.games-store-inventory .games-purchase-actions { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px; width:100%; }
.games-store-inventory .games-purchase-actions > form:only-child { grid-column:1/-1; }
.games-store-inventory .games-purchase-actions form { min-width:0; }
.games-store-inventory .games-purchase-actions .btn { display:flex; align-items:center; justify-content:center; width:100%; min-height:54px; padding:9px; border-color:#87cbd83b; border-radius:10px; background:#122b38; color:#c3ecf3; font-size:10px; white-space:normal; box-shadow:none; }
.games-store-inventory .games-purchase-actions .btn.primary { border-color:#d3b27742; background:#302c24; color:#e4d2ad; }
.games-store-inventory .games-purchase-actions .btn:disabled { cursor:not-allowed; opacity:.6; filter:saturate(.6); }
.games-store-inventory .games-purchase-actions .games-price-label { display:flex; align-items:center; gap:7px; }
.games-store-inventory .games-price-label .games-economy-art { width:28px; height:30px; flex:0 0 auto; }
.games-store-inventory .games-price-label > span { line-height:1.65; }
.games-store-inventory .games-price-label strong { font-weight:850; font-variant-numeric:tabular-nums; }
.games-store-inventory .games-dual-price > small { color:#8799b1; font-size:10px; text-align:center; }
.games-store-inventory > .games-empty { grid-column:1/-1; }
@media (max-width:1100px) { .games-store-heading { grid-template-columns:1fr; gap:18px; } .games-store-currencies { justify-self:start; } .games-shop-grid.games-store-inventory { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:640px) {
  .games-store-heading { gap:17px; padding:10px 8px 0; }
  .games-store-currencies { width:100%; justify-content:space-between; gap:12px; padding:13px; }
  .games-store-currencies .games-economy-art { width:35px; height:40px; }
  .games-store-purchase-info { margin-inline:8px; }
  .games-store-workshop { grid-template-columns:minmax(0,1fr); gap:0; border-radius:18px; }
  .games-store-workshop-stage { min-height:200px; padding:14px 22px; }
  .games-store-workshop-stage::after { background:linear-gradient(0deg,#102036,transparent 72%); }
  .games-store-workshop-roster { max-width:420px; align-self:center; min-height:140px; }
  .games-store-workshop-roster > img { height:127px; }
  .games-store-workshop-roster > img:nth-child(3) { height:156px; }
  .games-store-workshop-roster > img:nth-child(2) { height:142px; }
  .games-store-workshop-roster > img:nth-child(5) { height:119px; }
  .games-store-workshop-caption { margin-top:12px; }
  .games-store-workshop-copy { padding:9px 23px 24px; }
  .games-store-workshop-copy .games-store-workshop-link { width:100%; min-height:49px; }
  .games-shop-grid.games-store-inventory { grid-template-columns:minmax(0,1fr); gap:16px; }
  .games-store-inventory > article > .games-store-item-art { min-height:239px; padding-block:15px; }
  .games-store-item-art > img { height:210px; }
  .games-store-inventory > article > .games-store-item-copy { padding:21px; }
}
@media (prefers-reduced-motion:reduce) {
  .games-store-workshop-copy .games-store-workshop-link { transition:none; }
  .games-store-inventory > article, .games-store-item-art > img { transition:none; }
  .games-store-inventory > article:hover, .games-store-inventory > article:hover .games-store-item-art > img { transform:none; }
}
