/* apex-bundle — gerado em 2026-07-02T23:46:34.532Z */

/* === css/apex-boot.css === */
/* Anti-FOUC — carregamento suave (header + home + sidebar) */

/* Sidebar Vue: só oculta legado DEPOIS da Apex montar (classe apex-sidebar-mounted) */
.sidebar-color:not(.apex-sidebar-mounted) > *:not(.apex-keep) {
    visibility: hidden;
}

.sidebar-color.apex-sidebar-mounted > *:not(.apex-sidebar):not(.apex-keep) {
    display: none !important;
}

.sidebar-color.apex-sidebar-mounted .apex-sidebar {
    visibility: visible;
}

@keyframes apex-shimmer {
    0% { opacity: 0.55; }
    50% { opacity: 0.85; }
    100% { opacity: 0.55; }
}

/* Header: não mostra navbar Vue até o inject DonaldBet */
.navbar.navtop-color:not(.apex-ready) .nav-menu {
    opacity: 0;
}

.navbar.navtop-color.apex-ready .nav-menu {
    opacity: 1;
    transition: opacity 0.12s ease;
}

.navbar.navtop-color:not(.apex-ready) {
    min-height: 3.5rem;
}

/* Banner promo topo (GANHE 10 REAIS / texto_header) — removido */
.navbar.navtop-color > div.relative.flex.items-center.justify-center.gap-2.bg-\[var\(--ci-primary-color\)\],
.navbar.navtop-color > div.relative.flex.items-center.justify-center.gap-2 {
    display: none !important;
}

/* Ajusta padding do layout quando banner some */
html.apex-no-top-promo .lg\:pt-\[116px\] {
    padding-top: 4.5rem !important;
}

/* Home: oculta hero grande */
html.apex-home-page .relative.mb-6:has(.main-banner) {
    display: none !important;
}

/* Carrossel Vue só some quando o Apex montou com sucesso */
html.apex-home-page.apex-banners-mounted .relative.mb-6:has(.recommended-banner) {
    display: none !important;
}

html.apex-home-page .custom-pulse.mb-6.h-44,
html.apex-home-page div.custom-pulse.mb-6.h-44 {
    display: none !important;
}

/* Carrossel Apex: reserva espaço até montar */
html.apex-home-page:not(.apex-home-ready) .apex-home-banners {
    visibility: hidden;
    height: 0;
    margin: 0;
    overflow: hidden;
}

html.apex-home-page.apex-home-ready .apex-home-banners {
    visibility: visible;
    height: auto;
}

/* Menu circular: fade-in suave */
html.apex-home-page .apex-home-menu {
    animation: apex-fade-in 0.15s ease;
}

@keyframes apex-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Esconde menu de categorias Vue na home */
html.apex-home-page .mb-4.xl\:mb-11:has(.site-filter-item) {
    display: none !important;
}

/* === css/header-apex.css === */
/* Header estilo DonaldBet — layout idêntico ao original */

.navbar.navtop-color.apex-ready {
  --header-bg: #000000;
  --header-nav-link: rgba(255, 255, 255, 0.55);
  --header-nav-link-active: #ffffff;
  --header-login-bg: #27272a;
  --header-login-text: #ffffff;
  --header-login-border: transparent;
  --header-register-bg: #0485f7;
  --header-register-text: #ffffff;
  --header-register-border: transparent;
  --header-balance-text: #ffffff;
  --header-text-muted: rgba(255, 255, 255, 0.6);

  background: var(--header-bg) !important;
  box-shadow: none !important;
}

.navbar.navtop-color.apex-ready .nav-menu > *:not(.apex-header):not(.apex-keep-auth) {
  display: none !important;
}

.navbar.navtop-color.apex-ready .nav-menu {
  position: relative;
  width: 100%;
  min-height: 3.5rem;
  height: 3.5rem;
}

.apex-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 0.625rem;
  padding: 0 0.75rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif;
}

@media (min-width: 640px) {
  .apex-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .apex-header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.apex-header * {
  box-sizing: border-box;
}

/* Hamburger desktop */
.apex-header .apex-menu-toggle {
  display: none;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 0.5rem;
  background: transparent;
  color: var(--header-text-muted);
  cursor: pointer;
  transition: background-color 0.15s ease;
}

@media (min-width: 1024px) {
  .apex-header .apex-menu-toggle {
    display: inline-flex;
  }
}

.apex-header .apex-menu-toggle:hover {
  background: rgba(255, 255, 255, 0.05);
}

.apex-header .apex-menu-toggle svg {
  display: block;
}

/* Logo heading — compacto à esquerda */
.apex-header .apex-logo-heading {
  display: flex;
  flex-shrink: 1;
  align-items: center;
  min-width: 0;
  max-width: 45vw;
  margin: 0 0.25rem 0 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

@media (min-width: 640px) {
  .apex-header .apex-logo-heading {
    max-width: 50vw;
  }
}

@media (min-width: 1024px) {
  .apex-header .apex-logo-heading {
    max-width: none;
  }
}

.apex-header .apex-logo-link {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  min-width: 0;
  text-decoration: none;
}

@media (min-width: 640px) {
  .apex-header .apex-logo-link {
    gap: 0.5rem;
  }
}

.apex-header .apex-logo-mobile,
.apex-header .apex-logo-desktop {
  width: auto;
  height: 32px;
  max-width: 170px;
  object-fit: contain;
  object-position: left;
}

.apex-header .apex-logo-mobile {
  display: block;
  max-width: 34vw;
}

@media (min-width: 640px) {
  .apex-header .apex-logo-mobile {
    max-width: 170px;
  }
}

@media (min-width: 1024px) {
  .apex-header .apex-logo-mobile {
    display: none;
  }
}

.apex-header .apex-logo-desktop {
  display: none;
  max-width: 170px;
}

@media (min-width: 1024px) {
  .apex-header .apex-logo-desktop {
    display: block;
  }
}

.apex-header .apex-logo-fallback {
  color: var(--header-register-bg);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

/* Nav central absoluto */
.apex-header .apex-center-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: none;
  align-items: center;
  gap: 0.125rem;
  transform: translateX(-50%);
}

@media (min-width: 1024px) {
  .apex-header .apex-center-nav {
    display: flex;
  }
}

.apex-header .apex-nav-link {
  display: inline-flex;
  align-items: center;
  height: 2.25rem;
  padding: 0 0.875rem;
  border-radius: 0.5rem;
  color: var(--header-nav-link);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease;
}

.apex-header .apex-nav-link:hover,
.apex-header .apex-nav-link.is-active {
  color: var(--header-nav-link-active);
}

.apex-header .apex-header-spacer {
  flex: 1 1 auto;
  min-width: 0;
}

/* Botões login/registro */
.apex-header .apex-header-actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.25rem;
  min-width: 0;
}

@media (min-width: 640px) {
  .apex-header .apex-header-actions {
    gap: 0.625rem;
  }
}

.apex-header .apex-btn-login,
.apex-header .apex-btn-register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 2rem;
  padding: 0 0.75rem;
  border-radius: 9999px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.15s ease;
}

@media (min-width: 640px) {
  .apex-header .apex-btn-login,
  .apex-header .apex-btn-register {
    height: 2.25rem;
    padding: 0 1.125rem;
    font-size: 13px;
  }
}

.apex-header .apex-btn-login:hover,
.apex-header .apex-btn-register:hover {
  opacity: 0.9;
}

.apex-header .apex-btn-login {
  background: var(--header-login-bg);
  color: var(--header-login-text);
  border-color: var(--header-login-border);
}

.apex-header .apex-btn-register {
  background: var(--header-register-bg);
  color: var(--header-register-text);
  border-color: var(--header-register-border);
}

.apex-header .apex-header-actions .apex-keep-auth {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
}

/* === css/sidebar-apex.css === */
/* Nova sidebar (design Cassino) injetada dentro do container Vue .sidebar-color */

.sidebar-color{
  --sidebar-bg:#0a0a0d;
  --card-bg:#18181B;
  --card-bg-hover:#1f1f23;
  --pill-bg:#27272A;
  --text-muted:#A1A1AA;
  --title:#ffffff;
  --icon:#ffffff;
  --accent:#0485F7;
  --divider: rgba(255,255,255,0.1);
}

/* Esconde conteúdo Vue legado só após inject Apex */
.sidebar-color.apex-sidebar-mounted > *:not(.apex-sidebar):not(.apex-keep){
  display:none !important;
}

.sidebar-color.apex-ready{
  background: var(--sidebar-bg) !important;
  scrollbar-width:none;
}
.sidebar-color.apex-ready::-webkit-scrollbar{ display:none; }

.apex-sidebar{
  width:100%;
  background: var(--sidebar-bg);
  display:flex;
  flex-direction:column;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif;
}
.apex-sidebar *{ box-sizing:border-box; }

/* ===== Tabs ===== */
.apex-sidebar .tabs-row{
  display:flex;
  align-items:stretch;
  gap:8px;
  padding: 12px 24px 8px 24px;
}
.apex-sidebar .tabs-border{
  display:flex;
  flex:1;
  align-items:stretch;
  border-bottom:1px solid rgba(255,255,255,0.1);
}
.apex-sidebar .tab-btn{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:none;
  border:none;
  border-bottom:2px solid transparent;
  padding: 4px 0 12px 0;
  margin-bottom:-1px;
  font-size:14px;
  font-weight:600;
  color: rgba(255,255,255,0.45);
  cursor:pointer;
  text-decoration:none;
  transition: color .15s;
}
.apex-sidebar .tab-btn:hover{ color: var(--title); }
.apex-sidebar .tab-btn.active{
  color: var(--title);
  border-bottom-color: var(--accent);
}
.apex-sidebar .tab-btn svg{ flex-shrink:0; width:18px; height:18px; }
.apex-sidebar .tab-btn .truncate{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

/* ===== Promo banner ===== */
.apex-sidebar .promo-wrap{
  padding: 12px 24px 8px 24px;
  overflow: visible;
}
.apex-sidebar .promo-card{
  position:relative;
  display:block;
  width:100%;
  height:107px;
  border-radius:12px 90px 12px 12px;
  background: var(--card-bg);
  padding:16px;
  text-align:left;
  border:none;
  cursor:pointer;
  overflow:visible;
  text-decoration:none;
}
.apex-sidebar .promo-content{
  position:relative;
  z-index:2;
  max-width:58%;
}
.apex-sidebar .promo-content h3{
  margin:0;
  font-size:16px;
  font-weight:700;
  color: var(--title);
}
.apex-sidebar .promo-content p{
  margin:4px 0 0 0;
  font-size:10px;
  line-height:1.4;
  color: rgba(255,255,255,0.6);
}
.apex-sidebar .promo-pill{
  margin-top:6px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:20px;
  border-radius:9999px;
  background: var(--accent);
  padding:0 16px;
  font-size:10px;
  font-weight:400;
  color:#FCFCFC;
  transition: transform .2s ease-out;
}
.apex-sidebar .promo-card:hover .promo-pill{ transform:scale(1.05); }
.apex-sidebar .promo-icon{
  position:absolute;
  right:-8px;
  bottom:-14px;
  z-index:3;
  height:120px;
  width:120px;
  object-fit:contain;
  pointer-events:none;
  opacity:0;
  transition: opacity .12s ease, transform .3s ease-out;
}
.apex-sidebar .promo-icon.is-ready{
  opacity:1;
}
.apex-sidebar .promo-card:hover .promo-icon.is-ready{
  transform: scale(1.08);
}
.apex-sidebar .rail-icon img{
  opacity:0;
  transition: opacity .12s ease;
}
.apex-sidebar .rail-icon img.is-ready{
  opacity:1;
}

/* ===== Quick actions ===== */
.apex-sidebar .quick-actions{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:8px;
  padding: 8px 24px 16px 24px;
}
.apex-sidebar .quick-item{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  height:64px;
  border-radius:12px;
  border:1px solid transparent;
  background: var(--card-bg);
  text-decoration:none;
  cursor:pointer;
  transition: background .15s;
}
.apex-sidebar .quick-item:hover{ background: var(--card-bg-hover); }
.apex-sidebar .quick-item svg{ width:24px; height:24px; color: rgba(255,255,255,0.8); }
.apex-sidebar .quick-item span{ font-size:12px; color: var(--text-muted); }
.apex-sidebar .quick-item.disabled{
  pointer-events:none;
  cursor:default;
}
.apex-sidebar .quick-item.disabled .quick-item-inner{ filter: blur(1px); }
.apex-sidebar .quick-item-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
}
.apex-sidebar .lock-badge{
  position:absolute;
  top:-2px;
  right:4px;
  width:14px;
  height:18px;
  color: var(--text-muted);
}

