:root {
  --night: #0C1322;
  --canvas: #17243A;
  --deep: #070B14;
  --surface: rgba(255, 255, 255, .035);
  --surface-elevated: rgba(255, 255, 255, .06);
  --line: rgba(255, 255, 255, .09);
  --line-strong: rgba(255, 255, 255, .15);
  --text: #F3F7FC;
  --muted: #9DAEC6;
  --dim: #8295B5;
  --couch: #D05531;
  --couch-hover: #DD6239;
  --couch-dark: #8A2E16;
  --couch-seat-front: #CA4F2C;
  --wood-top: #B77D53;
  --wood-bottom: #9A643E;
  --dot-red: #E83D3E;
  --dot-blue: #1DB0E6;
  --dot-yellow: #FBCF3E;
  --content-max: 1280px;
  --page-padding: clamp(18px, 4vw, 64px);
  --r-sm: 10px;
  --r-md: 15px;
  --r-lg: 24px;
  --shadow: 0 24px 70px rgba(4, 7, 15, .36);
  --shadow-warm: 0 20px 52px rgba(208, 85, 49, .26);
  --ease: cubic-bezier(.34, 1.4, .64, 1);
  --ease-smooth: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; background: var(--night); }
body { margin: 0; overflow-x: hidden; background: var(--night); color: var(--text); font-family: "Rubik", "Tajawal", sans-serif; font-size: clamp(16px, 1.2vw, 18px); line-height: 1.85; text-rendering: optimizeLegibility; }
body::before { content: ""; position: fixed; inset: 0; z-index: 190; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E"); }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
a { color: inherit; }
::selection { background: rgba(251, 207, 62, .25); color: #fff; }
:focus-visible { outline: 3px solid var(--dot-yellow); outline-offset: 4px; }

.skip-link { position: fixed; inset-block-start: 10px; inset-inline-start: 10px; z-index: 999; transform: translateY(-160%); padding: 10px 16px; border-radius: var(--r-sm); background: var(--dot-yellow); color: var(--deep); font-weight: 800; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(var(--content-max), calc(100% - (var(--page-padding) * 2))); margin-inline: auto; }
.line-icon { display: block; flex: 0 0 auto; }
h1, h2, h3, strong, .btn { font-family: "Tajawal", sans-serif; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
h1 { font-size: clamp(34px, 6vw, 76px); line-height: 1.18; letter-spacing: -.01em; font-weight: 900; }
h2 { font-size: clamp(26px, 3.4vw, 46px); line-height: 1.22; font-weight: 900; }
h3 { font-size: clamp(19px, 2.1vw, 26px); line-height: 1.3; font-weight: 800; }
p { color: var(--muted); max-width: 62ch; }

.wordmark { display: inline-flex; align-items: center; text-decoration: none; direction: rtl; }
.wordmark .letter { display: inline-block; margin: 0 2px; color: #fff; font-family: "Tajawal", sans-serif; font-size: 24px; font-weight: 900; line-height: 1; text-shadow: 0 3px 10px rgba(0, 0, 0, .32); }
.wordmark .l-j { transform: rotate(-3deg); }
.wordmark .l-l { transform: rotate(4deg); }
.wordmark .l-s { transform: rotate(-2deg); }
.wordmark .l-t { transform: rotate(3deg); }
.wordmark .dot { width: 6px; height: 6px; margin: 0 1px; border-radius: 50%; transform: translateY(-4px); }
.wordmark .d-red { background: var(--dot-red); }
.wordmark .d-blue { background: var(--dot-blue); }
.wordmark .d-yellow { background: var(--dot-yellow); }
.wordmark.compact .letter { font-size: 13px; margin: 0 1px; }
.wordmark.compact .dot { width: 3px; height: 3px; margin: 0; transform: translateY(-2px); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 25px; border: 0; border-radius: var(--r-md); cursor: pointer; background: var(--couch); color: #fff; box-shadow: 0 12px 28px rgba(208, 85, 49, .28); font-size: 17px; font-weight: 900; text-decoration: none; transition: transform .18s var(--ease), background .2s ease, box-shadow .25s ease; }
.btn:hover { transform: translateY(-2px); background: var(--couch-hover); box-shadow: 0 18px 36px rgba(208, 85, 49, .34); }
.btn:active { transform: scale(.975); }
.btn-large { min-height: 57px; padding-inline: 30px; font-size: 18px; }
.btn-ghost { border: 1px solid var(--line-strong); background: rgba(255, 255, 255, .045); color: var(--text); box-shadow: none; backdrop-filter: blur(12px); }
.btn-ghost:hover { background: rgba(255, 255, 255, .09); box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding: 8px 0; border: 0; background: transparent; color: var(--text); cursor: pointer; font-family: "Tajawal", sans-serif; font-weight: 900; }
.text-link svg { transition: transform .2s var(--ease); }
.text-link:hover svg { transform: translateX(-4px); }

.site-header { position: sticky; inset-block-start: 0; z-index: 80; height: 76px; border-bottom: 1px solid var(--line); background: rgba(7, 11, 20, .78); backdrop-filter: blur(24px) saturate(1.2); }
.header-inner { width: min(var(--content-max), calc(100% - (var(--page-padding) * 2))); height: 100%; margin-inline: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; text-decoration: none; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 3vw, 38px); }
.main-nav a { position: relative; color: var(--muted); font-family: "Tajawal", sans-serif; font-size: 14px; font-weight: 700; text-decoration: none; transition: color .2s; }
.main-nav a::after { content: ""; position: absolute; inset-inline: 0; inset-block-end: -10px; height: 2px; border-radius: 99px; background: var(--couch); transform: scaleX(0); transition: transform .25s var(--ease); }
.main-nav a:hover { color: var(--text); }
.main-nav a:hover::after { transform: scaleX(1); }
.header-cta { min-height: 44px; padding-inline: 20px; font-size: 15px; }
.nav-toggle { display: none; width: 46px; height: 46px; place-items: center; border: 1px solid var(--line-strong); border-radius: var(--r-md); background: var(--surface-elevated); cursor: pointer; }

.hero { position: relative; min-height: calc(100svh - 76px); display: grid; align-items: center; overflow: hidden; isolation: isolate; background: radial-gradient(64% 94% at 88% 28%, rgba(29, 176, 230, .08), transparent 64%), linear-gradient(135deg, var(--canvas), var(--night) 64%); }
.hero::before { content: ""; position: absolute; inset: auto 7% 8% auto; z-index: -2; width: 48%; height: 42%; border-radius: 50%; background: radial-gradient(ellipse, rgba(208,85,49,.09), transparent 72%); filter: blur(24px); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -2; pointer-events: none; background: linear-gradient(90deg, rgba(7,11,20,.04), transparent 30%, transparent 70%, rgba(7,11,20,.2)), linear-gradient(to bottom, transparent 68%, rgba(7,11,20,.32)); }
.hero-backdrop { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.hero-backdrop span { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-backdrop span:nth-child(1) { width: 540px; height: 540px; inset-inline-end: -170px; inset-block-start: -230px; background: radial-gradient(circle, rgba(208, 85, 49, .13), transparent 67%); }
.hero-backdrop span:nth-child(2) { width: 500px; height: 500px; inset-inline-start: -260px; inset-block-end: -300px; background: radial-gradient(circle, rgba(29, 176, 230, .09), transparent 68%); }
.hero-backdrop span:nth-child(3) { width: 9px; height: 9px; inset-inline-start: 11%; inset-block-start: 19%; background: var(--dot-yellow); box-shadow: 0 0 24px var(--dot-yellow); }
.hero-grid { min-height: min(820px, calc(100svh - 76px)); padding-block: clamp(46px, 7vh, 82px) 66px; display: grid; grid-template-columns: minmax(370px, .86fr) minmax(580px, 1.14fr); align-items: center; gap: clamp(30px, 4.4vw, 66px); }
.hero-copy { position: relative; z-index: 4; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-family: "Tajawal", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--dot-yellow); box-shadow: 0 0 14px rgba(251, 207, 62, .65); }
.hero h1 { max-width: 690px; margin-block: 16px 20px; font-size: clamp(42px, 5.25vw, 68px); line-height: 1.15; }
.hero h1 em { color: var(--text); font-style: normal; }
.hero-copy > p { max-width: 45ch; font-size: clamp(16px, 1.45vw, 20px); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-block-start: 24px; }
.hero-actions .btn-ghost { padding-inline: 17px; border-color: transparent; background: transparent; backdrop-filter: none; }
.hero-actions .btn-ghost:hover { border-color: var(--line); background: rgba(255,255,255,.045); }
.hero-proof { margin-block-start: 20px; display: flex; flex-wrap: wrap; gap: 10px 18px; color: var(--muted); font-size: 13px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 6px; }
.hero-proof span > i { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--dot-blue); box-shadow: 0 0 10px rgba(29,176,230,.34); }
.hero-proof span:nth-child(2) > i { background: var(--dot-yellow); box-shadow: 0 0 10px rgba(251,207,62,.3); }
.hero-proof span:nth-child(3) > i { background: var(--dot-red); box-shadow: 0 0 10px rgba(232,61,62,.3); }
.scroll-cue { position: absolute; inset-inline-start: 50%; inset-block-end: 18px; display: flex; flex-direction: column; align-items: center; gap: 6px; transform: translateX(-50%); color: var(--muted); font-size: 11px; text-decoration: none; }
.scroll-cue i { width: 1px; height: 20px; background: linear-gradient(to bottom, var(--muted), transparent); }

.hero-scene { --mx: 0px; --my: 0px; position: relative; direction: ltr; min-height: 610px; transform: translate3d(var(--mx), var(--my), 0); transition: transform .45s var(--ease-smooth); perspective: 1200px; }
.hero-scene-visual { position: absolute; inset: 0; }
.ambient-glow { position: absolute; width: 520px; height: 360px; left: 50%; top: 46%; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(ellipse, rgba(208, 85, 49, .26), rgba(208, 85, 49, .04) 48%, transparent 72%); filter: blur(10px); }
.poster-stack { position: absolute; inset: 40px 60px auto; height: 220px; opacity: 0; transition: opacity .45s ease, filter .45s ease; filter: saturate(.72); }
.poster { position: absolute; width: 128px; aspect-ratio: 4/5; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: var(--r-lg); color: var(--text); background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.02)); box-shadow: var(--shadow); }
.poster svg { width: 100%; height: 100%; border-radius: inherit; opacity: .72; }
.poster::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(to bottom, transparent 50%, rgba(7,11,20,.55)); }
.poster.p1 { --poster-glow: rgba(232,61,62,.35); left: 8%; top: 32px; transform: rotate(-9deg); }
.poster.p2 { --poster-glow: rgba(29,176,230,.35); right: 4%; top: 8px; transform: rotate(8deg); }
.poster.p3 { --poster-glow: rgba(251,207,62,.3); left: 47%; top: -20px; transform: translateX(-50%) rotate(1deg); }
.tv-shell, .mode-tv { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: var(--r-lg); background: var(--deep); box-shadow: 0 38px 90px rgba(0,0,0,.5), inset 0 0 0 5px rgba(255,255,255,.025); overflow: visible; }
.tv-shell { width: min(610px, 88%); height: 354px; left: 50%; top: 95px; transform: translateX(-50%) rotateX(1deg); padding: 10px; }
.tv-camera { position: absolute; z-index: 3; left: 50%; top: 4px; width: 5px; height: 5px; transform: translateX(-50%); border-radius: 50%; background: rgba(255,255,255,.2); }
.tv-foot { position: absolute; left: 50%; bottom: -42px; width: 126px; height: 42px; transform: translateX(-50%); border-bottom: 9px solid rgba(255,255,255,.12); clip-path: polygon(43% 0,57% 0,66% 80%,100% 80%,100% 100%,0 100%,0 80%,34% 80%); background: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,.025)); }
.hero-live-stage { width: 100%; height: 100%; overflow: hidden; border-radius: 16px; }
.hero-scene.is-playing .hero-live-stage { animation: demo-stage-in .42s var(--ease) both; }
.join-screen, .challenge-screen, .group-screen, .game-pick-screen, .role-ready-screen { width: 100%; height: 100%; overflow: hidden; border-radius: 16px; direction: rtl; background: radial-gradient(circle at 75% 25%, rgba(29,176,230,.12), transparent 34%), linear-gradient(145deg, var(--canvas), var(--night)); }
.screen-bar { height: 41px; padding-inline: 15px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(7,11,20,.44); }
.live-status { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 8px; font-weight: 600; }
.live-status i { width: 5px; height: 5px; border-radius: 50%; background: var(--dot-blue); box-shadow: 0 0 9px var(--dot-blue); }
.join-main { min-height: 195px; padding: 28px; display: flex; align-items: center; justify-content: center; gap: 34px; }
.room-code { display: flex; flex-direction: column; align-items: center; }
.room-code small { color: var(--muted); font-size: 10px; }
.room-code strong { color: var(--text); font-family: "Rubik", sans-serif; font-size: 35px; letter-spacing: .09em; line-height: 1.35; }
.fake-qr { width: 92px; height: 92px; position: relative; border: 8px solid #fff; border-radius: var(--r-sm); background: #fff; }
.fake-qr span { position: absolute; width: 24px; height: 24px; border: 6px solid var(--deep); }
.fake-qr span:nth-child(1) { top: 0; left: 0; }.fake-qr span:nth-child(2) { top: 0; right: 0; }.fake-qr span:nth-child(3) { bottom: 0; left: 0; }
.fake-qr i { position: absolute; width: 9px; height: 9px; background: var(--deep); }
.fake-qr i:nth-of-type(1) { right: 6px; bottom: 8px; }.fake-qr i:nth-of-type(2) { right: 23px; bottom: 24px; }.fake-qr i:nth-of-type(3) { left: 34px; top: 34px; }
.players-row { min-height: 75px; padding: 12px 16px; display: flex; align-items: center; justify-content: center; gap: 7px; border-top: 1px solid var(--line); background: rgba(255,255,255,.018); }
.player-dot { display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: 8px; }
.player-avatar { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: var(--deep); font-style: normal; font-weight: 900; }
.player-avatar.red { background: var(--dot-red); }.player-avatar.blue { background: var(--dot-blue); }.player-avatar.yellow { background: var(--dot-yellow); }
.player-dot b { width: 4px; height: 4px; border-radius: 50%; background: var(--dot-blue); }
.joining { display: inline-flex; align-items: center; gap: 5px; padding-inline: 6px; color: var(--dim); font-size: 7px; }
.joining i { width: 4px; height: 4px; border-radius: 50%; background: var(--dot-yellow); animation: blink 1.8s ease-in-out infinite; }
.empty-player { width: 31px; height: 31px; display: grid; place-items: center; border: 1px dashed rgba(255,255,255,.16); border-radius: 50%; color: var(--dim); font: 700 9px "Rubik"; background: rgba(255,255,255,.018); }
.join-screen.live-code .joining i { background: var(--dot-blue); box-shadow: 0 0 8px var(--dot-blue); animation: none; }
.hero-scene.is-playing .join-screen.live-joining .player-dot { animation: player-arrives .34s var(--ease) both; }
.hero-scene.is-playing .join-screen.live-joining .player-dot:nth-child(2) { animation-delay: .16s; }
.hero-scene.is-playing .join-screen.live-joining .player-dot:nth-child(3) { animation-delay: .32s; }
.hero-scene.is-playing .join-screen.live-joining .player-dot b { animation: connection-pulse .6s ease-out .38s both; }
.live-status.yellow i { background: var(--dot-yellow); box-shadow: 0 0 9px var(--dot-yellow); }

.game-pick-screen { background: radial-gradient(circle at 50% 20%, rgba(251,207,62,.08), transparent 38%), linear-gradient(145deg, var(--canvas), var(--night)); }
.game-pick-copy { min-height: 72px; padding: 13px 24px 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.game-pick-copy small { color: var(--muted); font-size: 8px; }.game-pick-copy strong { margin-top: 2px; font-size: 20px; }
.hero-game-picks { height: calc(100% - 113px); padding: 0 18px 18px; display: grid; grid-template-columns: repeat(3,1fr); align-items: stretch; gap: 9px; }
.hero-game-option { min-width: 0; padding: 7px; display: flex; flex-direction: column; gap: 5px; border: 1px solid var(--line); border-radius: 13px; color: var(--muted); background: rgba(255,255,255,.025); }
.hero-game-option > span { min-height: 0; flex: 1; overflow: hidden; border-radius: 9px; background: rgba(255,255,255,.025); }.hero-game-option svg { width: 100%; height: 100%; }
.hero-game-option b { overflow: hidden; font-size: 8px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.hero-game-option.selected { border-color: rgba(251,207,62,.58); color: var(--text); background: rgba(251,207,62,.07); box-shadow: 0 0 0 1px rgba(251,207,62,.08), 0 14px 30px rgba(0,0,0,.24); }
.hero-scene.is-playing .hero-game-option.selected { animation: selected-game-in .5s var(--ease) .16s both; }

.role-ready-screen { background: radial-gradient(circle at 50% 56%, rgba(29,176,230,.14), transparent 34%), linear-gradient(145deg, var(--canvas), var(--night)); }
.role-ready-main { height: calc(100% - 41px); padding: 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.role-lock { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(29,176,230,.28); border-radius: 50%; color: var(--dot-blue); background: rgba(29,176,230,.08); box-shadow: 0 0 30px rgba(29,176,230,.08); }
.role-ready-main small { margin-top: 10px; color: var(--muted); font-size: 8px; }.role-ready-main strong { margin-top: 2px; font-size: 25px; }.role-ready-main p { margin-top: 3px; font-size: 9px; }
.role-ready-players { margin-top: 14px; display: flex; gap: 7px; }.role-ready-players span { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; gap: 2px; border: 1px solid var(--line); border-radius: 50%; color: var(--text); background: rgba(255,255,255,.035); font: 800 9px "Tajawal"; }.role-ready-players svg { color: var(--dot-blue); }
.hero-scene.is-playing .role-lock { animation: secure-arrives .65s var(--ease) both; }
.signal-path { position: absolute; z-index: 2; inset: 335px 18% auto; height: 100px; border-bottom: 1px dashed rgba(255,255,255,.1); border-radius: 50%; }
.signal-path i { position: absolute; width: 7px; height: 7px; border-radius: 50%; box-shadow: 0 0 14px currentColor; }
.signal-path .red { left: 12%; bottom: -3px; color: var(--dot-red); background: currentColor; }.signal-path .blue { left: 48%; bottom: -3px; color: var(--dot-blue); background: currentColor; }.signal-path .yellow { right: 10%; bottom: -3px; color: var(--dot-yellow); background: currentColor; }
.hero-scene.is-playing.phase-1 .signal-path i, .hero-scene.is-playing.phase-3 .signal-path i { animation: signal-once .72s var(--ease) both; }.hero-scene.is-playing.phase-1 .signal-path i:nth-child(2),.hero-scene.is-playing.phase-3 .signal-path i:nth-child(2){animation-delay:.12s}.hero-scene.is-playing.phase-1 .signal-path i:nth-child(3),.hero-scene.is-playing.phase-3 .signal-path i:nth-child(3){animation-delay:.24s}
.phone-mock { width: 142px; height: 286px; position: relative; padding: 10px 8px; overflow: hidden; border: 2px solid rgba(255,255,255,.19); border-radius: 28px; background: linear-gradient(160deg, var(--canvas), var(--deep)); box-shadow: 0 26px 60px rgba(0,0,0,.48), inset 0 0 0 2px rgba(255,255,255,.025); direction: rtl; }
.phone-speaker { position: absolute; z-index: 3; inset-block-start: 5px; inset-inline-start: 50%; width: 38px; height: 4px; transform: translateX(-50%); border-radius: 99px; background: rgba(255,255,255,.16); }
.phone-brand { height: 32px; display: grid; place-items: center; border-bottom: 1px solid var(--line); }
.phone-content { height: calc(100% - 42px); padding: 17px 9px 8px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.phone-content > small { color: var(--dim); font-size: 7px; }
.phone-content > strong { margin-top: 7px; font-size: 16px; line-height: 1.2; }
.phone-content > span:not(.phone-icon) { margin-top: 8px; color: var(--muted); font-size: 7px; line-height: 1.6; }
.phone-content button, .phone-action { min-height: 27px; margin-top: auto; padding-inline: 10px; display: grid; place-items: center; border: 0; border-radius: 8px; background: var(--couch); color: #fff; font-size: 7px; font-weight: 900; }
.phone-content.vote button { width: 100%; margin-top: 7px; border: 1px solid var(--line); background: rgba(255,255,255,.055); color: var(--text); }
.phone-content.vote button:last-child { margin-top: 6px; margin-bottom: auto; }
.phone-icon { width: 44px; height: 44px; margin-top: 7px; display: grid; place-items: center; border: 1px solid rgba(29,176,230,.25); border-radius: 50%; color: var(--dot-blue); background: rgba(29,176,230,.08); }
.phone-content.join strong { font-size: 13px; }.phone-content.join .mini-player { width: 42px; height: 42px; margin-top: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--dot-blue); color: var(--deep); font: 900 16px "Tajawal"; }
.phone-content.scan strong { font-size: 13px; }
.phone-home { position: absolute; inset-block-end: 5px; inset-inline-start: 50%; width: 34px; height: 3px; transform: translateX(-50%); border-radius: 99px; background: rgba(255,255,255,.2); }
.hero-phone { position: absolute; z-index: 4; top: 330px; }
.hero-phone.one { left: 3%; transform: rotate(-6deg); }.hero-phone.two { right: 2%; top: 350px; transform: rotate(7deg) scale(.9); }
.hero-scene.is-playing .hero-phone .phone-content { animation: phone-screen-in .4s var(--ease) both; }
.hero-scene.phase-0 .hero-phone.two { opacity: .34; filter: saturate(.65); }
.hero-couch { position: absolute; z-index: 5; width: 500px; left: 50%; bottom: 0; transform: translateX(-50%); filter: drop-shadow(0 28px 32px rgba(0,0,0,.4)); }
.hero-demo-controls { position: absolute; z-index: 7; left: 50%; top: 432px; width: min(420px, 78%); min-height: 62px; padding: 8px 8px 8px 13px; display: grid; grid-template-columns: minmax(0,1fr) minmax(104px,auto) 44px; align-items: center; gap: 12px; transform: translateX(-50%); border: 1px solid var(--line-strong); border-radius: 17px; direction: rtl; background: rgba(7,11,20,.88); backdrop-filter: blur(18px); box-shadow: 0 18px 44px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.025); }
.demo-status { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }.demo-status span { max-width: 100%; display: inline-flex; align-items: center; gap: 5px; overflow: hidden; color: var(--muted); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }.demo-status span i { width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: var(--dot-yellow); box-shadow: 0 0 8px var(--dot-yellow); }.phase-0 .demo-status span i,.phase-3 .demo-status span i { background: var(--dot-blue); box-shadow: 0 0 8px var(--dot-blue); }.demo-status b { max-width:100%; overflow:hidden; font: 800 11px "Tajawal"; text-overflow:ellipsis; white-space:nowrap; }
.demo-timeline { min-width: 0; display: grid; gap: 5px; direction: ltr; }.demo-timeline > b { color: var(--text); font: 700 10px "Rubik"; letter-spacing: .03em; }.demo-timeline > b span { color: var(--dim); font-weight: 500; }
.demo-progress { display: flex; align-items: center; gap: 4px; direction: ltr; }.demo-progress i { position: relative; width: 18px; height: 3px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.12); }.demo-progress i.done { background: var(--dot-blue); }.demo-progress i.active::after { content:""; position:absolute; inset:0; transform-origin:left; background:var(--dot-yellow); animation:demo-progress 2.5s linear forwards; }.phase-0 .demo-progress i.active::after{animation-duration:2.4s}.phase-1 .demo-progress i.active::after{animation-duration:2.6s}.phase-2 .demo-progress i.active::after{animation-duration:2.5s}.phase-3 .demo-progress i.active::after{animation-duration:3.3s}.hero-scene.is-paused .demo-progress i.active::after{animation-play-state:paused}
.demo-playback { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 12px; cursor: pointer; color: var(--text); background: rgba(255,255,255,.055); transition: transform .2s var(--ease),border-color .2s,background .2s; }.demo-playback:hover { transform: translateY(-1px); border-color: rgba(29,176,230,.42); background: rgba(29,176,230,.08); }
.demo-playback[hidden] { display: none; }
.hero-scene.is-paused .joining i,.hero-scene.is-paused .signal-path i,.hero-scene.is-paused .hero-live-stage,.hero-scene.is-paused .hero-phone .phone-content { animation-play-state: paused !important; }
.hero-scene.phase-2 .poster-stack { opacity: .68; filter: saturate(1); }.hero-scene.phase-2 .poster.p1 { transform: rotate(-5deg) translateY(-6px) scale(1.035); filter: drop-shadow(0 12px 22px rgba(232,61,62,.2)); }

.trust-rail { position: relative; z-index: 4; border-block: 1px solid var(--line); background: rgba(7,11,20,.72); }
.trust-items { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.trust-items > span { display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; white-space: nowrap; }.trust-items span svg { color: var(--dot-blue); }.trust-items span:nth-of-type(2) svg { color: var(--dot-yellow); }.trust-items span:nth-of-type(3) svg { color: var(--dot-red); }.trust-items span:nth-of-type(4) svg { color: var(--couch); }.trust-items b { color: inherit; font-size: 13px; }.trust-items > i { width: 1px; height: 26px; flex: 0 0 auto; background: var(--line); }

.section { position: relative; padding-block: clamp(86px, 10vw, 144px); }
.section-heading { max-width: 760px; margin: 0 auto clamp(42px, 5.5vw, 74px); text-align: center; }
.section-heading h2 { margin-block: 10px 14px; }
.section-heading p { margin-inline: auto; font-size: clamp(16px, 1.5vw, 19px); }
.section-heading.align-start { margin-inline: 0; margin-block-end: 0; text-align: start; }.section-heading.align-start p { margin-inline: 0; }
.reveal { opacity: 1; transform: none; transition: opacity .72s ease, transform .72s var(--ease-smooth); }
.js-ready .reveal:not(.is-visible) { opacity: 0; transform: translateY(22px); }
.js-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }

.modes { overflow: hidden; background: radial-gradient(circle at 9% 35%, rgba(208,85,49,.07), transparent 25%), var(--night); }
.modes::after { content: ""; position: absolute; inset-inline: 0; inset-block-end: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); }
.modes-layout { display: grid; grid-template-columns: minmax(400px, .84fr) minmax(540px, 1.16fr); align-items: stretch; gap: clamp(30px, 5vw, 70px); }
.mode-choices { display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.mode-choice { width: 100%; min-height: 160px; padding: 24px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; border: 1px solid var(--line); border-radius: var(--r-lg); cursor: pointer; text-align: start; background: var(--surface); transition: transform .25s var(--ease), border-color .25s, background .25s; }
.mode-choice:hover { transform: translateX(-4px); background: var(--surface-elevated); }
.mode-choice.active { border-color: rgba(208,85,49,.55); background: linear-gradient(135deg, rgba(208,85,49,.12), rgba(255,255,255,.035)); box-shadow: inset -3px 0 0 var(--couch), 0 20px 52px rgba(4,7,15,.24); }
.mode-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: var(--r-md); color: var(--couch); background: rgba(208,85,49,.12); }
.mode-choice:nth-child(2) .mode-icon { color: var(--dot-blue); background: rgba(29,176,230,.1); }
.mode-choice span:nth-child(2) { display: flex; flex-direction: column; }
.mode-choice small { color: var(--muted); font-size: 11px; }.mode-choice strong { margin-block: 4px 5px; font-size: 25px; }.mode-choice em { color: var(--muted); font-size: 13px; font-style: normal; line-height: 1.7; }
.mode-arrow { opacity: .35; transition: opacity .2s, transform .2s var(--ease); }.mode-choice.active .mode-arrow { opacity: 1; transform: translateX(-4px); }
.mode-visual-wrap { position: relative; min-height: 540px; border: 1px solid var(--line); border-radius: var(--r-lg); background: radial-gradient(circle at 50% 45%, rgba(29,176,230,.09), transparent 58%), linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.015)); overflow: hidden; }
.mode-stage { position: absolute; inset: 0; direction: ltr; }
.mode-stage, .game-feature { animation: content-swap .32s var(--ease-smooth) both; }
@keyframes content-swap { from { opacity: .2; transform: translateY(7px) scale(.992); } to { opacity: 1; transform: translateY(0) scale(1); } }
.mode-stage::before { content: ""; position: absolute; width: 420px; height: 300px; left: 50%; top: 44%; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle, rgba(208,85,49,.16), transparent 68%); }
.mode-tv { width: 470px; height: 285px; left: 50%; top: 84px; transform: translateX(-50%); padding: 9px; }
.mode-phone { position: absolute; z-index: 3; right: 8%; bottom: 44px; transform: rotate(5deg); }
.remote-mock { width: 110px; height: 238px; position: relative; padding: 15px 13px; overflow: hidden; border: 2px solid rgba(255,255,255,.18); border-radius: 28px; direction: ltr; background: linear-gradient(155deg, #1B2A42, var(--deep) 72%); box-shadow: 0 26px 60px rgba(0,0,0,.48), inset 0 0 0 2px rgba(255,255,255,.025); }
.remote-mock::after { content:""; position:absolute; inset:1px; pointer-events:none; border-radius:25px; background:linear-gradient(120deg,rgba(255,255,255,.055),transparent 32%); }
.remote-top { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; }.remote-power { position:relative; width:24px;height:24px;border:1px solid rgba(232,61,62,.22);border-radius:50%;background:rgba(232,61,62,.07) }.remote-power::before { content:"";position:absolute;inset:6px;border:1.5px solid var(--dot-red);border-top-color:transparent;border-radius:50% }.remote-power::after { content:"";position:absolute;left:50%;top:4px;width:2px;height:8px;transform:translateX(-50%);border-radius:2px;background:var(--dot-red) }
.remote-brand-dots { display:flex;gap:4px }.remote-brand-dots i { width:5px;height:5px;border-radius:50%;background:var(--dot-red) }.remote-brand-dots i:nth-child(2){background:var(--dot-blue)}.remote-brand-dots i:nth-child(3){background:var(--dot-yellow)}
.remote-wheel { position:relative;z-index:2;width:76px;height:76px;margin:18px auto 0;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:rgba(255,255,255,.035);box-shadow:inset 0 0 0 8px rgba(255,255,255,.018) }.remote-wheel::before,.remote-wheel::after { content:"";position:absolute;left:50%;top:50%;background:rgba(255,255,255,.07);transform:translate(-50%,-50%) }.remote-wheel::before{width:1px;height:64px}.remote-wheel::after{width:64px;height:1px}.remote-wheel b { position:absolute;z-index:2;left:50%;top:50%;width:31px;height:31px;display:grid;place-items:center;transform:translate(-50%,-50%);border:1px solid rgba(251,207,62,.28);border-radius:50%;color:var(--dot-yellow);background:rgba(7,11,20,.94);font:700 9px "Rubik" }
.remote-wheel > i { position:absolute;z-index:2;width:0;height:0;border-style:solid;opacity:.7 }.remote-wheel .up{left:50%;top:8px;transform:translateX(-50%);border-width:0 4px 5px;border-color:transparent transparent var(--muted)}.remote-wheel .down{left:50%;bottom:8px;transform:translateX(-50%);border-width:5px 4px 0;border-color:var(--muted) transparent transparent}.remote-wheel .left{left:8px;top:50%;transform:translateY(-50%);border-width:4px 5px 4px 0;border-color:transparent var(--muted) transparent transparent}.remote-wheel .right{right:8px;top:50%;transform:translateY(-50%);border-width:4px 0 4px 5px;border-color:transparent transparent transparent var(--muted)}
.remote-color-keys { position:relative;z-index:2;margin-top:14px;display:flex;justify-content:center;gap:10px }.remote-color-keys i{width:7px;height:7px;border-radius:50%;background:var(--dot-red);box-shadow:0 0 8px rgba(232,61,62,.2)}.remote-color-keys i:nth-child(2){background:var(--dot-blue)}.remote-color-keys i:nth-child(3){background:var(--dot-yellow)}
.remote-actions { position:relative;z-index:2;margin-top:11px;display:grid;grid-template-columns:repeat(2,1fr);gap:7px }.remote-actions span{height:28px;display:grid;place-items:center;border:1px solid var(--line);border-radius:9px;color:var(--muted);background:rgba(255,255,255,.03)}.remote-actions span:first-child svg{transform:rotate(180deg)}
.remote-confirm { position:relative;z-index:2;height:30px;margin-top:9px;display:grid;place-items:center;border-radius:9px;color:#fff;background:var(--couch);font-size:9px;line-height:1;box-shadow:0 9px 20px rgba(208,85,49,.2) }
.mode-remote { position:absolute;z-index:3;right:10%;bottom:48px;transform:rotate(7deg) }
.mode-caption { position: absolute; z-index: 5; inset-inline-start: 24px; inset-block-end: 24px; width: 220px; min-height: 58px; padding: 10px 14px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: var(--r-md); background: rgba(7,11,20,.76); backdrop-filter: blur(15px); }
.mode-caption span { display: inline-flex; align-items: center; gap: 5px; color: var(--muted); font-size: 9px; }.mode-caption span i { width: 5px; height: 5px; border-radius: 50%; background: var(--dot-blue); }.mode-caption strong { font-size: 15px; }
.challenge-head { padding: 16px 18px 10px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 9px; }.challenge-head b { color: var(--dot-yellow); font-family: "Rubik"; }
.challenge-grid { height: calc(100% - 91px); padding: 0 16px 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.challenge-column { display: grid; grid-template-rows: 48px repeat(3, 1fr); gap: 5px; }.challenge-column strong { display: grid; place-items: center; border-radius: 9px; background: rgba(255,255,255,.04); font-size: 10px; }.challenge-column span { display: grid; place-items: center; border: 1px solid rgba(251,207,62,.2); border-radius: 9px; color: var(--dot-yellow); background: rgba(251,207,62,.07); font: 800 15px "Rubik"; }
.conversation-orbit { position: relative; width: 235px; height: 205px; margin: 16px auto 0; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; }
.conversation-orbit > div { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; }.conversation-orbit small { color: var(--dim); font-size: 8px; }.conversation-orbit strong { font-size: 23px; }.conversation-orbit div span { color: var(--dot-yellow); font: 700 14px "Rubik"; }
.seat { position: absolute; width: 31px; height: 31px; display: grid; place-items: center; border: 2px solid var(--night); border-radius: 50%; color: var(--deep); background: var(--dot-blue); font: 900 10px "Tajawal"; }.seat.s1 { left: 12px; top: 85px; background: var(--dot-red); }.seat.s2 { left: 101px; top: -14px; }.seat.s3 { right: 10px; top: 86px; background: var(--dot-yellow); }.seat.s4 { left: 102px; bottom: -15px; background: var(--couch); }
.orbit-line { position: absolute; left: 50%; top: 50%; width: 78%; height: 1px; transform-origin: 0; background: linear-gradient(90deg, transparent, var(--dot-blue), transparent); opacity: .45; }.orbit-line.two { transform: rotate(90deg); background: linear-gradient(90deg, transparent, var(--dot-yellow), transparent); }

.games { background: var(--night); }
.games-head { margin-block-end: 46px; display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.segmented { flex: 0 0 auto; padding: 5px; display: flex; gap: 4px; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--surface); }
.segmented button { min-height: 48px; padding-inline: 16px; border: 0; border-radius: 10px; cursor: pointer; color: var(--muted); background: transparent; font-family: "Tajawal"; font-size: 13px; font-weight: 800; }.segmented button.active { color: var(--deep); background: var(--dot-yellow); }
.game-showcase { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 520px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--surface); overflow: hidden; }
.game-feature { min-width: 0; display: grid; grid-template-rows: 1fr auto; border-inline-end: 1px solid var(--line); background: radial-gradient(circle at 50% 34%, var(--tone-glow), transparent 48%), rgba(7,11,20,.5); }
.tone-red { --tone: var(--dot-red); --tone-glow: rgba(232,61,62,.16); }.tone-blue { --tone: var(--dot-blue); --tone-glow: rgba(29,176,230,.16); }.tone-yellow { --tone: var(--dot-yellow); --tone-glow: rgba(251,207,62,.14); }.tone-orange { --tone: var(--couch); --tone-glow: rgba(208,85,49,.18); }
.feature-art { position: relative; min-height: 315px; display: grid; place-items: center; overflow: hidden; }
.poster-feature-art { padding: 20px; background: radial-gradient(circle at 50% 42%, var(--tone-glow), transparent 58%); }
.poster-feature-art > svg { width: min(330px, 86%); height: 100%; max-height: 295px; filter: drop-shadow(0 24px 38px rgba(0,0,0,.34)); }
.art-ring { position: absolute; width: 220px; height: 220px; border: 1px solid color-mix(in srgb, var(--tone) 30%, transparent); border-radius: 50%; }.art-ring.r2 { width: 310px; height: 310px; opacity: .45; }
.feature-icon { position: relative; z-index: 2; width: 130px; height: 130px; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--tone) 45%, transparent); border-radius: 50%; color: var(--tone); background: color-mix(in srgb, var(--tone) 10%, var(--night)); box-shadow: 0 0 70px -20px var(--tone); }
.feature-dots { position: absolute; inset: 0; }.feature-dots i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--tone); box-shadow: 0 0 16px var(--tone); }.feature-dots i:nth-child(1) { left: 19%; top: 32%; }.feature-dots i:nth-child(2) { right: 24%; top: 21%; width: 5px; height: 5px; }.feature-dots i:nth-child(3) { right: 17%; bottom: 22%; width: 11px; height: 11px; }
.feature-copy { padding: 28px 34px 32px; border-top: 1px solid var(--line); }.feature-copy > span { color: var(--tone); font-size: 11px; font-weight: 700; }.feature-copy h3 { margin-block: 5px 6px; font-size: 26px; }.feature-copy p { font-size: 14px; }.feature-copy .text-link { margin-block-start: 8px; }
.game-rail { padding: 18px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); align-content: center; gap: 10px; }
.game-card { min-height: 164px; padding: 12px; display: flex; flex-direction: column; align-items: stretch; gap: 6px; border: 1px solid var(--line); border-radius: var(--r-md); cursor: pointer; text-align: start; background: rgba(255,255,255,.025); transition: transform .25s var(--ease), border-color .25s, background .25s; }
.game-card:hover { transform: translateY(-3px); background: rgba(255,255,255,.05); }.game-card.active { border-color: color-mix(in srgb, var(--tone) 55%, transparent); background: color-mix(in srgb, var(--tone) 8%, var(--night)); }
.game-card-art { position: relative; min-height: 74px; display: grid; place-items: center; overflow: hidden; border-radius: 11px; color: var(--tone); background: rgba(255,255,255,.025); }.game-card-art > svg { width: 100%; height: 100%; min-height: 74px; object-fit: cover; }
.game-card strong { font-size: 15px; }.game-card small { color: var(--muted); font-size: 10px; }

