/* ==========================================================================
   Base — 全局基础样式
   ========================================================================== */

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #2b3440;
  background-color: #f5f1e8;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #0b2239;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #ff4a4a;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
  color: #0b2239;
}

p {
  margin: 0;
}

figure {
  margin: 0;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

/* ==========================================================================
   Layout — 全站骨架布局
   ========================================================================== */

.site-header {
  background-color: #0b2239;
  border-bottom: 3px solid #ff4a4a;
  position: relative;
  z-index: 100;
}

.header-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  gap: 24px;
}

.brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  flex-shrink: 0;
}

.brand-name {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.brand-tagline {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.4;
}

.site-nav .nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.nav-link:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}

.nav-link.is-current {
  color: #ffffff;
  background-color: rgba(255, 74, 74, 0.35);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 8px;
  border-radius: 4px;
  background-color: transparent;
}

.nav-toggle .toggle-bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-main {
  min-height: 60vh;
}

.inner-main {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.site-footer {
  background-color: #0b2239;
  margin-top: 64px;
}

.footer-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 24px 28px;
}

.footer-brand {
  margin-bottom: 24px;
}

.footer-brand-name {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
}

.footer-desc {
  margin-top: 6px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 560px;
  line-height: 1.6;
}

.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-link {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  padding: 4px 0;
  display: inline-block;
}

.footer-link:hover {
  color: #ffffff;
}

.footer-copyright {
  margin-top: 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
}

/* 面包屑 */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 0 12px;
  font-size: 13px;
  color: #7a8494;
}

.breadcrumb a {
  color: #3aa7ff;
}

.breadcrumb a:hover {
  color: #ff4a4a;
}

.breadcrumb-sep {
  color: #b0b8c4;
}

.breadcrumb-current {
  color: #4a5568;
  font-weight: 500;
}

/* 页面标题 */
.page-title-block {
  margin-bottom: 8px;
}

.page-title-desc {
  font-size: 15px;
  color: #5a6575;
  max-width: 720px;
  line-height: 1.7;
}

.page-header {
  margin-bottom: 28px;
}

.page-title {
  font-size: 28px;
  font-weight: 800;
  color: #0b2239;
  position: relative;
  padding-left: 16px;
  line-height: 1.35;
}

.page-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 5px;
  border-radius: 3px;
  background-color: #ff4a4a;
}

/* 布局壳 */
.layout-shell {
  padding: 0 0 40px;
}

.page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 40px;
  align-items: start;
  padding: 8px 0 32px;
}

.main-content {
  min-width: 0;
}

.sidebar {
  min-width: 0;
}

.sidebar-inner {
  position: sticky;
  top: 20px;
}

/* 区块标题通用 */
.section-title {
  font-size: 22px;
  font-weight: 800;
  color: #0b2239;
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 4px;
  border-radius: 2px;
  background-color: #ff4a4a;
}

.section-desc {
  font-size: 14px;
  color: #5a6575;
  margin-bottom: 20px;
  max-width: 680px;
}

.section-intro {
  font-size: 14px;
  color: #5a6575;
  margin-bottom: 20px;
  max-width: 680px;
}

/* 相关链接 */
.related-links {
  margin: 40px 0 0;
  padding: 20px 0;
  border-top: 1px solid #e0dcd2;
}

.related-links-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #0b2239;
  margin-bottom: 12px;
}

.related-links-item {
  display: inline-block;
  margin-right: 16px;
  font-size: 14px;
  color: #3aa7ff;
  padding: 4px 0;
}

.related-links-item:hover {
  color: #ff4a4a;
}

/* ==========================================================================
   Components — 通用组件
   ========================================================================== */

/* 标签 */
.tag {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
}

.tag-campus {
  background-color: rgba(255, 74, 74, 0.12);
  color: #d63a3a;
}

.tag-adventure {
  background-color: rgba(255, 176, 58, 0.15);
  color: #b57a14;
}

.tag-fantasy {
  background-color: rgba(138, 100, 255, 0.12);
  color: #6b46c1;
}

.tag-sci-fi {
  background-color: rgba(58, 167, 255, 0.12);
  color: #1a7fc4;
}

.tag-daily {
  background-color: rgba(69, 214, 168, 0.15);
  color: #1a9c74;
}

