﻿/* ===================================================================
   Clflare - Category Page Styles
   Bright sky-blue & coral theme
   =================================================================== */

/* ---------- Channel Hero ---------- */
.cf-channel-hero {
  position: relative;
  padding: 32px 0 20px;
  text-align: center;
  background: linear-gradient(180deg, #F0F9FF 0%, transparent 100%);
  border-radius: 0 0 var(--r4) var(--r4);
  margin-bottom: 8px;
}

.cf-channel-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.1);
  border: 1px solid rgba(14, 165, 233, 0.2);
  color: var(--primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.cf-channel-title {
  font-size: clamp(26px, 4.5vw, 42px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 8px;
}

.cf-channel-desc {
  color: var(--fg2);
  font-size: 14px;
  max-width: 480px;
  margin: 0 auto 10px;
  line-height: 1.6;
}

.cf-channel-count {
  color: var(--fg3);
  font-size: 13px;
  font-weight: 600;
}

.cf-channel-count strong {
  color: var(--primary);
  font-weight: 800;
}

/* ---------- Editor Picks Strip ---------- */
.cf-editor-picks {
  margin: 20px 0 0;
}

.cf-editor-picks-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--fg2);
  margin-bottom: 10px;
}

/* ---------- Game List (standard grid) ---------- */
.cf-game-list {
  margin-top: 24px;
}

.cf-game-list.cf-grid {
  margin-top: 0;
}

/* ---------- More Section ---------- */
.cf-more-section {
  margin-top: 56px;
}
