@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap");
:root {
  --ink: #16272c;
  --muted: #708084;
  --line: #dfe8e5;
  --paper: #f4f7f4;
  --white: #fff;
  --teal: #0f7770;
  --mint: #dceee8;
  --gold: #e9b867;
  --red: #b9524c;
  --shadow: 0 14px 40px rgba(21, 54, 57, 0.08);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    14px "DM Sans",
    sans-serif;
}
h1,
h2,
h3,
strong {
  font-family: "Space Grotesk", sans-serif;
}
h1 {
  font-size: 32px;
  margin: 7px 0 0;
}
h2 {
  font-size: 39px;
  line-height: 1.1;
  margin: 18px 0 10px;
}
h3 {
  margin: 0;
  font-size: 19px;
}
a {
  color: inherit;
  text-decoration: none;
}
.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: 245px;
  padding: 28px 18px 20px;
  background: #17363a;
  color: #d4e5df;
  display: flex;
  flex-direction: column;
}
.logo {
  display: flex;
  gap: 11px;
  align-items: center;
  margin: 0 12px 52px;
}
.logo > span,
.brand-mark {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  background: var(--gold);
  color: var(--ink);
  font: bold 15px "Space Grotesk";
  border-radius: 11px;
}
.logo strong,
.logo small,
.side-foot strong,
.side-foot small {
  display: block;
}
.logo strong {
  font-size: 16px;
  color: #fff;
}
.logo small,
.side-foot small {
  font-size: 9px;
  letter-spacing: 1.2px;
  color: #8eaaa4;
  margin-top: 3px;
}
.nav-label {
  display: block;
  color: #78938e;
  font: 600 10px "DM Sans";
  letter-spacing: 1.6px;
  padding: 0 13px 10px;
}
.nav-label.settings {
  margin-top: 31px;
}
.nav-link {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 13px;
  margin: 2px 0;
  border-radius: 8px;
  color: #a8c0ba;
}
.nav-link b {
  width: 20px;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}
