.forum-games-catalog{--forum-games-radius:10px;--forum-games-border:color-mix(in srgb,var(--wl-border) 86%,transparent);--forum-games-border-strong:color-mix(in srgb,var(--wl-border-hover) 84%,var(--wl-accent) 8%);--forum-games-control-surface:color-mix(in srgb,var(--wl-bg-card) 82%,var(--wl-bg-primary) 18%);display:flex;min-width:0;flex-direction:column;gap:2rem}.forum-games-catalog__nav{display:flex;align-items:center;min-height:2.25rem}.forum-games-catalog__back-link{display:inline-flex;min-height:2.25rem;align-items:center;gap:.48rem;color:var(--wl-text-secondary);font-size:.84rem;font-weight:720;text-decoration:none;transition:color .18s ease}.forum-games-catalog__back-link svg{width:1rem;height:1rem;flex:none;transition:transform .18s cubic-bezier(.16,1,.3,1)}.forum-games-catalog__back-link:hover{color:var(--wl-text-primary)}.forum-games-catalog__back-link:hover svg{transform:translateX(-2px)}.forum-game-card__bookmark:focus-visible,.forum-game-card__title:focus-visible,.forum-games-catalog__back-link:focus-visible,.forum-games-toolbar__clear:focus-visible,.forum-games-toolbar__sort-button:focus-visible,.forum-games-toolbar__sort-option:focus-visible{outline:2px solid color-mix(in srgb,var(--wl-accent) 86%,white 14%);outline-offset:3px}.forum-game-card__poster-link:focus-visible{outline:2px solid color-mix(in srgb,var(--wl-accent) 86%,white 14%);outline-offset:-4px}.forum-games-catalog__masthead{display:grid;grid-template-columns:minmax(0,1fr) 13.5rem;align-items:end;gap:2rem;margin-top:-.25rem;padding:.25rem 0 0}.forum-games-catalog__copy{min-width:0;max-width:54rem}.forum-games-catalog__title{margin:0;color:var(--wl-text-primary);font-family:var(--font-unbounded),var(--font-geist-sans),system-ui,sans-serif;font-size:3.25rem;font-weight:800;letter-spacing:0;line-height:1.04;text-wrap:balance}.forum-games-catalog__intro{max-width:65ch;margin:1rem 0 0;color:var(--wl-text-secondary);font-size:.98rem;line-height:1.62;text-wrap:pretty}.forum-games-catalog__summary{display:grid;width:13.5rem;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;margin:0;contain:inline-size}.forum-games-catalog__summary>div{position:relative;display:grid;min-width:0;justify-items:center;padding-inline:1.125rem;text-align:center}.forum-games-catalog__summary>div:first-child{justify-items:start;padding-left:0;text-align:left}.forum-games-catalog__summary>div:last-child{justify-items:end;padding-right:0;text-align:right}.forum-games-catalog__summary>div+div:before{position:absolute;top:0;bottom:0;left:0;width:1px;background:var(--forum-games-border-strong);content:""}.forum-games-catalog__summary dt{grid-row:2;margin-top:.5rem;color:var(--wl-text-secondary);font-size:.6875rem;font-weight:700;line-height:1;text-transform:uppercase}.forum-games-catalog__summary dd{grid-row:1;margin:0;color:var(--wl-text-primary);font-family:var(--font-unbounded),var(--font-geist-sans),system-ui,sans-serif;font-size:1.875rem;font-weight:800;font-variant-numeric:tabular-nums;line-height:1}.forum-games-toolbar{position:static;box-sizing:border-box;display:grid;width:100%;max-width:100%;grid-template-columns:minmax(16rem,34rem) minmax(0,1fr) 13.5rem;align-items:center;gap:1rem;overflow:visible;background:transparent;padding:0;box-shadow:none}.forum-games-toolbar__search{display:flex;min-width:0;min-height:2.9rem;align-items:center;gap:.62rem;border:1px solid var(--forum-games-border);border-radius:var(--forum-games-radius);background:var(--forum-games-control-surface);padding-inline:.85rem .4rem;color:var(--wl-text-muted);transition:border-color .17s ease,color .17s ease,background-color .17s ease}.forum-games-toolbar__search-icon{width:1rem;height:1rem;flex:none}.forum-games-toolbar__search:focus-within{border-color:color-mix(in srgb,var(--wl-accent) 68%,var(--forum-games-border));background:var(--wl-bg-card);color:var(--wl-accent)}.forum-games-toolbar__search-input{min-width:0;flex:1;border:0;background:transparent;color:var(--wl-text-primary);font:inherit;font-size:.9rem;font-weight:620;outline:none}.forum-games-toolbar__search-input::placeholder{color:var(--wl-text-secondary);opacity:1}.forum-games-toolbar__search-input::-webkit-search-cancel-button{display:none}.forum-games-toolbar__clear{display:inline-flex;width:2rem;height:2rem;align-items:center;justify-content:center;border:0;border-radius:7px;background:transparent;color:var(--wl-text-secondary);cursor:pointer;transition:background-color .16s ease,color .16s ease}.forum-games-toolbar__clear svg{width:.875rem;height:.875rem}.forum-games-toolbar__clear:hover{background:var(--wl-bg-card-hover);color:var(--wl-text-primary)}.forum-games-toolbar__sort-menu{position:relative;display:block;grid-column:3;min-width:13.5rem}.forum-games-toolbar__sort-button{display:flex;min-height:2.9rem;width:100%;align-items:center;justify-content:flex-start;gap:.55rem;border:1px solid var(--forum-games-border);border-radius:var(--forum-games-radius);background:var(--forum-games-control-surface);padding:.65rem .75rem;color:var(--wl-text-secondary);cursor:pointer;font-size:.82rem;font-weight:650;transition:border-color .17s ease,background-color .17s ease,color .17s ease}.forum-games-toolbar__sort-button:hover,.forum-games-toolbar__sort-button[aria-expanded=true]{border-color:var(--forum-games-border-strong);background:var(--wl-bg-card);color:var(--wl-text-primary)}.forum-games-toolbar__sort-button strong{min-width:0;overflow:hidden;flex:1;color:var(--wl-text-primary);font-weight:760;text-align:left;text-overflow:ellipsis;white-space:nowrap}.forum-games-toolbar__sort-chevron{width:.875rem;height:.875rem;flex:none;color:var(--wl-text-muted);transition:transform .18s cubic-bezier(.16,1,.3,1)}.forum-games-toolbar__sort-button[aria-expanded=true] .forum-games-toolbar__sort-chevron{transform:rotate(180deg)}.forum-games-toolbar__sort-popover{position:absolute;right:0;top:calc(100% + .45rem);z-index:40;width:min(18rem,calc(100vw - 2rem));overflow:hidden;border:1px solid var(--forum-games-border-strong);border-radius:var(--forum-games-radius);background:var(--wl-bg-card);padding:.38rem}.forum-games-toolbar__sort-popover-label{margin:0;padding:.45rem .55rem .5rem;color:var(--wl-text-muted);font-size:.72rem;font-weight:680}.forum-games-toolbar__sort-option{display:flex;min-height:2.45rem;align-items:center;justify-content:space-between;gap:.75rem;border-radius:7px;padding:.58rem .66rem;color:var(--wl-text-secondary);font-size:.88rem;font-weight:680;text-decoration:none}.forum-games-toolbar__sort-option:hover{background:var(--wl-bg-card-hover);color:var(--wl-text-primary)}.forum-games-toolbar__sort-option[data-active=true]{background:color-mix(in srgb,var(--wl-accent) 11%,var(--wl-bg-card));color:var(--wl-text-primary);font-weight:760}.forum-games-catalog__error{margin:0;border:1px solid rgb(248 113 113/.32);border-radius:var(--forum-games-radius);background:rgb(127 29 29/.24);padding:.75rem .9rem;color:rgb(254 202 202);font-size:.88rem;font-weight:650}.forum-games-catalog__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,10.75rem),1fr));gap:2rem 1.5rem;margin:0;padding:0}.forum-games-catalog__item{min-width:0;list-style:none}.forum-game-card{display:flex;min-width:0;flex-direction:column;gap:.75rem}.forum-game-card__poster{position:relative;overflow:hidden;isolation:isolate;aspect-ratio:2/3;border:0;border-radius:12px;background:var(--wl-bg-card);transform:translateZ(0);transition:transform .22s cubic-bezier(.16,1,.3,1)}.forum-game-card:focus-within .forum-game-card__poster,.forum-game-card:hover .forum-game-card__poster{transform:translateY(-2px)}.forum-game-card__poster-link{position:absolute;inset:0;display:block;border-radius:inherit}.forum-game-card__image{height:100%;width:100%;object-fit:cover;object-position:center;transform:translateZ(0) scale(1);transform-origin:center;filter:saturate(.98) brightness(.98);transition:transform .36s cubic-bezier(.16,1,.3,1),filter .22s ease}.forum-game-card:focus-within .forum-game-card__image,.forum-game-card:hover .forum-game-card__image{transform:translateZ(0) scale(1.02);filter:saturate(1.03) brightness(1.02)}.forum-game-card__bookmark{position:absolute;right:.7rem;top:.7rem;z-index:3;display:inline-flex;width:1.75rem;height:1.75rem;align-items:center;justify-content:center;border:0;border-radius:6px;background:rgb(9 11 15/.72);color:#fff;cursor:pointer;text-decoration:none;transition:background-color .17s ease,color .17s ease,transform .17s ease}.forum-game-card__bookmark:before{position:absolute;inset:-.5rem;content:""}.forum-game-card__bookmark-icon{width:1rem;height:1rem}.forum-game-card__bookmark:focus-visible,.forum-game-card__bookmark:hover{background:rgb(9 11 15/.9);transform:translateY(-1px)}.forum-game-card__bookmark[data-selected=true]{background:rgb(9 11 15/.84);color:color-mix(in srgb,var(--wl-accent) 72%,white 28%)}.forum-game-card__bookmark:disabled{cursor:wait;opacity:.62;transform:none}.forum-game-card__body{display:flex;min-width:0;flex-direction:column;gap:.65rem;padding-inline:.05rem}.forum-game-card__title{display:-webkit-box;min-height:1.24em;overflow:hidden;color:var(--wl-text-primary);font-family:var(--font-geist-sans),system-ui,sans-serif;font-size:1rem;font-weight:780;letter-spacing:0;line-height:1.24;text-decoration:none;text-wrap:pretty;-webkit-box-orient:vertical;-webkit-line-clamp:2}.forum-game-card__title:focus-visible,.forum-game-card__title:hover{color:var(--wl-accent-hover)}.forum-game-card__metrics{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:.5rem;margin:0;padding:0}.forum-game-card__metric{min-width:0;list-style:none}.forum-game-card__metric>span{display:inline-flex;min-width:0;min-height:1.25rem;align-items:center;gap:.3rem;color:var(--wl-text-secondary);font-family:var(--font-geist-sans),system-ui,sans-serif;font-size:.9rem;font-weight:700;font-variant-numeric:tabular-nums;line-height:1}.forum-game-card__metric-icon{display:block;width:1.125rem;height:1.125rem;flex:none;color:var(--wl-text-muted)}.forum-game-card__metric-icon--section{background-color:currentColor;mask-image:var(--forum-game-section-icon);mask-position:center;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-image:var(--forum-game-section-icon);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain}.forum-games-catalog__empty{display:grid;min-height:15rem;place-items:center;border:1px dashed var(--forum-games-border-strong);border-radius:12px;background:var(--wl-bg-card);padding:2.2rem 1rem;text-align:center}.forum-games-catalog__empty-title{margin:0;color:var(--wl-text-primary);font-family:var(--font-geist-sans),system-ui,sans-serif;font-size:1rem;font-weight:720}.forum-games-catalog__empty-body{margin:.55rem auto 0;max-width:34rem;color:var(--wl-text-secondary);font-size:.9rem;line-height:1.55}.forum-games-catalog-toast{position:fixed;bottom:1.25rem;left:50%;z-index:100;width:min(100%,22rem);padding-inline:.75rem;pointer-events:none;transform:translateX(-50%)}.forum-games-catalog-toast__surface{border:1px solid var(--forum-games-border-strong);border-radius:var(--forum-games-radius);background:var(--wl-bg-card);padding:.75rem .9rem;color:var(--wl-text-primary);font-size:.88rem;font-weight:700;text-align:center;box-shadow:0 4px 8px rgb(0 0 0/.12);pointer-events:auto}.forum-games-catalog-toast__surface[data-tone=warning]{border-color:rgb(245 158 11/.35);background:rgb(69 26 3/.96);color:rgb(254 243 199)}html.light .forum-games-catalog{--forum-games-border:color-mix(in srgb,var(--wl-border) 92%,transparent);--forum-games-border-strong:color-mix(in srgb,var(--wl-border-hover) 88%,var(--wl-accent) 7%);--forum-games-control-surface:color-mix(in srgb,var(--wl-bg-card) 88%,var(--wl-bg-secondary) 12%)}@media (max-width:64rem){.forum-games-catalog__masthead{grid-template-columns:minmax(0,1fr);gap:1.8rem}.forum-games-catalog__summary{justify-self:start}}@media (max-width:40rem){.forum-games-catalog{gap:1.5rem}.forum-games-catalog__masthead{gap:1.4rem;padding-bottom:.35rem}.forum-games-catalog__title{font-size:2.35rem}.forum-games-catalog__intro{margin-top:.8rem;font-size:.9rem}.forum-games-toolbar{grid-template-columns:1fr}.forum-games-toolbar__sort-button,.forum-games-toolbar__sort-menu{width:100%}.forum-games-toolbar__sort-menu{grid-column:1}.forum-games-catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 1rem}.forum-game-card{gap:.68rem}.forum-game-card__title{font-size:.9rem}}@media (max-width:23rem){.forum-games-catalog__grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.forum-game-card__bookmark,.forum-game-card__image,.forum-game-card__poster,.forum-games-catalog__back-link,.forum-games-catalog__back-link svg,.forum-games-toolbar__search,.forum-games-toolbar__sort-button,.forum-games-toolbar__sort-chevron{transition:none}.forum-game-card:focus-within .forum-game-card__image,.forum-game-card:focus-within .forum-game-card__poster,.forum-game-card:hover .forum-game-card__image,.forum-game-card:hover .forum-game-card__poster,.forum-game-card__bookmark:focus-visible,.forum-game-card__bookmark:hover,.forum-games-catalog__back-link:hover svg{transform:none}}