
/* Фоны страницы beta32. */
html[data-page-theme="dark"] {
  background: #071427 !important;
}

html[data-page-theme="light"] {
  background: #e8eff5 !important;
}

html[data-page-theme="dark"] body,
html[data-page-theme="light"] body {
  background: transparent !important;
}

/* Отключаем прежние декоративные слои с фоновыми изображениями. */
html[data-page-theme="dark"] body::before,
html[data-page-theme="dark"] body::after,
html[data-page-theme="dark"] .page::before,
html[data-page-theme="dark"] .page::after,
html[data-page-theme="light"] body::before,
html[data-page-theme="light"] body::after,
html[data-page-theme="light"] .page::before,
html[data-page-theme="light"] .page::after {
  content: none !important;
  display: none !important;
  background-image: none !important;
}

html[data-page-theme="dark"] .page {
  background: #071427 url("/bg4.webp?v=1788862153371")
    center center / cover no-repeat scroll !important;
}

html[data-page-theme="light"] .page {
  background: #e8eff5 url("/AutumnBG.webp?v=1788862153371")
    center center / cover no-repeat scroll !important;
}

html[data-page-theme="dark"] .page,
html[data-page-theme="light"] .page {
  min-height: 100vh;
  min-height: 100svh;
}

@media (max-width: 1024px) and (orientation: portrait) {
  html[data-page-theme="light"] .page {
    background-image: url("/AutumnMBG.webp?v=1788862153371") !important;
  }
}
