/* Root-page compatibility fixes. The archived article/channel trees remain unchanged. */
#area-bangumi-index { display: none; }
#area-last-index > .left { width: 100%; }
#area-last-index > .right { display: none; }
#nav-index a[data-unavailable],
#bar a[data-unavailable] { opacity: .42; pointer-events: none; }
@media (max-width: 760px) {
  #lightbox-index { display: none; }
  #area-article-index { float: none; width: auto; }
}
