:root {
  --ink: #070811;
  --ink-2: #0d1020;
  --panel: #121528;
  --paper: #f0efe9;
  --white: #fff;
  --cyan: #33e7ff;
  --cyan-soft: #b7f7ff;
  --pink: #ff3eb5;
  --violet: #885cff;
  --lime: #bcff5a;
  --muted: #979caf;
  --line: rgba(255, 255, 255, .13);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 300px; color: var(--white); background: var(--ink); font-family: var(--body); }
body, input, button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }


.site-header, .watch-header { position: relative; z-index: 50; background: rgba(7, 8, 17, .82); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-shell, .watch-header { min-height: 76px; padding: 0 clamp(20px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; }
.header-shell { max-width: 1600px; margin: auto; }
.site-header.is-scrolled { position: sticky; top: 0; box-shadow: 0 15px 40px #0006; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; background: linear-gradient(135deg, var(--cyan), var(--violet) 58%, var(--pink)); color: var(--ink); clip-path: polygon(17% 0, 100% 0, 83% 100%, 0 100%); font-family: var(--display); font-size: 27px; font-style: italic; }
.brand-copy { display: grid; gap: 0; }
.brand-copy strong { font-family: var(--display); font-size: 23px; line-height: .9; letter-spacing: .09em; }
.brand-copy small { color: var(--cyan); font-size: 7px; font-weight: 1000; letter-spacing: .26em; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.8vw, 42px); color: #b8bdce; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.site-nav > a:not(.header-cta):hover { color: #fff; }
.header-cta { padding: 12px 17px; color: #fff; border: 1px solid rgba(51, 231, 255, .35); background: rgba(51, 231, 255, .07); transition: .2s; }
.header-cta:hover { color: var(--ink); background: var(--cyan); transform: translateY(-2px); }
.lang-switch { display: inline-flex; align-items: center; padding: 3px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.035); }
.lang-switch a { min-width: 28px; padding: 6px 7px; color: #737a8e; text-align: center; font-size: 8px; font-weight: 1000; letter-spacing: .08em; }
.lang-switch a.is-active { color: var(--ink); background: var(--cyan); }
.lang-switch--center { width: max-content; margin: 0 auto 25px; }
.watch-actions { display: flex; align-items: center; gap: 14px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 6px 2px; background: #fff; transition: .2s; }

.hero { min-height: 720px; position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr); align-items: center; gap: 5vw; padding: 75px clamp(20px, 6vw, 96px) 90px; background: radial-gradient(circle at 82% 40%, rgba(118, 80, 255, .22), transparent 32%), linear-gradient(150deg, #070811 40%, #0b0d1c); }
.hero-grid { position: absolute; z-index: -3; inset: 0; opacity: .23; background-image: linear-gradient(rgba(71, 104, 157, .22) 1px, transparent 1px), linear-gradient(90deg, rgba(71, 104, 157, .18) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 78%, transparent); }
.hero::before, .hero::after { content: ""; position: absolute; z-index: -2; width: 12px; aspect-ratio: 1; background: var(--cyan); clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); box-shadow: 210px 130px 0 var(--pink), 480px -70px 0 var(--violet), 730px 250px 0 var(--cyan); opacity: .7; animation: floating-pixels 7s ease-in-out infinite; }
.hero::before { top: 25%; left: 8%; }
.hero::after { right: 7%; bottom: 18%; transform: scale(.7); animation-delay: -3s; }
.hero-glow { position: absolute; z-index: -2; border-radius: 50%; filter: blur(70px); opacity: .13; }
.hero-glow--cyan { width: 420px; height: 420px; left: -190px; bottom: -170px; background: var(--cyan); }
.hero-glow--pink { width: 360px; height: 360px; right: -150px; top: 30px; background: var(--pink); }
.hero-copy { position: relative; z-index: 3; max-width: 720px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: #a7adbf; font-size: 10px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { padding: 6px 8px; color: var(--ink); background: var(--cyan); }
.hero h1, .experience-copy h2, .channel-copy h2, .watch-copy h1, .error-card h1 { margin: 0; font-family: var(--display); font-weight: 900; line-height: .88; letter-spacing: .005em; text-transform: uppercase; }
.hero h1 { max-width: 800px; font-size: clamp(62px, 6.5vw, 112px); }
.hero h1 em, .experience-copy h2 em, .section-heading h2 em { color: transparent; -webkit-text-stroke: 1.7px var(--cyan); font-style: normal; filter: drop-shadow(0 0 13px rgba(51, 231, 255, .22)); }
.hero-lead { max-width: 620px; margin: 29px 0 0; color: #b4b9ca; font-size: clamp(15px, 1.35vw, 19px); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 21px; border: 1px solid transparent; font-size: 10px; font-weight: 1000; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-3px); }
.button--primary { color: var(--ink); background: var(--cyan); box-shadow: 0 14px 35px rgba(51, 231, 255, .13); }
.button--primary:hover { box-shadow: 0 15px 45px rgba(51, 231, 255, .28); }
.button--ghost { border-color: rgba(255, 255, 255, .2); }
.button--ghost:hover { color: var(--ink); background: #fff; }
.hero-stats { display: flex; align-items: center; gap: 17px; margin-top: 36px; }
.hero-stats > div { display: grid; gap: 4px; }
.hero-stats strong { font-family: var(--display); font-size: 20px; letter-spacing: .06em; }
.hero-stats span { color: #777e92; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-stats i { width: 1px; height: 34px; background: rgba(255, 255, 255, .16); }

.hero-stage { position: relative; z-index: 3; width: min(100%, 700px); justify-self: end; padding: 65px 18px 42px; perspective: 900px; }
.hud-ring { position: absolute; z-index: -1; border: 1px solid rgba(51, 231, 255, .16); border-radius: 50%; animation: spin 30s linear infinite; }
.hud-ring::before, .hud-ring::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }
.hud-ring::before { top: 12%; left: 14%; }
.hud-ring::after { right: 8%; bottom: 20%; background: var(--pink); box-shadow: 0 0 18px var(--pink); }
.hud-ring--outer { width: 580px; height: 580px; left: 9%; top: 5px; }
.hud-ring--inner { width: 430px; height: 430px; left: 21%; top: 80px; border-style: dashed; animation-direction: reverse; animation-duration: 38s; }
.latest-window { position: relative; z-index: 3; overflow: hidden; color: #fff; background: #121526; border: 1px solid rgba(255, 255, 255, .17); box-shadow: 28px 35px 80px #0008, 0 0 60px rgba(98, 72, 255, .14); transform: rotateY(-4deg) rotateZ(1deg); transition: transform .35s; }
.latest-window:hover { transform: rotateY(0) rotateZ(0) translateY(-5px); }
.latest-window__top { height: 41px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.12); color: #aab0c3; font-size: 8px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.latest-window__top span { display: flex; align-items: center; gap: 8px; }
.latest-window__top i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 11px var(--lime); }
.latest-window__top b { color: var(--pink); }
.latest-window__media { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; background: #070811; }
.latest-window__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,5,12,.48), transparent 55%); }
.latest-window__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.latest-window:hover img { transform: scale(1.04); }
.latest-window__body { padding: 20px 23px 25px; }
.latest-window__body span { color: var(--cyan); font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.latest-window__body h2 { margin: 8px 0 0; font-family: var(--display); font-size: clamp(25px, 2.3vw, 37px); line-height: 1; text-transform: uppercase; }
.play-button { position: absolute; z-index: 3; inset: 50% auto auto 50%; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--cyan); box-shadow: 0 0 29px rgba(51,231,255,.44); transform: translate(-50%, -50%); transition: transform .22s; }
.play-button i { width: 0; height: 0; margin-left: 4px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 13px solid var(--ink); }
.play-button--large { width: 67px; height: 67px; }
.latest-window:hover .play-button, .video-card:hover .play-button { transform: translate(-50%, -50%) scale(1.1); }
.floating-chip { position: absolute; z-index: 5; display: grid; gap: 2px; padding: 11px 14px; background: rgba(7,8,17,.94); border: 1px solid rgba(255,255,255,.19); box-shadow: 0 15px 35px #0008; animation: float-chip 4.5s ease-in-out infinite; }
.floating-chip small { color: var(--pink); font-size: 7px; font-weight: 900; letter-spacing: .17em; }
.floating-chip strong { font-family: var(--display); font-size: 20px; letter-spacing: .06em; }
.floating-chip--top { top: 34px; right: 0; transform: rotate(3deg); }
.floating-chip--bottom { left: 0; bottom: 12px; transform: rotate(-3deg); animation-delay: -2.1s; }
.floating-chip--bottom small { color: var(--cyan); }

.game-ticker { overflow: hidden; color: var(--ink); background: var(--cyan); border-block: 1px solid rgba(51,231,255,.4); }
.game-ticker div { min-width: max-content; display: flex; align-items: center; gap: 35px; padding: 13px 25px; font-family: var(--display); font-size: 16px; letter-spacing: .09em; transform: skew(-7deg); }
.game-ticker i { color: var(--violet); font-size: 9px; }

.videos-section { padding: 105px clamp(19px, 6vw, 96px); color: var(--ink); background: var(--paper); }
.section-shell { max-width: 1350px; margin: auto; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-index { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: #71747d; font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.section-index span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--ink); border: 1px solid #2a2c34; }
.section-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(52px, 5.8vw, 86px); line-height: .85; text-transform: uppercase; }
.section-heading h2 em { -webkit-text-stroke-color: var(--violet); }
.sync-card { display: flex; align-items: center; gap: 12px; padding: 13px 15px; color: #242630; background: #e5e3dd; border: 1px solid #ceced0; }
.sync-card > span:last-child { display: grid; gap: 3px; }
.sync-card strong { font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.sync-card small { color: #767982; font-size: 8px; }
.sync-symbol { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--cyan); font-size: 18px; animation: spin 8s linear infinite; }
.video-tools { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 43px 0 12px; }
.filters { display: flex; flex-wrap: wrap; gap: 7px; }
.filter { padding: 10px 14px; border: 1px solid #cacace; background: transparent; color: #696c75; cursor: pointer; font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; transition: .2s; }
.filter:hover, .filter.is-active { color: #fff; background: var(--ink); border-color: var(--ink); }
.video-search { min-width: 250px; display: flex; align-items: center; border-bottom: 1px solid #aeb0b5; }
.video-search input { width: 100%; padding: 10px 3px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 11px; }
.video-search span:last-child { font-size: 20px; }
.results-status { margin: 0 0 21px; color: #85878e; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 19px; }
.video-card { overflow: hidden; background: #fff; border: 1px solid #d8d8dc; transition: transform .25s, box-shadow .25s; }
.video-card:hover { transform: translateY(-7px); box-shadow: 0 22px 48px rgba(8,9,18,.13); }
.video-card[hidden] { display: none; }
.video-card__visual { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; background: #101221; }
.video-card__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,6,14,.42), transparent 56%); }
.video-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.video-card:hover img { transform: scale(1.045); }
.video-card__scan { position: absolute; z-index: 2; inset: -60% 0 auto; height: 35%; background: linear-gradient(transparent, rgba(51,231,255,.12), transparent); transform: skewY(-4deg); transition: top .6s; }
.video-card:hover .video-card__scan { top: 110%; }
.episode-label { position: absolute; z-index: 4; right: 10px; bottom: 10px; padding: 5px 7px; color: #fff; background: rgba(6,7,14,.86); font-size: 7px; font-weight: 900; letter-spacing: .1em; }
.video-card__body { padding: 19px 20px 22px; }
.video-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 11px; color: #8a8d96; font-size: 8px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.video-meta span { padding: 5px 7px; color: #096875; background: #d6faff; }
.video-card h3 { margin: 0; font-family: var(--display); font-size: 23px; line-height: 1.03; letter-spacing: .015em; text-transform: uppercase; }
.video-card p { display: -webkit-box; overflow: hidden; margin: 12px 0 0; color: #747780; font-size: 11px; line-height: 1.58; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.card-link { display: inline-flex; gap: 9px; margin-top: 17px; font-size: 8px; font-weight: 1000; letter-spacing: .1em; text-transform: uppercase; }
.card-link span { color: var(--pink); }
.empty-state { padding: 65px 20px; text-align: center; border: 1px dashed #bfc0c4; }
.empty-state span { color: var(--violet); font-size: 10px; font-weight: 1000; letter-spacing: .18em; }
.empty-state h3 { margin: 10px 0 5px; font-family: var(--display); font-size: 31px; text-transform: uppercase; }
.empty-state p { margin: 0; color: #737680; }
.section-action { display: flex; justify-content: center; margin-top: 42px; }
.button--dark { color: #fff; background: var(--ink); }

.experience-section { position: relative; overflow: hidden; display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: clamp(45px, 7vw, 110px); padding: 115px clamp(19px, 7vw, 115px); background: #0b0d18; }
.experience-section::before { content: "WALKTHROUGH"; position: absolute; left: -40px; bottom: -60px; color: rgba(255,255,255,.022); font-family: var(--display); font-size: 235px; letter-spacing: .035em; }
.experience-copy { position: relative; z-index: 2; }
.experience-copy h2 { font-size: clamp(59px, 6.1vw, 94px); }
.experience-copy > p:not(.eyebrow) { max-width: 520px; margin: 27px 0 31px; color: #999eaf; line-height: 1.75; }
.mission-list { position: relative; z-index: 2; display: grid; gap: 13px; }
.mission-list article { min-height: 145px; display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 22px; position: relative; overflow: hidden; padding: 25px 29px 25px 20px; border: 1px solid rgba(255,255,255,.12); background: linear-gradient(110deg, rgba(255,255,255,.055), rgba(255,255,255,.012)); transition: transform .25s, border-color .25s; }
.mission-list article:hover { transform: translateX(-7px); border-color: rgba(51,231,255,.46); }
.mission-list article::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--cyan); }
.mission-list article:nth-child(2)::before { background: var(--pink); }
.mission-list article:nth-child(3)::before { background: var(--violet); }
.mission-list article > span { align-self: start; color: #616677; font-size: 9px; font-weight: 900; }
.mission-list small { color: var(--cyan); font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.mission-list article:nth-child(2) small { color: var(--pink); }
.mission-list article:nth-child(3) small { color: #ae92ff; }
.mission-list h3 { margin: 7px 0 5px; font-family: var(--display); font-size: 31px; text-transform: uppercase; }
.mission-list p { margin: 0; color: #858b9c; font-size: 11px; line-height: 1.55; }
.mission-list b { color: rgba(255,255,255,.045); font-family: var(--display); font-size: 66px; font-style: italic; }

.channel-section { padding: 105px clamp(19px, 6vw, 96px); color: var(--ink); background: var(--paper); }
.channel-panel { max-width: 1260px; min-height: 460px; margin: auto; display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 70px; padding: 68px; position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 18% 50%, rgba(51,231,255,.13), transparent 33%), #111421; }
.channel-panel::after { content: ""; position: absolute; right: -130px; top: -170px; width: 460px; height: 460px; border: 1px solid rgba(255,62,181,.2); border-radius: 50%; }
.channel-emblem { width: min(320px, 100%); aspect-ratio: 1; justify-self: center; display: grid; place-items: center; position: relative; border: 2px solid var(--cyan); border-radius: 50%; box-shadow: 0 0 65px rgba(51,231,255,.18) inset; }
.channel-emblem::before, .channel-emblem::after { content: ""; position: absolute; inset: -19px; border: 1px dashed rgba(255,62,181,.55); border-radius: 50%; animation: spin 18s linear infinite; }
.channel-emblem::after { inset: 28px; border-color: rgba(136,92,255,.55); animation-direction: reverse; }
.channel-emblem span { font-family: var(--display); font-size: 115px; font-style: italic; background: linear-gradient(135deg, #fff, var(--cyan) 45%, var(--pink)); color: transparent; background-clip: text; }
.channel-emblem b { position: absolute; right: 18%; bottom: 17%; color: var(--pink); font-family: var(--display); font-size: 31px; }
.channel-emblem i { position: absolute; left: 12%; top: 22%; width: 12px; height: 12px; background: var(--lime); clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%); box-shadow: 0 0 14px var(--lime); animation: float-chip 3s ease-in-out infinite; }
.channel-copy { position: relative; z-index: 2; }
.channel-copy h2 { max-width: 700px; font-size: clamp(50px, 5.1vw, 78px); }
.channel-copy > p:not(.eyebrow) { max-width: 650px; color: #a1a6b7; line-height: 1.7; }

.site-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px 42px; padding: 44px clamp(20px, 6vw, 96px); color: #878d9e; background: #070811; border-top: 1px solid var(--line); }
.site-footer p { font-size: 10px; }
.site-footer > a:not(.brand) { color: #c4c8d4; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.site-footer small { grid-column: 1/-1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); text-align: right; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }

.watch-body { background: radial-gradient(circle at 80% 10%, rgba(110,76,255,.18), transparent 29%), #080911; }
.watch-main { width: min(1390px, calc(100% - 40px)); margin: auto; padding: 48px 0 105px; }
.back-link { display: inline-flex; gap: 9px; margin-bottom: 22px; color: #9aa0b2; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.watch-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 30px; align-items: start; }
.player-shell { overflow: hidden; border: 1px solid rgba(51,231,255,.25); background: #05060c; box-shadow: 0 30px 80px #0007; }
.player-status { height: 38px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; color: #8e94a7; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.player-status span { display: flex; align-items: center; gap: 8px; }
.player-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 12px var(--pink); }
.player-status b { color: var(--cyan); }
.player-frame { aspect-ratio: 16/9; }
.player-frame iframe { width: 100%; height: 100%; display: block; border: 0; }
.watch-copy { max-width: 930px; padding: 37px 4px 0; }
.watch-copy h1 { font-size: clamp(41px, 5vw, 71px); }
.watch-copy > p { max-width: 760px; color: #a4a9ba; line-height: 1.7; }
.watch-copy .button { margin-top: 12px; }
.next-column { border: 1px solid rgba(255,255,255,.11); background: rgba(17,20,34,.72); }
.next-heading { height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border-bottom: 1px solid rgba(255,255,255,.11); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.next-heading span { color: var(--cyan); }
.next-heading b { color: #71788c; }
.next-card { display: grid; grid-template-columns: 112px 1fr; gap: 11px; padding: 13px; border-bottom: 1px solid rgba(255,255,255,.09); transition: background .2s; }
.next-card:hover { background: rgba(51,231,255,.06); }
.next-card__image { position: relative; overflow: hidden; align-self: start; aspect-ratio: 16/9; background: #070811; }
.next-card__image img { width: 100%; height: 100%; object-fit: cover; }
.next-card__image i { position: absolute; inset: 50% auto auto 50%; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid #fff; transform: translate(-40%,-50%); filter: drop-shadow(0 0 5px #000); }
.next-card__copy { min-width: 0; display: grid; align-content: start; gap: 5px; }
.next-card__copy small { color: var(--cyan); font-size: 7px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.next-card__copy strong { display: -webkit-box; overflow: hidden; font-family: var(--display); font-size: 15px; line-height: 1.04; text-transform: uppercase; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.next-card__copy em { color: #686f81; font-size: 7px; font-style: normal; text-transform: uppercase; }
.next-all { display: flex; justify-content: space-between; padding: 16px 14px; color: #c5c9d6; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.next-all span { color: var(--pink); }
.site-footer--watch { grid-template-columns: auto 1fr auto; }

.error-body { min-height: 100vh; display: grid; place-items: center; padding: 25px; text-align: center; background: radial-gradient(circle,rgba(117,76,255,.2),transparent 35%),#070811; }
.error-card span { color: var(--pink); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.error-card h1 { margin-top: 15px; font-size: clamp(55px,9vw,95px); }
.error-card p { color: #9ca2b4; }
.error-card .button { margin-top: 18px; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse-dot { 50% { opacity: .42; transform: scale(.75); } }
@keyframes float-chip { 0%,100% { margin-top: 0; } 50% { margin-top: -11px; } }
@keyframes floating-pixels { 0%,100% { margin-top: 0; transform: rotate(0); } 50% { margin-top: -24px; transform: rotate(45deg); } }

/* Arcade energy layer */
body { overflow-x: hidden; }
.site-stage { position: relative; isolation: isolate; overflow: clip; }
.site-stage::after { content: ""; position: fixed; z-index: 70; left: 0; top: 0; width: 520px; height: 520px; pointer-events: none; transform: translate(calc(var(--spot-x, 50vw) - 260px), calc(var(--spot-y, 40vh) - 260px)); border-radius: 50%; background: radial-gradient(circle, rgba(51,231,255,.09), rgba(136,92,255,.035) 35%, transparent 68%); mix-blend-mode: screen; }
.screen-fx { position: fixed; z-index: 80; inset: 0; pointer-events: none; opacity: .2; }
.screen-fx::before { content: ""; position: absolute; inset: -100% 0 0; background: linear-gradient(to bottom, transparent 0%, rgba(51,231,255,.2) 49.8%, rgba(255,255,255,.5) 50%, transparent 50.2%); background-size: 100% 52%; animation: scan-pass 8s linear infinite; mix-blend-mode: screen; }
.screen-fx::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(to bottom, transparent 0 3px, rgba(0,0,0,.15) 4px), radial-gradient(circle at center, transparent 48%, rgba(0,0,0,.24) 100%); }
.hero-grid { inset: -56px; animation: grid-drift 12s linear infinite; }
.hero-speedlines { position: absolute; z-index: -1; inset: 0 0 0 42%; opacity: .2; overflow: hidden; mask-image: radial-gradient(circle at 65% 45%, #000, transparent 68%); }
.hero-speedlines::before { content: ""; position: absolute; inset: -30%; background: repeating-linear-gradient(112deg, transparent 0 37px, rgba(51,231,255,.3) 38px 39px, transparent 40px 88px, rgba(255,62,181,.18) 89px 90px); animation: speed-rush 2.8s linear infinite; }
.floating-world { position: absolute; z-index: 2; inset: 0; pointer-events: none; transform: translate(var(--pointer-x,0), var(--pointer-y,0)); transition: transform .3s ease-out; }
.float-object { position: absolute; display: grid; place-items: center; font-family: var(--display); filter: drop-shadow(0 15px 20px #0008); }
.float-object--coin { left: 45%; top: 9%; width: 52px; height: 52px; border-radius: 50%; color: #17111d; background: linear-gradient(145deg,#fff173,#ffac32); border: 3px solid #fff2a2; font-size: 24px; animation: crazy-coin 5.2s ease-in-out infinite; }
.float-object--cube { left: 3%; bottom: 8%; width: 66px; height: 66px; color: #fff; background: linear-gradient(145deg,var(--pink),#7138ec); border: 2px solid #ff8cc5; font-size: 34px; animation: crazy-cube 6.6s ease-in-out infinite; }
.float-object--ring { right: 5%; bottom: 9%; width: 76px; height: 76px; border: 8px solid #ffe162; border-radius: 50%; box-shadow: inset 0 0 14px #ff9f2e,0 0 26px #ffce3c66; animation: crazy-ring 5.8s ease-in-out infinite; }
.float-object--orb { left: 39%; bottom: 9%; width: 58px; height: 58px; border-radius: 18px; color: var(--ink); background: linear-gradient(145deg,var(--lime),#56ffbd); border: 2px solid #e6ffad; font-size: 18px; animation: crazy-orb 4.7s ease-in-out infinite; }
.float-shard { position: absolute; width: 16px; height: 52px; background: linear-gradient(to bottom,rgba(51,231,255,.95),rgba(136,92,255,.1)); clip-path: polygon(50% 0,100% 74%,55% 100%,0 72%); filter: drop-shadow(0 0 12px rgba(51,231,255,.55)); animation: shard-spin 7s linear infinite; }
.float-shard--one { left: 29%; top: 11%; }.float-shard--two { right: 39%; top: 7%; height: 34px; animation-delay: -2.2s; }.float-shard--three { right: 14%; bottom: 25%; width: 12px; height: 40px; animation-delay: -4.5s; }
.glitch-line { display: inline-block; position: relative; }
.glitch-line::before,.glitch-line::after { content: attr(data-text); position: absolute; inset: 0; pointer-events: none; opacity: 0; }
.glitch-line::before { color: var(--cyan); transform: translateX(-3px); animation: glitch-cyan 5.4s steps(1) infinite; }
.glitch-line::after { color: var(--pink); transform: translateX(3px); animation: glitch-pink 5.4s steps(1) infinite; }
.hero-stage { transform: perspective(1100px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)); transform-style: preserve-3d; transition: transform .18s ease-out; }
.latest-window::before,.video-card::before { content: ""; position: absolute; z-index: 7; top: -70%; left: -70%; width: 55%; height: 230%; pointer-events: none; background: linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent); transform: rotate(18deg); transition: left .65s ease; }
.latest-window:hover::before,.video-card:hover::before { left: 135%; }
.video-card { position: relative; isolation: isolate; }
.game-ticker .ticker-track { width: max-content; min-width: 0; display: flex; gap: 0; padding: 0; font: inherit; letter-spacing: 0; transform: none; animation: ticker-move 23s linear infinite; }
.game-ticker .ticker-group { min-width: max-content; display: flex; align-items: center; gap: 35px; padding: 13px 18px; font-family: var(--display); font-size: 16px; letter-spacing: .09em; transform: skew(-7deg); }
.videos-section { position: relative; background: radial-gradient(circle at 90% 4%,rgba(136,92,255,.14),transparent 21%),radial-gradient(circle at 4% 75%,rgba(51,231,255,.12),transparent 20%),var(--paper); }
.videos-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .16; background-image: linear-gradient(#1111 1px,transparent 1px),linear-gradient(90deg,#1111 1px,transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to bottom,#000,transparent 36%); }
.section-shell { position: relative; z-index: 1; }
.mission-list article::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(100deg,transparent 20%,rgba(51,231,255,.1),transparent 70%); transform: translateX(-120%); transition: transform .6s ease; }
.mission-list article:hover::after { transform: translateX(120%); }
.reveal-ready { opacity: 0; transform: translateY(34px) scale(.985); filter: blur(6px); transition: opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1),filter .7s ease; }
.reveal-ready.is-visible { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
.video-tools.reveal-ready { transition-delay: .08s; }.video-grid.reveal-ready,.mission-list.reveal-ready { transition-delay: .14s; }
@keyframes scan-pass { to { transform: translateY(100%); } }
@keyframes grid-drift { to { transform: translate(56px,56px); } }
@keyframes speed-rush { to { transform: translateX(18%); } }
@keyframes ticker-move { to { transform: translateX(-50%); } }
@keyframes crazy-coin { 50% { transform: translateY(-28px) rotateY(180deg); } }
@keyframes crazy-cube { 0%,100% { transform: rotate(14deg); } 50% { transform: translateY(-32px) rotate(-3deg); } }
@keyframes crazy-ring { 0%,100% { transform: rotateX(60deg) rotateZ(0); } 50% { transform: translateY(-25px) rotateX(45deg) rotateZ(160deg); } }
@keyframes crazy-orb { 0%,100% { transform: rotate(-11deg); } 50% { transform: translateY(-38px) rotate(8deg) scale(1.08); } }
@keyframes shard-spin { to { transform: rotate(360deg); } }
@keyframes glitch-cyan { 0%,88%,100% { opacity:0;clip-path:inset(0); } 89% { opacity:.7;clip-path:inset(10% 0 62%); } 91% { opacity:.5;clip-path:inset(58% 0 10%); } 93% { opacity:0; } }
@keyframes glitch-pink { 0%,89%,100% { opacity:0;clip-path:inset(0); } 90% { opacity:.65;clip-path:inset(36% 0 35%); } 92% { opacity:.55;clip-path:inset(72% 0 4%); } 94% { opacity:0; } }

@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 900px; }
  .hero-stage { justify-self: center; }
  .experience-section { grid-template-columns: 1fr; }
  .experience-copy { max-width: 800px; }
  .channel-panel { gap: 45px; padding: 55px 42px; }
  .watch-grid { grid-template-columns: 1fr; }
  .next-column { display: grid; grid-template-columns: repeat(3,1fr); }
  .next-heading, .next-all { grid-column: 1/-1; }
  .next-card { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
  .header-shell, .watch-header { min-height: 67px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 67px; padding: 25px; align-items: stretch; flex-direction: column; background: #0d101d; border-bottom: 1px solid var(--line); box-shadow: 0 20px 50px #0008; }
  .site-nav.is-open { display: flex; }
  .site-nav .header-cta { text-align: center; }
  .hero { padding-top: 68px; }
  .hero h1 { font-size: clamp(57px,14vw,86px); }
  .hud-ring, .floating-chip { display: none; }
  .hero-stage { width: 100%; padding-inline: 0; transform: none !important; }
  .hero-speedlines { inset-inline-start: 20%; opacity: .12; }
  .float-object--coin { left: auto; right: 7%; top: 6%; transform: scale(.8); }
  .float-object--cube { left: -13px; bottom: 37%; transform: scale(.72) rotate(14deg); }
  .float-object--orb,.float-shard--two,.float-shard--three { display: none; }
  .video-grid { grid-template-columns: 1fr 1fr; }
  .section-heading { align-items: start; flex-direction: column; }
  .video-tools { align-items: stretch; flex-direction: column; }
  .video-search { min-width: 0; width: 100%; }
  .channel-panel { grid-template-columns: 1fr; }
  .channel-emblem { width: 240px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer small { grid-column: auto; text-align: left; }
}

@media (max-width: 550px) {
  .screen-fx { opacity: .11; }
  .brand-copy strong { font-size: 20px; }
  .hero { min-height: auto; padding: 60px 18px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-stats { align-items: stretch; flex-direction: column; }
  .hero-stats i { width: 100%; height: 1px; }
  .float-object--ring,.float-shard { display: none; }
  .game-ticker .ticker-group { gap: 24px; padding-block: 11px; font-size: 14px; }
  .latest-window__body { padding: 17px; }
  .videos-section { padding: 78px 18px; }
  .video-grid { grid-template-columns: 1fr; }
  .sync-card { width: 100%; }
  .experience-section { padding: 82px 18px; }
  .mission-list article { grid-template-columns: 24px 1fr; padding: 20px 16px 20px 13px; }
  .mission-list b { display: none; }
  .channel-section { padding: 78px 18px; }
  .channel-panel { padding: 50px 23px; }
  .channel-emblem { width: 205px; }
  .channel-emblem span { font-size: 88px; }
  .watch-main { width: min(100% - 28px,1390px); padding-top: 35px; }
  .watch-header .header-cta { padding: 10px 11px; font-size: 8px; }
  .next-column { grid-template-columns: 1fr; }
  .next-heading, .next-all { grid-column: auto; }
  .next-card { grid-template-columns: 112px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .site-stage::after,.screen-fx { display: none; }
  .reveal-ready { opacity: 1; transform: none; filter: none; }
}
