::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #050b13; }
::-webkit-scrollbar-thumb { background: #155e63; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #0e7490; }

.bv-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bv-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

.bv-tide-field {
  background-image:
    repeating-linear-gradient(115deg, rgba(45,212,191,0.06) 0px, rgba(45,212,191,0.06) 1px, transparent 1px, transparent 46px),
    repeating-linear-gradient(25deg, rgba(34,211,238,0.05) 0px, rgba(34,211,238,0.05) 1px, transparent 1px, transparent 64px);
}

#bv-cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 999;
  background: #050b13;
  border-top: 1px solid #123138;
}
#bv-cookie-banner.bv-hidden { display: none; }

.bv-copy-flash {
  animation: bv-flash 0.6s ease;
}
@keyframes bv-flash {
  0% { background-color: rgba(45, 212, 191, 0.3); }
  100% { background-color: transparent; }
}

.bv-scroll-x {
  scrollbar-width: thin;
  scrollbar-color: #155e63 #050b13;
}
