/* ============================================================
   GAMEBOY.KR 개편 — 콘텐츠 허브(/hub/) 오버레이
   ------------------------------------------------------------
   · 스킨 본체는 플러그인 gameboy-content-hub/frontend/css/gch-base.css(전역 --gb-* 토큰 사용).
   · 이 파일 = 자식테마 오버레이: (1) morenews chrome 컨테이너 통합, (2) 카스케이드 손실 방지
     재확인, (3) 향후 라이트테마 전환 훅. 원본(morenews/플러그인) 미수정 원칙.
   · enqueue = gb-chrome-overrides.php wp_enqueue_scripts(99), deps ['gb-redesign-chrome','gch-base'],
     ?v=filemtime. 스코프 = body.gch-hub-page (라우터가 항상 부착).
   · 채널 탐색(/channels/, body.gsh-channels-page) 재스킨은 P5에서 이 파일 하단에 추가.
   ============================================================ */

/* ── 컨테이너 통합 (morenews .container-wrapper max-width:1440 + 20px 패딩 안) ── */
body.gch-hub-page #content.container-wrapper { padding-top: 0; }
body.gch-hub-page #primary,
body.gch-hub-page #primary.aft-no-sidebar { width: 100%; padding: 0; }

/* ── morenews 본문 링크/제목 색 누수 방지(가독 안전) ── */
body.gch-hub-page .gch-content a:hover { color: inherit; }
body.gch-hub-page .gch-h1,
body.gch-hub-page .gch-card-title { font-family: 'Pretendard', 'Pretendard Variable', -apple-system, 'Apple SD Gothic Neo', 'Noto Sans KR', system-ui, sans-serif; }

/* ── 향후 라이트테마 전환 훅(현재 비활성) ──
   body.gch-hub-page.gb-light {
     --gb-bg:#f7f8fa; --gb-bg2:#fff; --gb-bg3:#f1f3f6; --gb-bg4:#eef0f4;
     --gb-line:#e6e8ee; --gb-line2:#dfe2ea; --gb-line3:#d3d7e0;
     --gb-txt:#15161c; --gb-txt2:#3a3d49; --gb-mut:#6b6f7c; --gb-mut2:#9aa0ad;
   }
*/
