body {
  font-family: system-ui, sans-serif;
  background: #14161a;
  color: #e6e6e6;
  margin: 0;
  padding: 24px;
}
h1 {
  font-size: 20px;
  margin-bottom: 16px;
}
table {
  width: 100%;
  border-collapse: collapse;
  background: #1e2126;
  border-radius: 6px;
  overflow: hidden;
}
th, td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid #2a2e35;
  vertical-align: top;
}
th {
  background: #23262c;
  font-size: 13px;
  text-transform: uppercase;
  color: #9aa0a8;
}
.status {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}
.status-downloading { background: #22303f; color: #7aade0; }
.status-queued, .status-analyzing { background: #3a3f22; color: #d9e07a; }
.status-ready_for_pc { background: #2a2240; color: #b28ae0; }
.status-processing { background: #22333f; color: #7ac8e0; }
.status-completed { background: #1f3a22; color: #86e07a; }
.status-moved { background: #1f2f3a; color: #7aa8e0; }
.status-needs_review { background: #3a2a1f; color: #e0a37a; }
.status-error { background: #3a1f1f; color: #e07a7a; }
.status-available { background: #1f3a22; color: #86e07a; }
.status-paused { background: #2a2c30; color: #9aa0a8; }
select, button, input[type=text] {
  background: #1a1c20;
  color: #e6e6e6;
  border: 1px solid #33373f;
  border-radius: 4px;
  padding: 6px 8px;
  font-size: 13px;
}
button {
  cursor: pointer;
}
button:hover {
  border-color: #5a6270;
}
.muted {
  color: #7a808a;
  font-size: 12px;
}
.track-list {
  font-size: 12px;
  color: #b0b6bf;
}
