.masthead-inner,
.page-content{
      width: min(calc(100% - 48px), var(--content)); margin-inline: auto;
    }
.masthead{
      position: relative; isolation: isolate; overflow: hidden; color: var(--white);
      background:
        radial-gradient(circle at 86% 18%, rgba(47, 111, 159, 0.38), transparent 31%),
        linear-gradient(118deg, var(--navy-950), var(--navy-900) 58%, var(--academic-blue));
    }
.masthead::before{
      position: absolute; z-index: -1; inset: 0; opacity: 0.16; content: ""; pointer-events: none;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
      background-size: 64px 64px;
      mask-image: linear-gradient(to left, #000, transparent 80%);
    }
.masthead::after{
      position: absolute; z-index: -1; right: -105px; bottom: -190px; width: 350px; height: 350px;
      border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 50%; content: "";
      box-shadow: 0 0 0 58px rgba(255, 255, 255, 0.025), 0 0 0 116px rgba(255, 255, 255, 0.018);
    }
.masthead-inner{ position: relative; z-index: 1; padding: 132px 0 54px; }
.masthead-eyebrow{
      display: flex; align-items: center; gap: 11px; margin: 0 0 13px;
      color: rgba(255, 255, 255, 0.72); font-size: 11px; font-weight: 800;
      letter-spacing: 0.17em; text-transform: uppercase;
    }
.masthead-eyebrow::before{
      width: 28px; height: 2px; border-radius: 999px; background: var(--red); content: "";
    }
.masthead-title{
      max-width: 850px; margin: 0; font-size: clamp(2.65rem, 6vw, 4.5rem);
      font-weight: 800; letter-spacing: -0.052em; line-height: 0.98;
    }
.masthead-subtitle{
      max-width: 760px; margin: 18px 0 0; color: rgba(255, 255, 255, 0.74);
      font-size: clamp(0.95rem, 1.7vw, 1.08rem); line-height: 1.65;
    }
.page-content{ padding: 56px 0 80px; }
.news-page{ min-width: 0; }
.news-section{ min-width: 0; }
.section-title{
      margin: 0 0 20px; color: var(--navy-900); font-size: 24px; font-weight: 800; letter-spacing: -0.025em;
    }
.section-title::after{
      display: block; width: 42px; height: 3px; margin-top: 10px; border-radius: 999px;
      background: var(--red); content: "";
    }
.news-toolbar{
      display: flex; align-items: flex-end; justify-content: space-between; gap: 18px;
      margin: 0 0 20px; padding: 14px 16px; border: 1px solid var(--line);
      border-radius: var(--radius-card); background: var(--soft);
    }
.filter-group{ display: flex; flex-wrap: wrap; gap: 12px; }
.filter-field{ display: grid; gap: 5px; }
.filter-field label{
      color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
    }
.filter-field select,
.filter-field input{
      min-width: 150px; min-height: 44px; padding: 8px 36px 8px 12px; border: 1px solid var(--line);
      border-radius: 10px; background: #fff; color: var(--ink); cursor: pointer; font: inherit; font-size: 13px;
    }
.filter-field input{ min-width: 240px; padding-right: 12px; cursor: text; }
.filter-field select:focus-visible,
.filter-field input:focus-visible{ outline: 3px solid rgba(11, 65, 111, .16); outline-offset: 1px; }
.news-results{ margin: 0 0 9px; color: var(--muted); font-size: 12px; font-weight: 700; }
.news-feed{ min-width: 0; }
.news-card{
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 0;
      position: relative;
      padding: 20px 22px;
      border: 1px solid var(--line);
      border-top: 3px solid var(--red);
      border-radius: var(--radius-md);
      background: var(--white);
      box-shadow: 0 14px 34px rgba(11, 65, 111, 0.07);
      transition: box-shadow 180ms ease, transform 180ms ease;
    }
.news-card + .news-card{ margin-top: 14px; }
.news-card:hover{ transform: translateY(-2px); box-shadow: var(--shadow); }
.news-number{
      display: none;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: #f2f5f8;
      color: var(--blue);
      font-size: 12px;
      font-weight: 700;
      font-variant-numeric: tabular-nums;
    }
.news-content{ min-width: 0; }
.news-heading{
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 12px;
    }
.news-meta{ display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: 0 0 7px; }
.news-category{
      display: inline-flex; min-height: 24px; align-items: center; padding: 2px 8px; border-radius: 999px;
      background: #eef4fa; color: var(--blue); font-size: 11px; font-weight: 800;
    }
.news-title{
      margin: 0;
      color: var(--ink);
      font-size: 18px;
      font-weight: 800;
      line-height: 1.42;
      letter-spacing: -0.01em;
    }
.news-date{
      flex: 0 0 auto;
      padding: 2px 7px;
      border-radius: 99px;
      background: var(--soft);
      color: var(--blue);
      font-size: 12px;
      font-weight: 700;
      line-height: 1.45;
      white-space: nowrap;
    }
.load-more-wrap{ display: flex; justify-content: center; margin-top: 28px; }
.load-more{
      display: inline-flex; min-width: 160px; min-height: 44px; align-items: center; justify-content: center;
      gap: 9px; padding: 10px 18px; border: 1px solid var(--navy-900); border-radius: 999px;
      background: var(--white); color: var(--navy-900); cursor: pointer; font: inherit; font-size: 13px; font-weight: 800;
    }
.load-more::after{ content: "↓"; font-size: 15px; }
.load-more:hover{ background: var(--navy-900); color: var(--white); }
.load-more:focus-visible{ outline: 3px solid rgba(11, 65, 111, .16); outline-offset: 2px; }
.load-more[hidden],
.news-toolbar[hidden]{ display: none; }
.news-body{
      margin: 6px 0 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.6;
      white-space: pre-line;
      word-break: keep-all;
      overflow-wrap: break-word;
    }
.empty,
#error{
      padding: 28px 14px;
      border: 1px solid var(--line);
      border-radius: 16px;
      color: var(--muted);
      text-align: center;
    }
