/*
  BLACK-WORLD.NET — основной CSS.
  Единый фон сверху донизу:
  https://black-world.net/ChatGPT Image 16 мая 2026 г., 20_23_05.png
*/

:root {
  --nova-bg: #090d12;
  --nova-border: rgba(255,255,255,.10);
  --nova-text: #f2f5f7;
  --nova-muted: #9ca9b4;
  --nova-gold: #c6a66a;
  --nova-red: #8e2d2d;
  --global-bg: url("https://black-world.net/ChatGPT Image 16 мая 2026 г., 20_23_05.png");
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: var(--nova-text);
  font-family: "Open Sans", Arial, sans-serif;
  background: #05080d var(--global-bg) center top / cover fixed no-repeat !important;
}

/* Лёгкий затемняющий слой отключён, чтобы не было серого тумана */
body::before,
body::after {
  display: none !important;
  content: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.nova-page {
  position: relative;
  min-height: 100vh;
  background: transparent !important;
}

/* NAVIGATION */
.nova-nav-v5 {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  background: rgba(10,12,22,.72);
  border-bottom: 1px solid rgba(255,255,255,.07);
  backdrop-filter: blur(10px);
}

.nova-nav-v5 .container {
  width: min(1800px, calc(100% - 18px)) !important;
  max-width: none !important;
}

.nova-nav-v5 .navigation {
  min-height: 78px;
  height: 78px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 248px;
  align-items: center;
  gap: 18px;
  overflow: visible;
}

.nova-nav-v5 .logo {
  width: 180px !important;
  height: 70px !important;
  min-width: 180px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 0 !important;
}

.logo__img {
  display: block;
  max-width: 174px;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.navigation__menu,
.navigation__box_side_left,
.navigation__box_side_right {
  display: flex;
  align-items: center;
}

.navigation__box_side_left {
  justify-content: flex-start;
  min-width: 0;
}

.navigation__box_side_right {
  justify-content: flex-end;
  min-width: 0;
}

.nova-nav-v5 .navigation__menu {
  min-width: 0;
  justify-content: center;
  overflow: visible;
}

.menu__content {
  width: 100%;
  min-width: 0;
}

.menu__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 0;
  max-width: 100%;
  flex-wrap: nowrap;
}

.menu__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  color: #f5f7fa;
  font-size: 11px;
  font-weight: 800;
  line-height: 40px;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 8px 18px rgba(0,0,0,.12);
}

.menu__item:hover,
.menu__item_active {
  color: var(--nova-gold);
  border-color: rgba(198,166,106,.38);
  background: rgba(198,166,106,.12);
}

.nav-right-clean {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 248px;
  height: 40px;
  min-width: 248px;
}

.nav-lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 76px;
  height: 40px;
  padding: 0 6px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  overflow: hidden;
}

.nav-lang-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  font-size: 0;
  overflow: hidden;
}

.nav-lang-link_active {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
}

.nav-lang-flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
}

.nav-cabinet-clean {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  min-width: 152px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.065);
  color: #f5f7fa;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.navigation__gw-burger {
  display: none;
  justify-self: end;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
}

.gw-burger__box {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
}

.gw-burger__line {
  width: 26px;
  height: 2px;
  background: #fff;
  margin: 3px 0;
  display: block;
}

/* ANIMATION */

100% {
        background-position: left 1920px top;
    }
}



/* === BLACK WORLD FIRE / SMOKE ANIMATION === */
/* HTML для работы эффекта:
<div class="smoke"></div>
<div class="sparks">
  <div class="spark_1"></div>
  <div class="spark_2"></div>
  <div class="spark_3"></div>
  <div class="spark-big"></div>
  <div class="spark-big spark_5"></div>
</div>
<div class="ray"></div>
*/

.nova-page,
.nova-nav-v5,
.nova-hero,
.nova-mid,
.nova-contacts,
.nova-footer {
  position: relative;
}

.nova-nav-v5 {
  z-index: 1000;
}

.nova-hero,
.nova-mid,
.nova-contacts,
.nova-footer,
.slide__inner,
.slide__content {
  z-index: 5;
}

.smoke,
.sparks,
.ray {
  pointer-events: none !important;
  user-select: none;
}

