.hero,
.signal-section,
.games-section,
.community-section,
.about-section {
    position: relative;
}

html.lite-effects .site-scene,
body.lite-effects .site-scene {
    opacity: 0.62;
}

html.lite-effects .site-scene-glow,
body.lite-effects .site-scene-glow,
html.lite-effects .hero-backdrop::before,
body.lite-effects .hero-backdrop::before,
html.lite-effects .hero-backdrop::after,
body.lite-effects .hero-backdrop::after,
html.lite-effects .hero-radial,
body.lite-effects .hero-radial {
    opacity: 0.16;
    filter: blur(56px);
    animation-duration: 28s;
}

html.lite-effects .site-scene-ribbon,
body.lite-effects .site-scene-ribbon,
html.lite-effects .site-scene-panel,
body.lite-effects .site-scene-panel,
html.lite-effects .site-scene-orb,
body.lite-effects .site-scene-orb,
html.lite-effects .gamer-fx,
body.lite-effects .gamer-fx {
    opacity: 0.48;
    animation-duration: 18s;
}

html.lite-effects .site-scene-particle,
body.lite-effects .site-scene-particle,
html.lite-effects .hero-particle,
body.lite-effects .hero-particle {
    opacity: 0.56;
    animation-duration: 20s;
}

html.lite-effects .site-scene-ribbon-b,
body.lite-effects .site-scene-ribbon-b,
html.lite-effects .site-scene-panel-b,
body.lite-effects .site-scene-panel-b,
html.lite-effects .fx-beam,
body.lite-effects .fx-beam,
html.lite-effects .fx-node,
body.lite-effects .fx-node,
html.lite-effects .site-scene-particle:nth-child(n + 8),
body.lite-effects .site-scene-particle:nth-child(n + 8),
html.lite-effects .hero-particle:nth-child(n + 10),
body.lite-effects .hero-particle:nth-child(n + 10) {
    display: none !important;
}

body:not([data-effects]) .site-scene-particle:nth-child(n + 9),
body[data-effects="balanced"] .site-scene-particle:nth-child(n + 9),
body:not([data-effects]) .hero-particle:nth-child(n + 11),
body[data-effects="balanced"] .hero-particle:nth-child(n + 11) {
    display: none;
}

body:not([data-effects]) .site-scene-glow,
body[data-effects="balanced"] .site-scene-glow,
body:not([data-effects]) .hero-backdrop::before,
body:not([data-effects]) .hero-backdrop::after,
body[data-effects="balanced"] .hero-backdrop::before,
body[data-effects="balanced"] .hero-backdrop::after {
    filter: blur(58px);
    opacity: 0.34;
}

html.lite-effects .community-card,
html.lite-effects .support-card,
html.lite-effects .player-shell-inner,
html.lite-effects .hero-stage,
html.lite-effects .hero-copy,
html.lite-effects .blog-page-hero-copy,
html.lite-effects .blog-page-member-card,
html.lite-effects .blog-page-archive,
html.lite-effects .blog-page-article,
html.lite-effects .blog-page-feedback-card {
    backdrop-filter: none !important;
    box-shadow: 0 16px 32px rgba(2, 10, 22, 0.26);
}

html.performance-effects .site-scene,
body.performance-effects .site-scene {
    opacity: 0.54;
}

html.performance-effects .site-scene-glow,
body.performance-effects .site-scene-glow,
html.performance-effects .hero-backdrop::before,
body.performance-effects .hero-backdrop::before,
html.performance-effects .hero-backdrop::after,
body.performance-effects .hero-backdrop::after,
html.performance-effects .hero-radial,
body.performance-effects .hero-radial {
    animation: none !important;
    filter: blur(36px);
    opacity: 0.1 !important;
}

html.performance-effects .site-scene-ribbon,
body.performance-effects .site-scene-ribbon,
html.performance-effects .site-scene-panel,
body.performance-effects .site-scene-panel,
html.performance-effects .site-scene-orb,
body.performance-effects .site-scene-orb,
html.performance-effects .gamer-fx,
body.performance-effects .gamer-fx {
    animation: none !important;
    opacity: 0.26 !important;
}

html.performance-effects .site-scene-particles,
body.performance-effects .site-scene-particles,
html.performance-effects .hero-particles,
body.performance-effects .hero-particles,
html.performance-effects .site-scene-particle,
body.performance-effects .site-scene-particle,
html.performance-effects .hero-particle,
body.performance-effects .hero-particle {
    display: block !important;
    opacity: 0.34;
}

html.performance-effects:not(.reduce-animations) .site-scene-particle,
body.performance-effects:not(.reduce-animations) .site-scene-particle,
html.performance-effects:not(.reduce-animations) .hero-particle,
body.performance-effects:not(.reduce-animations) .hero-particle {
    animation-duration: 24s;
    animation-timing-function: linear;
}

html.performance-effects .site-scene-particle:nth-child(n + 6),
body.performance-effects .site-scene-particle:nth-child(n + 6),
html.performance-effects .hero-particle:nth-child(n + 7),
body.performance-effects .hero-particle:nth-child(n + 7),
html.performance-effects .fx-beam,
body.performance-effects .fx-beam,
html.performance-effects .fx-node,
body.performance-effects .fx-node,
html.performance-effects .fx-shard,
body.performance-effects .fx-shard,
html.performance-effects .fx-orbit,
body.performance-effects .fx-orbit {
    display: none !important;
}

main,
.footer {
    position: relative;
    z-index: 1;
}

.site-scene {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: clip;
    pointer-events: none;
    perspective: none;
}

.site-scene-glow,
.site-scene-ribbon,
.site-scene-panel,
.site-scene-orb,
.site-scene-particle {
    position: absolute;
}

.site-scene-glow {
    border-radius: 50%;
    opacity: 0.2;
    filter: blur(90px);
    animation: siteSceneDrift 20s ease-in-out infinite;
}

.site-scene-glow-a {
    top: -9rem;
    left: -8rem;
    width: 34rem;
    height: 34rem;
    background: radial-gradient(circle, var(--accent-blue), transparent 70%);
}

.site-scene-glow-b {
    top: 28%;
    right: -7rem;
    width: 28rem;
    height: 28rem;
    background: radial-gradient(circle, var(--accent-cyan), transparent 72%);
    animation-delay: -7s;
}

.site-scene-glow-c {
    bottom: -10rem;
    left: 26%;
    width: 32rem;
    height: 32rem;
    background: radial-gradient(circle, var(--accent-green), transparent 72%);
    animation-delay: -12s;
}

.site-scene-ribbon {
    height: 1rem;
    border-radius: 999px;
    opacity: 0.34;
    --site-ribbon-start: rotate(-16deg);
    --site-ribbon-mid: rotate(-12deg);
    box-shadow: 0 0 34px color-mix(in srgb, var(--accent-cyan) 36%, transparent);
    animation: siteRibbonDrift 18s ease-in-out infinite;
}

.site-scene-ribbon-a {
    top: 26%;
    left: -6rem;
    width: 24rem;
    background: linear-gradient(90deg, transparent, var(--accent-blue), var(--accent-cyan), transparent);
    transform: rotate(-16deg);
}

.site-scene-ribbon-b {
    right: -7rem;
    bottom: 18%;
    width: 22rem;
    background: linear-gradient(90deg, transparent, var(--accent-cyan), var(--accent-green), transparent);
    --site-ribbon-start: rotate(18deg);
    --site-ribbon-mid: rotate(12deg);
    transform: var(--site-ribbon-start);
    animation-delay: -8s;
}

.site-scene-panel {
    --site-panel-start: scale(1);
    --site-panel-mid: scale(1.06);
    border-radius: 999px;
    background: radial-gradient(circle, color-mix(in srgb, var(--accent-blue) 22%, transparent), color-mix(in srgb, var(--accent-cyan) 8%, transparent) 42%, transparent 74%);
    border: 0;
    box-shadow: none;
    filter: blur(24px);
    opacity: 0.24;
    animation: sitePanelFloat 20s ease-in-out infinite;
}

.site-scene-panel::before,
.site-scene-panel::after {
    content: '';
    position: absolute;
    border-radius: inherit;
}

.site-scene-panel::before {
    display: none;
}

.site-scene-panel::after {
    display: none;
}

.site-scene-panel-a {
    top: 14%;
    right: 10%;
    width: 13rem;
    height: 8rem;
    transform: var(--site-panel-start);
}