.tag-romance {
  background-color: rgba(255, 122, 158, 0.14);
  color: #e0486e;
}

.tag-mystery {
  background-color: rgba(80, 90, 110, 0.12);
  color: #3d4653;
}

.tag-warm {
  background-color: rgba(255, 176, 58, 0.12);
  color: #a06a10;
}

/* FAQ 折叠 */
.faq-list {
  margin-bottom: 24px;
}

.faq-item {
  border: 1px solid #e0dcd2;
  border-radius: 6px;
  margin-bottom: 10px;
  background-color: #fffdf8;
  overflow: hidden;
}

.faq-item[open] {
  border-color: #ffb03a;
}

.faq-question {
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 600;
  color: #0b2239;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
  list-style: none;
  transition: background-color 0.2s ease;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #ff4a4a;
  font-weight: 400;
}

.faq-item[open] .faq-question::after {
  content: "−";
}

.faq-question:hover {
  background-color: #f8f5ee;
}

.faq-answer {
  padding: 0 18px 16px;
  font-size: 14px;
  color: #4a5568;
  line-height: 1.75;
  border-top: 1px solid #f0ece2;
  padding-top: 12px;
}

/* 侧栏通用 */
.sidebar-block {
  margin-bottom: 24px;
  padding: 20px;
  background-color: #fffdf8;
  border: 1px solid #e0dcd2;
  border-radius: 6px;
}

.sidebar-title {
  font-size: 16px;
  font-weight: 700;
  color: #0b2239;
  margin-bottom: 8px;
  padding-left: 10px;
  border-left: 3px solid #ff4a4a;
}

.sidebar-desc {
  font-size: 13px;
  color: #6b7585;
  margin-bottom: 14px;
}

.sidebar-links, .sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sidebar-link-item, .sidebar-item {
  font-size: 14px;
}

.sidebar-link {
  display: block;
  padding: 6px 8px;
  color: #3a4656;
  border-radius: 4px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.sidebar-link:hover {
  background-color: #f0ece2;
  color: #ff4a4a;
}

.sidebar-text {
  font-size: 13px;
  color: #6b7585;
  line-height: 1.6;
}

/* ==========================================================================
   Pages — 首页
   ========================================================================== */

.home-main {
  background-color: #f5f1e8;
}

/* 站台公告 */
.announcement-bar {
  background-color: #1b3a5c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.announcement-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.announcement-label {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  color: #ffb03a;
  background-color: rgba(255, 176, 58, 0.12);
  padding: 2px 10px;
  border-radius: 3px;
}

.announcement-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: white-space 0.2s ease;
}

.announcement-bar:hover .announcement-text {
  white-space: normal;
}

/* 年度报告首屏 */
.report-hero {
  background-color: #0b2239;
  color: #ffffff;
  padding: 48px 0 56px;
}

.hero-content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 48px;
  align-items: center;
}

.hero-title {
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 12px;
  position: relative;
  padding-left: 16px;
}

.hero-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 5px;
  border-radius: 3px;
  background-color: #ff4a4a;
}

.hero-subtitle {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 540px;
}

.hero-topics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}

.topic-link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 14px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.topic-link:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
}

.topic-heat {
  border-left: 3px solid #ff4a4a;
}

.topic-new {
  border-left: 3px solid #ffb03a;
}

.topic-update {
  border-left: 3px solid #45d6a8;
}

.topic-no {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}

