@media screen and (min-width: 769px) {::-webkit-scrollbar-thumb {background: #F92B75;border-radius: 10px;}::-webkit-scrollbar {width: 5px;height: 5px;background: #000000;}}

@font-face {
  font-family: 'Moniqa';
  src: url('https://static.tildacdn.com/tild3339-3564-4631-b837-306639383534/AnyConvcom__Moniqa-S.woff') format('woff');
  font-display: swap;
}

/* Основной тёмный фон */
body.t-body {
  background-color: #07040a !important;

}

#allrecords {
  position: relative !important;
  z-index: 0 !important;
}

/* ===== ГЛОБАЛЬНЫЙ GLOW НА ВСЮ СТРАНИЦУ ===== */
#allrecords::before {
  content: "" !important;
  position: fixed !important;

  /* делаем огромным, чтобы glow покрывал несколько экранов */
  top: -30vh !important;
  left: -25vw !important;
  width: 150vw !important;
  height: 220vh !important;

  z-index: -1 !important;
  pointer-events: none !important;

  background:
    radial-gradient(circle at 50% 0%, rgba(255,116,200,0.55), transparent 60%),
    radial-gradient(circle at 0% 100%, rgba(92,68,255,0.45), transparent 55%) !important;

  filter: blur(140px) !important;
  opacity: 0.75 !important;
}
