@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@font-face {
  font-family: "Metropolis-bold";
  src: url("../font/Metropolis-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metropolis-bold-italic";
  src: url("../font/Metropolis-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #000000 !important;
}

.navbar {
  --bs-navbar-active-color: #f8f9fa !important;
  --bs-navbar-color: #a0aec0 !important;
  --bs-navbar-hover-color: #6BB4EA !important;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Metropolis-bold", sans-serif;
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.7) !important;
  box-shadow: 0px 0px 14px 10px #000000;
}

.barra-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.185);
  background: rgba(0, 0, 0, 0.55);
  padding-top: 8px;
}

/* Live ticker (Infra-style, compact) */
.live-ticker {
  background: #0a0a0a;
  border-bottom: 1px solid rgba(74, 154, 216, 0.15);
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
}

.live-ticker-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  min-height: 34px;
  padding: 6px 0;
  color: #a0aec0;
}

.live-stat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.live-stat strong,
.live-stat b {
  color: #4A9AD8;
  font-weight: 800;
}

.live-stat--status {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.live-stat--status.is-online {
  color: #22e865;
  text-shadow: 0 0 12px rgba(34, 232, 101, 0.35);
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #666;
  box-shadow: 0 0 0 rgba(34, 232, 101, 0);
}

.live-stat--status.is-online .live-dot {
  background: #22e865;
  box-shadow: 0 0 10px rgba(34, 232, 101, 0.85);
  animation: livePulse 2s ease-in-out infinite;
}

@keyframes livePulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

.live-stat--days {
  color: #22e865;
  font-weight: 700;
}

.live-stat--days i {
  color: #22e865;
}

.live-sep {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

.live-stat--top a {
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
}

.live-stat--top a:hover {
  color: #6BB4EA !important;
}

.live-stat--event b {
  font-family: "Metropolis-bold", sans-serif;
  letter-spacing: 0.5px;
}

/* Online progress bar */
.online-bar-widget {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #a0aec0;
  text-transform: uppercase;
  font-weight: 700;
}

.online-bar-label {
  flex-shrink: 0;
}

.online-bar-track {
  flex: 1;
  height: 8px;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  overflow: hidden;
  min-width: 80px;
}

.online-bar-fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #128a3e 0%, #22e865 55%, #5dff98 100%);
  box-shadow: 0 0 10px rgba(34, 232, 101, 0.35);
  transition: width 0.45s ease;
}

.online-bar-icon {
  color: #22e865;
  font-size: 11px;
}

.online-bar-count {
  color: #fff;
  font-family: "Metropolis-bold", sans-serif;
  font-size: 13px;
  min-width: 2.5ch;
  text-align: right;
}

@media (max-width: 991.98px) {
  .online-bar-widget {
    max-width: none;
    margin-top: 4px;
  }

  .live-ticker-inner {
    justify-content: flex-start;
    padding-left: 4px;
    padding-right: 4px;
  }
}

.status-box {
  border-radius: 14px;
  background: #222222;
  border: 2px solid #4A9AD870;
  color: #4A9AD8;
  font-size: 10px;
  text-transform: uppercase;
  margin-block-start: 4px;
  padding: 4px 8px;
  text-decoration: none;
  pointer-events: none;
  font-family: "Metropolis-Bold-italic", sans-serif;
}

.redes-top {
  color: #a0a0a0;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.redes-top:hover {
  color: #4A9AD8;
  text-shadow: 0 0 5px #4A9AD8;
}

.nav-item .nav-link {
  transition: all 0.3s ease !important;
}

.navbar-brand {
  font-size: 2rem;
  color: #f8f9fa !important;
  font-family: "Metropolis-bold", sans-serif;
  text-transform: uppercase;
}

.hero {
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  box-shadow: inset 0px -20px 14px 10px #000000;
  position: relative;
  overflow: hidden; /* Importante para que los items no se salgan */
}

.hero .hero-content {
  min-height: 75dvh;
  background: linear-gradient(
    to right,
    rgb(0, 0, 0),
    rgba(0, 0, 0, 0.7),
    transparent,
    transparent,
    rgb(0, 0, 0)
  );
  position: relative;
}

.hero .hero-content .container {
  min-height: 75dvh;
  color: #f8f9fa;
  font-family: "Metropolis-bold", sans-serif;
}

.hero .hero-content .container h1 {
  font-size: 4.5rem;
}

.hero .hero-content .container p,
.stream-subtitle {
  font-size: 1.2rem;
  color: #a0aec0;
}

.hero .hero-content .btn-hero {
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Metropolis-bold", sans-serif;
  transition: all 0.3s ease;
  margin-inline: 4px;
}

.hero .hero-content .btn-hero.btn-start {
  color: #222222;
  background: #4A9AD8;
  padding: 10px 20px;
  border-radius: 6px;
  border: 2px solid #4A9AD8;
}

.hero .hero-content .btn-hero.btn-start:hover {
  background: #6BB4EA;
  color: #f8f9fa;
  border: 2px solid #6BB4EA;
}

.hero .hero-content .btn-hero.btn-download {
  color: #a0aec0;
  border: 2px solid #a0aec0;
  padding: 10px 20px;
  border-radius: 6px;
}

.hero .hero-content .btn-hero.btn-download:hover {
  background: #4A9AD8;
  color: #f8f9fa;
  border: 2px solid #4A9AD8;
}

.hero .hero-content .btn-hero.btn-discord {
  color: #7289da;
}

.hero .hero-content .btn-hero.btn-discord:hover {
  color: #f8f9fa;
  letter-spacing: 2px;
}

.box-wind {
  background: #4A9AD8;
  border-radius: 2px;
  color: #222222;
  text-transform: none;
  font-family: "Metropolis-bold-italic", sans-serif;
  backdrop-filter: blur(8px);
}

.box-wind:hover {
  background: #6BB4EA;
  color: #f8f9fa;
}

.login-hover:hover {
  letter-spacing: 2px;
}

.parallax-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.floating-item {
  position: absolute;
  filter: drop-shadow(0 0 10px rgba(74, 154, 216, 0.6)) brightness(1.2);
  animation: floatAnim 6s ease-in-out infinite;
}

.chaos {
  top: 15%;
  left: 5%;
  width: 80px;
}
.feather {
  top: 10%;
  left: 45%;
  width: 60px;
  transform: rotate(15deg);
}
.life {
  bottom: 20%;
  left: 10%;
  width: 90px;
}
.eye {
  top: 5%;
  left: 25%;
  width: 50px;
  opacity: 0.8;
}
.soul {
  bottom: 15%;
  left: 40%;
  width: 70px;
}

@keyframes floatAnim {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

.news-section,
.stream-section {
  padding: 60px 0;
  background: #000;
}

.section-title {
  color: #f8f9fa;
  font-weight: 800;
  letter-spacing: 2px;
  border-left: 4px solid #4A9AD8;
  padding-left: 15px;
}

.view-all {
  color: #a0aec0;
  font-size: 0.8rem;
  text-decoration: none;
  transition: 0.3s;
}

.view-all:hover {
  color: #4A9AD8;
}

.news-card {
  display: flex;
  background: rgba(20, 20, 30, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  transition: 0.4s ease;
}

.news-card:hover {
  transform: translateY(-5px);
  border-color: rgba(74, 154, 216, 0.4);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.news-image {
  width: 40%;
  position: relative;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-body {
  width: 60%;
  padding: 20px;
}

.news-title {
  color: #d4af37;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.news-excerpt {
  color: #a0aec0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.news-date {
  color: #555;
  font-size: 0.8rem;
}

.btn-read-more {
  color: #4A9AD8;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: bold;
  border: 1px solid #4A9AD8;
  padding: 5px 15px;
  border-radius: 20px;
  transition: 0.3s;
}

.btn-read-more:hover {
  background: #4A9AD8;
  color: #000;
}

.einfo-section {
  padding: 60px 0;
  background: url(../img/texture.jpg);
  box-shadow: inset 0px 6px 10px 0px black;
}

.page-home .news-section {
  position: relative;
  z-index: 1;
  padding-bottom: 48px;
}

.page-home .einfo-section {
  padding-top: 20px;
  position: relative;
  z-index: 2;
  box-shadow: inset 0 -8px 12px 0 rgba(0, 0, 0, 0.35);
}

.page-home .home-explore-row {
  position: relative;
  z-index: 2;
  transform: none;
  margin-bottom: 32px;
}

@media (max-width: 575px) {
  .page-home .home-explore-row {
    margin-bottom: 20px;
  }
}

.einfo-section .card-explore {
  background-size: cover;
  color: #f8f9fa;
  transition: 0.3s ease;
}

.einfo-section .card-explore.c-1 {
  background: url(../img/explore/1.png) no-repeat;
}

.einfo-section .card-explore.c-2 {
  background: url(../img/explore/2.png) no-repeat;
}

.einfo-section .card-explore.c-3 {
  background: url(../img/explore/3.png) no-repeat;
}

.einfo-section .card-explore:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.einfo-section .card-explore .card-content-e .card-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.einfo-section .card-explore .card-content-e {
  padding: 20px;
  background: linear-gradient(transparent 30%, #e3e3e3);
  backdrop-filter: blur(1px);
  height: 345px;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  color: black;
}

.rankings-container {
  padding-top: 50px;
  font-family: "Metropolis-bold-Italic", sans-serif;
}

.ranking-box {
  background-color: #0a0a0a;
  border-radius: 6px;
  min-height: 560px;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.ranking-box-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: 0;
  pointer-events: none;
  display: block;
}
.ranking-box-content {
  position: relative;
  z-index: 1;
  padding: 210px 18px 24px;
}

.ranking-header {
  font-weight: 900;
  font-size: 1.2rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 2px solid #4A9AD8;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.ranking-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rank-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #f8f9fa;
  font-size: 0.95rem;
  transition: 0.3s ease;
}

.rank-item:hover {
  background: rgba(74, 154, 216, 0.05);
  transform: scale(1.02);
}

.player-info {
  display: flex;
  align-items: center;
}
.num {
  margin-right: 10px;
  color: #888;
  font-weight: bold;
}
.rank-value {
  font-weight: 800;
  color: #4A9AD8;
}

.medal-gold,
.medal-silver,
.medal-bronze {
  font-size: 1.3rem;
  margin-right: 12px;
  filter: drop-shadow(0 0 5px rgba(74, 154, 216, 0.3));
}

.t1 {
  background: rgba(212, 175, 55, 0.1);
  border-radius: 6px;
  color: #ffffff;
  font-weight: bold;
}
.medal-gold {
  color: #d4af37;
}

.t2 {
  color: #ffffff;
}
.medal-silver {
  color: #aaa9ad;
}

.t3 {
  color: #ffffff;
}
.medal-bronze {
  color: #cd7f32;
}

.rank-item.t1:hover {
  background: rgba(212, 175, 55, 0.2);
}

.best-title {
  position: absolute;
  top: -1rem;
  font-family: "Metropolis-bold", sans-serif;
  line-height: 1px;
  pointer-events: none;
  font-size: 6rem;
  mix-blend-mode: overlay;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: rgb(0, 0, 0);
}

.best-title-1 {
  font-family: "Metropolis-bold", sans-serif;
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 1px;
  color: #000000;
}

.stream-section {
  font-family: "metropolis-bold", sans-serif;
}

.stream-boxes {
  background: #4A9AD8;
  border-radius: 6px;
  margin: 4px;
}

.stream-box {
  background: #222222;
  border-radius: 6px;
  color: #4A9AD8;
}

.footer-section {
  background: url(../img/texture.jpg);
  padding: 60px 0;
}

.redes-footer {
  color: #222222;
  font-size: 24px;
  transition: all 0.3s ease;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  outline: 1px solid #4A9AD8;
  border-radius: 8px;
  background: #4A9AD8;
  padding: 2px 4px;
  margin-inline: 4px;
}

.redes-footer:hover {
  color: #f8f9fa;
  background: #6BB4EA;
  outline: 1px solid #6BB4EA;
  text-shadow: 0 0 5px #6BB4EA;
}

.footer-title {
  text-transform: uppercase;
  font-family: "Metropolis-bold", sans-serif;
  color: #222222;
  text-align: center;
  font-size: 3rem;
}

.footer-desc {
  font-family: "Open Sans", sans-serif;
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.info-server-section {
  background: #000;
}

.info-main-title {
  color: #fff;
  font-weight: 800;
  text-align: left;
  letter-spacing: -1px;
}
.info-main-title span {
  color: #4A9AD8;
}

.info-nav-container {
  background: #1a1a1a;
  border-radius: 12px;
  padding: 30px;
  border: 1px solid rgba(74, 154, 216, 0.1);
}

.nav-label {
  color: #fff;
  font-weight: 900;
  margin-bottom: 0;
}
.nav-sub {
  color: #555;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.nav-divider {
  border-color: rgba(255, 255, 255, 0.05);
  margin: 20px 0;
}

.nav-pills .nav-link {
  color: #888;
  background: transparent;
  text-align: left;
  padding: 15px 0;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}

.nav-pills .nav-link i {
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.3s;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
  color: #4A9AD8;
  background: transparent !important;
}

.nav-pills .nav-link.active i {
  opacity: 1;
  transform: translateX(0);
}

/* Info — menú lateral con imagen */
.info-nav-cards {
  gap: 12px;
}

.info-nav-card {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 88px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: #111;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.info-nav-card:hover {
  border-color: rgba(74, 154, 216, 0.55);
  transform: translateX(4px);
}

.info-nav-card.active {
  border-color: #4A9AD8;
  box-shadow: 0 0 18px rgba(74, 154, 216, 0.25);
}

.info-nav-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.35s ease, filter 0.25s ease;
}

.info-nav-card-bg--info {
  background-position: 72% center;
}

.info-nav-card-bg--chaos {
  background-position: center center;
}

.info-nav-card-bg--commands {
  background-position: 78% center;
}

.info-nav-card:hover .info-nav-card-bg,
.info-nav-card.active .info-nav-card-bg {
  transform: scale(1.08);
  filter: brightness(1.08) saturate(1.1);
}

.info-nav-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.94) 0%,
    rgba(0, 0, 0, 0.72) 38%,
    rgba(0, 0, 0, 0.28) 72%,
    rgba(0, 0, 0, 0.12) 100%
  );
  z-index: 1;
  transition: background 0.25s ease;
}

.info-nav-card:hover .info-nav-card-overlay {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(0, 0, 0, 0.58) 38%,
    rgba(0, 0, 0, 0.2) 72%,
    rgba(74, 154, 216, 0.15) 100%
  );
}

.info-nav-card.active .info-nav-card-overlay {
  background: linear-gradient(
    90deg,
    rgba(8, 18, 30, 0.92) 0%,
    rgba(12, 32, 50, 0.72) 42%,
    rgba(74, 154, 216, 0.22) 78%,
    rgba(74, 154, 216, 0.35) 100%
  );
}

.info-nav-card-body {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 18px;
}

.info-nav-card-label {
  color: #f8f9fa;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.info-nav-card i {
  color: #4A9AD8;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.info-nav-card:hover i,
.info-nav-card.active i {
  opacity: 1;
  transform: translateX(0);
}

.info-nav-card.active .info-nav-card-label {
  color: #6BB4EA;
}

.info-content-container {
  background: #222222; /* Tu color pedido */
  border-radius: 12px;
  padding: 40px;
  height: 100%;
}

.content-header {
  color: #fff;
  font-weight: 900;
  margin-bottom: 5px;
}
.content-sub {
  color: #666;
  font-size: 0.8rem;
}
.content-divider {
  border-color: rgba(74, 154, 216, 0.2);
}

.info-row {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.info-row span {
  color: #aaa;
  font-weight: 500;
}
.info-row strong {
  color: #fff;
  font-size: 1.1rem;
}

.btn-ver {
  color: #4A9AD8;
  text-decoration: none;
  font-weight: bold;
}
.maint-alert {
  background: rgba(74, 154, 216, 0.05);
  border-left: 4px solid #4A9AD8;
  display: flex;
  padding: 20px;
  border-radius: 4px;
}
.maint-icon {
  color: #4A9AD8;
  font-size: 1.5rem;
  margin-right: 20px;
}
.maint-text h6 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: bold;
}
.maint-text p {
  color: #888;
  font-size: 0.85rem;
  margin: 0;
}

.wiki-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.wiki-table th {
    color: #4A9AD8;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 10px;
    border-bottom: 2px solid rgba(74, 154, 216, 0.2);
}

.wiki-table td {
    background: rgba(255, 255, 255, 0.02);
    padding: 12px;
    color: #ccc;
    font-size: 0.9rem;
}

.info-scroll-panel {
    max-height: 680px;
    overflow-y: auto;
    padding-right: 8px;
}

.info-panel-body {
    padding-bottom: 8px;
}

.info-server-section .info-panel-body,
.info-server-section .info-scroll-panel,
.info-server-section .scroll-y {
    max-height: none;
    overflow: visible;
}

.info-table-dual td:first-child {
    width: 45%;
    color: #aaa;
}

.info-table-dual td:last-child {
    color: #fff;
    font-weight: 600;
}

.status-online {
    color: #4A9AD8;
    font-weight: 800;
}

.check-success { color: #4A9AD8; }
.check-error { color: #ff4d4d; }

.sup-tag {
    font-size: 0.72rem;
    color: #4A9AD8;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.sup-tag.hot-spot {
    color: #ff6b6b;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}
.sup-tag.new-tag {
    color: #fff;
    background: #9e0101;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 0.62rem;
}

.vip-star {
    color: #d4af37;
    text-shadow: 0 0 4px rgba(212, 175, 55, 0.4);
}

.vip-zen-badge {
    display: inline-block;
    margin-left: 6px;
    font-size: 0.72rem;
    color: #4A9AD8;
    font-weight: 700;
}

.info-note {
    background: rgba(74, 154, 216, 0.08);
    border: 1px solid rgba(74, 154, 216, 0.22);
    border-left: 3px solid #4A9AD8;
    border-radius: 6px;
    padding: 12px 14px;
    color: #aaa;
    font-size: 0.85rem;
    line-height: 1.6;
    margin: 16px 0;
}
.info-note i {
    color: #4A9AD8;
    margin-right: 8px;
}

.info-fine-print {
    color: #666;
    font-size: 0.78rem;
    margin: 10px 0 0;
}

.info-lead {
    color: #aaa;
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 0 0 12px;
}
.info-lead strong {
    color: #fff;
}

.reg-block {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    padding: 4px 16px;
    margin: 10px 0;
}

.reg-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    color: #aaa;
    font-size: 0.88rem;
    line-height: 1.55;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.reg-row:last-child { border-bottom: none; }

.reg-row > i {
    flex: 0 0 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0.7rem;
    margin-top: 2px;
}
.reg-row.ok > i {
    color: #4A9AD8;
    background: rgba(74, 154, 216, 0.1);
    border: 1px solid rgba(74, 154, 216, 0.3);
}
.reg-row.no > i {
    color: #ff5050;
    background: rgba(255, 48, 48, 0.08);
    border: 1px solid rgba(255, 48, 48, 0.28);
}
.reg-row.warn > i {
    color: #d4af37;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.35);
}
.reg-row b { color: #fff; }
.reg-row strong { color: #fff; }

.cmd-table .cmd-name {
    color: #4A9AD8;
    font-weight: 800;
    font-family: "Courier New", Courier, monospace;
    font-size: 0.85rem;
}
.cmd-table .cmd-desc {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.5;
}
.cmd-table .cmd-desc strong { color: #fff; }
.cmd-table .cmd-ej {
    color: #888;
    font-family: "Courier New", Courier, monospace;
    font-size: 0.78rem;
    line-height: 1.5;
}
.cmd-table .cmd-none {
    color: #555;
}
.cmd-vip-tag {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 0.68rem;
    font-weight: 700;
    color: #d4af37;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.35);
    vertical-align: middle;
}
.cmd-table tr.cmd-cat td {
    background: rgba(74, 154, 216, 0.08);
    color: #4A9AD8;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 10px 12px !important;
}
.cmd-table th:last-child,
.cmd-table td:last-child {
    width: 22%;
    text-align: center;
}
.cmd-table th:first-child,
.cmd-table td:first-child {
    width: 18%;
}

.text-gold { color: #D4AF37 !important; font-weight: bold; }

code {
    background: #111;
    color: #4A9AD8;
    padding: 4px 10px;
    border-radius: 4px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9rem;
    border: 1px solid rgba(74, 154, 216, 0.2);
}

.scroll-y {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 10px;
}

.scroll-y::-webkit-scrollbar { width: 5px; }
.scroll-y::-webkit-scrollbar-track { background: #1a1a1a; }
.scroll-y::-webkit-scrollbar-thumb { background: #4A9AD8; border-radius: 10px; }


.text-lime { color: #4A9AD8 !important; }
.text-muted { color: #888 !important; }

/* Tarjetas de Descarga */
.download-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease;
}

.download-card:hover {
    background: rgba(74, 154, 216, 0.05);
    border-color: #4A9AD8;
    transform: translateX(5px);
}

.dl-info {
    display: flex;
    align-items: center;
}

.dl-info i {
    font-size: 2rem;
    margin-right: 20px;
}

.dl-info strong {
    display: block;
    color: #fff;
    font-size: 1.1rem;
}

.dl-info span {
    color: #666;
    font-size: 0.85rem;
}

.btn-dl-action {
    background: #4A9AD8;
    color: #000;
    text-decoration: none;
    font-weight: 800;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 0.8rem;
    transition: 0.3s;
}

.btn-dl-action:hover {
    background: #fff;
    color: #000;
    box-shadow: 0 0 15px rgba(74, 154, 216, 0.5);
}

/* Requisitos */
.req-list p {
    color: #aaa;
    font-size: 0.9rem;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
    padding-bottom: 5px;
}

.req-list p strong {
    color: #fff;
    width: 60px;
    display: inline-block;
}

/* auth */
.auth-container {
    background: #222222;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(74, 154, 216, 0.1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.info-column {
    background: linear-gradient(135deg, #1a1a1a 0%, #222222 100%);
    border-right: 1px solid rgba(255,255,255,0.05);
}

.benefit-list {
    list-style: none;
    padding: 0;
}

.benefit-list li {
    color: #aaa;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.benefit-list li i {
    color: #4A9AD8;
    font-size: 1.2rem;
    margin-right: 15px;
    width: 25px;
    text-align: center;
}

.form-label {
    color: #4A9AD8;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.form-control-custom {
    background: #111 !important;
    border: 1px solid #333;
    color: #fff !important;
    padding: 12px 15px;
    border-radius: 6px;
    width: 100%;
    transition: 0.3s;
}

.form-control-custom:focus {
    border-color: #4A9AD8;
    outline: none;
    box-shadow: 0 0 10px rgba(74, 154, 216, 0.2);
}

.custom-check .form-check-input {
    background-color: #111;
    border-color: #333;
}

.custom-check .form-check-input:checked {
    background-color: #4A9AD8;
    border-color: #4A9AD8;
}

.custom-check .form-check-label {
    color: #666;
    font-size: 0.85rem;
}

.btn-register-submit {
    background: #4A9AD8;
    border: none;
    color: #000;
    font-weight: 900;
    padding: 15px;
    border-radius: 6px;
    letter-spacing: 1px;
    transition: 0.3s;
    cursor: pointer;
}

.btn-register-submit:hover {
    background: #fff;
    box-shadow: 0 0 20px rgba(74, 154, 216, 0.4);
    transform: translateY(-2px);
}


/* Rankings */
.ranking-container-dark {
    background: #222222;
    padding: 30px;
    border-radius: 0 15px 15px 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.rank-row-header {
    display: flex;
    padding: 15px 20px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.player-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    margin-bottom: 10px;
    padding: 18px 20px;
    border-radius: 6px;
    color: #222222;
    font-weight: 700;
    transition: 0.3s ease;
    border-left: 4px solid transparent;
}

.player-card:hover {
    transform: translateX(5px);
    border-left-color: #4A9AD8;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.col-rank { width: 8%; min-width: 50px; }
.col-name { width: 25%; font-weight: 900; font-size: 1.1rem; }
.col-class { width: 22%; color: #666; }
.col-level { width: 15%; text-align: center; }
.col-resets { width: 15%; color: #4A9AD8; font-size: 1.2rem; text-align: center; font-weight: 900; text-shadow: #000 0px 0px 4px; }
.col-status { width: 15%; text-align: center; }

.medal-gold { color: #D4AF37; font-size: 1.3rem; }

.badge-online, .badge-offline {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
}

.badge-online { background: #4A9AD8; }
.badge-offline { background: #ff4d4d; }

.ranking-tabs-premium {
    display: flex;
    border: none;
    margin-bottom: -1px;
    gap: 8px;
}

.ranking-tabs-premium .nav-link {
    background: #111111;
    color: #555555;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: none;
    padding: 12px 24px;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.ranking-tabs-premium .nav-link:hover {
    color: #4A9AD8;
    background: #1a1a1a;
}

.ranking-tabs-premium .nav-link.active {
    background: #222222 !important;
    color: #4A9AD8 !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-bottom: 1px solid #222222 !important;
    position: relative;
    z-index: 2;
}

.ranking-tabs-premium .nav-link.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #4A9AD8;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 10px rgba(74, 154, 216, 0.5);
}

/* Donate */
.payment-method-card {
    background: #1a1a1a;
    border: 2px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 25px;
    display: flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.payment-method-card:hover {
    background: #252525;
    border-color: rgba(74, 154, 216, 0.3);
    transform: translateY(-3px);
}

/* Estado Activo (Seleccionado) */
.payment-method-card.active {
    background: #222222;
    border-color: #4A9AD8;
    box-shadow: 0 0 20px rgba(74, 154, 216, 0.15);
}

.payment-icon {
    font-size: 2.2rem;
    color: #555;
    margin-right: 20px;
    transition: 0.3s;
}

.payment-method-card.active .payment-icon {
    color: #4A9AD8;
}

.payment-info h5 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 2px;
    font-size: 1.1rem;
}

.payment-info span {
    color: #666;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Indicador de check invisible por defecto */
.selection-indicator {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #4A9AD8;
    font-size: 1.2rem;
    opacity: 0;
    transform: scale(0.5);
    transition: 0.3s;
}

.payment-method-card.active .selection-indicator {
    opacity: 1;
    transform: scale(1);
}

/* Botón de Acción */
.btn-continue-payment {
    background: #4A9AD8;
    color: #222222;
    border: none;
    padding: 18px 45px;
    border-radius: 8px;
    font-weight: 900;
    font-size: 1rem;
    letter-spacing: 1px;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(74, 154, 216, 0.2);
}

.btn-continue-payment:hover {
    background: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(255, 255, 255, 0.1);
}

.text-lime { color: #4A9AD8; }


/* Login */
/* Reutilizamos el contenedor oscuro del Registro */
.login-box {
    background: #222222;
    border-radius: 15px;
    border: 1px solid rgba(74, 154, 216, 0.1);
    box-shadow: 0 25px 50px rgba(0,0,0,0.6);
}

/* Grupo de Input con Icono */
.input-group-custom {
    position: relative;
    display: flex;
    align-items: center;
}

.input-group-custom i {
    position: absolute;
    left: 15px;
    color: #555;
    transition: 0.3s;
}

/* Ajuste del Input para dejar espacio al icono */
.input-group-custom .form-control-custom {
    padding-left: 45px !important;
}

/* Efecto cuando el usuario escribe */
.input-group-custom input:focus + i {
    color: #4A9AD8;
}

/* Enlaces de acento */
.text-lime-link {
    color: #4A9AD8;
    font-size: 0.8rem;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.text-lime-link:hover {
    color: #fff;
    text-shadow: 0 0 8px rgba(74, 154, 216, 0.5);
}

/* Animación sutil de entrada */
.login-box {
    animation: fadeInDown 0.6s ease-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* UserCP */
.stat-card {
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.05);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
}

.stat-card:hover {
    border-color: #4A9AD8;
    transform: translateY(-5px);
}

.stat-card span {
    display: block;
    color: #666;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 5px;
}

.stat-card strong {
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 1px;
}

.user-brief {
    padding: 10px;
}


.info-nav-container .info-nav-card {
  text-align: left;
}