.nav-link.active,
.nav-link:hover {
  background: #285356;
  color: #fff;
}
.side-foot {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding: 16px 10px 0;
  border-top: 1px solid #31575a;
}
.side-foot .avatar {
  background: #e0b365;
  color: #19383b;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  font-weight: 700;
}
.side-foot > a {
  margin-left: auto;
  font-size: 22px;
}
.logout-button {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: auto !important;
  color: #b8d0ca !important;
  font-size: 11px !important;
  font-weight: 600;
}
.logout-button:hover {
  color: #fff !important;
}
.logout-button span {
  font-size: 19px;
  font-weight: 400;
}
.main {
  margin-left: 245px;
  padding: 35px 5.5%;
  min-height: calc(100vh - 55px);
}
header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
.eyebrow {
  color: var(--teal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.7px;
  margin: 0;
}
.header-date {
  color: var(--muted);
  font-size: 12px;
}
.live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #60b17e;
  border-radius: 50%;
  margin-left: 10px;
}
.muted {
  color: var(--muted);
}
em {
  font-style: normal;
  color: var(--teal);
}
.hero {
  background: #d8ebe4;
  border-radius: 14px;
  padding: 35px 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.hero h2 {
  color: #17484b;
}
.hero p {
  color: #4e7774;
}
.tag {
  background: #f6cf87;
  color: #765522;
  border-radius: 4px;
  padding: 6px 9px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}
.hero-art {
  font-size: 140px;
  line-height: 0.7;
  color: #7bb4a7;
  position: relative;
}
.hero-art span {
  position: absolute;
  font: 700 28px "Space Grotesk";
  color: #173b3d;
  right: 29px;
  top: 32px;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 22px 0;
}
.stat,
.panel,
.form-panel,
.analysis-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
}
.stat {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.stat:hover {
  border-color: var(--teal);
}
.stat small {
  color: #a1b0ad;
  font-weight: 700;
}
.stat strong {
  font-size: 30px;
}
.stat span {
  color: var(--muted);
  font-size: 12px;
}
.stat b {
  float: right;
  color: var(--teal);
  font-size: 18px;
}
.grid-two {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr;
  gap: 20px;
}
.panel,
.form-panel {
  padding: 25px;
}
.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
.panel-head h3 {
  margin-top: 4px;
}
.text-link {
  color: var(--teal);
  font-weight: 700;
  font-size: 12px;
}
.dimension-row {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 13px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding: 15px 0;
}
.dimension-row small,
.table-panel small {
  display: block;
  color: var(--muted);
  margin-top: 4px;
  font-size: 12px;
}
.dimension-row > b {
  font-size: 11px;
  color: var(--muted);
}
.dim-code {
  background: #e1f0eb;
  color: var(--teal);
  padding: 6px 7px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
}
.accent-panel {
  background: #f7e7c8;
  border-color: #f0d59f;
}
.accent-panel p {
  line-height: 1.7;
  color: #695c45;
}
.button {
  border: 0;
  border-radius: 6px;
  padding: 11px 16px;
  font: 600 13px "DM Sans";
  display: inline-block;
  cursor: pointer;
}
.button.primary {
  background: var(--teal);
  color: #fff;
}
.button.light {
  background: #fff;
  color: var(--teal);
  margin-left: 7px;
}
.full {
  width: 100%;
  margin-top: 12px;
}
.toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.form-panel {
  margin-bottom: 20px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.form-grid .wide {
  grid-column: 1/-1;
}
label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #45605e;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fbfdfc;
  color: var(--ink);
  padding: 11px;
  margin-top: 7px;
  font: 14px "DM Sans";
}
textarea {
  resize: vertical;
}
.form-actions {
  padding-top: 5px;
}
.table-panel {
  padding: 0;
  overflow: hidden;
}
.table-panel .panel-head {
  padding: 24px 25px;
  margin: 0;
}
.count {
  color: var(--muted);
  font-size: 12px;
}
.table-wrap {
  overflow: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 12px;
}
th {
  background: #f4f8f6;
  color: #788d89;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
th,
td {
  padding: 14px 16px;
  border-top: 1px solid var(--line);
  vertical-align: top;
}
td {
  max-width: 300px;
}
td:first-child,
th:first-child {
  padding-left: 25px;
}
.status {
  border-radius: 20px;
  padding: 5px 9px;
  background: #e4f2e9;
  color: #27744c;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
}
.status.nonaktif,
.status.negative {
  background: #fae4e1;
  color: var(--red);
}
.status.positive {
  background: #e4f2e9;
  color: #27744c;
}
.actions {
  white-space: nowrap;
}
.inline {
  display: inline;
}
.icon-button {
  border: 0;
  background: #edf4f2;
  color: var(--teal);
  padding: 7px 9px;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 3px;
}
.icon-button.danger {
  color: var(--red);
  background: #fae9e6;
}
.scale-note {
  background: #edf6f2;
  padding: 12px 15px;
  color: #58716d;
  margin: 19px 0;
}
.section-label {
  border-bottom: 2px solid var(--mint);
  padding: 14px 0 8px;
  color: var(--teal);
}
.question {
  display: grid;
  grid-template-columns: 1fr 125px 125px;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}
.question span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 700;
}
.question p {
  margin: 5px 0 0;
  line-height: 1.5;
}
.analysis-grid {
  display: flex;
  overflow-x: auto;
  width: 100%;
  min-width: 0;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 13px;
  margin-bottom: 20px;
  padding: 2px 2px 8px;
  scroll-snap-type: x proximity;
}
.analysis-grid::-webkit-scrollbar {
  display: none;
}
.analysis-card {
  flex: 0 0 245px;
  min-width: 245px;
  padding: 17px;
  scroll-snap-align: start;
}
.analysis-grid.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}
.analysis-grid:not(.is-dragging) {
  cursor: grab;
}
.analysis-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.analysis-card h3 {
  font-size: 15px;
  margin: 17px 0;
}
.metric {
  display: flex;
  align-items: end;
  gap: 7px;
}
.metric div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.metric small {
  font-size: 8px;
  color: var(--muted);
}
.metric strong {
  font-size: 20px;
}
.metric i {
  color: #98aaa6;
  margin-bottom: 4px;
}
.gap {
  margin-left: auto;
  font-size: 20px;
}
.negative-text {
  color: var(--red);
}
.positive-text {
  color: #27744c;
}
.empty {
  text-align: center;
  padding: 70px;
}
.alert {
  padding: 13px 16px;
  border-radius: 6px;
  background: #e1f2e7;
  color: #27744c;
  margin-bottom: 20px;
}
.alert.error {
  background: #fae4e1;
  color: var(--red);
}
.site-footer {
  margin-left: 245px;
  padding: 18px 5.5%;
  font-size: 11px;
  color: #849491;
  border-top: 1px solid var(--line);
}
.site-footer span {
  float: right;
}
.login-page {
  background: #17363a;
  display: grid;
  place-items: center;
  min-height: 100vh;
}
.login-box {
  background: #f7fbf8;
  width: min(440px, calc(100% - 32px));
  padding: 42px;
  border-radius: 14px;
  box-shadow: var(--shadow);
}
.login-box h1 {
  font-size: 37px;
}
.login-box .muted {
  line-height: 1.7;
  margin-bottom: 25px;
}
.login-box small {
  display: block;
  text-align: center;
  margin-top: 18px;
  color: var(--muted);
}
.landing-page {
  background: #edf5f1;
  color: var(--ink);
  min-height: 100vh;
  overflow-x: hidden;
}
.landing-nav {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landing-brand {
  display: flex;
  align-items: center;
  gap: 11px;
}
.landing-brand > span:last-child {
  display: block;
}
.landing-brand strong,
.landing-brand small {
  display: block;
}
.landing-brand strong {
  font: 700 16px "Space Grotesk";
}
.landing-brand small {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 1.4px;
  margin-top: 3px;
}
.login-link {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--teal);
  font-weight: 700;
  font-size: 12px;
  border-bottom: 1px solid transparent;
  padding: 8px 0;
}
.login-link:hover {
  border-color: var(--teal);
}
.login-link span {
  font-size: 18px;
}
.landing-main {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}
.landing-hero {
  min-height: 540px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 55px;
  border-top: 1px solid #d8e8e2;
}
.landing-copy {
  padding: 52px 0;
}
.landing-copy h1 {
  font-size: clamp(42px, 5.1vw, 70px);
  line-height: 1.02;
  letter-spacing: 0;
  margin: 22px 0 20px;
  max-width: 720px;
}
.landing-copy p {
  max-width: 540px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 28px;
}
.landing-cta {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  background: var(--teal);
  color: #fff;
  padding: 15px 18px 15px 21px;
  border-radius: 6px;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(15, 119, 112, 0.18);
}
.landing-cta span {
  font-size: 20px;
  line-height: 1;
}
.landing-cta:hover {
  background: #0b635e;
  transform: translateY(-1px);
}
.landing-note {
  display: block;
  color: #829590;
  font-size: 11px;
  margin-top: 14px;
}
.landing-visual {
  position: relative;
  min-height: 440px;
  display: grid;
  place-items: center;
}
.scan-ring {
  position: absolute;
  border: 1px solid #9bc8bb;
  border-radius: 50%;
  width: 300px;
  height: 300px;
}
.ring-one {
  width: 390px;
  height: 390px;
  border-color: #c6ded5;
}
.ring-two {
  width: 510px;
  height: 510px;
  border-color: #d8eae3;
}
.landing-qr {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 9px solid #fff;
  border-radius: 12px;
  padding: 17px 17px 15px;
  text-align: center;
  box-shadow: 0 18px 45px rgba(22, 63, 61, 0.14);
}
.landing-qr img {
  display: block;
  width: 210px;
  height: 210px;
  margin-bottom: 14px;
}
.landing-qr strong,
.landing-qr small {
  display: block;
}
.landing-qr strong {
  font-size: 14px;
}
.landing-qr small {
  color: var(--muted);
  font-size: 11px;
  margin-top: 4px;
}
.landing-bottom {
  border-top: 1px solid #cfe1da;
  padding: 44px 0 52px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 45px;
}
.landing-bottom h2 {
  font-size: 28px;
  margin-top: 13px;
}
.landing-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.landing-points > div {
  display: flex;
  gap: 10px;
  border-left: 2px solid #b8d8ce;
  padding-left: 13px;
}
.landing-points b {
  color: #b18a4b;
  font: 700 12px "Space Grotesk";
}
.landing-points span {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.35;
}
.landing-points small {
  display: block;
  color: var(--muted);
  font: 400 11px "DM Sans";
  line-height: 1.5;
  margin-top: 5px;
}
.landing-footer {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  border-top: 1px solid #cfe1da;
  padding: 17px 0;
  color: #829590;
  font-size: 11px;
  display: flex;
  justify-content: space-between;
}
.share-link {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 15px 0 12px;
}
.share-link code {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #ead6aa;
  border-radius: 5px;
  padding: 9px;
  color: #796640;
  font-size: 10px;
  flex: 1;
}
.qr-share {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: #796640;
  font-size: 11px;
  line-height: 1.5;
}
.qr-share img {
  width: 82px;
  height: 82px;
  padding: 5px;
  background: #fff;
  border-radius: 6px;
}
.survey-page {
  background: #eaf3ef;
  min-height: 100vh;
}
.survey-shell {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
  padding: 30px 0 45px;
}
.survey-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 45px;
}
.survey-brand strong,
.survey-brand small {
  display: block;
}
.survey-brand strong {
  font: 700 16px "Space Grotesk";
}
.survey-brand small {
  font-size: 9px;
  letter-spacing: 1.4px;
  color: var(--muted);
  margin-top: 3px;
}
.survey-intro {
  padding: 35px 0 28px;
}
.survey-intro h1 {
  font-size: 46px;
  line-height: 1.05;
  margin: 20px 0 14px;
}
.survey-intro p {
  max-width: 570px;
  line-height: 1.7;
  color: var(--muted);
  font-size: 15px;
}
.survey-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 30px;
  margin-top: 20px;
  box-shadow: var(--shadow);
}
.survey-card h2 {
  font-size: 24px;
  margin: 5px 0;
}
.survey-card .panel-head {
  margin-bottom: 12px;
}
.step {
  color: var(--teal);
  font-weight: 700;
  font-size: 12px;
}
.public-question {
  display: grid;
  grid-template-columns: 1fr 125px 125px;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}
