:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17202a;
  background: #f7f8fa;
}

body {
  margin: 0;
}

.page-header,
main {
  max-width: 920px;
  margin: 0 auto;
  padding: 32px 24px;
}

.page-header {
  padding-top: 56px;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #596673;
}

h1 {
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 16px;
}

.summary {
  font-size: 18px;
  line-height: 1.55;
  color: #344050;
}

.file-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.file-links a,
.data-link,
button {
  border: 1px solid #c9d2dc;
  border-radius: 6px;
  padding: 8px 10px;
  background: #fff;
  color: #17202a;
  text-decoration: none;
}

.report-block {
  background: #fff;
  border: 1px solid #dbe2ea;
  border-radius: 8px;
  padding: 22px;
  margin: 18px 0;
}

.anchor {
  color: #667789;
  text-decoration: none;
  margin-right: 6px;
}

.block-body {
  line-height: 1.65;
}

.insight {
  border-left: 4px solid #1d6f8f;
  padding-left: 12px;
  color: #18485d;
  font-weight: 600;
}

.source {
  color: #5b6673;
  font-size: 13px;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 16px 0;
  font-size: 14px;
}

th,
td {
  border: 1px solid #d8e0e8;
  padding: 8px;
  text-align: left;
}

th {
  background: #eef3f7;
}

.feedback-panel {
  position: fixed;
  right: 16px;
  top: 16px;
  width: min(320px, calc(100vw - 32px));
  background: #fff;
  border: 1px solid #d7dfe8;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 8px 24px rgb(0 0 0 / 10%);
}

.feedback-panel h2 {
  margin-top: 0;
  font-size: 18px;
}

.feedback-panel label {
  display: grid;
  gap: 6px;
  margin: 10px 0;
  font-size: 13px;
}

.feedback-panel input,
.feedback-panel textarea {
  border: 1px solid #c9d2dc;
  border-radius: 6px;
  padding: 8px;
  font: inherit;
}

.feedback-panel pre {
  white-space: pre-wrap;
  max-height: 180px;
  overflow: auto;
  font-size: 12px;
}

@media (max-width: 1180px) {
  .feedback-panel {
    position: static;
    width: auto;
    margin: 24px;
  }
}