.features { overflow: hidden; background: radial-gradient(circle at 10% 72%, rgba(208,85,49,.07), transparent 28%), var(--canvas); }
.bento-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.bento-card { min-height: 310px; position: relative; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--r-lg); background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.02)); }
.bento-card::before { content: ""; position: absolute; width: 220px; height: 220px; inset-inline-end: -90px; inset-block-start: -100px; border-radius: 50%; background: radial-gradient(circle, rgba(29,176,230,.08), transparent 70%); }
.bento-card h3 { margin-block: 15px 8px; }.bento-card p { font-size: 14px; }
.bento-wide { min-height: 350px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 30px; }
.bento-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: var(--r-md); color: var(--dot-blue); background: rgba(29,176,230,.09); }
.bento-card:nth-child(2) .bento-icon { color: var(--dot-yellow); background: rgba(251,207,62,.09); }.bento-card:nth-child(3) .bento-icon { color: var(--couch); background: rgba(208,85,49,.1); }.family-card .bento-icon { color: var(--dot-red); background: rgba(232,61,62,.09); }
.scoreboard-mini { position: relative; min-height: 210px; padding: 22px; display: flex; flex-direction: column; justify-content: center; gap: 10px; border: 1px solid var(--line); border-radius: var(--r-lg); background: rgba(7,11,20,.64); box-shadow: var(--shadow); }
.scoreboard-mini > div:not(.score-pulse) { position: relative; z-index: 2; min-height: 62px; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: var(--r-md); color: var(--muted); background: rgba(255,255,255,.025); }.scoreboard-mini > div.active { border-color: rgba(251,207,62,.32); color: var(--text); background: rgba(251,207,62,.07); }.scoreboard-mini b { color: var(--dot-yellow); font: 800 23px "Rubik"; }.score-pulse { position: absolute; width: 160px; height: 160px; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle, rgba(251,207,62,.11), transparent 68%); }
.privacy-chip { position: absolute; inset-inline-start: 30px; inset-block-end: 30px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(251,207,62,.22); border-radius: 99px; color: var(--dot-yellow); background: rgba(251,207,62,.06); font-size: 11px; }
.device-row { position: absolute; inset-inline-start: 30px; inset-block-end: 30px; display: flex; align-items: center; gap: 10px; color: var(--couch); }.device-row svg { width: 27px; height: 27px; }.device-row svg:nth-child(2) { color: var(--dot-blue); }.device-row svg:nth-child(3) { color: var(--dot-yellow); }
.family-orbit { position: relative; width: 260px; height: 210px; margin-inline: auto; border: 1px solid var(--line); border-radius: 50%; }.family-orbit::before,.family-orbit::after { content: ""; position: absolute; left: 50%; top: 50%; width: 80%; height: 1px; transform: translate(-50%,-50%) rotate(30deg); background: linear-gradient(90deg, transparent, var(--dot-red), transparent); opacity: .42; }.family-orbit::after { transform: translate(-50%,-50%) rotate(-30deg); background: linear-gradient(90deg, transparent, var(--dot-blue), transparent); }.family-orbit i { position: absolute; z-index: 2; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--deep); background: var(--dot-red); font: 900 14px "Tajawal"; font-style: normal; }.family-orbit i:nth-child(1){left:-18px;top:84px}.family-orbit i:nth-child(2){left:110px;top:-20px;background:var(--dot-blue)}.family-orbit i:nth-child(3){right:-18px;top:84px;background:var(--dot-yellow)}.family-orbit i:nth-child(4){left:110px;bottom:-20px;background:var(--couch)}.family-orbit span { position: absolute; left:50%;top:50%;width:74px;height:74px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(208,85,49,.28),transparent 70%); }

