.forum-game-page{--forum-game-radius:12px;--forum-game-layout-gap:1.125rem;--forum-game-border:color-mix(in srgb,var(--wl-border) 82%,transparent);--forum-game-border-quiet:color-mix(in srgb,var(--wl-border) 58%,transparent);--forum-game-hover:color-mix(in srgb,var(--wl-bg-card-hover) 42%,transparent);position:relative;width:100%;max-width:82.5rem;padding:calc(var(--app-header-height, 94px) + 1.625rem) clamp(1rem,2.2vw,1.75rem) 4.75rem;font-family:var(--font-sans),system-ui,-apple-system,sans-serif}.forum-game-page__nav{display:flex;min-height:1.5rem;align-items:center;margin-bottom:var(--forum-game-layout-gap)}.forum-game-breadcrumb{display:flex;min-width:0;align-items:center;gap:.55rem;color:var(--wl-text-secondary);font-size:.84rem;font-weight:600;line-height:1.4}.forum-game-breadcrumb a,.forum-game-breadcrumb span{min-width:0}.forum-game-breadcrumb a{color:var(--wl-accent-hover);text-decoration:none;transition:color .18s cubic-bezier(.16,1,.3,1)}.forum-game-breadcrumb a:focus-visible,.forum-game-breadcrumb a:hover{color:var(--wl-text-primary);text-decoration:underline;text-underline-offset:.18em}.forum-game-breadcrumb span:last-child{overflow:hidden;color:var(--wl-text-primary);text-overflow:ellipsis;white-space:nowrap}.forum-game-hub{display:grid}.forum-game-hero{display:grid;grid-template-columns:minmax(15rem,18.5rem) minmax(0,1fr);align-items:stretch;gap:var(--forum-game-layout-gap)}.forum-game-hero__media{position:relative;width:100%;min-height:0;aspect-ratio:3/4;overflow:hidden;border:1px solid var(--forum-game-border-quiet);border-radius:var(--forum-game-radius);background:var(--wl-bg-secondary)}.forum-game-hero__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center top;filter:saturate(.92) contrast(1.02)}.forum-game-hero__content{display:flex;min-width:0;flex-direction:column;justify-content:space-between;gap:clamp(2.25rem,4vw,4rem);padding:0 clamp(0rem,2vw,1.5rem) 0 0}.forum-game-hero__copy{max-width:48rem;min-width:0}.forum-game-hero__copy h1{margin:0;color:var(--wl-text-primary);font-size:clamp(3rem,5vw,4.25rem);font-weight:800;letter-spacing:-.04em;line-height:1;overflow-wrap:anywhere;text-wrap:balance}.forum-game-stats{display:grid;width:min(100%,42rem);grid-template-columns:repeat(3,minmax(0,1fr));margin:auto 0 0;border-top:1px solid var(--forum-game-border-quiet);padding-top:1.5rem}.forum-game-stats__item{min-width:0;padding-inline:1.5rem}.forum-game-stats__item:first-child{padding-left:0}.forum-game-stats__item+.forum-game-stats__item{border-left:1px solid var(--forum-game-border-quiet)}.forum-game-stats__item dd,.forum-game-stats__item dt{margin:0}.forum-game-stats__item dt{color:var(--wl-text-secondary);font-size:.875rem;font-weight:600;line-height:1.3;overflow-wrap:anywhere}.forum-game-stats__item dd{margin-top:.5rem;color:var(--wl-text-primary);font-size:2.25rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.025em;line-height:1;overflow-wrap:anywhere}.forum-game-sections{padding:var(--forum-game-layout-gap) .25rem}.forum-game-sections__header{max-width:45rem;margin-bottom:2rem}.forum-game-sections__header h2{margin:0;color:var(--wl-text-primary);font-size:2rem;font-weight:700;letter-spacing:-.035em;line-height:1.1;text-wrap:balance}.forum-game-sections__header p{margin:.7rem 0 0;color:var(--wl-text-secondary);font-size:.95rem;line-height:1.6;text-wrap:pretty}.forum-game-sections__grid{display:grid;grid-template-columns:minmax(0,1fr);margin:0;border-block:1px solid var(--forum-game-border);padding:0;list-style:none}.forum-game-sections__grid>li{min-width:0}.forum-game-sections__grid>li+li{border-top:1px solid var(--forum-game-border-quiet)}.forum-game-section-card{height:100%;min-width:0}.forum-game-section-card__link{position:relative;display:grid;min-height:6.75rem;grid-template-columns:1.75rem minmax(0,1fr) minmax(5.5rem,auto);align-items:center;gap:clamp(1rem,2vw,1.75rem);margin-inline:-.75rem;border-radius:10px;background:transparent;color:inherit;padding:1.35rem 1rem;text-decoration:none;transition:background-color .18s cubic-bezier(.16,1,.3,1),color .18s cubic-bezier(.16,1,.3,1)}.forum-game-section-card__link:focus-visible,.forum-game-section-card__link:hover{background:var(--forum-game-hover)}.forum-game-section-card__link:focus-visible{outline:2px solid var(--wl-accent);outline-offset:2px}.forum-game-section-card__mark{display:block;flex:0 0 auto;background-color:currentColor;mask-position:center;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;width:1.55rem;height:1.55rem;color:var(--wl-text-secondary);mask-image:var(--forum-game-section-icon);-webkit-mask-image:var(--forum-game-section-icon);transition:color .18s cubic-bezier(.16,1,.3,1)}.forum-game-section-card__body{display:grid;min-width:0;gap:.34rem}.forum-game-section-card__title{color:var(--wl-text-primary);font-size:1.08rem;font-weight:680;letter-spacing:-.015em;line-height:1.3;overflow-wrap:anywhere;transition:color .18s cubic-bezier(.16,1,.3,1)}.forum-game-section-card__description{display:-webkit-box;overflow:hidden;color:var(--wl-text-secondary);font-size:.87rem;line-height:1.5;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.forum-game-section-card__metric{display:grid;min-width:5.5rem;justify-items:end;gap:.2rem;color:var(--wl-text-secondary);text-align:right}.forum-game-section-card__metric strong{color:var(--wl-text-primary);font-size:1.18rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.02em;line-height:1}.forum-game-section-card__metric span{font-size:.73rem;font-weight:600;line-height:1.25;overflow-wrap:anywhere}.forum-game-section-card__link:focus-visible .forum-game-section-card__mark,.forum-game-section-card__link:focus-visible .forum-game-section-card__title,.forum-game-section-card__link:hover .forum-game-section-card__mark,.forum-game-section-card__link:hover .forum-game-section-card__title{color:var(--wl-accent-hover)}.forum-game-sections__empty{margin:0;border-block:1px solid var(--forum-game-border);color:var(--wl-text-secondary);padding:1.5rem .25rem;font-size:.92rem;line-height:1.55}html.light .forum-game-page{--forum-game-hover:color-mix(in srgb,var(--wl-bg-card-hover) 64%,transparent)}html.light .forum-game-hero__image{filter:saturate(.92) contrast(1.01) brightness(1.02)}.forum-game-loading__breadcrumb{width:min(10rem,40vw);height:.95rem;border-radius:4px}.forum-game-hero--loading .forum-game-hero__media{border:0}.forum-game-loading__copy{width:min(100%,42rem)}.forum-game-loading__title{width:min(31rem,82%);height:3.8rem;border-radius:8px}.forum-game-loading__stat-label{width:3.75rem;height:.72rem;border-radius:3px}.forum-game-loading__stat-value{width:2.75rem;height:1.65rem;margin-top:.5rem;border-radius:4px}.forum-game-loading__section-title{width:min(22rem,62vw);height:2.2rem;border-radius:6px}.forum-game-loading__section-intro{width:min(37rem,78vw);height:1rem;margin-top:.85rem;border-radius:4px}.forum-game-loading__row{height:6.75rem;border-radius:0}@media (max-width:760px){.forum-game-page{padding-top:calc(var(--app-header-height, 84px) + 1.375rem)}.forum-game-hero{grid-template-columns:minmax(0,1fr)}.forum-game-hero__media{width:100%;min-height:0;height:clamp(15rem,66vw,22rem)}.forum-game-hero__content{gap:2rem;padding:0 .25rem}}@media (max-width:560px){.forum-game-page{padding-inline:clamp(.875rem,4vw,1.125rem)}.forum-game-hero__copy h1{font-size:clamp(2.45rem,12vw,3.3rem);line-height:1}.forum-game-stats{margin-top:0;padding-top:1rem}.forum-game-stats__item{padding-inline:.75rem}.forum-game-stats__item dt{font-size:.72rem}.forum-game-stats__item dd{font-size:1.75rem}.forum-game-sections{padding-inline:0}.forum-game-sections__header{margin-bottom:1.5rem}.forum-game-sections__header h2{font-size:1.75rem}.forum-game-section-card__link{min-height:7.4rem;grid-template-columns:1.55rem minmax(0,1fr);align-items:start;gap:.9rem;padding-block:1.2rem}.forum-game-section-card__mark{width:1.35rem;height:1.35rem;margin-top:.1rem}.forum-game-section-card__metric{grid-column:2/-1;grid-row:2;display:flex;min-width:0;align-items:baseline;justify-items:start;gap:.4rem;text-align:left}.forum-game-section-card__metric strong{font-size:1rem}.forum-game-loading__title{height:3rem}}@media (prefers-reduced-motion:reduce){.forum-game-breadcrumb a,.forum-game-section-card__link,.forum-game-section-card__mark,.forum-game-section-card__title{transition:none}}