.site-scene-panel-b {
    bottom: 12%;
    left: 8%;
    width: 14rem;
    height: 8.8rem;
    --site-panel-start: scale(0.96);
    --site-panel-mid: scale(1.04);
    transform: var(--site-panel-start);
    animation-delay: -9s;
}

.site-scene-orb {
    border-radius: 50%;
    opacity: 0.3;
    animation: siteOrbPulse 11s ease-in-out infinite;
}

.site-scene-orb-a {
    top: 45%;
    left: 6%;
    width: 8.5rem;
    height: 8.5rem;
    background: radial-gradient(circle at 36% 34%, rgba(255, 255, 255, 0.92), var(--accent-cyan) 30%, transparent 74%);
    box-shadow: 0 0 56px color-mix(in srgb, var(--accent-cyan) 24%, transparent);
}

.site-scene-orb-b {
    top: 18%;
    right: 24%;
    width: 6.5rem;
    height: 6.5rem;
    background: radial-gradient(circle at 36% 34%, rgba(255, 255, 255, 0.92), var(--accent-green) 30%, transparent 72%);
    box-shadow: 0 0 46px color-mix(in srgb, var(--accent-green) 22%, transparent);
    animation-delay: -5s;
}

.site-scene-particles {
    position: absolute;
    inset: 0;
}

.site-scene-particle {
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.96), var(--accent-cyan) 44%, transparent 78%);
    box-shadow: 0 0 14px color-mix(in srgb, var(--accent-cyan) 28%, transparent);
    opacity: 0.34;
    animation: siteParticleFloat 17s linear infinite;
}

.site-scene-particle:nth-child(1) { left: 12%; top: 18%; animation-delay: -2s; }
.site-scene-particle:nth-child(2) { left: 24%; top: 36%; width: 0.72rem; height: 0.72rem; animation-duration: 20s; }
.site-scene-particle:nth-child(3) { left: 32%; top: 64%; animation-delay: -8s; }
.site-scene-particle:nth-child(4) { left: 44%; top: 22%; width: 0.34rem; height: 0.34rem; animation-duration: 13s; }
.site-scene-particle:nth-child(5) { left: 53%; top: 74%; width: 0.62rem; height: 0.62rem; animation-delay: -4s; }
.site-scene-particle:nth-child(6) { left: 64%; top: 32%; animation-duration: 18s; }
.site-scene-particle:nth-child(7) { left: 72%; top: 52%; width: 0.4rem; height: 0.4rem; animation-delay: -10s; }
.site-scene-particle:nth-child(8) { left: 84%; top: 24%; width: 0.84rem; height: 0.84rem; animation-duration: 22s; }
.site-scene-particle:nth-child(9) { left: 90%; top: 66%; animation-delay: -7s; }
.site-scene-particle:nth-child(10) { left: 8%; top: 78%; width: 0.8rem; height: 0.8rem; animation-duration: 19s; }
.site-scene-particle:nth-child(11) { left: 58%; top: 12%; width: 0.38rem; height: 0.38rem; animation-delay: -12s; }
.site-scene-particle:nth-child(12) { left: 39%; top: 48%; width: 0.54rem; height: 0.54rem; animation-duration: 15s; }

html.reduce-animations .site-scene-glow,
html.reduce-animations .site-scene-ribbon,
html.reduce-animations .site-scene-panel,
html.reduce-animations .site-scene-orb,
html.reduce-animations .site-scene-particle,
body.reduce-animations .site-scene-glow,
body.reduce-animations .site-scene-ribbon,
body.reduce-animations .site-scene-panel,
body.reduce-animations .site-scene-orb,
body.reduce-animations .site-scene-particle {
    animation: none;
}

body[data-effects="boost"] .site-scene-glow {
    opacity: 0.26;
    filter: blur(102px);
}

body[data-effects="boost"] .site-scene-ribbon,
body[data-effects="boost"] .site-scene-panel,
body[data-effects="boost"] .site-scene-orb {
    opacity: 0.44;
}

body[data-effects="pulse"] .site-scene-orb,
body[data-effects="pulse"] .site-scene-particle {
    animation-duration: 8.2s;
    opacity: 0.42;
}

body[data-effects="hyper"] .site-scene-glow {
    opacity: 0.3;
    filter: blur(110px);
}

body[data-effects="hyper"] .site-scene-ribbon,
body[data-effects="hyper"] .site-scene-panel,
body[data-effects="hyper"] .site-scene-orb {
    opacity: 0.5;
    animation-duration: 9.2s;
}

body[data-effects="hyper"] .site-scene-particle {
    opacity: 0.46;
    animation-duration: 7.2s;
}

body[data-effects="calm"] .site-scene-glow {
    opacity: 0.12;
    filter: blur(74px);
}

body[data-effects="calm"] .site-scene-ribbon,
body[data-effects="calm"] .site-scene-panel,
body[data-effects="calm"] .site-scene-orb,
body[data-effects="calm"] .site-scene-particle {
    opacity: 0.22;
    animation-duration: 18s;
}

.signal-section::before,
.games-section::before,
.community-section::before,
.about-section::before {
    content: '';
    position: absolute;
    left: 8%;
    right: 8%;
    top: 3rem;
    height: 16rem;
    pointer-events: none;
    filter: blur(68px);
    opacity: 0.18;
}

.signal-section::before {
    background: radial-gradient(circle at 22% 48%, var(--accent-cyan), transparent 58%);
}

.games-section::before {
    background:
        radial-gradient(circle at 24% 62%, var(--accent-blue), transparent 54%),
        radial-gradient(circle at 82% 36%, var(--accent-green), transparent 56%);
}

.community-section::before {
    background:
        radial-gradient(circle at 18% 44%, var(--accent-cyan), transparent 52%),
        radial-gradient(circle at 72% 58%, var(--accent-blue), transparent 56%);
}

.about-section::before {
    background:
        radial-gradient(circle at 24% 32%, var(--accent-green), transparent 50%),
        radial-gradient(circle at 76% 52%, var(--accent-cyan), transparent 56%);
}

.hero {
    padding: 0 0 var(--space-6);
    overflow: clip;
}

.hero-backdrop {
    position: absolute;
    inset: 0;
    pointer-events: none;
    perspective: none;
}

.hero-backdrop::before,
.hero-backdrop::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    filter: blur(70px);
    opacity: 0.72;
    animation: driftGlow 16s ease-in-out infinite;
}

.hero-backdrop::before {
    width: 28rem;
    height: 28rem;
    left: 8%;
    top: 7rem;
    background: rgba(56, 189, 248, 0.16);
}

.hero-backdrop::after {
    width: 24rem;
    height: 24rem;
    right: 14%;
    top: 12rem;
    background: rgba(34, 197, 94, 0.12);
    animation-delay: -6s;
}

.hero-grid {
    display: none;
}

.hero-radial {
    position: absolute;
    border-radius: 999px;
    filter: blur(34px);
    opacity: 0.9;
    animation: pulseHalo 14s ease-in-out infinite;
}

.hero-radial-a {
    width: 42rem;
    height: 42rem;
    top: -12rem;
    left: -10rem;
    background: radial-gradient(circle, rgba(78, 161, 255, 0.32), rgba(78, 161, 255, 0.08) 46%, transparent 72%);
}

.hero-radial-b {
    width: 38rem;
    height: 38rem;
    top: 4rem;
    right: -8rem;
    background: radial-gradient(circle, rgba(34, 211, 238, 0.22), rgba(34, 197, 94, 0.08) 52%, transparent 74%);
    animation-delay: -4s;
}

.gamer-fx {
    position: absolute;
    opacity: 0.95;
    transform-style: preserve-3d;
    filter: drop-shadow(0 28px 50px rgba(2, 10, 22, 0.28));
}

body.reduce-animations .gamer-fx {
    opacity: 0.72;
}

body.reduce-animations .hero-particle {
    animation: none;
    opacity: 0.34;
}

body.lite-effects .hero-backdrop::before,
body.lite-effects .hero-backdrop::after,
body.lite-effects .hero-radial {
    filter: blur(56px);
    opacity: 0.16;
    animation-duration: 24s;
}

body.lite-effects .gamer-fx {
    opacity: 0.48;
    animation-duration: 18s;
}

body.lite-effects .hero-particle {
    opacity: 0.56;
    animation-duration: 20s;
}

