/* Article routes only. Shared premium editorial layer for /news/*. */

body.brawus-v2[data-route^="/news/"] .br-page-content {
  background: #090c10;
}

body.brawus-v2[data-route^="/news/"] .fixik-container {
  --na-bg: #090c10;
  --na-panel: #10151b;
  --na-panel-soft: #151b22;
  --na-ink: #f3f1eb;
  --na-copy: #b8bec8;
  --na-muted: #858e9b;
  --na-line: rgba(243, 241, 235, .14);
  --na-line-strong: rgba(243, 241, 235, .27);
  --na-accent: #8194f4;
  --na-danger: #ff8b84;
  --na-radius: 24px;
  --na-radius-inner: 16px;
  --na-ease: cubic-bezier(.16, 1, .3, 1);
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 104px 0 0;
  overflow: clip;
  color: var(--na-ink);
  background:
    radial-gradient(circle at 85% 7%, rgba(129, 148, 244, .075), transparent 30rem),
    var(--na-bg);
  font-family: "Tilda Sans", "Mont", mont, Arial, sans-serif;
}

body.brawus-v2[data-route^="/news/"] .fixik-container,
body.brawus-v2[data-route^="/news/"] .fixik-container *,
body.brawus-v2[data-route^="/news/"] .fixik-container *::before,
body.brawus-v2[data-route^="/news/"] .fixik-container *::after {
  box-sizing: border-box;
}

body.brawus-v2[data-route^="/news/"] .fixik-container a {
  color: inherit;
  text-decoration: none;
}

body.brawus-v2[data-route^="/news/"] .fixik-container img {
  display: block;
  max-width: 100%;
}

body.brawus-v2[data-route^="/news/"] .block-news {
  width: min(calc(100% - clamp(32px, 5.6vw, 108px)), 1720px);
  max-width: none;
  margin: 0 auto;
  padding: 0;
  color: var(--na-ink);
  font-family: inherit;
}

body.brawus-v2[data-route^="/news/"] .m-section {
  margin: 0 !important;
  padding: clamp(72px, 8vw, 128px) 0;
}

body.brawus-v2[data-route^="/news/"] .m-section:first-child {
  padding-top: 0;
}

body.brawus-v2[data-route^="/news/"] .fixik-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
  margin: 0 0 24px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  list-style: none;
  color: var(--na-muted);
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.brawus-v2[data-route^="/news/"] .fixik-breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 0;
  color: inherit;
}

body.brawus-v2[data-route^="/news/"] .fixik-breadcrumb-item a {
  color: var(--na-copy);
  transition: color 180ms ease;
}

body.brawus-v2[data-route^="/news/"] .fixik-breadcrumb-item a:hover,
body.brawus-v2[data-route^="/news/"] .fixik-breadcrumb-item a:focus-visible {
  color: var(--na-ink);
}

body.brawus-v2[data-route^="/news/"] .fixik-breadcrumb-item .active {
  max-width: min(42vw, 560px);
  overflow: hidden;
  color: var(--na-muted);
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.brawus-v2[data-route^="/news/"] .breadcrumb-icon-container {
  width: 4px;
  height: 4px;
}

body.brawus-v2[data-route^="/news/"] .breadcrumb-circle {
  position: static;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--na-accent);
}

body.brawus-v2[data-route^="/news/"] .breadcrumb-arrow {
  display: none;
}

body.brawus-v2[data-route^="/news/"] .brief-description {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr);
  grid-template-rows: auto auto 1fr auto;
  grid-template-areas: none !important;
  gap: 18px clamp(34px, 4.5vw, 78px);
  width: 100%;
  max-width: none;
  height: min(620px, calc(100dvh - 280px));
  min-height: 540px;
  margin: 0 !important;
  padding: clamp(20px, 2.2vw, 36px);
  overflow: hidden;
  border: 1px solid var(--na-line);
  border-radius: var(--na-radius);
  background:
    radial-gradient(circle at 90% 5%, rgba(129, 148, 244, .11), transparent 25rem),
    var(--na-panel);
}

body.brawus-v2[data-route^="/news/"] .brief-description .brief-description__image {
  grid-area: 1 / 1 / 5 / 2 !important;
  position: relative;
  width: 100%;
  max-width: none;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  align-self: stretch !important;
  aspect-ratio: auto !important;
  border-radius: var(--na-radius-inner);
  background: #0b0f14;
}

body.brawus-v2[data-route^="/news/"] .brief-description .brief-description__image::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 62%, rgba(4, 7, 10, .28));
}

body.brawus-v2[data-route^="/news/"] .brief-description .brief-description__image img {
  width: 100%;
  height: 100%;
  max-height: none;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  filter: saturate(.78) contrast(1.04) brightness(.88);
}

body.brawus-v2[data-route^="/news/"] .brief-description__author {
  grid-area: 1 / 2 / 2 / 3 !important;
  display: flex;
  align-items: center;
  align-self: start;
  gap: 13px;
  min-height: 52px;
  max-height: none;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.brawus-v2[data-route^="/news/"] .author__photo {
  flex: 0 0 auto;
}

body.brawus-v2[data-route^="/news/"] .author__photo img {
  width: 52px;
  height: 52px;
  margin: 0;
  border: 1px solid var(--na-line-strong);
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(.25);
}

body.brawus-v2[data-route^="/news/"] .authot__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  max-height: none;
  padding: 0;
  line-height: 1.3;
}

body.brawus-v2[data-route^="/news/"] .author__name {
  color: var(--na-ink);
  font-size: 15px;
  font-weight: 650;
}

body.brawus-v2[data-route^="/news/"] .author__direction {
  color: var(--na-muted);
  font-size: 13px;
}

body.brawus-v2[data-route^="/news/"] .brief-description__tags-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 0;
}

