:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172a2a;
  background: #f4f8f7;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  max-width: 880px;
  margin: 0 auto;
  padding: 32px 24px 24px;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 1.12;
}

h2 {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.3;
}

h3 {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.35;
}

p {
  margin-bottom: 0;
  line-height: 1.5;
}

.site-header {
  padding: 8px 0 28px;
  border-bottom: 1px solid #d8e4e1;
}

.eyebrow {
  margin-bottom: 10px;
  color: #426462;
  font-size: 11px;
  font-weight: 700;
}

.summary {
  max-width: 620px;
  color: #526765;
}

.status-band,
.hours-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid #d8e4e1;
}

.status-band {
  justify-content: flex-start;
}

.status-mark {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid #9fcfc2;
  border-radius: 50%;
  color: #145b4a;
  background: #dff3ec;
  font-size: 11px;
  font-weight: 800;
}

.status-band p,
.hours-band p {
  color: #526765;
}

.tag {
  flex: 0 0 auto;
  padding: 5px 8px;
  border: 1px solid #d9b77b;
  border-radius: 4px;
  color: #674a17;
  background: #fff4dc;
  font-size: 12px;
  font-weight: 650;
}

.reports {
  padding-top: 26px;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.section-heading .eyebrow {
  margin-bottom: 5px;
}

.count {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #235f72;
  font-size: 13px;
  font-weight: 700;
}

.report-list {
  display: grid;
  gap: 0;
}

.report {
  padding: 16px 0;
  border-top: 1px solid #d8e4e1;
}

.report p {
  color: #526765;
}

.report-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-top: 10px;
  color: #526765;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
}

.report-meta code {
  color: #173e50;
}

footer {
  margin-top: 26px;
  padding-top: 15px;
  border-top: 1px solid #d8e4e1;
  color: #607370;
  font-size: 12px;
}

@media (max-width: 520px) {
  body {
    padding: 24px 18px 20px;
  }

  h1 {
    font-size: 28px;
  }

  .hours-band {
    align-items: flex-start;
  }
}
