/* Home blog stream styles split from style.css. Loaded only on the home page. */

@media (max-width: 991px) {

  .page-home .home-blog-stream-shell {
    background-position: center 24%;
  }


}



/* === Homepage Blog Stream (analytics powered) === */
.page-home .home-blog-stream-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: clamp(40px, 4.2vw, 56px);
  padding-bottom: clamp(40px, 4.2vw, 56px);
  background:
    linear-gradient(
      to bottom,
      rgba(22, 15, 10, 0.86) 0%,
      rgba(11, 9, 10, 0.9) 34%,
      rgba(4, 7, 12, 0.98) 100%
    ),
    radial-gradient(circle at 16% 18%, rgba(255, 152, 45, 0.08), transparent 34%),
    radial-gradient(circle at 84% 10%, rgba(255, 176, 78, 0.06), transparent 36%),
    url("/media/d91f3f5f-191b-4214-b2ce-2f39bef1178f.png") center center / cover no-repeat;
  background-repeat: no-repeat;
}



.page-home .home-blog-stream-shell > .row {
  max-width: min(1620px, calc(100vw - 20px)) !important;
}



.page-home .home-blog-stream-head {
  text-align: center;
  max-width: 940px;
  margin: 0 auto 20px;
}



.page-home .home-blog-stream-kicker {
  margin: 0;
}



.page-home .home-blog-stream-title {
  margin: 14px 0 10px;
  font-size: clamp(34px, 4.1vw, 58px);
  line-height: 1.06;
  color: #f4f6fb;
  letter-spacing: -0.018em;
}



.page-home .home-blog-stream-title span {
  color: #f7be4d;
  text-shadow: 0 0 14px rgba(255, 174, 66, 0.22);
}



.page-home .home-blog-stream-subtitle {
  margin: 0;
  color: rgba(208, 216, 230, 0.82);
  font-size: clamp(14px, 1.03vw, 18px);
  line-height: 1.5;
}



.page-home .home-blog-stream-panel {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 6%, rgba(255, 157, 56, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(8, 12, 19, 0.97), rgba(5, 9, 16, 0.99));
  border: 1px solid rgba(255, 171, 70, 0.2);
  box-shadow:
    inset 0 0 0 1px rgba(255, 233, 198, 0.04),
    0 0 22px rgba(255, 146, 36, 0.08),
    0 16px 38px rgba(0, 0, 0, 0.3);
}



.page-home .home-blog-stream-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 168, 62, 0.04), transparent 16%),
    repeating-linear-gradient(90deg, rgba(127, 138, 160, 0.06) 0px, rgba(127, 138, 160, 0.06) 1px, transparent 1px, transparent 34px);
  opacity: 0.44;
}



.page-home .home-blog-stream-panel > * {
  position: relative;
  z-index: 1;
}



.page-home .home-blog-stream-topline,
.page-home .home-blog-stream-controls,
.page-home .home-blog-stream-foot {
  padding-left: clamp(14px, 1.6vw, 22px);
  padding-right: clamp(14px, 1.6vw, 22px);
}



.page-home .home-blog-stream-topline {
  min-height: 72px;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(130, 145, 176, 0.2);
}



.page-home .home-blog-stream-live {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}



.page-home .home-blog-stream-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 9px;
  border: 1px solid rgba(255, 193, 93, 0.4);
  background: linear-gradient(180deg, rgba(50, 32, 16, 0.84), rgba(24, 18, 12, 0.9));
  color: #ffc967;
  font-size: 14px;
  font-weight: 800;
  animation: blogLiveBadgePulse 2.2s ease-in-out infinite;
}



.page-home .home-blog-stream-live-badge i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffce68;
  box-shadow: 0 0 0 4px rgba(255, 199, 96, 0.2), 0 0 12px rgba(255, 182, 62, 0.7);
  animation: blogLiveDotPulse 1.3s ease-in-out infinite;
}



.page-home .home-blog-stream-live-copy {
  color: rgba(188, 198, 214, 0.76);
  font-size: 14px;
  white-space: nowrap;
}



.page-home .home-blog-stream-search {
  width: min(390px, 100%);
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid rgba(130, 144, 172, 0.26);
  background: rgba(11, 16, 25, 0.78);
  padding: 0 12px;
}



