
:root{
  --navy:#050A18;
  --navy-2:#08152E;
  --uk-blue:#012169;
  --uk-red:#C8102E;
  --white:#FFFFFF;
  --text:#F8FAFC;
  --muted:#A9B4C7;
  --card:#0B1733;
  --card-2:#0F1F42;
  --line:rgba(255,255,255,.12);
  --glow-blue:rgba(1,33,105,.45);
  --glow-red:rgba(200,16,46,.38);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 12% 0%, var(--glow-blue), transparent 34%),
    radial-gradient(circle at 88% 8%, var(--glow-red), transparent 32%),
    linear-gradient(180deg,#020617 0%,#050A18 45%,#020617 100%);
}
a{color:inherit;text-decoration:none}
.topbar{
  background:linear-gradient(90deg,var(--uk-blue),#071D4C,var(--uk-red));
  color:white;
  padding:10px 22px;
  font-size:14px;
  display:flex;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  border-bottom:1px solid rgba(255,255,255,.18);
}
header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(5,10,24,.82);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line);
}
.nav{
  max-width:1240px;
  margin:auto;
  padding:16px 20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
}
.logo{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:950;
  letter-spacing:-.04em;
  font-size:23px;
}
.logo-mark{
  width:44px;
  height:44px;
  border-radius:15px;
  background:
    linear-gradient(45deg,transparent 43%,white 43% 48%,var(--uk-red) 48% 53%,white 53% 58%,transparent 58%),
    linear-gradient(-45deg,transparent 43%,white 43% 48%,var(--uk-red) 48% 53%,white 53% 58%,transparent 58%),
    linear-gradient(90deg,transparent 42%,white 42% 47%,var(--uk-red) 47% 53%,white 53% 58%,transparent 58%),
    linear-gradient(0deg,transparent 42%,white 42% 47%,var(--uk-red) 47% 53%,white 53% 58%,transparent 58%),
    var(--uk-blue);
  box-shadow:0 16px 42px rgba(200,16,46,.25);
  border:1px solid rgba(255,255,255,.24);
}
nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:9px;
}
nav a{
  padding:9px 12px;
  border-radius:999px;
  color:#dce6f8;
  font-weight:800;
  font-size:14px;
}
nav a:hover{
  background:rgba(255,255,255,.09);
  color:white;
}
.hero{
  max-width:1240px;
  margin:30px auto;
  padding:0 20px;
}
.hero-card{
  min-height:460px;
  border-radius:34px;
  overflow:hidden;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:24px;
  padding:48px;
  background:
    linear-gradient(110deg,rgba(2,6,23,.96),rgba(1,33,105,.75),rgba(200,16,46,.50)),
    url("assets/stadium-dark.svg");
  background-size:cover;
  background-position:center;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 36px 90px rgba(0,0,0,.55);
}
.badge{
  display:inline-flex;
  align-items:center;
  gap:9px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  padding:9px 14px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
}
.pulse{
  width:10px;height:10px;border-radius:99px;background:#22c55e;
  box-shadow:0 0 0 7px rgba(34,197,94,.14);
}
h1{
  font-size:58px;
  line-height:.96;
  letter-spacing:-.06em;
  margin:20px 0 16px;
}
h2{
  font-size:34px;
  letter-spacing:-.04em;
  margin:0 0 14px;
}
h3{margin:0 0 10px;font-size:21px}
.lead{
  font-size:19px;
  line-height:1.68;
  max-width:780px;
  color:#E7EEFD;
}
.cta-row{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:26px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 18px;
  border-radius:17px;
  font-weight:950;
  border:1px solid rgba(255,255,255,.18);
}
.btn.primary{
  background:white;
  color:var(--uk-blue);
}
.btn.secondary{
  background:rgba(255,255,255,.08);
  color:white;
}
.live-panel{
  align-self:end;
  background:rgba(5,10,24,.74);
  border:1px solid rgba(255,255,255,.18);
  border-radius:28px;
  padding:22px;
  backdrop-filter:blur(14px);
}
.match{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:15px 0;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.match:last-child{border-bottom:0}
.match span{color:#DCE6F8}
.section{
  max-width:1240px;
  margin:34px auto;
  padding:0 20px;
}
.grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.card{
  background:linear-gradient(180deg,rgba(15,31,66,.94),rgba(11,23,51,.94));
  border:1px solid var(--line);
  border-radius:26px;
  padding:23px;
  box-shadow:0 22px 54px rgba(0,0,0,.24);
}
.icon{
  width:48px;height:48px;border-radius:16px;
  background:linear-gradient(135deg,var(--uk-blue),var(--uk-red));
  display:grid;place-items:center;
  font-weight:950;
  margin-bottom:16px;
}
.meta{color:var(--muted);line-height:1.65}
.player{
  background:#01040D;
  border:1px solid rgba(255,255,255,.14);
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 32px 80px rgba(0,0,0,.52);
}
.player-screen{
  min-height:340px;
  display:grid;
  place-items:center;
  background:
    linear-gradient(135deg,rgba(1,33,105,.72),rgba(200,16,46,.45)),
    url("assets/pitch-dark.svg");
  background-size:cover;
}
.play{
  width:96px;height:96px;border-radius:999px;
  display:grid;place-items:center;
  background:white;
  color:var(--uk-blue);
  font-size:36px;
  box-shadow:0 20px 70px rgba(0,0,0,.55);
}
.player-bar{
  padding:18px 22px;
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  flex-wrap:wrap;
}
.schedule{
  width:100%;
  border-collapse:collapse;
  border-radius:18px;
  overflow:hidden;
}
.schedule th,.schedule td{
  padding:15px;
  text-align:left;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.schedule th{
  color:white;
  background:rgba(255,255,255,.06);
}
.schedule td{color:#DCE6F8}
.article{
  background:linear-gradient(180deg,rgba(15,31,66,.94),rgba(5,10,24,.94));
  border:1px solid rgba(255,255,255,.13);
  border-radius:30px;
  padding:34px;
  box-shadow:0 26px 70px rgba(0,0,0,.35);
  line-height:1.76;
  font-size:17px;
}
.article p{margin:0 0 18px;color:#E5ECFA}
.disclaimer{
  margin-top:20px;
  background:rgba(200,16,46,.13);
  border:1px solid rgba(200,16,46,.42);
  border-radius:22px;
  padding:18px;
  color:#FFE4E8;
  line-height:1.6;
}
footer{
  margin-top:50px;
  background:#01040D;
  border-top:1px solid var(--line);
}
.footer-inner{
  max-width:1240px;
  margin:auto;
  padding:34px 20px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:20px;
}
.small{font-size:13px;color:#A9B4C7;line-height:1.65}
@media(max-width:940px){
  .hero-card{grid-template-columns:1fr;padding:30px}
  h1{font-size:42px}
  .grid{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr}
  .nav{align-items:flex-start;flex-direction:column}
  nav{justify-content:flex-start}
}
