/* ============================================================
   brazil22betcasino.com — satélite 22Bet Brasil
   A moldura (topo/alicerce) segue no teal da marca.
   Dentro, o verde e o ouro da bandeira sobre areia clara,
   com o mosaico de ondas de Copacabana ao fundo.
   ============================================================ */

:root {
  --verde-marca: #044b45;
  --verde-painel: #054f49;
  --verde-fundo: #02322f;
  --verde: #009739;
  --verde-escuro: #00752c;
  --verde-palido: #e8f7ee;
  --verde-linha: #bfe6cd;
  --azul: #2a4a7a;
  --azul-fraco: #00277650;
  --azul-forte: #002776;
  --ouro: #f5c518;
  --ouro-palido: #fff4c2;
  --branco: #ffffff;
  --cta: #2eb256;
  --cta-escuro: #26944a;
  --tinta: #1c2b28;
  --tinta-suave: #3a4a46;
  --tinta-fraca: #6a7a76;
  --areia: #f2f6f3;
  --areia-linha: #dde8e2;
  --login-fundo: #0a635c;
  --raio: 22px;
  --largura: 1220px;
  --fonte: "Open Sans", Arial, sans-serif;
  --fonte-titulo: "Roboto Condensed", "Open Sans", Arial, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--fonte);
  font-size: 16px;
  line-height: 1.65;
  color: var(--tinta);
  background-color: var(--verde-fundo);
  background-image:
    radial-gradient(circle at 50% 0%, rgba(0, 151, 57, .28) 0%, rgba(2, 50, 47, 0) 60%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='60' viewBox='0 0 120 60'%3E%3Cg fill='none' stroke='%2300a83f' stroke-opacity='.22' stroke-width='7'%3E%3Cpath d='M-30 45C0 45 0 15 30 15S60 45 90 45s30-30 60-30'/%3E%3Cpath d='M-30 75C0 75 0 45 30 45s30 30 60 30 30-30 60-30'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed, fixed;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--verde-escuro); text-decoration: none; }
a:hover { text-decoration: underline; }

.moldura {
  max-width: var(--largura);
  margin: 0 auto;
  padding: 0 20px;
}

/* ============ BARRA DE PROGRESSO ============ */

.fita {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, var(--verde) 50%);
  z-index: 120;
  transition: width .08s linear;
}

/* ============ TOPO ============ */

.topo {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--verde-marca);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

.topo__linha {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 72px;
  gap: 18px;
}

.emblema { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.emblema img { height: 44px; width: auto; }

.trilha { display: flex; align-items: center; gap: 4px; margin: 0 auto; }

.trilha a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 10px 18px;
  border-radius: 38px;
  transition: background .2s;
}
.trilha a:hover { background: rgba(255, 255, 255, .1); text-decoration: none; }
.trilha a.trilha--aqui { background: var(--verde); }

