/* 熊猫体育官网 - 全局样式 | 深绿白金体育风 | 2026百度SEO优化 */
:root {
  --green: #0A6E3F;
  --green-mid: #0D8A50;
  --green-light: #10A860;
  --green-pale: #E8F5EE;
  --green-dark: #064D2C;
  --white: #FFFFFF;
  --gold: #D4A017;
  --gold-light: #FDF3D0;
  --gold-dark: #B8860B;
  --black: #0A0A0A;
  --ink: #0F1A14;
  --ink-light: #1A3026;
  --gray: #4A6358;
  --gray-light: #F2F7F4;
  --border: #C8DDD4;
  --bg: #F5FAF7;
  --font-serif: 'Noto Serif SC', serif;
  --font-sans: 'Noto Sans SC', sans-serif;
  --shadow-sm: 0 2px 8px rgba(10,110,63,0.07);
  --shadow-md: 0 8px 32px rgba(10,110,63,0.12);
  --shadow-lg: 0 24px 64px rgba(10,110,63,0.18);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 14px;
  --transition: 0.22s ease;
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-sans); background: var(--bg); color: var(--ink); line-height: 1.75; font-size: 15px; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-serif); font-weight: 700; color: var(--ink); line-height: 1.3; }
h1 { font-size: clamp(28px, 5vw, 48px); }
h2 { font-size: clamp(22px, 3.5vw, 36px); }
h3 { font-family: var(--font-sans); font-size: clamp(16px, 2.5vw, 19px); font-weight: 600; }
p { color: var(--gray); line-height: 1.85; margin-bottom: 14px; }
p:last-child { margin-bottom: 0; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container-sm { max-width: 880px; margin: 0 auto; padding: 0 24px; }

/* ── NAV ─────────────────────────────────────────────────── */
.nav { background: var(--green-dark); position: sticky; top: 0; z-index: 100; height: 68px; border-bottom: 2px solid var(--gold); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-icon { width: 42px; height: 42px; background: var(--white); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.logo-text { font-family: var(--font-serif); font-size: 20px; font-weight: 700; color: var(--white); letter-spacing: 1px; }
.logo-text span { color: var(--gold); }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.82); transition: color var(--transition); white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta { background: var(--gold); color: var(--green-dark); border: none; padding: 9px 22px; border-radius: var(--radius-sm); font-size: 14px; font-weight: 700; cursor: pointer; font-family: var(--font-sans); transition: background var(--transition); white-space: nowrap; display: inline-block; letter-spacing: 0.5px; }
.nav-cta:hover { background: var(--gold-dark); color: var(--white); }
.nav-mobile-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav-mobile-toggle span { display: block; width: 22px; height: 2px; background: white; border-radius: 2px; }

/* ── BREADCRUMB ───────────────────────────────────────────── */
.breadcrumb { background: var(--white); border-bottom: 1px solid var(--border); padding: 10px 0; }
.breadcrumb-list { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; font-size: 12px; color: var(--gray); }
.breadcrumb-list a { color: var(--green); }
.breadcrumb-list a:hover { text-decoration: underline; }
.breadcrumb-sep { color: var(--border); }

/* ── HERO ─────────────────────────────────────────────────── */
.hero { background: var(--green-dark); padding: 0; position: relative; overflow: hidden; min-height: 580px; display: flex; align-items: center; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 50%, var(--green-mid) 100%); }
.hero-pattern { position: absolute; inset: 0; opacity: 0.04; background-image: repeating-linear-gradient(45deg, var(--white) 0, var(--white) 1px, transparent 0, transparent 50%); background-size: 20px 20px; }
.hero-glow { position: absolute; top: -100px; right: -100px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(212,160,23,0.1) 0%, transparent 65%); }
.hero-inner { position: relative; z-index: 1; padding: 80px 0 72px; width: 100%; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(212,160,23,0.15); border: 1px solid rgba(212,160,23,0.4); color: var(--gold); font-size: 12px; font-weight: 600; padding: 5px 14px; border-radius: 20px; margin-bottom: 20px; letter-spacing: 1px; text-transform: uppercase; }
.hero h1 { color: var(--white); margin-bottom: 18px; }
.hero h1 span { color: var(--gold); }
.hero-desc { font-size: 16px; color: rgba(255,255,255,0.72); line-height: 1.85; margin-bottom: 36px; max-width: 500px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.btn-gold { background: var(--gold); color: var(--green-dark); padding: 13px 30px; border-radius: var(--radius-sm); font-size: 15px; font-weight: 700; transition: background var(--transition); display: inline-block; }
.btn-gold:hover { background: var(--gold-dark); color: var(--white); }
.btn-ghost { background: transparent; color: var(--white); padding: 13px 30px; border-radius: var(--radius-sm); font-size: 15px; font-weight: 500; border: 1px solid rgba(255,255,255,0.3); transition: all var(--transition); display: inline-block; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); background: rgba(212,160,23,0.08); }
.hero-stats { display: flex; gap: 36px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.12); }
.stat-num { font-family: var(--font-serif); font-size: 30px; font-weight: 700; color: var(--gold); }
.stat-label { font-size: 12px; color: rgba(255,255,255,0.55); margin-top: 4px; }