.topic-name {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.topic-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

.hero-toc {
  margin-top: 8px;
}

.toc-label {
  font-size: 12px;
  font-weight: 700;
  color: #ffb03a;
  display: block;
  margin-bottom: 8px;
}

.toc-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.toc-item a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  padding: 4px 0;
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.toc-item a:hover {
  color: #ffb03a;
  border-color: #ffb03a;
}

.hero-figure {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.hero-figure img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

/* 线路图导览 */
.route-guide {
  max-width: 1140px;
  margin: 0 auto;
  padding: 56px 24px 16px;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 8px;
}

.route-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 18px;
  border-radius: 6px;
  background-color: #fffdf8;
  border: 1px solid #e0dcd2;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.route-block:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(11, 34, 57, 0.12);
}

.route-school {
  border-top: 4px solid #ff4a4a;
}

.route-adventure {
  border-top: 4px solid #ffb03a;
}

.route-fantasy {
  border-top: 4px solid #8a64ff;
}

.route-daily {
  border-top: 4px solid #45d6a8;
}

.route-no {
  font-size: 11px;
  font-weight: 700;
  color: #8a94a3;
}

.route-name {
  font-size: 17px;
  font-weight: 700;
  color: #0b2239;
}

.route-desc {
  font-size: 13px;
  color: #6b7585;
  line-height: 1.6;
}

/* 封面墙 */
.cover-wall {
  max-width: 1140px;
  margin: 0 auto;
  padding: 48px 24px 16px;
}

.cover-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cover-card {
  background-color: #fffdf8;
  border: 1px solid #e0dcd2;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cover-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(11, 34, 57, 0.12);
}

.cover-figure {
  position: relative;
  overflow: hidden;
}

.cover-figure img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.cover-card:hover .cover-figure img {
  transform: scale(1.04);
}

.cover-title {
  font-size: 16px;
  font-weight: 700;
  color: #0b2239;
  padding: 14px 16px 4px;
}

.cover-tag {
  display: inline-block;
  margin: 0 16px 14px;
  font-size: 12px;
  color: #ff4a4a;
  background-color: rgba(255, 74, 74, 0.1);
  padding: 2px 10px;
  border-radius: 3px;
}

/* 今日到站表 */
.today-timetable {
  max-width: 1140px;
  margin: 0 auto;
  padding: 48px 24px 16px;
}

.timetable-list {
  background-color: #fffdf8;
  border: 1px solid #e0dcd2;
  border-radius: 6px;
  overflow: hidden;
}

.timetable-row {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid #f0ece2;
  transition: background-color 0.2s ease;
}

.timetable-row:last-child {
  border-bottom: none;
}

.timetable-row:hover {
  background-color: #f8f5ee;
}

.row-time {
  font-size: 13px;
  font-weight: 600;
  color: #ff4a4a;
  font-variant-numeric: tabular-nums;
}

.row-chapter {
  font-size: 14px;
  font-weight: 600;
  color: #0b2239;
}

.row-chapter:hover {
  color: #ff4a4a;
}

.row-status {
  font-size: 12px;
  color: #45d6a8;
  background-color: rgba(69, 214, 168, 0.12);
  padding: 2px 10px;
  border-radius: 3px;
}

/* 站点说明 */
.site-note {
  max-width: 1140px;
  margin: 0 auto;
  padding: 48px 24px 16px;
}

.note-text {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.9;
  max-width: 860px;
}

/* ==========================================================================
   Pages — 今日榜单
   ========================================================================== */

.page-jinribangdan .page-layout {
  grid-template-columns: minmax(0, 1fr) 300px;
}

/* 热度榜 */
.heat-route {
  margin-bottom: 40px;
}

.content-media-inline {
  margin: 0 0 20px;
}

.content-media-inline img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 6px;
}

.content-media-inline figcaption {
  font-size: 12px;
  color: #8a94a3;
  padding: 8px 4px 0;
  line-height: 1.5;
}

.route-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.route-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px 16px;
  background-color: #fffdf8;
  border: 1px solid #e0dcd2;
  border-radius: 6px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.route-item:hover {
  background-color: #f8f5ee;
  border-color: #ff4a4a;
}

.route-number {
  font-size: 18px;
  font-weight: 800;
  color: #ff4a4a;
  text-align: center;
}

.route-info {
  min-width: 0;
}

.route-name {
  font-size: 15px;
  font-weight: 700;
  color: #0b2239;
}

.route-link {
  font-size: 14px;
  color: #3aa7ff;
}

.route-link:hover {
  color: #ff4a4a;
}

.route-tag {
  display: inline-block;
  font-size: 12px;
  color: #6b7585;
  background-color: #f0ece2;
  padding: 2px 8px;
  border-radius: 3px;
  margin-top: 2px;
}

.route-time {
  font-size: 12px;
  color: #8a94a3;
  white-space: nowrap;
}

/* 新作榜 */
.new-route {
  margin-bottom: 40px;
}

.new-route-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.new-route-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  background-color: #fffdf8;
  border: 1px solid #e0dcd2;
  border-left: 3px solid #ffb03a;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.new-route-item:hover {
  background-color: #f8f5ee;
}

