#channels::before {
  width: 100%;
  width: 100cqw;
  background-color: #202823;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(115deg, #26332b 0%, #202823 52%, #1d2321 100%);
  background-size: 88px 88px, 88px 88px, 100% 100%;
  box-shadow: inset 0 1px rgba(255,255,255,.06), inset 0 -1px rgba(0,0,0,.3);
}
#channels .section-heading { position:relative; }
#channels .section-heading::after {
  content:"";
  position:absolute;
  left:0;
  bottom:-1px;
  width:56px;
  height:2px;
  background:#d8a5b0;
}
#channels .mirror-story:nth-child(-n+2) img {
  background:#2a342e;
  border:1px solid rgba(255,255,255,.06);
}
#channels .channel-tabs button { transition:color 160ms,border-color 160ms; }
#channels .channel-tabs button:hover { color:#fff; border-color:#8e777e; }
#channels .channel-more a span { transition:transform 160ms ease-out; }
#channels .channel-more a:hover span { transform:translateX(4px); }
@media(prefers-reduced-motion:reduce) {
  #channels .channel-more a:hover span { transform:none; }
}
