:root {
  color-scheme: dark;
  --ink: #020812;
  --navy: #06162b;
  --navy-2: #0a2447;
  --blue: #126dff;
  --cyan: #70d8ff;
  --gold: #f4bd3e;
  --lime: #b6ee2b;
  --text: #f8fbff;
  --muted: #afbdd0;
  --line: rgba(112, 216, 255, 0.24);
  --line-gold: rgba(244, 189, 62, 0.48);
  --shadow: 0 28px 80px rgba(0, 5, 18, 0.58);
  --rail: 132px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  background: #030b17;
  font-family: "Leelawadee UI", "Noto Sans Thai", Tahoma, sans-serif;
  line-height: 1.76;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-underline-offset: .2em; }
img { display: block; max-width: 100%; }
main, .site-footer { margin-left: var(--rail); }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip { position: fixed; top: 8px; left: calc(var(--rail) + 8px); z-index: 400; padding: .7rem 1rem; color: #06101d; background: var(--gold); transform: translateY(-180%); }
.skip:focus { transform: none; }

.site-header { position: fixed; inset: 0 auto 0 0; z-index: 200; width: var(--rail); border-right: 1px solid var(--line-gold); background: rgba(1, 8, 18, .96); }
.nav { min-height: 100%; display: flex; flex-direction: column; align-items: stretch; }
.brand { display: flex; min-height: 146px; align-items: center; justify-content: center; padding: 18px 10px; border-bottom: 1px solid rgba(244, 189, 62, .25); text-decoration: none; }
.brand img { width: 106px; height: auto; object-fit: contain; }
.nav-links { display: grid; }
.nav-links a { min-height: 112px; display: grid; align-content: center; justify-items: center; gap: 5px; border-bottom: 1px solid rgba(112, 216, 255, .13); color: #9fb2cb; text-decoration: none; }
.nav-links a span { color: var(--cyan); font: 800 .7rem/1 system-ui, sans-serif; letter-spacing: .12em; }
.nav-links a strong { font-size: .92rem; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: #fff; background: #09244a; box-shadow: inset 3px 0 0 var(--blue); }
.nav-links a[aria-current="page"] span { color: var(--lime); }
.nav-actions { margin-top: auto; padding: 12px; }
.rail-action { min-height: 48px; display: grid; place-items: center; border: 1px solid var(--gold); color: #08111d; background: var(--gold); font-weight: 900; text-decoration: none; }
.menu-button { display: none; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: .72rem 1.35rem; border: 1px solid var(--line); border-radius: 4px; font-weight: 900; text-decoration: none; transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.button-primary { color: #07111f; border-color: #ffde72; background: var(--gold); box-shadow: 0 12px 34px rgba(244, 189, 62, .2); }
.button-secondary { color: #fff; background: rgba(7, 32, 67, .86); }

.hero { position: relative; min-height: 960px; height: 100vh; overflow: hidden; background: #020914; }
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center right; }
.hero::after { position: absolute; inset: 0; content: ""; background: rgba(0, 7, 18, .12); pointer-events: none; }
.hero-stage { position: relative; z-index: 2; width: min(100% - 72px, 1220px); height: 100%; margin-inline: auto; }
.hero-topbar { min-height: 102px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.hero-topbar > div { display: flex; align-items: center; gap: 24px; }
.hero-topbar a { font-weight: 900; text-decoration: none; }
.broadcast-label { color: var(--cyan); font: 800 .74rem/1.2 system-ui, sans-serif; letter-spacing: .16em; }
.hero-copy { width: min(56%, 690px); padding-top: clamp(24px, 3.2vh, 42px); }
.hero-wordmark { width: min(100%, 340px); height: auto; margin-bottom: 10px; filter: drop-shadow(0 16px 32px rgba(0, 0, 0, .48)); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 .9rem; color: var(--gold); font: 900 .78rem/1.3 system-ui, sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 3px; content: ""; background: var(--lime); }
h1, h2, h3 { margin: 0 0 .85rem; line-height: 1.18; letter-spacing: -.025em; }
h1 { font-size: clamp(2.35rem, 4vw, 3.9rem); text-wrap: balance; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: clamp(1.22rem, 2vw, 1.65rem); }
.lead { max-width: 62ch; color: #d8e5f4; font-size: clamp(.98rem, 1.35vw, 1.12rem); }
.score-panel { width: min(100%, 520px); margin-top: 10px; display: grid; grid-template-columns: auto 1fr; gap: 0 18px; padding: 10px 16px; border: 1px solid rgba(112, 216, 255, .48); border-left: 4px solid var(--lime); background: rgba(3, 17, 39, .86); box-shadow: var(--shadow); }
.score-panel span { grid-row: 1 / 3; align-self: center; color: var(--lime); font: 900 .72rem/1 system-ui, sans-serif; letter-spacing: .12em; writing-mode: vertical-rl; transform: rotate(180deg); }
.score-panel strong { font-size: 1.12rem; line-height: 1.25; }
.score-panel p { margin: 0; color: var(--muted); line-height: 1.5; }
.score-panel a { grid-column: 2; width: fit-content; margin-top: 2px; color: var(--gold); font-weight: 900; line-height: 1.45; }

.lane-nav { position: absolute; left: 0; right: 0; bottom: 48px; z-index: 4; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-gold); border-bottom: 1px solid rgba(244, 189, 62, .34); background: #020914; }
.lane-nav a { position: relative; min-height: 240px; display: flex; align-items: flex-end; gap: 18px; overflow: hidden; padding: 28px 26px; border-right: 1px solid rgba(244, 189, 62, .3); isolation: isolate; text-decoration: none; }
.lane-nav a::before { position: absolute; inset: 0; z-index: -2; content: ""; background-image: var(--lane-image); background-size: cover; background-position: center; transition: transform 300ms ease; }
.lane-nav a::after { position: absolute; inset: 0; z-index: -1; content: ""; background: rgba(0, 8, 20, .3); }
.lane-nav a:hover::before { transform: scale(1.035); }
.lane-number { color: var(--lime); font: 900 .74rem/1 system-ui, sans-serif; letter-spacing: .12em; }
.lane-copy { display: grid; margin-right: auto; }
.lane-copy strong { font-size: clamp(1.6rem, 3vw, 2.75rem); line-height: 1; }
.lane-copy b { margin-top: 5px; color: var(--gold); font: 800 .82rem/1.2 system-ui, sans-serif; letter-spacing: .16em; }
.lane-copy small { max-width: 22ch; margin-top: 10px; color: #d8e5f4; }
.lane-go { align-self: center; padding: 9px 12px; border: 1px solid currentColor; color: var(--cyan); font-weight: 900; }
.broadcast-ticker { position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; height: 48px; display: flex; align-items: center; gap: clamp(18px, 3vw, 46px); padding: 0 24px; overflow: hidden; background: #01060d; white-space: nowrap; }
.broadcast-ticker strong { color: var(--lime); font: 900 .72rem/1 system-ui, sans-serif; letter-spacing: .16em; }
.broadcast-ticker a { color: #cbd8e9; text-decoration: none; }

.route-home { --route-accent: var(--lime); }
.route-slots { --route-accent: #45a7ff; }
.route-casino { --route-accent: var(--gold); }
.route-sports { --route-accent: var(--lime); }
.section { position: relative; padding: 96px 0; scroll-margin-top: 30px; border-top: 1px solid rgba(112, 216, 255, .12); background: #04101f; }
.broadcast-intro { border-top: 3px solid var(--gold); background: #07182d; }
.broadcast-intro::after { position: absolute; top: 0; right: 0; width: 34%; height: 3px; content: ""; background: var(--lime); }
.broadcast-intro .split { grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); }
.broadcast-story { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(112, 216, 255, .16); }
.broadcast-story h3, .broadcast-story p { margin: 0; padding: 24px; background: #061427; }
.broadcast-story h3 { display: grid; grid-template-columns: 42px 1fr; align-items: baseline; border-top: 3px solid transparent; color: #fff; }
.broadcast-story h3:hover { border-top-color: var(--gold); }
.broadcast-story h3 span { color: var(--lime); font: 900 .72rem/1 system-ui, sans-serif; letter-spacing: .12em; }
.broadcast-story p { color: var(--muted); }
.section-head { position: relative; max-width: 900px; margin-bottom: 40px; padding-left: 26px; border-left: 4px solid var(--route-accent); }
.section-head::after { position: absolute; right: 0; bottom: -12px; left: 26px; height: 1px; content: ""; background: rgba(112, 216, 255, .18); }
.section-head p, .muted { color: var(--muted); }
.section-actions, .hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 24px; }
.split { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(34px, 6vw, 86px); align-items: start; }
.sticky { position: sticky; top: 30px; }
.prose { max-width: 870px; }
.prose p, .prose li { color: #c7d5e7; }
.prose strong { color: #fff; }
.prose h3 { margin-top: 2.15rem; color: #ffe399; }
.content-overview { background: #06172c; }
.content-overview .split { grid-template-columns: minmax(310px, .86fr) minmax(0, 1.14fr); }
.section-visual { position: relative; margin: 30px 0 0; overflow: hidden; border: 1px solid var(--line-gold); background: #020914; box-shadow: var(--shadow); }
.section-visual img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; object-position: center; }
.route-sports .section-visual img, .route-casino .section-visual img { object-position: right center; }
.section-visual figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 10px 14px; color: var(--gold); background: rgba(1, 8, 18, .9); font: 900 .7rem/1.3 system-ui, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 36px; border-bottom: 1px solid rgba(112, 216, 255, .18); background: rgba(112, 216, 255, .18); }
.feature { min-height: 240px; padding: 24px; border-top: 4px solid #0d5fcf; background: #07182d; }
.feature:nth-child(2) { border-top-color: var(--gold); }
.feature:nth-child(3) { border-top-color: var(--lime); }
.feature b { color: var(--route-accent); font: 900 .72rem/1 system-ui, sans-serif; }
.feature h3 { margin-top: 42px; color: #fff; }
.broadcast-feed { background: #020a15; }
.topic-list { display: grid; gap: 1px; border-top: 1px solid rgba(112, 216, 255, .18); background: rgba(112, 216, 255, .17); }
.topic { display: grid; grid-template-columns: 86px minmax(0, 1fr); column-gap: 24px; padding: 30px; border-left: 4px solid transparent; background: #07172b; }
.topic:hover { border-left-color: var(--route-accent); background: #092142; }
.topic .eyebrow { grid-column: 1; grid-row: 1 / span 5; align-self: start; margin-top: 7px; color: var(--route-accent); }
.topic > h3, .topic > p:not(.eyebrow) { grid-column: 2; }
.topic p:last-child { margin-bottom: 0; }
.text-link { color: var(--gold); font-weight: 900; }
.score-table-section { background: #07182d; }
.comparison-wrap { overflow-x: auto; border: 1px solid var(--line); border-top: 5px solid var(--gold); box-shadow: var(--shadow); }
.comparison { width: 100%; min-width: 680px; border-collapse: collapse; background: #04101f; }
.comparison th, .comparison td { padding: 20px; border-right: 1px solid rgba(112, 216, 255, .12); border-bottom: 1px solid rgba(112, 216, 255, .16); text-align: left; vertical-align: top; }
.comparison thead th { color: var(--lime); background: #0b2b55; font: 900 .76rem/1.4 system-ui, sans-serif; letter-spacing: .06em; }
.comparison tbody th { color: var(--gold); background: #071a34; }
.desk-section { border-top: 4px solid #0d5fcf; background: #051225; }
.desk-section .prose { padding: clamp(28px, 4vw, 50px); border: 1px solid var(--line); background: #071a34; box-shadow: var(--shadow); }
.desk-section .prose h3 { display: grid; grid-template-columns: 42px 1fr; color: #fff; }
.desk-section .prose h3::before { content: "XG"; color: var(--route-accent); font: 900 .7rem/1 system-ui, sans-serif; letter-spacing: .12em; }
.decision-section { background: #081d39; }
.decision-section .prose { padding: 30px; border-left: 4px solid var(--gold); background: #04101f; }
.faq-section { background: #020a15; }
.faq { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border-top: 1px solid rgba(112, 216, 255, .18); background: rgba(112, 216, 255, .18); }
.faq details { min-height: 92px; background: #06172d; }
.faq details[open] { background: #092142; }
.faq summary { padding: 22px 24px; cursor: pointer; color: #fff; font-weight: 900; }
.faq p { padding: 0 24px 22px; margin: 0; color: var(--muted); }

.subhero { position: relative; overflow: hidden; padding: 68px 0 54px; background: #071b36; }
.subhero::before { position: absolute; inset: 0; content: ""; background-image: url('/assets/hero-broadcast-v2.png'); background-size: cover; background-position: center right; opacity: .23; }
.subhero .shell { position: relative; }
.subhero-panel { position: relative; width: min(100%, 940px); padding: clamp(34px, 6vw, 74px); border-left: 6px solid var(--lime); background: rgba(2, 12, 27, .87); box-shadow: var(--shadow); }
.subhero-index { position: absolute; top: 18px; right: 22px; color: var(--cyan); font: 900 .74rem/1 system-ui, sans-serif; letter-spacing: .14em; }
.breadcrumb { margin-bottom: 18px; color: var(--muted); font-size: .92rem; }
.breadcrumb a { color: var(--gold); }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.tag-list li { padding: 7px 12px; border: 1px solid var(--line); color: #d5e5f6; background: rgba(9, 34, 68, .86); }
.action-section { padding: 72px 0; border-top: 4px solid var(--gold); background: #020914; }
.cta-panel { min-height: 430px; display: grid; align-content: center; padding: clamp(36px, 7vw, 82px); border: 1px solid var(--line-gold); border-left: 7px solid var(--gold); background-color: #04101f; background-image: url('/assets/hero-broadcast-v2.png'); background-size: cover; background-position: center right; box-shadow: var(--shadow); }
.cta-panel > * { width: min(100%, 660px); }

.site-footer { padding: 42px 0 94px; border-top: 4px solid var(--gold); background: #010710; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 1px; border: 1px solid rgba(112, 216, 255, .15); background: rgba(112, 216, 255, .15); }
.footer-grid > * { min-height: 210px; padding: 26px; background: #03101f; }
.site-footer .brand { min-height: auto; width: fit-content; justify-content: flex-start; padding: 0; border: 0; }
.site-footer .brand img { width: 164px; }
.footer-grid p, .footer-grid a { color: var(--muted); }
.footer-grid nav { display: grid; gap: 8px; }
.legal { margin-top: 30px; color: #778ba7; font-size: .9rem; }
.top-button { position: fixed; right: 18px; bottom: 82px; z-index: 80; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--gold); color: #06101c; background: var(--gold); font-weight: 900; text-decoration: none; opacity: 0; pointer-events: none; transition: 180ms ease; }
.top-button[data-visible="true"] { opacity: 1; pointer-events: auto; }
.mobile-bar { display: none; }
[data-reveal] { opacity: 1; transform: none; transition: opacity 420ms ease, transform 420ms ease; }

@media (max-width: 1080px) {
  :root { --rail: 108px; }
  .brand { min-height: 120px; }
  .brand img { width: 88px; }
  .nav-links a { min-height: 96px; }
  .hero-stage { width: calc(100% - 42px); }
  .hero-copy { width: 62%; }
  .lane-nav a { min-height: 220px; padding: 24px 18px; }
  .lane-copy small { display: none; }
}

@media (max-width: 820px) {
  :root { --rail: 0px; }
  main, .site-footer { margin-left: 0; }
  .skip { left: 8px; }
  .site-header { position: sticky; top: 0; width: 100%; height: 70px; border: 0; border-bottom: 1px solid var(--line-gold); }
  .nav { min-height: 70px; flex-direction: row; align-items: center; padding: 0 14px; }
  .brand { min-height: auto; padding: 0; border: 0; }
  .brand img { width: 132px; }
  .menu-button { min-height: 42px; display: inline-flex; align-items: center; margin-left: auto; padding: 0 14px; border: 1px solid var(--line); color: #fff; background: #0a2447; font-weight: 900; }
  .nav-links { position: absolute; top: 70px; left: 10px; right: 10px; display: none; grid-template-columns: 1fr 1fr; background: #020a17; box-shadow: var(--shadow); }
  .nav-links[data-open="true"] { display: grid; }
  .nav-links a { min-height: 76px; }
  .nav-actions { display: none; }
  .hero { min-height: 1040px; height: auto; }
  .hero-art { height: 610px; object-position: 68% center; }
  .hero::after { height: 610px; background: rgba(0, 8, 20, .3); }
  .hero-stage { height: 610px; width: calc(100% - 28px); }
  .hero-topbar { min-height: 76px; }
  .hero-topbar .broadcast-label { display: none; }
  .hero-topbar > div { margin-left: auto; }
  .hero-topbar > div > a:first-child { display: none; }
  .hero-copy { width: 64%; padding-top: 44px; }
  .hero-wordmark { width: 250px; }
  .hero-copy h1 { font-size: clamp(2.15rem, 7vw, 3.7rem); }
  .hero-copy .lead { display: none; }
  .score-panel { margin-top: 18px; padding: 14px; }
  .lane-nav { position: absolute; bottom: 48px; grid-template-columns: 1fr; }
  .lane-nav a { min-height: 126px; padding: 18px 22px; }
  .lane-copy strong { font-size: 1.65rem; }
  .lane-go { margin-left: auto; }
  .split { grid-template-columns: 1fr; }
  .broadcast-intro .split, .content-overview .split { grid-template-columns: 1fr; }
  .broadcast-story, .feature-grid, .faq { grid-template-columns: 1fr; }
  .sticky { position: static; }
  .section-visual { width: min(100%, 620px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 24px), var(--max)); }
  .hero { min-height: 1010px; }
  .hero-art, .hero::after, .hero-stage { height: 580px; }
  .hero-art { object-position: 72% center; }
  .hero-copy { width: 74%; padding-top: 30px; }
  .hero-wordmark { width: 215px; }
  .hero-copy h1 { font-size: 2.24rem; }
  .hero-copy .eyebrow { max-width: 20ch; }
  .score-panel { width: 100%; grid-template-columns: 1fr; gap: 4px; }
  .score-panel span { grid-row: auto; writing-mode: initial; transform: none; }
  .score-panel a { grid-column: 1; }
  .lane-nav a { min-height: 127px; }
  .lane-number, .lane-go { display: none; }
  .broadcast-ticker { gap: 20px; padding-inline: 14px; }
  .section { padding: 62px 0; }
  .topic { grid-template-columns: 56px minmax(0, 1fr); gap: 14px; padding: 22px 16px; }
  .cta-panel { min-height: 510px; padding: 34px 22px; background-position: 69% center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > * { min-height: auto; }
  .mobile-bar { position: fixed; left: 8px; right: 8px; bottom: 8px; z-index: 100; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding: 7px; border: 1px solid var(--line); background: rgba(2, 8, 20, .96); }
  .mobile-bar .button { min-height: 44px; padding-inline: .65rem; font-size: .9rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* XGOAL808 orbital lobby redesign — selected visual concept v2 / option 1 */
:root {
  --ink: #010711;
  --navy: #031326;
  --navy-2: #082744;
  --blue: #1684ff;
  --cyan: #5dd9ff;
  --gold: #f6c746;
  --lime: #c8f523;
  --text: #f8fbff;
  --muted: #aebdce;
  --line: rgba(93, 217, 255, .22);
  --line-gold: rgba(246, 199, 70, .48);
  --rail: 0px;
  --max: 1280px;
}

body {
  background:
    radial-gradient(circle at 74% 8%, rgba(22, 132, 255, .15), transparent 31rem),
    #010813;
}
main, .site-footer { margin-left: 0; }
.shell { width: min(calc(100% - 64px), var(--max)); }
h1, h2, h3 { font-family: "Bahnschrift Condensed", "Leelawadee UI", "Noto Sans Thai", sans-serif; }

.site-header {
  position: sticky;
  inset: auto;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 76px;
  border: 0;
  border-bottom: 1px solid rgba(246, 199, 70, .24);
  background: rgba(1, 7, 17, .96);
  backdrop-filter: blur(16px);
}
.nav {
  min-height: 76px;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0;
}
.site-header .brand {
  min-height: auto;
  justify-content: flex-start;
  padding: 0;
  border: 0;
}
.site-header .brand img { width: 220px; height: 62px; object-fit: contain; }
.nav-links { display: flex; align-items: stretch; justify-content: center; height: 76px; }
.nav-links a {
  position: relative;
  min-height: 76px;
  display: grid;
  place-items: center;
  padding: 0 clamp(14px, 2vw, 27px);
  border: 0;
  color: #d8e3ef;
  font-weight: 900;
  text-decoration: none;
}
.nav-links a::after {
  position: absolute;
  right: 24%;
  bottom: 7px;
  left: 24%;
  height: 3px;
  border-radius: 99px;
  content: "";
  background: transparent;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: #fff; background: transparent; box-shadow: none; }
.nav-links a[aria-current="page"]::after { background: var(--lime); box-shadow: 0 0 16px rgba(200, 245, 35, .7); }
.nav-actions { display: flex; align-items: center; gap: 10px; margin: 0; padding: 0; }
.login-action, .rail-action {
  min-height: 44px;
  display: inline-grid;
  place-items: center;
  padding: 0 20px;
  border: 1px solid rgba(246, 199, 70, .55);
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
}
.login-action { color: #fff; background: rgba(2, 15, 31, .78); }
.rail-action { color: #07101b; background: linear-gradient(180deg, #ffe77a, #e4ab23); box-shadow: 0 12px 34px rgba(246, 199, 70, .24); }

.orbital-hero {
  position: relative;
  min-height: 0;
  height: auto;
  overflow: hidden;
  background: #010711;
  isolation: isolate;
}
.orbital-hero .hero-art {
  inset: 0 0 auto;
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: center top;
  z-index: -2;
}
.orbital-hero::before {
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  height: 650px;
  content: "";
  background:
    linear-gradient(90deg, rgba(1, 7, 17, .94) 0%, rgba(1, 7, 17, .35) 36%, rgba(1, 7, 17, .03) 57%, rgba(1, 7, 17, .7) 100%),
    linear-gradient(0deg, #010711 0%, transparent 30%);
}
.orbital-hero::after { display: none; }
.orbital-hero .hero-stage {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 64px), var(--max));
  height: 650px;
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(260px, 1fr) minmax(270px, .72fr);
  align-items: center;
  margin-inline: auto;
}
.orbital-hero .hero-copy {
  grid-column: 1;
  width: 100%;
  padding: 0 0 24px;
}
.orbital-hero .eyebrow { margin-bottom: 15px; color: var(--lime); }
.orbital-hero .hero-copy h1 {
  max-width: 12ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2.9rem, 4.8vw, 4.65rem);
  line-height: 1.02;
  text-shadow: 0 12px 36px rgba(0, 0, 0, .72);
}
.orbital-hero .hero-copy h1 span { display: block; white-space: nowrap; }
.hero-promise {
  max-width: 13ch;
  margin: 18px 0 12px;
  color: var(--gold);
  font: 900 clamp(1.28rem, 2.05vw, 1.85rem)/1.15 "Bahnschrift Condensed", "Leelawadee UI", sans-serif;
}
.orbital-hero .lead { max-width: 43ch; margin: 0; color: #d9e6f3; line-height: 1.65; }
.orbital-hero .hero-actions { margin-top: 24px; }
.orbital-hero .button { min-width: 170px; border-radius: 6px; }

.hero-category-stack {
  grid-column: 3;
  display: grid;
  gap: 12px;
  padding-bottom: 28px;
}
.hero-category-stack a {
  position: relative;
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  padding: 22px 18px;
  border: 1px solid rgba(246, 199, 70, .54);
  border-radius: 48% 10px 10px 48%;
  isolation: isolate;
  text-decoration: none;
  transform: translateX(var(--offset, 0));
  transition: transform 180ms ease, border-color 180ms ease;
}
.hero-category-stack a:nth-child(2) { --offset: 22px; border-color: rgba(200, 245, 35, .52); }
.hero-category-stack a:nth-child(3) { --offset: 8px; border-color: rgba(93, 217, 255, .58); }
.hero-category-stack a::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image: var(--category-image);
  background-size: cover;
  background-position: center;
  filter: saturate(.95) contrast(1.04);
}
.hero-category-stack a::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, rgba(1, 7, 17, .05), rgba(1, 7, 17, .35) 40%, rgba(1, 7, 17, .95) 75%);
}
.hero-category-stack a:hover { transform: translateX(calc(var(--offset, 0px) - 8px)); border-color: #fff; }
.hero-category-stack span { display: grid; min-width: 130px; justify-items: end; }
.hero-category-stack strong { font-size: 1.7rem; line-height: 1.05; }
.hero-category-stack small { margin-top: 5px; color: var(--lime); font: 900 .74rem/1 system-ui, sans-serif; letter-spacing: .14em; }
.hero-category-stack b { width: 36px; height: 36px; display: grid; place-items: center; margin-left: 13px; border: 1px solid currentColor; border-radius: 50%; color: var(--lime); font-size: 1.2rem; }

.orbit-dock {
  position: relative;
  z-index: 8;
  width: min(calc(100% - 120px), 1040px);
  min-height: 96px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: stretch;
  margin: -58px auto 0;
  overflow: hidden;
  border: 1px solid rgba(93, 217, 255, .35);
  border-bottom: 4px solid var(--gold);
  border-radius: 50% 50% 18px 18px / 34% 34% 18px 18px;
  background: rgba(2, 14, 28, .96);
  box-shadow: 0 30px 60px rgba(0, 0, 0, .5), 0 0 36px rgba(22, 132, 255, .16);
}
.orbit-dock a {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  border-right: 1px solid rgba(93, 217, 255, .13);
  color: #e4edf7;
  font-weight: 900;
  text-decoration: none;
}
.orbit-dock a span { color: var(--cyan); font: 900 .7rem/1 system-ui, sans-serif; letter-spacing: .14em; }
.orbit-dock a:hover, .orbit-dock a[aria-current="page"] { color: var(--lime); background: rgba(22, 132, 255, .15); }

.popular-games {
  position: relative;
  z-index: 5;
  padding: 58px 0 68px;
  background:
    radial-gradient(circle at 50% -20%, rgba(22, 132, 255, .17), transparent 44%),
    #010711;
}
.lobby-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.lobby-heading h2 { margin: 0; padding-left: 18px; border-left: 4px solid var(--lime); font-size: clamp(2rem, 3vw, 3rem); }
.lobby-heading a { padding: 8px 18px; border: 1px solid var(--line-gold); border-radius: 5px; color: #fff; font-weight: 900; text-decoration: none; }
.game-strip { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.game-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(246, 199, 70, .42);
  border-radius: 8px;
  background: #061326;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .32);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease;
}
.game-card:hover { transform: translateY(-7px); border-color: var(--lime); }
.game-card img { width: 100%; aspect-ratio: .88; object-fit: cover; }
.game-card strong { position: absolute; right: 0; bottom: 0; left: 0; padding: 35px 12px 12px; background: linear-gradient(transparent, rgba(1, 7, 17, .97)); font-size: 1rem; }

.section { border-top-color: rgba(93, 217, 255, .13); background: #031020; }
.broadcast-intro { border-top: 1px solid rgba(246, 199, 70, .28); background: radial-gradient(circle at 12% 20%, rgba(22, 132, 255, .17), transparent 34rem), #06162a; }
.broadcast-intro::after { width: 24%; background: linear-gradient(90deg, var(--gold), var(--lime)); }
.broadcast-intro .split { grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); }
.broadcast-story { gap: 0 38px; background: transparent; }
.broadcast-story h3, .broadcast-story p { padding: 22px 0; border-bottom: 1px solid rgba(93, 217, 255, .16); background: transparent; }
.broadcast-story h3 { border-top: 0; color: #fff; }
.broadcast-story h3:hover { border-top-color: transparent; color: var(--gold); }
.broadcast-story p { color: #bdcad8; }
.content-overview { background: #041225; }
.broadcast-feed { background: #020b17; }
.topic-list { background: rgba(93, 217, 255, .12); }
.topic { background: #06182d; }
.topic:hover { background: #092543; }
.feature { background: #07192f; }
.score-table-section { background: #06162a; }
.desk-section { background: #041225; }
.decision-section { background: #07192f; }
.faq-section { background: #020a15; }

.subhero {
  padding: 86px 0 72px;
  background: #031020;
}
.subhero::before {
  background-image: url('/assets/hero-orbital-v3.png');
  background-position: center 32%;
  opacity: .36;
}
.subhero::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(1, 7, 17, .98), rgba(1, 7, 17, .72) 55%, rgba(1, 7, 17, .25)); }
.subhero .shell { z-index: 1; }
.subhero-panel { border: 1px solid rgba(93, 217, 255, .22); border-left: 5px solid var(--lime); border-radius: 12px; background: rgba(2, 12, 25, .88); backdrop-filter: blur(12px); }
.cta-panel { border-radius: 12px; background-image: linear-gradient(90deg, rgba(1, 7, 17, .98), rgba(1, 7, 17, .55)), url('/assets/hero-orbital-v3.png'); }
.site-footer { padding-top: 64px; border-top: 1px solid rgba(246, 199, 70, .32); background: radial-gradient(circle at 50% 0, rgba(22, 132, 255, .12), transparent 32rem), #010711; }
.site-footer .brand img { width: 190px; height: auto; }
.footer-grid { border-color: rgba(93, 217, 255, .13); background: rgba(93, 217, 255, .09); }
.footer-grid > * { background: #031020; }
.top-button { border-radius: 50%; }

@media (max-width: 1080px) {
  .nav { grid-template-columns: 170px 1fr auto; gap: 16px; }
  .site-header .brand img { width: 178px; }
  .nav-links a { padding-inline: 12px; }
  .login-action { display: none; }
  .orbital-hero .hero-stage { grid-template-columns: minmax(300px, 1fr) minmax(210px, .72fr) minmax(245px, .68fr); }
  .orbital-hero .hero-copy h1 { font-size: clamp(2.75rem, 5.5vw, 4.3rem); }
  .hero-category-stack a { min-height: 116px; }
  .game-strip { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 30px), var(--max)); }
  .site-header { height: 68px; }
  .nav { min-height: 68px; display: flex; padding: 0; }
  .site-header .brand img { width: 160px; height: 52px; }
  .menu-button { min-height: 42px; margin-left: auto; }
  .nav-links {
    position: absolute;
    top: 68px;
    left: 12px;
    right: 12px;
    height: auto;
    display: none;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--line-gold);
    background: rgba(1, 7, 17, .98);
  }
  .nav-links[data-open="true"] { display: grid; }
  .nav-links a { min-height: 64px; }
  .nav-actions { display: none; }
  .orbital-hero .hero-art, .orbital-hero::before { height: 700px; }
  .orbital-hero .hero-art { object-position: 54% top; }
  .orbital-hero .hero-stage { height: auto; min-height: 700px; grid-template-columns: 1fr; align-content: space-between; padding: 58px 0 56px; }
  .orbital-hero .hero-copy { grid-column: 1; width: min(74%, 520px); padding: 0; }
  .orbital-hero .hero-copy h1 { max-width: 12ch; font-size: clamp(2.5rem, 8vw, 4rem); }
  .orbital-hero .lead { display: none; }
  .hero-category-stack { grid-column: 1; width: min(100%, 560px); grid-template-columns: repeat(3, 1fr); gap: 8px; margin-left: auto; padding: 0; }
  .hero-category-stack a { min-height: 108px; padding: 14px 10px; border-radius: 8px; transform: none !important; }
  .hero-category-stack a::after { background: linear-gradient(0deg, rgba(1, 7, 17, .96), rgba(1, 7, 17, .16)); }
  .hero-category-stack span { min-width: 0; justify-items: start; }
  .hero-category-stack strong { font-size: 1.25rem; }
  .hero-category-stack b { display: none; }
  .orbit-dock { width: calc(100% - 30px); grid-template-columns: repeat(3, 1fr); margin-top: -24px; border-radius: 18px; }
  .orbit-dock a { min-height: 74px; }
  .popular-games { padding-top: 42px; }
  .game-strip { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .game-card { flex: 0 0 40%; scroll-snap-align: start; }
  .broadcast-intro .split { grid-template-columns: 1fr; }
  .broadcast-story { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .orbital-hero .hero-art, .orbital-hero::before { height: 650px; }
  .orbital-hero .hero-art { object-position: 58% top; }
  .orbital-hero .hero-stage { min-height: 650px; padding-top: 44px; }
  .orbital-hero .hero-copy { width: 82%; }
  .orbital-hero .hero-copy h1 { font-size: clamp(2.15rem, 10.5vw, 3.1rem); }
  .orbital-hero .hero-copy h1 span { white-space: normal; }
  .hero-promise { margin-top: 12px; font-size: 1.35rem; }
  .orbital-hero .hero-actions .button-secondary { display: none; }
  .hero-category-stack { grid-template-columns: 1fr; width: 54%; }
  .hero-category-stack a { min-height: 76px; }
  .hero-category-stack a:nth-child(n+2) { display: none; }
  .orbit-dock { grid-template-columns: repeat(3, 1fr); }
  .orbit-dock a:nth-child(n+4) { display: none; }
  .game-card { flex-basis: 64%; }
  .broadcast-story { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
