:root {
  --ink: #0a1712;
  --muted: #65706b;
  --paper: #f4f3ed;
  --white: #fff;
  --lime: #c9ff27;
  --green: #0c392b;
  --deep: #061b14;
  --line: rgba(10, 23, 18, .14);
  --red: #ff4e3d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
  overflow-x: hidden;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.page-noise {
  position: fixed; inset: 0; pointer-events: none; opacity: .025; z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.site-header {
  height: 76px; position: absolute; top: 0; left: 0; width: 100%; z-index: 10;
  display: flex; align-items: center; justify-content: space-between; padding: 0 4.5vw;
  color: white; border-bottom: 1px solid rgba(255,255,255,.22);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 24px/1 "Barlow Condensed", sans-serif; letter-spacing: -.4px; }
.brand > span:last-child > span { color: var(--lime); }
.brand-ball { display: grid; place-items: center; width: 35px; height: 35px; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 20px; }
.desktop-nav { display: flex; gap: 36px; font-size: 14px; font-weight: 600; }
.desktop-nav a { position: relative; padding: 28px 0; opacity: .76; }
.desktop-nav a:hover, .desktop-nav a.active { opacity: 1; }
.desktop-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--lime); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.icon-button { width: 40px; height: 40px; border: 0; color: white; background: transparent; display: grid; place-items: center; }
.icon-button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.primary-button { border: 0; padding: 15px 24px; background: var(--lime); color: var(--ink); font-weight: 800; border-radius: 3px; transition: transform .2s, background .2s; }
.primary-button:hover { transform: translateY(-2px); background: white; }
.primary-button.compact { padding: 11px 19px; font-size: 13px; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; }
.menu-button span { display: block; width: 22px; height: 2px; margin: 5px auto; background: white; }

.hero { position: relative; min-height: 760px; height: 100vh; max-height: 920px; color: white; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.018); }
.hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(3,17,12,.94) 0%, rgba(3,17,12,.68) 43%, rgba(3,17,12,.1) 75%), linear-gradient(0deg, rgba(3,17,12,.9) 0%, transparent 38%);
}
.hero::after {
  content: ""; position: absolute; width: 480px; height: 480px; right: -160px; top: 18%;
  border: 80px solid rgba(201,255,39,.12); border-radius: 50%;
}
.hero-content { position: absolute; z-index: 2; left: 7vw; top: 50%; transform: translateY(-47%); max-width: 760px; }
.eyebrow, .kicker { text-transform: uppercase; font: 700 13px/1 "Barlow Condensed", sans-serif; letter-spacing: 2.6px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; }
.live-dot { width: 9px; height: 9px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 6px rgba(255,78,61,.18); animation: pulse 1.6s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 11px rgba(255,78,61,0); } }
.hero h1, .section h2, .band-copy h2, .newsletter h2 {
  margin: 0; font: 800 clamp(56px, 7.8vw, 118px)/.84 "Barlow Condensed", "Noto Sans SC", sans-serif; letter-spacing: -3px; text-transform: uppercase;
}
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-copy { max-width: 580px; margin: 28px 0; color: rgba(255,255,255,.74); line-height: 1.85; font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 14px; }
.play-button {
  display: flex; align-items: center; gap: 16px; padding: 13px 22px 13px 13px; border: 0; background: var(--lime); color: var(--ink); border-radius: 3px; text-align: left;
}
.play-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: 12px; padding-left: 2px; }
.play-button b { display: block; font-size: 15px; }
.play-button small { display: block; margin-top: 2px; opacity: .66; font-size: 10px; }
.ghost-button { height: 68px; border: 1px solid rgba(255,255,255,.35); color: white; background: rgba(255,255,255,.06); padding: 0 24px; border-radius: 3px; font-weight: 700; backdrop-filter: blur(8px); }
.ghost-button span { color: var(--lime); margin-left: 10px; }
.hero-stats { position: absolute; z-index: 2; right: 5vw; bottom: 43px; display: flex; background: rgba(4,21,15,.76); border: 1px solid rgba(255,255,255,.17); backdrop-filter: blur(12px); }
.hero-stats div { min-width: 118px; padding: 17px 24px; border-right: 1px solid rgba(255,255,255,.13); }
.hero-stats div:last-child { border: 0; }
.hero-stats strong { font: 700 33px/1 "Barlow Condensed", sans-serif; color: var(--lime); }
.hero-stats span { display: block; margin-top: 5px; font-size: 10px; opacity: .66; }
.scroll-hint { position: absolute; z-index: 2; left: 3vw; bottom: 38px; writing-mode: vertical-rl; font-size: 9px; letter-spacing: 2px; opacity: .62; }
.scroll-hint span { width: 1px; height: 34px; background: white; margin-bottom: 10px; }