.new-route-number {
  font-size: 14px;
  font-weight: 800;
  color: #ffb03a;
  text-align: center;
}

.new-route-info {
  min-width: 0;
}

.new-route-name {
  font-size: 14px;
  font-weight: 700;
  color: #0b2239;
}

.new-route-link {
  font-size: 13px;
  color: #3aa7ff;
}

.new-route-topic {
  font-size: 12px;
  color: #6b7585;
  display: block;
  margin-top: 2px;
}

.new-route-tag {
  display: inline-block;
  font-size: 11px;
  color: #b57a14;
  background-color: rgba(255, 176, 58, 0.15);
  padding: 1px 8px;
  border-radius: 3px;
  margin-top: 2px;
}

/* 更新榜 */
.update-schedule {
  margin-bottom: 16px;
}

.update-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.update-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 12px 16px;
  background-color: #fffdf8;
  border: 1px solid #e0dcd2;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.update-item:hover {
  background-color: #f8f5ee;
}

.update-info {
  min-width: 0;
}

.update-name {
  font-size: 14px;
  font-weight: 600;
  color: #0b2239;
}

.update-works {
  font-size: 13px;
  color: #6b7585;
}

.update-link {
  font-size: 13px;
  color: #3aa7ff;
}

.update-link:hover {
  color: #ff4a4a;
}

.update-time {
  font-size: 12px;
  color: #8a94a3;
  white-space: nowrap;
}

/* 侧栏题材 */
.sidebar-topic-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sidebar-topic-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background-color: #f8f5ee;
  border-radius: 4px;
  border-left: 3px solid #ff4a4a;
  transition: background-color 0.2s ease;
}

.sidebar-topic-link:hover {
  background-color: #f0ece2;
}

.sidebar-topic-name {
  font-size: 14px;
  font-weight: 600;
  color: #0b2239;
}

.sidebar-topic-count {
  font-size: 12px;
  color: #8a94a3;
}

.sidebar-more {
  display: block;
  margin-top: 14px;
  font-size: 13px;
  color: #3aa7ff;
  text-align: center;
  padding: 8px;
  border: 1px solid #e0dcd2;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.sidebar-more:hover {
  background-color: #f0ece2;
}

/* ==========================================================================
   Pages — 新作速递
   ========================================================================== */

.abstract-block {
  margin-bottom: 32px;
  padding: 20px 0 4px;
}

.abstract-block p {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.8;
  margin-bottom: 12px;
  max-width: 820px;
}

.new-comic-list {
  margin-bottom: 44px;
}

.comic-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.comic-card {
  background-color: #fffdf8;
  border: 1px solid #e0dcd2;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.comic-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(11, 34, 57, 0.1);
}

.comic-cover-wrap {
  overflow: hidden;
  position: relative;
}

.comic-cover {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.comic-card:hover .comic-cover {
  transform: scale(1.03);
}

.comic-card-body {
  padding: 16px 18px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.comic-title {
  font-size: 17px;
  font-weight: 700;
  color: #0b2239;
}

.comic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.comic-status {
  font-size: 12px;
  color: #ffb03a;
  background-color: rgba(255, 176, 58, 0.12);
  display: inline-block;
  padding: 2px 10px;
  border-radius: 3px;
  align-self: flex-start;
}

.comic-desc {
  font-size: 13px;
  color: #6b7585;
  line-height: 1.6;
  margin-top: 4px;
}

/* 章节时间线 */
.chapter-timeline {
  margin-bottom: 24px;
}

.timeline-list {
  position: relative;
  padding-left: 24px;
}

.timeline-list::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background-color: #e0dcd2;
}

.timeline-item {
  position: relative;
  padding: 0 0 20px 16px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -21px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffb03a;
  border: 2px solid #f5f1e8;
}

.timeline-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.timeline-date {
  font-size: 12px;
  color: #8a94a3;
  font-variant-numeric: tabular-nums;
}

.timeline-content {
  min-width: 0;
}

.timeline-comic {
  font-size: 15px;
  font-weight: 700;
  color: #0b2239;
}

.timeline-chapter {
  font-size: 13px;
  color: #6b7585;
  margin-top: 2px;
}

/* 相关页面导航 */
.related-links-title {
  font-size: 16px;
  font-weight: 700;
  color: #0b2239;
  margin-bottom: 12px;
}

.related-links-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.related-link-item a {
  font-size: 14px;
  color: #3aa7ff;
  padding: 4px 0;
  display: inline-block;
}

.related-link-item a:hover {
  color: #ff4a4a;
}

/* ==========================================================================
   Pages — 题材分类
   ========================================================================== */

.page-aitixing .page-layout {
  grid-template-columns: 1fr;
}

.topic-index {
  margin-bottom: 44px;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 8px;
}

.topic-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px 16px;
  background-color: #fffdf8;
  border: 1px solid #e0dcd2;
  border-radius: 6px;
  border-top: 4px solid #ff4a4a;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.topic-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(11, 34, 57, 0.1);
}