/* ===== Section header ===== */
.apex-sidebar .section-header{
  display:flex;
  align-items:center;
  gap:12px;
  padding: 16px 24px 12px 24px;
}
.apex-sidebar .section-header .line{ height:1px; flex:1; background: var(--divider); }
.apex-sidebar .section-header span{
  font-size:11px;
  font-weight:600;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color: rgba(255,255,255,0.4);
}
/* ===== Category grid (2 cols) ===== */
.apex-sidebar .category-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:8px;
  padding: 0 24px;
}
.apex-sidebar .category-item{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  border-radius:12px;
  border:1px solid transparent;
  background: var(--card-bg);
  padding:12px;
  text-align:center;
  text-decoration:none;
  cursor:pointer;
  transition: background .15s;
}
.apex-sidebar .category-item:hover{ background: var(--card-bg-hover); }
.apex-sidebar .category-item svg{ width:20px; height:20px; color: rgba(255,255,255,0.8); }
.apex-sidebar .category-item span{ font-size:12px; color: var(--text-muted); }
.apex-sidebar .category-item.disabled{ pointer-events:none; cursor:default; }
.apex-sidebar .category-item.disabled .category-inner{ filter: blur(1px); }
.apex-sidebar .category-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;
}

/* ===== Other options (2 cols wide cards) ===== */
.apex-sidebar .other-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:8px;
  padding: 0 24px;
}
.apex-sidebar .other-item{
  display:flex;
  align-items:center;
  gap:12px;
  border-radius:12px;
  border:1px solid transparent;
  background: var(--card-bg);
  padding:14px 16px;
  text-decoration:none;
  cursor:pointer;
  transition: background .15s;
}
.apex-sidebar .other-item:hover{ background: var(--card-bg-hover); }
.apex-sidebar .other-item svg{ width:20px; height:20px; flex-shrink:0; color: rgba(255,255,255,0.8); }
.apex-sidebar .other-item span{ font-size:12px; color: var(--text-muted); }

/* ===== Social ===== */
.apex-sidebar .social-row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding: 0 24px 16px 24px;
}
.apex-sidebar .social-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px; height:40px;
  border-radius:9999px;
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.8);
  text-decoration:none;
  transition: background .15s, color .15s;
}
.apex-sidebar .social-btn:hover{
  background: rgba(255,255,255,0.1);
  color: var(--title);
}
.apex-sidebar .social-btn svg{ width:18px; height:18px; }

/* ===== Views das abas Cassino / Esportes ===== */
.apex-sidebar .tab-view{ display:none; }
.apex-sidebar .tab-view.active{ display:block; }

/* ===== Modo colapsado (70px) — rail de ícones estilo DonaldBet ===== */
.apex-sidebar .apex-collapsed-rail{
  display:none;
  flex-direction:column;
  align-items:center;
  width:100%;
  padding: 12px 10px 16px;
  gap:8px;
}

.sidebar-color.apex-ready.apex-collapsed .apex-expanded{
  display:none !important;
}
.sidebar-color.apex-ready.apex-collapsed .apex-collapsed-rail{
  display:flex !important;
  flex:1;
  min-height:0;
  overflow-y:auto;
  overflow-x:hidden;
}
.sidebar-color.apex-ready.apex-collapsed .apex-sidebar{
  height:100%;
  min-height:0;
}
.sidebar-color.apex-ready.apex-collapsed{
  overflow-x:hidden !important;
}

.apex-sidebar .rail-tab-wrap{
  display:flex;
  justify-content:center;
  width:100%;
  padding-bottom:4px;
}
.apex-sidebar .rail-tab-btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:50px;
  height:50px;
  border:none;
  border-radius:8px;
  background: var(--card-bg);
  color: var(--title);
  cursor:pointer;
  transition: background .15s, filter .15s;
}
.apex-sidebar .rail-tab-btn:hover{
  filter: brightness(1.1);
}
.apex-sidebar .rail-tab-btn.active{
  background: var(--accent);
  color:#fff;
}
.apex-sidebar .rail-dots{
  position:absolute;
  bottom:6px;
  left:50%;
  display:flex;
  gap:4px;
  transform:translateX(-50%);
}
.apex-sidebar .rail-dots .dot{
  width:4px;
  height:4px;
  border-radius:9999px;
  background: rgba(255,255,255,0.3);
}
.apex-sidebar .rail-dots .dot.active{
  background:#fff;
}

.apex-sidebar .rail-stack{
  display:none;
  flex-direction:column;
  align-items:center;
  gap:8px;
  width:100%;
}
.apex-sidebar .rail-stack.active{
  display:flex;
}

.apex-sidebar .rail-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:50px;
  height:50px;
  border-radius:8px;
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.7);
  text-decoration:none;
  transition: color .15s, background .15s;
  flex-shrink:0;
}
.apex-sidebar .rail-icon:hover{
  color: var(--title);
  background: rgba(255,255,255,0.08);
}
.apex-sidebar .rail-icon svg{
  width:20px;
  height:20px;
  flex-shrink:0;
}
.apex-sidebar .rail-icon img{
  width:28px;
  height:28px;
  object-fit:contain;
  border-radius:50%;
}
.apex-sidebar .rail-icon.disabled{
  opacity:0.45;
  pointer-events:none;
}

.apex-sidebar .rail-footer{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  width:100%;
  padding-top:8px;
  margin-top:auto;
  border-top:1px solid rgba(255,255,255,0.06);
}

/* === css/footer-apex.css === */
/* Footer estilo DonaldBet — ApostaNinja */

/* Footer nunca deve ficar dentro do mount Vue (#EclipeGaming) */
#EclipeGaming > #page-footer {
    display: none !important;
}

footer.default.relative.z-10.border-t {
    display: none !important;
}

#page-footer.apex-footer {
    --footer-bg-primary: #0a0a0a;
    --footer-bg-secondary: #18181b;
    --footer-button-bg: #18181b;
    --footer-app-button-bg: rgba(255, 255, 255, 0.06);
    --footer-titles: #ffffff;
    --footer-links: rgba(255, 255, 255, 0.55);
    --footer-texts: rgba(255, 255, 255, 0.72);
    --footer-primary: #0485f7;
    --footer-max-width: 1140px;

    width: 100%;
    background: var(--footer-bg-primary) !important;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    color: var(--footer-texts);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif;
}

#page-footer.apex-footer *,
#page-footer.apex-footer *::before,
#page-footer.apex-footer *::after {
    box-sizing: border-box;
}

#page-footer .apex-footer-inner {
    max-width: var(--footer-max-width);
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 1024px) {
    #page-footer .apex-footer-inner {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

#page-footer .text-footer-titles { color: var(--footer-titles); }
#page-footer .text-footer-links { color: var(--footer-links); }
#page-footer .text-footer-texts { color: var(--footer-texts); }
#page-footer .text-primary { color: var(--footer-primary); }
#page-footer .bg-footer-button-bg { background: var(--footer-button-bg); }
#page-footer .bg-footer-app-button-bg { background: var(--footer-app-button-bg); }
#page-footer .bg-footer-bg-secondary { background: var(--footer-bg-secondary); }
#page-footer .border-footer-app-button-bg { border-color: var(--footer-app-button-bg); }
#page-footer .border-footer-texts-10 { border-color: rgba(255, 255, 255, 0.1); }
#page-footer .hover\:text-primary:hover { color: var(--footer-primary); }

#page-footer a {
    color: inherit;
    text-decoration: none;
}

#page-footer button {
    font: inherit;
    color: inherit;
}

#page-footer .apex-footer-mobile {
    display: block;
}

#page-footer .apex-footer-desktop {
    display: none;
}

@media (min-width: 1280px) {
    #page-footer .apex-footer-mobile {
        display: none;
    }

    #page-footer .apex-footer-desktop {
        display: grid;
    }
}

#page-footer .apex-footer-grid-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5rem 0.25rem;
}

@media (min-width: 1280px) {
    #page-footer .apex-footer-grid-main {
        grid-template-columns: 220px 1fr;
        gap: 3rem;
        padding: 2rem 0.5rem;
    }
}

#page-footer .apex-footer-brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

@media (min-width: 1280px) {
    #page-footer .apex-footer-brand-row.mobile-only {
        display: none;
    }

    #page-footer .apex-footer-brand-col {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}

#page-footer .apex-footer-brand-col.desktop-only {
    display: none;
}

@media (min-width: 1280px) {
    #page-footer .apex-footer-brand-col.desktop-only {
        display: flex;
    }
}

#page-footer .apex-footer-logo {
    display: block;
    height: 2rem;
    max-width: 160px;
}

#page-footer .apex-footer-logo img {
    height: 100%;
    width: auto;
    max-width: 160px;
    object-fit: contain;
}

#page-footer .apex-footer-social-inline {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

#page-footer .apex-footer-social-icons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

#page-footer .apex-footer-social-icons a,
#page-footer .apex-footer-social-grid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--footer-titles);
    transition: transform 0.2s ease, color 0.2s ease;
}

#page-footer .apex-footer-social-icons a:hover,
#page-footer .apex-footer-social-grid a:hover {
    transform: scale(1.1);
    color: var(--footer-primary);
}