.page-home .home-blog-stream-search svg {
  width: 16px;
  height: 16px;
  fill: rgba(194, 205, 224, 0.56);
  flex: 0 0 auto;
}



.page-home .home-blog-stream-search input {
  width: 100%;
  background: transparent;
  border: 0;
  outline: none;
  color: rgba(235, 240, 248, 0.92);
  font-size: 14px;
}



.page-home .home-blog-stream-search input::placeholder {
  color: rgba(154, 169, 192, 0.74);
}



.page-home .home-blog-stream-controls {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(130, 145, 176, 0.2);
}



.page-home .home-blog-stream-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}



.page-home .home-blog-stream-filters button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid rgba(129, 142, 170, 0.3);
  background: rgba(11, 15, 23, 0.84);
  color: rgba(204, 214, 228, 0.88);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0 12px;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}



.page-home .home-blog-stream-filters button em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  border-radius: 5px;
  font-style: normal;
  font-size: 11px;
  background: rgba(149, 164, 193, 0.16);
  color: rgba(230, 236, 246, 0.8);
}



.page-home .home-blog-stream-filters button.is-active {
  border-color: rgba(255, 186, 82, 0.56);
  color: #ffc86d;
  background: linear-gradient(180deg, rgba(56, 35, 17, 0.85), rgba(24, 16, 11, 0.9));
  box-shadow: 0 0 12px rgba(255, 159, 56, 0.16);
}



.page-home .home-blog-stream-sort {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid rgba(130, 145, 176, 0.28);
  background: rgba(11, 16, 25, 0.82);
  color: rgba(218, 226, 238, 0.88);
}



.page-home .home-blog-stream-sort svg {
  width: 15px;
  height: 15px;
  fill: rgba(196, 206, 223, 0.74);
  flex: 0 0 auto;
}



.page-home .home-blog-stream-sort select {
  border: 0;
  outline: none;
  background: transparent;
  color: rgba(218, 226, 238, 0.92);
  font-size: 13px;
  font-weight: 700;
  padding-right: 12px;
}



.page-home .home-blog-stream-body {
  position: relative;
  padding: 6px clamp(12px, 1.4vw, 18px) 4px;
}



.page-home .home-blog-stream-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}



.page-home .home-blog-stream-list::before {
  content: "";
  position: absolute;
  left: 29px;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: linear-gradient(180deg, rgba(158, 171, 196, 0.46), rgba(128, 141, 166, 0.38) 40%, rgba(112, 126, 152, 0.34) 100%);
}



.page-home .home-blog-stream-item {
  position: relative;
  padding-left: 56px;
}



.page-home .home-blog-stream-item + .home-blog-stream-item {
  margin-top: 4px;
}



.page-home .home-blog-stream-item::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 40px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(136, 152, 182, 0.56);
  background: rgba(10, 14, 22, 0.96);
  z-index: 2;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}



.page-home .home-blog-stream-item::after {
  content: "";
  position: absolute;
  left: 29px;
  top: -6px;
  bottom: -6px;
  width: 2px;
  border-radius: 999px;
  opacity: 1;
  background: linear-gradient(
    180deg,
    rgba(155, 169, 192, 0) 0%,
    rgba(146, 160, 184, 0.74) 24%,
    rgba(126, 141, 166, 0.7) 78%,
    rgba(112, 126, 152, 0) 100%
  );
  box-shadow: 0 0 7px rgba(133, 149, 174, 0.34);
  transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  pointer-events: none;
}



.page-home .home-blog-stream-item:first-child::after {
  top: 40px;
}



.page-home .home-blog-stream-item:last-child::after {
  bottom: 40px;
}



.page-home .home-blog-stream-item-link {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 108px;
  border-radius: 12px;
  border: 1px solid rgba(118, 135, 166, 0.2);
  background: rgba(7, 11, 19, 0.82);
  padding: 10px 14px;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}



.page-home .home-blog-stream-item-link:hover {
  border-color: rgba(255, 181, 82, 0.44);
  background: rgba(10, 15, 23, 0.92);
}



.page-home .home-blog-stream-item:hover .home-blog-stream-item-link {
  border-color: rgba(255, 183, 86, 0.62);
  box-shadow:
    inset 0 0 0 1px rgba(255, 211, 138, 0.12),
    0 0 16px rgba(255, 159, 56, 0.18);
}



