
.news-hero { padding: 48px 24px 24px; }
.news-hero-inner { max-width: 1180px; margin: 0 auto; }
.news-eyebrow { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; color: var(--accent); text-transform: uppercase; margin-bottom: 16px; }
.news-title { font-size: clamp(32px, 4.5vw, 44px); font-weight: 500; letter-spacing: -0.022em; line-height: 1.08; margin-bottom: 16px; max-width: 700px; }
.news-deck { font-size: 16px; color: var(--text-secondary); line-height: 1.55; max-width: 620px; margin-bottom: 28px; }
.news-stats { display: flex; gap: 32px; font-family: var(--font-mono); font-size: 12px; color: var(--text-tertiary); letter-spacing: 0.04em; flex-wrap: wrap; padding-bottom: 24px; border-bottom: 0.5px solid var(--border); }
.news-stats .num { color: var(--ink); }

.news-filters { padding: 16px 24px; border-bottom: 0.5px solid var(--border); background: var(--bg-pure); position: sticky; top: 56px; z-index: 50; }
.news-filters-inner { max-width: 1180px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }

.news-body { max-width: 1180px; margin: 0 auto; padding: 48px 24px 64px; display: grid; grid-template-columns: 1.7fr 1fr; gap: 56px; }
.news-feed { display: flex; flex-direction: column; gap: 0; }
.news-feed-item { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 24px 0; border-bottom: 0.5px solid var(--border-subtle); align-items: flex-start; }
.news-feed-item:first-child { padding-top: 0; }
.news-feed-item:last-child { border-bottom: 0; }
.news-feed-date { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.05em; color: var(--text-tertiary); padding-top: 2px; text-transform: uppercase; }
.news-feed-date .day { color: var(--ink); display: block; font-size: 16px; letter-spacing: -0.005em; }
.news-feed-content { display: flex; flex-direction: column; gap: 6px; }
.news-feed-tag { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--text-tertiary); margin-bottom: 2px; }
.news-feed-tag .dot { width: 7px; height: 7px; }
.news-feed-tag.new .dot { background: var(--status-full); }
.news-feed-tag.update .dot { background: var(--status-partial); }
.news-feed-tag.eco .dot { background: var(--accent); }
.news-feed-tag.dep .dot { background: var(--status-deprecated); }
.news-feed-headline { font-size: 19px; font-weight: 500; letter-spacing: -0.015em; line-height: 1.3; color: var(--ink); transition: color 0.15s; }
.news-feed-item:hover .news-feed-headline { color: var(--accent); }
.news-feed-summary { font-size: 14px; color: var(--text-secondary); line-height: 1.55; margin-top: 4px; }
.news-feed-meta { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.04em; color: var(--text-tertiary); margin-top: 6px; }

.news-side { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 130px; align-self: start; }
.side-card { background: var(--bg-pure); border: 0.5px solid var(--border); border-radius: 10px; padding: 22px; }
.side-head { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-tertiary); margin-bottom: 14px; padding-bottom: 12px; border-bottom: 0.5px solid var(--border-subtle); }
.side-head .num { color: var(--accent); margin-right: 6px; }
.trend-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 0.5px solid var(--border-subtle); align-items: center; font-size: 13px; }
.trend-row:last-child { border-bottom: 0; }
.trend-row .vol { font-family: var(--font-mono); font-size: 11px; color: var(--ink); }
.trend-row .delta { font-family: var(--font-mono); font-size: 10px; color: var(--status-full); margin-left: 4px; }

.side-sub-title { font-size: 16px; font-weight: 500; letter-spacing: -0.01em; margin-bottom: 8px; }
.side-sub-text { font-size: 12.5px; color: var(--text-secondary); line-height: 1.5; margin-bottom: 14px; }

@media (max-width: 900px) { .news-body { grid-template-columns: 1fr; gap: 32px; } .news-side { position: static; } .news-filters { position: static; } .news-feed-item { grid-template-columns: 1fr; gap: 10px; } }
