body {
  background: #111827;
  color: #e5e7eb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 40px;
}

h1 {
  color: #f9fafb;
  font-size: 28px;
  border-bottom: 1px solid #374151;
  padding-bottom: 16px;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #1f2937;
  border-radius: 12px;
  overflow: hidden;
}

th {
  background: #374151;
  color: #d1d5db;
  text-align: left;
  padding: 12px;
}

td {
  padding: 12px;
  border-bottom: 1px solid #374151;
}

tr:hover {
  background: #273449;
}

a {
  color: #60a5fa;
  text-decoration: none;
  font-weight: 500;
}

a:hover {
  color: #93c5fd;
  text-decoration: underline;
}

address {
  margin-top: 30px;
  color: #6b7280;
  font-size: 13px;
}