.ticker { display: flex; align-items: center; height: 46px; background: var(--lime); overflow: hidden; font: 800 13px/1 "Barlow Condensed", "Noto Sans SC", sans-serif; text-transform: uppercase; }
.ticker-label { align-self: stretch; display: grid; place-items: center; background: var(--ink); color: white; padding: 0 35px; letter-spacing: 2px; }
.ticker-track { min-width: max-content; display: flex; gap: 28px; align-items: center; padding-left: 28px; animation: marquee 24s linear infinite; }
.ticker-track i { font-size: 7px; }
@keyframes marquee { to { transform: translateX(-28%); } }

.section { padding: 110px 7vw; }
.section-heading { margin-bottom: 42px; }
.section-heading.split { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.kicker { color: #257359; margin: 0 0 12px; }
.kicker.light { color: var(--lime); }
.section h2 { font-size: clamp(52px, 6vw, 80px); line-height: .9; }
.filter-tabs { display: flex; gap: 5px; padding: 5px; border: 1px solid var(--line); border-radius: 100px; }
.filter-tabs button { border: 0; background: transparent; padding: 9px 18px; border-radius: 100px; color: var(--muted); font-size: 12px; }
.filter-tabs button.active { background: var(--ink); color: white; }
.match-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.match-card { min-width: 0; padding: 24px; background: white; border: 1px solid rgba(10,23,18,.08); transition: transform .24s, box-shadow .24s; }
.match-card:hover { transform: translateY(-5px); box-shadow: 0 18px 50px rgba(10,23,18,.1); }
.match-card.featured { background: var(--green); color: white; }
.match-card.hidden { display: none; }
.match-card-top { display: flex; justify-content: space-between; align-items: center; }
.status-live, .status-soon { font-size: 11px; font-weight: 700; }
.status-live { color: var(--lime); }
.status-live i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--red); }
.status-soon { color: #a06a19; }
.favorite { border: 0; background: transparent; color: currentColor; font-size: 22px; opacity: .55; }
.favorite.active { color: #e8ad18; opacity: 1; }
.competition { margin: 22px 0 10px; font: 700 10px/1 "Barlow Condensed", sans-serif; letter-spacing: 1.2px; opacity: .52; }
.teams { display: grid; grid-template-columns: 1fr .9fr 1fr; align-items: center; padding: 20px 0 24px; text-align: center; }
.team { min-width: 0; }
.flag { display: block; font-size: 37px; filter: drop-shadow(0 5px 5px rgba(0,0,0,.12)); }
.team b { display: block; margin-top: 7px; font-size: 15px; white-space: nowrap; }
.team small { display: block; margin-top: 2px; font: 600 8px/1 "Barlow Condensed", sans-serif; letter-spacing: .8px; opacity: .42; overflow: hidden; text-overflow: ellipsis; }
.score strong { display: block; font: 700 30px/1 "Barlow Condensed", sans-serif; white-space: nowrap; }
.score strong i { color: var(--lime); font-style: normal; }
.score small { display: block; margin-top: 9px; font-size: 8px; opacity: .48; }
.watch-button { width: 100%; border: 0; background: var(--lime); color: var(--ink); height: 42px; font-weight: 800; font-size: 12px; border-radius: 2px; }
.watch-button span { margin-right: 8px; }
.watch-button.outline { border: 1px solid var(--line); background: transparent; }

.worldcup-band { display: grid; grid-template-columns: 1.18fr .82fr; min-height: 650px; background: var(--deep); color: white; }
.trophy-visual { position: relative; overflow: hidden; min-height: 600px; }
.trophy-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, var(--deep) 100%), linear-gradient(0deg, rgba(6,27,20,.7), transparent 55%); }
.trophy-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9); }
.image-label { position: absolute; z-index: 2; left: 5vw; bottom: 45px; font: 800 55px/.78 "Barlow Condensed", sans-serif; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.56); }
.band-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px 8vw 70px 3vw; }
.band-copy h2 { font-size: clamp(60px, 7vw, 96px); color: var(--lime); }
.band-copy > p:not(.kicker) { line-height: 1.9; color: rgba(255,255,255,.62); font-size: 14px; max-width: 430px; }
.countdown { display: flex; align-items: center; gap: 14px; margin: 26px 0; }
.countdown div { min-width: 58px; }
.countdown strong { font: 700 46px/1 "Barlow Condensed", sans-serif; }
.countdown span { display: block; font-size: 9px; color: rgba(255,255,255,.45); }
.countdown > b { font: 500 28px/1 "Barlow Condensed", sans-serif; color: var(--lime); }
.text-link { width: fit-content; padding-bottom: 7px; border-bottom: 1px solid rgba(201,255,39,.5); color: var(--lime); font-size: 12px; font-weight: 700; }
.text-link span { margin-left: 14px; }