body.brawus-v2[data-route^="/news/"] .brief-description .brief-description__tags-share--articles {
  position: static !important;
  z-index: auto;
  inset: auto !important;
  grid-area: 2 / 2 / 3 / 3 !important;
  width: 100% !important;
  margin: 10px 0 0;
  padding: 17px 0;
  border-top: 1px solid var(--na-line);
  border-bottom: 1px solid var(--na-line);
}

body.brawus-v2[data-route^="/news/"] .brief-description__tags,
body.brawus-v2[data-route^="/news/"] .brief-description__tags .brief-description__tags-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px 16px;
  margin: 0;
  overflow: visible;
}

body.brawus-v2[data-route^="/news/"] .brief-description__tags .brief-description__tags-link {
  margin: 0;
  color: var(--na-muted);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

body.brawus-v2[data-route^="/news/"] .brief-description__tags .brief-description__tags-link:hover,
body.brawus-v2[data-route^="/news/"] .brief-description__tags .brief-description__tags-link:focus-visible {
  color: var(--na-accent);
}

body.brawus-v2[data-route^="/news/"] .brief-description__share {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

body.brawus-v2[data-route^="/news/"] .brief-description__share-label {
  color: var(--na-muted);
  font-size: 12px;
}

body.brawus-v2[data-route^="/news/"] .share-icons {
  display: flex;
  align-items: center;
  gap: 7px;
}

body.brawus-v2[data-route^="/news/"] .share-icons-link {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--na-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, .025);
  transition: border-color 180ms ease, background-color 180ms ease, transform 240ms var(--na-ease);
}

body.brawus-v2[data-route^="/news/"] .share-icons-link img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: grayscale(1) brightness(2.2);
  opacity: .75;
}

body.brawus-v2[data-route^="/news/"] .share-icons-link:hover,
body.brawus-v2[data-route^="/news/"] .share-icons-link:focus-visible {
  border-color: rgba(129, 148, 244, .72);
  background: rgba(129, 148, 244, .12);
  transform: translateY(-2px);
}

body.brawus-v2[data-route^="/news/"] .brief-description .brief-description__date {
  grid-area: 3 / 2 / 4 / 3 !important;
  align-self: end;
  margin: 0 0 4px;
  padding: 0 !important;
  color: var(--na-accent);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body.brawus-v2[data-route^="/news/"] .brief-description .brief-description__date::before {
  content: none !important;
}

body.brawus-v2[data-route^="/news/"] .brief-description .brief-description__name-arcticle {
  grid-area: 4 / 2 / 5 / 3 !important;
  align-self: end;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--na-ink);
  font-size: clamp(34px, 2.8vw, 46px) !important;
  font-weight: 520;
  line-height: .98 !important;
  letter-spacing: -.055em !important;
  text-wrap: balance;
}

body.brawus-v2.page-ii-pomoshniki[data-route^="/news/"] .brief-description .brief-description__name-arcticle > span {
  display: block !important;
  width: auto !important;
  white-space: nowrap !important;
}

body.brawus-v2[data-route^="/news/"] .brief-description .brief-description__name-arcticle :is(.ed-mask-word-clip, .ed-mask-word) {
  display: inline-block !important;
  width: auto !important;
  white-space: nowrap !important;
}

/* The shared editorial runtime animates every word on first paint.  The exact
   QA article has authored line wrappers, so keep that hierarchy deterministic
   and immediately readable even when a screenshot is taken before the runtime
   reveal has settled. */
body.brawus-v2.page-ii-pomoshniki[data-route^="/news/"] .brief-description__name-arcticle .ed-mask-word-clip {
  overflow: visible !important;
}

body.brawus-v2.page-ii-pomoshniki[data-route^="/news/"] .brief-description__name-arcticle .ed-mask-word {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}

body.brawus-v2[data-route^="/news/"] .main__text {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(86px, 9vw, 144px) 0 0;
  grid-template-columns: none !important;
  gap: 0 !important;
  color: var(--na-copy);
  font-family: inherit;
}

body.brawus-v2[data-route^="/news/"] .main__text .dn-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px) minmax(240px, 320px);
  justify-content: center;
  align-items: start;
  gap: clamp(72px, 10vw, 170px);
}

body.brawus-v2[data-route^="/news/"] .main__text .text {
  width: 100%;
  margin: 0;
  color: var(--na-copy);
}

body.brawus-v2[data-route^="/news/"] .main__text .text__item {
  position: relative;
  display: block;
  margin: 0 !important;
  scroll-margin-top: 132px;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  clip-path: none !important;
  animation: none !important;
  transition: none !important;
}

body.brawus-v2[data-route^="/news/"] .main__text .text__item::before,
body.brawus-v2[data-route^="/news/"] .main__text .text__item::after {
  pointer-events: none;
}

body.brawus-v2[data-route^="/news/"] .main__text .text .paragraph {
  margin: 0 0 clamp(68px, 7vw, 104px);
  color: var(--na-copy);
  font-size: clamp(18px, 1.24vw, 21px);
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: -.012em;
  white-space: pre-line !important;
  text-wrap: pretty;
}

body.brawus-v2[data-route^="/news/"] .main__text .paragraph strong {
  color: var(--na-ink);
  font-weight: 650;
}

body.brawus-v2[data-route^="/news/"] .main__text h2.fixik-subtitle {
  max-width: 20ch;
  margin: 0 0 30px;
  color: var(--na-ink);
  font-size: clamp(34px, 3.15vw, 52px);
  font-weight: 520;
  line-height: 1.02;
  letter-spacing: -.05em;
  text-wrap: balance;
}

