:root {
  --bg: #050913;
  --bg2: #07111f;
  --panel: rgba(11, 20, 37, .90);
  --panel2: rgba(15, 29, 53, .92);
  --line: rgba(255,255,255,.10);
  --line2: rgba(143,184,255,.20);
  --text: #f7f9ff;
  --muted: rgba(247,249,255,.66);
  --muted2: rgba(247,249,255,.82);
  --red: #ef2334;
  --red2: #ff4056;
  --blue: #8fb8ff;
  --gold: #ffd78c;
  --green: #24c17a;
  --shadow: 0 24px 70px rgba(0,0,0,.34);
}

* { box-sizing: border-box; }

html,
body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(239,35,52,.16), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(58,126,214,.14), transparent 34%),
    linear-gradient(180deg, #07111f 0%, #050913 58%, #04070f 100%);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; }

.news-header {
  position: sticky;
  top: 0;
  z-index: 80;
  width: 100%;
  background: rgba(5, 9, 18, .88);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}

.news-header__wrap {
  width: min(1360px, 100%);
  margin: 0 auto;
  padding: 12px clamp(12px, 3vw, 26px);
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.news-header__brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.news-header__logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 14px;
  padding: 5px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
}

.news-header__name {
  display: flex;
  flex-direction: column;
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: -.02em;
  white-space: nowrap;
}

.news-header__name small {
  margin-top: 4px;
  color: var(--gold);
  font-size: 10px;
  letter-spacing: .18em;
  font-weight: 900;
}

.news-header__nav {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 18px), transparent 100%);
  padding: 2px 10px;
}

.news-header__nav::-webkit-scrollbar { display: none; }

.news-header__nav a {
  flex: 0 0 auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.075);
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 850;
}

.news-header__nav a.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red2));
  border-color: rgba(255,255,255,.20);
  box-shadow: 0 10px 26px rgba(239,35,52,.34);
}

.news-shell {
  width: min(1360px, 100%);
  margin: 0 auto;
  padding: clamp(16px, 3vw, 30px) clamp(10px, 3vw, 26px) 86px;
}

#news-root {
  min-height: 60vh;
}

.news-loading,
.news-empty {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,.055);
  border: 1px solid var(--line);
  color: var(--muted2);
  font-weight: 800;
}

.news-page {
  display: grid;
  gap: 18px;
}

.news-hero {
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(5,9,18,.95), rgba(5,9,18,.52)),
    radial-gradient(circle at 20% 18%, rgba(239,35,52,.20), transparent 32%),
    radial-gradient(circle at 92% 0%, rgba(143,184,255,.18), transparent 38%),
    url('/hockey/assets/img/brand/media-matches.jpg') center / cover no-repeat;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
}

.news-hero__main {
  padding: clamp(24px, 4.6vw, 52px);
}

.news-kicker {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.86);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.news-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 18px rgba(239,35,52,.88);
}

.news-hero h1 {
  margin: 20px 0 12px;
  max-width: 850px;
  font-size: clamp(38px, 7vw, 82px);
  line-height: .90;
  letter-spacing: -.065em;
}

.news-hero p {
  margin: 0;
  max-width: 790px;
  color: var(--muted2);
  font-size: clamp(15px, 1.8vw, 20px);
  font-weight: 650;
}

.news-hero__stats {
  padding: clamp(20px, 3vw, 34px);
  border-left: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-content: center;
}

.news-stat {
  min-height: 118px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.055);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-stat span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.news-stat strong {
  font-size: 38px;
  line-height: .95;
  letter-spacing: -.04em;
}

.news-toolbar {
  border-radius: 28px;
  padding: 14px;
  background: rgba(255,255,255,.055);
  border: 1px solid var(--line);
  display: grid;
  gap: 12px;
}

.news-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news-filter {
  appearance: none;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.80);
  min-height: 42px;
  padding: 0 15px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
}

.news-filter.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red2));
  border-color: rgba(255,255,255,.18);
  box-shadow: 0 10px 26px rgba(239,35,52,.27);
}

.news-search {
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.06);
  color: #fff;
  outline: none;
  font-weight: 850;
}

.news-search::placeholder {
  color: rgba(255,255,255,.48);
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  gap: 18px;
  align-items: start;
}