.topo__acoes { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.capsula {
  background: var(--cta);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding: 11px 26px;
  border-radius: 38px;
  flex-shrink: 0;
  transition: background .2s;
}
.capsula:hover { background: var(--cta-escuro); text-decoration: none; }
.capsula--escura { background: var(--login-fundo); }
.capsula--escura:hover { background: #0c4a50; }

.bandeirinha {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  flex-shrink: 0;
}
.bandeirinha svg {
  width: 30px;
  height: 20px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
}

.sanduiche {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.sanduiche span {
  display: block;
  width: 26px; height: 3px;
  background: #fff;
  border-radius: 2px;
  margin: 5px 0;
  transition: transform .25s, opacity .25s;
}
.sanduiche.sanduiche--x span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.sanduiche.sanduiche--x span:nth-child(2) { opacity: 0; }
.sanduiche.sanduiche--x span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.cortina {
  display: none;
  background: var(--verde-painel);
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.cortina.cortina--aberta { display: block; }
.cortina a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  transition: background .2s;
}
.cortina a:hover { background: rgba(255, 255, 255, .07); text-decoration: none; }

.cortina__acoes {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 18px 24px 22px;
}
.cortina__acoes a {
  flex: 1 1 0;
  max-width: 190px;
  padding: 13px 18px;
  border: 0;
  border-radius: 38px;
  background: var(--cta);
  transition: background .2s;
}
.cortina__acoes a:hover { background: var(--cta-escuro); }
.cortina__acoes a.cortina__escura { background: var(--login-fundo); }
.cortina__acoes a.cortina__escura:hover { background: #0c4a50; }

/* ============ VITRINE (HERO) ============ */

.vitrine {
  margin-top: 72px;
  background: linear-gradient(128deg, #02201b 0%, var(--verde-marca) 48%, #0b3d33 100%);
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid var(--verde);
}

.vitrine__linha {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 52px 0;
  min-height: 420px;
  position: relative;
  z-index: 1;
}

.vitrine__fundo {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, var(--largura));
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
}
.vitrine__fundo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(2, 26, 21, .95) 0%, rgba(4, 62, 45, .74) 40%, rgba(11, 61, 51, .32) 74%);
}

.vitrine__texto { flex: 1 1 auto; max-width: 640px; position: relative; z-index: 1; }

.vitrine h1 {
  font-family: var(--fonte-titulo);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.14;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.vitrine h1 .chama { color: var(--verde); text-shadow: 0 0 18px rgba(0, 151, 57, .55); }

.vitrine__lead {
  color: rgba(255, 255, 255, .93);
  font-size: 17px;
  margin-bottom: 26px;
  max-width: 560px;
}

.vitrine__botoes { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.medalha {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, .38);
  border-left: 4px solid #fff;
  border-bottom: 4px solid var(--verde);
  color: #fff;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}
.medalha .faisca { color: var(--verde); }
.vitrine__nota { margin-bottom: 16px; }

/* ============ TECLAS ============ */

.tecla {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--fonte);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #fff;
  border: 0;
  border-radius: var(--raio);
  padding: 14px 32px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(2, 20, 23, 0);
  transition: filter .25s ease, box-shadow .25s ease, background-color .25s ease;
  text-align: center;
}
.tecla:hover {
  text-decoration: none;
  filter: brightness(.95);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .5), 0 7px 18px rgba(2, 20, 23, .34);
}
.tecla--jogar {
  background: var(--azul-forte);
  color: #fff;
  box-shadow: inset 0 0 0 2px var(--ouro), 0 0 0 rgba(2, 20, 23, 0);
}
.tecla--jogar:hover { box-shadow: inset 0 0 0 2px var(--ouro-palido), 0 7px 18px rgba(2, 20, 23, .34); }
.tecla--bonus { background: var(--verde); }
.tecla--verde { background: var(--cta); }
.tecla svg { width: 22px; height: 22px; flex-shrink: 0; }

/* Brilho do calçadão — uma luz corre pela tecla ao passar o mouse */
.tecla::after,
.baixar::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -80%;
  width: 42%;
  height: 220%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .24) 30%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, .24) 70%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-22deg);
  opacity: 0;
  pointer-events: none;
}
.tecla:hover::after,
.tecla:focus-visible::after,
.baixar:hover::after,
.baixar:focus-visible::after { animation: polysk .72s ease-out; }

@keyframes polysk {
  0% { left: -80%; opacity: 0; }
  14% { opacity: 1; }
  100% { left: 128%; opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .tecla:hover::after,
  .tecla:focus-visible::after,
  .baixar:hover::after,
  .baixar:focus-visible::after { animation: none; }
}

/* ============ CONTEÚDO / PAINÉIS ============ */

.miolo { padding: 30px 0 26px; }
.miolo .moldura > *:last-child { margin-bottom: 0; }

/* Painel branco fechado por uma faixa verde-ouro embaixo */
.painel {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--areia-linha);
  border-radius: var(--raio);
  padding: 32px 34px 30px;
  margin-bottom: 24px;
  box-shadow: 0 3px 14px rgba(2, 50, 47, .14);
  overflow: hidden;
}
/* Faixa verde-ouro fecha cada painel embaixo */
.painel::before {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--verde) 0%, var(--verde) 46%, var(--ouro) 46%, var(--ouro) 100%);
}
/* Onda discreta no canto superior, lembrança do calçadão */
.painel::after {
  content: "";
  position: absolute;
  top: -18px; right: -18px;
  width: 120px; height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 70%, rgba(0, 151, 57, .10) 0%, rgba(0, 151, 57, 0) 70%);
  pointer-events: none;
}

.painel > *:last-child { margin-bottom: 0; }

.painel h2 {
  font-family: var(--fonte-titulo);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.24;
  text-transform: uppercase;
  color: var(--azul-forte);
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--areia-linha);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.painel h2::before {
  content: "";
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* Losango da bandeira — o sinal da casa */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 2.5 29.5 16 16 29.5 2.5 16Z' fill='%23f5c518' stroke='%2300752c' stroke-width='1.4' stroke-linejoin='round'/%3E%3Ccircle cx='16' cy='16' r='6.4' fill='%23002776'/%3E%3Cpath d='M10.4 13.6c3.6-1.5 7.6-1.5 11.2 0' stroke='%23ffffff' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}

.painel h3 {
  font-family: var(--fonte-titulo);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--tinta-suave);
  margin: 26px 0 14px;
  padding: 8px 16px;
  border-left: 4px solid var(--verde);
  background: linear-gradient(90deg, var(--areia) 0%, rgba(244, 247, 249, 0) 85%);
  border-radius: 0 var(--raio) var(--raio) 0;
}

.painel p { margin-bottom: 14px; }

