.wsop2026-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  padding: 24px 0 80px;
  background-color: var(--layer-2a-color, #fff);
}

.wsop2026-inner {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 100%;
  max-width: 1246px;
}

.wsop2026-heading {
  margin: 0 0 15px;
  color: var(--text-1-color, #292929);
  font-family: "PT Serif", serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .wsop2026-heading {
    font-size: 36px;
    line-height: 47px;
  }
}

.ws-fantasy {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1246px;
  padding: 107px 16px 72px;
  background-color: var(--layer-4-color, #f7f7fa);
}

.ws-fantasy::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #c0180c 22.28%, #c0180c 74.76%, rgba(255, 255, 255, 0) 100%);
  content: '';
}

.ws-fantasy-line {
  display: flex;
  z-index: 1;
  position: relative;
  justify-content: center;
  width: 100%;
  margin: 0 0 -107px;
  padding: 0 8px;
}

.ws-fantasy-head {
  gap: 8px 0;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 708px;
  padding: 16px 16px 20px;
  border: 1px solid #c0180c;
  border-radius: 20px;
  background-color: var(--layer-3-color, #fff);
  box-shadow: 0 0 16px 0 rgba(192, 24, 12, .15);
}

@media screen and (min-width: 48em) {
  .ws-fantasy-head {
    padding: 24px 32px 28px;
  }
}

.ws-fantasy-sponsor {
  gap: 0 8px;
  display: flex;
  align-items: center;
  padding: 6px 0;
  color: var(--text-1-color, #000);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .ws-fantasy-sponsor {
    font-size: 14px;
  }
}

.ws-fantasy-sponsor::after {
  inset: 0;
  position: absolute;
  content: '';
}

.ws-fantasy-sponsor svg {
  flex-shrink: 0;
  width: 111px;
  height: 22px;
}

@media screen and (min-width: 48em) {
  .ws-fantasy-sponsor svg {
    width: 181px;
    height: 36px;
  }
}

[theme='dark'] .ws-fantasy-sponsor svg {
  --i-color1: #fff;
  --i-color2: #fff;
}

.ws-fantasy-subhead {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 640px;
}

.ws-fantasy-subhead p {
  margin: 0;
  color: var(--text-3-color, #000);
  font-family: "PT Serif", serif;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .ws-fantasy-subhead p {
    font-size: 18px;
    line-height: 26px;
  }
}

.ws-fantasy--grid {
  gap: 16px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(342px, 1fr));
  width: 100%;
  max-width: 1120px;
  padding: 24px 0 0;
}

@media screen and (min-width: 48em) {
  .ws-fantasy--grid {
    padding: 36px 0 0;
  }
}

.ws-fantasy--grid:not(:has(.ws-fantasy--wrap_team)) {
  max-width: 820px;
}

.ws-fantasy--wrap {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 0 16px;
  overflow: hidden;
  border: 1px solid var(--text-2-color, #f3f3f3);
  border-radius: 12px;
  background-color: var(--text-2-color, #fff);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .05);
}

.ws-fantasy--wrap_star {
  border: 1px solid #edd180;
  background-color: #fcf7e0;
}

.ws-fantasy--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  border-radius: 12px 12px 4px 4px;
  background-color: #33333d;
  color: var(--text-5-color, #e0e0e5);
  font-size: 14px;
  line-height: 20px;
}

@media screen and (min-width: 48em) {
  .ws-fantasy--title {
    font-size: 16px;
  }
}

.ws-fantasy--title_star {
  background-color: #8c6105;
}

.ws-fantasy--title_star strong {
  color: #ffe08c;
}

.ws-fantasy--title_star span {
  color: #e5bf66;
  font-size: 12px;
}

.ws-fantasy--title_main strong {
  color: #fff;
}

.ws-fantasy--title_main span {
  color: #d1d1d1;
  font-size: 12px;
}

.ws-fantasy--title_team {
  background-color: #1f612e;
}

.ws-fantasy--title_team strong {
  gap: 0 5px;
  display: flex;
  flex-shrink: 0;
  color: #fff;
}

.ws-fantasy--title_team span {
  color: #99d9a6;
  font-size: 12px;
}

.ws-fantasy--subtitle {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 11px 20px 7px;
  color: #292929;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.ws-fantasy--wrap_star .ws-fantasy--subtitle {
  color: #80610d;
}

.ws-fantasy--wrap_main .ws-fantasy--subtitle {
  padding: 11px 20px 7px 24px;
  color: #666673;
}

.ws-fantasy--wrap_team .ws-fantasy--subtitle {
  padding: 5px 24px;
  color: #267338;
}

.ws-fantasy--subtitle svg {
  flex-shrink: 0;
  width: 16px;
  height: 17px;
}

.ws-fantasy--subtitle strong {
  margin: 0 0 0 auto;
  font-weight: 400;
}

.ws-fantasy--cup {
  gap: 0 8px;
  display: flex;
  align-items: center;
  font-weight: 400;
}

.ws-sub {
  padding: 0 16px;
}

.ws-sub_top {
  margin: 14px 0 0;
}

.ws-sub_sum {
  margin: 4px 0 0;
}

.ws-sub_bottom {
  margin: 4px 0 16px;
}

.ws-sub_star {
  margin: 16px 0 0;
}

.ws-sub--subhead {
  padding: 9px 8px;
  border-radius: 4px;
  background-color: #f7f7fa;
  color: #8c8c94;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.ws-sub--sum {
  display: flex;
  justify-content: space-between;
  padding: 9px 8px;
  border-radius: 4px;
  background-color: #1f612e;
  color: #b2e5ba;
  font-size: 14px;
  line-height: 16px;
}

.ws-sub--sum span {
  color: #fff;
  font-weight: 700;
}

.ws-sub--place {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 8px;
  border-radius: 4px;
  background-color: #edf7f0;
  color: rgba(0, 0, 0, .5);
  font-size: 12px;
  line-height: 14px;
}

.ws-sub--place span {
  color: #267a38;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.ws-sub--star {
  padding: 9px 8px;
  border-radius: 4px;
  background-color: #fcf7e0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.ws-sub--star span {
  color: #99730d;
}

.ws-fantasy--map {
  gap: 6px 0;
  display: flex;
  flex-direction: column;
  margin: auto 0 0;
  padding: 0 16px;
}

.ws-fantasy--rule {
  gap: 0 4px;
  display: flex;
  align-items: center;
  color: #1a1a1f;
  font-size: 14px;
  line-height: 16px;
}

.ws-fantasy--rule_star::before {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-image: url(/nimg/fantasy-star.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: '';
}

.ws-fantasy--rule_chest::before {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-image: url(/nimg/fantasy-chest.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: '';
}

.ws-container {
  display: flex;
  width: 200%;
  overflow: hidden;
  transform: translateX(0);
  transition: transform .45s ease;
}

.ws-panel {
  flex-shrink: 0;
  width: 50%;
}

.ws-panel_team {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  cursor: pointer;
}

.sws-team {
  display: flex;
  flex-direction: column;
}

.sws-team--name {
  display: flex;
  align-items: center;
  padding: 7px 8px;
  border-radius: 4px;
  background-color: #1a1a1f;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.sws-team--name::before {
  flex-shrink: 0;
  width: 8px;
  height: 16px;
  margin: 0 8px 0 0;
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 8 16'%3E%3Cpath fill='%23ccc' d='m1.635 4.387.707-.707 3.853 3.851a.664.664 0 0 1 0 .942l-3.853 3.854-.707-.707 3.616-3.617z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  content: '';
}

.sws-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sws-list li {
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 4px;
}

.sws-list li:nth-child(odd) {
  background-color: #e7e7ef;
}

.sws-list--item {
  display: flex;
  justify-content: space-between;
  padding: 7px 8px;
}

.sws-list--player {
  gap: 0 4px;
  display: flex;
  color: #1a1a1f;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.captain .sws-list--player {
  font-weight: 700;
}

.captain .sws-list--player::after {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-image: url(/nimg/fantasy-star.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: '';
}

.sws-list--points {
  align-items: center;
  justify-content: center;
  color: #1a1a1f;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.captain .sws-list--points {
  font-weight: 700;
}

.ws-fantasy--list {
  margin: 0;
  padding: 0 15px;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
}

.ws-fantasy--list_main {
  gap: 0 8px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

.ws-fantasy--wrap_star .ws-fantasy--list li:nth-child(odd) {
  background-color: #f5ebca;
}

.ws-fantasy--wrap_main .ws-fantasy--list li:nth-child(odd) {
  background-color: #f7f7fa;
}

.ws-fantasy--wrap_team .ws-fantasy--list li:nth-child(odd) {
  background-color: #edf7f0;
}

.ws-fantasy--wrap_team .ws-fantasy--list li.ws-card_captain {
  background-color: #e5f7eb;
}

.ws-fantasy--list_star:first-of-type .ws-card.ws-card_menu:nth-child(1) {
  background-color: #f5d69c;
}

.ws-fantasy--list_star:first-of-type .ws-card.ws-card_menu:nth-child(2) {
  background-color: #efead5;
}

.ws-fantasy--list_star:first-of-type .ws-card.ws-card_menu:nth-child(3) {
  background-color: #eadac4;
}

.ws-fantasy--list_main:first-of-type .ws-card.ws-card_menu:nth-child(1) {
  background-color: #f2e5bf;
}

.ws-fantasy--list_main:first-of-type .ws-card.ws-card_menu:nth-child(2) {
  background-color: #f5f5fa;
}

.ws-fantasy--list_main:first-of-type .ws-card.ws-card_menu:nth-child(3) {
  background-color: #f2e8e0;
}

.ws-card {
  gap: 0 8px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 7px 8px;
  border-radius: 4px;
}

.ws-card_menu {
  cursor: pointer;
}

.ws-card--content {
  display: contents;
}

.ws-fantasy--wrap_main .ws-card_menu {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: subgrid;
  padding: 9px 8px;
}

.ws-fantasy--wrap_main .ws-card--player {
  flex-direction: column;
  font-size: 13px;
  line-height: 16px;
}

.ws-fantasy--wrap_main .ws-card--place {
  font-size: 13px;
  line-height: 16px;
}

.ws-fantasy--wrap_main .ws-card--inner {
  align-self: flex-end;
}

.ws-card--player {
  display: flex;
  position: relative;
  color: #1a1a1f;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.ws-card_captain .ws-card--player {
  gap: 0 4px;
  font-weight: 700;
}

.ws-card_captain .ws-card--player::after {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-image: url(/nimg/fantasy-star.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: '';
}

.ws-card_mistery .ws-card--player {
  gap: 0 4px;
}

.ws-card_mistery .ws-card--player::after {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-image: url(/nimg/fantasy-chest.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: '';
}

.ws-fantasy--wrap_star .ws-card--player {
  color: #4d3305;
}

.ws-fantasy--list_star:first-of-type .ws-card:nth-child(-n+3) .ws-card--player {
  font-weight: 700;
}

.ws-fantasy--list_main:first-of-type .ws-card:nth-child(-n+3) .ws-card--player {
  flex-direction: row;
  font-size: 14px;
  font-weight: 700;
}

.ws-fantasy--list_main:first-of-type .ws-card:nth-child(-n+3) .ws-card--place {
  min-width: initial;
  font-size: 14px;
}

.ws-card--place {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  min-width: 24px;
  margin: 0 4px 0 0;
  color: #8c8c94;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

.ws-fantasy--wrap_star .ws-card--place {
  min-width: 18px;
  color: #99730d;
}

.ws-fantasy--list_main .ws-card--place {
  margin: 0;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.ws-card--inner {
  gap: 0 8px;
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}

.ws-card--inner_menu::after {
  flex-shrink: 0;
  width: 8px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 8 16'%3E%3Cpath fill='%238C8C94' d='m1.635 4.387.707-.707 3.853 3.851a.664.664 0 0 1 0 .942l-3.853 3.854-.707-.707 3.616-3.617z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
}

.ws-fantasy--wrap_star .ws-card--inner_menu::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 8 16'%3E%3Cpath fill='%2399730D' d='m1.635 4.387.707-.707 3.853 3.851a.664.664 0 0 1 0 .942l-3.853 3.854-.707-.707 3.616-3.617z'/%3E%3C/svg%3E");
}

.ws-card--points {
  align-items: center;
  justify-content: center;
  color: #1a1a1f;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.ws-fantasy--wrap_star .ws-card--points {
  color: #99730d;
}

.ws-fantasy--wrap_main .ws-card--points {
  justify-self: end;
  color: #1a1a1f;
  font-variant-numeric: tabular-nums;
  line-height: 16px;
}

.ws-fantasy--wrap_team .ws-card--points {
  color: #267a38;
}

.ws-card_captain .ws-card--points {
  font-weight: 700;
}

.ws-fantasy--list_star:first-of-type .ws-card:nth-child(-n+3) .ws-card--points {
  font-weight: 700;
}

.ws-fantasy--list_main:first-of-type .ws-card:nth-child(-n+3) .ws-card--points {
  font-weight: 700;
}

.ws-fantasy--bottom {
  display: flex;
  flex-direction: column;
  margin: auto 0 0;
  padding: 16px 16px 0;
}

.ws-fantasy--row {
  display: flex;
  margin: 0 0 16px;
  padding: 16px 0 0;
  border-top: 1px solid rgba(140, 97, 5, .2);
  color: #99730d;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.ws-fantasy--row svg {
  flex-shrink: 0;
  width: 16px;
  height: 17px;
  margin: 0 4px 0 0;
  transform: translateY(1px);
}

.ws-fantasy--info {
  gap: 8px 0;
  display: flex;
  flex-direction: column;
}

.ws-fantasy--subrow {
  gap: 0 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
}

.ws-fantasy--subrow span {
  color: #99730d;
  font-size: 15px;
  font-weight: 500;
}

.ws-fantasy--subrow strong {
  font-size: 15px;
  font-weight: 500;
}

.ws-fantasy--subrow svg {
  flex-shrink: 0;
  margin: 0 4px 0 0;
}

.ws-pager {
  gap: 0 4px;
  display: flex;
  justify-content: center;
  margin: 16px 0 0;
  padding: 0 16px;
}

.ws-pager li {
  display: flex;
  margin: 0;
  text-align: center;
}

.ws-fantasy--wrap_star .ws-pager {
  margin: 8px 0 0;
}

.ws-pager--num {
  flex-shrink: 0;
  min-width: 24px;
  padding: 0 4px;
  color: #8c8c94;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.active .ws-pager--num {
  color: #8c8c94;
  font-weight: 700;
}

.ws-fantasy--wrap_star .ws-pager--num {
  color: #99730d;
}

.active .ws-fantasy--wrap_star .ws-pager--num {
  color: #99730d;
}

.ws-pager--prev {
  flex-shrink: 0;
  width: 16px;
  color: #c5c5c9;
  font-size: 14px;
  line-height: 24px;
}

.active .ws-pager--prev {
  color: #8c8c94;
  font-weight: 700;
}

.ws-fantasy--wrap_star .ws-pager--prev {
  color: #cbb576;
}

.active .ws-fantasy--wrap_star .ws-pager--prev {
  color: #99730d;
}

.ws-pager--next {
  flex-shrink: 0;
  width: 16px;
  color: #c5c5c9;
  font-size: 14px;
  line-height: 24px;
}

.active .ws-pager--next {
  color: #8c8c94;
  font-weight: 700;
}

.ws-fantasy--wrap_star .ws-pager--next {
  color: #cbb576;
}

.active .ws-fantasy--wrap_star .ws-pager--next {
  color: #99730d;
  font-weight: 700;
}

.ws-fantasy--note {
  max-width: 520px;
  padding: 24px 0 0;
  color: var(--text-5-color, #606060);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.ws-fantasy--logo {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 24px 0 0;
}

.ws-fantasy--sign {
  display: flex;
  padding: 9px;
  border: 1px solid #ed1c24;
  border-radius: 50%;
}

.ws-fantasy--sign svg {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}

[theme='dark'] .ws-fantasy--sign svg {
  --i-color1: #fff;
}
