@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #121212;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
}

::selection {
  color: #FF007F;
  background-color: black;
}

button {
  border: none;
  background: none;
  font-family: inherit;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

.main-login,
.main-reg {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top right, #1a1a1a, #0a0a0a);
  min-height: 100vh;
  width: 100%;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0.5rem 1.2rem;
  margin: 0;
  background-color: #FF007F;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

.carousel-item {
  position: relative;
}
.carousel-item .cta-overlay {
  position: absolute;
  bottom: 1%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
}
.carousel-item .cta-overlay .btn-crear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0.5rem 1.2rem;
  margin: 0;
  background-color: #FF007F;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}
.carousel-item .cta-overlay .btn-crear:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}
.carousel-item .cta-overlay .btn-crear {
  font-size: 1rem;
  padding: 10px 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.carousel-item .cta-overlay .btn-crear:hover {
  transform: scale(1.05);
}

button[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0.5rem 1.2rem;
  margin: 0;
  background-color: #FF007F;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}
button[type=submit]:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}
button[type=submit] {
  width: 100%;
  padding: 0.8rem;
  font-size: 1rem;
  margin-top: 1rem;
  border: none;
}
button[type=submit]:hover {
  box-shadow: 0 0 20px rgba(255, 0, 127, 0.4);
}

.btn-social {
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0.8rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-social::before {
  content: "G";
  font-family: serif;
  font-weight: bold;
  font-size: 1.2rem;
}
.btn-social:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #FFFFFF;
}

.footer-genko .columna-footer.marca .redes-sociales ul, .footer-genko .columna-footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tarjeta-manga {
  background-color: transparent;
  transition: transform 0.3s ease, box-shadow 0.3 ease;
  border-radius: 8px;
  position: relative;
}
.tarjeta-manga figure {
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 2/3;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
.tarjeta-manga figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.tarjeta-manga figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

figcaption {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
figcaption h3 {
  font-size: 1rem;
  margin: 0;
  color: #FFFFFF;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
figcaption a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0.5rem 1.2rem;
  margin: 0;
  background-color: #FF007F;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}
figcaption a:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}
figcaption a {
  font-size: 0.8rem;
  padding: 0.5rem 1.5rem;
  width: auto;
  margin-top: 2px;
}
figcaption a:hover {
  background-color: rgb(255, 25.5, 139.8);
  box-shadow: 0 4px 10px rgba(255, 0, 127, 0.4);
}
figcaption:hover {
  transform: translateY(-10px);
  z-index: 2;
}
figcaption:hover figure img {
  transform: scale(1.1);
}
figcaption:hover figure::after {
  opacity: 1;
}
figcaption:hover figure {
  box-shadow: 0 0 15px rgba(255, 0, 127, 0.5);
  border: 1px solid rgba(255, 0, 127, 0.3);
}

.leer-main {
  max-width: 1400px;
  margin: 4rem auto;
  padding: 0 20px;
}
.leer-main > div {
  position: relative;
  height: 400px;
  background: linear-gradient(90deg, #0a0a0a 0%, #1a1a1a 100%);
  border-radius: 12px;
  border: 1px solid rgba(255, 0, 127, 0.2);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  display: block;
}
.leer-main > div h2.titulos-main {
  position: absolute;
  top: 30%;
  left: 5%;
  z-index: 10;
  font-size: 4rem;
  font-weight: 900;
  margin: 0;
  color: #FFFFFF;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
  line-height: 1;
}
.leer-main > div a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0.5rem 1.2rem;
  margin: 0;
  background-color: #FF007F;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}
.leer-main > div a:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}
.leer-main > div a {
  position: absolute;
  top: 55%;
  left: 5%;
  z-index: 10;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 2rem;
  background-color: #FF007F;
  color: white;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
}
.leer-main > div figure img {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  margin: 0;
  z-index: 1;
  mask-image: linear-gradient(to right, transparent 0%, black 20%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%);
  width: 25%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.div-rank {
  display: flex;
  align-items: center;
  background-color: rgb(30.75, 30.75, 30.75);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 1rem 2rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
}
.div-rank .rank-numero {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  margin-right: 1.5rem;
  font-style: italic;
  color: transparent;
  -webkit-text-stroke: 2px #BDBDBD;
  position: relative;
  z-index: 1;
  filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.5));
  min-width: 60px;
  text-align: center;
}
.div-rank figure {
  margin: 0 2rem 0 0;
  width: 100px;
  height: 140px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.div-rank figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.div-rank .detalles-rank {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.div-rank .detalles-rank h3 {
  font-size: 1.5rem;
  margin: 0 0 0.5rem 0;
  color: #FFFFFF;
}
.div-rank .detalles-rank p {
  margin: 0;
  color: #BDBDBD;
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.div-rank .detalles-rank p:nth-of-type(1)::before {
  content: "👁 ";
}
.div-rank .detalles-rank p:nth-of-type(2)::before {
  content: "⭐ ";
  color: #FFD700;
}
.div-rank .detalles-rank a {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: #FF007F;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.div-rank .detalles-rank a:hover {
  text-decoration: underline;
  color: rgb(255, 51, 152.6);
}
.div-rank:hover {
  transform: scale(1.02);
  background-color: rgb(43.5, 43.5, 43.5);
  border-color: #FF007F;
}
.div-rank:hover figure img {
  transform: scale(1.1);
}

.manga-card {
  position: relative;
  padding: 4rem 20px;
  background: radial-gradient(circle at top center, #FF007F, 0.15, transparent 50%);
}
.manga-card .contenido-manga {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.manga-portada {
  position: relative;
  margin: 0;
  border-radius: 12px;
  width: 100%;
  max-width: 220px;
  margin-bottom: 4rem;
  overflow: hidden;
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.6);
  aspect-ratio: 2/3;
  transition: transform 0.3s ease;
}
.manga-portada img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.manga-portada .estado-manga {
  position: absolute;
  top: 10px;
  left: 50%;
  background-color: #FF007F;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
  border-radius: 4px;
  letter-spacing: 1px;
  box-shadow: 0 4px 10px rgba(255, 0, 127, 0.4);
  z-index: 2;
  transform: translateX(-50%);
  font-size: 0.7rem;
  padding: 0.2rem 0.6rem;
}
.manga-portada:hover {
  transform: translateY(-10px) scale(1.05);
}

a {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
}
a .num-cap {
  font-size: 1.8rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.1);
  margin-right: 1.5rem;
  font-style: italic;
  transition: 0.3s;
}
a .info-cap {
  flex-grow: 1;
}
a .info-cap h4 {
  margin: 0;
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 600;
}
a:hover {
  transform: translateX(10px);
  background-color: rgb(38.4, 38.4, 38.4);
  border-color: #FF007F;
  box-shadow: 0 0 20px rgba(255, 0, 127, 0.15);
}
a:hover .num-cap {
  color: #FF007F;
  transform: scale(1.1);
}
a:hover::after {
  content: "";
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0), transparent);
  transform: skewX(-20deg);
}

.card-login {
  background: rgba(30, 30, 30, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  border-radius: 16px;
  padding: 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.card-login::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FF007F, transparent);
}
.card-login h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 2rem;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.card-login > p:last-child {
  margin-top: 2rem;
  text-align: center;
  width: 100%;
  background: transparent !important;
  border: none !important;
  color: #BDBDBD;
  font-size: 0.95rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.card-login > p:last-child a {
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
}
.card-login > p:last-child a:hover {
  color: #FF007F;
  text-decoration: underline;
}

.div-reg {
  width: 100%;
  max-width: 450px;
  background: rgba(30, 30, 30, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  border-radius: 16px;
  padding: 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.div-reg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FF007F, transparent);
}
.div-reg h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.div-reg p {
  color: #BDBDBD;
  font-size: 0.95rem;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.div-reg form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.div-reg form .grupos-forms {
  text-align: left;
}
.div-reg form .grupos-forms label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #BDBDBD;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}
.div-reg form .grupos-forms label input[type=text],
.div-reg form .grupos-forms label input[type=email],
.div-reg form .grupos-forms label input[type=password] {
  width: 100%;
  padding: 12px 16px;
  margin-top: 0.5rem;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s ease;
}
.div-reg form .grupos-forms label input[type=text]::placeholder,
.div-reg form .grupos-forms label input[type=email]::placeholder,
.div-reg form .grupos-forms label input[type=password]::placeholder {
  color: rgba(189, 189, 189, 0.5);
}
.div-reg form .grupos-forms label input[type=text]:focus,
.div-reg form .grupos-forms label input[type=email]:focus,
.div-reg form .grupos-forms label input[type=password]:focus {
  border-color: #FF007F;
  box-shadow: 0 0 0 3px rgba(255, 0, 127, 0.2);
  background-color: rgba(0, 0, 0, 0.5);
}
.div-reg form .grupos-forms:has(input[type=checkbox]) {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.div-reg form .grupos-forms:has(input[type=checkbox]) label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  text-transform: none;
  background: transparent !important;
}
.div-reg form .grupos-forms:has(input[type=checkbox]) label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  min-width: 18px;
  height: 18px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  background: transparent;
  margin-top: 3px;
  position: relative;
  flex-shrink: 0;
}
.div-reg form .grupos-forms:has(input[type=checkbox]) label input[type=checkbox]:checked {
  background-color: #FF007F;
  border-color: #FF007F;
  box-shadow: 0 0 8px rgba(255, 0, 127, 0.4);
}
.div-reg form .grupos-forms:has(input[type=checkbox]) label input[type=checkbox]:checked::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 10px;
  font-weight: 900;
}
.div-reg form .grupos-forms:has(input[type=checkbox]) label span {
  font-size: 0.9rem;
  color: #BDBDBD;
  line-height: 1.5;
  font-weight: 500;
}
.div-reg form .grupos-forms:has(input[type=checkbox]) label span a {
  color: #FF007F !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  font-weight: 700;
  text-decoration: none;
  display: inline;
}
.div-reg form .grupos-forms:has(input[type=checkbox]) label span a:hover {
  text-decoration: underline;
  color: rgb(255, 51, 152.6) !important;
  transform: none !important;
  box-shadow: none !important;
}
.div-reg form button[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  background-color: #FF007F;
  color: white;
  border: none;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.div-reg form button[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 0, 127, 0.4);
  filter: brightness(1.1);
}
.div-reg > p:last-child {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #BDBDBD;
  background: transparent !important;
}
.div-reg > p:last-child a {
  color: #FFFFFF !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  font-weight: 700;
  text-decoration: none;
  margin-left: 5px;
  display: inline;
}
.div-reg > p:last-child a:hover {
  color: #FF007F !important;
  text-decoration: underline;
  background: transparent !important;
}

.anuncios-main {
  max-width: 1000px;
  margin: 0 auto 4rem auto;
  padding: 0 20px;
}
.anuncios-main .titulos-main {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #FF007F;
  display: inline-block;
}
.anuncios-main .text-anuncios {
  background-color: #23232D;
  padding: 2rem;
  border-radius: 8px;
  border-left: 4px solid #FF007F;
}
.anuncios-main .text-anuncios h3 {
  color: #FF007F;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.anuncios-main .text-anuncios h3:first-child {
  margin-top: 0;
}
.anuncios-main .text-anuncios p {
  color: #BDBDBD;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

label {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  font-weight: 700;
  color: #BDBDBD;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  cursor: pointer;
  transition: color 0.3s;
}
label:hover {
  color: #FFFFFF;
}
label input[type=text],
label textarea,
label select {
  width: 100%;
  background-color: #121212;
  border: 1px solid #333;
  color: #FFFFFF;
  padding: 1rem;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  margin-top: 0.5rem;
  outline: none;
  transition: all 0.3s ease;
}
label input[type=text]::placeholder,
label textarea::placeholder,
label select::placeholder {
  color: #8a8a8a;
}
label input[type=text]:focus,
label textarea:focus,
label select:focus {
  border-color: #FF007F;
  box-shadow: 0 0 8px rgba(255, 0, 127, 0.3);
  background-color: rgb(30.5375, 30.5375, 39.2625);
}
label textarea {
  min-height: 120px;
  resize: vertical;
}
label input[type=file] {
  width: 100%;
  background-color: #121212;
  border: 1px solid #333;
  color: #FFFFFF;
  padding: 1rem;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  margin-top: 0.5rem;
  outline: none;
  transition: all 0.3s ease;
}
label input[type=file]::placeholder {
  color: #8a8a8a;
}
label input[type=file]:focus {
  border-color: #FF007F;
  box-shadow: 0 0 8px rgba(255, 0, 127, 0.3);
  background-color: rgb(30.5375, 30.5375, 39.2625);
}
label input[type=file] {
  padding: 0.5rem;
  background-color: #23232D;
  border: 1px dashed #BDBDBD;
  cursor: pointer;
}
label input[type=file]:hover {
  border-color: #FF007F;
  color: #FF007F;
}
label input[type=file]::file-selector-button {
  background-color: #FF007F;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  margin-right: 1rem;
  cursor: pointer;
}
label input[type=file]::file-selector-button:hover {
  background-color: rgb(204, 0, 101.6);
}
label input[type=file] {
  height: auto;
}

label:has(input[type=checkbox]),
label:has(input[type=radio]) {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: 0.5rem;
  padding: 10px;
}
label:has(input[type=checkbox]) input[type=checkbox],
label:has(input[type=checkbox]) input[type=radio],
label:has(input[type=radio]) input[type=checkbox],
label:has(input[type=radio]) input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
  cursor: pointer;
  margin-top: 0;
  border: 2px solid #BDBDBD;
  background-color: transparent;
  position: relative;
  transition: all 0.2s ease;
}
label:has(input[type=checkbox]) input[type=checkbox]:checked,
label:has(input[type=checkbox]) input[type=radio]:checked,
label:has(input[type=radio]) input[type=checkbox]:checked,
label:has(input[type=radio]) input[type=radio]:checked {
  background-color: #FF007F;
  border-color: #FF007F;
  box-shadow: 0 0 10px rgba(255, 0, 127, 0.4);
}
label:has(input[type=checkbox]) input[type=checkbox]:hover,
label:has(input[type=checkbox]) input[type=radio]:hover,
label:has(input[type=radio]) input[type=checkbox]:hover,
label:has(input[type=radio]) input[type=radio]:hover {
  border-color: #FF007F;
}
label:has(input[type=checkbox]) input[type=checkbox]:checked::after,
label:has(input[type=radio]) input[type=checkbox]:checked::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 0.8rem;
  font-weight: bold;
}
label:has(input[type=checkbox]) input[type=radio],
label:has(input[type=radio]) input[type=radio] {
  border-radius: 50%;
}
label:has(input[type=checkbox]) input[type=radio]:checked::after,
label:has(input[type=radio]) input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
}

input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0.5rem 1.2rem;
  margin: 0;
  background-color: #FF007F;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}
input[type=submit]:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}
input[type=submit] {
  width: 100%;
  padding: 1rem;
  font-size: 1.1rem;
  margin-top: 1rem;
  border: none;
  letter-spacing: 2px;
}
input[type=submit]:hover {
  transform: scale(1.02);
}

.grupo-opciones {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
  border-radius: 6px;
  border: 1px solid rgba(189, 189, 189, 0.2);
  margin-bottom: 1.5rem;
}

.check-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 0;
  cursor: pointer;
  user-select: none;
}
.check-item span {
  color: #BDBDBD;
  font-weight: 500;
  font-size: 0.95rem;
  text-transform: none;
  transition: color 0.3s;
}
.check-item input[type=checkbox],
.check-item input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #BDBDBD;
  border-radius: 4px;
  margin-right: 0.6rem;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.2s ease;
}
.check-item input[type=checkbox]:checked,
.check-item input[type=radio]:checked {
  background-color: #FF007F;
  border-color: #FF007F;
  box-shadow: 0 0 10px rgba(255, 0, 127, 0.4);
}
.check-item input[type=checkbox]:checked::after,
.check-item input[type=radio]:checked::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 0.8rem;
  font-weight: bold;
}
.check-item input[type=radio] {
  border-radius: 50%;
}
.check-item input[type=radio]:checked::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
}
.check-item:hover span {
  color: white;
}
.check-item:hover input {
  border-color: #FF007F;
}

