/*
Theme Name: 2026BC博彩导航
Theme URI: https://2026bc.com
Author: 2026BC Team
Author URI: https://2026bc.com
Description: 2026BC.COM 博彩导航SEO主题
Version: 3.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GPLv2 or later
Text Domain: bcnav
*/

/* ========== VARIABLES ========== */
:root {
  /* Primary */
  --bg: #0a0a0f;
  --bg2: #12121a;
  --card: #1a1a26;
  --card-h: #222233;
  --gold: #f0c040;
  --gold-d: #c49a2a;
  --gold-g: rgba(240, 192, 64, 0.15);
  --red: #e63946;
  --red-d: #c0392b;
  --red-g: rgba(230, 57, 70, 0.2);
  --green: #2ecc71;
  --blue: #3498db;
  --txt: #e8e8f0;
  --dim: #8888a0;
  --mute: #555570;
  --line: #2a2a3a;
  --r: 12px;
  --rs: 8px;
  --font: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --en: "Outfit", "Inter", sans-serif;
  --hh: 68px;
  --mw: 1280px;

  /* Backward-compatible aliases (used in PHP inline styles) */
  --bg-primary: #0a0a0f;
  --bg-secondary: #12121a;
  --bg-card: #1a1a26;
  --bg-card-hover: #222233;
  --gold-dim: #c49a2a;
  --gold-glow: rgba(240, 192, 64, 0.15);
  --red-dim: #c0392b;
  --red-glow: rgba(230, 57, 70, 0.2);
  --text: #e8e8f0;
  --text-dim: #8888a0;
  --text-muted: #555570;
  --border: #2a2a3a;
  --radius: 12px;
  --radius-sm: 8px;
  --font-cn: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-en: "Outfit", "Inter", sans-serif;
  --header-h: 68px;
  --max-w: 1280px;
}

/* ========== RESET ========== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--txt);
  line-height: 1.7;
  font-size: 15px;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; transition: all 0.3s; }
a:hover { color: #fff; }
ul, ol { list-style: none; }
.container { max-width: var(--mw); margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }

/* ========== SCROLL PROGRESS ========== */
.scroll-progress {
  position: fixed; top: var(--hh); left: 0; height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--red));
  z-index: 101; width: 0; transition: width 0.1s;
}

/* ========== HEADER ========== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(10, 10, 15, 0.92);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--line);
  height: var(--hh);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 100%; max-width: var(--mw); margin: 0 auto; padding: 0 24px;
}

/* -- Logo -- */
.site-logo { display: flex; align-items: center; text-decoration: none; }
.logo-shield {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 36px; margin-right: 8px;
  font-size: 16px; color: var(--gold);
  border: 1.5px solid var(--gold-d);
  border-radius: 3px 3px 8px 8px;
  clip-path: polygon(50% 0%, 100% 15%, 100% 65%, 50% 100%, 0% 65%, 0% 15%);
  background: rgba(240, 192, 64, 0.08);
}
.logo-text {
  font-family: var(--en); font-size: 28px; font-weight: 900;
  letter-spacing: -2px; line-height: 1;
}
.logo-num { color: var(--gold); }
.logo-bc { color: #fff; }
.logo-com {
  font-family: var(--en); font-size: 13px; font-weight: 600;
  color: var(--mute); margin-left: 2px; letter-spacing: 1px;
}

/* -- Nav -- */
.primary-nav { display: flex; gap: 4px; }
.primary-nav a {
  padding: 8px 14px; border-radius: var(--rs);
  font-size: 14px; font-weight: 500; color: var(--dim); white-space: nowrap;
}
.primary-nav a:hover,
.primary-nav .current-menu-item > a { color: var(--gold); background: var(--gold-g); }

/* -- Header CTA -- */
.header-cta {
  background: linear-gradient(135deg, var(--gold), var(--gold-d));
  color: var(--bg) !important; padding: 8px 20px; border-radius: 20px;
  font-weight: 700; font-size: 13px; white-space: nowrap;
}
.header-cta:hover { transform: scale(1.05); box-shadow: 0 0 20px var(--gold-g); }

/* -- Mobile menu -- */
.menu-toggle {
  display: none; background: none; border: none;
  color: var(--txt); font-size: 24px; cursor: pointer;
}
.primary-nav.mobile-open {
  display: flex !important; position: absolute; top: var(--hh); left: 0; right: 0;
  flex-direction: column; padding: 16px 24px; gap: 0;
  background: rgba(10, 10, 15, 0.97); backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--line); z-index: 100;
}
.primary-nav.mobile-open a {
  padding: 14px 0; border-bottom: 1px solid var(--line); border-radius: 0;
}

