body {
  font-family: 'Noto Sans', sans-serif;
}


.footer .icon-link {
  font-size: 25px;
  color: #000;
}

.link-block a {
  margin-top: 5px;
  margin-bottom: 5px;
}

.dnerf {
  font-variant: small-caps;
}


.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}


.publication-title {}

.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {}

.publication-title {
  font-family: 'Google Sans', sans-serif;
}

.publication-authors {
  font-family: 'Google Sans', sans-serif;
}

.publication-venue {
  color: #555;
  width: fit-content;
  font-weight: bold;
}

.publication-awards {
  color: #ff3860;
  width: fit-content;
  font-weight: bolder;
}

.publication-authors {}

.publication-authors a {
  color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
  text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.publication-banner img {}

.publication-authors {
  /*color: #4286f4;*/
}

.publication-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;

  overflow: hidden;
  border-radius: 10px !important;
}

.publication-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.publication-body img {}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  padding: 20px;
  font-size: 0;
}

.carousel .item img.task-image {
  height: 220px !important;
  width: auto !important;
  display: block;
  margin: 0 auto 1rem;
  object-fit: contain;
}

.carousel .item img.task-image-square {
  width: 500px !important;
  height: auto !important;
  max-height: 220px !important;
}

.dise-taxonomy-card {
  position: sticky;
  top: 2rem;
  padding: 1.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.dise-taxonomy-img {
  max-width: 220px;
  width: 100%;
  height: auto;
}

.spatial-tasks-layout {
  margin-top: 1.5rem;
}

.results-carousel video {
  margin: 0;
}

.slider-pagination .slider-page {
  background: #000000;
}

.eql-cntrb {
  font-size: smaller;
}

.title-with-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.title-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.tag.tag-intrinsic-static {
  background-color: #c1f2a2 !important;
  background: #c1f2a2 !important;
  color: #1f6e27 !important;
  border: 1px solid #8ecf72 !important;
  --bulma-tag-background: #c1f2a2;
  --bulma-tag-color: #1f6e27;
}

.tag.tag-intrinsic-dynamic {
  background-color: #ffd79a !important;
  background: #ffd79a !important;
  color: #b15500 !important;
  border: 1px solid #f4b049 !important;
  --bulma-tag-background: #ffd79a;
  --bulma-tag-color: #b15500;
}

.tag.tag-extrinsic-static {
  background-color: #ffc7ce !important;
  background: #ffc7ce !important;
  color: #a61639 !important;
  border: 1px solid #f0637a !important;
  --bulma-tag-background: #ffc7ce;
  --bulma-tag-color: #a61639;
}

.tag.tag-extrinsic-dynamic {
  background-color: #c7d8ff !important;
  background: #c7d8ff !important;
  color: #1f4aa3 !important;
  border: 1px solid #7091f0 !important;
  --bulma-tag-background: #c7d8ff;
  --bulma-tag-color: #1f4aa3;
}

:root {
  --pg-blue: #2d7dd2;
  --pg-teal: #18a79f;
  --pg-orange: #f27f3d;
  --pg-green: #3b9b6b;
  --pg-ink: #1f2a37;
  --pg-muted: #5c6675;
  --pg-line: #d9e1ec;
}

.prefixguard-logo {
  width: 72px;
  height: 72px;
  margin-bottom: 1rem;
}

.publication-title em {
  color: var(--pg-blue);
  font-style: normal;
}

.math {
  white-space: nowrap;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 1.4rem auto 0;
  max-width: 760px;
}

.metric-tile {
  border: 1px solid var(--pg-line);
  border-radius: 8px;
  padding: 1rem 0.8rem;
  background: #fff;
  box-shadow: 0 8px 22px rgba(31, 42, 55, 0.06);
}

.metric-value {
  display: block;
  color: var(--pg-teal);
  font-family: 'Google Sans', 'Noto Sans', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
}

.metric-label {
  display: block;
  color: var(--pg-muted);
  font-size: 0.88rem;
  line-height: 1.25;
  margin-top: 0.25rem;
}

.wide-figure {
  width: 100%;
  height: auto;
  border: 1px solid var(--pg-line);
  border-radius: 8px;
  background: #fff;
}

.figure-panel {
  border: 1px solid var(--pg-line);
  border-radius: 8px;
  padding: 0.75rem;
  background: #fff;
  box-shadow: 0 10px 28px rgba(31, 42, 55, 0.05);
}

.diagnostic-figure-stack {
  display: grid;
  gap: 1.5rem;
}

.diagnostic-note-stack {
  display: grid;
  gap: 1.5rem;
}

.diagnostic-figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.method-grid {
  align-items: stretch;
}

.method-step {
  height: 100%;
  border: 1px solid var(--pg-line);
  border-top: 4px solid var(--pg-teal);
  border-radius: 8px;
  padding: 1.2rem;
  background: #fff;
}

.method-grid .column:nth-child(2) .method-step {
  border-top-color: var(--pg-blue);
}

.method-grid .column:nth-child(3) .method-step {
  border-top-color: var(--pg-orange);
}

.step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.7rem;
  border-radius: 50%;
  background: var(--pg-ink);
  color: #fff;
  font-weight: 700;
}

.method-step p,
.finding-box p {
  color: var(--pg-muted);
}

.result-table {
  font-size: 0.92rem;
}

.result-table thead th {
  background: #eef5fb;
  color: var(--pg-ink);
  vertical-align: middle;
}

.result-table td {
  vertical-align: middle;
}

.result-table .is-selected-row td {
  background: #eefaf7;
}

.diagnostic-lead {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: var(--pg-muted);
}

.diagnostic-transition {
  max-width: 820px;
  margin: 1.6rem auto 0;
  color: var(--pg-muted);
  font-size: 1rem;
  line-height: 1.55;
  text-align: center;
}

.appendix-note {
  border: 1px solid var(--pg-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(31, 42, 55, 0.05);
}

.appendix-table {
  font-size: 0.84rem;
}

.appendix-table code {
  white-space: nowrap;
  color: var(--pg-ink);
  background: #eef5fb;
}

.audit-group-row td {
  background: #eefaf7 !important;
  color: var(--pg-ink);
  font-weight: 700;
  text-align: left;
}

.appendix-note {
  height: 100%;
  padding: 1.2rem;
}

.appendix-note p {
  color: var(--pg-muted);
}

.formula-box {
  margin: 1.1rem 0;
  padding: 1rem;
  border: 1px solid #d7e8f6;
  border-radius: 8px;
  background: #f7fbff;
  color: var(--pg-ink);
  overflow-x: auto;
}

.formula-box p {
  margin-top: 0.75rem;
  margin-bottom: 0;
  color: var(--pg-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.finding-box {
  border-radius: 8px;
  border: 1px solid var(--pg-line);
  box-shadow: none;
}

pre {
  border-radius: 8px;
  border: 1px solid var(--pg-line);
}

@media screen and (max-width: 768px) {
  .publication-title {
    font-size: 2rem !important;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .result-table {
    font-size: 0.78rem;
  }

  .figure-panel {
    padding: 0.45rem;
  }
}