/* Hero Visual */
.hero-visual { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-lg); padding: 28px; backdrop-filter: blur(8px); }
.hv-header { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.hv-logo { width: 32px; height: 32px; background: var(--white); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.hv-title { color: var(--white); font-size: 13px; font-weight: 600; }
.hv-sub { color: rgba(255,255,255,0.45); font-size: 11px; }
.hv-live { display: flex; align-items: center; gap: 6px; margin-left: auto; font-size: 11px; color: #4ADE80; font-weight: 600; }
.hv-live-dot { width: 6px; height: 6px; background: #4ADE80; border-radius: 50%; animation: pulse 1.5s infinite; }
@keyframes pulse { 0%,100%{opacity:1;} 50%{opacity:0.3;} }
.sport-item { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.sport-item:last-child { border: none; }
.sport-icon { width: 36px; height: 36px; background: rgba(255,255,255,0.08); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.sport-name { color: var(--white); font-size: 13px; font-weight: 500; }
.sport-desc { color: rgba(255,255,255,0.45); font-size: 11px; margin-top: 1px; }
.sport-badge { margin-left: auto; font-size: 11px; font-weight: 600; padding: 3px 9px; border-radius: 12px; white-space: nowrap; }
.badge-live { background: rgba(74,222,128,0.15); color: #4ADE80; }
.badge-hot { background: rgba(255,100,0,0.15); color: #FF6400; }
.badge-new { background: rgba(212,160,23,0.15); color: var(--gold); }

/* ── BUTTONS ──────────────────────────────────────────────── */
.btn-primary { background: var(--green); color: white; padding: 13px 28px; border-radius: var(--radius-sm); font-size: 15px; font-weight: 500; transition: background var(--transition); display: inline-block; }
.btn-primary:hover { background: var(--green-mid); color: white; }
.btn-secondary { background: var(--white); color: var(--ink); padding: 13px 28px; border-radius: var(--radius-sm); font-size: 15px; font-weight: 500; border: 1px solid var(--border); transition: border-color var(--transition), color var(--transition); display: inline-block; }
.btn-secondary:hover { border-color: var(--green); color: var(--green); }

/* ── SECTION ──────────────────────────────────────────────── */
.section { padding: 80px 0; }
.section-bg { background: var(--white); }
.section-dark { background: var(--green-dark); }
.section-tag { font-size: 11px; font-weight: 700; color: var(--green); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.section-tag::before { content: ''; width: 20px; height: 3px; background: var(--gold); border-radius: 2px; }
.section-tag.white { color: var(--gold); }
.section-title { margin-bottom: 12px; }
.section-sub { font-size: 15px; color: var(--gray); max-width: 520px; line-height: 1.8; }
.section-header { margin-bottom: 52px; }
.section-header.center { text-align: center; }
.section-header.center .section-tag { justify-content: center; }
.section-header.center .section-sub { margin: 0 auto; }
.section-header.white .section-title { color: white; }
.section-header.white .section-sub { color: rgba(255,255,255,0.65); }

/* ── SERVICE CARDS ────────────────────────────────────────── */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.svc-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 26px; transition: box-shadow var(--transition), transform var(--transition); position: relative; overflow: hidden; }
.svc-card::after { content:''; position:absolute; bottom:0; left:0; right:0; height:3px; background: linear-gradient(90deg, var(--green), var(--gold)); transform:scaleX(0); transform-origin:left; transition: transform var(--transition); }
.svc-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.svc-card:hover::after { transform: scaleX(1); }
.svc-emoji { font-size: 40px; margin-bottom: 16px; }
.svc-icon { width: 52px; height: 52px; background: var(--green-pale); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.svc-icon svg { width: 24px; height: 24px; stroke: var(--green); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; fill: none; }
.svc-name { font-family: var(--font-sans); font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.svc-desc { font-size: 13px; color: var(--gray); line-height: 1.75; margin-bottom: 0; }

/* ── STATS BAR ────────────────────────────────────────────── */
.stats-bar { background: var(--green); padding: 44px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stats-item { text-align: center; padding: 0 16px; border-right: 1px solid rgba(255,255,255,0.15); }
.stats-item:last-child { border: none; }
.stats-num { font-family: var(--font-serif); font-size: 38px; font-weight: 700; color: var(--gold); margin-bottom: 6px; }
.stats-label { font-size: 13px; color: rgba(255,255,255,0.65); }

/* ── NEWS ─────────────────────────────────────────────────── */
.news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.news-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: box-shadow var(--transition), transform var(--transition); display: block; color: inherit; }
.news-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.news-card-img { height: 168px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.news-card-body { padding: 20px 22px; }
.news-card-cat { font-size: 11px; font-weight: 700; color: var(--green); letter-spacing: 1.5px; margin-bottom: 7px; text-transform: uppercase; }
.news-card-title { font-family: var(--font-sans); font-size: 15px; font-weight: 600; color: var(--ink); margin-bottom: 8px; line-height: 1.5; }
.news-card-date { font-size: 12px; color: var(--gray); }

/* ── NEWS LIST ────────────────────────────────────────────── */
.news-list { display: flex; flex-direction: column; gap: 14px; }
.news-list-item { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 20px 24px; display: flex; gap: 18px; align-items: flex-start; transition: box-shadow .22s, transform .22s; color: inherit; text-decoration: none; }
.news-list-item:hover { box-shadow: 0 8px 28px rgba(10,110,63,0.1); transform: translateY(-2px); border-color: rgba(10,110,63,0.3); }
.news-list-icon { width: 54px; height: 54px; border-radius: 10px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 26px; background: var(--green-pale); }
.news-list-body { flex: 1; }
.news-list-cat { font-size: 11px; font-weight: 700; color: var(--green); letter-spacing: 1px; margin-bottom: 4px; text-transform: uppercase; }
.news-list-title { font-size: 16px; font-weight: 600; color: var(--ink); margin-bottom: 6px; line-height: 1.5; }
.news-list-desc { font-size: 13px; color: var(--gray); line-height: 1.65; margin-bottom: 6px; }
.news-list-meta { font-size: 12px; color: var(--gray); }

/* ── FAQ ──────────────────────────────────────────────────── */
.faq-list { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { font-size: 15px; font-weight: 600; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 20px 0; gap: 16px; user-select: none; }
.faq-icon { color: var(--green); font-size: 22px; font-weight: 300; transition: transform var(--transition); flex-shrink: 0; }
.faq-item.open .faq-icon { transform: rotate(45deg); color: var(--gold-dark); }
.faq-a { font-size: 14px; color: var(--gray); line-height: 1.85; padding-bottom: 20px; display: none; }
.faq-item.open .faq-a { display: block; }

/* ── ARTICLE ──────────────────────────────────────────────── */
.article-body h2 { font-size: 22px; margin: 36px 0 14px; color: var(--ink); }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { font-family: var(--font-sans); font-size: 17px; font-weight: 600; color: var(--ink); margin: 24px 0 10px; }
.article-body p { font-size: 15px; color: var(--gray); line-height: 1.9; margin-bottom: 14px; }
.article-body ul, .article-body ol { padding-left: 20px; margin-bottom: 14px; list-style: disc; }
.article-body ol { list-style: decimal; }
.article-body li { font-size: 15px; color: var(--gray); line-height: 1.85; margin-bottom: 8px; }
.article-body li::marker { color: var(--green); }
.kw { color: var(--green); font-weight: 600; }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.article-tag { background: var(--green-pale); color: var(--green); font-size: 11px; font-weight: 600; padding: 4px 12px; border-radius: 4px; }
.article-meta { font-size: 12px; color: var(--gray); margin-bottom: 28px; display: flex; gap: 16px; flex-wrap: wrap; }

/* ── TABLE ────────────────────────────────────────────────── */
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th { background: var(--green-pale); color: var(--ink); font-weight: 700; padding: 12px 16px; text-align: left; border-bottom: 2px solid var(--green); }
td { padding: 12px 16px; border-bottom: 1px solid var(--border); color: var(--gray); }
tr:last-child td { border-bottom: none; }
tr:hover td { background: var(--green-pale); }

/* ── NOTICE ───────────────────────────────────────────────── */
.notice { background: var(--green-pale); border-left: 4px solid var(--green); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 14px 18px; margin: 20px 0; font-size: 14px; color: var(--ink-light); }

/* ── RELATED ──────────────────────────────────────────────── */
.related-links { display: flex; flex-direction: column; gap: 8px; }
.related-link { display: flex; align-items: center; gap: 10px; padding: 11px 16px; background: var(--gray-light); border-radius: var(--radius-sm); font-size: 13px; color: var(--gray); transition: all var(--transition); }
.related-link:hover { background: var(--green-pale); color: var(--green); }
.related-link::before { content: "→"; color: var(--green); flex-shrink: 0; }

/* ── CTA ──────────────────────────────────────────────────── */
.cta-section { background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 100%); padding: 80px 0; text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content:''; position:absolute; top:-80px; left:50%; transform:translateX(-50%); width:800px; height:400px; background: radial-gradient(ellipse, rgba(212,160,23,0.1) 0%, transparent 65%); }
.cta-title { color: white; margin-bottom: 14px; position: relative; z-index: 1; }
.cta-sub { color: rgba(255,255,255,0.72); font-size: 16px; margin-bottom: 34px; position: relative; z-index: 1; }
.cta-btn { background: var(--gold); color: var(--green-dark); padding: 15px 42px; border-radius: var(--radius-sm); font-size: 16px; font-weight: 700; display: inline-block; transition: background var(--transition); position: relative; z-index: 1; }
.cta-btn:hover { background: var(--gold-dark); color: var(--white); }

/* ── SIDEBAR ──────────────────────────────────────────────── */
.content-sidebar-grid { display: grid; grid-template-columns: 1fr 300px; gap: 44px; align-items: start; }
.sidebar-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 22px; }
.sidebar-card + .sidebar-card { margin-top: 16px; }
.sidebar-card h4 { font-family: var(--font-sans); font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--green-pale); letter-spacing: 0.5px; text-transform: uppercase; }
.sidebar-links li { margin-bottom: 8px; }
.sidebar-links a { font-size: 13px; color: var(--gray); transition: color var(--transition); display: flex; align-items: center; gap: 6px; }
.sidebar-links a::before { content: '›'; color: var(--green); font-size: 16px; }
.sidebar-links a:hover { color: var(--green); }

/* ── PAGE HERO ────────────────────────────────────────────── */
.page-hero { background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 100%); padding: 56px 0; position: relative; overflow: hidden; }
.page-hero::after { content:''; position:absolute; right:-80px; top:-80px; width:360px; height:360px; background: radial-gradient(circle, rgba(212,160,23,0.1) 0%, transparent 70%); }
.page-hero h1 { color: white; margin-bottom: 10px; font-size: clamp(26px, 4vw, 40px); }
.page-hero-desc { font-size: 16px; color: rgba(255,255,255,0.7); margin-bottom: 0; max-width: 580px; }

/* ── FOOTER ───────────────────────────────────────────────── */
footer { background: var(--ink); color: #7A9088; padding: 60px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 44px; }
.footer-brand { font-family: var(--font-serif); font-size: 22px; font-weight: 700; color: white; margin-bottom: 12px; }
.footer-brand span { color: var(--gold); }
.footer-desc { font-size: 13px; line-height: 1.8; color: #7A9088; margin-bottom: 0; }
.footer-col h4 { font-size: 12px; font-weight: 700; color: white; margin-bottom: 16px; letter-spacing: 2px; text-transform: uppercase; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: #7A9088; font-size: 13px; transition: color var(--transition); }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid #1A2820; padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copy, .footer-beian { font-size: 12px; color: #3A5040; }
.footer-gold-line { width: 100%; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin-bottom: 44px; opacity: 0.4; }

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-mobile-toggle { display: flex; }
  .nav-links.open { display: flex; flex-direction: column; position: fixed; top: 68px; left: 0; right: 0; background: var(--green-dark); padding: 20px 24px; border-bottom: 2px solid var(--gold); box-shadow: var(--shadow-md); gap: 16px; z-index: 99; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .stats-item { border-right: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .news-grid { grid-template-columns: 1fr; }
  .content-sidebar-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .hero-inner { padding: 56px 0 48px; }
  .services-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .hero-stats { flex-wrap: wrap; gap: 20px; }
}