.faq-section { background: var(--night); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 7vw, 100px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; color: var(--text); font-family: "Tajawal"; font-size: 18px; font-weight: 900; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--couch); font-size: 25px; font-weight: 400; transition: transform .25s var(--ease); }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { padding: 0 0 24px; font-size: 14px; }

.final-cta { position: relative; min-height: 680px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(to bottom, var(--night), var(--canvas)); text-align: center; }
.final-cta::before { content: ""; position: absolute; inset: auto 8% 3%; height: 46%; border-radius: 50%; background: radial-gradient(ellipse, rgba(208,85,49,.14), transparent 69%); filter: blur(28px); }
.final-glow { position: absolute; width: 620px; height: 440px; left: 50%; top: 56%; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle, rgba(208,85,49,.24), rgba(208,85,49,.05) 48%, transparent 70%); filter: blur(8px); }
.final-inner { position: relative; z-index: 2; padding-block: 90px 70px; display: flex; flex-direction: column; align-items: center; }
.final-couch { width: min(480px, 86%); margin-block-end: -12px; filter: drop-shadow(0 28px 36px rgba(0,0,0,.45)); }
.final-inner h2 { margin-block: 8px 10px; }.final-inner p { margin-block-end: 24px; }

.site-footer { border-top: 1px solid var(--line); background: var(--deep); }
.footer-main { min-height: 180px; padding-block: 44px; display: flex; align-items: start; justify-content: space-between; gap: 40px; }.footer-main > div p { max-width: 360px; margin-block-start: 13px; font-size: 13px; }.footer-main nav { display: flex; flex-wrap: wrap; gap: 18px 28px; }.footer-main nav a { color: var(--muted); font-size: 13px; text-decoration: none; }.footer-main nav a:hover { color: var(--text); }
.footer-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }

.prototype-modal { position: fixed; inset: 0; z-index: 200; width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; padding: 20px; border: 0; display: grid; place-items: center; color: var(--text); background: transparent; animation: fade-in .25s ease both; }
.prototype-modal::backdrop { background: rgba(3,6,12,.78); backdrop-filter: blur(18px); }
.modal-card { width: min(520px, 100%); max-height: calc(100dvh - 32px); position: relative; padding: 40px; overflow-y: auto; overscroll-behavior: contain; border: 1px solid var(--line-strong); border-radius: var(--r-lg); background: radial-gradient(circle at 80% 10%, rgba(208,85,49,.12), transparent 32%), linear-gradient(145deg, var(--canvas), var(--night)); box-shadow: 0 40px 110px rgba(0,0,0,.58); text-align: center; animation: modal-in .4s var(--ease) both; }.modal-card h2 { margin-block: 9px 12px; font-size: 36px; }.modal-card p { margin: 0 auto 24px; font-size: 14px; }.modal-icon { width: 60px; height: 60px; margin: 0 auto 17px; display: grid; place-items: center; border: 1px solid rgba(251,207,62,.25); border-radius: 50%; color: var(--dot-yellow); background: rgba(251,207,62,.07); }.modal-close { position: absolute; inset-inline-end: 14px; inset-block-start: 14px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; background: var(--surface-elevated); }
.start-mode-grid { display: grid; gap: 10px; text-align: start; }
.start-mode-choice { min-height: 78px; padding: 13px 15px; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: var(--r-md); cursor: pointer; text-align: start; background: var(--surface); transition: transform .2s var(--ease), border-color .2s, background .2s; }
.start-mode-choice:hover { transform: translateY(-2px); border-color: rgba(208,85,49,.5); background: var(--surface-elevated); }
.mode-choice:active,.segmented button:active,.game-card:active,.start-mode-choice:active,.modal-close:active { transform: scale(.985); }
.start-mode-choice > span:nth-child(2) { display: flex; flex-direction: column; }.start-mode-choice strong { font-size: 17px; }.start-mode-choice small { color: var(--muted); font-size: 11px; }
.start-mode-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; color: var(--couch); background: rgba(208,85,49,.1); }.start-mode-icon.blue { color: var(--dot-blue); background: rgba(29,176,230,.1); }