#page-footer .apex-footer-social-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
}

#page-footer .apex-footer-social-grid a {
    padding: 0.5rem;
    border-radius: 0.5rem;
    background: var(--footer-bg-secondary);
}

#page-footer .apex-footer-social-grid a:hover {
    background: var(--footer-app-button-bg);
}

#page-footer .apex-footer-desc {
    font-size: 0.75rem;
    line-height: 1.625;
    color: var(--footer-links);
    max-width: 220px;
}

#page-footer .apex-footer-menu-wrap {
    border-radius: 0.75rem;
    background: var(--footer-button-bg);
    padding: 0.25rem 0.5rem;
}

@media (min-width: 1280px) {
    #page-footer .apex-footer-menu-wrap {
        padding: 0.5rem 1rem;
    }
}

#page-footer .apex-footer-menu-mobile {
    display: flex;
    flex-direction: column;
}

#page-footer .apex-footer-menu-desktop {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 0 3rem;
}

@media (min-width: 1280px) {
    #page-footer .apex-footer-menu-mobile {
        display: none;
    }

    #page-footer .apex-footer-menu-desktop {
        display: grid;
    }
}

#page-footer .apex-footer-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#page-footer .apex-footer-item:last-child {
    border-bottom: none;
}

#page-footer .apex-footer-item-btn,
#page-footer .apex-footer-item-link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    text-align: left;
    background: transparent;
    border: none;
    cursor: pointer;
}

#page-footer .apex-footer-item-link {
    text-decoration: none;
}

#page-footer .apex-footer-item-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--footer-titles);
}

#page-footer .apex-footer-chevron {
    flex-shrink: 0;
    color: var(--footer-links);
    transition: transform 0.2s ease;
}

#page-footer .apex-footer-chevron.is-open {
    transform: rotate(180deg);
}

#page-footer .apex-footer-panel {
    display: none;
    flex-direction: column;
    padding: 0 1rem 0.75rem;
    margin-top: -0.25rem;
}

#page-footer .apex-footer-panel.is-open {
    display: flex;
}

#page-footer .apex-footer-panel a,
#page-footer .apex-footer-panel button.apex-footer-panel-link {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    font-size: 13px;
    color: var(--footer-links);
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: color 0.2s ease;
}

#page-footer .apex-footer-panel a:hover,
#page-footer .apex-footer-panel button.apex-footer-panel-link:hover {
    color: var(--footer-titles);
}

#page-footer .apex-footer-app-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    align-self: center;
    border: none;
    border-radius: 9999px;
    background: var(--footer-app-button-bg);
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    text-transform: uppercase;
    color: var(--footer-titles);
    cursor: pointer;
    transition: opacity 0.2s ease;
}

#page-footer .apex-footer-app-btn:hover {
    opacity: 0.9;
}

@media (min-width: 1280px) {
    #page-footer .apex-footer-app-btn.mobile-only {
        display: none;
    }
}

#page-footer .apex-footer-legal-box {
    padding: 0.75rem;
    border-radius: 0.75rem;
    border: 1px solid var(--footer-app-button-bg);
}

#page-footer .apex-footer-legal-text {
    position: relative;
    font-size: 10.5px;
    line-height: 1.625;
    color: rgba(255, 255, 255, 0.5);
    max-height: 4rem;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

#page-footer .apex-footer-legal-text.is-expanded {
    max-height: 2000px;
}

#page-footer .apex-footer-legal-fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.5rem;
    background: linear-gradient(to top, var(--footer-bg-primary), transparent);
    pointer-events: none;
}

#page-footer .apex-footer-legal-text.is-expanded + .apex-footer-legal-fade {
    display: none;
}

#page-footer .apex-footer-legal-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-top: 0.25rem;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 10px;
    color: var(--footer-links);
    cursor: pointer;
    position: relative;
    z-index: 2;
}

#page-footer .apex-footer-legal-toggle:hover {
    color: var(--footer-titles);
}

#page-footer .apex-footer-legal-toggle svg.is-open {
    transform: rotate(180deg);
}

#page-footer .apex-footer-legal-toggle svg {
    transition: transform 0.2s ease;
}

#page-footer .apex-footer-badges {
    padding: 1rem 0.25rem;
}

@media (min-width: 768px) {
    #page-footer .apex-footer-badges {
        padding: 1.5rem 0.5rem;
    }
}

#page-footer .apex-footer-badges-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem 1.25rem;
}

@media (min-width: 768px) {
    #page-footer .apex-footer-badges-row {
        justify-content: space-between;
    }
}

#page-footer .apex-footer-badges-row img {
    max-height: 34px;
    width: auto;
    max-width: 12em;
    object-fit: contain;
}

#page-footer .apex-footer-18 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--footer-texts);
    user-select: none;
}

#page-footer .apex-footer-18 span {
    max-width: 140px;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
}

#page-footer .apex-footer-pix {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#page-footer .apex-footer-pix-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}

#page-footer .apex-footer-pix img {
    height: 1.5rem;
    width: auto;
}

@media (min-width: 1024px) {
    #page-footer .apex-footer-pix img {
        height: 2rem;
    }
}

#page-footer .apex-footer-bottom-nav {
    padding: 0.75rem 0.25rem 2rem;
}

#page-footer .apex-footer-bottom-nav nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 1.5rem;
}

#page-footer .apex-footer-bottom-nav a,
#page-footer .apex-footer-bottom-nav span {
    font-size: 10px;
    line-height: 12px;
}

#page-footer .apex-footer-bottom-nav a {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--footer-titles);
    transition: opacity 0.2s ease;
}

#page-footer .apex-footer-bottom-nav a:hover {
    opacity: 0.8;
}

#page-footer .apex-footer-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
}

#page-footer .apex-footer-desktop {
    grid-template-columns: minmax(300px, 360px) 1fr;
    align-items: stretch;
    gap: 3rem;
    padding: 2rem 0;
}

#page-footer .apex-footer-desktop-left,
#page-footer .apex-footer-desktop-right {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

#page-footer .apex-footer-desktop-left .apex-footer-app-btn {
    width: 100%;
}

/* === css/auth-modal-donald.css === */
/* Auth modal — HTML/CSS exatos fornecidos, renderizados em overlay próprio (#apex-auth-modal) */

:root{
  --auth-bg-primary:#0e0e11;
  --auth-bg-inputs:#1b1b1f;
  --auth-bg-inputs-40: rgba(27,27,31,0.4);
  --auth-texts: rgba(255,255,255,0.92);
  --auth-titles:#ffffff;
  --auth-links:#3aa0ff;
  --auth-text-inputs: rgba(255,255,255,0.92);
  --auth-button-bg:#0485F7;
  --auth-button-text:#ffffff;
  --accent-accent:#0485F7;
}

/* Esconde o modal Vue original enquanto o overlay customizado está ativo */
#modalElAuth:not(.hidden):not(.donald-bypass),
#modalElRegister:not(.hidden):not(.donald-bypass){
  visibility: hidden !important;
}

#apex-auth-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif;
}
#apex-auth-modal.active{ display:flex; }

#apex-auth-modal *{ box-sizing:border-box; }

#apex-auth-modal .backdrop{
  position:fixed;
  inset:0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* Esconde o backdrop cinza do modal Vue (Flowbite) — só o overlay preto fica visível */
body:has(#apex-auth-modal.active) [modal-backdrop]{
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

#apex-auth-modal .modal-shell{
  position:relative;
  width:100%;
  max-width: min(762px, 94vw);
  background: var(--auth-bg-primary);
  box-shadow: 0 25px 60px rgba(0,0,0,0.55);
  border-radius: 16px;
  display:flex;
  max-height: 90vh;
  overflow:hidden;
}

#apex-auth-modal .modal-inner{
  display:flex;
  flex:1;
  overflow:hidden;
}

/* ---------- LEFT IMAGE (desktop only) ---------- */
#apex-auth-modal .side-image{
  position:relative;
  width:358px;
  max-width:358px;
  flex-shrink:0;
  overflow:hidden;
  border-radius:16px 0 0 16px;
  display:none;
}
#apex-auth-modal .side-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

@media (min-width: 640px){
  #apex-auth-modal .side-image{ display:block; }
}

/* ---------- RIGHT PANEL ---------- */
#apex-auth-modal .panel{
  min-width:0;
  flex:1;
  display:flex;
  flex-direction:column;
  overscroll-behavior:contain;
  padding: 0 24px 20px 24px;
  overflow-y:auto;
}

@media (min-width:640px){
  #apex-auth-modal .panel{ max-width:404px; }
}

/* ---------- HEADER ---------- */
#apex-auth-modal .panel-header{
  margin-bottom:20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding: 12px 0;
}

#apex-auth-modal .brand-logo{
  height:25px;
  width:auto;
  display:flex;
  align-items:center;
  gap:6px;
  font-weight:800;
  font-size:19px;
  color:var(--auth-titles);
  letter-spacing:-0.02em;
}
#apex-auth-modal .brand-logo svg{ display:block; }
#apex-auth-modal .brand-logo img{
  height:25px;
  width:auto;
  max-width:160px;
  object-fit:contain;
  display:block;
}

#apex-auth-modal .header-actions{
  display:flex;
  align-items:center;
  gap:8px;
}

#apex-auth-modal .help-btn{
  display:inline-flex;
  align-items:center;
  gap:6px;
  height:32px;
  border-radius:9999px;
  border:1px solid rgba(255,255,255,0.15);
  padding:0 12px;
  font-size:12px;
  font-weight:500;
  color: var(--auth-texts);
  background:transparent;
  text-decoration:none;
  cursor:pointer;
  transition: border-color .15s, opacity .15s;
}
#apex-auth-modal .help-btn:hover{ border-color: rgba(255,255,255,0.3); opacity:.85; }
#apex-auth-modal .help-btn svg{ width:14px; height:14px; }

#apex-auth-modal .close-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:32px; height:32px;
  flex-shrink:0;
  border-radius:16px;
  border:none;
  background: var(--auth-bg-inputs);
  color: var(--auth-texts);
  cursor:pointer;
  transition: opacity .15s;
}
#apex-auth-modal .close-btn:hover{ opacity:.8; }
#apex-auth-modal .close-btn svg{ width:16px; height:16px; }

/* ---------- MOBILE IMAGE ---------- */
#apex-auth-modal .mobile-image{
  margin-bottom:20px;
  overflow:hidden;
  border-radius:12px;
}
#apex-auth-modal .mobile-image img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}
@media (min-width:640px){
  #apex-auth-modal .mobile-image{ display:none; }
}

/* ---------- TABS ---------- */
#apex-auth-modal .tabs{
  display:flex;
  margin-bottom:20px;
  border-bottom:1px solid rgba(255,255,255,0.15);
}
#apex-auth-modal .tab{
  flex:1;
  background:none;
  border:none;
  border-bottom:2px solid transparent;
  padding-bottom:12px;
  font-size:14px;
  font-weight:600;
  color: rgba(255,255,255,0.5);
  cursor:pointer;
  transition: color .15s;
}
#apex-auth-modal .tab:hover{ color: rgba(255,255,255,0.8); }
#apex-auth-modal .tab.active{
  color: var(--auth-titles);
  border-bottom-color: var(--auth-links);
}

