.ropl-page {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  width: 100%;
  padding: 0 0 64px;
  background-color: #141414;
}

@media screen and (min-width: 48em) {
  .ropl-page {
    padding: 0 16px 64px;
  }
}

.ropl-page_matrix::before {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1440px;
  height: 560px;
  margin: 0 auto;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, #141414 100%), url(/graphics/ropl/adv/matrix/ropl-head-bg-matrix.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%, auto 100%;
  content: '';
  pointer-events: none;
}

@media screen and (min-width: 48em) {
  .ropl-page_matrix::before {
    height: 1160px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, #141414 100%), linear-gradient(90deg, #141414 0, rgba(20, 20, 20, 0) 130px, rgba(20, 20, 20, 0) calc(100% - 130px), #141414 100%), url(/graphics/ropl/adv/matrix/ropl-head-bg-matrix.webp);
    background-size: 100% 100%, 100% 100%, 1440px;
  }
}

.ropl-page--inner {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1246px;
  padding: 0 16px;
}

@media screen and (min-width: 48em) {
  .ropl-page--inner {
    padding: 0;
  }
}

.rpl-head {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 0 24px;
  padding: 16px 0 0;
}

@media screen and (min-width: 48em) {
  .rpl-head {
    margin: 0 0 56px;
    padding: 24px 0 0;
  }
}

.rpl-head--promo {
  gap: 8px;
  display: flex;
  z-index: 3;
  position: relative;
  flex-direction: column;
  width: 100%;
  margin: 0 0 16px;
}

@media screen and (min-width: 48em) {
  .rpl-head--promo {
    gap: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 24px;
  }
}

.rpl-head--card {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 11px 15px 12px;
  border: 1px solid #666;
  border-radius: 12px;
  background-color: #02130e;
  text-decoration: none;
  pointer-events: none;
}

@media screen and (min-width: 48em) {
  .rpl-head--card {
    width: clamp(600px, 100%, 615px);
    padding: 22px 27px 18px;
    border-radius: 16px;
  }
}

.rpl-head--card.active {
  pointer-events: initial;
}

.rpl-head--badge {
  display: flex;
  position: absolute;
  top: -6px;
  left: 8px;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  border-radius: 5px;
  background-color: #666;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .rpl-head--badge {
    top: -10px;
    left: 20px;
    padding: 4px 12px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 16px;
  }
}

.rpl-head--lead {
  color: #0bb169;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 39px;
  text-transform: uppercase;
  opacity: .3;
}

@media screen and (min-width: 48em) {
  .rpl-head--lead {
    font-size: 56px;
    line-height: 70px;
  }
}

.active .rpl-head--lead {
  opacity: 1;
}

.rpl-head--desc {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  opacity: .3;
}

@media screen and (min-width: 48em) {
  .rpl-head--desc {
    font-size: 24px;
    line-height: 28px;
  }
}

.active .rpl-head--desc {
  opacity: 1;
}

.rpl-head--stage {
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 0 24px;
}

@media screen and (min-width: 48em) {
  .rpl-head--stage {
    margin: 0;
  }
}

.rpl-help {
  gap: 8px 8px;
  display: flex;
  z-index: 3;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 12px;
}

@media screen and (min-width: 48em) {
  .rpl-help {
    gap: 16px;
    position: absolute;
    top: 0;
    right: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
    max-width: none;
    margin: 0;
  }
}

