
/*
 * GameGuideCenter Footer Options
 * Scope: .ggcf
 * Palette: black / charcoal / restrained gold
 */
:root {
  --ggcf-bg: #070707;
  --ggcf-bg-2: #0b0b0b;
  --ggcf-panel: #11100e;
  --ggcf-panel-2: #15130f;
  --ggcf-line: rgba(217, 173, 74, .22);
  --ggcf-line-soft: rgba(255,255,255,.08);
  --ggcf-gold: #d9ad4a;
  --ggcf-gold-light: #f0cb70;
  --ggcf-text: #f5f1e8;
  --ggcf-muted: #aaa397;
  --ggcf-white: #ffffff;
  --ggcf-max: 1180px;
}
.ggcf,
.ggcf * { box-sizing: border-box; }
.ggcf {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--ggcf-text);
  background: var(--ggcf-bg);
  font-family: Inter, Pretendard, "Noto Sans KR", Arial, sans-serif;
}
.ggcf a { color: inherit; text-decoration: none; transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease; }
.ggcf a:hover { color: var(--ggcf-gold-light); }
.ggcf ul { list-style: none; margin: 0; padding: 0; }
.ggcf p, .ggcf h2, .ggcf h3, .ggcf h4 { margin-top: 0; }
.ggcf-wrap { width: min(calc(100% - 44px), var(--ggcf-max)); margin: 0 auto; }
.ggcf-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--ggcf-gold); font-size: 11px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase;
}
.ggcf-eyebrow::before { content: ""; width: 18px; height: 1px; background: currentColor; }
.ggcf-brand {
  display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.04em;
}
.ggcf-brand-mark {
  display: grid; place-items: center; width: 38px; height: 42px; border: 1px solid var(--ggcf-line);
  color: var(--ggcf-gold); background: linear-gradient(145deg, rgba(217,173,74,.16), rgba(217,173,74,.02));
  clip-path: polygon(50% 0, 94% 14%, 88% 76%, 50% 100%, 12% 76%, 6% 14%);
  font-size: 16px; font-weight: 1000;
}
.ggcf-brand-text { font-size: 23px; line-height: 1; }
.ggcf-brand-text em { color: var(--ggcf-gold); font-style: normal; }
.ggcf-description { max-width: 420px; color: var(--ggcf-muted); font-size: 14px; line-height: 1.75; }
.ggcf-title { color: var(--ggcf-white); font-size: 13px; font-weight: 900; letter-spacing: .02em; margin-bottom: 16px; }
.ggcf-links { display: grid; gap: 10px; }
.ggcf-links a { color: var(--ggcf-muted); font-size: 13px; }
.ggcf-links a:hover { color: var(--ggcf-gold-light); transform: translateX(2px); }
.ggcf-policy {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px;
  color: #807a70; font-size: 12px;
}
.ggcf-policy a { color: #9a9388; }
.ggcf-copy { color: #777168; font-size: 12px; }
.ggcf-badge {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 42px; height: 42px; padding: 0 11px; border: 1px solid var(--ggcf-line);
  border-radius: 12px; color: var(--ggcf-gold-light); background: rgba(217,173,74,.07); font-size: 12px; font-weight: 900;
}
.ggcf-pill {
  display: inline-flex; align-items: center; min-height: 34px; padding: 0 13px;
  border: 1px solid var(--ggcf-line-soft); border-radius: 999px; color: #b8b1a6; background: rgba(255,255,255,.025);
  font-size: 12px;
}
.ggcf-pill:hover { border-color: var(--ggcf-line); background: rgba(217,173,74,.06); }
.ggcf-rule { height: 1px; background: linear-gradient(90deg, transparent, var(--ggcf-line), transparent); }
.ggcf-note {
  border: 1px solid var(--ggcf-line); border-radius: 16px; background: rgba(217,173,74,.045);
  color: #aaa397; font-size: 12px; line-height: 1.65;
}

/* 01. Editorial Columns */
.ggcf-v1 { border-top: 1px solid var(--ggcf-line); }
.ggcf-v1::before {
  content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 120px;
  background: radial-gradient(circle at 16% 0, rgba(217,173,74,.12), transparent 48%);
  pointer-events: none;
}
.ggcf-v1 .ggcf-main { position: relative; padding: 66px 0 46px; display: grid; grid-template-columns: 1.45fr repeat(3, .72fr); gap: 56px; }
.ggcf-v1 .ggcf-brand { margin: 14px 0 18px; }
.ggcf-v1 .ggcf-bottom { border-top: 1px solid var(--ggcf-line-soft); padding: 20px 0; }
.ggcf-v1 .ggcf-bottom .ggcf-wrap { display: flex; justify-content: space-between; align-items: center; gap: 24px; }

/* 02. Compact Utility */
.ggcf-v2 { padding: 34px 0 24px; border-top: 1px solid var(--ggcf-line-soft); background: #080808; }
.ggcf-v2 .ggcf-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.ggcf-v2 .ggcf-nav { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; }
.ggcf-v2 .ggcf-bottom { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--ggcf-line-soft); }
.ggcf-v2 .ggcf-description { max-width: none; font-size: 12px; }

/* 03. Mega Sitemap */
.ggcf-v3 { border-top: 1px solid var(--ggcf-line); background: linear-gradient(180deg, #0a0a09, #060606); }
.ggcf-v3 .ggcf-sports { padding: 24px 0; border-bottom: 1px solid var(--ggcf-line-soft); }
.ggcf-v3 .ggcf-sports .ggcf-wrap { display: flex; align-items: center; gap: 14px; overflow-x: auto; scrollbar-width: none; }
.ggcf-v3 .ggcf-sports .ggcf-wrap::-webkit-scrollbar { display: none; }
.ggcf-v3 .ggcf-sports-label { flex: 0 0 auto; color: var(--ggcf-gold); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.ggcf-v3 .ggcf-mega { padding: 58px 0 42px; display: grid; grid-template-columns: 1.2fr repeat(4, .65fr); gap: 42px; }
.ggcf-v3 .ggcf-bottom { padding: 20px 0 28px; }
.ggcf-v3 .ggcf-bottom .ggcf-wrap { display: flex; justify-content: space-between; align-items: center; gap: 20px; }

/* 04. Policy First */
.ggcf-v4 { padding: 42px 0 0; border-top: 1px solid var(--ggcf-line-soft); }
.ggcf-v4 .ggcf-alert {
  display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center;
  padding: 24px; border: 1px solid var(--ggcf-line); border-radius: 18px;
  background: linear-gradient(135deg, rgba(217,173,74,.09), rgba(255,255,255,.015));
}
.ggcf-v4 .ggcf-alert h3 { margin-bottom: 5px; color: var(--ggcf-white); font-size: 17px; }
.ggcf-v4 .ggcf-alert p { margin-bottom: 0; color: var(--ggcf-muted); font-size: 13px; }
.ggcf-v4 .ggcf-alert a { flex: 0 0 auto; padding: 12px 16px; border: 1px solid var(--ggcf-line); border-radius: 10px; color: var(--ggcf-gold-light); font-size: 12px; font-weight: 800; }
.ggcf-v4 .ggcf-main { padding: 42px 0; display: grid; grid-template-columns: 1.15fr repeat(3, .65fr); gap: 44px; }
.ggcf-v4 .ggcf-bottom { padding: 18px 0; background: #050505; border-top: 1px solid var(--ggcf-line-soft); }
.ggcf-v4 .ggcf-bottom .ggcf-wrap { display: flex; justify-content: space-between; gap: 20px; }

/* 05. Asymmetric Gold Panel */
.ggcf-v5 { border-top: 1px solid var(--ggcf-line); background: #070707; }
.ggcf-v5 .ggcf-shell { display: grid; grid-template-columns: minmax(290px,  .9fr) 2.1fr; min-height: 360px; }
.ggcf-v5 .ggcf-gold-panel {
  padding: 58px max(34px, calc((100vw - var(--ggcf-max))/2 + 22px)) 50px max(24px, calc((100vw - var(--ggcf-max))/2));
  background: linear-gradient(145deg, #b98a31, #7f601f);
  color: #120f09;
}
.ggcf-v5 .ggcf-gold-panel .ggcf-brand-mark { color: #161108; border-color: rgba(0,0,0,.22); background: rgba(0,0,0,.08); }
.ggcf-v5 .ggcf-gold-panel .ggcf-brand-text em { color: #161108; }
.ggcf-v5 .ggcf-gold-panel h3 { margin: 34px 0 12px; font-size: 30px; line-height: 1.24; letter-spacing: -.04em; }
.ggcf-v5 .ggcf-gold-panel p { max-width: 380px; color: rgba(15,12,7,.75); font-size: 13px; line-height: 1.7; }
.ggcf-v5 .ggcf-dark-panel { padding: 58px max(24px, calc((100vw - var(--ggcf-max))/2)) 42px 54px; }
.ggcf-v5 .ggcf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.ggcf-v5 .ggcf-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--ggcf-line-soft); }

/* 06. Card Grid */
.ggcf-v6 { padding: 54px 0 0; border-top: 1px solid var(--ggcf-line-soft); background: linear-gradient(180deg, #090909, #060606); }
.ggcf-v6 .ggcf-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.ggcf-v6 .ggcf-head h2 { margin: 10px 0 0; font-size: 30px; letter-spacing: -.04em; }
.ggcf-v6 .ggcf-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ggcf-v6 .ggcf-card {
  min-height: 220px; padding: 25px; border: 1px solid var(--ggcf-line-soft); border-radius: 18px;
  background: var(--ggcf-panel); box-shadow: 0 18px 50px rgba(0,0,0,.18);
}
.ggcf-v6 .ggcf-card:hover { border-color: var(--ggcf-line); transform: translateY(-2px); }
.ggcf-v6 .ggcf-card-num { color: var(--ggcf-gold); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.ggcf-v6 .ggcf-card h3 { margin: 20px 0 9px; font-size: 20px; }
.ggcf-v6 .ggcf-card p { color: var(--ggcf-muted); font-size: 13px; line-height: 1.7; }
.ggcf-v6 .ggcf-card a { display: inline-flex; margin-top: 12px; color: var(--ggcf-gold-light); font-size: 12px; font-weight: 800; }
.ggcf-v6 .ggcf-bottom { margin-top: 34px; padding: 20px 0 26px; border-top: 1px solid var(--ggcf-line-soft); }
.ggcf-v6 .ggcf-bottom .ggcf-wrap { display: flex; justify-content: space-between; align-items: center; gap: 24px; }

/* 07. Category Rail */
.ggcf-v7 { border-top: 1px solid var(--ggcf-line); background: #080808; }
.ggcf-v7 .ggcf-rail { padding: 23px 0; border-bottom: 1px solid var(--ggcf-line-soft); background: #0d0c0a; }
.ggcf-v7 .ggcf-rail .ggcf-wrap { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center; }
.ggcf-v7 .ggcf-category-list { display: grid; grid-template-columns: repeat(7, minmax(80px,1fr)); gap: 8px; }
.ggcf-v7 .ggcf-category-list a { padding: 11px 9px; border: 1px solid var(--ggcf-line-soft); border-radius: 9px; text-align: center; color: #b7b0a5; font-size: 12px; }
.ggcf-v7 .ggcf-category-list a:hover { border-color: var(--ggcf-line); background: rgba(217,173,74,.06); }
.ggcf-v7 .ggcf-main { padding: 48px 0 38px; display: grid; grid-template-columns: 1.15fr 2fr; gap: 80px; }
.ggcf-v7 .ggcf-link-matrix { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.ggcf-v7 .ggcf-bottom { padding: 18px 0 24px; border-top: 1px solid var(--ggcf-line-soft); }
.ggcf-v7 .ggcf-bottom .ggcf-wrap { display: flex; justify-content: space-between; align-items: center; gap: 18px; }

/* 08. Editorial Magazine */
.ggcf-v8 { padding: 52px 0 0; border-top: 1px solid var(--ggcf-line); background: radial-gradient(circle at 84% 8%, rgba(217,173,74,.11), transparent 32%), #070707; }
.ggcf-v8 .ggcf-issue {
  display: grid; grid-template-columns: .65fr 1.35fr; gap: 36px; align-items: stretch;
}
.ggcf-v8 .ggcf-issue-cover {
  min-height: 290px; padding: 30px; border: 1px solid var(--ggcf-line); border-radius: 18px;
  background: linear-gradient(145deg, #17140d, #0b0b0a); display: flex; flex-direction: column; justify-content: space-between;
}
.ggcf-v8 .ggcf-issue-no { color: var(--ggcf-gold); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.ggcf-v8 .ggcf-issue-cover h2 { margin: 0; font-size: clamp(38px, 5vw, 70px); line-height: .93; letter-spacing: -.07em; }
.ggcf-v8 .ggcf-issue-cover h2 span { display: block; color: var(--ggcf-gold); }
.ggcf-v8 .ggcf-editorial-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; }
.ggcf-v8 .ggcf-editorial-box { padding: 26px; border: 1px solid var(--ggcf-line-soft); border-radius: 16px; background: rgba(255,255,255,.018); }
.ggcf-v8 .ggcf-editorial-box h3 { font-size: 18px; margin: 12px 0 16px; }
.ggcf-v8 .ggcf-bottom { margin-top: 34px; padding: 20px 0 26px; border-top: 1px solid var(--ggcf-line-soft); }
.ggcf-v8 .ggcf-bottom .ggcf-wrap { display: flex; justify-content: space-between; align-items: center; gap: 20px; }

/* 09. Minimal Luxe */
.ggcf-v9 { padding: 66px 0 24px; text-align: center; border-top: 1px solid var(--ggcf-line-soft); background: #060606; }
.ggcf-v9::before { content: ""; position: absolute; left: 50%; top: -140px; width: 480px; height: 260px; transform: translateX(-50%); background: radial-gradient(circle, rgba(217,173,74,.13), transparent 68%); pointer-events: none; }
.ggcf-v9 .ggcf-brand { position: relative; }
.ggcf-v9 .ggcf-brand-text { font-size: 31px; }
.ggcf-v9 .ggcf-description { margin: 22px auto 26px; }
.ggcf-v9 .ggcf-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; padding: 24px 0; border-top: 1px solid var(--ggcf-line-soft); border-bottom: 1px solid var(--ggcf-line-soft); }
.ggcf-v9 .ggcf-nav a { color: #aaa397; font-size: 13px; }
.ggcf-v9 .ggcf-policy { justify-content: center; margin-top: 22px; }
.ggcf-v9 .ggcf-copy { margin-top: 16px; }

@media (max-width: 980px) {
  .ggcf-v1 .ggcf-main, .ggcf-v3 .ggcf-mega, .ggcf-v4 .ggcf-main { grid-template-columns: 1.2fr repeat(2, 1fr); }
  .ggcf-v1 .ggcf-main > :last-child, .ggcf-v3 .ggcf-mega > :last-child, .ggcf-v4 .ggcf-main > :last-child { grid-column: 2 / -1; }
  .ggcf-v5 .ggcf-shell { grid-template-columns: 1fr; }
  .ggcf-v5 .ggcf-gold-panel, .ggcf-v5 .ggcf-dark-panel { padding-left: 28px; padding-right: 28px; }
  .ggcf-v7 .ggcf-category-list { grid-template-columns: repeat(4, 1fr); }
  .ggcf-v7 .ggcf-main { grid-template-columns: 1fr; gap: 38px; }
}
@media (max-width: 740px) {
  .ggcf-wrap { width: min(calc(100% - 30px), var(--ggcf-max)); }
  .ggcf-v1 .ggcf-main, .ggcf-v3 .ggcf-mega, .ggcf-v4 .ggcf-main { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .ggcf-v1 .ggcf-main > :first-child, .ggcf-v3 .ggcf-mega > :first-child, .ggcf-v4 .ggcf-main > :first-child { grid-column: 1 / -1; }
  .ggcf-v1 .ggcf-main > :last-child, .ggcf-v3 .ggcf-mega > :last-child, .ggcf-v4 .ggcf-main > :last-child { grid-column: auto; }
  .ggcf-v1 .ggcf-bottom .ggcf-wrap, .ggcf-v3 .ggcf-bottom .ggcf-wrap, .ggcf-v4 .ggcf-bottom .ggcf-wrap,
  .ggcf-v6 .ggcf-bottom .ggcf-wrap, .ggcf-v7 .ggcf-bottom .ggcf-wrap, .ggcf-v8 .ggcf-bottom .ggcf-wrap { flex-direction: column; align-items: flex-start; }
  .ggcf-v2 .ggcf-top { flex-direction: column; }
  .ggcf-v2 .ggcf-bottom { grid-template-columns: auto 1fr; }
  .ggcf-v2 .ggcf-bottom .ggcf-copy { grid-column: 1 / -1; }
  .ggcf-v4 .ggcf-alert { grid-template-columns: auto 1fr; }
  .ggcf-v4 .ggcf-alert a { grid-column: 1 / -1; text-align: center; }
  .ggcf-v5 .ggcf-grid, .ggcf-v6 .ggcf-card-grid, .ggcf-v7 .ggcf-link-matrix { grid-template-columns: 1fr; }
  .ggcf-v5 .ggcf-bottom { flex-direction: column; align-items: flex-start; }
  .ggcf-v6 .ggcf-head { align-items: flex-start; flex-direction: column; }
  .ggcf-v7 .ggcf-rail .ggcf-wrap { grid-template-columns: 1fr; }
  .ggcf-v7 .ggcf-category-list { grid-template-columns: repeat(2, 1fr); }
  .ggcf-v8 .ggcf-issue, .ggcf-v8 .ggcf-editorial-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .ggcf-v1 .ggcf-main, .ggcf-v3 .ggcf-mega, .ggcf-v4 .ggcf-main { grid-template-columns: 1fr; }
  .ggcf-v1 .ggcf-main > *, .ggcf-v3 .ggcf-mega > *, .ggcf-v4 .ggcf-main > * { grid-column: auto !important; }
  .ggcf-brand-text { font-size: 20px; }
  .ggcf-v9 .ggcf-brand-text { font-size: 25px; }
}

/* GameGuideCenter footer legal/disclosure row (variant 01) */
.ggcf-v1 .ggcf-disclaimer {
  position: relative;
  padding: 18px 0;
  border-top: 1px solid var(--ggcf-line-soft);
  background: rgba(255,255,255,.012);
}
.ggcf-v1 .ggcf-disclaimer p {
  margin: 0;
  color: #837d73;
  font-size: 12px;
  line-height: 1.75;
}
