html, body {
  font-size: 18px;
  line-height: 1.6;
  font-family: 'Noto Sans', sans-serif;
  color: #2c2c2c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container.is-max-desktop {
  max-width: 1100px;
}

.publication-title {
  font-family: 'Google Sans', sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
}

.publication-authors {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.05rem;
}

.publication-links {
  margin-top: 1.5rem;
}

.hero {
  background: white;
}

.hero.teaser {
  background-color: #fafafa;
  padding: 3rem 0;
}

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

.quantv2x {
  font-weight: 600;
  color: #3273dc;
}

.section {
  padding: 3rem 1.5rem;
}

.section-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, #dbdbdb, transparent);
  margin: 2rem 0;
}

.method-overview {
  background: white;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 2rem;
  margin: 2rem 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.result-card {
  background: white;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.demo-video-container {
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem 0;
  text-align: center;
}

.demo-video-placeholder {
  background: #ffffff;
  border: 2px dashed #ced4da;
  border-radius: 8px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.results-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 2rem 0;
}

@media (max-width: 768px) {
  .results-grid {
    grid-template-columns: 1fr;
  }
}

.metric-highlight {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 1rem 2rem;
  border-radius: 8px;
  display: inline-block;
  margin: 0.5rem;
  text-align: center;
  min-width: 120px;
}

.metric-value {
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
}

.metric-label {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-top: 0.25rem;
}

.comparison-table {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.table {
  margin: 0;
}

.table th {
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  font-weight: 600;
}

.architecture-diagram {
  background: white;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 2rem;
  margin: 2rem 0;
  text-align: center;
}

.diagram-placeholder {
  background: #f8f9fa;
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-size: 1.1rem;
}

.navbar {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.content {
  font-size: 1.05rem;
  line-height: 1.65;
}

.content h2 {
  color: #363636;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
}

.content h3 {
  color: #4a4a4a;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.content p {
  margin-bottom: 1.25rem;
}

pre {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 1rem;
  font-size: 0.95rem;
}

.footer {
  text-align: center;
  background-color: #fafafa;
  border-top: 1px solid #e8e8e8;
  padding: 2rem 1.5rem;
  font-size: 0.95rem;
  color: #555;
}

