@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Cinzel:wght@400;500;600;700;800&display=swap");

:root {
  --gold: #ddab5e;
  --gold-light: #ecd2a6;
  --gold-dark: #ba8536;
  --brown: #734d21;
  --brown-dark: #4b3416;
  --gold-glow: rgba(221, 171, 94, .45)
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

body {
  background-color: #000000 !important;
  font-family: 'Play';
}

img,
svg,
video,
canvas,
a,
a * {
  -webkit-user-drag: none !important;
  user-drag: none;
  -webkit-user-select: none !important;
  user-select: none !important;
}

input,
textarea,
select,
[contenteditable="true"],
input *,
textarea * {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  user-select: text !important;
}


.status-box {
  background: #111;
  border: 2px solid var(--gold-glow);
  border-radius: 14px;
  color: var(--gold);
  font-family: Metropolis-Bold-italic, sans-serif;
  font-size: 10px;
  margin-block-start: 4px;
  padding: 4px 8px;
  pointer-events: none
}

.redes-top,
.status-box {
  text-decoration: none;
  text-transform: uppercase
}

.redes-top {
  color: #a0a0a0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  transition: all .3s ease
}

.redes-top:hover {
  color: var(--gold);
  text-shadow: 0 0 5px var(--gold-glow)
}

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



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

.section-title {
  border-left: 0.3rem solid var(--gold);
  color: #f8f9fa;
  font-weight: 800;
  letter-spacing: 2px;
  padding-left: 3.5rem;
  font-size: 3rem;
  font-family: 'cinzel';
}

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

.view-all:hover {
  color: var(--gold)
}

.news-card {
  backdrop-filter: blur(10px);
  background: rgba(20, 20, 30, .6);
  border: 1px solid hsla(0, 0%, 100%, .05);
  border-radius: 15px;
  display: flex;
  overflow: hidden;
  transition: .4s ease
}

.news-card:hover {
  border-color: rgba(216, 169, 99, .4);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .5);
  transform: translateY(-5px)
}

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

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

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

.news-title {
  color: var(--gold);
  font-size: 1.2rem;
  margin-bottom: 10px
}

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

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

.btn-read-more {
  border: 1px solid var(--gold);
  border-radius: 20px;
  color: var(--gold);
  font-size: .8rem;
  font-weight: 700;
  padding: 5px 15px;
  text-decoration: none;
  transition: .3s
}

.btn-read-more:hover {
  background: var(--gold);
  color: #000
}

.einfo-section {
  padding: 60px 0
}

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

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

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

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

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

.ranking-box {
  backdrop-filter: blur(5px);
  background: linear-gradient(180deg, #000, transparent);
  border-radius: 6px;
  padding: 25px
}

.ranking-header {
  border-bottom: 2px solid var(--gold);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center
}

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

.rank-item {
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, .06);
  color: #d8d8d8;
  display: flex;
  font-size: .95rem;
  justify-content: space-between;
  padding: 12px 10px;
  transition: .3s ease
}

.rank-item:hover {
  background: rgba(216, 169, 99, .07);
  transform: translateX(3px)
}

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

.player-info a {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease
}

.player-info a:hover {
  color: var(--gold-light);
  text-decoration: underline
}

.num {
  align-items: center;
  background: hsla(0, 0%, 100%, .07);
  border-radius: 50%;
  color: #999;
  display: inline-flex;
  font-size: .72rem;
  font-weight: 700;
  height: 22px;
  justify-content: center;
  margin-right: 10px;
  width: 22px
}

.rank-value {
  color: var(--gold-light);
  font-weight: 800
}

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

.t1 {
  background: rgba(216, 169, 99, .1);
  border-radius: 6px;
  font-weight: 700
}

.t1,
.t2 {
  color: #fff
}

.medal-silver {
  color: #aaa9ad
}

.t3 {
  color: #fff
}

