::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #09090b; }
::-webkit-scrollbar-thumb { background: #3f3f6b; border-radius: 6px; }
::-webkit-scrollbar-thumb:hover { background: #5b5ba0; }

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

.tx-star-field {
  background-image:
    radial-gradient(1px 1px at 20px 30px, rgba(196,181,253,0.5), transparent),
    radial-gradient(1px 1px at 120px 80px, rgba(103,232,249,0.4), transparent),
    radial-gradient(1.5px 1.5px at 200px 20px, rgba(196,181,253,0.4), transparent);
  background-repeat: repeat;
  background-size: 220px 120px;
}

#tx-cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 999;
  background: #09090b;
  border-top: 1px solid #27272a;
}
#tx-cookie-banner.tx-hidden { display: none; }

.tx-copy-flash {
  animation: tx-flash 0.6s ease;
}
@keyframes tx-flash {
  0% { background-color: rgba(139, 92, 246, 0.35); }
  100% { background-color: transparent; }
}
