/* 亚博体育 文件设计提醒：新未来竞技电影感；以导播台分镜、夜幕黑蓝、赤金高光、媒体级留白与高密度视频信息卡为核心。任何样式选择都必须强化视频首屏、赛事转播质感与品牌导视，而不是稀释它。 */
:root {
  --bg: #06111f;
  --bg-soft: #0e1d31;
  --panel: rgba(10, 24, 42, 0.9);
  --panel-2: rgba(16, 35, 59, 0.82);
  --line: rgba(255, 255, 255, 0.12);
  --text: #f4f7fb;
  --muted: #b8c3d4;
  --gold: #f3b457;
  --orange: #ff7c44;
  --blue: #4eb6ff;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --radius: 24px;
  --radius-sm: 16px;
  --content-width: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Sans SC", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(78, 182, 255, 0.12), transparent 24%),
    radial-gradient(circle at right, rgba(255, 124, 68, 0.14), transparent 20%),
    linear-gradient(180deg, #07111f 0%, #081528 32%, #0a1830 66%, #060f1d 100%);
  line-height: 1.75;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 32px), var(--content-width)); margin: 0 auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(22px);
  background: rgba(4, 12, 24, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  min-height: 82px;
}
.brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.brand-wordmark { width: 132px; height: auto; }
.main-nav { display: flex; flex-wrap: wrap; gap: 16px; justify-content: flex-end; }
.main-nav a {
  padding: 10px 14px; border-radius: 999px; color: #eaf1ff; font-weight: 700;
  transition: .25s ease; position: relative;
}
.main-nav a:hover, .main-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.08); color: #fff; outline: none;
}
.search-bar-wrap { padding: 0 0 18px; }
.vdr1s {
  display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center;
  background: linear-gradient(90deg, rgba(10,24,42,.9), rgba(15,32,54,.92));
  padding: 16px; border-radius: 22px; border: 1px solid rgba(243,180,87,.18);
  box-shadow: var(--shadow);
}
.vdr1s input {
  min-width: 0; width: 100%; padding: 15px 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06); color: var(--text); font-size: 15px;
}
.vdr1s button, .cta-btn, .ghost-btn, .share-btn {
  appearance: none; border: none; border-radius: 999px; cursor: pointer; font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.vdr1s button, .cta-btn {
  background: linear-gradient(135deg, var(--gold), var(--orange)); color: #101820; padding: 15px 20px; box-shadow: 0 10px 30px rgba(243,180,87,.22);
}
.vdr1s button:hover, .cta-btn:hover, .ghost-btn:hover, .share-btn:hover { transform: translateY(-2px); }
.hbvufpa { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 13px; }
.section { padding: 56px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 24px; }
.kicker {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px;
  background: rgba(255,255,255,.06); color: var(--gold); border: 1px solid rgba(243,180,87,.2);
  font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
}
.hero {
  padding: 26px 0 32px;
}
.hero-shell {
  position: relative; overflow: hidden; border-radius: 34px; min-height: 680px; box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(90deg, rgba(3,10,19,.88) 0%, rgba(3,10,19,.7) 36%, rgba(3,10,19,.38) 58%, rgba(3,10,19,.62) 100%),
    url('/assets/img/hero.jpg') center/cover no-repeat;
}
.hero-shell::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(78,182,255,.18), transparent 32%, transparent 58%, rgba(255,124,68,.18) 100%);
  mix-blend-mode: screen; pointer-events: none;
}
.hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 24px; min-height: 680px; align-items: end;
}
.hero-copy { padding: 62px 42px 46px; max-width: 720px; }
.hero-copy h1 {
  margin: 16px 0 18px; font-size: clamp(2.6rem, 4vw, 4.8rem); line-height: 1.02;
  letter-spacing: -.04em; font-weight: 900;
}
.display-cn {
  font-family: "ZCOOL QingKe HuangYou", sans-serif; font-size: .86em; color: #ffd79f; display: inline-block; margin-right: 12px;
}
.hero-copy p { margin: 0 0 18px; color: #d9e3f1; font-size: 1.05rem; max-width: 56ch; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 28px 0 0; }
.ghost-btn {
  padding: 14px 20px; color: var(--text); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
}
.hero-side {
  padding: 44px 34px 34px; display: grid; gap: 16px; align-content: end;
}
.metric-card, .panel, .faq-item, .review-card, .json-panel, .contact-card, .partner-item, .mini-card, .page-hero, .content-card {
  background: linear-gradient(180deg, rgba(8,20,37,.9), rgba(12,27,47,.85));
  border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); box-shadow: var(--shadow);
}
.metric-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.metric-card { padding: 18px; }
.metric-card strong { display: block; font-size: 1.8rem; color: #fff; }
.metric-card span { color: var(--muted); font-size: 14px; }
.live-card { padding: 20px; position: relative; overflow: hidden; }
.live-card::after {
  content: "亚博体育 VIDEO"; position: absolute; top: 14px; right: -18px; transform: rotate(8deg);
  color: rgba(255,255,255,.06); font-size: 34px; font-weight: 900;
}
.tag-row, .meta-row, .chips, .share-grid { display: flex; gap: 10px; flex-wrap: wrap; }
.tag, .chip {
  display: inline-flex; align-items: center; gap: 6px; padding: 8px 11px; border-radius: 999px;
  background: rgba(255,255,255,.07); color: #dce7f7; border: 1px solid rgba(255,255,255,.08); font-size: 13px;
}
.video-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px;
}
.video-card {
  overflow: hidden; position: relative; border-radius: 28px;
  background: linear-gradient(180deg, rgba(8,20,37,.98), rgba(12,27,47,.92)); border: 1px solid rgba(255,255,255,.08); box-shadow: var(--shadow);
}
.video-thumb {
  position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #091321;
}
.video-thumb img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform .35s ease, filter .35s ease; }
.s2h3z {
  position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.5));
}
.y1rcyr0 {
  width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; color: #081220;
  background: linear-gradient(135deg, #fff7d7, var(--gold)); box-shadow: 0 18px 36px rgba(243,180,87,.28);
  opacity: 0; transform: scale(.82); transition: .28s ease;
}
.y1rcyr0::before {
  content: ""; width: 0; height: 0; border-left: 18px solid currentColor; border-top: 11px solid transparent; border-bottom: 11px solid transparent; margin-left: 5px;
}
.video-card:hover .y1rcyr0, .video-card:focus-within .y1rcyr0, .video-card.gb753l .y1rcyr0 { opacity: 1; transform: scale(1); }
.video-card:hover .video-thumb img { transform: scale(1.06); filter: saturate(1.06); }
.video-body { padding: 18px 18px 22px; }
.video-body h3 { margin: 0 0 8px; font-size: 1.18rem; line-height: 1.35; }
.video-body p { margin: 0 0 16px; color: var(--muted); }
.meta-row { color: #dce7f7; font-size: 14px; }
.meta-row strong { color: var(--gold); }
.media-columns, .community-grid, .expert-grid, .partner-grid, .footer-grid, .inner-grid, .review-grid, .faq-grid, .contact-grid {
  display: grid; gap: 22px;
}
.media-columns { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.panel { padding: 22px; }
.panel h3, .expert-card h3, .review-card h3, .contact-card h3, .content-card h3, .faq-item h3 { margin: 0 0 12px; font-size: 1.28rem; }
.panel ul, .content-card ul { margin: 0; padding-left: 18px; color: var(--muted); }
.community-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.community-card, .expert-card { padding: 24px; border-radius: var(--radius); border: 1px solid rgba(255,255,255,.08); background: linear-gradient(180deg, rgba(9,21,38,.94), rgba(13,29,49,.86)); box-shadow: var(--shadow); }
.community-card h3, .expert-card h3 { margin-top: 12px; }
.community-card p, .expert-card p, .contact-card p, .review-card p, .content-card p { color: var(--muted); }
.community-head, .expert-head { display: flex; justify-content: space-between; gap: 16px; align-items: start; }
.count-pill { font-size: 13px; padding: 8px 11px; border-radius: 999px; color: #07111f; background: linear-gradient(135deg, #ffd598, var(--orange)); font-weight: 800; }
.expert-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.action-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.action-links a {
  padding: 10px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.06); font-weight: 700;
}
.json-panel { padding: 22px; overflow: hidden; }
.json-panel pre {
  margin: 0; color: #d7e8ff; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-wrap; word-break: break-word; font-size: 13px; line-height: 1.7;
}
.partner-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.partner-item {
  padding: 18px; text-align: center; border-radius: 22px; background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}
.partner-item strong { display: block; font-size: 1rem; }
.partner-item span { color: var(--muted); font-size: 14px; }
.howto { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 22px; }
.steps { counter-reset: howto; display: grid; gap: 16px; }
.step {
  counter-increment: howto; padding: 18px 18px 18px 68px; position: relative; border-radius: 20px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
}
.step::before {
  content: counter(howto); position: absolute; top: 18px; left: 18px; width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center; background: linear-gradient(135deg, var(--gold), var(--orange)); color: #101820; font-weight: 900;
}
.contact-grid { grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); }
.contact-photo { aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius); }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; }
.contact-card { padding: 24px; }
.review-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.review-card { padding: 20px; }
.review-card strong { color: var(--gold); }
.faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.faq-item { padding: 20px; }
.share-grid { margin-top: 20px; }
.share-btn {
  padding: 12px 16px; background: rgba(255,255,255,.07); color: var(--text); border: 1px solid rgba(255,255,255,.08);
}
.page-hero {
  padding: 36px 28px; margin-top: 28px; position: relative; overflow: hidden;
}
.page-hero::after {
  content: "亚博体育"; position: absolute; right: 24px; bottom: -18px; font-size: clamp(4rem, 8vw, 8rem); color: rgba(255,255,255,.04); font-weight: 900; letter-spacing: -.05em;
}
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; color: var(--muted); font-size: 14px; }
.inner-grid { grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); margin-top: 24px; }
.content-card { padding: 24px; }
.article-list { display: grid; gap: 16px; }
.article-item {
  padding: 18px; border-radius: 20px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
}
.article-item h3 { margin: 0 0 8px; }
.footer-grid { grid-template-columns: 1.15fr .85fr .95fr; align-items: start; }
.site-footer { margin-top: 64px; padding: 44px 0 26px; background: rgba(2, 9, 18, .94); border-top: 1px solid rgba(255,255,255,.08); }
.footer-logo { width: 144px; height: auto; margin-bottom: 12px; }
.footer-links { margin: 0; padding-left: 18px; color: var(--muted); }
.footer-meta { padding-top: 18px; color: var(--muted); font-size: 14px; }
.qr-list { display: flex; gap: 18px; flex-wrap: wrap; }
.qr-list figure { margin: 0; }
.qr-list figcaption { margin-top: 8px; color: var(--muted); font-size: 13px; }
.notice-bar {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px;
}
.notice-bar .chip strong { color: var(--gold); }
@media (max-width: 1160px) {
  .video-grid, .media-columns, .partner-grid, .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-grid, .howto, .contact-grid, .inner-grid, .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .header-inner { flex-direction: column; align-items: stretch; padding: 12px 0; }
  .main-nav { justify-content: flex-start; }
  .vdr1s { grid-template-columns: 1fr; }
  .hero-shell, .hero-grid { min-height: auto; }
  .hero-copy, .hero-side { padding: 24px; }
  .metric-grid, .community-grid, .expert-grid, .faq-grid, .video-grid, .media-columns, .review-grid, .partner-grid { grid-template-columns: 1fr; }
}


/* 亚博体育设计提醒：以新未来竞技电影感为核心，强化视频感、栏目层级与可信信号。 */
.trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.mini-card { padding: 22px; border-radius: var(--radius); background: linear-gradient(180deg, rgba(9,21,38,.94), rgba(13,29,49,.86)); border: 1px solid rgba(255,255,255,.08); box-shadow: var(--shadow); }
.mini-card h3 { margin: 0 0 10px; font-size: 1.12rem; }
.video-preview { width: 100%; height: 100%; object-fit: cover; background: #091321; }
.ghpexuxa { display: none !important; }
.footer-links li { margin-bottom: 10px; }
.footer-links li::marker { color: var(--gold); }
@media (max-width: 1160px) {
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .trust-grid { grid-template-columns: 1fr; }
}
