.champions-2026 {
  width: 100%;
  overflow-x: clip;
  overflow-y: visible;
  background: #2A2730;
  box-sizing: border-box;
}
.champions-2026__header {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 40px;
  align-items: center;
  margin-bottom: 48px;
}
@media  all and (min-width: 1024px) {
  .champions-2026__header {
    margin-bottom: 160px;
    grid-template-columns: 672px 1fr;
  }
}
.champions-2026__header-h1 {
  position: relative;
  z-index: 2;
  padding: 48px 0 0 0;
  margin: 0 0 24px;
  color: white;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: calc(max(28px, 9vw));
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 86.9px */
  text-transform: uppercase;
}
@media  all and (min-width: 1024px) {
  .champions-2026__header-h1 {
    padding: 120px 0 0 0;
    margin: 0 0 40px;
    font-size: 70px;
  }
}
.champions-2026__header-h2 {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0 0 48px;
  color: #93969F;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: calc(max(21px, 5vw));
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 26.4px */
}
@media  all and (min-width: 1024px) {
  .champions-2026__header-h2 {
    margin: 0 0 120px;
    font-size: 24px;
  }
}
.champions-2026__header-bg {
  opacity: 0.7;
  filter: blur(2px);
  width: 80%;
  bottom: 200px;
  right: 0;
  position: absolute;
  background: url("/assets/spec/champions2026/image/header-new-3.png") center no-repeat;
  background-size: contain;
  aspect-ratio: 853/853;
  order: -1;
}
@media  all and (min-width: 1024px) {
  .champions-2026__header-bg {
    opacity: 1;
    bottom: 0;
    filter: blur(0);
    width: 100%;
    position: sticky;
    order: initial;
  }
}
.champions-2026__button {
  position: relative;
  z-index: 2;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  color: white;
}
.champions-2026__button-sm {
  font-size: 16px;
  padding: 8px 16px;
  line-height: 100%;
}
.champions-2026__button-md {
  font-size: 16px;
  padding: 8px 8px;
}
@media  all and (min-width: 768px) {
  .champions-2026__button-md {
    font-size: 16px;
    padding: 16px 32px;
  }
}
.champions-2026__button-lg {
  font-size: 16px;
  padding: 16px 16px;
}
@media  all and (min-width: 768px) {
  .champions-2026__button-lg {
    font-size: 24px;
    padding: 16px 32px;
  }
}
.champions-2026__button-default {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #93969F;
  line-height: 100%;
  white-space: nowrap;
}
.champions-2026__button-default:hover {
  background: #93969F;
}
.champions-2026__button-default:active {
  background: #C8FE52;
  border-color: #C8FE52;
  color: black;
}
.champions-2026__button-list {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, auto));
}
.champions-2026__button-list--fliud {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  width: 100%;
  gap: 16px;
}
.champions-2026__button--active {
  background: #C8FE52;
  border-color: #C8FE52;
  color: black;
}
.champions-2026__button--pending {
  cursor: wait;
  opacity: 0.7;
}
.champions-2026__button--disabled {
  pointer-events: none;
  opacity: 0.7;
}
.champions-2026__wrapper-default {
  max-width: 1366px;
  width: calc(100% - 24px);
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media  all and (min-width: 540px) {
  .champions-2026__wrapper-default {
    width: calc(100% - 48px);
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media  all and (min-width: 1366px) {
  .champions-2026__wrapper-default {
    width: 100%;
    padding: 0;
  }
}
.champions-2026__wrapper-sm {
  max-width: 904px;
  width: 100%;
  margin: 0 auto;
}
.champions-2026__subtitle {
  color: #93969F;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 80px;
}
.champions-2026__card {
  background: url("/assets/spec/champions2026/image/frame.svg") no-repeat center;
  padding: 41px 41px 75px;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto auto auto auto auto auto auto;
  min-width: calc(100vw - 24px);
  scroll-snap-align: start;
}
@media  all and (min-width: 768px) {
  .champions-2026__card {
    grid-template-rows: 1fr auto auto auto auto auto auto;
    scroll-snap-align: none;
    min-width: inherit;
  }
}
.champions-2026__card-header-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 48px;
}
@media  all and (min-width: 768px) {
  .champions-2026__card-header-wrapper {
    grid-template-columns: 120px 1fr;
  }
}
.champions-2026__card-avatar {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0;
  padding: 0;
  object-fit: contain;
  object-position: center;
  position: relative;
}
.champions-2026__card-avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.champions-2026__card-avatar:before {
  content: '';
  width: 122px;
  height: 122px;
  inset: -2px;
  background: url("/assets/spec/champions2026/image/avatar-frame.svg") no-repeat center;
  position: absolute;
}
.champions-2026__card-name {
  color: white;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 28px */
  text-transform: uppercase;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.champions-2026__card-company {
  color: #C8FE52;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 22px */
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.champions-2026__card-pos {
  color: #93969F;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 22px */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.champions-2026__card-nrra {
  color: var(--White, #FFF);
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  width: 70%;
  line-height: 110%;
  /* 17.6px */
  margin-bottom: 8px;
  display: block;
}
.champions-2026__card-stats {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}
@media  all and (min-width: 768px) {
  .champions-2026__card-stats {
    gap: 8px;
    grid-template-columns: repeat(5, minmax(56px, 1fr));
  }
}
.champions-2026__card-stat {
  background: #554F62;
  border-radius: 4px;
}
.champions-2026__card-stat-label {
  padding: 4px 4px 0;
}
.champions-2026__card-stat-label span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 17.6px */
  border-radius: 4px;
  background: #373242;
  height: 20px;
}
@media  all and (min-width: 768px) {
  .champions-2026__card-stat-label span {
    font-size: 16px;
  }
}
.champions-2026__card-stat-label span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 80%;
  height: 1px;
  transform: translateX(-50%);
  background: white;
}
.champions-2026__card-stat-value {
  padding: 0 4px 4px;
}
.champions-2026__card-stat-value span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
  border-radius: 4px;
  background: #373242;
  height: 20px;
}
@media  all and (min-width: 768px) {
  .champions-2026__card-stat-value span {
    font-size: 16px;
  }
}
.champions-2026__card-text {
  margin-bottom: 24px;
  padding: 50px 12px 18px 12px;
  color: var(--Slate-Gray, #93969F);
  text-overflow: ellipsis;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  position: relative;
  border: 1px solid var(--Slate-Gray, #93969F);
  background: var(--Dark-Slate, rgba(42, 39, 48, 0.2));
}
@media  all and (min-width: 768px) {
  .champions-2026__card-text {
    min-height: 90px;
    font-size: 18px;
  }
}
.champions-2026__card-text span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.champions-2026__card-text::before {
  content: "“";
  color: var(--Limey, #C8FE52);
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  top: 12px;
  left: 12px;
  position: absolute;
}
.champions-2026__card-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
@media  all and (min-width: 768px) {
  .champions-2026__card-buttons {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
.champions-2026__card-buttons .span-2 {
  grid-column: auto;
}
@media  all and (min-width: 540px) {
  .champions-2026__card-buttons .span-2 {
    grid-column: span 2;
  }
}
.champions-2026__cards {
  display: flex;
  gap: 24px;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 84px;
  scroll-snap-type: x mandatory;
}
@media  all and (min-width: 768px) {
  .champions-2026__cards {
    display: grid;
    scroll-snap-type: none;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
}
.champions-2026__mb-112 {
  margin-bottom: 112px;
}
.champions-2026__hidden {
  margin-bottom: 0px;
}
@media  all and (min-width: 1024px) {
  .champions-2026__hidden {
    margin-bottom: 140px;
  }
}
.champions-2026__hidden-wrapper {
  position: relative;
  padding-bottom: 40px;
}
@media  all and (min-width: 768px) {
  .champions-2026__hidden-content {
    max-height: 900px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, #000 75%, transparent);
    mask-image: linear-gradient(to bottom, #000 75%, transparent);
    transition: all 1s ease-in-out;
  }
}
.champions-2026__hidden-button-more {
  display: none;
}
@media  all and (min-width: 768px) {
  .champions-2026__hidden-button-more {
    display: block;
    width: fit-content;
    z-index: 3;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    backdrop-filter: blur(4px);
  }
}
.champions-2026__hidden--show .champions-2026__hidden-button-more {
  position: sticky;
  top: 90%;
}
.champions-2026__hidden--show .champions-2026__hidden-content {
  overflow: visible;
  -webkit-mask-image: linear-gradient(to bottom, #000 100%, transparent);
  mask-image: linear-gradient(to bottom, #000 100%, transparent);
}
.champions-2026__text-default {
  color: #93969F;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  padding-top: 0;
  margin-top: 0px;
}
.champions-2026__text-primary {
  color: white;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 22px */
  margin-bottom: 14px;
}
.champions-2026__text-h3 {
  text-transform: uppercase;
  margin: 0 0 24px;
  padding: 0;
  color: white;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: calc(max(28px, 9vw));
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 70.4px */
}
@media  all and (min-width: 1024px) {
  .champions-2026__text-h3 {
    margin: 0 0 80px;
    font-size: 64px;
  }
}
.champions-2026__text-h4 {
  margin: 0 0 14px;
  padding: 0;
  color: white;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: calc(max(24px, 9vw));
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 70.4px */
}
@media  all and (min-width: 1024px) {
  .champions-2026__text-h4 {
    margin: 0 0 24px;
    font-size: 48px;
  }
}
.champions-2026__filter-form {
  min-width: 100%;
  display: flex;
  flex: 1;
  max-width: 700px;
  gap: 24px;
  flex-wrap: wrap;
}
@media  all and (min-width: 768px) {
  .champions-2026__filter-form {
    min-width: auto;
  }
}
.champions-2026__filter-form input {
  padding: 8px 16px;
  width: 100%;
}
@media  all and (min-width: 768px) {
  .champions-2026__filter-form input {
    width: auto;
    flex: 1;
  }
}
.champions-2026__filter-form .champions-2026__button {
  width: 100%;
}
@media  all and (min-width: 768px) {
  .champions-2026__filter-form .champions-2026__button {
    width: 50px;
  }
}
.champions-2026__select-team {
  margin-bottom: 84px;
}
@media  all and (min-width: 1200px) {
  .champions-2026__select-team-header {
    grid-column: span 2;
  }
}
.champions-2026__select-team-header-tag {
  letter-spacing: 1.92px;
  text-transform: uppercase;
  color: #C8FE52;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 110%;
  /* 22px */
  margin-bottom: 48px;
}
.champions-2026__select-team-header-text {
  margin: 0 0 48px;
  padding: 0;
  color: white;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: calc(max(28px, 9vw));
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 70.4px */
}
@media  all and (min-width: 1024px) {
  .champions-2026__select-team-header-text {
    font-size: 64px;
  }
}
.champions-2026__select-team-header-subtitle {
  padding: 0;
  margin: 0 0 48px;
  color: #93969F;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 26.4px */
}
@media  all and (min-width: 1024px) {
  .champions-2026__select-team-header-subtitle {
    font-size: 24px;
  }
}
.champions-2026__select-team-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media  all and (min-width: 1200px) {
  .champions-2026__select-team-wrapper {
    grid-template-columns: 2fr 1fr;
  }
}
.champions-2026__select-name {
  width: 100%;
}
@media  all and (min-width: 1200px) {
  .champions-2026__select-name {
    width: calc(100% - 70px);
    margin: 0 35px;
  }
}
.champions-2026__select-name-header {
  margin-bottom: 24px;
  color: var(--Limey, #C8FE52);
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 17.6px */
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.champions-2026__select-name-share {
  width: 100%;
  align-self: center;
}
@media  all and (min-width: 768px) {
  .champions-2026__select-name-share {
    width: auto;
  }
}
.champions-2026__select-name-form {
  margin-bottom: 24px;
  width: calc(100% - 18px);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
}
@media  all and (min-width: 1024px) {
  .champions-2026__select-name-form {
    grid-template-columns: 1fr auto ;
    grid-template-rows: 1fr;
  }
}
.champions-2026__select-name-form-input {
  appearance: none;
  border: 1px solid var(--Slate-Gray, #93969F);
  background: rgba(55, 50, 66, 0.29);
  padding: 0 16px;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 24px */
  color: white;
  grid-column: span 2;
  width: 100%;
}
@media  all and (min-width: 768px) {
  .champions-2026__select-name-form-input {
    width: auto;
  }
}
@media  all and (min-width: 1024px) {
  .champions-2026__select-name-form-input {
    grid-column: auto;
  }
}
.champions-2026__select-name-form-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.champions-2026__select-name-form-input:focus,
.champions-2026__select-name-form-input:active {
  outline: none;
}
.champions-2026__map {
  position: relative;
  align-self: start;
}
@media  all and (min-width: 1366px) {
  .champions-2026__map {
    align-self: stretch;
    grid-column: auto;
  }
}
.champions-2026__map-header {
  position: sticky;
  top: 102px;
  padding: 12px 0;
  backdrop-filter: blur(4px);
  z-index: 2;
}
@media  all and (min-width: 768px) {
  .champions-2026__map-header {
    top: 100px;
  }
}
.champions-2026__map-header-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  width: 100%;
  padding: 12px 0;
}
@media  all and (min-width: 768px) {
  .champions-2026__map-header-wrapper {
    grid-template-columns: 1fr 200px;
  }
}
.champions-2026__map-header-title {
  letter-spacing: 1.92px;
  text-transform: uppercase;
  color: #C8FE52;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 110%;
  /* 22px */
  margin-bottom: 4px;
}
.champions-2026__map-header-lost {
  color: var(--Slate-Gray, #93969F);
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 22px */
}
.champions-2026__map-bg {
  background: url("/assets/spec/champions2026/image/max-new.png") center no-repeat;
  background-size: contain;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  transform: scale(1.1);
}
.champions-2026__map-bg .pos {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.champions-2026__map-bg .pos-avatar {
  pointer-events: none;
  transition: transform 0.3s ease-in-out;
  transform: scale(0.9);
  width: 44px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--Slate-Gray, #93969F);
  z-index: -1;
}
@media  all and (min-width: 768px) {
  .champions-2026__map-bg .pos-avatar {
    width: 60px;
  }
}
@media  all and (min-width: 1024px) {
  .champions-2026__map-bg .pos-avatar {
    width: 86px;
  }
}
.champions-2026__map-bg .pos-info {
  pointer-events: none;
  margin-top: -12px;
  border: 1px solid var(--Slate-Gray, #93969F);
  background: var(--Dark-Gray, #373242);
  display: flex;
  padding: 4px 4px;
  flex-direction: column;
  align-items: center;
  max-width: 50px;
  gap: 2px;
}
@media  all and (min-width: 768px) {
  .champions-2026__map-bg .pos-info {
    margin-top: -16px;
    padding: 4px 8px;
    max-width: 120px;
    width: fit-content;
  }
}
@media  all and (min-width: 1024px) {
  .champions-2026__map-bg .pos-info {
    padding: 4px 8px;
    max-width: 120px;
    width: fit-content;
  }
}
.champions-2026__map-bg .pos-info-name {
  color: var(--White, #FFF);
  text-align: center;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 6px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
  text-transform: uppercase;
  text-overflow: ellipsis;
}
@media  all and (min-width: 768px) {
  .champions-2026__map-bg .pos-info-name {
    font-size: 10px;
  }
}
@media  all and (min-width: 1024px) {
  .champions-2026__map-bg .pos-info-name {
    font-size: 14px;
  }
}
.champions-2026__map-bg .pos-info-company {
  color: var(--Limey, #C8FE52);
  text-align: center;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 5px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 13.2px */
  text-overflow: ellipsis;
}
@media  all and (min-width: 768px) {
  .champions-2026__map-bg .pos-info-company {
    font-size: 8px;
  }
}
@media  all and (min-width: 1024px) {
  .champions-2026__map-bg .pos-info-company {
    font-size: 12px;
  }
}
.champions-2026__map-bg .pos:hover {
  outline: none;
}
.champions-2026__map-bg .pos:hover .pos-avatar {
  border: 2px solid #C8FE52;
}
.champions-2026__map-bg .pos[is-focus] {
  outline: none;
}
.champions-2026__map-bg .pos[is-focus] .pos-avatar {
  border: 2px solid #C8FE52;
}
.champions-2026__map-bg .pos[is-focus] .pos-avatar {
  transform: scale(1.1);
  border: 2px solid #C8FE52;
}
.champions-2026__map-bg .pos:nth-child(1) {
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
}
.champions-2026__map-bg .pos:nth-child(2) {
  top: 20%;
  left: 30%;
  transform: translateX(-50%);
}
.champions-2026__map-bg .pos:nth-child(3) {
  top: 20%;
  left: 70%;
  transform: translateX(-50%);
}
.champions-2026__map-bg .pos:nth-child(4) {
  top: 37.5%;
  left: 50%;
  transform: translateX(-50%);
}
.champions-2026__map-bg .pos:nth-child(5) {
  top: 36%;
  left: 30%;
  transform: translateX(-50%);
}
.champions-2026__map-bg .pos:nth-child(6) {
  top: 36%;
  left: 70%;
  transform: translateX(-50%);
}
.champions-2026__map-bg .pos:nth-child(7) {
  top: 54%;
  left: 25%;
  transform: translateX(-50%);
}
.champions-2026__map-bg .pos:nth-child(8) {
  top: 54%;
  left: 42.5%;
  transform: translateX(-50%);
}
.champions-2026__map-bg .pos:nth-child(9) {
  top: 54%;
  left: 60%;
  transform: translateX(-50%);
}
.champions-2026__map-bg .pos:nth-child(10) {
  top: 54%;
  left: 75%;
  transform: translateX(-50%);
}
.champions-2026__map-bg .pos:nth-child(11) {
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
}
.champions-2026__select-form {
  z-index: 5;
  transition: transform 0.3s ease-in-out;
  background: #2A2730;
  box-sizing: border-box;
  padding: 24px 12px;
  border: solid 1px #93969F;
  display: grid;
  align-self: start;
  grid-template-rows: auto 1fr;
}
@media  all and (min-width: 1400px) {
  .champions-2026__select-form {
    padding: 28px;
  }
}
.champions-2026__select-form-title {
  color: var(--Limey, #C8FE52);
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 110%;
  /* 17.6px */
  letter-spacing: 1.92px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.champions-2026__select-form-subtitle {
  color: var(--Slate-Gray, #93969F);
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 22px */
  margin-bottom: 28px;
}
@media  all and (min-width: 768px) {
  .champions-2026__select-form-subtitle {
    font-size: 20px;
  }
}
.champions-2026__select-form-card {
  padding: 0;
  margin-bottom: 24px;
}
@media  all and (min-width: 768px) {
  .champions-2026__select-form-card {
    margin-bottom: 0;
    padding: 16px;
  }
}
.champions-2026__select-form-card-header {
  display: grid;
  grid-template-columns: 80px 1fr;
  margin-bottom: 16px;
  gap: 16px;
}
@media  all and (min-width: 768px) {
  .champions-2026__select-form-card-header {
    grid-template-columns: 102px 1fr;
  }
}
.champions-2026__select-form-card-avatar {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  align-self: start;
  display: block;
  margin: 0;
  padding: 0;
}
.champions-2026__select-form-card-name {
  color: var(--White, #FFF);
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  text-transform: uppercase;
  margin-bottom: 16px;
  max-width: 80%;
}
@media  all and (min-width: 768px) {
  .champions-2026__select-form-card-name {
    font-size: 24px;
  }
}
.champions-2026__select-form-card-pos {
  color: var(--Slate-Gray, #93969F);
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 17.6px */
}
@media  all and (min-width: 768px) {
  .champions-2026__select-form-card-pos {
    font-size: 16px;
  }
}
.champions-2026__select-form-card-company {
  color: var(--Limey, #C8FE52);
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 17.6px */
}
@media  all and (min-width: 768px) {
  .champions-2026__select-form-card-company {
    font-size: 16px;
  }
}
.champions-2026__select-form-card-buttons {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}
.champions-2026__select-form-cards {
  max-height: 600px;
  align-self: stretch;
  overflow-y: auto;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 15%, #000 85%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 15%, #000 85%, transparent);
}
.champions-2026__footer {
  border: 1px solid var(--Linear1, #93969F);
  border-right: none;
  border-left: none;
  background: var(--Dark-Gray, rgba(55, 50, 66, 0.2));
  padding: 28px 0;
}
@media  all and (min-width: 1024px) {
  .champions-2026__footer {
    padding: 64px 0;
  }
}
.champions-2026__footer-header {
  grid-column: auto;
  color: var(--White, #FFF);
  text-align: center;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media  all and (min-width: 1024px) {
  .champions-2026__footer-header {
    grid-column: span 2;
  }
}
.champions-2026__footer-persons {
  display: grid;
  gap: 64px;
  row-gap: 24px;
  grid-template-columns: 1fr;
  text-align: left;
}
@media  all and (min-width: 1024px) {
  .champions-2026__footer-persons {
    grid-template-columns: repeat(2, 1fr);
  }
}
.champions-2026__footer-person {
  color: var(--White, #FFF);
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}
.champions-2026 .ios-picker-wrap {
  display: flex;
  align-items: center;
  gap: 0;
}
.champions-2026 .picker-column-wrap {
  flex: 1;
  position: relative;
}
.champions-2026 .ios-picker {
  display: contents;
}
.champions-2026 .picker-arrow {
  display: none;
}
@media (min-width: 1024px) {
  .champions-2026 .picker-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
  }
  .champions-2026 .picker-arrow:hover {
    opacity: 1;
  }
}
.champions-2026 .picker-col {
  height: 200px;
  overflow-y: scroll;
  scrollbar-width: none;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 75%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 75%, transparent);
}
.champions-2026 .picker-col::-webkit-scrollbar {
  display: none;
}
.champions-2026 .picker-column-wrap::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  pointer-events: none;
}
.champions-2026 .picker-col ul {
  list-style: none;
  padding: 80px 0;
  margin: 0;
  text-align: center;
}
.champions-2026 .picker-col li {
  user-select: none;
  cursor: default;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #8e8e93;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  scroll-snap-align: center;
  transition: color 0.2s;
}
@media  all and (min-width: 768px) {
  .champions-2026 .picker-col li {
    font-size: 20px;
  }
}
.champions-2026 .picker-col li.selected {
  color: #fff;
  font-weight: 600;
}
.champions-2026__modal-card {
  width: fit-content;
  margin: 0 auto;
  padding: 20vh 0;
}
.champions-2026__modal-card-wrapper {
  overflow: visible;
  background: url("/assets/spec/champions2026/image/modal-frame.svg") no-repeat center;
  background-size: 100% 100%;
  max-width: 800px;
  padding: 24px;
}
@media  all and (min-width: 768px) {
  .champions-2026__modal-card-wrapper {
    padding: 44px;
  }
}
.champions-2026__modal-card-header {
  margin-bottom: 40px;
}
.champions-2026__modal-card-header-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media  all and (min-width: 768px) {
  .champions-2026__modal-card-header-wrapper {
    grid-template-columns: auto 1fr;
  }
}
.champions-2026__modal-card-list ul {
  padding-left: 35px;
  list-style: none;
}
.champions-2026__modal-card-list ul .header {
  margin-bottom: 16px;
  color: var(--White, #FFF);
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 26.4px */
}
.champions-2026__modal-card-list ul li {
  margin-bottom: 40px;
  color: var(--White, #FFF);
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 15.4px */
  position: relative;
}
.champions-2026__modal-card-list ul li:after {
  content: '';
  position: absolute;
  background: url("/assets/spec/champions2026/image/sheva.svg") center no-repeat;
  width: 28px;
  height: 28px;
  top: 0;
  left: -35px;
}
.champions-2026 #card_modal {
  background: transparent !important;
}
.champions-2026 dialog {
  padding: 0 !important;
  border: none !important;
  appearance: none;
  border-radius: 0;
  max-width: 100vw;
  max-height: 100vh;
  width: 100vw;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  outline: none !important;
  background-color: transparent;
}
.champions-2026 dialog[open] {
  background-color: transparent;
  outline: none;
}
.champions-2026 dialog[open]::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  outline: none;
}
.champions-2026 dialog:focus-visible {
  outline: none;
}
.champions-2026 dialog:focus {
  outline: none;
}
.champions-2026 dialog .dialog-wrapper {
  position: relative;
  overflow-y: auto;
  height: 100%;
  width: 100vw;
  align-content: center;
  max-height: 100vh;
  box-sizing: border-box;
  padding: 40px 8px;
}
.champions-2026 dialog .close-btn {
  margin-left: auto;
  margin-right: 0px;
  width: 48px;
  aspect-ratio: 1/1;
  background: url("/assets/spec/champions2026/image/close.svg") no-repeat center;
  cursor: pointer;
  opacity: 0.5;
  z-index: 10;
  top: 10px;
  position: relative;
}
.champions-2026 dialog .close-btn-wrapper {
  z-index: 10;
  position: sticky;
  height: 0;
  top: 0px;
}
@media  all and (min-width: 768px) {
  .champions-2026 dialog .close-btn {
    top: 14px;
    margin-top: -20px;
    transform: translateY(-50%) translateX(50%);
  }
}
.champions-2026 dialog .close-btn:hover {
  opacity: 1;
}
.champions-2026 dialog .close-btn svg * {
  pointer-events: none;
}
.champions-2026__blick-1 {
  position: relative;
}
.champions-2026__blick-1::before {
  content: "";
  background: radial-gradient(#837A96, transparent 70%);
  opacity: 0.7;
  left: -900px;
  top: -400px;
  width: 900px;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 0;
}
.champions-2026__blick-2 {
  position: relative;
}
.champions-2026__blick-2::before {
  content: "";
  background: radial-gradient(rgba(138, 56, 245, 0.7), transparent 70%);
  opacity: 0.7;
  right: -900px;
  top: -400px;
  width: 900px;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 0;
}
.champions-2026__blick-3 {
  position: relative;
}
.champions-2026__blick-3::before {
  content: "";
  opacity: 0.5;
  background: radial-gradient(rgba(200, 254, 82, 0.7), transparent 60%);
  left: -750px;
  top: 200px;
  width: 900px;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 0;
}
.champions-2026__custom-scroll {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.champions-2026__custom-scroll::-webkit-scrollbar {
  width: 4px;
}
.champions-2026__custom-scroll::-webkit-scrollbar-track {
  background: #554F62;
  padding-top: 20px;
}
.champions-2026__custom-scroll::-webkit-scrollbar-thumb {
  background: #C8FE52;
}
.champions-2026__custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #C8FE52;
  opacity: 0.7;
}
body:has(dialog[open]) {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*# sourceMappingURL=index.css.map */