

/* Start:/assets/css/news.css?177971635911164*/
.news-page {
  background: #0d1b2a;
  color: #fff;
  overflow: hidden;
}

.news-hero {
  position: relative;
  padding: 8rem 0 10rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .news-hero {
    padding: 10rem 0 12rem;
  }
}

.news-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 27, 42, 0.35) 0%, rgba(13, 27, 42, 0.85) 100%);
}

.news-hero__inner {
  position: relative;
  z-index: 10;
  max-width: 1400px;
  margin: 0 auto;
  padding-inline: 1.25rem;
}

@media (min-width: 768px) {
  .news-hero__inner {
    padding-inline: 2rem;
  }
}

.news-hero__title {
  font-size: clamp(2.25rem, 6vw, 4.5rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 1.5rem;
}

.news-hero__sub {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2vw, 1.125rem);
  max-width: 600px;
  line-height: 1.7;
  margin: 0;
}

.news-filters {
  padding: 2rem 0;
  background: #0d1b2a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: sticky;
  top: 73px;
  z-index: 40;
  backdrop-filter: blur(12px);
}

.news-filters__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding-inline: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: stretch;
}

@media (min-width: 768px) {
  .news-filters__inner {
    padding-inline: 2rem;
    flex-direction: row;
    align-items: center;
  }
}

.news-filters__search {
  flex: 1;
  position: relative;
}

.news-filters__search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.85);
  pointer-events: none;
}

.news-filters__input {
  width: 100%;
  height: 3rem;
  padding: 0 1rem 0 3rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}

.news-filters__input::placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.news-filters__input:focus {
  border-color: rgba(201, 73, 75, 0.5);
}

.news-filters__cats {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
}

@media (min-width: 768px) {
  .news-filters__cats {
    padding-bottom: 0;
    flex-shrink: 0;
  }
}

.news-filters__cat {
  display: inline-flex;
  align-items: center;
  height: 2.5rem;
  padding: 0 1.5rem;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
}

.news-filters__cat:hover {
  background: rgba(255, 255, 255, 0.1);
}

.news-filters__cat--active {
  background: #c9494b;
  color: #fff;
}

.news-list {
  padding: 4rem 0 7rem;
}

@media (min-width: 768px) {
  .news-list {
    padding: 7rem 0;
  }
}

.news-list__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding-inline: 1.25rem;
}

@media (min-width: 768px) {
  .news-list__inner {
    padding-inline: 2rem;
  }
}

.news-list__stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.news-featured {
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 21 / 9;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  transition: border-color 0.2s;
}

.news-featured:hover {
  border-color: rgba(255, 255, 255, 0.15);
}

.news-featured__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s, opacity 0.7s;
}

.news-featured:hover .news-featured__img {
  transform: scale(1.05);
  opacity: 0.9;
}

.news-featured__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #0d1b2a 0%, rgba(13, 27, 42, 0.3) 50%, transparent 100%);
}

.news-featured__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .news-featured__body {
    padding: 2.5rem;
  }
}

.news-featured__cat {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: #c9494b;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.news-featured__title {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 0.75rem;
  max-width: 700px;
}

.news-featured__excerpt {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 500px;
  margin: 0 0 0.75rem;
  line-height: 1.5;
}

.news-featured__date {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
}

.news-featured__arrow {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
  backdrop-filter: blur(4px);
}

.news-featured:hover .news-featured__arrow {
  opacity: 1;
}

.news-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.news-card {
  display: block;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  overflow: hidden;
  text-decoration: none;
  height: 100%;
  transition: background 0.3s;
}

.news-card:hover {
  background: rgba(255, 255, 255, 0.09);
}

.news-card__img-wrap {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.news-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s, opacity 0.7s;
}

.news-card:hover .news-card__img {
  transform: scale(1.05);
  opacity: 0.9;
}

.news-card__img--empty {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
}

.news-card__body {
  padding: 1.5rem;
}

.news-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.news-card__cat {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #356cac;
  text-transform: uppercase;
}

.news-card__date {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  flex-shrink: 0;
}

.news-card__title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s;
}

.news-card:hover .news-card__title {
  color: #c9494b;
}

.news-card__excerpt {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.news-empty {
  text-align: center;
  padding: 5rem 1rem;
}

.news-empty p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* Detail */
.news-detail__head {
  padding: 7rem 0 2rem;
}

.news-detail__head-inner {
  max-width: 900px;
  margin: 0 auto;
  padding-inline: 1.25rem;
}

.news-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  margin-bottom: 2rem;
  transition: color 0.2s;
}

.news-detail__back:hover {
  color: rgba(255, 255, 255, 0.75);
}

.news-detail__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.news-detail__cat {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: #c9494b;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
}

.news-detail__date {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}

.news-detail__title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #fff;
  margin: 0 0 1rem;
}

.news-detail__author {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

.news-detail__cover-wrap {
  padding-bottom: 2rem;
}

.news-detail__cover {
  max-width: 1100px;
  margin: 0 auto;
  padding-inline: 1.25rem;
  aspect-ratio: 21 / 9;
  border-radius: 1rem;
  overflow: hidden;
}

.news-detail__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-detail__lead-wrap {
  padding-bottom: 1.5rem;
}

.news-detail__lead {
  max-width: 700px;
  margin: 0 auto;
  padding-inline: 1.25rem;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

.news-detail__body-wrap {
  padding: 2.5rem 0 4rem;
}

.news-detail__body {
  max-width: 700px;
  margin: 0 auto;
  padding-inline: 1.25rem;
  color: #fff;
}

.news-detail__content,
.news-detail__lead {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.75;
}

.news-detail__content :first-child,
.news-detail__lead :first-child {
  margin-top: 0;
}

.news-detail__content :last-child,
.news-detail__lead :last-child {
  margin-bottom: 0;
}

.news-detail__content p,
.news-detail__lead p {
  margin: 0 0 1.25rem;
}

.news-detail__content h2,
.news-detail__content h3,
.news-detail__lead h2,
.news-detail__lead h3 {
  color: #fff;
  font-weight: 600;
  line-height: 1.25;
  margin: 2rem 0 1rem;
}

.news-detail__content h2,
.news-detail__lead h2 {
  font-size: 1.5rem;
}

.news-detail__content ul,
.news-detail__content ol,
.news-detail__lead ul,
.news-detail__lead ol {
  margin: 0 0 1.25rem;
  padding-left: 1.5rem;
}

.news-detail__content li,
.news-detail__lead li {
  margin-bottom: 0.5rem;
}

.news-detail__content a,
.news-detail__lead a {
  color: #7eb3e8;
  text-decoration: underline;
}

.news-detail__content img,
.news-detail__lead img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 1rem 0;
}

.news-detail__related {
  padding: 4rem 0 6rem;
  background: #081220;
}

.news-detail__related-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding-inline: 1.25rem;
}

.news-detail__related-title {
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 2.5rem;
}

.news-detail__related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.news-detail__related-card {
  display: block;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  padding: 1.5rem 2rem;
  text-decoration: none;
  transition: background 0.3s, border-color 0.3s;
}

.news-detail__related-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.news-detail__related-cat {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #356cac;
  text-transform: uppercase;
}

.news-detail__related-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  margin: 0.75rem 0;
}

.news-detail__related-date {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

/* End */
/* /assets/css/news.css?177971635911164 */
