* { box-sizing: border-box; }

:root {
  --bg: #07192a;
  --bg-2: #092137;
  --panel: #0d2237;
  --panel-2: #102a44;
  --line: rgba(255,255,255,.12);
  --line-dark: #dfe7f0;
  --lime: #a7ff08;
  --orange: #ff970f;
  --blue: #149cff;
  --text: #081625;
  --muted: #6d7b8c;
}

body {
  margin: 0;
  padding-top: 94px;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  background: #06182a;
  color: var(--text);
}

a { color: inherit; text-decoration: none; }

.site-top {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  height: 38px;
  color: #cbd8e7;
  background: linear-gradient(90deg, #061323, #071d31 54%, #061323);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.wrap {
  width: min(1420px, calc(100% - 44px));
  margin: 0 auto;
}

.site-top .wrap {
  height: 38px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  font-size: 13px;
}

.top-notice {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 28px;
  padding: 0 18px;
  border-radius: 999px;
  color: #efffde;
  font-weight: 900;
  background: linear-gradient(90deg, rgba(156,255,0,.2), rgba(255,151,15,.16));
  border: 1px solid rgba(167,255,8,.46);
  box-shadow: 0 6px 22px rgba(0,0,0,.2), 0 0 30px rgba(167,255,8,.24);
  transform: translateY(1px);
}

.top-notice i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(167,255,8,.13), 0 0 16px rgba(167,255,8,.8);
}

.top-links {
  justify-self: end;
  display: flex;
  gap: 18px;
  color: #e3edf8;
  font-weight: 700;
}

.main-nav {
  position: fixed;
  z-index: 999;
  top: 38px;
  left: 0;
  right: 0;
  height: 56px;
  background: #071626;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 14px 34px rgba(0,0,0,.26);
}

.main-nav .wrap {
  height: 56px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  width: 190px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: 0;
}

.brand-mark {
  width: 46px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  color: #071626;
  font-size: 21px;
  font-weight: 950;
  background: linear-gradient(135deg, var(--lime), #22e8a5);
  transform: skew(-10deg);
  box-shadow: 0 10px 22px rgba(167,255,8,.18);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
  font-size: 15px;
  font-weight: 850;
  color: #dbe6f2;
}

.nav-links a.active,
.nav-links a:hover { color: var(--lime); }

.search {
  width: 250px;
  height: 34px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  color: #8fa2b7;
  font-size: 13px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.05);
}

.follow {
  display: inline-flex;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  color: #071626;
  background: var(--lime);
  font-size: 14px;
  font-weight: 950;
}

.home-shell {
  padding: 18px 0 40px;
  background:
    radial-gradient(circle at 78% 12%, rgba(36,159,255,.18), transparent 26%),
    linear-gradient(180deg, #07192a 0%, #082036 42%, #f3f6fa 42%, #f3f6fa 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(420px, .9fr);
  gap: 14px;
}

.hero-card {
  min-height: 318px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3,12,21,.92) 0%, rgba(5,18,31,.62) 58%, rgba(5,18,31,.45)),
    url("sports-hero.jpg") center / cover no-repeat;
  border: 1px solid rgba(255,255,255,.12);
}

.hero-content {
  width: 58%;
  padding: 44px 34px 26px;
}

.hero-content h1 {
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: 950;
}

.hero-content h1 span { color: var(--lime); }

.hero-content p {
  margin: 0 0 22px;
  color: #d7e2ef;
  font-size: 16px;
  line-height: 1.8;
}

