:root { --navy:#101936; --navy-deep:#0a1027; --blue:#246bff; --blue-dark:#1e4fd0; --gold:#f6c342; --orange:#f59e42; --ink:#182035; --muted:#6d7487; --line:#e8ebf1; --paper:#f6f8fb; --white:#fff; --sans:"Manrope","Noto Sans SC",sans-serif; }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; color:var(--ink); background:var(--paper); font-family:var(--sans); } a { color:inherit; text-decoration:none; } button { font:inherit; cursor:pointer; }
.container { width:min(1160px,calc(100% - 40px)); margin:0 auto; }.site-header { position:sticky; top:0; z-index:20; color:var(--white); background:var(--navy); box-shadow:0 3px 18px rgba(7,13,37,.12); }.header-inner { min-height:70px; display:flex; align-items:center; gap:34px; }.brand { display:flex; align-items:center; gap:10px; margin-right:auto; }.brand-symbol { width:35px; height:35px; display:grid; place-items:center; color:var(--navy); background:var(--gold); border-radius:9px; font-size:20px; font-weight:800; }.brand-name { font-size:17px; font-weight:800; letter-spacing:.12em; }.brand-name small { display:block; margin-top:1px; color:rgba(255,255,255,.56); font-size:8px; font-weight:500; letter-spacing:.02em; }.desktop-nav { display:flex; align-items:center; gap:28px; color:rgba(255,255,255,.72); font-size:12px; }.desktop-nav a:hover { color:var(--white); }.header-button,.mobile-cta { display:inline-flex; align-items:center; gap:10px; padding:10px 16px; color:var(--navy); background:linear-gradient(135deg,#f7bf38,#ffd65d); border-radius:999px; font-size:11px; font-weight:800; }.header-button span { font-size:16px; }.menu-toggle,.mobile-nav { display:none; }
.hero-section { min-height:430px; position:relative; color:var(--white); overflow:hidden; background:var(--navy-deep); }.hero-image,.hero-shade { position:absolute; inset:0; }.hero-image { background-image:url("./assets/hero-night-football.jpg"); background-position:center 45%; background-size:cover; }.hero-shade { background:linear-gradient(90deg,rgba(8,14,37,.92),rgba(14,24,57,.72) 43%,rgba(14,24,57,.1) 100%),linear-gradient(0deg,rgba(6,11,29,.68),transparent 50%); }.hero-content { position:relative; z-index:1; display:flex; flex-direction:column; justify-content:center; min-height:430px; max-width:1160px; padding-top:35px; padding-bottom:35px; }.hero-tag,.section-label { color:var(--gold); font-size:10px; font-weight:700; letter-spacing:.13em; }.hero-content h1 { margin:17px 0 13px; font-size:clamp(34px,5vw,58px); line-height:1.18; letter-spacing:-.05em; }.hero-content h1 strong { color:#fff; }.hero-content p { max-width:470px; margin:0; color:rgba(255,255,255,.75); font-size:14px; line-height:1.85; }.hero-actions { display:flex; gap:10px; flex-wrap:wrap; margin-top:24px; }.primary-button,.outline-button { display:inline-flex; align-items:center; gap:28px; min-height:43px; padding:0 18px; border-radius:7px; font-size:12px; font-weight:700; }.primary-button { color:var(--navy); background:var(--gold); }.primary-button:hover { background:#ffd85d; }.outline-button { color:var(--white); border:1px solid rgba(255,255,255,.72); }.outline-button:hover { background:rgba(255,255,255,.1); }
.stats-section { padding:38px 0; background:#eef2f7; }.stats-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }.stat-card { min-height:112px; display:grid; grid-template-columns:42px 1fr; grid-template-rows:auto auto; align-content:center; column-gap:13px; padding:19px; background:var(--white); border-radius:13px; box-shadow:0 5px 18px rgba(19,35,67,.06); }.stat-icon { grid-row:1 / span 2; width:38px; height:38px; display:grid; place-items:center; color:var(--blue); background:#eaf1ff; border-radius:50%; font-size:18px; }.stat-card strong { align-self:end; font-size:16px; }.stat-card small { align-self:start; margin-top:4px; color:var(--muted); font-size:10px; }
.content-section { padding:76px 0; background:var(--paper); }.platform-section { padding-top:65px; background:#fff; }.section-heading { display:flex; align-items:end; justify-content:space-between; gap:25px; margin-bottom:30px; }.section-heading h2 { margin:10px 0 0; font-size:32px; letter-spacing:-.04em; }.section-heading p { margin:0; color:var(--muted); font-size:12px; }.sports-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }.sport-card { min-height:266px; display:flex; position:relative; overflow:hidden; color:var(--white); border-radius:15px; box-shadow:0 10px 22px rgba(15,26,53,.08); transition:transform .22s,box-shadow .22s; isolation:isolate; }.sport-card:hover { transform:translateY(-5px); box-shadow:0 15px 28px rgba(15,26,53,.16); }.sport-card:focus-visible { outline:3px solid rgba(36,107,255,.42); outline-offset:4px; }.sport-card-media,.sport-card-media:after { position:absolute; inset:0 0 auto; height:154px; }.sport-card-media { overflow:hidden; background:#17324a; }.sport-card-media:after { content:""; background:linear-gradient(180deg,rgba(7,17,36,.08) 0%,rgba(7,17,36,.05) 32%,rgba(7,17,36,.82) 100%); }.sport-card-media img { width:100%; height:100%; display:block; object-fit:cover; filter:saturate(.9) contrast(1.04); transition:transform .35s,filter .35s; }.sport-card:hover .sport-card-media img { transform:scale(1.045); filter:saturate(1) contrast(1.07); }.sport-card-media span { position:absolute; top:17px; right:17px; z-index:1; padding:5px 8px; color:rgba(255,255,255,.9); background:rgba(8,18,36,.52); border:1px solid rgba(255,255,255,.22); border-radius:999px; font-size:9px; letter-spacing:.08em; }.sport-card-content { position:relative; z-index:1; width:100%; min-height:266px; display:flex; flex-direction:column; justify-content:space-between; padding:19px 20px; background:linear-gradient(180deg,transparent 28%,rgba(12,26,48,.22) 38%,rgba(12,26,48,.94) 66%,rgba(12,26,48,.99) 100%); }.sport-card-top,.sport-card-bottom { display:flex; justify-content:space-between; align-items:flex-start; }.sport-card-top { color:rgba(255,255,255,.72); font-size:11px; }.sport-card-top b { color:#fff1a6; font-size:10px; font-weight:600; }.sport-card-bottom { align-items:end; }.sport-card h3 { margin:0; font-size:29px; }.sport-card small { display:block; margin-top:3px; font-size:9px; letter-spacing:.09em; opacity:.72; }.sport-card .card-domain { display:block; max-width:210px; margin-top:9px; overflow:hidden; color:rgba(255,255,255,.62); font-size:9px; letter-spacing:0; text-overflow:ellipsis; white-space:nowrap; }.card-action { display:inline-flex; align-items:center; gap:10px; padding-top:10px; color:rgba(255,255,255,.82); border-top:1px solid rgba(255,255,255,.2); font-size:10px; white-space:nowrap; }.card-action b { color:#fff1a6; font-size:18px; font-weight:500; transition:transform .2s; }.sport-card:hover .card-action b { transform:translate(3px,-3px); }.football-card .sport-card-content { background:linear-gradient(180deg,transparent 30%,rgba(9,38,45,.22) 40%,rgba(9,38,45,.95) 68%,rgba(9,38,45,.99) 100%); }.basketball-card .sport-card-content { background:linear-gradient(180deg,transparent 30%,rgba(21,52,103,.22) 40%,rgba(21,52,103,.95) 68%,rgba(21,52,103,.99) 100%); }.esports-card .sport-card-content { background:linear-gradient(180deg,transparent 30%,rgba(37,31,83,.22) 40%,rgba(37,31,83,.95) 68%,rgba(37,31,83,.99) 100%); }
.narrow-container { max-width:900px; }.platform-list { border-top:1px solid var(--line); }.platform-list a { min-height:78px; display:grid; grid-template-columns:42px 46px 1fr 30px; align-items:center; gap:16px; border-bottom:1px solid var(--line); }.platform-list a:hover { color:var(--blue); }.list-number { color:var(--blue); font-size:11px; font-weight:700; }.list-icon { width:34px; height:34px; display:grid; place-items:center; color:var(--blue); background:#edf3ff; border-radius:50%; font-size:13px; }.list-text strong,.list-text small { display:block; }.list-text strong { font-size:14px; }.list-text small { margin-top:4px; color:var(--muted); font-size:9px; letter-spacing:.06em; }.list-arrow { color:var(--blue); font-size:18px; text-align:right; }.about-section { padding:74px 0; color:var(--white); background:linear-gradient(135deg,#142250,#253b91); }.about-inner { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:end; }.about-section h2 { margin:15px 0 0; font-size:38px; line-height:1.22; letter-spacing:-.05em; }.about-section p { max-width:410px; justify-self:end; margin:0; color:rgba(255,255,255,.72); font-size:13px; line-height:1.9; }.site-footer { color:#8b93a4; background:#0d142c; }.footer-inner { min-height:75px; display:flex; align-items:center; justify-content:space-between; gap:20px; font-size:10px; }
.toast { position:fixed; left:50%; bottom:24px; z-index:40; padding:12px 16px; color:var(--navy); background:var(--gold); border-radius:7px; font-size:11px; opacity:0; pointer-events:none; transform:translate(-50%,10px); transition:.2s; }.toast.show { opacity:1; transform:translate(-50%,0); }
@media (max-width:850px) { .desktop-nav { gap:16px; }.header-button { padding-inline:12px; }.stats-grid { grid-template-columns:repeat(2,1fr); }.sports-grid { grid-template-columns:repeat(2,1fr); }.about-inner { gap:30px; } }
@media (max-width:600px) { .container { width:calc(100% - 30px); }.site-header { position:relative; }.desktop-nav,.header-button { display:none; }.menu-toggle { display:block; padding:3px; border:0; background:transparent; }.menu-toggle span { display:block; width:24px; height:2px; margin:5px 0; background:#fff; }.mobile-nav { position:absolute; left:15px; right:15px; top:70px; z-index:25; flex-direction:column; padding:9px 15px; background:var(--navy); border:1px solid rgba(255,255,255,.15); border-radius:0 0 10px 10px; box-shadow:0 10px 25px rgba(0,0,0,.24); }.mobile-nav.is-open { display:flex; }.mobile-nav a { padding:13px 0; color:rgba(255,255,255,.8); border-bottom:1px solid rgba(255,255,255,.12); font-size:13px; }.mobile-nav a:last-child { border-bottom:0; }.mobile-nav .mobile-cta { justify-content:center; margin:10px 0 4px; color:var(--navy); border:0; }.hero-section,.hero-content { min-height:470px; }.hero-image { background-position:58% center; }.hero-content { padding-top:40px; padding-bottom:42px; justify-content:end; }.hero-content h1 { font-size:39px; }.hero-content p { font-size:12px; }.stats-grid { gap:10px; }.stat-card { min-height:98px; padding:14px; grid-template-columns:32px 1fr; column-gap:8px; }.stat-icon { width:30px; height:30px; font-size:14px; }.stat-card strong { font-size:13px; }.stat-card small { font-size:9px; }.content-section { padding:58px 0; }.section-heading { display:block; }.section-heading p { margin-top:13px; }.section-heading h2 { font-size:29px; }.sports-grid { grid-template-columns:1fr; gap:11px; }.sport-card { min-height:205px; }.sport-card-content { min-height:205px; padding:16px; }.sport-card-media,.sport-card-media:after { height:128px; }.sport-card-media span { top:13px; right:13px; }.platform-list a { grid-template-columns:30px 38px 1fr 22px; gap:9px; }.about-inner { display:block; }.about-section h2 { font-size:31px; }.about-section p { margin-top:24px; }.footer-inner { display:block; padding:20px 0; line-height:2; } }

/* Current section state for the compact two-item navigation. */
.desktop-nav a,
.mobile-nav > a:not(.mobile-cta) {
  position:relative;
}
.desktop-nav a.is-active {
  color:var(--white);
}
.desktop-nav a.is-active::after {
  content:"";
  position:absolute;
  right:0;
  bottom:-11px;
  left:0;
  height:2px;
  background:var(--gold);
  border-radius:2px;
}
.mobile-nav > a.is-active {
  color:var(--gold);
}
