/*
  BLACK-WORLD.NET — основной CSS.
  Единый фон сверху донизу:
  orbion.world/template/BlackWorld/images/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("../images/bg/bg-main.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 {
  display: 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% - 24px)) !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*/

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

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

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

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

.nova-hero::before {
  display: 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,
.nav-cabinet-clean,
.hero-top-tab,
.menu__item,
.files__btn {
  position: relative;
  overflow: hidden;
  transition: color .25s ease, transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.server-status-btn::before,
.nav-cabinet-clean::before,
.hero-top-tab::before,
.menu__item::before,
.files__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.28), transparent);
  transform: skewX(-20deg);
  transition: left .55s ease;
  pointer-events: none;
}

.server-status-btn:hover::before,
.nav-cabinet-clean:hover::before,
.hero-top-tab:hover::before,
.menu__item:hover::before,
.files__btn:hover::before {
  left: 130%;
}

.server-status-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(198,166,106,.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(26,13,11,.92), rgba(90,21,20,.78));
  color: #fff3dc;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  box-shadow: 0 0 12px rgba(198,166,106,.12), inset 0 1px 0 rgba(255,255,255,.06);
}

.server-status-btn:hover,
.server-status-btn:focus {
  color: #fff;
  transform: translateY(-2px);
  border-color: rgba(255,214,128,.65);
  background: linear-gradient(135deg, rgba(122,30,27,.95), rgba(198,166,106,.82));
  box-shadow: 0 0 18px rgba(198,166,106,.22);
}

.server-status-btn_primary {
  border-color: rgba(198,166,106,.48);
  background: linear-gradient(135deg, rgba(142,45,45,.95), rgba(90,21,20,.92));
}

.server-status-btn_primary:hover,
.server-status-btn_primary:focus {
  color: #050608;
  background: linear-gradient(135deg, rgba(198,166,106,.92), rgba(142,45,45,.88));
}

.nav-cabinet-clean:hover {
  color: var(--nova-gold);
  border-color: rgba(198,166,106,.42);
  background: rgba(198,166,106,.12);
  transform: translateY(-1px);
}

.files__btn {
  min-width: 120px;
  white-space: nowrap;
}

.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);
}

.nova-footer__row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__heading {
  text-align: center;
}

.footer__title {
  font-size: 22px;
  font-weight: 900;
  color: var(--nova-gold);
  text-transform: lowercase;
}

.footer__desc {
  margin-top: 8px;
  color: rgba(255,255,255,.58);
  font-size: 13px;
}

/* Sparks / fire glow (black-world.net homepage) */
.sparks,
.smoke,
.fire-glow,
.ray {
  pointer-events: none !important;
}

.sparks_top {
  top: 120px !important;
  bottom: auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 2 !important;
  opacity: .9;
}

.fire-glow {
  position: absolute;
  left: 50%;
  top: 118px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
  opacity: .42;
  background:
    radial-gradient(circle, rgba(198,60,28,.35) 0%, rgba(198,166,106,.16) 34%, rgba(0,0,0,0) 70%);
  filter: blur(6px);
  animation: fireGlowPulse 4.5s ease-in-out infinite;
}

@keyframes fireGlowPulse {
  0%, 100% {
    opacity: .32;
    transform: translateX(-50%) scale(.96);
  }
  50% {
    opacity: .56;
    transform: translateX(-50%) scale(1.04);
  }
}

.server-load-circle {
  position: relative;
  box-shadow:
    inset 0 0 0 9px rgba(6,10,16,.96),
    0 0 24px rgba(198,166,106,.26),
    0 0 55px rgba(142,45,45,.20) !important;
}

.server-load-circle::after {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198,166,106,.18), transparent 68%);
  z-index: -1;
  animation: fireGlowPulse 4.5s ease-in-out infinite;
}

.nova-nav-v5,
.navigation,
.navigation__box_side_right,
.nav-right-clean,
.nav-lang-switch,
.nav-lang-link {
  position: relative;
  z-index: 1200;
}

.nav-lang-switch,
.nav-lang-link,
.nav-lang-flag {
  pointer-events: auto !important;
}

.nav-lang-link {
  cursor: pointer;
}

/* Floating social banners */
.sbnrs {
  --bnr-size: 1;
  z-index: 1000;
  position: fixed;
  right: calc(20px * var(--bnr-size));
  bottom: calc(20px * var(--bnr-size));
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: calc(20px * var(--bnr-size));
  pointer-events: none;
}

@media (max-width: 1200px) {
  .sbnrs { --bnr-size: 0.8; }
}

