/* ===================================================
   FELEROUS STORE - STEAM HABER MERKEZİ (NEWS HUB)
   (Screenshot 3)
   =================================================== */

.news-page-body {
  background: #0d121a;
  color: #c6d4df;
  font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
  min-height: 100vh;
}

.news-hub-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  min-height: calc(100vh - 80px);
}

/* ===================================================
   1. SOL HABER MERKEZİ MENÜSÜ (Screenshot 3)
   =================================================== */
.news-left-sidebar {
  background: #111722;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-hub-brand-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.news-hub-brand-title {
  font-size: 1.2rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 1.2;
}

.news-group-header {
  font-size: 0.72rem;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.news-nav-link-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 4px;
  color: #8f98a0;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.15s;
}

.news-nav-link-item:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.news-nav-link-item.active {
  background: #0284c7;
  color: #ffffff;
}

.news-badge-count {
  background: #1e293b;
  color: #cbd5e1;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 10px;
}

.news-sidebar-search-box {
  width: 100%;
  height: 34px;
  background: #090d14;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.78rem;
  padding: 0 12px;
  outline: none;
}

.news-sidebar-search-box:focus {
  border-color: #38bdf8;
}

/* ===================================================
   2. SAĞ HABER AKIŞI (TIMELINE)
   =================================================== */
.news-right-stream-container {
  padding: 30px 40px 60px;
  overflow-y: auto;
}

.news-stream-section-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #8f98a0;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-stream-section-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

/* Pek Yakında Kartları (Yatay Şerit) */
.news-upcoming-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.news-upcoming-card {
  background: #141c28;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: border-color 0.2s;
  cursor: pointer;
}

.news-upcoming-card:hover {
  border-color: #38bdf8;
}

.news-upcoming-meta-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  color: #8f98a0;
  margin-bottom: 8px;
}

.news-upcoming-title {
  font-size: 0.88rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 12px;
}

.news-upcoming-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #38bdf8;
  font-weight: 700;
}

.news-btn-bell {
  background: #0284c7;
  color: #fff;
  border: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

/* Büyük Öne Çıkan Haber Kartı (Path of Exile) */
.news-featured-big-card {
  background: #151e2b;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 320px 1fr;
  transition: border-color 0.2s;
  cursor: pointer;
}

.news-featured-big-card:hover {
  border-color: #38bdf8;
}

.news-featured-media {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.news-featured-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-featured-game-tag {
  font-size: 0.75rem;
  color: #8f98a0;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.news-featured-heading {
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
}

.news-featured-label {
  font-size: 0.72rem;
  font-weight: 800;
  color: #38bdf8;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.news-featured-excerpt {
  font-size: 0.84rem;
  color: #cbd5e1;
  line-height: 1.5;
  margin-bottom: 16px;
}

.news-featured-social-bar {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.78rem;
  color: #8f98a0;
}
