body {
  background: #111;
  color: #fff;
  font-family: 'Inter', sans-serif;
  padding: 2em;
  max-width: 900px;
  margin: auto;
}

header {
  text-align: center;
  margin-bottom: 1em;
}

.logo {
  max-width: 175px;
  height: auto;
  margin-bottom: 0em;
}

h1 {
  font-size: 2em;
  margin-bottom: 0.2em;
}

p.subinfo {
  color: #ccc;
  margin-bottom: 1em;
  font-size: 0.7em;
}

.track {
  background: #222;
  padding: 1em;
  border-radius: 10px;
  margin-bottom: 1.5em;
}

.track-title {
  font-weight: 300;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}

#loading {
  text-align: center;
  font-size: 1.2em;
  color: #ccc;
  margin-top: 3em;
}

.input-field {
  width: 100%;
  padding: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  background: #fff;
  color: #000;
  border-radius: 6px;
  border: none;
  box-sizing: border-box;
}

.submit-button {
  padding: 0.5em 1em;
  font-size: 1em;
  background: #eee;
  color: #000;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

.link-box a {
  color: #5ec4ff;
  text-decoration: none;
}
.form-inline {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  align-items: center;
}
#loading {
  text-align: center;
  font-size: 1.2em;
  color: #ccc;
  margin-top: 3em;
}
#abort button {
  background: #c33;
  color: #fff;
}
