.pack-stage{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);grid-template-rows:auto auto;gap:30px 42px;width:100%;align-items:center}
.pack-options{display:flex;grid-column:1/-1;gap:24px;justify-content:center}
.pack-options .pack-choice{width:auto;min-width:130px;height:55px;text-align:center}
.pack-stage .pack-product{grid-column:1;grid-row:2;position:relative;width:100%;height:510px;max-width:100%;perspective:none;filter:none;cursor:default;display:block}
.pack-stage .pack-detail{grid-column:2;grid-row:2;min-width:0}
.pack-stage .pack-detail h3{font-size:32px;overflow-wrap:break-word}
.pack-stage .pack-detail>div{gap:16px;flex-wrap:wrap}
.pack-product.webgl-ready{transform:none!important;opacity:1!important}
.webgl-pack-viewport{height:455px;width:100%}
.webgl-pack-viewport canvas{display:block;width:100%;height:100%;cursor:grab;outline-offset:-3px}
.webgl-pack-viewport canvas:active{cursor:grabbing}
.pack-viewer-tools{display:flex;justify-content:center;gap:10px;height:44px;align-items:center}
.pack-viewer-tools button{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--line);background:#0b140e;color:#dfbd71;cursor:pointer;border-radius:4px}
.pack-viewer-tools button:hover,.pack-viewer-tools button:focus-visible{background:#203426;border-color:#d9ad50}
.pack-viewer-tools button:disabled{opacity:.4;cursor:wait}
.pack-product .pack-static-product{display:block;width:100%;height:460px;object-fit:contain;filter:drop-shadow(0 24px 24px #000);transform:none}
.pack-product [hidden]{display:none!important}
@media(max-width:900px){.pack-stage{gap:24px;grid-template-columns:minmax(0,1fr)}.pack-options{gap:10px}.pack-options .pack-choice{min-width:0;flex:1}.pack-stage .pack-product{grid-column:1;grid-row:2;height:470px}.webgl-pack-viewport{height:415px}.pack-stage .pack-detail{grid-column:1;grid-row:3;text-align:center}.pack-stage .pack-detail>div{justify-content:center}.pack-product .pack-static-product{height:420px}}
@media(max-width:420px){.pack-stage .pack-product{height:420px}.webgl-pack-viewport{height:365px}.pack-product .pack-static-product{height:370px}.pack-stage .pack-detail h3{font-size:28px}}
.manifesto,.rarity{overflow-x:clip}
.rarity-image.motion-mythic{opacity:1;clip-path:none;transform:none;filter:none}
.pack-stage .pack-detail.motion-pack.motion-in{transform:none}
@media(max-width:900px){
  .pack-stage{grid-template-rows:auto auto auto}
  .pack-stage .pack-detail{width:100%;justify-self:center;text-align:center}
  .pack-stage .pack-detail>p,.pack-stage .pack-detail>h3{margin-inline:auto;max-width:100%}
  .pack-stage .pack-detail>div{width:100%;flex-direction:column;align-items:center;justify-content:center}
  .pack-stage .pack-detail .cta{max-width:100%;text-align:center;white-space:normal;height:auto;min-height:43px;padding-block:12px}
}
