/* Páginas legais (privacidade, termos): HTML puro, sem o runtime da home */
@font-face { font-family: 'Sora'; font-style: normal; font-weight: 400 800; font-display: swap; src: url('fontes/sora-latin.woff2') format('woff2'); }

html { scroll-behavior: smooth; }
body { margin: 0; background: #0B0B22; color: #fff; font-family: 'Sora', sans-serif; line-height: 1.7; }
a { color: #FF5CAD; text-underline-offset: 3px; }
a:hover { color: #fff; }
:focus-visible { outline: 3px solid #FF5CAD; outline-offset: 3px; }

.pular-conteudo { position: fixed; left: 16px; top: -80px; z-index: 10; background: #fff; color: #10124E; font-weight: 700; padding: 12px 20px; border-radius: 999px; text-decoration: none; }
.pular-conteudo:focus { top: 16px; color: #10124E; }

.topo { border-bottom: 1px solid rgba(255,255,255,0.08); }
.topo > div { max-width: 820px; margin: 0 auto; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.topo img { height: 40px; width: auto; display: block; }
.topo nav { display: flex; gap: 20px; font-size: 14px; }
.topo nav a { color: rgba(255,255,255,0.8); text-decoration: none; }
.topo nav a[aria-current="page"] { color: #FF5CAD; font-weight: 700; }

main { max-width: 820px; margin: 0 auto; padding: 56px 24px 72px; }
.sobretitulo { font-size: 13px; font-weight: 700; letter-spacing: 3px; color: #FF5CAD; margin: 0; }
h1 { font-size: clamp(32px, 5vw, 46px); line-height: 1.1; letter-spacing: -1px; margin: 14px 0 8px; }
.atualizado { color: rgba(255,255,255,0.65); font-size: 14px; margin: 0 0 40px; }
h2 { font-size: 22px; line-height: 1.3; margin: 44px 0 12px; }
p, li { color: rgba(255,255,255,0.85); font-size: 16px; }
ul { padding-left: 22px; }
li { margin: 6px 0; }
strong { color: #fff; }

.tabela { overflow-x: auto; margin: 16px 0; border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; }
table { border-collapse: collapse; width: 100%; min-width: 640px; font-size: 14px; }
th, td { text-align: left; vertical-align: top; padding: 12px 14px; border-bottom: 1px solid rgba(255,255,255,0.08); color: rgba(255,255,255,0.85); }
th { background: #14142F; color: #fff; font-weight: 700; }
tr:last-child td { border-bottom: none; }

.destaque { background: rgba(230,25,127,0.08); border: 1px solid rgba(255,92,173,0.35); border-radius: 14px; padding: 18px 22px; margin: 16px 0; }
.destaque p { margin: 6px 0; }

.rodape { border-top: 1px solid rgba(255,255,255,0.08); }
.rodape > div { max-width: 820px; margin: 0 auto; padding: 28px 24px 40px; font-size: 13px; color: rgba(255,255,255,0.6); display: flex; flex-direction: column; gap: 8px; }
.rodape p { font-size: 13px; color: rgba(255,255,255,0.6); margin: 0; }
.rodape nav { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.rodape a { color: rgba(255,255,255,0.75); }

/* alvos de toque ≥ 40px */
.topo nav a, .rodape nav a { display: inline-flex; align-items: center; min-height: 44px; }
.topo > div > a { display: flex; align-items: center; min-height: 44px; }

/* celular: a tabela vira cartões empilhados (rolar de lado dentro de uma caixa é ruim de ler) */
@media (max-width: 640px) {
  .tabela { border: none; overflow: visible; }
  table { min-width: 0; }
  thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  tr { display: block; margin-bottom: 14px; border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; overflow: hidden; }
  td { display: block; padding: 10px 14px; }
  td::before { content: attr(data-rotulo); display: block; margin-bottom: 2px; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #FF5CAD; }
  tr td:first-child { background: #14142F; color: #fff; font-weight: 600; }
}
