body {
  max-width:1100px;
  margin:40px auto;
}

.card {
  background:#1a1c22;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,0.6);
}

.header {
  display:flex;
  justify-content:space-between;
  padding:20px;
}

.live {
  color:red;
}


table {
  width:100%;
  border-collapse:collapse;
}

th {
  font-size:12px;
  opacity:0.6;
  padding:10px;
}


td {
  padding:12px;
  text-align:center;
}

tr:hover {
  background:rgba(255,255,255,0.03);
}

.team {
  display:flex;
  align-items:center;
  gap:10px;
}

.team img {
  width:20px;
}

.highlight {
  background:rgba(255,204,0,0.15);
}

.top { border-left:4px solid green }
.mid { border-left:4px solid orange }
.low { border-left:4px solid red }
