body{margin:0;background:#fff;font-family:sans-serif;user-select:none}
#topbar{height:44px;border-bottom:3px solid #000;display:flex;align-items:center;padding:0 12px;font-weight:700}
#game{position:relative;width:100vw;height:calc(100vh - 44px);overflow:hidden}

.card{
  position:absolute;
  width:160px;
  height:220px;
  background:#fff;
  border:3px solid #000;
  border-radius:8px;
}

.card-title{
  text-align:center;
  padding:6px;
  font-weight:700;
  border-bottom:2px solid #000;
}

.card-body{height:110px}

.bar{
  height:8px;
  border:2px solid #000;
  margin:6px;
}
.bar-inner{
  height:100%;
  background:#000;
  width:0%;
}

.stats{
  border-top:2px solid #000;
  font-size:12px;
  text-align:center;
  padding:4px;
}