.forum-games-catalog{--forum-games-radius:8px;--forum-games-border:color-mix(in srgb,var(--wl-border) 82%,transparent);--forum-games-border-strong:color-mix(in srgb,var(--wl-border-hover) 74%,var(--wl-accent) 10%);--forum-games-surface:color-mix(in srgb,var(--wl-bg-card) 88%,var(--wl-bg-secondary) 12%);--forum-games-surface-soft:color-mix(in srgb,var(--wl-bg-secondary) 64%,transparent);--forum-games-surface-quiet:color-mix(in srgb,var(--wl-bg-primary) 42%,transparent);--forum-games-toolbar-gap:0.5rem;--forum-games-toolbar-offset:calc(var(--app-header-height, 72px) + var(--forum-games-toolbar-gap));--forum-games-toolbar-surface:color-mix(in srgb,var(--wl-bg-card) 94%,var(--wl-bg-primary) 6%);--forum-games-toolbar-shadow:0 22px 56px -42px rgb(0 0 0/0.96),inset 0 1px 0 rgb(255 255 255/0.06);--forum-games-card-shadow:0 26px 68px -48px rgb(0 0 0/0.98);display:flex;min-width:0;flex-direction:column;gap:clamp(1rem,1.8vw,1.35rem)}.forum-games-catalog__nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:2.25rem}.forum-games-catalog__back-link{display:inline-flex;min-height:2.25rem;align-items:center;border-radius:999px;color:var(--wl-accent);font-size:.84rem;font-weight:720;text-decoration:none;transition:color .18s ease,transform .18s ease}.forum-games-catalog__back-link:hover{color:var(--wl-accent-hover);transform:translateX(-2px)}.forum-game-card__bookmark:focus-visible,.forum-game-card__poster-link: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-chip: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-games-catalog__masthead{position:relative;display:grid;overflow:hidden;grid-template-columns:minmax(0,1fr) minmax(15rem,20rem);align-items:end;gap:clamp(1.4rem,4vw,4rem);border:1px solid var(--forum-games-border);border-radius:var(--forum-games-radius);background:linear-gradient(180deg,rgb(255 255 255/.055),rgb(255 255 255/.012)),linear-gradient(120deg,color-mix(in srgb,var(--wl-accent) 11%,transparent),transparent 48%),var(--forum-games-surface);padding:clamp(1.5rem,4.8vw,3rem);box-shadow:0 34px 96px -66px rgb(0 0 0/.98)}.forum-games-catalog__masthead:before{content:"";position:absolute;inset-inline:clamp(1rem,3vw,2.4rem);top:0;height:1px;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--wl-accent) 58%,transparent),transparent);pointer-events:none}.forum-games-catalog__copy{min-width:0;max-width:48rem}.forum-games-catalog__kicker{margin:0 0 1.05rem;color:color-mix(in srgb,var(--wl-accent) 82%,var(--wl-text-secondary) 18%);font-size:.76rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.forum-games-catalog__title{margin:0;color:var(--wl-text-primary);font-size:5rem;font-weight:880;letter-spacing:0;line-height:.92;overflow-wrap:anywhere}.forum-games-catalog__intro{max-width:38rem;margin:1.35rem 0 0;color:var(--wl-text-secondary);font-size:1.02rem;line-height:1.62}.forum-games-catalog__library{display:grid;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:.75rem}.forum-games-catalog__library-row{display:flex;min-width:0;min-height:6.75rem;flex-direction:column;align-items:flex-start;justify-content:center;gap:.7rem;border:1px solid var(--forum-games-border);border-radius:var(--forum-games-radius);background:linear-gradient(180deg,rgb(255 255 255/.045),rgb(255 255 255/.01)),color-mix(in srgb,var(--wl-bg-primary) 28%,transparent);padding:1rem}.forum-games-catalog__library-row[data-active=true]{border-color:color-mix(in srgb,var(--wl-accent) 48%,var(--forum-games-border));background:linear-gradient(180deg,rgb(255 255 255/.065),rgb(255 255 255/.015)),color-mix(in srgb,var(--wl-accent) 14%,var(--wl-bg-card));box-shadow:inset 0 1px 0 rgb(255 255 255/.075)}.forum-games-catalog__library-row span{min-width:0;color:var(--wl-text-muted);font-size:.72rem;font-weight:760;line-height:1.18;text-transform:uppercase}.forum-games-catalog__library-row strong{min-width:0;color:color-mix(in srgb,var(--wl-text-primary) 92%,var(--wl-accent) 8%);font-size:2.75rem;font-weight:880;line-height:.9}.forum-games-catalog__library-row[data-active=true] strong{color:var(--wl-text-primary)}.forum-games-toolbar{position:sticky;top:var(--forum-games-toolbar-offset);z-index:40;box-sizing:border-box;display:grid;width:100%;max-width:100%;grid-template-columns:minmax(17rem,1fr) auto;gap:.75rem;overflow:visible;background:linear-gradient(180deg,rgb(255 255 255/.04),rgb(255 255 255/.012)),var(--forum-games-toolbar-surface);padding:.6rem;box-shadow:var(--forum-games-toolbar-shadow);isolation:isolate}.forum-games-toolbar,.forum-games-toolbar__search{align-items:center;border:1px solid var(--forum-games-border);border-radius:var(--forum-games-radius)}.forum-games-toolbar__search{display:flex;min-width:0;min-height:2.8rem;gap:.5rem;background:color-mix(in srgb,var(--wl-bg-primary) 34%,transparent);padding-inline:.82rem .4rem;color:var(--wl-text-muted);transition:border-color .17s ease,box-shadow .17s ease,color .17s ease,background-color .17s ease}.forum-games-toolbar__search:focus-within{border-color:color-mix(in srgb,var(--wl-accent) 62%,var(--forum-games-border));background:color-mix(in srgb,var(--wl-bg-card) 84%,transparent);box-shadow:0 0 0 2px color-mix(in srgb,var(--wl-accent) 18%,transparent);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:660;outline:none}.forum-games-toolbar__search-input::placeholder{color:var(--wl-text-muted);opacity:1}.forum-games-toolbar__search-input::-webkit-search-cancel-button{display:none}.forum-games-toolbar__clear{display:inline-flex;width:1.95rem;height:1.95rem;align-items:center;justify-content:center;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--wl-text-secondary);cursor:pointer;font-size:1rem;line-height:1;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.forum-games-toolbar__clear:hover{border-color:var(--forum-games-border);background:var(--wl-bg-card-hover);color:var(--wl-text-primary)}.forum-games-toolbar__sort{display:flex;min-width:0;align-items:center;justify-content:flex-end;gap:.36rem}.forum-games-toolbar__sort-label{margin-inline:.2rem .35rem;color:var(--wl-text-muted);font-size:.72rem;font-weight:820;text-transform:uppercase}.forum-games-toolbar__sort-chip{display:inline-flex;min-height:2.35rem;align-items:center;justify-content:center;border:1px solid transparent;border-radius:var(--forum-games-radius);padding:.5rem .78rem;color:var(--wl-text-secondary);font-size:.78rem;font-weight:800;line-height:1;text-decoration:none;white-space:nowrap;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.forum-games-toolbar__sort-chip:hover{border-color:var(--forum-games-border);background:color-mix(in srgb,var(--wl-bg-card-hover) 74%,transparent);color:var(--wl-text-primary);transform:translateY(-1px)}.forum-games-toolbar__sort-chip[data-active=true]{border-color:color-mix(in srgb,var(--wl-accent) 42%,var(--forum-games-border));background:color-mix(in srgb,var(--wl-accent) 18%,var(--wl-bg-card));color:var(--wl-text-primary);box-shadow:inset 0 1px 0 rgb(255 255 255/.08)}.forum-games-toolbar__sort-menu{position:relative;display:none}.forum-games-toolbar__sort-button{display:inline-flex;min-height:2.8rem;width:100%;align-items:center;justify-content:center;gap:.45rem;border:1px solid var(--forum-games-border);border-radius:var(--forum-games-radius);background:color-mix(in srgb,var(--wl-bg-primary) 34%,transparent);color:var(--wl-text-secondary);cursor:pointer;font-size:.82rem;font-weight:760}.forum-games-toolbar__sort-button strong{min-width:0;overflow:hidden;color:var(--wl-text-primary);font-weight:850;text-overflow:ellipsis;white-space:nowrap}.forum-games-toolbar__sort-chevron{flex-shrink:0;color:var(--wl-text-muted)}.forum-games-toolbar__sort-popover{position:absolute;right:0;top:calc(100% + .5rem);z-index:40;width:min(17rem,calc(100vw - 2rem));overflow:hidden;border:1px solid var(--forum-games-border);border-radius:var(--forum-games-radius);background:color-mix(in srgb,var(--wl-bg-card) 96%,var(--wl-bg-primary) 4%);padding:.4rem;box-shadow:0 26px 70px -40px rgb(0 0 0/.95)}.forum-games-toolbar__sort-popover-label{margin:0;padding:.45rem .55rem;color:var(--wl-text-muted);font-size:.68rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.forum-games-toolbar__sort-option{display:flex;min-height:2.4rem;align-items:center;justify-content:space-between;gap:.75rem;border-radius:calc(var(--forum-games-radius) - 2px);padding:.55rem .65rem;color:var(--wl-text-secondary);font-size:.88rem;font-weight:750;text-decoration:none}.forum-games-toolbar__sort-option:hover,.forum-games-toolbar__sort-option[data-active=true]{background:color-mix(in srgb,var(--wl-accent) 16%,transparent);color:var(--wl-text-primary)}.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%,10rem),1fr));gap:clamp(1.2rem,2.1vw,1.55rem);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:.72rem}.forum-game-card__poster{position:relative;overflow:hidden;isolation:isolate;aspect-ratio:2/3;border-radius:var(--forum-games-radius);background:linear-gradient(135deg,color-mix(in srgb,var(--wl-bg-secondary) 78%,var(--wl-accent) 8%),var(--wl-bg-card));box-shadow:inset 0 0 0 1px var(--forum-games-border),var(--forum-games-card-shadow);transform:translateZ(0);transition:box-shadow .26s ease,transform .26s cubic-bezier(.22,1,.36,1)}.forum-game-card[data-selected=true] .forum-game-card__poster{box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--wl-accent) 82%,white 8%),0 0 0 1px color-mix(in srgb,var(--wl-accent) 34%,transparent),0 24px 60px -42px var(--wl-accent)}.forum-game-card:focus-within .forum-game-card__poster,.forum-game-card:hover .forum-game-card__poster{transform:translateY(-3px);box-shadow:inset 0 0 0 1px color-mix(in srgb,white 44%,var(--forum-games-border)),0 30px 74px -46px rgb(0 0 0/1)}.forum-game-card[data-selected=true]:focus-within .forum-game-card__poster,.forum-game-card[data-selected=true]:hover .forum-game-card__poster{box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--wl-accent) 86%,white 10%),0 0 0 1px color-mix(in srgb,var(--wl-accent) 40%,transparent),0 28px 70px -42px var(--wl-accent)}.forum-game-card__poster-link{position:absolute;inset:0;display:block;border-radius:inherit;outline-offset:3px}.forum-game-card__image{height:100%;width:100%;object-fit:cover;object-position:center;transform:translateZ(0) scale(1);transform-origin:center;filter:saturate(1.02) brightness(.96);transition:transform .78s cubic-bezier(.22,1,.36,1),filter .42s ease}.forum-game-card:focus-within .forum-game-card__image,.forum-game-card:hover .forum-game-card__image{will-change:transform,filter;transform:translateZ(0) scale(1.045);filter:saturate(1.08) brightness(1.05)}.forum-game-card__poster-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgb(0 0 0/.04),transparent 42%),linear-gradient(0deg,rgb(0 0 0/.34),transparent 48%);opacity:.66;pointer-events:none}.forum-game-card__bookmark{position:absolute;right:.54rem;top:.54rem;z-index:3;display:inline-flex;width:2.35rem;height:2.35rem;align-items:center;justify-content:center;border:1px solid rgb(255 255 255/.2);border-radius:999px;background:rgb(0 0 0/.52);color:#fff;cursor:pointer;text-decoration:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 16px 34px -24px rgb(0 0 0/.95);transition:background-color .18s ease,border-color .18s ease,color .18s ease,opacity .18s ease,transform .18s ease}.forum-game-card__bookmark:focus-visible,.forum-game-card__bookmark:hover{border-color:rgb(255 255 255/.38);background:rgb(0 0 0/.72);transform:translateY(-1px)}.forum-game-card__bookmark[data-selected=true]{border-color:color-mix(in srgb,var(--wl-accent) 58%,white 14%);background:color-mix(in srgb,var(--wl-accent) 36%,rgb(0 0 0/.64));color:#fff}.forum-game-card__bookmark:disabled{cursor:wait;opacity:.62;transform:none}.forum-game-card__body{display:flex;min-width:0;flex-direction:column;gap:.48rem;padding-inline:.05rem}.forum-game-card__title{display:-webkit-box;overflow:hidden;color:var(--wl-text-primary);font-size:.92rem;font-weight:820;letter-spacing:0;line-height:1.24;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}.forum-game-card__title:focus-visible,.forum-game-card__title:hover{color:color-mix(in srgb,var(--wl-accent-hover) 76%,white 24%)}.forum-game-card__metrics{display:flex;min-width:0;align-items:center;gap:.42rem;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;align-items:center;justify-content:center;gap:.24rem;overflow:hidden;color:var(--wl-text-muted);font-weight:800;line-height:1;text-overflow:ellipsis;white-space:nowrap}.forum-game-card__metric svg{color:color-mix(in srgb,var(--wl-text-secondary) 80%,var(--wl-accent) 20%)}.forum-game-card__metric--primary{flex:0 0 auto}.forum-game-card__metric--primary>span{min-width:0;min-height:1.1rem;justify-content:center;padding:0;color:color-mix(in srgb,var(--wl-text-secondary) 86%,var(--wl-accent) 14%);font-size:.72rem}.forum-game-card__metric--secondary{flex:0 0 auto}.forum-game-card__metric--secondary>span{min-height:1.1rem;min-width:0;padding:0;font-size:.72rem}.forum-games-catalog__empty{display:grid;min-height:15rem;place-items:center;border:1px dashed var(--forum-games-border-strong);border-radius:var(--forum-games-radius);background:linear-gradient(180deg,rgb(255 255 255/.035),rgb(255 255 255/.012)),var(--forum-games-surface);padding:2.2rem 1rem;text-align:center}.forum-games-catalog__empty-title{margin:0;color:var(--wl-text-primary);font-size:1.1rem;font-weight:850}.forum-games-catalog__empty-body{margin:.45rem 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);border-radius:var(--forum-games-radius);background:color-mix(in srgb,var(--wl-bg-card) 94%,transparent);padding:.75rem .9rem;color:var(--wl-text-primary);font-size:.88rem;font-weight:750;text-align:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 22px 54px -34px rgb(0 0 0/.95);pointer-events:auto}.forum-games-catalog-toast__surface[data-tone=warning]{border-color:rgb(245 158 11/.35);background:rgb(69 26 3/.92);color:rgb(254 243 199)}html.light .forum-games-catalog{--forum-games-border:color-mix(in srgb,var(--wl-border) 88%,transparent);--forum-games-border-strong:color-mix(in srgb,var(--wl-border-hover) 82%,var(--wl-accent) 6%);--forum-games-surface:color-mix(in srgb,var(--wl-bg-card) 94%,var(--wl-bg-secondary) 6%);--forum-games-surface-soft:color-mix(in srgb,var(--wl-bg-secondary) 68%,white 32%);--forum-games-surface-quiet:color-mix(in srgb,var(--wl-bg-secondary) 56%,white 44%);--forum-games-toolbar-surface:color-mix(in srgb,var(--wl-bg-card) 97%,var(--wl-bg-primary) 3%);--forum-games-toolbar-shadow:0 18px 44px -36px rgb(16 18 32/0.48),inset 0 1px 0 rgb(255 255 255/0.72)}html.light .forum-games-catalog__empty,html.light .forum-games-catalog__masthead{background:linear-gradient(180deg,rgb(255 255 255/.76),rgb(255 255 255/.42)),linear-gradient(120deg,color-mix(in srgb,var(--wl-accent) 8%,transparent),transparent 50%),var(--forum-games-surface);box-shadow:0 24px 70px -58px rgb(16 18 32/.42)}html.light .forum-games-catalog__library-row{background:linear-gradient(180deg,rgb(255 255 255/.78),rgb(255 255 255/.42)),color-mix(in srgb,var(--wl-bg-card) 82%,transparent)}html.light .forum-games-toolbar{box-shadow:var(--forum-games-toolbar-shadow)}html.light .forum-games-catalog-toast__surface,html.light .forum-games-toolbar__sort-popover{box-shadow:0 22px 60px -42px rgb(16 18 32/.42)}html.light .forum-game-card__poster{box-shadow:inset 0 0 0 1px var(--forum-games-border),0 22px 54px -44px rgb(16 18 32/.42)}html.light .forum-game-card:focus-within .forum-game-card__poster,html.light .forum-game-card:hover .forum-game-card__poster{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--wl-accent) 38%,var(--forum-games-border)),0 26px 66px -44px rgb(16 18 32/.46)}@media (max-width:64rem){.forum-games-catalog__masthead{grid-template-columns:minmax(0,1fr)}.forum-games-catalog__title{font-size:4rem}.forum-games-catalog__library-row strong{font-size:2.45rem}.forum-games-catalog__library{max-width:22rem}}@media (max-width:70rem){.forum-games-toolbar{grid-template-columns:minmax(0,1fr) auto}.forum-games-toolbar__sort{display:none}.forum-games-toolbar__sort-menu{display:block}.forum-games-toolbar__sort-button span{display:none}}@media (max-width:40rem){.forum-games-catalog{gap:.85rem}.forum-games-catalog__nav{align-items:flex-start}.forum-games-catalog__masthead{padding:1.15rem}.forum-games-catalog__title{font-size:2.85rem}.forum-games-catalog__intro{font-size:.9rem}.forum-games-catalog__library-row{max-width:100%;min-height:5.75rem}.forum-games-catalog__library{width:100%;max-width:none}.forum-games-toolbar{position:static;grid-template-columns:1fr}.forum-games-toolbar__sort-button,.forum-games-toolbar__sort-menu{width:100%}.forum-games-toolbar__sort-button span{display:inline}.forum-games-catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem .88rem}.forum-game-card__title{font-size:.82rem}.forum-game-card__metrics{gap:.3rem;flex-wrap:wrap}.forum-game-card__metric--primary>span,.forum-game-card__metric--secondary>span{min-height:1rem}.forum-game-card__metric--secondary>span{min-width:0;padding-inline:0;font-size:.64rem}.forum-game-card__metric svg{width:.72rem;height:.72rem}}@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-toolbar__search,.forum-games-toolbar__sort-chip{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,.forum-games-toolbar__sort-chip:hover{transform:none}.forum-game-card:focus-within .forum-game-card__image,.forum-game-card:hover .forum-game-card__image{will-change:auto}}