.home-screen{min-width:var(--tg-home-contentMinWidth)}.home-screen__content{width:calc(100% - var(--tg-home-contentMarginInline) - var(--tg-home-contentMarginInline));min-width:var(--tg-home-contentMinWidth);max-width:var(--tg-home-contentMaxWidth);padding-bottom:var(--tg-home-contentPaddingBottom);gap:var(--tg-space-5);flex-direction:column;margin-inline:auto;display:flex}.home-screen__slogan{padding:var(--tg-space-5) 0;justify-content:center;align-items:baseline;gap:var(--tg-space-2);display:flex}.home-screen__slogan-heading{font-size:var(--tg-font-size-32)}.home-screen__slogan>strong{color:var(--tg-color-brand-default);font-size:var(--tg-font-size-40);font-weight:var(--tg-font-weight-black);text-shadow:var(--tg-home-sloganShadow)}.home-screen__games{gap:var(--tg-space-3);display:grid}.home-screen__section-title{min-height:var(--tg-control-md);align-items:center;gap:var(--tg-space-2);display:flex}.home-screen__section-title>span{width:var(--tg-space-1);height:var(--tg-font-size-18);border-radius:var(--tg-radius-xs);background:var(--tg-color-brand-default)}.home-screen__game-grid{gap:var(--tg-home-gameGridGap);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.home-screen__state{min-height:var(--tg-home-gameCardHeight);place-items:center;display:grid}
