/* INDIECADO — tema escuro gamer */
:root {
  --fundo: #0d0f14;
  --fundo-card: #161a23;
  --fundo-card-hover: #1d2230;
  --borda: #262c3b;
  --texto: #e8eaf0;
  --texto-suave: #9aa3b5;
  --acento: #7c5cff;
  --acento-2: #00e5a0;
  --desconto: #4fd15a;
  --desconto-fundo: #12351a;
  --chip: #232939;
  --chip-ativo: #7c5cff;
  --radius: 14px;
  font-size: 16px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }
#grade.slide { animation: subaba-slide .25s ease; }

body {
  background: var(--fundo);
  color: var(--texto);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  line-height: 1.5;
  min-height: 100vh;
}

a { color: var(--acento-2); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ---------- topo (barra unica: logo pilula + navegacao) ---------- */
.topo {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #07090d;
  border-bottom: 1px solid var(--borda);
}
.topo-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: .8rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.logo-pill {
  background: #3ce62e;
  color: #07090d;
  border-radius: 999px;
  padding: .4rem 1.1rem;
  font-size: 1.15rem;
  letter-spacing: .05em;
  white-space: nowrap;
  transition: filter .12s, transform .12s;
}
.logo-pill b { font-weight: 900; }
.logo-pill span { font-weight: 400; }
.logo-pill:hover { text-decoration: none; filter: brightness(1.1); transform: scale(1.03); }

.abas { display: flex; align-items: center; gap: .3rem; flex-wrap: wrap; }
.aba {
  background: none;
  border: none;
  color: var(--texto-suave);
  font-size: .95rem;
  font-weight: 600;
  padding: .45rem .8rem;
  border-radius: 8px;
  cursor: pointer;
  transition: color .15s, background .15s;
}
.aba:hover { color: var(--texto); background: rgba(255, 255, 255, .05); }
.aba.ativa { color: var(--texto); background: var(--chip); }
.aba-destaque { color: #3ce62e; font-weight: 700; }
.aba-destaque:hover { color: #3ce62e; }
.aba-destaque.ativa { background: rgba(60, 230, 46, .12); color: #3ce62e; }
.badge {
  background: var(--desconto);
  color: #06220b;
  border-radius: 999px;
  font-size: .75rem;
  padding: 0 .5em;
  font-weight: 800;
}
.badge:empty { display: none; }

/* ---------- filtros ---------- */
main { max-width: 1200px; margin: 0 auto; padding: 1.2rem; }

/* cabecalho da pagina de exploracao (titulo + total) */
.filtros-cabeca {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin: .8rem 0 1.1rem;
  flex-wrap: wrap;
}
.filtros-cabeca h2 { font-size: 1.7rem; }
.filtros-sub { color: var(--texto-suave); margin-top: .15rem; }
.filtros-total { font-size: 1.6rem; font-weight: 900; color: var(--acento); white-space: nowrap; }
.filtros-total small { font-size: .95rem; font-weight: 600; color: var(--texto-suave); }

.toolbar { display: flex; gap: .6rem; flex-wrap: wrap; align-items: center; }
.toolbar select {
  background: var(--fundo-card);
  border: 1px solid var(--borda);
  border-radius: 10px;
  color: var(--texto);
  padding: .6rem .7rem;
  font-size: .9rem;
}
#busca {
  flex: 1 1 220px;
  background: var(--fundo-card);
  border: 1px solid var(--borda);
  border-radius: 10px;
  color: var(--texto);
  padding: .6rem .9rem;
  font-size: .95rem;
}
#busca:focus { outline: 2px solid var(--acento); border-color: transparent; }
#ordenar {
  background: var(--fundo-card);
  border: 1px solid var(--borda);
  border-radius: 10px;
  color: var(--texto);
  padding: .6rem .7rem;
  font-size: .9rem;
}
.check-gratis {
  display: flex; align-items: center; gap: .4rem;
  color: var(--texto-suave); font-size: .9rem; cursor: pointer;
  user-select: none;
}
.temas { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .9rem; }
.filtro-rotulo { color: var(--texto-suave); font-size: .85rem; align-self: center; font-weight: 600; }
#chips-desconto .chip.ativo { background: var(--desconto); color: #06220b; }
.chip {
  background: var(--chip);
  border: 1px solid transparent;
  color: var(--texto-suave);
  border-radius: 999px;
  padding: .28rem .85rem;
  font-size: .85rem;
  cursor: pointer;
  transition: all .12s;
}
.chip:hover { color: var(--texto); border-color: var(--acento); }
.chip.ativo { background: var(--chip-ativo); color: #fff; font-weight: 600; }
.chip .n { opacity: .6; font-size: .78em; margin-left: .25em; }

.contagem { color: var(--texto-suave); font-size: .85rem; margin: 1rem 0 .6rem; }

/* ---------- aba "O que Jogar" ---------- */
#painel-oquejogar { margin: 1.5rem 0 .6rem; }
.oqj-box { max-width: 680px; margin: 0 auto; text-align: center; padding: 1rem 0 .5rem; }
.oqj-titulo { font-size: 1.35rem; line-height: 1.4; margin-bottom: 1.2rem; }
.oqj-caixa { display: flex; gap: .6rem; flex-wrap: wrap; justify-content: center; }
#oqj-pedido {
  flex: 1 1 340px;
  background: var(--fundo-card);
  border: 1px solid var(--borda);
  border-radius: 12px;
  color: var(--texto);
  padding: .9rem 1.1rem;
  font-size: 1rem;
}
#oqj-pedido:focus { outline: 2px solid var(--acento); border-color: transparent; }
#oqj-buscar { padding: .9rem 1.8rem; font-size: .95rem; cursor: pointer; border: none; font-family: inherit; }

/* ---------- sobre ---------- */
.sobre-box {
  display: grid;
  grid-template-columns: minmax(180px, 260px) 1fr;
  gap: 2rem;
  align-items: start;
  max-width: 860px;
  margin: 1.6rem auto 0;
}
.sobre-foto {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--borda);
}
.sobre-texto h2 { font-size: 1.6rem; margin-bottom: .8rem; }
.sobre-texto p { color: var(--texto); line-height: 1.65; margin-bottom: .8rem; max-width: 55ch; }
.sobre-canais { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: .4rem; }
.sobre-canais .botao { flex: 0 1 auto; padding: .6rem 1.1rem; }
@media (max-width: 640px) {
  .sobre-box { grid-template-columns: 1fr; text-align: center; }
  .sobre-foto { max-width: 220px; margin: 0 auto; }
  .sobre-canais { justify-content: center; }
}

/* timer do fim do desconto (substitui o preco riscado) */
.preco-timer {
  color: #ffa94d;
  font-size: .82rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.preco-grande .preco-timer { font-size: 1rem; }

/* ---------- busca da home (populares) ---------- */
#home-busca {
  display: flex;
  align-items: center;
  gap: .9rem;
  flex-wrap: wrap;
  margin: 1.1rem 0 .4rem;
}
#busca-home {
  flex: 1 1 260px;
  max-width: 420px;
  background: var(--fundo-card);
  border: 1px solid var(--borda);
  border-radius: 10px;
  color: var(--texto);
  padding: .6rem .9rem;
  font-size: .95rem;
}
#busca-home:focus { outline: 2px solid var(--acento); border-color: transparent; }
.populares { display: flex; align-items: center; gap: .45rem; flex-wrap: wrap; }