.rpl-help--item {
  gap: 0 4px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

@media screen and (min-width: 48em) {
  .rpl-help--item {
    gap: 0 8px;
  }
}

.rpl-help--icon {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 48em) {
  .rpl-help--icon {
    width: 20px;
    height: 20px;
  }
}

.rpl-help--label {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .rpl-help--label {
    font-size: 16px;
    line-height: 19px;
  }
}

.rpl-help--label_full {
  display: none;
}

@media screen and (min-width: 48em) {
  .rpl-help--label_full {
    display: inline;
  }
}

.rpl-help--label_short {
  display: inline;
}

@media screen and (min-width: 48em) {
  .rpl-help--label_short {
    display: none;
  }
}

.rpl-head--logo {
  display: flex;
  z-index: 2;
  position: relative;
  justify-content: center;
  width: 100%;
  max-width: 156px;
  padding: 10px 0;
}

@media screen and (min-width: 48em) {
  .rpl-head--logo {
    max-width: 300px;
    padding: 20px 0;
  }
}

.rpl-head--logo::before {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 320px;
  margin: -160px 0 0 -160px;
  background-image: radial-gradient(circle, rgba(15, 177, 106, .65) 0%, rgba(74, 252, 255, 0) 75%);
  content: '';
  pointer-events: none;
}

@media screen and (min-width: 48em) {
  .rpl-head--logo::before {
    width: 722px;
    height: 722px;
    margin: -361px 0 0 -361px;
    background-image: radial-gradient(circle, rgba(15, 177, 106, .85) 0%, rgba(74, 252, 255, 0) 50%);
  }
}

.rpl-head--logo img {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  height: auto;
}

.rpl-head--main {
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1048px;
  margin: 0 0 24px;
  padding: 0 0 24px;
}

@media screen and (min-width: 48em) {
  .rpl-head--main {
    margin: 0 0 44px;
    padding: 0 0 44px;
  }
}

.rpl-head--main::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-image: linear-gradient(90deg, rgba(29, 211, 98, 0) 0%, rgba(29, 211, 98, .35) 18%, #1dd362 35%, #1dd362 65%, rgba(29, 211, 98, .35) 82%, rgba(29, 211, 98, 0) 100%);
  content: '';
}

.rpl-head--title {
  gap: 0 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 38px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .rpl-head--title {
    margin: 0 0 10px;
    font-size: 72px;
    line-height: 84px;
  }
}

.rpl-head--name {
  color: #fff;
  text-transform: uppercase;
}

.rpl-head--code {
  color: #1be751;
  text-transform: uppercase;
}

.rpl-head--prize {
  margin: 0 0 36px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .rpl-head--prize {
    margin: 0 0 48px;
    font-size: 24px;
    line-height: 28px;
  }
}

.rpl-head--sum {
  color: #1be751;
}

.rpl-head--note {
  color: #fff;
}

.rpl-head--nav {
  gap: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 48em) {
  .rpl-head--nav {
    gap: 8px;
  }
}

.rpl-head--link {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(27, 231, 81, .5);
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .rpl-head--link {
    padding: 11px 23px;
    font-size: 18px;
    line-height: 21px;
  }
}

.rpl-head--button {
  gap: 0 8px;
  display: flex;
  z-index: 2;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 12px 16px 12px 12px;
  border-radius: 8px;
  background-image: linear-gradient(188deg, #30fd72 -35.84%, #019549 74.7%);
  text-decoration: none;
}

@media screen and (min-width: 48em) {
  .rpl-head--button {
    padding: 12px 32px 12px 24px;
  }
}

.rpl-head--icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 48em) {
  .rpl-head--icon {
    width: 32px;
    height: 32px;
  }
}

.rpl-head--label {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .rpl-head--label {
    font-size: 20px;
    line-height: 23px;
  }
}

.rpl-teams {
  scroll-margin-top: 64px;
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 16px 0 40px;
}

@media screen and (min-width: 48em) {
  .rpl-teams {
    scroll-margin-top: 0;
    padding: 24px 0 64px;
  }
}

.rpl-teams--title {
  margin: 0 0 16px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .rpl-teams--title {
    margin: 0 0 24px;
    font-size: 52px;
    line-height: 60px;
  }
}

.rpl-teams--sides {
  gap: 8px;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

@media screen and (min-width: 48em) {
  .rpl-teams--sides {
    gap: 12px;
    margin: 0 0 24px;
  }
}

.rpl-teams--chip {
  display: flex;
  z-index: 0;
  position: relative;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 30px;
  padding: 0 18px;
  overflow: hidden;
  border-radius: 20px;
}

@media screen and (min-width: 48em) {
  .rpl-teams--chip {
    min-width: 110px;
    padding: 0 20px;
  }
}

.rpl-teams--chip_agents {
  background-image: linear-gradient(180deg, #3554c6 0%, #1a2960 100%);
}

.rpl-teams--chip_chosen {
  background-image: linear-gradient(180deg, #dc0013 0%, #76000a 100%);
}

.rpl-teams--spot {
  z-index: 1;
  position: absolute;
  top: -2px;
  left: 50%;
  width: 88px;
  height: 10px;
  transform: translateX(-50%);
  background: url(/graphics/ropl/adv/matrix/rpl-teams-chip-spot.svg) center/100% 100% no-repeat;
  pointer-events: none;
}

.rpl-teams--glow {
  z-index: 1;
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 16px;
  transform: rotate(180deg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.rpl-teams--chip_agents .rpl-teams--glow {
  background-image: url(/graphics/ropl/adv/matrix/rpl-teams-chip-shade-agents.svg);
}

.rpl-teams--chip_chosen .rpl-teams--glow {
  background-image: url(/graphics/ropl/adv/matrix/rpl-teams-chip-shade-chosen.svg);
}

.rpl-teams--word {
  z-index: 2;
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12px;
  line-height: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .rpl-teams--word {
    font-size: 13px;
    letter-spacing: .13px;
    line-height: 15px;
  }
}

.rpl-teams--versus {
  color: #b6b6b6;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .rpl-teams--versus {
    font-size: 14px;
    line-height: 16px;
  }
}

.rpl-teams--list {
  gap: 8px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.rpl-teams--card {
  gap: 12px;
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  padding: 19px 12px 11px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  background-color: #1e1e1e;
}

@media screen and (min-width: 48em) {
  .rpl-teams--card {
    gap: 12px 16px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    padding: 23px 24px 15px;
  }
}

.rpl-teams--badge {
  display: flex;
  position: absolute;
  top: -1px;
  left: -1px;
  align-items: center;
  justify-content: center;
  height: 17px;
  padding: 0 8px;
  border-radius: 12px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

.rpl-teams--badge_agents {
  background-image: linear-gradient(180deg, #3554c6 0%, #1a2960 100%);
}

.rpl-teams--badge_chosen {
  background-image: linear-gradient(180deg, #dc0013 0%, #76000a 100%);
}

.rpl-teams--main {
  gap: 12px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: start;
}

@media screen and (min-width: 48em) {
  .rpl-teams--main {
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
  }
}

.rpl-teams--media {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border: 1px solid #424242;
  border-radius: 50%;
}

@media screen and (min-width: 48em) {
  .rpl-teams--media {
    width: 54px;
    height: 54px;
  }
}

.rpl-teams--media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.rpl-teams--info {
  gap: 4px;
  display: flex;
  flex-direction: column;
}

.rpl-teams--line {
  gap: 6px 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.rpl-teams--name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

@media screen and (min-width: 48em) {
  .rpl-teams--name {
    font-size: 20px;
    line-height: 23px;
  }
}

.rpl-teams--score {
  position: relative;
  padding: 0 0 0 11px;
  color: #ac937b;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .rpl-teams--score {
    font-size: 16px;
    line-height: 19px;
  }
}

.rpl-teams--score::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #ac937b;
  content: '';
}

.rpl-teams--meta {
  gap: 0 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (min-width: 48em) {
  .rpl-teams--meta {
    align-items: baseline;
  }
}

.rpl-teams--role {
  color: #ac937b;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .rpl-teams--role {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
  }
}

.rpl-teams--lead {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .rpl-teams--lead {
    font-size: 18px;
    line-height: 21px;
  }
}

.rpl-teams--join {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 3;
  padding: 9px 11px;
  border: 1px solid rgba(27, 231, 81, .35);
  border-radius: 8px;
  background-color: #161b16;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .rpl-teams--join {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    order: 0;
    padding: 11px 19px;
    line-height: 19px;
  }
}

.rpl-teams--toggle {
  gap: 8px;
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  order: 1;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  border: 0;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .rpl-teams--toggle {
    grid-column: 1;
    grid-row: 2;
    order: 0;
  }
}

.rpl-teams--count {
  gap: 0 4px;
  display: flex;
  align-items: center;
}

.rpl-teams--num {
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

@media screen and (min-width: 48em) {
  .rpl-teams--num {
    font-size: 16px;
    line-height: 19px;
  }
}

.rpl-teams--unit {
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

@media screen and (min-width: 48em) {
  .rpl-teams--unit {
    font-size: 16px;
    line-height: 19px;
  }
}

.rpl-teams--arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 8px;
}

.rpl-teams--arrow img {
  display: block;
  width: 8px;
  height: 16px;
  transform: rotate(90deg);
}

.rpl-teams--card.open .rpl-teams--arrow img {
  transform: rotate(-90deg);
}

.rpl-teams--roster {
  display: none;
  flex-direction: column;
  order: 2;
  width: 100%;
}

.rpl-teams--card.open .rpl-teams--roster {
  display: flex;
}

@media screen and (min-width: 48em) {
  .rpl-teams--roster {
    grid-column: 1 / -1;
    order: 0;
  }
}

.rpl-teams--row {
  gap: 0 8px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  padding: 8px;
  background-color: rgba(0, 0, 0, .2);
}

.rpl-teams--row:nth-child(even) {
  background-color: #2a2a2a;
}

@media screen and (min-width: 48em) {
  .rpl-teams--row {
    padding: 8px 12px;
  }
}

.rpl-teams--place {
  color: #eaeaea;
  font-size: 16px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  line-height: 19px;
  white-space: nowrap;
}

.rpl-teams--nick {
  overflow: hidden;
  color: rgba(255, 255, 255, .9);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rpl-teams--data {
  color: #ac937b;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: right;
  white-space: nowrap;
}

.rpl-teams--shade {
  inset: 0;
  display: none;
  z-index: 1100;
  position: fixed;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: rgba(0, 0, 0, .6);
}

.rpl-teams--shade.open {
  display: flex;
}

@media screen and (min-width: 48em) {
  .rpl-teams--shade {
    padding: 24px;
  }
}

.rpl-teams--shade.submit {
  background-color: rgba(0, 0, 0, .95);
}

.rpl-teams--dialog {
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 542px;
  padding: 12px 24px 24px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px 24px 0 0;
  background-color: #1e1e1e;
}

@media screen and (min-width: 48em) {
  .rpl-teams--dialog {
    padding: 32px;
    border-radius: 12px;
  }
}

.submit .rpl-teams--dialog {
  opacity: .5;
}

.rpl-teams--handle {
  display: block;
  width: 120px;
  height: 2px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, .1);
}

@media screen and (min-width: 48em) {
  .rpl-teams--handle {
    display: none;
  }
}

.rpl-teams--head {
  gap: 4px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.rpl-teams--kicker {
  color: #ac937b;
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .rpl-teams--kicker {
    font-size: 12px;
    line-height: 14px;
  }
}

.rpl-teams--heading {
  margin: 0 0 16px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

@media screen and (min-width: 48em) {
  .rpl-teams--heading {
    font-size: 24px;
    line-height: 28px;
  }
}

.rpl-teams--text {
  color: rgba(255, 255, 255, .6);
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

@media screen and (min-width: 48em) {
  .rpl-teams--text {
    font-size: 16px;
    line-height: 22px;
  }
}

.rpl-teams--form {
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.rpl-teams--form .error {
  padding: 4px 8px;
  border-radius: 6px;
  background-color: #a84747;
  color: #fff;
}

.rpl-teams--label {
  color: rgba(255, 255, 255, .6);
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .rpl-teams--label {
    font-size: 12px;
  }
}

.rpl-teams--field {
  gap: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  margin: 0 0 16px;
  padding: 0 16px 0 12px;
  border-radius: 8px;
  background-color: #000;
}

@media screen and (min-width: 48em) {
  .rpl-teams--field {
    height: 48px;
    padding: 0 16px 0 8px;
  }
}

.rpl-teams--icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 48em) {
  .rpl-teams--icon {
    width: 32px;
    height: 32px;
  }
}

.rpl-teams--icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.rpl-teams--input {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

@media screen and (min-width: 48em) {
  .rpl-teams--input {
    font-size: 18px;
    line-height: 21px;
  }
}

.rpl-teams--input::-moz-placeholder {
  color: rgba(255, 255, 255, .4);
}

.rpl-teams--input::placeholder {
  color: rgba(255, 255, 255, .4);
}

.rpl-teams--note {
  display: block;
  margin: 0 0 16px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #313131;
  color: #ac937b;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.rpl-teams--note strong {
  font-weight: 700;
}

.rpl-teams--actions {
  gap: 8px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .rpl-teams--actions {
    flex-direction: row;
    align-items: stretch;
  }
}

.rpl-teams--submit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  background-color: #028942;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .rpl-teams--submit {
    height: 48px;
    font-size: 18px;
    line-height: 21px;
  }
}

.rpl-teams--submit:disabled {
  background-color: rgba(2, 137, 66, .2);
  color: rgba(255, 255, 255, .2);
  cursor: default;
}

.rpl-teams--cancel {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 24px;
  border: 1px solid #028942;
  border-radius: 8px;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .rpl-teams--cancel {
    height: 48px;
    font-size: 18px;
    line-height: 21px;
  }
}

.rpl-schedule {
  scroll-margin-top: 64px;
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 16px 0 40px;
}

@media screen and (min-width: 48em) {
  .rpl-schedule {
    scroll-margin-top: 0;
    padding: 24px 0 64px;
  }
}

.rpl-schedule--title {
  margin: 0 0 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .rpl-schedule--title {
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 42px;
  }
}

.rpl-schedule--toggle {
  gap: 4px;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  cursor: pointer;
}

.rpl-schedule--toggle .rpl-schedule--text {
  color: #d0d0d0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.rpl-schedule--arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 8px;
}

.rpl-schedule--arrow img {
  display: block;
  width: 8px;
  height: 16px;
  transform: rotate(90deg);
}

.rpl-schedule.open .rpl-schedule--arrow img {
  transform: rotate(-90deg);
}

.rpl-schedule--list {
  gap: 8px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.rpl-schedule--head {
  gap: 0 8px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: start;
  width: 100%;
  padding: 0 12px 4px;
}

@media screen and (min-width: 48em) {
  .rpl-schedule--head {
    gap: 0 16px;
    grid-template-columns: 80px minmax(0, 1fr) auto;
    padding: 0 20px 8px;
  }
}

.rpl-schedule--label {
  color: #ac937b;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .rpl-schedule--label {
    font-size: 14px;
    line-height: 16px;
  }
}

.rpl-schedule--label:last-child {
  justify-self: end;
}

.rpl-schedule--row {
  gap: 0 8px;
  display: grid;
  z-index: 0;
  position: relative;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: start;
  width: 100%;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  background-color: #1e1e1e;
}

@media screen and (min-width: 48em) {
  .rpl-schedule--row {
    gap: 0 16px;
    grid-template-columns: 80px minmax(0, 1fr) auto;
    align-items: center;
    padding: 17px 19px;
  }
}

.rpl-schedule--row:has(.rpl-schedule--score.open) {
  z-index: 2;
}

.rpl-schedule--row_live {
  border-color: rgba(27, 231, 81, .4);
  background-color: #161b16;
}

.rpl-schedule--row_live .rpl-schedule--day {
  color: #1be751;
}

.rpl-schedule--row_done {
  display: none;
  border-color: rgba(255, 255, 255, .08);
  background-color: #0f120f;
}

.rpl-schedule--row_done .rpl-schedule--day {
  color: rgba(255, 255, 255, .6);
}

.rpl-schedule--row_done .rpl-schedule--name {
  color: rgba(255, 255, 255, .6);
}

.rpl-schedule--row_done .rpl-schedule--time {
  color: rgba(255, 255, 255, .6);
}

.rpl-schedule.open .rpl-schedule--row_done {
  display: grid;
}

.rpl-schedule--date {
  gap: 4px;
  display: flex;
  flex-direction: column;
}

.rpl-schedule--day {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .rpl-schedule--day {
    font-size: 16px;
    line-height: 19px;
  }
}

.rpl-schedule--time {
  color: rgba(255, 255, 255, .6);
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .rpl-schedule--time {
    font-size: 13px;
    line-height: 15px;
  }
}

.rpl-schedule--about {
  gap: 4px;
  display: flex;
  flex-direction: column;
}

.rpl-schedule--name {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

@media screen and (min-width: 48em) {
  .rpl-schedule--name {
    font-size: 16px;
    line-height: 19px;
  }
}

.rpl-schedule--prize {
  color: #ac937b;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .rpl-schedule--prize {
    font-size: 15px;
    line-height: 18px;
  }
}

.rpl-schedule--buyin {
  justify-self: end;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .rpl-schedule--buyin {
    font-size: 16px;
    line-height: 19px;
  }
}

.rpl-schedule--score {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  align-items: flex-end;
  justify-self: end;
}

.rpl-schedule--score.open {
  z-index: 3;
}

.rpl-schedule--result {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 5px;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  white-space: nowrap;
}

.rpl-schedule--panel {
  display: none;
  z-index: 2;
  position: absolute;
  top: 36px;
  right: 0;
  flex-direction: column;
  min-width: 220px;
  padding: 16px 12px;
  border-radius: 5px;
  background-color: #2a2a2a;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .15);
}

.rpl-schedule--score.open .rpl-schedule--panel {
  display: flex;
}

.rpl-schedule--item {
  gap: 0 16px;
  display: grid;
  grid-template-columns: 1fr auto;
}

.rpl-schedule--nick {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.rpl-schedule--data {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  white-space: nowrap;
}

.rpl-board {
  scroll-margin-top: 64px;
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 16px 0 40px;
}

@media screen and (min-width: 48em) {
  .rpl-board {
    scroll-margin-top: 0;
    padding: 24px 0 64px;
  }
}

.rpl-board--title {
  margin: 0 0 16px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .rpl-board--title {
    margin: 0 0 24px;
    font-size: 36px;
    line-height: 42px;
  }
}

.rpl-board--card {
  gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  background-color: #1e1e1e;
}

@media screen and (min-width: 48em) {
  .rpl-board--card {
    gap: 24px;
    align-items: center;
    padding: 32px;
  }
}

.rpl-board--list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.rpl-board--sheet {
  display: none;
  flex-direction: column;
  width: 100%;
}

.rpl-board--sheet.active {
  display: flex;
}

@media screen and (min-width: 48em) {
  .rpl-board--sheet.active {
    gap: 0 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.rpl-board--column {
  gap: 0 8px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  width: 100%;
}

.rpl-board--column:nth-child(n+2) {
  display: none;
}

.rpl-board.open .rpl-board--column:nth-child(n+2) {
  display: grid;
}

@media screen and (min-width: 48em) {
  .rpl-board--column:nth-child(n+2) {
    display: grid;
  }
}

.rpl-board--item {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: subgrid;
  align-items: center;
  padding: 8px;
  background-color: rgba(0, 0, 0, .2);
}

@media screen and (min-width: 48em) {
  .rpl-board--item {
    padding: 8px 12px;
  }
}

.rpl-board--item:nth-child(even) {
  background-color: #2a2a2a;
}

.rpl-board--place {
  color: rgba(255, 255, 255, .6);
  font-size: 16px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  line-height: 19px;
  white-space: nowrap;
}

.accent .rpl-board--place {
  color: #eaeaea;
}

.rpl-board--nick {
  overflow: hidden;
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.accent .rpl-board--nick {
  color: rgba(255, 255, 255, .9);
  font-size: 16px;
  line-height: 19px;
}

.found .rpl-board--nick {
  scroll-margin-top: 82px;
  color: #1be751;
}

.rpl-board--score {
  color: rgba(255, 255, 255, .4);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: right;
  white-space: nowrap;
}

.accent .rpl-board--score {
  color: #ac937b;
  font-size: 16px;
  line-height: 19px;
}

.rpl-board--more {
  gap: 8px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px;
  text-decoration: none;
}

@media screen and (min-width: 48em) {
  .rpl-board--more {
    display: none;
  }
}

.rpl-board.open .rpl-board--more {
  display: none;
}

.rpl-board--pager {
  gap: 4px;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 100%;
  max-width: 316px;
}

.rpl-board--page {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.rpl-board--page.active {
  background-color: #2a2a2a;
  color: #eaeaea;
}

.rpl-board--page.disabled {
  color: rgba(255, 255, 255, .4);
}

.rpl-board--skip {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 32px;
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.rpl-board--label {
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
}

.rpl-board--arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 20px;
}

.rpl-board--arrow img {
  display: block;
  width: 10px;
  height: 20px;
}

.rpl-board--find {
  display: flex;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .rpl-board--find {
    width: 384px;
  }
}

.rpl-board--field {
  gap: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border-radius: 8px 0 0 8px;
  background-color: #000;
}

@media screen and (min-width: 48em) {
  .rpl-board--field {
    height: 44px;
    padding: 0 16px;
  }
}

.rpl-board--icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.rpl-board--icon img {
  display: block;
  width: 24px;
  height: 24px;
}

.rpl-board--input {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.rpl-board--input::-moz-placeholder {
  color: rgba(255, 255, 255, .6);
}

.rpl-board--input::placeholder {
  color: rgba(255, 255, 255, .6);
}

.rpl-board--button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 0 8px 8px 0;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .rpl-board--button {
    height: 44px;
  }
}

.rpl-board--empty {
  display: none;
  margin: 0;
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.rpl-board--empty.active {
  display: block;
}

.rpl-news {
  scroll-margin-top: 64px;
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 16px 0 40px;
}

@media screen and (min-width: 48em) {
  .rpl-news {
    scroll-margin-top: 0;
    padding: 24px 0 64px;
  }
}

.rpl-news--title {
  margin: 0 0 16px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .rpl-news--title {
    margin: 0 0 28px;
    font-size: 36px;
    line-height: 42px;
  }
}

.rpl-news--list {
  gap: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .rpl-news--list {
    gap: 28px;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
  }
}

@media screen and (min-width: 64em) {
  .rpl-news--list {
    flex-wrap: nowrap;
  }
}

.rpl-news--card {
  gap: 12px;
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  max-width: 420px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  background-color: #1e1e1e;
}

@media screen and (min-width: 48em) {
  .rpl-news--card {
    gap: 24px;
    max-width: 609px;
    padding: 32px;
  }
}

.rpl-news--media {
  aspect-ratio: 3 / 2;
  position: relative;
  width: 100%;
}

.rpl-news--image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rpl-news--body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.rpl-news--tag {
  margin: 0 0 8px;
  color: #dc0f21;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 13px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .rpl-news--tag {
    margin: 0 0 16px;
    font-size: 12px;
    line-height: 14px;
  }
}

.rpl-news--name {
  margin: 0 0 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

@media screen and (min-width: 48em) {
  .rpl-news--name {
    font-size: 22px;
    line-height: 26px;
  }
}

.rpl-news--name::after {
  inset: 0;
  z-index: 1;
  position: absolute;
  content: '';
}

.rpl-news--meta {
  gap: 4px 16px;
  display: flex;
  z-index: 2;
  flex-wrap: wrap;
  align-items: center;
}

.rpl-news--date {
  color: rgba(255, 255, 255, .4);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .rpl-news--date {
    font-size: 16px;
    line-height: 19px;
  }
}

.rpl-news--stat {
  gap: 4px;
  display: flex;
  align-items: center;
}

.rpl-news--icon {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 10px;
  object-fit: contain;
}

.rpl-news--icon_chat {
  width: 20px;
  height: 20px;
}

.rpl-news--count {
  color: rgba(255, 255, 255, .4);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .rpl-news--count {
    font-size: 16px;
    line-height: 19px;
  }
}

.rpl-news--count a {
  color: rgba(255, 255, 255, .4);
}

.rpl-news--count a:hover {
  text-decoration: underline;
}

.rpl-bottom {
  gap: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 36px;
}

@media screen and (min-width: 48em) {
  .rpl-bottom {
    gap: 52px;
    flex-direction: row;
  }
}

.rpl-bottom--link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.rpl-bottom--ropl {
  display: block;
  width: 162px;
  height: auto;
}

@media screen and (min-width: 48em) {
  .rpl-bottom--ropl {
    width: 200px;
  }
}

.rpl-bottom--gt {
  display: block;
  width: 145px;
  height: auto;
}

@media screen and (min-width: 48em) {
  .rpl-bottom--gt {
    width: 169px;
  }
}

.rpl-bottom--pd {
  display: block;
  width: 138px;
  height: auto;
}

@media screen and (min-width: 48em) {
  .rpl-bottom--pd {
    width: 161px;
  }
}
