:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

body {
  background: #f4f7f9;
  color: #142433;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  margin: 0;
}

a {
  color: #075e67;
}

a:hover {
  text-decoration-thickness: 2px;
}

h1,
h2,
h3,
h4 {
  color: #063355;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.16;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.8rem);
  margin: 0.35rem 0 1rem;
}

h2 {
  font-size: clamp(1.45rem, 3vw, 2.15rem);
}

.crawl-topline {
  background: #063355;
  height: 8px;
  width: 100%;
}

.crawl-wrap {
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 24px;
  padding-right: 24px;
}

.crawl-header {
  background: #ffffff;
  border-bottom: 1px solid #cbd7df;
  padding: 42px 0 34px;
}

.crawl-breadcrumb,
.crawl-kicker {
  color: #526575;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin: 0;
  text-transform: uppercase;
}

.crawl-breadcrumb a {
  color: inherit;
}

.crawl-lead {
  color: #405564;
  font-size: 1.05rem;
  max-width: 78ch;
}

.crawl-main {
  padding-bottom: 64px;
  padding-top: 30px;
}

.crawl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.crawl-button {
  align-items: center;
  background: #075e67;
  border: 2px solid #075e67;
  border-radius: 7px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 700;
  min-height: 44px;
  padding: 9px 15px;
  text-decoration: none;
}

.crawl-button.secondary {
  background: #ffffff;
  color: #075e67;
}

.crawl-section {
  background: #ffffff;
  border: 1px solid #cbd7df;
  border-radius: 12px;
  margin: 0 0 24px;
  padding: 24px;
}

.crawl-section > h2:first-child,
.crawl-section > .crawl-section-head h2 {
  margin-top: 0;
}

.crawl-boundary {
  background: #f7fafb;
  border: 1px solid #95aab8;
  border-radius: 8px;
  color: #334b5b;
  padding: 14px 16px;
}

.crawl-organization-statements {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 20px 0;
}

.crawl-organization-statements article {
  background: #f7fafb;
  border: 1px solid #d7e0e6;
  border-radius: 9px;
  padding: 16px;
}

.crawl-organization-statements h3 {
  font-size: 1.05rem;
  margin: 0 0 8px;
}

.crawl-organization-statements p {
  margin: 0;
}

.crawl-summary {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 20px 0 0;
}

.crawl-summary > div {
  background: #f7fafb;
  border: 1px solid #d7e0e6;
  border-radius: 8px;
  padding: 14px;
}

.crawl-summary dt,
.crawl-meta dt {
  color: #5a6c79;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.crawl-summary dd {
  color: #063355;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  margin: 4px 0 0;
}

.crawl-table-wrap {
  overflow-x: auto;
}

.crawl-table {
  border-collapse: collapse;
  min-width: 760px;
  width: 100%;
}

.crawl-table caption {
  color: #526575;
  font-size: 0.86rem;
  padding: 0 0 12px;
  text-align: left;
}

.crawl-table th,
.crawl-table td {
  border-bottom: 1px solid #d7e0e6;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.crawl-table th {
  color: #063355;
  font-size: 0.78rem;
}

.crawl-table tbody tr:last-child > * {
  border-bottom: 0;
}

.crawl-record-list {
  display: grid;
  gap: 14px;
}

.crawl-record {
  border: 1px solid #d7e0e6;
  border-radius: 9px;
  padding: 18px;
}

.crawl-record h3 {
  font-size: 1.1rem;
  margin: 5px 0 10px;
}

.crawl-record blockquote {
  background: #f7fafb;
  border: 1px solid #d7e0e6;
  border-radius: 7px;
  color: #334b5b;
  margin: 12px 0;
  padding: 12px 14px;
}

.crawl-meta {
  display: grid;
  gap: 8px 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 12px 0;
}

.crawl-meta > div {
  min-width: 0;
}

.crawl-meta dd {
  margin: 3px 0 0;
  overflow-wrap: anywhere;
}

