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

.hero .container.is-max-desktop {
  max-width: 1380px !important;
}

.hero .column.has-text-centered {
  max-width: 1320px;
  margin: 0 auto;
}


.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;
  max-width: 1300px;
  margin: 0 auto 1.25rem;
  font-size: clamp(1.75rem, 2.55vw, 2.35rem) !important;
  line-height: 1.04;
  letter-spacing: -0.032em;
  text-wrap: unset;
}

.publication-title br {
  display: block;
}

.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-author-list {
  max-width: 980px;
  margin: 0.25rem auto 0;
  line-height: 1.5;
}

.publication-affiliation-line,
.publication-corresponding-line {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.publication-affiliation-line .author-block {
  display: block;
  white-space: nowrap;
}

.publication-corresponding-line .author-block {
  display: 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%;
}

.aware-overview,
.aware-highlights,
.aware-experiments,
.aware-simulation {
  width: min(1180px, calc(100vw - 3rem));
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 2.5rem;
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(34, 48, 73, 0.12);
}

.aware-overview {
  margin-top: 0.5rem;
}

.aware-highlights {
  margin-top: 3rem;
}

.aware-experiments {
  margin-top: 2.5rem;
}

.aware-simulation {
  margin-top: 2.5rem;
}

.section-heading {
  position: relative;
  display: inline-block;
  margin-bottom: 1.75rem !important;
  padding-bottom: 0.55rem;
  font-family: 'Google Sans', sans-serif;
  font-size: clamp(1.85rem, 2.2vw, 2.3rem) !important;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.05;
  color: #162033;
}

.section-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 74px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #5a7cff 0%, #72d2e6 100%);
}

.overview-block + .overview-block {
  margin-top: 2.1rem;
  padding-top: 2.1rem;
  border-top: 1px solid rgba(93, 111, 144, 0.16);
}

.overview-kicker {
  margin: 0 0 0.45rem;
  color: #6f83ac;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.overview-heading {
  margin-bottom: 1.1rem !important;
}

.aware-overview .publication-video {
  border-radius: 22px !important;
  box-shadow: 0 14px 28px rgba(58, 73, 101, 0.14);
}

.overview-video-note {
  margin: 1rem 0 0;
  color: #53627d;
  font-size: 1.02rem;
  line-height: 1.8;
  text-wrap: pretty;
}