.medal-bronze {
  color: #cd7f32
}

.rank-item.t1:hover {
  background: rgba(216, 169, 99, .2)
}

.best-title {
  font-size: 6rem;
  mix-blend-mode: overlay;
  pointer-events: none;
  position: absolute;
  top: -1rem;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000
}

.best-title,
.best-title-1 {
  font-family: Metropolis-bold, sans-serif;
  line-height: 1px
}

.best-title-1 {
  color: #000;
  font-size: 3.75rem;
  font-weight: 900
}

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

.stream-boxes {
  background: var(--gold);
  border-radius: 6px;
  margin: 4px
}

.stream-box {
  background: #111;
  border-radius: 6px;
  color: var(--gold)
}

.footer-section {
  background: #111;
  padding: 60px 0
}

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

.redes-footer:hover {
  background: var(--brown);
  color: #f8f9fa;
  outline: 1px solid var(--brown);
  text-shadow: none
}

.footer-title {
  font-family: Metropolis-bold, sans-serif;
  font-size: 3rem
}

.footer-desc,
.footer-title {
  color: #111;
  text-align: center;
  text-transform: uppercase
}

.footer-desc {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400
}

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

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

.info-main-title span {
  color: var(--gold)
}

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

.nav-label {
  color: #fff;
  font-weight: 900;
  margin-bottom: 0
}

.nav-sub {
  color: #555;
  font-size: .75rem;
  text-transform: uppercase
}

.nav-divider {
  border-color: hsla(0, 0%, 100%, .05);
  margin: 20px 0
}

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

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

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
  background: transparent !important;
  color: var(--gold)
}

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

.info-content-container {
  background: transparent;
  border-radius: 12px;
  height: 100%;
  padding: 40px
}

.content-header {
  color: #fff;
  font-weight: 900;
  margin-bottom: 5px
}

.content-sub {
  color: #666;
  font-size: .8rem
}

.content-divider {
  border-color: rgba(216, 169, 99, .2)
}

.info-row {
  border-bottom: 1px solid hsla(0, 0%, 100%, .03);
  display: flex;
  justify-content: space-between;
  padding: 18px 0
}

.info-row span {
  color: #aaa;
  font-weight: 500
}

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

.btn-ver {
  color: var(--gold);
  font-weight: 700;
  text-decoration: none
}

.maint-alert {
  background: rgba(216, 169, 99, .05);
  border-left: 4px solid var(--gold);
  border-radius: 4px;
  display: flex;
  padding: 20px
}

.maint-icon {
  color: var(--gold);
  font-size: 1.5rem;
  margin-right: 20px
}

.maint-text h6 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px
}

.maint-text p {
  color: #888;
  font-size: .85rem;
  margin: 0
}

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

.wiki-table th {
  border-bottom: 2px solid rgba(216, 169, 99, .2);
  color: var(--gold);
  font-size: .8rem;
  padding: 10px;
  text-transform: uppercase
}

.wiki-table td {
  background: hsla(0, 0%, 100%, .02);
  color: #ccc;
  font-size: .9rem;
  padding: 12px
}

.text-gold {
  color: var(--gold) !important;
  font-weight: 700
}

code {
  background: #111;
  border: 1px solid rgba(216, 169, 99, .2);
  border-radius: 4px;
  color: var(--gold);
  font-family: Courier New, Courier, monospace;
  font-size: .9rem;
  padding: 4px 10px
}

.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: var(--gold);
  border-radius: 10px
}

.text-lime {
  color: var(--gold) !important
}

.text-muted {
  color: #888 !important
}