/* ---------- series curadas ---------- */
.card-serie .capa { aspect-ratio: 460 / 215; }
.serie-veu {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 9, 13, .1) 30%, rgba(7, 9, 13, .88) 95%);
}
.serie-info {
  position: absolute;
  left: .9rem;
  right: .9rem;
  bottom: .7rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .5rem;
}
.serie-info h3 { font-size: 1.15rem; text-shadow: 0 2px 8px rgba(0, 0, 0, .7); }
.serie-info span { color: var(--acento-2); font-weight: 700; font-size: .85rem; white-space: nowrap; }
.serie-desc { margin: -.4rem 0 .9rem; }

/* ---------- banner de destaque ---------- */
#hero {
  position: relative;
  border-radius: var(--radius);
  border: 1px solid var(--borda);
  overflow: hidden;
  margin-bottom: 1.4rem;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
}
#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 15, 20, .05) 20%, rgba(13, 15, 20, .92) 85%),
              linear-gradient(90deg, rgba(13, 15, 20, .55), transparent 55%);
}
.hero-conteudo { position: relative; padding: 1.6rem 1.8rem; max-width: 640px; }
.hero-label {
  color: var(--acento-2);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: .45rem;
}
.hero-titulo { font-size: 2rem; line-height: 1.15; margin-bottom: .55rem; text-shadow: 0 2px 12px rgba(0, 0, 0, .6); }
.hero-conteudo .card-temas { margin-bottom: .3rem; }
.hero-acoes { display: flex; gap: .6rem; margin-top: .8rem; }
.hero-acoes .botao { flex: 0 1 auto; padding: .6rem 1.4rem; }
.hero-conteudo.slide { animation: subaba-slide .3s ease; }
#hero { transition: background-image .3s ease; }
.hero-dots {
  position: absolute;
  bottom: 1.1rem;
  right: 1.4rem;
  display: flex;
  gap: .45rem;
  z-index: 2;
}
.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, .35);
  cursor: pointer;
  padding: 0;
  transition: background .2s, width .2s;
}
.hero-dot:hover { background: rgba(255, 255, 255, .6); }
.hero-dot.ativa { background: var(--acento-2); width: 24px; }