.div-rank:nth-of-type(1) {
  border: 1px solid rgba(255, 215, 0, 0.3);
  background-color: linear-gradient(90deg, rgba(255, 215, 0, 0.5) 0%, transparent 100%);
}
.div-rank:nth-of-type(1) .rank-numero {
  -webkit-text-stroke: 0px;
  color: #FFD700;
  text-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
}

.div-rank:nth-of-type(2) .rank-numero {
  -webkit-text-stroke: 2px #c0c0c0;
  color: transparent;
  filter: drop-shadow(0 0 5px rgba(192, 192, 192, 0.4));
}

.div-rank:nth-of-type(3) .rank-numero {
  -webkit-text-stroke: 2px #cd7f32;
  color: transparent;
}

header {
  background-color: #23232D;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  width: 100%;
}
header .div-header {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.8rem 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;
}
header .div-header .img-header {
  margin: 0;
  flex-shrink: 0;
}
header .div-header .img-header img {
  height: 40px;
  width: auto;
  display: block;
}
header .div-header .nav-header {
  flex-grow: 1;
  margin: 0 2rem;
}
header .div-header .nav-header ul {
  display: flex;
  list-style: none;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  justify-content: center;
}
header .div-header .nav-header ul li a {
  text-decoration: none;
  color: #BDBDBD;
  font-size: 0.9rem;
  font-weight: 600;
  transition: color 0.3s;
  white-space: nowrap;
}
header .div-header .nav-header ul li a:hover {
  color: #FF007F;
}
header .div-header form {
  position: relative;
  flex-shrink: 0;
}
header .div-header form input[type=search] {
  background-color: rgb(23.84375, 23.84375, 30.65625);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 0.5rem 1rem;
  color: #FFFFFF;
  outline: none;
  width: 200px;
  transition: width 0.3s ease;
}
header .div-header form input[type=search]:focus {
  border-color: #FF007F;
  width: 250px;
}
header .div-header .botones-header {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
header .div-header .botones-header a {
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
header .div-header .botones-header a:nth-child(1) {
  color: #FF007F;
  margin-right: 10px;
}
header .div-header .botones-header a:nth-child(1):hover {
  text-shadow: 0 0 8px #FF007F;
}
header .div-header .botones-header a:nth-child(2) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0.5rem 1.2rem;
  margin: 0;
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}
header .div-header .botones-header a:nth-child(2):hover {
  transform: translateY(-2px);
  background-color: rgba(255, 0, 127, 0.1);
}
header .div-header .botones-header a:nth-child(2):hover {
  border-color: #FF007F;
  color: #FF007F;
}
header .div-header .botones-header a:nth-child(3) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0.5rem 1.2rem;
  margin: 0;
  background-color: #FF007F;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}
header .div-header .botones-header a:nth-child(3):hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

.recomendacion-main,
.populares-main {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  justify-content: center;
  gap: 2rem;
  align-items: start;
}
.recomendacion-main > div:first-child,
.populares-main > div:first-child {
  grid-column: 1/-1;
}
.recomendacion-main > div:first-child div,
.populares-main > div:first-child div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(189, 189, 189, 0.2);
  margin-bottom: 1rem;
}
.recomendacion-main > div:first-child div .titulos-main,
.populares-main > div:first-child div .titulos-main {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0;
  border-left: 4px solid #FF007F;
  padding-left: 10px;
  line-height: 1;
}
.recomendacion-main > div:first-child div a,
.populares-main > div:first-child div a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0.5rem 1.2rem;
  margin: 0;
  background-color: transparent;
  color: #BDBDBD;
  border: 1px solid rgba(189, 189, 189, 0.5);
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}
.recomendacion-main > div:first-child div a:hover,
.populares-main > div:first-child div a:hover {
  transform: translateY(-2px);
  background-color: rgba(255, 0, 127, 0.1);
}
.recomendacion-main > div:first-child div a,
.populares-main > div:first-child div a {
  font-size: 0.8rem;
  padding: 0.4rem 1rem;
  white-space: nowrap;
  flex-shrink: 0;
}
.recomendacion-main > div:first-child div a:hover,
.populares-main > div:first-child div a:hover {
  color: #FF007F;
  border-color: #FF007F;
  background-color: rgba(255, 0, 127, 0.1);
}