/* O primeiro parágrafo de cada painel dá o tom da seção */
.painel h2 + p:not(.carimbo):not(.miudo) {
  padding: 10px 16px;
  background: linear-gradient(90deg, rgba(47, 72, 88, .07) 0%, rgba(47, 72, 88, 0) 80%);
  border-left: 3px solid var(--azul);
  border-radius: 0 var(--raio) var(--raio) 0;
  color: var(--tinta-suave);
  font-size: 15.5px;
}

.painel ol { margin: 0 0 16px 22px; }
.painel li { margin-bottom: 8px; }

.painel ul {
  list-style: none;
  margin: 0 0 16px;
}
.painel ul li {
  position: relative;
  padding-left: 30px;
}
.painel ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .22em;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../arte/sinal-losango.webp");
}

/* Listas viram cartões de linha com borda verde */
.painel > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.painel > ul > li {
  margin: 0;
  padding: 10px 16px 10px 46px;
  background: var(--areia);
  border: 1px solid var(--areia-linha);
  border-left: 3px solid var(--azul);
  border-radius: var(--raio);
}
.painel > ul > li:nth-child(even) { border-left-color: var(--verde); }
.painel > ul > li::before {
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.miudo {
  font-size: 13.5px;
  color: var(--tinta-fraca);
  font-style: italic;
}

/* ============ PLANSZE (ilustracje) ============ */

.quadro {
  margin: 20px 0 18px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 16, 18, .2);
  border: 1px solid var(--areia-linha);
  border-radius: var(--raio);
}
.quadro img { width: 100%; }
.quadro figcaption {
  background: var(--azul-forte);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  border-top: 3px solid var(--verde);
}

/* ============ CAMINHO ============ */

.caminho {
  margin-bottom: 14px;
  font-size: 13px;
}
.caminho ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.caminho li { color: rgba(255, 255, 255, .78); }
.caminho li + li::before { content: "/"; margin-right: 6px; color: var(--verde); }
.caminho a { color: #fff; }
.caminho a:hover { color: var(--verde); }

/* ============ PLANILHAS ============ */

.planilha {
  margin: 18px 0;
  border: 1px solid var(--areia-linha);
  border-radius: var(--raio);
  overflow: hidden;
  box-shadow: 0 3px 14px rgba(0, 16, 18, .12);
  background: #fdfefe;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  table-layout: auto;
}

thead th {
  background: linear-gradient(180deg, #3a566a 0%, var(--azul-forte) 100%);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .03em;
  padding: 11px 12px;
  text-align: left;
  white-space: nowrap;
  border-bottom: 3px solid var(--verde);
}

tbody td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--areia-linha);
  vertical-align: top;
}
tbody tr:nth-child(even) { background: var(--areia); }
tbody tr:last-child td, tbody tr:last-child th { border-bottom: 0; }
tbody td, tbody th { transition: background-color .15s ease; }
tbody tr:hover td { background: var(--verde-palido); }
tbody tr:hover th { background: var(--verde-linha); }
tbody th {
  padding: 11px 12px;
  border-bottom: 1px solid var(--areia-linha);
  text-align: left;
  background: var(--ouro-palido);
  color: var(--tinta-suave);
  font-weight: 600;
  vertical-align: top;
}

/* Tabelas largas: os cabeçalhos podem quebrar para os dados caberem */
table.planilha--fina { font-size: 12.5px; }
table.planilha--fina thead th {
  font-size: 11px;
  padding: 10px 9px;
  white-space: normal;
  hyphens: none;
}
table.planilha--fina tbody td { padding: 10px 9px; }
table.planilha--fina tbody td:nth-child(2) { min-width: 122px; }

/* ============ SZALA (plusy / minusy) ============
   Duas colunas sobre o mesmo fundo claro, separadas
   por um eixo vertical com o losango no meio */

