main {
  width: min(40rem, calc(100% - 2rem));
  margin: 12vh auto 4rem;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

h1 {
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2rem);
  font-weight: 600;
}

ul {
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

li {
  display: grid;
  gap: 0.2rem;
}

li a {
  width: fit-content;
  font-size: 1.05rem;
  font-weight: 600;
}

li span,
.status {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.status {
  min-height: 1.3em;
  margin: 1.5rem 0 0;
}

.theme-toggle {
  flex: 0 0 auto;
}
