/* -----------------------------------------------------------
  Cores
-----------------------------------------------------------*/
[data-md-color-primary="custom"] { --md-primary-fg-color: #ff9100; }
[data-md-color-accent="custom"] { --md-accent-fg-color: #ff9100; }

/* 2. LÓGICA DE EXIBIÇÃO POR POSIÇÃO (ZERO FLICKER - DEFINITIVO) */
/* Ordem: 1:Home | 2:About | 3:Documentation | 4:Get Started | 5:Addon | 6:In-Game */

/* -----------------------------------------------------------
  ESCONDE TODAS AS ABAS
-----------------------------------------------------------*/

/* .md-tabs__item:nth-child(2),
.md-tabs__item:nth-child(3),
.md-tabs__item:nth-child(4),
.md-tabs__item:nth-child(5),
.md-tabs__item:nth-child(6) {
    display: none !important;
} */

/* -----------------------------------------------------------
  Habilita o about e documentation
----------------------------------------------------------- */
/* body:has(.md-tabs__item:is(:nth-child(1), :nth-child(2)) .md-tabs__link--active) .md-tabs__item:is(:nth-child(2), :nth-child(3)) {
  display: inline-block !important;
} */

/* -----------------------------------------------------------
  Paginas da documentation
----------------------------------------------------------- */
/* body:has(.md-tabs__item:is(:nth-child(3), :nth-child(4), :nth-child(5), :nth-child(6)) .md-tabs__link--active) .md-tabs__item:is(:nth-child(4), :nth-child(5), :nth-child(6)) {
  display: inline-block !important;
} */

/* -----------------------------------------------------------
  Fallback modo doc
----------------------------------------------------------- */
/* html:not(.doc-mode) body:not(:has(.md-tabs__link--active)) .md-tabs__item:is(:nth-child(2), :nth-child(3)) {
  display: inline-block !important;
}
html.doc-mode body:not(:has(.md-tabs__link--active)) .md-tabs__item:is(:nth-child(4), :nth-child(5), :nth-child(6)) {
    display: inline-block !important;
}*/