/* Split login — layout Sync Pay, arte Bruno Bet à esquerda */
.bb-auth {
  min-height: 100vh;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  background: #fff;
  font-family: Inter, system-ui, sans-serif;
  overflow: hidden;
}
.bb-auth-left {
  flex: 1.15 1 0%;
  min-width: 300px;
  position: relative;
  background: #000;
  overflow: hidden;
  align-self: stretch;
  min-height: 100%;
}
.bb-auth-left img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* Preenche o painel cortando o excesso — sem zoom além do tamanho do arquivo. */
  object-fit: cover;
  object-position: center center;
  display: block;
}
.bb-auth-right {
  flex: 1 1 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 16px;
  min-width: 300px;
  background: #fff;
}
@media (max-width: 992px) {
  .bb-auth {
    flex-direction: column;
    height: auto;
    min-height: 100vh;
    overflow: auto;
  }
  .bb-auth-left {
    display: none !important;
  }
  .bb-auth-right {
    flex: 1 1 auto;
    min-height: 100vh;
    width: 100%;
  }
  /* iOS Safari dá zoom em inputs com font-size < 16px */
  .bb-input-wrap input {
    font-size: 16px;
  }
}
.bb-auth-card {
  width: 100%;
  max-width: 314px;
  text-align: center;
}
.bb-auth-welcome {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 26px;
}
.bb-auth-welcome img {
  display: block;
  height: 92px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.bb-auth-welcome h1 {
  color: #191f2d;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0;
}
.bb-auth-welcome p {
  color: rgba(25, 31, 45, 0.6);
  font-size: 14px;
  margin: 0;
}
.bb-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}
.bb-field:nth-of-type(2) {
  margin-bottom: 8px;
}
.bb-field label {
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  color: #1b1d1c;
}
.bb-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.bb-input-wrap .bb-ico {
  position: absolute;
  left: 12px;
  color: #999;
  display: flex;
  pointer-events: none;
}
.bb-input-wrap input {
  width: 100%;
  height: 40px;
  padding: 12px 36px 12px 36px;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  color: #1b1d1c;
  background: #fff;
  border: 1px solid rgba(27, 29, 28, 0.1);
  transition: 0.2s;
}
.bb-input-wrap input::placeholder {
  color: #9ca3af;
}
.bb-input-wrap input:focus {
  border-color: #d4af37;
}
.bb-eye {
  position: absolute;
  right: 12px;
  background: none;
  border: 0;
  color: #999;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
}
.bb-forgot {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  background: none;
  border: 0;
  font-size: 10px;
  font-weight: 500;
  color: #e8c547;
  text-decoration: none;
  margin-bottom: 20px;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
}
.bb-forgot:hover {
  text-decoration: underline;
}
.bb-submit {
  width: 100%;
  padding: 12px 16px;
  border: 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  background: #e8c547;
  color: #111;
  cursor: pointer;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: inherit;
}
.bb-submit:hover {
  background: #e0c04a;
}
.bb-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}
.bb-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #9ca3af;
  font-size: 12px;
  margin: 0 0 14px;
}
.bb-divider:before,
.bb-divider:after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(27, 29, 28, 0.12);
}
.bb-google {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(27, 29, 28, 0.12);
  background: #fff;
  color: #1b1d1c;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: inherit;
}
.bb-google:hover {
  background: #f7f7f8;
}
.bb-create {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 500;
  color: #1b1d1c;
}
.bb-create p {
  margin: 0;
}
.bb-create button {
  background: none;
  border: 0;
  color: #e8c547;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.bb-create button:hover {
  text-decoration: underline;
}
.bb-alert {
  margin-bottom: 14px;
  border-radius: 8px;
  padding: 12px;
  font-size: 12px;
  text-align: left;
}
.bb-alert.err {
  border: 1px solid rgba(239, 68, 68, 0.35);
  background: rgba(239, 68, 68, 0.08);
  color: #b91c1c;
}
.bb-alert.warn {
  border: 1px solid rgba(245, 158, 11, 0.35);
  background: rgba(245, 158, 11, 0.1);
  color: #92400e;
}