.crawl-source-list {
  margin-bottom: 0;
}

.crawl-source-list li + li {
  margin-top: 10px;
}

.crawl-hash {
  font-family: "Courier New", monospace;
  font-size: 0.78rem;
  overflow-wrap: anywhere;
}

.crawl-state {
  align-items: center;
  background: #eef5f6;
  border: 1px solid #8bb2b6;
  border-radius: 999px;
  color: #075e67;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 9px;
}

.crawl-state.missing {
  background: #f4f5f6;
  border-color: #c6cdd2;
  color: #596873;
}

.crawl-state.pass {
  background: #eaf6ef;
  border-color: #7eae91;
  color: #205b38;
}

.crawl-state.partial {
  background: #fff7df;
  border-color: #c7a85a;
  color: #6a5115;
}

.crawl-state.fail {
  background: #fff0ef;
  border-color: #c9908a;
  color: #7a302b;
}

.crawl-flow {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.crawl-flow li {
  background: #f7fafb;
  border: 1px solid #d7e0e6;
  border-radius: 8px;
  min-width: 0;
  padding: 12px;
}

.crawl-flow strong,
.crawl-flow span {
  display: block;
}

.crawl-flow span {
  color: #526575;
  font-size: 0.82rem;
  margin-top: 4px;
}

.crawl-score-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 20px 0 24px;
}

.crawl-score-grid > div {
  background: #f7fafb;
  border: 1px solid #d7e0e6;
  border-radius: 8px;
  padding: 14px;
}

.crawl-score-grid dt {
  color: #526575;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.crawl-score-grid dd {
  margin: 6px 0 0;
}

.crawl-score-grid strong,
.crawl-score-grid span {
  display: block;
}

.crawl-score-grid strong {
  color: #063355;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.crawl-score-grid span {
  color: #526575;
  font-size: 0.75rem;
}

.crawl-action-list {
  display: grid;
  gap: 10px;
  list-style-position: inside;
  margin: 0 0 24px;
  padding: 0;
}

.crawl-action-list li {
  background: #f7fafb;
  border: 1px solid #d7e0e6;
  border-radius: 8px;
  color: #405564;
  padding: 12px 14px;
}

.crawl-action-list strong {
  color: #063355;
}

.crawl-disclosure {
  background: #f7fafb;
  border: 1px solid #d7e0e6;
  border-radius: 8px;
  margin-top: 12px;
  overflow: hidden;
}

.crawl-disclosure > summary {
  color: #063355;
  cursor: pointer;
  font-weight: 700;
  padding: 13px 15px;
}

.crawl-disclosure[open] > summary {
  border-bottom: 1px solid #d7e0e6;
}

.crawl-disclosure > .crawl-table-wrap,
.crawl-disclosure > .crawl-source-list,
.crawl-disclosure > p {
  margin: 0;
  padding: 15px;
}

.crawl-score-domain-table {
  min-width: 1040px;
}

.crawl-score-domain-table th small {
  background: #fff7df;
  border: 1px solid #c7a85a;
  border-radius: 999px;
  color: #6a5115;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.62rem;
  margin-left: 6px;
  padding: 2px 6px;
}

.crawl-footer {
  background: #063355;
  color: #d9e6ec;
  padding: 28px 0;
}

.crawl-footer a {
  color: #ffffff;
}

@media (max-width: 780px) {
  .crawl-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .crawl-header {
    padding: 30px 0 26px;
  }

  .crawl-section {
    padding: 18px;
  }

  .crawl-summary,
  .crawl-meta,
  .crawl-flow,
  .crawl-organization-statements,
  .crawl-score-grid {
    grid-template-columns: 1fr 1fr;
  }

  .crawl-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .crawl-button {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 460px) {
  .crawl-summary,
  .crawl-meta,
  .crawl-score-grid {
    grid-template-columns: 1fr;
  }
}