/* ---------- secoes da visao padrao ---------- */
#grade.com-secoes { display: block; }
.secao + .secao { margin-top: 2rem; }
.secao-titulo { font-size: 1.25rem; margin-bottom: .9rem; }
.secao-n { color: var(--texto-suave); font-size: .85rem; font-weight: 600; margin-left: .3rem; }
.secao-grade {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
}

@media (max-width: 520px) {
  #hero { min-height: 240px; }
  .hero-titulo { font-size: 1.4rem; }
}

/* ---------- grade de cards ---------- */
.grade {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
}
.card {
  background: var(--fundo-card);
  border: 1px solid var(--borda);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .15s, border-color .15s, background .15s;
  /* cards fora da tela nao pagam custo de render (Core Web Vitals) */
  content-visibility: auto;
  contain-intrinsic-size: auto 380px;
}
.card:hover { transform: translateY(-3px); border-color: var(--acento); background: var(--fundo-card-hover); }
.capa { position: relative; aspect-ratio: 460 / 215; background: #10131b; }
.capa img { width: 100%; height: 100%; object-fit: cover; display: block; }
.capa-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #1c1636, #0f2430);
  color: var(--texto-suave);
  font-weight: 700; font-size: 1.05rem; text-align: center; padding: .8rem;
}
.selo-desconto {
  position: absolute; top: .55rem; right: .55rem;
  background: var(--desconto); color: #06220b;
  font-weight: 900; font-size: .95rem;
  border-radius: 8px; padding: .15rem .5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .45);
}
.selo-gratis {
  position: absolute; top: .55rem; left: .55rem;
  background: var(--acento-2); color: #04281c;
  font-weight: 800; font-size: .78rem;
  border-radius: 8px; padding: .12rem .5rem;
}
.selo-embreve {
  position: absolute; top: .55rem; right: .55rem;
  background: var(--acento); color: #fff;
  font-weight: 800; font-size: .78rem;
  border-radius: 8px; padding: .12rem .5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .45);
}
.selo-disponivel {
  position: absolute; top: .55rem; right: .55rem;
  background: #2563eb; color: #fff;
  font-weight: 800; font-size: .78rem;
  border-radius: 8px; padding: .12rem .5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .45);
}
.card-corpo { padding: .85rem .95rem 1rem; display: flex; flex-direction: column; gap: .55rem; flex: 1; }
.card-titulo { font-size: 1.02rem; font-weight: 700; line-height: 1.25; }
.card-temas { display: flex; flex-wrap: wrap; gap: .3rem; }
.tag {
  background: var(--chip); color: var(--texto-suave);
  font-size: .72rem; border-radius: 999px; padding: .1rem .55rem;
}
.card-preco { display: flex; align-items: baseline; gap: .5rem; margin-top: auto; }
.preco-original { color: var(--texto-suave); text-decoration: line-through; font-size: .82rem; }
.preco-final { font-weight: 800; font-size: 1.05rem; color: var(--desconto); }
.preco-normal { font-weight: 700; font-size: 1rem; }
.preco-indef { color: var(--texto-suave); font-size: .88rem; }
.card-meta { color: var(--texto-suave); font-size: .78rem; }
.card-acoes { display: flex; gap: .5rem; margin-top: .2rem; }
.botao {
  flex: 1; text-align: center;
  border-radius: 9px; padding: .5rem .4rem;
  font-size: .86rem; font-weight: 700;
  border: 1px solid var(--borda);
  color: var(--texto);
  transition: all .12s;
}
.botao:hover { text-decoration: none; }
.botao-reel { background: linear-gradient(90deg, #7c5cff, #a24bff); border: none; color: #fff; }
.botao-reel:hover { filter: brightness(1.15); }
.botao-steam { background: #1b2838; }
.botao-steam:hover { border-color: var(--acento-2); }

/* ---------- resenhas ---------- */
a.card-resenha { color: inherit; display: flex; }
a.card-resenha:hover { text-decoration: none; }
.card-resenha .thumb { position: relative; aspect-ratio: 16 / 9; background: #10131b; }
.card-resenha .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.card-resenha .duracao {
  position: absolute;
  bottom: .5rem;
  right: .5rem;
  background: rgba(0, 0, 0, .82);
  color: #fff;
  font-size: .74rem;
  font-weight: 700;
  border-radius: 6px;
  padding: .1rem .4rem;
}
.card-resenha .card-meta { color: var(--acento-2); font-weight: 600; }

/* ---------- de olho ---------- */
.card-deolho .hook {
  font-style: italic;
  color: var(--texto);
  border-left: 3px solid var(--acento);
  padding-left: .7rem;
  font-size: .92rem;
}
.card-deolho .status { color: var(--acento-2); font-size: .8rem; font-weight: 600; }

.vazio { text-align: center; color: var(--texto-suave); padding: 3rem 1rem; font-size: 1.05rem; }

/* veja tambem (pagina do jogo) */
.veja-tambem { margin-top: 2.2rem; border-top: 1px solid var(--borda); padding-top: 1.4rem; }
.veja-tambem h2 { margin-bottom: 1rem; }
.oculto { display: none !important; }

/* botao "ver mais/todos" (render em lotes) */
.ver-mais {
  display: block;
  margin: 1.1rem auto 0;
  background: var(--chip);
  border: 1px solid var(--borda);
  color: var(--texto);
  font-weight: 700;
  font-size: .92rem;
  border-radius: 999px;
  padding: .6rem 1.6rem;
  cursor: pointer;
  transition: border-color .12s;
}
.ver-mais:hover { border-color: var(--acento); }
#grade:not(.com-secoes) .ver-mais { grid-column: 1 / -1; }

/* foco visivel pra navegacao por teclado */
:focus-visible {
  outline: 2px solid var(--acento-2);
  outline-offset: 2px;
  border-radius: 6px;
}

/* ---------- pagina de detalhe (saiba mais) ---------- */
.card-clicavel { cursor: pointer; }
.saiba-mais { color: var(--acento-2); font-weight: 600; }
.voltar {
  display: inline-block;
  color: var(--texto-suave);
  font-weight: 600;
  margin: .4rem 0 1rem;
}
.voltar:hover { color: var(--texto); text-decoration: none; }
.carregando { color: var(--texto-suave); padding: 2rem 0; }
.detalhe-topo {
  display: grid;
  grid-template-columns: minmax(0, 460px) 1fr;
  gap: 1.6rem;
  align-items: start;
  margin-bottom: 1.6rem;
}
.capa-col { display: flex; flex-direction: column; gap: .9rem; }
.detalhe-capa {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--borda);
}
.detalhe-info h1 { font-size: 1.7rem; line-height: 1.2; margin-bottom: .6rem; }
.detalhe-info .card-temas { margin-bottom: .8rem; }
.preco-grande { margin: .4rem 0 1rem; }
.preco-grande .preco-final, .preco-grande .preco-normal { font-size: 1.5rem; }
.preco-grande .preco-original { font-size: 1rem; }
.selo-inline { position: static; margin-right: .3rem; }
/* botoes da pagina do jogo SEMPRE numa linha so (Sobre | Trailer | Gameplay | Steam);
   a fileira pode passar da largura da capa — o espaco a direita e livre */
.detalhe-acoes { display: flex; flex-wrap: nowrap; gap: .5rem; width: max-content; max-width: none; }
.detalhe-acoes .botao { flex: 0 0 auto; padding: .6rem .95rem; font-size: .85rem; white-space: nowrap; }
.detalhe-meta { display: flex; flex-direction: column; gap: .3rem; }
/* ficha em duas colunas (layout do mockup) */
.meta-2col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .35rem 1.6rem;
}
.meta-linha { display: flex; gap: .6rem; font-size: .9rem; min-width: 0; align-items: baseline; }
.meta-chave { color: var(--texto-suave); min-width: 7.5rem; font-weight: 600; flex-shrink: 0; }
/* valor sempre em 1 linha; se passar, corta com reticencias (nao quebra a grade) */
.meta-linha span:last-child {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* corpo: video a esquerda, legenda + sobre a direita */
.detalhe-corpo {
  display: grid;
  grid-template-columns: minmax(240px, 340px) 1fr;
  gap: 1.4rem;
  align-items: start;
  margin-top: 1.6rem;
}
.detalhe-corpo.sem-video { grid-template-columns: 1fr; max-width: 860px; }
.detalhe-corpo.video-largo { grid-template-columns: 1fr; }
.detalhe-corpo.video-largo .video-col { max-width: 720px; }
.video-col .yt-vertical { max-width: 100%; }
.conteudo-col { display: flex; flex-direction: column; gap: 1rem; min-width: 0; }
.conteudo-col .legenda-reel { margin-bottom: 0; max-width: none; }
.card-sobre {
  background: linear-gradient(135deg, rgba(124, 92, 255, .12), rgba(0, 229, 160, .06)),
              var(--fundo-card);
  border: 1px solid var(--borda);
  border-left: 3px solid var(--acento);
  border-radius: var(--radius);
  padding: 1rem 1.2rem;
}
.card-sobre p { font-size: 1rem; line-height: 1.6; }
.legenda-quando { color: var(--texto-suave); font-weight: 600; }
.steam-widget {
  width: 100%;
  height: 192px;
  border: 1px solid var(--borda);
  border-radius: var(--radius);
  background: #1b2838;
}
#detalhe h2 { font-size: 1.15rem; margin: 1.8rem 0 .8rem; }
.trailer-wrap { position: relative; max-width: 860px; }
.trailer {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--borda);
  background: #000;
  display: block;
}
.trailer-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: none;
  background: rgba(124, 92, 255, .92);
  color: #fff;
  font-size: 1.9rem;
  padding-left: 6px;
  cursor: pointer;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .5);
  transition: transform .12s, filter .12s;
}
.trailer-play:hover { transform: scale(1.08); filter: brightness(1.1); }
.galeria {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* coluna ao lado do trailer */
  gap: .7rem;
}
.trailer-wrap { max-width: none; }
.galeria img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--borda);
  transition: transform .15s, border-color .15s;
}
.galeria a:hover img { transform: scale(1.03); border-color: var(--acento); }
.legenda-reel {
  background: var(--fundo-card);
  border: 1px solid var(--borda);
  border-left: 3px solid var(--acento);
  border-radius: var(--radius);
  padding: 1rem 1.2rem;
  margin-bottom: .8rem;
  max-width: 860px;
}
.legenda-data { color: var(--texto-suave); font-size: .82rem; font-weight: 700; margin-bottom: .5rem; }
.legenda-reel p { font-size: .95rem; margin-bottom: .6rem; }
.legenda-reel a { font-size: .88rem; font-weight: 600; }
.descricao { max-width: 860px; color: var(--texto); }

