body {
  font-family: 'Noto Sans', sans-serif;
  color: #1a1a1a;
}

.content,
.subtitle,
.publication-authors,
.publication-title {
  color: #1a1a1a;
}

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

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

.item-mask {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.center-image {
  max-width: 100%;
  max-height: 100%;
}

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

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

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

.uniscale-easter-egg {
  display: inline-flex;
  align-items: center;
  gap: 0.05em;
  cursor: default;
  user-select: none;
}

.uniscale-text,
.uniscale-wave {
  display: inline-block;
  transition: transform 0.45s cubic-bezier(0.34, 1.2, 0.64, 1);
}

.uniscale-text {
  transform-origin: right center;
}

@media (hover: hover) {
  .uniscale-easter-egg:hover .uniscale-text {
    transform: scale(0.62);
  }

  .uniscale-easter-egg:hover .uniscale-wave {
    transform: translateX(-1.25em);
  }
}

.uniscale-easter-egg.is-scaling .uniscale-text {
  transform: scale(0.62);
}

.uniscale-easter-egg.is-scaling .uniscale-wave {
  transform: translateX(-1.25em);
}

.publication-authors {
  font-family: 'Google Sans', 'Noto 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 a {
  color: hsl(204, 86%, 53%) !important;
}

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

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

.publication-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 10px !important;
}

.publication-video iframe,
.publication-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f5f5f5;
}

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

.pill-button {
  display: flex;
  align-items: center;
  background-color: #f5f7fa;
  border-radius: 50px;
  padding: 12px 20px;
  color: #333333;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 16px;
  margin-bottom: 12px;
  height: 100%;
}

.pill-button .icon {
  margin-right: 10px;
  opacity: 0.6;
}

.pill-button:hover {
  background-color: #e8ecf0;
  transform: translateY(-2px);
}

.pill-button.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.placeholder-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f5f7fa;
  border: 2px dashed #dbdbdb;
  border-radius: 8px;
  color: #4a4a4a;
  font-size: 0.95rem;
  text-align: center;
  padding: 2rem;
}

.placeholder-box i {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  opacity: 0.5;
}

.placeholder-box.teaser {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.placeholder-box.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.placeholder-text {
  color: #1a1a1a;
}

.has-shadow {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.back-to-home {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  font-size: 0.85rem;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.75rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  border: 1px solid #ededed;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.back-to-home:hover {
  color: #000;
  border-color: #dbdbdb;
}

.button.is-disabled-link {
  opacity: 0.45;
  pointer-events: none;
  cursor: default;
}

.method-overview-block {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.method-overview-title {
  margin-top: 0;
  margin-bottom: 1rem;
}

.method-overview-content {
  max-width: 100%;
  margin-bottom: 1.75rem;
}

.method-carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  margin: 0 auto;
}

.carousel-main {
  flex: 1;
  min-width: 0;
  max-width: 100%;
}

.carousel-viewport {
  overflow: hidden;
  border-radius: 8px;
}

.carousel-track {
  position: relative;
  width: 100%;
}

.carousel-slide {
  display: none;
  width: 100%;
}

.carousel-slide.is-active {
  display: block;
}

.carousel-slide img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.carousel-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  background: #fff;
  color: #1a1a1a;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.carousel-btn:hover {
  background: #f5f5f5;
  border-color: #b5b5b5;
}

.carousel-btn:active {
  transform: scale(0.95);
}

.carousel-indicator {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 500;
  color: #1a1a1a;
}

@media (max-width: 600px) {
  .method-carousel {
    gap: 0.5rem;
  }

  .carousel-btn {
    width: 2rem;
    height: 2rem;
    font-size: 0.8rem;
  }
}
