/* bjfc08 - 玫瑰粉 | 游戏平台门户 */
:root {
  --bjfc-primary: #ec4899;
  --bjfc-primary-dark: #db2777;
  --bjfc-accent: #f59e0b;
  --bjfc-accent2: #8b5cf6;
  --bjfc-bg: #fdf2f8;
  --bjfc-sub-bg: #ffffff;
  --bjfc-text: #0f172a;
  --bjfc-text-2: #475569;
  --bjfc-muted: #94a3b8;
}
* { box-sizing: border-box; }
body { font-family: "Microsoft YaHei","PingFang SC",Arial,sans-serif; color: var(--bjfc-text); margin: 0; background: var(--bjfc-bg); line-height: 1.6; }

/* Header */
.bjfc-header { background: rgba(255,255,255,.92); backdrop-filter: blur(12px); box-shadow: 0 1px 3px rgba(0,0,0,.06); position: sticky; top: 0; z-index: 999; }
.bjfc-header .navbar { padding: 12px 0; }
.bjfc-header .logo { display: flex; align-items: center; text-decoration: none; gap: 10px; }
.bjfc-header .logo-img { max-height: 42px; }
.bjfc-header .logo-text { font-size: 1.15rem; font-weight: 700; color: var(--bjfc-primary); }
.bjfc-header .logo-sub { font-size: .75rem; color: var(--bjfc-muted); }
.bjfc-header .navbar-nav .nav-link { color: var(--bjfc-text)!important; font-size: .92rem; font-weight: 500; padding: 8px 16px!important; border-radius: 6px; transition: .3s; }
.bjfc-header .navbar-nav .nav-link:hover,.bjfc-header .navbar-nav .nav-link.active { color: var(--bjfc-primary)!important; background: rgba(99,102,241,.08); }
.bjfc-header .bjfc-search { border: 1px solid #e2e8f0; border-radius: 8px; padding: 8px 14px; font-size: .88rem; min-width: 180px; background: #f8fafc; }
.bjfc-header .bjfc-search:focus { border-color: var(--bjfc-primary); outline: none; background: #fff; }

/* Hero */
.bjfc-hero { background: linear-gradient(135deg, var(--bjfc-primary-dark), var(--bjfc-primary)); padding: 80px 20px 60px; text-align: center; position: relative; overflow: hidden; }
.bjfc-hero::before { content:''; position: absolute; inset: 0; background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60"><circle cx="30" cy="30" r="1.5" fill="rgba(255,255,255,.08)"/></svg>') repeat; }
.bjfc-hero-tag { display: inline-block; color: rgba(255,255,255,.8); font-size: .88rem; margin-bottom: 14px; letter-spacing: 2px; position: relative; }
.bjfc-hero h1 { color: #fff; font-size: 2.6rem; font-weight: 800; margin-bottom: 16px; position: relative; }
.bjfc-hero p { color: rgba(255,255,255,.85); font-size: 1rem; max-width: 680px; margin: 0 auto 28px; position: relative; }
.bjfc-hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }
.bjfc-btn-primary { display: inline-flex; align-items: center; padding: 12px 28px; background: var(--bjfc-accent); color: #fff; border-radius: 8px; font-weight: 600; text-decoration: none; transition: .3s; }
.bjfc-btn-primary:hover { opacity: .9; transform: translateY(-2px); color: #fff; }
.bjfc-btn-outline { display: inline-flex; align-items: center; padding: 12px 28px; background: rgba(255,255,255,.15); color: #fff; border: 1px solid rgba(255,255,255,.4); border-radius: 8px; font-weight: 600; text-decoration: none; transition: .3s; }
.bjfc-btn-outline:hover { background: rgba(255,255,255,.25); color: #fff; }

/* Stats */
.bjfc-stats { padding: 0 20px; margin-top: -40px; position: relative; z-index: 2; }
.bjfc-stats-grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.bjfc-stat-card { background: #fff; border-radius: 12px; padding: 24px 16px; text-align: center; box-shadow: 0 4px 20px rgba(0,0,0,.06); border: 1px solid rgba(0,0,0,.04); transition: .3s; }
.bjfc-stat-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,.1); }
.bjfc-stat-card .num { font-size: 1.8rem; font-weight: 800; color: var(--bjfc-accent); }
.bjfc-stat-card .label { font-size: .85rem; color: var(--bjfc-muted); margin-top: 4px; }

/* Section */
.bjfc-section { padding: 70px 0; }
.bjfc-section.alt { background: var(--bjfc-sub-bg); }
.bjfc-stitle { text-align: center; margin-bottom: 45px; }
.bjfc-stitle h2 { color: var(--bjfc-text); font-size: 1.8rem; font-weight: 700; margin: 0 0 10px; }
.bjfc-stitle p { color: var(--bjfc-muted); font-size: .95rem; margin: 0; }

/* Feature */
.bjfc-feature { background: #fff; border-radius: 12px; padding: 28px 20px; text-align: center; border: 1px solid #e2e8f0; transition: .3s; height: 100%; }
.bjfc-feature:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,.06); border-color: var(--bjfc-primary); }
.bjfc-feature i { font-size: 2.2rem; color: var(--bjfc-primary); margin-bottom: 14px; }
.bjfc-feature h4 { color: var(--bjfc-text); font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.bjfc-feature p { color: var(--bjfc-text-2); font-size: .85rem; margin: 0; }

/* Game */
.bjfc-game { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid #e2e8f0; transition: .3s; height: 100%; }
.bjfc-game:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,.08); }
.bjfc-game-thumb { position: relative; height: 160px; background: linear-gradient(135deg, rgba(99,102,241,.1), rgba(139,92,246,.08)); display: flex; align-items: center; justify-content: center; }
.bjfc-game-thumb i { font-size: 3.5rem; color: var(--bjfc-primary); opacity: .4; }
.bjfc-game-badge { position: absolute; top: 10px; right: 10px; background: var(--bjfc-accent); color: #fff; font-size: .72rem; padding: 3px 10px; border-radius: 4px; font-weight: 600; }
.bjfc-game-body { padding: 18px; }
.bjfc-game-body h3 { font-size: 1.05rem; font-weight: 700; color: var(--bjfc-text); margin-bottom: 6px; }
.bjfc-game-body p { font-size: .85rem; color: var(--bjfc-text-2); margin-bottom: 10px; }
.bjfc-game-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.bjfc-game-tags span { background: rgba(99,102,241,.08); color: var(--bjfc-primary); font-size: .72rem; padding: 3px 8px; border-radius: 4px; }

/* News */
.bjfc-news-item { padding: 16px 0; border-bottom: 1px solid #e2e8f0; }
.bjfc-news-item:last-child { border-bottom: none; }
.bjfc-news-date { color: var(--bjfc-accent); font-size: .82rem; font-weight: 600; }
.bjfc-news-item h4 { font-size: .95rem; font-weight: 600; margin: 4px 0; }
.bjfc-news-item h4 a { color: var(--bjfc-text); text-decoration: none; transition: .3s; }
.bjfc-news-item h4 a:hover { color: var(--bjfc-primary); }
.bjfc-news-item p { font-size: .85rem; color: var(--bjfc-muted); margin: 0; }

/* Digital */
.bjfc-digital { background: linear-gradient(135deg, var(--bjfc-primary-dark), var(--bjfc-primary)); padding: 60px 0; text-align: center; }
.bjfc-digital h2 { color: #fff; font-size: 1.6rem; font-weight: 700; margin-bottom: 8px; }
.bjfc-digital p { color: rgba(255,255,255,.7); margin-bottom: 36px; }
.bjfc-digital-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; max-width: 900px; margin: 0 auto; }
.bjfc-digital-item .num { font-size: 2.2rem; font-weight: 800; color: var(--bjfc-accent); }
.bjfc-digital-item .label { font-size: .85rem; color: rgba(255,255,255,.7); margin-top: 4px; }

/* FAQ */
.bjfc-faq-item { background: #fff; border-radius: 10px; padding: 20px 24px; margin-bottom: 12px; border: 1px solid #e2e8f0; transition: .3s; }
.bjfc-faq-item:hover { border-color: var(--bjfc-primary); }
.bjfc-faq-item h5 { font-size: .95rem; font-weight: 600; color: var(--bjfc-text); margin-bottom: 8px; }
.bjfc-faq-item h5 i { color: var(--bjfc-primary); margin-right: 8px; }
.bjfc-faq-item p { font-size: .88rem; color: var(--bjfc-text-2); margin: 0; }

/* CTA */
.bjfc-cta { background: linear-gradient(135deg, var(--bjfc-primary), var(--bjfc-primary-dark)); padding: 60px 20px; text-align: center; }
.bjfc-cta h2 { color: #fff; font-size: 1.8rem; font-weight: 700; margin-bottom: 12px; }
.bjfc-cta p { color: rgba(255,255,255,.8); max-width: 600px; margin: 0 auto 24px; }

/* Footer */
.bjfc-footer { background: #0f172a; color: rgba(255,255,255,.7); padding: 50px 0 0; }
.bjfc-footer h5 { color: #fff; font-size: .95rem; font-weight: 700; margin-bottom: 16px; }
.bjfc-footer ul { list-style: none; padding: 0; }
.bjfc-footer ul li { padding: 4px 0; font-size: .85rem; }
.bjfc-footer a { color: rgba(255,255,255,.6); text-decoration: none; transition: .3s; }
.bjfc-footer a:hover { color: var(--bjfc-primary); }
.bjfc-footer .copy { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; margin-top: 30px; text-align: center; font-size: .82rem; color: rgba(255,255,255,.4); }
.bjfc-footer .social { display: flex; gap: 12px; margin-top: 12px; }
.bjfc-footer .social a { width: 32px; height: 32px; border-radius: 6px; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.6); transition: .3s; }
.bjfc-footer .social a:hover { background: var(--bjfc-primary); color: #fff; }

/* Breadcrumb */
.bjfc-breadcrumb { background: var(--bjfc-sub-bg); padding: 12px 0; font-size: .85rem; }
.bjfc-breadcrumb a { color: var(--bjfc-text-2); text-decoration: none; }
.bjfc-breadcrumb a:hover { color: var(--bjfc-primary); }
.bjfc-breadcrumb span { color: var(--bjfc-primary); }

/* Pagination */
.bjfc-pagination { display: flex; justify-content: center; gap: 6px; margin-top: 30px; }
.bjfc-pagination a,.bjfc-pagination span { display: inline-block; padding: 8px 14px; background: #fff; border: 1px solid #e2e8f0; color: var(--bjfc-text-2); text-decoration: none; border-radius: 6px; font-size: .9rem; }
.bjfc-pagination a:hover,.bjfc-pagination .active { background: var(--bjfc-primary); color: #fff; border-color: var(--bjfc-primary); }

@media (max-width: 768px) {
  .bjfc-hero { padding: 50px 15px 40px; }
  .bjfc-hero h1 { font-size: 1.6rem; }
  .bjfc-stats-grid,.bjfc-digital-grid { grid-template-columns: repeat(2,1fr); }
  .bjfc-section { padding: 50px 0; }
}