.news-maincol,
.news-sidecol {
  display: grid;
  gap: 18px;
}

.news-section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
}

.news-section-title h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 38px);
  letter-spacing: -.05em;
  line-height: 1;
}

.news-section-title span {
  color: var(--muted);
  font-weight: 850;
}

.news-featured {
  overflow: hidden;
  min-height: 430px;
  border-radius: 32px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.055);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
}

.news-featured__image {
  position: relative;
  min-height: 320px;
  background: #07111f;
  overflow: hidden;
}

.news-featured__image img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
}

.news-featured__image::after,
.news-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 20%, rgba(0,0,0,.46) 100%),
    radial-gradient(circle at 0% 0%, rgba(239,35,52,.18), transparent 38%);
  pointer-events: none;
}

.news-featured__body {
  padding: clamp(22px, 3vw, 34px);
  display: grid;
  align-content: center;
  gap: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(143,184,255,.12), transparent 40%),
    linear-gradient(180deg, rgba(13,24,44,.98), rgba(7,13,26,.98));
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.news-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 900;
}

.news-chip.is-red {
  background: linear-gradient(135deg, var(--red), var(--red2));
  color: #fff;
  border-color: rgba(255,255,255,.16);
}

.news-featured h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 54px);
  line-height: .96;
  letter-spacing: -.055em;
}

.news-featured p,
.news-card p {
  margin: 0;
  color: var(--muted2);
  font-weight: 650;
  line-height: 1.55;
}

.news-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}

.news-logos img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 999px;
  padding: 4px;
  background: rgba(255,255,255,.90);
}

.news-cta {
  width: fit-content;
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--red), var(--red2));
  color: #fff;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(239,35,52,.28);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.news-card {
  overflow: hidden;
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 0%, rgba(143,184,255,.10), transparent 36%),
    linear-gradient(180deg, rgba(13,24,44,.96), rgba(7,13,26,.98));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  min-height: 420px;
  display: flex;
  flex-direction: column;
}

.news-card__image {
  position: relative;
  min-height: 210px;
  background: #07111f;
  overflow: hidden;
}

.news-card__image img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  display: block;
  object-fit: cover;
}

.news-card__body {
  padding: 18px;
  display: grid;
  gap: 12px;
  flex: 1;
}

.news-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.news-card__bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.news-card__bottom span {
  color: var(--muted);
  font-weight: 850;
  font-size: 13px;
}

.news-card__bottom b {
  color: #fff;
  font-weight: 950;
}

.news-panel {
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 92% 0%, rgba(143,184,255,.11), transparent 32%),
    linear-gradient(180deg, rgba(12,23,43,.94), rgba(7,13,26,.98));
  box-shadow: var(--shadow);
  padding: clamp(16px, 2.2vw, 24px);
}

.news-panel h2 {
  margin: 0 0 14px;
  font-size: 25px;
  letter-spacing: -.04em;
}

.news-short-list {
  display: grid;
  gap: 10px;
}

.news-short {
  display: grid;
  gap: 6px;
  padding: 13px;
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.07);
}

.news-short strong {
  line-height: 1.15;
}

.news-short span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.news-match-link {
  display: grid;
  gap: 11px;
  padding: 15px;
  border-radius: 20px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.07);
}

.news-match-link__teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
}

.news-match-club {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.news-match-club.is-right {
  justify-content: flex-end;
  text-align: right;
}

.news-match-club img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex: 0 0 auto;
}

.news-match-club strong {
  display: block;
  min-width: 0;
  word-break: break-word;
  font-size: 13px;
}

.news-match-score {
  min-width: 58px;
  min-height: 42px;
  padding: 0 10px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,215,140,.20);
  font-weight: 950;
  font-size: 18px;
}

