.tournament-games{align-items:center;display:grid;grid-row-gap:var(--row-gap,24px);position:relative}.tournament-games__header{align-content:center;align-items:center;display:flex;flex-direction:column;gap:8px}.tournament-games__title{color:var(--text-bright,#e9f5f3);font-size:20px;font-weight:700;margin:0;text-transform:uppercase}.tournament-games__description,.tournament-games__title{font-family:Jost,Jost fallback,sans-serif;font-style:normal;line-height:24px;text-align:center}.tournament-games__description{color:var(--text-muted,#869e9a);font-size:16px;font-weight:500}.tournament-games__items{--column-count:3;--column-gap:8px;align-items:center;display:var(--display,flex);flex-wrap:wrap;width:100%;grid-gap:var(--column-gap,8px)}.tournament-games__more{border-radius:40px;margin:0 auto;width:-moz-fit-content;width:fit-content}@media (min-width:33rem){.tournament-games:not(.is-compact) .tournament-games__items{--column-count:4}}@media (min-width:48rem){.tournament-games:not(.is-compact) .tournament-games__items{--column-count:5;--column-gap:12px}}.tournament{display:flex;flex-direction:column;gap:24px;margin-top:56px}.tournament__back{align-self:stretch;background:var(--color-emerald-1,#001411);color:var(--text-default,#dae5e4);font-family:Jost,Jost fallback,sans-serif;font-size:16px;font-style:normal;font-weight:500;height:56px;line-height:24px;position:fixed;text-transform:uppercase;top:var(--header-total-height,64px);width:100%;z-index:5}.tournament__back-inner{align-items:center;cursor:pointer;display:flex;gap:8px;height:100%;width:-moz-fit-content;width:fit-content}.tournament__container{align-items:flex-start;-moz-column-gap:20px;column-gap:20px;display:grid;grid-template-areas:"card" "promo" "leaderboard" "games";grid-template-columns:1fr;row-gap:16px;width:100%}.tournament__container.no-leaderboard{grid-template-areas:"card" "promo" "games"}.tournament__card{grid-area:card}.tournament__promo{color:var(--text-muted,#869e9a);font-family:Jost,Jost fallback,sans-serif;font-size:16px;font-style:normal;font-weight:500;grid-area:promo;line-height:24px;text-align:center}.tournament__games{grid-area:games}.tournament__leaderboard{grid-area:leaderboard}@media (min-width:48rem){.tournament:not(.is-compact){margin-top:32px}}@media (min-width:64rem){.tournament:not(.is-compact){margin:32px auto 0;max-width:1168px}}@media (min-width:48rem){.tournament:not(.is-compact) .tournament__back{height:32px;position:static;top:unset}.tournament:not(.is-compact) .tournament__container{row-gap:32px}}@media (min-width:64rem){.tournament:not(.is-compact) .tournament__container:not(.no-leaderboard){grid-template-areas:"card leaderboard" "promo leaderboard" "games leaderboard";grid-template-columns:1fr 320px}.tournament:not(.is-compact) .tournament__container.no-leaderboard .tournament-games__items{--column-count:7}.tournament:not(.is-compact) .tournament__card.tournament-card__content{max-width:max(40vw,318px)}}.tournament.is-compact{margin-top:0}.tournament.is-compact .tournament__back{height:-moz-fit-content;height:fit-content;margin-top:24px;position:static}