body.brawus-v2[data-route^="/news/"] .main__text .item-page {
  position: relative;
  margin: -34px 0 clamp(76px, 8vw, 116px);
  overflow: hidden;
  border-radius: var(--na-radius);
  background: var(--na-panel);
}

body.brawus-v2[data-route^="/news/"] .main__text .text__item img {
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  filter: saturate(.82) contrast(1.02) brightness(.92);
}

body.brawus-v2[data-route^="/news/"] .main__text .text__content {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
}

body.brawus-v2[data-route^="/news/"] .is-list-articles.buffer {
  display: none !important;
}

body.brawus-v2[data-route^="/news/"] .is-list-articles.fixik-sticky {
  position: sticky;
  top: 124px;
  width: 100%;
  padding: 24px;
  border: 1px solid var(--na-line);
  border-radius: var(--na-radius-inner);
  background: rgba(16, 21, 27, .86);
  backdrop-filter: blur(18px);
}

body.brawus-v2[data-route^="/news/"] .is-list-articles.fixik-sticky.fixed,
body.brawus-v2[data-route^="/news/"] .is-list-articles.fixik-sticky.fixik-end {
  position: sticky;
  top: 124px;
  bottom: auto;
  width: 100%;
}

body.brawus-v2[data-route^="/news/"] .is-list-articles .l-header {
  margin: 0 0 20px;
  color: var(--na-ink);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body.brawus-v2[data-route^="/news/"] .is-list-articles .l-list {
  display: grid;
  gap: 0;
}

body.brawus-v2[data-route^="/news/"] .is-list-articles .l-item {
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid var(--na-line);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

body.brawus-v2[data-route^="/news/"] .is-list-articles .l-item a {
  display: block;
  color: var(--na-muted);
  transition: color 180ms ease, transform 220ms var(--na-ease);
}

body.brawus-v2[data-route^="/news/"] .is-list-articles .l-item a:hover,
body.brawus-v2[data-route^="/news/"] .is-list-articles .l-item a:focus-visible,
body.brawus-v2[data-route^="/news/"] .is-list-articles .l-item a.is-active {
  color: var(--na-ink);
  transform: translateX(4px);
}

body.brawus-v2[data-route^="/news/"] .main__text + .brief-description__tags-share {
  width: min(100%, 1310px);
  margin: clamp(70px, 8vw, 120px) auto 0;
  padding: 28px 0;
  border-top: 1px solid var(--na-line);
  border-bottom: 1px solid var(--na-line);
}

body.brawus-v2[data-route^="/news/"] .form-subscribe {
  position: relative;
  display: block;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--na-line);
  border-radius: var(--na-radius);
  background: var(--na-panel);
  box-shadow: none;
}

body.brawus-v2[data-route^="/news/"] .form-subscribe .form-subscribe-items {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  align-items: stretch;
}

body.brawus-v2[data-route^="/news/"] .form-subscribe .fixik-form-text {
  width: 100%;
  max-width: none;
  padding: clamp(34px, 4vw, 60px);
}

body.brawus-v2[data-route^="/news/"] .form-subscribe .form-subscribe__name {
  max-width: 12ch;
  margin: 0 0 18px;
  color: var(--na-ink);
  font-size: clamp(38px, 4vw, 64px);
  font-weight: 520;
  line-height: .98;
  letter-spacing: -.055em;
}

body.brawus-v2[data-route^="/news/"] .form-subscribe .form-subscribe__text {
  max-width: 55ch;
  margin: 0 0 34px;
  color: var(--na-copy);
  font-family: inherit;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
}

body.brawus-v2[data-route^="/news/"] .form-subscribe .form-input {
  display: block;
  max-width: 650px;
}

body.brawus-v2[data-route^="/news/"] .form-input__item.radio-conteiner {
  padding: 0 0 12px;
}

body.brawus-v2[data-route^="/news/"] .form-input__item.radio-conteiner label {
  display: block;
  padding-left: 30px;
  cursor: pointer;
}

body.brawus-v2[data-route^="/news/"] .form-input__item.radio-conteiner input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

body.brawus-v2[data-route^="/news/"] .form-input__item.radio-conteiner .radio-label {
  position: relative;
  display: block;
  color: var(--na-copy);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.45;
  transition: color 180ms ease;
}

body.brawus-v2[data-route^="/news/"] .radio-conteiner .radio-label::before {
  position: absolute;
  top: 1px;
  left: -30px;
  width: 18px;
  height: 18px;
  content: "";
  border: 1px solid var(--na-line-strong);
  border-radius: 50%;
  background: transparent;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

body.brawus-v2[data-route^="/news/"] .radio-conteiner input:checked + .radio-label {
  color: var(--na-ink);
}

body.brawus-v2[data-route^="/news/"] .radio-conteiner input:checked + .radio-label::before {
  border-color: var(--na-accent);
  background: var(--na-accent);
  box-shadow: inset 0 0 0 4px var(--na-panel);
}

body.brawus-v2[data-route^="/news/"] .radio-conteiner input:focus-visible + .radio-label::before {
  outline: 2px solid var(--na-accent);
  outline-offset: 3px;
}

body.brawus-v2[data-route^="/news/"] .email-conteiner {
  width: 100%;
  margin: 22px 0 0;
}

body.brawus-v2[data-route^="/news/"] .news-subscribe-label {
  display: block;
  margin: 0 0 9px;
  color: var(--na-copy);
  font-size: 13px;
  font-weight: 600;
}

body.brawus-v2[data-route^="/news/"] .email-conteiner input[type="email"] {
  width: 100%;
  height: 62px;
  padding: 0 18px;
  border: 1px solid var(--na-line-strong);
  border-radius: 12px;
  color: var(--na-ink);
  background: rgba(255, 255, 255, .035);
  font: inherit;
  font-size: 16px;
  outline: 0;
  transition: border-color 180ms ease, background-color 180ms ease;
}

body.brawus-v2[data-route^="/news/"] .email-conteiner input[type="email"]::placeholder {
  color: #69717e;
}

body.brawus-v2[data-route^="/news/"] .email-conteiner input[type="email"]:focus {
  border-color: var(--na-accent);
  background: rgba(129, 148, 244, .06);
}

body.brawus-v2[data-route^="/news/"] .form-input__item.form-subscribe__confirmation {
  margin: 0;
  padding: 20px 0 24px;
  color: var(--na-muted);
  font-family: inherit;
  font-size: 13px;
  line-height: 1.5;
}

body.brawus-v2[data-route^="/news/"] .form-input__item.form-subscribe__confirmation label {
  display: block;
  padding-left: 30px;
  cursor: pointer;
}

body.brawus-v2[data-route^="/news/"] .form-subscribe__confirmation input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

body.brawus-v2[data-route^="/news/"] .form-subscribe__confirmation-label {
  position: relative;
  display: block;
  color: var(--na-muted);
}

body.brawus-v2[data-route^="/news/"] .form-subscribe__confirmation-label a {
  color: var(--na-copy);
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.brawus-v2[data-route^="/news/"] .form-subscribe__confirmation-label::before {
  position: absolute;
  top: 1px;
  left: -30px;
  width: 18px;
  height: 18px;
  content: "";
  border: 1px solid var(--na-line-strong);
  border-radius: 5px;
  background: transparent;
  transition: border-color 180ms ease, background-color 180ms ease;
}

body.brawus-v2[data-route^="/news/"] .form-subscribe__confirmation input:checked + .form-subscribe__confirmation-label::before {
  border-color: var(--na-accent);
  background: var(--na-accent);
  box-shadow: inset 0 0 0 4px var(--na-panel);
}

body.brawus-v2[data-route^="/news/"] .form-subscribe__confirmation input:focus-visible + .form-subscribe__confirmation-label::before {
  outline: 2px solid var(--na-accent);
  outline-offset: 3px;
}

body.brawus-v2[data-route^="/news/"] .section-btn {
  display: block;
  width: 100%;
}

body.brawus-v2[data-route^="/news/"] .section-btn button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 62px;
  padding: 0 20px;
  overflow: hidden;
  border: 1px solid #f3f1eb;
  border-radius: 12px;
  color: #0b0f14;
  background: #f3f1eb;
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 650;
  transition: color 180ms ease, background-color 180ms ease, transform 220ms var(--na-ease);
}

body.brawus-v2[data-route^="/news/"] .section-btn button:hover,
body.brawus-v2[data-route^="/news/"] .section-btn button:focus-visible {
  color: #f3f1eb;
  background: transparent;
}

body.brawus-v2[data-route^="/news/"] .section-btn button:active {
  transform: translateY(1px) scale(.997);
}

body.brawus-v2[data-route^="/news/"] .section-btn button:disabled {
  cursor: default;
  opacity: .75;
}

body.brawus-v2[data-route^="/news/"] .news-submit-arrow {
  font-size: 19px;
  transition: transform 260ms var(--na-ease);
}

body.brawus-v2[data-route^="/news/"] .section-btn button:hover .news-submit-arrow,
body.brawus-v2[data-route^="/news/"] .section-btn button:focus-visible .news-submit-arrow {
  transform: translate(3px, -3px);
}

body.brawus-v2[data-route^="/news/"] .news-subscribe-status {
  min-height: 21px;
  margin: 12px 0 0;
  color: var(--na-muted);
  font-size: 13px;
  line-height: 1.5;
}

body.brawus-v2[data-route^="/news/"] .news-subscribe-status.is-success {
  color: #aab7ff;
}

body.brawus-v2[data-route^="/news/"] .news-subscribe-status.is-error,
body.brawus-v2[data-route^="/news/"] .email-conteiner input[type="email"].red-border,
body.brawus-v2[data-route^="/news/"] .form-subscribe__confirmation-label.red-text {
  color: var(--na-danger) !important;
}

body.brawus-v2[data-route^="/news/"] .email-conteiner input[type="email"].red-border {
  border-color: var(--na-danger) !important;
}

body.brawus-v2[data-route^="/news/"] .form-subscribe__confirmation-label.red-border::before {
  border-color: var(--na-danger) !important;
}

body.brawus-v2[data-route^="/news/"] .form-subscribe .form-subscribe__image {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  border-left: 1px solid var(--na-line);
  background: #0d1116;
}

body.brawus-v2[data-route^="/news/"] .form-subscribe .form-subscribe__image::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 60%, rgba(5, 8, 12, .32));
}

