body {
  font-family: "Noto Sans", sans-serif;
  color: #111;
}

a {
  color: #3273dc;
}

.hero-body {
  padding: 2.15rem 1.5rem 1.35rem;
}

.publication-title {
  line-height: 1;
  margin: 0 auto 0.4rem;
}

.publication-title-logo {
  display: block;
  width: min(324px, 72vw);
  max-width: 90%;
  height: auto;
  margin: 0 auto;
}

.publication-subtitle {
  font-family: "Google Sans", "Noto Sans", sans-serif;
  font-size: clamp(1.95rem, 3.3vw, 2.55rem);
  line-height: 1.22;
  font-weight: 650;
  letter-spacing: -0.026em;
  margin-bottom: 0.85rem;
}

.publication-authors {
  font-family: "Google Sans", sans-serif;
  font-size: 1.22rem !important;
  line-height: 1.6;
}

.publication-authors a {
  color: #3273dc;
}

.publication-authors a:hover {
  color: #3273dc;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.author-block {
  display: inline-block;
  margin: 0 0.28rem;
}

.publication-affiliations {
  color: #555;
  font-size: 1.12rem !important;
  margin-top: 0.25rem;
}

.publication-venue {
  font-family: "Google Sans", sans-serif;
  color: #555;
  font-size: 1.45rem;
  margin: 0.65rem 0 1.1rem;
}

.publication-venue a {
  color: #333;
}

.acceptance-ratio {
  display: inline-block;
  margin-left: 0.35rem;
  color: #555;
}

.affiliation-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.8rem;
  margin: 1.15rem auto 1rem;
}

.affiliation-logos img {
  display: block;
  height: 52px;
  width: auto;
  object-fit: contain;
}

.publication-links {
  margin-top: 0.55rem;
}

.publication-links .link-block {
  display: inline-block;
  margin: 0.25rem 0.25rem;
}

.publication-links .button {
  font-family: "Google Sans", sans-serif;
  font-size: 1.18rem;
  min-width: 132px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.publication-links .icon {
  font-size: 1.05rem;
  margin-right: 0.42rem;
}

.teaser .hero-body {
  padding-top: 0.5rem;
  padding-bottom: 2.5rem;
}

.teaser img,
.teaser video,
.publication-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.teaser img,
.teaser video {
  border: 1px solid #e9e9e9;
  border-radius: 6px;
}

.workflow-figure {
  max-width: 860px;
  margin: 0 auto 2.25rem;
}

.architecture-figure {
  margin: 0 auto;
}

.workflow-figure img,
.workflow-figure video,
.architecture-figure img {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}

.workflow-figure figcaption,
.architecture-figure figcaption {
  font-family: "Google Sans", "Noto Sans", sans-serif;
  color: #333;
  font-size: 1.12rem;
  line-height: 1.45;
  text-align: center;
  margin: 0.75rem auto 0;
  max-width: 860px;
}

.workflow-figure figcaption strong,
.architecture-figure figcaption strong {
  font-weight: 750;
}

.workflow-video-link {
  display: block;
  color: #555;
  font-size: 1.04rem;
  margin-top: 0.45rem;
}

.workflow-video-link a {
  font-weight: 650;
}

.section {
  padding: 2.75rem 1.5rem;
}

.title.is-3 {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
}

.content p {
  font-size: 1.08rem;
  line-height: 1.68;
}

.tldr-card {
  margin: 1.75rem auto 0;
  padding: 1.35rem;
  border: 1px solid #e3e7ef;
  border-radius: 14px;
  background: linear-gradient(180deg, #fbfcff 0%, #f7f8fb 100%);
}

.tldr-card h3 {
  font-family: "Google Sans", "Noto Sans", sans-serif;
  font-size: 1.34rem;
  font-weight: 750;
  margin: 0 0 1rem;
  text-align: center;
}

.tldr-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.tldr-item {
  padding: 1rem;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  background: #fff;
}

.tldr-item h4 {
  font-family: "Google Sans", "Noto Sans", sans-serif;
  color: #111;
  font-size: 1.08rem;
  font-weight: 750;
  margin: 0 0 0.45rem;
}

.tldr-item p {
  color: #444;
  font-size: 0.98rem;
  line-height: 1.55;
  margin: 0;
}

.method-columns {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}

.method-card {
  border: 1px solid #ececec;
  border-radius: 8px;
  height: 100%;
  padding: 1.1rem;
  background: #fff;
}

.method-card .title {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 0.6rem;
}

.method-card p {
  color: #444;
  font-size: 1.02rem;
  line-height: 1.55;
}

.publication-figure {
  margin: 1.25rem auto 0;
}

.publication-figure img {
  border: 1px solid #e9e9e9;
  border-radius: 6px;
}

.publication-figure figcaption {
  color: #666;
  font-size: 0.96rem;
  line-height: 1.45;
  text-align: center;
  margin: 0.7rem auto 0;
  max-width: 840px;
}

.publication-figure.compact {
  max-width: 840px;
}

.publication-figure.method-detail-figure {
  max-width: 320px;
}

.publication-figure.small {
  margin-top: 1.4rem;
}

.metric-row {
  margin: 0.3rem 0 1.5rem;
}

.metric-value {
  font-family: "Google Sans", sans-serif;
  color: #111;
  font-size: 2.15rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.metric-label {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.35;
}

.results-note {
  max-width: 880px;
  margin: 0.2rem auto 0;
}

.results-plot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
  align-items: start;
  margin-top: 1.1rem;
}

.publication-figure.result-plot {
  margin-top: 0;
}

.publication-figure.view-scaling-plot img {
  width: 78%;
  margin: 0 auto;
}

.publication-figure.result-plot figcaption {
  max-width: 620px;
  color: #4f4f4f;
  font-size: 0.99rem;
  text-align: left;
}

.publication-figure.result-plot figcaption strong {
  color: #222;
  font-weight: 750;
}

pre {
  background: #f5f5f5;
  border-radius: 6px;
  color: #222;
  font-size: 0.9rem;
  margin-top: 1rem;
  overflow-x: auto;
  white-space: pre;
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.footer {
  padding: 2rem 1.5rem;
  background: #fafafa;
}

.footer p {
  color: #555;
  font-size: 0.95rem;
}

@media screen and (max-width: 768px) {
  .publication-title {
    margin-bottom: 0.85rem;
  }

  .publication-subtitle {
    font-size: 1.55rem;
  }

  .affiliation-logos {
    gap: 1.15rem;
  }

  .tldr-grid {
    grid-template-columns: 1fr;
  }

  .results-plot-grid {
    grid-template-columns: 1fr;
  }

  .affiliation-logos img {
    height: 43px;
  }
}
