:root {
  --vw1: calc(100vw / 1134);
  --vh1: calc(100vh / 708);
}

body {
  background: #05060a;
  color: #fff;
  font-family: 'Unbounded', system-ui, -apple-system, Segoe UI, sans-serif;
}

.tournaments-page {
  position: absolute;
  top: var(--header-h);
  left: 0;
  right: 0;
  bottom: 0;
  overflow: visible;
}

.lighting-ellipse {
  position: fixed;
  pointer-events: none;
  z-index: 0;
}

.lighting-ellipse--blue {
  top: 80vh;
  right: 10vw;
  width: calc(1161.815 * var(--vw1));
  height: calc(456.062 * var(--vh1));
  border-radius: calc(1161.815 * var(--vw1));
  border: calc(8.664 * var(--vw1)) solid #059EFD;
  opacity: 0.6;
  background: #39484C;
  filter: blur(calc(119.726 * var(--vw1)));
  left: -60vh;
}

.lighting-ellipse--gray {
  top: 40vh;
  left: -20vw;
  width: calc(975.137 * var(--vw1));
  height: calc(975.137 * var(--vh1));
  border-radius: 50%;
  opacity: 0.3;
  background: #505759;
  filter: blur(calc(165.993 * var(--vw1)));
}

.lighting-ellipse--red {
  top: calc(var(--header-h) * -0.5);
  left: 50%;
  transform: translateX(-50%);
  width: calc(805 * var(--vw1));
  height: calc(805 * var(--vh1));
  border-radius: 50%;
  border: calc(134.692 * var(--vw1)) solid #EF3124;
  opacity: 0.4;
  background: #EF3124;
  filter: blur(calc(275.685 * var(--vw1)));
}

.play-online-block {
  position: absolute;
  left: calc(600 * var(--vw1));
  top: calc(108.7 * var(--vh1) - var(--header-h));
  width: calc(632.5 * var(--vw1));
  height: calc(284.349 * var(--vh1));
  z-index: 5;
}

.play-online-block__icon {
  position: absolute;
  left: calc(-177 * var(--vw1));
  top: calc(-57.07 * var(--vh1));
  width: calc(390 * var(--vw1));
  height: calc(338 * var(--vh1));
  z-index: 3;
}

.play-online-block__bg {
  position: absolute;
  bottom: -1rem;
  left: calc(-179 * var(--vw1));
  width: calc(763.806 * var(--vw1));
  height: calc(366.286 * var(--vh1));
  z-index: 0;
}

.play-online-btn {
  position: absolute;
  left: calc(24.15 * var(--vw1));
  top: 0;
  width: calc(487.642822265625 * var(--vw1));
  height: calc(204.26727294922 * var(--vh1));
  border-radius: calc(55.71 * var(--vw1));
  padding: calc(13.93 * var(--vh1)) calc(18.57 * var(--vw1));
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 1);
  border: calc(1.16 * var(--vw1)) solid transparent;
  background-clip: padding-box;
  position: relative;
  text-decoration: none;
  box-shadow: calc(-5.8 * var(--vw1)) calc(-9.28 * var(--vh1)) calc(19.73 * var(--vw1)) 0px rgba(255, 255, 255, 0.3);
}

.play-online-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: calc(55.71 * var(--vw1));
  padding: calc(1.16 * var(--vw1));
  background: linear-gradient(180deg, #FFE8B8 0%, #F5A800 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.play-online-btn__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: calc(-5 * var(--vh1));
}

.play-online-btn__row {
  display: flex;
  align-items: center;
  gap: calc(11.606 * var(--vw1));
}

.play-online-btn__text {
  color: #fff;
  font-family: 'Unbounded', system-ui, -apple-system, Segoe UI, sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, calc(40 * var(--vh1)), 3.5rem);
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.play-online-btn__circle img {
  width: calc(28 * var(--vw1) * 1.2);
  height: calc(28 * var(--vh1) * 1.2);
}

.play-bot-btn {
  position: absolute;
  left: calc(70 * var(--vw1));
  top: calc(126 * var(--vh1));
  width: calc(375.7694682843352 * var(--vw1));
  height: calc(116.06094300725472 * var(--vh1));
  border-radius: calc(37.14 * var(--vw1));
  padding: calc(13.93 * var(--vh1)) calc(46.42 * var(--vw1)) calc(18.57 * var(--vh1)) calc(46.42 * var(--vw1));
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(calc(27.854629516601562 * var(--vw1)));
  text-decoration: none;
  transform: rotate(-10.1deg);
  opacity: 1;
  z-index: -1;
  background: rgba(0, 0, 0, 0.80);
  backdrop-filter: blur(13.927314758300781px);
}

