::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #0e141b; }
::-webkit-scrollbar-thumb { background: #1e3a5f; border-radius: 6px; }
::-webkit-scrollbar-thumb:hover { background: #2c5282; }

#vc-cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 999;
  background: #0e141b;
  border-top: 1px solid rgba(255,255,255,0.1);
}
#vc-cookie-banner.vc-hidden { display: none; }
