html,
body {
  background: linear-gradient(135deg, #243b55 0%, #141e30 75%);
}

.navbar {
  background: #00000010 !important;
}

/* CUSTOM CSS - CAROUSEL INFO */
.cs-img {
  object-fit: cover;
  position: relative;
  border-radius: 1rem;
}

.tag-slider-title {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: auto;
}

.tag-slider-type {
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  width: auto;
}

/* CUSTOM CSS - CARDS */
.card {
  /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;*/
  transition: transform 0.2s ease-in-out !important;
}

.card:hover {
  transform: translateY(-3px) !important;
}

.relative-container {
  position: relative;
}

.tag-views {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  width: auto;
}

.tag-type {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: auto;
}

.tag-title {
  position: absolute;
  bottom: 2%;
  left: 3%;
  width: 94%;
  height: 38px;
  padding: 0.25rem;
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.2);
  /* Mejor Contraste */
  backdrop-filter: blur(3px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.75rem;
  text-align: center;
  word-break: break-word;
}

/* CUSTOM CSS - TABS */
sl-tab::part(base) {
  font-size: 1rem;
  font-weight: bold;
  color: white;
}

sl-tab::part(base):hover {
  background: #25252575;
  color: white;
}
sl-tab[aria-selected="true"]::part(base) {
  color: #00e5ff;
}

sl-tab-group {
  --indicator-color: #00e5ff;
  --track-color: #ccd1d12a; /* Línea Divisoria */
}

sl-tab-group::part(nav) {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.buttons .button {
  white-space: normal;
  word-break: break-word;
  width: 100%;
}

.img-patreon {
  border-radius: 0.5rem;
}

/* CUSTOM CSS - ADS */
.ads-container {
    position: relative;
    margin: 20px 0;
    max-width: 100%;
}

.badge-ads {
    position: absolute;
    top: -5px;
    left: -5px;
}

@media (max-width: 768px) {
    .ad-desktop {
        display: none;
    }
    .ad-mobile {
        display: block;
    }
}