.fx-cube {
    top: 9rem;
    right: 10%;
    width: 9.25rem;
    height: 9.25rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.18), rgba(56, 189, 248, 0));
    border: 0;
    box-shadow: none;
    filter: blur(24px);
    opacity: 0.42;
    transform: none;
    animation: driftGlow 16s ease-in-out infinite;
}

.fx-cube::before,
.fx-cube::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
}

.fx-cube::before {
    display: none;
}

.fx-cube::after {
    display: none;
}

.fx-panel {
    left: 6%;
    bottom: 8rem;
    width: 15rem;
    height: 9rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(78, 161, 255, 0.16), rgba(34, 211, 238, 0));
    border: 0;
    box-shadow: none;
    filter: blur(26px);
    opacity: 0.34;
    transform: none;
    animation: driftGlow 18s ease-in-out infinite;
}

.fx-panel::before,
.fx-panel::after {
    content: '';
    position: absolute;
    border-radius: 999px;
}

.fx-panel::before {
    display: none;
}

.fx-panel::after {
    display: none;
}

.fx-ring {
    top: 16%;
    left: 46%;
    width: 12.5rem;
    height: 12.5rem;
    border-radius: 50%;
    border: 1.4rem solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 72px rgba(34, 211, 238, 0.16);
    transform: none;
    animation: pulseRing 10s ease-in-out infinite;
}

.fx-ring::before {
    content: '';
    position: absolute;
    inset: 18%;
    border-radius: 50%;
    border: 0.4rem solid rgba(255, 255, 255, 0.1);
}

.fx-prism {
    top: 27%;
    right: 28%;
    width: 10rem;
    height: 10rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(250, 204, 21, 0.14), rgba(34, 211, 238, 0));
    border: 0;
    clip-path: none;
    box-shadow: none;
    filter: blur(24px);
    opacity: 0.34;
    transform: none;
    animation: driftGlow 17s ease-in-out infinite;
}

.fx-prism::before {
    display: none;
}

.fx-beam {
    right: 4%;
    bottom: 5.5rem;
    width: 17rem;
    height: 0.65rem;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.48), rgba(250, 204, 21, 0.54), transparent);
    box-shadow: 0 0 34px rgba(56, 189, 248, 0.3), 0 0 60px rgba(250, 204, 21, 0.12);
    opacity: 0.34;
    transform: none;
    animation: beamSweep 9.8s ease-in-out infinite;
}

.fx-orbit {
    left: 17%;
    top: 8.5rem;
    width: 13.5rem;
    height: 13.5rem;
    border-radius: 50%;
    border: 0.58rem solid rgba(255, 255, 255, 0.07);
    background: conic-gradient(from 90deg, rgba(56, 189, 248, 0.48), rgba(255, 255, 255, 0.04) 24%, rgba(250, 204, 21, 0.38) 58%, rgba(56, 189, 248, 0.48));
    box-shadow: 0 0 76px rgba(56, 189, 248, 0.16);
    transform: none;
    animation: floatOrbit 12.4s ease-in-out infinite;
}

.fx-orbit::before,
.fx-orbit::after {
    content: '';
    position: absolute;
    border-radius: 50%;
}

.fx-orbit::before {
    inset: 1.7rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.fx-orbit::after {
    inset: 2.9rem;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.34), rgba(56, 189, 248, 0.12) 54%, transparent 72%);
}

.fx-shard {
    left: 41%;
    bottom: 3.8rem;
    width: 7rem;
    height: 14rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.16), rgba(129, 140, 248, 0));
    border: 0;
    clip-path: none;
    box-shadow: none;
    filter: blur(24px);
    opacity: 0.32;
    transform: none;
    animation: driftGlow 19s ease-in-out infinite;
}

.fx-shard::before {
    display: none;
    border-radius: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    opacity: 0.8;
}

.fx-node {
    right: 22%;
    top: 13%;
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.88), rgba(56, 189, 248, 0.44) 34%, rgba(56, 189, 248, 0.12) 62%, transparent 78%);
    box-shadow: 0 0 44px rgba(56, 189, 248, 0.28), inset 0 0 24px rgba(255, 255, 255, 0.18);
    transform: translateZ(0);
    animation: pulseNode 8.6s ease-in-out infinite;
}

.fx-node::before,
.fx-node::after {
    content: '';
    position: absolute;
    border-radius: 50%;
}

.fx-node::before {
    inset: -0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.fx-node::after {
    inset: -1.8rem;
    border: 1px solid rgba(56, 189, 248, 0.1);
}

.hero-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.72) 78%, transparent);
}

.hero-particle {
    position: absolute;
    display: block;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.98), rgba(56, 189, 248, 0.48) 48%, transparent 76%);
    box-shadow: 0 0 16px rgba(56, 189, 248, 0.32), 0 0 28px rgba(250, 204, 21, 0.12);
    opacity: 0.64;
    animation: floatParticle 13s linear infinite;
}

.hero-particle:nth-child(1) { left: 8%; top: 14%; animation-delay: -2s; }
.hero-particle:nth-child(2) { left: 14%; top: 48%; width: 0.7rem; height: 0.7rem; animation-duration: 16s; }
.hero-particle:nth-child(3) { left: 24%; top: 30%; animation-delay: -6s; }
.hero-particle:nth-child(4) { left: 38%; top: 18%; width: 0.42rem; height: 0.42rem; animation-duration: 11s; }
.hero-particle:nth-child(5) { left: 49%; top: 58%; width: 0.78rem; height: 0.78rem; animation-delay: -4s; }
.hero-particle:nth-child(6) { left: 61%; top: 22%; animation-duration: 15s; }
.hero-particle:nth-child(7) { left: 72%; top: 42%; width: 0.45rem; height: 0.45rem; animation-delay: -8s; }
.hero-particle:nth-child(8) { left: 83%; top: 17%; width: 0.88rem; height: 0.88rem; animation-duration: 18s; }
.hero-particle:nth-child(9) { left: 88%; top: 62%; animation-delay: -5s; }
.hero-particle:nth-child(10) { left: 56%; top: 8%; width: 0.38rem; height: 0.38rem; animation-duration: 10s; }
.hero-particle:nth-child(11) { left: 19%; top: 72%; width: 0.64rem; height: 0.64rem; animation-delay: -7s; animation-duration: 17s; }
.hero-particle:nth-child(12) { left: 31%; top: 64%; width: 0.36rem; height: 0.36rem; animation-duration: 12s; }
.hero-particle:nth-child(13) { left: 43%; top: 10%; width: 0.8rem; height: 0.8rem; animation-delay: -9s; }
.hero-particle:nth-child(14) { left: 66%; top: 68%; width: 0.52rem; height: 0.52rem; animation-duration: 14s; }
.hero-particle:nth-child(15) { left: 76%; top: 28%; width: 0.34rem; height: 0.34rem; animation-delay: -3s; }
.hero-particle:nth-child(16) { left: 92%; top: 36%; width: 0.7rem; height: 0.7rem; animation-duration: 19s; }
.hero-particle:nth-child(17) { left: 52%; top: 74%; width: 0.48rem; height: 0.48rem; animation-delay: -10s; }
.hero-particle:nth-child(18) { left: 6%; top: 58%; width: 0.92rem; height: 0.92rem; animation-duration: 15s; animation-delay: -1s; }

@keyframes floatCube {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-1rem) scale(1.04); }
}

@keyframes floatPanel {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-0.8rem) scale(1.04); }
}

@keyframes pulseRing {
    0%, 100% { transform: scale(1); opacity: 0.4; }
    50% { transform: scale(1.06); opacity: 0.62; }
}

@keyframes floatPrism {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-0.9rem) scale(1.05); }
}

@keyframes beamSweep {
    0%, 100% { transform: translate3d(0, 0, 0) scaleX(1); opacity: 0.3; }
    50% { transform: translate3d(-1rem, -0.45rem, 0) scaleX(1.04); opacity: 0.48; }
}

@keyframes floatOrbit {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.46; }
    50% { transform: translate3d(1rem, -0.8rem, 0) scale(1.05); opacity: 0.68; }
}

@keyframes floatShard {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.4; }
    50% { transform: translate3d(-0.7rem, -1rem, 0) scale(1.05); opacity: 0.62; }
}