body.brawus-v2[data-route^="/news/"] .form-subscribe .form-subscribe__image img {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  object-fit: cover;
  filter: saturate(.75) contrast(1.04) brightness(.86);
}

body.brawus-v2[data-route^="/news/"] .other-news .news-section {
  position: relative;
  padding: 0;
  color: var(--na-ink);
  background: transparent;
}

body.brawus-v2[data-route^="/news/"] .other-news .pattern-layer,
body.brawus-v2[data-route^="/news/"] .other-news .magicNews {
  display: none;
}

body.brawus-v2[data-route^="/news/"] .other-news .auto-container {
  width: 100%;
  max-width: none;
  padding: 0;
}

body.brawus-v2[data-route^="/news/"] .other-news .sec-title.text-center {
  margin: 0 0 34px;
}

body.brawus-v2[data-route^="/news/"] .other-news .header-newsSmall {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--na-line);
}

body.brawus-v2[data-route^="/news/"] .other-news .header-newsSmall h2 {
  margin: 0;
  color: var(--na-ink);
  font-size: clamp(38px, 4.6vw, 72px);
  font-weight: 520;
  line-height: .95;
  letter-spacing: -.055em;
}

body.brawus-v2[data-route^="/news/"] .other-news .allNews a {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--na-copy);
  font-size: 14px;
  font-weight: 600;
}