.smoke {
  position: absolute;
  left: 0;
  right: 0;
  top: 600px;
  width: 100%;
  height: 484px;
  z-index: 1;
  background: url("../images/smoke.png") left top repeat-x;
  animation: smoke 20s linear infinite;
  animation-fill-mode: forwards;
}

@keyframes smoke {
  0% {
    background-position: left -1920px top;
  }

  100% {
    background-position: left 1920px top;
  }
}

.sparks {
  position: absolute;
  width: 1200px;
  left: 50%;
  bottom: -100px;
  z-index: 2;
  transform: translateX(-50%);
}

.sparks > div {
  position: absolute;
  background-repeat: no-repeat;
}

.spark_1 {
  width: 764px;
  height: 313px;
  right: 0;
  bottom: -320px;
  background-image: url("../images/spark_1.png");
  animation: spark-1 4s linear infinite;
  animation-delay: 1s;
}

.spark_2 {
  width: 179px;
  height: 335px;
  right: 230px;
  bottom: -320px;
  background-image: url("../images/spark_2.png");
  animation: spark-1 4s linear infinite;
  animation-delay: 2s;
}

.spark_3 {
  width: 128px;
  height: 165px;
  right: 280px;
  bottom: -140px;
  background-image: url("../images/spark_3.png");
  animation: spark-3 4s linear infinite;
  animation-delay: 2s;
}

.spark-big {
  width: 794px;
  height: 176px;
  right: 0;
  bottom: -180px;
  background-image: url("../images/spark_4.png");
  animation: spark-5 4s linear infinite;
}

.spark_5 {
  right: 40px;
  animation-delay: 2s;
}

