:root {
  --bg: #03080b;
  --panel: #071116;
  --panel-2: #0c1a20;
  --line: #1c3840;
  --line-hot: #3a7680;
  --text: #f6fbfc;
  --muted: #89a0a6;
  --red: #ffd51a;
  --red-dark: #9a7300;
  --gold: #26dce7;
  --green: #f6fbfc;
  --font-pixel: "Silkscreen", monospace;
  --font-micro: "Silkscreen", monospace;
  --font-body: "Chakra Petch", system-ui, sans-serif;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: var(--font-body); font-size: 16px; overflow-x: hidden; }
::selection { color: #031012; background: var(--gold); }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 30; opacity: .22; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.15'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.scanlines { position: fixed; inset: 0; z-index: 29; pointer-events: none; opacity: .09; background: repeating-linear-gradient(0deg, transparent 0 3px, #fff 4px); mix-blend-mode: overlay; }

.site-header { height: 76px; position: fixed; z-index: 50; top: 0; left: 0; right: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: stretch; background: rgba(10,10,12,.93); border-bottom: 2px solid #2a2a2f; box-shadow: 0 8px 30px #0008; backdrop-filter: blur(14px); padding: 0 24px; }
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 1px; background: linear-gradient(90deg, transparent, var(--red), transparent); opacity: .7; }
.brand { display: flex; align-items: center; gap: 11px; min-width: 250px; }
.brand-mark { width: 48px; height: 48px; padding: 3px; display: grid; place-items: center; background: linear-gradient(135deg, #fff25a, #ffd51a 58%, #24dce7); border: 2px solid #fff18a; box-shadow: inset 0 0 0 2px #4d3900, 0 0 22px #26dce72e; transform: rotate(-2deg); overflow: hidden; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand b { font: 700 14px/1.2 var(--font-pixel); letter-spacing: .5px; }
.brand small { margin-top: 4px; color: #77777f; font: 700 8px/1 var(--font-pixel); letter-spacing: .45px; }
.brand small, .console-top, .queue-card small, .console-footer, .boot-label, .boot-readout { font-family: var(--font-micro); }
.main-nav { display: flex; justify-content: center; height: 100%; }
.main-nav a { position: relative; min-width: 132px; padding: 0 26px; display: grid; place-items: center; color: #b7b6bd; font: 700 13px/1 var(--font-pixel); letter-spacing: .2px; text-shadow: 0 2px #000, 0 0 12px #000; text-transform: uppercase; border-inline: 1px solid #1f1f23; transition: color .2s, background .2s; }
.main-nav a:hover, .main-nav a.active { color: #fff; background: #17171a; }
.main-nav a.active::after { content: ""; position: absolute; bottom: -2px; left: 20%; right: 20%; height: 3px; background: var(--red); box-shadow: 0 0 16px var(--red); }
.button { --magnet-x: 0px; --magnet-y: 0px; --lift: 0px; min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 2px solid; cursor: pointer; font: 700 12px/1 var(--font-pixel); text-transform: uppercase; letter-spacing: .2px; text-shadow: 0 2px #0005; position: relative; overflow: hidden; transform: translate3d(var(--magnet-x), calc(var(--magnet-y) + var(--lift)), 0); transition: transform .24s cubic-bezier(.2,.8,.2,1), filter .18s, background .18s; }
.button::before, .filter-group button::before { content: ""; position: absolute; inset: 3px; border: 1px solid #ffffff17; pointer-events: none; }
.button::after { content: ""; position: absolute; z-index: 0; inset: -50% auto -50% -70%; width: 42%; pointer-events: none; background: linear-gradient(90deg, transparent, #fff8, transparent); transform: skewX(-18deg); transition: left .7s cubic-bezier(.2,.7,.2,1); }
.button:hover { --lift: -2px; filter: brightness(1.15); }
.button:hover::after { left: 135%; }
.button > * { position: relative; z-index: 1; }
.button-primary { color: #171100; background: linear-gradient(#fff05a, #e7b900); border-color: #fff9ad #957100 #957100 #fff9ad; box-shadow: 0 8px 30px #ffd51a4a, inset 0 -4px #9a7300; }
.button-ghost { color: #cac9cf; background: #121216; border-color: #47474d #202025 #202025 #47474d; box-shadow: inset 0 -3px #08080a; }
.button-discord { align-self: center; min-height: 44px; color: #111; background: #ffd51a; border-color: #fff39a #9a7500 #9a7500 #fff39a; box-shadow: inset 0 -4px #b38300, 0 0 20px #ffd51a24; }
.header-cta { margin-left: 24px; }
.menu-toggle { display: none; }

.hero { min-height: 820px; padding-top: 76px; position: relative; overflow: hidden; display: grid; place-items: center; isolation: isolate; border-bottom: 1px solid #24242a; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -4; background: radial-gradient(circle at 70% 32%, #18d9e63d, transparent 28%), radial-gradient(circle at 25% 35%, #ffd51a12, transparent 26%), linear-gradient(180deg, #061419 0%, #041014 45%, #03080b 100%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 25%; z-index: -1; background: linear-gradient(135deg, transparent 20px, #0f0f12 0) 0 0/42px 42px, linear-gradient(45deg, #131317 20px, #0b0b0e 0) 0 0/42px 42px; border-top: 2px solid #28282c; mask-image: linear-gradient(transparent, #000 30%); }
.pixel-world { position: absolute; inset: 76px 0 0; z-index: -3; overflow: hidden; opacity: .9; transform: translate3d(var(--world-x, 0px), var(--world-y, 0px), 0) scale(1.035); transition: transform .8s cubic-bezier(.16,1,.3,1); will-change: transform; }
.pixel-world::before { content: ""; position: absolute; width: 720px; height: 2px; background: #7afaff; box-shadow: 0 0 28px 5px #26dce7, 0 0 120px 22px #0aa2b0; top: 58%; left: 58%; transform: translateX(-50%); }
.moon { position: absolute; width: 280px; height: 280px; top: 12%; left: 65%; background: #ffd51a; box-shadow: 0 0 90px #ffd51a4d; clip-path: polygon(25% 0,75% 0,75% 8%,88% 8%,88% 20%,100% 20%,100% 80%,88% 80%,88% 92%,75% 92%,75% 100%,25% 100%,25% 92%,12% 92%,12% 80%,0 80%,0 20%,12% 20%,12% 8%,25% 8%); opacity: .42; }
.mountains { position: absolute; left: 0; right: 0; bottom: 21%; height: 44%; opacity: .7; background: linear-gradient(145deg, transparent 27%, #07313a 27% 43%, transparent 43%) 0 0/440px 100%, linear-gradient(215deg, transparent 32%, #061e26 32% 50%, transparent 50%) 80px 0/520px 100%; }
.ground { position: absolute; left: 0; right: 0; bottom: 7%; height: 22%; background: linear-gradient(135deg, transparent 25%, #15151a 0) 0 0/100px 100px, linear-gradient(225deg, transparent 25%, #101014 0) 0 0/130px 130px; }
.particle { position: absolute; width: 11px; height: 11px; background: var(--red); transform: rotate(45deg); box-shadow: 0 0 14px var(--red); animation: float 4s ease-in-out infinite; }
.p1 { left: 18%; top: 27%; }.p2 { left: 49%; top: 19%; animation-delay: -1.2s; transform: scale(.6) rotate(45deg); }.p3 { right: 9%; top: 47%; animation-delay: -.4s; }.p4 { left: 8%; top: 62%; animation-delay: -2s; transform: scale(.5) rotate(45deg); }
@keyframes float { 50% { translate: 0 -18px; opacity: .4; } }
.hero-inner { display: grid; grid-template-columns: 1.1fr .78fr; gap: clamp(60px, 8vw, 120px); align-items: center; padding-block: 90px 130px; }
.eyebrow { width: fit-content; margin-bottom: 22px; padding: 10px 13px; color: #c3c2c9; background: #111115c9; border: 1px solid #3b3b41; border-left: 3px solid var(--red); font: 700 9px/1 var(--font-pixel); text-transform: uppercase; box-shadow: 0 8px 30px #0005; }
.live-dot { display: inline-block; width: 7px; height: 7px; background: var(--red); border-radius: 50%; margin-right: 9px; box-shadow: 0 0 10px var(--red); animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { opacity: .35; } }
.hero h1, .page-hero h1 { margin: 0; font: 700 clamp(46px, 6vw, 82px)/1.06 var(--font-pixel); letter-spacing: -1px; text-shadow: 0 6px #000, 0 0 24px #0008; }
.hero h1 em, .page-hero h1 em { color: var(--red); font-style: normal; text-shadow: 0 5px #075b66, 0 0 30px #26dce74d; }
.hero-lede { max-width: 630px; margin: 26px 0 31px; color: #b0afb6; font-size: clamp(18px, 2vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions .button { min-height: 57px; padding-inline: 25px; }
.discord-glyph { font: 700 22px/1 sans-serif; }
.mini-stats { display: flex; gap: 0; margin-top: 42px; }
.mini-stats div { min-width: 120px; padding: 0 24px; border-left: 1px solid #34343a; display: flex; flex-direction: column; }
.mini-stats div:first-child { padding-left: 0; border: 0; }
.mini-stats strong { font: 700 15px/1.2 var(--font-pixel); color: #fff; }
.mini-stats span { margin-top: 7px; color: #77777f; font-size: 12px; text-transform: uppercase; letter-spacing: .8px; }

.server-console { border: 3px solid #03080b; outline: 1px solid #32636b; background: #071116; box-shadow: 14px 18px 0 #0008, 0 0 90px #26dce72b; transform: perspective(1000px) rotateY(var(--console-ry, -3deg)) rotateX(var(--console-rx, 0deg)) translate3d(var(--console-x, 0px), var(--console-y, 0px), 0); transition: transform .65s cubic-bezier(.16,1,.3,1), box-shadow .65s; will-change: transform; }
.console-top { height: 40px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; color: #77777f; background: #1d1d20; border-bottom: 2px solid #050507; font: 700 8px/1 var(--font-pixel); }
.console-lights { display: flex; gap: 5px; }.console-lights i { width: 7px; height: 7px; background: #4a4a50; }.console-lights i:nth-child(2) { background: #b58d16; }.console-lights i:last-child { background: var(--red); }
.console-screen { margin: 9px; padding: 34px 26px 25px; text-align: center; background: radial-gradient(circle at 50% 25%, #09343d, transparent 45%), #040b0e; border: 2px solid #22444c; box-shadow: inset 0 0 0 2px #020507; }
.console-screen > img { width: 104px; margin: 0 auto 12px; filter: drop-shadow(0 8px 15px #ffd5002e); }
.console-title { font: 700 20px/1 var(--font-pixel); }.console-title b { color: var(--red); }
.console-screen > p { max-width: 310px; margin: 14px auto 22px; color: #88878e; line-height: 1.4; }
.queue-card { padding: 14px; display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; text-align: left; background: #18181c; border: 2px solid #34343a; box-shadow: inset 0 -3px #0a0a0c; }
.queue-card .sword { width: 34px; height: 34px; display: grid; place-items: center; color: var(--red); background: #09090b; border: 1px solid #39393e; }
.queue-card div { display: flex; flex-direction: column; gap: 5px; }.queue-card small { color: #77777f; font: 700 7px/1 var(--font-pixel); }.queue-card strong { color: var(--green); font: 700 10px/1.2 var(--font-pixel); }
.status-light { width: 8px; height: 8px; background: var(--green); box-shadow: 0 0 11px var(--green); }
.console-screen dl { margin: 21px 0 0; }.console-screen dl div { padding: 10px 2px; display: flex; justify-content: space-between; border-bottom: 1px solid #25252a; }
.console-screen dt { color: #6e6d75; text-transform: uppercase; font-size: 12px; }.console-screen dd { margin: 0; color: #c9c8ce; font: 700 10px/1 var(--font-pixel); }
.console-footer { height: 37px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; color: #626169; font: 700 7px/1 var(--font-pixel); border-top: 2px solid #050507; }
.console-footer span:first-child { color: var(--green); }.console-footer i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; background: var(--green); box-shadow: 0 0 8px var(--green); }
.scroll-cue { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); color: #6c6b72; display: flex; flex-direction: column; align-items: center; gap: 11px; font: 700 7px/1 var(--font-pixel); text-transform: uppercase; }
.scroll-cue i { width: 1px; height: 35px; background: linear-gradient(var(--red), transparent); }

.section { padding-block: 110px; }
.section-heading { margin-bottom: 50px; display: grid; grid-template-columns: 1fr minmax(320px, .7fr); gap: 50px; align-items: end; }
.section-heading.compact { grid-template-columns: 1fr; }
.kicker { display: block; margin-bottom: 13px; color: var(--red); font: 700 9px/1 var(--font-pixel); text-transform: uppercase; letter-spacing: .6px; }
.section-heading h2, .final-cta h2, .toolbar h2 { margin: 0; font: 700 clamp(25px, 3vw, 39px)/1.22 var(--font-pixel); letter-spacing: -.25px; text-shadow: 0 3px #000, 0 0 14px #0008; }
.section-heading > p { margin: 0; color: #8f8e96; font-size: 17px; line-height: 1.5; }
.requirements { position: relative; }
.requirements::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(#0c0c0f 1px, transparent 1px), linear-gradient(90deg,#0c0c0f 1px,transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(90deg, transparent, #000, transparent); }
.requirements-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.requirement-card { position: relative; background: linear-gradient(180deg, #17171a, #101013); border: 2px solid #303036; box-shadow: inset 0 0 0 2px #09090b, 8px 10px 0 #050506; overflow: hidden; }
.requirement-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--card-accent); box-shadow: 0 0 18px var(--card-accent); }
.requirement-card.gold { --card-accent: #ffd51a; }.requirement-card.green { --card-accent: #26dce7; }.requirement-card.red { --card-accent: #f6fbfc; }
.card-head { min-height: 82px; padding: 20px; display: flex; align-items: center; gap: 13px; border-bottom: 2px solid #28282d; background: #1a1a1e; }
.card-head > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--card-accent); background: #0b0b0d; border: 2px solid #38383d; font: 700 16px/1 var(--font-pixel); }
.card-head h3 { margin: 0; text-transform: uppercase; font: 700 12px/1.25 var(--font-pixel); }
.requirement-list { list-style: none; padding: 8px 20px 19px; margin: 0; }
.requirement-list li { position: relative; padding: 15px 0 15px 20px; border-bottom: 1px solid #29292e; }
.requirement-list li:last-child { border: 0; }
.requirement-list li::before { content: ""; position: absolute; left: 0; top: 22px; width: 6px; height: 6px; background: var(--card-accent); box-shadow: 0 0 8px color-mix(in srgb, var(--card-accent), transparent 40%); }
.requirement-list strong { display: block; margin-bottom: 6px; color: #f5f4f8; text-transform: uppercase; font: 700 10px/1.45 var(--font-pixel); letter-spacing: .15px; text-shadow: 0 2px #000; }
.requirement-list p { margin: 0; color: #85848c; font-size: 14px; line-height: 1.35; }
.join-path { background: #0d0d10; border-block: 1px solid #28282d; box-shadow: inset 0 25px 70px #0006; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: #303036; border: 2px solid #303036; box-shadow: 10px 12px 0 #050506; }
.steps-grid article { position: relative; min-height: 250px; padding: 35px; background: #121216; overflow: hidden; }
.steps-grid article > span { position: absolute; right: 18px; top: 13px; color: #242429; font: 700 55px/1 var(--font-pixel); }
.step-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--red); border: 2px solid #414147; background: #0a0a0c; font: 700 18px/1 var(--font-pixel); }
.steps-grid h3 { margin: 27px 0 10px; text-transform: uppercase; font: 700 12px/1.3 var(--font-pixel); }
.steps-grid p { color: #85848c; line-height: 1.5; margin: 0; }
.final-cta { position: relative; min-height: 220px; margin-block: 100px; padding: 35px 45px; display: grid; grid-template-columns: auto 1fr auto; gap: 35px; align-items: center; overflow: hidden; background: #151519; border: 2px solid #38383e; box-shadow: inset 0 0 0 3px #09090b, 10px 12px 0 #040405; }
.final-cta::before { content: ""; position: absolute; inset: 7px; pointer-events: none; border: 1px solid #34343a; }
.final-cta > img { width: 112px; filter: drop-shadow(0 8px 18px #ffd40042); transform: rotate(-4deg); }
.final-cta p { margin: 10px 0 0; color: #8f8e96; font-size: 17px; }
.final-cta.small { min-height: 180px; }
.final-cta.small > img { width: 84px; }
.cta-glow { position: absolute; width: 350px; height: 350px; left: -100px; top: -100px; background: #ffce0030; filter: blur(100px); pointer-events: none; }
.site-footer { border-top: 2px solid #29292e; background: #0c0c0e; }
.site-footer .shell { min-height: 120px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #67666e; font-size: 13px; }
.site-footer .shell > span:last-child { justify-self: end; }
.footer-brand { min-width: auto; width: fit-content; }.footer-brand .brand-mark { width: 38px; height: 38px; }.footer-brand b { font-size: 10px; }.footer-brand small { font-size: 7px; }

.page-hero { min-height: 510px; padding-top: 76px; display: grid; align-items: center; position: relative; overflow: hidden; border-bottom: 2px solid #1c3840; background: radial-gradient(circle at 72% 50%, #26dce738, transparent 31%), linear-gradient(135deg, #06191f, #03080b 60%); }
.page-hero::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, transparent, var(--red), transparent); box-shadow: 0 0 20px var(--red); }
.page-grid { position: absolute; inset: 0; opacity: .23; background: linear-gradient(#34343a 1px, transparent 1px), linear-gradient(90deg,#34343a 1px,transparent 1px); background-size: 45px 45px; mask-image: linear-gradient(90deg, #000, transparent 80%); transform: perspective(500px) rotateX(58deg) scale(1.5) translateY(37%); }
.motion-enabled .page-grid { animation: grid-drift 7s linear infinite; }
@keyframes grid-drift { to { background-position: 0 45px, 45px 0; } }
.page-hero .shell { position: relative; z-index: 2; padding-block: 80px 60px; }
.page-hero h1 { max-width: 900px; font-size: clamp(45px, 6vw, 75px); }
.page-hero p { max-width: 650px; margin: 23px 0 27px; color: #a3a2aa; font-size: 19px; line-height: 1.5; }
.page-status { width: fit-content; padding: 9px 12px; display: flex; align-items: center; gap: 9px; color: #9c9ba2; background: #101014; border: 1px solid #37373c; font: 700 8px/1 var(--font-pixel); text-transform: uppercase; }
.page-status i { width: 7px; height: 7px; background: var(--green); box-shadow: 0 0 10px var(--green); }
.members-hero { background: radial-gradient(circle at 72% 50%, #a1750755, transparent 30%), linear-gradient(135deg, #151006, #09090b 60%); }
.members-hero::after { background: linear-gradient(90deg, transparent, var(--gold), transparent); box-shadow: 0 0 20px var(--gold); }
.media-section { min-height: 530px; }
.toolbar { margin-bottom: 35px; padding-bottom: 20px; display: flex; justify-content: space-between; align-items: end; gap: 30px; border-bottom: 2px solid #2b2b30; }
.toolbar h2 { font-size: 23px; }.toolbar p { margin: 8px 0 0; color: #77767e; }
.filter-group { display: flex; gap: 6px; }
.filter-group button { position: relative; min-height: 42px; padding: 0 15px; color: #8e8d95; background: #121216; border: 2px solid #303036; cursor: pointer; text-transform: uppercase; font: 700 8px/1 var(--font-pixel); }
.filter-group button.active, .filter-group button:hover { color: #fff; border-color: var(--red); background: #08282e; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.video-card { min-width: 0; display: flex; flex-direction: column; background: #121216; border: 2px solid #2f2f34; box-shadow: 7px 8px 0 #050506; transition: translate .2s, border-color .2s; overflow: hidden; }
.video-card:hover { border-color: #505058; }
.video-thumb { width: 100%; display: block; flex: 0 0 auto; aspect-ratio: 16/9; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 50%, #0b4650, #061014 67%); border-bottom: 2px solid #224149; }
.video-thumb img, .video-thumb video { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.video-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, #000b); pointer-events: none; }
.play-button { position: absolute; z-index: 2; left: 50%; top: 50%; translate: -50% -50%; width: 54px; height: 54px; display: grid; place-items: center; color: #021113; background: #31e4eee8; border: 2px solid #a9ffff; box-shadow: 0 6px 0 #087781, 0 0 28px #26dce766; font: 700 15px/1 var(--font-pixel); }
.video-type { position: absolute; z-index: 3; top: 10px; left: 10px; padding: 8px 10px; color: var(--gold); background: #0b0b0df2; border: 1px solid #5b5b62; text-transform: uppercase; font: 700 8px/1 var(--font-pixel); letter-spacing: .15px; text-shadow: 0 2px #000; }
.video-body { min-height: 125px; padding: 19px; display: flex; flex-direction: column; justify-content: space-between; color: #f6fbfc; background: linear-gradient(180deg, #12191c, #0a0f12); border-top: 1px solid #ffffff0b; }.video-body h3 { min-height: 42px; margin: 0 0 17px; color: #fff; font: 700 12px/1.65 var(--font-pixel); letter-spacing: .1px; text-shadow: 0 2px #000, 0 0 10px #000; }.video-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #55eef5; font-size: 14px; }.video-meta strong { color: #ffe14c; font-weight: 700; }
.empty-state, .loading-panel { grid-column: 1/-1; min-height: 280px; display: grid; place-items: center; align-content: center; gap: 12px; text-align: center; color: #66656d; background: #101013; border: 2px dashed #34343a; font: 700 9px/1.5 var(--font-pixel); }
.empty-state .empty-icon { width: 64px; height: 64px; display: grid; place-items: center; color: var(--red); background: #17171b; border: 2px solid #3b3b41; font-size: 23px; margin-bottom: 8px; }
.empty-state strong { color: #d6d5db; font-size: 12px; }.empty-state p { max-width: 480px; margin: 0; color: #77767e; font: 400 16px/1.45 var(--font-body); }
.loading-panel span { width: 60px; height: 3px; background: var(--red); animation: loader 1s infinite alternate; }
@keyframes loader { to { width: 150px; opacity: .3; } }
.member-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.member-card { position: relative; min-height: 420px; background: linear-gradient(180deg,#1a1a1e,#0e0e11); border: 2px solid #34343a; box-shadow: 7px 8px 0 #050506; overflow: hidden; }
.member-card::before { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: var(--gold); box-shadow: 0 0 18px var(--gold); z-index: 3; }
.member-art { height: 270px; position: relative; display: grid; place-items: end center; overflow: hidden; background: radial-gradient(circle at 50% 55%, #3d3010, transparent 42%), linear-gradient(#18181c,#0c0c0e); }
.member-art::before { content: ""; position: absolute; inset: 0; opacity: .32; background: linear-gradient(#5e5e671f 1px,transparent 1px),linear-gradient(90deg,#5e5e671f 1px,transparent 1px); background-size: 24px 24px; }
.member-art img { position: relative; z-index: 1; max-width: 85%; max-height: 95%; object-fit: contain; image-rendering: pixelated; filter: drop-shadow(0 15px 12px #000); transition: transform .25s; }
.member-card:hover .member-art img { transform: scale(1.04) translateY(-4px); }
.member-number { position: absolute; z-index: 2; top: 12px; left: 12px; color: #5f5e65; font: 700 8px/1 var(--font-pixel); }
.member-info { padding: 20px; }.member-info h3 { margin: 0; font: 700 13px/1.3 var(--font-pixel); }.member-role { display: block; margin: 7px 0 12px; color: var(--gold); text-transform: uppercase; font: 700 7px/1 var(--font-pixel); }.member-info p { min-height: 40px; margin: 0; color: #85848c; line-height: 1.4; font-size: 14px; }.member-socials { display: flex; gap: 7px; margin-top: 16px; }.member-socials a { padding: 6px 8px; color: #9b9aa1; border: 1px solid #3b3b41; font-size: 11px; text-transform: uppercase; }.member-socials a:hover { color: #fff; border-color: var(--gold); }
.roster-legend { color: #73727a; font: 700 7px/1 var(--font-pixel); }.roster-legend i { display: inline-block; width: 7px; height: 7px; margin-right: 8px; background: var(--green); box-shadow: 0 0 9px var(--green); }

/* Premium motion system */
.scroll-progress { position: fixed; z-index: 120; top: 0; left: 0; right: 0; height: 3px; pointer-events: none; background: #16161a; }
.scroll-progress i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, #087781, var(--red), var(--gold)); box-shadow: 0 0 14px var(--red); transition: width .1s linear; }
.site-header { transition: background .35s, box-shadow .35s, border-color .35s, transform .7s cubic-bezier(.16,1,.3,1); }
.site-header.scrolled { background: rgba(6,6,8,.97); border-bottom-color: #404047; box-shadow: 0 14px 50px #000c; }
.main-nav a::before { content: ""; position: absolute; left: 50%; right: 50%; bottom: 13px; height: 1px; background: #ffffff73; transition: left .3s cubic-bezier(.16,1,.3,1), right .3s cubic-bezier(.16,1,.3,1); }
.main-nav a:hover::before { left: 31%; right: 31%; }
.main-nav a.active::before { display: none; }

.motion-enabled:not(.page-ready) .site-header { transform: translate3d(0,-105%,0); }
.motion-enabled .hero-copy > *, .motion-enabled .page-hero .shell > * { opacity: 0; transform: translate3d(0,34px,0); filter: blur(5px); }
.motion-enabled .server-console { opacity: 0; translate: 70px 15px; filter: blur(8px); }
.motion-enabled.page-ready .hero-copy > *, .motion-enabled.page-ready .page-hero .shell > * { opacity: 1; transform: translate3d(0,0,0); filter: blur(0); transition: opacity .85s cubic-bezier(.16,1,.3,1), transform .85s cubic-bezier(.16,1,.3,1), filter .85s; }
.motion-enabled.page-ready .hero h1 { transform: translate3d(var(--title-x, 0px), var(--title-y, 0px), 0); transition: opacity .85s .2s cubic-bezier(.16,1,.3,1), transform .65s cubic-bezier(.16,1,.3,1), filter .85s .2s; }
.motion-enabled.page-ready .hero-copy > :nth-child(1), .motion-enabled.page-ready .page-hero .shell > :nth-child(1) { transition-delay: .12s; }
.motion-enabled.page-ready .hero-copy > :nth-child(2), .motion-enabled.page-ready .page-hero .shell > :nth-child(2) { transition-delay: .2s; }
.motion-enabled.page-ready .hero-copy > :nth-child(3), .motion-enabled.page-ready .page-hero .shell > :nth-child(3) { transition-delay: .29s; }
.motion-enabled.page-ready .hero-copy > :nth-child(4), .motion-enabled.page-ready .page-hero .shell > :nth-child(4) { transition-delay: .38s; }
.motion-enabled.page-ready .hero-copy > :nth-child(5), .motion-enabled.page-ready .page-hero .shell > :nth-child(5) { transition-delay: .47s; }
.motion-enabled.page-ready .server-console { opacity: 1; translate: 0 0; filter: blur(0); transition: opacity 1s .28s cubic-bezier(.16,1,.3,1), translate 1s .28s cubic-bezier(.16,1,.3,1), filter 1s .28s, transform .65s cubic-bezier(.16,1,.3,1), box-shadow .65s; }
.motion-enabled.page-ready .moon { animation: moon-in 1.25s .1s both cubic-bezier(.16,1,.3,1); }
@keyframes moon-in { from { opacity: 0; transform: scale(.65) rotate(-8deg); filter: blur(15px); } }

.motion-enabled .reveal-item { opacity: 0; transform: perspective(1000px) translate3d(0,42px,0) scale(.985); filter: blur(5px); transition: opacity .8s var(--reveal-delay, 0ms) cubic-bezier(.16,1,.3,1), transform .8s var(--reveal-delay, 0ms) cubic-bezier(.16,1,.3,1), filter .8s var(--reveal-delay, 0ms), border-color .2s; }
.motion-enabled .reveal-item.in-view { opacity: 1; transform: perspective(1000px) translate3d(0,0,0) scale(1); filter: blur(0); }
.motion-enabled .requirement-card.is-tilting,
.motion-enabled .video-card.is-tilting,
.motion-enabled .member-card.is-tilting,
.motion-enabled .steps-grid article.is-tilting { transform: perspective(850px) rotateX(var(--card-rx, 0deg)) rotateY(var(--card-ry, 0deg)) translate3d(0,-10px,30px) scale(1.025); transition: transform .1s linear, border-color .2s, box-shadow .25s; z-index: 3; }
.motion-enabled .requirement-card.is-tilting { border-color: #54f6ff; box-shadow: inset 0 0 0 2px #03080b, 0 0 0 1px #26dce7, 16px 24px 55px #000d, 0 0 38px #26dce72b; }
.motion-enabled .video-card.is-tilting, .motion-enabled .member-card.is-tilting { border-color: #54f6ff; box-shadow: 16px 24px 55px #000d, 0 0 34px #26dce72e; }
.requirement-card::after, .video-card::after, .member-card::after, .steps-grid article::after { content: ""; position: absolute; inset: -1px; pointer-events: none; opacity: 0; background: radial-gradient(circle at var(--card-px, 50%) var(--card-py, 0%), #7cffff38 0, #26dce718 18%, transparent 48%), linear-gradient(115deg, transparent 35%, #ffd51a12 49%, transparent 62%); transition: opacity .22s; }
.requirement-card:hover::after, .video-card:hover::after, .member-card:hover::after, .steps-grid article:hover::after { opacity: 1; }
.video-card, .member-card, .steps-grid article { position: relative; transform-style: preserve-3d; will-change: transform; }
.card-head, .video-body, .member-info, .steps-grid article > * { position: relative; z-index: 1; }
.queue-card { position: relative; overflow: hidden; }
.queue-card::after { content: ""; position: absolute; width: 32%; height: 1px; left: -34%; bottom: 0; background: var(--green); box-shadow: 0 0 10px var(--green); animation: queue-scan 2.8s infinite ease-in-out; }
@keyframes queue-scan { 55%,100% { left: 105%; } }
.status-light, .page-status i, .roster-legend i { animation: status-pulse 1.8s infinite ease-in-out; }
@keyframes status-pulse { 50% { opacity: .45; box-shadow: 0 0 3px currentColor; } }
.console-screen > img, .final-cta > img { animation: crown-float 4.8s infinite ease-in-out; }
@keyframes crown-float { 50% { transform: translate3d(0,-6px,0) rotate(1.5deg); filter: drop-shadow(0 13px 22px #ffd40055); } }
.play-button { transition: transform .3s cubic-bezier(.16,1,.3,1), background .2s; }
.video-card:hover .play-button { transform: scale(1.18) rotate(-3deg); background: #ffd51a; border-color: #fff3a1; box-shadow: 0 6px 0 #987500, 0 0 34px #ffd51a78; }
.page-exit { pointer-events: none; }
.page-exit main, .page-exit .site-header { opacity: 0; transform: translate3d(0,-16px,0) scale(.995); filter: blur(6px); transition: opacity .34s, transform .34s cubic-bezier(.4,0,1,1), filter .34s; }

.cursor-glow { position: fixed; z-index: 43; top: 0; left: 0; width: 460px; height: 460px; border-radius: 50%; pointer-events: none; opacity: 0; background: radial-gradient(circle, #ffd51a15 0, #26dce70a 30%, transparent 68%); transition: opacity .35s; mix-blend-mode: screen; }
.cursor-glow.visible { opacity: .7; }
.fx-badge { position: fixed; z-index: 140; right: 20px; bottom: 18px; padding: 10px 12px; color: #a9fbff; background: #061317e8; border: 1px solid #2a6870; box-shadow: 0 7px 25px #000a, inset 0 0 16px #26dce710; font: 700 7px/1 var(--font-pixel); letter-spacing: .35px; transform: translateY(0); opacity: 1; transition: opacity .45s, transform .45s; }
.fx-badge i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; background: var(--red); box-shadow: 0 0 10px var(--red); animation: status-pulse 1s infinite; }
.fx-badge.hide { opacity: 0; transform: translateY(12px); pointer-events: none; }

.booting { overflow: hidden; }
.boot-sequence { position: fixed; z-index: 500; inset: 0; display: grid; place-items: center; color: #fff; background: #08080a; opacity: 1; transition: opacity .75s cubic-bezier(.4,0,.2,1), visibility .75s; }
.boot-sequence.complete { opacity: 0; visibility: hidden; }
.boot-sequence::before, .boot-sequence::after { content: ""; position: absolute; pointer-events: none; }
.boot-sequence::before { inset: 0; background: linear-gradient(#1d1d221f 1px, transparent 1px), linear-gradient(90deg,#1d1d221f 1px,transparent 1px); background-size: 40px 40px; mask-image: radial-gradient(circle, #000, transparent 67%); }
.boot-sequence::after { left: 0; right: 0; height: 1px; top: -10%; background: var(--red); box-shadow: 0 0 20px 3px var(--red); opacity: .55; animation: boot-scan 1.45s .1s ease-in-out both; }
@keyframes boot-scan { to { top: 110%; } }
.boot-noise { position: absolute; inset: 0; opacity: .1; background: repeating-linear-gradient(0deg,transparent 0 3px,#fff 4px); mix-blend-mode: overlay; }
.boot-core { width: min(390px, calc(100% - 48px)); position: relative; z-index: 1; text-align: center; }
.boot-emblem { width: 104px; height: 104px; margin: 0 auto 24px; padding: 5px; display: grid; place-items: center; background: var(--gold); border: 3px solid #ffed76; box-shadow: inset 0 0 0 3px #513800, 0 0 55px #ffd40038; animation: boot-emblem .75s both cubic-bezier(.16,1,.3,1); }
.boot-emblem img { width: 100%; height: 100%; object-fit: cover; }
@keyframes boot-emblem { from { opacity: 0; transform: translateY(25px) scale(.75) rotate(-8deg); filter: blur(8px); } }
.boot-label { display: block; margin-bottom: 9px; color: var(--red); font: 700 8px/1 var(--font-pixel); letter-spacing: 1px; }
.boot-core strong { font: 700 clamp(14px, 4vw, 19px)/1.4 var(--font-pixel); }
.boot-track { height: 10px; margin-top: 28px; padding: 2px; background: #111115; border: 2px solid #3b3b41; box-shadow: 0 6px 0 #030304; }
.boot-track i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, #087781, var(--red), var(--gold)); box-shadow: 0 0 13px var(--red); animation: boot-load 1.5s .08s both cubic-bezier(.3,.7,.1,1); }
@keyframes boot-load { 25% { width: 18%; } 56% { width: 63%; } 78% { width: 77%; } to { width: 100%; } }
.boot-readout { margin-top: 13px; display: flex; justify-content: space-between; color: #64636b; font: 700 7px/1 var(--font-pixel); }
.boot-readout b { color: #85848c; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: auto auto 1fr; }.header-cta { justify-self: end; }.brand { min-width: auto; }.brand small { display: none; }.main-nav a { min-width: 105px; padding-inline: 17px; }
  .hero-inner { grid-template-columns: 1fr .72fr; gap: 40px; }.requirements-grid { grid-template-columns: 1fr 1fr; }.requirement-card:last-child { grid-column: 1/-1; }.member-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 800px) {
  :root { --shell: min(100% - 28px, 680px); }
  .site-header { height: 66px; padding: 0 14px; grid-template-columns: 1fr auto; }.brand-mark { width: 40px; height: 40px; }.brand b { font-size: 11px; }
  .menu-toggle { width: 45px; height: 40px; align-self: center; display: grid; place-content: center; gap: 5px; background: #16161a; border: 2px solid #3b3b41; }.menu-toggle span { width: 20px; height: 2px; background: #d1d0d6; }
  .main-nav { position: absolute; top: 66px; left: 0; right: 0; height: auto; display: none; padding: 8px; background: #0d0d10f5; border-bottom: 2px solid #333338; }.main-nav.open { display: grid; }.main-nav a { min-height: 52px; border: 1px solid #29292e; }.main-nav a.active::after { left: 0; top: 0; bottom: 0; width: 3px; height: auto; }
  .header-cta { display: none; }.hero { min-height: auto; padding-top: 66px; }.hero-inner { grid-template-columns: 1fr; padding-block: 95px 100px; }.hero-copy { text-align: center; }.eyebrow, .hero-actions { margin-inline: auto; }.hero-lede { margin-inline: auto; }.mini-stats { justify-content: center; }.server-console { max-width: 480px; width: 100%; margin: 0 auto; transform: none; }.scroll-cue { display: none; }
  .section { padding-block: 75px; }.section-heading { grid-template-columns: 1fr; gap: 18px; }.requirements-grid, .steps-grid { grid-template-columns: 1fr; }.requirement-card:last-child { grid-column: auto; }
  .final-cta, .final-cta.small { grid-template-columns: 1fr; text-align: center; justify-items: center; padding-block: 45px; }.final-cta > img { width: 90px; }.site-footer .shell { padding-block: 35px; grid-template-columns: 1fr; justify-items: center; gap: 22px; text-align: center; }.site-footer .shell > span:last-child { justify-self: center; }
  .page-hero { min-height: 450px; padding-top: 66px; }.page-hero .shell { text-align: center; }.page-hero p, .page-status { margin-inline: auto; }.toolbar { align-items: flex-start; flex-direction: column; }.video-grid { grid-template-columns: repeat(2, 1fr); }.member-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .hero h1, .page-hero h1 { font-size: clamp(35px, 11vw, 50px); letter-spacing: -2px; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.mini-stats div { min-width: 0; flex: 1; padding-inline: 12px; }.mini-stats strong { font-size: 11px; }.mini-stats span { font-size: 9px; }.server-console { display: none; }
  .requirements-grid, .video-grid, .member-grid { grid-template-columns: 1fr; }.filter-group { width: 100%; overflow-x: auto; padding-bottom: 5px; }.filter-group button { flex: 1; white-space: nowrap; }.member-card { min-height: 400px; }.member-art { height: 275px; }
}
@media (prefers-reduced-motion: reduce) {
  body.respect-reduced-motion *, body.respect-reduced-motion *::before, body.respect-reduced-motion *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  body.respect-reduced-motion .cursor-glow, body.respect-reduced-motion .boot-sequence { display: none !important; }
}
