/* ===================================================
   FELEROUS STORE - STEAM TOPLULUK MERKEZİ (COMMUNITY HUB)
   (Screenshot 1, 2, 4)
   =================================================== */

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

/* Üst Adres Barı (Breadcrumb URL) */
.comm-browser-bar {
  background: #141c28;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 6px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.8rem;
  color: #8f98a0;
}

.comm-browser-nav-btn {
  background: none;
  border: none;
  color: #8f98a0;
  font-size: 1rem;
  cursor: pointer;
  padding: 0 4px;
}

.comm-browser-nav-btn:hover {
  color: #ffffff;
}

.comm-browser-url-box {
  background: #0b0f19;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 4px 12px;
  color: #64748b;
  font-size: 0.76rem;
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  max-width: 380px;
}

/* Topluluk Hero Başlığı */
.comm-hero-section {
  padding: 24px 0 16px;
}

.comm-hero-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 4px;
}

.comm-hero-subtitle {
  font-size: 0.86rem;
  color: #8f98a0;
}

/* En Son Oynadıklarınız & Arama Izgarası */
.comm-top-dashboard-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 24px;
  margin: 20px 0 24px;
}

.comm-recent-box-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  background: #17212d;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 16px 20px;
}

.comm-recent-col-title {
  font-size: 0.72rem;
  font-weight: 800;
  color: #8f98a0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.comm-recent-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  cursor: pointer;
}

.comm-recent-item:last-child {
  margin-bottom: 0;
}

.comm-recent-icon {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.72rem;
  color: #ffffff;
  flex-shrink: 0;
}

.comm-recent-game-name {
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.comm-recent-game-stats {
  font-size: 0.72rem;
  color: #38bdf8;
}

/* Sağ Arama Paneli */
.comm-search-panel-box {
  background: #17212d;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.comm-search-group {
  margin-bottom: 12px;
}

.comm-search-group:last-child {
  margin-bottom: 0;
}

.comm-search-label {
  font-size: 0.72rem;
  font-weight: 800;
  color: #8f98a0;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}

.comm-search-input-wrap {
  position: relative;
}

.comm-search-input {
  width: 100%;
  height: 32px;
  background: #0e141d;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  color: #ffffff;
  font-size: 0.78rem;
  padding: 0 32px 0 10px;
  outline: none;
}

.comm-search-input:focus {
  border-color: #38bdf8;
}

.comm-search-btn-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #8f98a0;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.85rem;
}

/* ===================================================
   TOPLULUK SEKME FİLTRELERİ
   =================================================== */
.comm-tabs-nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.comm-tabs-list {
  display: flex;
  align-items: center;
  gap: 18px;
  overflow-x: auto;
}

.comm-tab-btn {
  background: none;
  border: none;
  color: #8f98a0;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  padding: 4px 6px;
  transition: all 0.15s;
  white-space: nowrap;
}

.comm-tab-btn:hover {
  color: #ffffff;
}

.comm-tab-btn.active {
  color: #38bdf8;
  border-bottom: 2px solid #38bdf8;
}

.comm-sort-buttons {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: #8f98a0;
}

.comm-sort-btn {
  background: #17212d;
  color: #8f98a0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 3px;
  cursor: pointer;
}

.comm-sort-btn.active {
  background: #0284c7;
  color: #ffffff;
  border-color: #0284c7;
}

/* ===================================================
   TOPLULUK KARTLARI IZGARASI
   =================================================== */
.comm-cards-masonry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
}

.comm-feed-card {
  background: #16202d;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, border-color 0.2s;
  cursor: pointer;
}

.comm-feed-card:hover {
  transform: translateY(-4px);
  border-color: #38bdf8;
}

.comm-card-header-bar {
  padding: 8px 14px;
  font-size: 0.8rem;
  font-weight: 800;
  color: #ffffff;
  background: #1a2533;
}

.comm-card-media-box {
  position: relative;
  background: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comm-card-media-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comm-card-inner-pad {
  padding: 12px 14px;
}

.comm-card-guide-hero {
  display: flex;
  gap: 10px;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  padding: 8px 10px;
  border-radius: 3px;
  margin-bottom: 8px;
}

.comm-card-guide-thumb {
  width: 44px;
  height: 44px;
  border-radius: 3px;
  background: #334155;
  overflow: hidden;
  flex-shrink: 0;
}

.comm-card-guide-title {
  font-size: 0.82rem;
  font-weight: 800;
  color: #ffffff;
}

.comm-card-body-text {
  font-size: 0.76rem;
  color: #8f98a0;
  line-height: 1.4;
  margin-bottom: 10px;
}

.comm-card-footer-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.72rem;
  color: #64748b;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 8px;
}

.comm-card-author-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #cbd5e1;
  font-size: 0.75rem;
}

/* İnceleme Kartı Görünümü (Screenshot 4) */
.comm-review-full-card {
  background: #17212d;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}

.comm-review-vote-stats {
  font-size: 0.76rem;
  color: #8f98a0;
  margin-bottom: 12px;
}

.comm-review-header-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.comm-review-thumb-badge {
  width: 40px;
  height: 40px;
  background: #0284c7;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #fff;
}

.comm-review-body-quote {
  font-size: 0.92rem;
  color: #e2e8f0;
  background: rgba(0, 0, 0, 0.3);
  padding: 14px 18px;
  border-radius: 4px;
  border-left: 4px solid #0284c7;
  line-height: 1.5;
  margin: 12px 0;
}

/* En Üste Dön Butonu */
.comm-scroll-top-wrap {
  display: flex;
  justify-content: flex-end;
  margin: 30px 0 20px;
}

.comm-btn-scroll-top {
  background: #2a3545;
  color: #ffffff;
  border: none;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 8px 24px;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.15s;
}

.comm-btn-scroll-top:hover {
  background: #0284c7;
}
