html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  color: #222;
  background: white;
  line-height: 1.45;
}

header {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  padding: 24px 20px 8px;
}

h1 {
  font-size: 46px;
  margin: 0 0 6px;
}

h2 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 12px;
}

h3 {
  font-size: 22px;
  text-align: center;
  margin: 24px 0 8px;
}

section {
  max-width: 950px;
  margin: 0 auto;
  padding: 18px 20px;
}

p {
  font-size: 0.95rem;
  margin: 0 0 10px;
}

.authors {
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 12px 0 8px;
}

.authors a {
  color: #222;
  text-decoration: none;
}

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

.affiliations {
  text-align: center;
  font-size: 0.95rem;
  margin-bottom: 10px;
}

sup {
  vertical-align: super;
  font-size: 0.75em;
}

.buttons {
  margin-top: 8px;
}

.buttons a {
  display: inline-block;
  margin: 4px;
  padding: 8px 15px;
  background: #164a7a;
  color: white;
  text-decoration: none;
  border-radius: 7px;
  font-weight: 600;
}

.buttons a:hover {
  background: #0f3558;
}

.hero-video {
  padding-top: 8px;
  padding-bottom: 18px;
}

.hero-summary {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
}

.hero-summary span {
  margin: 0 7px;
}

.hero-video video {
  width: 100%;
  max-width: 900px;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.hero-caption {
  text-align: center;
  max-width: 900px;
  margin: 10px auto 0;
}

#overview p,
#framework p,
#abstract p {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 10px;
}

.content-media {
  width: 100%;
  max-width: 900px;
  display: block;
  margin: 10px auto 12px;
  border-radius: 8px;
}

.figure-note {
  text-align: center;
  color: #666;
  font-size: 0.88rem;
  max-width: 850px;
  margin: 6px auto 0;
}

pre {
  background: #f4f4f4;
  padding: 14px;
  border-radius: 8px;
  overflow-x: auto;
}

.side-nav {
  position: fixed;
  left: 24px;
  top: 160px;
  width: 150px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.side-nav a {
  color: #164a7a;
  text-decoration: none;
  font-size: 0.95rem;
  padding: 6px 10px;
  border-left: 3px solid transparent;
}

.side-nav a:hover {
  background: #f0f5fa;
  border-left: 3px solid #164a7a;
  border-radius: 4px;
}

@media (max-width: 1200px) {
  .side-nav {
    display: none;
  }
}

.section-subtitle {
  text-align: center;
  color: #666;
  font-size: 1.05rem;
  margin-top: -6px;
  margin-bottom: 22px;
}

#findings {
  margin-top: 40px;
  margin-bottom: 40px;
}

.finding-tabs,
.gallery-tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 24px 0;
  flex-wrap: wrap;
}

.finding-btn,
.gallery-btn {
  padding: 12px 26px;
  border: none;
  border-radius: 999px;
  background: #f1f4f8;
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

.finding-btn:hover,
.gallery-btn:hover {
  background: #dfeaf8;
  transform: translateY(-2px);
}

.finding-btn.active,
.gallery-btn.active {
  background: #1f5a99;
  color: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.finding-panel {
  margin-top: 8px;
}

.finding-summary {
  max-width: 900px;
  margin: 0 auto 18px;
  text-align: center;
  line-height: 1.6;
  font-size: 1.05rem;
  color: #333;
}

.finding-summary b {
  color: #1f5a99;
}

.finding-figure {
  width: 70%;
  max-width: 800px;
  display: block;
  margin: 18px auto;
}

#planning-gallery {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.gallery-panel h3{
  text-align:center;

  margin-top:20px;
  margin-bottom:6px;

  font-size:18px;
  font-weight:600;

  color:#4f6b86;
}

.gallery-panel video {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.project-title{
  font-size:46px;
  font-weight:700;
  letter-spacing:-1px;
  margin-bottom:0;
}
.contact-text{
  color:#111111;
}

.world-text{
  color:#1f6fff;
}