/* ========== TRUST BAR ========== */
.trust-bar {
  background: var(--bg2); border-bottom: 1px solid var(--line);
  padding: 10px 24px; margin-top: var(--hh);
}
.trust-items {
  display: flex; justify-content: center; gap: 28px; flex-wrap: wrap;
  max-width: var(--mw); margin: 0 auto;
}
.trust-item { font-size: 12px; color: var(--dim); white-space: nowrap; }

/* ========== BUTTONS ========== */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 32px; border-radius: 10px;
  background: linear-gradient(135deg, var(--gold), var(--gold-d));
  color: var(--bg) !important; font-weight: 700; font-size: 16px;
  border: none; cursor: pointer; transition: all 0.3s;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(240, 192, 64, 0.3); }
.btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 32px; border-radius: 10px;
  border: 1px solid var(--line); color: var(--txt) !important;
  font-weight: 500; font-size: 16px; cursor: pointer; background: transparent;
}
.btn-secondary:hover { border-color: var(--gold); color: var(--gold) !important; }
.btn-sm {
  padding: 8px 20px; border-radius: 8px; font-size: 13px; font-weight: 600;
  background: linear-gradient(135deg, var(--gold), var(--gold-d));
  color: var(--bg) !important; border: none; cursor: pointer; display: inline-block;
}
.btn-sm:hover { transform: scale(1.05); box-shadow: 0 4px 16px rgba(240, 192, 64, 0.3); }
.btn-sm.red { background: linear-gradient(135deg, var(--red), var(--red-d)); color: #fff !important; }

/* ========== HERO ========== */
.hero-section { padding: 60px 0 80px; position: relative; overflow: hidden; }
.hero-section::before {
  content: ""; position: absolute; top: -50%; left: -20%; width: 140%; height: 200%;
  background: radial-gradient(ellipse at 30% 50%, rgba(240, 192, 64, 0.06) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 30%, rgba(230, 57, 70, 0.04) 0%, transparent 50%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; }
.hero-title { font-size: 48px; font-weight: 900; line-height: 1.2; margin-bottom: 20px; }
.hero-title .gold { color: var(--gold); }
.hero-title .red { color: var(--red); }
.hero-title .logo-inline { font-family: var(--en); letter-spacing: -3px; display: inline; }
.hero-sub { font-size: 18px; color: var(--dim); margin-bottom: 24px; line-height: 1.8; }
.hero-badges { display: flex; gap: 12px; margin-bottom: 32px; flex-wrap: wrap; }
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 500;
  border: 1px solid var(--line); background: rgba(255, 255, 255, 0.03);
}
.badge .dot { width: 6px; height: 6px; border-radius: 50%; }
.badge .dot.green { background: var(--green); box-shadow: 0 0 8px var(--green); }
.badge .dot.gold { background: var(--gold); box-shadow: 0 0 8px var(--gold); }
.badge .dot.blue { background: var(--blue); box-shadow: 0 0 8px var(--blue); }
.hero-btns { display: flex; gap: 12px; }
.hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat-card {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r); padding: 24px; transition: all 0.4s;
  position: relative; overflow: hidden;
}
.stat-card::after {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0; transition: opacity 0.4s;
}
.stat-card:hover::after { opacity: 1; }
.stat-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.stat-icon { font-size: 28px; margin-bottom: 10px; }
.stat-num { font-family: var(--en); font-size: 36px; font-weight: 800; color: var(--gold); line-height: 1; }
.stat-label { font-size: 13px; color: var(--dim); margin-top: 6px; }