body.brawus-v2[data-route^="/news/"] .other-news .allNews a::after {
  content: "\2197";
  color: var(--na-accent);
  font-size: 18px;
}

body.brawus-v2[data-route^="/news/"] .other-news .allNews svg {
  display: none;
}

body.brawus-v2[data-route^="/news/"] .other-news .row.clearfix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
  margin: 0;
}

body.brawus-v2[data-route^="/news/"] .other-news .news-block {
  width: auto;
  max-width: none;
  padding: 0;
}

body.brawus-v2[data-route^="/news/"] .other-news .news-block-one,
body.brawus-v2[data-route^="/news/"] .other-news .inner-box {
  height: 100%;
}

body.brawus-v2[data-route^="/news/"] .other-news .inner-box {
  overflow: hidden;
  border: 1px solid var(--na-line);
  border-radius: var(--na-radius);
  background: var(--na-panel);
  box-shadow: none;
  transition: border-color 220ms ease, transform 360ms var(--na-ease);
}

body.brawus-v2[data-route^="/news/"] .other-news .inner-box:hover {
  border-color: var(--na-line-strong);
  transform: translateY(-3px);
}

body.brawus-v2[data-route^="/news/"] .other-news .image-holder {
  position: relative;
  height: clamp(210px, 21vw, 330px);
  overflow: hidden;
  border-radius: 0 !important;
  background: #0d1116;
}

body.brawus-v2[data-route^="/news/"] .other-news .image-box,
body.brawus-v2[data-route^="/news/"] .other-news .image-box img {
  width: 100%;
  height: 100%;
  margin: 0;
}

body.brawus-v2[data-route^="/news/"] .other-news .image-box img {
  object-fit: cover;
  filter: saturate(.76) contrast(1.03) brightness(.88);
  transition: transform 800ms var(--na-ease), filter 300ms ease;
}

body.brawus-v2[data-route^="/news/"] .other-news .inner-box:hover .image-box img {
  filter: saturate(.95) contrast(1.02) brightness(.94);
  transform: scale(1.035);
}

body.brawus-v2[data-route^="/news/"] .other-news .image-holder .link {
  position: absolute;
  inset: 0;
  opacity: 0;
}

body.brawus-v2[data-route^="/news/"] .other-news .image-holder .link a {
  display: block;
  width: 100%;
  height: 100%;
}

body.brawus-v2[data-route^="/news/"] .other-news .news-small-text {
  margin: 0;
  padding: 22px;
}

body.brawus-v2[data-route^="/news/"] .other-news .news-small-text .brief-description__tags {
  margin: 0 0 15px;
}

body.brawus-v2[data-route^="/news/"] .other-news .news-small-text .text__header {
  margin: 0 0 24px;
  color: var(--na-ink);
  font-family: inherit;
  font-size: clamp(22px, 1.7vw, 30px);
  font-weight: 520;
  line-height: 1.08;
  letter-spacing: -.035em;
  text-wrap: balance;
}

