body {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  color: #222;
  background: #ffffff;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  width: min(960px, calc(100vw - 32px));
  margin: 0 auto;
}

.centered {
  text-align: center;
}

.hero {
  padding: 3rem 0 2.5rem;
}

.section {
  padding: 3rem 0;
}

.light-section {
  background: #f5f5f5;
}

.white-section {
  background: #ffffff;
}

.title,
.section-title,
.subsection-title {
  font-family: "Google Sans", "Noto Sans", sans-serif;
}

.title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
}

.subtitle {
  margin: 0.75rem auto 1.25rem;
  max-width: 760px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #555;
}

.authors,
.affiliation,
.venue {
  margin: 0.35rem 0;
}

.authors {
  font-size: 1.15rem;
}

.affiliation,
.venue {
  color: #555;
}

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

.button-link,
.copy-button {
  display: inline-block;
  margin: 0.25rem;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  background: #363636;
  border: 1px solid #363636;
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  cursor: pointer;
}

.button-link:hover,
.copy-button:hover {
  background: #222;
  border-color: #222;
}

.figure-wrap {
  margin: 2rem auto 0;
}

.narrow-figure {
  max-width: 620px;
}

.results-figure {
  max-width: 520px;
}

.section-title {
  margin: 0 0 1.25rem;
  font-size: 2rem;
}

.subsection-title {
  margin: 2rem 0 1rem;
  font-size: 1.35rem;
}

.content {
  max-width: 860px;
  margin: 0 auto;
  text-align: left;
}

.content p {
  margin: 0 0 1rem;
  line-height: 1.7;
}

.method-list {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  line-height: 1.7;
}

.table-container {
  overflow-x: auto;
  margin-top: 1rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

th,
td {
  padding: 0.7rem 0.75rem;
  border: 1px solid #ddd;
  text-align: left;
  font-size: 0.95rem;
}

th {
  background: #fafafa;
  font-weight: 700;
}

.highlight-row td {
  font-weight: 700;
}

.compact-table {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.citation-wrap {
  max-width: 860px;
  margin: 0 auto;
  text-align: left;
}

pre {
  margin: 1rem 0 0;
  padding: 1rem;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow-x: auto;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.92rem;
  line-height: 1.5;
  white-space: pre;
}

.footer {
  padding: 2rem 0;
  background: #f5f5f5;
  color: #555;
}

.footer p {
  margin: 0;
}

@media (max-width: 640px) {
  .hero,
  .section {
    padding: 2.25rem 0;
  }

  .subtitle {
    font-size: 1.05rem;
  }

  .section-title {
    font-size: 1.6rem;
  }

  th,
  td {
    font-size: 0.88rem;
  }
}