@media (max-width: 800px) {
  .sbnrs { --bnr-size: 0.6; }
}

.sbnr {
  text-decoration: none;
  width: calc(100px * var(--bnr-size));
  height: calc(100px * var(--bnr-size));
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: .3s filter;
  pointer-events: all;
}

.sbnr:hover {
  filter: brightness(1.4);
}

.sbnr__center {
  display: block;
  width: calc(72px * var(--bnr-size));
  height: calc(72px * var(--bnr-size));
  transition: .7s transform;
  will-change: transform;
}

.sbnr:hover .sbnr__center {
  transform: rotateY(360deg);
}

.sbnr__text {
  width: calc(100px * var(--bnr-size));
  height: calc(100px * var(--bnr-size));
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  animation: bnr-rotate 10s linear infinite;
  will-change: transform;
}

@keyframes bnr-rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.rating-pane {
  display: none;
}

.rating-pane_active {
  display: block;
}

.rating-tab {
  cursor: pointer;
}

/* Sparks (local assets) */
.sparks {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.spark_1,
.spark_2,
.spark_3,
.spark-big {
  position: absolute;
  background: center / contain no-repeat;
  opacity: .85;
  animation: sparkFloat 6s ease-in-out infinite;
}

.spark_1 {
  top: 8%;
  left: 18%;
  width: 140px;
  height: 140px;
  background-image: url("../images/sparks/spark_1.png");
}

.spark_2 {
  top: 14%;
  right: 20%;
  width: 120px;
  height: 120px;
  background-image: url("../images/sparks/spark_2.png");
  animation-delay: 1.2s;
}

.spark_3 {
  top: 22%;
  left: 42%;
  width: 100px;
  height: 100px;
  background-image: url("../images/sparks/spark_3.png");
  animation-delay: 2.1s;
}

.spark-big {
  top: 10%;
  left: 50%;
  width: 180px;
  height: 180px;
  transform: translateX(-50%);
  background-image: url("../images/sparks/spark_4.png");
  animation-delay: .8s;
}

.spark-big.spark_5 {
  top: 18%;
  left: 62%;
  width: 150px;
  height: 150px;
  transform: none;
  background-image: url("../images/sparks/spark_4.png");
  animation-delay: 1.6s;
}

@keyframes sparkFloat {
  0%, 100% { transform: translateY(0) scale(1); opacity: .55; }
  50% { transform: translateY(-12px) scale(1.05); opacity: .95; }
}

@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;
}

/* FILES MODAL */
.ww {
  max-width: 700px;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  padding: 0;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
}

.ww__inner {
  background: transparent;
  border: 0;
  width: 100%;
  box-shadow: none;
  padding: 0;
  box-sizing: border-box;
}

.ww__body {
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(198, 166, 106, 0.38);
  background: linear-gradient(135deg, rgba(6, 6, 8, 0.96), rgba(38, 10, 8, 0.88));
  box-sizing: border-box;
}

.ww__close {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  border-radius: 50%;
}

.ww__close::before,
.ww__close::after {
  display: block;
  content: "";
  background: var(--nova-gold);
  position: absolute;
  top: calc(50% - 1px);
  left: 4px;
  right: 4px;
  height: 2px;
  border-radius: 2px;
  transition: 0.3s all;
}

.ww__close::before { transform: rotate(-45deg); }
.ww__close::after { transform: rotate(45deg); }

.ww__close:hover::before,
.ww__close:hover::after {
  background: #fff;
}

.ww__head .title {
  color: var(--nova-gold);
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.ww__head .desc {
  color: rgba(255, 243, 220, 0.62);
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 0 12px;
  border-bottom: 1px solid rgba(198, 166, 106, 0.18);
}

.m-heading__title {
  color: #fff3dc;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.files__list {
  display: grid;
  gap: 10px;
}

.files__item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 8px 12px;
  border-left: 3px solid var(--nova-gold);
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(142, 45, 45, 0.18), rgba(5, 5, 7, 0.2));
  transition: background 0.25s ease;
}

.files__item:hover {
  background: linear-gradient(90deg, rgba(198, 166, 106, 0.16), rgba(5, 5, 7, 0.28));
}

.files__title {
  font-size: 14px;
  font-weight: 800;
  color: var(--nova-gold);
}

.files__desc {
  font-size: 12px;
  color: rgba(255, 243, 220, 0.55);
}

.ww__btns {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.fancybox-is-open .ww_animated {
  animation: modalIn 0.45s ease;
}

@keyframes modalIn {
  0% { opacity: 0; transform: translateY(-10vh); }
  100% { opacity: 1; transform: translateY(0); }
}