:root {
  --night: #050b08;
  --field: #0a1710;
  --panel: #10251a;
  --panel-soft: #173324;
  --paper: #f5f8f4;
  --paper-alt: #e8eee9;
  --ink: #101712;
  --muted: #657269;
  --lime: #baff3c;
  --lime-soft: #ddffa0;
  --mint: #79d9ad;
  --line: #d3ddd5;
  --body: 'Onest', sans-serif;
  --display: 'Unbounded', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(rgba(186,255,60,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(186,255,60,.025) 1px,transparent 1px),
    var(--night);
  background-size: 42px 42px;
  color: #f6fff8;
  font: 16px/1.72 var(--body);
}
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
img { max-width: 100%; }

.site-head {
  width: min(1320px,calc(100% - 32px)); height: 70px; margin: 16px auto 0; padding: 0 17px 0 12px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  position: relative; z-index: 20; background: rgba(10,23,16,.94); border: 1px solid #294633; border-radius: 4px;
  box-shadow: 0 16px 38px rgba(0,0,0,.28); backdrop-filter: blur(14px);
}
.logo { display: flex; align-items: center; gap: 12px; width: max-content; font: 700 12px/1.05 var(--display); letter-spacing: -.04em; }
.logo i {
  width: 44px; height: 44px; display: grid; place-items: center;
  background: var(--lime); color: var(--night); border-radius: 2px;
  font: normal 800 14px var(--display); box-shadow: inset 0 -5px 0 rgba(5,11,8,.12);
}
.logo b { color: var(--lime); font-weight: 800; }
.site-head nav { padding: 8px; display: flex; gap: 4px; background: #07110b; border: 1px solid #24432f; border-radius: 3px; }
.site-head nav a { padding: 7px 12px; color: #aebdb3; border-radius: 2px; font-size: 12px; font-weight: 700; transition: background .16s ease,color .16s ease; }
.site-head nav a:hover { background: var(--lime); color: var(--night); }
.head-live { justify-self: end; display: flex; align-items: center; gap: 9px; color: #c9d5cc; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.head-live i { width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(186,255,60,.12),0 0 18px rgba(186,255,60,.45); }
.menu { display: none; padding: 7px; border: 0; background: none; }
.menu span { display: block; width: 23px; height: 2px; margin: 5px; background: var(--lime); }

.hero {
  width: min(1320px,calc(100% - 32px)); min-height: 650px; margin: 18px auto 0;
  display: grid; grid-template-columns: minmax(0,1.18fr) minmax(380px,.82fr); overflow: hidden;
  position: relative; background: linear-gradient(118deg,#10271b 0,#0b1811 60%,#07110b 100%); border: 1px solid #31523b; border-radius: 4px;
  box-shadow: 0 28px 74px rgba(0,0,0,.34);
}
.hero::before { content: 'LIVE'; position: absolute; left: -13px; top: 88px; z-index: 2; padding: 4px 22px; transform: rotate(-90deg); background: var(--lime); color: var(--night); font: 800 10px var(--display); letter-spacing: .14em; }
.hero-copy { min-width: 0; padding: 76px 58px 64px 76px; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.hero-tag {
  width: max-content; max-width: 100%; padding: 8px 12px; color: var(--lime); border: 1px solid #3d6549; border-radius: 2px;
  background: #09140d; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em;
}
.hero h1 { max-width: 750px; margin: 27px 0 22px; font: 700 clamp(39px,4.6vw,68px)/1.06 var(--display); letter-spacing: -.06em; }
.hero h1 em { display: block; margin-top: 8px; color: var(--lime); font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 0; color: #b8c6bc; font-size: 18px; line-height: 1.6; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 22px; }
.hero-actions a:first-child {
  padding: 10px 10px 10px 20px; display: flex; align-items: center; gap: 20px;
  background: var(--lime); color: var(--night); border: 1px solid var(--lime); border-radius: 2px;
  font-weight: 850; box-shadow: 7px 7px 0 #274d34; transition: transform .16s ease,box-shadow .16s ease;
}
.hero-actions a:first-child:hover { transform: translate(2px,2px); box-shadow: 4px 4px 0 #274d34; }
.hero-actions a:first-child b { width: 34px; height: 34px; display: grid; place-items: center; background: var(--night); color: var(--lime); border-radius: 1px; font-size: 11px; }
.hero-actions a:last-child { color: #d3ddd5; border-bottom: 1px solid #55705e; font-size: 12px; font-weight: 700; }
.hero-data { margin-top: 54px; padding: 0; display: grid; grid-template-columns: .8fr .8fr 1.4fr; gap: 1px; background: #31523b; border: 1px solid #31523b; }
.hero-data > div { min-width: 0; padding: 15px 16px; background: #0a160f; }
.hero-data small,.facts dt { display: block; color: #7f9586; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.hero-data strong { display: block; margin-top: 4px; overflow-wrap: anywhere; color: #fff; font: 650 14px var(--display); }
.match-poster {
  min-width: 0; margin: 30px 28px 30px 0; position: relative; overflow: hidden;
  background: #0d1d14 url('online-stadium-hero.webp') center/cover no-repeat; border: 1px solid #477158; border-radius: 2px; color: #fff;
  box-shadow: 14px 14px 0 rgba(186,255,60,.09);
}
.match-poster > img { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.match-poster::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(5,13,8,.25),rgba(4,11,7,.34) 43%,rgba(4,10,7,.92)); }
.match-poster::after { content: ''; position: absolute; inset: 18px; border: 1px solid rgba(186,255,60,.2); pointer-events: none; }
.poster-top,.poster-teams,.poster-time { position: absolute; z-index: 2; }
.poster-top { top: 27px; left: 28px; right: 28px; display: flex; justify-content: space-between; align-items: center; color: #d5e1d8; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.poster-top b { width: 42px; height: 42px; display: grid; place-items: center; background: var(--lime); color: var(--night); border-radius: 50%; font: 800 12px var(--display); }
.poster-teams { inset: 0; display: grid; grid-template-columns: 1fr 50px 1fr; align-items: center; padding: 62px 35px 78px; }
.poster-teams > div { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.poster-teams .flag { width: 60px; height: 40px; margin-bottom: 9px; border: 3px solid rgba(255,255,255,.85); }
.poster-teams strong { font: 700 clamp(43px,5vw,70px)/1 var(--display); text-shadow: 0 5px 20px rgba(0,0,0,.48); }
.poster-teams small { color: #cbd8ce; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.poster-teams em { width: 42px; height: 42px; display: grid; place-items: center; background: rgba(5,11,8,.82); border: 1px solid var(--lime); color: var(--lime); font: normal 700 11px var(--display); }
.poster-time {
  left: 28px; right: 28px; bottom: 27px; padding: 12px 14px; display: flex; justify-content: space-between; align-items: center;
  background: var(--lime); color: var(--night); border-radius: 1px; font: 700 11px var(--display);
}
.poster-time b { color: var(--night); font-size: 23px; }
.flag { display: inline-block; box-shadow: 0 0 0 1px rgba(0,0,0,.12); }
.france { background: linear-gradient(90deg,#153a8a 0 33.33%,#fff 33.33% 66.66%,#ef3340 66.66%); }
.spain { background: linear-gradient(#aa151b 0 25%,#f1bf00 25% 75%,#aa151b 75%); }

.player-section {
  width: min(1320px,calc(100% - 32px)); margin: 18px auto 0; padding: 58px 70px 62px;
  position: relative; background: var(--paper); color: var(--ink); border: 1px solid #cbd7cd; border-radius: 4px;
}
.player-section::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 8px; background: var(--lime); }
.player-section header { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.player-section header p { margin: 0 0 8px; color: #34704b; font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.player-section h2 { max-width: 800px; margin: 0; font: 700 clamp(29px,3.7vw,50px)/1.14 var(--display); letter-spacing: -.045em; }
.on-air { display: flex; align-items: center; gap: 9px; color: #5e6c62; font-size: 11px; font-weight: 700; }
.on-air i { width: 8px; height: 8px; border-radius: 50%; background: #55a82c; box-shadow: 0 0 0 5px rgba(85,168,44,.12); }
.player-frame { overflow: hidden; background: #030705; border: 8px solid #102319; border-radius: 2px; box-shadow: 13px 13px 0 #cbd7cd; }
.player-label { height: 50px; padding: 0 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #7f9485; border-bottom: 1px solid #284333; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.player-label b { color: #fff; font: 650 13px var(--display); }
.player-label em { margin: 0 9px; color: var(--lime); font-style: normal; }
.player-label span:last-child { justify-self: end; }
.video-wrapper { position: relative; width: 100%; aspect-ratio: 16/9; overflow: hidden; background: #030705; }
.dreams-player,.player-placeholder { width: 100%; height: 100%; position: relative; display: grid; place-items: center; background: linear-gradient(rgba(5,14,8,.33),rgba(3,8,5,.86)),url('online-stadium-hero.webp') center/cover no-repeat; }
.dreams-player iframe,.dreams-player video,.video-wrapper > iframe { position: absolute!important; inset: 0; width: 100%!important; height: 100%!important; border: 0; }
.loading { display: flex; flex-direction: column; align-items: center; gap: 6px; color: #fff; }
.loading i { width: 46px; height: 46px; margin-bottom: 6px; border: 3px solid rgba(255,255,255,.15); border-top-color: var(--lime); border-radius: 50%; animation: spin 1s linear infinite; }
.loading b { font-size: 14px; }
.loading span { color: #96a89b; font-size: 11px; }
@keyframes spin { to { transform: rotate(360deg); } }
.under-player { margin-top: 25px; display: flex; align-items: center; justify-content: space-between; color: #68756c; font-size: 11px; }
.under-player button { padding: 10px 14px; border: 1px solid #1b3a29; border-radius: 2px; background: #102319; color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.under-player button:hover { background: var(--lime); color: var(--night); }

article {
  width: min(1180px,calc(100% - 32px)); margin: 90px auto 0; padding: 0; overflow: hidden;
  background: var(--paper); color: var(--ink); border: 1px solid #bfcfc2; border-radius: 4px;
  box-shadow: 0 26px 70px rgba(0,0,0,.24);
}
.article-head { max-width: none; min-height: 430px; margin: 0; padding: 65px 74px; display: grid; grid-template-columns: 120px minmax(0,1fr); align-items: start; background: linear-gradient(125deg,#10251a,#07110b); color: #fff; }
.article-head > .section-no { display: block; color: var(--lime); font: 700 72px/1 var(--display); letter-spacing: -.08em; }
.overline { margin: 0; color: var(--lime); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.article-head h2 { max-width: 850px; margin: 16px 0 23px; font: 700 clamp(34px,4.5vw,58px)/1.13 var(--display); letter-spacing: -.052em; }
.lead { max-width: 820px; color: #b6c7bb; font-size: 19px; line-height: 1.58; }
.meta { margin-top: 35px; padding-top: 15px; display: flex; gap: 28px; border-top: 1px solid #35513e; color: #8da094; font-size: 10px; }
.meta button { margin-left: auto; padding: 0; border: 0; background: none; color: var(--lime); font-size: 10px; font-weight: 800; }
.article-grid { max-width: 1000px; margin: 0 auto; padding: 78px 30px 90px; display: grid; grid-template-columns: 215px minmax(0,650px); gap: 60px; }
.facts { align-self: start; position: sticky; top: 20px; padding: 0; overflow: hidden; background: #0e2117; color: #fff; border: 1px solid #23442f; border-radius: 2px; box-shadow: 7px 7px 0 var(--lime); }
.facts h3 { margin: 0; padding: 17px 18px; background: var(--lime); color: var(--night); font: 700 12px var(--display); text-transform: uppercase; }
.facts dl { margin: 0; }
.facts dl div { padding: 14px 18px; border-top: 1px solid #294735; }
.facts dt { color: #75927f; }
.facts dd { margin: 4px 0 0; overflow-wrap: anywhere; color: #fff; font: 700 13px var(--display); }
.copy { min-width: 0; color: #202a23; font-size: 17px; overflow-wrap: anywhere; }
.copy p { margin: 0 0 25px; }
.copy .opening { color: #102319; font-size: 25px; font-weight: 650; line-height: 1.53; letter-spacing: -.025em; }
.copy section { margin-top: 70px; scroll-margin-top: 28px; }
.copy h3 { margin: 0 0 20px; padding-top: 15px; border-top: 4px solid #102319; font: 700 28px/1.28 var(--display); letter-spacing: -.04em; }
.stat-line { margin: 40px 0; padding: 23px 25px; display: grid; grid-template-columns: 105px 1fr; align-items: center; background: #0d1f15; color: #eaf3ec; border: 1px solid #24452f; border-radius: 2px; box-shadow: inset 7px 0 var(--lime); }
.stat-line.spanish { background: #173b29; border-color: #2b5d41; box-shadow: inset 7px 0 var(--mint); }
.stat-line strong { color: var(--lime); font: 700 63px/1 var(--display); }
.stat-line.spanish strong { color: #a7ebc8; }
.stat-line p { margin: 0; font-size: 13px; }
.copy figure { margin: 70px -25px; padding: 34px 38px; position: relative; background: var(--lime); color: var(--night); border-radius: 2px; }
.copy figure::after { content: '?'; position: absolute; right: 24px; bottom: -23px; color: rgba(5,11,8,.12); font: 800 110px/1 var(--display); }
.copy figcaption { position: relative; z-index: 1; color: #37611c; font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.copy blockquote { max-width: 570px; margin: 13px 0 0; position: relative; z-index: 1; font: 650 23px/1.47 var(--display); letter-spacing: -.03em; }
.duels-list { border-top: 1px solid #acbcae; }
.duels-list > div { padding: 23px 0; display: grid; grid-template-columns: 52px minmax(0,1fr); column-gap: 15px; border-bottom: 1px solid #acbcae; }
.duels-list span { width: 40px; height: 40px; grid-row: 1/3; display: grid; place-items: center; background: #102319; color: var(--lime); font: 700 11px var(--display); }
.duels-list h4 { margin: 0 0 6px; color: #102319; font-size: 17px; }
.duels-list p { margin: 0; color: #5d6b61; font-size: 14px; }
.history-board { margin-top: 31px; overflow: hidden; border: 1px solid #9fb1a2; border-radius: 2px; }
.history-board > div { min-width: 0; padding: 15px 17px; display: grid; grid-template-columns: 70px minmax(0,1fr) 190px; align-items: center; border-bottom: 1px solid #becbc0; }
.history-board > div:last-child { border: 0; }
.history-board time { color: #245437; font: 700 15px var(--display); }
.history-board span { color: #6b786f; font-size: 11px; }
.history-board b { text-align: right; overflow-wrap: anywhere; }
.history-board .next { background: #102319; color: #fff; box-shadow: inset 7px 0 var(--lime); }
.history-board .next time { color: var(--lime); }
.history-board .next span { color: #8ca192; }

.faq { width: min(1180px,calc(100% - 32px)); margin: 18px auto 90px; padding: 62px 70px 70px; background: #10251a; border: 1px solid #31553e; border-radius: 4px; }
.faq > header { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; }
.faq .section-no { display: none; }
.faq h2 { max-width: 850px; margin: 12px 0 42px; font: 700 clamp(32px,4vw,50px)/1.15 var(--display); letter-spacing: -.05em; }
.faq-grid { max-width: 980px; margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8px; }
.faq details { padding: 0 20px; background: #f4f8f4; color: var(--ink); border: 1px solid #395842; border-radius: 2px; }
.faq details:first-child { grid-row: span 2; display: flex; flex-direction: column; justify-content: center; background: var(--lime); border-color: var(--lime); }
.faq summary { padding: 19px 28px 19px 0; font-weight: 850; cursor: pointer; }
.faq details p { margin: 0 0 19px; color: #57645b; font-size: 14px; }
.faq details:first-child p { color: #2b3e2f; }
.source-strip { padding: 25px max(24px,calc((100vw - 1120px)/2)); display: flex; flex-wrap: wrap; gap: 10px 28px; align-items: center; background: var(--lime); color: #203019; font-size: 10px; }
.source-strip > span { color: var(--night); font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.source-strip a { padding-bottom: 1px; border-bottom: 1px solid #6c9631; font-weight: 650; }
footer { min-height: 130px; padding: 30px max(24px,calc((100vw - 1280px)/2)); display: flex; align-items: center; gap: 35px; background: #050b08; border-top: 1px solid #21392a; font-size: 10px; }
footer p { color: #839287; }
footer > a:last-child { margin-left: auto; color: var(--lime); font-weight: 800; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 30; padding: 13px 17px; background: var(--lime); color: var(--night); border: 1px solid #d9ff91; border-radius: 2px; box-shadow: 0 12px 28px rgba(0,0,0,.35); font-size: 11px; font-weight: 850; opacity: 0; transform: translateY(15px); transition: .2s; }
.toast.show { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-head { grid-template-columns: 1fr auto; }
  .site-head nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 12px; flex-direction: column; background: #08130c; border: 1px solid #2a4a35; box-shadow: 0 16px 30px rgba(0,0,0,.35); }
  .site-head nav.open { display: flex; }
  .head-live { display: none; }
  .menu { display: block; justify-self: end; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 65px 48px 54px 66px; }
  .match-poster { min-height: 500px; margin: 0 28px 28px; }
  .player-section { padding: 54px 45px 58px; }
  .article-head { grid-template-columns: 90px minmax(0,1fr); padding: 58px 48px; }
  .article-head > .section-no { font-size: 55px; }
  .article-grid { padding-inline: 38px; grid-template-columns: 180px minmax(0,1fr); gap: 36px; }
  .faq { padding: 55px 42px 60px; }
}

@media (max-width: 640px) {
  body { font-size: 16px; background-size: 30px 30px; }
  .site-head { width: calc(100% - 16px); height: 62px; margin-top: 8px; padding-inline: 8px; }
  .site-head nav { top: 62px; }
  .logo { font-size: 10px; }
  .logo i { width: 38px; height: 38px; }
  .hero { width: calc(100% - 16px); min-height: 0; margin-top: 8px; }
  .hero::before { display: none; }
  .hero-copy { padding: 42px 20px 38px; }
  .hero-tag { padding: 7px 9px; font-size: 8px; letter-spacing: .09em; white-space: normal; }
  .hero h1 { margin-top: 22px; font-size: 34px; line-height: 1.09; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .hero-actions a:first-child { justify-content: space-between; box-shadow: 5px 5px 0 #274d34; }
  .hero-actions a:last-child { width: max-content; max-width: 100%; }
  .hero-data { grid-template-columns: 1fr 1fr; }
  .hero-data > div { padding: 13px 11px; }
  .hero-data div:last-child { grid-column: 1/3; }
  .match-poster { min-height: 400px; margin: 0 8px 8px; box-shadow: none; }
  .match-poster::after { inset: 9px; }
  .poster-top { top: 19px; left: 18px; right: 18px; }
  .poster-top b { width: 36px; height: 36px; }
  .poster-teams { grid-template-columns: minmax(0,1fr) 38px minmax(0,1fr); padding: 55px 12px 68px; }
  .poster-teams .flag { width: 42px; height: 29px; border-width: 2px; }
  .poster-teams strong { font-size: 35px; }
  .poster-teams small { font-size: 8px; }
  .poster-teams em { width: 34px; height: 34px; font-size: 9px; }
  .poster-time { left: 18px; right: 18px; bottom: 18px; }
  .player-section { width: calc(100% - 16px); margin-top: 8px; padding: 43px 8px 48px 14px; }
  .player-section::before { width: 5px; }
  .player-section header { display: block; padding: 0 8px; }
  .player-section h2 { font-size: 27px; }
  .on-air { margin-top: 16px; }
  .player-frame { border-width: 4px; box-shadow: 6px 6px 0 #cbd7cd; }
  .player-label { height: 43px; padding: 0 9px; grid-template-columns: 1fr auto; }
  .player-label span:last-child { display: none; }
  .under-player { padding-inline: 4px; align-items: flex-start; gap: 10px; font-size: 9px; }
  .under-player button { flex: none; padding: 8px; letter-spacing: 0; }
  article { width: calc(100% - 16px); margin-top: 48px; }
  .article-head { min-height: 0; padding: 42px 18px 48px; display: block; }
  .article-head > .section-no { margin-bottom: 23px; font-size: 39px; }
  .article-head h2 { font-size: 32px; }
  .lead { font-size: 17px; }
  .meta { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
  .meta button { margin: 8px 0 0; text-align: left; }
  .article-grid { display: block; padding: 40px 15px 60px; }
  .facts { position: static; margin-bottom: 55px; box-shadow: 5px 5px 0 var(--lime); }
  .facts dl { display: grid; grid-template-columns: 1fr 1fr; }
  .facts dl div { min-width: 0; padding: 12px; }
  .copy { font-size: 16px; }
  .copy .opening { font-size: 21px; }
  .copy section { margin-top: 55px; }
  .copy h3 { font-size: 24px; }
  .stat-line { grid-template-columns: 70px minmax(0,1fr); padding: 19px 14px; }
  .stat-line strong { font-size: 43px; }
  .copy figure { margin: 52px 0; padding: 26px 20px; }
  .copy figure::after { right: 8px; font-size: 84px; }
  .copy blockquote { font-size: 19px; }
  .history-board > div { grid-template-columns: 48px minmax(0,1fr); gap: 2px 8px; padding: 13px 10px; }
  .history-board b { grid-column: 2; text-align: left; font-size: 13px; }
  .faq { width: calc(100% - 16px); margin: 8px auto 55px; padding: 42px 14px 48px; }
  .faq h2 { font-size: 30px; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq details:first-child { grid-row: auto; }
  .source-strip { padding: 24px 16px; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 10px; }
  footer { padding: 30px 16px; align-items: flex-start; flex-wrap: wrap; }
  footer > a:last-child { width: 100%; margin: 0; }
  .toast { right: 12px; bottom: 12px; max-width: calc(100% - 24px); }
}