.play-bot-btn__content {
  display: flex;
  align-items: center;
  gap: calc(13.93 * var(--vw1));
}

.play-bot-btn__text-block {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.play-bot-btn__row {
  display: flex;
  align-items: center;
  gap: calc(13.93 * var(--vw1));
}

.play-bot-btn__text {
  color: #fff;
  font-family: 'Unbounded', system-ui, -apple-system, Segoe UI, sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, calc(20 * var(--vh1)), 2rem);
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
}

.play-bot-btn__circle img {
  width: calc(20 * var(--vw1) * 1.2);
  height: calc(20 * var(--vh1) * 1.2);
}

.play-blitz-btn {
  position: absolute;
  left: calc(146 * var(--vw1));
  top: calc(182 * var(--vh1));
  width: calc(244.9365307790814 * var(--vw1));
  height: calc(116.0609470822572 * var(--vh1));
  border-radius: calc(23.21 * var(--vw1));
  padding: calc(13.93 * var(--vh1)) calc(27.85 * var(--vw1)) calc(11.61 * var(--vh1)) calc(27.85 * var(--vw1));
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  background: rgba(0, 0, 0, 1);
  text-decoration: none;
  transform: rotate(5.65deg);
  opacity: 0.4;
  z-index: -37;
}

.play-blitz-btn__content {
  display: flex;
  align-items: center;
  gap: calc(13.93 * var(--vw1));
}

.play-blitz-btn__text {
  color: #fff;
  font-family: 'Unbounded', system-ui, -apple-system, Segoe UI, sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, calc(20 * var(--vh1)), 2rem);
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
}

.play-blitz-btn__circle img {
  width: calc(20 * var(--vw1) * 1.2);
  height: calc(20 * var(--vh1) * 1.2);
  margin-top: calc(20 * var(--vh1) * 0.1);
  margin-bottom: calc(20 * var(--vh1) * 0.1);
}

.friends-card {
  position: absolute;
  left: calc(18.9 * var(--vw1));
  top: calc(108.7 * var(--vh1) - var(--header-h));

  width: calc(416.6780700684 * var(--vw1));
  height: calc(260.75341796875 * var(--vh1));

  --card-h: calc(260.75341796875 * var(--vh1));
  --pad-t: calc(15.75 * var(--vh1));
  --pad-r: calc(18.9 * var(--vw1));
  --pad-b: calc(18.9 * var(--vh1));
  --pad-l: calc(18.9 * var(--vw1));
  --title-h: calc(15 * var(--vh1));
  --inter-gap: calc(15.75 * var(--vh1));
  --rows: 5;
  --row-gap: calc(6 * var(--vh1));
  --list-h: calc(var(--card-h) - var(--pad-t) - var(--pad-b) - var(--title-h) - var(--inter-gap));
  --row-h: calc((var(--list-h) - (var(--rows) - 1) * var(--row-gap)) / var(--rows));

  padding: var(--pad-t) var(--pad-r) var(--pad-b) var(--pad-l);
  display: flex;
  flex-direction: column;
  gap: var(--inter-gap);

  border-radius: calc(25.21 * var(--vw1));
  border: calc(0.79 * var(--vw1)) solid rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(0.45rem);
}

.friends-card__title {
  margin: 0;
  width: calc(378.869873046875 * var(--vw1));
  line-height: calc(15 * var(--vh1));
  height: calc(15 * var(--vh1));
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  font-size: clamp(0.7rem, calc(12 * var(--vh1)), 0.95rem);
}

.friends-card__title br {
  display: none;
}

.friends-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(5, var(--row-h));
  column-gap: calc(16 * var(--vw1));
  row-gap: var(--row-gap);
  height: var(--list-h);
  overflow: hidden;
  align-content: start;
  grid-auto-flow: column;
}

.friend-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: calc(10 * var(--vw1));
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.friend-avatar {
  width: calc(var(--row-h) * 0.9);
  height: calc(var(--row-h) * 0.9);
  border-radius: 50%;
  overflow: hidden;
}

.friend-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.friend-body {
  display: grid;
  row-gap: calc(2 * var(--vh1));
  align-content: center;
}

