@media (min-width: 1101px) {
.scale-80 {
  --news-accent: #9ef86f;
  --news-accent-soft: rgba(158, 248, 111, 0.88);
}
.scale-80:has(.chatboost-public-page), .scale-80 body:has(.chatboost-public-page) {
  background-color: #000000 !important;
}
.scale-80 body:has(.chatboost-public-page) #__next {
  background-color: #000000 !important;
}
.scale-80 .chatboost-public-page {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  background-color: #000000;
  background-image: radial-gradient(
    ellipse 120% 75% at 0% 0%,
    rgba(158, 248, 111, 0.16) 0%,
    transparent 58%
  );
}
.scale-80 .chatboost-public-page .body-bg {
  opacity: 0.5;
}
.scale-80 .chatboost-public-page .header__nav a:not(.news-nav--active) {
  color: rgba(248, 248, 248, 0.52);
  transition: color 0.2s;
}
.scale-80 .chatboost-public-page .header__nav a:not(.news-nav--active):hover {
  color: rgba(248, 248, 248, 0.88);
}
.scale-80 .chatboost-public-page .header__login {
  color: #f8f8f8 !important;
}
.scale-80 .chatboost-public-page .header__login:hover {
  color: #141414 !important;
}
.scale-80 .news-main {
  flex: 1;
  width: 100%;
}
.scale-80 .chatboost-public-page .news-main .page-section .wrapper {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.scale-80 .chatboost-public-page .news-main .news-article {
  width: 100%;
  max-width: 720px;
  box-sizing: border-box;
}
.scale-80 .news-hero {
  padding-top: 96px;
  padding-bottom: 32px;
}
@media (max-width: 1100px) {
.scale-80 .news-hero {
    padding-top: 80px;
    padding-bottom: 22.4px;
  }
}
.scale-80 .news-hero__title {
  font-size: 34.4px;
  font-weight: 300;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 12.8px;
  color: #f8f8f8 !important;
}
.scale-80 .news-hero__lead {
  max-width: 576px;
  margin: 0 auto;
  text-align: center;
  font-size: 14.4px;
  font-weight: 300;
  color: rgba(248, 248, 248, 0.85);
}
.scale-80 .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22.4px;
  padding-bottom: 64px;
}
@media (max-width: 1100px) {
.scale-80 .news-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 38.4px;
  }
}
.scale-80 .news-card {
  display: flex;
  flex-direction: column;
  border-radius: 19.2px;
  overflow: hidden;
  background: #1e1e1e;
  border: none;
  box-shadow: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  min-height: 100%;
}
.scale-80 .news-card:hover {
  transform: translateY(-2.4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}
.scale-80 .news-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #1a1a1a;
}
.scale-80 .news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.scale-80 .news-card__body {
  padding: 17.6px 19.2px 20.8px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.scale-80 .news-card__meta {
  font-size: 11.2px;
  font-weight: 400;
  color: var(--news-accent-soft);
  margin-bottom: 9.6px;
}
.scale-80 .news-card__title {
  font-size: 17.6px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 9.6px;
  color: #f8f8f8;
}
.scale-80 .news-card__excerpt {
  font-size: 12.8px;
  font-weight: 300;
  line-height: 1.45;
  color: rgba(248, 248, 248, 0.78);
  flex: 1;
}
.scale-80 .news-card__more {
  margin-top: 14.4px;
  font-size: 12px;
  font-weight: 500;
  color: var(--news-accent);
  display: inline-flex;
  align-items: center;
  gap: 6.4px;
}
.scale-80 .news-card__more svg {
  flex-shrink: 0;
}
.scale-80 .news-load-sentinel {
  height: 3.2px;
  width: 100%;
  margin: 19.2px 0 38.4px;
}
.scale-80 .news-loading {
  text-align: center;
  padding: 12.8px 0 38.4px;
  font-size: 12px;
  color: rgba(248, 248, 248, 0.55);
}
.scale-80 .news-end {
  text-align: center;
  padding: 6.4px 0 44.8px;
  font-size: 11.2px;
  color: rgba(248, 248, 248, 0.45);
}
.scale-80 .noscript-news {
  padding: 19.2px 16px 64px;
}
.scale-80 .noscript-news h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12.8px;
}
.scale-80 .noscript-news ul {
  list-style: disc;
  padding-left: 1.25rem;
}
.scale-80 .noscript-news li {
  margin-bottom: 6.4px;
}
.scale-80 .news-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: var(--news-accent);
}
.scale-80 .news-article__topbar .news-back {
  margin-bottom: 0;
}
.scale-80 .news-back:hover {
  text-decoration: underline;
}
.scale-80 .news-article {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
}
.scale-80 .news-article__topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9.6px 16px;
  margin-bottom: 12.8px;
}
.scale-80 .news-article__meta {
  font-size: 12px;
  color: var(--news-accent-soft);
  margin: 0;
  text-align: right;
  flex-shrink: 0;
  margin-left: auto;
}
.scale-80 .news-article__title {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.15;
  margin-bottom: 22.4px;
  color: #f8f8f8 !important;
}
@media (max-width: 1100px) {
.scale-80 .news-article__title {
    font-size: 24px;
  }
}
.scale-80 .news-article__media {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 25.6px;
  border: none;
}
.scale-80 .news-article__media img {
  width: 100%;
  display: block;
  vertical-align: middle;
}
.scale-80 .news-article__body {
  font-size: 14.4px;
  font-weight: 300;
  line-height: 1.55;
  color: rgba(248, 248, 248, 0.92);
}
.scale-80 .news-article__body p {
  margin-bottom: 1.1em;
}
.scale-80 .news-article__body ul {
  list-style: disc;
  margin: 0 0 1.1em 1.2rem;
}
.scale-80 .news-article__body li {
  margin-bottom: 0.45em;
}
.scale-80 .news-article__body h1, .scale-80 .news-article__body h2, .scale-80 .news-article__body h3 {
  font-weight: 400;
  line-height: 1.25;
  margin: 1.1em 0 0.55em;
  color: #f8f8f8 !important;
}
.scale-80 .news-article__body h1 {
  font-size: 2rem;
}
.scale-80 .news-article__body h2 {
  font-size: 1.6rem;
}
.scale-80 .news-article__body h3 {
  font-size: 1.3rem;
}
.scale-80 .news-article__body pre {
  margin: 1em 0;
  padding: 1rem 1.1rem;
  border-radius: 9.6px;
  background: rgba(30, 30, 30, 0.95);
  overflow-x: auto;
  font-size: 0.9em;
  line-height: 1.45;
}
.scale-80 .news-article__body code {
  font-size: 0.92em;
  padding: 0.12em 0.35em;
  border-radius: 4.8px;
  background: rgba(48, 48, 48, 0.9);
}
.scale-80 .news-article__body pre code {
  padding: 0;
  background: transparent;
}
.scale-80 .news-article__body strong {
  font-weight: 500;
}
.scale-80 .news-article__body a {
  color: var(--news-accent-soft);
  text-decoration: underline;
}
.scale-80 .news-article__body a:hover {
  color: var(--news-accent);
}
.scale-80 .header__nav a.news-nav--active {
  color: var(--news-accent);
}
@media (prefers-reduced-motion: reduce) {
.scale-80 .news-card {
    transition: none;
  }
.scale-80 .news-card:hover {
    transform: none;
  }
}
}