/* meu video do YouTube embutido + legenda ao lado */
.yt-embed { border: 1px solid var(--borda); border-radius: var(--radius); background: #000; display: block; }
.yt-vertical { aspect-ratio: 9 / 16; width: 100%; max-width: 320px; }
.yt-horizontal { aspect-ratio: 16 / 9; width: 100%; grid-column: 1 / -1; max-width: 720px; }
.botao-yt { background: #b3161b; border: none; color: #fff; }
.botao-yt:hover { filter: brightness(1.15); }
/* sub-aba Gameplay (videos longos do canal Tayan Lives) — layout espelha a de
   midia: player do tamanho do trailer a esquerda, episodios da serie ao lado */
.gameplay-corpo { max-width: 860px; margin: 0 auto; }
.gameplay-corpo.com-eps {
  max-width: none;
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 1.4rem;
  align-items: start;
}
.gameplay-embed { aspect-ratio: 16 / 9; width: 100%; }
.gameplay-nota { color: var(--texto-suave); font-size: .88rem; margin-top: .7rem; }
.gameplay-corpo:not(.com-eps) .gameplay-nota { text-align: center; }
.gameplay-nota a { color: var(--acento-2); text-decoration: none; }
.gameplay-nota a:hover { text-decoration: underline; }
.gameplay-eps h2, .gameplay-player h2 { font-size: 1.05rem; margin-bottom: .7rem; }
.eps-lista { display: flex; flex-direction: column; gap: .55rem; max-height: 540px; overflow-y: auto; padding-right: .3rem; }
.ep-item {
  display: flex; gap: .65rem; align-items: center; text-align: left;
  background: var(--fundo-card); border: 1px solid var(--borda); border-radius: var(--radius);
  padding: .45rem .55rem; cursor: pointer; color: var(--texto); font-family: inherit;
}
.ep-item:hover { border-color: var(--acento); }
.ep-item.ativa { border-color: var(--acento); background: rgba(124, 92, 255, .14); }
.ep-item img { width: 118px; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 8px; flex: 0 0 auto; }
.ep-item .ep-num { color: var(--acento-2); font-size: .72rem; font-weight: 700; display: block; margin-bottom: .15rem; }
.ep-item .ep-titulo { font-size: .82rem; line-height: 1.3; }

/* banner de evento de desconto da Steam (aba Desconto) */
.evento-banner {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.4rem;
  background: linear-gradient(120deg, rgba(124, 92, 255, .22), rgba(0, 229, 160, .10)), var(--fundo-card);
  border: 1px solid var(--acento);
  border-radius: var(--radius);
  padding: 1.3rem 1.5rem;
  margin-bottom: .4rem;
}
.evento-rotulo { color: var(--acento-2); font-size: .78rem; font-weight: 700; letter-spacing: .08em; margin-bottom: .35rem; }
.evento-banner h2 { font-size: 1.5rem; margin-bottom: .5rem; }
.evento-dica { color: var(--texto); font-size: .95rem; line-height: 1.55; max-width: 56ch; margin-bottom: .7rem; }
.evento-timer { color: var(--texto-suave); font-size: .9rem; }
.escolhas-titulo { font-size: .85rem; font-weight: 700; margin-bottom: .6rem; color: var(--texto-suave); }
.evento-escolhas .escolha {
  display: flex; align-items: center; gap: .6rem; text-decoration: none; color: var(--texto);
  background: rgba(0, 0, 0, .25); border: 1px solid var(--borda); border-radius: 10px;
  padding: .4rem .55rem; margin-bottom: .5rem;
}
.evento-escolhas .escolha:hover { border-color: var(--acento-2); }
.evento-escolhas .escolha img { width: 92px; aspect-ratio: 460 / 215; object-fit: cover; border-radius: 6px; flex: 0 0 auto; }
.evento-escolhas .escolha .esc-nome { font-size: .85rem; font-weight: 600; line-height: 1.25; }
.evento-escolhas .escolha .selo-desconto { margin-left: auto; flex: 0 0 auto; }
/* sub-abas da pagina do jogo (Sobre | Trailer & Fotos) */
.botao-subaba { background: var(--chip); cursor: pointer; font-family: inherit; font-size: .86rem; color: var(--texto); }
.botao-subaba:hover { border-color: var(--acento); }
.botao-subaba.ativa { background: var(--acento); border-color: var(--acento); color: #fff; }
.subaba-conteudo.slide { animation: subaba-slide .28s ease; }
@keyframes subaba-slide {
  from { opacity: 0; transform: translateX(26px); }
  to { opacity: 1; transform: none; }
}
/* aba de midia: trailer a esquerda, screenshots em 2 colunas a direita */
.midia-corpo {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: 1.6rem;
  align-items: start;
  margin-top: 1.6rem;
}
.midia-corpo h2 { margin: 0 0 .8rem; }
.midia-corpo:not(:has(.midia-shots)), .midia-corpo:not(:has(.midia-trailer)) { grid-template-columns: 1fr; }
@media (max-width: 900px) {
  .midia-corpo { grid-template-columns: 1fr; }
}

/* parecer do Tayan (gerado pela skill /parecer-site) */
.parecer {
  background: linear-gradient(135deg, rgba(124, 92, 255, .12), rgba(0, 229, 160, .06)),
              var(--fundo-card);
  border: 1px solid var(--borda);
  border-left: 3px solid var(--acento-2);
  border-radius: var(--radius);
  padding: 1.1rem 1.3rem;
  max-width: 860px;
}
.parecer p { font-size: 1.02rem; line-height: 1.6; margin-bottom: .6rem; }
.parecer a { font-size: .88rem; font-weight: 600; }

@media (max-width: 720px) {
  .detalhe-topo { grid-template-columns: 1fr; }
  .detalhe-corpo { grid-template-columns: 1fr; }
  .meta-2col { grid-template-columns: 1fr; }
  .detalhe-acoes { flex-wrap: wrap; width: auto; } /* celular: pode quebrar linha */
  .gameplay-corpo.com-eps { grid-template-columns: 1fr; }
  .evento-banner { grid-template-columns: 1fr; }
}

/* ---------- pop-up do reel ---------- */
#reel-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(5, 6, 10, .94);
  display: flex;
  align-items: center;
  justify-content: center;
}
.reel-box { position: relative; display: flex; flex-direction: column; align-items: center; gap: .7rem; }
#reel-iframe {
  width: min(400px, 92vw);
  height: min(82vh, 712px);
  border: none;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 48px rgba(0, 0, 0, .8);
}
.reel-fechar { position: absolute; top: -14px; right: -60px; }
#reel-link { font-weight: 700; font-size: .9rem; }
@media (max-width: 560px) {
  .reel-fechar { top: -56px; right: 0; }
}

/* ---------- lightbox das screenshots ---------- */
#lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(5, 6, 10, .94);
  display: flex;
  align-items: center;
  justify-content: center;
}
#lb-img {
  max-width: 92vw;
  max-height: 88vh;
  border-radius: 10px;
  box-shadow: 0 8px 48px rgba(0, 0, 0, .8);
  cursor: e-resize;
}
.lb-btn {
  position: absolute;
  background: rgba(35, 41, 57, .85);
  border: 1px solid var(--borda);
  color: var(--texto);
  border-radius: 50%;
  width: 52px;
  height: 52px;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .12s, border-color .12s;
}
.lb-btn:hover { border-color: var(--acento); background: rgba(35, 41, 57, 1); }
.lb-fechar { top: 1rem; right: 1rem; font-size: 1.1rem; }
.lb-ant { left: 1rem; top: 50%; transform: translateY(-50%); }
.lb-prox { right: 1rem; top: 50%; transform: translateY(-50%); }
.lb-contador {
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--texto-suave);
  font-size: .9rem;
  font-weight: 700;
  background: rgba(5, 6, 10, .7);
  padding: .2rem .8rem;
  border-radius: 999px;
}
@media (max-width: 520px) {
  .lb-btn { width: 42px; height: 42px; }
}

