/* ============================================================
   BaccaratGeek — 深绿赌场学院风 (Deep Green Casino Academy)
   气质：墨绿呢绒 + 金色强调，Playfair Display 衬线权威，赌桌质感
   class 前缀：bg-
   ============================================================ */

/* ── 设计 Token ─────────────────────────────────────────── */
:root {
  /* 配色：墨绿赌桌 + 金色 + 米白 */
  --bg-felt:        #0d3b2e;
  --bg-felt-dark:   #082820;
  --bg-felt-light:  #145042;
  --bg-cream:       #f7f3ea;
  --bg-card:        #ffffff;
  --bg-gold:        #c9a961;
  --bg-gold-dark:   #a88a3e;
  --bg-gold-light:  #e0c886;
  --bg-text:        #1a2e25;
  --bg-text-light:  #f7f3ea;
  --bg-text-muted:  #5a6b63;
  --bg-border:      #d4ccb8;
  --bg-border-gold: rgba(201,169,97,0.4);
  --bg-shadow:      0 2px 12px rgba(8,40,32,0.12);
  --bg-shadow-card: 0 4px 20px rgba(8,40,32,0.08);

  /* 字体 */
  --bg-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --bg-sans:  'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* 尺寸 */
  --bg-wrap: 1200px;
  --bg-radius: 4px;
  --bg-radius-lg: 8px;
  --bg-gap: 24px;
  --bg-transition: 0.2s ease;

  --ed-serif: var(--bg-serif);
  --t-fast: var(--bg-transition);
}

/* ── Reset / 基础 ───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: var(--bg-sans);
  background: var(--bg-cream);
  color: var(--bg-text);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--bg-felt); text-decoration: none; transition: color var(--bg-transition); }
a:hover { color: var(--bg-gold-dark); }

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 { font-family: var(--bg-serif); font-weight: 700; line-height: 1.25; color: var(--bg-text); }

.bg-skiplink-qa68 {
  position: absolute; left: -9999px; top: 0; z-index: 9999;
  background: var(--bg-gold); color: var(--bg-felt-dark); padding: 8px 16px;
  font-weight: 600; border-radius: var(--bg-radius);
}
.bg-skiplink-qa68:focus { left: 8px; top: 8px; }

.bg-cont-vb25 { max-width: var(--bg-wrap); margin: 0 auto; padding: 0 16px; }

/* ── 通用布局 ───────────────────────────────────────────── */
.bg-wrap { max-width: var(--bg-wrap); margin: 0 auto; padding: 0 16px; }

/* ── 顶部公告条 ─────────────────────────────────────────── */
.bg-topbar {
  background: var(--bg-felt-dark);
  color: var(--bg-gold-light);
  font-size: 13px;
  letter-spacing: 0.05em;
  padding: 6px 0;
  border-bottom: 1px solid var(--bg-border-gold);
}
.bg-topbar .bg-wrap { display: flex; align-items: center; gap: 12px; }
.bg-topbar-badge {
  background: var(--bg-gold); color: var(--bg-felt-dark);
  font-weight: 700; font-size: 11px; padding: 2px 8px; border-radius: 2px;
}
.bg-topbar-text { opacity: 0.9; }

/* ── 头部 + 导航 ────────────────────────────────────────── */
.bg-header {
  background: var(--bg-felt);
  border-bottom: 3px solid var(--bg-gold);
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.bg-header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; }

.bg-logo { display: flex; align-items: center; gap: 8px; color: var(--bg-text-light) !important; font-family: var(--bg-serif); font-size: 22px; font-weight: 800; }
.bg-logo:hover { color: var(--bg-gold-light) !important; }
.bg-logo-icon { color: var(--bg-gold); font-size: 26px; }