.page-home .home-blog-stream-item:hover::before {
  border-color: rgba(255, 197, 106, 0.92);
  background: rgba(19, 15, 10, 0.98);
  box-shadow: 0 0 0 4px rgba(255, 191, 97, 0.16), 0 0 14px rgba(255, 175, 75, 0.52);
}



.page-home .home-blog-stream-item:hover::after {
  opacity: 1;
  background: linear-gradient(
    180deg,
    rgba(255, 191, 98, 0) 0%,
    rgba(255, 198, 106, 0.9) 24%,
    rgba(255, 180, 78, 0.82) 78%,
    rgba(255, 171, 72, 0) 100%
  );
  box-shadow: 0 0 10px rgba(255, 181, 86, 0.44);
}



.page-home .home-blog-stream-thumb {
  width: 132px;
  height: 74px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(129, 145, 176, 0.32);
  background:
    radial-gradient(circle at 32% 16%, rgba(255, 185, 78, 0.22), transparent 56%),
    linear-gradient(145deg, rgba(18, 22, 34, 0.9), rgba(10, 13, 21, 0.96));
  flex: 0 0 auto;
}



.page-home .home-blog-stream-thumb picture,
.page-home .home-blog-stream-thumb img {
  width: 100%;
  height: 100%;
  display: block;
}



.page-home .home-blog-stream-thumb img {
  object-fit: cover;
}



.page-home .home-blog-stream-main {
  min-width: 0;
}



.page-home .home-blog-stream-meta-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
}



.page-home .home-blog-stream-tag {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  border-radius: 999px;
  border: 1px solid rgba(255, 183, 82, 0.48);
  background: linear-gradient(180deg, rgba(57, 37, 19, 0.88), rgba(24, 17, 12, 0.9));
  color: #ffcb6e;
  padding: 0 10px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}



.page-home .home-blog-stream-new {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 21px;
  border-radius: 999px;
  border: 1px solid rgba(255, 202, 119, 0.4);
  background: rgba(42, 31, 18, 0.7);
  color: #ffcf7d;
  padding: 0 10px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}



.page-home .home-blog-stream-new::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffca67;
  box-shadow: 0 0 8px rgba(255, 188, 74, 0.7);
}



