/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver (the default phpBB 3.3.x style)
	Based on style:
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/

@import url("normalize.css?hash=48eb3f89");
@import url("base.css?hash=7c5543be");
@import url("utilities.css?hash=d8f72c42");
@import url("common.css?hash=843d5d5f");
@import url("links.css?hash=18286e16");
@import url("content.css?hash=d0e24377");
@import url("buttons.css?hash=56f0d25f");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=9016b55c");
@import url("icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f289");
@import url("responsive.css?hash=c9d32cba");

/* ===== VN Anime header ===== */
.vn-hero {
  width: 100%;
  max-height: 360px;          /* под ваш файл */
  overflow: hidden;
  border-radius: 6px;
  margin: 10px 0 16px;
}
.vn-hero img {
  display: block;
  width: 100%;
  height: auto;
}

/* Немного плотнее шапку и отступы (desktop) */
@media (min-width: 992px) {
  #page-header .headerbar {
    background: linear-gradient(90deg, #3a0140 0%, #7E016B 60%, #5a0e6b 100%);
  }
  .navlinks, .navbar {
    margin-top: 6px;
  }
}

/* Прокручиваемый фон страницы (градиент) */
html, body {
  background: linear-gradient(180deg, #13071a 0%, #1a0b22 100%);
  background-attachment: scroll; /* прокручивается вместе со страницей */
}

/* H1 на сайте */
h1.site-h1 {
  color: #000 !important;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  margin: 10px 0 14px;
}