body {
  font-family: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.phl-shell {
  --phl-accent: #244f87;
  --phl-bg: #edf2f6;
  --phl-paper: #f8fafb;
  --phl-panel: #ffffff;
  --phl-ink: #09182b;
  --phl-muted: #5c6774;
  --phl-card: rgba(255, 255, 255, 0.86);
  --phl-card-strong: #ffffff;
  --phl-hover-surface: #d2dce7;
  --phl-line: rgba(9, 24, 43, 0.12);
  width: 100vw;
  margin: 0 0 2.8rem calc(50% - 50vw);
  padding: clamp(0.95rem, 1.55vw, 1.45rem) clamp(1rem, 2.4vw, 2.4rem) clamp(1.2rem, 1.7vw, 1.75rem);
  background:
    radial-gradient(circle at 0% 0%, rgba(36, 79, 135, 0.075), transparent 28%),
    linear-gradient(180deg, #f1f5f8, #e8eef3);
  color: var(--phl-ink);
  font-family: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.phl-heading,
.phl-tabs,
.phl-grid {
  width: min(100%, 1720px);
  margin-left: auto;
  margin-right: auto;
}

.phl-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--phl-line);
}

.phl-heading h2 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--phl-ink);
  font-size: clamp(1.28rem, 1rem + 0.72vw, 1.86rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.phl-heading h2::before {
  content: "";
  width: 0.72rem;
  height: 0.72rem;
  background: var(--phl-accent);
  box-shadow: 0 0 0 6px rgba(36, 79, 135, 0.1);
  flex: 0 0 auto;
}

.phl-archive {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 0.95rem;
  border: 1px solid rgba(36, 79, 135, 0.22);
  color: var(--phl-ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.58);
  border-radius: 6px;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.phl-archive:hover,
.phl-archive:focus {
  color: #fff;
  background: var(--phl-accent);
  border-color: var(--phl-accent);
  transform: translateY(-1px);
}

.phl-tabs {
  display: none;
}

.phl-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(560px, 1.36fr) minmax(300px, 0.9fr);
  gap: clamp(20px, 2.1vw, 34px);
  align-items: stretch;
}

.phl-lane {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.phl-lane__header {
  display: flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 0.5rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid var(--phl-line);
}

.phl-lane__header h3 {
  margin: 0;
  color: var(--phl-ink);
  font-size: clamp(1.08rem, 0.98rem + 0.28vw, 1.28rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.phl-lane__header h3::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 0.52rem;
  background: var(--phl-accent);
  box-shadow: 0 0 0 5px rgba(36, 79, 135, 0.09);
  vertical-align: 0.08em;
}

.phl-lane__items {
  display: grid;
  flex: 1 1 auto;
  gap: 10px;
}

.phl-lane--perspectives .phl-lane__items,
.phl-lane--economy .phl-lane__items {
  gap: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--phl-line);
  border-radius: 8px;
}

.phl-lane--news .phl-lane__items {
  gap: 8px;
  grid-template-rows: minmax(0, 1.3fr) repeat(3, minmax(0, 0.48fr));
}

.phl-item {
  min-width: 0;
}

.phl-item__link {
  display: grid;
  min-width: 0;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: var(--phl-card);
  border: 1px solid var(--phl-line);
  border-radius: 8px;
  box-shadow: none;
  transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.phl-lane--news .phl-item__link,
.phl-lane--perspectives .phl-item__link,
.phl-lane--economy .phl-item__link {
  height: 100%;
}

.phl-item__link:hover,
.phl-item__link:focus {
  color: inherit;
  text-decoration: none;
  background: var(--phl-hover-surface);
  border-color: rgba(36, 79, 135, 0.24);
  transform: translateY(-1px);
}

.phl-item__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(36, 79, 135, 0.2), rgba(238, 244, 250, 0.86)),
    #dce7f2;
}

.phl-item__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 52%;
  background: linear-gradient(180deg, transparent, rgba(7, 24, 45, 0.22));
  pointer-events: none;
}

.phl-item__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.phl-item__link:hover .phl-item__media img,
.phl-item__link:focus .phl-item__media img {
  transform: scale(1.025);
  filter: saturate(1.05);
}

