
body {
  font-family: Arial, sans-serif;
  background: #0f172a;
  color: white;
  padding: 20px;
}

.match-card {
  background: #1e293b;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.badges span {
  margin-right: 8px;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
}

.confidence {
  background:#1f2937;
  color:#00ffcc;
}

.edge {
  background:#052e16;
  color:#22c55e;
}
