:root {
  --color_main: rgb(59, 73, 161);
  --color_main_2: rgb(90, 109, 235);
  --color_main_3: rgba(49, 59, 124, 0.5);
  --color_main_4: rgb(141, 156, 255);
  --color_main_base: #070d25;
}

html {
  scroll-behavior: smooth;
}

body.inspire-page {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--color_main_base);
  color: #fff;
  font-family: "Poppins", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Local fallback for the original site's Bootstrap/stylev2 classes. */
.w-100 { width: 100% !important; }
.h-100 { height: 100% !important; }
.position-relative { position: relative !important; }
.position-absolute { position: absolute !important; }
.position-fixed { position: fixed !important; }
.d-none { display: none !important; }
.d-block { display: block !important; }
.d-flex { display: flex !important; }
.flex-column { flex-direction: column !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-grow-1 { flex-grow: 1 !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.align-items-center { align-items: center !important; }
.text-center { text-align: center !important; }
.text-white { color: #fff !important; }
.text-white-75 { color: rgba(255, 255, 255, 0.75) !important; }
.fw-bold { font-weight: 700 !important; }
.bg-black { background: #000 !important; }
.bg-transparent { background: transparent !important; }
.border-0 { border: 0 !important; }
.border { border: 1px solid rgba(255, 255, 255, 0.9) !important; }
.rounded-4 { border-radius: 1rem !important; }
.overflow-hidden { overflow: hidden !important; }
.opacity-75 { opacity: 0.75 !important; }
.ms-auto { margin-left: auto !important; }
.ms-2 { margin-left: 0.5rem !important; }
.me-1 { margin-right: 0.25rem !important; }
.me-2 { margin-right: 0.5rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.p-0 { padding: 0 !important; }
.p-1 { padding: 0.25rem !important; }
.p-3 { padding: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.px-0 { padding-left: 0 !important; padding-right: 0 !important; }
.px-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
.px-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.px-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
.gap-1 { gap: 0.25rem !important; }
.gap-2 { gap: 0.5rem !important; }
.gap-3 { gap: 1rem !important; }
.gap-4 { gap: 1.5rem !important; }
.fs-2 { font-size: 2rem !important; }
.fs-4 { font-size: 1.5rem !important; }
.fs-5 { font-size: 1.25rem !important; }
.fs-6 { font-size: 1rem !important; }
.fs-7 { font-size: 0.8rem !important; line-height: 1.1 !important; }
.fs-8 { font-size: 0.68rem !important; line-height: 1 !important; }
.display-3 { font-size: 4rem !important; line-height: 1.2 !important; }
.container-fluid { width: 100%; margin-left: auto; margin-right: auto; }
.row { display: flex; flex-wrap: wrap; margin-left: -0.75rem; margin-right: -0.75rem; }
.row > * { padding-left: 0.75rem; padding-right: 0.75rem; }
.g-4 { row-gap: 1.5rem; column-gap: 0; }
.col-12 { flex: 0 0 auto; width: 100%; }
.col-md-3,
.col-md-4,
.col-lg-3,
.col-lg-6,
.col-lg-9 { flex: 0 0 auto; width: 100%; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  text-decoration: none;
  cursor: pointer;
}
.btn-sm { padding: 0.25rem 0.5rem !important; font-size: 0.875rem !important; }
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: 0;
  outline: 0;
}
.badge { display: inline-block; font-size: 0.75em; font-weight: 700; line-height: 1; }
.alert { position: relative; }
.pagination { display: flex; padding-left: 0; list-style: none; }
.page-link { display: block; padding: 0.375rem 0.75rem; }
.disabled { opacity: 0.45; pointer-events: none; }
.accordion-button {
  width: 100%;
  border: 0;
  text-align: left;
}
.collapse:not(.show) { display: none; }

.web_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme_radius {
  border-radius: 32px !important;
}

.color_main_3 {
  color: var(--color_main_4) !important;
}

.bg_main {
  background: linear-gradient(310deg, var(--color_main_2), var(--color_main)) !important;
}

.bg_main_2 {
  background-color: var(--color_main_3) !important;
  box-shadow: 0 0 1rem 0.1rem rgba(0, 0, 0, 0.27) !important;
}

.bg_main_3 {
  background-color: var(--color_main_4) !important;
}

.height_bg_menu {
  height: 68px !important;
}

.top_menu_bg,
.top_menu_container {
  left: 0;
}

.pos_logo_menu {
  left: 10px;
  top: 0;
  width: 80px;
}

.pos_logo_menu img {
  display: block;
  width: auto;
  max-width: 80px;
  object-fit: contain;
}

.main_menu_option {
  opacity: 0.7;
  padding: 0.25rem 1rem;
  transition: 0.3s;
  color: #fff;
  font-weight: 700;
}

.main_menu_option_selected {
  background: rgba(90, 109, 235, 0.5);
  color: #fff !important;
  opacity: 1 !important;
}

.menu_divisor {
  width: 2px;
  height: 70%;
  min-height: 24px;
  border-radius: 5px;
  opacity: 0.7;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--color_main_4) 50%, rgba(255, 255, 255, 0) 100%);
}

.sub_menu_options_container > a:first-child {
  padding-left: 1rem !important;
}

.inspire-menu-inner {
  width: 100%;
  min-width: 0;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.agrandar,
.glow-effect {
  transition: 0.3s;
}

.glow-effect:hover,
.agrandar:hover {
  transform: scale(1.04);
}

.search-container {
  position: relative;
}

.search-container .fa-search {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.search-input {
  padding-left: 40px;
  background-color: var(--color_main_2);
  color: #fff;
}

.search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.accordion-button {
  background-color: var(--color_main_2) !important;
  color: #fff !important;
}

.filter-item {
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.filter-item.active {
  background: linear-gradient(45deg, var(--color_main), var(--color_main_2));
  color: #fff;
  font-weight: 700;
}

.champions-dropdown {
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.3);
}

.champions-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
}

.champion-item {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.champion-item.selected {
  background: var(--color_main);
}

.champion-item img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.selected-champion {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 5px 10px;
  border-radius: 20px;
  background: var(--color_main);
}

.vote-btn {
  padding: 5px 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.vote-btn.voted {
  color: var(--color_main_4);
}

.top-frame-badge,
.top-position-badge {
  position: absolute;
  z-index: 10;
  font-weight: 700;
}

.top-position-badge {
  top: 10px;
  right: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  background: linear-gradient(45deg, #fffd00, #ffb000);
  color: rgba(0, 0, 0, 0.85);
}

.top-crown {
  position: absolute;
  top: 11px;
  right: 15px;
  z-index: 11;
  color: #ffd700;
  font-size: 2rem;
}

.new-badge {
  background: linear-gradient(45deg, #ff5e62, #ff9966);
  color: white;
}

@media (min-width: 768px) {
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.333333%; }
}

@media (min-width: 992px) {
  .d-lg-block { display: block !important; }
  .d-lg-flex { display: flex !important; }
  .position-lg-absolute { position: absolute !important; }
  .flex-lg-nowrap { flex-wrap: nowrap !important; }
  .gap-lg-3 { gap: 1rem !important; }
  .p-lg-5 { padding: 3rem !important; }
  .col-lg-3 { width: 25%; }
  .col-lg-6 { width: 50%; }
  .col-lg-9 { width: 75%; }
  .sticky-lg-top { position: sticky !important; }

  .main_menu_option:hover,
  .filter-item:hover,
  .filter-item.active {
    background: rgba(90, 109, 235, 0.5);
    color: #fff !important;
    opacity: 1 !important;
    transform: scale(1.05);
  }

  .inspire_frame_view:hover .frame_display {
    transform: scale(1.2);
  }
}

.bg_inspire_styles {
  background-image: url("assets/original/img/bgs/bg_extra_content_bases_large_2.webp") !important;
  min-height: 3600px;
}

.inspire-submenu-shell {
  top: 85px !important;
  pointer-events: none;
}

.inspire-submenu-shell .sub_menu_options_container {
  pointer-events: auto;
}

.zetha-lang-toggle {
  position: absolute !important;
  top: 50%;
  right: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 42px;
  padding: 4px;
  overflow: hidden;
  border: 1px solid rgba(141, 156, 255, 0.62);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.06)),
    rgba(13, 20, 60, 0.45);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 8px 18px rgba(7, 13, 37, 0.22);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
  cursor: pointer;
  isolation: isolate;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.zetha-lang-toggle::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: calc(50% - 4px);
  border-radius: 999px;
  background: linear-gradient(135deg, rgb(141, 156, 255), rgb(90, 109, 235));
  box-shadow:
    0 4px 12px rgba(90, 109, 235, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: transform 0.22s ease;
  z-index: -1;
}

.zetha-lang-toggle[data-current-lang="en"]::before {
  transform: translateX(100%);
}

.zetha-lang-toggle span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 100%;
  padding: 0;
  border-radius: 999px;
  opacity: 0.55;
  text-align: center;
  white-space: nowrap;
  transition: opacity 0.18s ease, text-shadow 0.18s ease;
}

.zetha-lang-toggle span.active {
  opacity: 1;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.35);
}

.zetha-lang-toggle:hover {
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 10px 22px rgba(7, 13, 37, 0.3);
  transform: translateY(-50%) scale(1.02);
}

.zetha-lang-toggle:focus {
  outline: 0;
}

.zetha-lang-toggle:focus-visible {
  outline: 2px solid rgba(141, 156, 255, 0.75);
  outline-offset: 2px;
}

.inspire-hero-original {
  margin-top: 0;
}

.inspire-sidebar-sticky {
  top: 145px;
}

.inspire-frame-card-bg {
  background-image: url("assets/original/img/bgs/bg_blue_2.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  mask-image: linear-gradient(to bottom, black 0%, black 60%, rgba(1, 1, 1, 0.2) 100%);
}

.inspire_frame_view {
  min-height: 450px;
}

.frame_display {
  position: relative;
  width: 200px;
  height: 317px;
  margin: 0 auto;
  overflow: hidden;
}

.img_cuadro {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 568.88px;
}

.share_button {
  width: 32px;
  height: 32px;
  padding: 0 !important;
}

.pagination .page-link {
  border: 0;
  border-radius: 12px;
}

.zetha-frame-render {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 320px;
  height: 568.88px;
  transform: scale(0.5);
  transform-origin: top left;
}

.padre_display_card,
.display_card {
  position: relative;
  width: 100%;
  height: 100%;
}

.display_card {
  animation: flotar 3s ease-in-out infinite;
}

.displayClass,
.dxmypa {
  position: absolute;
}

.dz32w1 {
  width: 100% !important;
}

.d45hkh1 {
  height: 100% !important;
}

.kz432 {
  display: flex;
}

.h32k4kk {
  justify-content: center;
}

.frame-layer {
  top: 0;
  left: 0;
  pointer-events: none;
}

.frame-layer--external {
  z-index: 3;
  filter: drop-shadow(rgba(145, 152, 255, 0.4) 0 2px 20px) hue-rotate(var(--external-hue, 0deg)) saturate(1) blur(0);
  transition: 0.5s;
}

.frame-layer--internal {
  z-index: 3;
  filter: hue-rotate(var(--internal-hue, 0deg)) saturate(1) blur(0);
  transition: 1s;
}

.frame-layer--bottom {
  z-index: 3;
  filter: blur(0) saturate(1);
  transition: 1s;
}

.frame-skin-stage {
  z-index: 1;
  perspective: 1000px;
  transition: 1s;
  filter: blur(0) saturate(1);
}

.frame-skin-card {
  position: relative;
  width: 81.5%;
  height: 475px;
  margin: 45.28px auto 48px;
  overflow: hidden;
  transform: rotateY(-30deg);
}

.frame-skin-card img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.background-oscuro {
  background: linear-gradient(310deg, #0e0b16 0%, #444a95 100%) !important;
}

.frame-base {
  inset: 0;
  z-index: 0;
  padding-bottom: 5px;
}

.frame-gradient {
  inset: 0;
  z-index: 2;
  padding-bottom: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.87) 17%, rgba(0, 0, 0, 0.84) 17%, rgba(94, 0, 106, 0) 37%, rgba(255, 255, 255, 0) 100%);
}

.frame-texts {
  inset: 0;
  z-index: 4;
  align-items: flex-end;
  padding-bottom: 5px;
}

.frame-texts__inner {
  position: relative;
  width: 100%;
  height: 22%;
}

.texto-claro {
  color: #e4dfdf;
}

.e_nombre_skin,
.frame-summoner-name {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 0 16px;
  text-align: center;
  text-overflow: ellipsis;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85);
  white-space: nowrap;
}

.e_nombre_skin {
  bottom: 3px;
  height: 26.57px;
  font-size: 18px;
}

.frame-summoner-name {
  bottom: -52px;
  font-size: 20px;
  font-weight: 700;
}

.frame-small-icon {
  z-index: 3;
  transition: 1s;
  filter: blur(0) saturate(1);
}

.frame-small-icon img {
  width: 100%;
  transition: 0.5s;
}

.frame-small-icon__inner {
  position: relative;
}

.frame-small-icon__shade {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 4px 2px rgba(0, 0, 0, 0.48);
}

.frame-small-icon--spell-one {
  right: 88px;
  bottom: 86px;
  width: 26px;
}

.frame-small-icon--spell-two {
  right: 57px;
  bottom: 82px;
  width: 26px;
}

.frame-small-icon--rune-one {
  right: 230px;
  bottom: 101px;
  width: 26px;
  border-radius: 50%;
}

.frame-small-icon--rune-two {
  right: 211px;
  bottom: 96px;
  width: 22px;
  border-radius: 50%;
}

.frame-small-icon--profile {
  right: 138px;
  bottom: 82px;
  width: 49px;
}

.frame-small-icon--spell-one .frame-small-icon__inner,
.frame-small-icon--spell-two .frame-small-icon__inner,
.frame-small-icon--rune-one .frame-small-icon__inner,
.frame-small-icon--rune-two .frame-small-icon__inner {
  transform: rotateZ(5deg) rotateY(336deg) rotateX(352deg);
}

.frame-small-icon--profile .frame-small-icon__inner {
  transform: rotateZ(5deg) rotateY(323deg) rotateX(350deg);
}

.frame-small-icon--profile img,
.frame-small-icon--profile .frame-small-icon__shade {
  border-radius: 50%;
}

@keyframes flotar {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 992px) {
  .inspire-submenu-shell {
    top: 88px !important;
  }

  .inspire-menu-inner {
    padding-left: 82px !important;
    padding-right: 104px !important;
  }

  .zetha-lang-toggle {
    right: 12px;
    width: 84px;
    height: 34px;
    padding: 3px;
    font-size: 12px;
    transform: translateY(-50%);
  }

  .zetha-lang-toggle::before {
    top: 3px;
    bottom: 3px;
    left: 3px;
    width: calc(50% - 3px);
  }

  .zetha-lang-toggle:hover {
    transform: translateY(-50%);
  }

  .inspire-hero-original {
    min-height: 540px !important;
  }

  .bg_inspire_styles {
    min-height: 100vh;
  }
}

@media (min-width: 993px) and (max-width: 1180px) {
  .inspire-menu-inner {
    padding-left: 96px !important;
    padding-right: 128px !important;
  }
}
