body {
  font-family: 'Noto Sans', sans-serif;
  background-color: #fafafa;
  color: #333;
  line-height: 1.6;
  padding: 2rem 0;
}

.hero {
  background: linear-gradient(135deg, #ffffff 0%, #f5f7fa 100%);
  padding: 3rem 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

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

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

.dnerf {
  font-variant: small-caps;
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}

.publication-title {
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1.5rem;
  letter-spacing: -0.5px;
}

.publication-banner {
  max-height: parent;
}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {
}

.publication-authors {
  font-family: 'Google Sans', sans-serif;
  color: #4a5568;
  margin-bottom: 1rem;
  line-height: 1.8;
}

.publication-venue {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

.publication-awards {
    color: #ff3860;
    width: fit-content;
    font-weight: bolder;
}

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

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

.author-block {
  display: inline-block;
  margin: 0.5rem 0;
  line-height: 1.8;
}

.publication-banner img {
}

.publication-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 10px !important;
}

.publication-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.publication-body img {
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-video-column {
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}

/* 左侧栏样式 */
.sidebar {
  position: sticky;
  top: 2rem;
  height: fit-content;
  padding: 2rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

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

.profile-image {
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  background: #f8fafc;
}

.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-info {
  margin-top: 1.5rem;
}

.profile-info p {
  margin-bottom: 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4a5568;
}

/* 右侧内容区样式 */
.main-content {
  padding-left: 2rem;
}

.main-content .section {
  margin-bottom: 2rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.main-content .section:hover {
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

/* 响应式设计 */
@media screen and (max-width: 768px) {
  .sidebar {
    position: relative;
    top: 0;
    margin-bottom: 2rem;
  }
  
  .main-content {
    padding-left: 0;
  }
  
  .profile-image {
    width: 150px;
    height: 150px;
  }
  
  .hero {
    padding: 2rem 0;
  }
  
  .section {
    padding: 2rem 1rem;
  }
  
  .title.is-3 {
    font-size: 1.5rem;
  }
  
  .title.is-4 {
    font-size: 1.25rem;
  }
}

/* 添加平滑滚动效果 */
html {
  scroll-behavior: smooth;
}

/* 添加链接悬停效果 */
a {
  transition: all 0.2s ease;
}

/* 添加卡片悬停效果 */
.section:hover {
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

/* 添加渐变背景 */
.hero-body {
  background: linear-gradient(135deg, #ffffff 0%, #f5f7fa 100%);
}

/* 优化列表样式 */
.content ul li {
  list-style-type: none;
  padding-left: 1.5rem;
  position: relative;
}

.content ul li:before {
  content: "•";
  color: #3182ce;
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* 添加分隔线 */
.content ul li:not(:last-child) {
  border-bottom: 1px solid #edf2f7;
  padding-bottom: 1rem;
}

/* 优化代码链接样式 */
.content ul li a[href*="github.com"] {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background: #f7fafc;
  border-radius: 4px;
  font-size: 0.9rem;
  margin: 0.5rem 0;
}

.content ul li a[href*="github.com"]:hover {
  background: #edf2f7;
  text-decoration: none;
}

.section {
  padding: 3rem 1.5rem;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  margin: 2rem 0;
}

.title {
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.title.is-3 {
  font-size: 1.75rem;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 0.5rem;
}

.title.is-4 {
  font-size: 1.5rem;
  color: #4a5568;
  margin-top: 2rem;
}

.content ul {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.content ul li {
  margin-bottom: 1rem;
  position: relative;
}

.content ul li strong {
  color: #2c3e50;
  font-weight: 600;
}

.content ul li a {
  color: #3182ce;
  text-decoration: none;
  transition: color 0.2s ease;
}

.content ul li a:hover {
  color: #2c5282;
  text-decoration: underline;
}

.content ul li em {
  color: #718096;
  font-style: normal;
}