@keyframes blink { 0%,100% { opacity:.35; transform:scale(.8) } 50% { opacity:1; transform:scale(1.2) } }
@keyframes fade-in { from { opacity:0 } to { opacity:1 } }
@keyframes modal-in { from { opacity:0; transform:translateY(18px) scale(.97) } to { opacity:1; transform:none } }
@keyframes demo-stage-in { from { opacity:0; transform:translateY(8px) } to { opacity:1; transform:none } }
@keyframes player-arrives { from { opacity:0; transform:translateY(7px) scale(.94) } to { opacity:1; transform:none } }
@keyframes connection-pulse { 0% { box-shadow:0 0 0 0 rgba(29,176,230,.55) } 100% { box-shadow:0 0 0 9px rgba(29,176,230,0) } }
@keyframes selected-game-in { from { opacity:.62; transform:translateY(7px) scale(.96) } to { opacity:1; transform:none } }
@keyframes secure-arrives { 0% { opacity:0; transform:scale(.84); box-shadow:0 0 0 rgba(29,176,230,0) } 70% { opacity:1; transform:scale(1.04); box-shadow:0 0 34px rgba(29,176,230,.16) } 100% { transform:none } }
@keyframes signal-once { 0% { opacity:.2; transform:scale(.65) } 55% { opacity:1; transform:scale(1.35) } 100% { opacity:.8; transform:scale(1) } }
@keyframes phone-screen-in { from { opacity:.48; filter:brightness(.62) } to { opacity:1; filter:none } }
@keyframes demo-progress { from { transform:scaleX(0) } to { transform:scaleX(1) } }

