:root {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  color: #263c34;
  background: #f7f6f1;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: #21634b;
  text-underline-offset: 4px;
}
button,
input,
textarea,
select {
  font: inherit;
}
button {
  cursor: pointer;
  border: 1px solid #214e3d;
  background: #214e3d;
  color: white;
  border-radius: 9px;
  padding: 11px 17px;
}
button:hover {
  filter: brightness(0.95);
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #c79346;
  outline-offset: 3px;
}
.quiet {
  background: transparent;
  color: #294c3e;
  border-color: #cbd4cd;
}
.shell {
  max-width: 1200px;
  margin: auto;
  padding: 0 40px;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #dce1d9;
}
.brand {
  text-decoration: none;
  color: #244536;
  font-size: 25px;
  letter-spacing: -1px;
  font-weight: 750;
}
.brand span {
  display: block;
  font-size: 9px;
  letter-spacing: 2.5px;
  margin-top: 5px;
  color: #728075;
}
main {
  min-height: 70vh;
}
.intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 54px 0 28px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2px;
  color: #778276;
  font-weight: 700;
}
h1 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.12;
  letter-spacing: -1.7px;
  margin: 15px 0;
}
p {
  line-height: 1.65;
  color: #617168;
}
h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
}
h3 {
  font-size: 15px;
}
small {
  color: #6c7d72;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #dce1d9;
  border-radius: 12px;
  overflow: hidden;
  background: #fffdf8;
}
.stats div {
  padding: 22px 26px;
  border-right: 1px solid #e3e7e0;
}
.stats div:last-child {
  border: 0;
}
.stats strong {
  display: block;
  font:
    32px Georgia,
    serif;
}
.stats span {
  font-size: 12px;
  color: #788378;
}
nav {
  display: flex;
  gap: 9px;
  align-items: center;
  flex-wrap: wrap;
  padding: 28px 0;
  border-bottom: 1px solid #dce1d9;
}
nav a {
  font-size: 12px;
  margin-left: auto;
}
nav a + a {
  margin-left: 8px;
}
.filters {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 14px;
  padding: 26px 0;
}
label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #53675a;
}
input,
textarea,
select {
  display: block;
  width: 100%;
  margin: 8px 0 15px;
  padding: 12px;
  background: #fffefa;
  border: 1px solid #cdd5cb;
  border-radius: 7px;
  color: #263c34;
}
textarea {
  resize: vertical;
  line-height: 1.55;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 22px 0;
}
.card {
  display: block;
  text-align: left;
  padding: 24px;
  border: 1px solid #dae1d7;
  border-radius: 12px;
  background: #fffefa;
  color: #263c34;
  min-width: 0;
  overflow-wrap: anywhere;
}
.card p {
  font-size: 14px;
}
.card a {
  display: block;
  margin-top: 18px;
}
.badge {
  display: inline-block;
  background: #edf0e8;
  color: #65715e;
  border-radius: 20px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 10px;
}
.badge.partial {
  background: #f9eacb;
  color: #87651f;
}
.badge.ready {
  background: #e1eedf;
  color: #3f6d42;
}
.empty {
  padding: 65px 20px;
  text-align: center;
  border: 1px dashed #cdd5cb;
  border-radius: 12px;
  margin: 25px 0;
}
.empty p {
  max-width: 530px;
  margin: auto;
}
.notice,
aside {
  padding: 18px 22px;
  background: #eeeee3;
  border-left: 3px solid #b5a368;
  border-radius: 4px;
}
.caption {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.detail {
  max-width: 820px;
  margin: 35px auto;
}
.detail > .badge {
  margin-left: 16px;
}
.detail h1 {
  font-size: 40px;
}
.lead {
  font-size: 19px;
}
.detail li {
  line-height: 1.8;
  margin-bottom: 12px;
}
.detail button {
  margin: 16px 8px 16px 0;
}
.preserve {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.evidence {
  padding: 22px;
  border-top: 1px solid #dce1d9;
  scroll-margin-top: 20px;
}
.evidence img {
  max-width: 100%;
  max-height: 650px;
  border-radius: 6px;
}
.editor {
  max-width: 700px;
  margin: 30px 0;
}
fieldset {
  border: 1px solid #cdd5cb;
  border-radius: 7px;
}
fieldset label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 10px;
}
fieldset input {
  width: auto;
  margin: 0;
}
.login {
  max-width: 650px;
  padding: 80px 0;
}
.login h1 {
  font-size: 64px;
}
.login form {
  max-width: 360px;
  margin-top: 30px;
}
.login button {
  width: 100%;
}
.error {
  background: #f8e4db;
  color: #8d3522;
  padding: 14px;
  border-radius: 7px;
}
footer {
  padding: 35px 0;
  color: #879286;
  font-size: 11px;
  border-top: 1px solid #dce1d9;
  margin-top: 50px;
}
@media (max-width: 760px) {
  .shell {
    padding: 0 20px;
  }
  .intro {
    padding-top: 32px;
    gap: 10px;
  }
  h1 {
    font-size: 35px;
  }
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats div {
    padding: 17px 20px;
    border-bottom: 1px solid #e3e7e0;
  }
  .filters {
    grid-template-columns: 1fr 1fr;
  }
  .filters label:first-child {
    grid-column: 1/-1;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .login {
    padding: 60px 0;
  }
  .login h1 {
    font-size: 48px;
  }
  .detail h1 {
    font-size: 33px;
  }
  nav a {
    margin: 8px 0;
  }
  .detail > .badge {
    margin-left: 0;
  }
  .brand {
    font-size: 22px;
  }
  .evidence {
    padding: 18px 0;
  }
}
@media (prefers-reduced-motion: no-preference) {
  button,
  a {
    transition:
      background 0.15s,
      filter 0.15s;
  }
}