/* ---------- FORM ---------- */
#apex-auth-modal form{
  display:flex;
  flex-direction:column;
  gap:14px;
}

#apex-auth-modal .field{ position:relative; }

#apex-auth-modal .input-base{
  width:100%;
  height:38px;
  border-radius:12px;
  border:1px solid transparent;
  background: var(--auth-bg-inputs);
  padding: 10px 12px 2px 12px;
  font-size:14px;
  line-height:1;
  color: var(--auth-text-inputs);
  outline:none;
  transition: border-color .15s;
}
#apex-auth-modal .input-base:focus{ border-color: rgba(255,255,255,0.15); }

#apex-auth-modal .field label{
  pointer-events:none;
  position:absolute;
  left:12px;
  top:50%;
  transform:translateY(-50%);
  font-size:13px;
  color: rgba(255,255,255,0.45);
  transition: all .15s;
}
#apex-auth-modal .field input:focus + label,
#apex-auth-modal .field input:not(:placeholder-shown) + label{
  top:4px;
  transform:translateY(0);
  font-size:8px;
  line-height:1;
  color: rgba(255,255,255,0.6);
}

#apex-auth-modal .eye-toggle{
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  background:none;
  border:none;
  padding:0;
  color: rgba(255,255,255,0.5);
  cursor:pointer;
  display:flex;
}
#apex-auth-modal .eye-toggle:hover{ color: rgba(255,255,255,0.9); }
#apex-auth-modal .eye-toggle svg{ width:16px; height:16px; }

/* CPF row */
#apex-auth-modal .cpf-row{
  display:flex;
  align-items:flex-start;
  gap:8px;
}
#apex-auth-modal .cpf-row .field{ flex:1; min-width:0; }
#apex-auth-modal .validate-btn{
  flex-shrink:0;
  height:38px;
  border-radius:9999px;
  padding:0 16px;
  font-size:12px;
  font-weight:700;
  color: var(--auth-button-text);
  background: var(--accent-accent);
  border:none;
  display:flex;
  align-items:center;
  gap:6px;
  cursor:pointer;
  transition: opacity .15s;
}
#apex-auth-modal .validate-btn:hover{ opacity:.9; }
#apex-auth-modal .validate-btn:disabled{
  opacity:.4;
  cursor:not-allowed;
}
#apex-auth-modal .validate-btn.is-loading{
  opacity:.85;
  cursor:wait;
}
#apex-auth-modal .validate-btn.is-validated{
  background:#16a34a;
  opacity:1;
  cursor:default;
}
#apex-auth-modal .cpf-spinner{
  animation: apex-cpf-spin .8s linear infinite;
}
@keyframes apex-cpf-spin{
  to{ transform:rotate(360deg); }
}
#apex-auth-modal .input-base.is-validated{
  border-color:#16a34a;
  color:#fff;
}
#apex-auth-modal .cpf-error{
  margin:-4px 0 8px;
  font-size:12px;
  line-height:1.35;
  color:#f87171;
}
#apex-auth-modal .cpf-error.is-visible{
  display:block;
}
#apex-auth-modal .cpf-locked.is-locked{
  opacity:.45;
  pointer-events:none;
}
#apex-auth-modal .cpf-locked.is-locked .field,
#apex-auth-modal .cpf-locked.is-locked .flag-badge{
  opacity:1;
}

/* Phone row */
#apex-auth-modal .phone-row{
  display:flex;
  align-items:stretch;
  gap:8px;
}
#apex-auth-modal .flag-badge{
  height:38px;
  border-radius:12px;
  padding:0 10px 0 12px;
  background: var(--auth-bg-inputs);
  border:1px solid transparent;
  color: var(--auth-text-inputs);
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:14px;
  flex-shrink:0;
}
#apex-auth-modal .flag-badge svg{
  width:18px; height:18px;
  border-radius:50%;
  flex-shrink:0;
}
#apex-auth-modal .flag-badge span{ font-weight:600; }
#apex-auth-modal .phone-row .field{ flex:1; min-width:0; }

/* Checkbox */
#apex-auth-modal .terms-label{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:10px;
  border-radius:12px;
  border:1px solid rgba(58,160,255,0.2);
  background: var(--auth-bg-inputs-40);
  padding:10px 14px;
  font-size:12px;
  color: rgba(255,255,255,0.9);
  cursor:pointer;
  user-select:none;
  transition: border-color .15s;
}
#apex-auth-modal .terms-label:hover{ border-color: rgba(58,160,255,0.35); }
#apex-auth-modal .terms-label input{ position:absolute; opacity:0; width:0; height:0; }
#apex-auth-modal .checkbox-box{
  margin-top:2px;
  flex-shrink:0;
  width:20px; height:20px;
  border-radius:6px;
  border:2px solid rgba(255,255,255,0.3);
  display:flex;
  align-items:center;
  justify-content:center;
  color:transparent;
  transition: all .15s;
}
#apex-auth-modal .checkbox-box svg{ width:13px; height:13px; }
#apex-auth-modal .terms-label input:checked + .checkbox-box{
  background: var(--auth-links);
  border-color: var(--auth-links);
  color:#fff;
}
#apex-auth-modal .terms-label a{
  color: var(--auth-links);
  text-decoration:underline;
}
#apex-auth-modal .terms-label a:hover{ opacity:.8; }

/* Buttons */
#apex-auth-modal .btn-group{
  display:flex;
  flex-direction:column;
  gap:8px;
}
#apex-auth-modal .submit-btn{
  width:100%;
  height:44px;
  border-radius:9999px;
  border:none;
  background: var(--auth-button-bg);
  color: var(--auth-button-text);
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  transition: opacity .15s;
}
#apex-auth-modal .submit-btn:hover{ opacity:.9; }
#apex-auth-modal .submit-btn:disabled{
  opacity:.4;
  cursor:not-allowed;
}

#apex-auth-modal .ghost-btn{
  width:100%;
  background:none;
  border:none;
  padding:8px 0;
  font-size:12px;
  font-weight:700;
  color: rgba(255,255,255,0.4);
  cursor:pointer;
  transition: color .15s;
}
#apex-auth-modal .ghost-btn:hover{ color: rgba(255,255,255,0.6); }

#apex-auth-modal .forgot-link{
  display:block;
  text-align:right;
  font-size:12px;
  color: rgba(255,255,255,0.6);
  text-decoration:none;
  margin-top:-6px;
}
#apex-auth-modal .forgot-link:hover{ color: rgba(255,255,255,0.9); }

#apex-auth-modal .switch-text{
  text-align:center;
  font-size:12px;
  color: rgba(255,255,255,0.5);
}
#apex-auth-modal .switch-text a{
  color: var(--auth-links);
  font-weight:600;
  text-decoration:none;
  cursor:pointer;
}
#apex-auth-modal .switch-text a:hover{ text-decoration:underline; }

#apex-auth-modal .view{ display:none; }
#apex-auth-modal .view.active{ display:flex; flex-direction:column; gap:14px; }

/* Esconde confirmação simples do Vue — usamos overlay DonaldBet dentro do modal */
#modalConfirmClose{
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Confirmação de cancelamento de cadastro (overlay DonaldBet) */
#apex-auth-modal .cancel-confirm{
  position:absolute;
  inset:0;
  z-index:20;
  display:none;
  flex-direction:column;
  border-radius:16px;
  background:var(--auth-bg-primary);
  overflow:hidden;
}
#apex-auth-modal .cancel-confirm.active{ display:flex; }

#apex-auth-modal .cancel-watermark{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  opacity:0.06;
  pointer-events:none;
  user-select:none;
}

#apex-auth-modal .cancel-content{
  position:relative;
  z-index:10;
  display:flex;
  flex-direction:column;
  align-items:center;
  width:100%;
  height:100%;
  min-height:420px;
  padding:32px 24px;
}

#apex-auth-modal .cancel-logo{
  max-height:40px;
  width:auto;
  object-fit:contain;
}

#apex-auth-modal .cancel-body{
  flex:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:32px;
  width:100%;
}

#apex-auth-modal .cancel-icon-wrap{
  width:96px;
  height:96px;
  border-radius:50%;
  background:var(--auth-button-bg);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
#apex-auth-modal .cancel-icon-wrap svg{ color:var(--auth-bg-primary); }

#apex-auth-modal .cancel-title{
  margin:0;
  font-size:24px;
  font-weight:300;
  color:#fff;
  line-height:1.35;
}
#apex-auth-modal .cancel-title .cancel-bold{
  display:block;
  font-weight:700;
  color:var(--auth-button-bg);
}

#apex-auth-modal .cancel-actions{
  display:flex;
  flex-direction:column;
  gap:12px;
  width:100%;
  max-width:288px;
}

#apex-auth-modal .cancel-btn-resume,
#apex-auth-modal .cancel-btn-exit{
  width:100%;
  height:48px;
  border-radius:24px;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  transition:opacity .15s;
}
#apex-auth-modal .cancel-btn-resume{
  border:1px solid rgba(255,255,255,0.2);
  background:transparent;
  color:var(--auth-texts);
}
#apex-auth-modal .cancel-btn-resume:hover{ opacity:.85; }
#apex-auth-modal .cancel-btn-exit{
  border:none;
  background:var(--auth-button-bg);
  color:var(--auth-button-text);
}
#apex-auth-modal .cancel-btn-exit:hover{ opacity:.9; }

/* === css/deposit-apex.css === */
/* Modal de depósito — estilo DonaldBet (mobile sheet + desktop centered) */

html.apex-deposit-open,
html.apex-deposit-open body {
    overflow: hidden !important;
}

html.apex-deposit-open body {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
}

html.apex-deposit-open #modalElDeposit {
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Modal de depósito Vue legado — sempre oculto (usa ApexDeposit) */
#modalElDeposit {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

#apex-deposit-overlay {
    --bg-app: #0e0e10;
    --bg-panel: #131316;
    --bg-inputs: #1f1f23;
    --bg-stepper: #18181b;
    --texts: #e4e4e7;
    --titles: #ffffff;
    --links: #3b82f6;
    --links-soft: rgba(59, 130, 246, 0.15);
    --primary: #3b82f6;
    --button-bg: #3b82f6;
    --button-text: #ffffff;
    --success: #22c55e;
    --warning: #f59e0b;

    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    align-items: flex-end;
    justify-content: center;
    background: rgba(0, 0, 0, 0.65);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-tap-highlight-color: transparent;
}

#apex-deposit-overlay.is-open {
    display: flex;
}

#apex-deposit-overlay * {
    box-sizing: border-box;
}

