
.nhv-has-bottomnav{ padding-bottom: calc(104px + env(safe-area-inset-bottom)); }
.nhv-has-bottomnav .site-footer{
  padding-bottom: calc(72px + env(safe-area-inset-bottom));
}
.nhv-has-bottomnav .site-footer .bottom-footer{
  padding-bottom: 14px;
}

@media (max-width: 768px){
  .nhv-has-bottomnav{
    padding-bottom: calc(132px + env(safe-area-inset-bottom));
  }
  .nhv-has-bottomnav .site-footer{
    padding-bottom: calc(102px + env(safe-area-inset-bottom));
  }
  .nhv-has-bottomnav .site-footer .bottom-footer{
    padding-bottom: 20px;
  }
}

.nhv-bottomnav{
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 9999;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
  background: rgba(10, 11, 26, .92);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,.08);
}

.nhv-bnav__item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 6px;
  border-radius: 14px;
  text-decoration: none !important;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  line-height: 1;
}
.nhv-bnav__ico{ font-size: 18px; line-height: 1; }
.nhv-bnav__item.is-active{
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255, .95);
}
@media (min-width: 1100px){

}

.nhv-history-page{ max-width: 1100px; margin: 0 auto; padding: 24px 16px; }
.nhv-history__head{ margin-bottom: 16px; }
.nhv-history__title{ margin: 0 0 6px; font-size: 26px; }
.nhv-history__desc{ margin: 0; opacity: .75; }
.nhv-history__section{ margin-top: 20px; }
.nhv-history__h2{ margin: 0 0 10px; font-size: 18px; }

.nhv-history__list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}
@media (min-width: 520px){
  .nhv-history__list{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 900px){
  .nhv-history__list{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.nhv-history__card{
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 16px;
  text-decoration: none !important;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  color: inherit;
}
.nhv-history__cover img{
  width: 56px; height: 56px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.nhv-history__name{ font-weight: 700; font-size: 13px; margin-bottom: 2px; }
.nhv-history__chapter{ font-size: 12px; opacity: .8; }
.nhv-history__empty{ opacity: .7; padding: 10px; }