.heading-note { margin: 0; color: var(--muted); font-size: 12px; }
.date-strip { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 32px; }
.date-strip button { border: 0; border-right: 1px solid var(--line); padding: 16px; background: transparent; color: var(--muted); }
.date-strip button:last-child { border-right: 0; }
.date-strip small, .date-strip span { font-size: 9px; }
.date-strip strong { display: block; font: 700 31px/1 "Barlow Condensed", sans-serif; color: var(--ink); }
.date-strip button.active { background: var(--ink); color: rgba(255,255,255,.6); }
.date-strip button.active strong { color: var(--lime); }
.fixture-row { display: grid; grid-template-columns: 110px 1fr 170px 42px; align-items: center; gap: 20px; padding: 21px 8px; border-bottom: 1px solid var(--line); }
.fixture-time strong { font: 700 24px/1 "Barlow Condensed", sans-serif; }
.fixture-time small { display: block; color: var(--muted); margin-top: 4px; font-size: 9px; }
.fixture-teams { display: flex; align-items: center; justify-content: center; gap: 22px; }
.fixture-teams b { min-width: 110px; }
.fixture-teams b:first-child { text-align: right; }
.fixture-teams .flag { display: inline; font-size: 24px; }
.fixture-versus { font: 700 11px/1 "Barlow Condensed", sans-serif; color: #97a09c; }
.fixture-venue { color: var(--muted); font-size: 10px; text-align: right; }
.fixture-remind { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }

.stories-section { background: #e8e7e0; }
.round-arrow { width: 48px; height: 48px; border: 1px solid var(--line); background: transparent; border-radius: 50%; font-size: 20px; }
.stories-grid { display: grid; grid-template-columns: 1.35fr .72fr .72fr; gap: 16px; min-height: 450px; }
.story-card { position: relative; min-height: 380px; overflow: hidden; background: var(--ink); color: white; }
.story-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.story-card:hover img { transform: scale(1.04); }
.story-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.85), transparent 65%); }
.story-overlay { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 25px; }
.story-overlay span { font-size: 10px; color: var(--lime); font-weight: 700; }
.story-overlay h3 { margin: 8px 0 0; font-size: 21px; line-height: 1.35; }
.story-overlay p { color: rgba(255,255,255,.6); font-size: 11px; }
.quote-card { padding: 30px; display: flex; flex-direction: column; justify-content: space-between; background: var(--lime); color: var(--ink); }
.quote-card::after { display: none; }
.quote-mark { font: 800 80px/.5 serif; }
.quote-card > p { font-size: 25px; line-height: 1.65; font-weight: 800; }
.quote-footer { display: flex; justify-content: space-between; align-items: end; font: 700 10px/1 "Barlow Condensed", sans-serif; letter-spacing: 1px; }
.quote-footer b { font-size: 54px; line-height: .8; }

.newsletter { padding: 100px 7vw; text-align: center; background: var(--green); color: white; }
.newsletter h2 { font-size: clamp(50px, 6vw, 84px); color: var(--lime); }
.newsletter > p:not(.kicker) { color: rgba(255,255,255,.6); font-size: 13px; }
.newsletter form { display: flex; max-width: 560px; margin: 30px auto 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.newsletter input { flex: 1; min-width: 0; padding: 16px 4px; border: 0; outline: 0; background: transparent; color: white; }
.newsletter button { border: 0; background: transparent; color: var(--lime); font-weight: 700; }
.newsletter button span { margin-left: 12px; }

footer { padding: 65px 7vw 24px; background: var(--deep); color: white; }
footer .brand { margin-bottom: 15px; }
.footer-brand p { color: rgba(255,255,255,.4); font-size: 11px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 140px); justify-content: end; gap: 30px; margin-top: -52px; }
.footer-links div { display: flex; flex-direction: column; gap: 10px; }
.footer-links b { margin-bottom: 4px; font-size: 12px; color: var(--lime); }
.footer-links a { font-size: 10px; color: rgba(255,255,255,.5); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.34); font-size: 9px; }