#error{
      display: none;
      color: #b3261e;
    }
.skeleton-card{
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 0;
      min-height: 100px;
      padding: 20px 22px;
      border: 1px solid var(--line);
      border-top: 3px solid var(--red);
      border-radius: var(--radius-md);
      background: var(--white);
      box-shadow: 0 14px 34px rgba(11, 65, 111, 0.07);
    }
.skeleton-card + .skeleton-card{ margin-top: 14px; }
.skeleton-line{
      background: linear-gradient(
        90deg,
        var(--skeleton) 25%,
        var(--skeleton-light) 50%,
        var(--skeleton) 75%
      );
      background-size: 200% 100%;
      animation: skeleton-loading 1.25s ease-in-out infinite;
    }
.skeleton-line{
      height: 12px;
      margin-bottom: 9px;
      border-radius: 6px;
    }
.skeleton-line.title{ width: 62%; height: 17px; }
.skeleton-line.medium{ width: 88%; }
.skeleton-line.short{ width: 46%; margin-bottom: 0; }
@keyframes skeleton-loading{0%{ background-position: 200% 0; }
100%{ background-position: -200% 0; }}
@media (max-width: 767px){.masthead-inner,
.page-content{ width: min(calc(100% - 24px), var(--content)); }
.masthead-inner{ padding: 118px 0 42px; }
.masthead-title{ font-size: clamp(2.45rem, 15vw, 3.8rem); }
.masthead-subtitle{ margin-top: 14px; }
.page-content{ padding: 40px 0 56px; }
.section-title{ margin-bottom: 16px; font-size: 20px; }
.news-toolbar{ align-items: stretch; flex-direction: column; padding: 14px; }
.filter-group{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.filter-field select,
.filter-field input{ width: 100%; min-width: 0; }
.news-card{
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
        padding: 16px;
        border-radius: 16px;
      }
.news-number{ width: 28px; height: 28px; font-size: 11px; }
.news-heading{
        display: block;
      }
.news-title{ font-size: 16px; }
.news-date{
        display: inline-block;
        margin-top: 5px;
        font-size: 11px;
      }
.news-body{ margin-top: 7px; font-size: 13px; line-height: 1.55; }
.skeleton-card{ grid-template-columns: minmax(0, 1fr); padding: 16px; border-radius: 16px; }}
@media (max-width: 420px){.filter-group{ grid-template-columns: 1fr; }}
@media (prefers-reduced-motion: reduce){.news-card:hover{ transform: none; }}