.gangorra {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 18px 0;
  background:
    repeating-linear-gradient(135deg, rgba(47, 72, 88, .04) 0 2px, transparent 2px 9px),
    linear-gradient(180deg, var(--ouro-palido) 0%, #ffffff 100%);
  border: 1px solid var(--areia-linha);
  border-top: 3px solid var(--azul-forte);
  border-radius: var(--raio);
  padding: 26px 10px 22px;
  overflow: hidden;
}
.gangorra::before {
  content: "";
  position: absolute;
  top: 20px; bottom: 20px;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(47, 72, 88, 0) 0%, var(--ouro) 20%, var(--ouro) 80%, rgba(47, 72, 88, 0) 100%);
}
.gangorra::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 26px; height: 26px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, var(--verde) 50%, var(--verde) 100%);
  border: 2px solid var(--azul-forte);
  box-shadow: 0 0 0 5px var(--ouro-palido);
}
.gangorra--pro, .gangorra--contra {
  padding: 0 24px;
  background: none;
  border: 0;
}
.gangorra--pro h3, .gangorra--contra h3 {
  margin: 0 auto 16px;
  font-size: 15px;
  letter-spacing: .1em;
  border-left: 0;
  background: none;
  padding: 0 0 10px;
  text-align: center;
  display: block;
  position: relative;
}
.gangorra--pro h3 { color: var(--azul-forte); }
.gangorra--contra h3 { color: var(--verde-escuro); }
.gangorra--pro h3::after, .gangorra--contra h3::after {
  content: "";
  position: absolute;
  left: 50%; bottom: 0;
  transform: translateX(-50%);
  width: 54px; height: 3px;
  border-radius: 2px;
}
.gangorra--pro h3::after { background: var(--azul-forte); }
.gangorra--contra h3::after { background: var(--verde); }
.gangorra--pro ul, .gangorra--contra ul { margin: 0; display: flex; flex-direction: column; gap: 0; }
.gangorra--pro ul li, .gangorra--contra ul li {
  padding: 10px 4px 10px 34px;
  margin: 0;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(47, 72, 88, .1);
  border-radius: 0;
}
.gangorra--pro ul li:last-child, .gangorra--contra ul li:last-child { border-bottom: 0; }
.gangorra--pro ul li::before { background-image: url("../arte/sinal-mais.webp"); width: 24px; height: 24px; left: 0; top: .6em; transform: none; }
.gangorra--contra ul li::before { background-image: url("../arte/sinal-menos.webp"); width: 24px; height: 24px; left: 0; top: .6em; transform: none; }

/* ============ DEGRAUS ============ */

.degraus { counter-reset: krok; list-style: none; margin: 16px 0 !important; }
.degraus li {
  counter-increment: krok;
  position: relative;
  padding: 0 0 14px 52px;
  margin: 0;
}
.degraus li::before {
  content: counter(krok);
  position: absolute;
  left: 0; top: -2px;
  width: 34px; height: 34px;
  background: var(--azul-forte);
  border-bottom: 3px solid var(--verde);
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============ OFERTY (banery) ============ */

.chamada {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(120deg, #02191d 0%, var(--verde-marca) 68%, #0a636b 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--raio);
  padding: 34px 36px;
  margin-bottom: 24px;
  min-height: 180px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(0, 16, 18, .3);
}
.chamada::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(2, 20, 23, .94) 0%, rgba(4, 48, 53, .76) 46%, rgba(10, 99, 107, .1) 78%);
  pointer-events: none;
}
.chamada--vermelha::before {
  background: linear-gradient(100deg, rgba(32, 4, 9, .94) 0%, rgba(126, 17, 34, .74) 46%, rgba(212, 33, 61, .1) 78%);
}

.chamada__texto { flex: 1; max-width: 420px; position: relative; z-index: 1; }
.chamada__texto .chamada__cta { margin-top: 18px; }

.chamada__selo {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-bottom: 4px;
  padding-left: 12px;
  border-left: 3px solid var(--verde);
}
.chamada__titulo {
  font-family: var(--fonte-titulo);
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 6px;
}
.chamada__linha { color: rgba(255, 255, 255, .88); font-size: 14px; margin-bottom: 0; }

/* ============ FAIXA DO APP ============ */

.bolso {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(115deg, #02191d 0%, var(--verde-marca) 60%, #0a636b 100%);
  border-radius: var(--raio);
  padding: 28px 36px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(0, 16, 18, .3);
}
.bolso__foto { flex: 0 0 190px; position: relative; z-index: 1; }
.bolso__foto img { border-radius: var(--raio); }
.bolso__texto { flex: 1; position: relative; z-index: 1; }
.bolso__titulo {
  font-family: var(--fonte-titulo);
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 6px;
}
.bolso__linha { color: rgba(255, 255, 255, .88); font-size: 14px; }
.bolso__lojas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.baixar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #14202a;
  border: 1px solid var(--ouro);
  color: #fff;
  border-radius: var(--raio);
  padding: 10px 22px 10px 16px;
  position: relative;
  overflow: hidden;
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
  min-width: 218px;
}
.baixar:hover {
  background: #1f2f3c;
  border-color: var(--ouro-palido);
  box-shadow: 0 6px 16px rgba(2, 20, 23, .32);
  text-decoration: none;
}
.baixar svg { width: 30px; height: 30px; flex-shrink: 0; }
.baixar__txt { line-height: 1.2; text-align: center; }
.baixar__mini { display: block; font-size: 11px; opacity: .82; }
.baixar__grande { display: block; font-size: 17px; font-weight: 700; }

/* ============ BANCAS ============
   Linhas com selo redondo em vez de grade */

