* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #f4f6f8;
  color: #192b3d;
  font:
    15px/1.6 system-ui,
    -apple-system,
    Segoe UI,
    sans-serif;
}
button,
input,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
  border: 1px solid #ccd6de;
  background: white;
  color: #233b50;
  border-radius: 8px;
  padding: 10px 15px;
  font-weight: 600;
}
button:hover {
  background: #e9f4f2;
}
button:disabled {
  opacity: 0.5;
  cursor: wait;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #17a68c;
  outline-offset: 3px;
}
.primary {
  background: #137d70;
  color: white;
  border-color: #137d70;
}
.primary:hover {
  background: #096457;
}
aside {
  position: fixed;
  inset: 0 auto 0 0;
  width: 268px;
  background: #142d3e;
  color: #dae5ec;
  padding: 32px 22px;
  display: flex;
  flex-direction: column;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #74d9c5;
  text-decoration: none;
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 40px;
}
.brand span {
  font-size: 24px;
  color: white;
  line-height: 1.2;
}
.brand small {
  display: block;
  font-size: 8px;
  letter-spacing: 1.8px;
  font-weight: 500;
  margin-top: 9px;
  color: #bed0dc;
}
.nav-label {
  font-size: 10px;
  letter-spacing: 1.7px;
  color: #9cb1bf;
  margin-top: 38px;
}
nav {
  overflow: auto;
  flex: 1;
}
nav button {
  display: block;
  width: 100%;
  text-align: left;
  color: #dbe8ef;
  background: transparent;
  border: 0;
  margin-bottom: 8px;
  font-weight: 500;
}
nav button.active,
nav button:hover {
  background: #294757;
}
nav small {
  display: block;
  color: #adc2ce;
  font-size: 11px;
}
.sidebar-bottom {
  border-top: 1px solid #3a5261;
  padding-top: 20px;
}
.sidebar-bottom button {
  font-size: 12px;
}
.sidebar-bottom p {
  font-size: 12px;
}
main {
  margin-left: 268px;
  padding: 45px 5vw;
  max-width: 1550px;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #558478;
}
h1 {
  font-size: 34px;
  line-height: 1.22;
  letter-spacing: -1px;
  margin: 12px 0;
}
h2 {
  font-size: 23px;
  line-height: 1.4;
}
h3 {
  font-size: 16px;
}
header p,
.muted,
footer {
  color: #627688;
}
.panel {
  background: white;
  border: 1px solid #e0e6eb;
  border-radius: 14px;
  padding: 28px;
  margin: 22px 0;
  box-shadow: 0 4px 15px #18324b04;
}
.badge {
  display: inline-block;
  background: #e2f4ee;
  color: #206d5e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 5px 9px;
  border-radius: 5px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin: 35px 0 10px;
}
.steps b {
  color: #8fbeb3;
  font-size: 27px;
  font-weight: 400;
}
.steps p {
  color: #627688;
  font-size: 14px;
}
.toolbar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.toolbar button {
  font-size: 12px;
}
.danger {
  color: #a33939;
}
label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 14px 0 7px;
}
input:not([type="checkbox"]),
textarea {
  width: 100%;
  border: 1px solid #ccd6de;
  border-radius: 7px;
  padding: 11px;
  background: #fcfdfe;
  color: #192b3d;
}
textarea {
  resize: vertical;
}
form button {
  margin-top: 14px;
}
hr {
  border: 0;
  border-top: 1px solid #e0e6eb;
  margin: 30px 0;
}
.consent {
  font-weight: 400;
  padding: 14px;
  background: #eef3f7;
  border-radius: 8px;
}
.tabs {
  display: flex;
  border-bottom: 1px solid #d5dfe7;
  margin-top: 24px;
  gap: 8px;
}
.tabs button {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.tabs [aria-selected="true"] {
  border-bottom: 3px solid #137d70;
  color: #137d70;
}
.report-section {
  margin-bottom: 28px;
}
.report-section h3 {
  color: #527164;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-size: 11px;
}
.finding {
  padding: 12px 0;
  border-bottom: 1px solid #eff2f5;
}
.finding p {
  margin: 0 0 7px;
}
.source {
  font-size: 10px;
  border: 0;
  background: #eaf2f6;
  padding: 3px 7px;
  margin: 0 5px 0 0;
}
.meta {
  font-size: 12px;
  color: #60778b;
}
.segment {
  padding: 18px 0;
  border-bottom: 1px solid #e4ebef;
  scroll-margin-top: 25px;
}
.segment:target,
.segment.highlight {
  background: #e6f5ee;
}
.segment p {
  margin: 5px 0;
}
.segment strong {
  font-size: 13px;
}
.segment small {
  margin-right: 10px;
  color: #647e91;
}
.inline {
  display: flex;
  gap: 10px;
}
.inline button {
  margin: 0;
}
#status:not(:empty) {
  padding: 12px 16px;
  background: #e7f1f6;
  border-radius: 8px;
}
#status.error {
  background: #fff0ef;
  color: #a13931;
}
footer {
  font-size: 11px;
  margin: 30px 0;
}
#graph-results button {
  display: block;
  margin: 10px 0;
}
[hidden] {
  display: none !important;
}
@media (max-width: 850px) {
  aside {
    position: relative;
    width: auto;
    padding: 20px;
  }
  .brand {
    margin: 0 0 20px;
  }
  .nav-label {
    margin-top: 18px;
  }
  nav {
    max-height: 150px;
  }
  .sidebar-bottom {
    margin-top: 18px;
  }
  main {
    margin: 0;
    padding: 24px;
  }
  header {
    align-items: flex-start;
    flex-direction: column;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  h1 {
    font-size: 28px;
  }
  .inline {
    flex-direction: column;
  }
}
@media print {
  aside,
  .toolbar,
  .tabs,
  .ask,
  footer,
  .consent,
  header button,
  #import,
  #status {
    display: none !important;
  }
  main {
    margin: 0;
    padding: 0;
  }
  .panel {
    border: 0;
    box-shadow: none;
  }
}
