/**
 * /zixun/、/tiyu/redian/ 列表频道：与首页 hds / app 壳层同系的跑道与章节帽。
 * 依赖 body.is-list-channel（layout.php 在 list-content 时注入并加载本文件）。
 */

body.is-list-channel .container {
  max-width: 1220px;
  padding-left: clamp(14px, 2.2vw, 28px);
  padding-right: clamp(14px, 2.2vw, 28px);
}
@media (min-width: 1400px) {
  body.is-list-channel .container {
    max-width: 1320px;
  }
}

body.is-list-channel .vds-list-runway {
  margin: 0 calc(-1 * clamp(14px, 2.2vw, 28px)) 1rem;
  padding: 0;
  background: linear-gradient(105deg, #0b1220 0%, #1e1b4b 42%, #312e81 100%);
  color: #e2e8f0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.26);
}
@media (max-width: 560px) {
  body.is-list-channel .vds-list-runway {
    margin-left: -14px;
    margin-right: -14px;
  }
}
body.is-list-channel .vds-list-runway-inner {
  padding: 0.78rem 0 0.82rem;
}
body.is-list-channel .vds-list-runway-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
}
body.is-list-channel .vds-list-trace {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
body.is-list-channel .vds-list-trace a {
  color: #a5b4fc;
  text-decoration: none;
}
body.is-list-channel .vds-list-trace a:hover {
  color: #fff;
  text-decoration: underline;
}
body.is-list-channel .vds-list-trace-sep {
  margin: 0 0.35rem;
  opacity: 0.45;
}
body.is-list-channel .vds-list-trace-here {
  color: #f8fafc;
}
body.is-list-channel .vds-list-mono {
  margin: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.76rem;
  color: #94a3b8;
  letter-spacing: 0.06em;
}
body.is-list-channel .vds-list-stamp {
  margin: 0.32rem 0 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.55);
}

body.is-list-channel .vds-wrap--channel .vds-portal {
  padding-top: 0.75rem;
}

body.is-list-channel .vds-list-slice-head {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  margin: 0 0 0.65rem;
}
body.is-list-channel .vds-list-ordinal {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  font-weight: 800;
  line-height: 1;
  color: rgba(49, 46, 129, 0.2);
  letter-spacing: -0.04em;
}
body.is-list-channel .vds-list-eyebrow {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: #6366f1;
}

@media (min-width: 981px) {
  body.is-list-channel .vds-rail {
    padding-right: 0.55rem;
    border-right: 2px solid rgba(15, 23, 42, 0.1);
  }
}

body.is-list-channel .vds-listpage-h1 {
  border-radius: 0 4px 4px 0;
}

body.is-list-channel .vds-listrow {
  border-radius: 10px;
}

body.is-list-channel .vds-readmore {
  border-top: none;
  padding-top: 0.25rem;
}