.bg-nav { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.bg-nav-link {
  color: var(--bg-text-light) !important; font-weight: 600; font-size: 14px;
  padding: 8px 14px; border-radius: var(--bg-radius); transition: all var(--bg-transition);
}
.bg-nav-link:hover { background: rgba(201,169,97,0.15); color: var(--bg-gold-light) !important; }
.bg-nav-cta {
  background: var(--bg-gold); color: var(--bg-felt-dark) !important;
  font-weight: 700; padding: 8px 18px; margin-left: 8px;
}
.bg-nav-cta:hover { background: var(--bg-gold-light); }

/* ── HERO 头条精选 ──────────────────────────────────────── */
.bg-hero {
  background: var(--bg-felt-dark);
  padding: 40px 0;
  background-image:
    linear-gradient(135deg, rgba(20,80,66,0.4) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(201,169,97,0.08) 0%, transparent 40%);
}
.bg-hero-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 32px; }
.bg-hero-main { background: var(--bg-card); border-radius: var(--bg-radius-lg); overflow: hidden; box-shadow: var(--bg-shadow-card); }
.bg-hero-main-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bg-hero-main-body { padding: 28px; }
.bg-tag {
  display: inline-block; background: var(--bg-felt); color: var(--bg-gold-light);
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 2px; margin-bottom: 14px;
}
.bg-hero-title { font-size: clamp(24px, 3vw, 34px); margin-bottom: 12px; color: var(--bg-text); }
.bg-hero-deck { color: var(--bg-text-muted); font-size: 16px; margin-bottom: 20px; line-height: 1.6; }

.bg-hero-side { display: flex; flex-direction: column; gap: 12px; }
.bg-hero-side-item {
  display: flex; gap: 14px; background: rgba(247,243,234,0.06);
  padding: 12px; border-radius: var(--bg-radius); border-left: 3px solid var(--bg-gold);
  transition: background var(--bg-transition);
}
.bg-hero-side-item:hover { background: rgba(247,243,234,0.12); }
.bg-hero-side-img { flex-shrink: 0; }
.bg-hero-side-img img { width: 80px; height: 56px; object-fit: cover; border-radius: 3px; }
.bg-hero-side-title { font-size: 15px; line-height: 1.35; margin-bottom: 4px; font-family: var(--bg-sans); font-weight: 600; }
.bg-hero-side-title a { color: var(--bg-text-light) !important; }
.bg-hero-side-title a:hover { color: var(--bg-gold-light) !important; }
.bg-date { font-size: 12px; color: var(--bg-gold-light); opacity: 0.8; font-family: var(--bg-sans); }

/* ── 分类导航条 ─────────────────────────────────────────── */
.bg-catnav {
  background: var(--bg-felt);
  border-top: 1px solid var(--bg-border-gold);
  border-bottom: 1px solid var(--bg-border-gold);
}
.bg-catnav .bg-wrap { display: flex; gap: 0; overflow-x: auto; }
.bg-catnav-item {
  flex: 1; text-align: center; padding: 14px 8px;
  color: var(--bg-text-light) !important; font-weight: 600; font-size: 14px;
  border-right: 1px solid rgba(201,169,97,0.2); transition: all var(--bg-transition);
  white-space: nowrap;
}
.bg-catnav-item:last-child { border-right: none; }
.bg-catnav-item:hover { background: var(--bg-felt-light); color: var(--bg-gold-light) !important; }
.bg-catnav-name { display: block; }

/* ── 内容主区 ───────────────────────────────────────────── */
.bg-content-area { padding: 36px 16px; }
.bg-two-col { display: grid; grid-template-columns: 1fr 320px; gap: 36px; }
.bg-main-col { min-width: 0; }

/* ── Section 区块 ───────────────────────────────────────── */
.bg-section { margin-bottom: 40px; }
.bg-section-head {
  display: flex; align-items: baseline; justify-content: space-between;
  border-bottom: 2px solid var(--bg-felt); padding-bottom: 10px; margin-bottom: 20px;
}
.bg-section-title { font-size: 24px; color: var(--bg-felt); }
.bg-section-more { font-size: 14px; font-weight: 600; color: var(--bg-gold-dark) !important; }
.bg-section-more:hover { color: var(--bg-felt) !important; }

/* ── 3 列卡片网格 ───────────────────────────────────────── */
.bg-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--bg-gap); }

.bg-card {
  background: var(--bg-card); border-radius: var(--bg-radius); overflow: hidden;
  box-shadow: var(--bg-shadow-card); border: 1px solid var(--bg-border);
  transition: transform var(--bg-transition), box-shadow var(--bg-transition);
  display: flex; flex-direction: column;
}
.bg-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(8,40,32,0.14); }
.bg-card-img img { width: 100%; aspect-ratio: 5/3; object-fit: cover; }
.bg-card-body { padding: 16px 18px; flex: 1; display: flex; flex-direction: column; }
.bg-card-title { font-size: 17px; line-height: 1.3; margin-bottom: 8px; font-family: var(--bg-serif); }
.bg-card-title a { color: var(--bg-text); }
.bg-card-title a:hover { color: var(--bg-gold-dark); }
.bg-card-excerpt { font-size: 14px; color: var(--bg-text-muted); line-height: 1.5; flex: 1; }

