.home-featured{text-align:center;min-height:min(var(--hero-min-height-cinematic), 100svh);background:#070708;flex-direction:column;justify-content:center;align-items:center;display:flex}.home-featured-art{z-index:0;pointer-events:none;position:absolute;inset:0}.home-featured-art-layer{opacity:1;position:absolute;inset:0}.home-featured-art-layer.is-active{opacity:1;z-index:2}.home-featured-art-layer.is-entering{animation:1.2s cubic-bezier(.32,.72,0,1) both home-featured-fade-in}.home-featured-art-layer.is-exiting{z-index:1;animation:1.2s cubic-bezier(.32,.72,0,1) both home-featured-fade-out}@keyframes home-featured-fade-in{0%{opacity:0}to{opacity:1}}@keyframes home-featured-fade-out{0%{opacity:1}to{opacity:0}}.home-featured-art .game-cover{aspect-ratio:auto;width:100%;height:100%;display:block}.home-featured-art img.game-cover{object-fit:cover;object-position:center 25%}.home-featured-art span.game-cover{background-position:50% 25%;background-size:cover}@media (max-width:37.5rem){.home-featured-art img.game-cover{object-position:center 45%}.home-featured-art span.game-cover{background-position:50% 45%}}@keyframes home-featured-pan{0%{transform:scale(1.02)translate(0,0)}to{transform:scale(1.08)translate(-1.2%,-.6%)}}.home-featured-art img.game-cover,.home-featured-art span.game-cover{will-change:transform;animation:30s ease-in-out infinite alternate home-featured-pan}@media (prefers-reduced-motion:reduce){.home-featured-art-layer.is-entering,.home-featured-art-layer.is-exiting{animation:none}.home-featured-art img.game-cover,.home-featured-art span.game-cover{will-change:auto;animation:none;transform:scale(1.02)}}.home-featured-body{z-index:2;padding:3rem var(--page-x);flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:56rem;margin-block:auto;display:flex;position:relative}.home-featured-body:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(50% 45% at 50% 45%,#070708ad,#07070880 42%,#07070847 64%,#0707081a 84%,#0000 100%);position:absolute;inset:-18% -28%}.home-featured-eyebrow{border:1px solid var(--color-divider-strong);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:var(--font-mono);font-size:var(--hero-eyebrow-size);letter-spacing:var(--hero-eyebrow-tracking);text-transform:uppercase;color:var(--color-text);background:#07070899;border-radius:999px;align-items:center;gap:.5rem;margin:0;padding:.25rem .75rem .25rem .5rem;display:inline-flex}.home-featured-pulse{background:var(--color-success);border-radius:999px;width:.5rem;height:.5rem}.home-featured-game{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-subtle);margin:.25rem 0 0;font-size:.75rem}.home-featured-game a{color:inherit;transition:color .14s var(--ease-out), border-color .14s var(--ease-out);border-bottom:1px solid #0000;text-decoration:none}.home-featured-game a:hover,.home-featured-game a:focus-visible{color:var(--color-text);border-color:var(--color-divider-strong)}.home-featured-game a:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:4px;border-radius:2px}.home-featured-title{max-width:none;font-family:var(--font-display);font-size:var(--hero-title-scale);font-weight:var(--hero-title-weight);line-height:var(--hero-title-line-height);letter-spacing:var(--hero-title-tracking);color:var(--color-text);text-shadow:0 1px 3px #0000008c,0 2px 16px #00000059;overflow-wrap:anywhere;word-break:normal;text-wrap:balance;min-width:0;margin:.125rem 0 0}.home-featured-title-line{display:block}.home-featured-title a{color:inherit;text-decoration:none}.home-featured-title a:hover,.home-featured-title a:focus-visible{text-underline-offset:.18em;text-decoration:underline;text-decoration-thickness:1px;-webkit-text-decoration-color:color-mix(in oklch, currentcolor 55%, transparent);text-decoration-color:color-mix(in oklch, currentcolor 55%, transparent)}.home-featured-title a:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:4px;border-radius:4px}.home-featured-lede{max-width:38rem;font-size:var(--hero-lede-size);line-height:var(--hero-lede-line-height);color:var(--color-text-muted);text-shadow:0 1px 3px #00000080;-webkit-line-clamp:2;overflow-wrap:anywhere;word-break:normal;-webkit-box-orient:vertical;min-width:0;margin:.625rem 0 0;display:-webkit-box;overflow:hidden}@media (max-width:37.5rem){.home-featured-lede{-webkit-line-clamp:4}}.home-featured-actions{flex-wrap:wrap;justify-content:center;gap:.5rem .75rem;margin-top:1rem;display:flex}.home-featured-actions .btn-secondary{background:var(--color-surface-raised);border-color:#ffffff38}.home-featured-actions .btn-secondary:hover{background:color-mix(in srgb, var(--color-surface-raised) 96%, white);border-color:#ffffff4d}.home-featured-actions .btn-icon svg{transition:transform .16s var(--ease-out)}.home-featured-actions a:hover .btn-icon svg{transform:translate(3px)}@media (prefers-reduced-motion:reduce){.home-featured-actions .btn-icon svg{transition:none;transform:none}}@media (max-width:24rem){.home-featured-actions{flex-direction:column;align-items:stretch;gap:.625rem;width:100%;max-width:20rem}.home-featured-actions>*{justify-content:center;width:100%}}
