.data-platform-page,
.health-center-page {
  --dp-title: 44px;
  --dp-section: 30px;
  --dp-subsection: 20px;
  --dp-body: 16px;
  --dp-support: 14px;
  --dp-shell: 1180px;
  color: #111f28;
  font-family: "Noto Sans SC", sans-serif;
  font-size: var(--dp-body);
}

.dp-shell {
  width: min(var(--dp-shell), calc(100% - 64px));
  margin: 0 auto;
}

.dp-kicker {
  margin: 0 0 14px;
  color: #008f80;
  font-size: var(--dp-support);
  line-height: 1.4;
  font-weight: 700;
}

.dp-hero {
  min-height: 610px;
  display: flex;
  align-items: center;
  background: #edf5f8;
}

.dp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(480px, 1.06fr);
  gap: 78px;
  align-items: center;
  padding: 74px 0 82px;
}

.dp-hero-copy h1,
.dp-section-heading h2,
.dp-boundary-grid h2,
.dp-cta-inner h2 {
  letter-spacing: 0;
}

.dp-hero-copy h1 {
  max-width: 650px;
  margin: 0;
  font-size: var(--dp-title);
  line-height: 1.22;
  font-weight: 590;
}

.dp-lead {
  max-width: 640px;
  margin: 24px 0 0;
  color: #425965;
  font-size: var(--dp-body);
  line-height: 1.85;
  text-align: justify;
  text-justify: inter-ideograph;
}

.dp-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dp-button {
  min-height: 46px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.dp-button-primary {
  color: #fff;
  background: #008f80;
}

.dp-button-primary:hover,
.dp-button-primary:focus-visible {
  background: #08786e;
}

.dp-button-secondary {
  border-color: #b7d0da;
  color: #183844;
  background: #fff;
}

.dp-button-secondary:hover,
.dp-button-secondary:focus-visible {
  border-color: #008f80;
  color: #007b6e;
}

.dp-preview {
  min-height: 410px;
  padding: 24px;
  border-top: 4px solid #0070b0;
  background: #fff;
  box-shadow: 0 24px 64px rgba(31, 69, 84, 0.12);
}

.dp-preview-head,
.dp-trend-title,
.dp-preview-event {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.dp-preview-head {
  padding-bottom: 18px;
  border-bottom: 1px solid #dce9ee;
}

.dp-preview-head strong {
  font-size: 18px;
}

.dp-preview-head span,
.dp-trend-title span,
.dp-preview-event small {
  color: #6a7b84;
  font-size: 13px;
}

.dp-preview-summary {
  padding: 22px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #dce9ee;
}

.dp-preview-summary > div {
  padding: 0 16px;
  border-left: 1px solid #dce9ee;
}

.dp-preview-summary > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.dp-preview-summary small,
.dp-preview-summary strong {
  display: block;
}

.dp-preview-summary small {
  color: #647781;
  font-size: 12px;
}

.dp-preview-summary strong {
  margin-top: 8px;
  font-size: 18px;
}

.dp-preview-trend {
  padding: 22px 0 18px;
}

.dp-trend-chart {
  position: relative;
  height: 92px;
  margin-top: 16px;
  border-bottom: 1px solid #bfd8e2;
  background: repeating-linear-gradient(to bottom, transparent 0, transparent 30px, #edf3f5 31px);
}

.dp-trend-chart::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 10%;
  top: 24%;
  height: 2px;
  background: #008f80;
  transform: rotate(-18deg);
  transform-origin: left center;
}

.dp-trend-chart span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #008f80;
  box-shadow: 0 0 0 1px #008f80;
}

.dp-preview-event {
  padding: 14px 16px;
  background: #eef7f5;
}

.dp-preview-event i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #10a040;
}

.dp-preview-event span {
  margin-right: auto;
}

.dp-preview-event strong,
.dp-preview-event small {
  display: block;
}

.dp-preview-event strong {
  font-size: 14px;
}

.dp-preview-event b {
  color: #007b6e;
  font-size: 13px;
}

.dp-module-band,
.dp-integration-band,
.dp-boundary-band,
.dp-cta-band {
  padding: 84px 0;
}

.dp-module-band {
  background: #fff;
}

.dp-section-heading h2,
.dp-boundary-grid h2,
.dp-cta-inner h2 {
  margin: 0;
  font-size: var(--dp-section);
  line-height: 1.3;
  font-weight: 590;
}

.dp-section-heading > p:last-child {
  margin: 22px 0 0;
  color: #425965;
  line-height: 1.85;
  text-align: justify;
  text-justify: inter-ideograph;
}

.dp-module-list {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #dce9ee;
  border-left: 1px solid #dce9ee;
}

.dp-module-list a {
  min-height: 150px;
  padding: 24px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-content: start;
  border-right: 1px solid #dce9ee;
  border-bottom: 1px solid #dce9ee;
  color: #111f28;
  text-decoration: none;
  transition: background-color 160ms ease;
}

.dp-module-list a:hover,
.dp-module-list a:focus-visible {
  background: #f1f7f8;
}

.dp-module-list span {
  grid-row: 1 / 3;
  color: #008f80;
  font-size: 12px;
  font-weight: 750;
}

.dp-module-list strong {
  font-size: var(--dp-subsection);
  line-height: 1.35;
}

.dp-module-list small {
  margin-top: 12px;
  color: #61737d;
  font-size: var(--dp-support);
  line-height: 1.65;
}

.dp-integration-band {
  background: #f3f8fa;
}

.dp-integration-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(520px, 1.22fr);
  gap: 84px;
}

.dp-process {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #c6dce4;
}

.dp-process li {
  min-height: 112px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  border-bottom: 1px solid #c6dce4;
}

