/* ================================================================
   ORGANIX LABS — COMPONENT THEME OVERRIDES
   Escopo: Apenas componentes de layout injetados (navbar, drawer,
   player, WA float, ticker). NÃO sobrescreve dark mode global.
   ================================================================ */

/* ─── NAVBAR / DRAWER (dark glass — padrão) ─── */
.ox-navbar::before {
  background: rgba(5, 5, 7, 0.97) !important;
}
.ox-nav-drawer {
  background: rgba(3, 3, 5, 0.99) !important;
}
.ox-drawer-section {
  color: rgba(255,255,255,0.2) !important;
}
.ox-drawer-item {
  color: rgba(255,255,255,0.55) !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}
.ox-drawer-item:hover,
.ox-drawer-item.active {
  color: #00FF87 !important;
  background: rgba(0,255,135,0.04) !important;
}

/* ─── FLOAT PLAYER (dark glass) ─── */
.ox-float-player {
  background: rgba(8, 8, 12, 0.94) !important;
  border: 1px solid rgba(0, 255, 135, 0.15) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.75) !important;
}
.ox-float-player:hover {
  border-color: rgba(0, 255, 135, 0.35) !important;
}

/* ─── WHATSAPP FLOAT (dark glass) ─── */
.ox-wa-float {
  background: #0a0a0d !important;
  border: 1px solid rgba(37, 211, 102, 0.22) !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.7) !important;
}
.ox-wa-title {
  color: #ffffff !important;
}
.ox-wa-sub {
  color: rgba(255,255,255,0.4) !important;
}

/* ─── TICKER (dark) ─── */
.ticker-rail {
  background: #030305 !important;
  border-bottom: 1px solid rgba(0,255,135,0.14) !important;
}
.ticker-label {
  border-right: 1px solid rgba(255,255,255,0.07) !important;
  color: #00FF87 !important;
}
.ticker-inner span {
  color: rgba(255,255,255,0.38) !important;
}
.ticker-inner span b {
  color: rgba(255,255,255,0.78) !important;
}

/* ─── SEARCH RESULTS DROPDOWN ─── */
#oxNavSearchResults {
  background: #0d0d10 !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
}

/* ─── SCROLLBAR CUSTOMIZATION ─── */
::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: #050507; }
::-webkit-scrollbar-thumb { background: rgba(0,255,135,0.25); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: rgba(0,255,135,0.5); }

/* ─── SELECTION COLOR ─── */
::selection { background: rgba(0,255,135,0.25); color: #fff; }
::-moz-selection { background: rgba(0,255,135,0.25); color: #fff; }