.overview-abstract-body {
  padding: 1.45rem 1.55rem;
  background: linear-gradient(180deg, #fbfcfe 0%, #f5f8fc 100%);
  border-radius: 22px;
  box-shadow: inset 0 0 0 1px rgba(116, 133, 164, 0.12);
}

.overview-abstract-body p {
  margin: 0;
  color: #4e5d77;
  font-size: 1.04rem;
  line-height: 1.9;
  text-wrap: pretty;
}

.overview-abstract-body p + p {
  margin-top: 0.95rem;
}

.aware-highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.aware-feature-card {
  --feature-icon-width: 1.5rem;
  --feature-icon-gap: 0.55rem;
  min-height: 165px;
  padding: 1.5rem 1.7rem;
  border-radius: 22px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.aware-feature-title {
  display: flex;
  align-items: center;
  gap: var(--feature-icon-gap);
  margin-bottom: 0.85rem;
  color: #ffffff;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.3;
}

.aware-feature-title .icon {
  width: var(--feature-icon-width);
  min-width: var(--feature-icon-width);
  font-size: 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.aware-feature-card p {
  margin: 0;
  padding-left: calc(var(--feature-icon-width) + var(--feature-icon-gap));
  color: rgba(255, 255, 255, 0.96);
  font-size: 1rem;
  line-height: 1.55;
}

.gradient-indigo {
  background: linear-gradient(135deg, #4d68c9 0%, #7596e8 100%);
}

.gradient-rose {
  background: linear-gradient(135deg, #d1778c 0%, #ee9a76 100%);
}

.gradient-cyan {
  background: linear-gradient(135deg, #43a0cf 0%, #6fd7c7 100%);
}

.gradient-mint {
  background: linear-gradient(135deg, #76c768 0%, #9be0a0 100%);
}

.experiment-intro {
  position: relative;
  margin-bottom: 1.6rem;
  padding: 1.05rem 1.2rem 1.05rem 1.45rem;
  background: #f7f9fc;
  border-radius: 18px;
  color: #5b6478;
  font-size: 1rem;
  line-height: 1.75;
  overflow: hidden;
}

.experiment-intro::before {
  content: '';
  position: absolute;
  left: 0.55rem;
  top: 0.8rem;
  bottom: 0.8rem;
  width: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff7a8e 0%, #ff9a7a 52%, #ffd2c4 100%);
  box-shadow: 0 0 0 0.18rem rgba(255, 126, 144, 0.12);
}

.experiment-subheading {
  position: relative;
  display: table;
  margin: 0 auto 1.3rem;
  padding-bottom: 0.45rem;
  text-align: center;
  font-family: 'Google Sans', sans-serif;
  font-size: clamp(1.25rem, 1.55vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #17233a;
}

.experiment-subheading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 52px;
  height: 4px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #8aa2ff 0%, #9ce7d5 100%);
}

.experiment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem 1.3rem;
}

.experiment-card {
  display: flex;
  flex-direction: column;
}

.experiment-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 18px;
  background: #eef3f8;
  box-shadow: inset 0 0 0 1px rgba(108, 124, 150, 0.15);
}

.experiment-media-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.experiment-media video,
.experiment-media iframe,
.experiment-media img,
.experiment-media a {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.experiment-media video,
.experiment-media iframe,
.experiment-media img {
  object-fit: cover;
}

.experiment-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background: linear-gradient(135deg, #eef3fb 0%, #fafbfd 100%);
  color: #546079;
  text-align: center;
}

.experiment-placeholder .icon {
  color: #7f8fb4;
  font-size: 1.25rem;
}

.experiment-placeholder strong {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.1rem;
  color: #344056;
}

.experiment-placeholder span:last-child {
  font-size: 0.95rem;
}

.experiment-caption {
  margin: 0.7rem 0 0;
  text-align: center;
  font-family: 'Google Sans', sans-serif;
  font-size: 1.05rem;
  color: #31394c;
}

.simulation-intro {
  position: relative;
  margin-bottom: 1.6rem;
  padding: 1.05rem 1.2rem 1.05rem 1.45rem;
  background: #f7f9fc;
  border-radius: 18px;
  color: #5b6478;
  font-size: 1rem;
  line-height: 1.75;
  overflow: hidden;
}

.simulation-intro::before {
  content: '';
  position: absolute;
  left: 0.55rem;
  top: 0.8rem;
  bottom: 0.8rem;
  width: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #5f87ff 0%, #63b8ff 52%, #b9d6ff 100%);
  box-shadow: 0 0 0 0.18rem rgba(99, 146, 255, 0.12);
}

.simulation-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.7rem;
}

.simulation-summary-card {
  padding: 1.2rem 1.15rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #fbfcff 0%, #f4f7fc 100%);
  box-shadow: inset 0 0 0 1px rgba(108, 126, 160, 0.12);
}

.simulation-summary-label {
  margin: 0 0 0.45rem;
  color: #6a83b1;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.simulation-summary-card h3 {
  margin: 0 0 0.5rem;
  font-family: 'Google Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #22314d;
}

.simulation-summary-card p:last-child {
  margin: 0;
  color: #5b6478;
  line-height: 1.7;
}

.simulation-figure {
  margin: 0 0 1.9rem;
  padding: 1rem;
  background: linear-gradient(180deg, #fbfcff 0%, #f5f8fc 100%);
  border-radius: 22px;
  box-shadow: inset 0 0 0 1px rgba(106, 124, 155, 0.12);
}

.simulation-figure img {
  width: 100%;
  display: block;
  border-radius: 16px;
}

.simulation-figure figcaption {
  margin-top: 0.9rem;
  color: #627089;
  font-size: 0.96rem;
  line-height: 1.7;
  text-align: center;
}

.simulation-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.45rem 1.3rem;
}

.sequence-showcase-card {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.1rem;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  box-shadow: inset 0 0 0 1px rgba(108, 126, 160, 0.14);
}

.sequence-summary {
  min-height: 128px;
}

.sequence-showcase-card .experiment-media {
  aspect-ratio: 16 / 7.8;
}

.simulation-video-placeholder {
  background: linear-gradient(135deg, #eef3fb 0%, #f7f9fd 100%);
}

.simulation-video-placeholder .icon {
  font-size: 1.35rem;
  color: #6e81b3;
}

.sequence-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
}

.sequence-id {
  color: #61708c;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sequence-badge {
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sequence-badge.structured {
  background: rgba(89, 147, 221, 0.14);
  color: #3f77b7;
}

.sequence-badge.degraded {
  background: rgba(231, 146, 70, 0.14);
  color: #bf6f21;
}

.sequence-badge.unstructured {
  background: rgba(81, 168, 113, 0.15);
  color: #398452;
}

.sequence-name {
  margin: 0 0 0.35rem;
  font-family: 'Google Sans', sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  color: #22314d;
}

.sequence-length {
  margin: 0 0 0.55rem;
  color: #6f7d97;
  font-size: 0.92rem;
  font-weight: 600;
}

.sequence-challenge {
  margin: 0;
  color: #56647c;
  font-size: 0.95rem;
  line-height: 1.65;
}

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

.bibtex-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
}

#BibTeX .container.content {
  width: min(980px, 100%);
  max-width: calc(100vw - 3rem);
  margin: 0 auto;
  padding: 2rem 2.1rem 2.15rem;
  background: linear-gradient(180deg, #fcfdff 0%, #f5f8fe 100%);
  border-radius: 24px;
  box-shadow: 0 14px 32px rgba(50, 68, 102, 0.12);
  border: 1px solid rgba(123, 144, 186, 0.18);
}

.bibtex-header .title {
  margin-bottom: 0.35rem;
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  color: #273756;
  letter-spacing: -0.02em;
}

.bibtex-copy-button {
  min-width: 108px;
  height: 2.2rem;
  padding: 0 1rem !important;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 999px;
  border: 1px solid rgba(111, 136, 181, 0.32) !important;
  color: #2f4b85 !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(236, 243, 255, 0.96) 100%) !important;
  box-shadow: 0 8px 18px rgba(88, 111, 156, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.bibtex-copy-button:hover:not(.is-success):not(.is-danger) {
  transform: translateY(-1px);
  border-color: rgba(97, 124, 176, 0.5) !important;
  background: linear-gradient(180deg, #ffffff 0%, #e9f1ff 100%) !important;
  box-shadow: 0 11px 22px rgba(84, 107, 153, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.bibtex-copy-button:active:not(.is-success):not(.is-danger) {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(84, 107, 153, 0.2), inset 0 2px 5px rgba(149, 169, 207, 0.24);
}

.bibtex-copy-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(111, 136, 181, 0.26), 0 10px 20px rgba(84, 107, 153, 0.2);
}

.bibtex-copy-button.is-success,
.bibtex-copy-button.is-danger {
  color: #fff !important;
  border-width: 1px !important;
}

.bibtex-copy-button.is-success {
  background: linear-gradient(180deg, #5dd7a2 0%, #45b888 100%) !important;
  border-color: #42ad81 !important;
  box-shadow: 0 10px 20px rgba(61, 173, 126, 0.3);
}

.bibtex-copy-button.is-danger {
  background: linear-gradient(180deg, #ff6f8e 0%, #ea4e71 100%) !important;
  border-color: #d94566 !important;
  box-shadow: 0 10px 20px rgba(224, 76, 112, 0.32);
}

#BibTeX pre {
  margin: 0;
  padding: 1.35rem 1.45rem;
  background: #f9fbff;
  border-radius: 16px;
  border: 1px solid rgba(127, 148, 188, 0.22);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  overflow-x: auto;
}

#BibTeX code {
  display: block;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 0.93rem;
  line-height: 1.7;
  color: #3e4f70;
}

@media screen and (max-width: 768px) {
  .hero .container.is-max-desktop {
    max-width: 100% !important;
  }

  .publication-title {
    max-width: 100%;
    font-size: clamp(2.2rem, 8vw, 3rem) !important;
    line-height: 1.08;
    letter-spacing: -0.025em;
  }

  .publication-title br {
    display: none;
  }

  .publication-affiliation-line .author-block {
    white-space: normal;
  }

  .aware-overview,
  .aware-highlights,
  .aware-experiments,
  .aware-simulation {
    width: 100%;
    left: 0;
    transform: none;
    padding: 1.5rem;
    border-radius: 20px;
  }

  .overview-block + .overview-block {
    margin-top: 1.6rem;
    padding-top: 1.6rem;
  }

  .overview-abstract-body {
    padding: 1.2rem 1.1rem;
    border-radius: 18px;
  }

  .overview-video-note {
    font-size: 0.97rem;
    line-height: 1.75;
  }

  .overview-abstract-body p {
    font-size: 0.98rem;
    line-height: 1.8;
  }

  .aware-highlights-grid {
    grid-template-columns: 1fr;
  }

  .aware-feature-card {
    min-height: auto;
    padding: 1.5rem 1.25rem;
  }

  .aware-feature-title {
    font-size: 1.35rem;
  }

  .aware-feature-card p {
    font-size: 1rem;
  }

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

  .simulation-overview-grid,
  .simulation-showcase-grid {
    grid-template-columns: 1fr;
  }

  .experiment-intro {
    font-size: 0.95rem;
  }

  .simulation-intro {
    font-size: 0.95rem;
  }

  .experiment-subheading {
    font-size: 1.15rem;
  }

  .bibtex-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .bibtex-copy-button {
    min-width: 102px;
    height: 2.1rem;
    padding: 0 0.9rem !important;
  }

  #BibTeX .container.content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.4rem 1.2rem 1.5rem;
    border-radius: 18px;
  }

  #BibTeX pre {
    padding: 1rem 0.95rem;
    border-radius: 13px;
  }

  #BibTeX code {
    font-size: 0.86rem;
    line-height: 1.6;
  }
}