/* ---------- rodapé ---------- */
.rodape {
  border-top: 1px solid var(--borda);
  margin-top: 3rem;
  color: var(--texto-suave);
  font-size: .88rem;
}
.rodape-colunas {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.2rem 1.2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}
.rodape-col h4 {
  color: var(--texto);
  font-size: .95rem;
  margin-bottom: .8rem;
}
.rodape-col p { line-height: 1.55; max-width: 30ch; }
.rodape-col p + p { margin-top: .5rem; }
.logo-rodape {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: .06em;
  display: inline-block;
  margin-bottom: .6rem;
  background: linear-gradient(90deg, var(--acento), #3ce62e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.rodape-aba {
  display: block;
  color: var(--texto-suave);
  padding: .22rem 0;
  transition: color .12s;
}
.rodape-aba:hover { color: var(--acento-2); text-decoration: none; }
.rodape-sociais { display: flex; gap: 1rem; }
.rodape-sociais a {
  color: var(--texto-suave);
  display: flex;
  align-items: center;
  transition: color .12s, transform .12s;
}
.rodape-sociais a:hover { color: var(--acento-2); transform: translateY(-2px); }
.rodape-base {
  border-top: 1px solid var(--borda);
  text-align: center;
  padding: 1.1rem 1.2rem;
  font-size: .82rem;
}

@media (max-width: 520px) {
  .topo-inner { justify-content: center; }
  .abas { justify-content: center; }
  .aba { white-space: nowrap; padding: .4rem .55rem; font-size: .88rem; }
}