.bancas { display: flex; flex-direction: column; gap: 12px; margin: 18px 0 0; }
.banca {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: var(--areia);
  border: 1px solid var(--areia-linha);
  border-radius: var(--raio);
  padding: 18px 20px;
  transition: box-shadow .3s ease, border-color .3s ease;
}
.banca:hover {
  box-shadow: 0 10px 24px rgba(0, 16, 18, .16);
  border-color: var(--verde);
}
.banca__selo {
  flex-shrink: 0;
  width: 62px; height: 62px;
  display: grid;
  place-items: center;
  background: var(--verde-marca);
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--ouro);
}
.banca__selo img { width: 40px; height: 40px; object-fit: contain; }
.banca__corpo { flex: 1; }
.bancas .banca__nome {
  font-family: var(--fonte-titulo);
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--azul-forte);
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--verde-linha);
}
.banca p { margin-bottom: 0; font-size: 14.5px; }

/* ============ AUTOMATY (sloty) ============ */

.rolos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 20px 0 6px;
}
.rolo {
  position: relative;
  display: block;
  border-radius: var(--raio);
  overflow: hidden;
  background: #14202a;
  border: 1px solid var(--azul);
  box-shadow: 0 3px 12px rgba(0, 16, 18, .2);
  transition: box-shadow .25s ease, border-color .25s ease;
}
.rolo:hover { box-shadow: 0 12px 26px rgba(0, 16, 18, .32); border-color: var(--verde); text-decoration: none; }
.rolo__arte { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .35s ease; }
.rolo:hover .rolo__arte { transform: scale(1.06); }
.rolo__veu {
  position: absolute;
  top: 0; bottom: 0;
  left: -60%;
  width: 45%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-18deg);
  pointer-events: none;
  transition: left .55s ease;
}
.rolo:hover .rolo__veu { left: 115%; }
.rolo__faixa {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 26px 12px 10px;
  background: linear-gradient(180deg, rgba(14, 22, 28, 0) 0%, rgba(14, 22, 28, .86) 55%, rgba(14, 22, 28, .96) 100%);
}
.rolo__tipo {
  display: block;
  color: var(--ouro);
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 2px;
}
.rolo__nome {
  display: block;
  color: #fff;
  font-family: var(--fonte-titulo);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.rolos-cta { display: flex; justify-content: center; margin-top: 18px; }

/* ============ RELATOS (esteira sem fim) ============ */

.relatos { position: relative; margin-top: 22px; }

.relatos__esteira {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 6px 2px 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  overscroll-behavior-x: contain;
}
.relatos__esteira::-webkit-scrollbar { display: none; }
.relatos__esteira.relatos__esteira--pega { cursor: grabbing; scroll-behavior: auto; }

.relato {
  flex: 0 0 calc((100% - 36px) / 3);
  background: var(--areia);
  border: 1px solid var(--areia-linha);
  border-left: 3px solid var(--verde);
  border-radius: var(--raio);
  padding: 24px 24px 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: box-shadow .3s ease, border-color .3s ease;
}
.relato:hover {
  box-shadow: 0 8px 22px rgba(0, 16, 18, .16);
  border-color: var(--azul);
  border-left-color: var(--azul-forte);
}
.relato::before {
  content: "\201E";
  position: absolute;
  top: 2px; right: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 84px;
  line-height: 1;
  color: var(--ouro);
  opacity: .45;
  pointer-events: none;
}

.relato__topo { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.relato__foto {
  width: 56px; height: 56px;
  flex-shrink: 0;
  border-radius: var(--raio);
  object-fit: cover;
  border: 2px solid var(--ouro);
  box-shadow: 0 2px 8px rgba(0, 16, 18, .2);
}
.relato__quem { min-width: 0; }
.relato__nome {
  display: block;
  font-family: var(--fonte-titulo);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--azul-forte);
}
.relato__linha { display: flex; align-items: center; gap: 8px; margin-top: 3px; }
.relato__nota {
  background: var(--verde);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  border-radius: var(--raio);
  padding: 2px 10px;
  flex-shrink: 0;
}
.relato__estrelas { color: var(--azul); font-size: 13px; letter-spacing: 2px; }
.relato__texto { font-style: italic; color: var(--tinta); font-size: 14.5px; margin: 0; position: relative; z-index: 1; }

.relatos__controle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 4px;
}
.relatos__seta {
  width: 40px; height: 40px;
  border-radius: var(--raio);
  background: var(--azul-forte);
  color: #fff;
  border: 1px solid var(--azul);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .2s, box-shadow .2s;
}
.relatos__seta:hover { background: var(--verde); box-shadow: 0 4px 12px rgba(0, 16, 18, .25); }
.relatos__seta svg { width: 18px; height: 18px; }

.relatos__pontos { display: flex; align-items: center; gap: 8px; }
.relatos__ponto {
  width: 9px; height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--areia-linha);
  cursor: pointer;
  transition: background .2s, width .2s;
}
.relatos__ponto:hover { background: var(--verde-linha); }
.relatos__ponto.relatos__ponto--aqui { background: var(--verde); width: 24px; border-radius: 6px; }

