/* =======================================
   ⚡ THUNDEROT WIKI – PALETTE EDITION ⚡
   Paleta oficial do servidor:
   #3A3EFC (Roxo elétrico)
   #020336 (Preto profundo)
   #FCD028 (Amarelo raio)
   #D5B23A (Dourado)
   ======================================= */

/* --- FUNDO GERAL --- */
.md-main {
  background: radial-gradient(circle at top, #080a20 0%, #020336 75%);
}

/* --- MENU LATERAL --- */
.md-sidebar--primary {
  background: #020336;
  border-right: 1px solid #0f1236;
}

/* Título THUNDEROT WIKI */
.md-nav--primary .md-nav__title {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #3A3EFC;
  padding-top: 1rem;
  padding-bottom: .4rem;
}

/* Links do menu */
.md-nav--primary .md-nav__list > .md-nav__item > .md-nav__link {
  font-size: .92rem;
  color: #FCD028;
  padding: .35rem 0;
  font-weight: 500;
}

/* Hover */
.md-nav--primary .md-nav__list > .md-nav__item > .md-nav__link:hover {
  color: white !important;
}

/* Item ativo */
.md-nav--primary .md-nav__link--active {
  color: #FCD028 !important;
  font-weight: 700;
}

/* --- SETA ÚNICA NOS SUBMENUS --- */

/* Remove seta original */
.md-nav__item--nested > .md-nav__link .md-nav__icon {
  display: none !important;
}

/* Cria seta ThunderOT */
.md-nav__item--nested > .md-nav__link::after {
  content: "›";
  margin-left: auto;
  color: #D5B23A;
  opacity: .65;
}

/* --- HEADER --- */
.md-header {
  background: linear-gradient(90deg, #020336, #3A3EFC 55%, #020336);
  box-shadow: 0 0 18px rgba(0, 0, 0, .6);
}

/* LOGO */
.md-header__button.md-logo img {
  height: 26px !important;
  margin-right: -6px !important;
  width: auto !important;
}

/* --- CONTEÚDO --- */
.md-content {
  background: #0b0e28dd;
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
}

.md-typeset h1 {
  color: #ffffff;
  font-weight: 700;
}

/* LINKS */
.md-typeset a {
  color: #FCD028 !important;
  font-weight: 600;
}

.md-typeset a:hover {
  color: #D5B23A !important;
}
