/* =========================================================
   ELITE SP ROLEPLAY — Guias em texto (artigo + índice lateral)
   Mesmo vocabulário da aba de guias (elite-player.css): grafite,
   vermelho da marca, Anton/Oswald nos títulos, Inter no corpo.
   ========================================================= */

.ga { color: #d9c9ca; font: 400 clamp(.98rem, 1.5vw, 1.06rem)/1.7 var(--font-body, 'Inter', sans-serif); }
.ga__cover { position: relative; border: 1px solid rgba(255,75,88,.3); border-radius: 20px; overflow: hidden; background: #000; box-shadow: 0 30px 80px rgba(0,0,0,.6), 0 0 46px rgba(255,32,48,.1); aspect-ratio: 16 / 7; }
.ga__cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ga__cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(12,8,9,.85) 100%); }
.ga__cover-tag { position: absolute; left: 18px; bottom: 16px; z-index: 1; padding: 6px 12px; border-radius: 999px; background: rgba(255,46,46,.18); border: 1px solid rgba(255,75,88,.5); color: #fff; font: 700 .68rem/1 var(--font-head, 'Oswald', sans-serif); letter-spacing: .14em; text-transform: uppercase; }

.ga__body { margin-top: 26px; }
.ga__sec { padding: 26px 0; border-top: 1px solid rgba(255,255,255,.07); scroll-margin-top: calc(var(--header-h, 86px) + 18px); }
.ga__sec:first-child { border-top: 0; padding-top: 6px; }
.ga__sec h2 { color: #fff; font: 400 clamp(1.5rem, 3.4vw, 2.1rem)/1.05 var(--font-display, 'Anton', sans-serif); letter-spacing: .01em; text-transform: uppercase; margin: 0 0 14px; }
.ga__sec h3 { color: #ff8a94; font: 600 .82rem/1.2 var(--font-head, 'Oswald', sans-serif); letter-spacing: .14em; text-transform: uppercase; margin: 22px 0 8px; }
.ga__sec p { max-width: 68ch; margin: 0 0 12px; }
.ga__sec b, .ga__sec strong { color: #fff; font-weight: 600; }
.ga__sec ul, .ga__sec ol { max-width: 68ch; margin: 0 0 12px; padding-left: 22px; list-style: revert; }
.ga__sec li { margin: 0 0 7px; padding-left: 2px; }
.ga__sec ul li::marker { color: #ff6b78; }
.ga__sec ol li::marker { color: #ff6b78; font-weight: 700; }

/* passos do caminho */
.ga__steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; padding: 0 !important; margin: 0 0 18px !important; list-style: none !important; max-width: none !important; counter-reset: passo; }
.ga__steps li { position: relative; margin: 0; padding: 14px 14px 12px 14px; border: 1px solid rgba(255,255,255,.09); border-top: 3px solid #ff2e2e; border-radius: 14px; background: linear-gradient(170deg, rgba(22,13,15,.92), rgba(10,7,8,.92)); counter-increment: passo; }
.ga__steps li::before { content: counter(passo, decimal-leading-zero); display: block; color: #8a787a; font: 700 .64rem/1 var(--font-head, 'Oswald', sans-serif); letter-spacing: .14em; margin-bottom: 6px; }
.ga__steps b { display: block; color: #fff; font: 400 1.15rem/1 var(--font-display, 'Anton', sans-serif); letter-spacing: .02em; text-transform: uppercase; }
.ga__steps span { display: block; margin-top: 5px; color: #b8a5a7; font-size: .82rem; line-height: 1.45; }

/* caixas */
.ga__tip, .ga__warn { max-width: 72ch; margin: 14px 0; padding: 11px 14px; border-radius: 12px; border: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.035); font-size: .95rem; }
.ga__tip { border-left: 4px solid #2fb968; }
.ga__warn { border-left: 4px solid #f5a524; }
.ga__tip b, .ga__warn b { display: inline-block; margin-right: 8px; font: 700 .7rem/1 var(--font-head, 'Oswald', sans-serif); letter-spacing: .14em; text-transform: uppercase; }
.ga__tip b { color: #2fb968; }
.ga__warn b { color: #f5a524; }

/* tabelas */
.ga__tw { overflow-x: auto; margin: 0 0 14px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; }
.ga__tw table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.ga__tw th { text-align: left; padding: 10px 12px; color: #ff8a94; font: 700 .66rem/1.2 var(--font-head, 'Oswald', sans-serif); letter-spacing: .14em; text-transform: uppercase; background: rgba(255,46,46,.08); border-bottom: 1px solid rgba(255,255,255,.09); }
.ga__tw td { padding: 10px 12px; vertical-align: top; border-bottom: 1px solid rgba(255,255,255,.06); }
.ga__tw tr:last-child td { border-bottom: 0; }

/* dúvidas */
.ga__faq { max-width: 68ch; margin: 0; }
.ga__faq dt { color: #fff; font-weight: 600; margin-top: 14px; }
.ga__faq dd { margin: 4px 0 0; color: #b8a5a7; }

/* índice lateral (reusa .tut__chapter) */
.ga__toc .tut__chapter b { min-width: 26px; }
.ga__toc .tut__chapter.is-active { background: rgba(255,46,61,.15); color: #fff; }

/* rodapé do artigo */
.ga__end { margin-top: 26px; padding: 16px 18px; border: 1px dashed rgba(255,75,88,.4); border-radius: 14px; color: #b8a5a7; font-size: .92rem; }
.ga__end b { color: #fff; }

/* selo "leitura" nos cards da biblioteca */
.gcard__hd--txt { background: rgba(47,185,104,.18) !important; border-color: rgba(47,185,104,.5) !important; color: #7ff0a8 !important; }

@media (max-width: 720px) {
  .ga__steps { grid-template-columns: 1fr 1fr; }
  .ga__cover { aspect-ratio: 16 / 9; }
}
@media (max-width: 480px) {
  .ga__steps { grid-template-columns: 1fr; }
}