body.brawus-v2[data-route^="/news/"] .other-news .text__date {
  padding-top: 16px;
  border-top: 1px solid var(--na-line);
  color: var(--na-muted);
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body.brawus-v2[data-route^="/news/"] .fixik-container :focus-visible {
  outline: 2px solid var(--na-accent);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  body.brawus-v2[data-route^="/news/"] .brief-description {
    grid-template-columns: minmax(0, .94fr) minmax(370px, 1.06fr);
    height: min(590px, calc(100dvh - 240px));
    min-height: 520px;
  }

  body.brawus-v2[data-route^="/news/"] .brief-description .brief-description__name-arcticle {
    font-size: clamp(30px, 3.3vw, 38px) !important;
  }

  body.brawus-v2[data-route^="/news/"] .brief-description__share-label {
    display: none;
  }

  body.brawus-v2[data-route^="/news/"] .main__text .dn-layout {
    grid-template-columns: minmax(0, 720px) minmax(220px, 260px);
    gap: 56px;
  }

  body.brawus-v2[data-route^="/news/"] .form-subscribe .form-subscribe-items {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  }
}

@media (max-width: 900px) {
  body.brawus-v2[data-route^="/news/"] .fixik-container {
    padding-top: 102px;
  }

  body.brawus-v2[data-route^="/news/"] .brief-description {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto auto auto;
    height: auto;
    min-height: 0;
    gap: 16px;
  }

  body.brawus-v2[data-route^="/news/"] .brief-description .brief-description__image {
    grid-area: 5 / 1 / 6 / 2 !important;
    aspect-ratio: 16 / 10;
    margin-top: 12px;
  }

  body.brawus-v2[data-route^="/news/"] .brief-description__author {
    grid-area: 1 / 1 / 2 / 2 !important;
  }

  body.brawus-v2[data-route^="/news/"] .brief-description .brief-description__tags-share--articles {
    grid-area: 2 / 1 / 3 / 2 !important;
  }

  body.brawus-v2[data-route^="/news/"] .brief-description .brief-description__date {
    grid-area: 3 / 1 / 4 / 2 !important;
    margin-top: 18px;
  }

  body.brawus-v2[data-route^="/news/"] .brief-description .brief-description__name-arcticle {
    grid-area: 4 / 1 / 5 / 2 !important;
    max-width: 18ch;
    font-size: clamp(34px, 5.4vw, 48px) !important;
  }

  body.brawus-v2[data-route^="/news/"] .main__text .dn-layout {
    display: block !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  body.brawus-v2[data-route^="/news/"] .main__text .text,
  body.brawus-v2[data-route^="/news/"] .main__text .text__item,
  body.brawus-v2[data-route^="/news/"] .main__text .text__item .paragraph,
  body.brawus-v2[data-route^="/news/"] .main__text h2.fixik-subtitle {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  body.brawus-v2[data-route^="/news/"] .main__text .text__content {
    display: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  body.brawus-v2[data-route^="/news/"] .form-subscribe .form-subscribe-items {
    grid-template-columns: 1fr;
  }

  body.brawus-v2[data-route^="/news/"] .form-subscribe .form-subscribe__image {
    height: 390px;
    min-height: 0;
    border-top: 1px solid var(--na-line);
    border-left: 0;
  }

  body.brawus-v2[data-route^="/news/"] .other-news .row.clearfix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.brawus-v2[data-route^="/news/"] .other-news .news-block:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  body.brawus-v2[data-route^="/news/"] .fixik-container {
    padding-top: 88px;
  }

  body.brawus-v2[data-route^="/news/"] .block-news {
    width: min(calc(100% - 24px), 1720px);
  }

  body.brawus-v2[data-route^="/news/"] .m-section {
    padding: 76px 0;
  }

  body.brawus-v2[data-route^="/news/"] .fixik-breadcrumb {
    margin-bottom: 14px;
  }

  body.brawus-v2[data-route^="/news/"] .fixik-breadcrumb-item:last-child {
    display: none;
  }

  body.brawus-v2[data-route^="/news/"] .brief-description {
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
  }

  body.brawus-v2[data-route^="/news/"] .brief-description .brief-description__image {
    aspect-ratio: 4 / 3;
    border-radius: 12px;
  }

  body.brawus-v2[data-route^="/news/"] .author__photo img {
    width: 44px;
    height: 44px;
  }

  body.brawus-v2[data-route^="/news/"] .brief-description .brief-description__tags-share--articles {
    align-items: flex-start;
    flex-direction: column;
  }

  body.brawus-v2[data-route^="/news/"] .brief-description__share-label {
    display: block;
  }

  body.brawus-v2[data-route^="/news/"] .brief-description .brief-description__name-arcticle {
    max-width: 17ch;
    font-size: clamp(31px, 8.2vw, 38px) !important;
    line-height: .99;
  }

  body.brawus-v2.page-ii-pomoshniki[data-route^="/news/"] .brief-description .brief-description__name-arcticle {
    max-width: none !important;
  }

  body.brawus-v2.page-ii-pomoshniki[data-route^="/news/"] .brief-description .brief-description__name-arcticle > span:first-child {
    font-size: clamp(30px, 8.2vw, 34px) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body.brawus-v2.page-ii-pomoshniki[data-route^="/news/"] .brief-description .brief-description__name-arcticle > span:nth-child(2) {
    font-size: clamp(18.5px, 4.95vw, 19.5px) !important;
    line-height: 1.18 !important;
    letter-spacing: -.035em !important;
    white-space: nowrap !important;
  }

  body.brawus-v2[data-route^="/news/"] .main__text {
    padding-top: 80px;
  }

  body.brawus-v2[data-route^="/news/"] .main__text .text .paragraph {
    margin-bottom: 68px;
    font-size: 17px;
    line-height: 1.68;
  }

  body.brawus-v2[data-route^="/news/"] .main__text h2.fixik-subtitle {
    margin-bottom: 22px;
    max-width: none !important;
    font-size: clamp(30px, 9vw, 36px) !important;
    line-height: 1.02 !important;
  }

  body.brawus-v2[data-route^="/news/"] .main__text .item-page {
    margin-top: -24px;
    margin-bottom: 72px;
    border-radius: 16px;
  }

  body.brawus-v2[data-route^="/news/"] .main__text + .brief-description__tags-share {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 58px;
  }

  body.brawus-v2[data-route^="/news/"] .form-subscribe {
    border-radius: 18px;
  }

  body.brawus-v2[data-route^="/news/"] .form-subscribe .fixik-form-text {
    padding: 28px 20px 24px;
  }

  body.brawus-v2[data-route^="/news/"] .form-subscribe .form-subscribe__name {
    font-size: 42px;
  }

  body.brawus-v2[data-route^="/news/"] .form-subscribe .form-subscribe__text {
    margin-bottom: 28px;
    font-size: 15px;
  }

  body.brawus-v2[data-route^="/news/"] .form-subscribe .form-subscribe__image {
    height: 280px;
  }

  body.brawus-v2[data-route^="/news/"] .other-news .header-newsSmall {
    align-items: flex-start;
    flex-direction: column;
  }

  body.brawus-v2[data-route^="/news/"] .other-news .header-newsSmall h2 {
    font-size: 46px;
  }

  body.brawus-v2[data-route^="/news/"] .other-news .row.clearfix {
    grid-template-columns: 1fr;
  }

  body.brawus-v2[data-route^="/news/"] .other-news .news-block:last-child {
    grid-column: auto;
  }

  body.brawus-v2[data-route^="/news/"] .other-news .image-holder {
    height: 250px;
  }
}

/* II-pomoshniki article: its long-form layout needs a wider reading gutter and
   a real sticky containing block. Keep these overrides route-owned so the
   shared article template remains unchanged for the rest of the archive. */
body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article {
  --nii-shell-pad: clamp(22px, 3.4vw, 62px);
}

body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .block-news {
  width: min(calc(100% - var(--nii-shell-pad) - var(--nii-shell-pad)), 1640px);
}

body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .main__text {
  padding: clamp(100px, 10vw, 164px) clamp(12px, 2.2vw, 38px) 0;
}

body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .main__text .dn-layout {
  grid-template-columns: minmax(0, 780px) minmax(260px, 330px);
  gap: clamp(62px, 8vw, 132px);
}

body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .main__text .text__content {
  align-self: stretch;
  min-width: 0;
}

body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles.fixik-sticky,
body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles.fixik-sticky.fixed,
body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles.fixik-sticky.fixik-end {
  top: 112px;
  max-height: calc(100dvh - 128px);
  padding: 26px;
  overflow: auto;
  overscroll-behavior: contain;
  border-color: rgba(243, 241, 235, .18);
  border-radius: 20px;
  background: rgba(17, 22, 29, .94);
  box-shadow: 0 24px 68px rgba(0, 0, 0, .24);
  scrollbar-color: rgba(129, 148, 244, .45) transparent;
  scrollbar-width: thin;
}

body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles .l-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles .l-header__count {
  color: var(--na-muted);
  font-variant-numeric: tabular-nums;
}

body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles .l-list {
  counter-reset: nii-section;
}

body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles .l-item {
  counter-increment: nii-section;
  padding: 0;
}

body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles .l-item a {
  position: relative;
  min-height: 48px;
  padding: 13px 12px 13px 46px;
  border-left: 2px solid transparent;
  color: var(--na-muted);
  background: transparent;
  transform: none;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles .l-item a::before {
  position: absolute;
  top: 14px;
  left: 13px;
  width: 24px;
  content: counter(nii-section, decimal-leading-zero);
  color: #67717e;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.45;
  letter-spacing: .06em;
  transition: color 180ms ease;
}

body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles .l-item a:hover,
body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles .l-item a:focus-visible,
body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles .l-item a.is-active {
  border-left-color: var(--na-accent);
  color: var(--na-ink);
  background: rgba(129, 148, 244, .08);
  transform: none;
}

body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles .l-item a:hover::before,
body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles .l-item a:focus-visible::before,
body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles .l-item a.is-active::before {
  color: var(--na-accent);
}

body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .share-icons-link:hover,
body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .share-icons-link:focus-visible,
body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .other-news .inner-box:hover,
body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .other-news .inner-box:hover .image-box img {
  transform: none;
}

body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .other-news .inner-box {
  transition: border-color 220ms ease, background-color 220ms ease;
}

body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .other-news .image-box img {
  transition: filter 300ms ease;
}

@media (max-width: 1120px) {
  body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .main__text .dn-layout {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 250px);
    gap: 36px;
  }
}

@media (max-width: 900px) {
  body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article {
    --nii-shell-pad: 24px;
  }

  body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .main__text {
    padding-inline: clamp(8px, 3vw, 28px);
  }

  body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .main__text .dn-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0;
  }

  body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .main__text .text {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    min-width: 0;
  }

  body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .main__text .text__content {
    display: block !important;
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    min-width: 0;
    margin: 0 0 clamp(58px, 9vw, 78px);
  }

  body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles.fixik-sticky,
  body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles.fixik-sticky.fixed,
  body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles.fixik-sticky.fixik-end {
    position: static;
    top: auto;
    max-height: none;
    overflow: visible;
    backdrop-filter: none;
  }

  body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles .l-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles .l-item:nth-child(2) {
    border-top-color: var(--na-line);
  }
}

@media (max-width: 620px) {
  body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article {
    --nii-shell-pad: 12px;
  }

  body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .main__text {
    padding-top: 88px;
    padding-inline: 10px;
  }

  body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles.fixik-sticky,
  body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles.fixik-sticky.fixed,
  body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles.fixik-sticky.fixik-end {
    padding: 18px;
    border-radius: 16px;
  }

  body.brawus-v2[data-route="/news/II-pomoshniki"] .news-ii-article .is-list-articles .l-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.brawus-v2[data-route^="/news/"] .fixik-container *,
  body.brawus-v2[data-route^="/news/"] .fixik-container *::before,
  body.brawus-v2[data-route^="/news/"] .fixik-container *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Designer review 2026-08-31: the story title leads, the author signs the hero. */
body.brawus-v2[data-route^="/news/"] .brief-description .brief-description__name-arcticle {
  grid-area: 1 / 2 / 2 / 3 !important;
  align-self: start;
  padding-top: 2px !important;
}

body.brawus-v2[data-route^="/news/"] .brief-description .brief-description__tags-share--articles {
  grid-area: 2 / 2 / 3 / 3 !important;
}

body.brawus-v2[data-route^="/news/"] .brief-description .brief-description__date {
  grid-area: 3 / 2 / 4 / 3 !important;
}

body.brawus-v2[data-route^="/news/"] .brief-description__author {
  grid-area: 4 / 2 / 5 / 3 !important;
  align-self: end;
  padding-top: 18px !important;
  border-top: 1px solid var(--na-line) !important;
}

@media (max-width: 900px) {
  body.brawus-v2[data-route^="/news/"] .brief-description .brief-description__name-arcticle {
    grid-area: 1 / 1 / 2 / 2 !important;
  }

  body.brawus-v2[data-route^="/news/"] .brief-description .brief-description__tags-share--articles {
    grid-area: 2 / 1 / 3 / 2 !important;
  }

  body.brawus-v2[data-route^="/news/"] .brief-description .brief-description__date {
    grid-area: 3 / 1 / 4 / 2 !important;
  }

  body.brawus-v2[data-route^="/news/"] .brief-description__author {
    grid-area: 4 / 1 / 5 / 2 !important;
  }
}

/* Shared contents treatment for every current /news/* article.
   The sidebar itself stretches with the article only to provide a containing
   block for CSS sticky; it deliberately has no surface of its own. The visible
   surface belongs to the compact contents card, so no dark column continues
   below the last navigation item. Legacy scripts may still toggle .fixed and
   .fixik-end, therefore all three states resolve to the same CSS-sticky rule. */
body.brawus-v2[data-route^="/news/"] .main__text .text__content {
  position: relative;
  inset: auto !important;
  align-self: stretch;
  min-width: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.brawus-v2[data-route^="/news/"] .main__text :is(
  .is-list-articles.fixik-sticky,
  .is-list-articles.fixik-sticky.fixed,
  .is-list-articles.fixik-sticky.fixik-end
) {
  position: sticky !important;
  top: 124px !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  height: auto !important;
  max-height: calc(100dvh - 148px) !important;
  padding: 22px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  border: 1px solid var(--na-line) !important;
  border-radius: var(--na-radius-inner) !important;
  background: rgba(16, 21, 27, .88) !important;
  box-shadow: 0 22px 58px rgba(0, 0, 0, .18) !important;
  backdrop-filter: blur(18px) !important;
  scrollbar-color: rgba(129, 148, 244, .42) transparent;
  scrollbar-width: thin;
}

body.brawus-v2[data-route^="/news/"] .is-list-articles .l-header {
  margin: 0 !important;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--na-line-strong);
  background: transparent !important;
}

body.brawus-v2[data-route^="/news/"] .is-list-articles .l-list {
  grid-template-columns: minmax(0, 1fr) !important;
  background: transparent !important;
}

body.brawus-v2[data-route^="/news/"] .is-list-articles .l-item {
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--na-line) !important;
  background: transparent !important;
}

body.brawus-v2[data-route^="/news/"] .is-list-articles .l-item a {
  min-height: 0 !important;
  padding: 14px 0 !important;
  border: 0 !important;
  color: var(--na-muted);
  background: transparent !important;
  box-shadow: none;
  transform: none !important;
}

body.brawus-v2[data-route^="/news/"] .is-list-articles .l-item a::before {
  content: none !important;
}

body.brawus-v2[data-route^="/news/"] .is-list-articles .l-item a:hover,
body.brawus-v2[data-route^="/news/"] .is-list-articles .l-item a:focus-visible,
body.brawus-v2[data-route^="/news/"] .is-list-articles .l-item a.is-active {
  padding-left: 14px !important;
  color: var(--na-ink);
  background: transparent !important;
  box-shadow: inset 2px 0 var(--na-accent);
  transform: none !important;
}

body.brawus-v2[data-route^="/news/"] .is-list-articles:has(.l-list:empty) {
  display: none !important;
}

@media (max-width: 900px) {
  body.brawus-v2[data-route^="/news/"] .main__text .dn-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.brawus-v2[data-route^="/news/"] .main__text .text {
    grid-row: 2;
  }

  body.brawus-v2[data-route^="/news/"] .main__text .text__content {
    display: block !important;
    grid-row: 1;
    align-self: auto;
    margin: 0 0 clamp(52px, 8vw, 74px);
  }

  body.brawus-v2[data-route^="/news/"] .main__text :is(
    .is-list-articles.fixik-sticky,
    .is-list-articles.fixik-sticky.fixed,
    .is-list-articles.fixik-sticky.fixik-end
  ) {
    position: static !important;
    top: auto !important;
    max-height: none !important;
    overflow: visible !important;
    overscroll-behavior: auto !important;
    backdrop-filter: none !important;
  }
}

/* Avoid stacking the article tail spacing with the shared form padding. */
body.brawus-v2[data-route^="/news/"] .block-news > .m-section:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

/* April–August 2026 articles: preserve the shared editorial layout while
   supporting semantic paragraphs and the compact contents heading. */
body.brawus-v2[data-route^="/news/"] .bn-article[data-ed-motion="off"] .brief-description__name-arcticle {
  min-width: 0;
  max-width: 100% !important;
  overflow-wrap: anywhere;
  word-break: normal;
}
body.brawus-v2[data-route^="/news/"] .bn-article[data-ed-motion="off"] .main__text h2.fixik-subtitle {
  min-width: 0;
  max-width: 100%;
  scroll-margin-top: 132px;
  overflow-wrap: anywhere;
}
body.brawus-v2[data-route^="/news/"] .bn-article[data-ed-motion="off"] .main__text .paragraph:has(> p) {
  white-space: normal !important;
}
body.brawus-v2[data-route^="/news/"] .bn-article[data-ed-motion="off"] .main__text .paragraph p {
  width: 100%;
  max-width: none;
  margin: 0 0 1.1em;
  font-size: inherit;
  line-height: inherit;
}
body.brawus-v2[data-route^="/news/"] .bn-article[data-ed-motion="off"] .main__text .paragraph p:last-child { margin-bottom: 0; }
body.brawus-v2[data-route^="/news/"] .bn-article[data-ed-motion="off"] .is-list-articles .l-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
body.brawus-v2[data-route^="/news/"] .bn-article[data-ed-motion="off"] .l-header__count {
  color: var(--na-muted);
  font-variant-numeric: tabular-nums;
}
body.brawus-v2[data-route^="/news/"] .bn-article[data-ed-motion="off"] .bn-article-caption {
  padding: 16px 20px;
  color: var(--na-copy);
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 900px) {
  /* Reset the legacy explicit column, otherwise the sidebar creates an
     implicit second track and squeezes the article text to zero width. */
  body.brawus-v2[data-route^="/news/"] .bn-article[data-ed-motion="off"] .main__text .dn-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 32px;
  }
  body.brawus-v2[data-route^="/news/"] .bn-article[data-ed-motion="off"] .main__text .text,
  body.brawus-v2[data-route^="/news/"] .bn-article[data-ed-motion="off"] .main__text .text__content {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
  }
  body.brawus-v2[data-route^="/news/"] .bn-article[data-ed-motion="off"] .main__text .text__content { margin-bottom: 0; }
}
