/* v331 — initial enhancement target card must fill its own border exactly */
#v315EnhanceCardStage .v326-hand-preview.hand{
  width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;
  margin:0!important;padding:0!important;gap:0!important;background:transparent!important;
}
#v315EnhanceCardStage .v315-enhance-hand-card.card{
  display:flex!important;flex-direction:column!important;align-items:stretch!important;
  width:var(--hand-card-width,168px)!important;height:var(--hand-card-height,224px)!important;
  min-width:var(--hand-card-width,168px)!important;min-height:var(--hand-card-height,224px)!important;
  max-width:var(--hand-card-width,168px)!important;max-height:var(--hand-card-height,224px)!important;
  margin:0!important;padding:0!important;overflow:hidden!important;box-sizing:border-box!important;
  line-height:1!important;
}
#v315EnhanceCardStage .v315-enhance-hand-card.card .cname{
  flex:0 0 auto!important;margin:0!important;padding-top:0!important;padding-bottom:0!important;box-sizing:border-box!important;
}
#v315EnhanceCardStage .v315-enhance-hand-card.card .cimg{
  flex:1 1 0!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;
  margin:0!important;padding:0!important;overflow:hidden!important;box-sizing:border-box!important;
}
#v315EnhanceCardStage .v315-enhance-hand-card.card .cimg>img,
#v315EnhanceCardStage .v315-enhance-hand-card.card .cimg .card-art,
#v315EnhanceCardStage .v315-enhance-hand-card.card .cimg .card-visual{
  display:block!important;width:100%!important;height:100%!important;min-height:100%!important;margin:0!important;padding:0!important;object-fit:cover!important;
}
#v315EnhanceCardStage .v315-enhance-hand-card.card .cstats{
  flex:0 0 25px!important;height:25px!important;min-height:25px!important;max-height:25px!important;
  width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important;
}
#v315EnhanceCardStage .v315-enhance-hand-card.card .card-stat-grid{
  width:100%!important;height:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important;
}

/* comparison cards use the exact same geometry as the selected target card */
#v325EnhanceCompare .v315-enhance-hand-card.card{
  width:var(--hand-card-width,168px)!important;height:var(--hand-card-height,224px)!important;
  min-width:var(--hand-card-width,168px)!important;min-height:var(--hand-card-height,224px)!important;
  max-width:var(--hand-card-width,168px)!important;max-height:var(--hand-card-height,224px)!important;
}
