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

.publication-title,
.publication-authors,
.teaser,
.proposal-kicker,
.proposal-subtitle {
  font-family: "Google Sans", sans-serif;
}

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

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

.custom-hero {
  background: linear-gradient(180deg, #f7fafc 0%, #eef3f8 100%);
}

.proposal-kicker {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5b6b7f;
  margin-bottom: 1rem;
}

.proposal-subtitle {
  max-width: 900px;
  margin: 0 auto 1.5rem;
  color: #425466;
}

.proposal-authors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.author-pill {
  background: #ffffff;
  border: 1px solid #d7e0ea;
  border-radius: 999px;
  padding: 0.65rem 1rem;
  font-size: 1rem;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

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

.project-snapshot {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.snapshot-card {
  background: #ffffff;
  border: 1px solid #dbe5ef;
  border-radius: 18px;
  padding: 1.1rem 1rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.snapshot-label {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #6b7280;
  margin-bottom: 0.35rem;
}

.snapshot-value {
  font-size: 1.2rem;
  font-weight: 700;
  color: #102a43;
}

.section-callout {
  margin-bottom: 0.5rem !important;
}

.section-callout-text {
  font-size: 1.12rem;
  line-height: 1.75;
  color: #304354;
}

.teaser-grid-single {
  display: block !important;
  padding-top: 1rem;
}

.proposal-panel {
  background: #ffffff;
  border: 1px solid #dbe5ef;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
}

.tall-panel {
  height: 100%;
}

.proposal-panel p + p {
  margin-top: 1rem;
}

.bullet-points {
  text-align: left;
  list-style-type: disc;
  padding-left: 1.4rem;
  color: #1f2937;
}

.compact-list li + li {
  margin-top: 0.75rem;
}

.proposal-table {
  border: 1px solid #dbe5ef;
}

.proposal-table thead th {
  background: #f3f7fb;
  color: #243b53;
}

.proposal-table td,
.proposal-table th {
  vertical-align: top;
  font-size: 0.96rem;
}

.table-note {
  font-size: 0.95rem;
  color: #5f6c7b;
  margin-top: 0.75rem;
}

.pipeline-list {
  display: grid;
  gap: 1rem;
}

.pipeline-step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem;
  background: #f8fbfd;
  border: 1px solid #e0e8f0;
  border-radius: 16px;
}

.pipeline-node {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #3273dc;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
}

.pipeline-step p {
  margin: 0.35rem 0 0;
}

.code-callout {
  margin-top: 1.5rem;
  background: #102a43;
  color: #f0f4f8;
  border-radius: 14px;
  padding: 1rem 1.2rem;
  overflow-x: auto;
}

.code-callout code {
  color: inherit;
  background: transparent;
}

.formula-line {
  font-size: 1.4rem;
  font-family: "Castoro", serif;
  margin-bottom: 1rem;
  color: #102a43;
}

.alt-heading {
  margin-top: 1.5rem !important;
}

.emphasis-note {
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  background: #eef6ff;
  border-left: 4px solid #3273dc;
  border-radius: 10px;
  color: #1f3a5f;
}

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

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

@media screen and (max-width: 1023px) {
  .project-snapshot {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  .project-snapshot {
    grid-template-columns: 1fr;
  }

  .proposal-panel {
    padding: 1.35rem;
  }

  .proposal-subtitle {
    font-size: 1.15rem !important;
  }

  .pipeline-step {
    grid-template-columns: 44px 1fr;
  }

  .pipeline-node {
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }
}