/* ── 文章列表 ───────────────────────────────────────────── */
.bg-list { list-style: none; }
.bg-list-item {
  display: flex; gap: 16px; padding: 16px 0;
  border-bottom: 1px solid var(--bg-border);
}
.bg-list-item:last-child { border-bottom: none; }
.bg-list-rank {
  flex-shrink: 0; font-family: var(--bg-serif); font-weight: 700;
  color: var(--bg-gold-dark); font-size: 15px; min-width: 48px;
  text-transform: uppercase; letter-spacing: 0.03em;
}
.bg-list-body { flex: 1; }
.bg-list-title { font-size: 16px; font-weight: 600; color: var(--bg-text); display: block; margin-bottom: 3px; }
.bg-list-title:hover { color: var(--bg-gold-dark); }
.bg-readtime { font-size: 12px; color: var(--bg-text-muted); }

/* ── 侧边栏 ─────────────────────────────────────────────── */
.bg-sidebar { display: flex; flex-direction: column; gap: 28px; }
.bg-widget { background: var(--bg-card); border: 1px solid var(--bg-border); border-radius: var(--bg-radius); padding: 20px; }
.bg-widget-title {
  font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--bg-gold-dark); padding-bottom: 12px; margin-bottom: 14px;
  border-bottom: 2px solid var(--bg-felt); font-family: var(--bg-sans);
}
.bg-rank-list { list-style: none; counter-reset: rank; }
.bg-rank-item {
  display: flex; gap: 12px; padding: 10px 0;
  border-bottom: 1px solid var(--bg-border); counter-increment: rank;
}
.bg-rank-item:last-child { border-bottom: none; }
.bg-rank-num {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%;
  background: var(--bg-felt); color: var(--bg-gold-light);
  font-family: var(--bg-serif); font-weight: 700; font-size: 14px;
  display: flex; align-items: center; justify-content: center;
}
.bg-rank-link { font-size: 14px; line-height: 1.4; color: var(--bg-text) !important; }
.bg-rank-link:hover { color: var(--bg-gold-dark) !important; }

/* ── CTA 盒 ─────────────────────────────────────────────── */
.bg-cta-box {
  background: var(--bg-felt); color: var(--bg-text-light);
  padding: 24px; border-radius: var(--bg-radius);
  border: 1px solid var(--bg-border-gold); text-align: center;
}
.bg-cta-title { font-family: var(--bg-serif); font-size: 20px; color: var(--bg-gold-light); margin-bottom: 10px; }
.bg-cta-text { font-size: 14px; opacity: 0.9; margin-bottom: 18px; line-height: 1.5; }

/* ── 按钮 ───────────────────────────────────────────────── */
.bg-btn {
  display: inline-block; padding: 11px 24px; font-weight: 700; font-size: 14px;
  border-radius: var(--bg-radius); transition: all var(--bg-transition); cursor: pointer;
  border: none; text-decoration: none; letter-spacing: 0.02em;
}
.bg-btn-gold { background: var(--bg-gold); color: var(--bg-felt-dark) !important; }
.bg-btn-gold:hover { background: var(--bg-gold-light); transform: translateY(-1px); }
.bg-btn-block { display: block; width: 100%; text-align: center; }

/* ── 责任博彩 ───────────────────────────────────────────── */
.bg-rgbann-n3d7 {
  background: var(--bg-felt-dark); color: var(--bg-text-light);
  padding: 18px; border-radius: var(--bg-radius); font-size: 13px; line-height: 1.6;
  border-left: 3px solid var(--bg-gold);
}
.bg-rgbann-n3d7 a { color: var(--bg-gold-light) !important; text-decoration: underline; }
.bg-rgbann-n3d7 p { margin-bottom: 6px; }
.bg-rgbann-n3d7 p:last-child { margin-bottom: 0; }

.bg-sitebannad-n6c7 { margin-bottom: 28px; text-align: center; }
.bg-sitebannad-n6c7 img { max-width: 100%; border-radius: var(--bg-radius); }