.public-question span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 700;
}
.public-question p {
  margin: 5px 0;
  line-height: 1.5;
}
.survey-submit {
  margin-top: 25px;
}
.gap-legend {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  border-top: 1px solid var(--line);
  margin-top: 12px;
  padding-top: 10px;
  color: var(--muted);
  font-size: 11px;
}
.gap-legend b {
  display: block;
  color: var(--ink);
  margin-bottom: 3px;
}
.survey-success {
  background: #fff;
  border-radius: 12px;
  padding: 65px 35px;
  text-align: center;
  box-shadow: var(--shadow);
  max-width: 650px;
  margin: 60px auto;
}
.survey-success h1 {
  font-size: 36px;
  margin: 15px 0;
}
.survey-success p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}
.success-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #dcefe3;
  color: #27744c;
  font-size: 30px;
  font-weight: 700;
  margin: 0 auto 22px;
}
.survey-footer {
  text-align: center;
  color: #849491;
  font-size: 11px;
  margin-top: 25px;
}
.report-page .report-masthead,
.report-page .interpretation-box,
.report-page .report-document > .table-panel {
  display: none;
}
.report-page .report-document {
  min-width: 0;
}
@media (max-width: 1000px) {
  .sidebar {
    width: 205px;
  }
  .main,
  .site-footer {
    margin-left: 205px;
  }
  .analysis-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .sidebar {
    position: static;
    width: 100%;
    padding: 17px;
  }
  .logo {
    margin: 0 10px 18px;
  }
  .sidebar nav {
    display: flex;
    overflow: auto;
    gap: 3px;
  }
  .nav-label,
  .settings {
    display: none;
  }
  .nav-link {
    white-space: nowrap;
  }
  .side-foot {
    display: none;
  }
  .main,
  .site-footer {
    margin-left: 0;
    padding: 24px 16px;
  }
  .hero {
    padding: 25px;
  }
  .hero-art {
    font-size: 80px;
  }
  .stats,
  .grid-two {
    grid-template-columns: 1fr 1fr;
  }
  .grid-two {
    grid-template-columns: 1fr;
  }
  .form-grid,
  .question,
  .public-question {
    grid-template-columns: 1fr;
  }
  .analysis-grid {
    gap: 12px;
  }
  header {
    margin-bottom: 20px;
  }
  .header-date {
    display: none;
  }
  .site-footer span {
    float: none;
    display: block;
    margin-top: 5px;
  }
  .landing-nav,
  .landing-main,
  .landing-footer {
    width: min(100% - 32px, 560px);
  }
  .landing-nav {
    padding: 18px 0;
  }
  .landing-brand strong {
    font-size: 14px;
  }
  .landing-brand small {
    font-size: 8px;
  }
  .login-link {
    font-size: 11px;
  }
  .landing-hero {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .landing-copy {
    padding: 38px 0 20px;
  }
  .landing-copy h1 {
    font-size: clamp(38px, 12vw, 56px);
  }
  .landing-copy p {
    font-size: 14px;
  }
  .landing-visual {
    min-height: 360px;
  }
  .scan-ring {
    width: 260px;
    height: 260px;
  }
  .ring-one {
    width: 320px;
    height: 320px;
  }
  .ring-two {
    width: 380px;
    height: 380px;
  }
  .landing-qr img {
    width: 175px;
    height: 175px;
  }
  .landing-bottom {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 35px 0 40px;
  }
  .landing-points {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .landing-footer {
    flex-direction: column;
    gap: 5px;
  }
}
@media print {
  @page {
    size: A4;
    margin: 16mm 14mm;
  }
  body.report-page {
    background: #fff;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 10pt;
  }
  body.report-page .sidebar,
  body.report-page .site-footer,
  body.report-page .main > header,
  body.report-page .toolbar,
  body.report-page .no-print {
    display: none !important;
  }
  body.report-page .main {
    margin: 0;
    padding: 0;
    min-height: 0;
  }
  body.report-page .report-document {
    display: block;
    width: 100%;
  }
  body.report-page .report-masthead {
    display: block;
    text-align: center;
    border-bottom: 2px solid #000;
    padding-bottom: 14px;
    margin-bottom: 16px;
  }
  body.report-page .report-masthead,
  body.report-page .interpretation-box,
  body.report-page .report-document > .table-panel {
    display: block;
  }
  body.report-page .report-kicker {
    font-size: 9pt;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin: 0 0 7px;
  }
  body.report-page .report-masthead h2 {
    color: #000;
    font:
      700 20pt Arial,
      sans-serif;
    margin: 0 0 7px;
  }
  body.report-page .report-masthead p {
    margin: 3px 0;
    line-height: 1.4;
  }
  body.report-page .report-meta {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #999;
    margin-top: 12px;
    padding-top: 7px;
    font-size: 9pt;
  }
  body.report-page .report-overview {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #000;
    margin-bottom: 14px;
  }
  body.report-page .report-overview > div {
    min-height: 54px;
    padding: 8px;
    border-right: 1px solid #000;
  }
  body.report-page .report-overview > div:last-child {
    border-right: 0;
  }
  body.report-page .report-overview span {
    display: block;
    color: #000;
    font-size: 7pt;
    font-weight: 700;
    margin-bottom: 6px;
  }
  body.report-page .report-overview strong {
    color: #000;
    font:
      700 12pt Arial,
      sans-serif;
  }
  body.report-page .overview-label {
    font-size: 9pt !important;
  }
  body.report-page .interpretation-box {
    border: 1px solid #000;
    padding: 11px 13px;
    margin-bottom: 16px;
    page-break-inside: avoid;
  }
  body.report-page .interpretation-box h3 {
    color: #000;
    font:
      700 11pt Arial,
      sans-serif;
    margin: 0 0 7px;
  }
  body.report-page .interpretation-box p {
    margin: 5px 0;
    line-height: 1.45;
  }
  body.report-page .interpretation-box strong {
    font-family: Arial, sans-serif;
  }
  body.report-page .gap-legend {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #000;
    color: #000;
  }
  body.report-page .gap-legend b {
    color: #000;
  }
  body.report-page .analysis-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
    gap: 0;
    margin-bottom: 16px;
  }
  body.report-page .analysis-card {
    flex: initial;
    border: 1px solid #000;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 8px;
    page-break-inside: avoid;
  }
  body.report-page .analysis-card:last-child {
    border-right: 1px solid #000;
  }
  body.report-page .analysis-card h3 {
    font:
      700 9pt Arial,
      sans-serif;
    margin: 8px 0;
  }
  body.report-page .analysis-card .dim-code,
  body.report-page .analysis-card .status {
    color: #000;
    background: #fff;
    border: 0;
    padding: 0;
    font-size: 8pt;
  }
  body.report-page .analysis-card .status {
    display: block;
    margin-top: 4px;
    font-weight: 400;
  }
  body.report-page .metric {
    gap: 5px;
  }
  body.report-page .metric strong,
  body.report-page .metric .gap {
    color: #000;
    font:
      700 11pt Arial,
      sans-serif;
  }
  body.report-page .metric small {
    color: #000;
    font-size: 6pt;
  }
  body.report-page .table-panel {
    border: 0;
    box-shadow: none;
    padding: 0;
  }
  body.report-page .table-panel .panel-head {
    padding: 0 0 7px;
    margin: 0;
  }
  body.report-page .table-panel h3 {
    color: #000;
    font:
      700 11pt Arial,
      sans-serif;
  }
  body.report-page .table-wrap {
    overflow: visible;
  }
  body.report-page table {
    border: 1px solid #000;
    font-size: 8pt;
  }
  body.report-page th {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 7pt;
  }
  body.report-page td {
    border: 1px solid #000;
    color: #000;
    padding: 6px 7px;
  }
  body.report-page td:first-child,
  body.report-page th:first-child {
    padding-left: 7px;
  }
  body.report-page .dim-code,
  body.report-page .negative-text,
  body.report-page .positive-text {
    color: #000;
    background: #fff;
  }
  body.report-page tr {
    page-break-inside: avoid;
  }
}
