.landing-page{--landing-bg:var(--wl-bg-primary);--landing-bg-deep:#0a0b0d;--landing-card:rgb(255 255 255/0.02);--landing-card-strong:rgb(18 21 27/0.72);--landing-panel:rgb(10 11 13/0.6);--landing-border:rgb(255 255 255/0.08);--landing-border-strong:rgb(255 255 255/0.14);--landing-text:var(--wl-text-primary);--landing-muted:rgb(236 236 238/0.58);--landing-muted-soft:rgb(236 236 238/0.45);--landing-accent:var(--wl-accent);--landing-accent-hover:var(--wl-accent-hover);--landing-blue-soft:#7fb0fa;min-height:100dvh;overflow:hidden;background:radial-gradient(circle at 78% 9rem,rgb(77 141 247/.18),transparent 30rem),radial-gradient(circle at 86% 24rem,rgb(139 123 240/.1),transparent 22rem),var(--landing-bg);color:var(--landing-text);font-family:var(--font-geist-sans),system-ui,sans-serif;letter-spacing:0;padding-top:var(--app-header-height,94px)}html.light .landing-page{--landing-bg:var(--wl-bg-primary);--landing-bg-deep:#eef2f9;--landing-card:rgb(255 255 255/0.62);--landing-card-strong:rgb(255 255 255/0.74);--landing-panel:rgb(255 255 255/0.72);--landing-border:color-mix(in srgb,var(--wl-border) 72%,transparent);--landing-border-strong:color-mix(in srgb,var(--wl-border-hover) 72%,transparent);--landing-text:var(--wl-text-primary);--landing-muted:color-mix(in srgb,var(--wl-text-secondary) 78%,transparent);--landing-muted-soft:color-mix(in srgb,var(--wl-text-muted) 82%,transparent);--landing-accent:var(--wl-accent);--landing-accent-hover:var(--wl-accent-hover);--landing-blue-soft:#2f65bf;background:radial-gradient(circle at 78% 9rem,rgb(51 111 209/.12),transparent 30rem),radial-gradient(circle at 86% 24rem,rgb(139 123 240/.08),transparent 22rem),var(--landing-bg)}.landing-page *,.landing-page :after,.landing-page :before{box-sizing:border-box}.landing-page a{color:inherit;text-decoration:none}.landing-shell{width:min(100%,1320px);margin:0 auto;padding-inline:28px}.landing-lazy-boundary{min-height:360px}.landing-lazy-boundary[data-state=loaded]{min-height:0}.landing-lazy-skeleton{width:min(100%,1320px);margin:0 auto;padding:48px 28px 8px}.landing-lazy-skeleton__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.landing-lazy-skeleton__panel{position:relative;min-height:210px;overflow:hidden;border:1px solid var(--landing-border);border-radius:18px;background:linear-gradient(135deg,rgb(255 255 255/.05),rgb(255 255 255/.015)),var(--landing-card)}.landing-lazy-skeleton__panel--wide{min-height:92px;margin-bottom:22px}.landing-lazy-skeleton__panel:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent,rgb(127 176 250/.07) 44%,transparent 78%);animation:mf-skeleton-sheen 2.2s ease-in-out infinite;transform:translateX(-100%)}html.light .landing-lazy-skeleton__panel{background:linear-gradient(135deg,rgb(255 255 255/.74),rgb(237 242 251/.5)),var(--landing-card)}.landing-search-icon{position:relative;display:inline-block;width:16px;height:16px;flex:none;color:currentColor}.landing-search-icon:before{content:"";position:absolute;top:0;left:0;width:11px;height:11px;border:1.5px solid;border-radius:50%}.landing-search-icon:after{content:"";position:absolute;right:0;bottom:1px;width:6px;height:1.5px;border-radius:999px;background:currentColor;transform:rotate(45deg)}.landing-beta-badge{flex:none;border:1px solid rgb(77 141 247/.4);border-radius:5px;padding:2px 6px;color:var(--landing-blue-soft);font-size:9.5px;font-weight:800;line-height:1.1}.landing-button:active,.landing-card:active{transform:translateY(1px)}.landing-button--primary{border-radius:11px;background:var(--landing-accent);color:#0a0b0d;font-weight:800;box-shadow:0 0 30px -6px rgb(77 141 247/.7)}html.light .landing-button--primary{color:#ffffff;box-shadow:0 13px 30px -18px rgb(51 111 209/.72)}.landing-button--primary:focus-visible,.landing-button--primary:hover{background:var(--landing-accent-hover)}.landing-hero{position:relative;padding:54px 4px 30px}.landing-hero__glow{position:absolute;pointer-events:none}.landing-hero__glow--blue{top:-40px;right:-80px;width:760px;height:620px;background:radial-gradient(closest-side,rgb(77 141 247/.2),transparent 72%)}.landing-hero__glow--violet{top:120px;right:120px;width:420px;height:420px;background:radial-gradient(closest-side,rgb(139 123 240/.13),transparent 70%)}.landing-hero__grid{position:relative;display:flex;min-height:min(640px,calc(100dvh - 125px));align-items:center;gap:36px}.landing-hero__copy{width:540px;max-width:100%;flex:none}.landing-copy-block h2,.landing-cta-panel h2,.landing-hero h1,.landing-search-section h2,.landing-section-header h2{margin:0;color:var(--landing-text);font-family:var(--font-unbounded),var(--font-geist-sans),system-ui,sans-serif;font-weight:800;letter-spacing:0}.landing-hero h1{max-width:12ch;font-size:clamp(3rem,5vw,4.125rem);line-height:.98}.landing-hero h1 span{color:var(--landing-accent)}.landing-hero__copy>p{max-width:480px;margin:24px 0 0;color:var(--landing-muted);font-size:16.5px;line-height:1.6}.landing-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.landing-button{display:inline-flex;min-height:49px;align-items:center;justify-content:center;border:1px solid transparent;padding:14px 26px;font-size:15px;line-height:1.2;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .16s ease;white-space:nowrap}.landing-button--secondary{border-color:var(--landing-border-strong);border-radius:11px;background:var(--landing-card);color:var(--landing-text);font-weight:700}.landing-button--secondary:focus-visible,.landing-button--secondary:hover{border-color:rgb(77 141 247/.5)}.landing-hero__stats{display:flex;width:max-content;max-width:100%;align-items:flex-start;justify-content:flex-start;margin:42px 0 0}.landing-hero__stats div{min-width:0;padding-inline:30px;border-left:1px solid var(--landing-border-strong)}.landing-hero__stats div:first-child{padding-left:0;border-left:0}.landing-hero__stats div:last-child{padding-right:0}.landing-hero__stats dt{margin-top:8px;color:var(--landing-muted-soft);font-size:11px;font-weight:700;line-height:1;text-transform:uppercase}.landing-hero__stats dd{margin:0;color:var(--landing-text);font-family:var(--font-unbounded),var(--font-geist-sans),system-ui,sans-serif;font-size:30px;font-weight:800;font-variant-numeric:tabular-nums;line-height:1}.landing-hero__media{position:relative;display:flex;min-width:0;min-height:480px;flex:1;align-items:center;justify-content:center}.landing-hero-showcase{position:relative;display:grid;width:min(100%,620px);min-height:470px;place-items:center;isolation:isolate;perspective:980px}.landing-hero-logo{--landing-hero-logo-rune:#f2f2f4;--landing-hero-logo-flow-start:#7fb0fa;--landing-hero-logo-flow-mid:#4d8df7;--landing-hero-logo-flow-end:#2e68c8;position:relative;z-index:2;display:grid;width:clamp(190px,30vw,310px);aspect-ratio:1;margin-top:clamp(-128px,-8.8vw,-52px);place-items:center;isolation:isolate;transform-style:preserve-3d;will-change:transform}html.light .landing-hero-logo{--landing-hero-logo-rune:#101318;--landing-hero-logo-flow-start:#2f65bf;--landing-hero-logo-flow-mid:#316ac8;--landing-hero-logo-flow-end:#24549f}.landing-hero-logo:before{content:"";position:absolute;inset:18%;border-radius:30%;background:radial-gradient(circle at 50% 48%,rgb(77 141 247/.32),transparent 55%),radial-gradient(circle at 58% 56%,rgb(63 185 132/.16),transparent 62%);filter:blur(28px);opacity:.82;transform:translateZ(-32px);pointer-events:none}.landing-hero-logo__image{position:relative;z-index:1;display:block;width:100%;aspect-ratio:1;filter:drop-shadow(0 28px 60px rgb(77 141 247/.34));overflow:visible;shape-rendering:geometricPrecision;transform:translateZ(24px)}html.light .landing-hero-logo__image{filter:drop-shadow(0 24px 48px rgb(51 111 209/.22))}.landing-orbit-card{position:absolute;z-index:3;width:clamp(158px,15vw,188px);min-height:106px}.landing-orbit-card,.landing-orbit-card__surface{color:var(--landing-text);transform-style:preserve-3d;will-change:transform}.landing-orbit-card__surface{position:relative;display:flex;width:100%;min-height:inherit;flex-direction:column;overflow:hidden;border:1px solid rgb(255 255 255/.16);border-radius:16px;background:linear-gradient(135deg,rgb(255 255 255/.17),rgb(255 255 255/.045)),rgb(10 11 13/.34);box-shadow:inset 0 1px 0 rgb(255 255 255/.22),inset 0 -1px 0 rgb(255 255 255/.055),0 24px 58px -30px rgb(var(--orbit-rgb,77 141 247)/.6);padding:14px 15px 15px;-webkit-backdrop-filter:blur(20px) saturate(155%);backdrop-filter:blur(20px) saturate(155%)}.landing-orbit-card__surface:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 18% 0,rgb(255 255 255/.28),transparent 36%),linear-gradient(90deg,rgb(var(--orbit-rgb,77 141 247)/.18),transparent 48%);opacity:.8;pointer-events:none}.landing-orbit-card--blue{--orbit-rgb:77 141 247;--orbit-tone:#7fb0fa}.landing-orbit-card--green{--orbit-rgb:63 185 132;--orbit-tone:#74d3ac}.landing-orbit-card--amber{--orbit-rgb:217 164 65;--orbit-tone:#e8c173}.landing-orbit-card--mod{top:11%;left:6%}.landing-orbit-card--topic{top:45%;right:2%}.landing-orbit-card--game{bottom:6%;left:20%}.landing-orbit-card__surface strong,.landing-orbit-card__surface>span:last-child,.landing-orbit-card__type{position:relative;z-index:1}.landing-orbit-card__type{color:var(--orbit-tone);font-size:11px;font-weight:800;line-height:1}.landing-orbit-card__surface strong{margin-top:9px;color:var(--landing-text);font-family:var(--font-unbounded),var(--font-geist-sans),system-ui,sans-serif;font-size:15px;font-weight:800;line-height:1.2}.landing-orbit-card__surface>span:last-child{margin-top:7px;color:var(--landing-muted);font-size:11.5px;font-weight:600;line-height:1.35}html.light .landing-orbit-card__surface{border-color:rgb(255 255 255/.72);background:linear-gradient(135deg,rgb(255 255 255/.84),rgb(255 255 255/.4)),rgb(237 242 251/.54);box-shadow:inset 0 1px 0 rgb(255 255 255/.82),inset 0 -1px 0 rgb(51 111 209/.06),0 22px 50px -34px rgb(var(--orbit-rgb,51 111 209)/.48)}@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){.landing-orbit-card__surface{background:rgb(18 21 27/.92)}html.light .landing-orbit-card__surface{background:rgb(247 250 255/.94)}}@media (prefers-reduced-transparency:reduce){.landing-orbit-card__surface{background:rgb(18 21 27/.96);-webkit-backdrop-filter:none;backdrop-filter:none}html.light .landing-orbit-card__surface{background:rgb(247 250 255/.96)}}.landing-features,.landing-games,.landing-news,.landing-upload-cta{padding:56px 4px 8px}.landing-features{display:grid;gap:22px;padding-top:48px}.landing-reveal-item{min-width:0}.landing-card{position:relative;overflow:hidden;border:1px solid var(--landing-border);background:var(--landing-card);transition:background-color .18s ease,border-color .18s ease}.landing-card:focus-visible{border-color:rgb(var(--tone-rgb,77 141 247)/.42);outline:2px solid rgb(var(--tone-rgb,77 141 247)/.32);outline-offset:3px}.landing-card--green{--tone-rgb:63 185 132;--tone:#74d3ac}.landing-card--blue{--tone-rgb:77 141 247;--tone:#7fb0fa}.landing-card--violet{--tone-rgb:139 123 240;--tone:#b0a6f7}.landing-card--amber{--tone-rgb:217 164 65;--tone:#e8c173}.landing-card--orange{--tone-rgb:232 98 59;--tone:#f2865f}.landing-card__glow{position:absolute;top:-50px;right:-30px;width:200px;height:160px;background:radial-gradient(closest-side,rgb(var(--tone-rgb)/.14),transparent);pointer-events:none}.landing-feature-panel{display:grid;grid-template-columns:minmax(210px,.78fr) minmax(0,1fr);align-items:center;gap:clamp(24px,5vw,64px);min-height:268px;padding:clamp(24px,4vw,46px);isolation:isolate}.landing-feature-panel--image-right{grid-template-columns:minmax(0,1fr) minmax(210px,.78fr)}.landing-feature-panel--image-right .landing-feature-panel__visual{grid-column:2;grid-row:1}.landing-feature-panel--image-right .landing-feature-panel__copy{grid-column:1;grid-row:1}.landing-feature-panel__visual{position:relative;z-index:1;display:grid;min-height:188px;place-items:center}.landing-feature-panel__float{position:relative;z-index:1;width:min(76%,232px)}.landing-feature-panel__float,.landing-feature-panel__magnet{display:block;transform-style:preserve-3d;will-change:transform}.landing-feature-panel__image{display:block;width:100%;height:auto;filter:saturate(1.05) contrast(1.03);user-select:none}.landing-feature-panel__copy{position:relative;z-index:1;display:block;max-width:660px}.landing-feature-panel h2{position:relative;margin:0;color:var(--landing-text);font-family:var(--font-unbounded),var(--font-geist-sans),system-ui,sans-serif;font-size:clamp(1.65rem,3vw,2.45rem);font-weight:700;line-height:1.08}.landing-feature-panel p{position:relative;max-width:46rem;margin:15px 0 0;color:var(--landing-muted);font-size:16px;line-height:1.6}.landing-search-section{padding:56px 4px 8px}.landing-cta-panel,.landing-search-panel{position:relative;display:flex;align-items:center;gap:48px;overflow:hidden;border:1px solid rgb(77 141 247/.22);border-radius:22px;background:linear-gradient(120deg,rgb(18 24 40/.9),rgb(11 12 15/.92));padding:44px 46px}html.light .landing-cta-panel,html.light .landing-search-panel{background:linear-gradient(120deg,rgb(255 255 255/.82),rgb(237 242 251/.92))}.landing-panel-glow{position:absolute;width:480px;height:340px;background:radial-gradient(closest-side,rgb(77 141 247/.18),transparent 70%);pointer-events:none}.landing-panel-glow--left{top:-120px;left:-40px}.landing-panel-glow--right{top:-120px;right:-40px}.landing-search-section__copy{position:relative;width:470px;max-width:100%;flex:none}.landing-cta-panel h2,.landing-search-section h2{font-size:clamp(2rem,3vw,2.125rem);line-height:1.08}.landing-cta-panel p,.landing-search-section p{margin:16px 0 0;color:var(--landing-muted);font-size:15.5px;line-height:1.6}.landing-search-demo{position:relative;min-width:0;min-height:292px;flex:1;overflow:hidden;border:1px solid rgb(255 255 255/.1);border-radius:16px;background:var(--landing-panel);box-shadow:0 26px 64px -28px rgb(0 0 0/.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}html.light .landing-search-demo{border-color:color-mix(in srgb,var(--wl-border) 72%,transparent);box-shadow:0 26px 54px -34px rgb(16 18 32/.36)}.landing-search-demo__bar{display:flex;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid var(--landing-border);color:var(--landing-blue-soft)}.landing-search-demo__typed{min-width:0;flex:1;overflow:hidden;color:var(--landing-text);font-size:15px;font-weight:600;line-height:1.4;white-space:nowrap}.landing-search-demo__caret{display:inline-block;width:2px;height:16px;margin-left:1px;background:var(--landing-accent);vertical-align:-3px;animation:mf-caret 1s steps(1) infinite}.landing-search-demo__body{padding:8px 8px 10px}.landing-search-demo__meta{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 10px 6px;color:var(--landing-muted-soft);font-size:10.5px;font-weight:800;line-height:1.2;text-transform:uppercase}.landing-search-demo__meta span:last-child{color:color-mix(in srgb,var(--landing-blue-soft) 75%,transparent);font-size:11px;text-transform:none}.landing-search-demo__results{height:188px;overflow:hidden}.landing-search-result{display:flex;align-items:center;gap:12px;border-radius:10px;padding:11px 12px;animation:mf-rowin .34s ease both}.landing-search-result:hover{background:rgb(255 255 255/.04)}html.light .landing-search-result:hover{background:rgb(51 111 209/.06)}.landing-search-result__copy{display:flex;min-width:0;flex:1;flex-direction:column}.landing-search-result__copy span:first-child{overflow:hidden;color:var(--landing-text);font-size:13.5px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.landing-search-result__copy span:last-child{margin-top:2px;color:var(--landing-muted-soft);font-size:11.5px}.landing-search-result__label{flex:none;font-size:11px;font-weight:800}.landing-search-result__label--green{color:#74d3ac}.landing-search-result__label--blue{color:#7fb0fa}.landing-search-result__label--violet{color:#b0a6f7}.landing-search-result__label--amber{color:#e8c173}.landing-copy-block{margin-bottom:28px}.landing-copy-block h2,.landing-section-header h2{font-size:30px;line-height:1.15}.landing-copy-block p,.landing-section-header p{max-width:56rem;margin:11px 0 0;color:var(--landing-muted-soft);font-size:15px;line-height:1.5}.landing-arrow{color:color-mix(in srgb,var(--landing-text) 32%,transparent);font-size:20px}.landing-arrow:before,.landing-news-card__link:after,.landing-section-link:after{content:"→";margin-left:.3rem}.landing-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.landing-section-link{color:var(--landing-blue-soft);font-size:13px;font-weight:800;white-space:nowrap}.landing-mod-grid,.landing-news__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.landing-mod-card,.landing-news-card{display:flex;height:100%;min-width:0;flex-direction:column;border-radius:16px}.landing-news-card{isolation:isolate;transition:background-color .24s ease,border-color .24s ease,box-shadow .32s cubic-bezier(.16,1,.3,1),transform .32s cubic-bezier(.16,1,.3,1)}.landing-news-card:before{content:"";position:absolute;inset:0;z-index:2;background:rgb(255 255 255/.055);opacity:0;pointer-events:none;transition:opacity .26s ease}html.light .landing-news-card:before{background:rgb(16 19 24/.045)}.landing-news-card:focus-visible,.landing-news-card:hover{border-color:var(--landing-border-strong);box-shadow:0 22px 58px -42px rgb(0 0 0/.95);transform:translateY(-5px)}html.light .landing-news-card:focus-visible,html.light .landing-news-card:hover{box-shadow:0 18px 44px -34px rgb(16 19 24/.42)}.landing-news-card:focus-visible:before,.landing-news-card:hover:before{opacity:1}.landing-news-card:active{transform:translateY(-2px)}.landing-media-pattern,.landing-news-card__media{position:relative;display:block;overflow:hidden;background:repeating-linear-gradient(135deg,#15171e 0 9px,#0f1117 9px 18px)}html.light .landing-media-pattern,html.light .landing-news-card__media{background:repeating-linear-gradient(135deg,#dfe6f2 0 9px,#f4f7fc 9px 18px)}.landing-media-pattern{aspect-ratio:16/9}.landing-media-pattern__image,.landing-news-card__image{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;transition:filter .22s ease,transform .32s ease}.landing-card:focus-visible .landing-media-pattern__image,.landing-card:focus-visible .landing-news-card__image,.landing-card:hover .landing-media-pattern__image,.landing-card:hover .landing-news-card__image{filter:brightness(1.06)}.landing-media-pattern--image:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgb(7 8 12/.78),rgb(7 8 12/.1) 62%,rgb(7 8 12/.18)),linear-gradient(135deg,rgb(77 141 247/.18),transparent 52%);pointer-events:none}html.light .landing-media-pattern--image:after{background:linear-gradient(0deg,rgb(255 255 255/.72),rgb(255 255 255/.08) 62%,rgb(255 255 255/.16)),linear-gradient(135deg,rgb(51 111 209/.14),transparent 52%)}.landing-media-pattern__watermark{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;color:rgb(236 236 238/.16);font-family:var(--font-geist-mono),ui-monospace,monospace;font-size:10px;font-weight:700;text-transform:uppercase}html.light .landing-media-pattern__watermark{color:rgb(16 19 24/.18)}.landing-media-pattern__tag{position:absolute;top:12px;left:12px;z-index:2;border:1px solid rgb(255 255 255/.1);border-radius:6px;background:rgb(10 11 13/.7);padding:4px 9px;color:rgb(236 236 238/.85);font-size:10.5px;font-weight:800;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}html.light .landing-media-pattern__tag{border-color:color-mix(in srgb,var(--wl-border) 60%,transparent);background:rgb(255 255 255/.72);color:var(--landing-text)}.landing-mod-card__body{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:15px 14px;padding:16px 18px 17px}.landing-mod-card__body>strong{grid-column:1/-1;min-height:39px;overflow:hidden;color:var(--landing-text);display:-webkit-box;font-family:var(--font-unbounded),var(--font-geist-sans),system-ui,sans-serif;font-size:15px;font-weight:700;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.landing-mod-card__meta{display:flex;min-width:0;align-items:center;gap:8px;border-top:1px solid rgb(255 255 255/.06);padding-top:14px;color:var(--landing-blue-soft);font-size:12.5px;font-weight:800}html.light .landing-mod-card__meta{border-top-color:color-mix(in srgb,var(--wl-border) 50%,transparent)}.landing-avatar{flex:none;border-radius:50%;background:linear-gradient(135deg,var(--landing-accent),#27508f);box-shadow:0 0 0 1.5px rgb(77 141 247/.36);width:24px;height:24px}.landing-mod-card__metrics{display:flex;align-items:center;justify-content:flex-end;gap:13px;border-top:1px solid rgb(255 255 255/.06);padding-top:14px;color:var(--landing-muted-soft);font-size:11.5px;white-space:nowrap}html.light .landing-mod-card__metrics{border-top-color:color-mix(in srgb,var(--wl-border) 50%,transparent)}.landing-mod-card__metrics span{display:inline-flex;align-items:center;gap:5px}.landing-mod-card__metrics span span{color:var(--landing-blue-soft)}.landing-games__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:16px}.landing-game-card{position:relative;display:flex;height:100%;min-width:0;flex-direction:column;gap:11px;border-radius:12px;background:transparent;color:var(--landing-text);isolation:isolate}.landing-game-card:focus-visible{outline:2px solid rgb(77 141 247/.36);outline-offset:4px}.landing-game-card:active{transform:none}.landing-game-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:3/4;border:1px solid var(--landing-border);border-radius:12px;background:#121319;isolation:isolate;transition:border-color .18s ease}html.light .landing-game-card__media{background:#ffffff}.landing-game-card__media:after{content:"";position:absolute;inset:0;z-index:1;background:rgb(255 255 255/0);pointer-events:none;transition:background-color .18s ease}.landing-game-card__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.02) contrast(1.02);image-rendering:auto}.landing-game-card:focus-visible .landing-game-card__media{border-color:color-mix(in srgb,var(--landing-blue-soft) 38%,var(--landing-border))}.landing-game-card:focus-visible .landing-game-card__media:after,.landing-game-card:hover .landing-game-card__media:after{background:rgb(255 255 255/.16)}html.light .landing-game-card:focus-visible .landing-game-card__media:after,html.light .landing-game-card:hover .landing-game-card__media:after{background:rgb(10 11 13/.2)}.landing-game-card h3,.landing-game-card strong{display:block;min-height:32px;margin:0;padding:0 2px;color:var(--landing-text);font-family:var(--font-unbounded),var(--font-geist-sans),system-ui,sans-serif;font-size:12px;font-weight:700;line-height:1.25;text-align:left}.landing-cta-panel{justify-content:space-between;gap:36px;border-color:rgb(77 141 247/.28);padding:46px 48px}.landing-cta-panel>div:not(.landing-panel-glow){position:relative;max-width:620px}.landing-news{padding-bottom:70px}.landing-news-card__media{aspect-ratio:16/8}.landing-news-card__body{display:flex;flex:1;flex-direction:column;padding:17px 19px 19px}.landing-news-card__body>span:first-child{color:var(--landing-muted-soft);font-size:11.5px}.landing-news-card__body h3,.landing-news-card__body strong{margin-top:9px;margin-bottom:0;color:var(--landing-text);font-family:var(--font-unbounded),var(--font-geist-sans),system-ui,sans-serif;font-size:15px;font-weight:700;line-height:1.32}.landing-news-card__body>span:nth-child(3){margin-top:9px;color:var(--landing-muted-soft);font-size:13px;line-height:1.5}.landing-empty-state{margin:0;border-radius:14px;padding:22px 24px;color:var(--landing-muted-soft);font-size:14px;line-height:1.5}.landing-news-card__link{margin-top:15px;color:var(--landing-blue-soft);font-size:12.5px;font-weight:800}@keyframes mf-caret{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes mf-rowin{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes mf-skeleton-sheen{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes mf-landing-rise{0%{opacity:0;transform:translate3d(0,22px,0)}to{opacity:1;transform:none}}@keyframes mf-landing-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:no-preference){.landing-hero__actions,.landing-hero__copy h1,.landing-hero__copy>p,.landing-hero__media,.landing-hero__stats{opacity:0;animation:mf-landing-rise .72s cubic-bezier(.16,1,.3,1) forwards}.landing-hero__copy h1{animation-name:mf-landing-fade;animation-delay:70ms}.landing-hero__copy>p{animation-delay:.15s}.landing-hero__actions{animation-delay:.23s}.landing-hero__stats{animation-delay:.33s}.landing-hero__media{animation-delay:.25s}}@media (max-width:1120px){.landing-cta-panel,.landing-hero__grid,.landing-search-panel{align-items:stretch}.landing-games__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:900px){.landing-lazy-skeleton,.landing-shell{padding-inline:18px}.landing-hero{padding-top:40px}.landing-cta-panel,.landing-hero__grid,.landing-search-panel{flex-direction:column}.landing-hero__grid{min-height:auto}.landing-hero h1{max-width:13ch}.landing-hero__media{min-height:390px}.landing-hero-showcase{width:min(100%,560px);min-height:380px}.landing-search-section__copy{width:auto}.landing-feature-panel,.landing-feature-panel--image-right{grid-template-columns:1fr;gap:24px;min-height:auto}.landing-feature-panel--image-right .landing-feature-panel__copy,.landing-feature-panel--image-right .landing-feature-panel__visual,.landing-feature-panel__copy,.landing-feature-panel__visual{grid-column:1}.landing-feature-panel__visual{grid-row:1;min-height:170px}.landing-feature-panel__copy{grid-row:2}.landing-feature-panel--image-right .landing-feature-panel__copy{grid-row:1}.landing-feature-panel--image-right .landing-feature-panel__visual{grid-row:2}.landing-lazy-skeleton__grid,.landing-mod-grid,.landing-news__grid{grid-template-columns:1fr}}@media (max-width:640px){.landing-lazy-skeleton,.landing-shell{padding-inline:14px}.landing-hero h1{font-size:clamp(2.55rem,12vw,3.2rem)}.landing-cta-panel,.landing-hero__actions{align-items:stretch}.landing-button{width:100%}.landing-hero__stats{width:100%;justify-content:space-between}.landing-hero__stats div{flex:1;padding-inline:14px}.landing-hero__stats div:first-child{padding-left:0}.landing-hero__stats div:last-child{padding-right:0}.landing-hero__media{min-height:355px}.landing-hero-showcase{min-height:340px}.landing-hero-logo{width:clamp(150px,46vw,178px)}.landing-orbit-card{width:min(42vw,145px);min-height:92px;border-radius:14px;padding:12px 12px 13px}.landing-orbit-card--mod{top:5%;left:0}.landing-orbit-card--topic{top:40%;right:0}.landing-orbit-card--game{bottom:2%;left:8%}.landing-orbit-card__surface strong{margin-top:7px;font-size:13px}.landing-orbit-card__surface>span:last-child{margin-top:5px;font-size:10.5px}.landing-games__grid{grid-template-columns:1fr}.landing-feature-panel{padding:24px 20px}.landing-feature-panel__visual{min-height:150px}.landing-feature-panel h2{font-size:clamp(1.45rem,8vw,2rem)}.landing-cta-panel,.landing-search-panel{padding:30px 20px}.landing-section-header{align-items:flex-start;flex-direction:column}}@media (prefers-reduced-motion:reduce){.landing-page *,.landing-page :after,.landing-page :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.landing-button:active,.landing-card:active,.landing-card:focus-visible,.landing-card:hover{transform:none}}