.topic-campus {
  border-top-color: #ff4a4a;
}

.topic-adventure {
  border-top-color: #ffb03a;
}

.topic-fantasy {
  border-top-color: #8a64ff;
}

.topic-sci-fi {
  border-top-color: #3aa7ff;
}

.topic-daily {
  border-top-color: #45d6a8;
}

.topic-romance {
  border-top-color: #ff7a9e;
}

.topic-code {
  font-size: 11px;
  font-weight: 700;
  color: #8a94a3;
}

.topic-name {
  font-size: 16px;
  font-weight: 700;
  color: #0b2239;
}

.topic-count {
  font-size: 12px;
  color: #6b7585;
}

/* 题材作品组 */
.topic-block {
  margin-bottom: 36px;
  padding: 24px;
  background-color: #fffdf8;
  border: 1px solid #e0dcd2;
  border-radius: 6px;
}

.topic-block-header {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.topic-block-title {
  font-size: 20px;
  font-weight: 800;
  color: #0b2239;
  position: relative;
  padding-left: 12px;
}

.topic-block-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 2px;
  background-color: #ff4a4a;
}

.topic-campus .topic-block-title::before {
  background-color: #ff4a4a;
}

.topic-adventure .topic-block-title::before {
  background-color: #ffb03a;
}

.topic-fantasy .topic-block-title::before {
  background-color: #8a64ff;
}

.topic-sci-fi .topic-block-title::before {
  background-color: #3aa7ff;
}

.topic-daily .topic-block-title::before {
  background-color: #45d6a8;
}

.topic-romance .topic-block-title::before {
  background-color: #ff7a9e;
}

.topic-block-desc {
  font-size: 13px;
  color: #6b7585;
  flex: 1;
  min-width: 200px;
}

.topic-more {
  font-size: 13px;
  color: #3aa7ff;
  white-space: nowrap;
}

.topic-more:hover {
  color: #ff4a4a;
}

.topic-block .comic-card-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.topic-block .comic-card {
  display: block;
  background: none;
  border: none;
  border-radius: 0;
  overflow: hidden;
}

.topic-block .comic-card figure {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e0dcd2;
}

.topic-block .comic-cover {
  height: 180px;
}

.comic-info {
  padding: 10px 4px 0;
}

.comic-name {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #0b2239;
}

.comic-tag {
  display: inline-block;
  font-size: 12px;
  color: #ff4a4a;
  background-color: rgba(255, 74, 74, 0.1);
  padding: 1px 8px;
  border-radius: 3px;
  margin-top: 4px;
}

/* 侧栏 */
.topic-aside {
  margin-top: 24px;
}

.aside-title {
  font-size: 16px;
  font-weight: 700;
  color: #0b2239;
  margin-bottom: 12px;
  padding-left: 10px;
  border-left: 3px solid #ff4a4a;
}

.aside-link-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.aside-link-item a {
  font-size: 14px;
  color: #3aa7ff;
  padding: 4px 0;
  display: inline-block;
}

.aside-link-item a:hover {
  color: #ff4a4a;
}

/* ==========================================================================
   Pages — 热门角色
   ========================================================================== */

.page-jueseliebiao .page-layout {
  grid-template-columns: minmax(0, 1fr) 300px;
}

.section-heading {
  margin-bottom: 20px;
}

.character-list-section {
  margin-bottom: 44px;
}