/* ========== SECTIONS ========== */
.section { padding: 80px 0; position: relative; }
.section-header { text-align: center; margin-bottom: 48px; }
.section-tag {
  display: inline-block; padding: 4px 16px; border-radius: 20px;
  background: var(--gold-g); color: var(--gold);
  font-size: 12px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; margin-bottom: 12px;
}
.section-tag.red { background: var(--red-g); color: var(--red); }
.section-title { font-size: 36px; font-weight: 900; margin-bottom: 12px; }
.section-desc { color: var(--dim); font-size: 16px; max-width: 600px; margin: 0 auto; }
.bg-alt { background: var(--bg2); }

/* ========== PLATFORM RANKING ========== */
.ranking-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 36px; flex-wrap: wrap; }
.ranking-tab {
  padding: 8px 20px; border-radius: 20px; font-size: 14px;
  border: 1px solid var(--line); cursor: pointer; background: transparent;
  color: var(--dim); font-weight: 500; transition: all 0.3s;
}
.ranking-tab.active, .ranking-tab:hover {
  background: var(--gold); color: var(--bg); border-color: var(--gold); font-weight: 700;
}
.platform-list { display: flex; flex-direction: column; gap: 16px; }
.platform-card {
  display: grid; grid-template-columns: 60px 1fr auto; gap: 20px;
  align-items: center; padding: 24px 28px;
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r); transition: all 0.4s;
  position: relative; overflow: hidden;
}
.platform-card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: var(--gold); opacity: 0; transition: opacity 0.3s;
}
.platform-card:hover { border-color: var(--gold); transform: translateX(4px); }
.platform-card:hover::before { opacity: 1; }
.platform-card.top3 { border-color: rgba(240, 192, 64, 0.3); }
.rank-badge {
  width: 48px; height: 48px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--en); font-weight: 800; font-size: 20px;
  background: var(--bg2); border: 2px solid var(--line);
}
.rank-1 .rank-badge { background: linear-gradient(135deg, #ffd700, #c49a2a); color: var(--bg); border: none; box-shadow: 0 0 20px rgba(255, 215, 0, 0.3); }
.rank-2 .rank-badge { background: linear-gradient(135deg, #c0c0c0, #909090); color: var(--bg); border: none; }
.rank-3 .rank-badge { background: linear-gradient(135deg, #cd7f32, #a0622e); color: var(--bg); border: none; }
.platform-info h3 { font-size: 18px; font-weight: 700; margin-bottom: 4px; }
.platform-info .brand-en { font-family: var(--en); font-weight: 600; color: var(--gold); margin-right: 8px; }
.platform-tags { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.platform-tag {
  padding: 2px 10px; border-radius: 4px; font-size: 11px;
  background: rgba(255, 255, 255, 0.05); color: var(--dim);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.platform-tag.hot { background: var(--red-g); color: var(--red); border-color: rgba(230, 57, 70, 0.3); }
.platform-meta { display: flex; gap: 24px; margin-top: 8px; }
.meta-item { font-size: 12px; color: var(--dim); }
.meta-item span { color: var(--txt); font-weight: 600; }
.platform-actions { display: flex; flex-direction: column; gap: 8px; align-items: flex-end; }
.platform-score { font-family: var(--en); font-size: 32px; font-weight: 800; color: var(--gold); line-height: 1; }
.platform-score-label { font-size: 11px; color: var(--mute); }

/* ========== GAME CARDS ========== */
.games-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.game-card {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r); padding: 28px 24px;
  text-align: center; transition: all 0.4s; cursor: pointer;
  position: relative; overflow: hidden;
}
.game-card::after {
  content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--red));
  transform: scaleX(0); transition: transform 0.4s;
}
.game-card:hover::after { transform: scaleX(1); }
.game-card:hover { transform: translateY(-6px); border-color: var(--gold); box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4); }
.game-icon { font-size: 42px; margin-bottom: 14px; }
.game-name { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.game-desc { font-size: 13px; color: var(--dim); line-height: 1.6; }
.game-count { margin-top: 12px; font-size: 12px; padding: 4px 12px; background: var(--gold-g); color: var(--gold); border-radius: 12px; display: inline-block; }

/* ========== WORLD CUP ========== */
.wc-section::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 30%, rgba(230, 57, 70, 0.06) 0%, transparent 60%);
  pointer-events: none;
}
.wc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.wc-card {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r); padding: 28px; transition: all 0.4s;
}
.wc-card:hover { border-color: var(--red); transform: translateY(-4px); }
.wc-card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.wc-card-icon { font-size: 28px; }
.wc-card-title { font-size: 18px; font-weight: 700; }
.wc-card-desc { font-size: 14px; color: var(--dim); line-height: 1.7; margin-bottom: 16px; }
.wc-odds-table { width: 100%; border-collapse: collapse; margin-top: 16px; }
.wc-odds-table th { text-align: left; padding: 8px 12px; font-size: 12px; color: var(--mute); border-bottom: 1px solid var(--line); }
.wc-odds-table td { padding: 10px 12px; font-size: 14px; border-bottom: 1px solid rgba(255, 255, 255, 0.03); }
.wc-odds-table .odds { font-family: var(--en); font-weight: 700; color: var(--gold); }

/* ========== TUTORIALS ========== */
.tutorials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tutorial-card {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r); overflow: hidden; transition: all 0.4s; cursor: pointer;
}
.tutorial-card:hover { transform: translateY(-6px); border-color: var(--gold); box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4); }
.tutorial-banner {
  height: 160px; position: relative;
  display: flex; align-items: center; justify-content: center; font-size: 56px;
}
.tutorial-banner.baccarat { background: linear-gradient(135deg, #1a472a, #0d2818); }
.tutorial-banner.sports { background: linear-gradient(135deg, #1a2a47, #0d1828); }
.tutorial-banner.slots { background: linear-gradient(135deg, #3d1a47, #1e0d28); }
.tutorial-banner.crypto { background: linear-gradient(135deg, #47471a, #28280d); }
.tutorial-banner.beginner { background: linear-gradient(135deg, #471a1a, #280d0d); }
.tutorial-banner.worldcup { background: linear-gradient(135deg, #1a3847, #0d1e28); }
.tutorial-cat {
  position: absolute; top: 12px; left: 12px;
  padding: 3px 10px; border-radius: 4px; font-size: 11px; font-weight: 600;
  background: rgba(0, 0, 0, 0.6); backdrop-filter: blur(4px);
}
.tutorial-body { padding: 20px; }
.tutorial-title-text { font-size: 16px; font-weight: 700; margin-bottom: 8px; line-height: 1.4; }
.tutorial-excerpt { font-size: 13px; color: var(--dim); line-height: 1.6; margin-bottom: 12px; }
.tutorial-meta { display: flex; justify-content: space-between; font-size: 12px; color: var(--mute); }

/* ========== PROMOS ========== */
.promo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.promo-card {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r); padding: 28px; display: flex; gap: 20px;
  align-items: center; transition: all 0.4s;
}
.promo-card:hover { border-color: var(--gold); transform: translateY(-3px); }
.promo-icon { font-size: 48px; flex-shrink: 0; }
.promo-info h3 { font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.promo-info p { font-size: 13px; color: var(--dim); line-height: 1.6; }
.promo-amount { margin-top: 8px; font-family: var(--en); font-size: 22px; font-weight: 800; color: var(--red); }

/* ========== ARTICLES ========== */
.articles-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 24px; }
.article-main { display: flex; flex-direction: column; gap: 16px; }
.article-item {
  display: flex; gap: 16px; padding: 20px;
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r); transition: all 0.3s; cursor: pointer;
}
.article-item:hover { border-color: var(--gold); }
.article-num { font-family: var(--en); font-size: 28px; font-weight: 800; color: var(--mute); flex-shrink: 0; width: 40px; }
.article-item:nth-child(-n+3) .article-num { color: var(--gold); }
.article-content h4 { font-size: 15px; font-weight: 600; margin-bottom: 4px; }
.article-content p { font-size: 12px; color: var(--dim); }
.article-tags { display: flex; gap: 6px; margin-top: 6px; }
.article-tags span { font-size: 10px; padding: 2px 8px; border-radius: 4px; background: rgba(255, 255, 255, 0.04); color: var(--mute); }

/* -- Sidebar -- */
.sidebar { display: flex; flex-direction: column; gap: 20px; }
.sidebar-box {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r); padding: 24px;
}
.sidebar-box h3 { font-size: 16px; font-weight: 700; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.sidebar-list li {
  padding: 8px 0; font-size: 14px; color: var(--dim);
  border-bottom: 1px solid rgba(255, 255, 255, 0.03); cursor: pointer;
}
.sidebar-list li:hover { color: var(--gold); }
.sidebar-list li::before { content: "›"; margin-right: 8px; color: var(--gold); }
.sidebar-list li a { color: inherit; }
.sidebar-list li a:hover { color: var(--gold); }
.sidebar-cta { background: linear-gradient(135deg, #1a1520, #201525); border-color: rgba(230, 57, 70, 0.3) !important; }

/* ========== SINGLE POST / ARTICLE ========== */
.post-header { padding: 40px 0 20px; }
.post-breadcrumb { font-size: 13px; color: var(--mute); margin-bottom: 16px; }
.post-breadcrumb a { color: var(--dim); }
.post-title { font-size: 32px; font-weight: 900; margin-bottom: 16px; line-height: 1.3; }
.post-meta-bar { display: flex; gap: 16px; font-size: 13px; color: var(--dim); margin-bottom: 24px; flex-wrap: wrap; }
.post-content { max-width: 840px; }
.post-content h2 { font-size: 24px; font-weight: 800; margin: 40px 0 16px; color: var(--gold); }
.post-content h3 { font-size: 20px; font-weight: 700; margin: 32px 0 12px; }
.post-content p { margin-bottom: 16px; line-height: 1.8; }
.post-content a { color: var(--gold); border-bottom: 1px dotted var(--gold-d); }
.post-content a:hover { color: #fff; }
.post-content ul, .post-content ol { margin: 16px 0; padding-left: 24px; }
.post-content li { margin-bottom: 8px; line-height: 1.7; }
.post-content ul li { list-style: disc; }
.post-content ol li { list-style: decimal; }
.post-content table { width: 100%; border-collapse: collapse; margin: 24px 0; background: var(--card); border-radius: var(--r); overflow: hidden; }
.post-content th { background: var(--bg2); padding: 12px 16px; text-align: left; font-size: 13px; color: var(--gold); border-bottom: 1px solid var(--line); }
.post-content td { padding: 12px 16px; font-size: 14px; border-bottom: 1px solid rgba(255, 255, 255, 0.03); }
.post-content strong { color: var(--txt); font-weight: 700; }

/* -- TOC -- */
.toc-box { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 24px; margin-bottom: 32px; }
.toc-box h4 { font-size: 14px; font-weight: 700; margin-bottom: 12px; color: var(--gold); }
.toc-box ul li { padding: 4px 0; font-size: 14px; }
.toc-box ul li a { color: var(--dim); }
.toc-box ul li a:hover { color: var(--gold); }

/* -- SEO Link Card -- */
.seo-link-card {
  background: linear-gradient(135deg, var(--card), var(--card-h));
  border: 1px solid var(--gold-d); border-left: 4px solid var(--gold);
  border-radius: var(--r); padding: 20px; margin: 24px 0;
}
.seo-link-card h4 { font-size: 15px; font-weight: 700; color: var(--gold); margin-bottom: 8px; }
.seo-link-card p { font-size: 13px; color: var(--dim); }

/* -- CTA Box -- */
.article-cta-box {
  background: linear-gradient(135deg, #1a1520, #201a28);
  border: 1px solid rgba(240, 192, 64, 0.3);
  border-radius: var(--r); padding: 32px; text-align: center; margin: 40px 0;
}
.article-cta-box h3 { font-size: 22px; font-weight: 800; margin-bottom: 8px; }
.article-cta-box p { font-size: 14px; color: var(--dim); margin-bottom: 16px; }

/* ========== PLATFORM DETAIL ========== */
.platform-detail-header { padding: 40px 0; background: var(--bg2); border-bottom: 1px solid var(--line); }
.pd-top { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; }
.pd-rank {
  width: 72px; height: 72px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--en); font-weight: 900; font-size: 28px;
  background: linear-gradient(135deg, var(--gold), var(--gold-d)); color: var(--bg);
}
.pd-name h1 { font-size: 32px; font-weight: 900; margin-bottom: 4px; }
.pd-name .en { font-family: var(--en); color: var(--gold); font-weight: 700; font-size: 16px; }
.pd-score-box { text-align: center; }
.pd-score { font-family: var(--en); font-size: 56px; font-weight: 900; color: var(--gold); line-height: 1; }
.pd-score-label { font-size: 13px; color: var(--dim); }
.pd-meta-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 24px; }
.pd-meta-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--rs); padding: 16px; text-align: center; }
.pd-meta-item .label { font-size: 12px; color: var(--mute); margin-bottom: 4px; }
.pd-meta-item .value { font-size: 16px; font-weight: 700; }
.pd-meta-item .value.gold { color: var(--gold); }
.pd-body { display: grid; grid-template-columns: 2fr 1fr; gap: 32px; padding: 40px 0; }
.pd-sidebar .cta-box {
  background: linear-gradient(135deg, #1a1520, #201a28);
  border: 1px solid rgba(240, 192, 64, 0.3); border-radius: var(--r);
  padding: 28px; text-align: center; position: sticky; top: 100px;
}
.pd-sidebar .cta-box h3 { font-size: 20px; font-weight: 800; margin-bottom: 8px; }
.pd-sidebar .cta-box .bonus { font-family: var(--en); font-size: 36px; font-weight: 900; color: var(--red); margin: 12px 0; }
.pd-sidebar .app-btns { display: flex; gap: 8px; margin-top: 12px; justify-content: center; }

/* ========== KEYWORD PAGES ========== */
.kw-hero { padding: 60px 0; background: var(--bg2); border-bottom: 1px solid var(--line); }
.kw-hero h1 { font-size: 36px; font-weight: 900; margin-bottom: 12px; }
.kw-hero .kw-stats { display: flex; gap: 24px; margin-top: 16px; }
.kw-hero .kw-stat { padding: 4px 14px; border-radius: 20px; font-size: 13px; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--line); }
.kw-related { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.kw-tag {
  padding: 6px 16px; border-radius: 20px; font-size: 13px;
  background: var(--card); border: 1px solid var(--line);
  color: var(--dim); transition: all 0.3s; display: inline-block;
}
.kw-tag:hover { border-color: var(--gold); color: var(--gold); }

/* ========== ARCHIVE ========== */
.archive-hero { padding: 48px 0; background: var(--bg2); border-bottom: 1px solid var(--line); text-align: center; }
.archive-hero h1 { font-size: 32px; font-weight: 900; margin-bottom: 8px; }
.archive-hero p { color: var(--dim); font-size: 16px; }
.archive-header { padding: 40px 0 20px; }
.archive-title { font-size: 28px; font-weight: 900; }
.archive-desc { color: var(--dim); margin-top: 8px; }
.archive-filters { display: flex; justify-content: center; gap: 8px; margin: 24px 0; flex-wrap: wrap; }
.archive-filters a { padding: 6px 18px; border-radius: 20px; font-size: 13px; border: 1px solid var(--line); color: var(--dim); }
.archive-filters a:hover, .archive-filters a.active { background: var(--gold); color: var(--bg); border-color: var(--gold); }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-bottom: 40px; }

/* -- Pagination -- */
.pagination { display: flex; justify-content: center; gap: 8px; padding: 40px 0; }
.pagination a, .pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: var(--rs);
  border: 1px solid var(--line); font-size: 14px; color: var(--dim); background: var(--card);
}
.pagination .current { background: var(--gold); color: var(--bg); border-color: var(--gold); font-weight: 700; }

/* ========== FOOTER ========== */
.site-sitemap { padding: 60px 0; border-top: 1px solid var(--line); background: var(--bg2); }
.sitemap-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 32px; }
.sitemap-col h4 { font-size: 14px; font-weight: 700; color: var(--gold); margin-bottom: 16px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.sitemap-col li { margin-bottom: 8px; }
.sitemap-col li a { font-size: 13px; color: var(--dim); }
.sitemap-col li a:hover { color: var(--gold); }
.site-footer {
  padding: 32px 0; border-top: 1px solid var(--line);
  text-align: center; font-size: 12px; color: var(--mute); background: var(--bg2);
}
.footer-logos { display: flex; justify-content: center; gap: 24px; margin-bottom: 16px; flex-wrap: wrap; }
.footer-logo { padding: 6px 16px; border-radius: 6px; border: 1px solid var(--line); font-size: 11px; color: var(--mute); font-weight: 500; }

/* -- Float CTA -- */
.float-cta { position: fixed; bottom: 24px; right: 24px; z-index: 99; display: flex; flex-direction: column; gap: 10px; }
.float-btn {
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; border: none; cursor: pointer; box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}
.float-btn.gold { background: linear-gradient(135deg, var(--gold), var(--gold-d)); color: var(--bg); }
.float-btn.red { background: linear-gradient(135deg, var(--red), var(--red-d)); color: #fff; }
.float-btn:hover { transform: scale(1.1); }

/* ========== E-E-A-T AUTHOR BOX ========== */
.eeat-author-box {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r); padding: 20px; margin-bottom: 24px;
  display: flex; gap: 16px; align-items: center;
}

/* ========== ANIMATIONS ========== */
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.fade-up { animation: fadeUp 0.8s ease forwards; }
.delay-1 { animation-delay: 0.1s; opacity: 0; }
.delay-2 { animation-delay: 0.2s; opacity: 0; }
.delay-3 { animation-delay: 0.3s; opacity: 0; }
.delay-4 { animation-delay: 0.4s; opacity: 0; }

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-title { font-size: 38px; }
  .games-grid { grid-template-columns: repeat(2, 1fr); }
  .tutorials-grid { grid-template-columns: repeat(2, 1fr); }
  .sitemap-grid { grid-template-columns: repeat(3, 1fr); }
  .posts-grid { grid-template-columns: repeat(2, 1fr); }
  .pd-meta-grid { grid-template-columns: repeat(2, 1fr); }
  .pd-body { grid-template-columns: 1fr; }
  .pd-top { grid-template-columns: 1fr; text-align: center; }
  .pd-rank { margin: 0 auto; }
}

@media (max-width: 768px) {
  .hero-title { font-size: 30px; }
  .primary-nav { display: none; }
  .menu-toggle { display: block; }
  .logo-shield { display: none; }
  .logo-com { display: none; }
  .logo-text { font-size: 24px; }
  .header-cta { padding: 6px 14px; font-size: 12px; }
  .wc-grid { grid-template-columns: 1fr; }
  .promo-grid { grid-template-columns: 1fr; }
  .articles-grid { grid-template-columns: 1fr; }
  .sitemap-grid { grid-template-columns: repeat(2, 1fr); }
  .platform-card { grid-template-columns: 1fr; text-align: center; }
  .platform-actions { align-items: center; }
  .rank-badge { margin: 0 auto; }
  .games-grid { grid-template-columns: 1fr; }
  .tutorials-grid { grid-template-columns: 1fr; }
  .posts-grid { grid-template-columns: 1fr; }
  .trust-items { gap: 12px; }
  .trust-item { font-size: 11px; }
  .section { padding: 48px 0; }
  .section-title { font-size: 28px; }
}
