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

.container {
  width: 95%;
  margin: 30px auto;
}

h1 {
  margin-bottom: 5px;
}

.subtitle {
  color: #94a3b8;
  margin-bottom: 20px;
}

.status {
  margin-bottom: 15px;
  font-weight: bold;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #111827;
  overflow: hidden;
}

thead {
  background: #1e293b;
}

th, td {
  padding: 12px;
  border-bottom: 1px solid #334155;
  text-align: left;
  font-size: 14px;
}

tr:hover {
  background: #1f2937;
}

.hash {
  color: #38bdf8;
  text-decoration: none;
}

.connected {
  color: #22c55e;
}

.disconnected {
  color: #ef4444;
}
