/* v334 — enhancement size + tutorial lock/cleanup */
/* Keep the current card styling, only enlarge the rendered card box from v333/v332. */
#v315EnhanceCardStage .v315-enhance-hand-card.card,
#v325EnhanceCompare .v315-enhance-hand-card.card{
  width:calc(var(--hand-card-width,168px) * 1.1025)!important;
  min-width:calc(var(--hand-card-width,168px) * 1.1025)!important;
  max-width:calc(var(--hand-card-width,168px) * 1.1025)!important;
  height:calc(var(--hand-card-height,224px) * 1.155)!important;
  min-height:calc(var(--hand-card-height,224px) * 1.155)!important;
  max-height:calc(var(--hand-card-height,224px) * 1.155)!important;
}
#v315EnhanceCardStage .v326-hand-preview.hand,
#v325EnhanceCompare .v326-hand-preview.hand{overflow:visible!important}

/* Tutorial progress itself cannot be quit from the guide panel. The battle's own stop control remains available. */
#v293TutorialPanel .v293-tutorial-close{display:none!important}
#v333NationPanel #v333Exit{display:none!important}
#v333NationPanel .v333-nav{justify-content:flex-end!important}