.apex-deposit-sheet {
    width: 100%;
    max-width: 480px;
    max-height: 92vh;
    max-height: 92dvh;
    background: var(--bg-panel);
    border-radius: 20px 20px 0 0;
    padding: 10px 20px calc(20px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    animation: apexDepositSlideUp 0.28s ease-out;
    color: var(--texts);
}

@media (min-width: 768px) {
    #apex-deposit-overlay {
        align-items: center;
        padding: 1rem;
    }

    .apex-deposit-sheet {
        border-radius: 20px;
        max-height: 90vh;
        box-shadow: 0 24px 48px rgba(0, 0, 0, 0.55);
    }

    .apex-deposit-grabber,
    .apex-deposit-home-indicator {
        display: none;
    }
}

@keyframes apexDepositSlideUp {
    from {
        transform: translateY(24px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.apex-deposit-grabber {
    width: 36px;
    height: 4px;
    border-radius: 2px;
    background: #3a3e46;
    margin: 6px auto 18px;
    flex-shrink: 0;
}

.apex-deposit-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.apex-deposit-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--titles);
    letter-spacing: -0.2px;
}

.apex-deposit-close {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background: var(--bg-inputs);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--texts);
    flex-shrink: 0;
    cursor: pointer;
}

.apex-deposit-close svg {
    width: 14px;
    height: 14px;
}

.apex-deposit-body {
    overflow-y: auto;
    flex: 1;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
}

.apex-deposit-stepper {
    background: var(--bg-stepper);
    border-radius: 16px;
    padding: 14px 16px 12px;
    margin-bottom: 24px;
}

.apex-deposit-stepper-track {
    display: flex;
    align-items: flex-start;
}

.apex-deposit-step {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.apex-deposit-step-line {
    position: absolute;
    right: 50%;
    top: 11px;
    height: 1px;
    width: 100%;
    background: rgba(228, 228, 231, 0.15);
}

.apex-deposit-step:first-child .apex-deposit-step-line {
    display: none;
}

.apex-deposit-step-circle {
    position: relative;
    z-index: 1;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    background: var(--bg-stepper);
    border: 1.5px solid rgba(228, 228, 231, 0.25);
    color: rgba(228, 228, 231, 0.4);
}

.apex-deposit-step-label {
    font-size: 10px;
    font-weight: 500;
    color: rgba(228, 228, 231, 0.4);
    text-align: center;
    line-height: 1.2;
}

.apex-deposit-step.is-active .apex-deposit-step-circle,
.apex-deposit-step.is-done .apex-deposit-step-circle {
    border-color: var(--links);
    color: var(--links);
}

.apex-deposit-step.is-active .apex-deposit-step-label,
.apex-deposit-step.is-done .apex-deposit-step-label {
    color: var(--links);
    font-weight: 700;
}

.apex-deposit-amount-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 0.5rem;
}

.apex-deposit-amount-label {
    font-size: 14px;
    font-weight: 700;
    color: var(--titles);
}

.apex-deposit-coupon-link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: var(--links);
    background: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.apex-deposit-coupon-link svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
}

.apex-deposit-amount-control {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.apex-deposit-amount-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid rgba(228, 228, 231, 0.15);
    background: transparent;
    color: var(--texts);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
}

.apex-deposit-amount-btn:disabled {
    opacity: 0.3;
    cursor: default;
}

.apex-deposit-amount-btn svg {
    width: 18px;
    height: 18px;
}

.apex-deposit-amount-btn:active:not(:disabled) {
    background: var(--bg-inputs);
}

.apex-deposit-amount-value {
    flex: 1;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    min-width: 0;
}

.apex-deposit-amount-currency {
    font-size: 26px;
    font-weight: 700;
    color: var(--texts);
    flex-shrink: 0;
}

.apex-deposit-amount-input {
    border: 0;
    background: transparent;
    outline: none;
    font-size: 26px;
    font-weight: 700;
    color: #a1a1aa;
    text-align: left;
    width: 7ch;
    max-width: 100%;
    font-variant-numeric: tabular-nums;
}

.apex-deposit-chip-row {
    display: flex;
    gap: 8px;
    margin-bottom: 26px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scroll-snap-type: x proximity;
    cursor: grab;
    user-select: none;
    padding-bottom: 2px;
}

.apex-deposit-chip-row::-webkit-scrollbar {
    display: none;
}

.apex-deposit-chip-row.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
}

.apex-deposit-chip {
    flex-shrink: 0;
    padding: 11px 18px;
    border-radius: 16px;
    background: var(--bg-inputs);
    border: none;
    color: var(--texts);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    scroll-snap-align: start;
    user-select: none;
}

.apex-deposit-chip.is-selected {
    background: var(--links-soft);
    color: var(--links);
}

.apex-deposit-cta {
    width: 100%;
    padding: 15px;
    border-radius: 22px;
    border: none;
    background: var(--button-bg);
    color: var(--button-text);
    font-size: 14px;
    font-weight: 700;
    margin-top: 2px;
    cursor: pointer;
}

.apex-deposit-cta:active:not(:disabled) {
    opacity: 0.9;
}

.apex-deposit-cta:disabled {
    opacity: 0.6;
    cursor: wait;
}

.apex-deposit-error {
    margin-bottom: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.25);
    color: #fca5a5;
    font-size: 12px;
    line-height: 1.4;
}

.apex-deposit-hidden {
    display: none !important;
}

.apex-deposit-pix-intro {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: rgba(228, 228, 231, 0.9);
    margin-bottom: 16px;
    line-height: 1.4;
}

.apex-deposit-qr-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.apex-deposit-qr-box {
    padding: 10px;
    background: #ffffff;
    border-radius: 14px;
    border: 3px solid rgba(59, 130, 246, 0.5);
    box-shadow: 0 10px 24px rgba(59, 130, 246, 0.12);
}

.apex-deposit-qr-box img {
    width: 180px;
    height: 180px;
    display: block;
}

.apex-deposit-code-card {
    position: relative;
    width: 100%;
    border-radius: 14px;
    border: 2px dashed rgba(228, 228, 231, 0.3);
    background: rgba(228, 228, 231, 0.03);
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.apex-deposit-code-amount {
    margin: 0;
    font-size: 26px;
    font-weight: 800;
    color: var(--primary);
    font-variant-numeric: tabular-nums;
}

.apex-deposit-code-text {
    width: 100%;
    border-radius: 8px;
    background: rgba(228, 228, 231, 0.05);
    border: 1px solid rgba(228, 228, 231, 0.1);
    padding: 9px 10px;
    font-size: 10px;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    color: rgba(228, 228, 231, 0.7);
    word-break: break-all;
    line-height: 1.4;
}

.apex-deposit-code-copy {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    background: var(--button-bg);
    color: var(--button-text);
    border: none;
    cursor: pointer;
}

.apex-deposit-code-copy.is-copied {
    background: var(--success);
}

.apex-deposit-warning {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.2);
    border-radius: 12px;
    padding: 11px 13px;
    margin-bottom: 14px;
}

.apex-deposit-warning .icon {
    color: var(--warning);
    font-size: 15px;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 1px;
}

.apex-deposit-warning p {
    margin: 0;
    font-size: 11px;
    color: rgba(245, 158, 11, 0.9);
    line-height: 1.4;
}

.apex-deposit-timer-card {
    border-radius: 12px;
    border: 1px solid rgba(228, 228, 231, 0.1);
    background: rgba(228, 228, 231, 0.03);
    overflow: hidden;
    margin-bottom: 14px;
}

.apex-deposit-timer-row {
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.apex-deposit-timer-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
    min-width: 0;
}

.apex-deposit-timer-title {
    color: var(--warning);
    font-weight: 700;
    font-size: 10px;
    line-height: 1.2;
}

.apex-deposit-timer-status {
    display: flex;
    align-items: center;
    gap: 6px;
}

.apex-deposit-timer-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--success);
    flex-shrink: 0;
    animation: apexDepositPulse 1.4s infinite;
}

@keyframes apexDepositPulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.35;
    }
}

.apex-deposit-timer-status span {
    font-size: 10px;
    font-weight: 600;
    color: rgba(34, 197, 94, 0.75);
}