.character-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.character-card {
  padding: 18px 16px;
  background-color: #fffdf8;
  border: 1px solid #e0dcd2;
  border-radius: 6px;
  border-left: 4px solid #ff4a4a;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.character-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(11, 34, 57, 0.1);
}

.character-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.character-code {
  font-size: 11px;
  font-weight: 700;
  color: #8a94a3;
  background-color: #f0ece2;
  padding: 2px 8px;
  border-radius: 3px;
}

.character-name {
  font-size: 16px;
  font-weight: 700;
  color: #0b2239;
}

.character-work {
  font-size: 13px;
  color: #3aa7ff;
  margin-bottom: 6px;
}

.character-desc {
  font-size: 13px;
  color: #6b7585;
  line-height: 1.6;
}

/* 角色登场关系 */
.character-relations-section {
  margin-bottom: 16px;
}

.relations-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.relation-block {
  padding: 20px;
  background-color: #fffdf8;
  border: 1px solid #e0dcd2;
  border-radius: 6px;
}

.relation-character {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.relation-name {
  font-size: 16px;
  font-weight: 700;
  color: #0b2239;
}

.relation-note {
  font-size: 12px;
  color: #8a94a3;
}

.relation-works {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.relation-work-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 4px;
  background-color: #f8f5ee;
  transition: background-color 0.2s ease;
}

.relation-work-item:hover {
  background-color: #f0ece2;
}

.relation-cover {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}

.relation-work-name {
  font-size: 13px;
  font-weight: 600;
  color: #0b2239;
}

/* 侧栏 */
.sidebar-area .sidebar-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ==========================================================================
   Pages — 阅读帮助
   ========================================================================== */

.page-yuedubangzhu .page-layout {
  grid-template-columns: minmax(0, 1fr) 280px;
}

.content-area {
  min-width: 0;
}

.summary {
  margin-bottom: 36px;
}

.summary-text {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.8;
  margin-bottom: 16px;
  max-width: 760px;
}

.help-figure {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e0dcd2;
}

.figure-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.help-figure figcaption {
  font-size: 12px;
  color: #8a94a3;
  padding: 10px 14px;
  background-color: #fffdf8;
  line-height: 1.5;
}

/* 路线图 */
.route-map {
  margin-bottom: 40px;
}

.route-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  counter-reset: step-counter;
}

.route-step {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #e0dcd2;
  position: relative;
}

.route-step:last-child {
  border-bottom: none;
}

.step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #0b2239;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-content {
  min-width: 0;
}

.step-title {
  font-size: 16px;
  font-weight: 700;
  color: #0b2239;
  margin-bottom: 4px;
}

.step-text {
  font-size: 14px;
  color: #6b7585;
  line-height: 1.7;
}

/* 帮助说明 */
.help-guide {
  margin-bottom: 24px;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}

.guide-card {
  padding: 20px;
  background-color: #fffdf8;
  border: 1px solid #e0dcd2;
  border-radius: 6px;
}

.guide-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #0b2239;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #ff4a4a;
  display: inline-block;
}

.guide-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.guide-list li {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.6;
  padding-left: 16px;
  position: relative;
}

.guide-list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #ff4a4a;
  font-weight: 700;
}

.guide-tip {
  font-size: 13px;
  color: #6b7585;
  background-color: rgba(255, 176, 58, 0.1);
  border-left: 3px solid #ffb03a;
  padding: 12px 16px;
  border-radius: 0 4px 4px 0;
  line-height: 1.6;
}

/* 侧栏 */
.aside-links {
  min-width: 0;
}

.aside-title {
  font-size: 16px;
  font-weight: 700;
  color: #0b2239;
  margin-bottom: 12px;
  padding-left: 10px;
  border-left: 3px solid #ff4a4a;
}

