:root {
  --ink: #081a23;
  --ink-2: #0d2630;
  --ink-3: #143440;
  --paper: #f5f3ec;
  --white: #fff;
  --muted: #a8b5b8;
  --line: rgba(255,255,255,.13);
  --lime: #c7f43d;
  --lime-2: #9dd900;
  --amber: #ffb340;
  --shadow: 0 22px 60px rgba(0,0,0,.22);
  --radius: 18px;
  --container: min(1180px, calc(100% - 40px));
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 0; overflow-x: hidden; background: var(--ink); color: var(--white); font-family: "Noto Sans Ethiopic", "Nyala", "Segoe UI", sans-serif; line-height: 1.7; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 16px; background: var(--white); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(8,26,35,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { width: var(--container); min-height: 78px; margin: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; letter-spacing: -.03em; }
.brand__mark { flex: 0 0 auto; filter: drop-shadow(0 4px 10px rgba(0,0,0,.35)); }
.brand strong { display: flex; line-height: 1; font-size: 19px; font-style: normal; }
.brand strong b { color: var(--white); }
.brand strong i { color: var(--lime); font-style: normal; }
.brand small { display: block; margin-top: 5px; color: #ffd28c; font-size: 8px; font-weight: 900; letter-spacing: .08em; white-space: nowrap; }
.desktop-nav { display: flex; justify-content: center; align-items: center; gap: clamp(14px,2vw,28px); }
.desktop-nav a { position: relative; padding: 27px 0 23px; color: #d9e0e1; font-size: 13px; font-weight: 800; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 19px; left: 0; height: 2px; background: var(--lime); transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: none; }
.header-actions { display: flex; gap: 8px; }
.button { min-height: 45px; padding: 11px 18px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--lime); color: var(--ink); font-size: 13px; font-weight: 900; line-height: 1.2; letter-spacing: .01em; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #d9ff61; }
.button--ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.26); }
.button--ghost:hover { background: rgba(255,255,255,.08); }
.button--light { background: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; color: var(--white); }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; }
.mobile-menu { position: fixed; z-index: 40; inset: 72px 0 auto; max-height: calc(100vh - 72px); overflow: auto; padding: 18px 20px 30px; background: var(--ink-2); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
.mobile-menu a { display: block; padding: 13px 4px; border-bottom: 1px solid var(--line); font-weight: 800; }

.sportsbook { display: grid; grid-template-columns: minmax(175px, 230px) minmax(0, 1fr) minmax(220px, 270px); min-height: 720px; background: #0e2027; }
.league-rail { padding: 22px 14px; background: #0a252c; border-right: 1px solid var(--line); }
.rail-group + .rail-group { margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--line); }
.rail-title, .action-card__kicker, .section-label, .eyebrow { margin: 0 6px 13px; color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.league-rail ul { list-style: none; padding: 0; margin: 0; }
.league-rail li + li { margin-top: 5px; }
.league-rail li a { display: grid; grid-template-columns: 26px 1fr auto; gap: 8px; align-items: center; min-height: 44px; padding: 9px 8px; border-left: 2px solid transparent; color: #d9e3e5; font-size: 12px; line-height: 1.25; }
.league-rail li a:hover { border-color: var(--lime); background: rgba(199,244,61,.08); }
.sport-icon { width: 25px; height: 25px; display: grid; place-items: center; color: var(--lime); }
.rail-note { margin-top: 34px; padding: 18px; border: 1px solid var(--line); }
.rail-note strong { display: block; color: var(--lime); font-size: 28px; }
.rail-note span { color: var(--muted); font-size: 12px; }
.sportsbook-main { min-width: 0; background: #0b3138; }
.promo { position: relative; min-height: 345px; overflow: hidden; }
.promo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,26,35,.95) 0%, rgba(8,26,35,.72) 42%, rgba(8,26,35,.14) 75%), linear-gradient(0deg, rgba(8,26,35,.72), transparent 45%); }
.promo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.promo__overlay { position: relative; z-index: 1; width: min(490px, 66%); padding: clamp(38px,5vw,66px); }
.promo__overlay > span { color: var(--lime); font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.promo__overlay h2 { margin: 9px 0 15px; font-size: clamp(29px,3.4vw,49px); line-height: 1.06; letter-spacing: -.04em; }
.promo__overlay p { max-width: 430px; margin: 0 0 22px; color: #d3dcde; font-size: 14px; }
.market-tabs { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0d3b42; }
.market-tabs span { padding: 15px; text-align: center; border-right: 1px solid var(--line); font-size: 12px; font-weight: 900; }
.market-tabs .active { color: var(--lime); background: rgba(199,244,61,.08); }
.match-list { padding: 0 14px 18px; }
.match-card { padding: 15px 0; border-bottom: 1px solid var(--line); }
.match-card > div:first-child { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 11px; }
.match-card h3 { margin: 4px 0 10px; font-size: 14px; text-transform: uppercase; }
.market-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.market-row a { display: flex; justify-content: space-between; align-items: center; min-height: 40px; padding: 8px 11px; background: rgba(0,0,0,.2); border: 1px solid transparent; font-size: 12px; }
.market-row a:hover { border-color: var(--lime); }
.market-row strong { color: var(--lime); font-size: 10px; }
.action-rail { padding: 16px 12px; background: #121a1e; }
.action-card { margin-bottom: 12px; padding: 21px 16px; background: var(--paper); color: var(--ink); border-radius: 10px; }
.action-rail--interactive .action-card { display: block; transition: transform .2s ease, box-shadow .2s ease; }
.action-rail--interactive .action-card:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(0,0,0,.28); }
.action-card__kicker { display: block; margin-left: 0; color: #548000; }
.action-card h2 { margin: 0 0 13px; font-size: 18px; }
.action-card ol { margin: 0 0 17px; padding-left: 20px; color: #48555a; font-size: 12px; }
.action-card .button { width: 100%; }
.action-card--dark { background: var(--ink-3); color: var(--white); }
.action-card--dark p { color: var(--muted); font-size: 12px; }
.action-card--app { background: #f1c66c; }
.action-card--safe { color: var(--white); background: linear-gradient(145deg,#315d51,#173a35); border: 1px solid rgba(199,244,61,.28); }
.action-card--safe .action-card__kicker { color: var(--lime); }
.action-card p { margin: 0 0 15px; font-size: 12px; }
.rail-link { color: inherit; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 900; }
.registration-card { background: #f7f7f4; }
.registration-tabs, .platform-tabs { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 8px; border-radius: 6px; overflow: hidden; background: #d8d8d8; font-size: 10px; text-align: center; }
.registration-tabs span, .platform-tabs span { padding: 8px 5px; }
.registration-tabs span:first-child, .platform-tabs span:first-child { background: #4b4b4d; color: #fff; font-weight: 800; }
.mock-field { min-height: 35px; margin-top: 6px; padding: 8px 9px; display: flex; align-items: center; justify-content: space-between; gap: 7px; background: #fff; border: 1px solid #d7d8d4; border-radius: 6px; color: #9ba0a0; font-size: 10px; }
.mock-field b { color: #273238; font-size: 10px; }
.rail-cta { margin-top: 9px; min-height: 40px; display: grid; place-items: center; background: linear-gradient(180deg,#11d78d,#00ae6d); color: #fff; border-radius: 6px; font-size: 11px; font-weight: 900; }
.registration-card > small { display: block; margin-top: 7px; color: #6b7477; font-size: 8px; line-height: 1.4; text-align: center; }
.rail-text-link { display: inline-block; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 900; }
.app-download-card { padding: 0; overflow: hidden; background: #f0f2ef; }
.app-download-card .platform-tabs { margin: 0; border-radius: 0; color: #fff; background: #4b4b4d; }
.app-download-body { padding: 14px; display: flex; align-items: center; gap: 12px; color: var(--ink); }
.app-download-body h2 { margin: 1px 0 0; font-size: 15px; }
.app-download-body small, .app-download-body p { margin: 0; color: #397800; font-size: 9px; font-weight: 900; }
.phone-glyph { width: 42px; height: 56px; display: grid; place-items: center; border: 3px solid #d6dcda; border-radius: 10px; color: #00c77c; font-size: 28px; background: #fff; }
.app-download-card .rail-cta { margin: 0 14px 14px; }
.rail-cta--dark { background: var(--ink-2); }

.article-shell { width: var(--container); margin: auto; }
.breadcrumb { display: flex; gap: 9px; padding: 25px 0 0; color: var(--muted); font-size: 12px; }
.breadcrumb a { color: var(--lime); }
.internal-promo { position: relative; min-height: 350px; margin: 24px 0 0; display: block; overflow: hidden; border: 1px solid rgba(199,244,61,.28); background: #06231f; box-shadow: var(--shadow); }
.internal-promo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,20,22,.03) 24%,rgba(5,20,22,.82) 58%,rgba(5,20,22,.99)); }
.internal-promo--copy-left::after { background: linear-gradient(90deg,rgba(5,20,22,.99),rgba(5,20,22,.82) 42%,rgba(5,20,22,.03) 76%); }
.internal-promo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.internal-promo__copy { position: relative; z-index: 1; width: min(46%,540px); min-height: 350px; margin-left: auto; padding: clamp(32px,4vw,54px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.internal-promo--copy-left .internal-promo__copy { margin-right: auto; margin-left: 0; }
.internal-promo__copy small { color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.internal-promo__copy strong { margin: 8px 0 20px; font-size: clamp(28px,3.55vw,50px); line-height: 1.03; letter-spacing: -.04em; }
.internal-promo__copy em { color: var(--amber); font-style: normal; }
.internal-promo__copy > span { padding: 11px 18px; background: var(--lime); color: var(--ink); font-size: 12px; font-weight: 900; }
.internal-promo__copy i { max-width: 520px; margin-top: 13px; color: #bac9c8; font-size: 9px; font-style: normal; line-height: 1.5; }
.article-hero { display: grid; grid-template-columns: minmax(0,1fr) 240px; gap: 60px; align-items: end; padding: clamp(60px,9vw,120px) 0 48px; border-bottom: 1px solid var(--line); }
.article-hero .eyebrow { display: block; margin-left: 0; }
.article-hero h1 { max-width: 900px; margin: 8px 0 20px; font-size: clamp(39px,6vw,78px); font-weight: 600; line-height: 1.03; letter-spacing: -.055em; }
.article-hero > div > p { max-width: 820px; margin: 0; color: #c1ccce; font-size: clamp(16px,1.7vw,20px); }
.article-hero aside { padding: 24px 0; border-bottom: 4px solid var(--lime); }
.article-hero aside strong { display: block; font-size: 44px; line-height: 1; }
.article-hero aside p { margin: 9px 0 16px; color: var(--muted); }
.article-hero aside a { color: var(--lime); font-size: 12px; font-weight: 800; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 27px; }
.tag-row span { padding: 7px 10px; background: rgba(199,244,61,.1); color: var(--lime); font-size: 11px; font-weight: 800; }
.article-body { width: min(900px,100%); margin: 0 auto; padding: 30px 0 80px; }
.copy-section { padding: 55px 0; border-bottom: 1px solid var(--line); }
.copy-section .section-label { display: block; margin-left: 0; }
.copy-section h2, .faq h2 { margin: 7px 0 20px; font-size: clamp(28px,4vw,44px); font-weight: 600; line-height: 1.15; letter-spacing: -.035em; }
.copy-section p { color: #bdc9cb; font-size: 17px; }
.text-link { min-height: auto; margin-top: 12px; padding: 0 0 4px; background: transparent; color: var(--lime); border-bottom: 1px solid currentColor; }
.text-link:hover { background: transparent; }
.content-banner { position: relative; min-height: 460px; margin: 58px 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.content-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,15,20,.94),rgba(5,15,20,.62) 56%,rgba(5,15,20,.12)); }
.content-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.content-banner__copy { position: relative; z-index: 1; width: min(540px,68%); padding: clamp(35px,6vw,70px); }
.content-banner__copy .section-label { margin-left: 0; }
.content-banner__copy h2 { margin: 8px 0 18px; font-size: clamp(30px,4.5vw,52px); line-height: 1.08; }
.content-banner__copy p { color: #dce4e4; }
.content-banner__copy a { color: var(--lime); font-weight: 900; border-bottom: 1px solid currentColor; }
.comparison-block { padding: 65px 0; border-bottom: 1px solid var(--line); }
.aviator-video-banner { margin: 58px 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: #050f14; }
.aviator-video-banner > a { position: relative; aspect-ratio: 16/9; display: block; }
.aviator-video-banner video { width: 100%; height: 100%; object-fit: cover; }
.aviator-video-banner > a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,15,20,.12),rgba(5,15,20,.78)); }
.aviator-video-banner--clean > a::after { display: none; }
.aviator-video-banner__overlay { position: absolute; z-index: 1; right: 0; top: 0; bottom: 0; width: 52%; padding: clamp(28px,5vw,60px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.aviator-video-banner__overlay small { color: var(--lime); font-weight: 900; }
.aviator-video-banner__overlay strong { margin: 9px 0 19px; font-size: clamp(28px,4.5vw,50px); line-height: 1.08; }
.aviator-video-banner__overlay > span { padding: 10px 16px; background: var(--lime); color: var(--ink); font-size: 12px; font-weight: 900; }
.comparison-block .section-label { margin-left: 0; }
.comparison-block h2 { margin: 7px 0 25px; font-size: clamp(28px,4vw,44px); line-height: 1.15; }
.table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; }
table { width: 100%; min-width: 620px; border-collapse: collapse; background: #0d2832; font-size: 14px; }
th, td { padding: 17px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid rgba(255,255,255,.12); }
thead th { color: var(--ink); background: var(--lime); font-size: 12px; letter-spacing: .04em; }
tbody th { color: var(--amber); }
tbody td { color: #c7d1d3; }
tbody tr:last-child > * { border-bottom: 0; }
.faq { width: min(900px,100%); margin: 0 auto 100px; padding: 45px; background: var(--paper); color: var(--ink); border-radius: var(--radius); }
.faq .section-label { margin-left: 0; color: #548000; }
.faq details { border-top: 1px solid #ccd0ca; }
.faq details:last-child { border-bottom: 1px solid #ccd0ca; }
.faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0; cursor: pointer; font-weight: 800; }
.faq summary span { color: #548000; font-size: 21px; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 750px; margin: 0 0 20px; color: #4d5a5e; }

.site-footer { background: #050f14; border-top: 1px solid var(--line); }
.footer-cta { width: var(--container); margin: auto; padding: 54px 0; display: flex; justify-content: space-between; align-items: center; gap: 40px; border-bottom: 1px solid var(--line); }
.footer-cta .section-label { display: block; margin-left: 0; }
.footer-cta h2 { margin: 4px 0 8px; font-size: clamp(26px,4vw,42px); }
.footer-cta p { margin: 0; color: var(--muted); }
.footer-main { width: var(--container); margin: auto; padding: 48px 0; display: grid; grid-template-columns: 220px 1fr 1fr auto; gap: 40px; align-items: start; }
.footer-main > p { margin: 0; color: var(--muted); font-size: 13px; }
.footer-main nav { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px 28px; font-size: 13px; }
.footer-main nav a:hover { color: var(--lime); }
.age-badge { color: var(--lime); font-size: 38px; font-weight: 900; }
.footer-bottom { width: var(--container); margin: auto; padding: 20px 0; display: flex; justify-content: space-between; gap: 24px; color: #819094; border-top: 1px solid var(--line); font-size: 11px; }
.mobile-cta { display: none; }

@media (max-width: 1080px) {
  .desktop-nav { gap: 14px; }
  .desktop-nav a { font-size: 11px; }
  .sportsbook { grid-template-columns: 185px minmax(0,1fr); }
  .action-rail { display: none; }
  .footer-main { grid-template-columns: 200px 1fr 1fr; }
  .age-badge { display: none; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 28px, 680px); }
  body { padding-bottom: 66px; }
  .header-inner { min-height: 66px; grid-template-columns: auto 1fr auto; gap: 10px; }
  .menu-toggle { display: block; }
  .desktop-nav { display: none; }
  .brand { justify-self: start; }
  .brand > span:last-child { display: none; }
  .brand__mark svg { width: 43px; height: 28px; }
  .header-actions .button { min-height: 39px; padding: 9px 11px; font-size: 10px; }
  .sportsbook { display: block; min-height: 0; }
  .league-rail { display: none; }
  .action-rail { display: grid; padding: 18px 14px 26px; }
  .promo { min-height: min(74vh,580px); }
  .promo::after { background: linear-gradient(0deg, rgba(8,26,35,.95) 0%, rgba(8,26,35,.2) 65%); }
  .promo img { object-position: 66% center; }
  .promo__overlay { position: absolute; inset: auto 0 0; width: 100%; padding: 28px 20px; }
  .promo__overlay h2 { font-size: 31px; }
  .promo__overlay p { font-size: 12px; }
  .match-list { padding: 0 12px 16px; }
  .match-card h3 { font-size: 13px; }
  .article-hero { grid-template-columns: 1fr; gap: 20px; padding: 58px 0 35px; }
  .internal-promo { min-height: 0; margin-top: 16px; }
  .internal-promo::after, .internal-promo--copy-left::after { display: none; }
  .internal-promo img { position: relative; inset: auto; height: clamp(230px,58vw,330px); object-position: center 34%; }
  .internal-promo--copy-left img { object-position: 68% center; }
  .internal-promo__copy, .internal-promo--copy-left .internal-promo__copy { position: relative; width: 100%; min-height: 0; margin: 0; padding: 27px 22px 30px; background: linear-gradient(135deg,#071d22,#0b3138); }
  .internal-promo__copy strong { font-size: clamp(29px,8.4vw,38px); }
  .article-hero h1 { font-size: clamp(39px,11vw,62px); }
  .article-hero aside { display: grid; grid-template-columns: auto 1fr; gap: 6px 18px; align-items: center; }
  .article-hero aside strong { grid-row: 1/3; }
  .article-hero aside p { margin: 0; }
  .article-hero aside a { align-self: start; }
  .copy-section { padding: 42px 0; }
  .copy-section p { font-size: 16px; }
  .content-banner { min-height: 520px; margin: 42px 0; }
  .content-banner::after { background: linear-gradient(0deg,rgba(5,15,20,.96),rgba(5,15,20,.3) 85%); }
  .content-banner img { object-position: 60% center; }
  .content-banner__copy { position: absolute; inset: auto 0 0; width: 100%; padding: 28px 22px; }
  .content-banner__copy h2 { font-size: 31px; }
  .comparison-block { padding: 48px 0; }
  .aviator-video-banner > a { aspect-ratio: 16/9; }
  .aviator-video-banner > a::after { background: linear-gradient(0deg,rgba(5,15,20,.96),rgba(5,15,20,.08) 72%); }
  .aviator-video-banner__overlay { inset: auto 0 0; width: 100%; padding: 24px 20px; }
  .aviator-video-banner__overlay strong { font-size: 29px; }
  .faq { padding: 28px 20px; margin-bottom: 70px; }
  .footer-cta { display: block; }
  .footer-cta .button { margin-top: 24px; }
  .footer-main { grid-template-columns: 1fr; gap: 26px; }
  .footer-main .brand > span:last-child { display: block; }
  .footer-main nav { grid-template-columns: repeat(2,1fr); }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin: 5px 0; }
  .mobile-cta { position: fixed; z-index: 45; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding: 8px 12px; background: rgba(8,26,35,.97); border-top: 1px solid var(--line); }
  .mobile-cta .button { min-height: 48px; }
}

@media (max-width: 420px) {
  .header-actions .button { padding: 8px 9px; }
  .promo { min-height: 520px; }
  .promo__overlay h2 { font-size: 28px; }
  .market-row strong { font-size: 9px; }
  .article-hero h1 { font-size: 40px; }
  .footer-main nav { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