.footer-genko {
  background-color: #000000;
  border-top: 1px solid rgba(255, 0, 127, 0.2);
  padding: 4rem 20px;
  margin-top: 4rem;
  font-family: "Montserrat", sans-serif;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.footer-genko .columna-footer.marca .logo-footer {
  margin: 0 0 1.5rem 0;
}
.footer-genko .columna-footer.marca .logo-footer img {
  width: 140px;
  height: auto;
}
.footer-genko .columna-footer.marca .redes-sociales ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-genko .columna-footer.marca .redes-sociales ul li a {
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s;
  letter-spacing: 1px;
}
.footer-genko .columna-footer.marca .redes-sociales ul li a:hover {
  color: #FF007F;
}
.footer-genko .columna-footer.marca .redes-sociales ul li a i {
  margin-right: 8px;
}
.footer-genko .columna-footer h3 {
  color: #FFFFFF;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footer-genko .columna-footer h3::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #FF007F;
  margin-top: 5px;
}
.footer-genko .columna-footer nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-genko .columna-footer nav ul li a {
  text-decoration: none;
  color: #BDBDBD;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  display: block;
  padding: 4px 0;
}
.footer-genko .columna-footer nav ul li a:hover {
  color: #FFFFFF;
  transform: translateX(5px);
}
.footer-genko .columna-footer nav ul li a.resaltado {
  color: #FF007F;
  font-weight: bold;
}
.footer-genko .columna-footer nav ul li a.resaltado:hover {
  color: rgb(255, 51, 152.6);
  text-shadow: 0 0 8px rgba(255, 0, 127, 0.6);
}

main > div h1 {
  text-align: center;
  font-size: 2.5rem;
  color: #FFFFFF;
  margin: 3rem 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
main > div h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #FF007F;
  margin: 1rem auto;
}

.section-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-form h2 {
  font-size: 1.5rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.section-form h2::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #FF007F;
  border-radius: 50%;
  margin-right: 10px;
}
.section-form h3 {
  font-size: 0.9rem;
  color: #FF007F;
  margin-top: 1rem;
  font-weight: 400;
  font-style: italic;
}
.section-form .div-form {
  background-color: rgb(30.75, 30.75, 30.75);
  padding: 2rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 2rem;
  box-shadow: 0 4px 10px rbga(0, 0, 0, 0.3);
}
.section-form .form-cuatro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.section-rank {
  background-color: transparent !important;
  background: none !important;
  max-width: 1000px;
  margin: 4rem auto;
  padding: 0 20px;
}
.section-rank h2 {
  background-color: transparent !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 3rem;
  padding: 0;
}
.section-rank h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  background-color: #FF007F;
  margin: 15px auto 0 auto;
  border-radius: 2px;
}

