/* v320 — exact battle-hand enhancement preview + booster modal overflow fix */
#boosterPackModal .modalbox{
  width:min(96vw,1180px)!important;
  max-width:1180px!important;
  max-height:94vh!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  box-sizing:border-box!important;
}
#v256EnhancementPanel{overflow:visible!important;padding-bottom:28px!important}
#v256EnhancementPanel .v256-enhance-layout{grid-template-columns:minmax(280px,38%) minmax(0,1fr)!important;min-height:0!important;align-items:start!important}
#v256EnhancementPanel .v256-enhance-detail{min-width:0!important;height:auto!important;max-height:none!important;overflow:visible!important;display:block!important}
#v256EnhancementPanel .v256-enhance-detail-inner{overflow:visible!important;min-height:0!important}

.v320-enhance-card-stage{
  --v320-preview-w:var(--hand-card-width,106px);
  --v320-preview-h:var(--hand-card-height,138px);
  position:relative;display:grid;place-items:center;width:100%;
  min-height:calc(var(--v320-preview-h) + 34px);padding:16px;margin:0 0 12px;
  box-sizing:border-box;border:1px solid rgba(232,189,95,.25);border-radius:12px;
  background:radial-gradient(circle at 50% 45%,rgba(117,73,23,.25),rgba(8,10,14,.86) 70%);
  overflow:hidden;isolation:isolate;
}
.v320-enhance-battle-card.card{
  position:relative!important;z-index:3!important;
  width:var(--v320-preview-w)!important;min-width:var(--v320-preview-w)!important;max-width:var(--v320-preview-w)!important;
  height:var(--v320-preview-h)!important;min-height:var(--v320-preview-h)!important;max-height:var(--v320-preview-h)!important;
  flex:none!important;margin:0!important;transform:none!important;border-width:1px!important;
  box-shadow:0 5px 14px #000a!important;overflow:hidden!important;
}
.v320-enhance-battle-card.card:hover{transform:none!important}
.v320-enhance-battle-card.card::before,.v320-enhance-battle-card.card::after{border-width:1px!important}
.v320-enhance-card-stage .v314-forge-aura,.v320-enhance-card-stage .v314-spark-field,.v320-enhance-card-stage .v314-hammer{z-index:1}
.v320-enhance-card-stage.is-forging .v320-enhance-battle-card{animation:v314CardForge .38s ease-in-out infinite alternate}
.v320-enhance-card-stage.forge-success .v320-enhance-battle-card{animation:v314Success .7s ease}
.v320-enhance-card-stage.forge-fail .v320-enhance-battle-card{animation:v314Fail .42s ease}

@media(max-width:760px){
  #v256EnhancementPanel .v256-enhance-layout{grid-template-columns:1fr!important}
  .v320-enhance-card-stage{padding:12px;min-height:calc(var(--v320-preview-h) + 28px)}
}
