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

.top-showcase {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.48), transparent 24%),
    radial-gradient(circle at 82% 14%, rgba(255, 255, 255, 0.32), transparent 20%),
    linear-gradient(128deg,
      #edf2f6 0%,
      #edf2f6 49.4%,
      #f8f3eb 49.4%,
      #f8f3eb 100%);
}

.top-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.02));
  pointer-events: none;
}

.top-showcase::after {
  content: "";
  position: absolute;
  inset: auto 10% -22% auto;
  width: 34%;
  height: 40%;
  background: radial-gradient(circle, rgba(214, 222, 232, 0.26), rgba(214, 222, 232, 0));
  pointer-events: none;
}

.top-showcase .navbar {
  position: relative;
  z-index: 30;
  background: transparent;
}

.top-showcase .hero {
  position: relative;
  z-index: 1;
  background: transparent;
}

.top-showcase .navbar-menu,
.top-showcase .navbar-start,
.top-showcase .navbar-item.has-dropdown {
  position: relative;
  overflow: visible;
}

.top-showcase .navbar-dropdown {
  display: block;
  z-index: 31;
  min-width: 12rem;
  border-radius: 12px;
  border-top: 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.top-showcase .navbar-item.has-dropdown:hover,
.top-showcase .navbar-item.has-dropdown.is-active {
  z-index: 32;
}

.top-showcase .navbar-item.has-dropdown:hover .navbar-dropdown,
.top-showcase .navbar-item.has-dropdown.is-active .navbar-dropdown,
.top-showcase .navbar-item.has-dropdown:focus-within .navbar-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.top-showcase .navbar-dropdown .navbar-item {
  white-space: nowrap;
}


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

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

.icon .inline-icon {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

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


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

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

.teaser-image {
  border-radius: 10px;
  display: block;
  width: 100%;
}

.teaser + .section {
  padding-top: 1.5rem;
}


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

.yogo-letter {
  display: inline-block;
}

.yogo-letter-y {
  color: #d94841;
}

.yogo-letter-o1 {
  color: #f08c00;
}

.yogo-letter-g {
  color: #2b8a3e;
}

.yogo-letter-o2 {
  color: #1c7ed6;
}

.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-notes {
  color: #7a7a7a;
  font-style: italic;
  margin-top: 0.5rem;
}

.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.is-static {
  max-width: 960px;
  margin: 0 auto;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
  background: #0f141b;
}

.results-carousel:not(.is-carousel-ready) {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.results-carousel:not(.is-carousel-ready) > .item {
  flex: 0 0 calc((100% - 20px) / 3);
  margin: 0;
  scroll-snap-align: start;
}

.results-carousel.is-static .item {
  margin: 0;
}

.results-carousel.is-static video {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 900px) {
  .results-carousel:not(.is-carousel-ready) > .item {
    flex-basis: calc((100% - 10px) / 2);
  }
}

@media screen and (max-width: 640px) {
  .results-carousel:not(.is-carousel-ready) > .item {
    flex-basis: 100%;
  }
}

.architecture-figure {
  margin-top: 1rem;
}

.architecture-image {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.architecture-description {
  margin-top: 1.25rem;
}

.quantitative-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  margin-top: 1rem;
}

.quantitative-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #4a4a4a;
  font-size: 0.95rem;
}

.quantitative-legend-swatch {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  flex: 0 0 auto;
}

.quantitative-note {
  margin: 0.85rem auto 1.4rem;
  max-width: 760px;
  color: #6b7280;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.5;
}

.quantitative-card {
  margin-top: 1rem;
  padding: 1rem 1rem 0.75rem;
  border: 1px solid #d9dde5;
  border-radius: 16px;
  background: #fbfcff;
}

.quantitative-track-title {
  margin-bottom: 0.4rem !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
  line-height: 1.35;
}

.quantitative-row {
  margin-top: 0.25rem;
}

.quantitative-chart {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.quantitative-chart svg {
  display: block;
  width: 100%;
  height: auto;
}

.bibtex-card {
  margin-top: 1rem;
  padding: 1.1rem 1.1rem 1rem;
  border: 1px solid #d9dde5;
  border-radius: 16px;
  background: #ffffff;
}

.bibtex-toolbar {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.bibtex-toolbar .title {
  margin-bottom: 0 !important;
  min-width: 0;
  flex: 1 1 auto;
}

.bibtex-copy-button {
  flex: 0 0 auto;
  margin-left: auto;
}

.bibtex-card pre {
  margin: 0;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid #e2e7ef;
  background: #ffffff !important;
  color: #111827 !important;
  overflow-x: auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.bibtex-card code {
  font-size: 0.95rem;
  line-height: 1.6;
  white-space: pre;
  color: #111827 !important;
  background: transparent !important;
}

.bibtex-card pre code {
  display: block;
  padding: 0;
  color: #111827 !important;
  background: transparent !important;
}

@media screen and (max-width: 768px) {
  .bibtex-toolbar {
    align-items: flex-start;
  }

  .bibtex-copy-button {
    margin-left: auto;
  }
}