.aside-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.aside-item a {
  display: block;
  padding: 8px 10px;
  font-size: 14px;
  color: #3a4656;
  background-color: #fffdf8;
  border: 1px solid #e0dcd2;
  border-radius: 4px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.aside-item a:hover {
  background-color: #f0ece2;
  color: #ff4a4a;
}

/* ==========================================================================
   Pages — 建议反馈
   ========================================================================== */

.page-jianyufankui .page-layout {
  grid-template-columns: minmax(0, 1fr) 280px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 32px;
}

.category-card {
  padding: 20px;
  background-color: #fffdf8;
  border: 1px solid #e0dcd2;
  border-radius: 6px;
  border-top: 4px solid #45d6a8;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(11, 34, 57, 0.08);
}

.category-code {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #8a94a3;
  background-color: #f0ece2;
  padding: 2px 8px;
  border-radius: 3px;
  margin-bottom: 8px;
}

.category-name {
  font-size: 16px;
  font-weight: 700;
  color: #0b2239;
  margin-bottom: 6px;
}

.category-desc {
  font-size: 13px;
  color: #6b7585;
  line-height: 1.6;
}

/* 流程 */
.process-course {
  margin-bottom: 32px;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.process-step {
  padding: 18px 14px;
  background-color: #fffdf8;
  border: 1px solid #e0dcd2;
  border-radius: 6px;
  text-align: left;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0b2239;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.step-title {
  font-size: 15px;
  font-weight: 700;
  color: #0b2239;
  margin-bottom: 4px;
}

.step-desc {
  font-size: 13px;
  color: #6b7585;
  line-height: 1.6;
}

/* 注意事项 */
.notice {
  margin-bottom: 28px;
  padding: 16px 20px;
  background-color: rgba(255, 176, 58, 0.08);
  border-left: 4px solid #ffb03a;
  border-radius: 0 6px 6px 0;
}

.notice-text {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.7;
}

.notice-link {
  color: #3aa7ff;
  border-bottom: 1px solid rgba(58, 167, 255, 0.4);
}

.notice-link:hover {
  color: #ff4a4a;
  border-color: #ff4a4a;
}

/* 反馈图 */
.feedback-figure {
  margin-bottom: 24px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e0dcd2;
}

.feedback-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.figure-caption {
  font-size: 12px;
  color: #8a94a3;
  padding: 10px 14px;
  background-color: #fffdf8;
  line-height: 1.5;
}

/* ==========================================================================
   Pages — 常见问题
   ========================================================================== */

.page-changjianwenti .page-layout {
  grid-template-columns: minmax(0, 1fr) 280px;
}

.page-subtitle {
  font-size: 15px;
  color: #5a6575;
  max-width: 720px;
  line-height: 1.7;
}

.faq-mechanism, .faq-browse {
  margin-bottom: 36px;
}

.faq-illustration {
  margin-bottom: 16px;
}

.faq-figure {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e0dcd2;
}

.faq-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.faq-caption {
  font-size: 12px;
  color: #8a94a3;
  padding: 10px 14px;
  background-color: #fffdf8;
  line-height: 1.5;
}

/* ==========================================================================
   Pages — 404
   ========================================================================== */

.site-error .error-main {
  background-color: #f5f1e8;
}

.error-panel {
  max-width: 640px;
  margin: 0 auto;
  padding: 80px 24px;
  text-align: center;
}

.error-code {
  font-size: 72px;
  font-weight: 900;
  color: #0b2239;
  line-height: 1;
  margin-bottom: 16px;
  font-variant-numeric: tabular-nums;
}

.error-title {
  font-size: 24px;
  font-weight: 800;
  color: #0b2239;
  margin-bottom: 12px;
}

.error-lead {
  font-size: 16px;
  color: #4a5568;
  margin-bottom: 8px;
}

.error-desc {
  font-size: 14px;
  color: #6b7585;
  margin-bottom: 28px;
  line-height: 1.7;
}

.error-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.error-link {
  display: inline-block;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #0b2239;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.error-link:hover {
  background-color: #ff4a4a;
  color: #ffffff;
}

/* ==========================================================================
   Responsive — 响应式
   ========================================================================== */

@media (max-width: 1024px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-figure img {
    height: 280px;
  }

  .route-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cover-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .topic-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-layout {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 24px;
  }

  .page-jueseliebiao .page-layout,
  .page-jianyufankui .page-layout,
  .page-changjianwenti .page-layout,
  .page-yuedubangzhu .page-layout {
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .header-inner {
    padding: 0 16px;
    min-height: 60px;
    gap: 12px;
  }

  .brand-name {
    font-size: 17px;
  }

  .brand-tagline {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #0b2239;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    display: block;
  }

  .site-nav .nav-list {
    display: none;
    flex-direction: column;
    padding: 8px 16px 16px;
    gap: 2px;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }

  .site-nav .nav-list.is-open {
    display: flex;
  }

  .nav-link {
    padding: 12px 14px;
    font-size: 15px;
    border-radius: 4px;
  }

  .nav-toggle[aria-expanded="true"] .toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] .toggle-bar:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] .toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .inner-main {
    padding: 0 16px;
  }

  .breadcrumb {
    padding: 16px 0 8px;
    font-size: 12px;
  }

  .page-title {
    font-size: 22px;
  }

  .page-title-block {
    margin-bottom: 4px;
  }

  .page-title-desc {
    font-size: 14px;
  }

  .page-layout,
  .page-jinribangdan .page-layout,
  .page-jueseliebiao .page-layout,
  .page-jianyufankui .page-layout,
  .page-changjianwenti .page-layout,
  .page-yuedubangzhu .page-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sidebar, .sidebar-area, .aside-links {
    margin-top: 32px;
  }

  .sidebar-inner {
    position: static;
  }

  .report-hero {
    padding: 36px 0 40px;
  }

  .hero-content {
    padding: 0 16px;
    gap: 24px;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-topics {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-figure img {
    height: 220px;
  }

  .route-guide, .cover-wall, .today-timetable, .site-note {
    padding-left: 16px;
    padding-right: 16px;
  }

  .route-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cover-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cover-figure img {
    height: 220px;
  }

  .timetable-row {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 14px;
  }

  .row-status {
    grid-column: 2;
    justify-self: start;
    margin-top: -6px;
  }

  .announcement-inner {
    padding: 8px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .announcement-text {
    white-space: normal;
    font-size: 12px;
  }

  .comic-card-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .topic-block .comic-card-grid {
    grid-template-columns: 1fr;
  }

  .topic-block {
    padding: 16px;
  }

  .topic-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .new-route-list {
    grid-template-columns: 1fr;
  }

  .route-item {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 12px;
  }

  .route-time {
    grid-column: 2;
  }

  .character-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .relations-group {
    gap: 12px;
  }

  .relation-works {
    grid-template-columns: 1fr;
  }

  .guide-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .category-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .process-steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .route-step {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
  }

  .step-num {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .footer-inner {
    padding: 32px 16px 24px;
  }

  .footer-nav-list {
    gap: 6px 16px;
    padding: 16px 0;
  }

  .footer-link {
    font-size: 13px;
  }

  .error-panel {
    padding: 48px 16px;
  }

  .error-code {
    font-size: 48px;
  }

  .error-actions {
    flex-direction: column;
    align-items: center;
  }

  .error-link {
    width: 100%;
    max-width: 240px;
    text-align: center;
  }

  .timeline-list {
    padding-left: 18px;
  }

  .timeline-item {
    padding-left: 12px;
  }

  .timeline-item::before {
    left: -17px;
  }

  .figure-img, .feedback-image, .faq-image {
    height: 180px;
  }

  .content-media-inline img {
    max-height: 180px;
  }

  .related-links-label, .related-links-title {
    font-size: 14px;
  }

  .related-links-item {
    margin-right: 12px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 24px;
  }

  .hero-subtitle {
    font-size: 14px;
  }

  .topic-link {
    padding: 12px;
  }

  .topic-name {
    font-size: 15px;
  }

  .section-title {
    font-size: 19px;
  }

  .cover-figure img {
    height: 200px;
  }

  .comic-cover {
    height: 200px;
  }

  .topic-block .comic-cover {
    height: 160px;
  }

  .route-grid {
    grid-template-columns: 1fr;
  }

  .route-block {
    padding: 16px;
  }

  .timeline-comic {
    font-size: 14px;
  }

  .timeline-chapter {
    font-size: 12px;
  }

  .update-item {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .update-time {
    font-size: 11px;
  }

  .new-route-item {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 12px;
  }

  .footer-nav-list {
    flex-direction: column;
    gap: 2px;
  }

  .footer-link {
    padding: 4px 0;
  }

  .guide-card {
    padding: 16px;
  }

  .category-card {
    padding: 16px;
  }

  .process-step {
    padding: 14px;
  }

  .hero-figure img {
    height: 180px;
  }

  .figure-img, .feedback-image, .faq-image {
    height: 160px;
  }
}
