body {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  color: #333;
}

.title, .subtitle {
  font-weight: 500;
}

.publication-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 3rem !important;
}

.publication-authors {
  font-size: 1.2rem;
  margin-top: 2rem !important;
  margin-bottom: 1.5rem;
}

.publication-links {
  margin-bottom: 2rem;
}

.section {
  padding: 2rem 1.5rem 0;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

video, iframe {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.publication-video {
  position: relative;
  width: 60%;
  margin: 0 auto 1rem auto;
  aspect-ratio: 16 / 9;
}

.publication-video iframe {
  width: 100%;
  height: 100%;
}

.digest-section {
  text-align: center;
}



.digest-section .title {
  margin-bottom: 1.5rem;
}

.digest-section img {
  display: block;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.digest-section p {
    text-align: left;
}

.content h2 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

pre {
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 1rem;
  white-space: pre-wrap;
  word-wrap: break-word;
  text-align: left;
}

.section-block {
  padding: 4rem 0;
}

.bg-abstract {
  background-color: #ffffff;
}

.bg-how-it-works {
  background-color: #f0f2f5;
}

.bg-simulation {
  background-color: #ffffff;
}

.bg-real-world {
  background-color: #f0f2f5;
}

.bg-value-estimation {
  background-color: #ffffff;
}

.footer {
  background-color: #f9fafb;
  padding: 2rem 1.5rem;
}
