body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont;
  background: #0f0f0f;
  color: white;
  padding: 20px;
}

.hidden {
  display: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

td, th {
  padding: 10px;
  border-bottom: 1px solid #333;
}

button {
  background: #2aabee;
  border: none;
  padding: 10px;
  color: white;
  border-radius: 8px;
}
