
:root{
  --green:#006A4E;
  --gold:#FFCD00;
  --navy:#021821;
  --navy-2:#063041;
  --gum:#0B3F3A;
  --text:#F8FAFC;
  --muted:#B8C7C2;
  --card:#082C36;
  --card-2:#0B3B45;
  --line:rgba(255,255,255,.13);
}
*{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%, rgba(0,106,78,.45), transparent 35%),
    radial-gradient(circle at 88% 6%, rgba(255,205,0,.22), transparent 30%),
    linear-gradient(180deg,#010A0F 0%,#021821 45%,#010A0F 100%);
}
a{color:inherit;text-decoration:none}
.topbar{
  background:linear-gradient(90deg,var(--green),#0B7A55,var(--gold));
  color:#06120F;
  padding:10px 22px;
  font-size:14px;
  font-weight:850;
  display:flex;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(2,24,33,.84);
  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:45px;height:45px;border-radius:16px;
  background:
    radial-gradient(circle at 70% 25%, var(--gold) 0 16%, transparent 17%),
    linear-gradient(135deg,var(--green),#003F2F);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 16px 42px rgba(255,205,0,.16);
  position:relative;
}
.logo-mark:after{
  content:"★";
  color:var(--gold);
  position:absolute;
  left:10px;
  bottom:7px;
  font-size:16px;
}
nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:9px;
}
nav a{
  padding:9px 12px;
  border-radius:999px;
  color:#E3F4EE;
  font-weight:800;
  font-size:14px;
}
nav a:hover{
  background:rgba(255,205,0,.13);
  color:var(--gold);
}
.hero{
  max-width:1240px;
  margin:30px auto;
  padding:0 20px;
}
.hero-card{
  min-height:470px;
  border-radius:36px;
  overflow:hidden;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:24px;
  padding:50px;
  background:
    linear-gradient(110deg,rgba(1,10,15,.95),rgba(0,106,78,.76),rgba(255,205,0,.22)),
    url("assets/aussie-stadium.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,205,0,.13);
  border:1px solid rgba(255,205,0,.30);
  color:#FFF4B3;
  padding:9px 14px;
  border-radius:999px;
  font-size:14px;
  font-weight:950;
}
.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:#EAF7F2;
}
.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:var(--gold);color:#07130F}
.btn.secondary{background:rgba(255,255,255,.08);color:white}
.live-panel{
  align-self:end;
  background:rgba(2,24,33,.76);
  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:#DDF2EB}
.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(11,59,69,.96),rgba(8,44,54,.96));
  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(--green),var(--gold));
  color:#06120F;
  display:grid;place-items:center;
  font-weight:950;
  margin-bottom:16px;
}
.meta{color:var(--muted);line-height:1.65}
.player{
  background:#01070A;
  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:345px;
  display:grid;
  place-items:center;
  background:
    linear-gradient(135deg,rgba(0,106,78,.72),rgba(255,205,0,.22)),
    url("assets/oval.svg");
  background-size:cover;
}
.play{
  width:96px;height:96px;border-radius:999px;
  display:grid;place-items:center;
  background:var(--gold);
  color:#06120F;
  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:#FFF4B3;
  background:rgba(255,205,0,.08);
}
.schedule td{color:#E0F2EA}
.article{
  background:linear-gradient(180deg,rgba(11,59,69,.96),rgba(2,24,33,.96));
  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:#EAF7F2}
.disclaimer{
  margin-top:20px;
  background:rgba(255,205,0,.12);
  border:1px solid rgba(255,205,0,.38);
  border-radius:22px;
  padding:18px;
  color:#FFF4B3;
  line-height:1.6;
}
footer{
  margin-top:50px;
  background:#01070A;
  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:#AFC5BE;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}
}