@media (min-width: 1600px) {
  .hero-grid { grid-template-columns: .84fr 1.16fr; }
  .hero-scene { transform: translate3d(var(--mx),var(--my),0) scale(1.06); }
}

@media (min-width: 1200px) {
  .hero h1 { font-size: clamp(50px,4.1vw,58px); }
}

@media (min-width: 1280px) {
  .hero-grid { grid-template-columns: minmax(520px,.92fr) minmax(580px,1.08fr); gap: clamp(28px,3vw,40px); }
  .hero h1 { font-size: clamp(52px,3.9vw,56px); }
}

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: minmax(340px,.9fr) minmax(480px,1.1fr); gap: 22px; }
  .hero-scene { min-height: 560px; transform: translate3d(var(--mx),var(--my),0) scale(.91); transform-origin: center; }
  .modes-layout { grid-template-columns: .9fr 1.1fr; gap: 28px; }
  .mode-tv { width: 420px; }
}

@media (min-width: 901px) and (max-height: 800px) {
  .hero-grid { padding-block: 28px 42px; }
  .hero h1 { margin-block: 12px 15px; font-size: clamp(40px,4.7vw,60px); }
  .hero-copy > p { font-size: clamp(15px,1.3vw,18px); line-height: 1.68; }
  .hero-actions { margin-block-start: 19px; }.hero-proof { margin-block-start: 15px; }
  .hero-scene { min-height: 500px; transform: translate3d(var(--mx),var(--my),0); }
  .poster-stack { inset-block-start: 8px; height: 165px; }.poster { width: 104px; }.poster.p1 { top: 22px; }.poster.p2 { top: 7px; }.poster.p3 { top: -4px; }
  .tv-shell { width: min(540px,92%); height: 294px; top: 55px; padding: 8px; }
  .hero-scene .join-main { min-height: 150px; padding: 19px; }.hero-scene .players-row { min-height: 61px; padding-block: 8px; }.hero-scene .fake-qr { width: 78px; height: 78px; }.hero-scene .room-code strong { font-size: 31px; }
  .hero-phone { width: 118px; height: 238px; top: 258px; border-radius: 24px; }.hero-phone.two { top: 270px; }.hero-couch { width: 420px; }
  .signal-path { inset: 265px 18% auto; height: 78px; }
  .hero-demo-controls { top: 342px; width: min(400px,80%); min-height: 58px; }
  .scroll-cue { display: none; }
}

