/**
 * Header estilo Betano — laranja, nav branca, botões REGISTRAR/ENTRAR
 */
:root {
  --betano-header-main: #ff5500;
  --betano-header-main-dark: #e64d00;
  --betano-header-text: #ffffff;
  --betano-header-login-bg: #ffffff;
  --betano-header-login-text: #2a3046;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__header,
body.betano-header-theme .Header-desktop-module-scss-module__XcqGwG__header {
  position: sticky;
  top: 0;
  z-index: 2500;
  background: var(--betano-header-main) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 12px;
  min-height: 56px;
}

@media (min-width: 768px) {
  body.betano-header-theme .Header-module-scss-module__uJvYVW__inner {
    min-height: 64px;
    flex-wrap: wrap;
  }
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__logoContainer {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__logoImg {
  width: auto !important;
  height: 30px !important;
  max-width: 108px !important;
  filter: brightness(0) invert(1);
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__giftLink {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__giftImg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__btnRegister,
body.betano-header-theme .Header-module-scss-module__uJvYVW__btnLogin {
  white-space: nowrap;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid transparent;
  font-family: inherit;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__btnRegister {
  background: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__btnRegister:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__btnLogin {
  background: var(--betano-header-login-bg) !important;
  border-color: transparent !important;
  color: var(--betano-header-login-text) !important;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__btnLogin:hover {
  background: #f3f4f6 !important;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__btnDeposit {
  width: 92px;
  height: 32px;
  min-height: 32px;
  padding: 0 !important;
  border: 0;
  border-radius: 999px;
  background: transparent url('/uploads/icones/deposit-button.png') center / contain no-repeat !important;
  color: transparent !important;
  box-shadow: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__btnDeposit::before,
body.betano-header-theme .Header-module-scss-module__uJvYVW__btnDeposit span {
  display: none !important;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__dotsWrapper {
  display: inline-flex;
  align-items: center;
  margin-left: 2px;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__nav {
  order: 3;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__nav::-webkit-scrollbar {
  display: none;
}

@media (max-width: 991px) {
  body.betano-header-theme .Header-module-scss-module__uJvYVW__nav {
    display: none !important;
  }
}

@media (min-width: 992px) {
  body.betano-header-theme .Header-module-scss-module__uJvYVW__inner {
    flex-wrap: wrap;
    align-items: center;
  }

  body.betano-header-theme .Header-module-scss-module__uJvYVW__nav {
    order: 2;
    flex: 1 1 auto;
    width: auto;
    display: flex;
    justify-content: center;
  }
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__navList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__navList > li {
  position: relative;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__navList > li::after {
  content: '';
  width: 100%;
  height: 4px;
  border-radius: 4px 4px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__navLink {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0 4px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.15s ease, background 0.15s ease;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__navLink:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__navLinkActive {
  font-weight: 700 !important;
  color: #fff !important;
  background: transparent !important;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__navItemActive::after {
  background: #fff;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__balanceAmount {
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  text-shadow: none;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__balancePill {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.12);
  padding: 4px 10px;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__btnAccount {
  border: 2px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.15);
  box-shadow: none;
}

body.betano-header-theme .Header-module-scss-module__uJvYVW__menuDots {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.12);
  color: #fff;
}

/* Header desktop (tabs Cassino / Esportes) */
body.betano-header-theme .Header-desktop-module-scss-module__XcqGwG__inner {
  min-height: 64px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}

body.betano-header-theme .Header-desktop-module-scss-module__XcqGwG__desktopTabs {
  display: flex;
  align-items: center;
  gap: 16px;
}

body.betano-header-theme .Header-desktop-module-scss-module__XcqGwG__desktopTab {
  position: relative;
  height: 64px;
  padding: 0 4px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.92) !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

body.betano-header-theme .Header-desktop-module-scss-module__XcqGwG__desktopTab:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

body.betano-header-theme .Header-desktop-module-scss-module__XcqGwG__desktopTabActive {
  font-weight: 700 !important;
  color: #fff !important;
}

body.betano-header-theme .Header-desktop-module-scss-module__XcqGwG__desktopTabActive::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background: #fff;
}

@media (max-width: 480px) {
  body.betano-header-theme .Header-module-scss-module__uJvYVW__btnRegister,
  body.betano-header-theme .Header-module-scss-module__uJvYVW__btnLogin {
    padding: 6px 8px;
    font-size: 10px;
  }
}