/* ── Footer ─────────────────────────────────────────────── */
.bg-footer {
  background: var(--bg-felt-dark); color: var(--bg-text-light);
  padding: 48px 0 24px; margin-top: 20px;
  border-top: 3px solid var(--bg-gold);
}
.bg-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 32px; }
.bg-footer-col { display: flex; flex-direction: column; gap: 8px; }
.bg-footer-col h4 { color: var(--bg-gold-light); font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; font-family: var(--bg-sans); }
.bg-footer-col a { color: var(--bg-text-light) !important; font-size: 14px; opacity: 0.85; }
.bg-footer-col a:hover { opacity: 1; color: var(--bg-gold-light) !important; }
.bg-footer-logo { font-family: var(--bg-serif); font-size: 20px; font-weight: 700; color: var(--bg-gold-light); margin-bottom: 8px; }
.bg-footer-desc { font-size: 14px; opacity: 0.8; line-height: 1.5; }
.bg-disclosure {
  font-size: 12px; opacity: 0.6; text-align: center;
  padding: 16px 0; border-top: 1px solid rgba(201,169,97,0.2); line-height: 1.6;
}
.bg-copyright { font-size: 13px; opacity: 0.7; text-align: center; padding-top: 8px; }

/* ── 文章详情页 ─────────────────────────────────────────── */
.bg-posthead-ne4c { margin-bottom: 24px; }
.bg-posttitl-s6b7 { font-family: var(--bg-serif); font-size: clamp(28px,4vw,40px); color: var(--bg-text); margin-bottom: 12px; }
.bg-postmeta-racd { font-size: 14px; color: var(--bg-text-muted); margin-bottom: 16px; }
.bg-postmeta-racd a { color: var(--bg-gold-dark) !important; }
.bg-postcont-s4cf { font-size: 17px; line-height: 1.75; color: var(--bg-text); }
.bg-postcont-s4cf h2 { font-family: var(--bg-serif); font-size: 26px; margin: 32px 0 14px; color: var(--bg-felt); }
.bg-postcont-s4cf h3 { font-size: 21px; margin: 24px 0 10px; color: var(--bg-felt); }
.bg-postcont-s4cf p { margin-bottom: 18px; }
.bg-postcont-s4cf ul, .bg-postcont-s4cf ol { margin: 0 0 18px 24px; }
.bg-postcont-s4cf li { margin-bottom: 8px; }
.bg-postcont-s4cf img { border-radius: var(--bg-radius); margin: 18px 0; }
.bg-postcont-s4cf blockquote {
  border-left: 4px solid var(--bg-gold); background: var(--bg-cream);
  padding: 16px 20px; margin: 20px 0; font-style: italic; color: var(--bg-text-muted);
  border-radius: 0 var(--bg-radius) var(--bg-radius) 0;
}
.bg-postcont-s4cf table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.bg-postcont-s4cf th, .bg-postcont-s4cf td { border: 1px solid var(--bg-border); padding: 10px 14px; text-align: left; }
.bg-postcont-s4cf th { background: var(--bg-felt); color: var(--bg-text-light); font-family: var(--bg-serif); }
.bg-postfact-m9e1 {
  background: var(--bg-cream); border: 1px solid var(--bg-border);
  border-radius: var(--bg-radius); padding: 20px; margin: 24px 0;
}
.bg-postfact-m9e1 h3 { color: var(--bg-gold-dark); margin-bottom: 12px; }

.bg-ctaregi-l15b {
  background: var(--bg-felt); color: var(--bg-text-light);
  padding: 28px; border-radius: var(--bg-radius-lg); text-align: center; margin: 32px 0;
  border: 1px solid var(--bg-border-gold);
}
.bg-ctabtn-d9bc { display: inline-block; padding: 14px 32px; font-weight: 700; border-radius: var(--bg-radius); margin: 6px; }
.bg-ctabtnprim-s647 { background: var(--bg-gold); color: var(--bg-felt-dark); }
.bg-ctabtnseco-n6bd { background: transparent; color: var(--bg-gold-light); border: 2px solid var(--bg-gold); }
.bg-ctadisc-k19c { font-size: 12px; opacity: 0.7; margin-top: 12px; }

.bg-relapost-pad0 { margin-top: 40px; }
.bg-relapost-pad0 h2 { font-family: var(--bg-serif); font-size: 24px; color: var(--bg-felt); margin-bottom: 18px; border-bottom: 2px solid var(--bg-felt); padding-bottom: 8px; }
.bg-relalist-md4c { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; list-style: none; }
.bg-relalist-md4c a { color: var(--bg-text); font-weight: 600; font-size: 15px; line-height: 1.3; }
.bg-relalist-md4c a:hover { color: var(--bg-gold-dark); }