.apex-deposit-timer-digits {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.apex-deposit-digit-box {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(228, 228, 231, 0.08);
    border: 1px solid rgba(228, 228, 231, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.apex-deposit-digit-box .num {
    font-size: 16px;
    font-weight: 800;
    color: var(--texts);
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.apex-deposit-digit-box .unit {
    font-size: 7px;
    color: rgba(228, 228, 231, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2px;
}

.apex-deposit-digit-sep {
    color: rgba(228, 228, 231, 0.2);
    font-weight: 700;
    font-size: 15px;
}

.apex-deposit-timer-track {
    width: 100%;
    height: 5px;
    background: rgba(228, 228, 231, 0.1);
}

.apex-deposit-timer-fill {
    height: 100%;
    background: var(--primary);
    border-radius: 0 3px 3px 0;
    transition: width 1s linear;
}

.apex-deposit-divider {
    width: 100%;
    height: 1px;
    background: rgba(228, 228, 231, 0.1);
    margin-bottom: 14px;
}

.apex-deposit-regen {
    width: 100%;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(228, 228, 231, 0.1);
    background: rgba(228, 228, 231, 0.05);
    color: rgba(228, 228, 231, 0.6);
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}

.apex-deposit-regen svg {
    width: 14px;
    height: 14px;
}

.apex-deposit-success {
    text-align: center;
    padding: 1.5rem 0.5rem 0.5rem;
}

.apex-deposit-success-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.15);
    color: var(--success);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.apex-deposit-success h3 {
    margin: 0 0 0.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--titles);
}

.apex-deposit-success p {
    margin: 0 0 1.25rem;
    font-size: 0.875rem;
    color: rgba(228, 228, 231, 0.75);
}

.apex-deposit-home-indicator {
    width: 134px;
    height: 5px;
    border-radius: 3px;
    background: #4a4e56;
    margin: 16px auto 0;
    opacity: 0.7;
    flex-shrink: 0;
}

/* === css/profile-apex.css === */
/* Perfil DonaldBet — Minha Conta */

/* Painel legado (profile-apex v1 / custom_js) — sempre oculto */
#apex-profile-page {
    display: none !important;
}

html.apex-profile-page,
html.apex-profile-drawer-open {
    --apex-profile-bg: #18181b;
    --apex-profile-card: #27272a;
    --apex-profile-border: #28282c;
    --apex-profile-text: #fcfcfc;
    --apex-profile-muted: #a1a1aa;
    --apex-profile-accent: #0485f7;
    --apex-profile-danger: #eb7872;
    --apex-profile-danger-bg: rgba(219, 59, 62, 0.15);
}

html.apex-profile-drawer-open {
    overflow: hidden;
}

.apex-profile-page-wrap,
.apex-profile-drawer {
    color: var(--apex-profile-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}

.apex-profile-page-wrap *,
.apex-profile-drawer * {
    box-sizing: border-box;
}

/* Página /profile/* */
html.apex-profile-page .apex-profile-page-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

@media (min-width: 1024px) {
    html.apex-profile-page .apex-profile-page-wrap {
        padding: 1.5rem;
    }
}

/* Oculta TODO conteúdo Vue legado nas rotas /profile/* */
html.apex-profile-page .apex-profile-route-shell,
html.apex-profile-page #EclipeGaming main > *:not(#apex-profile-page-wrap) {
    display: none !important;
}

/* Painel legado v1 (sidebar + saldo) */
html.apex-profile-page #apex-profile-page,
html.apex-profile-page .apex-profile-sidebar {
    display: none !important;
}

/* Dropdown Vue legado (Depósito / Saque / Minha Carteira) */
.navbar.apex-ready #dropdown-user,
.navbar.apex-ready [data-dropdown-toggle="dropdown-user"],
.navbar.apex-ready .profile-button,
.navbar.apex-ready .wallet-money {
    display: none !important;
}

/* Ícones (sprite oficial) */
.apex-profile-svg {
    display: block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.apex-profile-svg--sm {
    width: 16px;
    height: 16px;
}

.apex-profile-svg--md {
    width: 18px;
    height: 18px;
}

.apex-profile-drawer-close .apex-profile-svg {
    width: 14px;
    height: 14px;
}

/* Header card */
.apex-profile-chrome {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.apex-profile-header-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    border-radius: 0.75rem;
    background: var(--apex-profile-card);
    border: 1px solid rgba(252, 252, 252, 0.05);
}

@media (min-width: 640px) {
    .apex-profile-header-card {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 1.25rem;
    }
}

.apex-profile-header-user {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    min-width: 0;
}

.apex-profile-header-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    border-radius: 9999px;
    border: 2px solid var(--apex-profile-accent);
    background: rgba(4, 133, 247, 0.15);
    color: var(--apex-profile-accent);
    font-size: 1rem;
    font-weight: 700;
}

.apex-profile-header-meta {
    min-width: 0;
}

.apex-profile-header-name-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.apex-profile-header-name {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.apex-profile-header-id {
    flex-shrink: 0;
    padding: 0.125rem 0.5rem;
    border-radius: 0.375rem;
    border: 1px solid rgba(4, 133, 247, 0.2);
    background: rgba(4, 133, 247, 0.1);
    color: var(--apex-profile-accent);
    font-size: 10px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.apex-profile-header-email {
    margin: 0.125rem 0 0;
    font-size: 0.875rem;
    color: rgba(252, 252, 252, 0.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.apex-profile-header-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.apex-profile-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s ease, background-color 0.15s ease;
    white-space: nowrap;
}

.apex-profile-action:hover {
    opacity: 0.92;
}

.apex-profile-action--deposit {
    padding: 0.625rem 1rem;
    background: var(--apex-profile-accent);
    color: #fff;
}

.apex-profile-action--withdraw {
    padding: 0.625rem 1rem;
    border: 1px solid rgba(252, 252, 252, 0.1);
    background: rgba(252, 252, 252, 0.05);
    color: var(--apex-profile-text);
}

.apex-profile-action--icon {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: 1px solid rgba(252, 252, 252, 0.1);
    background: rgba(252, 252, 252, 0.05);
    color: rgba(252, 252, 252, 0.6);
}

.apex-profile-action--icon:hover {
    color: var(--apex-profile-text);
    background: rgba(252, 252, 252, 0.1);
}

@media (max-width: 479px) {
    .apex-profile-action--deposit span,
    .apex-profile-action--withdraw span {
        display: none;
    }

    .apex-profile-action--deposit,
    .apex-profile-action--withdraw {
        width: 2.5rem;
        height: 2.5rem;
        padding: 0;
    }
}

/* Abas horizontais */
.apex-profile-tabs {
    display: flex;
    gap: 0.375rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 0.25rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.apex-profile-tabs::-webkit-scrollbar {
    display: none;
}

.apex-profile-tab {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(252, 252, 252, 0.05);
    background: rgba(252, 252, 252, 0.05);
    color: rgba(252, 252, 252, 0.5);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.apex-profile-tab:hover:not(:disabled) {
    color: var(--apex-profile-text);
    background: rgba(252, 252, 252, 0.08);
}

.apex-profile-tab.is-active {
    border-color: rgba(4, 133, 247, 0.2);
    background: rgba(4, 133, 247, 0.1);
    color: var(--apex-profile-accent);
}

.apex-profile-tab.is-soon {
    opacity: 0.55;
    cursor: default;
}

/* Conteúdo da página (novo — substitui Vue legado) */
.apex-profile-panel {
    margin-top: 1rem;
}

@media (min-width: 1024px) {
    .apex-profile-panel {
        margin-top: 1.5rem;
    }
}

.apex-profile-balance-card {
    padding: 1.25rem;
    border-radius: 0.75rem;
    background: var(--apex-profile-card);
    border: 1px solid rgba(252, 252, 252, 0.05);
}

.apex-profile-balance-label {
    margin: 0;
    font-size: 0.875rem;
    color: var(--apex-profile-muted);
}

.apex-profile-balance-value {
    margin: 0.375rem 0 0;
    font-size: 1.75rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    color: var(--apex-profile-text);
}

.apex-profile-empty {
    margin-top: 1rem;
    padding: 2rem 1.25rem;
    border-radius: 0.75rem;
    border: 1px dashed rgba(252, 252, 252, 0.12);
    background: rgba(252, 252, 252, 0.02);
    text-align: center;
}

.apex-profile-empty h2 {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--apex-profile-text);
}

.apex-profile-empty p {
    margin: 0;
    font-size: 0.875rem;
    color: var(--apex-profile-muted);
}

/* Drawer lateral */
.apex-profile-drawer {
    position: fixed;
    inset: 0;
    z-index: 10050;
    pointer-events: none;
    visibility: hidden;
}

.apex-profile-drawer.is-open {
    pointer-events: auto;
    visibility: visible;
}

.apex-profile-drawer-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.apex-profile-drawer.is-open .apex-profile-drawer-backdrop {
    opacity: 1;
}

.apex-profile-drawer-aside {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10051;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: min(100vw, 420px);
    padding: 1.5rem;
    border-top-left-radius: 80px;
    background: var(--apex-profile-bg);
    box-shadow:
        inset 0 0 1px 0 rgba(255, 255, 255, 0.3),
        0 14px 28px 0 rgba(0, 0, 0, 0.08);
    transform: translateX(100%);
    transition: transform 350ms cubic-bezier(0.32, 0.72, 0, 1);
    overflow: hidden;
}

.apex-profile-drawer.is-open .apex-profile-drawer-aside {
    transform: translateX(0);
}

.apex-profile-drawer-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    border: none;
    border-radius: 9999px;
    background: rgba(252, 252, 252, 0.05);
    color: rgba(252, 252, 252, 0.4);
    cursor: pointer;
}

.apex-profile-drawer-close:hover {
    color: var(--apex-profile-text);
    background: rgba(252, 252, 252, 0.1);
}

.apex-profile-drawer-scroll {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    padding-top: 0.5rem;
    -webkit-overflow-scrolling: touch;
}

.apex-profile-drawer-links {
    margin-top: 1rem;
    padding-top: 0.5rem;
}

.apex-profile-logout {
    width: 100%;
    height: 2rem;
    border: none;
    border-radius: 1rem;
    background: var(--apex-profile-danger-bg);
    color: var(--apex-profile-danger);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
}

.apex-profile-logout:hover {
    background: rgba(219, 59, 62, 0.22);
}

/* Header — pill saldo + depositar */
.apex-header-wallet-pill {
    display: flex;
    align-items: center;
    height: 2.5rem;
    padding: 0 0.25rem 0 0.75rem;
    border-radius: 9999px;
    background: var(--header-login-bg, #27272a);
    min-width: 0;
}

@media (min-width: 1024px) {
    .apex-header-wallet-pill {
        height: 2.75rem;
    }
}

.apex-header-wallet-balance {
    padding-right: 0.75rem;
    border: none;
    background: transparent;
    color: var(--header-balance-text, #fff);
    font-size: 12px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    text-decoration: none;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: opacity 0.15s ease;
    cursor: pointer;
}

@media (min-width: 640px) {
    .apex-header-wallet-balance {
        max-width: 140px;
    }
}

.apex-header-wallet-balance:hover {
    opacity: 0.9;
}

.apex-header-wallet-deposit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    padding: 0 0.75rem;
    border: none;
    border-radius: 9999px;
    background: var(--header-register-bg, #0485f7);
    color: var(--header-register-text, #fff);
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    transition: opacity 0.15s ease;
}

@media (min-width: 1024px) {
    .apex-header-wallet-deposit {
        height: 2.25rem;
    }
}

.apex-header-wallet-deposit:hover {
    opacity: 0.9;
}

.apex-header-profile-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0.375rem;
    padding: 0;
    border: none;
    border-radius: 9999px;
    background: var(--header-login-bg, #27272a);
    overflow: hidden;
    cursor: pointer;
    transition: opacity 0.15s ease;
}

.apex-header-profile-btn:hover {
    opacity: 0.9;
}

.apex-header-profile-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.apex-header-profile-btn .initial {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--header-register-bg, #0485f7);
}

.apex-header .apex-header-actions {
    gap: 0.375rem;
}

.apex-header .apex-header-actions .apex-header-wallet-pill + .apex-header-profile-btn {
    margin-left: 0.125rem;
}

@media (min-width: 640px) {
    .apex-header .apex-header-actions {
        gap: 0.625rem;
    }
}

.apex-header .apex-keep-auth {
    display: none !important;
}

/* === css/cookies-apex.css === */
/* Cookie banner — estilo DonaldBet */

#apex-cookies-banner {
  position: fixed;
  left: 12px;
  bottom: 12px;
  z-index: 99990;
  width: calc(100vw - 24px);
  max-width: 420px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

#apex-cookies-banner.is-visible {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

#apex-cookies-banner .cookies-shell {
  border-radius: 8px;
  background: #18181b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.45);
  padding: 14px;
}

#apex-cookies-banner .cookies-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

#apex-cookies-banner .cookies-text {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.75);
}

#apex-cookies-banner .cookies-actions-mobile {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

@media (min-width: 640px) {
  #apex-cookies-banner .cookies-actions-mobile {
    display: none;
  }
}

#apex-cookies-banner .cookies-actions-desktop {
  display: none;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

@media (min-width: 640px) {
  #apex-cookies-banner .cookies-actions-desktop {
    display: flex;
  }
}

#apex-cookies-banner .cookies-left-group {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

#apex-cookies-banner .cookies-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: color 0.15s, background 0.15s;
}

#apex-cookies-banner .cookies-btn-icon:hover,
#apex-cookies-banner .cookies-btn-icon.is-active {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.05);
}

#apex-cookies-banner .cookies-btn-icon svg {
  width: 16px;
  height: 16px;
}

#apex-cookies-banner .cookies-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.15s;
}

#apex-cookies-banner .cookies-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.05);
}

