* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.45;
}

header {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--border);
  background: var(--panel);
}

header h1 {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
  font-weight: 650;
}

header p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

main {
  padding: 1.25rem 1.5rem 2.5rem;
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}

code {
  background: #252a38;
  padding: 0.1em 0.35em;
  border-radius: 4px;
  font-size: 0.9em;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

th,
td {
  text-align: left;
  padding: 0.65rem 0.5rem;
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
}

th {
  color: var(--muted);
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.text-muted {
  color: var(--muted);
}

.text-muted-sm {
  color: var(--muted);
  font-size: 0.9rem;
}

.external-link {
  color: var(--accent);
}

.secondary.album-unsure-btn:disabled {
    color: var(--muted)
}
