@font-face {
  font-family: 'SourceHanSerif';
  src: url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@900&display=swap');
}

#ending {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: 
    url('../images/back.jpg') center/cover no-repeat;
  color: #ffffff;
  perspective: 1000px;
  overflow: hidden;
}

#ending::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  z-index: -1;
}

.ending-content {
  text-align: center;
  font-family: 'SourceHanSerif', 'Noto Serif SC', serif;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.0; /* 缩小行间距 */
}

.line1 { opacity: 0.3; }
.line2 { opacity: 0.6; }
.line3 { opacity: 0.9; }
.line4 { opacity: 0.6; }

.ending-content p {
  margin: 1rem 0;
}

li.nav-dot[data-section="ending"] {
  visibility: hidden;
}