@media (max-width: 900px) {
  .site-header { height: 70px; }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .main-nav { position: absolute; inset-inline: var(--page-padding); inset-block-start: calc(100% + 10px); padding: 12px; display: none; flex-direction: column; align-items: stretch; gap: 2px; border: 1px solid var(--line-strong); border-radius: var(--r-lg); background: rgba(7,11,20,.96); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }.main-nav a { min-height: 48px; display: flex; align-items: center; padding-inline: 14px; border-radius: 10px; }.main-nav a:hover { background: var(--surface-elevated); }.main-nav a::after { display:none; }
  .nav-toggle { display: grid; }.header-cta { justify-self: end; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; padding-block: 72px 88px; grid-template-columns: 1fr; text-align: center; }
  .hero-copy > p { margin-inline: auto; }.hero-actions,.hero-proof { justify-content: center; }
  .hero-scene { width: min(690px,100%); min-height: 580px; margin-inline: auto; order: 2; }
  .trust-items { padding-block: 18px; flex-wrap: wrap; justify-content: center; }.trust-items > i { display:none; }.trust-items > span { flex: 1 1 42%; justify-content: center; }
  .modes-layout { grid-template-columns: 1fr; }
  .mode-choices { display: grid; grid-template-columns: 1fr 1fr; }.mode-choice { min-height: 230px; grid-template-columns: auto 1fr; align-content: center; }.mode-arrow { display:none; }
  .mode-visual-wrap { min-height: 520px; }
  .games-head { align-items: start; flex-direction: column; }.game-showcase { grid-template-columns: 1fr; }.game-feature { min-height: 500px; border-inline-end: 0; border-bottom: 1px solid var(--line); }.game-rail { grid-template-columns: repeat(4,minmax(150px,1fr)); overflow-x: auto; scroll-snap-type: x mandatory; }.game-card { scroll-snap-align: start; }
  .bento-wide { grid-template-columns: 1fr; }.scoreboard-mini { width: 100%; }.family-orbit { margin-block: 26px 18px; }
  .faq-layout { grid-template-columns: 1fr; }.faq-layout .section-heading { margin-block-end: 0; }
}