@keyframes pulseNode {
    0%, 100% { transform: translate3d(0, 0, 0) scale(0.96); opacity: 0.58; }
    50% { transform: translate3d(0.45rem, -0.6rem, 0) scale(1.08); opacity: 0.96; }
}

@keyframes driftGlow {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(1.25rem, -0.8rem, 0) scale(1.06); }
}

@keyframes pulseHalo {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.08); opacity: 1; }
}

@keyframes floatParticle {
    0%, 100% { transform: translate3d(0, 0, 0) scale(0.82); opacity: 0.16; }
    20% { opacity: 0.74; }
    50% { transform: translate3d(1.4rem, -1.15rem, 0) scale(1.22); opacity: 0.9; }
    75% { transform: translate3d(-0.85rem, -1.7rem, 0) scale(0.98); opacity: 0.58; }
}

@keyframes siteSceneDrift {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(1.5rem, -1.2rem, 0) scale(1.08); }
}

@keyframes siteRibbonDrift {
    0%, 100% { transform: translate3d(0, 0, 0) var(--site-ribbon-start) scaleX(1); }
    50% { transform: translate3d(1.6rem, -0.8rem, 0) var(--site-ribbon-mid) scaleX(1.08); }
}

@keyframes sitePanelFloat {
    0%, 100% { transform: translate3d(0, 0, 0) var(--site-panel-start); }
    50% { transform: translate3d(-0.8rem, -1.1rem, 0) var(--site-panel-mid); }
}

@keyframes siteOrbPulse {
    0%, 100% { transform: translate3d(0, 0, 0) scale(0.96); }
    50% { transform: translate3d(0.8rem, -0.7rem, 0) scale(1.08); }
}

@keyframes siteParticleFloat {
    0%, 100% { transform: translate3d(0, 0, 0) scale(0.8); opacity: 0.14; }
    25% { opacity: 0.38; }
    50% { transform: translate3d(1.2rem, -1.1rem, 0) scale(1.16); opacity: 0.48; }
    75% { transform: translate3d(-0.7rem, -1.8rem, 0) scale(0.98); opacity: 0.22; }
}

@keyframes shimmerArtwork {
    0%, 100% { transform: translateY(0.2rem) scale(1); }
    50% { transform: translateY(-0.15rem) scale(1.03); }
}

@keyframes bloomArtwork {
    0%, 100% { opacity: 0.28; transform: scale(1.14); }
    50% { opacity: 0.4; transform: scale(1.2); }
}

.hero-container {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: clamp(2rem, 4vw, 4.5rem);
    align-items: center;
}

.hero-copy,
.hero-stage,
.signal-card,
.game-card,
.community-card,
.support-card,
.player-shell-inner {
    background: rgba(8, 14, 24, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 16px 36px rgba(2, 10, 22, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(10px) saturate(1.02);
    transform-style: flat;
    isolation: isolate;
    overflow: hidden;
}

.hero-copy::after,
.hero-stage::after,
.signal-card::after,
.community-card::after,
.support-card::after,
.player-shell-inner::after,
.theme-switcher::after,
.micro-card::after,
.recent-card::after,
.install-device-card::after,
.player-stat::after,
.highlight-chip::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 30%),
        linear-gradient(180deg, transparent 52%, rgba(56, 189, 248, 0.045) 100%);
    opacity: 0.38;
}

.hero-copy > *,
.hero-stage > *,
.signal-card > *,
.community-card > *,
.support-card > *,
.player-shell-inner > *,
.theme-switcher > *,
.micro-card > *,
.recent-card > *,
.install-device-card > *,
.player-stat > *,
.highlight-chip > * {
    position: relative;
    z-index: 1;
}

.signal-grid,
.games-grid,
.support-grid {
    perspective: none;
}

.community-grid {
    perspective: none;
}

.micro-card,
.recent-card,
.install-device-card,
.player-stat,
.highlight-chip,
.theme-switcher {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.055);
    box-shadow: 0 12px 26px rgba(2, 10, 22, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.025);
    backdrop-filter: blur(8px);
}

.hero-copy,
.hero-stage,
.highlight-chip {
    transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);
}

.signal-card,
.community-card,
.support-card,
.micro-card,
.recent-card,
.install-device-card,
.player-stat {
    transform-origin: center bottom;
    backface-visibility: hidden;
    transition:
        transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 360ms cubic-bezier(0.22, 1, 0.36, 1),
        border-color 260ms ease,
        background 260ms ease;
}

@media (hover: hover) and (pointer: fine) {
    .hero-copy:hover,
    .hero-stage:hover,
    .highlight-chip:hover {
        transform: none;
        border-color: rgba(78, 161, 255, 0.14);
        box-shadow: 0 18px 40px rgba(2, 10, 22, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 20px rgba(56, 189, 248, 0.06);
    }

    .signal-card:hover,
    .community-card:hover,
    .support-card:hover,
    .micro-card:hover,
    .recent-card:hover,
    .install-device-card:hover,
    .player-stat:hover {
        transform: translate3d(0, -0.2rem, 0);
        border-color: rgba(78, 161, 255, 0.13);
        box-shadow: 0 20px 42px rgba(2, 10, 22, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 20px rgba(56, 189, 248, 0.06);
    }

    .hero-copy:hover,
    .highlight-chip:hover {
        border-color: transparent;
        box-shadow: none;
    }
}

.hero-copy {
    padding: clamp(0.35rem, 1.2vw, 0.7rem) 0;
    border: 0;
    border-radius: 0;
    display: grid;
    gap: var(--space-4);
    align-content: start;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    isolation: auto;
    overflow: visible;
}

html.lite-effects .hero-copy,
body.lite-effects .hero-copy {
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

.hero-copy::after,
.highlight-chip::after {
    display: none;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    width: fit-content;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(78, 161, 255, 0.075);
    border: 1px solid rgba(78, 161, 255, 0.12);
    color: var(--text-secondary);
    font-weight: 700;
}

.hero-badge-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: var(--accent-green);
    box-shadow: 0 0 0 0.35rem rgba(34, 197, 94, 0.12);
}

.hero-title {
    max-width: 14ch;
    display: grid;
    gap: 0.18em;
    font-family: 'Montserrat', var(--font-display);
    letter-spacing: 0;
}

.hero-title-brand {
    display: inline-block;
    width: fit-content;
    font-family: 'Montserrat', var(--font-display);
    font-weight: 900;
    line-height: 0.92;
    letter-spacing: 0;
    color: transparent;
    background:
        linear-gradient(115deg, #facc15 0%, #ffffff 32%, var(--accent-cyan) 62%, var(--accent-green) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 0 24px rgba(56, 189, 248, 0.2);
    filter: drop-shadow(0 0 14px rgba(250, 204, 21, 0.12));
}

.hero-title-kicker {
    display: block;
    max-width: 13.5ch;
    color: var(--text-primary);
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: 0;
    text-wrap: balance;
}

.hero-description {
    max-width: 38rem;
    font-size: 1.05rem;
}

.hero-actions,
.theme-switcher,
.hero-highlights,
.hero-stage-head,
.hero-stage-controls,
.hero-slide-topline,
.hero-slide-actions,
.game-card-chrome,
.game-card-hero,
.game-card-headline,
.game-pill-row,
.game-tag-row,
.community-card-head,
.player-shell-header,
.player-shell-title-group,
.player-shell-actions,
.player-shell-footer,
.player-shell-stats,
.signal-grid,
.micro-card-grid,
.brand-list,
.brand-row {
    display: flex;
}

.hero-actions,
.theme-switcher,
.hero-highlights,
.game-pill-row,
.game-tag-row,
.player-shell-stats,
.signal-grid,
.micro-card-grid {
    gap: var(--space-3);
    flex-wrap: wrap;
}

.hero-actions .btn,
.comment-actions .btn {
    flex: 1 1 11rem;
}

.highlight-chip {
    min-width: 5.8rem;
    padding: 0.25rem 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.theme-switcher {
    width: min(30rem, calc(100vw - 2rem));
    padding: 1.1rem;
    border-radius: 1.5rem;
    background: rgba(8, 14, 24, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 28px 54px rgba(2, 10, 22, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    display: grid;
    gap: 1rem;
}

.theme-panel-backdrop {
    position: fixed;
    inset: 0;
    z-index: 176;
    background: rgba(3, 7, 18, 0.44);
    backdrop-filter: blur(12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition-base);
}

.theme-drawer {
    position: fixed;
    right: 1rem;
    bottom: 5.6rem;
    z-index: 177;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 1rem, 0) scale(0.98);
    transition: transform var(--transition-base), opacity var(--transition-base);
}

body.theme-panel-open .theme-panel-backdrop {
    opacity: 1;
    pointer-events: auto;
}

body.theme-panel-open .theme-drawer {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
}

.theme-switcher-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--space-3);
}

.theme-panel-close {
    flex: 0 0 auto;
}

.theme-switcher-copy {
    display: grid;
    gap: 0.18rem;
    min-width: 0;
}

.theme-switcher-panel {
    display: grid;
    gap: 0.95rem;
}

.theme-switcher-group {
    display: grid;
    gap: 0.55rem;
}

.theme-group-label {
    color: var(--text-muted);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.theme-switcher-label {
    color: var(--text-muted);
    font-size: 0.86rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.theme-switcher-copy strong {
    font-family: var(--font-display);
    font-size: 1.05rem;
}

.theme-switcher-copy small {
    color: var(--text-muted);
}

.theme-status-row {
    display: flex;
    gap: var(--space-2);
    flex-wrap: wrap;
    margin-top: 0.2rem;
}

.theme-status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.45rem 0.75rem;
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-secondary);
    font-size: 0.8rem;
    font-weight: 700;
}

.theme-switcher-controls {
    display: flex;
    gap: var(--space-2);
    flex-wrap: wrap;
    flex: 1 1 20rem;
}

.theme-chip {
    min-height: 3rem;
    min-width: 6.1rem;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text-muted);
    font-weight: 700;
    cursor: pointer;
    transition: transform var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast), color var(--transition-fast);
}

.theme-chip.active,
.theme-chip:hover {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--line-strong);
    box-shadow: 0 12px 24px rgba(2, 10, 22, 0.2);
}