.dp-process li > span {
  color: #0070b0;
  font-size: 12px;
  font-weight: 750;
}

.dp-process strong {
  font-size: 18px;
}

.dp-process p {
  margin: 8px 0 0;
  color: #536975;
  font-size: var(--dp-support);
  line-height: 1.7;
}

.dp-boundary-band {
  color: #fff;
  background: #123746;
}

.dp-boundary-band .dp-kicker {
  color: #70d4c7;
}

.dp-boundary-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(520px, 1.22fr);
  gap: 84px;
}

.dp-boundary-copy > p {
  max-width: 700px;
  margin: 0;
  color: #d3e1e6;
  line-height: 1.85;
  text-align: justify;
  text-justify: inter-ideograph;
}

.dp-boundary-points {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.dp-boundary-points span {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 14px;
}

.dp-cta-band {
  background: #eaf7f4;
}

.dp-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

@media (max-width: 980px) {
  .dp-hero-grid,
  .dp-integration-grid,
  .dp-boundary-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .dp-preview {
    width: min(680px, 100%);
  }

  .dp-module-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .data-platform-page,
  .health-center-page {
    --dp-title: 34px;
    --dp-section: 26px;
    --dp-subsection: 18px;
    --dp-body: 15px;
    --dp-support: 13px;
  }

  .dp-shell {
    width: min(var(--dp-shell), calc(100% - 32px));
    max-width: 100%;
  }

  .dp-hero {
    min-height: auto;
  }

  .dp-hero-grid {
    padding: 52px 0 58px;
  }

  .dp-hero-copy h1 {
    line-height: 1.28;
  }

  .dp-actions,
  .dp-cta-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .dp-button {
    width: 100%;
  }

  .dp-preview {
    min-height: 360px;
    padding: 18px;
  }

  .dp-preview-summary > div {
    padding: 0 9px;
  }

  .dp-preview-event b {
    display: none;
  }

  .dp-module-band,
  .dp-integration-band,
  .dp-boundary-band,
  .dp-cta-band {
    padding: 58px 0;
  }

  .dp-module-list {
    grid-template-columns: 1fr;
  }

  .dp-module-list a {
    min-height: 118px;
  }

  .dp-boundary-points {
    grid-template-columns: 1fr;
  }
}

/* Customer-facing Data & AI directory */
.dp-simple-hero {
  padding: 92px 0 88px;
  background-color: #edf5f8;
  background-image:
    linear-gradient(90deg, rgba(237, 245, 248, 1) 0%, rgba(237, 245, 248, 0.99) 46%, rgba(237, 245, 248, 0.93) 60%, rgba(237, 245, 248, 0.68) 78%, rgba(237, 245, 248, 0.44) 100%),
    url("../assets/images/home-hero-health.png");
  background-position: center, right center;
  background-repeat: no-repeat;
  background-size: 100% 100%, auto 100%;
}

.dp-simple-hero-inner {
  max-width: 920px;
  margin-left: max(32px, calc((100% - var(--dp-shell)) / 2));
  margin-right: auto;
}

.dp-simple-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: var(--dp-title);
  line-height: 1.22;
  font-weight: 590;
  letter-spacing: 0;
}

.dp-simple-lead {
  max-width: 780px;
  margin: 24px 0 0;
  color: #425965;
  font-size: var(--dp-body);
  line-height: 1.85;
  text-align: justify;
  text-justify: inter-ideograph;
}

.dp-hero-path {
  position: relative;
  max-width: 720px;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
  counter-reset: health-path;
}

.dp-hero-path::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: #9fc3cf;
}

.dp-hero-path li {
  position: relative;
  padding: 38px 6px 0;
  color: #244550;
  font-size: 14px;
  font-weight: 650;
  text-align: center;
  counter-increment: health-path;
}

