/**
 * 故事星球 · 接入天智全站导航
 * 保留旧版故事会交互，隐藏旧底部导航。
 */
body.tz-stories-legacy-page {
  padding-bottom: 0;
}

.tz-stories-site-header {
  position: sticky;
  top: 0;
  z-index: 1200;
}

.tz-stories-legacy-page .tz-bottom-nav {
  display: none !important;
}

.tz-stories-legacy-page .tz-shell {
  padding-bottom: var(--space-6, 2rem);
}

.tz-stories-legacy-page .site-footer {
  margin-top: var(--space-4, 1rem);
}
