.games-carousel{--games-carousel-arrow-size:calc(2.75rem * var(--eta-ultra-scale));--games-carousel-arrow-outset:calc(clamp(0.5rem, 1.5vw, 1rem) * var(--eta-ultra-scale));--games-carousel-hover-pad:calc(1.25rem * var(--eta-ultra-scale));position:relative;max-width:min(100%,calc(var(--eta-content-width) * var(--eta-ultra-scale)));margin:0 auto;padding:0;overflow:visible;scroll-margin-top:5rem}.games-carousel__stage{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;column-gap:var(--games-carousel-arrow-outset);width:100%}.games-carousel__arrow{position:relative;top:auto;z-index:2;display:flex;align-items:center;justify-content:center;width:var(--games-carousel-arrow-size);height:var(--games-carousel-arrow-size);padding:0;border:none;border-radius:999px;background:transparent;color:#d9d9d9;cursor:var(--eta-cursor-interactive);transition:transform var(--eta-hover-exit,.28s ease)}.games-carousel__arrow--prev{left:auto;grid-column:1;transform:none}.games-carousel__arrow--next{right:auto;grid-column:3;transform:none}.games-carousel__viewport{grid-column:2;width:100%;min-width:0;overflow:hidden;padding-block:var(--games-carousel-hover-pad);margin-block:calc(-1 * var(--games-carousel-hover-pad));touch-action:pan-y;cursor:var(--eta-cursor-grab)}.games-carousel__viewport:active{cursor:var(--eta-cursor-grabbing)}.games-carousel__arrow--next .games-carousel__arrow-glyph{transform:rotate(180deg)}.games-carousel__arrow-glyph{display:block;width:calc(1.75rem * var(--eta-ultra-scale));height:calc(1.75rem * var(--eta-ultra-scale))}.games-carousel__dots{display:flex;align-items:center;justify-content:center;gap:.65rem;margin-top:1.25rem}.games-carousel__dot{width:.7rem;height:.7rem;padding:0;border:none;border-radius:999px;background:#442e53;cursor:var(--eta-cursor-interactive)}.games-carousel__dot.is-active{background:#ed2f94;transform:scale(1.15)}.games-carousel__grid{display:flex;align-items:stretch;gap:calc(1.5rem * var(--eta-ultra-scale));width:100%;min-height:calc(230px * var(--eta-ultra-scale))}.games-carousel__featured-slot{flex:1 1 calc(756px * var(--eta-ultra-scale));min-width:0}.games-carousel__card{padding:0;border:none;background:transparent;text-align:left;cursor:var(--eta-cursor-interactive)}.games-carousel__card--featured{width:100%;min-width:0;overflow:visible;transition:opacity .25s ease}.games-carousel__card-shell{position:relative;display:flex;height:calc(230px * var(--eta-ultra-scale));border:calc(.7px * var(--eta-ultra-scale)) solid rgba(68,46,83,.5);border-radius:calc(6.297px * var(--eta-ultra-scale));background:rgba(16,14,38,.76);box-shadow:0 calc(2.799px * var(--eta-ultra-scale)) calc(14.203px * var(--eta-ultra-scale)) calc(2.799px * var(--eta-ultra-scale)) rgba(0,0,0,.25);transition:transform var(--eta-hover-exit),box-shadow var(--eta-hover-exit)}.games-carousel__featured-pane{position:absolute;inset:0;display:flex;width:100%;height:100%;overflow:hidden;border-radius:inherit}.games-carousel__card--compact:hover,.games-carousel__card--featured:hover .games-carousel__card-shell--shine{transform:translateY(-3px);transition:transform var(--eta-hover-fast),box-shadow var(--eta-hover-fast);box-shadow:0 8px 28px rgba(237,47,148,.18),0 2.799px 14.203px 2.799px rgba(0,0,0,.25)}.games-carousel__card-media{overflow:hidden}.games-carousel__card-media--compact{position:absolute;inset:0}.games-carousel__card-body--featured{display:flex;flex:1;flex-direction:column;justify-content:flex-start;padding:.9rem 1rem .9rem 1.25rem;min-height:0}.games-carousel__card--featured .games-carousel__card-media{flex:0 0 46.3%;margin:.93rem 0 .93rem .8rem;border:.7px solid rgba(255,255,255,.08);border-radius:6.297px}.games-carousel__card-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.games-carousel__card-image--compact{opacity:.34;transition:opacity var(--eta-hover-fast,.28s ease)}.games-carousel__card--compact:hover .games-carousel__card-image--compact{opacity:.52}.games-carousel__card-title{margin:0;font-family:var(--font-gajraj),var(--font-orbitron),system-ui,sans-serif;font-size:calc(27.985px * var(--eta-ultra-scale));font-weight:400;line-height:1.29;color:#ed2f94}.games-carousel__card-subtitle{margin:.35rem 0 0;font-family:var(--font-outfit),system-ui,sans-serif;font-size:12px;font-weight:600;line-height:1.3;color:#ae9fba;text-transform:uppercase;letter-spacing:.06em}.games-carousel__card-description{margin:calc(.85rem * var(--eta-ultra-scale)) 0 0;font-family:var(--font-outfit),system-ui,sans-serif;font-size:calc(13.993px * var(--eta-ultra-scale));font-weight:400;line-height:1.29;color:#f7eff6}.games-carousel__card-description strong{font-weight:600}.games-carousel__expand-cta{display:inline-flex;align-items:center;justify-content:center;gap:calc(.5rem * var(--eta-ultra-scale));width:100%;max-width:calc(359px * var(--eta-ultra-scale));height:calc(42.678px * var(--eta-ultra-scale));margin-top:auto;border:calc(1.049px * var(--eta-ultra-scale)) solid #ec4ea2;border-radius:calc(6.297px * var(--eta-ultra-scale));background:radial-gradient(circle at 44% 135%,rgb(159,26,100) 0,rgb(202,30,123) 50%,rgb(244,34,146) 100%);color:#faf7f8;font-family:var(--font-outfit),system-ui,sans-serif;font-size:calc(15.392px * var(--eta-ultra-scale));font-weight:700;line-height:1.29;text-transform:uppercase;pointer-events:none}.games-carousel__expand-cta-icon{flex-shrink:0;width:1.125rem;height:1.125rem}.games-carousel__expand-cta-text{flex:0 0 auto}.games-carousel__compact-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:.75rem;background:rgba(5,3,18,.55);opacity:0;transition:opacity var(--eta-hover-fast,.28s ease)}.games-carousel__card--compact:hover .games-carousel__compact-overlay{opacity:1}.games-carousel__expand-cta--compact{width:auto;max-width:100%;height:auto;min-height:0;margin-top:0;padding:.375rem .5rem;gap:.3rem;border-radius:5px;font-size:.625rem;letter-spacing:.04em}.games-carousel__expand-cta--compact .games-carousel__expand-cta-icon{width:.75rem;height:.75rem}.games-carousel__card-title--compact{position:absolute;right:0;bottom:.75rem;left:0;z-index:2;padding:0 .4rem;font-family:var(--font-orbitron),system-ui,sans-serif;font-size:.8125rem;font-weight:900;line-height:1.2;color:#faf7f8;text-align:center;text-transform:uppercase;letter-spacing:.04em;pointer-events:none}.games-carousel__compact-column{display:flex;flex:0 0 auto;gap:calc(1.5rem * var(--eta-ultra-scale))}.games-carousel__card--compact{position:relative;width:calc(163px * var(--eta-ultra-scale));height:calc(230px * var(--eta-ultra-scale));overflow:visible;border:calc(.7px * var(--eta-ultra-scale)) solid rgba(68,46,83,.5);border-radius:calc(7.696px * var(--eta-ultra-scale));background:rgba(16,14,38,.76);box-shadow:0 calc(2.799px * var(--eta-ultra-scale)) calc(14.203px * var(--eta-ultra-scale)) calc(2.799px * var(--eta-ultra-scale)) rgba(0,0,0,.25);transition:transform var(--eta-hover-exit),box-shadow var(--eta-hover-exit),opacity .25s ease}.games-carousel__card--compact .games-carousel__card-media--compact{border-radius:inherit}.games-carousel__card--compact:after{content:"";position:absolute;right:0;bottom:0;left:0;z-index:1;height:3.25rem;border-radius:0 0 7.696px 7.696px;background:linear-gradient(180deg,rgba(5,3,18,0),rgba(5,3,18,.88) 72%);pointer-events:none}.games-carousel__placeholder{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:calc(163px * var(--eta-ultra-scale));height:calc(230px * var(--eta-ultra-scale));border:calc(.7px * var(--eta-ultra-scale)) dashed rgba(68,46,83,.75);border-radius:calc(7.696px * var(--eta-ultra-scale));background:radial-gradient(circle at 50% 35%,rgba(237,47,148,.08) 0,rgba(237,47,148,0) 62%),#0f0b20;pointer-events:none;user-select:none}.games-carousel__placeholder-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.625rem;width:100%;padding:1rem .75rem;text-align:center}.games-carousel__placeholder-icon{display:block;width:3rem;height:2.45rem;background:#443d53;-webkit-mask-image:url(/images/games/controller-mask.png);mask-image:url(/images/games/controller-mask.png);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.games-carousel__placeholder-title{margin:0;font-family:var(--font-orbitron),system-ui,sans-serif;font-size:.6875rem;font-weight:900;line-height:1.25;color:#ed2f94;text-transform:uppercase;letter-spacing:.08em}.games-carousel__placeholder-subtitle{margin:0;max-width:8.5rem;font-family:var(--font-outfit),system-ui,sans-serif;font-size:.6875rem;font-weight:400;line-height:1.35;color:#ae9fba}.games-carousel__expand-backdrop{position:fixed;inset:0;z-index:200;border:none;background:var(--eta-modal-backdrop);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);cursor:var(--eta-cursor-interactive)}.games-carousel__expand-layer{position:fixed;inset:0;z-index:201;display:flex;align-items:center;justify-content:center;padding:1.25rem;pointer-events:none}.games-carousel__expand-panel{position:relative;display:flex;flex-direction:column;width:min(100%,520px);max-height:min(90vh,720px);overflow:hidden;border:var(--eta-modal-border);border-radius:var(--eta-modal-radius);background-image:var(--eta-modal-bg-image);background-size:100% 100%;box-shadow:var(--eta-modal-shadow);pointer-events:auto}.games-carousel__expand-close{position:absolute;top:.75rem;right:.75rem;z-index:3;display:flex;width:2.25rem;height:2.25rem;align-items:center;justify-content:center;padding:0;border:1px solid var(--eta-modal-close-border);border-radius:6px;background:var(--eta-modal-close-bg);color:#faf7f8;cursor:var(--eta-cursor-interactive);transition:border-color var(--eta-hover-fast,.28s ease),color var(--eta-hover-fast,.28s ease),background-color var(--eta-hover-fast,.28s ease)}.games-carousel__expand-close:hover{border-color:var(--eta-modal-close-hover-border);background:var(--eta-modal-close-hover-bg);color:#faf7f8}.games-carousel__expand-close svg{width:1rem;height:1rem}.games-carousel__expand-hero{flex-shrink:0;aspect-ratio:16/9;overflow:hidden;background:#0f0b20}.games-carousel__expand-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.games-carousel__expand-body{display:flex;flex-direction:column;gap:.875rem;padding:1.25rem 1.5rem 1.5rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--eta-modal-scrollbar-thumb) var(--eta-modal-scrollbar-track)}.games-carousel__expand-body::-webkit-scrollbar{width:6px;height:6px}.games-carousel__expand-body::-webkit-scrollbar-track{background:var(--eta-modal-scrollbar-track);border-radius:999px}.games-carousel__expand-body::-webkit-scrollbar-thumb{background:var(--eta-modal-scrollbar-thumb);border-radius:999px}.games-carousel__expand-body::-webkit-scrollbar-thumb:hover{background:rgba(104,80,120,.85)}.games-carousel__expand-header{padding-right:2rem}.games-carousel__expand-title{margin:0;font-family:var(--font-gajraj),var(--font-orbitron),system-ui,sans-serif;font-size:1.75rem;font-weight:400;line-height:1.15;color:#faf7f8}.games-carousel__expand-subtitle{margin:.25rem 0 0;font-family:var(--font-outfit),system-ui,sans-serif;font-size:.8125rem;font-weight:500;line-height:1.3;color:#ae9fba}.games-carousel__expand-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.games-carousel__expand-players{font-family:var(--font-outfit),system-ui,sans-serif;font-size:.75rem;font-weight:700;color:#ae9fba;text-transform:uppercase;letter-spacing:.04em}.games-carousel__expand-meta-dot{width:4px;height:4px;border-radius:50%;background:rgba(174,159,186,.5)}.games-carousel__expand-platform{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.games-carousel__expand-platform,.games-carousel__expand-tag{font-family:var(--font-outfit),system-ui,sans-serif;color:#ae9fba}.games-carousel__expand-tag{padding:.2rem .5rem;border:1px solid var(--eta-modal-field-border);border-radius:999px;background:var(--eta-modal-field-bg);font-size:.6875rem;font-weight:500}.games-carousel__expand-description{margin:0;font-family:var(--font-outfit),system-ui,sans-serif;font-size:.9375rem;font-weight:400;line-height:1.55;color:#f7eff6}.games-carousel__expand-highlights{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.375rem}.games-carousel__expand-highlights li{position:relative;padding-left:.875rem;font-family:var(--font-outfit),system-ui,sans-serif;font-size:.8125rem;line-height:1.45;color:rgba(247,239,246,.85)}.games-carousel__expand-highlights li:before{content:"";position:absolute;left:0;top:.55em;width:.3rem;height:.3rem;border-radius:50%;background:rgba(174,159,186,.75)}.games-carousel__expand-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-top:.25rem}.games-carousel__play{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-width:0;height:42.678px;margin-top:0;border:1.049px solid #ec4ea2;border-radius:6.297px;background:radial-gradient(circle at 44% 135%,rgb(159,26,100) 0,rgb(202,30,123) 50%,rgb(244,34,146) 100%);color:#faf7f8;font-family:var(--font-outfit),system-ui,sans-serif;font-size:clamp(.6875rem,2.4vw,.875rem);font-weight:700;line-height:1.29;text-decoration:none;text-transform:uppercase;cursor:var(--eta-cursor-interactive);transition:transform var(--eta-hover-fast,.28s ease),box-shadow var(--eta-hover-fast,.28s ease)}.games-carousel__play:hover{transform:translateY(-1px);box-shadow:var(--eta-glow-pink-soft,0 0 18px rgba(237,47,148,.3))}.games-carousel__play-icon{display:block;flex-shrink:0;width:50.9px;height:24.47px;background:#ffffff;-webkit-mask-image:url(/images/games/play-icon-mask.png);mask-image:url(/images/games/play-icon-mask.png);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.games-carousel__play-icon--roblox{width:1.25rem;height:1.25rem;-webkit-mask-image:url(/images/topbar/icon-roblox.png);mask-image:url(/images/topbar/icon-roblox.png)}.games-carousel__play--wiki{border-color:rgba(104,62,140,.8);background:linear-gradient(180deg,rgba(24,14,38,.9),rgba(8,6,14,.82));color:#f7eff6}.games-carousel__play-icon--wiki{flex-shrink:0;width:1.25rem;height:1.25rem;background:none;-webkit-mask-image:none;mask-image:none}.games-carousel__play-text{flex:0 1 auto;text-align:center}@media (max-width:1200px){.games-carousel__arrow{--games-carousel-arrow-size:2.25rem}.games-carousel__arrow-glyph{width:1.375rem;height:1.375rem}.games-carousel__grid{flex-direction:column;align-items:stretch;min-height:0}.games-carousel__card--featured,.games-carousel__featured-slot{flex:0 0 auto;width:100%}.games-carousel__compact-column{flex-wrap:wrap;justify-content:center;width:100%}.games-carousel__card-shell{height:auto;overflow:visible}.games-carousel__featured-pane{position:relative;inset:auto;flex-direction:column;height:auto;overflow:visible}.games-carousel__card--featured .games-carousel__card-media{flex:none;width:calc(100% - 1.6rem);align-self:center;height:clamp(168px,42vw,220px);margin:.8rem .8rem 0}.games-carousel__card-body--featured{width:100%;min-width:0;padding:1rem;overflow:visible}.games-carousel__card-title{font-size:clamp(1.25rem,5vw,1.75rem)}.games-carousel__card-description{margin-bottom:.25rem;font-size:clamp(.8125rem,3.4vw,.875rem)}.games-carousel__card-body--featured>.games-carousel__expand-cta{width:100%;max-width:none;margin-top:.875rem;height:clamp(40px,6vw,42.678px);font-size:clamp(.8125rem,2.8vw,15.392px)}}@media (max-width:640px){.games-carousel__stage{grid-template-columns:1fr}.games-carousel__viewport{grid-column:1}.games-carousel__arrow{display:none}.games-carousel__featured-slot{width:100%;margin-bottom:.25rem}.games-carousel__card--featured .games-carousel__card-media{height:clamp(150px,44vw,190px)}.games-carousel__card-body--featured{padding:.875rem 1rem 1rem}.games-carousel__card-subtitle{font-size:.6875rem}.games-carousel__compact-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.games-carousel__dots{margin-top:1rem;gap:.5rem}.games-carousel__dot{width:.625rem;height:.625rem}.games-carousel__card-title--compact{font-size:.75rem;letter-spacing:.03em}.games-carousel__card--compact,.games-carousel__placeholder{width:100%;min-width:0}.games-carousel__expand-body{padding-inline:1.125rem}.games-carousel__expand-actions{grid-template-columns:1fr}}