/* Tema Batman — overrides globais */
:root {
  --ci-primary-color: #FFD700 !important;
  --ci-secundary-color: #1a1a1a !important;
  --ci-primary-opacity-color: #000000 !important;
  --input-primary-dark: #FFD700 !important;
  --ci-gray-dark: #111111 !important;
  --ci-gray-light: #000000 !important;
  --ci-gray-over: #0a0a0a !important;
  --background-color: #000000 !important;
  --standard-color: #1a1a1a !important;
  --tw-ring-color: rgba(255, 215, 0, 0.45) !important;
}

.bg-base {
  background: linear-gradient(180deg, #0a0a0a 0%, #111111 100%) !important;
}

:is(.dark .bg-base) {
  background: linear-gradient(180deg, #000000 0%, #0a0a0a 100%) !important;
}

.bgbotaop {
  background: linear-gradient(90deg, #FFD700, #B8860B, #1a1a1a) !important;
  color: #000 !important;
}

/* Font Awesome — webfonts locais (Pro CSS referenciava arquivos ausentes) */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/webfonts/fa-brands-400.woff2") format("woff2");
}

.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

.fa-solid::before,
.fas::before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

.fa-regular,
.far {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 400 !important;
}

.fa-regular::before,
.far::before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 400 !important;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

.fa-brands::before,
.fab::before {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

/* Menu inferior mobile — ícones visíveis (SVG mask, não depende de fonte) */
.nav-glass i.fa-wallet,
.deposit-btn i.fa-wallet {
  font-size: 0 !important;
  line-height: 0 !important;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-color: #000;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM144 160a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM448 416H192V320c0-17.7 14.3-32 32-32s32 14.3 32 32v96z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM144 160a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM448 416H192V320c0-17.7 14.3-32 32-32s32 14.3 32 32v96z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.nav-glass i.fa-wallet::before,
.deposit-btn i.fa-wallet::before,
.nav-glass i.fa-money-bill-transfer::before,
.nav-glass i.fa-user::before {
  content: none !important;
  display: none !important;
}

.nav-glass i.fa-money-bill-transfer {
  font-size: 0 !important;
  line-height: 0 !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M512 128c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64s28.7-64 64-64H448c35.3 0 64 28.7 64 64zM64 352c-35.3 0-64 28.7-64 64s28.7 64 64 64H448c35.3 0 64-28.7 64-64s-28.7-64-64-64H64z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M512 128c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64s28.7-64 64-64H448c35.3 0 64 28.7 64 64zM64 352c-35.3 0-64 28.7-64 64s28.7 64 64 64H448c35.3 0 64-28.7 64-64s-28.7-64-64-64H64z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.nav-glass i.fa-user {
  font-size: 0 !important;
  line-height: 0 !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 178.3 304z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 178.3 304z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.floating-icon {
  background-color: #FFD700 !important;
  border-color: #1a1a1a !important;
  color: #000 !important;
}

.hero-banner .bg-cover {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.hero-banner:not(.hero-banner-has-image) .bg-cover {
  background-image: none !important;
  background: radial-gradient(ellipse at 50% 15%, rgba(255, 215, 0, 0.2) 0%, rgba(26, 26, 26, 0.9) 40%, #000000 100%) !important;
}

.hero-banner.hero-banner-has-image .bg-cover {
  background-color: #000 !important;
}

.demo-play-btn {
  background: linear-gradient(135deg, #FFD700, #B8860B, #1a1a1a) !important;
  color: #000 !important;
  box-shadow: 0 8px 30px rgba(255, 215, 0, 0.35), 0 2px 8px rgba(0, 0, 0, 0.5) !important;
}

.demo-play-btn:hover {
  box-shadow: 0 10px 40px rgba(255, 215, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.5) !important;
}

.start-btn,
.bet-active {
  background: linear-gradient(135deg, #FFD700, #B8860B) !important;
  color: #000 !important;
  box-shadow: 0 4px 20px rgba(255, 215, 0, 0.3) !important;
}

.lobby-card {
  background: rgba(10, 10, 10, 0.96) !important;
  border-color: rgba(255, 215, 0, 0.12) !important;
}

.auth-card[data-v-ce58dfc6],
.result-modal[data-v-3b2ac832] {
  background: linear-gradient(165deg, rgba(20, 20, 20, 0.98) 0%, rgba(0, 0, 0, 0.99) 50%, rgba(10, 10, 10, 0.98) 100%) !important;
}

.auth-card img[src*="/storage/"],
.auth-card img[src*="storage"] {
  opacity: 1 !important;
  filter: none !important;
  width: min(92%, 340px) !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  display: block !important;
}

nav img[alt="Logo"],
.navtop-color img[alt="Logo"],
a img[alt="Logo"] {
  height: 44px !important;
  max-width: 220px !important;
  width: auto !important;
  object-fit: contain !important;
  filter: none !important;
}

.admin-sidebar img,
.login-logo,
.logo-preview {
  filter: none !important;
  object-fit: contain !important;
}

.cta-btn[data-v-3b2ac832] {
  background: linear-gradient(135deg, #FFD700, #B8860B, #1a1a1a) !important;
  color: #000 !important;
  box-shadow: 0 6px 24px rgba(255, 215, 0, 0.35) !important;
}

.game-wrapper[data-v-77a49a5f] {
  background: #000000 !important;
}

.progress-fill[data-v-77a49a5f] {
  background: linear-gradient(90deg, #FFD700, #B8860B, #1a1a1a) !important;
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.45) !important;
}

.cashout-btn[data-v-77a49a5f],
.go-btn.primary[data-v-77a49a5f] {
  background: linear-gradient(135deg, #FFD700, #B8860B) !important;
  color: #000 !important;
  box-shadow: 0 4px 20px rgba(255, 215, 0, 0.35) !important;
}

.game-wrapper[data-v-77a49a5f] .hud-value.goal-reached[data-v-77a49a5f],
.go-earnings[data-v-77a49a5f],
.goal-reached-popup[data-v-77a49a5f],
.goal-reached-popup[data-v-77a49a5f] .goal-sub {
  color: #000 !important;
  text-shadow: none !important;
}

.game-wrapper[data-v-77a49a5f] .combo-popup[data-v-77a49a5f] {
  -webkit-text-fill-color: #000 !important;
  color: #000 !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
}

.corprimary {
  color: #FFD700 !important;
}

.text-yellow-400,
.bg-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(255 215 0 / var(--tw-text-opacity, 1)) !important;
}

.bg-yellow-400,
.bg-yellow-500 {
  background-color: rgb(255 215 0 / var(--tw-bg-opacity, 1)) !important;
}