/* ============ NOTA GERAL ============ */

.nota-geral {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 4px 12px;
  background: linear-gradient(120deg, var(--azul-forte) 0%, #3a566a 100%);
  color: #fff;
  border-radius: var(--raio);
  border-bottom: 5px solid var(--verde);
  padding: 18px 26px;
  margin-top: 18px;
}
.nota-geral__valor {
  font-family: var(--fonte-titulo);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}
.nota-geral__rotulo { font-size: 15px; font-weight: 700; text-transform: uppercase; color: var(--ouro); }

/* ============ DÚVIDAS (FAQ) ============ */

.duvidas { margin-top: 6px; }
.duvida { border-bottom: 1px solid var(--areia-linha); }
.duvida summary {
  cursor: pointer;
  font-weight: 700;
  line-height: 1.45;
  color: var(--tinta-suave);
  padding: 15px 34px 15px 0;
  position: relative;
  list-style: none;
  font-size: 15.5px;
  transition: color .18s ease;
}
.duvida summary::-webkit-details-marker { display: none; }
.duvida summary::after {
  content: "+";
  position: absolute;
  right: 4px; top: 50%;
  transform: translateY(-50%);
  width: 26px; height: 26px;
  border-radius: var(--raio);
  background: var(--azul-forte);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .25s ease, color .25s ease;
}
.duvida summary:hover { color: var(--verde-escuro); }
.duvida summary:hover::after { background: var(--verde); }
.duvida[open] summary::after { content: "\2212"; background: var(--verde); }
.duvida .duvida__resposta { padding: 0 0 16px; }
.duvida .duvida__resposta p { margin-bottom: 8px; }

/* ============ ASSINATURA DO EDITOR ============ */

.assinatura {
  background: var(--ouro-palido);
  border-left: 5px solid var(--azul-forte);
  border-bottom: 3px solid var(--verde);
  border-radius: var(--raio);
  padding: 22px 26px;
  font-style: italic;
}
.assinatura__nome { font-weight: 700; font-style: normal; color: var(--azul-forte); }

/* ============ ALICERCE ============ */

.alicerce {
  background: var(--verde-marca);
  color: rgba(255, 255, 255, .8);
  padding: 44px 0 0;
}
.alicerce__grade {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 30px;
}
.alicerce__sobre img { height: 40px; width: auto; margin-bottom: 14px; }
.alicerce__sobre p { font-size: 13px; line-height: 1.6; }

.alicerce__coluna h4 {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  padding-bottom: 8px;
  position: relative;
}
.alicerce__coluna h4::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: #2da6b1;
  border-radius: 2px;
}
.alicerce__coluna ul { list-style: none; margin-top: 12px; }
.alicerce__coluna li { margin-bottom: 9px; }
.alicerce__coluna a { color: rgba(255, 255, 255, .7); font-size: 14px; }
.alicerce__coluna a:hover { color: #fff; }

.alicerce__aviso {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 18px;
}
.maioridade {
  flex-shrink: 0;
  width: 46px; height: 46px;
  border: 2px solid #f04c44;
  color: #f04c44;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
}
.alicerce__aviso p { font-size: 12.5px; line-height: 1.55; margin: 0; }

.alicerce__base {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12.5px;
}

/* ============ BOTÃO AO TOPO ============ */

.ao-topo {
  position: fixed;
  right: 24px; bottom: 24px;
  width: 48px; height: 48px;
  border-radius: var(--raio);
  background: var(--azul-forte);
  color: #fff;
  border: 1px solid var(--ouro);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .25s, transform .25s, visibility .25s, background-color .2s;
  z-index: 90;
}
.ao-topo.ao-topo--visivel { opacity: 1; visibility: visible; transform: translateY(0); }
.ao-topo:hover { background: var(--verde); }
.ao-topo svg { width: 22px; height: 22px; }

/* ============ SURGIR AO ROLAR ============ */

.surge { opacity: 0; transform: translateY(18px); }
.surge.surge--ok {
  opacity: 1;
  transform: none;
  transition: opacity .5s ease, transform .5s ease;
}
@media (prefers-reduced-motion: reduce) {
  .surge { opacity: 1; transform: none; }
}

/* ============ 404 ============ */

.sumiu {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 20px 60px;
}
.sumiu__codigo {
  font-family: var(--fonte-titulo);
  font-size: 130px;
  font-weight: 700;
  color: var(--verde);
  line-height: 1;
  text-shadow: 0 6px 24px rgba(0, 0, 0, .35);
}
.sumiu h1 { color: #fff; font-family: var(--fonte-titulo); font-size: 32px; text-transform: uppercase; margin: 12px 0; }
.sumiu p { color: rgba(255, 255, 255, .88); margin-bottom: 26px; }

/* ============ PÁGINAS LEGAIS ============ */

.carimbo { font-size: 13.5px; color: var(--tinta-fraca); margin-bottom: 18px; }

/* ============ ADAPTAÇÃO ============ */

@media (max-width: 1080px) {
  .topo__linha { gap: 10px; }
  .emblema img { height: 38px; }
  .trilha { gap: 2px; }
  .trilha a { padding: 9px 11px; font-size: 12px; }
  .capsula { padding: 10px 16px; font-size: 12px; }
  .topo__acoes { gap: 8px; }
  .bandeirinha { font-size: 12px; gap: 6px; }
  .bandeirinha svg { width: 26px; height: 17px; }
}

@media (max-width: 1024px) {
  .vitrine h1 { font-size: 36px; }
  .alicerce__grade { grid-template-columns: 1fr 1fr; }
  .painel { padding: 28px 26px; }
  .rolos { grid-template-columns: repeat(3, 1fr); }
  .relato { flex-basis: calc((100% - 18px) / 2); }

  .planilha {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .planilha table { min-width: 500px; }
  .planilha thead th,
  .planilha tbody td,
  .planilha tbody th { min-width: 140px; }
  .planilha table.planilha--fina thead th,
  .planilha table.planilha--fina tbody td,
  .planilha table.planilha--fina tbody th { min-width: 120px; }
  .planilha tbody tr > *:first-child,
  .planilha thead th:first-child { min-width: 160px; }
}

/* Palavras longas em português: o sanduíche aparece antes */
@media (max-width: 940px) {
  .trilha, .topo__acoes { display: none; }
  .bandeirinha { margin-left: auto; }
  .sanduiche { display: block; }
}

@media (max-width: 860px) {
  .vitrine__linha { flex-direction: column; align-items: flex-start; padding: 34px 0; min-height: 0; }
  .vitrine__texto { width: 100%; max-width: 100%; }
  .vitrine__fundo::after {
    background: linear-gradient(180deg, rgba(2, 20, 23, .52) 0%, rgba(2, 20, 23, .52) 60%, rgba(2, 20, 23, .5) 100%);
  }
  .vitrine h1 { font-size: 30px; }
  .vitrine h1, .vitrine__lead, .caminho {
    text-shadow:
      0 0 2px rgba(0, 12, 14, .98),
      0 1px 4px rgba(0, 12, 14, .95),
      0 2px 12px rgba(0, 12, 14, .92);
  }
  .bancas { grid-template-columns: 1fr; }
  .chamada { flex-direction: column; align-items: flex-start; }
  /* A faixa do app já se centraliza em telas médias:
     celular, texto e botões de loja ficariam desalinhados à esquerda */
  .bolso { flex-direction: column; align-items: center; text-align: center; }
  .bolso__texto { width: 100%; }
  .chamada::before, .chamada--vermelha::before { background: none; }
  .chamada__texto {
    max-width: 100%;
    background: rgba(2, 20, 23, .74);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: var(--raio);
    padding: 22px 20px;
  }
  .chamada--vermelha .chamada__texto { background: rgba(32, 4, 9, .74); }
  .bolso__foto { flex-basis: auto; max-width: 280px; }
  .bolso__lojas { flex-direction: row; flex-wrap: wrap; justify-content: center; width: 100%; }
  .baixar { flex: 1 1 218px; max-width: 300px; }
  .alicerce__base { flex-direction: column; text-align: center; }
}

@media (max-width: 700px) {
  /* No celular os quadros crescem: de 3:1 para 2:1 */
  .quadro img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center;
  }

  .vitrine__fundo { background-position: 70% center; }
  .rolos { grid-template-columns: repeat(2, 1fr); }
  .relato { flex-basis: 100%; }

  /* No celular a faixa some — a tela estreita precisa de cada milímetro */
  .painel::before, .painel::after { content: none; }
  .painel { padding: 26px 20px 24px; }
}

@media (max-width: 560px) {
  /* Palavras longas podem hifenizar em telas estreitas */
  .painel h2, .painel h3, .painel p, .painel li,
  .vitrine h1, .vitrine__lead,
  .chamada__titulo, .chamada__linha, .bolso__titulo, .bolso__linha,
  .banca__nome, .duvida summary, .sumiu h1, .sumiu p,
  .alicerce__sobre p, .alicerce__aviso p, .alicerce__coluna a {
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .alicerce__grade { grid-template-columns: 1fr; text-align: center; }
  .alicerce__sobre img { margin-left: auto; margin-right: auto; }
  .alicerce__aviso { flex-direction: column; text-align: center; }
  .painel { padding: 22px 16px; }
  .painel h2 { font-size: 23px; }
  .vitrine h1 { font-size: 26px; }
  .sumiu__codigo { font-size: 90px; }
  /* No celular os sinais encostam na borda da área */
  .gangorra { grid-template-columns: 1fr; padding: 22px 0 20px; }
  .gangorra--pro ul li, .gangorra--contra ul li { padding: 10px 2px 10px 30px; }
  .gangorra--pro ul li::before, .gangorra--contra ul li::before { width: 21px; height: 21px; top: .62em; }
  .gangorra::before, .gangorra::after { display: none; }
  .gangorra--contra { margin-top: 20px; padding-top: 22px; border-top: 2px solid var(--ouro); }
  /* No celular a linha se empilha: selo e título ao centro,
     o corpo do texto segue à esquerda e continua legível */
  .banca { flex-direction: column; align-items: center; gap: 12px; padding: 18px 16px; }
  .banca__selo { width: 52px; height: 52px; }
  .banca__selo img { width: 32px; height: 32px; }
  .banca__corpo { width: 100%; }
  .bancas .banca__nome { text-align: center; }

  .vitrine__texto,
  .chamada__texto,
  .bolso__texto { text-align: center; width: 100%; }
  .vitrine__botoes,
  .chamada__cta,
  .bolso__lojas,
  .caminho ol { justify-content: center; }
  .chamada__cta, .bolso__lojas { display: flex; width: 100%; }
  .vitrine__linha, .chamada, .bolso { align-items: center; }
  .vitrine__nota { align-self: center; }
  .chamada__selo { border-left: 0; padding-left: 0; }
}

@media (max-width: 450px) {
  .moldura { padding: 0 10px; }
  .topo__linha { height: 60px; gap: 10px; }
  .emblema img { height: 34px; }
  .bandeirinha svg { width: 26px; height: 17px; }
  .bandeirinha { font-size: 12px; gap: 6px; }
  .vitrine { margin-top: 60px; }
  .painel { padding: 18px 12px; }
  .chamada, .bolso { padding: 20px 14px; }
  .vitrine__linha { padding: 28px 0; }
  thead th, tbody td, tbody th { padding: 8px 6px; }
}

@media (max-width: 400px) {
  .cortina__acoes { flex-direction: column; align-items: center; }
  .cortina__acoes a { flex: 0 0 auto; width: 100%; max-width: 260px; }
}

@media (max-width: 360px) {
  .topo__linha { height: 54px; gap: 8px; }
  .emblema img { height: 28px; }
  .bandeirinha svg { width: 22px; height: 15px; }
  .bandeirinha { font-size: 11px; gap: 5px; }
  .sanduiche { padding: 6px; }
  .sanduiche span { width: 22px; height: 2.5px; margin: 4px 0; }
  .sanduiche.sanduiche--x span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .sanduiche.sanduiche--x span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .vitrine { margin-top: 54px; }
  .sumiu { min-height: calc(100vh - 54px); }
}

/* ============ 22BET COUNTRY LINKS ============ */
.alicerce__paises {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 22px 0 24px;
}
.alicerce__paises-titulo {
  display: inline-block;
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 8px;
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.alicerce__paises-titulo::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: rgb(45, 166, 177);
  border-radius: 2px;
}
.alicerce__paises-lista {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.alicerce__pais {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 15px 7px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.alicerce__pais:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .45);
  color: #fff;
  text-decoration: none;
}
.alicerce__pais.alicerce__pais--atual {
  background: rgba(233, 185, 73, .1);
  border-color: #e9b949;
  color: #fff;
}
.alicerce__bandeira {
  flex-shrink: 0;
  width: 24px;
  height: 16px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
}
.alicerce__bandeira svg { display: block; width: 100%; height: 100%; }
@media (max-width: 560px) {
  .alicerce__paises { text-align: center; }
  /* two even columns; every name stays on one line */
  .alicerce__paises-lista { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .alicerce__paises-lista li { min-width: 0; }
  .alicerce__pais { display: flex; width: 100%; min-width: 0; padding: 7px 10px 7px 7px; font-size: 12.5px; text-align: left; white-space: nowrap; }
  .alicerce__pais-nome { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
}
@media (max-width: 380px) {
  .alicerce__paises-lista { gap: 6px; }
  .alicerce__pais { gap: 6px; padding: 6px 8px 6px 6px; font-size: 11.5px; }
  .alicerce__bandeira { width: 18px; height: 12px; }
}
@media (max-width: 339px) {
  .alicerce__pais { gap: 5px; padding: 6px 6px 6px 5px; font-size: 11px; letter-spacing: -.01em; }
  .alicerce__bandeira { width: 16px; height: 11px; }
}
/* up to 330px: one pill per row, back to the regular size */
@media (max-width: 330px) {
  .alicerce__paises-lista { grid-template-columns: minmax(0, 1fr); }
  .alicerce__pais { gap: 9px; padding: 7px 12px 7px 8px; font-size: 12.5px; letter-spacing: normal; }
  .alicerce__bandeira { width: 22px; height: 15px; }
}