.bg-linkarti-v68a { margin-top: 36px; }
.bg-linkarti-v68a h2 { font-family: var(--bg-serif); font-size: 22px; color: var(--bg-felt); margin-bottom: 16px; }
.bg-artigrid-qb45 { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; }
.bg-artigriditem-q620 { background: var(--bg-card); border: 1px solid var(--bg-border); border-radius: var(--bg-radius); padding: 16px; }
.bg-artigriditem-q620 a { color: var(--bg-text); font-weight: 600; }
.bg-artigridexce-wa86 { font-size: 13px; color: var(--bg-text-muted); margin-top: 6px; }

.bg-brea-k003 { font-size: 13px; color: var(--bg-text-muted); margin-bottom: 20px; }
.bg-brea-k003 a { color: var(--bg-gold-dark) !important; }

/* ── Hub 分类列表页 ─────────────────────────────────────── */
.bg-hubintr-rf09 { background: var(--bg-felt); color: var(--bg-text-light); padding: 32px; border-radius: var(--bg-radius-lg); margin-bottom: 32px; }
.bg-hubintr-rf09 h1 { color: var(--bg-gold-light); font-size: 30px; margin-bottom: 12px; }
.bg-hubintr-rf09 p { font-size: 16px; opacity: 0.9; line-height: 1.6; }
.bg-hubgrid-n9ed { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: var(--bg-gap); }
.bg-hubcard-pc91 {
  background: var(--bg-card); border: 1px solid var(--bg-border); border-radius: var(--bg-radius);
  overflow: hidden; box-shadow: var(--bg-shadow-card);
  transition: transform var(--bg-transition), box-shadow var(--bg-transition);
}
.bg-hubcard-pc91:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(8,40,32,0.14); }
.bg-hubcardimg-pdb5 img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bg-hubcardbody-le1e { padding: 18px; }
.bg-hubcardtitl-l4d7 { font-family: var(--bg-serif); font-size: 18px; margin-bottom: 8px; }
.bg-hubcardtitl-l4d7 a { color: var(--bg-text); }
.bg-hubcardexce-w32f { font-size: 14px; color: var(--bg-text-muted); line-height: 1.5; margin-bottom: 10px; }
.bg-hubcarddate-d0d7 { font-size: 12px; color: var(--bg-gold-dark); font-weight: 600; }

