/* Teste v326: alvo sempre legivel durante combate e duelo misterioso. */
#stage #target-card{
  z-index:34!important;
  width:min(240px,calc(100% - 16px))!important;
  max-width:min(240px,calc(100% - 16px))!important;
  min-width:180px;
  padding:9px 11px!important;
  border:1px solid #4b8192!important;
  border-radius:9px!important;
  background:linear-gradient(145deg,#f8f8eefa,#eaf3eafa)!important;
  box-shadow:0 8px 22px #0008,0 0 0 1px #fff8 inset!important;
}
#stage #target-card.hidden{display:none!important}
#stage #target-card #target-name{overflow:hidden;color:#18302b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}
#stage #target-card #target-level{margin:3px 0 6px;color:#536862;font-size:8px;font-weight:800;line-height:1.35;white-space:normal}
#stage #target-card .target-hp{height:8px!important;border:1px solid #b6c6b8;background:#d6ddd6!important}
#stage #target-card .target-hp>i{background:linear-gradient(90deg,#4ca962,#79d77a)!important;transition:width .12s linear}
@media(max-width:520px){
  #stage #target-card{width:min(220px,62vw)!important;max-width:min(220px,62vw)!important;min-width:165px;padding:7px 9px!important}
  #stage #target-card #target-level{font-size:7px}
}