.hero-cta {
  display: inline-flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 8px;
  color: #071626;
  background: linear-gradient(135deg, var(--lime), #d4ff38);
  font-weight: 950;
  box-shadow: 0 14px 26px rgba(167,255,8,.28);
}

.hero-features {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(90deg, rgba(3,12,21,.86), rgba(3,12,21,.52));
  border-top: 1px solid rgba(255,255,255,.13);
}

.hero-feature {
  padding: 14px 20px;
  color: #dce7f4;
  border-right: 1px solid rgba(255,255,255,.12);
}

.hero-feature b {
  display: block;
  color: #fff;
  margin-bottom: 4px;
}

.hero-feature span {
  color: #a7b8ca;
  font-size: 12px;
}

.top-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.dark-panel {
  min-height: 318px;
  color: #fff;
  background: linear-gradient(180deg, #0c2239, #071a2e);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  overflow: hidden;
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-weight: 950;
}

.panel-head span:last-child {
  color: #a8b8ca;
  font-size: 12px;
  font-weight: 800;
}

.match-item,
.score-item {
  display: grid;
  gap: 8px;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 13px;
}

.match-item {
  grid-template-columns: 50px 1fr auto;
}

.score-item {
  grid-template-columns: 36px 1fr 54px 36px;
}

.match-item b,
.score-item b { color: #fff; }

.match-item small,
.score-item small { color: #8ea2b8; }

.hot { color: var(--lime); font-weight: 950; }

.mobile-float {
  position: absolute;
  right: 12px;
  top: 54px;
  width: 282px;
  padding: 13px 15px;
  border-radius: 14px;
  color: #fff;
  border: 1px solid rgba(167,255,8,.48);
  background: linear-gradient(140deg, rgba(8,30,51,.92), rgba(9,39,61,.82));
  box-shadow: 0 18px 40px rgba(0,0,0,.34), 0 0 34px rgba(167,255,8,.26);
}

.mobile-float .tag {
  display: inline-flex;
  margin-bottom: 7px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #061626;
  background: var(--orange);
  font-size: 12px;
  font-weight: 950;
}

.mobile-float strong {
  display: block;
  font-size: 20px;
  line-height: 1.35;
}

.mobile-float span { color: var(--lime); }

.category-strip {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(9,22,40,.08);
  overflow: hidden;
}

.category {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 0 22px;
  border-right: 1px solid #e4ebf2;
}

.category:last-child { border-right: 0; }

.category i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #061626;
  background: #dfff9c;
  font-style: normal;
  font-weight: 950;
}

.category b { display: block; margin-bottom: 3px; }
.category span { color: var(--muted); font-size: 12px; }

.content-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1.1fr .95fr .85fr .95fr;
  gap: 12px;
}

.white-card {
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(9,22,40,.06);
}

.white-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border-bottom: 1px solid #edf1f6;
}

.white-head h2 {
  margin: 0;
  font-size: 18px;
}

.white-head a { color: #718096; font-size: 12px; font-weight: 800; }

.timeline { padding: 8px 14px 12px; }

.timeline-row {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #edf1f6;
  font-size: 13px;
}

.timeline-row:last-child { border-bottom: 0; }
.timeline-row b { display: block; margin-bottom: 4px; }
.timeline-row small { color: var(--muted); }
.state { color: #668000; background: #ebffd2; border-radius: 999px; padding: 3px 8px; font-weight: 900; font-size: 12px; }

.feature-img {
  min-height: 112px;
  color: #fff;
  padding: 16px;
  display: flex;
  align-items: end;
  background:
    linear-gradient(180deg, transparent, rgba(2,9,16,.85)),
    var(--card-image, url("sports-worldcup.jpg")) center / cover no-repeat;
}

.feature-img b { font-size: 18px; line-height: 1.35; }

.bullet-list { padding: 10px 14px 14px; }
.bullet-list a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid #edf1f6;
  color: #233045;
  font-size: 13px;
}
.bullet-list a:last-child { border-bottom: 0; }
.bullet-list span { color: #718096; white-space: nowrap; }

.person-row {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px;
  padding: 10px 14px;
  border-bottom: 1px solid #edf1f6;
}
.person-row:last-child { border-bottom: 0; }
.avatar {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #061626;
  background: linear-gradient(135deg, var(--lime), #dfff9c);
  font-weight: 950;
}
.person-row b { display: block; margin-bottom: 5px; font-size: 14px; }
.person-row span { color: var(--muted); font-size: 12px; line-height: 1.45; }

.quick-row {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.quick {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 62px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(180deg, #102b45, #0a2037);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
}

.quick i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--lime);
  border: 1px solid rgba(167,255,8,.36);
  border-radius: 50%;
  font-style: normal;
  font-weight: 950;
}

.quick b { display: block; }
.quick span { color: #9fb2c7; font-size: 12px; }

.latest {
  margin-top: 12px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
}

.latest-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 10px;
}

.latest-head h2 { margin: 0; font-size: 18px; }

.news-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.news-card {
  border: 1px solid #e3eaf2;
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
}

.thumb {
  height: 76px;
  background:
    linear-gradient(180deg, transparent, rgba(2,9,16,.72)),
    var(--thumb-image, url("sports-hero.jpg")) center / cover no-repeat;
}

.news-card b {
  display: block;
  padding: 9px 10px 4px;
  font-size: 13px;
  line-height: 1.35;
}

.news-card span {
  display: block;
  padding: 0 10px 10px;
  color: #718096;
  font-size: 12px;
}

.footer-preview {
  margin-top: 22px;
  color: #d9e5f3;
  background: #071626;
  border-top: 1px solid rgba(255,255,255,.12);
}

.footer-preview .wrap {
  min-height: 118px;
  display: grid;
  grid-template-columns: 1.3fr repeat(4, 1fr);
  gap: 30px;
  padding: 28px 0;
}

.footer-preview b { display: block; margin-bottom: 10px; color: #fff; }
.footer-preview p,
.footer-preview a { color: #a9b7c8; font-size: 13px; line-height: 1.7; margin: 0; }
.footer-preview .mail { color: var(--lime); font-weight: 900; }

.subhero {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5,16,29,.94), rgba(6,20,34,.78)),
    var(--subhero-image, url("sports-tactics.jpg")) center / cover no-repeat;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.subhero .wrap {
  min-height: 220px;
  display: grid;
  grid-template-columns: minmax(0,1fr) 340px;
  gap: 28px;
  align-items: center;
}

.crumb {
  color: #a7b8ca;
  font-size: 13px;
  margin-bottom: 16px;
}

.crumb span { color: var(--lime); font-weight: 900; }

.subhero h1 {
  margin: 0 0 12px;
  font-size: 40px;
  line-height: 1.18;
  font-weight: 950;
}

.subhero p {
  max-width: 760px;
  margin: 0;
  color: #d6e2ef;
  line-height: 1.85;
}

.inner-float {
  padding: 18px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(140deg, rgba(8,30,51,.92), rgba(9,39,61,.82));
  border: 1px solid rgba(167,255,8,.42);
  box-shadow: 0 20px 42px rgba(0,0,0,.2), 0 0 26px rgba(167,255,8,.16);
}

.inner-float b {
  display: block;
  margin-bottom: 8px;
  font-size: 21px;
}

.inner-float span { color: #cbd8e7; font-size: 13px; line-height: 1.6; }

.inner-page {
  padding: 22px 0 46px;
  background: #f3f6fa;
}

.inner-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) 340px;
  gap: 20px;
}

.article-box,
.side-box {
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(9,22,40,.06);
}

.article-box { padding: 34px 42px; }
.article-box p { margin: 0 0 20px; color: #27384c; font-size: 16px; line-height: 2; }
.article-box h2 { margin: 30px 0 14px; font-size: 25px; }
.note {
  margin: 24px 0;
  padding: 16px 18px;
  color: #1f2d40;
  background: #f1fae8;
  border-left: 4px solid var(--lime);
  font-weight: 850;
  line-height: 1.8;
}

.toc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 24px 0;
}
.toc a {
  padding: 12px;
  text-align: center;
  border-radius: 7px;
  background: #eef3f8;
  font-weight: 850;
}

.side-box + .side-box { margin-top: 14px; }
.side-box h2 { margin: 0; padding: 16px; font-size: 20px; border-bottom: 1px solid #edf1f6; }
.side-box .bullet-list { padding: 8px 16px 16px; }

.recommended {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 26px;
}

.recommended a {
  padding: 14px;
  border: 1px solid #e4ebf2;
  background: #f7fafc;
  border-radius: 7px;
}

.recommended b { display: block; margin-bottom: 8px; line-height: 1.45; }
.recommended span { color: var(--muted); font-size: 13px; }