.friend-name {
  color: #fff;
  font-family: 'Unbounded', system-ui, -apple-system, Segoe UI, sans-serif;
  font-weight: 500;
  font-size: clamp(0.7rem, calc(11.2 * var(--vh1)), 0.95rem);
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.friend-rank {
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Unbounded', system-ui, -apple-system, Segoe UI, sans-serif;
  font-weight: 400;
  font-size: clamp(0.65rem, calc(9.6 * var(--vh1)), 0.9rem);
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tournaments-content {
  position: absolute;
  left: calc(18.9 * var(--vw1));
  top: calc((108.7 + 260.75341796875 + 50) * var(--vh1) - var(--header-h));
  display: grid;
  grid-template-columns: calc(660.8561401367 * var(--vw1)) calc(416.6780700684 * var(--vw1));
  column-gap: calc(18.9 * var(--vw1));
  align-items: start;
}

.section-header {
  display: flex;
  align-items: center;
  gap: calc(12 * var(--vw1));
  margin-bottom: calc(15.75 * var(--vh1));
}

.section-header__title {
  margin: 0;
  color: #fff;
  font-family: 'Unbounded', system-ui, -apple-system, Segoe UI, sans-serif;
  font-weight: 500;
  font-size: clamp(1.75rem, 2.11vw, 1.79rem);
  line-height: 1.38;
}

.section-header__link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.section-header__link:hover {
  opacity: 0.7;
}

.section-header__arrow {
  width: calc(28 * var(--vw1));
  height: calc(28 * var(--vh1));
  display: block;
}

.tournaments-section {
  width: calc(660.8561401367 * var(--vw1));
}

.tournaments-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(9.45 * var(--vw1));
}

.tournament-card {
  width: calc(325.7020568848 * var(--vw1));
  min-height: clamp(7.8rem, calc(86.28767395020 * var(--vh1) * 1.2), 10rem);
  border-radius: calc(15.75 * var(--vw1));
  padding: calc(9.45 * var(--vh1)) calc(12.6 * var(--vw1)) calc(12.6 * var(--vh1)) calc(12.6 * var(--vw1));
  background: radial-gradient(50% 50% at 50% 50%, rgba(239, 49, 36, 0.112) 32%, rgba(255, 255, 255, 0.128) 100%);
  border: calc(0.79 * var(--vw1)) solid transparent;
  background-clip: padding-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tournament-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: calc(15.75 * var(--vw1));
  padding: calc(0.79 * var(--vw1));
  background: linear-gradient(135.87deg, rgba(255, 245, 224, 0.7) 8.97%, rgba(245, 106, 0, 0.7) 88.2%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.tournament-card__header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.tournament-card__left {
  display: flex;
  align-items: center;
  gap: calc(6.3 * var(--vw1));
  flex-wrap: nowrap;
}

.tournament-card__label {
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Unbounded', system-ui, -apple-system, Segoe UI, sans-serif;
  font-weight: 400;
  font-size: calc(9.45 * var(--vh1));
  line-height: calc(12.6 * var(--vh1));
}

.tournament-card__price {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: 'Unbounded', system-ui, -apple-system, Segoe UI, sans-serif;
  font-weight: 500;
  font-size: calc(9.45 * var(--vh1));
  line-height: calc(12.6 * var(--vh1));
}

.tournament-card__coin {
  width: calc(18.9 * var(--vw1));
  height: calc(18.9 * var(--vh1));
}

.tournament-card__participants {
  display: flex;
  align-items: center;
  gap: calc(1.58 * var(--vw1));
  color: #fff;
  font-family: 'Unbounded', system-ui, -apple-system, Segoe UI, sans-serif;
  font-weight: 400;
  font-size: calc(9.45 * var(--vh1));
  line-height: calc(12.6 * var(--vh1));
}

.tournament-card__participants svg {
  width: calc(11 * var(--vw1));
  height: calc(11 * var(--vh1));
}

.tournament-card__body {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  width: 100%;
}

.tournament-card__info {
  display: flex;
  flex-direction: column;
  gap: calc(3 * var(--vh1));
}

.tournament-card__rank {
  display: flex;
  align-items: center;
  gap: calc(4.73 * var(--vw1));
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Unbounded', system-ui, -apple-system, Segoe UI, sans-serif;
  font-weight: 400;
  font-size: calc(9.45 * var(--vh1));
  line-height: calc(12.6 * var(--vh1));
  margin-left: 1rem;
}

.tournament-card__rank svg {
  width: calc(6 * var(--vw1));
  height: calc(9 * var(--vh1));
}

.tournament-card__title {
  margin: 0;
  color: #fff;
  font-family: 'Unbounded', system-ui, -apple-system, Segoe UI, sans-serif;
  font-weight: 500;
  font-size: calc(11.03 * var(--vh1));
  line-height: calc(14.18 * var(--vh1));
}

.tournament-card__date {
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Unbounded', system-ui, -apple-system, Segoe UI, sans-serif;
  font-weight: 400;
  font-size: calc(9.45 * var(--vh1));
  line-height: calc(12.6 * var(--vh1));
}

.tournament-card__join {
  width: calc(31.5068 * var(--vw1));
  height: calc(31.5068 * var(--vh1));
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.tournament-card__join:hover {
  opacity: 0.7;
}

.tournament-card__join svg {
  width: 100%;
  height: 100%;
  display: block;
}

.challenges-section {
  width: calc(416.6780700684 * var(--vw1));
}

.challenges-grid {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: calc(9.45 * var(--vh1));
}

.challenge-card {
  width: calc(416.6780700684 * var(--vw1));
  min-height: clamp(10rem, calc(141.38699340820 * var(--vh1)), 15rem);
  border-radius: calc(15.75 * var(--vw1));
  padding: calc(12.6 * var(--vw1));
  background: rgba(0, 0, 0, 1);
  border: calc(0.79 * var(--vw1)) solid transparent;
  background-clip: padding-box;
  position: relative;
}

.challenge-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: calc(15.75 * var(--vw1));
  padding: calc(0.79 * var(--vw1));
  background: linear-gradient(113.74deg, rgba(255, 91, 91, 0.32) 0%, rgba(201, 0, 0, 0.58) 101.95%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.challenge-card {
  display: flex;
  align-items: center;
  gap: calc(12.6 * var(--vw1));
}

.challenge-card__board {
  position: relative;
  z-index: 2;
  width: calc(116.18150329590 * var(--vw1));
  height: calc(116.18150329590 * var(--vw1));
  border-radius: calc(7.88 * var(--vw1));
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.challenge-card__board img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.challenge-card__badge {
  position: absolute;
  left: calc(4.726 * var(--vw1));
  top: calc(4.726 * var(--vh1));
  display: flex;
  align-items: center;
  gap: calc(6 * var(--vw1));
  padding: calc(5 * var(--vh1)) calc(10 * var(--vw1)) calc(5 * var(--vh1)) calc(5 * var(--vw1));
  border-radius: calc(12 * var(--vw1));
  background: #35A641;
  z-index: 3;
}

.challenge-card__badge svg {
  width: calc(16 * var(--vw1));
  height: calc(16 * var(--vh1));
  flex-shrink: 0;
}

.challenge-card__badge span {
  color: #fff;
  font-family: 'Unbounded', system-ui, -apple-system, Segoe UI, sans-serif;
  font-weight: 500;
  font-size: calc(9 * var(--vh1));
  line-height: calc(13 * var(--vh1));
  white-space: nowrap;
}

.challenge-card__content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: calc(3.15 * var(--vh1)) 0;
  min-height: calc(116.18150329590 * var(--vh1));
}

.challenge-card__info {
  display: flex;
  flex-direction: column;
  gap: calc(4 * var(--vh1));
}

.challenge-card__title {
  margin: 0;
  color: #fff;
  font-family: 'Unbounded', system-ui, -apple-system, Segoe UI, sans-serif;
  font-weight: 500;
  font-size: calc(14.18 * var(--vh1));
  line-height: calc(20.48 * var(--vh1));
}

.challenge-card__description {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Unbounded', system-ui, -apple-system, Segoe UI, sans-serif;
  font-weight: 400;
  font-size: calc(11.03 * var(--vh1));
  line-height: calc(15.75 * var(--vh1));
}

.challenge-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  transition: opacity 0.2s ease;
  align-self: flex-end;
}

.challenge-card__arrow:hover {
  opacity: 0.7;
}

.challenge-card__arrow svg {
  width: calc(19 * var(--vw1));
  height: calc(19 * var(--vh1));
}

@media (max-width: 768px) {
  * {
    box-sizing: border-box;
  }

  /* * {
  outline: 1px solid red;
}
body * {
  outline: 1px solid blue;
} */

  html,
  body {
    overflow-x: clip;
    max-width: 100vw;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;

  }

  .lighting-ellipse {
    display: block;
  }

  .lighting-ellipse--blue {
    top: auto;
    right: auto;
    left: 12rem;
    bottom: -13rem;
    width: 63.125rem;
    height: 63.125rem;
    border: 3.75rem solid #059EFD;
    opacity: 0.7;
    background: rgba(239, 49, 36, 1);
    border-color: rgba(239, 49, 36, 1);
    filter: blur(29rem);
  }

  .lighting-ellipse--gray {
    top: -354px;
    left: -48px;
    width: 29.375rem;
    height: 29.375rem;
    border: 0.6875rem solid #059EFD;
    opacity: 1;
    background: rgba(57, 72, 76, 1);
    filter: blur(19rem);
  }

  .lighting-ellipse--red {
    display: none;
  }

  .tournaments-page {
    padding: 1rem 1rem calc(env(safe-area-inset-bottom) + clamp(6.5rem, 11vh, 8rem));
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    overflow-x: clip;
    overflow-y: visible;
    max-width: 100vw;
    width: 100%;
    box-sizing: border-box;
  }

  .friends-card {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    padding: 1rem;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;

    border-radius: 1rem;
    border: none;
    background: transparent;
    backdrop-filter: none;
    order: 1;
    max-width: 100%;
    box-sizing: border-box;
  }

  .friends-card__title {
    width: auto;
    height: auto;
    line-height: 1.3;
    flex-shrink: 0;
    font-size: 0.875rem;
  }

  .friends-card__title br {
    display: block;
  }

  .friends-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    height: auto;
    grid-template-columns: none;
    grid-template-rows: none;
    overflow: hidden;
    flex-wrap: nowrap;
    max-width: 100%;
    mask-image: linear-gradient(to right, black 0%, black calc(100% - 3rem), transparent 100%);
    -webkit-mask-image: linear-gradient(to right, black 0%, black calc(100% - 3rem), transparent 100%);
  }

  .friend-item {
    display: block;
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    overflow: visible;
  }

  .friend-body {
    display: none;
  }

  .friend-avatar {
    width: 3rem;
    height: 3rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
  }

  .play-online-block {
    position: relative;
    left: 3rem;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    order: 2;
    padding-bottom: 2rem;
    padding-left: 3.5rem;
    overflow: visible;
    box-sizing: border-box;
  }

  .play-online-block__icon {
    position: absolute;
    left: -8.5rem;
    top: -6rem;
    width: 26rem;
    height: 26rem;
    z-index: 3;
    pointer-events: none;
  }

  .play-online-block__bg {
    position: absolute;
    bottom: 0rem;
    left: -4.5rem;
    width: 35rem;
    height: 35rem;
    z-index: 0;
    pointer-events: none;
  }

  .play-online-btn {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 13rem;
    border-radius: 3rem;
    padding: 0.75rem 1rem;
    box-shadow: -0.5rem -0.75rem 4.5rem 0px rgb(199 50 50 / 30%);
    z-index: 2;
    box-sizing: border-box;
  }

  .play-online-btn::before {
    border-radius: 3rem;
    padding: 1px;
  }

  .play-online-btn__content {
    gap: 0;
  }

  .play-online-btn__text {
    font-size: clamp(1rem, 5vw, 3rem);
  }

  .play-online-btn__content {
    margin-left: 25px;
  }

  .play-online-btn__row {
    gap: 1rem;
  }

  .play-online-btn__circle img {
    width: 2rem;
    height: 2rem;
  }

  .play-bot-btn {
    position: relative;
    left: 5rem;
    top: -0.2rem;
    width: 85%;
    max-width: 85%;
    height: 8rem;
    transform: rotate(-10deg);
    transform-origin: left center;
    border-radius: 1.5rem;
    padding: 1.5rem;
    z-index: 1;
    opacity: 1;
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(0.87rem);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: -2rem;
    margin-left: -1rem;
    box-sizing: border-box;
  }

  .play-bot-btn__content {
    gap: 1rem;
  }

  .play-bot-btn__text-block {
    gap: 0;
  }

  .play-bot-btn__row {
    gap: 1rem;
  }

  .play-bot-btn__text {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
  }

  .play-bot-btn__circle img {
    width: 1.5rem;
    height: 1.5rem;
  }

  .play-blitz-btn {
    position: relative;
    left: 7rem;
    top: -2.7rem;
    width: 75%;
    max-width: 75%;
    height: 6rem;
    transform: rotate(5deg);
    transform-origin: left center;
    border-radius: 1.5rem;
    padding: 1rem;
    z-index: 0;
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.90);
    backdrop-filter: blur(0.87rem);
    display: flex;
    align-items: end;
    /* justify-content: center; */
    margin-top: -2rem;
    margin-left: 0.5rem;
    box-sizing: border-box;
  }

  .play-blitz-btn__content {
    gap: 1rem;
  }

  .play-blitz-btn__text {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
  }

  .play-blitz-btn__circle img {
    width: 1.5rem;
    height: 1.5rem;
  }

  .tournaments-content {
    position: static;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding: 0;
    gap: 2rem;
    order: 3;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .section-header {
    margin-bottom: 1rem;
  }

  .section-header__title {
    font-size: 1.25rem;
  }

  .tournaments-section {
    width: 100%;
    max-width: 100%;
    order: 2;
    overflow: hidden;
    box-sizing: border-box;
  }

  .tournaments-section .section-header__arrow {
    width: 2rem;
    height: 2rem;
  }

  .tournaments-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    gap: calc(27.45 * var(--vw1));
  }

  .tournament-card {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 7rem;
    border-radius: 1.5rem;
    padding: 0.75rem 1rem;
  }

  .tournament-card::before {
    border-radius: 1.5rem;
    padding: 1.5px;
  }

  .tournament-card__header {
    margin-top: 0.3rem;
  }

  .tournament-card__label {
    font-size: 0.8rem;
    line-height: 1.2;
  }

  .tournament-card__price {
    font-size: 0.8rem;
    line-height: 1.2;
  }

  .tournament-card__coin {
    width: 1.25rem;
    height: 1.25rem;
  }

  .tournament-card__rank {
    font-size: 0.8rem;
    line-height: 1.2;
    margin-left: 0.5rem;
    gap: 0.3rem;
  }

  .tournament-card__rank svg {
    width: 0.5rem;
    height: 0.75rem;
  }

  .tournament-card__participants {
    font-size: 0.8rem;
    /* line-height: 1.2; */
    gap: 0.1rem;
    margin-right: 0.2rem;
  }

  .tournament-card__participants svg {
    width: 0.9rem;
    height: 0.9rem;
  }

  .tournament-card__title {
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .tournament-card__date {
    font-size: 0.8rem;
    line-height: 1.2;
  }

  .tournament-card__join {
    width: 2.5rem;
    height: 2.5rem;
  }

  .tournament-card__join svg {
    width: 100%;
    height: 100%;
  }

  .challenges-section {
    width: 100%;
    max-width: 100%;
    order: 1;
    overflow: hidden;
    box-sizing: border-box;
  }

  .challenges-section .section-header__arrow {
    display: none;
  }

  .challenges-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 1rem;
    display: flex;
    flex-direction: row;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100%;
    max-width: 100%;
  }

  .challenges-grid::-webkit-scrollbar {
    display: none;
  }

  .challenge-card {
    width: 65vw;
    min-width: 65vw;
    height: auto;
    min-height: 10rem;
    flex-shrink: 0;
    border-radius: 2rem;
    padding: 1rem;
    gap: 1rem;
  }

  .challenge-card::before {
    border-radius: 2rem;
    padding: 1.5px;
  }

  .challenge-card__board {
    width: 7rem;
    height: 7rem;
    border-radius: 0.5rem;
    overflow: visible;
  }

  .challenge-card__badge {
    left: -0.3rem;
    top: -0.3rem;
    gap: 0.5rem;
    padding: 0.4rem 0.75rem 0.4rem 0.4rem;
    border-radius: 0.875rem;
  }

  .challenge-card__badge svg {
    width: 1.3rem;
    height: 1.3rem;
  }

  .challenge-card__badge span {
    font-size: 0.8rem;
    line-height: 1.2;
  }

  .challenge-card__content {
    min-height: 7rem;
    padding: 0.25rem 0;
  }

  .challenge-card__title {
    font-size: 1rem;
    line-height: 1.3;
  }

  .challenge-card__description {
    font-size: 0.75rem;
    line-height: 1.3;
  }

  .challenge-card__arrow svg {
    width: 2.25rem;
    height: 2.25rem;
  }
}