.ponte-botao {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9000;
  padding: 11px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #0d0d0d;
  background: #c49a3c;
  border: none;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.ponte-fundo {
  position: fixed;
  inset: 0;
  z-index: 9001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(13, 13, 13, 0.8);
}

.ponte-fundo[hidden] {
  display: none;
}

.ponte-caixa {
  width: min(560px, 100%);
  max-height: 82vh;
  overflow-y: auto;
  padding: 24px;
  color: #f5f4f0;
  background: #0d0d0d;
  border: 1px solid rgba(196, 154, 60, 0.4);
  border-radius: 14px;
  font-family: "Segoe UI", Arial, sans-serif;
}

.ponte-titulo {
  margin: 0 0 8px;
  font-size: 20px;
}

.ponte-texto {
  margin: 0 0 16px;
  font-size: 15px;
  opacity: 0.8;
}

.ponte-lista {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}

.ponte-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 10px;
  align-items: baseline;
  padding: 9px 11px;
  font-size: 15px;
  background: rgba(245, 244, 240, 0.06);
  border-radius: 9px;
  cursor: pointer;
}

.ponte-item small {
  grid-column: 2;
  font-size: 14px;
  color: #c49a3c;
}

.ponte-acoes {
  display: flex;
  gap: 10px;
}

.ponte-acao {
  padding: 10px 16px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  color: #0d0d0d;
  background: #c49a3c;
  border: 1px solid #c49a3c;
  border-radius: 9px;
  cursor: pointer;
}

.ponte-acao-fraca {
  color: #f5f4f0;
  background: transparent;
}

.ponte-aviso {
  min-height: 20px;
  margin: 12px 0 0;
  font-size: 14px;
  color: #c49a3c;
}

.ponte-barra {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 9000;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  color: #f5f4f0;
  background: #0d0d0d;
  border: 1px solid #c49a3c;
  border-radius: 12px;
  transform: translateX(-50%);
}
