.news-center-container {
    --news-ink: var(--zjl-ink-primary, #0A1931);
    --news-body: var(--zjl-ink-body, #2C3E50);
    --news-muted: var(--zjl-ink-muted, #606F7B);
    --news-subtle: var(--zjl-ink-subtle, #8294A1);
    --news-surface: var(--zjl-surface-card, #FFFFFF);
    --news-canvas: var(--zjl-surface-base, #F4F6F8);
    --news-muted-surface: var(--zjl-surface-muted, #F7F9FA);
    --news-border: var(--zjl-border-cool, #DDE3E8);
    --news-accent: var(--zjl-accent, #C9161D);
    --news-accent-hover: var(--zjl-accent-hover, #A81118);
    --news-accent-soft: var(--zjl-accent-soft, #FFF1F1);
    background: var(--news-canvas);
    color: var(--news-body);
    min-height: 80vh;
    padding: 48px 0 80px;
}

.news-center-container [hidden] {
    display: none !important;
}

.news-center-shell {
    margin: 0 auto;
    max-width: var(--zjl-container-portal, 1480px);
    padding: 0 clamp(20px, 4vw, 56px);
}

.news-center-header {
    align-items: stretch;
    background: var(--news-surface);
    border: 1px solid var(--news-border);
    border-left: 4px solid var(--news-accent);
    border-radius: var(--zjl-radius-md, 4px);
    box-shadow: var(--zjl-shadow-soft, 0 4px 12px rgba(10, 22, 32, 0.04));
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
    margin-bottom: 24px;
    padding: clamp(28px, 4vw, 44px);
}

.news-subtitle,
.news-center-cta__eyebrow,
.news-sidebar-panel__head span {
    color: var(--news-accent);
    display: block;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.news-title {
    color: var(--news-ink);
    font-family: var(--zjl-font-sans, inherit);
    font-size: clamp(2.25rem, 4vw, 3.15rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 10px 0 18px;
}

.news-description {
    color: var(--news-body);
    font-size: 1.0625rem;
    line-height: 1.85;
    margin: 0;
    max-width: 760px;
}

.news-header-actions,
.news-center-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.news-header-btn {
    align-items: center;
    border-radius: var(--zjl-radius-sm, 2px);
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 44px;
    min-width: 128px;
    padding: 10px 20px;
    text-decoration: none;
    transition: background var(--zjl-dur-fast, 120ms), border-color var(--zjl-dur-fast, 120ms), color var(--zjl-dur-fast, 120ms), transform var(--zjl-dur-fast, 120ms);
}

.news-header-btn:hover,
.news-card:hover,
.news-featured-article:hover {
    transform: translateY(-1px);
}

.news-header-btn--primary {
    background: var(--news-ink);
    color: #fff;
}

.news-center-container .news-header-btn--primary,
.news-center-container .news-header-btn--primary:visited {
    background: var(--news-ink);
    color: #fff;
}

.news-header-btn--primary:hover {
    background: #143052;
    color: #fff;
}

.news-header-btn--secondary,
.news-header-btn--light {
    background: var(--news-surface);
    border: 1px solid var(--news-border);
    color: var(--news-ink);
}

.news-center-container .news-header-btn--secondary,
.news-center-container .news-header-btn--secondary:visited,
.news-center-container .news-header-btn--light,
.news-center-container .news-header-btn--light:visited {
    color: var(--news-ink);
}

.news-header-btn--secondary:hover,
.news-header-btn--light:hover {
    background: var(--news-muted-surface);
    border-color: var(--news-ink);
    color: var(--news-ink);
}

.news-header-btn--accent {
    background: var(--news-accent);
    color: #fff;
}

.news-center-container .news-header-btn--accent,
.news-center-container .news-header-btn--accent:visited {
    background: var(--news-accent);
    color: #fff;
}

.news-header-btn--accent:hover {
    background: var(--news-accent-hover);
    color: #fff;
}

.news-center-header__stats {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    margin: 0;
}

.news-stat-card {
    background: var(--news-muted-surface);
    border: 1px solid var(--news-border);
    border-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
    padding: 18px 20px;
}

.news-stat-card:first-child {
    border-radius: var(--zjl-radius-md, 4px) var(--zjl-radius-md, 4px) 0 0;
}

.news-stat-card:last-child {
    border-bottom: 1px solid var(--news-border);
    border-radius: 0 0 var(--zjl-radius-md, 4px) var(--zjl-radius-md, 4px);
}

.news-stat-card dt {
    color: var(--news-muted);
    font-size: .92rem;
    font-weight: 700;
    margin: 0;
}

.news-stat-card dd {
    color: var(--news-ink);
    font-family: var(--zjl-font-mono, monospace);
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    overflow-wrap: anywhere;
}

.news-filter-bar {
    align-items: center;
    background: var(--news-surface);
    border: 1px solid var(--news-border);
    border-radius: var(--zjl-radius-md, 4px);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 28px;
    padding: 16px 18px;
}

.news-filter-bar__meta strong {
    color: var(--news-ink);
    display: block;
    margin-bottom: 4px;
}

.news-filter-bar__meta span {
    color: var(--news-muted);
    font-size: .92rem;
}

.news-filter-bar__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end;
}

.news-filter-btn {
    background: transparent;
    border: 1px solid var(--news-border);
    border-radius: var(--zjl-radius-sm, 2px);
    color: var(--news-muted);
    cursor: pointer;
    font-size: .92rem;
    font-weight: 800;
    min-height: 38px;
    padding: 8px 14px;
    transition: all var(--zjl-dur-fast, 120ms);
}

.news-filter-btn:hover,
.news-filter-btn:focus,
.news-filter-btn.active {
    background: var(--news-accent);
    border-color: var(--news-accent);
    color: #fff;
}

.news-main-layout {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 8fr) minmax(280px, 4fr);
}

.news-main-feed,
.news-grid,
.news-sidebar {
    min-width: 0;
}

.news-featured-article {
    background: var(--news-surface);
    border: 1px solid var(--news-border);
    border-radius: var(--zjl-radius-md, 4px);
    box-shadow: var(--zjl-shadow-soft, 0 4px 12px rgba(10, 22, 32, 0.04));
    display: grid;
    grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr);
    margin-bottom: 24px;
    overflow: hidden;
    transition: box-shadow var(--zjl-dur-fast, 120ms), transform var(--zjl-dur-fast, 120ms);
}

.news-featured-article:hover {
    box-shadow: var(--zjl-shadow-elevated, 0 12px 36px rgba(10, 22, 32, 0.08));
}

.news-featured-article__media {
    background-color: var(--news-ink);
    background-image: linear-gradient(135deg, #0A1931 0%, #205B8E 100%);
    background-position: center;
    background-size: cover;
    margin: 0;
    min-height: 330px;
    position: relative;
}

.news-featured-article__fallback {
    display: block;
    height: 100%;
    inset: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

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

.news-featured-article__content,
.news-card-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.news-featured-article__content {
    padding: clamp(26px, 4vw, 38px);
}

.news-card-tag {
    align-items: center;
    align-self: flex-start;
    background: var(--news-accent-soft);
    border: 1px solid rgba(201, 22, 29, .18);
    border-radius: var(--zjl-radius-sm, 2px);
    color: var(--news-accent);
    display: inline-flex;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 14px;
    padding: 4px 9px;
}

.news-card-tag--featured {
    background: var(--news-ink);
    border-color: var(--news-ink);
    color: #fff;
}

.news-featured-article__title,
.news-card-title {
    font-weight: 800;
    line-height: 1.38;
    margin: 0 0 14px;
}

.news-featured-article__title {
    font-size: clamp(1.55rem, 2.6vw, 2.2rem);
}

.news-card-title {
    font-size: 1.12rem;
}

.news-featured-article__title a,
.news-card-title a {
    color: var(--news-ink);
    overflow-wrap: anywhere;
    text-decoration: none;
    transition: color var(--zjl-dur-fast, 120ms);
}

.news-featured-article__title a:hover,
.news-card-title a:hover,
.news-card-link:hover,
.news-signal-item:hover strong {
    color: var(--news-accent);
}

.news-featured-article__excerpt,
.news-card-excerpt {
    color: var(--news-muted);
    line-height: 1.8;
}

.news-featured-article__excerpt {
    font-size: 1rem;
    margin: 0 0 18px;
}

.news-card-excerpt {
    display: -webkit-box;
    flex-grow: 1;
    font-size: .94rem;
    margin: 0 0 18px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.news-card-meta {
    align-items: center;
    border-top: 1px solid var(--news-border);
    color: var(--news-subtle);
    display: flex;
    flex-wrap: wrap;
    font-size: .84rem;
    gap: 8px;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 14px;
}

.news-featured-article__cta,
.news-card-link {
    color: var(--news-accent);
    font-weight: 800;
    text-decoration: none;
}

.news-center-container .news-featured-article__cta,
.news-center-container .news-featured-article__cta:visited,
.news-center-container .news-card-link,
.news-center-container .news-card-link:visited {
    color: var(--news-accent);
}

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

.news-card {
    background: var(--news-surface);
    border: 1px solid var(--news-border);
    border-radius: var(--zjl-radius-md, 4px);
    box-shadow: var(--zjl-shadow-soft, 0 4px 12px rgba(10, 22, 32, 0.04));
    display: flex;
    min-height: 255px;
    padding: 22px;
    transition: border-color var(--zjl-dur-fast, 120ms), box-shadow var(--zjl-dur-fast, 120ms), transform var(--zjl-dur-fast, 120ms);
}

.news-card:hover {
    border-color: rgba(201, 22, 29, .32);
    box-shadow: var(--zjl-shadow-elevated, 0 12px 36px rgba(10, 22, 32, 0.08));
}

.news-card-head {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.news-card-date {
    color: var(--news-subtle);
    flex: 0 0 auto;
    font-family: var(--zjl-font-mono, monospace);
    font-size: .78rem;
    line-height: 1.5;
}

.news-empty-state {
    background: var(--news-surface);
    border: 1px dashed var(--news-border);
    border-radius: var(--zjl-radius-md, 4px);
    margin-top: 20px;
    padding: 28px;
}

.news-empty-state h2 {
    color: var(--news-ink);
    margin: 0 0 8px;
}

.news-empty-state p {
    color: var(--news-muted);
    margin: 0;
}

.news-sidebar {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 92px;
}

.news-sidebar-panel {
    background: var(--news-surface);
    border: 1px solid var(--news-border);
    border-radius: var(--zjl-radius-md, 4px);
    box-shadow: var(--zjl-shadow-soft, 0 4px 12px rgba(10, 22, 32, 0.04));
    padding: 20px;
}

.news-sidebar-panel__head {
    border-bottom: 1px solid var(--news-border);
    margin-bottom: 14px;
    padding-bottom: 12px;
}

.news-sidebar-panel__head h2 {
    color: var(--news-ink);
    font-size: 1.05rem;
    margin: 4px 0 0;
}

.news-signal-list,
.news-quick-links__list {
    display: grid;
    gap: 10px;
}

.news-signal-item {
    border-bottom: 1px solid var(--news-border);
    color: var(--news-body);
    display: block;
    padding-bottom: 10px;
    text-decoration: none;
}

.news-signal-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.news-signal-item span {
    color: var(--news-subtle);
    display: block;
    font-family: var(--zjl-font-mono, monospace);
    font-size: .78rem;
    margin-bottom: 5px;
}

.news-signal-item strong {
    color: var(--news-ink);
    display: block;
    font-size: .94rem;
    line-height: 1.6;
    transition: color var(--zjl-dur-fast, 120ms);
}

.news-topic-list {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-topic-list button {
    align-items: center;
    background: var(--news-muted-surface);
    border: 1px solid var(--news-border);
    border-radius: var(--zjl-radius-sm, 2px);
    color: var(--news-body);
    cursor: pointer;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    min-height: 40px;
    padding: 8px 10px;
    width: 100%;
}

.news-topic-list button:hover,
.news-topic-list button:focus {
    background: var(--news-accent-soft);
    border-color: rgba(201, 22, 29, .28);
    color: var(--news-accent);
}

.news-topic-list em {
    color: var(--news-subtle);
    font-family: var(--zjl-font-mono, monospace);
    font-style: normal;
    font-size: .78rem;
}

.news-quick-links__list a {
    align-items: center;
    background: var(--news-muted-surface);
    border: 1px solid var(--news-border);
    border-radius: var(--zjl-radius-sm, 2px);
    color: var(--news-ink);
    display: flex;
    font-weight: 800;
    justify-content: space-between;
    min-height: 42px;
    padding: 9px 12px;
    text-decoration: none;
}

.news-quick-links__list a::after {
    content: "→";
    color: var(--news-accent);
}

.news-quick-links__list a:hover {
    border-color: rgba(201, 22, 29, .32);
    color: var(--news-accent);
}

.news-sidebar-empty {
    color: var(--news-muted);
    margin: 0;
}

.news-center-cta {
    align-items: center;
    background: linear-gradient(135deg, var(--news-ink) 0%, #143052 100%);
    border-top: 3px solid var(--news-accent);
    border-radius: var(--zjl-radius-md, 4px);
    color: #fff;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 34px;
    padding: clamp(26px, 4vw, 36px);
}

.news-center-cta h2 {
    color: #fff;
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin: 4px 0 10px;
}

.news-center-cta p {
    color: rgba(255, 255, 255, .78);
    line-height: 1.85;
    margin: 0;
    max-width: 780px;
}

@media (max-width: 1180px) {
    .news-main-layout,
    .news-center-header,
    .news-center-cta {
        grid-template-columns: 1fr;
    }

    .news-center-header__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .news-stat-card,
    .news-stat-card:first-child,
    .news-stat-card:last-child {
        border: 1px solid var(--news-border);
        border-radius: var(--zjl-radius-md, 4px);
    }

    .news-sidebar {
        position: static;
    }
}

@media (max-width: 820px) {
    .news-center-container {
        padding: 28px 0 52px;
    }

    .news-center-shell {
        padding: 0 18px;
    }

    .news-center-header,
    .news-filter-bar,
    .news-center-cta {
        padding: 22px 18px;
    }

    .news-center-header__stats,
    .news-featured-article,
    .news-grid {
        grid-template-columns: 1fr;
    }

    .news-filter-bar {
        align-items: flex-start;
        flex-direction: column;
    }

    .news-filter-bar__buttons {
        justify-content: flex-start;
    }

    .news-featured-article__media {
        min-height: 220px;
    }

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

    .news-header-actions,
    .news-center-cta__actions {
        flex-direction: column;
    }

    .news-header-btn {
        width: 100%;
    }
}