.theme-chip[data-theme-choice="aurora"] {
    box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.12);
}

.theme-chip[data-theme-choice="sunset"] {
    box-shadow: inset 0 0 0 1px rgba(251, 146, 60, 0.12);
}

.theme-chip[data-theme-choice="arcade"] {
    box-shadow: inset 0 0 0 1px rgba(34, 211, 238, 0.12);
}

.theme-chip[data-theme-choice="forest"] {
    box-shadow: inset 0 0 0 1px rgba(74, 222, 128, 0.12);
}

.theme-chip[data-theme-choice="midnight"] {
    box-shadow: inset 0 0 0 1px rgba(129, 140, 248, 0.12);
}

.theme-chip-effect {
    min-width: 5.3rem;
}

.theme-fab {
    position: fixed;
    right: 1rem;
    bottom: 1.2rem;
    z-index: 178;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 3.2rem;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background: rgba(10, 18, 31, 0.88);
    border: 1px solid rgba(78, 161, 255, 0.26);
    box-shadow: 0 18px 36px rgba(2, 10, 22, 0.34), 0 0 26px rgba(56, 189, 248, 0.16);
    color: var(--text-primary);
    cursor: pointer;
    backdrop-filter: blur(16px);
    transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.theme-fab:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(2, 10, 22, 0.4), 0 0 34px rgba(56, 189, 248, 0.2);
}

body.theme-panel-open .theme-fab {
    transform: translateY(-2px);
    border-color: rgba(78, 161, 255, 0.42);
    box-shadow: 0 22px 44px rgba(2, 10, 22, 0.42), 0 0 38px rgba(56, 189, 248, 0.24);
}

body.lite-effects .theme-drawer,
body.lite-effects .theme-panel-backdrop,
body.lite-effects .community-card,
body.lite-effects .player-shell-inner,
body.lite-effects .support-card,
body.lite-effects .signal-card,
body.lite-effects .hero-stage,
body.lite-effects .hero-copy {
    backdrop-filter: none;
}

.theme-fab-icon {
    width: 1.9rem;
    height: 1.9rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--gradient-brand);
    color: #05101d;
}

body[data-theme="sunset"] .fx-cube::before {
    background: linear-gradient(135deg, rgba(251, 113, 133, 0.38), transparent 65%);
}

body[data-theme="sunset"] .fx-panel {
    background: linear-gradient(145deg, rgba(249, 115, 22, 0.24), rgba(251, 191, 36, 0.05));
}

body[data-theme="arcade"] .fx-cube::before {
    background: linear-gradient(135deg, rgba(45, 212, 191, 0.34), transparent 65%);
}

body[data-theme="arcade"] .fx-panel {
    background: linear-gradient(145deg, rgba(34, 211, 238, 0.2), rgba(163, 230, 53, 0.05));
}

body[data-theme="forest"] .fx-cube::before {
    background: linear-gradient(135deg, rgba(74, 222, 128, 0.34), transparent 65%);
}

body[data-theme="forest"] .fx-panel {
    background: linear-gradient(145deg, rgba(74, 222, 128, 0.18), rgba(250, 204, 21, 0.06));
}

body[data-theme="midnight"] .fx-cube::before {
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.36), transparent 65%);
}

body[data-theme="midnight"] .fx-panel {
    background: linear-gradient(145deg, rgba(129, 140, 248, 0.2), rgba(34, 211, 238, 0.05));
}

body[data-theme="sunset"] .fx-prism {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
        linear-gradient(135deg, rgba(251, 113, 133, 0.18), rgba(251, 146, 60, 0.16));
}

body[data-theme="arcade"] .fx-prism {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
        linear-gradient(135deg, rgba(45, 212, 191, 0.16), rgba(163, 230, 53, 0.14));
}

body[data-theme="forest"] .fx-prism {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
        linear-gradient(135deg, rgba(74, 222, 128, 0.16), rgba(250, 204, 21, 0.14));
}

body[data-theme="midnight"] .fx-prism {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
        linear-gradient(135deg, rgba(96, 165, 250, 0.16), rgba(129, 140, 248, 0.14));
}

body[data-effects="boost"] .hero-backdrop::before,
body[data-effects="boost"] .hero-backdrop::after {
    opacity: 0.9;
    filter: blur(82px);
}

body[data-effects="boost"] .hero-radial,
body[data-effects="boost"] .gamer-fx,
body[data-effects="boost"] .hero-particle {
    opacity: 1;
}

body[data-effects="boost"] .fx-cube {
    animation-duration: 8s;
}

body[data-effects="boost"] .fx-panel {
    animation-duration: 9s;
}

body[data-effects="boost"] .fx-ring {
    animation-duration: 7.6s;
}

body[data-effects="boost"] .fx-prism {
    animation-duration: 8.8s;
}

body[data-effects="boost"] .fx-beam {
    animation-duration: 7.8s;
}

body[data-effects="boost"] .fx-orbit {
    animation-duration: 9.2s;
}

body[data-effects="boost"] .fx-shard {
    animation-duration: 10.2s;
}

body[data-effects="boost"] .fx-node {
    animation-duration: 6.8s;
}

body[data-effects="boost"] .hero-particle {
    animation-duration: 9s;
}

body[data-effects="pulse"] .hero-radial,
body[data-effects="pulse"] .gamer-fx {
    opacity: 0.96;
}

body[data-effects="pulse"] .hero-particle {
    opacity: 0.88;
    animation-duration: 8.5s;
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.34), 0 0 38px rgba(250, 204, 21, 0.16);
}

body[data-effects="pulse"] .fx-ring,
body[data-effects="pulse"] .fx-beam {
    animation-duration: 6.8s;
}

body[data-effects="pulse"] .fx-orbit,
body[data-effects="pulse"] .fx-node {
    animation-duration: 6.2s;
}

body[data-effects="pulse"] .game-card-cover-glow {
    opacity: 0.4;
    filter: blur(44px) saturate(1.32);
}

body[data-effects="hyper"] .hero-backdrop::before,
body[data-effects="hyper"] .hero-backdrop::after {
    opacity: 1;
    filter: blur(96px);
}

body[data-effects="hyper"] .hero-radial,
body[data-effects="hyper"] .gamer-fx,
body[data-effects="hyper"] .hero-particle {
    opacity: 1;
}

body[data-effects="hyper"] .fx-cube {
    animation-duration: 6.2s;
}

body[data-effects="hyper"] .fx-panel {
    animation-duration: 6.8s;
}

