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

:root {
  --dart-main: #23559f;
  --dart-main-soft: #f2f6fc;
  --dart-main-border: #d8e3f3;
  --dart-red-text: rgba(184, 50, 50, 0.78);
}


.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;
}

.venue-line {
    color: #FF0066;
    font-weight: 700;
    margin-bottom: 1.0rem;
}

.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;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}


.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-video-column {
}

.interpolation-panel .slider {
  margin: 0 !important;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}

.abstract-section {
  background: #f2f2f2;
}

.abstract-wide {
  flex: none;
  width: 78%;
  margin-left: auto;
  margin-right: auto;
}

.abstract-card {
  padding: 1.8rem 2rem;
  border-left: 5px solid var(--dart-main);
  border-radius: 6px;
  background: #fff;
  color: #555;
  font-size: 1.05rem;
  line-height: 1.7;
}

.tldr-card {
  margin-bottom: 2rem;
  padding: 1.4rem 1.7rem;
  border-left: 5px solid var(--dart-main);
  border-radius: 6px;
  background: #fff;
  color: #333;
  font-size: 1.14rem;
  line-height: 1.6;
}

.tldr-card strong {
  color: #26333d;
  font-weight: 700;
}

.highlight-blue {
  color: var(--dart-main);
}

.highlight-red {
  color: var(--dart-red-text);
}

.dart-pill {
  padding: 0.08em 0.35em;
  border-radius: 4px;
  background-color: var(--dart-main);
  color: #fff;
}

.motivation-section {
  padding-top: 3rem;
}

.motivation-header {
  margin-bottom: 1.5rem;
}

.motivation-badge {
  display: inline-block;
  margin-bottom: 0.6rem;
  padding: 0.28rem 0.8rem;
  border-radius: 3px;
  background: var(--dart-main);
  color: #fff;
  font-family: 'Google Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.motivation-title {
  margin-bottom: 0.45rem;
  color: #333;
  font-family: 'Google Sans', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.18;
}

.motivation-subtitle {
  color: #666;
  font-size: 1.08rem;
}

.motivation-callout {
  margin-bottom: 1.6rem;
  padding: 1.4rem 1.7rem;
  border: 1px solid var(--dart-main-border);
  border-radius: 6px;
  background: var(--dart-main-soft);
  color: #555;
  font-size: 1.05rem;
  line-height: 1.7;
}

.motivation-callout p {
  margin: 0;
}

.motivation-callout strong {
  color: #333;
}

.figure-wide {
  flex: none;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.detail-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}

.detail-grid.two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-grid.three-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-card {
  padding: 1rem 1.1rem;
  border: 1px solid #e1e6ea;
  border-radius: 6px;
  background: #fff;
}

.detail-card.dart-card {
  border-color: #b8cdea;
  background: linear-gradient(180deg, #f2f7ff 0%, #eaf2ff 100%);
  box-shadow: 0 6px 18px rgba(35, 85, 159, 0.12);
}

.detail-card h3 {
  margin-bottom: 0.45rem;
  color: #26333d;
  font-family: 'Google Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.detail-card.dart-card h3 {
  color: var(--dart-main);
}

.detail-card p {
  margin: 0;
  color: #555;
  font-size: 0.96rem;
  line-height: 1.55;
}

.detail-card.dart-card p {
  color: #334a66;
}

.detail-card.compact {
  padding: 0.95rem 1rem;
}

.motivation-figure {
  margin: 0 auto;
  text-align: center;
}

.motivation-figure img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.motivation-figure figcaption {
  margin-top: 0.8rem;
  color: #666;
  font-size: 0.92rem;
  font-style: italic;
}

.analysis-section {
  padding-top: 2.5rem;
}

.analysis-header {
  margin-bottom: 1.8rem;
}

.analysis-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin: 0;
  text-align: center;
}

.analysis-figure img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 320px;
  object-fit: contain;
  object-position: center center;
  margin-left: auto;
  margin-right: auto;
}

.analysis-figure figcaption {
  margin-top: 0.75rem;
  color: #666;
  font-size: 0.9rem;
  font-style: italic;
}

.analysis-figure-row {
  display: flex;
}

.analysis-figure-row > .column {
  display: flex;
  flex: 1 1 0;
}

.method-section {
  padding-top: 2.5rem;
}

.results-section {
  padding-top: 2.5rem;
}

.method-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}

.method-step {
  padding: 1rem;
  border: 1px solid #e1e6ea;
  border-radius: 6px;
  background: #fff;
}

.method-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  margin-bottom: 0.65rem;
  border-radius: 50%;
  background: var(--dart-main);
  color: #fff;
  font-family: 'Google Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}

.method-step p {
  margin: 0;
  color: #555;
  font-size: 0.92rem;
  line-height: 1.5;
}

.method-figure {
  margin: 0 auto;
  text-align: center;
}

.method-figure img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.method-figure figcaption {
  margin-top: 0.8rem;
  color: #666;
  font-size: 0.92rem;
  font-style: italic;
}

.results-table-figure {
  margin: 2rem auto 0;
  text-align: center;
}

.results-table-figure img {
  display: block;
  width: 85%;
  height: auto;
  margin: 0 auto;
}

.results-table-figure figcaption {
  margin-top: 0.8rem;
  color: #666;
  font-size: 0.92rem;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .figure-wide {
    margin-left: auto;
    margin-right: auto;
  }

  .analysis-figure-row {
    --columnGap: 0;
    display: flex;
    gap: 0.35rem;
    margin-left: 0;
    margin-right: 0;
  }

  .analysis-figure-row > .column {
    flex: 0 0 calc(50% - 0.175rem);
    width: calc(50% - 0.175rem);
    padding: 0;
  }

  .analysis-figure img {
    height: 180px;
  }

  .analysis-figure figcaption {
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .detail-grid.two-columns,
  .detail-grid.three-columns,
  .method-steps {
    grid-template-columns: 1fr;
  }
}