.search-panel { position: fixed; inset: 0; z-index: 50; display: flex; flex-direction: column; justify-content: center; padding: 10vw; background: rgba(6,27,20,.98); color: white; transform: translateY(-100%); transition: transform .45s ease; }
.search-panel.open { transform: none; }
.search-panel > label { font: 800 clamp(38px, 6vw, 80px)/1 "Barlow Condensed", "Noto Sans SC", sans-serif; }
.search-input-wrap { display: flex; align-items: center; max-width: 900px; border-bottom: 2px solid var(--lime); }
.search-input-wrap input { width: 100%; padding: 20px 0; background: transparent; border: 0; outline: 0; color: white; font-size: 22px; }
.search-input-wrap span { color: var(--lime); }
.search-tip { color: rgba(255,255,255,.4); font-size: 11px; }
.close-button { position: absolute; top: 25px; right: 30px; width: 45px; height: 45px; border: 1px solid currentColor; background: transparent; color: inherit; border-radius: 50%; font-size: 25px; line-height: 1; }
.mobile-menu { display: none; }
.modal { position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.72); opacity: 0; visibility: hidden; transition: .25s; }
.modal.open { opacity: 1; visibility: visible; }
.modal-card { position: relative; width: min(440px, 100%); padding: 50px 38px 38px; background: var(--paper); text-align: center; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.modal-card h3 { margin: 8px 0; font-size: 28px; }
.modal-card > p:not(.kicker) { color: var(--muted); line-height: 1.7; font-size: 13px; }
.modal-icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; background: var(--lime); }
.modal-card .close-button { top: 15px; right: 15px; color: var(--ink); }
.toast { position: fixed; z-index: 70; left: 50%; bottom: 28px; transform: translate(-50%, 30px); padding: 12px 20px; background: var(--ink); color: white; border-left: 3px solid var(--lime); font-size: 12px; opacity: 0; pointer-events: none; transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .match-grid { grid-template-columns: 1fr; }
  .stories-grid { grid-template-columns: 1.1fr .9fr; }
  .quote-card { grid-column: 1 / -1; min-height: 280px; }
  .footer-links { margin-top: 40px; justify-content: start; }
  .mobile-menu { position: fixed; z-index: 45; top: 76px; right: 20px; display: flex; flex-direction: column; width: 220px; padding: 18px; background: var(--deep); color: white; transform: translateX(120%); transition: .3s; }
  .mobile-menu.open { transform: none; }
  .mobile-menu a { padding: 12px; border-bottom: 1px solid rgba(255,255,255,.1); }
}

@media (max-width: 720px) {
  .site-header { height: 66px; padding: 0 20px; }
  .site-header .primary-button, .icon-button { display: none; }
  .brand { font-size: 20px; }
  .brand-ball { width: 31px; height: 31px; font-size: 17px; }
  .hero { min-height: 720px; height: 92vh; }
  .hero-content { left: 22px; right: 22px; top: 45%; }
  .hero h1 { font-size: clamp(52px, 17vw, 76px); letter-spacing: -2px; }
  .hero-copy { font-size: 13px; margin: 22px 0; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 290px; }
  .ghost-button { height: 48px; }
  .hero-stats { left: 20px; right: 20px; bottom: 26px; }
  .hero-stats div { min-width: 0; flex: 1; padding: 13px; }
  .hero-stats strong { font-size: 27px; }
  .scroll-hint { display: none; }
  .ticker-label { padding: 0 18px; }
  .section { padding: 76px 20px; }
  .section-heading.split { align-items: flex-start; flex-direction: column; }
  .section h2 { font-size: 50px; }
  .filter-tabs { width: 100%; overflow-x: auto; }
  .filter-tabs button { flex: 0 0 auto; padding: 8px 14px; }
  .match-card { padding: 20px 15px; }
  .team b { font-size: 13px; }
  .worldcup-band { grid-template-columns: 1fr; }
  .trophy-visual { min-height: 380px; }
  .trophy-visual::after { background: linear-gradient(0deg, var(--deep), transparent 55%); }
  .band-copy { padding: 45px 22px 70px; }
  .date-strip { overflow-x: auto; grid-template-columns: repeat(5, 82px); }
  .fixture-row { grid-template-columns: 63px 1fr 36px; gap: 10px; padding: 17px 0; }
  .fixture-venue { display: none; }
  .fixture-teams { gap: 7px; }
  .fixture-teams b { min-width: 0; font-size: 12px; }
  .fixture-teams .flag { font-size: 18px; }
  .stories-grid { grid-template-columns: 1fr; }
  .story-card, .story-large { min-height: 380px; }
  .quote-card { grid-column: auto; min-height: 300px; }
  .newsletter { padding: 76px 22px; }
  .newsletter form { align-items: stretch; flex-direction: column; border: 0; gap: 8px; }
  .newsletter input { border-bottom: 1px solid rgba(255,255,255,.35); text-align: center; }
  .newsletter button { padding: 14px; background: var(--lime); color: var(--ink); }
  footer { padding: 55px 22px 25px; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { flex-direction: column; gap: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
