:root {
  --paper: #f4f2e9;
  --ink: #202d29;
  --muted: #55645d;
  --line: #c6cec3;
  --accent: #216349;
  --tint: #e1e9dd;
  --white: #fffef9;
  --warning: #775323;
  --error: #a23427;
  --sans: "Avenir Next", "Trebuchet MS", sans-serif;
  --mono: "SFMono-Regular", Consolas, monospace;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background:
    radial-gradient(ellipse at 85% 0, #e1e9dc 0, transparent 50%), var(--paper);
  color: var(--ink);
  font: 16px/1.55 var(--sans);
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  touch-action: manipulation;
}
button {
  cursor: pointer;
  min-height: 46px;
  padding: 10px 20px;
  border: 1px solid var(--accent);
  border-radius: 3px;
  background: var(--accent);
  color: var(--white);
  font-weight: 600;
  transition:
    background 180ms,
    color 180ms;
}
button:hover {
  background: #174831;
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
button.quiet {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
  padding: 8px 16px;
}
button.quiet:hover,
button.secondary:hover {
  background: var(--tint);
}
button.secondary {
  background: transparent;
  color: var(--accent);
}
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 3px solid #317a63;
  outline-offset: 4px;
}
a {
  color: var(--accent);
  text-underline-offset: 4px;
}
input,
select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 11px 12px;
  background: var(--white);
  color: var(--ink);
}
input::placeholder {
  color: var(--muted);
}
input:disabled,
select:disabled {
  background: transparent;
}
label {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
label input,
label select {
  margin-top: 7px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
fieldset:disabled {
  opacity: 0.65;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 4.5%;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.5px;
}
.brand-rule {
  height: 25px;
  width: 1px;
  background: var(--ink);
}
.edition,
.eyebrow,
.section-number,
.caption {
  font: 11px/1.5 var(--mono);
  letter-spacing: 1.5px;
}
.edition {
  color: var(--muted);
}
main {
  max-width: 1320px;
  padding: 0 5%;
  margin: auto;
}
.intro {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 70px;
  padding: 65px 0 45px;
  align-items: center;
  animation: arrive 300ms ease-out;
}
.eyebrow {
  color: var(--accent);
  margin-bottom: 17px;
}
h1 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 400;
  font-size: 76px;
  line-height: 1;
  letter-spacing: -3px;
}
h1 span {
  color: var(--accent);
}
.lede {
  font-size: 19px;
  line-height: 1.5;
  color: var(--muted);
  margin-top: 23px;
}
.posture {
  border-left: 2px solid var(--accent);
  padding: 4px 0 4px 25px;
  font-size: 14px;
}
.posture strong {
  font-size: 15px;
}
.posture p {
  margin: 12px 0 18px;
  color: var(--muted);
}
.posture a {
  font-size: 14px;
  font-weight: 600;
}
.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  margin-right: 9px;
}
.access {
  display: flex;
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.access h2 {
  font-size: 15px;
}
.access p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 3px;
}
.access > div {
  flex: 1;
}
.access form {
  display: flex;
  gap: 10px;
  flex: 1;
  max-width: 440px;
}
.access input {
  min-width: 0;
}
#feedback {
  font-size: 13px;
  min-height: 53px;
  padding: 13px 0;
  color: var(--muted);
}
#feedback.error {
  color: var(--error);
}
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 15px;
}
h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
}
.section-number {
  color: var(--muted);
  margin-right: 14px;
}
.count {
  font: 12px var(--mono);
  padding: 4px 8px;
  border: 1px solid var(--line);
  border-radius: 3px;
  vertical-align: middle;
  margin-left: 10px;
}
.node-list {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.empty {
  padding: 28px 20px 35px;
  text-align: center;
  background: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 8px,
    #dbe1d620 8px,
    #dbe1d620 9px
  );
}
.empty-mark {
  font: 22px var(--mono);
  letter-spacing: 18px;
  display: block;
  color: #7b8b80;
  margin: 3px 0 15px;
}
.empty h3 {
  font-size: 18px;
  font-weight: 500;
}
.empty p,
.empty-line {
  font-size: 14px;
  color: var(--muted);
  margin-top: 7px;
}
.node {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) 1fr 1fr auto;
  gap: 18px;
  padding: 19px 18px;
  align-items: center;
}
.node + .node {
  border-top: 1px solid var(--line);
}
.node strong {
  font-weight: 600;
  overflow-wrap: anywhere;
}
.node small,
.job small {
  display: block;
  color: var(--muted);
  font: 12px/1.6 var(--mono);
  overflow-wrap: anywhere;
}
.node .owner {
  font-size: 14px;
}
.badge {
  font: 11px var(--mono);
  border: 1px solid var(--line);
  padding: 6px 8px;
  border-radius: 3px;
  display: inline-block;
  color: var(--muted);
  white-space: nowrap;
}
.badge.online {
  background: var(--tint);
  color: var(--accent);
  border-color: #abc1aa;
}
.badge.pending {
  color: var(--warning);
  background: #eee5d1;
  border-color: #d3c29c;
}
.workbench {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 65px;
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}
.workbench > section + section {
  border-left: 1px solid var(--line);
  padding-left: 45px;
}
.section-description {
  color: var(--muted);
  font-size: 14px;
  margin: 12px 0 23px;
  max-width: 45ch;
}
.workbench form label {
  margin-bottom: 18px;
}
.field-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}
.workbench form button {
  margin-top: 4px;
}
.boundary {
  border-left: 2px solid var(--line);
  padding-left: 13px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  margin-top: 22px;
}
.code-result {
  padding: 18px;
  background: var(--tint);
  margin-top: 24px;
  border: 1px solid #b7c8af;
  border-radius: 3px;
}
.code-result > input {
  font: 12px var(--mono);
  margin: 8px 0;
}
.code-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}
.code-result p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 12px;
}
.requests {
  padding: 32px 0;
}
.job {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}
.job strong {
  font-size: 14px;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.job .badge {
  max-width: 230px;
  white-space: normal;
}
footer {
  display: flex;
  gap: 25px;
  justify-content: space-between;
  border-top: 1px solid var(--ink);
  padding: 24px 0 35px;
  color: var(--muted);
  font: 11px var(--mono);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip {
  position: absolute;
  top: -80px;
  left: 20px;
  z-index: 10;
  background: var(--white);
  padding: 12px;
}
.skip:focus {
  top: 10px;
}
@keyframes arrive {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 800px) {
  .intro {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px 0 32px;
  }
  h1 {
    font-size: 64px;
  }
  .posture {
    max-width: 470px;
  }
  .access {
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
  }
  .access form {
    max-width: none;
  }
  .workbench {
    gap: 30px;
  }
  .workbench > section + section {
    padding-left: 25px;
  }
  .node {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
  }
  .node > button {
    justify-self: end;
  }
  .edition {
    font-size: 10px;
    max-width: 135px;
    text-align: right;
  }
  footer {
    flex-wrap: wrap;
    gap: 12px;
  }
}
@media (max-width: 560px) {
  main {
    padding: 0 6%;
  }
  .masthead {
    padding: 18px 6%;
  }
  .brand {
    font-size: 15px;
    gap: 10px;
  }
  .brand-rule {
    height: 20px;
  }
  .edition {
    font-size: 9px;
    max-width: 105px;
  }
  h1 {
    font-size: 54px;
    letter-spacing: -2px;
  }
  .lede {
    font-size: 17px;
  }
  .workbench {
    grid-template-columns: 1fr;
    padding: 30px 0;
  }
  .workbench > section + section {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 27px 0 0;
  }
  .node {
    padding: 16px 3px;
  }
  .node .owner {
    font-size: 13px;
  }
  .section-number {
    margin-right: 10px;
  }
  h2 {
    font-size: 18px;
  }
  .job {
    align-items: flex-start;
  }
  .job .badge {
    max-width: 140px;
  }
  .access form {
    gap: 8px;
  }
  .access button {
    padding: 10px 14px;
  }
  footer {
    font-size: 10px;
  }
  .caption {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

.node > div, .job > div { min-width: 0; overflow-wrap: anywhere; }