@media (max-width: 640px) {
  :root { --page-padding: 16px; }
  h1 { font-size: clamp(39px, 12vw, 56px); }.hero h1 br { display:none; }
  h2 { font-size: clamp(31px, 9vw, 43px); }
  .site-header { height: 66px; }.header-inner { gap: 12px; }.header-cta { display: none; }.wordmark .letter { font-size: 21px; }.nav-toggle { width:48px; height:48px; }
  .hero-grid { padding-block: 52px 72px; }.hero-copy > p { font-size: 16px; }.hero-actions { display: grid; grid-template-columns: 1fr; }.hero-actions .btn { width: 100%; }.hero-proof { gap: 8px 12px; }.hero-proof span { font-size: 11px; }
  .hero-scene { min-height: 440px; margin-top: 18px; transform: translate3d(var(--mx),var(--my),0); }.poster-stack { inset-inline: 18px; }.poster { width: 88px; border-radius: 15px; }.tv-shell { width: 94%; height: 242px; top: 55px; padding: 7px; }.join-main { min-height: 134px; padding: 15px; gap: 18px; }.room-code strong { font-size: 24px; }.fake-qr { width: 67px; height: 67px; border-width: 5px; }.fake-qr span { width: 18px; height: 18px; border-width: 4px; }.players-row { min-height: 57px; padding: 7px; }.player-dot { padding: 3px 5px; font-size: 6px; }.player-avatar { width: 16px; height: 16px; }.empty-player{width:24px;height:24px;font-size:7px}.joining { display:none; }.hero-phone { width: 100px; height: 205px; border-radius: 21px; top: 242px; padding: 7px 5px; }.hero-phone.one { left: 0; }.hero-phone.two { right: -1%; top: 255px; }.phone-brand { height: 25px; }.phone-content { height: calc(100% - 32px); padding: 10px 5px 5px; }.phone-content > strong { font-size: 11px; }.phone-content > span:not(.phone-icon) { font-size: 5px; }.phone-icon { width: 31px; height: 31px; margin-top: 4px; }.phone-icon svg { width:14px;height:14px }.phone-content button,.phone-action { min-height:20px;font-size:5px }.phone-content.join .mini-player { width:28px;height:28px;margin-top:8px;font-size:10px }.hero-couch { width: 330px; }.hero-demo-controls { width:min(306px,84%);min-height:54px;bottom:-2px;grid-template-columns:minmax(0,1fr) auto 44px;gap:8px;padding-inline:8px }.demo-status span{font-size:6px}.demo-status b{font-size:9px}.demo-progress i{width:11px}.signal-path { inset:245px 15% auto;height:70px }.game-pick-copy{min-height:51px;padding:7px 12px 4px}.game-pick-copy small{font-size:6px}.game-pick-copy strong{font-size:14px}.hero-game-picks{height:calc(100% - 92px);padding:0 8px 8px;gap:5px}.hero-game-option{padding:4px;border-radius:9px;gap:3px}.hero-game-option>span{border-radius:6px}.hero-game-option b{font-size:5px}.role-ready-main{height:calc(100% - 41px);padding:9px}.role-lock{width:36px;height:36px}.role-lock svg{width:17px;height:17px}.role-ready-main small{margin-top:5px;font-size:6px}.role-ready-main strong{font-size:17px}.role-ready-main p{font-size:6px}.role-ready-players{margin-top:7px}.role-ready-players span{width:22px;height:22px;font-size:7px}.scroll-cue { display:none; }
  .trust-items { justify-content: flex-start; gap: 14px 12px; }.trust-items > span { flex: 1 1 calc(50% - 12px); justify-content: flex-start; white-space: normal; line-height: 1.45; }
  .section { padding-block: 78px; }.section-heading { margin-block-end: 36px; text-align: start; }.section-heading p { margin-inline: 0; }.modes-layout { gap: 22px; }.mode-choices { grid-template-columns: 1fr; }.mode-choice { min-height: 150px; grid-template-columns: auto 1fr; padding: 18px; }.mode-choice strong { font-size: 22px; }.mode-visual-wrap { min-height: 400px; }.mode-tv { width: 88%; height: 225px; top: 52px; }.mode-phone { width: 102px; height: 205px; right: 1%; bottom: 22px; border-radius: 21px; }.mode-remote { right:2%; bottom:25px; transform:rotate(7deg) scale(.72); transform-origin:bottom right; }.mode-caption { width: 175px; inset-inline-start: 12px; inset-block-end: 12px; }.challenge-grid { padding: 0 10px 10px; gap:4px }.challenge-column { grid-template-rows:35px repeat(3,1fr); gap:3px }.challenge-column strong{font-size:7px}.challenge-column span{font-size:11px}.conversation-orbit { transform:scale(.72); transform-origin:center top; }
  .games-head { margin-block-end: 30px; }.segmented { width:100%; }.segmented button { flex:1; }.game-showcase { min-height:0; }.game-feature { min-height: 470px; }.feature-art { min-height: 280px; }.feature-copy { padding: 22px; }.feature-copy h3 { font-size:26px }.game-rail { grid-template-columns: repeat(5, 148px); padding: 12px; scrollbar-width: none; -ms-overflow-style: none; }.game-rail::-webkit-scrollbar { display:none; }.game-card { min-height: 154px; }
  .bento-grid { grid-template-columns: 1fr; }.bento-card,.bento-wide { min-height: 290px; padding: 24px; }.scoreboard-mini { min-height:180px }.family-orbit { transform:scale(.78); margin-block:-5px -15px; }
  .faq-list summary { min-height: 72px; font-size: 16px; }
  .final-cta { min-height: 590px; }.final-couch { width: 380px; max-width:100%; }.final-inner { padding-block: 76px 58px; }
  .footer-main { flex-direction: column; }.footer-main nav { flex-direction: column; gap:2px }.footer-main nav a { min-height:48px; display:flex; align-items:center; }.footer-bottom { padding-block:16px; align-items:flex-start; flex-direction:column; }
  .modal-card { padding: 34px 22px 26px; }.modal-card h2 { font-size: 30px; }
  .hero-grid { padding-block: 36px 58px; }
  .hero h1 { margin-block: 14px 16px; font-size: clamp(37px,10.2vw,44px); line-height: 1.12; }
  .hero-copy > p { font-size: 15px; line-height: 1.68; }
  .hero-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-block-start: 20px; }.hero-actions .btn { width: 100%; min-height: 52px; padding-inline: 11px; font-size: 15px; white-space: nowrap; }.hero-actions .btn-ghost { font-size: 14px; }
  .hero-proof { margin-block-start: 14px; gap: 7px 12px; }.hero-proof span { font-size: 10.5px; }
  .hero-scene { min-height: 330px; margin-top: 18px; }
  .poster-stack { display: none; }
  .tv-shell { width: 96%; height: 185px; top: 30px; }.hero-scene .screen-bar { height: 32px; }.hero-scene .join-main { min-height: 95px; padding: 10px; gap: 14px; }.hero-scene .players-row { min-height: 42px; padding: 5px; }.hero-scene .fake-qr { width: 54px; height: 54px; border-width: 4px; }.hero-scene .fake-qr span { width: 15px; height: 15px; border-width: 3px; }.hero-scene .room-code strong { font-size: 21px; }.hero-scene .player-dot { padding: 2px; gap: 0; font-size: 0; }.hero-scene .player-avatar { width: 18px; height: 18px; font-size: 8px; }.hero-scene .player-dot b { display: none; }.hero-scene .empty-player { width: 22px; height: 22px; font-size: 7px; }
  .hero-phone { width: 84px; height: 168px; top: 154px; border-radius: 19px; padding: 6px 5px; }.hero-phone.one { left: 4%; }.hero-phone.two { display: none; }.hero-phone .phone-brand { height: 23px; }.hero-phone .phone-content { height: calc(100% - 30px); padding: 8px 5px 4px; }.hero-phone .phone-content > small,.hero-phone .phone-content > span:not(.phone-icon):not(.phone-action) { display: none; }.hero-phone .phone-content > strong { font-size: 10px; }.hero-phone .phone-icon { width: 28px; height: 28px; margin-top: 3px; }.hero-phone .phone-icon svg { width: 13px; height: 13px; }.hero-phone .phone-action,.hero-phone .phone-content button { min-height: 22px; font-size: 7px; }.hero-phone .phone-content.join .mini-player { width: 25px; height: 25px; margin-top: 6px; font-size: 9px; }
  .hero-couch { width: 260px; bottom: 0; }.signal-path { inset: 158px 19% auto; height: 52px; }
  .hero-demo-controls { top: 207px; width: min(286px,88%); height: 50px; min-height: 50px; padding: 4px 6px; grid-template-columns: minmax(0,1fr) 84px 40px; gap: 7px; border-radius: 14px; }.hero-demo-controls .demo-status { line-height: 1.2; }.hero-demo-controls .demo-status span { display: none; }.hero-demo-controls .demo-status b { font-size: 9px; line-height: 1.2; }.hero-demo-controls .demo-timeline { gap: 3px; }.hero-demo-controls .demo-timeline > b { font-size: 8px; line-height: 1; }.hero-demo-controls .demo-progress i { width: 11px; }.hero-demo-controls .demo-playback { width: 40px; height: 40px; }
  .hero-scene .game-pick-copy { min-height: 40px; padding: 4px 10px 3px; }.hero-scene .game-pick-copy strong { font-size: 12px; }.hero-scene .hero-game-picks { height: calc(100% - 72px); padding: 0 6px 6px; }.hero-scene .role-ready-main { height: calc(100% - 32px); }
}

@media (max-width: 370px) {
  .hero-grid { padding-block: 28px 40px; }.hero h1 { margin-block: 11px 13px; font-size: 34px; line-height: 1.08; }.hero-copy > p { font-size: 14px; line-height: 1.58; }.hero-actions { margin-block-start: 16px; grid-template-columns: 1fr; }.hero-actions .btn { min-height: 50px; }.hero-actions .btn-ghost,.hero-proof { display: none; }
  .hero-scene { min-height: 280px; margin-top: 10px; }.hero-couch { width: 220px; }.hero-phone { width: 70px; height: 140px; top: 132px; }.hero-phone.one { left: 3%; }.hero-phone.two { display:none; }.tv-shell { height: 155px; top: 24px; }.hero-scene .screen-bar { height: 27px; }.hero-scene .join-main { min-height: 76px; }.hero-scene .players-row { min-height: 37px; }.hero-scene .fake-qr { width: 43px; height: 43px; }.hero-scene .room-code strong { font-size: 18px; }.hero-demo-controls { top: 177px; width: min(260px,92%); height: 48px; min-height: 48px; grid-template-columns: minmax(0,1fr) 72px 38px; }.hero-demo-controls .demo-playback { width: 38px; height: 38px; }.hero-demo-controls .demo-progress i { width: 8px; }.signal-path { inset-block-start: 137px; height: 42px; }
  .mode-icon { width:48px;height:48px }.mode-choice { padding:15px;gap:12px }.mode-choice em { font-size:11px }.mode-tv { width:94%; }.mode-remote { right:1%; bottom:22px; transform:rotate(7deg) scale(.64) }.mode-caption { width:160px }.game-rail { grid-template-columns: repeat(5, 137px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .hero-scene { transform: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

/* Production landing adapters */
.anchor-alias { position: absolute; inset-block-start: -88px; }
.start-mode-choice { color: inherit; text-decoration: none; }
.text-link { text-decoration: none; }
.prototype-modal:not([open]) { display: none; }
.poster-feature-art .cat-poster-card { width: min(245px, 72%); margin: 0; border: 0; background: transparent; }
.poster-feature-art .cat-poster-art { width: 100%; aspect-ratio: 4 / 5; box-shadow: 0 24px 38px rgba(0,0,0,.34); }
.poster-feature-art .cat-poster-body,
.game-card-art .cat-poster-body { display: none; }
.game-card-art .cat-poster-card { width: 100%; margin: 0; border: 0; pointer-events: none; background: transparent; }
.game-card-art .cat-poster-art { width: 100%; min-height: 74px; aspect-ratio: 16 / 9; }
.game-card-art .cat-poster-art img { object-fit: cover; }
.game-empty { grid-column: 1 / -1; padding: 28px; color: var(--muted); text-align: center; }
body.modal-open { overflow: hidden; }

@media (max-width: 900px) {
  .game-rail { grid-template-columns: none; grid-template-rows: 1fr; grid-auto-flow: column; grid-auto-columns: minmax(150px, 1fr); }
}
@media (max-width: 640px) {
  .game-rail { grid-template-columns: none; grid-template-rows: 1fr; grid-auto-columns: 148px; }
}