.bg-pagi-sfa7 { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
.bg-pagi-sfa7 a, .bg-pagi-sfa7 span {
  padding: 8px 14px; border: 1px solid var(--bg-border); border-radius: var(--bg-radius);
  font-size: 14px; font-weight: 600;
}
.bg-pagi-sfa7 a { color: var(--bg-felt); }
.bg-pagi-sfa7 a:hover { background: var(--bg-felt); color: var(--bg-gold-light); border-color: var(--bg-felt); }
.bg-pagi-sfa7 .bg-prev-wc86, .bg-pagi-sfa7 .bg-next-k905 { background: var(--bg-felt); color: var(--bg-gold-light); }
.bg-pageinfo-d529 { color: var(--bg-text-muted); }

/* ── 作者页 ─────────────────────────────────────────────── */
.bg-authprof-wf88 {
  display: flex; gap: 24px; align-items: center;
  background: var(--bg-felt); color: var(--bg-text-light);
  padding: 32px; border-radius: var(--bg-radius-lg); margin-bottom: 32px;
}
.bg-authprof-wf88 img { width: 96px; height: 96px; border-radius: 50%; border: 3px solid var(--bg-gold); }
.bg-authbio-k63f h1 { color: var(--bg-gold-light); font-size: 28px; margin-bottom: 8px; }
.bg-authbio-k63f p { font-size: 15px; opacity: 0.9; line-height: 1.6; }
.bg-authpost-r968 .bg-artilist-nced { list-style: none; }
.bg-authpost-r968 .bg-artilist-nced li { padding: 14px 0; border-bottom: 1px solid var(--bg-border); }
.bg-authpost-r968 .bg-artilist-nced a { font-size: 16px; font-weight: 600; color: var(--bg-text); }
.bg-authpost-r968 .bg-artilist-nced a:hover { color: var(--bg-gold-dark); }

/* ── 旧 class 兼容（防断样式） ──────────────────────────── */
.bg-sitehead-kfd4 { background: var(--bg-felt); border-bottom: 3px solid var(--bg-gold); }
.bg-sitehead-kfd4 .bg-cont-vb25 { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; }
.bg-sitelogo-v609 { color: var(--bg-text-light); font-family: var(--bg-serif); font-size: 22px; font-weight: 800; }
.bg-sitenav-s2af a { color: var(--bg-text-light); font-weight: 600; font-size: 14px; padding: 8px 14px; }
.bg-sitemain-p353 { max-width: var(--bg-wrap); margin: 0 auto; padding: 36px 16px; }
.bg-hero-m2a0 { background: var(--bg-felt-dark); color: var(--bg-text-light); padding: 48px 32px; border-radius: var(--bg-radius-lg); margin-bottom: 32px; }
.bg-herotitl-v7c0 { color: var(--bg-gold-light); font-family: var(--bg-serif); font-size: clamp(28px,4vw,38px); margin-bottom: 12px; }
.bg-herotagl-p140 { font-size: 18px; opacity: 0.9; margin-bottom: 8px; }
.bg-herointr-v9e7 { font-size: 15px; opacity: 0.8; margin-bottom: 20px; }
.bg-heroacti-w8d0 { display: flex; gap: 12px; }
.bg-btn-v164 { display: inline-block; padding: 11px 24px; font-weight: 700; font-size: 14px; border-radius: var(--bg-radius); }
.bg-btnprim-p6ff { background: var(--bg-gold); color: var(--bg-felt-dark); }
.bg-btnghos-xb5e { background: transparent; color: var(--bg-gold-light); border: 2px solid var(--bg-gold); }
.bg-homesect-r1aa { margin-bottom: 40px; }
.bg-homesecthead-p730 { display: flex; align-items: baseline; justify-content: space-between; border-bottom: 2px solid var(--bg-felt); padding-bottom: 10px; margin-bottom: 20px; }
.bg-homesecttitl-s551 { font-size: 24px; color: var(--bg-felt); font-family: var(--bg-serif); }
.bg-homesectmore-d992 { font-size: 14px; font-weight: 600; color: var(--bg-gold-dark); }
.bg-homegrid-l6cf { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: var(--bg-gap); }
.bg-homecard-p831 { background: var(--bg-card); border: 1px solid var(--bg-border); border-radius: var(--bg-radius); overflow: hidden; box-shadow: var(--bg-shadow-card); }
.bg-homecardimg-r7b6 img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bg-homecardtitl-n537 { font-family: var(--bg-serif); font-size: 17px; padding: 14px 16px 4px; }
.bg-homecardtitl-n537 a { color: var(--bg-text); }
.bg-homecardexce-nfbe { font-size: 14px; color: var(--bg-text-muted); padding: 0 16px 16px; }
.bg-homelist-m71c { list-style: none; }
.bg-homelistitem-m590 { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--bg-border); }
.bg-homelistitem-m590 a { font-weight: 600; color: var(--bg-text); }
.bg-homelistitem-m590 time { font-size: 13px; color: var(--bg-text-muted); }

.bg-footlink-lf71 { text-align: center; padding: 20px 16px; background: var(--bg-felt-dark); }
.bg-footlink-lf71 a { color: var(--bg-text-light); font-size: 13px; margin: 0 8px; opacity: 0.8; }
.bg-footlink-lf71 a:hover { color: var(--bg-gold-light); opacity: 1; }
.bg-affidisc-v1e4 { font-size: 12px; color: var(--bg-text-light); opacity: 0.6; text-align: center; padding: 12px 16px; background: var(--bg-felt-dark); }
.bg-copy-sec6 { font-size: 13px; color: var(--bg-text-light); opacity: 0.7; text-align: center; padding: 8px 16px 20px; background: var(--bg-felt-dark); }

/* ── 响应式 ─────────────────────────────────────────────── */
@media (max-width: 900px) {
  .bg-hero-grid { grid-template-columns: 1fr; }
  .bg-two-col { grid-template-columns: 1fr; }
  .bg-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .bg-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .bg-header-inner { flex-direction: column; gap: 12px; }
  .bg-nav { justify-content: center; }
  .bg-grid-3 { grid-template-columns: 1fr; }
  .bg-footer-grid { grid-template-columns: 1fr; }
  .bg-hero-main-body { padding: 20px; }
  .bg-authprof-wf88 { flex-direction: column; text-align: center; }
}