body[data-effects="hyper"] .fx-ring,
body[data-effects="hyper"] .fx-prism {
    animation-duration: 5.9s;
}

body[data-effects="hyper"] .fx-beam {
    animation-duration: 5.2s;
}

body[data-effects="hyper"] .fx-orbit,
body[data-effects="hyper"] .fx-shard {
    animation-duration: 5.8s;
}

body[data-effects="hyper"] .fx-node {
    animation-duration: 4.8s;
}

body[data-effects="hyper"] .hero-particle {
    animation-duration: 6.6s;
    box-shadow: 0 0 22px rgba(56, 189, 248, 0.42), 0 0 48px rgba(250, 204, 21, 0.22);
}

body[data-effects="boost"] .game-card-cover-glow {
    opacity: 0.46;
    filter: blur(48px) saturate(1.4);
}

body[data-effects="calm"] .hero-backdrop::before,
body[data-effects="calm"] .hero-backdrop::after {
    opacity: 0.48;
    filter: blur(56px);
}

body[data-effects="calm"] .hero-radial,
body[data-effects="calm"] .gamer-fx,
body[data-effects="calm"] .hero-particle {
    opacity: 0.62;
}

body[data-effects="calm"] .fx-cube,
body[data-effects="calm"] .fx-panel,
body[data-effects="calm"] .fx-ring,
body[data-effects="calm"] .fx-prism,
body[data-effects="calm"] .fx-beam,
body[data-effects="calm"] .fx-orbit,
body[data-effects="calm"] .fx-shard,
body[data-effects="calm"] .fx-node {
    animation-duration: 16s;
}

body[data-effects="calm"] .hero-particle {
    animation-duration: 18s;
}

body[data-effects="calm"] .game-card-cover-glow {
    opacity: 0.22;
    filter: blur(30px) saturate(1.05);
}

.highlight-chip strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.2rem;
}

.highlight-chip span {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.hero-stage {
    padding: clamp(1rem, 1.8vw, 1.45rem);
    border-radius: var(--radius-xl);
    display: grid;
    gap: var(--space-3);
    background: rgba(8, 14, 24, 0.52);
}

.hero-stage-head,
.community-card-head,
.player-shell-header,
.player-shell-footer,
.brand-row {
    align-items: center;
    justify-content: space-between;
}

.hero-stage-head h2 {
    font-size: 1.55rem;
    margin-top: 0.35rem;
}

.hero-slide-card {
    position: relative;
    min-height: 25rem;
    border-radius: calc(var(--radius-xl) - 0.35rem);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
}

.hero-slide-sheen {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(6, 10, 20, 0.08), rgba(6, 10, 20, 0.92)),
        linear-gradient(90deg, rgba(78, 161, 255, 0.12), transparent 40%);
}

.hero-slide-copy {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: var(--space-5);
    display: grid;
    gap: var(--space-3);
}

.hero-slide-topline {
    align-items: center;
    justify-content: space-between;
    color: var(--text-muted);
    font-size: 0.86rem;
}

.hero-slide-art,
.game-icon-chip,
.player-shell-game-icon {
    width: 4.25rem;
    height: 4.25rem;
    padding: 0.4rem;
    border-radius: 1.3rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
}

.hero-slide-art {
    width: 7.5rem;
    height: 7.5rem;
    padding: 0;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 18px 38px rgba(2, 10, 22, 0.28);
}

.hero-cover-art {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-stage-icon,
.game-artwork-image,
.game-cover-image {
    width: 100%;
    height: 100%;
}

.game-artwork-image {
    object-fit: cover;
}

.hero-stage-icon,
.game-cover-image {
    object-fit: contain;
    padding: 0.8rem;
}

.hero-slide-copy h2 {
    max-width: 12ch;
    font-size: clamp(2rem, 3vw, 2.6rem);
}

.hero-slide-copy p {
    max-width: 29rem;
}

.hero-stage-foot {
    display: grid;
    gap: var(--space-2);
}

.hero-stage-meta {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
}

.hero-stage-meta span {
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--text-muted);
    font-size: 0.8rem;
    font-weight: 700;
}

.hero-stage-thumbs {
    display: none;
    gap: var(--space-2);
}

.hero-thumb {
    width: 100%;
    display: flex;
    align-items: center;
    gap: var(--space-3);
    padding: 0.8rem 0.9rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid transparent;
    text-align: left;
    cursor: pointer;
}

.hero-thumb.active {
    border-color: rgba(78, 161, 255, 0.3);
    background: rgba(78, 161, 255, 0.12);
}

.hero-thumb-icon {
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 0.95rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    flex-shrink: 0;
}

.hero-thumb-copy {
    display: grid;
    gap: 0.15rem;
}

.hero-thumb-copy strong {
    font-size: 0.95rem;
}

.hero-thumb-copy small {
    color: var(--text-muted);
}

.signal-section,
.games-section,
.community-section,
.about-section {
    padding: 0 0 var(--space-6);
}

.signal-grid,
.community-grid,
.support-grid {
    display: grid;
}

.signal-grid,
.support-grid {
    align-items: start;
}

.signal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.signal-card {
    padding: 1.2rem;
    border-radius: var(--radius-lg);
    background: var(--gradient-signal), rgba(8, 14, 24, 0.76);
}

.signal-card h3 {
    margin: var(--space-2) 0 var(--space-2);
}

.player-shell {
    margin-bottom: var(--space-7);
}

.player-shell.active {
    display: block;
}

.player-shell-inner {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: var(--space-4);
    border-radius: var(--radius-xl);
    background: rgba(8, 14, 24, 0.92);
    display: grid;
    gap: var(--space-4);
}

.player-shell-overlay {
    position: fixed;
    inset: 0;
    z-index: 220;
    padding: var(--space-4) 0;
    background: rgba(4, 9, 18, 0.82);
    backdrop-filter: blur(14px);
    display: grid;
    align-items: center;
}

.player-shell-overlay .player-shell-inner {
    width: min(1320px, calc(100% - 2rem));
    max-height: calc(100vh - 2rem);
}

.player-shell-copy {
    display: grid;
    gap: 0.22rem;
}

.player-shell-copy p,
.player-mode-note {
    color: var(--text-muted);
}

.player-shell-actions {
    align-items: center;
    gap: var(--space-3);
}

.player-mode-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.mode-btn {
    padding: 0.7rem 0.95rem;
    border-radius: 999px;
    color: var(--text-muted);
    font-weight: 700;
    cursor: pointer;
    transition: background var(--transition-fast), color var(--transition-fast);
}

.mode-btn.active {
    background: rgba(78, 161, 255, 0.14);
    color: var(--text-primary);
}

.player-shell-body {
    position: relative;
    min-height: 22rem;
    border-radius: calc(var(--radius-xl) - 0.35rem);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #030712;
}

#player-frame {
    width: 100%;
    height: min(72vh, 48rem);
    border: 0;
    background: #030712;
    display: block;
}

.player-shell[data-mode="inline"] #player-frame {
    height: min(66vh, 44rem);
}

.player-shell[data-mode="inline"] .player-shell-body,
.player-shell[data-mode="inline"] #player-frame {
    border-radius: 0;
}

.player-loader {
    position: absolute;
    z-index: 2;
    display: grid;
    gap: var(--space-3);
    place-items: center;
    align-content: center;
    text-align: center;
    padding: clamp(1rem, 3vw, 1.6rem);
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--transition-fast), visibility var(--transition-fast);
    inset: 0;
    background:
        radial-gradient(circle at top, rgba(78, 161, 255, 0.2), transparent 26rem),
        radial-gradient(circle at bottom right, rgba(34, 197, 94, 0.16), transparent 22rem),
        linear-gradient(180deg, rgba(3, 7, 18, 0.82), rgba(3, 7, 18, 0.56));
    pointer-events: none;
}

.player-loader::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(26rem, calc(100% - 1.5rem));
    min-height: 13rem;
    transform: translate(-50%, -50%);
    border-radius: calc(var(--radius-xl) + 0.1rem);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(78, 161, 255, 0.12), rgba(255, 255, 255, 0.02) 26%, rgba(10, 18, 31, 0.9)),
        rgba(8, 15, 28, 0.92);
    box-shadow:
        0 22px 56px rgba(2, 10, 22, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.player-loader.is-visible {
    opacity: 1;
    visibility: visible;
}

.player-loader-orbit {
    position: relative;
    z-index: 1;
    position: relative;
    width: 5rem;
    height: 5rem;
    display: grid;
    place-items: center;
}

.player-loader-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid rgba(96, 165, 250, 0.18);
    animation: loaderPulseRing 1.8s ease-in-out infinite;
}