@media (max-width: 1080px) {
  .news-hero,
  .news-layout,
  .news-featured {
    grid-template-columns: 1fr;
  }

  .news-hero__stats {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 760px) {
  .news-header__wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .news-header__nav {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .news-header__nav a {
    min-height: 40px;
    padding: 0 13px;
  }

  .news-hero {
    border-radius: 28px;
  }

  .news-hero__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-card {
    min-height: auto;
  }

  .news-match-link__teams {
    grid-template-columns: 1fr;
  }

  .news-match-club,
  .news-match-club.is-right {
    justify-content: flex-start;
    text-align: left;
  }

  .news-match-score {
    width: fit-content;
  }
}

@media (max-width: 420px) {
  .news-shell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .news-hero__main,
  .news-hero__stats {
    padding: 20px;
  }

  .news-stat {
    min-height: 104px;
    padding: 14px;
  }

  .news-stat strong {
    font-size: 30px;
  }
}

/* === RUSICH_HEADER_ONE_LINE_LOCK_20260425 BEGIN ===
   Единый замок шапки: ПК и мобильная версия держат навигацию в одну строку.
   При нехватке ширины меню скроллится по горизонтали, без переноса пунктов. */
.site-header,
.site-header-main,
.news-header,
.media-static-header,
.tour-header,
.viewer-header {
  overflow: hidden !important;
}

.site-header-inner,
.header-inner,
.news-header__wrap,
.media-static-header__wrap,
.tour-header__wrap,
.viewer-header__wrap {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.site-brand,
.site-header-main .brand,
.news-header__brand,
.media-static-header__brand,
.tour-header__brand,
.viewer-brand {
  flex: 0 0 auto !important;
  min-width: 0 !important;
  white-space: nowrap !important;
}

.main-nav,
.news-header__nav,
.media-static-header__nav,
.tour-header__nav,
.viewer-nav {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior-x: contain !important;
  scrollbar-width: none !important;
  scroll-snap-type: x proximity !important;
  padding-bottom: 4px !important;
}

.main-nav::-webkit-scrollbar,
.news-header__nav::-webkit-scrollbar,
.media-static-header__nav::-webkit-scrollbar,
.tour-header__nav::-webkit-scrollbar,
.viewer-nav::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.main-nav .main-nav-item,
.main-nav-item,
.main-nav > a,
.news-header__nav > a,
.media-static-header__nav > a,
.tour-header__nav > a,
.viewer-nav > a {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
  scroll-snap-align: start !important;
}

.main-nav a,
.main-nav-link,
.news-header__nav a,
.media-static-header__nav a,
.tour-header__nav a,
.viewer-nav a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  min-width: max-content !important;
  flex: 0 0 auto !important;
}

.main-nav a.is-active,
.main-nav a.active,
.main-nav a[aria-current="page"],
.main-nav .main-nav-link.is-active,
.main-nav .main-nav-link.active,
.main-nav .main-nav-link[aria-current="page"],
.news-header__nav a.is-active,
.news-header__nav a[aria-current="page"],
.media-static-header__nav a.is-active,
.media-static-header__nav a[aria-current="page"],
.tour-header__nav a.is-active,
.tour-header__nav a[aria-current="page"],
.viewer-nav a.is-active,
.viewer-nav a[aria-current="page"] {
  color: #fff !important;
  background: linear-gradient(135deg, #ef233c 0%, #b80f23 100%) !important;
  border-color: rgba(255, 92, 112, .96) !important;
  box-shadow:
    0 12px 30px rgba(239, 35, 60, .34),
    inset 0 1px 0 rgba(255,255,255,.20) !important;
}

@media (max-width: 760px) {
  .site-header-inner,
  .header-inner,
  .news-header__wrap,
  .media-static-header__wrap,
  .tour-header__wrap,
  .viewer-header__wrap {
    flex-direction: row !important;
    align-items: center !important;
    gap: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .site-brand,
  .site-header-main .brand,
  .site-header-main .site-brand,
  .news-header__brand,
  .media-static-header__brand,
  .tour-header__brand,
  .viewer-brand {
    display: none !important;
  }

  .main-nav,
  .news-header__nav,
  .media-static-header__nav,
  .tour-header__nav,
  .viewer-nav {
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 8px 8px 12px !important;
    gap: 12px !important;
  }

  .main-nav a,
  .main-nav-link,
  .news-header__nav a,
  .media-static-header__nav a,
  .tour-header__nav a,
  .viewer-nav a {
    min-height: 42px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 999px !important;
  }
}
/* === RUSICH_HEADER_ONE_LINE_LOCK_20260425 END === */