#apex-cookies-banner .cookies-actions-mobile .cookies-btn-ghost,
#apex-cookies-banner .cookies-actions-mobile .cookies-btn-primary {
  flex: 1;
  min-width: 0;
}

#apex-cookies-banner .cookies-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 12px;
  border: none;
  border-radius: 6px;
  background: #0485f7;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.15s;
}

#apex-cookies-banner .cookies-btn-primary:hover {
  opacity: 0.9;
}

#apex-cookies-banner .cookies-btn-customize {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: auto;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  cursor: pointer;
  transition: color 0.15s;
}

#apex-cookies-banner .cookies-btn-customize:hover,
#apex-cookies-banner .cookies-btn-customize.is-active {
  color: rgba(255, 255, 255, 0.92);
}

#apex-cookies-banner .cookies-btn-customize svg {
  width: 14px;
  height: 14px;
}

#apex-cookies-banner .cookies-panel {
  display: none;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#apex-cookies-banner .cookies-panel.is-open {
  display: block;
}

#apex-cookies-banner .cookies-option {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

#apex-cookies-banner .cookies-option:last-child {
  margin-bottom: 0;
}

#apex-cookies-banner .cookies-option-title {
  margin: 0 0 2px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}

#apex-cookies-banner .cookies-option-desc {
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.55);
}

#apex-cookies-banner .cookies-toggle {
  position: relative;
  width: 36px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  cursor: pointer;
  transition: background 0.15s;
}

#apex-cookies-banner .cookies-toggle.is-on {
  background: #0485f7;
}

#apex-cookies-banner .cookies-toggle.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

#apex-cookies-banner .cookies-toggle::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  transition: transform 0.15s;
}

#apex-cookies-banner .cookies-toggle.is-on::after {
  transform: translateX(16px);
}

#apex-cookies-banner .cookies-panel-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

@media (min-width: 640px) {
  #apex-cookies-banner {
    left: 16px;
    bottom: 16px;
  }
}

@media (min-width: 1024px) {
  #apex-cookies-banner {
    left: 20px;
    bottom: 20px;
    max-width: 440px;
  }
}

/* === css/home-banner-fix.css === */
/* Fix homepage primary carousel banner clipping */

.relative.mb-6:has(.main-banner),
.main-banner,
swiper-container.main-banner {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.main-banner swiper-slide,
.main-banner .swiper-slide {
    height: auto !important;
}

.main-banner img,
swiper-container.main-banner img,
.main-banner a img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center top !important;
    display: block;
}

.main-banner .custom-button-prev,
.main-banner .custom-button-next {
    top: 50%;
}

/* === css/home-menu-apex.css === */
/* Menu circular horizontal — estilo DonaldBet, acima dos banners */

.apex-home-menu {
    margin-bottom: 1rem;
    margin-left: -10px;
}

@media (min-width: 1024px) {
    .apex-home-menu {
        margin-bottom: 1.25rem;
        margin-left: -10px;
    }
}

.apex-home-menu-track {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-anchor: none;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    scroll-padding-left: 0.75rem;
}

.apex-home-menu-track::-webkit-scrollbar {
    display: none;
}

@media (min-width: 640px) {
    .apex-home-menu-track {
        gap: 0.75rem;
    }
}

@media (min-width: 1024px) {
    .apex-home-menu-track {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        scroll-padding-left: 0;
    }
}

.apex-home-menu-item {
    scroll-snap-align: start;
    flex-shrink: 0;
}

.apex-home-menu-link,
.apex-home-menu-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.125rem;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.apex-home-menu-link:focus-visible,
.apex-home-menu-btn:focus-visible {
    outline: 2px solid #0485f7;
    outline-offset: 2px;
    border-radius: 9999px;
}

.apex-home-menu-icon-wrap {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 9999px;
    background: #18181b;
    transition: background 0.2s ease;
}

@media (min-width: 1024px) {
    .apex-home-menu-icon-wrap {
        width: 81px;
        height: 81px;
    }
}

.apex-home-menu-link:hover .apex-home-menu-icon-wrap,
.apex-home-menu-btn:hover .apex-home-menu-icon-wrap {
    background: linear-gradient(180deg, rgba(4, 133, 247, 0.16) 0%, #0485f7 100%);
}

.apex-home-menu-icon-inner {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apex-home-menu-icon-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.apex-home-menu-label {
    width: 60px;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    color: #fff;
}

/* Esconde menu circular original do Vue */
.mb-4.xl\:mb-11:has(.site-filter-item),
.ya:has(.site-filter-item) {
    display: none !important;
}

/* === css/home-banner-apex.css === */
/* Carrossel de banners — estilo DonaldBet */

.apex-home-banners {
    --hb-w-m: 85%;
    --hb-w-d: calc(50% - 6px);
    --hb-h-d: auto;
    --hb-ratio-m: 650 / 291;
    --hb-radius-m: 12px;
    --hb-radius-d: 1rem;
    --hb-aspect-d: 650 / 291;
    --hb-maxh-d: 290px;

    width: 100%;
    margin-bottom: 1.5rem;
}

.apex-home-banners-shell {
    position: relative;
}

.apex-home-banners-track {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-anchor: none;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    scroll-padding-left: 0.75rem;
    user-select: none;
}

.apex-home-banners-track::-webkit-scrollbar {
    display: none;
}

@media (min-width: 1024px) {
    .apex-home-banners-track {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        scroll-padding-left: 0;
        cursor: grab;
    }

    .apex-home-banners-track.is-dragging {
        cursor: grabbing;
        scroll-behavior: auto;
    }
}

.apex-home-banner-slide {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: var(--hb-w-m);
    aspect-ratio: var(--hb-ratio-m);
    border-radius: var(--hb-radius-m);
    overflow: hidden;
}

@media (min-width: 1024px) {
    .apex-home-banner-slide {
        width: var(--hb-w-d);
        height: auto;
        aspect-ratio: var(--hb-aspect-d);
        border-radius: var(--hb-radius-d);
        max-height: var(--hb-maxh-d);
    }
}

.apex-home-banner-link {
    display: block;
    width: 100%;
    height: 100%;
}

.apex-home-banner-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    -webkit-user-drag: none;
    background: transparent;
    transition: filter 0.3s ease;
}

.apex-home-banner-link:hover img {
    filter: brightness(1.1);
}

.apex-home-banners-fade-left,
.apex-home-banners-fade-right {
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 7rem;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.apex-home-banners-fade-left {
    left: -0.25rem;
    background: linear-gradient(to right, #141414, transparent);
}

.apex-home-banners-fade-right {
    right: -0.25rem;
    background: linear-gradient(to left, #141414, transparent);
}

.apex-home-banners-shell.can-scroll-left .apex-home-banners-fade-left,
.apex-home-banners-shell.can-scroll-right .apex-home-banners-fade-right {
    opacity: 1;
}

.apex-home-banners-nav {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 20;
    width: 3.5rem;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s ease, color 0.2s ease;
}

@media (min-width: 640px) {
    .apex-home-banners-nav {
        display: flex;
    }
}

.apex-home-banners-shell:hover .apex-home-banners-nav {
    opacity: 1;
}

.apex-home-banners-nav:hover {
    color: #fff;
}

.apex-home-banners-nav:disabled {
    opacity: 0 !important;
    cursor: default;
}

.apex-home-banners-nav-prev {
    left: 0;
}

.apex-home-banners-nav-next {
    right: 0;
}

.apex-home-banners-nav svg {
    width: 1.75rem;
    height: 1.75rem;
}

/* === css/home-search-apex.css === */
/* Barra de pesquisa — estilo DonaldBet */

.apex-search-wrap {
    --search-text: rgba(255, 255, 255, 0.92);
    --search-muted: rgba(255, 255, 255, 0.6);
    --search-placeholder: rgba(255, 255, 255, 0.4);
    --search-bg: #18181b;
    --search-border: rgba(255, 255, 255, 0.06);
}

.apex-search-wrap .relative.mb-1.w-full {
    margin-bottom: 0 !important;
}

.apex-search-wrap .flex.w-full {
    display: block;
    width: 100%;
}

.apex-search-field {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    width: 100%;
    height: 2.5rem;
    padding: 0 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--search-text);
    background: var(--search-bg);
    border: 1px solid var(--search-border);
    border-radius: 12px;
    box-sizing: border-box;
}

.apex-search-field .apex-search-icon {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    color: var(--search-muted);
}

.apex-search-input {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    appearance: none;
    background: transparent;
    color: inherit;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    white-space: nowrap;
    outline: none;
    box-shadow: none;
}

.apex-search-input::placeholder {
    color: var(--search-placeholder);
    opacity: 1;
}

.apex-search-input:focus {
    outline: none;
    box-shadow: none;
    ring: none;
}

.apex-search-field > button[type="button"] {
    display: none !important;
}

@media (min-width: 1280px) {
    .apex-search-wrap.relative.z-\[70\] {
        margin-bottom: 2.75rem !important;
    }
}

/* === css/home-win-carousel.css === */
/* Carrossel "Pagou hoje" — abaixo da busca na home (estilo DonaldBet) */

.apex-win-carousel {
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 1280px) {
  .apex-win-carousel {
    margin-bottom: 2.75rem;
  }
}

.apex-win-carousel .win-section-header {
  margin-bottom: 12px;
}

.apex-win-carousel .win-section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.apex-win-carousel .win-money-icon {
  display: inline-flex;
  flex-shrink: 0;
  color: #0485f7;
}

.apex-win-carousel .win-money-icon svg {
  display: block;
  width: 19px;
  height: 20px;
}

.apex-win-carousel .win-section-label {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.apex-win-carousel .win-nav {
  display: none;
  align-items: center;
  gap: 4px;
  margin-left: 4px;
}

@media (min-width: 640px) {
  .apex-win-carousel .win-nav {
    display: flex;
  }
}

.apex-win-carousel .win-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border: none;
  border-radius: 4px;
  background: transparent;
  color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: color 0.15s;
}

.apex-win-carousel .win-nav-btn:hover:not(.is-disabled):not(:disabled) {
  color: rgba(255, 255, 255, 0.8);
}

.apex-win-carousel .win-nav-btn.is-disabled,
.apex-win-carousel .win-nav-btn:disabled {
  color: rgba(255, 255, 255, 0.2);
  cursor: not-allowed;
  pointer-events: none;
}

.apex-win-carousel .win-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overflow-anchor: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 12px;
  padding-right: 12px;
  scroll-padding-left: 12px;
}

.apex-win-carousel .win-track::-webkit-scrollbar {
  display: none;
}

@media (min-width: 640px) {
  .apex-win-carousel .win-track {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    scroll-padding-left: 0;
  }
}

.apex-win-carousel .win-card {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  min-width: 149px;
  flex-shrink: 0;
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
}

.apex-win-carousel .win-card img {
  height: 68px;
  width: auto;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.apex-win-carousel .win-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
}

.apex-win-carousel .win-card-title {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  width: 0;
  min-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
}

.apex-win-carousel .win-card-amount {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  color: #22c55e;
}

.apex-win-carousel .win-play {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 9999px;
  padding: 4px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #0485f7;
  color: #ffffff;
  line-height: 1.2;
}

.apex-win-carousel .win-play svg {
  height: 12px;
  width: auto;
  fill: currentColor;
}

/* === css/home-sections-apex.css === */
/* Home sections DonaldBet — Top 10, Preferidos, Provedores */

.apex-home-sections {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.apex-home-sections .apex-section {
  margin-bottom: 0.5rem;
}

@media (min-width: 640px) {
  .apex-home-sections .apex-section {
    margin-bottom: 1.5rem;
  }
}

/* ---- Section header ---- */
.apex-home-sections .apex-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

@media (min-width: 640px) {
  .apex-home-sections .apex-section-head {
    margin-bottom: 0.75rem;
  }
}

.apex-home-sections .apex-section-head-left {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.apex-home-sections .apex-section-icon {
  display: inline-flex;
  flex-shrink: 0;
  color: #0485f7;
}

.apex-home-sections .apex-section-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.apex-home-sections .apex-section-title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

@media (min-width: 640px) {
  .apex-home-sections .apex-section-title {
    font-size: 18px;
  }
}

.apex-home-sections .apex-section-nav {
  display: none;
  align-items: center;
  gap: 4px;
  margin-left: 4px;
}

@media (min-width: 640px) {
  .apex-home-sections .apex-section-nav {
    display: flex;
  }
}

.apex-home-sections .apex-section-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border: none;
  border-radius: 4px;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: color 0.15s;
}

.apex-home-sections .apex-section-nav-btn:hover:not(.is-disabled):not(:disabled) {
  color: rgba(255, 255, 255, 0.92);
}

.apex-home-sections .apex-section-nav-btn.is-disabled,
.apex-home-sections .apex-section-nav-btn:disabled {
  color: rgba(255, 255, 255, 0.2);
  cursor: not-allowed;
  pointer-events: none;
}

.apex-home-sections .apex-section-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  flex-shrink: 0;
  transition: opacity 0.15s;
}

.apex-home-sections .apex-section-more:hover {
  opacity: 0.8;
}

.apex-home-sections .apex-section-more svg {
  width: 16px;
  height: 16px;
}

/* ---- Carousel track ---- */
.apex-home-sections .apex-carousel-wrap {
  position: relative;
}

.apex-home-sections .apex-carousel-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 16px;
  margin: 0 -12px;
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 640px) {
  .apex-home-sections .apex-carousel-track {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.apex-home-sections .apex-carousel-track::-webkit-scrollbar {
  display: none;
}

.apex-home-sections .apex-carousel-track.providers-track {
  gap: 8.221px;
}

@media (min-width: 1024px) {
  .apex-home-sections .apex-carousel-track.providers-track {
    justify-content: safe center;
  }
}

/* ---- Top 10 cards ---- */
.apex-home-sections .top10-slide {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 100px;
}

@media (min-width: 640px) {
  .apex-home-sections .top10-slide {
    width: 149px;
  }
}

.apex-home-sections .top10-card {
  display: block;
  text-decoration: none;
}

.apex-home-sections .top10-card-inner {
  position: relative;
  width: 100%;
}

.apex-home-sections .top10-img-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

@media (min-width: 640px) {
  .apex-home-sections .top10-img-wrap {
    aspect-ratio: 3 / 4;
  }
}

.apex-home-sections .top10-img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s;
}

@media (min-width: 640px) {
  .apex-home-sections .top10-img-wrap img {
    height: 100%;
    object-fit: cover;
  }

  .apex-home-sections .top10-card:hover .top10-img-wrap img {
    transform: scale(1.05);
  }
}

.apex-home-sections .top10-play {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding: 0 6px;
}

.apex-home-sections .top10-play span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 28px;
  min-width: 74px;
  padding: 0 16px;
  border-radius: 999px;
  background: #0485f7;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 12px;
}

.apex-home-sections .top10-play svg {
  width: 12px;
  height: auto;
  fill: currentColor;
}

/* ---- Preferidos ---- */
.apex-home-sections .preferidos-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

@media (min-width: 1024px) {
  .apex-home-sections .preferidos-grid {
    display: none;
  }
}

.apex-home-sections .preferidos-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .apex-home-sections .preferidos-desktop {
    display: block;
  }
}

