.max-button[data-v-944a1fee] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  padding: 14px 32px;
  font-weight: 600;
  background-color: #0080FF;
  border-radius: 10px;
  line-height: 100%;
}
.max-button[secondary][data-v-944a1fee] {
  padding: 14px 16px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.max-button[green][data-v-944a1fee] {
  background-color: #0a9a49;
}
.max-button[disabled][data-v-944a1fee] {
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.4);
}
.max-button[outlined][data-v-944a1fee] {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.max-button[data-v-944a1fee]:hover {
  filter: brightness(103%);
}
.max-button[data-v-944a1fee]:active {
  filter: brightness(97%);
}
.social-button[data-v-944a1fee] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 10px;
  background: #fff;
  gap: 10px;
  color: #160526;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
}
.social-button[data-v-944a1fee]:hover {
  filter: brightness(105%);
}
.social-button[data-v-944a1fee]:active {
  filter: brightness(97%);
}
.social-button[data-v-944a1fee]:disabled {
  pointer-events: none;
  filter: grayscale(1);
}
.social-button svg[data-v-944a1fee] {
  max-width: 24px;
  max-height: 24px;
}
.tournament-countdown[data-v-4727edf6] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.item[data-v-4727edf6] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.value[data-v-4727edf6] {
  display: flex;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: linear-gradient(358deg, rgba(5, 58, 141, 0) 1.44%, rgba(5, 58, 141, 0.25) 98.56%), linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 50%), linear-gradient(180deg, rgba(14, 20, 27, 0) 0%, rgba(14, 20, 27, 0.75) 100%), rgba(115, 116, 123, 0.2);
  background-blend-mode: normal, overlay, normal, normal;
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  font-variant-numeric: tabular-nums;
}
.label[data-v-4727edf6] {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
.colon[data-v-4727edf6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.colon i[data-v-4727edf6] {
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: rgba(217, 217, 217, 0.4);
}
.tournament-info[data-v-143bdb0e] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  min-height: 338px;
}
.tournament-info.pending[data-v-143bdb0e] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.game-card[data-v-143bdb0e] {
  position: relative;
  aspect-ratio: 1;
  width: 100%;
  overflow: hidden;
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 6px;
}
.game-card[data-v-143bdb0e]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 23, 48, 0.6) 0%, rgba(6, 23, 48, 0.6) 100%);
  pointer-events: none;
}
.game-cover[data-v-143bdb0e] {
  position: absolute;
}
.game-logo[data-v-143bdb0e],
.play-button.max-button[data-v-143bdb0e] {
  position: relative;
  z-index: 1;
}
.game-logo[data-v-143bdb0e] {
  max-height: 120px;
}
.play-button.max-button[data-v-143bdb0e] {
  height: 48px;
  width: 100%;
  font-size: 15px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
.play-button.max-button[data-v-143bdb0e] {
    margin-top: 0;
}
}
.info-card[data-v-143bdb0e] {
  max-height: 290px;
  width: 100%;
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.info-card.ended[data-v-143bdb0e] {
  justify-content: space-evenly;
}
.info-card .header p[data-v-143bdb0e] {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.16px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.info-card h2[data-v-143bdb0e] {
  margin: 0;
  align-self: stretch;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 1024px) {
.info-card h2[data-v-143bdb0e] {
    font-size: 40px;
}
}
.info-card .timer-wrapper[data-v-143bdb0e] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.info-card .timer-title[data-v-143bdb0e] {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.info-card .timer-title.upcoming[data-v-143bdb0e] {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16px;
}
.info-card .timer-title.upcoming span[data-v-143bdb0e] {
  color: #5bb5fa;
}
.info-card .timer-title.ended[data-v-143bdb0e] {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.16px;
}
.info-card .timer-title.ended span[data-v-143bdb0e] {
  color: #5bb5fa;
}
.prize-card[data-v-143bdb0e] {
  aspect-ratio: 315/220;
  width: 100%;
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(5, 58, 141, 0) 0%, rgba(5, 58, 141, 0.75) 100%), linear-gradient(0deg, #000 0%, #000 100%), rgba(255, 255, 255, 0.05);
}
.prize-card ul[data-v-143bdb0e] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  padding: 0;
}
.prize-card li[data-v-143bdb0e] {
  height: 46px;
  display: flex;
  padding: 10px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  background: #fff;
}
.prize-card li span[data-v-143bdb0e] {
  color: #2d2d2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.prize-card li strong[data-v-143bdb0e] {
  color: #2d2d2d;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
}
.prize-pool[data-v-143bdb0e] {
  height: 48px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  line-height: 1.2;
}
.prize-pool span[data-v-143bdb0e] {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
}
.prize-pool strong[data-v-143bdb0e] {
  color: #5bb5fa;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}
@keyframes spin-143bdb0e {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
.loading-section[data-v-143bdb0e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.loading-section p[data-v-143bdb0e] {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}
.spinner[data-v-143bdb0e] {
  width: 32px;
  height: 32px;
  fill: #fff;
  animation: spin-143bdb0e 5s infinite linear;
}
@media screen and (min-width: 1024px) {
.tournament-info[data-v-143bdb0e] {
    display: grid;
    grid-template-columns: 1fr 290px;
    gap: 24px;
    padding: 24px;
}
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
.play-button.max-button[data-v-143bdb0e] {
    max-width: 288px;
}
}
.tournament-tnc-and-prize[data-v-123e23c9] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
.tournament-tnc-and-prize[data-v-123e23c9] {
    display: grid;
    grid-template-columns: 1fr 290px;
    align-items: start;
    gap: 24px;
}
}
.tournament-tnc[data-v-123e23c9] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
}
.tournament-tnc h3[data-v-123e23c9] {
  margin: 0;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}
.tournament-tnc p[data-v-123e23c9] {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.tournament-tnc ul[data-v-123e23c9] {
  list-style: disc;
  padding-left: 20px;
}
.tournament-tnc li[data-v-123e23c9] {
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.tournament-tnc li span[data-v-123e23c9] {
  color: #fff;
  font-size: 500;
}
.tournament-prize[data-v-123e23c9] {
  display: flex;
  padding: 40px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 1024px) {
.tournament-prize[data-v-123e23c9] {
    margin-right: 24px;
}
}
.tournament-prize h3[data-v-123e23c9] {
  color: #5bb5fa;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 10px;
}
.tournament-prize p[data-v-123e23c9] {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.tournament-prize .table-wrapper[data-v-123e23c9] {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.tournament-prize .table-wrapper .table-row[data-v-123e23c9] {
  display: grid;
  grid-template-columns: 120px repeat(2, minmax(56px, 1fr));
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 18px;
  padding-bottom: 18px;
  color: #fff;
}
.tournament-prize .table-wrapper .table-row span[data-v-123e23c9] {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.tournament-prize .table-wrapper .table-row span[data-v-123e23c9]:last-child {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}
.tournament-prize .table-wrapper .table-row.table-header[data-v-123e23c9] {
  padding-top: 0;
  opacity: 0.7;
}
.tournament-prize .table-wrapper .table-row[data-v-123e23c9]:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.tournament-leaderboard[data-v-2319c202] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
h2[data-v-2319c202] {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.table[data-v-2319c202] {
  display: grid;
  grid-template-columns: repeat(4, auto);
}
.table-column[data-v-2319c202] {
  display: flex;
  flex-direction: column;
}
.table-column span[data-v-2319c202] {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.table-column span[data-v-2319c202]:first-child {
  font-weight: 500;
  line-height: 100%;
}
.table-column span[data-v-2319c202]:nth-child(odd) {
  background: rgba(255, 255, 255, 0.1);
}
.table-column span.my-position[data-v-2319c202] {
  background: rgba(0, 128, 255, 0.5);
}
.table-column:first-child span[data-v-2319c202] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.table-column:last-child span[data-v-2319c202] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.load-more[data-v-2319c202] {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  margin-top: -24px;
  color: #5bb5fa;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
.leaderboard-view[data-v-089086f6] {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/*# sourceMappingURL=20.a9f072a6.css.map*/