:root {
  color-scheme: dark;
  --bg: #090a10;
  --panel: #11121d;
  --white: #f4f5f9;
  --muted: #a0a3b6;
  --cyan: #7ceaff;
  --purple: #b394ff;
  --line: rgba(255,255,255,.12);
  --display: "Bebas Neue", Impact, sans-serif;
  --body: "Manrope", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--bg); color: var(--white); font-family: var(--body); }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button[hidden], [hidden] { display: none !important; }
a:focus-visible, button:focus-visible, iframe:focus-visible { outline: 3px solid var(--cyan); outline-offset: 5px; }
::selection { background: var(--cyan); color: var(--bg); }
.shell { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 15px; z-index: 100; padding: 15px; color: var(--bg); background: var(--cyan); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.topbar { position: sticky; top: 0; z-index: 30; background: rgba(9,10,16,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-shell { width: min(1280px, calc(100% - 64px)); min-height: 82px; margin-inline: auto; display: flex; justify-content: center; align-items: center; gap: 0; }
.topbar-nav { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); width: min(100%,1100px); gap: 12px; padding-block: 14px; }
.topbar-nav a { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 16px; border: 1px solid transparent; border-radius: 7px; background: var(--cyan); color: #08161d; font-size: 16px; font-weight: 800; transition: background .2s, transform .2s, box-shadow .2s; }
.topbar-nav a:hover { color: #08161d; background: #b4f5ff; transform: translateY(-2px); box-shadow: 0 5px 20px #7ceaff25; }
.topbar-nav .nav-coach { background: #c3afff; color: #1a1230; }
.topbar-nav .nav-coach:hover { background: #ded2ff; color: #1a1230; }
.menu-toggle { display: none; }
.hero { position: relative; isolation: isolate; min-height: 590px; display: flex; align-items: center; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -2; }
.hero-image { object-fit: cover; object-position: center 45%; }
.hero-shade { z-index: -1; background: linear-gradient(90deg,rgba(9,10,16,.92),rgba(9,10,16,.65) 34%,rgba(9,10,16,.04) 70%),linear-gradient(0deg,var(--bg),transparent 48%); }
.hero-content { padding-block: 80px 85px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: #cbccdc; font-size: 10px; font-weight: 800; letter-spacing: 2px; }
.eyebrow img { width: 18px; height: 18px; }
.small-line { width: 24px; height: 2px; background: var(--cyan); }
.hero h1 { margin: 0 0 14px -4px; font: 400 clamp(110px, 13.5vw, 186px)/.9 var(--display); letter-spacing: -1px; }
.hero h1 span { color: var(--cyan); }
.hero-tagline { margin: 0; font-size: clamp(21px,2.6vw,30px); line-height: 1.5; font-weight: 800; letter-spacing: -.7px; }
.hero-tagline em { font-style: normal; color: var(--cyan); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 52px; padding: 0 20px; display: inline-flex; justify-content: center; align-items: center; gap: 13px; border-radius: 5px; font-size: 12px; font-weight: 800; transition: transform .2s, background .2s; }
.button img { width: 18px; height: 18px; }
.button-primary { background: #8654e7; color: white; box-shadow: 0 8px 40px #8654e722; }
.button-primary:hover { background: #9766f4; transform: translateY(-2px); }
.button-quiet { border: 1px solid #ffffff30; background: #090a1066; }
.button-quiet:hover { background: #ffffff12; transform: translateY(-2px); }
.socials { margin-top: 30px; display: flex; align-items: center; gap: 8px; }
.socials a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; transition: background .2s; }
.socials a:hover { background: #ffffff16; }
.socials img { width: 19px; height: 19px; opacity: .85; }
.community-note { padding-left: 12px; margin-left: 7px; border-left: 1px solid #ffffff30; font-size: 8px; letter-spacing: 1.6px; color: #b1b3c3; }
.hero-caption { position: absolute; right: max(40px,calc((100vw - 1180px)/2)); bottom: 90px; font-size: 10px; font-weight: 800; letter-spacing: 2.8px; line-height: 1.8; text-align: right; }
.hero-caption span { display: block; color: var(--cyan); }
.content { position: relative; padding-bottom: 75px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 25px; }
.section-heading h2 { margin: 0; font: 400 clamp(36px,4vw,52px)/1 var(--display); letter-spacing: .7px; }
.section-heading .eyebrow { color: var(--purple); margin-bottom: 10px; }
.stream-section { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 65px; padding-block: 40px 70px; margin-top: 0; border-bottom: 1px solid var(--line); }
.stream-copy .eyebrow { color: var(--purple); }
.stream-copy h2 { margin: 0; font: 400 clamp(42px,4.8vw,68px)/1.02 var(--display); letter-spacing: .6px; }
.stream-copy h2 em { font-style: normal; color: var(--purple); }
.stream-copy > p:not(.eyebrow) { font-size: 12px; color: var(--muted); line-height: 1.8; margin-block: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 22px; min-height: 44px; font-size: 12px; font-weight: 700; }
.text-link:hover { color: var(--purple); }
.media-preview { position: relative; isolation: isolate; aspect-ratio: 16/9; overflow: hidden; border-radius: 8px; background: #161322; }
.media-preview > img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 40%; opacity: .5; transition: transform .5s; }
.media-preview:hover > img { transform: scale(1.03); }
.stream-preview { border: 1px solid #b394ff44; }
.media-launch { position: absolute; inset: 0; width: 100%; border: 0; padding: 20px; display: flex; flex-direction: column; gap: 13px; align-items: center; justify-content: center; background: linear-gradient(0deg,#090a1044,transparent); font-size: 9px; letter-spacing: 1.6px; font-weight: 800; }
.media-launch:focus-visible { outline-offset: -6px; }
.play-icon { display: grid; place-items: center; padding-left: 4px; width: 57px; height: 57px; border: 1px solid #ffffff60; border-radius: 50%; font-size: 19px; background: #ffffff18; backdrop-filter: blur(8px); transition: background .2s,transform .2s; }
.media-launch:hover .play-icon { background: #8654e7; border-color: #b394ff; transform: scale(1.08); }
.media-frame { display: block; width: 100%; height: 100%; border: 0; position: absolute; inset: 0; background: #090a10; }
.media-fallback { position: absolute; inset: auto 0 0; z-index: 2; display: block; padding: 18px; text-align: center; background: var(--panel); }
.videos-section { padding-top: 66px; }
.video-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.video-card { min-width: 0; }
.lol-preview { background: radial-gradient(ellipse at 70% 40%,#29567a55,transparent 65%),linear-gradient(135deg,#102230,#101521); border: 1px solid #7ceaff25; }
.wr-preview { background: radial-gradient(ellipse at 70% 40%,#7d3c8b66,transparent 65%),linear-gradient(135deg,#24182f,#131321); border: 1px solid #b394ff30; }
.video-art { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 18px; opacity: .18; color: var(--cyan); font: 400 clamp(80px,10vw,140px)/1 var(--display); letter-spacing: -3px; transform: rotate(-6deg) scale(1.1); }
.video-art > span { color: transparent; -webkit-text-stroke: 1px var(--cyan); }
.wr-preview .video-art { color: var(--purple); font-size: clamp(70px,8vw,120px); }
.wr-preview .video-art > span { -webkit-text-stroke-color: var(--purple); }
.video-caption { padding: 19px 0 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.video-caption h3 { font-size: 13px; letter-spacing: 1px; margin: 0 0 5px; }
.video-caption p { font-size: 11px; color: var(--muted); margin: 0; }
.video-caption > a { display: flex; align-items: center; gap: 10px; min-height: 44px; font-size: 8px; font-weight: 800; letter-spacing: 1px; }
.video-caption > a span { font-size: 19px; color: var(--cyan); }
.video-caption > a:hover { color: var(--cyan); }
.footer { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 28px; border-top: 1px solid var(--line); }
.footer > p { font-size: 9px; letter-spacing: 1.3px; color: var(--muted); }
.footer-actions { display: flex; gap: 22px; align-items: center; }
.footer-actions button { background: none; border: 0; padding: 0; min-height: 44px; font-size: 11px; }
.footer-actions > a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 18px; }
.footer-actions a:hover, .footer-actions button:hover { color: var(--cyan); }
.share-status { position: absolute; bottom: 10px; right: 0; color: var(--cyan); font-size: 11px; }

@media (min-width: 901px) and (max-width: 1100px) {
  .topbar-nav { gap: 10px; }
  .topbar-nav a { padding-inline: 12px; }
  .stream-section { gap: 30px; }
}
@media (max-width: 900px) {
  html { scroll-padding-top: 90px; }
  .shell { width: calc(100% - 40px); }
  .nav-shell { width: calc(100% - 40px); min-height: 72px; flex-wrap: wrap; gap: 0; }
  .topbar-nav { width: 100%; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; padding-block: 12px; }
  .topbar-nav a { font-size: 16px; }
  .topbar.menu-ready .menu-toggle { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 13px; min-height: 48px; padding: 0 18px; border: 1px solid var(--cyan); border-radius: 7px; background: var(--cyan); color: #08161d; font-size: 16px; font-weight: 800; }
  .menu-lines, .menu-lines::after { display: block; width: 17px; height: 2px; background: currentColor; transition: transform .2s; }
  .menu-lines { transform: translateY(-3px); }
  .menu-lines::after { content: ""; transform: translateY(6px); }
  .menu-open .menu-lines { transform: rotate(45deg); }
  .menu-open .menu-lines::after { transform: rotate(-90deg); }
  .topbar.menu-ready .topbar-nav { display: none; position: absolute; top: 100%; left: 0; width: 100%; padding: 12px 20px 20px; background: #10111afc; border-bottom: 1px solid #ffffff30; box-shadow: 0 25px 40px #0008; max-height: calc(100dvh - 73px); overflow-y: auto; }
  .topbar.menu-open .topbar-nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .topbar.menu-open .topbar-nav a { justify-content: center; padding: 14px 10px; min-height: 54px; font-size: 16px; }
  .hero { min-height: 550px; }
  .hero-content { padding-block: 95px 75px; }
  .hero-caption { right: 22px; bottom: 50px; font-size: 8px; }
  .hero h1 { font-size: clamp(110px,17vw,150px); }
  .stream-section { gap: 25px; padding-block: 30px 55px; }
  .stream-copy h2 { font-size: 42px; }
  .section-note { max-width: 140px; text-align: right; font-size: 8px; line-height: 1.8; }
}
@media (max-width: 600px) {
  .hero { min-height: 590px; align-items: flex-end; }
  .hero-image { object-position: 65% 20%; }
  .hero-shade { background: linear-gradient(0deg,var(--bg) 0%,rgba(9,10,16,.82) 23%,rgba(9,10,16,.1) 80%),linear-gradient(90deg,#090a1040,transparent); }
  .hero-content { padding-block: 230px 35px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: 1.1px; margin-bottom: 16px; }
  .hero h1 { font-size: clamp(96px,25vw,145px); margin-bottom: 8px; }
  .hero-tagline { font-size: 21px; }
  .hero-actions { margin-top: 23px; gap: 9px; }
  .button { padding-inline: 14px; font-size: 11px; min-height: 49px; gap: 9px; }
  .button-primary { flex: 1; }
  .button-quiet { flex: 0 0 auto; }
  .socials { margin-top: 20px; gap: 5px; }
  .community-note { font-size: 7px; letter-spacing: 1.2px; padding-left: 11px; margin-left: 3px; }
  .hero-caption { display: none; }
  .stream-section { grid-template-columns: 1fr; gap: 22px; padding-block: 20px 45px; margin-top: 0; }
  .stream-copy h2 { font-size: 46px; }
  .stream-copy > p:not(.eyebrow) { margin: 12px 0 7px; }
  .stream-copy .eyebrow { font-size: 9px; margin-bottom: 12px; }
  .stream-preview { width: 100%; }
  .videos-section { padding-top: 42px; }
  .section-heading { margin-bottom: 20px; gap: 15px; }
  .section-heading h2 { font-size: 35px; }
  .section-heading .eyebrow { font-size: 9px; }
  .section-note { display: none; }
  .video-grid { grid-template-columns: 1fr; gap: 28px; }
  .video-art { font-size: 105px; }
  .wr-preview .video-art { font-size: 86px; }
  .video-caption { padding-top: 13px; }
  .content { padding-bottom: 42px; }
  .footer { flex-wrap: wrap; gap: 7px 20px; padding-block: 22px 30px; }
  .footer > p { order: 3; width: 100%; margin: 5px 0 0; font-size: 8px; }
  .footer-actions { margin-left: auto; gap: 15px; }
}
@media (max-width: 360px) {
  .shell, .nav-shell { width: calc(100% - 32px); }
  .hero .eyebrow { font-size: 7px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .community-note { letter-spacing: .6px; }
  .hero-tagline { font-size: 19px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