.dp-hero-path li::before {
  content: counter(health-path, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 50%;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  transform: translateX(-50%);
  border: 1px solid #78b8b1;
  border-radius: 50%;
  color: #008f80;
  font-size: 10px;
  line-height: 1;
  background: #edf5f8;
}

.dp-hero-path li:first-child::before {
  border-color: #008f80;
  color: #fff;
  background: #008f80;
}

.dp-directory-band {
  padding: 76px 0 84px;
  background: #fff;
}

.dp-directory-heading h2,
.dp-simple-cta-inner h2 {
  margin: 0;
  font-size: var(--dp-section);
  line-height: 1.3;
  font-weight: 590;
  letter-spacing: 0;
}

.dp-directory-heading > p:last-child {
  margin: 14px 0 0;
  color: #5b7079;
  font-size: 15px;
  line-height: 1.7;
}

.dp-service-explorer {
  margin-top: 38px;
}

.dp-service-explorer.is-enhanced {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  min-height: 430px;
  background: #f4f8f9;
  border-top: 1px solid #d8e5e9;
  border-bottom: 1px solid #d8e5e9;
}

.dp-service-tabs {
  display: none;
}

.dp-service-explorer.is-enhanced .dp-service-tabs {
  display: flex;
  flex-direction: column;
  background: #f4f8f9;
  border-right: 1px solid #d8e5e9;
}

.dp-service-tab {
  --tab-accent: #0070b0;
  min-height: 86px;
  padding: 16px 20px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 12px;
  border: 0;
  border-bottom: 1px solid #d8e5e9;
  color: #17333e;
  text-align: left;
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.dp-service-tab:nth-child(2) { --tab-accent: #008f80; }
.dp-service-tab:nth-child(3) { --tab-accent: #10a040; }
.dp-service-tab:nth-child(4) { --tab-accent: #b87917; }
.dp-service-tab:nth-child(5) { --tab-accent: #3a6877; }

.dp-service-tab > span:first-child {
  align-self: start;
  padding-top: 2px;
  color: var(--tab-accent);
  font-size: 12px;
  font-weight: 760;
}

.dp-service-tab > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dp-service-tab strong {
  font-size: 17px;
  font-weight: 690;
}

.dp-service-tab small {
  color: #6a7d85;
  font-size: 13px;
  font-weight: 450;
}

.dp-service-tab i {
  color: var(--tab-accent);
  font-size: 19px;
  font-style: normal;
  transition: transform 180ms ease;
}

.dp-service-tab:hover,
.dp-service-tab:focus-visible,
.dp-service-tab.is-active {
  color: #0d2530;
  background: #fff;
  box-shadow: inset 4px 0 0 var(--tab-accent);
}

.dp-service-tab:hover i,
.dp-service-tab:focus-visible i,
.dp-service-tab.is-active i {
  transform: translateX(4px);
}

.dp-service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.dp-service-explorer.is-enhanced .dp-service-grid {
  display: block;
  min-width: 0;
}

.dp-service-explorer.is-enhanced .dp-service-item {
  display: none;
}

.dp-service-explorer.is-enhanced .dp-service-item.is-active {
  display: grid;
  animation: none;
}

.dp-service-item {
  position: relative;
  min-height: 430px;
  padding: 44px 50px 38px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "head"
    "title"
    "copy"
    "outcomes"
    "links";
  grid-template-rows: auto auto auto auto 1fr;
  row-gap: 16px;
  align-items: start;
  overflow: hidden;
  border-top: 4px solid var(--service-accent);
  background-color: var(--service-background);
  background-image:
    linear-gradient(90deg,
      var(--service-background) 0%,
      var(--service-background) 54%,
      color-mix(in srgb, var(--service-background) 92%, transparent) 66%,
      color-mix(in srgb, var(--service-background) 18%, transparent) 100%),
    var(--service-image);
  background-repeat: no-repeat;
  background-position: var(--service-image-position, center);
  background-size: cover;
}

@keyframes dp-service-enter {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.dp-service-assessment {
  --service-accent: #0070b0;
  --service-background: #eef6fb;
  --service-image: url("../assets/resources/editorial/mental-grounding.png");
  --service-image-position: 62% center;
}

.dp-service-reports {
  --service-accent: #008f80;
  --service-background: #eef8f6;
  --service-image: url("../assets/images/home-slide-real-instrument-v1.jpg");
  --service-image-position: 48% center;
}

.dp-service-analysis {
  --service-accent: #10a040;
  --service-background: #f1f8ef;
  --service-image: url("../assets/images/company-field/massspec-technician.webp");
  --service-image-position: 58% center;
}

.dp-service-action {
  --service-accent: #b87917;
  --service-background: #fbf7ed;
  --service-image: url("../assets/resources/editorial/mental-loneliness.png");
  --service-image-position: 52% center;
}

.dp-service-tracking {
  --service-accent: #3a6877;
  --service-background: #f2f6f7;
  --service-image: url("../assets/images/about-vision-path-v2.jpg");
  --service-image-position: center;
}

.dp-service-head {
  grid-area: head;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: var(--service-accent);
}

.dp-service-head span {
  font-size: 13px;
  font-weight: 750;
}

.dp-service-head small {
  color: var(--service-accent);
  font-size: 14px;
  font-weight: 720;
}

.dp-service-item h3 {
  grid-area: title;
  max-width: 720px;
  margin: 0;
  font-size: 32px;
  line-height: 1.35;
  font-weight: 620;
  letter-spacing: 0;
}

.dp-service-item > p {
  grid-area: copy;
  max-width: 720px;
  margin: 0;
  color: #506671;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

.dp-service-item h3,
.dp-service-item > p,
.dp-service-outcomes,
.dp-service-links {
  width: min(100%, 66%);
}

.dp-service-outcomes {
  grid-area: outcomes;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid color-mix(in srgb, var(--service-accent) 24%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--service-accent) 24%, transparent);
}

.dp-service-outcomes li {
  min-height: 58px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  color: #17333e;
  font-size: 14px;
  font-weight: 620;
}

.dp-service-outcomes li + li {
  border-left: 1px solid color-mix(in srgb, var(--service-accent) 20%, transparent);
}

.dp-service-links {
  grid-area: links;
  align-self: end;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding-top: 8px;
}

.dp-service-links a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid color-mix(in srgb, var(--service-accent) 24%, transparent);
  color: #17333e;
  font-size: 15px;
  font-weight: 620;
  text-decoration: none;
}

.dp-service-links .dp-service-primary-link {
  padding: 0 20px;
  color: #fff;
  border: 1px solid var(--service-accent);
  border-radius: 4px;
  background: var(--service-accent);
}

.dp-service-links .dp-service-primary-link span {
  color: #fff;
}

.dp-service-links .dp-service-primary-link:hover,
.dp-service-links .dp-service-primary-link:focus-visible {
  color: #fff;
  filter: brightness(0.94);
}

.dp-service-links a:hover,
.dp-service-links a:focus-visible {
  color: var(--service-accent);
}

.dp-service-links a span {
  color: var(--service-accent);
  font-size: 20px;
}

@media (prefers-reduced-motion: reduce) {
  .dp-service-tab,
  .dp-service-tab i,
  .dp-service-explorer.is-enhanced .dp-service-item.is-active {
    animation: none;
    transition: none;
  }
}

.dp-simple-cta {
  padding: 66px 0;
  background: #f3f7f8;
}

.dp-simple-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

@media (max-width: 980px) {
  .dp-simple-hero {
    background-image:
      linear-gradient(90deg, rgba(237, 245, 248, 1) 0%, rgba(237, 245, 248, 0.98) 58%, rgba(237, 245, 248, 0.76) 100%),
      url("../assets/images/home-hero-health.png");
  }

  .dp-simple-hero-inner {
    max-width: none;
    margin: 0 auto;
  }

  .dp-service-explorer.is-enhanced {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .dp-service-tab {
    padding-inline: 16px;
    grid-template-columns: 26px minmax(0, 1fr) 18px;
  }

  .dp-service-item {
    padding: 38px 34px 32px;
  }

  .dp-service-item h3,
  .dp-service-item > p,
  .dp-service-outcomes,
  .dp-service-links {
    width: min(100%, 72%);
  }
}

@media (max-width: 720px) {
  .dp-simple-hero {
    padding: 56px 0 60px;
    background-image:
      linear-gradient(180deg, rgba(237, 245, 248, 0.9) 0%, rgba(237, 245, 248, 0.85) 100%),
      url("../assets/images/home-hero-health.png");
    background-position: center, 74% center;
    background-size: 100% 100%, cover;
  }

  .dp-simple-hero-inner {
    max-width: none;
    margin-inline: auto;
  }

  .dp-simple-hero h1,
  .dp-simple-lead {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .dp-simple-hero h1 {
    max-width: 360px;
  }

  .dp-directory-band {
    padding: 56px 0 60px;
  }

  .dp-hero-path {
    margin-top: 28px;
  }

  .dp-service-explorer,
  .dp-service-grid {
    margin-top: 30px;
  }

  .dp-service-explorer.is-enhanced {
    display: block;
    min-height: 0;
    border: 0;
    background: transparent;
  }

  .dp-service-explorer.is-enhanced .dp-service-tabs {
    display: none;
  }

  .dp-service-explorer.is-enhanced .dp-service-grid {
    display: grid;
    margin-top: 0;
    gap: 12px;
  }

  .dp-service-explorer.is-enhanced .dp-service-item,
  .dp-service-explorer.is-enhanced .dp-service-item.is-active {
    display: grid;
    animation: none;
  }

  .dp-service-item {
    min-height: 0;
    width: 100%;
    min-width: 0;
    padding: 22px 20px 16px;
    grid-template-columns: 1fr;
    grid-template-areas: "head" "title" "copy" "outcomes" "links";
    grid-template-rows: auto;
    row-gap: 12px;
    overflow: hidden;
  }

  .dp-service-item {
    background-image:
      linear-gradient(color-mix(in srgb, var(--service-background) 84%, transparent), color-mix(in srgb, var(--service-background) 84%, transparent)),
      var(--service-image);
  }

  .dp-service-item h3,
  .dp-service-item > p,
  .dp-service-outcomes,
  .dp-service-links {
    width: 100%;
  }

  .dp-service-item > * {
    min-width: 0;
  }

  .dp-service-head {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .dp-service-item h3 {
    margin-top: 2px;
    font-size: var(--dp-subsection);
  }

  .dp-service-outcomes {
    margin-top: 4px;
  }

  .dp-service-outcomes li {
    min-height: 52px;
    padding: 12px 10px;
    font-size: 13px;
  }

  .dp-service-links {
    margin-top: 4px;
    padding-top: 4px;
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  .dp-simple-cta {
    padding: 52px 0;
  }

  .dp-simple-cta-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 28px;
  }
}

@media (max-width: 460px) {
  .dp-hero-path::before {
    top: 12px;
  }

  .dp-hero-path li {
    padding-inline: 2px;
    font-size: 12px;
  }

  .dp-hero-path li::before {
    width: 24px;
    height: 24px;
  }

}

/* Health data center */
.health-center-page {
  min-width: 320px;
  min-height: 100vh;
  background: #eef4f6;
}

.hc-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 68px;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 240px 1fr auto;
  align-items: center;
  border-bottom: 1px solid #d7e5ea;
  background: #fff;
}

.hc-brand,
.hc-topbar-title,
.hc-topbar-actions {
  display: flex;
  align-items: center;
}

.hc-brand {
  gap: 12px;
  color: #111f28;
  text-decoration: none;
}

.hc-brand img {
  width: 40px;
  height: 30px;
  object-fit: contain;
}

.hc-brand strong {
  font-size: 20px;
}

.hc-topbar-title {
  gap: 10px;
}

.hc-topbar-title strong {
  font-size: 16px;
}

.hc-topbar-title span {
  padding: 3px 7px;
  border-radius: 3px;
  color: #007b6e;
  background: #eaf7f4;
  font-size: 12px;
}

.hc-topbar-actions {
  gap: 10px;
}

.hc-topbar-actions a,
.hc-topbar-actions button,
.hc-sidebar button,
.hc-sidebar-support button,
.hc-panel-heading button,
.hc-questionnaire-side button,
.hc-account-grid button {
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.hc-topbar-actions a,
.hc-topbar-actions button {
  min-height: 38px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #c8dce4;
  border-radius: 4px;
  color: #27434f;
  font-size: 13px;
  text-decoration: none;
}

.hc-topbar-actions button {
  border-color: #008f80;
  color: #fff;
  background: #008f80;
}

.hc-layout {
  min-height: calc(100vh - 68px);
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
}

.hc-sidebar {
  position: sticky;
  top: 68px;
  align-self: start;
  height: calc(100vh - 68px);
  padding: 16px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  border-right: 1px solid #d7e5ea;
  background: #fbfcfd;
}

.hc-sidebar nav {
  display: grid;
  gap: 2px;
}

.hc-sidebar nav button {
  min-height: 40px;
  padding: 0 16px;
  border-left: 3px solid transparent;
  text-align: left;
  color: #526873;
  font-size: 14px;
}

.hc-sidebar nav button:hover,
.hc-sidebar nav button:focus-visible,
.hc-sidebar nav button.is-active {
  border-left-color: #008f80;
  color: #111f28;
  background: #eef7f5;
  font-weight: 650;
}

.hc-sidebar-support {
  margin-top: auto;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-top: 1px solid #dce9ee;
}

.hc-sidebar-support small,
.hc-sidebar-support strong {
  display: block;
}

.hc-sidebar-support small {
  width: 100%;
  text-align: left;
  color: #6c7e87;
  font-size: 12px;
}

.hc-sidebar-support strong {
  margin-top: 6px;
  color: #17333e;
  font-size: 13px;
  font-weight: 650;
}

.hc-sidebar-support button {
  margin-top: 8px;
  padding: 0;
  color: #007b6e;
  font-size: 13px;
}

.hc-sidebar-support .hc-support-qr {
  width: 104px;
  height: 104px;
  margin-top: 10px;
  padding: 0;
  display: block;
  overflow: hidden;
  border: 1px solid #d4e3e8;
  background: #fff;
  cursor: zoom-in;
}

.hc-support-qr > span,
.hc-contact-qr {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
}

.hc-support-qr > span {
  width: 100%;
  height: 100%;
}

.hc-support-qr img,
.hc-contact-qr img {
  position: absolute;
  top: -35%;
  left: -10%;
  width: 120%;
  max-width: none;
  height: auto;
}

.hc-support-phone {
  margin-top: 5px;
  color: #111f28;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.hc-support-phone:hover,
.hc-support-phone:focus-visible {
  color: #008f80;
}

.hc-sidebar-support .hc-support-contact {
  width: 100%;
  min-height: 36px;
  margin-top: 8px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dce9ee;
  color: #007b6e;
  text-align: left;
}

.hc-support-contact:hover,
.hc-support-contact:focus-visible {
  color: #005f55;
}

.hc-main {
  min-width: 0;
  padding: 36px clamp(28px, 4vw, 60px) 64px;
}

.hc-view {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.hc-view[hidden] {
  display: none;
}

.hc-view-heading {
  min-height: 68px;
  margin-bottom: 26px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.hc-view-heading p,
.hc-panel-heading p {
  margin: 0 0 8px;
  color: #008f80;
  font-size: var(--dp-support);
  font-weight: 700;
}

.hc-view-heading h1 {
  margin: 0;
  font-size: 38px;
  line-height: 1.22;
  font-weight: 590;
}

.hc-view-heading > span {
  margin-bottom: 7px;
  color: #697b84;
  font-size: 13px;
}

.hc-heading-action,
.hc-primary-action {
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: #008f80;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  cursor: pointer;
}

.hc-primary-action:disabled {
  color: #8b9aa1;
  background: #e5ecef;
  cursor: not-allowed;
}

.hc-overview-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #d4e4e9;
}

.hc-overview-stats button {
  min-height: 116px;
  padding: 20px 22px;
  display: block;
  border: 0;
  color: #111f28;
  background: #fff;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.hc-overview-stats button:nth-child(1) { box-shadow: inset 0 3px #0070b0; }
.hc-overview-stats button:nth-child(2) { box-shadow: inset 0 3px #008f80; }
.hc-overview-stats button:nth-child(3) { box-shadow: inset 0 3px #10a040; }
.hc-overview-stats button:nth-child(4) { box-shadow: inset 0 3px #c68a1d; }

.hc-overview-stats button:hover,
.hc-overview-stats button:focus-visible {
  background: #eef7f5;
}

.hc-overview-stats small,
.hc-overview-stats strong,
.hc-overview-stats span {
  display: block;
}

.hc-overview-stats small {
  color: #61737d;
  font-size: 13px;
}

.hc-overview-stats strong {
  margin-top: 8px;
  font-size: 24px;
}

.hc-overview-stats span {
  margin-top: 10px;
  color: #007b6e;
  font-size: 12px;
}

.hc-overview-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
  gap: 18px;
}

.hc-panel,
.hc-questionnaire-primary,
.hc-questionnaire-side article,
.hc-upload-panel,
.hc-upload-guidance,
.hc-recognition-result,
.hc-analysis-main,
.hc-trend-panel,
.hc-account-grid section {
  background: #fff;
}

.hc-upload-panel,
.hc-recognition-result,
.hc-analysis-main,
.hc-trend-panel {
  border-top: 3px solid #008f80;
}

.hc-upload-guidance {
  border-top: 3px solid #0070b0;
}

.hc-panel,
.hc-questionnaire-primary,
.hc-upload-panel,
.hc-upload-guidance,
.hc-recognition-result,
.hc-analysis-main,
.hc-trend-panel,
.hc-account-grid section {
  padding: 26px;
}

.hc-focus-panel {
  border-top: 3px solid #008f80;
}

.hc-latest-panel {
  border-top: 3px solid #0070b0;
  background: #eaf4fa;
}

.hc-panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.hc-panel-heading h2,
.hc-questionnaire-primary h2,
.hc-upload-guidance h2,
.hc-account-grid h2 {
  margin: 0;
  font-size: var(--dp-subsection);
  line-height: 1.35;
}

.hc-panel-heading button {
  color: #007b6e;
  font-size: 13px;
}

.hc-focus-panel ol,
.hc-latest-panel ul,
.hc-upload-guidance ol,
.hc-timeline,
.hc-analysis-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hc-focus-panel li {
  min-height: 94px;
  padding: 18px 0;
  display: grid;
  grid-template-columns: 42px 1fr;
  border-top: 1px solid #dce9ee;
}

.hc-focus-panel li > span {
  color: #0070b0;
  font-size: 12px;
  font-weight: 700;
}

.hc-focus-panel li strong {
  font-size: 15px;
}

.hc-focus-panel li p,
.hc-questionnaire-side p,
.hc-upload-guidance p,
.hc-analysis-list p,
.hc-account-grid p {
  margin: 8px 0 0;
  color: #5a6e78;
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph;
}

.hc-latest-panel li {
  padding: 15px 0;
  display: grid;
  grid-template-columns: 54px 1fr;
  border-top: 1px solid #dce9ee;
}

.hc-latest-panel time {
  color: #0070b0;
  font-size: 12px;
  font-weight: 700;
}

.hc-latest-panel strong,
.hc-latest-panel span {
  display: block;
}

.hc-latest-panel strong {
  font-size: 14px;
}

.hc-latest-panel span {
  margin-top: 5px;
  color: #697b84;
  font-size: 12px;
}

.hc-questionnaire-grid,
.hc-upload-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: 18px;
}

.hc-questionnaire-primary {
  border-top: 3px solid #008f80;
  background: #eef7f5;
}

.hc-questionnaire-primary > p {
  margin: 0 0 8px;
  color: #008f80;
  font-size: 13px;
  font-weight: 700;
}

.hc-progress {
  height: 6px;
  margin-top: 24px;
  background: #e3edef;
}

.hc-progress span {
  display: block;
  height: 100%;
  background: #10a040;
}

.hc-questionnaire-primary dl,
.hc-account-grid dl {
  margin: 26px 0;
}

.hc-questionnaire-primary dl > div,
.hc-account-grid dl > div {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #dce9ee;
}

.hc-questionnaire-primary dt,
.hc-account-grid dt {
  color: #637781;
  font-size: 13px;
}

.hc-questionnaire-primary dd,
.hc-account-grid dd {
  margin: 0;
  font-size: 14px;
  font-weight: 650;
}

.hc-questionnaire-side {
  display: grid;
  gap: 12px;
}

.hc-questionnaire-side article {
  padding: 24px;
  border-left: 3px solid #0070b0;
  background: #eaf4fa;
}

.hc-questionnaire-side article:last-child {
  border-left-color: #10a040;
  background: #f0f6ed;
}

.hc-questionnaire-side small {
  color: #687b84;
  font-size: 12px;
}

.hc-questionnaire-side h3 {
  margin: 8px 0 0;
  font-size: 18px;
}

.hc-questionnaire-side a,
.hc-questionnaire-side button {
  display: inline-block;
  margin-top: 16px;
  padding: 0;
  color: #007b6e;
  font-size: 13px;
  text-decoration: none;
}

.hc-report-controls {
  margin-bottom: 18px;
  display: flex;
  gap: 12px;
}

.hc-report-controls label,
.hc-trend-select {
  min-width: 200px;
  padding: 8px 12px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  border: 1px solid #cbdde4;
  background: #fff;
}

.hc-report-controls label span,
.hc-trend-select span {
  color: #647781;
  font-size: 12px;
}

.hc-report-controls select,
.hc-trend-select select {
  min-width: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 13px;
}

.hc-report-table {
  border-top: 1px solid #cbdde4;
  background: #fff;
}

.hc-report-row {
  width: 100%;
  min-height: 74px;
  padding: 12px 20px;
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) 0.7fr 0.7fr 0.6fr 48px;
  gap: 16px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid #dce9ee;
  color: #111f28;
  background: #fff;
  text-align: left;
  font: inherit;
}

button.hc-report-row {
  cursor: pointer;
}

button.hc-report-row:hover,
button.hc-report-row:focus-visible {
  background: #f1f7f8;
}

.hc-report-head {
  min-height: 46px;
  color: #637681;
  background: #edf4f6;
  font-size: 12px;
}

.hc-report-row strong,
.hc-report-row small {
  display: block;
}

.hc-report-row strong {
  font-size: 14px;
}

.hc-report-row small,
.hc-report-row > span:not(:first-child) {
  margin-top: 4px;
  color: #627681;
  font-size: 12px;
}

.hc-report-row b {
  color: #007b6e;
  font-size: 13px;
}

.hc-upload-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #dce9ee;
}

.hc-upload-steps span {
  padding: 0 0 14px;
  color: #75858d;
  font-size: 12px;
}

.hc-upload-steps span.is-active {
  color: #007b6e;
  font-weight: 700;
}

.hc-dropzone {
  min-height: 250px;
  margin: 24px 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px dashed #8fb7c4;
  background: #f5f9fa;
  cursor: pointer;
}

.hc-dropzone.is-dragging {
  border-color: #008f80;
  background: #eef7f5;
}

.hc-dropzone input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hc-dropzone strong {
  font-size: 18px;
}

.hc-dropzone span,
.hc-dropzone small {
  margin-top: 8px;
  color: #657983;
}

.hc-dropzone small {
  font-size: 12px;
}

.hc-file-state {
  margin: -10px 0 20px;
  padding: 14px 16px;
  background: #eef7f5;
  font-size: 13px;
}

.hc-upload-guidance {
  background: #eaf4fa;
}

.hc-upload-guidance ol {
  counter-reset: guidance;
}

.hc-upload-guidance li {
  padding: 15px 0;
  border-top: 1px solid #c9dce4;
  font-size: 14px;
}

.hc-recognition-result {
  margin-top: 24px;
}

.hc-extract-table {
  margin: 22px 0;
  border-top: 1px solid #d5e4e9;
}

.hc-extract-table > div {
  min-height: 48px;
  padding: 10px 0;
  display: grid;
  grid-template-columns: 1.3fr 0.6fr 0.6fr 0.8fr;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid #d5e4e9;
  font-size: 13px;
}

.hc-analysis-sources {
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.hc-analysis-sources article {
  padding: 18px 20px;
  border-top: 3px solid #0070b0;
  background: #fff;
}

.hc-analysis-sources article:nth-child(2) {
  border-top-color: #008f80;
}

.hc-analysis-sources article:nth-child(3) {
  border-top-color: #10a040;
}

.hc-analysis-sources small,
.hc-analysis-sources strong,
.hc-analysis-sources span {
  display: block;
}

.hc-analysis-sources small,
.hc-analysis-sources span {
  color: #647781;
  font-size: 12px;
}

.hc-analysis-sources strong {
  margin: 8px 0;
  font-size: 16px;
}

.hc-analysis-list article {
  min-height: 116px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 48px 1fr;
  border-top: 1px solid #dce9ee;
}

.hc-analysis-list article > span {
  color: #0070b0;
  font-size: 12px;
  font-weight: 700;
}

.hc-analysis-list h3 {
  margin: 0;
  font-size: 17px;
}

.hc-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hc-action-grid article {
  min-height: 300px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  border-top: 4px solid #0070b0;
  background: #fff;
}

.hc-action-grid article:nth-child(2) {
  border-top-color: #008f80;
}

.hc-action-grid article:nth-child(3) {
  border-top-color: #10a040;
}

.hc-action-grid small {
  color: #008f80;
  font-size: 13px;
  font-weight: 700;
}

.hc-action-grid h2 {
  margin: 24px 0 0;
  font-size: 20px;
  line-height: 1.45;
}

.hc-action-grid p {
  margin: 16px 0 24px;
  color: #566c76;
  font-size: 14px;
  line-height: 1.75;
}

.hc-action-grid article > span {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #dce9ee;
  color: #405b66;
  font-size: 13px;
  line-height: 1.6;
}

.hc-action-grid button {
  margin-top: auto;
  padding: 18px 0 0;
  border: 0;
  border-top: 1px solid #dce9ee;
  color: #007b6e;
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  text-align: left;
  cursor: pointer;
}

.hc-timeline {
  position: relative;
  padding-left: 150px;
}

.hc-timeline::before {
  content: "";
  position: absolute;
  left: 130px;
  top: 8px;
  bottom: 20px;
  width: 1px;
  background: #bad3dc;
}

.hc-timeline article {
  position: relative;
  min-height: 126px;
  padding: 0 0 30px 32px;
}

.hc-timeline time {
  position: absolute;
  right: calc(100% + 54px);
  top: 0;
  width: 106px;
  color: #5f737d;
  font-size: 13px;
  text-align: right;
}

.hc-timeline article > span {
  position: absolute;
  left: -25px;
  top: 2px;
  width: 13px;
  height: 13px;
  border: 3px solid #f3f7f8;
  border-radius: 50%;
  background: #0070b0;
  box-shadow: 0 0 0 1px #0070b0;
}

.hc-timeline article > span.is-questionnaire { background: #008f80; box-shadow: 0 0 0 1px #008f80; }
.hc-timeline article > span.is-upload { background: #10a040; box-shadow: 0 0 0 1px #10a040; }
.hc-timeline article > span.is-action { background: #d59524; box-shadow: 0 0 0 1px #d59524; }

.hc-timeline small {
  color: #008f80;
  font-size: 12px;
  font-weight: 700;
}

.hc-timeline h2 {
  margin: 8px 0 0;
  font-size: 19px;
}

.hc-timeline p {
  margin: 8px 0 0;
  color: #60747e;
  font-size: 14px;
}

.hc-trend-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.hc-trend-meta small,
.hc-trend-meta strong,
.hc-trend-meta span {
  display: block;
}

.hc-trend-meta small {
  color: #637681;
  font-size: 13px;
}

.hc-trend-meta strong {
  margin-top: 7px;
  font-size: 30px;
}

.hc-trend-meta span {
  margin-top: 6px;
  color: #008f80;
  font-size: 13px;
}

.hc-trend-meta p {
  max-width: 460px;
  margin: 0;
  color: #536974;
  font-size: 14px;
  line-height: 1.75;
}

.hc-chart {
  position: relative;
  height: 310px;
  margin-top: 34px;
  border-left: 1px solid #bcd4dd;
  border-bottom: 1px solid #bcd4dd;
  background: repeating-linear-gradient(to bottom, transparent 0, transparent 76px, #e9f0f2 77px);
}

.hc-chart-line {
  position: absolute;
  height: 2px;
  background: #008f80;
  transform-origin: left center;
}

.hc-chart-point {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #008f80;
  box-shadow: 0 0 0 1px #008f80;
  transform: translate(-50%, -50%);
}

.hc-chart-point b {
  position: absolute;
  left: 50%;
  bottom: 18px;
  color: #27434f;
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
  transform: translateX(-50%);
}

.hc-chart-dates {
  padding: 10px 0 0;
  display: flex;
  justify-content: space-between;
  color: #687b84;
  font-size: 12px;
}

.hc-chart-footnote {
  margin: 28px 0 0;
  color: #687b84;
  font-size: 12px;
}

.hc-account-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.hc-account-grid section:nth-child(1) {
  border-top: 3px solid #0070b0;
}

.hc-account-grid section:nth-child(2) {
  border-top: 3px solid #008f80;
  background: #eef7f5;
}

.hc-account-grid section:nth-child(3) {
  border-top: 3px solid #10a040;
  background: #f0f6ed;
}

.hc-account-grid button {
  padding: 0;
  color: #007b6e;
  font-size: 13px;
}

.hc-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  max-width: 360px;
  padding: 14px 18px;
  border-left: 3px solid #008f80;
  color: #fff;
  background: #123746;
  box-shadow: 0 16px 40px rgba(18, 55, 70, 0.22);
  font-size: 13px;
}

.hc-dialog {
  width: min(460px, calc(100% - 28px));
  padding: 30px;
  border: 0;
  border-radius: 6px;
  color: #111f28;
  background: #fff;
  box-shadow: 0 28px 80px rgba(17, 55, 71, 0.24);
}

.hc-dialog::backdrop {
  background: rgba(12, 36, 47, 0.5);
}

.hc-dialog-close-form {
  position: absolute;
  top: 12px;
  right: 12px;
}

.hc-dialog-close-form button {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #edf3f5;
  font-size: 24px;
  cursor: pointer;
}

.hc-dialog > p:first-of-type {
  margin: 0;
  color: #008f80;
  font-size: 13px;
  font-weight: 700;
}

.hc-dialog h2 {
  margin: 8px 0 0;
  font-size: 26px;
}

.hc-dialog > p:nth-of-type(2) {
  margin: 12px 0 22px;
  color: #60737d;
  font-size: 13px;
  line-height: 1.65;
}

.hc-dialog > label {
  margin-top: 14px;
  display: grid;
  gap: 7px;
}

.hc-dialog label > span {
  font-size: 13px;
}

.hc-dialog input {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #c5dae2;
  font: inherit;
}

.hc-dialog label > div {
  display: grid;
  grid-template-columns: 1fr auto;
}

.hc-dialog label > div button {
  min-width: 104px;
  border: 1px solid #c5dae2;
  border-left: 0;
  color: #007b6e;
  background: #f3f8fa;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.hc-dialog > .hc-primary-action {
  width: 100%;
  margin-top: 22px;
}

.hc-contact-dialog {
  text-align: center;
}

.hc-contact-dialog > p:first-of-type {
  text-align: left;
}

.hc-contact-dialog h2 {
  text-align: left;
}

.hc-contact-qr {
  width: min(260px, 100%);
  aspect-ratio: 1;
  margin: 24px auto 18px;
  border: 1px solid #d4e3e8;
}

.hc-contact-dialog > strong {
  display: block;
  color: #111f28;
  font-size: 21px;
}

.hc-contact-dialog > p:last-child {
  max-width: 330px;
  margin: 10px auto 0;
  color: #60737d;
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 1040px) {
  .hc-topbar {
    grid-template-columns: 200px 1fr auto;
  }

  .hc-layout {
    grid-template-columns: 200px minmax(0, 1fr);
  }

  .hc-overview-stats,
  .hc-account-grid,
  .hc-action-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hc-overview-grid,
  .hc-questionnaire-grid,
  .hc-upload-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hc-topbar {
    position: static;
    min-height: 64px;
    padding: 0 16px;
    grid-template-columns: 1fr auto;
  }

  .hc-topbar-title {
    display: none;
  }

  .hc-topbar-actions .hc-parent-link,
  .hc-topbar-actions .hc-home-link {
    display: inline-flex;
    min-height: 34px;
    padding-inline: 8px;
    font-size: 12px;
  }

  .hc-topbar-actions button {
    display: none;
  }

  .hc-layout {
    display: block;
  }

  .hc-sidebar {
    position: sticky;
    top: 0;
    z-index: 20;
    width: 100%;
    height: auto;
    padding: 0;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid #d7e5ea;
  }

  .hc-sidebar nav {
    min-width: max-content;
    display: flex;
  }

  .hc-sidebar nav button {
    min-height: 48px;
    padding: 0 14px;
    border-left: 0;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
  }

  .hc-sidebar nav button.is-active {
    border-bottom-color: #008f80;
  }

  .hc-sidebar-support {
    display: none;
  }

  .hc-main {
    padding: 32px 16px 56px;
  }

  .hc-view-heading {
    min-height: auto;
    margin-bottom: 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .hc-view-heading h1 {
    font-size: 32px;
  }

  .hc-view-heading > span {
    margin: 0;
  }

  .hc-overview-stats,
  .hc-analysis-sources,
  .hc-account-grid,
  .hc-action-grid {
    grid-template-columns: 1fr;
  }

  .hc-overview-stats button {
    min-height: 100px;
  }

  .hc-panel,
  .hc-questionnaire-primary,
  .hc-upload-panel,
  .hc-upload-guidance,
  .hc-recognition-result,
  .hc-analysis-main,
  .hc-trend-panel,
  .hc-account-grid section,
  .hc-action-grid article {
    padding: 22px 18px;
  }

  .hc-action-grid article {
    min-height: 270px;
  }

  .hc-report-controls {
    display: grid;
  }

  .hc-report-controls label {
    width: 100%;
  }

  .hc-report-head {
    display: none;
  }

  .hc-report-row {
    min-height: 132px;
    grid-template-columns: 1fr 38px;
    gap: 8px;
  }

  .hc-report-row > span:not(:first-child) {
    grid-column: 1;
  }

  .hc-report-row b {
    grid-column: 2;
    grid-row: 1;
  }

  .hc-extract-table {
    overflow-x: auto;
  }

  .hc-extract-table > div {
    min-width: 620px;
  }

  .hc-timeline {
    padding-left: 28px;
  }

  .hc-timeline::before {
    left: 7px;
  }

  .hc-timeline time {
    position: static;
    width: auto;
    display: block;
    margin-bottom: 8px;
    text-align: left;
  }

  .hc-timeline article > span {
    left: -27px;
  }

  .hc-trend-meta {
    flex-direction: column;
    gap: 20px;
  }

  .hc-chart {
    height: 240px;
  }
}