@keyframes spark-1 {
  0% {
    bottom: -320px;
    transform: scale(.6);
    opacity: 0;
  }

  25% {
    bottom: -240px;
    transform: scale(.7);
    opacity: 1;
  }

  50% {
    bottom: -160px;
    transform: scale(.8);
    opacity: 1;
  }

  75% {
    bottom: -80px;
    transform: scale(.9);
    opacity: .5;
  }

  100% {
    bottom: 0;
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes spark-3 {
  0% {
    bottom: -140px;
    transform: scale(.6);
    opacity: 0;
  }

  25% {
    bottom: -80px;
    transform: scale(.7);
    opacity: 1;
  }

  50% {
    bottom: -20px;
    transform: scale(.8);
    opacity: 1;
  }

  75% {
    bottom: 40px;
    transform: scale(.9);
    opacity: .5;
  }

  100% {
    bottom: 100px;
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes spark-5 {
  0% {
    bottom: -180px;
    transform: scale(.6);
    opacity: 0;
  }

  25% {
    bottom: -120px;
    transform: scale(.7);
    opacity: 1;
  }

  50% {
    bottom: -60px;
    transform: scale(.8);
    opacity: 1;
  }

  75% {
    bottom: 0;
    transform: scale(.9);
    opacity: .5;
  }

  100% {
    bottom: 60px;
    transform: scale(1);
    opacity: 0;
  }
}

.ray {
  position: absolute;
  left: 117px;
  top: 120px;
  width: 300px;
  height: 300px;
  z-index: 1;
  opacity: .45;
  background: url("../images/ray.png") no-repeat;
  animation: ray 14s linear infinite;
}

@keyframes ray {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* уважение системной настройки уменьшения анимации */
@media (prefers-reduced-motion: reduce) {
  .smoke,
  .sparks > div,
  .ray,
  .hero-parallax {
    animation: none !important;
  }
}


/* HERO */
.nova-hero {
  position: relative;
  min-height: 720px;
  padding-top: 78px;
  padding-bottom: 80px;
  background: transparent !important;
  overflow: hidden;
}

.nova-hero::before,
.nova-hero::after {
  display: none !important;
  content: none !important;
}

.slide__inner {
  position: relative;
  z-index: 2;
  min-height: 640px;
  display: flex;
  align-items: center;
}

.slide__content {
  width: 100%;
  max-width: 980px;
  padding: 80px 0 60px;
  position: relative;
  z-index: 5;
}

.slide__title {
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 6vw, 88px);
  line-height: .95;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 10px 40px rgba(0,0,0,.92);
}

.slide__desc {
  margin-top: 24px;
  max-width: 640px;
  color: rgba(255,255,255,.80);
  font-size: 18px;
  line-height: 1.7;
}

.hero-top-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-top-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  background: rgba(19,27,36,.78);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  backdrop-filter: blur(8px);
}

.hero-top-tab:hover,
.hero-top-tab_active {
  border-color: rgba(198,166,106,.38);
  background: rgba(198,166,106,.12);
  color: var(--nova-gold);
}

.hero-banner {
  margin-top: 34px;
  width: min(520px, 100%);
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(19,27,36,.88), rgba(9,13,18,.94));
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 70px rgba(0,0,0,.36);
}

.hero-banner__preview {
  width: 130px;
  height: 74px;
  flex: 0 0 130px;
  border-radius: 14px;
  overflow: hidden;
  background: radial-gradient(circle at 50% 35%, rgba(198,166,106,.16), rgba(5,8,12,.78));
  border: 1px solid rgba(198,166,106,.28);
}

.hero-start-timer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-start-timer__label {
  color: var(--nova-gold);
  font-size: 9px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hero-start-timer__value {
  margin-top: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  text-shadow: 0 0 14px rgba(198,166,106,.28);
  white-space: nowrap;
}

.hero-start-timer__value small {
  color: rgba(255,255,255,.56);
  font-size: 10px;
  font-weight: 800;
}

.hero-banner__label {
  display: inline-flex;
  height: 24px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(198,166,106,.30);
  border-radius: 999px;
  color: var(--nova-gold);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-banner__title {
  margin-top: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.hero-banner__text {
  margin-top: 8px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.55;
}

.hero-tabs-content {
  margin-top: 18px;
}

.hero-tab-pane {
  display: none;
}

.hero-tab-pane_active {
  display: block;
}

.hero-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}

.hero-mini-card {
  min-height: 120px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(19,27,36,.88), rgba(9,13,18,.92));
  color: #fff;
}

.hero-mini-card__title {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 8px;
}

.hero-mini-card__text {
  color: rgba(255,255,255,.66);
  font-size: 13px;
  line-height: 1.5;
}

.top5-board {
  margin-top: 26px;
  width: min(620px, 100%);
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 12px;
}

.top5-card {
  padding: 14px 10px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(19,27,36,.88), rgba(9,13,18,.92));
  text-align: center;
}

.top5-rank {
  width: 42px;
  height: 42px;
  margin: 0 auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(198,166,106,.18);
  color: var(--nova-gold);
  font-size: 16px;
  font-weight: 900;
}

.top5-name {
  margin-top: 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top5-clan {
  margin-top: 5px;
  color: rgba(255,255,255,.56);
  font-size: 11px;
  text-transform: uppercase;
}

.top5-score {
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.top5-label {
  margin-top: 4px;
  color: rgba(255,255,255,.52);
  font-size: 10px;
  text-transform: uppercase;
}

.hero-parallax {
  position: absolute;
  right: 40px;
  top: 120px;
  width: 390px;
  opacity: .16;
  pointer-events: none;
  z-index: 1;
  animation: heroFloat 9s ease-in-out infinite;
}

.hero-parallax img {
  width: 100%;
  height: auto;
  border-radius: 28px;
  object-fit: cover;
}

/* MAIN MIDDLE BLOCKS */
.nova-mid {
  margin-top: -40px;
  padding: 0 0 42px;
  position: relative;
  z-index: 5;
  background: transparent !important;
}

.mid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.mid__box {
  min-width: 0;
}

.server-card,
.another__best,
.nova-events,
.contacts__contact {
  border: 1px solid var(--nova-border);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(19,27,36,.92), rgba(9,13,18,.96));
  box-shadow: 0 18px 42px rgba(0,0,0,.28);
}

.server-card {
  height: 296px;
  min-height: 296px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
}

.server-status-head,
.server-status-row,
.contacts,
.contact__inner {
  display: flex;
  align-items: center;
}

.server-status-head,
.server-status-row {
  justify-content: space-between;
}

.server-status-name {
  color: #fff;
  font-size: clamp(17px, 1.4vw, 21px);
  font-weight: 900;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.server-status-sub {
  margin-top: 5px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.server-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(67,181,129,.35);
  border-radius: 999px;
  background: rgba(67,181,129,.12);
  color: #9ef0bd;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.server-status-main {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.server-load-circle {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 9px rgba(6,10,16,.96), 0 0 24px rgba(198,166,106,.16);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
}

.server-status-row {
  min-height: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,.075);
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 800;
}

.server-status-row strong {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.server-status-progress {
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  overflow: hidden;
}

.server-status-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--nova-gold), var(--nova-red));
}

.server-status-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
}

