/**
 * Фон как на форуме под hero: watermark W + градиент на .forum-pane-bg.
 * Fallback URL в CSS (до гидрации); версия с ?v= — через ForumPaneBg (inline !important).
 */
body.layout--forum-gradient-surface,
body.layout--forum-page.layout--forum-gradient-surface {
  background-color: #111217 !important;
}

body.layout--forum-gradient-surface .inner-page {
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  background-attachment: scroll !important;
}

body.layout--forum-gradient-surface .forum-layout-scope .page,
body.layout--forum-gradient-surface .forum-layout-scope .body {
  background-color: #111217 !important;
}

.reviews-page.forum-page,
.armory-page.forum-page,
.platform-page.forum-page,
.auth-forum-page.forum-page {
  min-height: 100vh;
  background-color: #111217 !important;
}

/* Выше forum-route (0,3,1): явный W + градиент, без var() */
body.layout--forum-page .forum-page > .Pane-bg.forum-pane-bg,
body.layout--forum-gradient-surface .forum-page > .Pane-bg.forum-pane-bg {
  background-color: #111217 !important;
  background-image:
    url('/forum-assets/8627fade026a73db0f692c1eae27e2d7725d1011c.webp'),
    linear-gradient(90deg, #111217 0%, #15171e 30%, #15171e 70%, #111217 100%) !important;
  background-position: center top, center top !important;
  background-repeat: no-repeat, repeat-y !important;
  background-size: auto, auto !important;
}

body.layout--forum-page .forum-page > .Pane-bg.forum-pane-bg .Pane-overlay,
body.layout--forum-gradient-surface .forum-page > .Pane-bg.forum-pane-bg .Pane-overlay {
  display: none !important;
}