.player-loader-title {
    position: relative;
    z-index: 1;
    width: min(22rem, 100%);
    margin: 0;
    padding: 0;
    font-family: var(--font-display);
    font-size: clamp(1rem, 2.6vw, 1.15rem);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.player-loader-note {
    position: relative;
    z-index: 1;
    width: min(22rem, 100%);
    max-width: 24rem;
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.player-loader-progress {
    position: relative;
    z-index: 1;
    width: min(22rem, 100%);
    height: 0.58rem;
    border-radius: var(--radius-pill);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.player-loader-progress-bar {
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left center;
    background: var(--gradient-brand);
    box-shadow: 0 0 16px rgba(56, 189, 248, 0.28);
    transition: transform 220ms ease;
}

body.reduce-animations .player-loader-ring {
    animation: none;
}

.player-stat {
    min-width: 7rem;
    padding: 0.85rem 1rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.player-stat span {
    display: block;
    color: var(--text-muted);
    font-size: 0.82rem;
}

.player-stat strong {
    display: block;
    margin-top: 0.15rem;
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--space-3);
}

.categories-scroll {
    display: flex;
    gap: var(--space-2);
    flex-wrap: wrap;
    margin-bottom: var(--space-3);
}

.category-chip {
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text-muted);
    cursor: pointer;
    font-weight: 700;
    transition: border-color var(--transition-fast), color var(--transition-fast), background var(--transition-fast);
}

.category-chip.active {
    color: var(--text-primary);
    background: rgba(78, 161, 255, 0.12);
    border-color: rgba(78, 161, 255, 0.28);
}

.game-card {
    position: relative;
    isolation: isolate;
    border-radius: var(--radius-lg);
    overflow: hidden;
    cursor: pointer;
    background: rgba(8, 14, 24, 0.58);
    transform-origin: center bottom;
    backface-visibility: hidden;
    transition:
        transform 380ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 380ms cubic-bezier(0.22, 1, 0.36, 1),
        border-color 260ms ease;
}

.game-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 50% 18%, rgba(78, 161, 255, 0.12), transparent 62%);
    opacity: 0;
    transition: opacity var(--transition-base);
    pointer-events: none;
    z-index: 0;
}

.game-card.is-selected,
.game-card:focus-visible {
    transform: translate3d(0, -0.24rem, 0);
    box-shadow: 0 24px 48px rgba(2, 10, 22, 0.28), 0 0 24px rgba(78, 161, 255, 0.12);
}

.game-card:hover {
    transform: translate3d(0, -0.18rem, 0);
    box-shadow: 0 22px 44px rgba(2, 10, 22, 0.26), 0 0 18px rgba(78, 161, 255, 0.08);
}

.game-card:active {
    transform: translate3d(0, -0.08rem, 0);
}

.game-card.is-selected::before,
.game-card:hover::before,
.game-card:focus-visible::before {
    opacity: 0.72;
}

.game-card-media {
    position: relative;
    min-height: 13.35rem;
    background-size: cover;
    background-position: center;
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.game-card-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(4, 9, 18, 0.04), rgba(4, 9, 18, 0.78) 82%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055), transparent 36%);
}

.game-card-chrome,
.game-badge-row,
.community-grid {
    display: flex;
}

.game-card-chrome,
.community-grid {
    justify-content: space-between;
}

.game-card-chrome,
.game-card-hero {
    position: relative;
    z-index: 1;
}

.game-badge-row {
    gap: var(--space-2);
    flex-wrap: wrap;
}

.game-card-hero {
    align-items: end;
    justify-content: flex-end;
    min-height: 8.6rem;
}

.game-card-cover {
    position: absolute;
    inset: 0;
    z-index: 0;
    isolation: isolate;
}

.game-card-cover-backdrop,
.game-card-cover-glow,
.game-card-cover-fill {
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
}

.game-card-cover-glow {
    background-size: 78%;
    opacity: 0.32;
    filter: blur(40px) saturate(1.25);
    transform: scale(1.14);
    animation: bloomArtwork 9s ease-in-out infinite;
}

.game-card-cover-fill {
    background-size: min(72%, 11.75rem);
    opacity: 0.92;
    filter: drop-shadow(0 30px 50px rgba(2, 10, 22, 0.44));
    transform: translateY(0.2rem);
    animation: shimmerArtwork 11s ease-in-out infinite;
}

.game-card-cover-fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 5rem;
    opacity: 0.92;
    filter: drop-shadow(0 24px 38px rgba(2, 10, 22, 0.32));
}

.game-card:hover .game-card-cover-glow {
    opacity: 0.42;
    transform: scale(1.18);
}

.game-card.is-selected .game-card-cover-glow,
.game-card:focus-visible .game-card-cover-glow {
    opacity: 0.58;
    transform: scale(1.24);
    filter: blur(52px) saturate(1.45);
}

.game-card:hover .game-card-cover-fill {
    transform: translateY(-0.18rem) scale(1.04);
}

.game-card.is-selected .game-card-cover-fill,
.game-card:focus-visible .game-card-cover-fill {
    transform: translateY(-0.32rem) scale(1.08);
    filter: drop-shadow(0 36px 58px rgba(2, 10, 22, 0.48));
}

.game-card-chip-icon {
    width: 100%;
    height: 100%;
}

.game-cover-emblem,
.game-cover-fallback {
    position: relative;
    z-index: 1;
    width: 8.25rem;
    height: 8.25rem;
    display: grid;
    place-items: center;
    border-radius: 2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 26px 44px rgba(2, 10, 22, 0.34);
    overflow: hidden;
    transform: translateY(0);
    transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.game-cover-fallback {
    font-size: 3.4rem;
}

.game-card:hover .game-cover-emblem,
.game-card:hover .game-cover-fallback {
    transform: translateY(-0.32rem) scale(1.03);
    box-shadow: 0 32px 50px rgba(2, 10, 22, 0.42);
}

.game-card.is-selected .game-cover-emblem,
.game-card.is-selected .game-cover-fallback,
.game-card:focus-visible .game-cover-emblem,
.game-card:focus-visible .game-cover-fallback {
    transform: translateY(-0.38rem) scale(1.05);
    box-shadow: 0 36px 58px rgba(2, 10, 22, 0.46), 0 0 24px rgba(78, 161, 255, 0.14);
}

.game-card-play-hint {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    min-height: 2.5rem;
    padding: 0.62rem 0.82rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(4, 9, 18, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-weight: 700;
    font-size: 0.88rem;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast), border-color var(--transition-fast);
}

.game-card-play-hint::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 12%, rgba(56, 189, 248, 0.2) 48%, rgba(34, 197, 94, 0.18) 64%, transparent 88%);
    opacity: 0;
    transform: translateX(-120%);
    transition: transform 320ms ease, opacity 220ms ease;
}

.game-card-play-hint span,
.game-card-play-hint svg {
    position: relative;
    z-index: 1;
}

.game-card-play-hint svg {
    transition: transform var(--transition-fast);
}

.game-card:hover .game-card-play-hint,
.game-card:focus-visible .game-card-play-hint {
    transform: translateY(-0.14rem) scale(1.03);
    background: linear-gradient(135deg, rgba(78, 161, 255, 0.26), rgba(56, 189, 248, 0.16));
    border-color: rgba(56, 189, 248, 0.22);
    box-shadow: 0 18px 30px rgba(2, 10, 22, 0.28), 0 0 18px rgba(56, 189, 248, 0.12);
}

.game-card:hover .game-card-play-hint::before,
.game-card:focus-visible .game-card-play-hint::before {
    opacity: 1;
    transform: translateX(0);
}

.game-card:hover .game-card-play-hint svg,
.game-card:focus-visible .game-card-play-hint svg {
    transform: translateX(0.14rem);
}

.game-card.is-selected .game-card-play-hint,
.game-card:focus-visible .game-card-play-hint {
    background: rgba(4, 9, 18, 0.72);
    box-shadow: 0 16px 30px rgba(2, 10, 22, 0.26), 0 0 20px rgba(78, 161, 255, 0.12);
}

.game-card-body {
    display: grid;
    gap: 0.72rem;
    padding: 0.95rem;
}