.info-column {
  background: linear-gradient(135deg, #1a1a1a, #111);
  border-right: 1px solid hsla(0, 0%, 100%, .05)
}

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

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

.benefit-list li i {
  color: var(--gold);
  font-size: 1.2rem;
  margin-right: 15px;
  text-align: center;
  width: 25px
}

.alert.alert-danger {
  background: #2b2925 !important;
  border: none !important;
  border-left: 0.3rem solid #d8a963 !important;
  font-size: 1rem !important;
  color: #d8a963 !important;
}

.text-lime-link {
  color: var(--gold);
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
  transition: .3s
}

.text-lime-link:hover {
  color: #fff;
  text-shadow: 0 0 8px rgba(216, 169, 99, .5)
}

.stat-card {
  background: #1a1a1a;
  border: 1px solid hsla(0, 0%, 100%, .05);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: .3s
}

.stat-card:hover {
  border-color: var(--gold);
  transform: translateY(-5px)
}

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

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

.user-brief {
  padding: 10px
}

.info-nav-container .nav-link {
  align-items: center;
  display: flex;
  text-align: left
}

.profile-page-title {
  color: #fff;
  font-family: Cinzel, serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 24px
}

.profile-page-title i {
  color: var(--gold);
  margin-right: 10px
}

.profile-card {
  background: linear-gradient(145deg, #1a1a1a, #111);
  border: 1px solid rgba(216, 169, 99, .12);
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .5);
  padding: 40px
}

.profile-header {
  align-items: center;
  border-bottom: 1px solid rgba(216, 169, 99, .15);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 30px;
  padding-bottom: 30px
}

.profile-avatar {
  background: #111;
  border: 2px solid var(--gold-glow);
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(216, 169, 99, .15);
  height: 96px;
  object-fit: cover;
  width: 96px
}

.profile-guild-logo {
  align-items: center;
  display: inline-flex;
  justify-content: center
}

.profile-heading {
  flex: 1 1 auto;
  min-width: 200px
}

.profile-name {
  color: #fff;
  font-family: Cinzel, serif;
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: .5px;
  margin-bottom: 10px;
  word-break: break-word
}

.profile-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.profile-meta a {
  color: inherit
}

.profile-class {
  background: rgba(216, 169, 99, .1);
  border: 1px solid rgba(216, 169, 99, .3);
  border-radius: 20px;
  color: var(--gold-light);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 16px;
  text-transform: uppercase
}

.profile-stats-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr))
}

.profile-stats-grid .stat-card-wide {
  grid-column: 1/-1;
  text-align: left
}

.profile-stats-grid .stat-card strong {
  color: var(--gold-light);
  word-break: break-word
}

.profile-members {
  border-top: 1px solid rgba(216, 169, 99, .15);
  margin-top: 30px;
  padding-top: 30px
}

.profile-members-title {
  color: var(--gold-light);
  font-family: Cinzel, serif;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 18px;
  text-transform: uppercase
}

.profile-members-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.profile-member-chip {
  background: rgba(255, 255, 255, .04);
  border: 1px solid hsla(0, 0%, 100%, .06);
  border-radius: 20px;
  color: #d8d8d8;
  font-size: .85rem;
  padding: 7px 16px;
  transition: .2s ease
}

.profile-member-chip:hover {
  background: rgba(216, 169, 99, .08);
  border-color: var(--gold-glow)
}

.profile-member-chip a {
  color: inherit;
  text-decoration: none
}

.profile-member-chip a:hover {
  color: var(--gold-light);
  text-decoration: underline
}

@media (max-width: 576px) {
  .profile-card {
    padding: 24px
  }

  .profile-header {
    text-align: center;
    flex-direction: column
  }

  .profile-meta {
    justify-content: center
  }
}

.einfo-section,
.stream-section,
.footer-section {
  content-visibility: auto
}

.einfo-section {
  contain-intrinsic-size: 1px 900px
}

.stream-section {
  contain-intrinsic-size: 1px 480px
}

.footer-section {
  contain-intrinsic-size: 1px 260px
}

@media (max-width: 991px) {
  .best-title {
    font-size: 4rem
  }

  .best-title-1 {
    font-size: 2.6rem
  }

  .info-column {
    border-bottom: 1px solid hsla(0, 0%, 100%, .05);
    border-right: none
  }
}