.phl-item__media-badge {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 0.5rem;
  background: var(--phl-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.phl-item__body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0.82rem 0.92rem 0.9rem;
}

.phl-item__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  color: var(--phl-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.phl-item__category,
.phl-item__readtime {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 0.45rem;
  color: var(--phl-ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.phl-item__category {
  background: rgba(36, 79, 135, 0.1);
  border-radius: 6px;
}

.phl-item__readtime {
  background: rgba(7, 24, 45, 0.06);
  color: var(--phl-muted);
  border-radius: 6px;
}

.phl-item__title {
  display: block;
  color: var(--phl-ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.16;
  text-shadow: none;
  text-wrap: balance;
  transition: color 0.18s ease;
}

.phl-item--lead .phl-item__title {
  font-size: clamp(18px, 15px + 0.28vw, 21px);
  font-weight: 700;
}

.phl-lane--news .phl-item--lead .phl-item__link {
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 34px rgba(9, 24, 43, 0.045);
}

.phl-lane--news .phl-item--lead .phl-item__media {
  aspect-ratio: auto;
  min-height: 226px;
}

.phl-lane--news .phl-item--lead .phl-item__body {
  justify-content: center;
  padding: 1.18rem 1.28rem 1.22rem;
}

.phl-lane--news .phl-item--lead .phl-item__title {
  font-size: clamp(22px, 17px + 0.46vw, 27px);
  line-height: 1.12;
}

.phl-lane--news .phl-item--stream .phl-item__link {
  grid-template-columns: 118px minmax(0, 1fr);
  align-items: stretch;
  background: rgba(255, 255, 255, 0.64);
}

.phl-lane--news .phl-item--stream .phl-item__media {
  aspect-ratio: auto;
  min-height: 78px;
}

.phl-lane--news .phl-item--stream .phl-item__body {
  justify-content: center;
  padding: 0.76rem 0.95rem;
}

.phl-lane--news .phl-item--stream .phl-item__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.phl-lane--perspectives .phl-item--lead .phl-item__media {
  aspect-ratio: 16 / 9.3;
}

.phl-lane--perspectives .phl-item--lead .phl-item__link {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.phl-lane--perspectives .phl-item--lead .phl-item__body {
  min-height: 0;
  padding: 1.08rem 1.14rem 1.16rem;
  color: var(--phl-ink);
}

.phl-lane--perspectives .phl-item--lead .phl-item__meta {
  color: var(--phl-muted);
}

.phl-lane--perspectives .phl-item--lead .phl-item__category {
  background: rgba(36, 79, 135, 0.13);
  color: var(--phl-ink);
}

.phl-lane--perspectives .phl-item--lead .phl-item__readtime {
  background: transparent;
  color: var(--phl-muted);
  padding-left: 0;
  letter-spacing: 0.08em;
}

.phl-lane--perspectives .phl-item--lead .phl-item__title {
  color: var(--phl-ink);
  font-size: clamp(20px, 16px + 0.38vw, 24px);
  line-height: 1.12;
}

.phl-lane--perspectives .phl-item--lead .phl-item__link:hover,
.phl-lane--perspectives .phl-item--lead .phl-item__link:focus {
  background: var(--phl-hover-surface);
}

.phl-lane--perspectives .phl-item--row .phl-item__link,
.phl-lane--economy .phl-item--row .phl-item__link {
  align-items: stretch;
}

.phl-lane--perspectives .phl-item--row .phl-item__link {
  grid-template-columns: 1fr;
  background: transparent;
  border-width: 1px 0 0;
  border-color: var(--phl-line);
  border-radius: 0;
}

.phl-lane--economy .phl-item--row .phl-item__link {
  grid-template-columns: 1fr;
  background: transparent;
  border-width: 1px 0 0;
  border-color: var(--phl-line);
  border-radius: 0;
}

.phl-lane--perspectives .phl-item--row .phl-item__media,
.phl-lane--economy .phl-item--row .phl-item__media {
  aspect-ratio: auto;
}

.phl-lane--perspectives .phl-item--row .phl-item__media {
  display: none;
}

.phl-lane--economy .phl-item--row .phl-item__media {
  display: none;
}

.phl-lane--perspectives .phl-item--row .phl-item__body,
.phl-lane--economy .phl-item--row .phl-item__body {
  justify-content: center;
}

.phl-lane--perspectives .phl-item--row .phl-item__body {
  padding: 0.66rem 0 0.68rem;
}

.phl-lane--economy .phl-item--row .phl-item__body {
  padding: 0.82rem 1.08rem 0.86rem;
}

.phl-lane--perspectives .phl-item--row .phl-item__title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.phl-lane--economy .phl-item--row .phl-item__title {
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.2;
}

.phl-lane--economy .phl-item__meta {
  font-size: 13px;
  gap: 0.42rem;
}

.phl-lane--economy .phl-item__link {
  background: transparent;
}

.phl-lane--economy .phl-item--lead .phl-item__media {
  aspect-ratio: 16 / 8.2;
  min-height: 0;
}

.phl-lane--economy .phl-item--lead .phl-item__body {
  padding: 1.12rem 1.2rem 1.18rem;
}

.phl-lane--economy .phl-item--lead .phl-item__title {
  font-size: clamp(21px, 16px + 0.48vw, 27px);
  line-height: 1.12;
}

.phl-shell .phl-lane--perspectives .phl-item__link:hover,
.phl-shell .phl-lane--perspectives .phl-item__link:focus,
.phl-shell .phl-lane--news .phl-item__link:hover,
.phl-shell .phl-lane--news .phl-item__link:focus,
.phl-shell .phl-lane--economy .phl-item__link:hover,
.phl-shell .phl-lane--economy .phl-item__link:focus {
  background: var(--phl-hover-surface);
  border-color: rgba(36, 79, 135, 0.24);
}

.phl-empty {
  margin: 0;
  padding: 1rem;
  color: var(--phl-ink);
  background: var(--phl-card);
  border: 1px solid var(--phl-line);
  border-radius: 8px;
  font-style: italic;
}

.phl-lane__archive {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  flex: 0 0 auto;
  margin-top: 0;
  padding: 0 1rem;
  color: var(--phl-ink);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--phl-line);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.phl-lane__archive:hover,
.phl-lane__archive:focus {
  color: #fff;
  background: var(--phl-accent);
  border-color: var(--phl-accent);
  text-decoration: none;
  transform: translateY(-1px);
}

@media (max-width: 1360px) {
  .phl-shell {
    padding: clamp(0.95rem, 1.65vw, 1.35rem) clamp(0.95rem, 1.8vw, 1.8rem) clamp(1.15rem, 1.6vw, 1.6rem);
  }

  .phl-grid {
    grid-template-columns: minmax(270px, 0.88fr) minmax(500px, 1.32fr) minmax(270px, 0.88fr);
    gap: 1.25rem;
  }

  .phl-lane__header h3 {
    font-size: 1.08rem;
  }

  .phl-lane--news .phl-item--lead .phl-item__link {
    grid-template-columns: minmax(230px, 0.48fr) minmax(0, 1fr);
  }

  .phl-lane--news .phl-item--lead .phl-item__media {
    min-height: 210px;
  }

  .phl-lane--news .phl-item--stream .phl-item__link {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .phl-lane--news .phl-item--stream .phl-item__media {
    min-height: 72px;
  }
}

@media (max-width: 1180px) {
  .phl-shell {
    padding: clamp(0.9rem, 1.55vw, 1.2rem) clamp(0.85rem, 1.7vw, 1.45rem) clamp(1rem, 1.5vw, 1.45rem);
  }

  .phl-grid {
    grid-template-columns: minmax(230px, 0.82fr) minmax(420px, 1.3fr) minmax(230px, 0.82fr);
    gap: 1.05rem;
  }

  .phl-lane__header {
    min-height: 28px;
    margin-bottom: 0.42rem;
  }

  .phl-lane__header h3 {
    font-size: 15px;
  }

  .phl-item__body {
    padding: 0.72rem 0.78rem 0.78rem;
  }

  .phl-item__title {
    font-size: 15.5px;
  }

  .phl-item__meta {
    font-size: 12px;
  }

  .phl-item__category,
  .phl-item__readtime {
    font-size: 11px;
  }

  .phl-lane--news .phl-item--lead .phl-item__media {
    min-height: 178px;
  }

  .phl-lane--news .phl-item--lead .phl-item__body {
    padding: 0.9rem 1rem;
  }

  .phl-lane--news .phl-item--lead .phl-item__title {
    font-size: clamp(20px, 16px + 0.48vw, 25px);
  }

  .phl-lane--news .phl-item--stream .phl-item__link {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .phl-lane--news .phl-item--stream .phl-item__media {
    min-height: 66px;
  }

  .phl-lane--perspectives .phl-item--row .phl-item__link {
    grid-template-columns: 1fr;
  }

  .phl-lane--economy .phl-item--row .phl-item__link {
    grid-template-columns: 1fr;
  }

  .phl-lane--perspectives .phl-item--lead .phl-item__body {
    min-height: 0;
    padding: 0.86rem 0.92rem 0.96rem;
  }

  .phl-lane--perspectives .phl-item--lead .phl-item__title,
  .phl-lane--economy .phl-item--lead .phl-item__title {
    font-size: clamp(18px, 15px + 0.38vw, 22px);
  }

}

@media (max-width: 980px) {
  .phl-shell {
    margin-bottom: 1.8rem;
    padding: 1rem 0.9rem 1.35rem;
  }

  .phl-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: stretch;
  }

  .phl-lane {
    display: flex;
  }

  .phl-lane__header {
    display: flex;
    min-height: 28px;
  }

  .phl-lane--news .phl-lane__items {
    grid-template-rows: none;
  }

  .phl-lane--news .phl-item--lead .phl-item__link {
    grid-template-columns: minmax(240px, 0.45fr) minmax(0, 1fr);
  }

  .phl-lane--news .phl-item--lead .phl-item__media {
    min-height: 210px;
  }

  .phl-lane--news .phl-item--stream .phl-item__link {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .phl-lane--news .phl-item--stream .phl-item__media {
    min-height: 84px;
  }
}

@media (max-width: 760px) {
  .phl-shell {
    margin-top: 0;
    margin-bottom: 1.6rem;
    padding: 1rem 0.9rem 1.35rem;
  }

  .phl-archive {
    display: none;
  }

  .phl-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 0.9rem;
    background: rgba(255, 255, 255, 0.56);
    border: 1px solid var(--phl-line);
    border-radius: 8px;
    overflow: hidden;
  }

  .phl-tab {
    min-height: 44px;
    padding: 0 0.55rem;
    border: 0;
    background: transparent;
    color: var(--phl-muted);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
  }

  .phl-tab.is-active {
    background: var(--phl-accent);
    color: #fff;
  }

  .phl-grid {
    display: block;
    width: min(100%, 1720px);
  }

  .phl-lane {
    display: none;
  }

  .phl-lane.is-active {
    display: block;
  }

  .phl-lane__header {
    display: none;
  }

  .phl-lane--news .phl-lane__items,
  .phl-lane__items {
    gap: 12px;
    grid-template-rows: none;
  }

  .phl-lane--news .phl-item--lead .phl-item__media,
  .phl-lane--perspectives .phl-item--lead .phl-item__media,
  .phl-lane--economy .phl-item--lead .phl-item__media {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .phl-lane--news .phl-item--lead .phl-item__link {
    grid-template-columns: 1fr;
  }

  .phl-lane--perspectives .phl-item--lead .phl-item__body {
    min-height: 0;
    padding: 1.1rem 1.15rem 1.25rem;
  }

  .phl-lane--news .phl-item--lead .phl-item__title {
    font-size: clamp(22px, 16px + 3.2vw, 30px);
  }

  .phl-lane--news .phl-item--stream .phl-item__link,
  .phl-lane--perspectives .phl-item--row .phl-item__link,
  .phl-lane--economy .phl-item--row .phl-item__link {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .phl-lane--perspectives .phl-item--row .phl-item__link {
    grid-template-columns: 1fr;
  }

  .phl-lane--economy .phl-item--row .phl-item__link {
    grid-template-columns: 1fr;
  }

  .phl-lane--news .phl-item--stream .phl-item__media,
  .phl-lane--economy .phl-item--row .phl-item__media {
    min-height: 92px;
  }
}

@media (max-width: 560px) {
  .phl-shell {
    padding-inline: 0.78rem;
  }

  .phl-tab {
    font-size: 12px;
  }

  .phl-lane--news .phl-item--stream .phl-item__link {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .phl-lane--news .phl-item--stream .phl-item__media {
    min-height: 84px;
  }
}

@media (max-width: 440px) {
  .phl-tab {
    font-size: 11px;
    letter-spacing: 0;
  }

  .phl-lane--news .phl-item--stream .phl-item__link,
  .phl-lane--perspectives .phl-item--row .phl-item__link,
  .phl-lane--economy .phl-item--row .phl-item__link {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .phl-lane--perspectives .phl-item--row .phl-item__link,
  .phl-lane--economy .phl-item--row .phl-item__link {
    grid-template-columns: 1fr;
  }
}