main {
  background-color: #121212;
  min-height: 100vh;
  padding-bottom: 4rem;
}

.manga-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.manga-info h1 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: #FFFFFF;
  text-transform: uppercase;
}
.manga-info .datos {
  color: #BDBDBD;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.manga-info .datos .rating {
  color: #FFD700;
  font-weight: bold;
}
.manga-info .datos .autor {
  color: #FFFFFF;
  font-weight: 600;
}
.manga-info .etiquetas {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.manga-info .etiquetas .tags {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #FF007F;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s;
  cursor: default;
}
.manga-info .etiquetas .tags:hover {
  background-color: rgba(255, 0, 127, 0.2);
  border-color: #FF007F;
  box-shadow: 0 0 10px rgba(255, 0, 127, 0.4);
}
.manga-info .sipnosis {
  line-height: 1.8;
  color: rgb(229.5, 229.5, 229.5);
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
  border-left: none;
  padding-left: 0;
}

.lista-capitulos {
  padding: 0 20px;
}
.lista-capitulos .contenedor-caps {
  max-width: 900px;
  margin: 0 auto;
}
.lista-capitulos .contenedor-caps h3 {
  font-size: 1.8rem;
  color: #FFFFFF;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(189, 189, 189, 0.2);
}
.lista-capitulos .contenedor-caps h3::before {
  content: "⚡";
  margin-right: 10px;
}
.lista-capitulos .contenedor-caps .caps {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1rem;
}

main {
  background-color: #121212;
}

.section-lector {
  padding-bottom: 5rem;
  min-height: 100vh;
}
.section-lector h2 {
  text-align: center;
  color: #BDBDBD;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2rem 0;
  margin: 0;
  transition: color 0.3s ease;
}
.section-lector h2:hover {
  color: #FFFFFF;
}
.section-lector .lector-contenedor {
  max-width: 850px;
  margin: 0 auto;
  background-color: #000000;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
}
.section-lector .lector-contenedor figure {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.section-lector .lector-contenedor figure img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  image-rendering: -webkit-optimize-contrast;
}
.section-lector .lector-contenedor .navegacion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 20px;
  background-color: #121212;
  margin-top: 5px;
}
.section-lector .lector-contenedor .navegacion a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.section-lector .lector-contenedor .navegacion a:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0.5rem 1.2rem;
  margin: 0;
  background-color: transparent;
  color: #BDBDBD;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section-lector .lector-contenedor .navegacion a:first-child:hover {
  transform: translateY(-2px);
  background-color: rgba(255, 0, 127, 0.1);
}
.section-lector .lector-contenedor .navegacion a:first-child:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.section-lector .lector-contenedor .navegacion a:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0.5rem 1.2rem;
  margin: 0;
  background-color: #FF007F;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section-lector .lector-contenedor .navegacion a:last-child:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}