@media (max-width: 767px) {
  .news-card {
    flex-direction: column
  }

  .news-image,
  .news-body {
    width: 100%
  }

  .news-image img {
    max-height: 220px
  }

  .einfo-section .card-explore .card-content-e {
    height: 220px
  }

  .best-title,
  .best-title-1 {
    position: static;
    -webkit-text-fill-color: initial;
    -webkit-text-stroke-width: 0
  }

  .best-title {
    display: none
  }

  .best-title-1 {
    color: #fff;
    font-size: 2.2rem
  }

  .ranking-box {
    margin-bottom: 16px
  }

  .footer-title {
    font-size: 1.9rem
  }

  .footer-desc {
    font-size: 15px
  }

  .info-content-container {
    padding: 24px
  }

  .p-5 {
    padding: 2rem !important
  }

  .wiki-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap
  }

}

@media (max-width: 576px) {
  .footer-title {
    font-size: 1.5rem
  }
}


.nav.flex-column.nav-pills {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
}

h5.text-white.mt-5.mb-3 {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 1.5rem;
}

/* =========================================================
   RANKINGS — más presentables
   ========================================================= */

.ranking-box {
  background: linear-gradient(180deg, rgba(255, 255, 255, .025), transparent 40%), linear-gradient(180deg, #000, transparent);
  border: 1px solid hsla(0, 0%, 100%, .05);
  border-radius: 12px;
  border-top: 3px solid rgba(216, 169, 99, .5);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .3);
  padding: 22px 24px 10px;
  transition: .3s ease;
}

.ranking-box:hover {
  border-top-color: var(--gold);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .4);
  transform: translateY(-3px);
}

.ranking-header {
  align-items: center;
  border-bottom: 1px solid rgba(216, 169, 99, .18);
  color: #fff;
  display: flex;
  font-family: Cinzel, serif;
  font-size: 1.05rem;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  letter-spacing: 2px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  text-align: center;
}

.ranking-header i {
  color: var(--gold);
  font-size: .95rem;
}

.rank-item {
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, .05);
  border-radius: 8px;
  color: #d8d8d8;
  display: flex;
  font-size: .92rem;
  justify-content: space-between;
  padding: 12px 12px;
  transition: .25s ease;
}

.rank-item:hover {
  background: rgba(216, 169, 99, .08);
  transform: translateX(4px);
}

.rank-item.t1 {
  background: linear-gradient(90deg, rgba(216, 169, 99, .14), transparent);
  border-bottom-color: transparent;
}

.rank-item.t2 {
  background: linear-gradient(90deg, rgba(200, 200, 210, .08), transparent);
  border-bottom-color: transparent;
}

.rank-item.t3 {
  background: linear-gradient(90deg, rgba(205, 127, 50, .1), transparent);
  border-bottom-color: transparent;
}

.medal-bronze,
.medal-gold,
.medal-silver {
  filter: drop-shadow(0 0 6px currentColor);
  font-size: 1.15rem;
  margin-right: 12px;
}

.rank-value {
  align-items: baseline;
  background: rgba(216, 169, 99, .1);
  border: 1px solid rgba(216, 169, 99, .25);
  border-radius: 20px;
  color: var(--gold-light);
  display: inline-flex;
  font-size: .82rem;
  font-weight: 800;
  gap: 5px;
  padding: 5px 12px;
}

.rank-value small {
  color: #8b95a5;
  font-size: .62rem;
  font-weight: 600;
  text-transform: uppercase;
}

.ranking-box--hunt .ranking-header i,
.ranking-box--hunt:hover {
  border-top-color: rgba(216, 169, 99, .5);
}

@media (max-width: 576px) {
  .ranking-box {
    margin-bottom: 16px;
    padding: 18px 16px 8px;
  }
}