::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #0a0a0c; }
::-webkit-scrollbar-thumb { background: #065f46; }
::-webkit-scrollbar-thumb:hover { background: #047857; }

#zt-cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 999;
  background: #0a0a0c;
  border-top: 1px solid rgba(16, 185, 129, 0.2);
}
#zt-cookie-banner.zt-hidden { display: none; }