.section-lector .lector-contenedor .navegacion a:last-child {
  box-shadow: 0 0 15px rgba(255, 0, 127, 0.3);
}
.section-lector .lector-contenedor .navegacion a:last-child:hover::after {
  content: " →";
  margin-left: 5px;
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  h1 {
    font-size: 2rem !important;
  }
  h2 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  header .div-header {
    flex-wrap: wrap !important;
    padding: 0.8rem 10px;
    gap: 10px 0;
  }
  header .div-header .img-header {
    order: 1;
    margin-right: auto;
  }
  header .div-header .img-header img {
    height: 26px;
  }
  header .div-header .botones-header {
    order: 2;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  header .div-header .botones-header a {
    font-size: 0.65rem !important;
    padding: 4px 8px !important;
    height: auto !important;
    border-width: 1px !important;
    white-space: nowrap;
  }
  header .div-header .botones-header a:nth-child(1) {
    margin: 0;
  }
  header .div-header .botones-header a:nth-child(2) {
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  header .div-header .nav-header {
    order: 3;
    display: block !important;
    width: 100%;
    margin: 0 !important;
    padding-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .div-header .nav-header::-webkit-scrollbar {
    display: none;
  }
  header .div-header .nav-header {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  header .div-header .nav-header ul {
    display: flex !important;
    gap: 1.5rem !important;
    padding: 0 5px !important;
    margin: 0 !important;
    justify-content: flex-start !important;
    width: max-content;
  }
  header .div-header .nav-header ul li {
    display: block !important;
    flex-shrink: 0;
  }
  header .div-header .nav-header ul li a {
    font-size: 0.75rem;
    color: #BDBDBD;
    padding: 8px 0;
    display: block;
  }
  header .div-header .nav-header ul li a:hover {
    color: #FFFFFF;
  }
  header .div-header form {
    display: none;
  }
}
@media (max-width: 768px) {
  .carousel-item .cta-overlay {
    bottom: 5%;
  }
  .carousel-item .cta-overlay .btn-crear {
    padding: 3px 7px;
    font-size: 0.5rem;
  }
  .recomendacion-main,
  .populares-main {
    padding: 1rem 10px;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .recomendacion-main > div:first-child div .titulos-main,
  .populares-main > div:first-child div .titulos-main {
    font-size: 1.2rem;
  }
  .recomendacion-main > div:first-child div a,
  .populares-main > div:first-child div a {
    font-size: 0.7rem;
    padding: 0.3rem 0.8rem;
  }
  .recomendacion-main .tarjeta-manga figcaption h3,
  .populares-main .tarjeta-manga figcaption h3 {
    font-size: 0.9rem;
  }
  .recomendacion-main .tarjeta-manga figcaption a,
  .populares-main .tarjeta-manga figcaption a {
    padding: 0.3rem 1rem;
    font-size: 0.7rem;
  }
  .leer-main > div {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
  }
  .leer-main > div figure {
    order: -1 !important;
    position: relative !important;
    width: 100% !important;
    height: 400px !important;
    margin: 0 !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
  }
  .leer-main > div figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
  }
  .leer-main > div h2.titulos-main {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin: 1rem 0 !important;
    text-align: center !important;
    font-size: 2.5rem !important;
  }
  .leer-main > div a {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin: 0 auto 2rem auto !important;
    display: table !important;
  }
  .manga-card .contenido-manga {
    padding: 2rem 0;
  }
  .manga-card .contenido-manga .manga-portada {
    max-width: 160px;
    margin-bottom: 2rem;
  }
  .manga-card .contenido-manga .manga-info h1 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .manga-card .contenido-manga .manga-info .datos {
    font-size: 0.9rem;
  }
  .manga-card .contenido-manga .manga-info .etiquetas .tags {
    padding: 4px 12px;
    font-size: 0.75rem;
  }
  .manga-card .contenido-manga .manga-info .sinopsis {
    font-size: 0.95rem;
    padding: 0 10px;
  }
  .lista-capitulos .contenedor-caps .caps {
    grid-template-columns: 1fr;
  }
  .lista-capitulos .contenedor-caps a {
    padding: 0.8rem;
  }
  .lista-capitulos .contenedor-caps a .num-cap {
    font-size: 1.4rem;
    margin-right: 1rem;
  }
  .lista-capitulos .contenedor-caps a .info-cap h4 {
    font-size: 0.9rem;
  }
  .section-rank h2 {
    font-size: 2rem !important;
  }
  .section-rank .div-rank {
    padding: 1rem;
    flex-wrap: nowrap;
  }
  .section-rank .div-rank .rank-numero {
    font-size: 2.5rem;
    min-width: 40px;
    margin-right: 0.8rem;
  }
  .section-rank .div-rank figure {
    width: 70px;
    height: 100px;
    margin-right: 1rem;
  }
  .section-rank .div-rank .detalles-rank h3 {
    font-size: 1rem;
  }
  .section-rank .div-rank .detalles-rank p {
    font-size: 0.8rem;
  }
  .section-rank .div-rank .detalles-rank a {
    font-size: 0.8rem;
    margin-top: 5px;
  }
  .section-lector {
    padding-bottom: 2rem;
  }
  .section-lector h2 {
    font-size: 0.9rem;
    padding: 1rem 0;
  }
  .section-lector .lector-contenedor {
    box-shadow: none;
  }
  .section-lector .lector-contenedor .navegacion {
    padding: 1.5rem 10px;
  }
  .section-lector .lector-contenedor .navegacion a {
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
  }
  .section-form {
    padding: 0 10px;
  }
  .section-form .form-cuatro {
    grid-template-columns: 1fr;
  }
  .section-form label:has(input[type=checkbox]),
  .section-form label:has(input[type=radio]) {
    gap: 1rem;
    padding: 1rem;
  }
  .footer-genko {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2.5rem;
    padding: 3rem 20px;
  }
  .footer-genko .columna-footer {
    align-items: center;
  }
  .footer-genko .columna-footer h3::after {
    margin: 5px auto 0 auto;
  }
  .footer-genko .columna-footer nav ul li a {
    padding: 8px 0;
  }
}
@media (max-width: 380px) {
  header .div-header .botones-header a:nth-child(2) {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-cate h1 {
    font-size: 2rem;
  }
  .section-cate p {
    font-size: 0.95rem;
  }
  .div-cate {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important;
    gap: 1rem !important;
  }
}
@media (max-width: 850px) {
  .intro-orig h1 {
    font-size: 2rem;
  }
  .intro-orig p {
    font-size: 1rem;
  }
  .section-orig h2 {
    font-size: 1.5rem;
  }
  .div-item {
    flex-direction: column !important;
  }
  .div-item-img {
    width: 0% !important;
    height: auto;
    max-height: 300px;
    aspect-ratio: auto;
  }
  .orig-info {
    padding: 1.5rem;
    width: 100%;
  }
  .orig-info h3 {
    font-size: 1.5rem;
  }
  .orig-info a {
    width: 100%;
    text-align: center;
    align-self: stretch;
  }
}
@media (max-width: 768px) {
  .section-cate h1 {
    font-size: 2rem;
  }
  .section-cate p {
    font-size: 0.95rem;
  }
  .div-cate {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important;
    gap: 1rem !important;
  }
}
.main-login {
  background: radial-gradient(circle at top right, #1a1a1a, #0a0a0a);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-login {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.div-login {
  width: 100%;
  max-width: 420px;
}

.card-login {
  background: rgba(30, 30, 30, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  border-radius: 16px;
  padding: 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.card-login::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FF007F, transparent);
}
.card-login h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 2rem;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.card-login form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.card-login form .grupos-forms {
  text-align: left;
  background: transparent !important;
  border: none !important;
}
.card-login form .grupos-forms label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #BDBDBD;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: transparent !important;
}
.card-login form .grupos-forms label input[type=email],
.card-login form .grupos-forms label input[type=password] {
  width: 100%;
  padding: 12px 16px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s ease;
}
.card-login form .grupos-forms label input[type=email]::placeholder,
.card-login form .grupos-forms label input[type=password]::placeholder {
  color: rgba(189, 189, 189, 0.6);
}
.card-login form .grupos-forms label input[type=email]:focus,
.card-login form .grupos-forms label input[type=password]:focus {
  border-color: #FF007F;
  background-color: rgba(0, 0, 0, 0.5);
}
.card-login form .grupos-forms label input[type=email],
.card-login form .grupos-forms label input[type=password] {
  margin-top: 0.5rem;
}
.card-login form .grupos-forms:has(a) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.card-login form .grupos-forms:has(a) label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: none;
  font-weight: 500;
  cursor: pointer;
  background: transparent !important;
}
.card-login form .grupos-forms:has(a) label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  position: relative;
  margin: 0;
}
.card-login form .grupos-forms:has(a) label input[type=checkbox]:checked {
  background-color: #FF007F;
  border-color: #FF007F;
}
.card-login form .grupos-forms:has(a) label input[type=checkbox]:checked::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 10px;
}
.card-login form .grupos-forms:has(a) a {
  color: #FF007F;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  display: inline !important;
  box-shadow: none !important;
}
.card-login form .grupos-forms:has(a) a:hover {
  text-decoration: underline;
  color: rgb(255, 51, 152.6);
  transform: none !important;
  background: transparent !important;
}
.card-login form button[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0.5rem 1.2rem;
  margin: 0;
  background-color: #FF007F;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}
.card-login form button[type=submit]:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}
.card-login form button[type=submit] {
  width: 100%;
  padding: 0.8rem;
  font-size: 1rem;
  margin-top: 1rem;
  border: none;
}
.card-login form button[type=submit]:hover {
  box-shadow: 0 0 20px rgba(255, 0, 127, 0.4);
}
.card-login .social-login {
  margin: 3rem 0 2rem 0;
  position: relative;
  text-align: center;
}
.card-login .social-login span {
  padding: 0 10px;
  color: #BDBDBD;
  font-size: 0.85rem;
  position: relative;
  z-index: 1;
}
.card-login .social-login::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  z-index: 0;
}
.card-login .social-login .btn-social {
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0.8rem;
  background-color: transparent;
  border-radius: 8px;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.card-login .social-login .btn-social::before {
  content: "Google";
  font-family: serif;
  font-weight: bold;
  font-size: 1.2rem;
}
.card-login .social-login .btn-social:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #FFFFFF;
}
.card-login > p:last-child {
  margin-top: 2rem;
  text-align: center;
  width: 100%;
  background: transparent !important;
  border: none !important;
  color: #BDBDBD;
  font-size: 0.95rem;
}
.card-login > p:last-child a {
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  margin-left: 5px;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  display: inline !important;
}
.card-login > p:last-child a:hover {
  color: #FF007F;
  text-decoration: underline;
  background: transparent !important;
}

.section-reg {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
}
.section-reg > p:last-child {
  margin-top: 2rem;
  margin-bottom: 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
}
.section-reg > p:last-child a {
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  margin-left: 5px;
}
.section-reg > p:last-child a:hover {
  color: #FF007F;
  text-decoration: underline;
}

.main-cate {
  width: 100%;
  min-height: 100vh;
  background-color: #0a0a0a;
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: block !important;
}

.section-cate {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
.section-cate h2 {
  font-size: 3rem;
  font-weight: 900;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.section-cate h2 span {
  color: #FF007F;
  text-shadow: 0 0 20px rgba(255, 0, 127, 0.4);
}
.section-cate p {
  color: #BDBDBD;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 4rem auto;
  line-height: 1.6;
}
.section-cate .div-cate {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
  padding: 10px;
}
.section-cate .div-cate .categorias {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #141414;
}
.section-cate .div-cate .categorias a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.section-cate .div-cate .categorias img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
  border-radius: 10px;
}
.section-cate .div-cate .categorias:hover {
  border-color: #FF007F;
  box-shadow: 0 10px 30px #FF007F, 0.25;
  z-index: 2;
}

.main-orig {
  width: 100%;
  min-height: 100vh;
  background-color: #0a0a0a;
  padding: 2rem 20px 4rem 20px;
  display: block;
  color: #FFFFFF;
}

.intro-orig {
  max-width: 1200px;
  margin: 0 auto 4rem auto;
  text-align: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.intro-orig h1 {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  color: #FF007F;
  text-shadow: 0 0 20px rgba(255, 0, 127, 0.4);
}
.intro-orig p {
  font-size: 1rem;
  color: #BDBDBD;
  max-width: 300px;
  margin: 0 auto;
  line-height: 1.6;
}

.section-orig {
  max-width: 1200px;
  margin: 0 auto;
}
.section-orig h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.section-orig h2::before {
  content: "";
  width: 8px;
  height: 30px;
  background-color: #FF007F;
  border-radius: 4px;
  box-shadow: 0 0 10px #FF007F;
}

.div-item {
  display: flex;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  margin-bottom: 2rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
.div-item:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 127, 0.5);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 0, 127, 0.1);
}
.div-item:hover .div-item-img img {
  transform: scale(1.05);
}

.div-item-img {
  width: 200px;
  flex-shrink: 0;
  overflow: hidden;
  aspect-ratio: 3/4;
}
.div-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.orig-info {
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.orig-info .indie-tag {
  display: inline-block;
  background-color: rgba(255, 0, 127, 0.15);
  color: rgb(255, 51, 152.6);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 8px;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 0, 127, 0.3);
}
.orig-info h3 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #FFFFFF;
}
.orig-info .autor-name {
  color: #BDBDBD;
  font-size: 0.95rem;
  font-style: italic;
  margin-bottom: 1.5rem;
}
.orig-info a {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0.5rem 1.2rem;
  margin: 0;
  background-color: transparent;
  color: #FF007F;
  border: none;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}
.orig-info a:hover {
  transform: translateY(-2px);
  background-color: rgba(255, 0, 127, 0.1);
}
.orig-info a {
  border: 2px solid #FF007F;
  padding: 10px 24px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: auto;
}
.orig-info a:hover {
  background-color: #FF007F;
  color: #FFFFFF;
  box-shadow: 0 0 15px rgba(255, 0, 127, 0.5);
}

/*# sourceMappingURL=style.css.map */
