html {
  background: #f7f7f4;
  color: #161616;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
}

body {
  margin: 0;
}

a {
  color: #0645ad;
}

.shell {
  margin: 0 auto;
  max-width: 1040px;
  padding: 28px;
}

.topbar {
  align-items: center;
  border-bottom: 1px solid #ddd7cc;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 26px;
  padding-bottom: 14px;
}

.brand {
  color: #111;
  font-size: 18px;
  font-weight: 650;
  text-decoration: none;
}

.nav {
  align-items: center;
  display: flex;
  gap: 12px;
}

.nav form {
  margin: 0;
}

.table-actions form {
  margin: 0;
}

.button,
button,
input[type="submit"] {
  background: #111;
  border: 1px solid #111;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  line-height: 1;
  padding: 9px 12px;
  text-decoration: none;
}

.button.secondary,
button.secondary {
  background: #fff;
  color: #111;
}

button.danger {
  background: #fff;
  border-color: #a31919;
  color: #a31919;
}

.messages {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.messages li {
  background: #fff;
  border: 1px solid #ddd7cc;
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 10px 12px;
}

.panel {
  background: #fff;
  border: 1px solid #ddd7cc;
  border-radius: 8px;
  padding: 18px;
}

.toolbar {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 16px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  border-bottom: 1px solid #e6e0d6;
  padding: 10px 8px;
  text-align: left;
}

label {
  display: block;
  font-weight: 650;
  margin-bottom: 6px;
}

.field {
  margin-bottom: 16px;
}

input[type="text"],
input[type="password"],
input[type="file"],
textarea {
  border: 1px solid #cfc8bd;
  border-radius: 6px;
  box-sizing: border-box;
  font: inherit;
  padding: 9px 10px;
  width: 100%;
}

textarea {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  line-height: 1.45;
}

.help,
.errorlist {
  color: #655f55;
  font-size: 14px;
}

.errorlist {
  color: #9b1c1c;
}

.actions {
  align-items: center;
  display: flex;
  gap: 10px;
}

.login {
  max-width: 420px;
}