.game-card-headline {
    align-items: start;
    justify-content: space-between;
    gap: var(--space-3);
}

.game-card-headline h3 {
    margin-bottom: 0.15rem;
}

.game-card-publisher {
    color: var(--text-muted);
    font-size: 0.92rem;
}

.game-card-description {
    min-height: 2.8rem;
    font-size: 0.94rem;
}

.game-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 0.15rem;
}

.game-card-actions .btn {
    flex: 1 1 10rem;
    justify-content: center;
}

.game-score {
    min-width: 4.25rem;
    padding: 0.7rem 0.75rem;
    border-radius: var(--radius-md);
    text-align: center;
    background: rgba(78, 161, 255, 0.08);
    border: 1px solid rgba(78, 161, 255, 0.16);
}

.game-score span {
    display: block;
    font-family: var(--font-display);
    font-size: 1.2rem;
}

.game-score small {
    color: var(--text-muted);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.community-grid {
    gap: var(--space-3);
}

.community-card {
    flex: 1 1 0;
    display: grid;
    gap: var(--space-3);
    padding: 1.2rem;
    border-radius: var(--radius-xl);
    background: rgba(8, 14, 24, 0.5);
}

.community-card-emphasis {
    background:
        linear-gradient(180deg, rgba(56, 189, 248, 0.075), rgba(8, 14, 24, 0.42) 56%),
        rgba(8, 14, 24, 0.5);
}

.comment-count {
    color: var(--text-muted);
    font-size: 0.86rem;
}

.comment-box-label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--text-secondary);
    font-weight: 700;
}

.comment-required {
    display: inline-flex;
    align-items: center;
    min-height: 1.35rem;
    padding: 0.12rem 0.48rem;
    border-radius: 999px;
    background: rgba(78, 161, 255, 0.12);
    color: var(--accent-cyan);
    font-size: 0.72rem;
    font-weight: 700;
}

.comment-box-note {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-top: -0.5rem;
}

.comment-input,
.comment-box {
    width: 100%;
    min-height: 3.35rem;
    padding: 0.95rem 1.05rem;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
        rgba(255, 255, 255, 0.03);
    color: var(--text-primary);
    font-size: 1rem;
    line-height: 1.5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    transition: border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);
}

.comment-input {
    display: block;
}

.comment-box {
    min-height: 12rem;
    resize: vertical;
    line-height: 1.5;
}

.comment-input::placeholder,
.comment-box::placeholder {
    color: var(--text-muted);
}

.comment-input:focus,
.comment-box:focus {
    border-color: var(--line-strong);
    box-shadow: 0 0 0 0.2rem rgba(78, 161, 255, 0.12);
    transform: translateY(-1px);
}

.comment-input:-webkit-autofill,
.comment-input:-webkit-autofill:hover,
.comment-input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--text-primary);
    box-shadow:
        0 0 0 1000px rgba(15, 23, 42, 0.96) inset,
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: background-color 9999s ease-out 0s;
}

.comment-actions {
    display: flex;
    gap: var(--space-3);
    flex-wrap: wrap;
}

.recent-games {
    display: grid;
    gap: 0.9rem;
}

.recent-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: var(--space-3);
    padding: 1rem 1.05rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.045);
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    transition: transform var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);
}

.recent-card:hover,
.recent-card:focus-visible {
    transform: translate3d(0, -0.16rem, 0);
    border-color: rgba(78, 161, 255, 0.18);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 36px rgba(2, 10, 22, 0.2);
}

.recent-card-icon {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 1rem;
    overflow: hidden;
    flex-shrink: 0;
    background: rgba(78, 161, 255, 0.1);
}

.recent-card-copy {
    display: grid;
    gap: 0.16rem;
    min-width: 0;
}

.recent-card-copy h4 {
    line-height: 1.18;
}

.recent-card-copy p {
    font-size: 0.92rem;
    overflow-wrap: anywhere;
}

.recent-card-copy p,
.micro-card span,
.install-steps li,
.faq-answer p,
.brand-row span {
    color: var(--text-muted);
}

.recent-card-action {
    justify-self: end;
    white-space: nowrap;
    color: var(--accent-cyan);
    font-weight: 700;
}

.micro-card,
.support-card,
.faq-item {
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.025);
    border: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.micro-card-grid {
    margin-top: var(--space-2);
}

.micro-card {
    padding: 1rem;
    flex: 1 1 12rem;
}

.micro-card strong {
    display: block;
    margin-bottom: 0.35rem;
}

.support-grid {
    grid-template-columns: 1.1fr 1.15fr 0.9fr;
    gap: var(--space-3);
}

.support-card {
    display: grid;
    gap: var(--space-3);
    padding: 1.2rem;
    background: rgba(8, 14, 24, 0.5);
    align-self: start;
}

.install-device-summary {
    color: var(--text-muted);
}

.install-picker-note {
    color: var(--text-secondary);
    font-size: 0.92rem;
    margin-top: -0.25rem;
}

.install-device-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-2);
}

.install-device-card {
    display: grid;
    gap: 0.3rem;
    padding: 0.9rem;
    border-radius: var(--radius-md);
    width: 100%;
    text-align: left;
    color: inherit;
    font: inherit;
    background: rgba(255, 255, 255, 0.03);
    border: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    cursor: pointer;
    transition: box-shadow var(--transition-fast), background var(--transition-fast), transform var(--transition-fast);
}

.install-device-card strong {
    font-size: 0.95rem;
}

.install-device-card p {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.install-device-card.active {
    background: rgba(78, 161, 255, 0.1);
    transform: translate3d(0, -0.34rem, 0) scale(1.012);
    box-shadow: inset 0 0 0 1px rgba(78, 161, 255, 0.22), 0 22px 36px rgba(2, 10, 22, 0.22);
}

.install-device-card:hover,
.install-device-card:focus-visible {
    transform: translate3d(0, -0.26rem, 0) scale(1.008);
    box-shadow: inset 0 0 0 1px rgba(78, 161, 255, 0.14), 0 18px 32px rgba(2, 10, 22, 0.2);
}

.company-card,
.developer-card {
    background:
        linear-gradient(180deg, rgba(78, 161, 255, 0.12), rgba(8, 14, 24, 0.92) 58%),
        rgba(8, 14, 24, 0.9);
}

.install-steps {
    display: grid;
    gap: var(--space-2);
}

.install-steps li {
    position: relative;
    padding-left: 1.25rem;
}

.install-steps li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.72rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: var(--accent-cyan);
}

.faq-container {
    display: grid;
    gap: var(--space-3);
}

.faq-item {
    overflow: hidden;
}

.faq-item.active {
    box-shadow: inset 0 0 0 1px rgba(78, 161, 255, 0.22), 0 14px 28px rgba(2, 10, 22, 0.16);
}

.faq-question {
    width: 100%;
    padding: 1rem 1.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-3);
    text-align: left;
    cursor: pointer;
}

.faq-question span {
    color: var(--text-primary);
    font-weight: 700;
}

.faq-question svg {
    flex-shrink: 0;
    color: var(--accent-cyan);
    transition: transform var(--transition-fast);
}

.faq-item.active .faq-question svg {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition-base);
}

.faq-item.active .faq-answer {
    max-height: 14rem;
}

.faq-answer p {
    padding: 0 1.1rem 1rem;
}

.brand-list {
    flex-direction: column;
    gap: 0.85rem;
}

.brand-row {
    display: grid;
    gap: 0.32rem;
    align-items: start;
    min-width: 0;
    padding: 0.9rem 1rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.03);
    border: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.company-card {
    gap: var(--space-4);
    min-width: 0;
}

.company-card h2 {
    max-width: 28ch;
    font-size: clamp(1.45rem, 2.3vw, 2.1rem);
    line-height: 1.2;
    letter-spacing: 0;
}

.company-card > p {
    max-width: 33rem;
    line-height: 1.68;
    color: var(--text-secondary);
}

.company-card .btn {
    width: fit-content;
    min-width: 0;
}

.brand-row span {
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.brand-row strong {
    line-height: 1.5;
    font-size: 1rem;
    overflow-wrap: anywhere;
    min-width: 0;
}

.reveal {
    opacity: 0;
    transform: translateY(18px) scale(0.99);
    transition: opacity var(--transition-base), transform var(--transition-base);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0) scale(1);
}