.apex-home-sections .preferidos-slide {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 118px;
}

@media (min-width: 640px) {
  .apex-home-sections .preferidos-slide {
    width: 140px;
  }
}

@media (min-width: 1024px) {
  .apex-home-sections .preferidos-slide {
    width: 122px;
  }
}

.apex-home-sections .preferidos-track {
  gap: 8px;
}

@media (min-width: 640px) {
  .apex-home-sections .preferidos-track {
    gap: 12px;
  }
}

.apex-home-sections .preferidos-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 59 / 79;
  background: #18181b;
  text-decoration: none;
  isolation: isolate;
}

@media (min-width: 1024px) {
  .apex-home-sections .preferidos-card {
    border-radius: 20px;
  }
}

.apex-home-sections .preferidos-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s;
}

.apex-home-sections .preferidos-card:hover img {
  transform: scale(1.04);
}

/* ---- Provedores ---- */
.apex-home-sections .providers-head-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .apex-home-sections .providers-head-desktop {
    display: block;
  }
}

.apex-home-sections .provider-chip {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 75px;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #28282c;
  background: transparent;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.15s;
}

.apex-home-sections .provider-chip:hover {
  opacity: 1;
}

@media (min-width: 1024px) {
  .apex-home-sections .provider-chip {
    height: 70px;
    padding: 16px 24px;
    border-radius: 20px;
    background: #18181b;
  }
}

.apex-home-sections .provider-chip img {
  max-height: 28px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  user-select: none;
}

.apex-home-sections .provider-chip span {
  color: rgba(255, 255, 255, 0.85);
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

/* Esconde grids Vue antigos quando as seções Apex estão ativas */
html.apex-home-sections-ready .featured-games-slide,
html.apex-home-sections-ready .studios-slide {
  display: none !important;
}

html.apex-home-sections-ready .px-4.lg\:px-0 > div > .mb-8.flex.flex-col,
html.apex-home-sections-ready .px-4.lg\:px-0 > div > div.flex.flex-col.mb-8 {
  display: none !important;
}

/* === css/download-app.css === */
/* Banner inferior — instalar PWA */
.apex-pwa-banner {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99990;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    width: calc(100% - 2rem);
    max-width: 420px;
    padding: 0.5rem 0.625rem;
    border-radius: 0.625rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #18181b;
    color: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
    cursor: pointer;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    animation: apex-pwa-slide-up 0.35s ease-out;
}

@keyframes apex-pwa-slide-up {
    from { opacity: 0; transform: translateX(-50%) translateY(1rem); }
    to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.apex-pwa-banner__close {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    border-radius: 0.25rem;
}

.apex-pwa-banner__close:hover {
    color: #fff;
}

.apex-pwa-banner__icon {
    flex-shrink: 0;
    border-radius: 0.5rem;
}

.apex-pwa-banner__text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.apex-pwa-banner__text strong {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.apex-pwa-banner__text span {
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.65);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.apex-pwa-banner__cta {
    flex-shrink: 0;
    border: none;
    border-radius: 0.375rem;
    padding: 0.375rem 0.625rem;
    background: #0474cc;
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    cursor: pointer;
}

.apex-pwa-banner__cta:hover {
    background: #0588ee;
}

@media (min-width: 768px) {
    .apex-pwa-banner {
        bottom: 1.25rem;
    }
}

/* Landing /lp/download-app */
.apex-download-app {
    --dl-primary: #0474cc;
    --dl-bg: #141414;
    --dl-card: #1f1f1e;
    --dl-border: rgba(255, 255, 255, 0.08);
    --dl-text: rgba(255, 255, 255, 0.85);
    --dl-muted: rgba(255, 255, 255, 0.55);

    position: relative;
    z-index: 5;
    min-height: calc(100vh - 120px);
    padding: 1.5rem 1rem 3rem;
    background: var(--dl-bg);
    color: var(--dl-text);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.apex-download-app__inner {
    max-width: 720px;
    margin: 0 auto;
}

.apex-download-app__hero {
    text-align: center;
    padding: 2rem 0 1.5rem;
}

.apex-download-app__logo {
    width: 96px;
    height: 96px;
    border-radius: 1.25rem;
    margin: 0 auto 1.25rem;
    box-shadow: 0 12px 40px rgba(4, 116, 204, 0.25);
}

.apex-download-app__hero h1 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.5rem;
    line-height: 1.2;
}

.apex-download-app__hero p {
    font-size: 0.9375rem;
    color: var(--dl-muted);
    margin: 0;
    line-height: 1.5;
}

.apex-download-app__actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 1.5rem 0 2rem;
}

.apex-download-app__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.875rem 1.25rem;
    border: none;
    border-radius: 0.625rem;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s, transform 0.1s;
}

.apex-download-app__btn:active {
    transform: scale(0.98);
}

.apex-download-app__btn--primary {
    background: var(--dl-primary);
    color: #fff;
}

.apex-download-app__btn--primary:hover {
    background: #0588ee;
}

.apex-download-app__btn--secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid var(--dl-border);
}

.apex-download-app__btn--secondary:hover {
    background: rgba(255, 255, 255, 0.12);
}

.apex-download-app__btn.is-hidden {
    display: none;
}

.apex-download-app__os-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.apex-download-app__os-tab {
    padding: 0.375rem 0.75rem;
    border-radius: 999px;
    border: 1px solid var(--dl-border);
    background: transparent;
    color: var(--dl-muted);
    font-size: 0.8125rem;
    cursor: pointer;
}

.apex-download-app__os-tab.is-active {
    background: var(--dl-primary);
    border-color: var(--dl-primary);
    color: #fff;
}

.apex-download-app__instructions {
    background: var(--dl-card);
    border: 1px solid var(--dl-border);
    border-radius: 0.75rem;
    padding: 1.5rem;
}

.apex-download-app__instructions h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 1.25rem;
    text-align: center;
}

.apex-download-app__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.apex-download-app__steps li {
    display: flex;
    gap: 0.875rem;
    align-items: flex-start;
}

.apex-download-app__step-num {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: var(--dl-primary);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apex-download-app__step-text {
    font-size: 0.9375rem;
    line-height: 1.45;
    padding-top: 0.125rem;
}

.apex-download-app__panel {
    display: none;
}

.apex-download-app__panel.is-visible {
    display: block;
}

.apex-download-app__installed {
    text-align: center;
    padding: 2rem 1rem;
    color: #4ade80;
    font-weight: 600;
}

@media (min-width: 640px) {
    .apex-download-app__hero h1 {
        font-size: 2.125rem;
    }

    .apex-download-app {
        padding: 2rem 1.5rem 4rem;
    }
}
