.news-list-page { padding-top: 96px; background: #fff; min-height: 100vh; }
.news-list-page h1 { font-size: clamp(32px, 4.5vw, 56px); font-weight: 700; line-height: 1.08; letter-spacing: -0.02em; }

.news-search { max-width: 640px; margin: 0 auto 48px; }
.search-label { position: relative; display: block; }
.search-icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: #888; pointer-events: none; }

.tags-cloud { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.tags-cloud button {
  font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em;
  padding: 6px 12px; border-radius: 999px; border: 1px solid rgba(0,0,0,0.1);
  background: #fff; color: #666; transition: all 0.2s;
}
.tags-cloud button:hover { border-color: #1E1E1E; color: #1E1E1E; }
.tags-cloud button.active { background: #F78500; border-color: #F78500; color: #fff; }

.news-empty { text-align: center; padding: 64px 24px; color: #666; }
.news-empty p { font-size: 18px; margin-bottom: 16px; }

.news-card.hidden { display: none; }
