:root {
  /* General and dark mode. */
}

:root[data-theme=default] {
  /* Only applied if theme is selected. */
}

:root[data-mode=light] {
  /* Only applied in light mode. */
}

:root[data-mode=light][data-theme=default] {
  /* Only applied in light mode and if theme is selected. */
}

/* =========================================================
   Fictioneer Child — Base (SEGURA)
========================================================= */

/* Não mexer em :root global do Fictioneer */

/* =========================================================
   STORY — Área central de leitura
========================================================= */

.main.story .story__article {
  background: rgba(255,255,255,0.03);
  padding: 2rem;
  border-radius: 12px;
}

/* Tipografia da story */
.main.story .story__article p {
  font-size: 1rem;
  line-height: 1.7;
}

/* Centralização confortável do texto */
.main.story .story__summary,
.main.story .mystic-tabs__content {
  max-width: 68ch;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
   BOTÕES PADRÃO DO FICTIONEER (NÃO QUEBRAR)
========================================================= */

/* Garantia de que ações e capítulos mantenham estilo */
.main.story button,
.main.story .button,
.main.story .btn {
  border-radius: 6px;
}

/* =========================================================
   MYSTIC DETAILS (aba Detalhes)
========================================================= */

.mystic-details {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  display: grid;
  row-gap: 0.75rem;
}

.mystic-details li {
  display: grid;
  grid-template-columns: 220px 1fr;
  column-gap: 1.2rem;
}

.mystic-details li strong {
  font-weight: 600;
  opacity: 0.85;
}
