.news-home-v28 {
    max-width: 1180px;
    margin: 26px auto 0;
    padding: 0 16px;
}

.news-home-v28 a {
    color: inherit;
    text-decoration: none;
}

.news-home-v28 a:hover {
    color: #0b5ed7;
}

.hot-tags {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 18px;
    padding: 0 0 14px;
    border-bottom: 1px solid #e5e7eb;
    overflow-x: auto;
    scrollbar-width: thin;
}

.hot-tags a {
    flex: 0 0 auto;
    color: #374151;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.front-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 34px;
    align-items: start;
}

.front-main {
    min-width: 0;
}

.hero-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e5e7eb;
}

.hero-image {
    display: block;
    aspect-ratio: 16 / 8.6;
    overflow: hidden;
    background: #f3f4f6;
}

.hero-image img,
.small-card-image img,
.list-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hero-body h1 {
    max-width: 820px;
    margin: 0;
    color: #111827;
    font-size: clamp(38px, 4.2vw, 60px);
    line-height: .98;
    letter-spacing: -.06em;
}

.hero-body p:not(.story-meta):not(.home-kicker) {
    max-width: 760px;
    margin: 12px 0 0;
    color: #4b5563;
    font-size: 18px;
    line-height: 1.5;
}

.story-meta,
.home-kicker {
    margin: 0 0 8px;
    color: #b91c1c;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 22px;
}

.small-card {
    min-width: 0;
}

.small-card-image {
    display: block;
    aspect-ratio: 16 / 10;
    margin-bottom: 10px;
    overflow: hidden;
    background: #f3f4f6;
}

.small-card h2 {
    margin: 0;
    color: #111827;
    font-size: 20px;
    line-height: 1.16;
    letter-spacing: -.035em;
}

.front-sidebar {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 24px;
}

.side-panel {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}

.side-panel-head,
.home-section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.side-panel-head h2,
.home-section-head h1,
.home-section-head h2 {
    margin: 0;
    color: #111827;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -.05em;
}

.side-panel-head h2 {
    font-size: 25px;
}

.side-panel-head a,
.home-section-head a {
    color: #0b5ed7;
    font-weight: 900;
    white-space: nowrap;
}

.popular-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: popular;
}

.popular-list li {
    counter-increment: popular;
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 10px;
    padding: 13px 0;
    border-top: 1px solid #e5e7eb;
}

.popular-list li:first-child {
    padding-top: 0;
    border-top: 0;
}

.popular-list li::before {
    content: counter(popular);
    color: #0b5ed7;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
}

.popular-list a {
    display: block;
    color: #111827;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.25;
}

.popular-list span {
    grid-column: 2;
    display: block;
    margin-top: -3px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.3;
}

.popular-list .empty-line {
    display: block;
    color: #6b7280;
}

.popular-list .empty-line::before {
    display: none;
}

.pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pill-list a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 11px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #111827;
    font-size: 13px;
    font-weight: 850;
}

.latest-section,
.search-results-page {
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
}

.list-feed {
    display: grid;
}

.list-card {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 20px;
    padding: 20px 0;
    border-top: 1px solid #e5e7eb;
}

.list-card:first-child {
    padding-top: 0;
    border-top: 0;
}

.list-card-image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f3f4f6;
}

.list-card-body h2 {
    margin: 0;
    color: #111827;
    font-size: 26px;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.list-card-body p:not(.story-meta) {
    margin: 9px 0 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.5;
}

.empty-note {
    margin: 0;
    padding: 24px 0;
    color: #6b7280;
    font-size: 17px;
}

.hero-empty {
    padding: 38px 0;
    border-top: 1px solid #e5e7eb;
}

@media (max-width: 980px) {
    .front-grid {
        display: block;
    }

    .front-sidebar {
        position: static;
        margin-top: 28px;
    }

    .card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .news-home-v28 {
        margin-top: 18px;
        padding: 0 14px;
    }

    .hot-tags {
        margin-left: -14px;
        margin-right: -14px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .hero-image {
        margin-left: -14px;
        margin-right: -14px;
        aspect-ratio: 16 / 10.5;
    }

    .hero-body h1 {
        font-size: 34px;
    }

    .hero-body p:not(.story-meta):not(.home-kicker) {
        font-size: 17px;
    }

    .card-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .small-card {
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 13px;
        align-items: start;
        padding-top: 16px;
        border-top: 1px solid #e5e7eb;
    }

    .small-card-image {
        margin-bottom: 0;
    }

    .small-card h2 {
        font-size: 20px;
    }

    .front-sidebar {
        display: block;
    }

    .compact-panel {
        display: none;
    }

    .list-card {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 13px;
        padding: 17px 0;
    }

    .list-card-body h2 {
        font-size: 21px;
    }

    .list-card-body p:not(.story-meta) {
        display: none;
    }
}

@media (max-width: 430px) {
    .small-card,
    .list-card {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .hero-body h1 {
        font-size: 31px;
    }

    .side-panel-head h2,
    .home-section-head h1,
    .home-section-head h2 {
        font-size: 25px;
    }
}
