:root {
  font-family:
    Inter,
    Segoe UI,
    Arial,
    sans-serif;
  color: #16302c;
  background: #f3f6f3;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
  border: 0;
  border-radius: 7px;
  padding: 12px 18px;
  background: #196c51;
  color: white;
  font-weight: 600;
}
button:hover {
  filter: brightness(0.93);
}
button:disabled {
  cursor: wait;
  opacity: 0.55;
}
.secondary {
  background: #e6ece7;
  color: #23483e;
}
.danger {
  background: #983f39;
}
input,
textarea,
select {
  width: 100%;
  padding: 11px;
  border: 1px solid #cbd7ce;
  border-radius: 6px;
  background: #fff;
  color: #193b31;
}
textarea {
  min-height: 100px;
  resize: vertical;
}
label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 14px 0;
}
label input,
label textarea,
label select {
  display: block;
  margin-top: 7px;
}
h1 {
  font-size: 32px;
  letter-spacing: -1px;
  margin: 9px 0 25px;
}
h2 {
  font-size: 22px;
  font-weight: 600;
}
p {
  line-height: 1.65;
}
a {
  color: #196c51;
}
code {
  overflow-wrap: anywhere;
}
.small {
  font-size: 12px;
}
.muted {
  color: #64766e;
}
.login {
  width: min(430px, 90vw);
  margin: 12vh auto;
}
.login h1 {
  margin-top: 50px;
}
.login button {
  width: 100%;
  margin-top: 10px;
}
.brand {
  font-size: 24px;
  font-weight: 800;
  display: flex;
  gap: 12px;
  align-items: center;
  color: #246b50;
}
.brand span {
  font-size: 10px;
  letter-spacing: 1.5px;
  width: 100px;
}
.brand:before {
  content: "";
  height: 26px;
  width: 6px;
  border-radius: 4px;
  background: #bdd88f;
}
aside {
  width: 230px;
  background: #fff;
  border-right: 1px solid #dee5dd;
  position: fixed;
  inset: 0 auto 0 0;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
}
nav {
  margin-top: 55px;
  display: grid;
  gap: 10px;
}
nav button {
  text-align: left;
  background: transparent;
  color: #5b6c61;
}
nav button.active {
  background: #eaf2e6;
  color: #285b3d;
}
.aside-bottom {
  margin-top: auto;
  display: grid;
  gap: 20px;
  font-size: 12px;
  overflow-wrap: anywhere;
}
main {
  margin-left: 230px;
  padding: 40px 4vw;
  max-width: 1500px;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2px;
  color: #63796b;
  font-weight: 700;
}
.badge {
  display: inline-block;
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 20px;
  background: #e3ecdc;
  white-space: nowrap;
}
.card {
  background: white;
  border: 1px solid #dfe6dc;
  border-radius: 12px;
  padding: 25px;
  margin: 20px 0;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.metric {
  background: #fff;
  padding: 24px;
  border: 1px solid #dfe6dc;
  border-radius: 10px;
}
.metric strong {
  display: block;
  font-size: 34px;
  margin-top: 14px;
}
.metric span {
  font-size: 13px;
  color: #607267;
}
.hero {
  background: #e9efdd;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 45px;
  padding: 38px;
}
.hero h2 {
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: -0.7px;
}
.hero p {
  max-width: 520px;
  color: #556a56;
}
.flow {
  align-self: center;
  border-left: 1px solid #bbcdb3;
  padding-left: 35px;
}
.flow p {
  border-bottom: 1px solid #cad6bf;
  padding: 12px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 20px;
}
.table-wrap {
  overflow: auto;
  background: white;
  border: 1px solid #dfe6dc;
  border-radius: 10px;
  margin: 16px 0;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}
td,
th {
  text-align: left;
  padding: 15px;
  border-bottom: 1px solid #e7ebe5;
  overflow-wrap: anywhere;
}
th {
  font-size: 11px;
  letter-spacing: 0.7px;
  color: #708076;
}
td button {
  font-size: 12px;
  padding: 8px 12px;
}
pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  background: #eaf0e8;
  padding: 18px;
  border-radius: 8px;
  font-size: 12px;
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 20px 0;
}
.questions {
  background: #fff3d6;
  border-left: 4px solid #b28a28;
  padding: 15px 20px;
}
.paging {
  display: flex;
  align-items: center;
  gap: 15px;
}
.narrow {
  max-width: 600px;
}
#notice {
  position: fixed;
  top: 16px;
  right: 24px;
  z-index: 50;
  padding: 16px 24px;
  background: #173f32;
  color: #fff;
  border-radius: 8px;
  max-width: 90vw;
  box-shadow: 0 5px 20px #0002;
}
#notice.error {
  background: #803c35;
}
[hidden] {
  display: none !important;
}
summary {
  cursor: pointer;
}
details {
  margin: 16px 0;
}
li {
  margin: 8px 0;
  line-height: 1.5;
}
@media (max-width: 850px) {
  aside {
    position: static;
    width: auto;
    padding: 18px;
  }
  nav {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    gap: 0;
  }
  .aside-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  main {
    margin: 0;
    padding: 24px 16px;
  }
  .metrics {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 25px;
    gap: 10px;
  }
  .flow {
    padding-left: 20px;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  header {
    align-items: start;
    gap: 10px;
  }
  h1 {
    font-size: 27px;
  }
}