.server-status-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.server-status-btn_primary {
  border-color: rgba(198,166,106,.34);
  background: rgba(198,166,106,.12);
}

.another__best {
  height: 296px;
  min-height: 296px;
  padding: 14px 16px;
  overflow: hidden;
}

.best__title {
  font-size: 18px;
  font-weight: 900;
}

.rating-tabs {
  display: flex;
  gap: 6px;
  margin: 12px 0;
}

.rating-tab {
  height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  color: rgba(255,255,255,.72);
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.rating-tab_active {
  color: #fff;
  border-color: rgba(198,166,106,.34);
  background: rgba(198,166,106,.12);
}

.rating-player {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 70px 66px;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 0;
  border-top: 1px solid rgba(255,255,255,.07);
  color: rgba(255,255,255,.86);
  font-size: 12px;
}

.rating-player_head {
  color: var(--nova-gold);
  font-weight: 900;
  border-top: 0;
  font-size: 11px;
  text-transform: uppercase;
}

.rating-place {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  color: #fff;
  font-weight: 900;
}

.rating-place_gold {
  background: rgba(198,166,106,.18);
  color: var(--nova-gold);
}

.rating-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 800;
}

.rating-clan,
.rating-score {
  text-align: right;
  color: rgba(255,255,255,.72);
  font-weight: 800;
  white-space: nowrap;
}

.rating-score {
  color: #fff;
}

.nova-events {
  height: 296px;
  min-height: 296px;
  overflow: hidden;
  padding: 0;
}

.nova-events iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0 !important;
  height: 296px;
  border: 0;
}

.nova-events > * {
  width: 100% !important;
  max-width: 100% !important;
}

/* STREAMS / CONTACTS / FOOTER */
.streams-tab {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1500;
  padding: 96px 24px 32px;
  overflow-y: auto;
  background: rgba(3,6,10,.88);
  backdrop-filter: blur(8px);
}

.streams-tab:target {
  display: block;
}

.streams-tab__box {
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(19,27,36,.96), rgba(9,13,18,.96));
}

.streams-tab__head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.streams-tab__title {
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
}

.streams-tab__close {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 22px;
}

.streams-tab__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}

.streams-tab__item {
  min-height: 220px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.055);
  overflow: hidden;
}

.streams-tab__item iframe {
  width: 100%;
  height: 100%;
  min-height: 220px;
  border: 0;
}

.nova-contacts {
  padding: 20px 0 32px;
  background: transparent !important;
}

.contacts {
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.contacts__contact {
  width: 230px;
  height: 64px;
  padding: 0 14px;
  color: #fff;
}

.contact__inner {
  height: 100%;
  justify-content: center;
  gap: 10px;
}

.contact__pic img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.contact__content {
  font-size: 13px;
  font-weight: 700;
}

.nova-footer {
  padding: 80px 0 50px;
  background: transparent !important;
  text-align: center;
  color: rgba(255,255,255,.65);
}

@keyframes heroFloat {
  0%,100% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(0,-16px,0) scale(1.03); }
}
.hero-banner__preview_timer {
  background:
    radial-gradient(circle at 50% 35%, rgba(198,166,106,.20), rgba(5,8,12,.88)) !important;
}

.nova-anons {
  padding: 18px 0 28px;
  background: transparent !important;
}

.nova-anons__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.nova-anons__item {
  display: block;
  width: 100px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
  opacity: .85;
  transition: .2s;
}

.nova-anons__item:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.nova-anons__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* FIX: убираем возможные серые/тёмные наложения от старого шаблона */
body,
.page,
.nova-page,
.nova-hero,
.nova-mid,
.nova-contacts,
.nova-footer {
  background-color: transparent !important;
}