.page-home .home-blog-stream-main h3 {
  margin: 0;
  color: #f0f4fb;
  font-size: clamp(20px, 1.35vw, 27px);
  line-height: 1.16;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



.page-home .home-blog-stream-main p {
  margin: 6px 0 0;
  color: rgba(194, 204, 220, 0.82);
  font-size: 14px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



.page-home .home-blog-stream-side {
  min-width: 152px;
  justify-self: end;
  display: grid;
  justify-items: end;
  gap: 16px;
}



.page-home .home-blog-stream-meta-right {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: rgba(169, 181, 201, 0.82);
  font-size: 13px;
  white-space: nowrap;
}



.page-home .home-blog-stream-meta-right span:last-child::before {
  content: "◷";
  margin-right: 5px;
  color: rgba(184, 196, 214, 0.68);
}



.page-home .home-blog-stream-read {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffc153;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.01em;
}



.page-home .home-blog-stream-read span {
  font-size: 16px;
}



.page-home .home-blog-stream-read i {
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  transform: translateX(0);
  transition: transform 0.18s ease;
}



.page-home .home-blog-stream-item-link:hover .home-blog-stream-read i {
  transform: translateX(3px);
}



.page-home .home-blog-stream-loading,
.page-home .home-blog-stream-empty {
  margin: 10px 0 8px;
  min-height: 78px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  border: 1px dashed rgba(129, 145, 176, 0.3);
  color: rgba(192, 204, 222, 0.76);
  font-size: 14px;
}



.page-home .home-blog-stream-empty[hidden] {
  display: none;
}



.page-home .home-blog-stream-foot {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(130, 145, 176, 0.2);
}



.page-home .home-blog-stream-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(184, 197, 219, 0.78);
  font-size: 13px;
}



.page-home .home-blog-stream-brand-mark {
  color: #ffbd57;
  font-size: 18px;
  line-height: 1;
  text-shadow: 0 0 9px rgba(255, 171, 62, 0.44);
}



.page-home .home-blog-stream-brand i {
  width: 1px;
  height: 12px;
  background: rgba(128, 144, 174, 0.42);
}



.page-home .home-blog-stream-all {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 9px;
  border: 1px solid rgba(255, 183, 84, 0.54);
  background: linear-gradient(180deg, rgba(46, 30, 16, 0.86), rgba(20, 14, 10, 0.9));
  color: #ffca6d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0 20px;
}



.page-home .home-blog-stream-all:hover {
  border-color: rgba(255, 199, 120, 0.72);
  color: #ffdca2;
}



@media (max-width: 1180px) {
  .page-home .home-blog-stream-item-link {
    grid-template-columns: 116px minmax(0, 1fr);
  }



  .page-home .home-blog-stream-side {
    grid-column: 2;
    justify-self: start;
    justify-items: start;
    min-width: 0;
    gap: 8px;
  }



  .page-home .home-blog-stream-thumb {
    width: 116px;
    height: 70px;
  }


}



@media (max-width: 980px) {
  .page-home .home-blog-stream-topline,
  .page-home .home-blog-stream-controls {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }



  .page-home .home-blog-stream-live-copy {
    white-space: normal;
  }



  .page-home .home-blog-stream-search {
    width: 100%;
  }



  .page-home .home-blog-stream-sort {
    width: 100%;
    justify-content: space-between;
  }



  .page-home .home-blog-stream-sort select {
    width: 100%;
  }



  .page-home .home-blog-stream-list::before {
    left: 20px;
  }



  .page-home .home-blog-stream-item {
    padding-left: 46px;
  }



  .page-home .home-blog-stream-item::before {
    left: 14px;
  }



  .page-home .home-blog-stream-item::after {
    left: 20px;
  }



  .page-home .home-blog-stream-item-link {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
  }



  .page-home .home-blog-stream-thumb {
    width: 100%;
    height: 146px;
  }



  .page-home .home-blog-stream-main h3 {
    white-space: normal;
  }



  .page-home .home-blog-stream-side {
    grid-column: auto;
    width: 100%;
    justify-content: space-between;
    grid-template-columns: 1fr auto;
    display: grid;
    align-items: center;
    gap: 8px;
  }



  .page-home .home-blog-stream-meta-right {
    gap: 10px;
  }



  .page-home .home-blog-stream-foot {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 14px;
  }


}



@media (max-width: 640px) {
  .page-home .home-blog-stream-title {
    font-size: clamp(28px, 8.9vw, 42px);
  }



  .page-home .home-blog-stream-subtitle br {
    display: none;
  }



  .page-home .home-blog-stream-filters {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }



  .page-home .home-blog-stream-filters button {
    justify-content: center;
    width: 100%;
  }



  .page-home .home-blog-stream-main p {
    -webkit-line-clamp: 3;
  }



  .page-home .home-blog-stream-read {
    font-size: 15px;
  }



  .page-home .home-blog-stream-brand {
    flex-wrap: wrap;
  }


}



.page-home .home-blog-stream-shell {
  background:
    linear-gradient(180deg, rgba(3, 6, 11, 0.32) 0%, rgba(3, 6, 11, 0.6) 46%, rgba(3, 6, 11, 0.86) 100%),
    radial-gradient(circle at 16% 18%, rgba(255, 152, 45, 0.09), transparent 34%),
    radial-gradient(circle at 84% 10%, rgba(255, 176, 78, 0.08), transparent 36%),
    url("/media/fons_k/gl/gl2/5.webp") center 24% / cover no-repeat;
}



@media (max-width: 991px) {

  .page-home .home-blog-stream-shell {
    background-position: center 18%;
  }


}



@media (max-width: 767px) {

  .page-home .home-blog-stream-item-link {
    grid-template-columns: 1fr;
  }



  .page-home .home-blog-stream-thumb {
    width: 100%;
    height: 146px;
  }



  .page-home .home-blog-stream-side {
    grid-column: auto;
    width: 100%;
    justify-content: space-between;
    grid-template-columns: 1fr auto;
    display: grid;
    align-items: center;
    gap: 8px;
  }


}