body {
  background:
    #05080d
    var(--global-bg)
    center top / cover
    fixed
    no-repeat !important;
}

/* FIX: Blade не должен попадать в CSS-файл */
/* FIX: отключаем битый AlbertusBold */
@font-face {
  font-family: "AlbertusBold";
  src: local("Arial") !important;
}

body,
button,
input,
textarea,
select {
  font-family: "Open Sans", Arial, sans-serif !important;
}

/* =========================================
   BLACK WORLD SECTION SCROLL FIX
   Переходы вниз: статистика / стримы / сообщества
========================================= */

html {
  scroll-behavior: smooth;
}

/* Уменьшаем большой пропуск после верхнего баннера */
.nova-hero {
  min-height: 560px !important;
  padding-bottom: 20px !important;
}

/* Контент героя компактнее */
.slide__inner {
  min-height: 520px !important;
}

.slide__content {
  padding-top: 40px !important;
  padding-bottom: 20px !important;
}

/* Блоки статистики поднимаем ближе */
.nova-mid {
  margin-top: -110px !important;
  padding-top: 0 !important;
  position: relative;
  z-index: 20;
}

/* Контакты и футер ближе */
.nova-contacts {
  padding-top: 10px !important;
}

.nova-footer {
  padding-top: 40px !important;
}

/* Нормальный отступ при переходе по якорю под fixed header */
#nova-rating,
#streams-tab,
#nova-contacts,
#server-about-page {
  scroll-margin-top: 90px;
}

/* Искры и свечение выше, чтобы были около верхней части */
.sparks_top {
  top: 70px !important;
  bottom: auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.fire-glow {
  top: 60px !important;
  width: 320px !important;
  height: 320px !important;
  opacity: .38 !important;
}

/* Окно стримов не уезжает под шапку */
.streams-tab {
  padding-top: 90px !important;
}

/* Боковые/нижние быстрые переходы в стиле примера */
.quick-section-links {
  position: fixed;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 900;
  display: flex;
  flex-direction: column;
  gap: 22px;
  pointer-events: auto;
}

.quick-section-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-shadow: 0 2px 8px rgba(0,0,0,.6);
  transition: color .25s ease, transform .25s ease;
}

.quick-section-link::before {
  content: "➤";
  color: rgba(255,255,255,.50);
  font-size: 14px;
  transform: rotate(0deg);
  transition: color .25s ease, transform .25s ease;
}

.quick-section-link:hover {
  color: var(--nova-gold);
  transform: translateX(4px);
}

.quick-section-link:hover::before {
  color: var(--nova-gold);
  transform: translateX(3px);
}

/* Чтобы быстрое меню не мешало обычному меню на маленьких экранах */
@media (max-width: 1400px) {
  .quick-section-links {
    left: 14px;
    gap: 16px;
  }

  .quick-section-link {
    font-size: 11px;
  }
}

@media (max-width: 992px) {
  .nova-hero {
    min-height: auto !important;
    padding-bottom: 0 !important;
  }

  .slide__inner {
    min-height: auto !important;
  }

  .slide__content {
    padding-top: 10px !important;
  }

  .nova-mid {
    margin-top: -40px !important;
  }

  .top5-board {
    margin-top: 14px !important;
  }

  .quick-section-links {
    position: static;
    transform: none;
    width: min(100% - 32px, 420px);
    margin: 14px auto 0;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    background: rgba(5,8,12,.72);
    backdrop-filter: blur(8px);
  }
}

/* =========================================
   BACKGROUND FROM NAVIGATION TOP — FINAL
   Фон начинается сразу с навигации
========================================= */

body {
  background:
    #05080d
    var(--global-bg)
    center top / cover
    fixed
    no-repeat !important;
}

.nova-nav-v5 {
  background:
    linear-gradient(180deg, rgba(5,8,13,.78), rgba(5,8,13,.46)),
    var(--global-bg) center top / cover fixed no-repeat !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.nova-hero {
  padding-top: 78px !important;
  background: transparent !important;
}

.nova-page,
.nova-mid,
.nova-contacts,
.nova-footer {
  background: transparent !important;
}

/* чтобы дым/искры не перекрывали клики */
.smoke,
.sparks,
.ray,
.fire-glow {
  pointer-events: none !important;
}
